You are not logged in.
Hey guys, I'm having problems getting myself connected to the internet.
To be clear, I managed to get it working for the live install, but I'm now having trouble using net-auto-wireless.
iwconfig shows that my computer is connected to the router (The computer also shows up on the router's client list), but I can't ping anything, not even my router (connect: Network is unreachable).
dhcpcd wlan0 also times out.
Any advice would be appreciated
Last edited by thesideshow (2012-08-04 11:41:00)
Offline
would you mind posting the output of
$ ip route
and
$ ip add
these might help
Last edited by W4RH4WK (2012-08-04 02:10:21)
Offline
And please post your
/etc/hostname
/etc/hosts
and
/etc/resolv.conf
files
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Thanks for the replies guys
ip route gives nothing
# ip add
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00
inet 127.o.o.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state DORMANT qlen 1000
link/ether 00:25:d3:71:13:34 brd ff:ff:ff:ff:ff:ff:ff
inet6 fe80::225:d3ff:fe71:1334/64 scope link
valid_lft forever preferred_lft forever
/etc/hostname
Arch
/etc/hosts
127.0.0.1 localhost.localdomain localhost Arch
::1 localhost.localdomain localhost Arch
/etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
I left out the comments
Offline
Well, I think at least one of your tools are lying to you.
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP>
Is pretty clear that you are not associated with your router.
Can you post the output of sudo iwlist scan and of iwconfig ??
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
ip route gives nothing
Well, ya *need* a route to the Internet. E.g.:
default via 192.168.1.1 dev eth0
Offline
Defining your network options in /etc/rc.conf might solve the problem!
https://wiki.archlinux.org/index.php/Co … IP_address
Last edited by palomaamatias (2012-08-04 09:48:02)
Offline
Well, I think at least one of your tools are lying to you.
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP>
Is pretty clear that you are not associated with your router.
For the interest of my learning, is it NO-CARRIER that shows it is not associated with the router?
Can you post the output of sudo iwlist scan and of iwconfig ??
I'm not sure how to copy the results to paste it here (since i'm not connected to anything) so I'm only going to type out what I think is interesting. Please let me know if there's anything else I should post here.
iwlist scan has many "IE: Unknown: XXXXXXXXXX" errors for the SSID of interest
Example:
IE: Unknown: 000E3936204A616C616E204C6562616E
iwconfig
wlan0
IEEE 802.11bgn ESSID:"MASKED"
Mode:Managed Frequency:2.462 GhZ Access Point: 00:02:6F:93:87:64
Bit Rate=108 Mb/s Tx-Power=15dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=70/70 Signal level=-25 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:8 Missed beacon:0
Well, ya *need* a route to the Internet. E.g.:
default via 192.168.1.1 dev eth0
i can't ip add default <ip-address>. I get errors.
Offline
Defining your network options in /etc/rc.conf might solve the problem!
dhcpcd wlan0 times out!
edit: i tried the other steps as well, didn't help!
Last edited by thesideshow (2012-08-04 10:33:46)
Offline
Hi thesideshow! Welcome to Arch Linux forums.
I'm not sure how to copy the results to paste it here (since i'm not connected to anything)
I'm assuming that you have two systems here.
1. Arch with internet problem.
2. Working internet connection.
Output the results of the command from Arch with internet problem.
#command > abc.txt
#example
iwconfig > abc.txt
The results of iwconfig will be in abc.txt, in the directory where you have executed the command.
Get a USB drive, and well, I don't have to teach the rest, don't I?
On a side note, just out of interest, what is your wireless card module/driver?
Is it supported by Arch Linux?
Last edited by altbdoor (2012-08-04 10:44:09)
Offline
You need to switch to systemd then network-manager then fedora.
Offline
Output the results of the command from Arch with internet problem.
#command > abc.txt #example iwconfig > abc.txt
The results of iwconfig will be in abc.txt, in the directory where you have executed the command.
Get a USB drive, and well, I don't have to teach the rest, don't I?
*facepalm*
On a side note, just out of interest, what is your wireless card module/driver?
Is it supported by Arch Linux?
It's an ASUS 1005HA, so it's a Atheros AR9285. I got it working during the live install following the beginner's guide on the wiki though, so I expect it should work!
Last edited by thesideshow (2012-08-04 11:26:22)
Offline
Okay I'm officially an idiot.
I read this in the wireless set up page
Note that WEP string keys (not hex keys) must be specified with a leading s: (e.g. KEY="s:somepasskey")
and misread WEP as WPA.
Sorry for wasting your times!
Offline
no problem, we all make mistakes. You are welcome
Offline
no problem, we all make mistakes. You are welcome
Says the guy with 10 posts. No, we all hate you right now.
Offline
Says the guy with 10 posts. No, we all hate you right now.
well, i have to start somewhere ^^. Post count will rise in near future i hope
Last edited by W4RH4WK (2012-08-04 13:15:38)
Offline