Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
 
Thread Tools Display Modes
Old November 20th, 2004   #1
brdweb
5 Cups of Ubuntu
 
Join Date: Nov 2004
Location: Alexandria, VA
Beans: 14
Ubuntu Breezy 5.10
Send a message via ICQ to brdweb Send a message via AIM to brdweb Send a message via MSN to brdweb Send a message via Yahoo to brdweb
Linksys WPC54g

I have sucessfully hooked up to my home 54G network with WEP using my Linksys WPC54G pcimia card. I went to the linksys site, downloaded the latest windows driver for the card, and installed it using ndiswrapper. Took a little bit of trial and error plus checking the ndiswrapper site to get my settings correct but now I have a full strength connection.
brdweb is offline  
Old November 20th, 2004   #2
ramzez
First Cup of Ubuntu
 
Join Date: Nov 2004
Beans: 4
Re: Linksys WPC54g

can you write step by step guide, please?

cheers.
ramzez is offline  
Old November 21st, 2004   #3
danpre
Just Give Me the Beans!
 
Join Date: Nov 2004
Location: Bydgoszcz, Poland
Beans: 78
Ubuntu 8.10 Intrepid Ibex
Re: Linksys WPC54g

Yeah - I have the same PCMCIA card - fighting with it for a few weeks now - a can't get it working

Any chances for help from you?

DANIeL

Quote:
Originally Posted by brdweb
I have sucessfully hooked up to my home 54G network with WEP using my Linksys WPC54G pcimia card. I went to the linksys site, downloaded the latest windows driver for the card, and installed it using ndiswrapper. Took a little bit of trial and error plus checking the ndiswrapper site to get my settings correct but now I have a full strength connection.
danpre is offline  
Old November 24th, 2004   #4
ramzez
First Cup of Ubuntu
 
Join Date: Nov 2004
Beans: 4
Re: Linksys WPC54g

actually it is very simple

install ndiswrapper from synaptic package manager.

then download ftp://ftp.linksys.com/pub/network/wp...ility_v2.0.zip

unzip the downloaded zipfile, find the correct .inf (lsbcmnds.inf in my case) file and run
sudo ndiswrapper -i lsbcmnds.inf

load the module and make it reload on reboot:
modprobe ndiswrapper
echo ndiswrapper >> /etc/modules

in gnome, goto networking and put your settings.

hope it helps.
ramzez is offline  
Old November 26th, 2004   #5
danpre
Just Give Me the Beans!
 
Join Date: Nov 2004
Location: Bydgoszcz, Poland
Beans: 78
Ubuntu 8.10 Intrepid Ibex
Re: Linksys WPC54g

ramirez:

thx

but it is too late now

I was plaing around with linuxant driverloader it was working very fine for almoust one mounth so I have both a license - I spent 20 bucks

well - good thing about it - 20 bucks for a company working for LINUX

thanks anyway


DANIeL

Quote:
Originally Posted by ramzez
actually it is very simple

install ndiswrapper from synaptic package manager.

then download ftp://ftp.linksys.com/pub/network/wp...ility_v2.0.zip

unzip the downloaded zipfile, find the correct .inf (lsbcmnds.inf in my case) file and run
sudo ndiswrapper -i lsbcmnds.inf

load the module and make it reload on reboot:
modprobe ndiswrapper
echo ndiswrapper >> /etc/modules

in gnome, goto networking and put your settings.

hope it helps.
danpre is offline  
Old March 15th, 2005   #6
Joshua
Gee! These Aren't Roasted!
 
Join Date: Mar 2005
Location: Hagerstown, Maryland, USA
Beans: 170
Ubuntu 9.10 Karmic Koala
Re: Linksys WPC54g

It took me quite a while to figure out how to get this working, so I wanted to post something about it and possibly save someone a little time.

I've got an old Gateway Solo 5100 and I bought the WPC54G. My home network is run on the WRT54G. My solution might not apply to normal Ubuntu users because of my installation method, so I'll describe it.

My CD-ROM, apparently, doesn't like normal sized CDs. When I try to install Ubuntu it gets hung up towards the end while installing the system base packages. It does fine, however, with the Debian netinstall CDs on the smaller 80mm disks. So I installed a minimal Debian system with the netinstall CD and then changed the APT repositories to the Ubuntu Hoary ones. Then, I upgraded (it took a little investigation to complete dependencies and stuff). Once that was done, I installed the linux-686 packages so that I would have the most recent Ubuntu Kernel.

Then, I followed the normal instructions for installing ndiswrapper and the windows drivers. Ndiswrapper is in the 2.6.10 Kernel so that was easy with "modprobe ndiswrapper".

Anyway, once all that was done, I couldn't get the card to work. iwlist wlan0 scan said that it couldn't pick anything up. ifup wlan0 said it couldn't get a dhcp response. After loads of trying different drivers and reloading modules, etc. I looked at the dmesg output and saw that there was some module called acx_pci that seemd to be trying to operate my card. There was even a little warning that my card used proprietary drivers and that acx_pci might not work. So I rmmod ndiswrapper, rmmod acx_pci, modprobe ndiswrapper. BINGO! ifup wlan0 and everything is hunky-dory. Now I need to figure out how to keep acx_pci from loading on boot and how to get ndiswrapper to load on boot. If anyone knows, please let me know. I've tried ndiswrapper -m. It says that it's good, but when I boot - no ndiswrapper...
__________________
AMD Athlon64 3000+ w/ Abit AV8 mobo and NVidia AGP GeForce 6600GT, Ubuntu 9.10 for AMD64, 2TB RAID5 (mdadm based)
Asus EEE PC
Joshua is offline  
Old April 2nd, 2005   #7
YorYor
5 Cups of Ubuntu
 
Join Date: Apr 2005
Location: Singapore
Beans: 39
Lightbulb Re: Linksys WPC54g

Hi all, recently got myself stuck to Ubuntu Hoary after I sorta trialed 10+ distributions over a week. One of the immediate hurdles was to get this WPC54G working, and after hours of searching, I managed to find another solution which worked for me (http://tiefighter.et.tudelft.nl/~arthur/wpc54g/).

In summary,

1. Use Synaptic to get ndiswrapper-tools
2. Get the windows drivers, and copy the .sys and .inf to somewhere (say /home/<yourusername>/Linksys/)
3. Open terminal, and enter the following commands:
3a. cd Linksys
3b. sudo ndiswrapper -i <name>.inf (mine was lsb something, but I just renamed it to linksys.inf as it makes it easier). The screen should show something about Forcing parameter RadioState|0 to RadioState|1... mine had 4 lines.
3c. cd /etc/ndiswrapper/
3d. Edit all the .conf files, look for the line RadioState|1 and change it to RadioState|0 (to do this, I had to type sudo gedit and open the files from the GUI... gedit didn't quite like opening files with \: from the command line, not sure why) I'm not sure if just changing one or two files will work, but I just changed all 4.
3e. sudo modprobe ndiswrapper
3f. (optional) sudo echo ndiswrapper >> /etc/modules
3g. sudo iwlist wlan0 scan (look for your access point in the list)
3h. sudo iwconfig wlan0 channel <X> essid <ESSID> mode Managed (the X and ESSID should come from the iwlist)
3i. sudo ifup wlan0

I think that should do it really. Hope that will be useful for someone else.

Last edited by YorYor; April 3rd, 2005 at 01:17 AM..
YorYor is offline  
Old May 2nd, 2005   #8
epb613
A Carafe of Ubuntu
 
Join Date: Apr 2005
Beans: 94
Re: Linksys WPC54g

Quote:
Originally Posted by YorYor
Hi all, recently got myself stuck to Ubuntu Hoary after I sorta trialed 10+ distributions over a week. One of the immediate hurdles was to get this WPC54G working, and after hours of searching, I managed to find another solution which worked for me (http://tiefighter.et.tudelft.nl/~arthur/wpc54g/).

In summary,

1. Use Synaptic to get ndiswrapper-tools
2. Get the windows drivers, and copy the .sys and .inf to somewhere (say /home/<yourusername>/Linksys/)
3. Open terminal, and enter the following commands:
3a. cd Linksys
3b. sudo ndiswrapper -i <name>.inf (mine was lsb something, but I just renamed it to linksys.inf as it makes it easier). The screen should show something about Forcing parameter RadioState|0 to RadioState|1... mine had 4 lines.
3c. cd /etc/ndiswrapper/
3d. Edit all the .conf files, look for the line RadioState|1 and change it to RadioState|0 (to do this, I had to type sudo gedit and open the files from the GUI... gedit didn't quite like opening files with \: from the command line, not sure why) I'm not sure if just changing one or two files will work, but I just changed all 4.
3e. sudo modprobe ndiswrapper
3f. (optional) sudo echo ndiswrapper >> /etc/modules
3g. sudo iwlist wlan0 scan (look for your access point in the list)
3h. sudo iwconfig wlan0 channel <X> essid <ESSID> mode Managed (the X and ESSID should come from the iwlist)
3i. sudo ifup wlan0

I think that should do it really. Hope that will be useful for someone else.
Wow thanks so much - this fiixed my wifi after it not working for months!
epb613 is offline  
Old May 3rd, 2005   #9
jon_hill987
5 Cups of Ubuntu
 
Join Date: Apr 2005
Beans: 20
Re: Linksys WPC54g

Quote:
Originally Posted by YorYor
I get a 404 from that, i'll try your summary though and see if it works. I havn't got the same wifi card as you but i'm ready to try anything....
jon_hill987 is offline  
Old May 4th, 2005   #10
Dillius
Just Give Me the Beans!
 
Join Date: May 2005
Beans: 63
Ubuntu 8.10 Intrepid Ibex
Re: Linksys WPC54g

I'm having an infinite ammount of trouble with this card. Using the WPC54G v.2. I've been trying a number of drivers and such. I've found that there are 2 .inf files that have differet effects.

"lsbcmnds.inf" causes no errors, but ndiswrapper -l only shows driver present, and says nothing about the hardware

"lstinds.inf" shows in ndiswrapper as both driver present and hardware present, but whenever i try to add ndiswrapper with modprobe, I have the following error:

ndiswrapper version 1.0rc2 loaded (preempt=yes,smp=no)
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
PCI: Setting latency timer of device 0000:02:00.0 to 64
ndiswrapper (ndis_init_one_pci:95): Windows driver couldn't initialize the device (C0000001)
lstinds: probe of 0000:02:00.0 failed with error -22
ndiswrapper: driver lstinds (Linksys,03/10/2004,6.0.0.18 ) added

Also, the Device Manager keeps listing this card as some Texas Instruments ACX 100 card.... I had to blacklist some other drivers so they wouldnt load due to hotplug, but I can't be sure that worked correctly(The drivers were acx100 and acx_pci).
Dillius is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:40 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry