พอดีบนบอร์ดผมมี LAN gigabit เลยจะลองใช้
ผมเปิดในแผ่น cd ที่มากับบอร์ด มันมี driver LAN เป็นไฟล์ชื่อ
- โค้ด: เลือกทั้งหมด
r8168-8.011.00.tar.bz2
ผมก็ โหลด ไว้ที่ /tmp
จากนั้นผมทำตาม readme ในแผ่น cd
- โค้ด: เลือกทั้งหมด
<Quick install with proper kernel settings>
Check whether the built-in driver, r8169.ko (or r8169.o for kernel 2.4.x), is installed.
# lsmod | grep r8169
If it is installed, please remove it.
# rmmod r8169
note: If the built-in driver cannot removed by rmmod, please edit /etc/modprobe.conf and comment 'alias eth0 r8169'. Then, remmove it again or reboot your computer.
Unpack the tarball :
# tar vjxf r8168-8.aaa.bb.tar.bz2
Change to the directory:
# cd r8168-8.aaa.bb
If you are running the target kernel, then you should be able to do :
# make clean modules (as root or with sudo)
# make install
# depmod -a
# modprobe r8168
พอสั่งคำสั่งว่า make clean modules
มันก็ขึ้นแบบนี้ครับ
- โค้ด: เลือกทั้งหมด
[oxzilla r8168-8.011.00]# make clean modules
make -C src/ clean
make[1]: Entering directory `/tmp/r8168-8.011.00/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers *.order
make[1]: Leaving directory `/tmp/r8168-8.011.00/src'
make -C src/ modules
make[1]: Entering directory `/tmp/r8168-8.011.00/src'
make -C /lib/modules/2.6.18-128.1.10.el5/build SUBDIRS=/tmp/r8168-8.011.00/src modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.18-128.1.10.el5/build: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/tmp/r8168-8.011.00/src'
make: *** [modules] Error 2
ผมควรทำไงดีครับ