Στις 17-03-2011, ημέρα Πεμ, και ώρα 12:55 +1100, ο/η ttargownik έγραψε: > Thank you for the link, Alkis. I have tried what is suggested in that link > before, but this doesn't solve my problem. > In the introduction section of that page it states; > "In this page it's assumed that the network card module is shipped with the > Linux kernel, but it's not contained in the LTSP initramfs." This is not > the case for me. > > In my case, the network card module is 'not shipped' with the kernel. It is > in fact not being built as a module in the first place, because it is > somehow configured as an 'excluded' module when the LTSP kernel is built. > This means my LTSP chroot has no trace of this module at all. If I follow > all the steps outlined in the link (substituting the 'atl1c' module for my > 'r6040' module) and then I extract the files from the new initrd using the > following commands: > $ mv initrd.img initrd.gz > $ gunzip initrd.gz > $ cpio -id < initrd > > and then search for my module: > $ find . -name "r6040.ko" > > or even search for similar items: > $ find . -name "r6040*" > > It comes back with nothing at all. The module is not being placed in the > initrd because it is not present in the LTSP chroot kernel build. This is > what I mean by an 'excluded' module. I hope this clarifies my problem a > little bit better.
Indeed. So it's not an LTSP issue, it's an Ubuntu issue, since this module is missing from Ubuntu completely: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/650899 It's there on Debian Squeeze though, so some investigation is needed on why it's left out from Ubuntu. Maybe it was moved to some separate package? Maybe it fails to compile for some reason? ------------------------------------------------------------------------------ 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
