So I've browsed a few topics and it looks like this will need to be done via command line.
Well, honestly that's not ideal, but I can live.
Only problem is; the command line guides I've all found deal with only WEP.
I finally found one that mentioned WPA and it says I need to use WPA supplicant.
Ok, I follow those instructions, well, it tries to connect to "default" that's obviously not my wifi network's SSID. And there wasn't any place to input the key.
here is the topic mentioning WPA:
http://www.murga-linux.com/puppy/viewtopic.php?t=22469
Is there anyone willing to guide me step by step to set up a wifi connection to a WPA encrypted AP?
Or better yet, is there anything that will allow the gui tools to configure this card properly?
I hate to give in, but I'm almost tempted to cave and purchase a known good with puppy PCMCIA wifi card.
Linksys WPC54G ver. 3 in Dingo with a WPA encypted network
-
- Posts: 32
- Joined: Thu 06 Mar 2008, 01:57
-
- Posts: 5464
- Joined: Fri 10 Jun 2005, 05:12
- Location: Australia
Re: Linksys WPC54G ver. 3 in Dingo with a WPA encypted network
Yes there is. In "PART 2: WPA encryption" -Majin Zero wrote:here is the topic mentioning WPA:
http://www.murga-linux.com/puppy/viewtopic.php?t=22469
Ok, I follow those instructions, well, it tries to connect to "default" that's obviously not my wifi network's SSID. And there wasn't any place to input the key.
Use Geany to modify the WPA configuration file to include your SSID and Personal Security Key (PSK).
Puppy already contains 2 different configuration files;
/etc/wpa_supplicant.conf - for WPA encryption
/etc/wpa_supplicant2.conf - for WPA2 encryption
-
- Posts: 32
- Joined: Thu 06 Mar 2008, 01:57
-
- Posts: 5464
- Joined: Fri 10 Jun 2005, 05:12
- Location: Australia
Yes, the WPC54G v3 uses a Broadcom chipset, which is supported in Puppy3.x and 4.0 with the bcm43xx module. This module has been reported as slightly unreliable, but a known fix is to unload/reload it, like this
At this point you should be able to use the Network Wizard ... but the Wizard has quite a few bugs, and these are currently being sorted out here
http://www.murga-linux.com/puppy/viewtopic.php?t=31522
You could try the latest update to the Wizard available there, which is currently network-wizard-july-22nd.tar.gz
But if you are still unsuccessful, the manual commands are a worthwhile learning process. And if nothing else, you should at least be able to identify at what point the wifi connection fails.
Code: Select all
rmmod bcm43xx
modprobe bcm43xx
http://www.murga-linux.com/puppy/viewtopic.php?t=31522
You could try the latest update to the Wizard available there, which is currently network-wizard-july-22nd.tar.gz
But if you are still unsuccessful, the manual commands are a worthwhile learning process. And if nothing else, you should at least be able to identify at what point the wifi connection fails.