Yep. And there is strange behaviour: [EMAIL PROTECTED]:~# modprobe -r r8169 [EMAIL PROTECTED]:~# modprobe r8169 [EMAIL PROTECTED]:~# ping ya.ru ping: unknown host ya.ru [EMAIL PROTECTED]:~# ifup eth1 ifup: interface eth1 already configured [EMAIL PROTECTED]:~# ping ya.ru ping: unknown host ya.ru [EMAIL PROTECTED]:~# ifdown eth1 Interface "eth1" is already disabled. SIOCDELRT: No such process [EMAIL PROTECTED]:~# ifup eth1 [EMAIL PROTECTED]:~# ping ya.ru PING ya.ru (87.250.251.8) 56(84) bytes of data. 64 bytes from ya.ru (87.250.251.8): icmp_seq=1 ttl=56 time=117 ms
I showed that ifup script thinks that eth1 is up and configured. When I try to ifdown eth1 right after reinserting module ifdown tells me that interface is already down, but it really doesn't. And this affects wireless as well. Everytime I get connected to my home wi-fi I should reinsert module for eth1 (r8169) and ifup/down it to make wireless work correctly. -- r8169 driver does not detect link https://bugs.launchpad.net/bugs/86798 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
