You are not logged in.

#1 2010-04-24 19:18:16

Celion
Member
Registered: 2010-04-24
Posts: 1

WLAN Problem

Hey guys,

I've got a small problem

I'm running archlinux at my laptop (64bit version)

//
Atheros - AR5B93 WLAN
Broadcom Netlink Gigabit Ethernet
//

and I used the following modules for the hardware above

//
modprobe ath5k
modprobe b43
//

Well my ethernet dont work but my wlan so I tried to config it but, yeah it wont work sad

Im trying to connect to this network:

@home
WPA Pre-Shared-Key
TKIP


/etc/wpa_supplicant.conf

ap_scan=1

network={
ssid="@home"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
#psk="1307191128021801"
psk='to-long-to-post-i-just-used wpa_passphrase "@home" 1307191128021801'
}

and I use the following command:

ifconfig wlan0 up
wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant.conf -BW


iwconfig wlan0:

wlan0 
IEEE 802.11bgn
ESSID:"@home"
Mode:Managed
Frequency:2.427GHz
Access Point: 00:04:0E:D2:D3:02
Bit Rate=1 Mb/s
Tx-Power=20 dBm
Retry min limit:7
RTS thr: off
Fragment thr:off
Encryption key:off
Power Managment:off
Link Quality:12/70
Signal level=98 dBm
Rx invalid nwid:0
Ex invalid crypt:0
Rx invalid frag:0
Tx excessive retries:0
Invalid misc:0
Misse beacon:0

ifconfig wlan0:

Link encyp: Ethernet
HWaddr C4:17:FE:19:D5:B3
UP BROADCAST RUNNIN MULTICAST
MTU:1500
Metric:1
RX packets:42
errors:0
dropped:0
overruns:0
frame:0
TX packets:42
errors:0
dropped:0
overruns:0
carrier:0
collisions:0
txqueuelen:1000
RX bytes: 5399 (5.2 Kb)
TX bytes: 5970 (5.0 Kb)

My router tells me that
- 192.168.178.29 | C4:17:FE:19:D5:B3 54 MBit/s | WPA, WMM
is connected

But if I ping 192.168.178.29 from another computer I dont get any signal...

Any idea how to solve this problem?

Last edited by Celion (2010-04-24 19:26:02)

Offline

#2 2010-04-24 19:22:31

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: WLAN Problem

The ifconfig command shows no IP adress. Did you run dhcpd or configure for static IP? And please use the code tags. This is horrible to read.

Last edited by hokasch (2010-04-24 19:22:56)

Offline

Board footer

Powered by FluxBB