Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

Intel HDAudio ICH10 - no sound

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
njcwotx
Guru
Guru
User avatar
Posts: 587
Joined: Fri Feb 25, 2005 3:53 am
Location: Texas

Intel HDAudio ICH10 - no sound

  • Quote

Post by njcwotx » Thu Sep 10, 2009 4:01 am

dmesg shows the card being detected:

Code: Select all

[   44.465892] Advanced Linux Sound Architecture Driver Version 1.0.20.
[   44.639713] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   44.670717] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   44.673130] usb usb7: suspend_rh (auto-stop)
[   44.922950] usb usb8: suspend_rh (auto-stop)
[   45.049893] hda_codec: Unknown model for AD1988, trying auto-probe from BIOS...
[   45.084120] ALSA device list:
[   45.115354]   #0: HDA Intel at 0xf3ff8000 irq 22
aplay -l shows the card

Code: Select all

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
The Kernel Configs

Code: Select all

--- Intel HD Audio                               
[*]   Build hwdep interface for HD-audio driver  
[ ]Allow dynamic codec reconfiguration (EXPERIMENTAL)    
[ ]Support digital beep via input layer       
[*]   Build Realtek HD-audio codec support       
[*]   Build Analog Device HD-audio codec support 
[*]   Build IDT/Sigmatel HD-audio codec support  
[*]   Build VIA HD-audio codec support           
[*]   Build ATI HDMI HD-audio codec support      
[*]   Build NVIDIA HDMI HD-audio codec support   
[*]   Build INTEL HDMI HD-audio codec support    
[*]   Build Conexant HD-audio codec support      
[*]   Build C-Media HD-audio codec support       
[*]   Build Silicon Labs 3054 HD-modem codec support 
[*]   Enable generic HD-audio codec parser       
[ ]   Aggressive power-saving on HD-audio   ort   
[*]   Build INTEL HDMI HD-audio codec support    
[*]   Build Conexant HD-audio codec support      
[*]   Build C-Media HD-audio codec support       
[*]   Build Silicon Labs 3054 HD-modem codec support 
[*]   Enable generic HD-audio codec parser       
[ ]   Aggressive power-saving on HD-audio   
I have gone into alsamixer and maxed it all

but no sound....

I recompiled kernel to use modules and still no luck...

Code: Select all


linux-2.6.30-gentoo-r4 # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


linux-2.6.30-gentoo-r4 # lsmod
Module                  Size  Used by
snd_hda_codec_analog    74392  1
snd_hda_intel          27272  0
snd_hda_codec          58232  2 snd_hda_codec_analog,snd_hda_intel
nvidia               8113912  38
snd_hwdep               8288  1 snd_hda_codec
snd_pcm                72592  2 snd_hda_intel,snd_hda_codec
snd_timer              21048  1 snd_pcm
snd                    61144  6 snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc          9208  2 snd_hda_intel,snd_pcm


linux-2.6.30-gentoo-r4 # modprobe -l
/lib/modules/2.6.30-gentoo-r4/kernel/drivers/scsi/scsi_wait_scan.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/snd-pcm.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/snd.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/snd-timer.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/snd-page-alloc.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/snd-hwdep.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/seq/snd-seq-device.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/seq/snd-seq.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/seq/snd-seq-dummy.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/seq/snd-seq-midi-event.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/seq/oss/snd-seq-oss.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/oss/snd-pcm-oss.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/core/oss/snd-mixer-oss.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-cmedia.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-analog.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-si3054.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-conexant.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-atihdmi.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-via.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-intel.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-idt.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-realtek.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-nvhdmi.ko
/lib/modules/2.6.30-gentoo-r4/kernel/sound/pci/hda/snd-hda-codec-intelhdmi.ko
/lib/modules/2.6.30-gentoo-r4/kernel/arch/x86/kernel/test_nx.ko
/lib/modules/2.6.30-gentoo-r4/video/nvidia.ko


linux-2.6.30-gentoo-r4 # /etc/init.d/alsasound start
 * Loading ALSA modules ...
 *   Loading: snd-seq-oss ...                                                                                                                                                                                            [ ok ]
 *   Loading: snd-pcm-oss ...                                                                                                                                                                                            [ ok ]
 * Restoring Mixer Levels ...                                         
Drinking from the fountain of knowldege.
Sometimes sipping.
Sometimes gulping.
Always thirsting.
Top
njcwotx
Guru
Guru
User avatar
Posts: 587
Joined: Fri Feb 25, 2005 3:53 am
Location: Texas

  • Quote

Post by njcwotx » Thu Sep 10, 2009 4:29 am

getting somewhere...

I ran alsaconf and it saw the card this time and it configured for it, restarted alsasound and loaded snd-card-0 but no sound in kde.


for grins i set the kde player to aplay and i got a bunch of ugly static but no nice sounds yet.
Drinking from the fountain of knowldege.
Sometimes sipping.
Sometimes gulping.
Always thirsting.
Top
njcwotx
Guru
Guru
User avatar
Posts: 587
Joined: Fri Feb 25, 2005 3:53 am
Location: Texas

  • Quote

Post by njcwotx » Thu Sep 10, 2009 4:32 am

well, i can play video with sound off of the internet?!?, but no system sounds in kde. Wonder how long sound worked there:)
Drinking from the fountain of knowldege.
Sometimes sipping.
Sometimes gulping.
Always thirsting.
Top
Binkerton
n00b
n00b
Posts: 12
Joined: Sat Jun 13, 2009 8:56 pm

  • Quote

Post by Binkerton » Fri Sep 11, 2009 7:25 pm

I recommend removing all the unnecessary codecs you have built into the kernel

Code: Select all

cat /proc/asound/card0/codec#0 
but that's just my OCD

I imagine you checked the KDE sound preferences?
maybe they were disabled in an upgrade.
Top
timeBandit
Bodhisattva
Bodhisattva
User avatar
Posts: 2719
Joined: Fri Dec 31, 2004 1:54 am
Location: here, there or in transit

  • Quote

Post by timeBandit » Fri Sep 11, 2009 7:35 pm

Moved from Kernel & Hardware to Multimedia.
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Top
oracleguy
n00b
n00b
Posts: 22
Joined: Wed Sep 13, 2006 9:53 pm

  • Quote

Post by oracleguy » Sun Sep 13, 2009 3:30 am

njcwotx wrote:well, i can play video with sound off of the internet?!?, but no system sounds in kde. Wonder how long sound worked there:)
I actually had that problem once. When you built KDE, did you have the right use flags so you can play ogg files? I think the use flag is vorbis.
Top
programfan
n00b
n00b
Posts: 4
Joined: Sat Aug 11, 2007 12:32 pm
Location: Beijing,China

[possible solution]

  • Quote

Post by programfan » Thu Sep 17, 2009 11:58 am

Hi, I have encountered exactly the same problem and after searching the internet, I have solved it via the following approach.

1. find out the exact Codecs for your sound card

Code: Select all

cat /proc/asound/Intel/code* | grep Codec


2. Remove all other Codecs support and all other sound devices in Kernel.

Then the sound comes back.

I don't know why this happens, but It works.
Top
needlern1
Guru
Guru
User avatar
Posts: 376
Joined: Tue Jul 16, 2002 11:14 am
Location: Marietta, Ga 30068

  • Quote

Post by needlern1 » Sun Aug 22, 2010 9:44 pm

@programfan - I suspect that this has helped countless numbers of users, but since I don't see any replies, let me be the first.

THANK YOU, THANK YOU AND THANK YOU AGAIN!

I'm a 12 year linux user who has just lost a whole lot of hours trying to get my fairly new dual core laptop to play music again. Lost sound after some recent upgrades. Rebuilt the kernel with your information and am, again, listening to great music!!

Hope you see this.

Bill

ps - just realized the music is coming from my laptop speakers and not from my plugged in external speakers. Got to figure this one out. 8O
Gateway NV78 notebook(dual core, x86)
linux user #241871
Top
Biert
n00b
n00b
User avatar
Posts: 45
Joined: Thu Sep 14, 2006 10:38 am
Location: The Netherlands

  • Quote

Post by Biert » Tue Aug 24, 2010 11:54 pm

needlern1 wrote:ps - just realized the music is coming from my laptop speakers and not from my plugged in external speakers. Got to figure this one out. 8O
The Intel HDA driver has an option for jack plugging notification, maybe you need that? (SND_HDA_INTEL_INPUT_JACK)

I had trouble with sound on my laptop (IHC9) after upgrading to 2.6.35, and updating udev fixed that.
http://www.last.fm/user/Biert/
Top
donjames
Apprentice
Apprentice
User avatar
Posts: 251
Joined: Sun Dec 19, 2004 10:56 pm
Location: 32°9'50" N 94°50'54" W
Contact:
Contact donjames
Website

Intel HDAudio ICH10 - no sound

  • Quote

Post by donjames » Wed Aug 25, 2010 6:26 am

Hi needlern1,

I am having the exact same problem -- no sound from the internal speakers on my laptop.

I have sound from a usb headset, but not from the internal speakers.

I am still working on the problem.

Sincerely,

Don James
Top
d3x73r
n00b
n00b
Posts: 55
Joined: Fri Apr 16, 2010 7:09 pm
Location: Bahia/Brazil

  • Quote

Post by d3x73r » Mon May 30, 2011 11:03 pm

I have the same problem here...
My sound card works in my laptop, but the hdmi output isn't working.
I did removed all codecs besides what cat /proc/asound/Intel/code* | grep Codec says and now KDE says that this output is unable to play audio :(

Should I remove all other devices from kernel besides Intel HD Audio?

aplay -l

Code: Select all

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 7: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
aplay - L

Code: Select all

null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=Intel
    HDA Intel, STAC92xx Analog
    Default Audio Device
front:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=Intel,DEV=0
    HDA Intel, HDMI 0
    HDMI Audio Output
lspci -k

Code: Select all

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
        Subsystem: Dell Device 022f
        Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
        Subsystem: Dell Device 022f
        Kernel driver in use: i915
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
        Subsystem: Dell Device 022f
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
        Subsystem: Dell Device 022f
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: ata_piix
        Kernel modules: pata_acpi, ata_piix
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: ahci
        Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
        Subsystem: Dell Device 022f
        Kernel driver in use: i801_smbus
        Kernel modules: i2c-i801
02:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
        Subsystem: Dell Device 022f
02:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
        Subsystem: Dell Device 022f
02:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
        Subsystem: Dell Device 022f
02:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
        Subsystem: Dell Device 022f
02:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
        Subsystem: Dell Device 022f
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
        Subsystem: Dell Device 022f
        Kernel driver in use: sky2
        Kernel modules: sky2
0b:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
        Subsystem: Dell Wireless 1395 WLAN Mini-Card
        Kernel driver in use: b43-pci-bridge
lspci -v | grep -i audio

Code: Select all

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
Even if I remove the other Codecs there still no sound. I'm gonna retry with all the codecs again...
After I removed all other codecs, KDE Phonon plays with my onboard speekers only, even if I ask it to test my HDMI output.
Speeker test returns nothing on hw0:3 :(
Top
Post Reply

11 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic