LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-10-2005, 09:47 PM   #1
setcal
LQ Newbie
 
Registered: Jun 2005
Location: Logan, Utah
Distribution: Debian
Posts: 2

Rep: Reputation: 0
Can't Connect to the Internet (Actiontec Modem)


I have a linux/windows machine with a dual boot. Windows is connecting to the Internet just fine, but if I open a browser in Linux, I can't get to google or yahoo. A friend helped me set up a web server on the Linux computer. My room mate who is connecting to my same modem successfully accessed it.

I'm trying to connect to the Internet with DSL via ethernet. The modem is a gt701-wg actiontec modem.

After looking at another thread, I ran these commands:

lsmod
lspci
ifconfig -a
ping -c 4 127.0.0.1
ping -c 4 192.168.0.1

The output is below. If you can help, it would be VERY much appreciated. Thanks in advance!!

seth:/home/setcal# lsmod
Module Size Used by
nls_cp437 6016 1
ntfs 88788 1
ipv6 229892 19
af_packet 20872 4
analog 10784 0
parport_pc 33348 0
parport 37320 1 parport_pc
floppy 54992 0
tsdev 7168 0
mousedev 9996 2
psmouse 17800 0
evdev 9088 0
pcspkr 3816 0
rtc 12088 0
snd_via82xx 26660 2
snd_ac97_codec 59268 1 snd_via82xx
snd_pcm_oss 48168 0
snd_mixer_oss 16640 2 snd_pcm_oss
snd_pcm 85384 2 snd_via82xx,snd_pcm_oss
snd_timer 23172 1 snd_pcm
snd_page_alloc 11144 2 snd_via82xx,snd_pcm
gameport 4736 2 analog,snd_via82xx
snd_mpu401_uart 7296 1 snd_via82xx
snd_rawmidi 23204 1 snd_mpu401_uart
snd_seq_device 7944 1 snd_rawmidi
snd 50660 11 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixe r_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 9824 2 snd
8139cp 19072 0
shpchp 87148 0
pciehp 83948 0
pci_hotplug 30640 2 shpchp,pciehp
via_agp 8832 1
agpgart 31784 1 via_agp
ehci_hcd 27908 0
usblp 12032 0
uhci_hcd 29328 0
usbcore 104164 5 ehci_hcd,usblp,uhci_hcd
8139too 23936 0
mii 4864 2 8139cp,8139too
via_ircc 20368 0
irda 167360 1 via_ircc
crc_ccitt 2432 1 irda
capability 4872 0
commoncap 7168 1 capability
ide_cd 38176 0
cdrom 35740 1 ide_cd
ext3 109672 1
jbd 54552 1 ext3
ide_generic 1664 0
via82cxxx 12956 1
ide_disk 16768 5
ide_core 125028 4 ide_cd,ide_generic,via82cxxx,ide_disk
sd_mod 20480 0
ata_piix 7812 0
libata 36228 1 ata_piix
scsi_mod 115148 2 sd_mod,libata
unix 26036 450
font 8576 0
vesafb 6688 0
cfbcopyarea 3840 1 vesafb
cfbimgblt 3200 1 vesafb
cfbfillrect 3712 1 vesafb
seth:/home/setcal# lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
0000:00:0a.0 Modem: PCTel Inc: Unknown device 2189 (rev 03)
0000:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C /8139C+ (rev 10)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Contr oller (rev 80)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Contr oller (rev 80)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Contr oller (rev 80)
0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT82 3x/A/C PIPC Bus Master IDE (rev 06)
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8 237 AC97 Audio Controller (rev 50)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440 ] (rev a2)
seth:/home/setcal# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:08:75:01:13:8D
inet addr:192.168.0.7 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::208:75ff:fe01:138d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:85 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20470 (19.9 KiB) TX bytes:6118 (5.9 KiB)
Interrupt:11 Base address:0xd400

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

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

seth:/home/setcal# ping -c 4 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.042 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.043 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.043 ms

--- 127.0.0.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.042/0.044/0.051/0.008 ms
seth:/home/setcal# ping -c 4 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=1.14 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=0.752 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=255 time=0.732 ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=255 time=0.731 ms

--- 192.168.0.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 0.731/0.841/1.149/0.178 ms
 
Old 06-10-2005, 10:42 PM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Try running "dhclient eth0". Since you can ping the router (192.168.0.1 right?) then you have route or dns problems that dhclient should automatically take care of. To test try this ip 64.233.161.99, if it works and not www.google.com then it is a prob with dns.
 
  


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
Actiontec DSL Modem I can't connect SlowMindThinkin Linux - Newbie 17 11-27-2004 05:49 PM
ActionTec DSL Modem On works well using Wine and Internet Explorer bwkumiko Linux - Hardware 1 11-14-2004 06:58 AM
Can't connect to internet with my modem Ignorant_User Linux - Newbie 1 10-22-2004 01:15 PM
cannot connect to the internet with modem shams Linux - Software 2 03-26-2004 10:13 PM
can't connect to the internet via modem shams Linux - Software 3 03-17-2004 11:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:36 AM.

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