You are not logged in.
I have ide cdrw and dvdrw. They are recognized as generic scsi devices - /dev/sr0 and /dev/sr1. Why is that? Shouldn't they be /dev/hdc and /dev/hdd?
As a result k3b is not working.
latest kernel26 from current and latest udev
Offline
Mine is setup under <code>fstab</code> to be at <code>/dev/cdrom</code>. Is it creating more than one device node by chance?
Offline
fstab
/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd auto ro,user,noauto,unhide 0 0
ls -l /dev/cdr*
lrwxrwxrwx 1 root root 17 2006-04-28 10:07 /dev/cdrom -> /dev/cd/cdrom-sr0
lrwxrwxrwx 1 root root 17 2006-04-28 10:07 /dev/cdrom0 -> /dev/cd/cdrom-sr0
lrwxrwxrwx 1 root root 17 2006-04-28 10:07 /dev/cdrom1 -> /dev/cd/cdrom-sr1
lrwxrwxrwx 1 root root 16 2006-04-28 10:07 /dev/cdrw -> /dev/cd/cdrw-sr0
lrwxrwxrwx 1 root root 16 2006-04-28 10:07 /dev/cdrw0 -> /dev/cd/cdrw-sr0
lrwxrwxrwx 1 root root 16 2006-04-28 10:07 /dev/cdrw1 -> /dev/cd/cdrw-sr1
ls -l /dev/dvd*
lrwxrwxrwx 1 root root 15 2006-04-28 10:07 /dev/dvd -> /dev/cd/dvd-sr1
lrwxrwxrwx 1 root root 15 2006-04-28 10:07 /dev/dvd0 -> /dev/cd/dvd-sr1
ls -l /dev/cd/*
lrwxrwxrwx 1 root root 6 2006-04-28 10:07 /dev/cd/cdrom-sr0 -> ../sr0
lrwxrwxrwx 1 root root 6 2006-04-28 10:07 /dev/cd/cdrom-sr1 -> ../sr1
lrwxrwxrwx 1 root root 6 2006-04-28 10:07 /dev/cd/cdrw-sr0 -> ../sr0
lrwxrwxrwx 1 root root 6 2006-04-28 10:07 /dev/cd/cdrw-sr1 -> ../sr1
lrwxrwxrwx 1 root root 6 2006-04-28 10:07 /dev/cd/dvd-sr1 -> ../sr1
ls -l /dev/sr*
brw-rw---- 1 root optical 11, 0 2006-04-28 10:07 /dev/sr0
brw-rw---- 1 root optical 11, 1 2006-04-28 10:07 /dev/sr1
It seems that udev is messing things up. I don't know.
Offline
You must have "ide-scsi" loaded somewhere, or are using SATA drives.
·¬»· i am shadowhand, powered by webfaction
Offline