| It looks like you can still use ndiswrapper once you get the .inf file extracted from the driver download. To do that, you have a couple of options:
1. Boot into Windows and run the driver setup, make a note of where it extracts the installation files, and make that location accessible to Linux. Then boot Linux and copy the .inf file to a convenient location where you can use it with ndiswrapper.
2. Use wine to run the installer. It will extract the files just fine, but will error out when it tries to actually install the files. What's important is that you'll have some .inf file to choose from, which will have been extracted to ~/.wine/drive_c/Dell/Drivers/R83097/AR by default. (Note that there is also an IR directory which contains files by the same name, but the time stamp on one of them is different, and the file size of another is slightly different. If the driver from one directory doesn't work, try the other, unless you happen to know which one is right, assuming there's a right one and a less right one.) Then you can use ndiswrapper with the appropriate .inf file. |