I compiled this driver. At last. But there is no luck - after 3-5 seconds after starting transmission of file (790MB) interface holds. It logs link status if I'm trying to plug out/in network cable. But can't transmit/receive anything until ifdown/ifup eth1 (form me this is Ethernet card).
There was added two fixes: # diff ./r8168_n.c ./r8168_n1.c 2424c2424 < const struct iphdr *ip = skb->nh.iph; --- > const struct iphdr *ip = ip_hdr(skb); 3123c3123 < return pci_module_init(&rtl8168_pci_driver); --- > return pci_register_driver(&rtl8168_pci_driver); only after that it compiles well and modinsert-s as it used to. -- RTL8111/8168B hangs whole PC (r8169) in feisty https://bugs.launchpad.net/bugs/91895 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs