You are not logged in.

#1 2008-07-10 00:07:49

xhhux
Member
Registered: 2008-06-11
Posts: 29

wireless troubles

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

#2 2008-07-10 00:28:53

synorgy
Member
From: $HOME
Registered: 2005-07-11
Posts: 272
Website

Re: wireless troubles

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

#3 2008-07-10 00:38:57

xhhux
Member
Registered: 2008-06-11
Posts: 29

Re: wireless troubles

ya, i've gone through all of that allready, but i cant figure it out..

Offline

#4 2008-07-10 03:43:40

Factory
Member
Registered: 2008-02-24
Posts: 108

Re: wireless troubles

What can't you figure out, exactly? Does `iwlist scanning` produce any useful output?

Offline

#5 2008-07-10 08:11:10

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: wireless troubles

iwlist $interface scan

you mean?


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#6 2008-07-10 13:59:53

klazsick
Member
Registered: 2008-07-10
Posts: 12

Re: wireless troubles

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

#7 2008-07-10 17:23:31

biagio
Member
From: Florence - Italy
Registered: 2008-02-29
Posts: 49

Re: wireless troubles

@ 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

#8 2008-07-10 20:51:47

xhhux
Member
Registered: 2008-06-11
Posts: 29

Re: wireless troubles

thank you all for your responses, i will give them a try tonight big_smile

Offline

#9 2008-07-10 22:23:34

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: wireless troubles

klazsick wrote:

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

#10 2008-07-11 02:13:35

elliott
Member
Registered: 2006-03-07
Posts: 296

Re: wireless troubles

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

#11 2008-07-13 05:18:29

Factory
Member
Registered: 2008-02-24
Posts: 108

Re: wireless troubles

B wrote:
iwlist $interface scan

you mean?

`iwlist scanning` works, too. Did you try it? tongue

Offline

Board footer

Powered by FluxBB