You are not logged in.
Pages: 1
i am having a good deal of trouble with wifi.
all a know so far is the output of hw-detect--show -net
NET : sky2 bluetooth ieee80200 ieee80211_crypt mac80211 ipw3945 iwl3945 crg80211
right now it's set up for a direct line, but i cant get it to work with wifi..
Offline
Well, the ipw3945 is your wifi card. (Intel Pro Wireless 3945, if I remember correctly) From what I'm reading - you should be using the iwlwifi driver. I believe that is offered to you through the package called 'iwlwifi-3945-ucode'. This package is in the core repo. Try hooking up to the 'net through Ethernet once and installing. I'm not quite sure what to do after that but I'm sure http://intellinuxwireless.org/ or http://wiki.archlinux.org/index.php/Wireless_Setup will tell you.
(All of this was found using Google - please attempt to search before you post.)
"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
Offline
ya, i've gone through all of that allready, but i cant figure it out..
Offline
What can't you figure out, exactly? Does `iwlist scanning` produce any useful output?
Offline
iwlist $interface scan
you mean?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
I don't know if this will work. It's not very elegant but it worked for me as I have the intel 3945 card as well.
From the beginning:
1) make sure you have wireless tools, netcfg and iwlwifi-3945-ucode installed
2) Make a profile for netcfg
3) go to rc.conf and delete ipw3945 from modules, but keep iwl3945. Set up the wireless section like they tell you to do in the wireless wiki and set up netcfg2 like they tell you to do in the netcfg wiki.
- you might need to comment out eth0 and put a ! infront of it in interfaces, i don't know if its required but I did
What happens on my computer is I noticed I always needed to run netcfg2 twice in order to connect. So this way it tries to connect using network and fails, then it tries and connects with netcfg2 and is usually successful.
Another "solution" that worked for me was to make 2 identical netcfg profiles but with different names and connect to them both. On the first connect the first profile failes to connect, but the second profile connects. I like the first "solution" better because I can load network and then netprofiles loads and connects in the background.
I'm new and this probably is just circumventing a bigger problem, but using this method arch linux is the first linux distribution where I actually got the intel 3945 card to work without using ndiswapper and without having to connect to the internet.
I dont' want to hijack the thread, but is there any way to run netcfg multiple times until it connects?
Thanks
Jeff
Offline
@ xhhux
Try this (if you're not a extreme purist), it works:
# pacman -S iwlwifi-3945-ucode
# yaourt -S compat-wireless
- in /etc/rc.conf, write MODULES=(iwl3945 ... others modules...)
- install and configure wicd or another wireless manager
# reboot
Offline
thank you all for your responses, i will give them a try tonight
Offline
I dont' want to hijack the thread, but is there any way to run netcfg multiple times until it connects?
Thanks
Jeff
Nope, and there never will be. If it's not connecting, there's a problem, and that problem should be fixed instead of worked around.
Please take a look at the netcfg2 in [testing]
If that doesnt solve the problem, try some of the quirk options: http://wiki.archlinux.org/index.php/Net … evelopment
Offline
I just swapped my Atheros card for an Intel 3945 today, I tried the iwlwifi method, didn't work at all for me. Installed the older ipw3945 driver and it worked first try. I might tinker with iwlwifi more later, I just wanted wifi up now, if ipw3945 wasn't going to work for me, I was going to use ndiswrapper.
Offline
iwlist $interface scan
you mean?
`iwlist scanning` works, too. Did you try it?
Offline
Pages: 1