Re: Problems with CD-writer in 2.4.2

2001-03-27 Thread Gregory T. Norris
Did you enable devfs in your kernel config, by any chance? If so, you probably need to add "alias /dev/sg* sg" to /etc/modutils/devfs, followed by running /sbin/update-modules. On Tue, Mar 27, 2001 at 03:42:40PM +1000, Price, Tim wrote: > Hi all, > > I've just upgraded to kernel 2.4.2 and am havi

Re: Problems with CD-writer in 2.4.2

2001-03-27 Thread christophe barbe
Have you enabled Scsi Generic support in your kernel config. It should give you a module called (IIRC) sg.o which is used to send specific scsi commands for cd writting. And you should have a /dev/sg too. Christophe On mar, 27 mar 2001 07:42:40 "Price, Tim" wrote: > Hi all, > > I've just upgrad

RE: Problems with CD-writer in 2.4.2

2001-03-27 Thread John Griffiths
>> >I have compiled in the appropriate (advansys.o) driver & am >> able to mount & >> >read data CDs. Just not write. >> >> got your SCSI emulation running? >> > >I didn't need scsi emulation in the 2.2 kernels - it's a scsi cd-writer. Has >this changed? Whoops guess its not that then.

RE: Problems with CD-writer in 2.4.2

2001-03-27 Thread Price, Tim
> At 03:42 PM 3/27/2001 +1000, Price, Tim wrote: > >Hi all, > > > >I've just upgraded to kernel 2.4.2 and am having trouble using > >cdrecord/cdrdao. > > > >They are both complaining that there are no valid scsi devices. > > > >I have compiled in the appropriate (advansys.o) driver & am > able to

Re: Problems with CD-writer in 2.4.2

2001-03-27 Thread John Griffiths
At 03:42 PM 3/27/2001 +1000, Price, Tim wrote: >Hi all, > >I've just upgraded to kernel 2.4.2 and am having trouble using >cdrecord/cdrdao. > >They are both complaining that there are no valid scsi devices. > >I have compiled in the appropriate (advansys.o) driver & am able to mount & >read data CD

Problems with CD-writer in 2.4.2

2001-03-26 Thread Price, Tim
Hi all, I've just upgraded to kernel 2.4.2 and am having trouble using cdrecord/cdrdao. They are both complaining that there are no valid scsi devices. I have compiled in the appropriate (advansys.o) driver & am able to mount & read data CDs. Just not write. Anyone else have this trouble? Chee