On 1/4/06, William Man <[EMAIL PROTECTED]> wrote: [..] > =========== > Running /linuxrc > Mounting /proc > linuxrc: Installing pcnet32 driver > modprobe pcnet32 > insmod > /lib/modules/2.6.9-ltsp-3/kernel/drivers/net/pcnet32.ko > pcnet32: Unknown symbol crc32_le > FATAL: Error inserting pcnet32 (.... the location again ...): Unknown symbol > in module, or unknown parameter (see dmesg)
it seems the initrd is missing a kernel module, on my box: # modinfo pcnet32 | grep depends depends: mii so check if the mii.ko file gets copied when the initrd is created. It might have a different dependency though, 'crc32_le' rings a bell about the crc32c module, so ymmv. If the dependencies of the kernel module are OK, try and see if the 'modules.dep' file gets generated in /lib/modules/2.6.9-ltsp-3/ (you can look there and see the dependencies as well). -- mitu ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
