Spent the past couple of hours searching the archives here, but not seen anything that might solve this problem.
machine:
SONY Picturebook C1MW, 256MB, 30GB, Crusoe 867Mhz, external firewire CDRW/DVD drive.
problem:
Call this an I/O error, folks
I was messing around in fstab trying to get the memory stick slot to work, and was having difficulty, so I deleted the entry for it. I also accidentally deleted the line above, which contained info for the cdrw/dvd drive.
I then deleted the /mnt/cdrom directory, thinking that I could just restart and kudzu would pick it back up again. Wrong.
There are no entries for this drive in dmesg, however it shows up as a scsi device using the sbp2 driver in red hat's "hardware browser", but no cd-rom drives are listed.
"kudzu -p" shows:
class: SCSI
bus: FIREWIRE
detached: 0
driver: sbp2
desc: "Sony [080046] / i.LINK CD-RW DVD-ROM Drive [19000d]"
"cat /proc/scsi/scsi" shows: (this is the memory-stick slot, not the cd drive)
Attached devices:
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: Sony Model: MSC-U03 Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
So, I guess what I need to do is:
1. Determine which device of the 7500 or so in /dev will work with this drive.
2. Get the machine to load the device
3. establish a link to /dev/cdrom and then again to /mnt/cdrom
4. create a new entry in fstab for the drive.
I can deal with items 3 & 4, but will need some help with 1 & 2
Since the machine does detect the drive in H/W browser & kudzu, is there some additional hardware probing tool out there to determine what it's true device name is? (Kudzu & h/W browser just don't have the detail I'm looking for...)
Many, many thanks in advance for any assistance.