Goeman Stefan wrote: > I have a DVD-ROM in PC. > The problem with this DVR-ROM is that it is possible to mount software > cdrom's using the usual mount command. > But I don't know how to play a music CDROM. Clicking the CDROM icon in GNOME > gives an error message. > >
What is the error message? Probably, the cd player app is looking for the cdrom in /dev/cdrom. You should point it to your actual device, or make a symlink from your cdrom device to /dev/cdrom ln -s /dev/hd<x> /dev/cdrom # where x is your actual device. hth dyer