Date: Wed, 29 Sep 2004 21:54:27 +0200 From: Philip Nienhuis <[EMAIL PROTECTED]> Subject: Re: [LIB] Re: Install Linux on 110CT w/FD/CD - HELP!
"T. Ribbrock" wrote: > > Date: Wed, 29 Sep 2004 17:05:37 +0200 > From: "T. Ribbrock" <[EMAIL PROTECTED]> > Subject: Re: Install Linux on 110CT w/FD/CD - HELP! > > On Mon, Sep 27, 2004 at 10:17:17AM -0700, Philip Nienhuis wrote: > [...] > > You might have to. Apparently the install kernel can't find the proper > > modules to run your USB-CD-ROM player (it seems it even doesn't know > > about it at all), and consequently thinks it has to initialize some SCSI > > bus which you don't have. > [...] > > Actually, I'd put this down to somehting else: Most USB "drives" are > recognized as SCSI drives under Linux, at least as far as I've seen them > till now. E.g. my USB stick gets assigned "sda", which is the first SCSI > drive. I never bothered to investigate the background, but I seem to > remember that there is some SCSI-emulation layer involved for some > reason. So, having the system look for "something SCSI" in this > situation is not quite as strange as it might seem... :-) Oh sure, but IMO it's a bit more complicated than you seem to think. Indeed there is (usually) a SCSI-emulation layer involved when the installation is from CD-ROM. But the SCSI module questions during installation that the OP referred to, are often a mere symptom: from what I understand the kernel always starts asking for SCSI modules as soon as it can't find the installation CD-ROM. Apparently the kernel concludes that it must be the SCSI layer that is at fault, while often the actual, underlying problem is that the bus where the CD-ROM is attached to (USB, PCMCIA, parallel port, ...), or the bus device driver, hasn't been initialized (properly). In the OP's case that bus is the USB system. From my experience with PCMCIA CD-ROMs (PCMCIA "bus") I remember similar nasty questions about SCSI modules - as soon as the PCMCIA system had been initialized properly (related to proper parameters to the install kernel) the SCSI questions disappeared. In my case(s), the messages shown in the Alt-F4 / Alt-F3 consoles were quite enlightening.... Philip