You are not logged in.
hi, i have an anoying problem
i acces the internet via wlan, but after weveral hours uptime i can't it, web browser says "connecting.." but nothing happend.
only restart solve the problem, so the router is ok
i have broadcom wlan card, and i use networkmanager, tried wicd but the same problem.
restart networkmanager, and reload broadcom driver module can't help (tried brcmsmac and wl)
[bazsi@dell ~]$ lspci | grep Net
04:00.0 Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)an interesting thing, ping is OK
PING www.l.google.com (74.125.232.244) 56(84) bytes of data.
64 bytes from bud01s09-in-f20.1e100.net (74.125.232.244): icmp_req=1 ttl=57 time=25.0 ms
64 bytes from bud01s09-in-f20.1e100.net (74.125.232.244): icmp_req=2 ttl=57 time=25.0 ms
64 bytes from bud01s09-in-f20.1e100.net (74.125.232.244): icmp_req=3 ttl=57 time=25.6 ms
--- www.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 25.010/25.249/25.682/0.332 msifconfig:
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
ether 00:26:b9:22:04:d9 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 17
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 2182 bytes 151513 (147.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2182 bytes 151513 (147.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1480 metric 1
inet 192.168.1.12 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::c617:feff:fe9c:819f prefixlen 64 scopeid 0x20<link>
ether c4:17:fe:9c:81:9f txqueuelen 1000 (Ethernet)
RX packets 9685739 bytes 1158056123 (1.0 GiB)
RX errors 0 dropped 0 overruns 0 frame 592141
TX packets 8520472 bytes 2164262556 (2.0 GiB)
TX errors 497 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 17 ip link:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
link/ether 00:26:b9:22:04:d9 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1480 qdisc pfifo_fast state UP mode DORMANT qlen 1000
link/ether c4:17:fe:9c:81:9f brd ff:ff:ff:ff:ff:ffip addr:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 00:26:b9:22:04:d9 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1480 qdisc pfifo_fast state UP qlen 1000
link/ether c4:17:fe:9c:81:9f brd ff:ff:ff:ff:ff:ff
inet 192.168.1.12/24 brd 192.168.1.255 scope global wlan0
inet6 fe80::c617:feff:fe9c:819f/64 scope link
valid_lft forever preferred_lft foreverOffline
From the output you posted, your connection still seems to be perfectly functional at the time.
Next time the issue occurs, see if you can fetch the content of a webpage (lets say Google) with something else than your normal browser (another browser, curl,...).
Burninate!
Offline
From the output you posted, your connection still seems to be perfectly functional at the time.
Next time the issue occurs, see if you can fetch the content of a webpage (lets say Google) with something else than your normal browser (another browser, curl,...).
i use firefox, but i still try chomium, not work, neither thunderbird, skype, rtorrent, ktorrent,
[bazsi@dell ~]$ time curl google.com > curl.txt
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:04:59 --:--:-- 0curl: (7) Failed to connect to 2a00:1450:400d:804::1008: Network is unreachable
real 4m59.583s
user 0m0.017s
sys 0m0.060swhat is 2a00:1450:400d:804::1008? :O
Offline
it appears to be ipv6... most ISPs don't yet provide ipv6, so typically it can safely be disabled.
https://wiki.archlinux.org/index.php/Ipv6#Disable_IPv6
I disabled mine, as comcast in my area does not yet provide it, though they are apprently implementing it slowly. You may want to check if your ISP serves that up though before doing anything crazy.
Offline
it appears to be ipv6... most ISPs don't yet provide ipv6, so typically it can safely be disabled.
https://wiki.archlinux.org/index.php/Ipv6#Disable_IPv6
I disabled mine, as comcast in my area does not yet provide it, though they are apprently implementing it slowly. You may want to check if your ISP serves that up though before doing anything crazy.
disabling ipv6 dont help ![]()
Offline