LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-23-2007, 06:27 PM   #1
rhipps
LQ Newbie
 
Registered: Nov 2006
Location: CA
Distribution: Fedora 4
Posts: 12

Rep: Reputation: 0
Unhappy F4: Intel HDA sound detected, but no sound


no joy getting sound to work on Fedora 4 (2.6.11-1.1369_FC4smp)

my lspci:

00:00.0 Host bridge: Intel Corporation Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation PCI Express Graphics Port (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation Integrated Graphics Controller (rev 02)
00:1b.0 Class 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controllers cc=IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
03:03.0 Communication controller: Conexant: Unknown device 2f20
03:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01)

my lsmod:
Module Size Used by
parport_pc 31621 0
lp 16585 0
parport 39049 2 parport_pc,lp
autofs4 22725 2
rfcomm 46041 0
l2cap 33857 5 rfcomm
bluetooth 56645 4 rfcomm,l2cap
sunrpc 139781 1
ipt_REJECT 9665 1
ipt_state 5825 3
ip_conntrack 46377 1 ipt_state
iptable_filter 6849 1
ip_tables 24897 3 ipt_REJECT,ipt_state,iptable_filter
video 19909 0
button 10577 0
battery 13381 0
ac 8773 0
usblp 16961 0
ibmcam 52781 0
usbvideo 31813 1 ibmcam
videodev 13377 1 usbvideo
md5 8001 1
ipv6 265857 12
uhci_hcd 35409 0
ehci_hcd 38093 0
hw_random 9557 0
i2c_i801 12621 0
i2c_core 25409 1 i2c_i801
snd_hda_intel 20129 1
snd_hda_codec 58433 1 snd_hda_intel
snd_seq_dummy 7621 0
snd_seq_oss 35777 0
snd_seq_midi_event 11585 1 snd_seq_oss
snd_seq 54097 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 12621 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 54257 0
snd_mixer_oss 21953 1 snd_pcm_oss
snd_pcm 91973 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 28357 2 snd_seq,snd_pcm
snd 58149 11 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
soundcore 13345 1 snd
snd_page_alloc 13765 2 snd_hda_intel,snd_pcm
e100 39684 0
dm_snapshot 21349 0
dm_zero 6081 0
dm_mirror 26013 0
ext3 133193 2
jbd 61785 1 ext3
dm_mod 59749 6 dm_snapshot,dm_zero,dm_mirror
ata_piix 13253 2
libata 49220 1 ata_piix
sd_mod 22977 3
scsi_mod 136457 2 libata,sd_mod


I have 666'd /dev/dsp, mixer, etc., checked volume via slider, etc., but no sound comes out. The detected card looks like the right one, but....

I have modprobed snd-hda-intel with and without model=3stacks, no luck

any chance there's a conflict with the ethernet on this chipset?
 
Old 06-24-2007, 02:23 PM   #2
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
More than likely you need to upgrade your alsa drivers. If you are using the drivers that came with FC4, then they are really old.

You can either download, build, and install the individual tarballs from alsa-project.org, or you can download a fully self contained rpm build environment from here. You'll need to be root to build and install it, but you can just type "make && audio_install" and get the drivers, libraries, and utilities updated all at once.
 
Old 06-24-2007, 11:39 PM   #3
rhipps
LQ Newbie
 
Registered: Nov 2006
Location: CA
Distribution: Fedora 4
Posts: 12

Original Poster
Rep: Reputation: 0
link to RPM seems broken.....
 
Old 06-25-2007, 02:27 AM   #4
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
OOPS!!! My bad. Forgot the hyphen in the filename.

Try this.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HDA intel Sound Card Sounds problems with intel sound card on Ubuntu zengingok Linux - Hardware 9 08-17-2007 10:52 AM
Intel HDA Audio - No sound: With a Twist! person132 Linux - Hardware 2 04-21-2007 08:40 AM
no sound after resume2 (snd-hda-intel)? khokho solomi Linux - Laptop and Netbook 4 01-26-2007 02:20 AM
snd-hda-intel - no sound Laen Slackware 3 11-12-2006 01:07 PM
no sound; configuring hda-intel sound card in suse 10.1 crashes X MamaWombat SUSE / openSUSE 1 05-30-2006 10:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration