LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sound driver problem-can't be opened (https://www.linuxquestions.org/questions/linux-newbie-8/sound-driver-problem-cant-be-opened-332577/)

AnthonyK 07-06-2005 06:58 PM

Cedar or anyone can you please help me too? I'm sorry but I really want this to work.

I have the same exact problem as the person who started this thread except I have an nForce 2 on-board sound. (Same problem did happen when I disabled that and used a Sound Blaster Audigy card instead). The SB Audigy is now removed and onboard is re-enabled. Fresh install of Mandriva LE 2005... (note that sound works in Ubuntu 5.04 and worked in Windows when I *used* to run it ). I am still kind of a newbie to Linux command line etc. so please be patient. I need help though! :)

[root@localhost dev]# lsmod | grep snd
snd-seq-dummy 2596 0
snd-seq-oss 31584 0
snd-seq-midi-event 6208 1 snd-seq-oss
snd-seq 47472 5 snd-seq-dummy,snd-seq-oss,snd-seq-midi-event
snd-seq-device 6796 3 snd-seq-dummy,snd-seq-oss,snd-seq
snd-pcm-oss 49056 0
snd-mixer-oss 17248 1 snd-pcm-oss
snd-intel8x0 29216 0
snd-ac97-codec 75256 1 snd-intel8x0
snd-pcm 80776 3 snd-pcm-oss,snd-intel8x0,snd-ac97-codec
snd-timer 20324 2 snd-seq,snd-pcm
snd-page-alloc 7588 2 snd-intel8x0,snd-pcm
snd 46980 9 snd-seq-oss,snd-seq,snd-seq-device,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer
soundcore 7104 1 snd
[root@localhost dev]# ls ds*
ls: ds*: No such file or directory
[root@localhost dev]# ls *ds
ls: *ds: No such file or directory
[root@localhost dev]#
Apparently I have no dsp file/folder?
[root@localhost dev]# fuser -v /dev/dsp
/dev/dsp: No such file or directory

AnthonyK 07-06-2005 07:00 PM

[root@localhost anthony]# grep sound-slot /etc/modules.conf /etc/modprobe.conf
/etc/modprobe.conf:alias sound-slot-0 snd-intel8x0
[root@localhost anthony]# /sbin/lsmod
Module Size Used by
snd-seq-dummy 2596 0
snd-seq-oss 31584 0
snd-seq-midi-event 6208 1 snd-seq-oss
snd-seq 47472 5 snd-seq-dummy,snd-seq-oss,snd-seq-midi-event
snd-seq-device 6796 3 snd-seq-dummy,snd-seq-oss,snd-seq
snd-pcm-oss 49056 0
snd-mixer-oss 17248 1 snd-pcm-oss
snd-intel8x0 29216 0

AnthonyK 07-06-2005 07:02 PM

snd-ac97-codec 75256 1 snd-intel8x0
snd-pcm 80776 3 snd-pcm-oss,snd-intel8x0,snd-ac97-codec
snd-timer 20324 2 snd-seq,snd-pcm
snd-page-alloc 7588 2 snd-intel8x0,snd-pcm
snd 46980 9 snd-seq-oss,snd-seq,snd-seq-device,snd-pcm-oss,s
nd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer
soundcore 7104 1 snd
raw 6720 1
rfcomm 33692 0
l2cap 20644 5 rfcomm
bluetooth 41380 4 rfcomm,l2cap
af_packet 16232 2
floppy 54736 0

AnthonyK 07-06-2005 07:03 PM

usbhid 43712 0
forcedeth 16096 0
md5 3648 1
ipv6 232320 12
ide-cd 36772 0
loop 13544 0
supermount 32660 1
nvidia-agp 5852 1
agpgart 28264 1 nvidia-agp
ehci-hcd 28648 0

AnthonyK 07-06-2005 07:05 PM

sorry for all these posts the website here kept saying i had too many images and made me break down my messages and post in pieces...

ohci-hcd 19112 0
usbcore 106008 4 usbhid,ehci-hcd,ohci-hcd
ext3 123304 2
jbd 48344 1 ext3

AnthonyK 07-06-2005 07:06 PM

[root@localhost anthony]# /sbin/chkconfig --list sound
sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off

AnthonyK 07-06-2005 07:06 PM

sorry for the smilie faces in the last one didnt see option til too late

[root@localhost anthony]# /sbin/chkconfig --list alsa
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@localhost anthony]# aumix -q
bash: aumix: command not found

AnthonyK 07-06-2005 07:07 PM

I hope this helps, please advise. Note I tried alsaconf and it (and setup/install) did detect my audio correctly, but still not working. I have tried changing via GUI to all the various things - OSS, Alsa, different drivers, etc. I don't know what else to do. Please advise! :) Thank you.

Michael Johnson 07-06-2005 07:34 PM

If you are kubuntu then you have the KDE desktop in front you. If go the menu and select "System Settings->Sound Card Detection" it will ask you for the root password and then setup sound for you.

LordSurvivoR 07-10-2005 04:03 PM

Ok I've managed to get my sound card to work. 10x cedar
The problem is that after restart, when a I press play button in xmms, it shows window with message that the Output Plugin is not configured and to chek if other prog is blocking sound. After that I run alsaconf and adjust settings. Message is no more shown and song starts. Could this be solved? (Yes it could: in xmms to chose other Output Plugin, but I want to use alsa :D)

Regards,
Daniel

LordSurvivoR 07-11-2005 01:28 PM

Got it.
Added in /etc/group at line 17 to look like: "audio::17:{username}" (without quotes)
In my case "audio::17:survivor"

cedar 07-12-2005 01:27 AM

ah...good thinking

shadowsa 10-18-2005 11:04 AM

ok i have a similar problem, im having a gateway 3100 with the same audio card, and i dont know when
to start, becosue thats too much confusing to me, i beg for help, im runing suse linux 10

jmiter 10-18-2005 02:12 PM

Shadowsa,

I was able to address my sound issues by finally going to http://www.opensound.com/ downloaded the 'no regparm' version and selected the 'windows compatible' (or something like that) sound card once i was running the configure program (and after trying nearly all the other drivers).

This has worked just fine - I've had no problems with any programs. Plays mp3, wav, ogg. The only modification I still need to make is to have the driver load before KDE - apparently there is a conflict which requires me to run the 'soundon' command ('soundon' is a command that comes with the downloaded driver) for the driver, after a reboot to get the sounds working again.

The driver license is $20, but it runs for free for 3 months (and apparently can be re-downloaded and re-installed every 3 months to run on the free license). For $20, it seems worth the trouble.

For review: my system is a Gateway 2500 solo, with the nm256av sound card, running Kubuntu, kernel 2.6.10-5

hope this helps.

shadowsa 10-18-2005 09:59 PM

thats nice, but i dont wanna pay 20$ for a driver, and 2nd i dont feel like i wanna reinstall it every 3 months


All times are GMT -5. The time now is 12:55 AM.