View previous topic :: View next topic |
Author |
Message |
er76 Tux's lil' helper


Joined: 13 Mar 2005 Posts: 86 Location: Knoxville, TN USA
|
Posted: Sun Feb 12, 2006 1:18 am Post subject: Usb cdrom [Solved] |
|
|
What do I need to read and write to a usb cdrom burner?
Last edited by er76 on Mon Feb 13, 2006 10:39 pm; edited 1 time in total |
|
Back to top |
|
 |
pjedryczek n00b

Joined: 28 Dec 2005 Posts: 28
|
Posted: Sun Feb 12, 2006 10:38 am Post subject: |
|
|
usb-storage and SCSI drivers. And, of course, cdrecord. _________________ Piotr Jędryczek
RLU #271063 |
|
Back to top |
|
 |
er76 Tux's lil' helper


Joined: 13 Mar 2005 Posts: 86 Location: Knoxville, TN USA
|
Posted: Sun Feb 12, 2006 3:19 pm Post subject: |
|
|
Which udev devices do I need to use to read from the cdrom? |
|
Back to top |
|
 |
pjedryczek n00b

Joined: 28 Dec 2005 Posts: 28
|
Posted: Sun Feb 12, 2006 4:45 pm Post subject: |
|
|
er76 wrote: | Which udev devices do I need to use to read from the cdrom? |
/dev/sr0 (or other if you have SCSI cdroms) _________________ Piotr Jędryczek
RLU #271063 |
|
Back to top |
|
 |
er76 Tux's lil' helper


Joined: 13 Mar 2005 Posts: 86 Location: Knoxville, TN USA
|
Posted: Sun Feb 12, 2006 6:26 pm Post subject: |
|
|
What scsi drivers do I need to build in the kernel?
It is not mounting, it says it is not a valid block device.
I am using a ide to usb adapter, maybe that is the problem. |
|
Back to top |
|
 |
pjedryczek n00b

Joined: 28 Dec 2005 Posts: 28
|
Posted: Mon Feb 13, 2006 3:41 pm Post subject: |
|
|
er76 wrote: | What scsi drivers do I need to build in the kernel?
It is not mounting, it says it is not a valid block device.
I am using a ide to usb adapter, maybe that is the problem. |
usb-ohci (or usb-uhci or usb-ehci), usb-storage, sg, scd (SCSI cdrom). _________________ Piotr Jędryczek
RLU #271063 |
|
Back to top |
|
 |
er76 Tux's lil' helper


Joined: 13 Mar 2005 Posts: 86 Location: Knoxville, TN USA
|
Posted: Mon Feb 13, 2006 10:39 pm Post subject: |
|
|
I found the problem.
My the name of the device is /dev/scd0. |
|
Back to top |
|
 |
|