Public bug reported: Binary package hint: ipheth-dkms
Hi guys, Here is a patch to fix ipheth.c for kernel 2.6.38 ... iphteth-dkms is broken for some reasons. The iPhone is seen by the network-manager, iphone sees the PCs, I can see package being exchanged on the network interface but no IPs is ever attributed to the interface. This solves the issue for my kernel (2.6.38) but could break for earlier kernels... maybe you need to adapt my patch so it's only applied on kernel 2.6.37 and forward. Thanks, --- ipheth.c.orig 2011-04-20 15:42:09.810578868 -0400 +++ ipheth.c 2011-04-20 15:37:33.165341931 -0400 @@ -63,6 +63,9 @@ usb_buffer_free(dev, size, addr, dma) #endif +#undef NET_IP_ALIGN +#define NET_IP_ALIGN 2 + #define USB_VENDOR_APPLE 0x05ac #define USB_PRODUCT_IPHETH 0x1290 #define USB_PRODUCT_IPHETH_3G 0x1292 ** Affects: ipheth (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/767739 Title: ipheth-dkms isn't working in Natty -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs