openSUSE Forums > Hardware > Laptop » 82801H (ICH8 Family) HD Audio Controller (rev 03)

Go Back   openSUSE Forums > Hardware > Laptop
Forums FAQ Members List Search Today's Posts Mark Forums Read


Laptop Questions about laptop hardware and laptop specific software (power management )

Reply
Page 2 of 5 1 2 34 Last »
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 03-Jul-2008, 07:41
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Quote:
Originally Posted by kawe View Post
I used this link and obtaining links for all the unsuccessful tries.
That link does not mean anything to me. I have no idea if it applies to you, or to someone else.

Please, with your current PC configuration (now that you have updated) can you run the two scripts from the audio troubleshooting guide:
SDB:AudioTroubleshooting - openSUSE

specifically, copy and paste into an xterm/konsole as a regular user (while your pc is connected to the internet):
Code:
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh
and paste in this thread the output URL it provides.

and
Code:
su -c 'wget -O tsalsa wget http://home.cfl.rr.com/infofiles/tsalsa && bash tsalsa'
enter root password when prompted for a password, type "NO" for every question you do not understand, and paste in this thread the output URL it provides.

Since your configuration has now changed with this update, please also paste here the output of:
rpm -qa | grep alsa
rpm -qa | grep sound
rpm -qa | grep pulse
uname -a
cat /etc/modprobe.d/sound


... and finally I gave you a table of model options for your /etc/modprobe.d/sound file. Which ones did you try? Exactly what syntax did you use for the entire /etc/modprobe.d/sound file when you tried such an option?
Reply With Quote
  #12 (permalink)  
Old 03-Jul-2008, 08:31
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 16
kawe hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Hello,

wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh
==> general pastebin - kiwe - post number 1061289

su -c 'wget -O tsalsa wget http://home.cfl.rr.com/infofiles/tsalsa && bash tsalsa'
==> tsalsa.txt - nopaste.com (beta)

rpm -qa | grep alsa
kalsatools-1.5.0-544.1

rpm -qa | grep sound
libasound2-1.0.16-39.1
libasound2-32bit-1.0.16-39.1

rpm -qa | grep pulse
"nothing returna

uname -a
Linux acer 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 +0200 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/modprobe.d/sound
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

I think that alsaconf do all the entries in /etc/modprobe.conf
and /etc/modprobe.d/sound.

This is the entry which yast edit.
/etc/modprobe.d/sound.YaST2save
options snd slots=snd-hda-intel
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel

Thanks and Regards

KaWe
Reply With Quote
  #13 (permalink)  
Old 03-Jul-2008, 10:18
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Quote:
Originally Posted by kawe View Post
/etc/modprobe.d/sound.YaST2save
Code:
options snd slots=snd-hda-intel
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
Ok, try some different combinations here, in the hope that the ALC889 uses the same table as the ALC883/888

ie manually (via a hand edit) change the /etc/modprobe.d/sound file to:
Code:
options snd slots=snd-hda-intel
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto
and restart your alsa with root permissions with rcalsasound restart and test your audio with the test I gave:
speaker-test -c2 -Ddefault -l5 -twav
being careful to recheck your mixer during the test.

If that does not work, then instead of "auto" try "acer-aspire" and repeat the alsa restart and sound check above. If that doesn't work, try "acer", ... and all the other various settings from the above table that I referenced in post#4 above 82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums

... and if none of those work, then try a different syntax, as it appears the syntax for openSUSE-11.0 may have changed, ... ie try:

ie manually (via a hand edit) change the /etc/modprobe.d/sound file to:
Code:
options snd-hda-intel index=0 enable=1 model=auto
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
and restart your alsa with root permissions with rcalsasound restart and test your audio with the test I gave:
speaker-test -c2 -Ddefault -l5 -twav
being careful to recheck your mixer during the test.

Again, if that does not work, then instead of "auto" try "acer-aspire" and repeat the alsa restart and sound check above. If that doesn't work, try "acer", ... and all the other various settings from the above table that I referenced in post#4 above 82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums

Note, you must be precise with your /etc/modprobe.d/sound file edits.

If this does not work, and if you followed my suggestion exactly, with the sound test I specifically recommended, then I have no further suggestions, other than to write a bug report on alsa and openSUSE-11.0.

Good luck.
Reply With Quote
  #14 (permalink)  
Old 03-Jul-2008, 10:57
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 16
kawe hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Dear oldcpu,

today I have a lot of luck and the sound works with your help.
Thank you very much!

/etc/modprobe.d/sound
Code:
options snd slots=snd-hda-intel
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto
Regards

KaWe
Reply With Quote
  #15 (permalink)  
Old 03-Jul-2008, 11:24
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Quote:
Originally Posted by kawe View Post
today I have a lot of luck and the sound works .....
/etc/modprobe.d/sound
Code:
options snd slots=snd-hda-intel
# u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=auto
Congratulations!! Thankyou for sharing your solution.
Reply With Quote
  #16 (permalink)  
Old 07-Jul-2008, 00:38
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 4
pashaSuse hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Hey guys... don't be hating but I have the "same laptop" jk .. it's the Aspire 6920G but I have the exact same issue with the sound. Here is what I get when I use:

speaker-test -c2 -Ddefault -l5 -twav

speaker-test 1.0.16

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 128 to 1048576
Period size range from 64 to 262144
Using max buffer size 1048576
Periods = 4
was set period_size = 262144
was set buffer_size = 1048576
*** PULSEAUDIO: Unable to create stream.
Unable to set hw params for playback: Input/output error
Setting of hwparams failed: Input/output error

alsaconf also works for me with no errors just like the other guys.

My /var/log/messages contains these lines:

Jul 6 22:10:46 linux-itah kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
Jul 6 22:10:46 linux-itah kernel: PCI: Setting latency timer of device 0000:00:1b.0 to 64
Jul 6 22:10:47 linux-itah kernel: ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/hda_intel.c:601: hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x100f0000
Jul 6 22:10:57 linux-itah pulseaudio[11363]: core-util.c: setpriority(): Permission denied
Jul 6 22:10:57 linux-itah pulseaudio[11363]: pid.c: Stale PID file, overwriting.
Jul 6 22:10:57 linux-itah pulseaudio[11363]: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
Jul 6 22:10:57 linux-itah pulseaudio[11363]: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
Jul 6 22:23:10 linux-itah kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
Jul 6 22:24:18 linux-itah gconfd (root-4004): GConf server is not in use, shutting down.
Jul 6 22:24:18 linux-itah gconfd (root-4004): Exiting

Seems like a permission issue of some sort, but I don't know enough about how also operates to troubleshoot this, so any help would be appreciated!
Reply With Quote
  #17 (permalink)  
Old 07-Jul-2008, 00:45
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Quote:
Originally Posted by pashaSuse View Post
I have the "same laptop" jk .. it's the Aspire 6920G but I have the exact same issue with the sound. ...alsaconf also works for me with no errors just like the other guys....Seems like a permission issue of some sort, but I don't know enough about how also operates to troubleshoot this, so any help would be appreciated!
Frankly, reading this, I don't know what your symptoms are.

Please, state your problem clearly, or start a new thread, but don't force me to go up and read and extrapolate from a bunch of posts from another person. Many newbies say they have the exact same issue, and 95% of the time its a different issue. I want to help, but I reply to so many posts, there is no way I can keep everyone's help request in my mind.

So please:
(1) state you problem symptoms clearly and
(2) provide an answer to what was asked in post#11 above, ... ie this post:
82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums
Reply With Quote
  #18 (permalink)  
Old 07-Jul-2008, 02:27
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 4
pashaSuse hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

My apologies,



So please:
(1) state you problem symptoms clearly and

Problem is very simply, I got no sound whatsoever. Even though also is updated to its latest stable version (as you can see in the logs of my post).

(2) provide an answer to what was asked in post#11 above, ... ie this post:

I believe you are referring to logs in this one? I did provide logs in my last post which seem to indicate that it might be permission related?

I did a little more research after the post and understand that in openSuse 11 we went with pulseaudio so I am inclined to wonder if that's where my problem lies. I will keep trying to learn more and if I succeed I will post my results. I also re-installed all the pulseaudio packages that I found on my system, that did not seem to make any difference.

Here is what I get in /var/log/messages when I try to play an mp3 using kaffeine:

Jul 7 00:23:29 linux-itah kernel: hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

I have not discovered anymore logging messages but if the combination of my posts is not sufficient (does not provide enough troubleshooting messages) I will keep going and perhaps youc an suggest some steps to take to get the logging that would be helpful to you?

Your help is very much appreciated wit this.

Thank You!
Reply With Quote
  #19 (permalink)  
Old 07-Jul-2008, 02:34
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 4
pashaSuse hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Sorry forgot the #11 requirements here they are:

general pastebin - paul - post number 1064426

tsalsa.txt - nopaste.com (beta)


Thanks
Reply With Quote
  #20 (permalink)  
Old 07-Jul-2008, 02:38
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Quote:
Originally Posted by pashaSuse View Post
Problem is very simply, I got no sound whatsoever.
Thanks for the description of your symtpoms.

Quote:
Originally Posted by pashaSuse View Post
Even though also is updated to its latest stable version (as you can see in the logs of my post).
No, I can not see that. I have seen users have problems because of a missing alsa application, or because of a missing libasound2. I asked the questions for specific reasons. So while I appreciate your efforts, it does not provide all the information I need, so I do not want to waste your time and my time having you check many things that are not applicable.

Quote:
Originally Posted by pashaSuse View Post
(2) provide an answer to what was asked in post#11 above, ... ie this post:
Please, can you provide what I asked as opposed to trying to filter it to what you wish to show me.

Thankyou very much for filtering, but there are aspects that I need to consider myself, before I come to your conclusion. Hence I need the output of the commands that I asked and I need the output URLs of those diagnostic scripts.

It could be indeed that your assessment is "right on the money" but until I obtain more information, which will hopefully be given to me by those scripts and commands, I am not ready to make that assertion.

Now I can fully understand if you find that too difficult or too annoying to do, and maybe the above need of mine for the script output and command output is because my linux knowledge is simply not advanced nor good enough, and in which case, so be it. In which case, maybe someone else with more advanced knowledge can help. But I can't without that information.
Reply With Quote
Reply
Page 2 of 5 1 2 34 Last »

Bookmarks

Tags
alc889, aspire 8920, ich8 family, realtek, soundcard


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2