Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Can Anyone please help me install it on ubuntu dapper drake. And i know theres how to's i am not that great as. Can any one provide a .deb package to install it for me as i can't really understand. thnx
I think you could use your windows drivers (should be included on the CD if you browse it) an ndiswrapper (just run synaptic and search for it, it should be there).
Then open a command line, type 'ndiswrapper' or 'sudo ndiswrapper' to get the possible commands, then install the driver using 'sudo ndiswrapper -i (. inf filename)' Replacing .inf filename by the name of the *.inf file (or its path) you found on the cd. Run then 'sudo ndiswrapper -m' (haven't figured out what that does, but it works... :-D
then run 'sudo modprobe ndiwrapper' and use iwconfig or anything you like to configure the connection
think you could use your windows drivers (should be included on the CD if you browse it) an ndiswrapper (just run synaptic and search for it, it should be there).
Have you installed ndiswrapper?
If no, in command line, type 'sudo aptitude search ndiswrapper'
You should get 'ndiswrapper-1.xx' where xx is the version number, if you get something else, change accordingly in the next step.
Then type 'sudo apt-get install ndiswrapper-1.xx' replacing xx by the correct numbers, or change the name.
it says it is the newest version?? forgot to say have no net connection on linux pc. am on windows laptop to go on net. should have said earlier. sorry.
Last edited by KRossKoWolf; 06-26-2006 at 03:51 PM.
It is not the newest version, but that shouldn't be a big issue, anyway, like this it's much easier : otherwise it's only available from source and you would have to compileit from source, and for that you would have to install compilers, and I don't know which ones.
That might be because ndiswrapper is only accessible from root.
Try typing 'sudo ndiswrapper'. If it works then, you can install the drivers, using 'sudo ndiswrapper -i (*.inf file path)' Replacing (*.inf file path) by the path of the windows driver (.inf file), if it doesn't, post back. Every command you'll have to do in order to configure ndiswrapper or the connection may need to be run as root, thus by the 'sudo' command in front. Post back if you need any help.
I'm not sure, but I think I got the same error when I was trying to copy the wrong file (non-existing). Don't forget, the linux command line is case sensitive, and you must include the extension at the end (.inf in this case)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.