ipheth-dkms isn't working in Natty

Bug #767739 reported by David Hill
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
ipheth (Ubuntu)
New
Undecided
Unassigned

Bug Description

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.