LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-04-2007, 03:50 AM   #1
meowmeow
LQ Newbie
 
Registered: Feb 2007
Posts: 4

Rep: Reputation: 0
Konqueror connects to Internet, other browsers don't


I can't seem to find a solution for my problem after many hours of searching. I can access the internet through Konqueror, but not through any other installed browser (iceweasel, epiphany). It connects to download updates or to install new applications as well. I would like to be able to use a different browser than Konqueror & know why it won't connect through the others.

I have just installed Debian (kernel 2.6.18-3-amd64) running KDE (3.5.5). I am running a Biostar GeForce 6100-M9 w/ AMD 64 Athalon 2.4Ghz processor, Realtek RTL8201BL onboard ethernet, DSL modem Actiontec GT701R. I am pretty new to linux & I know virtually nothing about networking.

Code:
# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
default         dslmodem.domain 0.0.0.0         UG    0      0        0 eth0
Code:
# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:E0:4D:0B:CA:B3
          inet addr:192.168.0.4  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:4dff:fe0b:cab3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:31189 errors:0 dropped:0 overruns:0 frame:0
          TX packets:31482 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:27805372 (26.5 MiB)  TX bytes:4048854 (3.8 MiB)
          Interrupt:225 Base address:0xe000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)

I wouldn't be posting here if I could have found a solution to my exact problem (or just have figured it out). Any help is much appreciated & I hope this information can help others. Thank you.
 
Old 02-04-2007, 07:01 AM   #2
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
If you can download off the internet via Konqueror, never mind the ethernet or anything related, because you have a solid network connection with your ISP. These other browsers, to the best of my knowledge, (which is minimal at best), are light weight browsers that need not be installed on your system based on the hardware specs you supply/identify.
I'm no expert with the latest and "Greatest" Debian technology, did you upgrade to this kernel version with the Debian genius package manager dpkge or whatever it is ? (no pun intended, as I forgot what it is, but I know it is proficient).

Personally!

I would just un-install those junk (sorry, light weight) browsers and download and install firefox 2 with the hardware you have unless you are running a server that uses the majority of your computer's resources.

It's been awhile since I played with my Debian Sarge, so I'm a little frosted on the subject. BUT! to download and install updates through Konqueror..........has me puzzled. (Could be the Beet wine, have you ever tried Beet wine, it's fabulous) Any way..........????........????...........AHA!

Maybe........those other beloved browsers are 32 bit, and have a problem with your 64 bit setup.

Yeah! Konqueror is kind of boring, I hear you.

If you want Firefox 2 install instructions, I can help.
 
Old 02-04-2007, 10:17 AM   #3
dgar
Member
 
Registered: Jun 2005
Location: Candia, NH
Distribution: Ubuntu, FC, RHE3, RHE4, CentOS
Posts: 121

Rep: Reputation: 15
Both of those lightweight browsers use the gecko engine, IIRC. You need mozilla or firefox installed?

sudo apt-get install firefox*
 
Old 02-04-2007, 11:37 AM   #4
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Iceweasel IS Firefox.

Are you using a proxy?

If so you have to set Iceweasel to use it while Konqueror uses your system proxy settings.

Try using links or some other lightweight browser like dillo.
 
Old 02-04-2007, 10:21 PM   #5
meowmeow
LQ Newbie
 
Registered: Feb 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Junior Hacker
If you want Firefox 2 install instructions, I can help.
I tried apt-get install firefox, but it didn't seem to work. I would appreciate installation instructions.
 
Old 02-04-2007, 10:54 PM   #6
meowmeow
LQ Newbie
 
Registered: Feb 2007
Posts: 4

Original Poster
Rep: Reputation: 0
I found that when I apt-get installed firefox, it installs iceweasel. I gather that they are the same thing. I also found that it will load debian.org & linuxquestions.org, but no other site I have tried.
 
Old 02-05-2007, 10:51 AM   #7
dgar
Member
 
Registered: Jun 2005
Location: Candia, NH
Distribution: Ubuntu, FC, RHE3, RHE4, CentOS
Posts: 121

Rep: Reputation: 15
...ok that's the craziest thing I've heard in a while.
Is there is difference 'seeing' http://slashdot.org vs http://slashdot.com ?
What's the contents of /etc/nsswitch.conf and /etc/resolv.conf?
 
Old 02-05-2007, 01:53 PM   #8
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
Debian has the tightest security, possibly security settings prevent you from doing allot of things.
 
Old 02-05-2007, 04:30 PM   #9
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Tr readint this thread :
Two hardware-related problems with Knoppix 5.0.1 - Knoppix.net
http://www.knoppix.net/forum/viewtopic.php?t=25578

Especially the long post by Harry.


The problem with Firefox/Iceweasel may be with IPv6 ("Internet Protocol version 6"). To disable IPv6, change the preference network.dns.disableIPv6 from "false" to "true" . Here are the steps:

1. Type about:config in the address bar, press Enter.
2. Find network.dns.disableIPv6 in the list.
3. Right-click -> Toggle.
4. Restart Firefox/Mozilla Suite and try again.

If this doesn't work, re-enable IPv6 by resetting the preference to "false".

Last edited by craigevil; 02-05-2007 at 04:38 PM.
 
Old 02-11-2007, 03:42 AM   #10
meowmeow
LQ Newbie
 
Registered: Feb 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by craigevil
The problem with Firefox/Iceweasel may be with IPv6 ("Internet Protocol version 6"). To disable IPv6, change the preference network.dns.disableIPv6 from "false" to "true" . Here are the steps:

1. Type about:config in the address bar, press Enter.
2. Find network.dns.disableIPv6 in the list.
3. Right-click -> Toggle.
4. Restart Firefox/Mozilla Suite and try again.
This has fixed my problem. Thank you all for your help!
 
  


Reply

Tags
debian, firefox, iceweasel, internet, kde, konqueror



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Proxy settings location for Firefox, Opera, Konqueror browsers peter88 Linux - General 4 11-23-2006 11:30 PM
Only amsn and konqueror connects to the internet Login Linux - Networking 7 05-07-2006 02:56 PM
How to cut and paste images using Firefox or konqueror web browsers izquierdista Linux - Software 2 04-14-2005 04:33 AM
Konqueror Tool browsers missing! crab_2004 Linux - Software 1 10-27-2003 08:15 PM
what's wrong with my browsers... galeon, konqueror doublefailure Linux - Software 6 11-16-2002 08:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration