need help connecting to a wireless network with ipw3945
SlackwareThis Forum is for the discussion of Slackware 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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
need help connecting to a wireless network with ipw3945
Hey All
I have installed the ipw3945 driver ((Intel PRO/Wireless 3945ABG Driver for Linux)) along with the regulatory daemon and microcode packages (build for my kernel - 2.6.21 - using a SlackBuild, from Alien Bob, a member on this site). However after spending hours on the Net following "instructions" which have been largely unfriendly, I still have not been able to connect to our wireless network at school.
The lsmod command indicate that the necessary modules e.g. ipw3945 and ieee80211 are being loaded. Also ifconfig eth1 and iwconfig eth1 generate output which suggest that things are ok. However still no success connecting.
Anyway I am basically lost, bewildered and frustrated. I kindly ask anyone who has successfully connected to a network with this driver to please post some decent instructions or point to a site where these could be found.
Read this howto and it should answer your
questions.Ignore that the howto is for vector linux... the technique for configuring the card
and connecting will work with any distro
In response to the two posts. (1) Its and open network with neither WPA or WEP. We are just required to enter the SSID and connection port number in our browsers. (2) Someone else posted suggested that link to me and I have read it. The thing is there are sprinklings of Vector Linux specific stuff all over which makes it quite difficult for someone who is not familiar or an expert in such matters - which I definitely am not - to follow.
When I tried the instructions, some of the expected output were obtained in some cases and in others, something completely different or worst still, errors were reported. I guess I just have to keep plugging away and eventually there will be some success - if the frustration does not drive me mental first .
Not sure why you would put the ssid in your browser. Maybe they have a proxy or something setup.
What commands are you using with iwconfig ? Can you see the access point ?
give output from these commands:
ifconfig -a
iwconfig eth1 (substitute wlan0 or whatever your wireless nic is for eth1)
iwlist eth1 scan (substitute wlan0 or whatever your wireless nic is for eth1)
iwconfig eth1 essid "whatever your ssid is supposted to be" (substitute wlan0 or whatever your wireless nic is for eth1)
dhcpcd -t 25 -d eth1 (substitute wlan0 or whatever your wireless nic is for eth1)
Basically from that link that was given, try to follow the steps under this heading:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.