On Tue, 2003-05-20 at 08:41, Audioslave - 7M3 - Live wrote: > Christoph Lehmann wrote: > > I am very sorry, but I run RH9.0 on a a31p thinkpad. Under RH8 I could > > use xcdroast perfectly (well, almost). > > > > But with Rh9.0 the nautilus "write to cd" process just does nothing, > > after pressed the button. Of course, there is a blank CD in the > > cd-drive, and some files choosen to be burnt > > > > > > please help me in an easy way > > > > thanks > > > > > > christoph > > It does the same thing that it has always done for me. It will launch if > a blank cdr is inserted. It will identify my burning device correctly. > Then when I select files. It will cache the files to a temp directory. > > Here is the output that I get with arjan's latest kernel. > > cdrecord: For possible transport specifiers try 'cdrecord dev=help'. > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you > are root. > cdrecord: Permission denied. Cannot open '/dev/sg0'. Cannot open SCSI > driver. Are you running as a normal user? If so, the scsi generic devices probably have not been set up with the right ownership -- I know they were not for me. If this is the problem, the way I fixed it is to add the following to my /etc/security/console.perms: <sg>=/dev/sg* <console> 0600 <sg> 0660 root.disk This will give the console user ownership of the scsi generic devices while logged in. Works for me. Hope that helps. Jon