• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux and Wireless networking

minendo

Elite Member
Anyone know how to configure a Linksys WPC11 Version 1 to change SSID and enter in WEP Passphrase in Debian?

Is this even possible? If so, how did you get it to work? Are there different wireless cards you would recommend?

Sorry for putting this in OT mods, but it was a toss up between Software, OS, and Networking and I did not know which one would best answer my questions.
 
If it's anything like my wireless card, you use the iwconfig tool.

Here's a sample command:

iwconfig eth1 essid "MisterRouter" key "1234567890"

Run man iwconfig for more details or Google it.
 
Originally posted by: darktubbly
If it's anything like my wireless card, you use the iwconfig tool.

Here's a sample command:

iwconfig eth1 essid "MisterRouter" key "1234567890"

Run man iwconfig for more details or Google it.
Now I just need to figure out how to get the wep key.🙁

 
Originally posted by: darktubbly
If it's anything like my wireless card, you use the iwconfig tool.

Here's a sample command:

iwconfig eth1 essid "MisterRouter" key "1234567890"

Run man iwconfig for more details or Google it.
Did not work. All I got was an error.🙁

 
Back
Top