Page 1 of 1

Driver for Intel Corporation 7 Series/C210 Series Chipset Fa

Posted: 2013-04-26 13:12
by triplemaya
Playing with Wheezy. No sound from the onboard sound - Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)

Soundcard works and suse works the onboard sound no problem so I am assuming this is a drive issue. Googling

Debian driver C210 Series Chipset Family High Definition Audio Controller (rev 04)

has not turned up anything except sound troubleshooting so I am maybe not searching for the right thing?

cat /proc/version
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-15) ) #1 SMP Debian 3.2.41-2

lspci -v | grep -A 8 -i audio
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Giga-byte Technology Device a002
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at f7c10000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
--
03:01.0 Multimedia audio controller: Creative Labs CA0106 Soundblaster
Subsystem: Creative Labs SB0570 [SB Audigy SE]
Flags: bus master, medium devsel, latency 32, IRQ 19
I/O ports at d000
Capabilities: <access denied>
Kernel driver in use: snd_ca0106

lsmod | grep sound
soundcore 13065 1 snd

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: CA0106 [CA0106], device 0: ca0106 [CA0106]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: CA0106 [CA0106], device 1: ca0106 [CA0106]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: CA0106 [CA0106], device 2: ca0106 [CA0106]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: CA0106 [CA0106], device 3: ca0106 [CA0106]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 1: ALC887-VD Digital [ALC887-VD Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0

Re: Driver for Intel Corporation 7 Series/C210 Series Chipse

Posted: 2013-04-26 17:19
by triplemaya
now solved

nano /etc/modprobe.d/alsa-base.conf

And add the following line:

options snd-hda-intel model=generic

Save, reboot.

~~~

Once again I cannot work out how to mark this thread as solved. Perhaps someone could let me know. (Why doesn't this forum either have a control at the top of the page or else allow editing the subject?!)

Re: Driver for Intel Corporation 7 Series/C210 Series Chipse

Posted: 2013-05-06 12:43
by triplemaya
For some reason I cannot edit the title of the first post. If someone can tell me how to do this I can mark it as solved

Re: Driver for Intel Corporation 7 Series/C210 Series Chipse

Posted: 2013-05-07 07:48
by laszlo
triplemaya wrote:now solved

nano /etc/modprobe.d/alsa-base.conf

And add the following line:

options snd-hda-intel model=generic
Thanks man, you saved my life ;)

Re: Driver for Intel Corporation 7 Series/C210 Series Chipse

Posted: 2013-07-19 04:07
by arcticzer0
Wow. You made it easy. Thanks a lot!

Re: Driver for Intel Corporation 7 Series/C210 Series Chipse

Posted: 2013-07-31 15:30
by CrazyB
Hey, So I've had the same problems as all of you, but I'm using Linux Mint Debian edition.

Your fix was somehow what I was looking for but in Linux Mint 15 Debian it didn't work what I had to use was:
options snd-hda-intel-model index=0

Thank you for pointing me to the right direction :D

Re: Driver for Intel Corporation 7 Series/C210 Series Chipse

Posted: 2013-07-31 20:38
by triplemaya
Thanks for the info. Linux Mint 15 Debian is on my list to try. :)