Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3402  / 1 Year ago, mon, march 27, 2023, 8:11:09

I just installed Ocelot on my new machine (with an ASUS M5A99X EVO motherboard and on-board gigabit ethernet), and I asked it to download updates while it installed. The install took forever, the longest part being the download of updates, which should have been my first clue. Post install, accessing the internet is sketchy at best, but mostly just broken. The adapter consistently fails to pull down down an ip address or the DNS addresses from my router.



I should also note that I know this isn't a hardware problem, because I can boot into Windows 7 (dual boot), and the ethernet works just fine. Actually, blazing fast might be a better word. But there are many things (primarily software development) that I need to do in Ubuntu instead of Windows.



I feel that it is a driver issue, but I don't even know where to start, since I've always just relied on Ubuntu to install the correct driver automatically for me. Why would the driver be wrong, and what should I do about it?


More From » 11.10

 Answers
0

I googled the problem as Yongchao describe it and found these instructions. However, the RTL8168B driver from Realtek is only for linux 2.6, and would require a patch for linux 3.0 (which ships with Oneiric).



However, the same search pulled up this bug report, which suggested installing the following "backport" module to update the r8169 driver to work correctly. My steps were as follows:



sudo add-apt-repository ppa:leannogasawara/ppa
sudo apt-get update
sudo apt-get install linux-backports-modules-net-`uname -r`


And then reboot.



Once the machine rebooted, the internet poured in like liquid gold. Thanks to Yongchao Liu for pointing me in the right direction!


[#42372] Monday, March 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rstride

Total Points: 305
Total Questions: 112
Total Answers: 118

Location: Mali
Member since Sat, Dec 26, 2020
3 Years ago
;