ข่าว: ข่าวประกาศ

  • 20 เมษายน 2024, 04:25:37

เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น

ผู้เขียน หัวข้อ: ปัญหา Asus P5GC LAN Onboard บน Ubuntu 7.10  (อ่าน 17095 ครั้ง)

admin

  • Administrator
  • Hero Member
  • *****
  • กระทู้: 3820
    • ดูรายละเอียด
    • อีเมล์
ปัญหา Asus P5GC LAN Onboard บน Ubuntu 7.10
« เมื่อ: 25 เมษายน 2008, 02:08:31 »
เมื่อติดตั้ง Ubuntu 7.10 บน เมนบอร์ด Asus P5GC จะไม่สามารถใช้งาน Gigabit LAN Card ได้ จะต้องทำการลง driver ใหม่

ด้วยวิธีการดังนี้

ASUS P5GC network howto

--------------------------------------------------------------------------------

Hi. If you have the Asus P5GC motherboard (not the p5gc-xx) with 6 pci slots and no onboard video chances are that Ubuntu 7.10 will fail to recognice your onboard network properly

to check:
lspci (look for r8168 or r1869)
ethtool -i eth0

if you, like me, find that lspci lists r8168 but ethtool list r8169 and you have no working network connection do:

1 - Download the newest r8168-xxxx driver from : http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=5&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false#RTL8111B/RTL8168B/RTL8111/RTL8168/RTL8111C
2 - Unpack on the Desktop
3 - $ sudo mv r8168-xxxx /usr/src
4 - $ cd /usr/src/r8168-xxx
5 - $ sudo make clean modules
6 - $ sudo make install
7 - $ sudo depmod -a
8 - $ sudo insmod ./src/r8168.ko
9 - $ lsmod -a | grep 8168 #just to check it is there
10 - $ cd /etc/modprobe.d
11 - $ sudo touch blacklist-network
12 - $ nano blacklist-network # add 'blacklist r1869' without the quotes
13 - $ sudo update-initramfs -u #to make the change permanent
14 - reboot
15 - ethtool -i eth0 #to see new driver assigned

Most of this stolen from http://www.linuxquestions.org/questions/linux-networking-3/no-network-detected-realtek-81118168-issue-615047/#post3029998
regards,
Lasse

« แก้ไขครั้งสุดท้าย: 25 เมษายน 2008, 02:12:17 โดย admin »
<a href="http://www.hadyaiinternet.com/images/inetcafe.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://www.hadyaiinternet.com/images/inetcafe.swf</a>


There are no comments for this topic. Do you want to be the first?