Re: Sound problems - CD Player not working



Playing CDs is a bit different from playing sound files.  If you have ever
opened up your case, you will see there is a cable running from the back
of your cd drive to your soundcard.  To play audio CDs, the CD player app
simply tells the drive to start sending the audio signal to the sound
card, bypassing /dev/dsp.

OK, that is why /dev/dsp is not being used.  Now how to fix the problem.
First find out what the device name for you CD drive is.  The easiest way
to do this is to look in the /etc/fstab file, and see if there is an entry
for your cd drive (it will probably list the mount point as /mnt/cdrom or
/cdrom and use an iso9660 file system).

It is probably a good idea to make a link from /dev/cdrom to this device
if there isn't one.  If /dev/hdc is your cd drive, type the following:
  ln -sf hdc /dev/cdrom

You will also want to make sure that you can write to this device:
  chmod a+w /dev/cdrom
(this is quite safe, since the cdrom drive takes read only media).

Now everything should be working properly.

James.

--
Email: james@daa.com.au
WWW:   http://www.daa.com.au/~james/


On Wed, 28 Jul 1999, Ken Corbin wrote:

> This may not be a Gnome related problem since it seems to be affecting all X
> based CD Players, but someone here might know what is wrong.  I seem to have my
> sound card configured correctly, Applications that open /dev/dsp (x11amp) are
> working properly.  But the gtcd CD player won't make a peep.  Doing some 
> snooping in the /proc directories shows that gtcd is opening  some unidentified
> socket rather than /dev/dsp.  All of which implies that there is supposed to be
> some kind of daemon running to relay information the  the sound system.  But I
> sure can't figure out just what it might be.
> 
> Any help would be gratefully appreciated.
> 
> 
> -- 
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]