LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   solution for intel sound cards here (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/solution-for-intel-sound-cards-here-503714/)

adam_blackice 11-21-2006 05:42 PM

solution for intel sound cards here
 
hello all

this is the solution for the problem of the sound card on notebooks model 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

finally i find the solution for this problem that makes me bored and confused ….

first :-

do lspci | grep Audio

and then u get the type of your sound card 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

second :-

then download the lastest alsa Driver ,asla Util and alsa Lib from >>www.alsa-project.org <<

third:-

In a shell type these commands:
Make a directory to store the alsa source code in.
cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
Now unzip and install the alsa-driver package
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=hda-intel --with-sequencer=yes;make;make install
In a shell type these commands:
Make a directory to store the alsa source code in.
cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
Now unzip and install the alsa-driver package
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=hda-intel --with-sequencer=yes;make;make install
In a shell type these commands:
Make a directory to store the alsa source code in.
cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
Now unzip and install the alsa-driver package
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=hda-intel --with-sequencer=yes;make;make install

Now unzip and install the alsa-lib package
cd ..
bunzip2 alsa-lib-xxx
tar -xf alsa-lib-xxx
cd alsa-lib-xxx
./configure;make;make install
Now unzip and install the alsa-utils package
cd ..
bunzip2 alsa-utils-xxx
tar -xf alsa-utils-xxx
cd alsa-utils-xxx
./configure;make;make install
after that add this to shell
#modprobe snd-hda-intel;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss

then type #alsaconf and it will work automatically then type #alsamixer to check than every thing is unmutted then every thing is ready to work just play your favorite track and just smile :)

Adam Black Ice

Mithic 11-21-2006 08:17 PM

I tried this and after i typed

Code:

# modprobe snd-hda-intel;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
I got this

Code:

WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.18/kernel/sound/pci/hda/snd-hda-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.18/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)

Any idea whats wrong?

Mithic 11-21-2006 08:22 PM

This is what dmesg gave me

Code:

snd_hda_codec: Unknown symbol snd_verbose_printk
snd_hda_intel: Unknown symbol snd_hda_bus_new
snd_hda_intel: Unknown symbol snd_hda_build_pcms
snd_hda_intel: Unknown symbol snd_verbose_printk
snd_hda_intel: Unknown symbol snd_hda_codec_new
snd_hda_intel: Unknown symbol snd_hda_queue_unsol_event
snd_hda_intel: Unknown symbol snd_hda_calc_stream_format
snd_hda_intel: Unknown symbol snd_hda_suspend
snd_hda_intel: Unknown symbol snd_hda_resume
snd_hda_intel: Unknown symbol snd_hda_build_controls


Mithic 11-22-2006 12:44 AM

Nevermind. I got it working, Thanks alot for posting this.

adam_blackice 11-22-2006 12:07 PM

hope to be helpful :)

Adam Black Ice

exvor 11-22-2006 02:00 PM

Is this a new build of the alsa dirvers? or has this alredy been built into
the lateset kernel?

adam_blackice 11-22-2006 02:32 PM

i made that with alsa driver 1.0.13 the lastest release and with kernel 2.6.16 and the main thing is the way of compilation and after that doing alsaconf and that is all that makes sound works

i really tired of that until i made that but thanx allah itis done :)

dr.jupiter 12-08-2006 05:08 AM

does this suggestion work with with Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04) sound card? (result of lspci).
i have problem with sound since i installed kde.
before kde i had sound in gnome, but now i have sound only through headset,
both in gnome and kde.
i have installed all of alsa on my ubuntu dapper and i want to enable sound through the laptop speakers.
the laptop i'm running dapper is an hp pavilion dv4324.

adam_blackice 12-10-2006 12:30 AM

u can simply run #alsaconf then run #alsamixer and sheck is every thing is unmuted

dr.jupiter 12-11-2006 02:29 PM

everything is unmuted and at the highest power, but still no sound out of the speakers.

adam_blackice 12-11-2006 03:23 PM

so you do what listed above about also drivers ?

i think you should do that also in kde enviroment and see what the result you will get ?

dr.jupiter 12-12-2006 02:45 AM

Quote:

Originally Posted by adam_blackice
so you do what listed above about also drivers ?

i think you should do that also in kde enviroment and see what the result you will get ?

Still nothing. Besides alsa drivers are not Desktop environment specific.
They are drivers, not applications:)

adam_blackice 12-12-2006 09:56 AM

by the way you can update your kernel and it will works

dr.jupiter 12-13-2006 03:31 AM

Quote:

Originally Posted by adam_blackice
by the way you can update your kernel and it will works

I disagree again. if you know about ubuntu, it can update anything installed through apt application.
Since i installed ubuntu it has updated the kernel from 2.6.12 to 2.6.15 i think.
The weird thing is that when i use the live cd everything works fine, but when i install properly something doesn't, in my case sound out of the speakers.
By the way i have reinstalled ubuntu and the sound comes out of the speakers but now the microphone doesn't work when i plug it in the microphone mini jack.
In another forum i 've read that sound on hp laptops(mine is hp) is buggy. i'm not sure though if it's true or not.
Personally i believe that the bug is distribution specific and not kernel specific, but in ubuntu forums i haven't found any help. I suppose it's about time to get rid of kubuntu once and for all and install slack on my laptop, since i'm completely satisfied by it on my desktop.
Besides, the only reason i did not choose slack for my laptop as well, was because i thought that hardware detection would be easier through ubuntu and because at this moment i don't have time or the mood to search my hardware in order to complete the installation.
I'll keep searching but thank u very much for your interest.
If you have any other good ideas i'm willing to hear them.:)

adam_blackice 12-13-2006 06:49 AM

:) never mind man i want only to be helpful enough

i heared from afriend that the freespire is awell hardware detectable just try it and every thing will be ok

//adam


All times are GMT -5. The time now is 10:40 AM.