Hi Michael, and thank you for your advice, much appreciated. I have been through these steps before, and they have not solved my problem, sadly.
If you are lucky enough to have an eeepc, then the reason this method works is because the 'atl2' module is included by default in the LTSP CHROOT kernel build under- /opt/ltsp/i386/lib/modules/<your-kernel-version>/kernel/drivers/net/atlx/atl2.ko Unfortunately for me, I am after the 'r6040.ko' module, which is nowhere to be found in the above mentioned directory, because it is an excluded module. Hence when 'update-initramfs' is called it cannot include the module in the initrd because the module is not present in the first place. Thank you again, Tomas On Tue, 15 Mar 2011 09:14:04 +1100, Michael Pope <[email protected]> wrote: > I don't know if this will help exactly but I had a similar problem with > getting an eeepc to work as a thin client a long time ago as it couldn't > detect the ethernet driver on the client. > > After doing the following it worked: > > $ sudo chroot /opt/ltsp/i386 > # vi /etc/initramfs-tools/modules > > add the following: > atl2 > > # update-initramfs -k 2.6.32-22-generic -c > # exit > > $ sudo ltsp-update-kernels > $ sudo ltsp-update-image --arch i386 > > Maybe there is a clue in there. I hope that helps. > > > from > Michael ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _____________________________________________________________________ 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
