At 09:46 PM 10/30/02 +1300, cr wrote:
[...]
 if the
> installation really did work correctly, then /mnt/cdrom should be a symlink
> to the correct block device (easy to check).

/mnt/cdrom is a directory, not a symlink.   Which I assume means the
installation hasn't worked?
Nope. It was a typo on my part. It is /dev/cdrom that should be a symlink (probably to /dev/scd0)
[...]
>          'unknown device'  means that the device entry exists in /dev, but
> it does not point to an actual, physical device on the system. Try mounting
> /dev/scd0 instead.

Tried that before -  "unknown device"   still
Your other message said that /dev/scd0 is a file that is 11 bytes long. It shouldn't be; it should be a pseudo-file entry -- in this case, a block device -- that provides an interface to the hardware. If you do "ls -l /dev/scd0", the result should be approximately this (this one is from my workstation):

brw-rw---- 1 root cdrom 11, 0 Jun 13 2001 /dev/scd0

The "11" here is not a size; it is a device-major number. Make sure your corresponding entry has the initial "b" (the indicator of a block device) as well as the 11, 0.
[...]

lsmod showed  sg  and scsi-mod.
After  'insmod ide-scsi'   ide-scsi appeared in the list too.
But trying 'insmod sr_mod'   just gives four error messages of
'unresolved symbol unregister_cdrom_R94f2f104'   and similar.
The absence of this module is probably the source of your problem, as it is the device driver for scsi CD-ROMs. modules.dep ssys it depends only on scsi_mod. I don't have enough info about your setup (kernel details, mostly) to know why you are getting ghe "unresolved symbol" errors, but the usual reasons are kernel-version mismatch or missing dependency. See what effect "modprobe sr_mod" has.

X-cd-roast seems to work quite happily without it, though.
That's because it accesses the device by (pseudo-)LUN, not through the block device /dev/scd0.

[...]
--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski -- Han Solo
Palo Alto, California, USA [EMAIL PROTECTED]
-------------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to