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 3 of 5 12 3 45
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 07-Jul-2008, 02:40
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
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
Thankyou for that. Can you also give me the output of the commands:
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
cat /etc/modprobe.d/sound
Reply With Quote
  #22 (permalink)  
Old 07-Jul-2008, 02:48
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)

Here we go:

rpm -qa | grep alsa

alsa-oss-1.0.15-48.1
alsa-utils-1.0.16-35.1
alsa-driver-kmp-pae-1.0.16.20080707_2.6.25.5_1.1-1.1
alsa-1.0.16-39.1
alsa-driver-unstable-kmp-pae-1.0.16.20080704_2.6.25.5_1.1-1.1
alsa-plugins-1.0.16-57.1
alsa-firmware-1.0.16-24.1
alsa-plugins-pulse-1.0.16-57.1
-------------------------------------------------------------

rpm -qa | grep pulse

libpulse-browse0-0.9.10-26.1
pulseaudio-module-lirc-0.9.10-26.1
libpulse0-0.9.10-26.1
pulseaudio-esound-compat-0.9.10-26.1
libpulsecore4-0.9.10-26.1
gstreamer-0_10-pulse-0.9.7-42.pm.1
pulseaudio-module-zeroconf-0.9.10-26.1
pulseaudio-module-bluetooth-0.9.10-26.1
libpulse-mainloop-glib0-0.9.10-26.1
pulseaudio-module-gconf-0.9.10-26.1
pulseaudio-utils-0.9.10-26.1
pulseaudio-0.9.10-26.1
alsa-plugins-pulse-1.0.16-57.1
pulseaudio-module-x11-0.9.10-26.1
-------------------------------------------------------------

rpm -q libasound2

libasound2-1.0.16-39.1
-------------------------------------------------------------

cat /etc/modprobe.d/sound

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
-------------------------------------------------------------
Reply With Quote
  #23 (permalink)  
Old 07-Jul-2008, 02:51
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
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
Here is what I get in /var/log/messages when I try to play an mp3 using kaffeine:
Please, IMHO trying to play a file with a proprietary codec (ie an mp3) is not the best test to see if your overall system has sound. It is too specific. Instead, please copy and paste the following into a konsole and use it as your test:
speaker-test -c2 -Ddefault -l5 -twav

From your posts above I see you tried that sort of konsole "speaker-test" before, and I urge you to keep doing that sort of test each time you want to test your system sound. We can solve any kaffeine mp3 playing issues later.
Reply With Quote
  #24 (permalink)  
Old 07-Jul-2008, 03:02
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
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)

Thank you for the various command outputs. That looks good (except for /etc/modprobe.d/sound file). Note when your run alsaconf or YAST>HARDWARE>SOUND it will wipe out any custom settings you may have entered in your /etc/modprobe.d/sound file. So if you get a setting in that file that works, do NOT run alsaconf nor YAST>HARDWARE>SOUND.

Quote:
Originally Posted by pashaSuse View Post
cat /etc/modprobe.d/sound
Code:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
Ok, did you try the edits from the post above, post#4 with ALC883/888 options possibly applicable to an ALC889 to your /etc/modprobe.d/sound file (where we noted that the ALC883/888 options may work for an ALC889 (which you have in your Acer Aspire 6920G) ??

Also, IMHO the /etc/modprobe.d/sound file above is what you get after running alsaconf. We can try edit that variant, although it may be that is not a good baseline, and it may be better to try this after YAST>HARDWARE>SOUND.

anyway, please add the line "options snd-hda-intel model=auto" to the end of that file, ie try:
Code:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=auto
then restart your alsa with "rcalsasound restart" and test your sound. Be certain to check your mixer as it could have been reset.

If that fails, instead of "auto" you could try "acer" and if that fails "acer-aspire".

And if that fails, go to yast and try YAST>HARDWARE>SOUND and try configure your sound card (which will create a different /etc/modprobe.d/sound file) and then using that newly created sound file as a baseline, add the line "options snd-hda-intel model=auto" at the end of the file as noted above, restart your alsa, and continue testing again, as above.
Reply With Quote
  #25 (permalink)  
Old 07-Jul-2008, 15:07
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 1
guruk123 hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

dear friends,

iam following this topic with great interest.
i have also a 6920g and like to install it for a testproject an a mac emulation. sound problem is the same and it looks even other have probs with that 889 in the acer, looks a bit different than the usual alc 889 drivers.

when u get it run, u may tell me whats the different to the regular 889 drivers and may with luck i can use that information to bring my system run in my emulation.

thanks and fine regards
chris
Reply With Quote
  #26 (permalink)  
Old 12-Jul-2008, 06:49
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 1
bluemanjive hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Dear All

I too have been following this with great interest. I have an acer aspire 5920.
I had a similar problem after installing SUSE 11 i.e. no audio from the laptop speakers.
You have probably already tried this but this fixed it for me:-

I installed the alsa-utils as suggest (thanks oldcpu ;-))
I then launched the volume control from the start menu (or gnome-volume-control from xterm).
After much messing around I found that for some reason the laptop speakers had been assigned the "surround" channel. This is hidden and muted by default.
To access it, in the volume application select edit -> preferences.
check the "surround" option and close the preferences window.
Unmute the option and raise the volume level. Try the following command again to test:-
speaker-test -c2 -Ddefault -l5 -twav

I then had sound. I've yet to figure out how to get the volume appelet to launch gnome-volume-control as default but that is another thread ;-)

BTW thanks to all on the Forums
Reply With Quote
  #27 (permalink)  
Old 18-Jul-2008, 16:39
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 12
mctoon hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

I have been having the same issues with sound on my ASUS Laptop, i have managed to sort it by editing /etc/modprobe,d/sound

options snd slots=snd-hda-intel
options snd-hda-intel model=hp
# u1Nb.ULiNFUWt9WF:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel

I now have sound from the speakers but not the headphones, its a start, I hope this helps someone
Reply With Quote
  #28 (permalink)  
Old 18-Jul-2008, 16:51
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 12
mctoon hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

Quote:
Originally Posted by mctoon View Post
I have been having the same issues with sound on my ASUS Laptop, i have managed to sort it by editing /etc/modprobe,d/sound

options snd slots=snd-hda-intel
options snd-hda-intel model=hp
# u1Nb.ULiNFUWt9WF:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel

I now have sound from the speakers but not the headphones, its a start, I hope this helps someone

Sorry forgot to add

Codec: Realtek ALC660-VD

Hope it helps folks
Reply With Quote
  #29 (permalink)  
Old 09-Sep-2008, 09:58
Balanzone's Avatar
Puzzled Penguin
 
Join Date: Sep 2008
Location: Padova, Italy
Posts: 5
Balanzone hasn't been rated much yet
Default Re: 82801H (ICH8 Family) HD Audio Controller (rev 03)

I had the same problem with Intel ICH8 family on my laptop Asus F9S.
I installed Alsa 1.0.17.git20080715-1.1 putting the option "lenovo" instead of "auto".
It seems that the word "lenovo" is the magic solution.
Reply With Quote
  #30 (permalink)  
Old 09-Sep-2008, 10:37
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
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 Balanzone View Post
I had the same problem with Intel ICH8 family on my laptop Asus F9S.
I installed Alsa 1.0.17.git20080715-1.1 putting the option "lenovo" instead of "auto".
It seems that the word "lenovo" is the magic solution.
Note that there are many possible options that one can put in the /etc/modprobe.d/sound file. But one needs to put the option that is specific to their hardware, and often no two laptops are alike. For example, if one looks at the ALSA-Configuration.txt file for the lastest (as of today I think) 1.0.18RC1 of the alsa driver, various audio codecs are as follows (with each of them having a different model options that can be applied):
ALC880, ALC260, ALC262, ALC267/268, ALC269, ALC662/663, ALC882/885, ALC883/888, ALC861/660, ALC861VD/660VD, CMI9880, AD1882, AD1884A / AD1883 / AD1984A / AD1984B, AD1884, AD1981, AD1983, AD1984, AD1986A, AD1988/AD1988B/AD1989A/AD1989B, Conexant 5045, Conexant 5047, Conexant 5051, STAC9200, STAC9205/9254, STAC9220/9221, STAC9202/9250/9251, STAC9227/9228/9229/927x, STAC92HD71B*, STAC92HD73*, STAC9872

I copied the latest alsa 1.0.18 RC1 here:
general pastebin - ALSA-Configuration.txt - post number 1198249
(paste good for 1 year).

So as you can see, stating one has a specific model option applied, often only is directly useful if one also states what hardware audio codec is in use. Else one has to check the ALSA-Configuration.txt file.

As an example, searching the ALSA-Configuration.txt file, one can see that the model option "lenovo" (of that exact syntax) is only applicable to the ALC861VD/660VD for 1.0.18 RC1 of alsa. Different alsa versions may be slightly different.
Reply With Quote
Reply
Page 3 of 5 12 3 45

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