> 
> Change the OS detection lines by adding a "#" to 2 of the lines.  This
> will disable the checking using /dev/cdrom. 
> > 
Code:
--------------------
  >   > 
  > #   if ($osdetected ne 'unix') {    
  >             return (1,undef,undef);
  > #   }
  > 
--------------------
> > 
> 
> After changing code - you need to restart SC.

Mmm... Not much progress. This generates the following line in the
system log:

20994: [09-08-29 16:17:50.3770]
Plugins::CDplayer::CDhandler::cdromstatus (1036) Cannot open device:
/dev/cdrom error:No such file or directory (2)

After changing the device in /dev/sg18 it gave a permission error.
After I set the permissions on the device to

crw-rw-rw-    1 admin    administ  21,  18 Feb 23  2004 /dev/sg18

Now the log entry returns:

21047: [09-08-29 16:53:18.9258]
Plugins::CDplayer::CDhandler::cdromstatus (1042) CDROM Status: get cdrom
device status ioctl failed (-1): Operation not permitted (1)


-- 
insomniux
------------------------------------------------------------------------
insomniux's Profile: http://forums.slimdevices.com/member.php?userid=30394
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to