Hi Folks Thanks to your heads up I got the system to a state where it loads sufficient modules to be able to talk to it and access the hardware. Still I have a few open issues
Loading modules:
[ 39.535904] nf_conntrack: disagrees about version of symbol module_layout
[ 39.578250] softdog: disagrees about version of symbol module_layout
[ 39.620261] 8021q: disagrees about version of symbol module_layout
[ 40.202667] ath5k: disagrees about version of symbol module_layout
[ 40.259703] crc32: disagrees about version of symbol module_layout
The moddb is from the same version as the kernel
STYX# cat /proc/version
Linux version 2.6.35.11-i486 (kapeka@leafdevel) (gcc version 4.4.5 (GCC)
) #1 Th
u Jul 7 22:53:55 CEST 2011
STYX# cd /lib/modules
STYX# ls | more
2.6.35.11-i486
8021q.ko
ah4.ko
ah6.ko
ahci.ko
arp_tables.ko
arpt_mangle.ko
arptable_filter.ko
ata_generic.ko
ata_piix.ko
ath5k.ko
cdrom.ko
cls_u32.ko
ehci-hcd.ko
STYX# modprobe natsemi
modprobe: can't load module crc32 (kernel/lib/crc32.ko): invalid module
format
I unpacked the module tarball and extracted a few modules from there, I
had to copy them to the flash disk with scp and then on the newly
rebooted system
LEAF Bering-uClibc STYX 2.6.35.11-i486 #1 Thu Jul 7 22:53:55 CEST 2011
Type in help if you are really lost
STYX# mount /CF
STYX# cd /CF
STYX# modprobe natsemi.ko
modprobe: can't load module crc32 (kernel/lib/crc32.ko): invalid module
format
STYX# modprobe crc32.ko
modprobe: can't load module crc32.ko (kernel/lib/crc32.ko): invalid
module forma
t
OK this takes the modules from /lib/modules, using the ones in /CF
results in
STYX# insmod crc32.ko
STYX# insmod natsemi.ko
insmod: can't insert 'natsemi.ko': unknown symbol in module, or unknown
paramete
r
This is ugly, I need the natsemi module to talk to the system.
Now this time I am sure the modules correspond to the kernel. The
modules from initrd now load correctly and crc32 loaded correctly too.
STYX# lsmod
Not tainted
crc32 8979 0 - Live 0xb4b97000
sd_mod 20212 2 - Live 0xb4921000
pata_acpi 1908 0 - Live 0xb4910000
ata_generic 2051 0 - Live 0xb4906000
pata_sc1200 1898 1 - Live 0xb48fb000
libata 115136 3 pata_acpi,ata_generic,pata_sc1200, Live 0xb48c7000
scsi_mod 93416 2 sd_mod,libata, Live 0xb486e000
vfat 6518 1 - Live 0xb483b000
fat 34404 1 vfat, Live 0xb4825000
isofs 17067 0 - Live 0xb4809000
cheers
Erich
smime.p7s
Description: S/MIME Kryptografische Unterschrift
------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev
------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
