Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I am running Fedora Core 5 "2.6.17-1.2187_FC5smp" kernel. I am using the ndiswrapper-1.23 and all installed without errors.
As root I'm trying to install a Trendnet tew-228pi wireless card. It has the RTL8180L chip and I downloaded the recommended Net8180.inf driver from ndis5x-8180(173).zip. When I do "ndiswrapper -i net8180.inf" I get the following error:
[root@localhost ndiswrapper-1.23]# ndiswrapper -l
No drivers installed
[root@localhost ndiswrapper-1.23]# ndiswrapper -i net8180.inf
Installing net8180
couldn't copy net8180.inf at /usr/sbin/ndiswrapper line 144.
[root@localhost ndiswrapper-1.23]#
Do I need another driver or is it a ndiswrapper problem? Any help would be appreciated.
Thanks.
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417
Rep:
You have to specify path to *.inf , ie ndiswrapper -i /home/foobar/net8180.inf if net8180.inf is in foobar's home directory. Also be aware it's case sensitive so if inf is NET8180.inf then it will be ndiswrapper -i NET8180.inf .
beagle2,
Did that first with the same results on both drivers. I wonder if ndiswrapper-1.23 is setup to work with Fedora Core 5 "2.6.17-1.2187_FC5smp" kernel? Very stange because everyone else seems to have gotten this combo to work.
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417
Rep:
If ndiswrapper is installed correctly you should at least be able to install a driver. Make sure it is the correct *.inf file and that any .sys files are in the same location. Easiest to copy all the driver files into one directory and run ndiswrapper from there, not from the ndiswrapper directory itself. Think the win2k driver has been shown to work.
Amazing! I included the RTL8180.sys in the ndiswrapper-1.23 directory and everything worked. I looked back at all of the information that I have collected on the ndiswrapper install and can not find any mention of the .sys file being included with the .inf file. Thank you for your insite. beagle2, you are the greatest. excellent work.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.