LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problem with 82801G Intel CH7 Audio (ALSA) (https://www.linuxquestions.org/questions/slackware-14/problem-with-82801g-intel-ch7-audio-alsa-619261/)

josefig 02-07-2008 01:02 AM

Problem with 82801G Intel CH7 Audio (ALSA)
 
Hello everybody,

My name is jose from mexico and I'm a kind of newbie, and i just installed slackware 12. I configured the X's server thanks to a guide and i also configured my network and somethings to my work (designer and programmer)

But when I was trying to configure my audio I had a problem with, I have an Integred Audio (82801G Intel CH7 High Definition Audio) the alsaconf detected with a Sigmatel driver (or something like that). I ran the audacious and it shows me like it was playing my mp3 files but when I turn the volume up of my speakers these didn't work properly I mean they didn't do anything not even a simple beep! or something.

I got a guide from a guy explaining the "solution" but in Ubuntu and I had to recompile the alsa with a driver but nothing happened and now I dont even detect my audio card with alsaconf...
I downloaded the last version of the alsa-driver, alsa-utils, alsa-tools.

Isn't it ironic? :S

Please if someone can help me.. please do it, step by step :P 'cause i don't know much 'bout it.

=)

Thank you.

ronlau9 02-07-2008 03:38 AM

problem with 8201g intel ch7 audio alsa
 
I have the same problem with this sound card in suse 10.3
I try every possible solution but it still do not work
Suse 10.3 knew it ich7 and use snd-intel as driver
kmix is full open but still no sound

so I wiil follow you,re problem to
If I find a solution I will let you know

all the best

H_TeXMeX_H 02-07-2008 09:30 AM

Can you post the output of 'lsmod' and '/sbin/lspci -vv'.

Also, I know you probably already did this but check 'alsamixer' and make sure the volume is not muted, just to be extra sure.

josefig 02-11-2008 03:08 AM

Solution! How to Configure 82801G Intel Audio
 
Hello again...

You know, special thanks to a guy in freenode who helped me with this problem, nick 'el_choya_II' a real guru.

Well first step:
I unistall all packages about alsa, alsa-utils, alsa-oss and alsa-lib.

Second step:
Reinstall all packages (I recommend you that install all packages with your manager i.e. apt-get, slapt-get, etc)

Third Step: (as root)
# cd /usr/src/linux
# su
# make xconfig
And you'll see a graphic tree of the kernel configuration, you have to go to Sound -> Advanced Linux Sound Architecture and you have to see if it's marked with a point or a (*) like that.

Fourth Step:
Now we have to go to PCI Devices -> Intel HD Audio, we have to see if Intel HD Audio is as module a dot on xconfig and on menuconfig is M.

Fifth Step:
Now try as root:
# modprobe snd
# modprobe snd-hda-intel

Sixth Step:
If everything is ok without error up to this moment then we have to add those lines in /etc/rc.d/rc.modules and save the changes with pico or vi

Seventh Step:
Then, now ...
# alsaconf
(remember.. install alsa-utils hehe 'cause you'll need it to do this).
and:
# alsamixer

and voilá! you'll get audio.. :) try with audacious or with amp..

thank you I did that and it worked for me :)

evilDagmar 02-11-2008 05:52 AM

So, in other words, the solution is the same for all the other Intel HDA sound problems (whose number is legion): Upgrade to a newer kernel which contains newer versions of the ALSA drivers.

dreyfuss 02-11-2008 10:42 AM

I had your same problem and i solved it by deleting the last row of /etc/modprobe.d/sound and adding this one:
Code:

options snd-hda-intel position_fix=1 model=3stack

josefig 02-12-2008 10:20 PM

new problem
 
hehe now i have a new problem, when i turn on the computer i have to type alsaconf and alsamixer again, why?

H_TeXMeX_H 02-13-2008 04:17 AM

Because you forgot to run 'alsactl store' as root to store the volume levels and other settings it generated.

dreyfuss 02-13-2008 06:27 AM

Quote:

Originally Posted by josefig (Post 3055221)
hehe now i have a new problem, when i turn on the computer i have to type alsaconf and alsamixer again, why?

Add to your /etc/rc.d/rc.modules this row:
Code:

/sbin/modprobe snd-hda-intel position_fix=1 model=3stack

turdbutton 09-12-2009 01:28 AM

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
no sound :-/


All times are GMT -5. The time now is 07:24 AM.