> From: J.H.M. Dassen (Ray) [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 18, 2000 6:34 AM > > On Fri, Mar 17, 2000 at 21:32:35 -0800, Brian Lavender wrote: > > but it just flashes the characters > > > > 2FA: > > That's from the Master Boot Record program. > > > I also tried booting with a floppy with IDE support, but it won't > > detect it either. > > The bootfloppies for Slink don't handle UDMA66. You need to use > bootfloppies > with a kernel on them that's patched for UDMA66 support (using the IDE > patches from ftp.kernel.org:/pub/linux/kernel/people/hedrick/). > I'm not sure > if potato's bootfloppies (will) support UDMA66.
Actually, because the controller is backward-compatible, you don't need bootfloppies with UDMA-66 support. You do need to know the correct address for the controller and pass that to the kernel on boot-up. On my system, for example, I needed to pass at the boot prompt: linux ide2=0xfca8,0xfcba ide3=0xfcb0,0xfcbe hdf=cdrom hdg=cdrom This is explained in the mini-HOWTO on Ultra-DMA controllers. I got the addresses needed from the Win95 device manager and then following the instructions in the mini-HOWTO. If you don't have Windows on your system, I'm not at all sure how you would go about obtaining the addresses need, though. Hope this helps. Larry