On 8/21/07, Ismail Dönmez <[EMAIL PROTECTED]> wrote: > Well also the filesystem module for the root fs ( / ) should not be a module > as you won't be able mount root at startup hence causing a panic.
Thanks, I have made sure that it is built in along with ata_piix ...however now I get this error: [ 24.891879] ata_piix 0000:00:1f.2:invalid map value 0 But why do I get this error, if I run this script (which shows the modules my system currently relies on): #!/bin/bash # # find_all_modules.sh # for i in `find /sys/ -name modalias -exec cat {} \;`; do /sbin/modprobe --config /dev/null --show-depends $i ; done | rev | cut -f 1 -d '/' | rev | sort -u It outputs: FATAL: Module pci:v00008086d00002448sv00000000sd00000000bc06sc04i01 not found. FATAL: Module pci:v00008086d000027A3sv00000000sd00000000bc11sc01i00 not found. FATAL: Module eisa not found. FATAL: Module serial8250 not found. agpgart.ko appleir.ko ata_generic.ko ata_piix.ko ath_hal.ko ath_pci.ko bluetooth.ko ehci-hcd.ko evbug.ko evdev.ko generic.ko hci_usb.ko hid.ko i2c-algo-bit.ko i2c-core.ko i2c-i801.ko ieee1394.ko intel-agp.ko intelfb.ko intel-rng.ko iTCO_vendor_support.ko iTCO_wdt.ko libata.ko ohci1394.ko pci_hotplug.ko pcspkr.ko scsi_mod.ko shpchp.ko sky2.ko snd-hda-codec.ko snd-hda-intel.ko snd.ko snd-page-alloc.ko snd-pcm.ko snd-timer.ko soundcore.ko tsdev.ko uhci-hcd.ko usbcore.ko usbhid.ko usbkbd.ko usbmouse.ko vesafb.ko wlan.ko xpad.ko which shows that ata_piix is the controller for the hd correct? Is this a bug or is there some special parameter I have to configure to make this work? Thanks! :) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/