On Sat, Oct 07, 2000 at 09:39:50PM -0400, Antonio Rodriguez wrote: > My apt-cdrom add is not working. I was able to read from cdrom normally > until I installed a custom kernel image 2.2.17 with scsi support to > enable cd recording. After that I run dselect to install wmanager, but
First question: Why a custom kernel ? I suppose that you own a IDE CD writer. For that you don't have to make a new compilation of the kernel. You just have to add the modules you need with modconf (modules ide-scsi and scsi-generic-support), and change Lilo. > then it couldn't read the cd in hdc, which had been able to so far, > since I made the installation from the 3 binaries (intel). I assume > something got screwed up when the cd drives were changed to scsi (?), > but have no idea how to fix it. What I get is > ide-scsi:hdc:unsupported command in request queue (0) > end_request: I/O error, dev 16:00 (hdc), sector 64 > isofs_read_super: bread failed, dev=16:00, > iso_blknum=16, block=36 > E: failed to mount CD-ROM > > Have no clue. Please help. Thanks, > Antonio. > I think that apt-cdrom is looking for the device /dev/cdrom. Try: mount /dev/cdrom /cdrom If it works, I don't know, but if it doesn't it means that your CDROM has changed from a device to one other. Are you sure you haven't emulate it as a SCSI device ? Francois > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >

