LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NO Sound! (https://www.linuxquestions.org/questions/linux-newbie-8/no-sound-193827/)

phard945 06-15-2004 01:11 PM

NO Sound!
 
I just managed to install Red Hat 9 . What a first. I'm a little perplexed however, since I can't play any regular cds or MP3s. Help needed...The cdrom works fine. It's an hp cd writer 9100 series. The player seems to be working fine but I can't hear anything. I know the sound cables are good because I'm running windowz on a dual boot. not sure what to do...

Thanks

Pierre

Genesee 06-15-2004 01:40 PM

iirc, RH disabled MP3 play for legal reasons - if you're using xmms - take a look at xmms.org, there used to be a patch there to fix this....

tjmalone 06-15-2004 02:31 PM

Sound card
 
to help i need to know what sound card you are using. If possible you may want ot update to fedora core 1 or 2, if you are multi booting with windows, and you want to continue do not update to fedora 2.
fedora.redhat.com

If you leave your sound card on here, also go to system setting / tools, i forget which, and click on the sound card setup, can you here the test sound, if you can load up the volume settings and check the levels.

Tom

chakkerz 06-15-2004 06:27 PM

check lsmod (as root) to see if there is a module for your sound card present (Red Hat uses modules for this from memory)

check alsamixer to make sure sound is configured to run

grab mpg123 (unless you have it) and point it at some files to play (it's command line based)

if you still don't hear anything it should at least give you an error message

ls -op /dev/dsp* to see if you have access to the dsp subsystem

chmod 777 /dev/dsp (as root) -- though that isn't the neatest way to do it no one has ever pointed out what would be more appropriate.

check mpg123 again (no point in doing the above two steps if mpg already worked or told you another cause of error)

IF your mp3s still don't play, bitchin' ... let us know

on to audio cd, ensure your player is looking at the right drive /dev/hd* (where * is a for IDE1 Master, b for IDE1 Slave, c for IDE2 Master, and d for IDE2 Slave). You CAN go with /dev/cdrom, in which case you want to check it's symlinked to /dev/hd*.

NOW, there is a lie in the above statement. (potentially) if your burner is configured for some reason as a SCSI, with no IDE-CDROM support (highly unlikely unless you compiled your own kernel). it will be linked to /dev/sg or /dev/sd (both followed by a number (0 or 1, using similar logic to the hd* thing). IF this is the case , cat /etc/fstab and it will tell you what your cdrom mount point actually points at..

IF CD player and alsa are configured right, and the cd player works in windows you should get sound. BUT don't be fooled by windows giving you audio cd access, some players in windows can be configured to use your IDE cable to transfer audio data (better quality sound), i doubt this can be done in linux, without trying).

lastly if alsamixer was misconfigured, ie mutes and so forth, as root run
alsactl store


Let us know how you go.


All times are GMT -5. The time now is 10:07 AM.