LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Soundcard Problems (https://www.linuxquestions.org/questions/linux-hardware-18/soundcard-problems-304235/)

DoctorVell 03-21-2005 05:25 AM

Soundcard Problems
 
i there,

I have a CM8738 onboard soundcard (C-Media) and when I had to re-install my system due to a problem with my CDROM drive (which I got fixed), the sound card now no longer works. I did the trouble shooting and I typed in the following and got the following results:

[<user>@localhost <user>]$ lspcidrake -v | fgrep AUDIO
snd-cmipci : C-Media Electronics Inc|CM8738 [MULTIMEDIA_AUDIO] (vendor:13f6 device:0111 subv:1043 subd:80e2)
[<user>@localhost <user>]$ /sbin/chkconfig --list alsa
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[<user>@localhost <user>]$ aumix -q
bash: aumix: command not found
[<user>@localhost <user>]$ /sbin/fuser -v /dev/dsn
/dev/dsn: No such file or directory
[<user>@localhost <user>]$ /sbin/fuser -v /dev/dsp
[<user>@localhost <user>]$ clear

[<user>@localhost <user>]$ lspcidrake -v | fgrep AUDIO
snd-cmipci : C-Media Electronics Inc|CM8738 [MULTIMEDIA_AUDIO] (vendor:13f6 device:0111 subv:1043 subd:80e2)
[<user>@localhost <user>]$ grep sound-slot /etc/modules.conf
[<user>@localhost <user>]$ /sbin/lsmod
Module Size Used by
sg 33788 0
scsi_mod 104044 1 sg
binfmt_misc 8744 1
nfsd 189408 8
exportfs 4736 1 nfsd
lockd 58344 2 nfsd
sunrpc 127652 2 nfsd,lockd
md5 3584 1
ipv6 230916 16
autofs4 15268 0
snd-seq-oss 31232 0
snd-seq-midi-event 6080 1 snd-seq-oss
snd-seq 47440 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 49480 0
snd-mixer-oss 17376 3 snd-pcm-oss
snd-cmipci 28228 2
snd-pcm 81800 2 snd-pcm-oss,snd-cmipci
snd-page-alloc 7400 1 snd-pcm
snd-opl3-lib 8448 1 snd-cmipci
snd-timer 20356 3 snd-seq,snd-pcm,snd-opl3-lib
snd-hwdep 6916 1 snd-opl3-lib
gameport 3328 1 snd-cmipci
snd-mpu401-uart 5856 1 snd-cmipci
snd-rawmidi 19300 1 snd-mpu401-uart
snd-seq-device 6344 4 snd-seq-oss,snd-seq,snd-opl3-lib,snd-rawmidi
snd 45988 12 snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-cmipci,snd-pcm,snd-opl3-lib,snd-timer,snd-hwdep,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore 7008 3 snd
af_packet 16072 2
floppy 55088 0
ne2k-pci 7584 0
8390 7936 1 ne2k-pci
ide-cd 37280 0
cdrom 37724 1 ide-cd
loop 12520 0
supermount 34804 1
amd-k7-agp 5740 1
agpgart 27752 1 amd-k7-agp
joydev 8032 0
usblp 10592 0
tsdev 5824 0
evdev 7648 0
usbmouse 4256 0
usbhid 41088 0
ehci-hcd 26244 0
uhci-hcd 28752 0
usbcore 103172 7 usblp,usbmouse,usbhid,ehci-hcd,uhci-hcd
genrtc 7444 0
ext3 120680 2
jbd 49080 1 ext3
[<user>@localhost <user>]$ /sbin/chkconfig --list sound
sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[<user>@localhost <user>]$ /sbin/chkconfig --list alsa
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[<user>@localhost <user>]$ aumix -q
bash: aumix: command not found
[<user>@localhost <user>]$ /sbin/fuser -v /dev/dsp

NOTE: <user> is replaced with my user name. The following were the steps it told me to do for a trouble shooting.

Thanks....

tavixor 03-21-2005 05:29 AM

maybe this helps you http://www.alsa-project.org/alsa-doc...&module=cmipci


All times are GMT -5. The time now is 02:38 AM.