LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-04-2005, 03:16 PM   #1
Mega-Hawk
LQ Newbie
 
Registered: Mar 2005
Posts: 11

Rep: Reputation: 0
No internet under linux but under windows?


Hey there...

For about 14 days ago I updated my linux, and after a reboot my Internet did't work any longer but when I restart in windows my Internet run perfectly.

Any one that can help me with that?

Btw. I run Debian on my computer
 
Old 09-04-2005, 04:23 PM   #2
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Need more info to sort this out. Please post here the output of:

lsmod

lspci

ifconfig

ping 64.233.179.104
 
Old 09-04-2005, 04:24 PM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,377

Rep: Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937
How are you connecting to the internet? Dial up, cable modem or DSL? Do you have a router? We need some details if we are to help out.
 
Old 09-06-2005, 06:13 AM   #4
Mega-Hawk
LQ Newbie
 
Registered: Mar 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by camorri
How are you connecting to the internet? Dial up, cable modem or DSL? Do you have a router? We need some details if we are to help out.
I have DSL and yes I have a router.

Then to the other things:

hawk@debian:~$ lsmod
Module Size Used by Not tainted
apm 8364 1 (autoclean)
rfcomm 25472 0 (autoclean)
l2cap 13040 2 (autoclean) [rfcomm]
parport_pc 19432 1 (autoclean)
lp 5540 0
parport 21608 1 [parport_pc lp]
af_packet 11048 1 (autoclean)
mousedev 3604 1
hid 19076 0 (unused)
input 3040 0 [mousedev hid]
hci_usb 7352 1
bluez 24580 3 [rfcomm l2cap hci_usb]
ehci-hcd 14796 0 (unused)
usb-ohci 16488 0 (unused)
usbcore 52268 1 [hid hci_usb ehci-hcd usb-ohci]
i810_audio 21372 0
ac97_codec 11252 0 [i810_audio]
soundcore 3268 2 [i810_audio]
ide-scsi 8272 0
forcedeth 7948 1
agpgart 39108 0 (unused)
sd_mod 10764 0 (autoclean) (unused)
scsi_mod 86020 2 (autoclean) [ide-scsi sd_mod]
vfat 8716 0 (autoclean)
fat 27576 0 (autoclean) [vfat]
dm-mod 36120 0 (unused)
ide-cd 27040 0
cdrom 26212 0 [ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 2 (autoclean)
jbd 34628 2 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
amd74xx 9636 1 (autoclean)
ide-disk 12416 2 (autoclean)
unix 12720 129 (autoclean)
ide-core 91832 2 (autoclean) [ide-scsi ide-cd ide-detect amd74xx ide-disk]
hawk@debian:~$




hawk@debian:~$ lspci
0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV5 [RIVA TNT2 Ultra] (rev 11)
0000:02:07.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
0000:02:07.3 USB Controller: ALi Corporation USB 2.0 Controller (rev 01)
hawk@debian:~$


hawk@debian:~$ ifconfig
bash: ifconfig: command not found

hawk@debian:~$ ping 64.233.179.104
connect: Network is unreachable


Hope you understand what all this means cause I dont hi hi
 
Old 09-06-2005, 06:22 AM   #5
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Rep: Reputation: 15
U might need to log in as root to get the output to ifconfig - a
 
Old 09-06-2005, 09:27 AM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,377

Rep: Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937
It appears to me you do not have a module loaded for your ethernet card. From the command lspci you can see your ethernet card is
Quote:
Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
I don't see any module ( driver) to talk to the card. You need to find out what driver supports your card and insert the module with insmod command. You will than have to configure the ethernet card.

You can run with DHCP with most routers. The router can assign an IP address to any host PC plugged into the router. You can also go with static IP addressing, you assign the IP addresses. You will need to assign a default route on your system. Point it at your routers IP address on your side. You may alos need to assign DNS addresses. Have a look at your windows system to see how you configured it. The IP addressing can be the same.

If you want to avoid command not found, you can either log in as root and run ifconfig, or type /sbin/ifconfig without logging in as root.
 
Old 09-06-2005, 09:33 AM   #7
Mega-Hawk
LQ Newbie
 
Registered: Mar 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by F0ul_Olli
U might need to log in as root to get the output to ifconfig - a

debian:/home/hawk# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:00:00:13:1C:BE
UP BROADCAST RUNNING MULTICAST MTU:0 Metric:1
RX packets:34 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12638 (12.3 KiB) TX bytes:1368 (1.3 KiB)
Interrupt:11 Base address:0x9000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:82 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5359 (5.2 KiB) TX bytes:5359 (5.2 KiB)

debian:/home/hawk#
 
Old 09-06-2005, 10:10 AM   #8
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,377

Rep: Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937Reputation: 937
eth0 does not have an IP address assigned. Here is what my eth0 looks like, with an IP address assigned.

/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 000:B7:26:B3:78
inet addr:192.168.1.13 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2d0:b7ff:fe26:b378/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17892 errors:0 dropped:0 overruns:0 frame:0
TX packets:24938 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16058756 (15.3 Mb) TX bytes:1777954 (1.6 Mb)
Interrupt:11 Base address:0xc000

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:134 errors:0 dropped:0 overruns:0 frame:0
TX packets:134 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8688 (8.4 Kb) TX bytes:8688 (8.4 Kb)

Note the field inet addr: 192.168.1.13 beside the hardware (MAC) address. That is not htere on your eth0.
As I said earlier, I don't think you have a drive loaded for your card.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Sharing internet from linux to windows Infernal211283 Linux - Newbie 4 01-01-2005 04:46 PM
Internet Slower in Linux than Windows njbrain Linux - Networking 18 04-29-2004 01:12 PM
Why is internet so much slower in Linux than windows? sh1ft Linux - Networking 1 03-21-2004 10:54 PM
Internet works with Windows but not Linux. costasm Linux - Networking 8 11-26-2003 12:08 PM
Linux/windows internet sharring dark_light Linux - Networking 5 09-27-2002 01:40 AM

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

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