Nequeo
July 12th, 2005, 01:35 AM
Hi people,
I am currently working on a Python script - with a curses interface - that will install NdisWrapper, search for .inf files on a cd and the user's home directory and install those too, then launch the Gnome networking tool for final configuration.
Unfortunately, I cannot test the program from start to finish on my own machine as the version of ndiswrapper that came with Ubuntu didn't work with my card (I had to rebuild from source).
If there's anyone out there who did get their wireless card working with the prepackaged ndiswrapper modules, and wouldn't mind temporarily uninstalling it to help me test the script, I would greatly appreciate any feedback on whether or not it actually works.
It's probably also worth mentioning that I'm only just starting to learn to program, so if there's anything monumentally stupid/dangerous in my code, please do let me know (nicely).
The script can be found here: http://members.optusnet.com.au/sger/ndiswrapper_wrapper.py
Thanks in advance!
I am currently working on a Python script - with a curses interface - that will install NdisWrapper, search for .inf files on a cd and the user's home directory and install those too, then launch the Gnome networking tool for final configuration.
Unfortunately, I cannot test the program from start to finish on my own machine as the version of ndiswrapper that came with Ubuntu didn't work with my card (I had to rebuild from source).
If there's anyone out there who did get their wireless card working with the prepackaged ndiswrapper modules, and wouldn't mind temporarily uninstalling it to help me test the script, I would greatly appreciate any feedback on whether or not it actually works.
It's probably also worth mentioning that I'm only just starting to learn to program, so if there's anything monumentally stupid/dangerous in my code, please do let me know (nicely).
The script can be found here: http://members.optusnet.com.au/sger/ndiswrapper_wrapper.py
Thanks in advance!