Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

i installed ubuntu 11.04 64 bit. there's a problem connecting to the net, it actually does, but connects disconnects every few second. my system is:

Blockquote 02:00.0 "Ethernet controller" "Atheros Communications" "AR8121/AR8113/AR8114 Gigabit or Fast Ethernet" -rb0 "ASUSTeK Computer Inc." "P5KPL-CM Motherboard" 02:00.0 0200: 1969:1026 (rev b0)

The module driving ethernet is rtl1e. it is already loaded in lsmod. I tried removing it from there, the network stops! so, this one is controlling the device. interestingly, system can ping loopback without hesitation in between, so, this shows that my NIC is fine and working.

How can I fix the bug for ethernet then? it connects for a few seconds then stops recursively.

what is your opinion?

share|improve this question
New questions about end-of-life Ubuntu releases are considered off-topic as per the FAQ. These old releases are unsupported and their use is not recommended. They don't even get updates for newly discovered security vulnerabilities, which makes using them risky. If you install or upgrade to a supported release and this question still applies, please flag and/or comment to request it be reopened. – vasa1 Feb 18 at 12:46

closed as off topic by Eric Carvalho, fossfreedom Feb 18 at 18:28

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

With an Atheros Ethernet Card I had issue with kernel 2.6.xx, in the 3.0+ It was fixed.

So :

  1. Check your kernel version (uname -a)
  2. Check your module (lsmod)
share|improve this answer
you mean the only way is to download another 3.xxsource and compile it? – user1596226 Feb 18 at 13:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.