**So, after doing a little digging, I got it to work. You do get far enough in the install using WINE for this to work properly. Here are the steps:
- Open the shell, and type in
cd .wine
cd drive_c
cd Program\ Files\ (x86)/
cd NETGEAR
cd A6200
cd Drivers
sudo diswrapper -i nameoffile .inf
sudo modprobe diswrapper
sudo ndiswrapper -m
And that got it to work. Note: The adapter did NOT work until after the command
sudo modprobe diswrapper
– thechemEnt May 3 '14 at 22:52**
The text above is concerning a netgear wifi USB adapter I am trying to get functioning on Linux Mint 17.4.
I am using the cd
change directory command and entering the appropriate directory he is stating in sequence (I have the exact directories available on my install) as he states it. When I get to the Program Files (x86)
folder I get an error:
bash: syntax error near unexpected token '('
I can't, rather, I have no idea how to get to the next folder because of this error. What is causing this? What syntax do I need to use to get into that folder so I can dig deeper as required to get to the driver.
ndiswrapper -l
and also:dmesg | grep ndis
.