On Sat, 14 Apr 2007 00:51:56 +0100, Jeffrey LePage <[EMAIL PROTECTED]> wrote:
> Note that i82365 is not loaded by my initramfs. > i82365.ko _is_ in the initramfs and I do a modprobe. > This yields only some sort of "no such device error". In the image we use the modules are not selected automatically via the script, but loaded at the start of our hacked init script (which ends up in the initramfs), the modules, and order of modules is: modprobe pcmcia_core modprobe i82365 modprobe yenta_socket modprobe ds modprobe xirc2ps_cs modprobe xircom_cb Which covers both type of Xircom card we have. We haven't found any that don't work with this yet. I can send you the complete set of modules and initramfs if you like. I compiled pcmcia-cs to get the pcmcia support in the initramfs. I chose this purely as Jim had used the same in the wireless-ltsp floppy, so it was already trodden ground. -- From Ben Green ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _____________________________________________________________________ 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
