Ok, here we go.
dmesg output:
Code:
[ 0.000000] MPC52xx PIC is up and running!
[ 13.495209] ata: MPC52xx IDE/ATA libata driver
[ 13.498457] scsi0 : mpc52xx_ata
lsmod output:
Code:
Module Size Used by
ext3 162888 2
jbd 57716 1 ext3
mbcache 9632 1 ext3
usbhid 35428 0
usb_storage 90536 1
hid 48420 1 usbhid
libusual 18844 1 usb_storage
sg 43268 0
sd_mod 31344 5
pata_mpc52xx 10528 2
libata 182744 1 pata_mpc52xx
ohci_hcd 38756 0
scsi_mod 192916 4 usb_storage,sg,sd_mod,libata
usbcore 173640 5 usbhid,usb_storage,libusual,ohci_hcd
windfarm_core 14544 0
fuse 57620 1
I also get the following error on boot:
Code:
FATAL: Could not load /lib/modules/2.6.24-19-powerpc/modules.dep: No such file or directory
uname -a does in fact report 2.6.24-19-powerpc, but this directory does not exist in /lib/modules. I tried creating a symlink with the foldername mentioned in the error pointing at a modules directory which does exist, but then I started getting errors of 'invalid module format'.