Quote:
Originally Posted by dracahn
Is there anything I can get that will allow me to run Windows CD's or run .exe programs? Or if there are any other suggestion, please help.
|
I can only guess that you are trying to install the Windows driver for your wireless adapter using ndiswrapper. Firstly, you need to install the Windows driver on a Windows machine. Then you need to examine the properties page for the driver and determine the name of the .sys file. There will also be a corresponding .inf file. You may need to grep the files in "%SYSTEMROOT%\inf" to find the .inf file with the .sys file name in it. Once you find the pair, you will need to copy them somewhere that you can access them from Linux.
Once you have the .inf and .sys file together, you will need to run ndiswrapper. Please read the ndiswrapper documentation for how to do this properly.