LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Linux recognizes sound card, still no sound (https://www.linuxquestions.org/questions/linux-hardware-18/linux-recognizes-sound-card-still-no-sound-193997/)

HuEsY 06-15-2004 10:04 PM

Linux recognizes sound card, still no sound
 
I just installed Red Hat 8 and am now dual booting WIndows XP Pro and Linux. Everything seemed to go smooth except for I cannot get any sound. I ran the little detect sound card program and that worked but when I click 'play test sound' I hear nothing. I have no sound for linux but the sound works fine for windows. Any suggestions?

eccles23 06-15-2004 10:10 PM

1. do you have permission to access it? (ls -l /dev/dsp). Are you trying to use it as a normal user?
if you *dont* have permission then look at the group. if it's root, the chgrp it to 'audio'. then make yourself a member of that group.

(eg: ls -l /dev/dsp, if it says "root audio" that's fine. if it says 'root root' then do 'groupadd audio' then 'chgrp audio /dev/dsp'.
then 'groups <your username>', then 'usermod -G list,each,group,you,are,currently,member,of,and,then,audio <username>'
then you need to logout and log back in for the group changes to take effect.)


OR

2. Is the volume turned up? is the card muted? it can often default to mute all devices. open your mixer program and check the volume levels...

that's a start :D


All times are GMT -5. The time now is 12:33 PM.