Changes between Version 10 and Version 11 of Software/hDrivers


Ignore:
Timestamp:
Jan 25, 2016, 11:46:56 PM (8 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/hDrivers

    v10 v11  
    4747''' BUILD DRIVERS: '''[[BR]]
    4848
    49 From this website: http://support.netgear.com/product/AirCard+341U+$28Sprint$29#wrapper
    50 
    51 Download [http://downloadcenter.netgear.com/en/Disclaimer.aspx?redirecturl=http://www.downloads.netgear.com/files/aircard/Linux-Support-S2.12N2.21.zip# this zip file]
    52 
    53 It include the installation directions and the driver directories. To build Follow these steps:
     49From support page at [http://support.netgear.com/product/AirCard+341U+$28Sprint$29#wrapper Netgear website] download the latest Linux driver (check the page for latest under "AirCard 341U Downloads and Documentation"); as of Jan 2016 the latest Linux drivers can be pulled with:
     50{{{
     51wget http://www.downloads.netgear.com/files/aircard/Linux-Support-S2.13N2.25.zip
     52}}}
     53
     54It include the installation directions and the driver directories. When compiling, make sure not to have spaces anywhere in the path otherwise the compilation will fail with ''arch/x86/Makefile:129: CONFIG_X86_X32 enabled but no binutils support''. Also, for kernels >= 3.19, you will have to modify all occurrences in GobiNet/QMIDevice.c of '''f_dentry''' to '''f_path.dentry'''. To build Follow these steps:
    5455 1. Ensure you have an appropriate kernel version and respective headers,  3.5.0.49 in our case since btest2.ndz in Ubuntu 12.04
    5556 2. Copy the driver directories into /usr/src