[MPlayer-users] Re: Problems when changing the default cdrom device

Rodolfo Medina rodolfo.medina at gmail.com
Tue Jul 11 15:49:19 CEST 2006


tisdag 11 juli 2006 14:56 skrev Rodolfo Medina:

>> I have a dvd reader/writer and also a cd reader, so I wish to watch dvd's
>> with my dvd device and listen to audio cdrom's with my cd device.
>> But, if I try to start mplayer with a different value for the cdrom device
>> (/dev/hdb in place of the default /dev/hdc), with:
>>
>>  $ mplayer -cdrom-device /dev/hdd cdda://



Rickard Närström <rickard.narstrom at gmail.com> writes:

> If you want mplayer to read from /dev/hdb you must 
> write '-cdrom-device /dev/hdb' and not '-cdrom-device /dev/hdd'.
>
> If you truly want to play from /dev/hdd you are probebly missing the device 
> node.



It was a copy-paste stupid error of mine.
But the problem seems to be solved once I changed the group of 
/dev/hdb from `disk' into `cdrom':

 $ ls -l /dev/hdc
 brw-rw----  1 root cdrom 22, 0 2005-02-26 07:38 /dev/hdc
 $ ls -l /dev/hdb
 brw-rw----  1 root disk 3, 64 2005-02-26 07:38 /dev/hdb
 # chgrp cdrom /dev/hdb
 # ls -l /dev/hdb
 brw-rw----  1 root cdrom 3, 64 2005-02-26 07:38 /dev/hdb
 
. Thanks, bye,
Rodolfo




More information about the MPlayer-users mailing list