Re: ide-scsi and initrd

2002-11-24 Thread David P James
Herbert Xu was roused into action on 2002-11-24 02:32 and wrote: David P James <[EMAIL PROTECTED]> wrote: # more /var/log/dmesg [snip] PIIX4: IDE controller on PCI bus 00 dev 39 PIIX4: chipset revision 1 PIIX4: not 100% native mode: will probe irqs later ide0: BM-DMA at 0xf000-0xf007, BIOS

Re: ide-scsi and initrd

2002-11-23 Thread Herbert Xu
David P James <[EMAIL PROTECTED]> wrote: > Herbert Xu was roused into action on 2002-11-23 16:11 and wrote: >> David P James <[EMAIL PROTECTED]> wrote: >> >>>options ide-cd ignore=hdb >>>alias scd0 sr_mod >>>alias scsi_hostadapter ide-scsi >>>pre-install sg modprobe ide-scsi >>>pre-install sr_

Re: ide-scsi and initrd

2002-11-23 Thread David P James
Shyamal Prasad was roused into action on 2002-11-23 22:54 and wrote: "David" == David P James writes: David> Herbert Xu was roused into action on 2002-11-23 16:11 and David> wrote: >> David P James <[EMAIL PROTECTED]> wrote: >> When ide-cd gets loaded, you should see the

Re: ide-scsi and initrd

2002-11-23 Thread Shyamal Prasad
"David" == David P James writes: David> Herbert Xu was roused into action on 2002-11-23 16:11 and David> wrote: >> David P James <[EMAIL PROTECTED]> wrote: David> > pre-install ide-scsi modprobe ide-cd David> David> The thing I don't understand is the ordering in the

Re: ide-scsi and initrd

2002-11-23 Thread David P James
Herbert Xu was roused into action on 2002-11-23 16:11 and wrote: David P James <[EMAIL PROTECTED]> wrote: options ide-cd ignore=hdb alias scd0 sr_mod alias scsi_hostadapter ide-scsi pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi pre-install ide-scsi modprobe ide-cd Th

Re: ide-scsi and initrd

2002-11-23 Thread Herbert Xu
David P James <[EMAIL PROTECTED]> wrote: > > options ide-cd ignore=hdb > alias scd0 sr_mod > alias scsi_hostadapter ide-scsi > pre-install sg modprobe ide-scsi > pre-install sr_mod modprobe ide-scsi > pre-install ide-scsi modprobe ide-cd > > The thing I don't understand is the ordering in the

Re: ide-scsi and initrd

2002-11-23 Thread Bob Hauck
On 22 Nov 2002, Shyamal Prasad wrote: > "David" == David P James writes: > > David> problems. Despite having "hdb=ide-scsi" in my grub config > David> file ide-cd is still getting loaded first. So I have to > David> manually run 'rmmod ide-scsi' and then 'insmod ide-scsi', > D

Re: ide-scsi and initrd

2002-11-23 Thread Bob Hauck
On Fri, 22 Nov 2002, David P James wrote: > Bob Hauck was roused into action on 2002-11-22 08:01 and wrote: > > When I upgraded, that stopped working because the ide-cd driver is now a > > module. So I added an /etc/modultils entry "cdrw" per the CD-Writing > > HOWTO: > > > > options ide-cd igno

Re: ide-scsi and initrd

2002-11-23 Thread David P James
Shyamal Prasad was roused into action on 2002-11-23 00:10 and wrote: "David" == David P James writes: David> problems. Despite having "hdb=ide-scsi" in my grub config David> file ide-cd is still getting loaded first. So I have to David> manually run 'rmmod ide-scsi' and then 'ins

Re: ide-scsi and initrd

2002-11-22 Thread Shyamal Prasad
"David" == David P James writes: David> problems. Despite having "hdb=ide-scsi" in my grub config David> file ide-cd is still getting loaded first. So I have to David> manually run 'rmmod ide-scsi' and then 'insmod ide-scsi', David> which for some reason actually works. Just p

Re: ide-scsi and initrd

2002-11-22 Thread David P James
Bob Hauck was roused into action on 2002-11-22 08:01 and wrote: I just upgraded one of my machines to kernel-image-2.4.18-686-smp. This box has an IDE cd burner that previously worked with 2.2.20-udma100-ext3. It also has a regular IDE cd-rom that I've been treating as a scsi device just because.

Re: ide-scsi and initrd

2002-11-22 Thread Eduard Bloch
#include * Bob Hauck [Fri, Nov 22 2002, 08:01:10AM]: > That "works" in that all the right modules get loaded, but I still can't > use the cd burner. It seems that ide-cd is getting loaded earlier in the > boot process and grabbing the cd-rom devices. I mounted the initr.img and > looked around