On Sun, 28 May 2000, Alessandro Urpi wrote:

> Hi!
> I'm trying to configure my USB cd-burner (a waitec frisby), but I have some
> problem...
> So I'd like to know if it's enough to compile the kernel (I'm using the
> 2.4.4) with the USB mass storage module, and with the SCSI CD support (I
> don't have any other SCSI unit...), or if I need something more (because in
> this way the USB module recognize the cd-rw, but I don't have any SCSI device
> working!!!)
> Any kind of help will be appreciated
>
>   Alessandro U.
>
That should enough, if you make USB mass storage as module, make sure you have load 
it, and then use cdrecord to check it,
like this (make sure you have the latest version of cdrecord):
[root@desktop storage]# cdrecord -scanbus
......
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
scsibus1:
cdrecord: Warning: controller creates hard SCSI failure when retrieving CD 
capabilities page.
        1,0,0   100) 'IOMEGA  ' 'ZIPCD 650 USB   ' 'P1.9' Removable CD-ROM
        1,1,0   101) *
......

That mean your drive can be recognized, and then use device as /dev/scd[the no. after 
the cdrom you have], for me, it is /dev/scd1.
Or in cdrecord, you can just use the no. 1,0,0. But if you need to mount the CDR drive 
the read disc content, you need the know the device file under /dev.


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to