Udit-K / realtek-8188cus-wireless-drivers-3444749-ubuntu-1304

Automatically exported from code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304
0 stars 0 forks source link

PATCH: Updated DEB with fix for the WNA1000 USB dongle #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have always had to edit the Realtek driver to add the device ID of my WNA1000 
USB dongle, which for some reason was never included in the driver... Since 
13.04 came around, I could no longer compile my edited version, but I found you 
DEB with fixes for the later kernels. As expected, however, my WNA1000 USB 
dongle did not work upon installation.  Thus, I set out to modify your deb so 
that the WNA1000 USB dongle was also supported.

The result is attached. I followed this guide for unpacking and repacking the 
DEB: http://ailoo.net/2009/06/repack-a-deb-archive-with-dpkg-deb/

The ONLY file I have edited is this: 
usr/src/rtl8192cu-tjp-1.6/os_dep/linux/usb_intf.c
The only edit in that file is the addition of:
    {USB_DEVICE(0x0846, 0x9041)},//WNA1000
At the end of the /****** 8192CUS Dongle ********/ section.

Upon repacking, the deb installed, and my USB dongle worked.

Original issue reported on code.google.com by Stian....@gmail.com on 25 May 2013 at 10:40

Attachments: