Facebook Connect only timeouts on Ubuntu

0

0

I recently switched ISPs. One site I visit regularly includes the Facebook Connect JS on it's site - http://connect.facebook.net/en_US/all.js#xfbml=1

However, the browser is not downloading the file. Even though the source code loads for the site I don't see anything displayed until 10 minutes have passed and the connection times out.

I also have Windows installed on the same computer and the site seems to load fine.

Could there be a setting specific to Ubuntu that keeps trying to grab the file? I have tried installing the FacebookBlocker extension for Chrome but it doesn't make any difference.

EDIT: I am using DSL for the first time with Ubuntu and I think the problem may be with the DSL settings. It is not just the facebook file listed but sometimes other sites as well. Perhaps I need to adjust some settings with the DSL connection? Unfortunately, my ISP doesn't provide support for Linux.

Matt McCormick

Posted 2011-04-10T11:34:32.017

Reputation: 51

Answers

0

What browser are you using? Chrome? I've seen issues like this before and it's always to do with Facebook and not an end user. Just look at this: http://forum.developers.facebook.net/viewtopic.php?id=29702 and this: https://stackoverflow.com/questions/1344473/loading-lockup-on-internet-explorer it's all related to your issue.

My guess is "try" another browser and see if there's a notable difference or try to use wget from the terminal to get the file

wget http://connect.facebook.net/en_US/all.js#xfbml=1

^ I think.

n0pe

Posted 2011-04-10T11:34:32.017

Reputation: 14 506

This also just halts on awaiting response. I have edited the question to provide more info. – Matt McCormick – 2011-04-14T06:02:59.493

Even though your ISP doesn't 'support linux' you should still be able to access stuff like this.I doubt this has anything to do with your ISP. I'm afraid that's about as far as my knowledge goes on this subject. @harrymc seems to have suggested something good above. Good luck mate. – n0pe – 2011-04-14T12:06:43.937

0

There is no such thing as "ISP that doesn't support Linux". It just means that their Support doesn't answer questions about Linux, so that you have to do it yourself (which is a quite normal situation on Linux).

One possible explanation is possibly a driver problem for the DSL card. If a driver is not available (unlikely but possible), nothing stops you from using another DSL card that is better supported by Ubuntu.

Please post your card's make and model and those of your DSL router, as well as the driver you are currently using so we can check if a newer version is available. The best place to look is normally on the manufacturer's website.

harrymc

Posted 2011-04-10T11:34:32.017

Reputation: 306 093