Prev: Cognitive Dissonance
Next: Pidgin 2.6.5
From: PBNeves on 25 Feb 2010 06:57 I'm trying to setup wireless networking without success on my acer travelmate 6493 on Slackware 13 64 bit version, and i don't know what to do anymore, so any clue will be important. I can connect to my wireless router and obtain an ip addres, wpa_supplicant find the correct network and the correct encryption (wpa and tkip), updates the routing table and the resolv.conf but i can't ping the router neither connect to the internet. Here are the output of some commands: pw710220:~# ps auxw | grep wpa root 3506 0.0 0.0 19656 1236 ? Ss 11:26 0:00 /usr/ sbin/wpa_supplicant -B -c/etc/wpa_supplicant.conf -Dwext -iwlan0 root 4653 0.0 0.0 6552 932 pts/1 R+ 11:37 0:00 grep wpa pw710220:~# ifconfig wlan0 wlan0 Link encap:Ethernet HWaddr 00:1e:65:a5:55:ae inet addr:192.168.2.100 Bcast:192.168.2.255 Mask: 255.255.255.0 inet6 addr: fe80::21e:65ff:fea5:55ae/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1005 errors:0 dropped:0 overruns:0 frame:0 TX packets:381 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:314401 (307.0 KiB) TX bytes:38972 (38.0 KiB) pw710220:~# iwconfig lo no wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11abgn ESSID:"ZOO" Mode:Managed Frequency:2.412 GHz Access Point: 00:13:F7:95:B5:6E Bit Rate=60 Mb/s Tx-Power=15 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Encryption key: 2A2A-2A2A-2A2A-2A2A-2A2A-2810-341D-2B70-2B44-50C6-003F-4F4E-3A8A- EE00-3302-5061 [2] Security mode:open Power Management:off Link Quality=100/100 Signal level:-37 dBm Noise level=-84 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 vmnet1 no wireless extensions. vmnet8 no wireless extensions. pw710220:~# ip route show 192.168.2.0/24 dev wlan0 proto kernel scope link src 192.168.2.100 172.16.187.0/24 dev vmnet8 proto kernel scope link src 172.16.187.1 172.16.110.0/24 dev vmnet1 proto kernel scope link src 172.16.110.1 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.105.121 127.0.0.0/8 dev lo scope link default via 192.168.2.1 dev wlan0 pw710220:~# cat /etc/resolv.conf # Generated by dhcpcd for interface wlan0 nameserver 192.168.2.1 pw710220:~# ping 192.168.2.1 PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. ^C --- 192.168.2.1 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3001ms Could any one give any clue what is wrong? I had already connect correctly twice doing the same setps so it is not a hardware problem and before i had the slackware i used ubuntu and wireles used to work fine.
From: Luis P. Mendes on 25 Feb 2010 15:02 Thu, 25 Feb 2010 03:57:53 -0800, PBNeves escreveu: > I'm trying to setup wireless networking without success on my acer > travelmate 6493 on Slackware 13 64 bit version, and i don't know what > to do anymore, so any clue will be important. > > I can connect to my wireless router and obtain an ip addres, > wpa_supplicant find the correct network and the correct encryption (wpa > and tkip), updates the routing table and the resolv.conf but i can't > ping the router neither connect to the internet. > > Here are the output of some commands: > > pw710220:~# ps auxw | grep wpa > root 3506 0.0 0.0 19656 1236 ? Ss 11:26 0:00 /usr/ > sbin/wpa_supplicant -B -c/etc/wpa_supplicant.conf -Dwext -iwlan0 root > 4653 0.0 0.0 6552 932 pts/1 R+ 11:37 0:00 grep wpa > pw710220:~# ifconfig wlan0 > wlan0 Link encap:Ethernet HWaddr 00:1e:65:a5:55:ae > inet addr:192.168.2.100 Bcast:192.168.2.255 Mask: > 255.255.255.0 > inet6 addr: fe80::21e:65ff:fea5:55ae/64 Scope:Link UP > BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX > packets:1005 errors:0 dropped:0 overruns:0 frame:0 TX > packets:381 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:314401 (307.0 KiB) TX bytes:38972 (38.0 KiB) > > pw710220:~# iwconfig > lo no wireless extensions. > > eth0 no wireless extensions. > > wmaster0 no wireless extensions. > > wlan0 IEEE 802.11abgn ESSID:"ZOO" > Mode:Managed Frequency:2.412 GHz Access Point: > 00:13:F7:95:B5:6E > Bit Rate=60 Mb/s Tx-Power=15 dBm > Retry min limit:7 RTS thr:off Fragment thr=2352 B > Encryption key: > 2A2A-2A2A-2A2A-2A2A-2A2A-2810-341D-2B70-2B44-50C6-003F-4F4E-3A8A- > EE00-3302-5061 [2] Security mode:open > Power Management:off > Link Quality=100/100 Signal level:-37 dBm Noise level=-84 > dBm > Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx > excessive retries:0 Invalid misc:0 Missed beacon:0 > > vmnet1 no wireless extensions. > > vmnet8 no wireless extensions. > > pw710220:~# ip route show > 192.168.2.0/24 dev wlan0 proto kernel scope link src 192.168.2.100 > 172.16.187.0/24 dev vmnet8 proto kernel scope link src 172.16.187.1 > 172.16.110.0/24 dev vmnet1 proto kernel scope link src 172.16.110.1 > 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.105.121 > 127.0.0.0/8 dev lo scope link > default via 192.168.2.1 dev wlan0 > pw710220:~# cat /etc/resolv.conf > # Generated by dhcpcd for interface wlan0 nameserver 192.168.2.1 > pw710220:~# ping 192.168.2.1 > PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. ^C > --- 192.168.2.1 ping statistics --- > 4 packets transmitted, 0 received, 100% packet loss, time 3001ms > > > > Could any one give any clue what is wrong? I had already connect > correctly twice doing the same setps so it is not a hardware problem and > before i had the slackware i used ubuntu and wireles used to work fine. Hi, Maybe you should check your rc.inet1.conf file. Mine look like this (relevant lines): IFNAME[4]="wlan0" USE_DHCP[4]="yes" The wpa_supplicant.conf file has these values for my own wireless network: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 network={ ssid="TL" scan_ssid=1 psk=e642157907f } Luis
From: Peter Chant on 26 Feb 2010 13:22 On Thu, 25 Feb 2010 20:02:03 +0000, Luis P. Mendes wrote: > The wpa_supplicant.conf file has these values for my own wireless > network: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 Suggest you think about changing your key. Pete
From: PBNeves on 1 Mar 2010 07:23 On Feb 26, 6:22 pm, Peter Chant <pet...(a)MOpetezilla.coV.Euk> wrote: > On Thu, 25 Feb 2010 20:02:03 +0000, Luis P. Mendes wrote: > > The wpa_supplicant.conf file has these values for my own wireless > > network: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 > > Suggest you think about changing your key. > > Pete Why you think i should do that?
|
Pages: 1 Prev: Cognitive Dissonance Next: Pidgin 2.6.5 |