New Linux user, can not connect to Linksys Wireless router - help!
Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
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.
first, go into the configuration page for the router and turn on the encryption and set up a key. Otherwise, people will be tapping into your network connection. The config. page is typically at 192.168.1.1 (enter this in your browser URL window).
Once the router is set up, make the connection like so:
iwconfig eth1 essid TheArk key s:yourkey
dhcpcd eth1
Note the "s" before the key. This is required if the key is set in ascii (vs. hex)
On my laptop, the manual connection process has a quirk: I often have to take the interface down, then up again, before the wireless will work. I finally started using the wireless profiles, but any of the various GUI wireless managers will work also.
I had a similar problem - just could not connect to my Linksys WAP54g nohow. My solution was to do a Fedora Core (FC) 10 update and voila, away it went. By the way, I was able to do the update via a wired connection but have not needed it since.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.