Hi, I installed a second chroot environment (squeeze) and now its working fine.
Thanks Xavier Brochard wrote: > Hello > > At first you can try to upgrade to 2.6-32, by upgrading your chroot to sid. > then all you need is the 2 binary blobs (extract them from the Realtek > driver). > > I've read around that some users have setup the Windows driver, with ndis > (search with google) > > Regarding the Realtek driver, all you want is to build a module for your > current kernel. You can compile the module outside the chroot if you are > using > the same kernel. Then move it in the chroot, then start at step 7. > Otherwise, everything must be done in the chroot. > > All of this (compliling a module) is not specific to LTSP. Please, read > Debian > documentation before start compiling. > > regards > xavier > > Le lundi 15 février 2010 17:06:22, vous avez écrit : > >> But something is not really clear to me. >> Do I have to do all these steps in chroot environment? >> chroot /opt/ltsp/i386 >> >> Xavier Brochard wrote: >> >>> Hi >>> >>> Le vendredi 12 février 2010 16:41:39, vous avez écrit : >>> >>>> Xavier Brochard wrote: >>>> >>>>> Le jeudi 11 février 2010 19:09:30, Wim De Geeter a écrit : >>>>> >>>>>> It seems that debian lenny did not include this module needed for my >>>>>> card. >>>>>> Is there a way to insert this in the initramfs. >>>>>> >>>>> From >>>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558316 >>>>> "The Intel D945GSEJT mainboard ships with a RealTek rtl8168d network >>>>> card, which wasn't supported before kernel 2.6.31. Be aware that >>>>> starting with Debian's kernel 2.6.32, you'll need a binary firmware as >>>>> well (rtl8168d-1.fw and rtl8168d-2.fw), which are not available yet." >>>>> >>>>> - step by step for a past ubuntu version, but might help you (to do >>>>> in chroot) >>>>> >>>>> 1 - Downloaded current driver from : >>>>> http://www.realtek.com.tw/downloads/...&GetDown=false >>>>> 2 - Unpacked on the Desktop >>>>> 3 - $ sudo mv r8168-8.004.00 /usr/src >>>>> 4 - $ cd /usr/src/r8168-8.004.00 >>>>> 5 - $ sudo make clean modules >>>>> 6 - $ sudo make install >>>>> 7 - $ sudo depmod -a >>>>> 8 - $ sudo insmod ./src/r8168.ko >>>>> 9 - $ lsmod -a | grep 8186 #just to check it was there >>>>> 10 - $ cd /etc/modprobe.d >>>>> 11 - $ sudo touch blacklist-network >>>>> 12 - $ vi blacklist-network # add "blacklist r8169" to the file >>>>> 13 - $ sudo update-initramfs -u #to make the change permanent >>>>> 14 - reboot >>>>> 15 - ethtool -i eth0 #to see new driver assigned >>>>> > > Xavier > [email protected] - 09 54 06 16 26 > -- Wim De Geeter | System Administrator | Wegener Center for Climate and Global Change | University of Graz, Austria | Leechgasse 25, A-8010 Graz, Austria | phone: +43 316 380 8463 | eMail: [email protected] | web: www.wegcenter.at ------------------------------------------------------------ - Please consider the environment before printing this - - email or its attachments. Many thanks... - ------------------------------------------------------------ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _____________________________________________________________________ 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
