LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-25-2007, 08:07 AM   #1
micocoulier
LQ Newbie
 
Registered: Aug 2007
Posts: 15

Rep: Reputation: 0
Unhappy laptop downloads great but won't allow browsing...


Hi - Installed Kubuntu 7.04 on my Dell Inspiron 1300 laptop: no problem. Downloaded modem driver from Linuxant onto my desktop hard-drive, burned it onto a cd, installed it on laptop: no problem. Entered ISP phone number, log-in name and password into KPPP: modem dials and connects: no problem. While connected I installed the 915resolution package: no problem. BUT - and this is where I'm stumped - although I am connected to my ISP, Konqueror refuses to connect to ANY website. Error message always reads:

An error occurred while loading http://www.yahoo.com:
Could not connect to host http://www.yahoo.com/.

So I reinstalled Kubuntu and a Linux driver provided by Dell suggested by one of your moderators. Exactly the same scenario. I installed Ubuntu instead of Kubuntu, and installed both above-mentioned drivers one after the other. Exactly the same thing happened in both cases.

Being new to Linux, I am running out of straightforward options. Any ideas much appreciated. Mike
 
Old 08-25-2007, 08:12 AM   #2
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
What application are you using to connect?

Are you getting an IP address?
 
Old 08-26-2007, 12:30 PM   #3
micocoulier
LQ Newbie
 
Registered: Aug 2007
Posts: 15

Original Poster
Rep: Reputation: 0
Browsing problem...

Quote:
Originally Posted by masonm View Post
What application are you using to connect?

Are you getting an IP address?
Thanks for responding. In Kubuntu I have been connecting with KPPP. Where do I look to see if I am getting an IP address? Mike
 
Old 08-26-2007, 05:04 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
run sudo ifconfig from the terminal
 
Old 08-27-2007, 10:20 AM   #5
micocoulier
LQ Newbie
 
Registered: Aug 2007
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jay73 View Post
run sudo ifconfig from the terminal
Hi - done as you suggested; printout of result follows:

domi@laptop:~$ sudo ifconfig
Password:
eth0 Link encap:Ethernet HWaddr 00:14:22:A8:0E:77
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:19

eth0:avah Link encap:Ethernet HWaddr 00:14:22:A8:0E:77
inet addr:169.254.4.220 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:19

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:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2464 (2.4 KiB) TX bytes:2464 (2.4 KiB)

ppp0 Link encap:Point-to-Point Protocol
inet addr:213.78.117.66 P-t-P:172.26.131.160 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:42 errors:0 dropped:0 overruns:0 frame:0
TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:35640 (34.8 KiB) TX bytes:7481 (7.3 KiB)

Does this illuminate the problem in any way?
Your help is much appreciated. Mike
 
Old 08-27-2007, 11:34 AM   #6
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Let's see, can you ping yahoo?

ping -c 3 www.yahoo.com

Do any packages get dropped?
 
Old 08-28-2007, 11:42 AM   #7
micocoulier
LQ Newbie
 
Registered: Aug 2007
Posts: 15

Original Poster
Rep: Reputation: 0
ping

Quote:
Originally Posted by jay73 View Post
Let's see, can you ping yahoo?

ping -c 3 www.yahoo.com

Do any packages get dropped?
Hi - it looks as if they do! See below...

domi@laptop:~$ sudo ping -c 3 www.yahoo.com
PING www.yahoo-ht3.akadns.net (87.248.113.14) 56(84) bytes of data.
From 172.26.131.159 icmp_seq=1 Packet filtered
From 172.26.131.159 icmp_seq=2 Packet filtered
From 172.26.131.159 icmp_seq=3 Packet filtered

--- www.yahoo-ht3.akadns.net ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 10768ms

Thanks for your help and where do we go from here? Mike
 
Old 08-28-2007, 06:54 PM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Hmm, confusing. You haven't got a working connection right now but you did right after installing.

Try this:

sudo /etc/init.d/networking restart


This is not a permanent solution but more like a test to see whether it gets you anywhere at all.
 
Old 08-29-2007, 07:54 AM   #9
micocoulier
LQ Newbie
 
Registered: Aug 2007
Posts: 15

Original Poster
Rep: Reputation: 0
Restart...

Quote:
Originally Posted by jay73 View Post
Hmm, confusing. You haven't got a working connection right now but you did right after installing.

Try this:

sudo /etc/init.d/networking restart


This is not a permanent solution but more like a test to see whether it gets you anywhere at all.
Hi - Did as you suggest; feedback follows:

domi@laptop:~$ sudo /etc/init.d/networking restart
Password:
* Reconfiguring network interfaces... RTNETLINK answers: No such process
There is already a pid file /var/run/dhclient.eth0.pid with pid 5396
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:14:22:a8:0e:77
Sending on LPF/eth0/00:14:22:a8:0e:77
Sending on Socket/fallback
There is already a pid file /var/run/dhclient.eth1.pid with pid 5330
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth1/00:14:a5:8e:eb:d3
Sending on LPF/eth1/00:14:a5:8e:eb:d3
Sending on Socket/fallback
There is already a pid file /var/run/dhclient.eth0.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:14:22:a8:0e:77
Sending on LPF/eth0/00:14:22:a8:0e:77
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
SIOCSIFFLAGS: No such file or directory
There is already a pid file /var/run/dhclient.eth1.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFFLAGS: No such file or directory
SIOCSIFFLAGS: No such file or directory
Listening on LPF/eth1/00:14:a5:8e:eb:d3
Sending on LPF/eth1/00:14:a5:8e:eb:d3
Sending on Socket/fallback
receive_packet failed on eth1: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
send_packet: Network is down
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
RTNETLINK answers: Network is down
run-parts: /etc/network/if-up.d/avahi-autoipd exited with return code 2
eth2: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.eth2.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
eth2: ERROR while getting interface flags: No such device
eth2: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth2.
ath0: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.ath0.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
ath0: ERROR while getting interface flags: No such device
ath0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up ath0.
wlan0: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.wlan0.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0.
[ OK ]
domi@laptop:~$

I look forward to your comments, however I shall be on travel until Saturday. If you are kind enough to respond, please don't take my silence as a sign of lack of interest...
Best regards
Mike
 
  


Reply



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
Slackware 11 on Dell Laptop - works great mjohn8741 Slackware - Installation 1 06-28-2007 02:46 AM
-current+DLG+compiz working great on my laptop BCarey Slackware 1 05-28-2007 11:37 PM
XP Downloads Fast ... Ubuntu Downloads Slow :( Dinerty Ubuntu 2 07-23-2006 02:31 PM
Downloads karnevil9 Red Hat 1 11-06-2003 09:54 AM
downloads scrambled2k3 Linux - Newbie 3 02-21-2003 02:55 AM

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

All times are GMT -5. The time now is 03:19 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