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: |
| 49 | From 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 | {{{ |
| 51 | wget http://www.downloads.netgear.com/files/aircard/Linux-Support-S2.13N2.25.zip |
| 52 | }}} |
| 53 | |
| 54 | It 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: |