Quote (marvinudy @ Aug. 29 2007,13:07) |
Robert, Tried to boot DSL-4.0 rc2 with the 'sata' option and got a 'loading hang' at sata_vsc.0..... Without the 'sata' option, boots fine but shows my 1st sata drive as hda and of course does not see sdb. What did I miss? Best regards, marvinudy Intel 6420, GA-965-ds3 r-3, sata Wd 250 & 160 hd, 2Gb pc-6400 memory. |
Quote |
i think there's a problem with usb, i unplugged my usb mouse to move it to a different usb, so i could stick my usb key in, now the mouse no longer works. |
Quote |
...The boot-floppy doesn't seem to work with the cheatcode "frompcmcia" and since that is what I use I would really appreciate if that could be fixed (or added). |
Quote (roberts @ Aug. 30 2007,10:09) | ||
Sorry, cannot say, as I don't own any SATA gear. Perhaps someone with SATA gear can respond. Otherwise I would suggest to check irq assignments, maybe try expert mode and load the sata module that corresponds to your hardware. Without owning any SATA hardware to test, I can only direct you to try a few things... DSL v4.0 has the kernel supplied SATA modules available during boot as shown in the boot time available modules: [/tmp]# ls mroot/modules/scsi/ BusLogic.o aic7xxx.o gdth.o modules.lst sata_nv.o sata_via.o ultrastor.o NCR53c406a.o ata_piix.o hptraid.o ncr53c8xx.o sata_promise.o sata_vsc.o usb-ohci.o a100u2w.o ataraid.o ide-cd.o ohci1394.o sata_qstor.o sbp2.o usb-storage.o advansys.o atp870u.o ide-scsi.o pas16.o sata_sil.o seagate.o usb-uhci.o aha152x.o dtc.o ieee1394.o pci2000.o sata_sis.o silraid.o usbcore.o aha1542.o eata.o initio.o pci2220i.o sata_svw.o t128.o wd7000.o aha1740.o ehci-hcd.o libata.o pdcraid.o sata_sx4.o tmscsim.o ahci.o fdomain.o megaraid.o psi240i.o sata_uli.o u14-34f.o [/tmp]# When you are dumped to a limited shell try: insmod /modules/scsi/libdata.o insmod /modules/scsi/ahci.o insmod /modules/scsi/ata_piix.o insmod /modules/scsi/sata_?? See if you get a hit. HTH |