LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problem with youtube, LQ, facebook,etc in -current (https://www.linuxquestions.org/questions/slackware-14/problem-with-youtube-lq-facebook-etc-in-current-4175462921/)

cesarion76 05-21-2013 03:40 PM

Problem with youtube, LQ, facebook,etc in -current
 
Hi all

After switching from 14.0 to current a month ago, Iī m having problems like: no access to facebook or G+, canīt play any youtube videos or similar pages. Even canīt send this new thread from LQ (had to switch to winXP) or similar pages. This happens with firefox, seamonkey or chrome and with KDE or XFCE

Using the 3.2.29 kernel from 14.0 the problem is gone. But it ainīt current :)

My system
Code:

bash-4.2# uname -a
Linux cesarion 3.8.13 #2 SMP Sun May 12 17:23:24 CDT 2013 x86_64 Intel(R) Pentium(R) 4 CPU 3.06GHz GenuineIntel GNU/Linux

My hardware
Code:

bash-4.2# lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 Ethernet controller: Atheros Communications Inc. AR2417 Wireless Network Adapter [AR5007G 802.11bg] (rev 01)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

any help is welcome

torimus 05-21-2013 04:00 PM

Quote:

no access to facebook or G+, canīt play any youtube videos or similar pages
How exactly does manifest this issue ?

cesarion76 05-21-2013 04:50 PM

If I enter facebook.com in firefox it will quit after a moment searching. With youtube I can enter the main page and see the miniture of the videos but when I press play the counter stays at zero. The icon for loading video wonīt show. In linuxquestions.org canīt do a search through the forums or post a thread. In G+ canīt enter the menus and the notifier stays blank

Forget to mention Iīm using latest AlienBob flashplugin. I īve tryied slackbuilds package also.

rkelsen 05-21-2013 07:50 PM

Quote:

Originally Posted by cesarion76 (Post 4955993)
Hi all

After switching from 14.0 to current a month ago, Iī m having problems like: no access to facebook or G+, canīt play any youtube videos or similar pages. Even canīt send this new thread from LQ (had to switch to winXP) or similar pages. This happens with firefox, seamonkey or chrome and with KDE or XFCE

Using the 3.2.29 kernel from 14.0 the problem is gone.

Do you have any network access at all with the new kernel? Or is it just these pages which can't be seen?

cesarion76 05-21-2013 07:59 PM

Hi rkelsen,

yes I have access to the net. It īs just those pages that I canīt see.

The rc.modules symlink was pointing to the 3.2.29 kernel but I change it to point to the correct 3.8.13 kernel modules. That didinīt solve it.

Also, now that you mention the network access, I have sbopkg installed and canīt sync to the repos.

mrclisdue 05-21-2013 08:08 PM

Quote:

Originally Posted by cesarion76 (Post 4956028)
...This happens with firefox, seamonkey or chrome and with KDE or XFCE

I'm thinking along the lines of rkelsen that there's something funky going on with the network.

Can you access the sites in Konqueror?

What does /etc/hosts look like? Do you use squid or privoxy or some other proxy?

There seems to be differing opinions on whether disabling ipv6 (if you believe you don't need it) has any effect on this type of issue, but some swear by it....

You can disable ipv6 specifically in Firefox, and if that appears to correct your issue, then you can disable ipv6 system-wide. This thread may tell you how:

http://www.linuxquestions.org/questi...e-ipv6-937447/

cheers,

T3slider 05-21-2013 08:19 PM

It could be a DNS issue. Post the output of /etc/resolv.conf and see what happens when you ping google.com, for example, compared to google.com's IP address -- if it is a nameserver issue then pinging the IP will return instantly, while pinging the domain name will take time (or fail to complete). Google's public DNS server is 8.8.8.8 in case the DNS server you are currently using is not working (though if the problem is not getting a nameserver at all, then you should probably check your ISP's and/or router's settings to make sure the nameserver specified by DHCP is getting passed on properly). If you want to try Google's DNS server then you can put the following at the top of /etc/resolv.conf:
Code:

nameserver 8.8.8.8
That will get overwritten when you reboot (or if you restart the networking scripts or bring down/up the interface), and specifying DHCP_KEEPRESOLV[0]="yes" in /etc/rc.d/rc.inet1.conf does not work (it does pass the right option to dhcpcd but it has no effect...). If you need to keep resolv.conf from getting overwritten (to make the modification permanent) then the following (as root) will work:
Code:

# chattr +i /etc/resolv.conf
If at any time you do need to edit the file then you will need to reverse that with
Code:

# chattr -i /etc/resolv.conf

cesarion76 05-21-2013 10:09 PM

With konqueror is the same thing. Disabled ipv6 in firefox, still the same.

/etc/hosts
Code:

# For loopbacking.
127.0.0.1              localhost
127.0.0.1              cesarion.bianca.org cesarion

/etc/resolv.conf

Code:

# Generated by NetworkManager
nameserver 10.0.0.2
nameserver 192.168.1.1

Code:

$ ping google.com
PING google.com (181.15.96.84) 56(84) bytes of data.
64 bytes from host84.181-15-96.telecom.net.ar (181.15.96.84): icmp_req=1 ttl=58 time=14.8 ms
64 bytes from host84.181-15-96.telecom.net.ar (181.15.96.84): icmp_req=2 ttl=58 time=15.3 ms
64 bytes from host84.181-15-96.telecom.net.ar (181.15.96.84): icmp_req=3 ttl=58 time=16.2 ms
64 bytes from host84.181-15-96.telecom.net.ar (181.15.96.84): icmp_req=4 ttl=58 time=15.1 ms
...
64 bytes from host84.181-15-96.telecom.net.ar (181.15.96.84): icmp_req=24 ttl=58 time=15.5 ms
64 bytes from host84.181-15-96.telecom.net.ar (181.15.96.84): icmp_req=25 ttl=58 time=14.6 ms
^C
--- google.com ping statistics ---
25 packets transmitted, 25 received, 0% packet loss, time 24030ms
rtt min/avg/max/mdev = 14.380/15.104/16.218/0.471 ms


mrclisdue 05-22-2013 04:28 AM

Quote:

Originally Posted by cesarion76 (Post 4956209)
/etc/resolv.conf

Code:

# Generated by NetworkManager
nameserver 10.0.0.2
nameserver 192.168.1.1


I'm not familiar with your network topology, but I'm assuming that 192.168.1.1 is the router. What is 10.0.0.2 ? Just to eliminate /etc/resolv.conf as a culprit, could you try T3slider's suggestion to substitute google's nameserver for the ones generated by NM?

cheers,

cesarion76 05-22-2013 05:20 PM

10.0.0.2 is my adsl modem.

mrclisdue 05-23-2013 04:44 AM

hmmm...what's your machine's ip?

$ /sbin/ifconfig

Assuming it's in the 192.168.1.xxx subnet makes the 10.0.0.2 a bit curious since NM wouldn't be aware of the 10.0.0.xxx subnet, however I digress a touch and I'm venturing out of my league, anticipating a blindside bodycheck any moment now. (edit: nm woulld know via dhcp.)

as root, edit /etc/resolv.conf thusly:

Code:

# Generated by NetworkManager
# nameserver 10.0.0.2
nameserver 8.8.8.8
nameserver 192.168.1.1

Also, clear any caches in your browser, then give it a shot. If no difference, it reduces the chance that resolv.conf is the issue.

cheers,

cwizardone 05-23-2013 09:46 AM

There is a discussion on disabling ipv6 in this thread,

http://www.linuxquestions.org/questi...us-4175441796/

in post #8, i referenced this link, https://help.ubuntu.com/community/We...ngSlowIPv6IPv4

Instead of blacklisting I use a simple text file named, ipv6.conf and placed it in the /etc/modprobe.d directory. That has worked very well. The file says,

options ipv6 disable=1

You may have to reboot for it to take effect.

Thanks to board member acummings for pointing me in the right direction.

cesarion76 05-23-2013 01:45 PM

ifconfig returns this

Code:

bash-4.2# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:13:8f:a3:37:1c  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

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 0  (Local Loopback)
        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

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.100  netmask 255.255.255.0  broadcast 192.168.1.255
        ether f4:ec:38:fd:24:49  txqueuelen 1000  (Ethernet)
        RX packets 2786  bytes 2196553 (2.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2874  bytes 545126 (532.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

edited
Code:

/etc/resolv.conf
also disable ipv6 and still the same.

Let me point out that if using the 3.2.29 kernel in -current I can connect no
problem at all. Can it be a problem with the 3.8.13 kernel or a configuration
error in my side?

manwichmakesameal 05-23-2013 06:34 PM

What happens if you just try to ping the websites in question? Do you get anything back? Do they resolve? What do you get when you:
Code:

nslookup domainyoucantreach

cesarion76 05-24-2013 03:50 PM

Quote:

Originally Posted by manwichmakesameal (Post 4957632)
What happens if you just try to ping the websites in question? Do you get anything back? Do they resolve? What do you get when you:
Code:

nslookup domainyoucantreach

I get this:

Code:

bash-4.2$ nslookup facebook.com
Server:        10.0.0.2
Address:        10.0.0.2#53

Non-authoritative answer:
Name:  facebook.com
Address: 173.252.110.27


soulshadow 05-24-2013 05:41 PM

Well, if it's ONLY a problem when using the 3.8.13 kernel then it's most likely related to the kernel. You could try recompiling the 3.8.13 kernel yourself or it could just be a driver issue in the newer 3.8.13. Have you checked your logs and dmesg for any errors? Either way, if 3.2.29 is stable, works, and does everything you need then I would just stick with that for now. Maybe try the next kernel upgrade when it hits -current. If you read through enough slackware changelogs you'll notice a lot of "sticking with older kernel because newer kernel is too buggy" type of entries.

manwichmakesameal 05-24-2013 06:10 PM

Quote:

Originally Posted by cesarion76 (Post 4958376)
I get this:

Code:

bash-4.2$ nslookup facebook.com
Server:        10.0.0.2
Address:        10.0.0.2#53

Non-authoritative answer:
Name:  facebook.com
Address: 173.252.110.27


You've only answered one of my questions. What happens if you try to ping the offending domains? Do you get a response? Have you tried to change your resolv.conf?

cesarion76 05-24-2013 09:44 PM

Quote:

Originally Posted by soulshadow (Post 4958425)
Well, if it's ONLY a problem when using the 3.8.13 kernel then it's most likely related to the kernel. You could try recompiling the 3.8.13 kernel yourself or it could just be a driver issue in the newer 3.8.13. Have you checked your logs and dmesg for any errors? Either way, if 3.2.29 is stable, works, and does everything you need then I would just stick with that for now. Maybe try the next kernel upgrade when it hits -current. If you read through enough slackware changelogs you'll notice a lot of "sticking with older kernel because newer kernel is too buggy" type of entries.

I just installed the 3.2.45 kernel and it's all back to normal again. No issues, can play youtube videos and post to LQ :)

So I' m guessing it's the new kernel not getting along with something.

I'll check the logs

cesarion76 09-24-2013 10:49 PM

Problem with youtube, LQ, facebook,etc in -current
 
Just switched to -current (from 14.0) and still the same problem :(

I can't post to LQ from the PC, so I'm using my android phone for replays.

Used every browser (firefox, chrome, konkeror, Seamonkey) and is the same thing.

When I enter www.facebook.com it won't load the page . If I delete the cookies, the next attempt loads the page and a few updates but nothing more.

On www.youtube.com the selected video just won't play.

Going back to kernel 3.2.45 isn't an option I think.

Can this be a kernel alone problem?

jon lee 09-25-2013 09:38 AM

Obviously they're making some changes to the google kernel/prism.

Edit: A pretty good place to look would be xtables, but you could do a diff and find out for sure.

frankbell 09-25-2013 08:57 PM

I have no problems accessing those sites in --Current.

Try traceroute, as in

Code:

traceroute youtube.com
It may give you some hint as to where along the way the connection is failing.

Afterthought:

Try starting your browser from the command line, then going to the sites. It's possible some useful error messages will appear in the terminal.

cesarion76 09-26-2013 09:20 PM

# traceroute facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *

cesarion76 09-26-2013 09:36 PM

Problem with youtube, LQ, facebook,etc in -current
 
runinng in console outputs this

$ firefox

(process:1779): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
NOTE: child process received `Goodbye', closing down

Skaperen 09-26-2013 10:06 PM

This post MAY be a duplicate. I made a post but it never showed up. Anyway, trying again:

Are there any web sites you CAN get to? You do seem to be getting DNS answers.

Can you show your route table with the "ip route show" command and the "ip route get 173.252.110.27" commands? Your empty traceroute suggests a lack of a default route. Try "ip route rep default 192.168.1.1" (assuming that is your gateway) and see if that helps.

Can you try a connection directly by ethernet instead of wifi? There might be too-small MTUs on the wifi AP.

Edit:

Also try this web page: http://slackware.slashusr.com/isos/

jon lee 09-26-2013 11:51 PM

Quote:

Originally Posted by cesarion76 (Post 5035674)
runinng in console outputs this

$ firefox

(process:1779): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
NOTE: child process received `Goodbye', closing down

I had the same glib error (post #5)
http://www.linuxquestions.org/questi...-a-4175476903/

I also had problems with clementine because of glib.
http://www.linuxquestions.org/questi...me-4175478675/

Quote:

16:38:44.511 ERROR logging:55 gtype.c:2722: You forgot to call g_type_init()
16:38:44.513 ERROR logging:55 g_once_init_leave: assertion `result != 0' failed
16:38:44.518 ERROR logging:55 gtype.c:2722: You forgot to call g_type_init()
16:38:44.518 ERROR logging:55 g_once_init_leave: assertion `result != 0' failed
16:38:44.519 ERROR logging:55 g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)'
Now if you notice, one of the requirements of consolekit is dbus-glib.
http://www.linuxfromscratch.org/blfs...onsolekit.html

I'll leave the rest to conjecture...

ponce 09-27-2013 12:39 AM

Quote:

Originally Posted by cesarion76 (Post 5035669)
# traceroute facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
1 * * *

maybe it's a problem with your gateway/router: please post the present output of
Code:

netstat -rn
and
Code:

/sbin/ifconfig wlan0

cesarion76 09-27-2013 05:16 PM

Code:

# ip route rep default 192.168.1.1
Error: either "to" is duplicate, or "192.168.1.1" is a garbage.

Code:

# netstat -rn
Kernel IP routing table
Destination    Gateway        Genmask        Flags  MSS Window  irtt Iface
0.0.0.0        192.168.1.1    0.0.0.0        UG        0 0          0 wlan0
127.0.0.0      0.0.0.0        255.0.0.0      U        0 0          0 lo
192.168.1.0    0.0.0.0        255.255.255.0  U        0 0          0 wlan0
192.168.1.0    0.0.0.0        255.255.255.0  U        0 0          0 wlan0
192.168.1.100  127.0.0.1      255.255.255.255 UGH      0 0          0 lo

Code:

# ifconfig wlan0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.100  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::b6ae:36ff:fe83:e281  prefixlen 64  scopeid 0x20<link>
        ether b4:ae:36:83:e2:81  txqueuelen 1000  (Ethernet)
        RX packets 23687  bytes 25612929 (24.4 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 21560  bytes 3763993 (3.5 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Code:

# ip route show
default via 192.168.1.1 dev wlan0  proto static
127.0.0.0/8 dev lo  scope link
192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100  metric 9
192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100  metric 303
192.168.1.100 via 127.0.0.1 dev lo  metric 303

Code:

# ip route get 173.252.110.27
173.252.110.27 via 192.168.1.1 dev wlan0  src 192.168.1.100


frankbell 09-27-2013 08:40 PM

That is very odd outpuf to traceroute, as it does not identify any of the hops.

I would expect to see something like this:

Code:

$ traceroute facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
 1  router.belkin (192.168.2.1)  2.977 ms  2.960 ms  2.945 ms
 2  10.5.48.1 (10.5.48.1)  10.799 ms  11.763 ms  16.060 ms
 3  68.10.8.213 (68.10.8.213)  17.368 ms  17.364 ms  17.359 ms
 4  68.10.8.229 (68.10.8.229)  48.557 ms  17.284 ms  48.515 ms
 5  68.1.4.139 (68.1.4.139)  22.109 ms  23.045 ms *
 6  xe-10-0-0.pr01.iad1.tfbnw.net (103.4.97.9)  27.779 ms  22.920 ms  23.877 ms
 7  ae2.bb01.iad1.tfbnw.net (204.15.20.120)  27.156 ms ae1.bb02.iad1.tfbnw.net (74.119.79.204)  18.318 ms ae2.bb01.iad1.tfbnw.net (204.15.20.120)  59.748 ms
 8  ae8.bb04.frc1.tfbnw.net (31.13.24.95)  46.535 ms ae8.bb03.frc1.tfbnw.net (31.13.24.88)  36.694 ms  36.692 ms
 9  ae2.dr04.frc1.tfbnw.net (31.13.27.82)  35.516 ms ae39.dr02.frc1.tfbnw.net (31.13.27.57)  32.156 ms ae1.dr01.frc1.tfbnw.net (31.13.24.15)  39.524 ms
10  * * *
11  * * *
12  edge-star-shv-13-frc1.facebook.com (173.252.110.27)  31.018 ms  26.242 ms *

I found a thread on the Ubuntu forums about this sort of uninformative output from traceroute and it suggested trying the following; you may need root privileges to do this:

Code:

traceroute -I -n facebook.com

cesarion76 09-27-2013 11:05 PM

Problem with youtube, LQ, facebook,etc in -current
 
Quote:

That is very odd outpuf to traceroute, as it does not identify any of the hops.
This seems to print something:

Code:

# traceroute -I -n facebook.com
traceroute to facebook.com (173.252.110.27), 30 hops max, 60 byte packets
 1  10.0.0.2  3.854 ms  4.211 ms  4.549 ms
 2  10.0.0.2  6.552 ms  6.872 ms  7.288 ms
 3  * 200.3.60.14  15.066 ms  16.629 ms
 4  200.117.79.129  23.024 ms  26.147 ms  26.758 ms
 5  190.226.171.253  39.083 ms  39.556 ms  40.242 ms
 6  190.225.252.166  34.563 ms  31.323 ms  42.651 ms
 7  195.22.220.53  31.852 ms  35.643 ms  35.722 ms
 8  195.22.199.5  172.473 ms * *
 9  * * 89.221.41.81  155.750 ms
10  204.15.20.238  205.978 ms  206.915 ms  286.392 ms
11  31.13.24.24  279.552 ms  281.077 ms  282.874 ms
12  31.13.24.19  275.165 ms  276.417 ms  274.436 ms
13  * * *
14  * * *
15  173.252.110.27  220.288 ms  213.782 ms  220.738 ms


ponce 09-28-2013 01:32 AM

I think there's something wrong with your network configuration: have you configured it in more than one way? If you use network manager you shouldn't add any configuration to /etc/rc.d/rc.inet1.conf or other files.
I say this because I see double routes in your routing table...

you said that your adsl modem is 10.0.0.2, but it seems your gateway, that also seems to give you your address and through which your traffic seems to flow, is 192.168.1.1: which kind of device is this? can you describe your network topology a little bit deeper?

cesarion76 09-30-2013 09:40 PM

I 'd managed to reinstall the stock (14.0) kernel 3.2.29 with the respective modules, along side the 3.10.12 from current. Booting in to kernel 3.2.29 an the problem is gone, can enter youtube and facebook again. And again I can post to LQ :)

Running some of the command previously given I noticed this:

kernel 3.2.29 (Slack 14.0)
Code:

#ip route show
default via 192.168.1.1 dev wlan0  proto static
127.0.0.0/8 dev lo  scope link
192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100  metric 9
192.168.1.100 via 127.0.0.1 dev lo  metric 303

kernel 3.10.12 (Slack -current)
Code:

# ip route show
default via 192.168.1.1 dev wlan0  proto static
127.0.0.0/8 dev lo  scope link
192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100  metric 9
192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100  metric 303 #is this normal?
192.168.1.100 via 127.0.0.1 dev lo  metric 303

Quote:

I think there's something wrong with your network configuration: have you configured it in more than one way? If you use network manager you shouldn't add any configuration to /etc/rc.d/rc.inet1.conf or other files.
I say this because I see double routes in your routing table...

you said that your adsl modem is 10.0.0.2, but it seems your gateway, that also seems to give you your address and through which your traffic seems to flow, is 192.168.1.1: which kind of device is this? can you describe your network topology a little bit deeper?
/etc/rc.d/rc.inet1.conf is unedited. It 's all configured through Network Manager.

10.0.0.2 is my ADSL modem
192.168.1.1 is my wireless

ponce 09-30-2013 11:30 PM

Code:

192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100  metric 303 #is this normal?
192.168.1.100 via 127.0.0.1 dev lo  metric 303

to me it seems these two are not normal: check if you activated some special options in network manager (I cannot be of much help with its configuration as I don't use it).

could be also something related to your wireless chipset that doesn't work well with your wireless router with recent kernels trying to associate with it using the 802.11n protocol instead of g, found some similar reports: try to switch to 802.11g for connecting.

cesarion76 05-29-2014 01:57 PM

ath5k driver suspected to be the problem
 
Still using kernel 3.2.29 on slack14.1 to access websites, but... :)

After a long time I've found this funky thing with ath5k driver happening with 3.2.17 through 3.14.4 -current kernel, maybe some of you can nail this.

Running 3.2.29 kernel using the following commands

Code:

# dmesg |grep ath
and
Code:

dmesg |grep 80211
Print out this

Code:

bash-4.2# dmesg |grep ath
[    4.883722] md: multipath personality registered for level -4
[    8.942185] ath5k 0000:02:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    8.943485] ath5k 0000:02:06.0: registered as 'phy0'
[    9.448041] ath: EEPROM regdomain: 0x809c
[    9.448044] ath: EEPROM indicates we should expect a country code
[    9.448046] ath: doing EEPROM country->regdmn map search
[    9.448048] ath: country maps to regdmn code: 0x52
[    9.448050] ath: Country alpha2 being used: CN
[    9.448051] ath: Regpair used: 0x52
[    9.448276] ath5k phy0: Atheros AR2417 chip found (MAC: 0xf0, PHY: 0x70)

bash-4.2# dmesg |grep 80211
[    8.836986] cfg80211: Calling CRDA to update world regulatory domain
[    9.448153] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.744983] cfg80211: World regulatory domain updated:
[    9.745031] cfg80211:    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    9.745082] cfg80211:    (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.745131] cfg80211:    (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    9.745179] cfg80211:    (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    9.745227] cfg80211:    (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.745274] cfg80211:    (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    9.745536] cfg80211: Calling CRDA for country: CN
[    9.747312] cfg80211: Regulatory domain changed to country: CN
[    9.747357] cfg80211:    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    9.747409] cfg80211:    (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    9.747455] cfg80211:    (5735000 KHz - 5835000 KHz @ 40000 KHz), (N/A, 3000 mBm)

No error and the access to all websites works

Now, with 3.10.17 through 3.14.4 kernel

the same commands prints this

Code:

bash-4.2# dmesg |grep ath 
[    4.011482] md: multipath personality registered for level -4
[    8.250734] ath5k 0000:02:06.0: registered as 'phy0'
[    8.762735] ath: EEPROM regdomain: 0x809c
[    8.762737] ath: EEPROM indicates we should expect a country code
[    8.762739] ath: doing EEPROM country->regdmn map search
[    8.762740] ath: country maps to regdmn code: 0x52
[    8.762742] ath: Country alpha2 being used: CN
[    8.762743] ath: Regpair used: 0x52
[    8.763073] ath5k: phy0: Atheros AR2417 chip found (MAC: 0xf0, PHY: 0x70)
[  26.027109] ath5k 0000:02:06.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[  26.027116] ath5k 0000:02:06.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[  47.160957] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[  153.266671] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[  236.349687] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[  459.575712] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 1540.668349] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 2501.639570] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 2621.761668] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 2741.882338] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 2862.004366] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 2982.125126] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 3342.489705] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 3462.610718] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 3822.975828] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 3943.097208] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 4183.339507] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 4303.461073] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 4423.582726] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 4663.825599] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 4904.067332] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 5144.310687] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 5264.432187] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 5504.674424] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 5624.795903] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 5744.917317] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 5865.038585] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 5985.160550] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 6105.282054] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 6225.402886] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 6345.524760] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 6705.888323] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 6826.009830] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 6946.131427] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 7186.375190] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 7306.496154] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 8027.224586] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 8387.588074] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 8507.709468] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 8627.830588] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 8868.074599] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 8988.195138] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 9108.317449] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[ 9348.560196] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 9468.681639] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 9708.924386] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[ 9949.166285] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[10189.409530] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[10309.530605] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[10549.773747] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[10790.016145] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[10910.138351] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[11030.258910] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[11150.380701] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[11270.502181] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[11630.866554] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[11750.987830] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[11871.109029] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[12111.351473] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[12231.472802] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[12351.594290] ath5k: ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000
[12471.716020] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
[12832.080303] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000

bash-4.2# dmesg |grep 80211
[    7.397622] cfg80211: Calling CRDA to update world regulatory domain
[    8.411205] cfg80211: World regulatory domain updated:
[    8.412519] cfg80211:  DFS Master region: unset
[    8.412551] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    8.414860] cfg80211:  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.416073] cfg80211:  (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    8.417264] cfg80211:  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    8.418431] cfg80211:  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.419590] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.762872] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    8.763049] cfg80211: Calling CRDA for country: CN
[    8.764912] cfg80211: Regulatory domain changed to country: CN
[    8.764920] cfg80211:  DFS Master region: unset
[    8.764922] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    8.764926] cfg80211:  (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    8.764930] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (N/A, 3000 mBm)

Can it be some kind of driver or kernel error?

PS: I' ve posted in this old thread instead of starting a new one. If some moderator thinks this topic needs a new one please let me know. THX

cesarion76 06-26-2014 10:05 AM

Just changed my adsl modem and the problems are gone. Full on speed and connections with the offending domains are ok. So this is solved, at last! :)


All times are GMT -5. The time now is 03:27 PM.