LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   RHEL4 sound problem (https://www.linuxquestions.org/questions/red-hat-31/rhel4-sound-problem-637298/)

arnuld 04-23-2008 09:38 AM

RHEL4 sound problem [SOLVED]
 
I am using RHEL4 and I am am completely unable to configure sound. my system has nothing like "/dev/dsp" or "/dev/sequencer".


Code:

[root@raj etc]# alsamixer
alsamixer: function snd_ctl_open failed for default: No such file or directory
[root@raj etc]#

Code:

[root@raj etc]# uname -a
Linux raj.phonologies.com 2.6.9 #1 Wed Jul 12 15:08:58 IST 2006 i686 i686 i386 GNU/Linux
[root@raj etc]#

Code:

[root@raj etc]# /sbin/lspci | grep -i audio
00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
[root@raj etc]#


I installed latest alsa drivers from alsa web-site, they installed fine, I checked my card requires snd-hda-intel module but when I try to load the module I get this:

Code:

[root@raj etc]# /sbin/modprobe snd-hda-intel
WARNING: Error inserting snd (/lib/modules/2.6.9/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.9/kernel/sound/acore/snd-hwdep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.9/kernel/sound/acore/snd-page-alloc.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.9/kernel/sound/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd (/lib/modules/2.6.9/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.9/kernel/sound/acore/snd-page-alloc.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.9/kernel/sound/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm (/lib/modules/2.6.9/kernel/sound/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error running install command for snd_pcm
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.9/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
[root@raj etc]#


any idea ?

answerme 05-01-2008 06:27 AM

Type this command & give me the result

lsmod |grep snd

arnuld 05-01-2008 11:27 PM

it gives nothing:

Code:

[arnuld@raj ~]$ lsmod | grep snd                                                                                           
[arnuld@raj ~]$


arnuld 10-13-2008 06:40 AM

This problem is resolved now. Please look at this thread


All times are GMT -5. The time now is 01:54 AM.