Linksys WPC54G not workingForum: Networking Topic: Linksys WPC54G not working started by: RootSnatch Posted by RootSnatch on Nov. 16 2007,12:57
So this is version 3 and I know it is supported with ndiswrapper, as that is what the wiki says. But I am not sure how to install it with ndsiwrapper. Is there a howto or anything like that around? I would really like to know. Thanks!
Posted by john.martzouco on Nov. 16 2007,15:47
I've had some success with the following two commands executed from the console on another flavor of linux:ndiswrapper -i <your_windows_file.inf> modprobe ndiswrapper Replace <your_windows_file.inf> with the name of the Windows .inf file for your device. Make sure the Windows .sys files exist in the same directory. Posted by ^thehatsrule^ on Nov. 16 2007,15:55
You can try installing it via commandline or the frontend in DSLPanel. You can search the forums for similar threads.
Posted by jpeters on Nov. 16 2007,16:50
...also, you might need to issue pump command (e.g., 'sudo pump -i ath0').
Posted by RootSnatch on Nov. 17 2007,14:12
ok so i got the driver off of the linksys website. and i did ndiswrapper -i lsbcmnds.inf in the /Driver/NT folder of the drivers. and it seemed like everything worked. I typed ndiswrapper -l and it said that the driver was installed and the hardware was present. Then I modprobe ndiswrapper and it said nothing, which seemed good. But when I type iwconfig, it doesn't see anything. so I ran dmesg and this is what I got:
That is what it said, what am I doing wrong? Thanks Posted by roberts on Nov. 17 2007,15:12
Here are a couple of past threads that may help:< http://damnsmalllinux.org/cgi-bin....15;st=0 > < http://damnsmalllinux.org/cgi-bin....llocate > Posted by john.martzouco on Nov. 17 2007,15:59
Hi all,I'm having similar issues with an Encore ENPWI-G2 card. I've followed the instructions in the links mentioned above and dmesg shows this info:
I can use the .inf and .sys with ndiswrapper successfully under puppy linux and have tried to get the card working under dsl 3.4, 4.0 and 4.1 without success. iwconfig responds with:
Am running on a Compaq Armada 1750 laptop, 128 MB RAM. Have tried all variations from running off CD to traditional HD install. The pcmcia card installs as Realtek RTL-8185 under puppy. If it helps at all, the .inf and .sys I'm using can be copied from my site: < encore_pcmcia.zip > Any advice would be greatly appreciated. Much thanks, John Posted by RootSnatch on Nov. 17 2007,16:36
I found the solution for mine at least. all I had to do was install dsl onto the hard drive. Once I did that everything worked fine. Not sure why that helped but it did. Thanks everyone, I hope that helps you john.
Posted by roberts on Nov. 17 2007,17:08
That would seem to indicate an irq conflict with the device that you were using before the hard drive install. |