You are not logged in.

#1 2008-05-26 10:03:54

offshoreip
Member
From: ASIA
Registered: 2008-05-18
Posts: 18

Wireless- almost there iwl3945

ASUS laptop- W7j
Intel pro Wireless 3945
Planning to use gnome-network-manager

Hey I've almost got wireless working but no dice.

1.uname -r 2.6.25-ARCH-
  (3945 built into kernel right?)

2.Installed
   pacman -S wireless_tools
   pacman -S gnome-network-manager

3. Put iwl3945 in /etc/rc.conf
in the modules=() array


lspci
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

lsmod
iwl3945                84852  0
mac80211              130316  1 iwl3945

iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11g  ESSID:""
          Mode:Managed  Channel:0  Access Point: Not-Associated 
          Tx-Power=0 dBm 
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B 
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Wireless signal light is on.
Anybody tell me the next step to get up and working? Just about there. smile
Do I need to do something with Network Manager?

Offline

#2 2008-05-26 10:23:59

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

Re: Wireless- almost there iwl3945

Check the wiki for how to set up Network Manager smile.


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

Offline

#3 2008-05-26 10:24:18

pestilence
Member
From: Athens
Registered: 2008-03-16
Posts: 53
Website

Re: Wireless- almost there iwl3945

I would suggest you start with netcfg2, its cli, its officially supported smile

Offline

#4 2008-05-26 11:08:47

stefan1975
Member
From: 53 6e 65 65 6b
Registered: 2007-04-16
Posts: 195

Re: Wireless- almost there iwl3945

and if it HAS to be a guitized applet I'd suggest WICD over Networkmanager every da of the week and twice on sunday.


"root# su - bofh"
OS: F10_x64, Arch, Centos5.3, RHEL4.7, RHEL5.3
Desktop Hardware: Dell Precision M65 laptop, core2duo, 2gb, 80gb 7200rpm
Registered linux user #459910 since 1998

Offline

#5 2008-05-26 11:36:36

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: Wireless- almost there iwl3945

Have you installed the firmware?


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#6 2008-05-27 09:46:56

offshoreip
Member
From: ASIA
Registered: 2008-05-18
Posts: 18

Re: Wireless- almost there iwl3945

Yes I have installed the firmware.
iwlwifi-3945-ucode
The wireless wiki says wireless tools are necessary also

Working on the script(s) for netcfg,

CONNECTION="wireless"
INTERFACE=wlan0
SCAN="yes"
SECURITY="wpa"
ESSID="mynetwork"  (Same as SSID right? I think this is my MAC addr on router)
KEY="SomePasskey" 
IP="dhcp"
TIMEOUT=20
Seems pretty clear
Then I need to add some kind of option to auto-connect when roaming to cafe's.
More reading.
All new to me! 
Any tips are appreciated.

Offline

#7 2008-05-29 09:07:23

offshoreip
Member
From: ASIA
Registered: 2008-05-18
Posts: 18

Re: Wireless- almost there iwl3945

Using netcfg2 at home- no problem to connect with wpa script. Can someone give me a script or method for outside roaming (with no security)? I tried auto but can't seem to connect outside like at coffeeshop.

Offline

#8 2008-05-29 17:43:25

baze
Member
Registered: 2005-10-30
Posts: 393

Re: Wireless- almost there iwl3945

networkmanager needs you to be in the network group

sudo gpasswd -a username network

Offline

Board footer

Powered by FluxBB