Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network Detected, No Internet Connection
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Fri Sep 18, 2009 10:19 pm    Post subject: Network Detected, No Internet Connection Reply with quote

Hi,
I've picked up an older desktop PC to experiment with Gentoo on. All the hardware works (tested with WinXP before I wiped it). My eth0 is detected, but I get no internet connection. My Ubuntu laptop works with this connection, and I've tried every option in the Gentoo Handbook besides manual (I'm not quite that technically savvy to get the all the different addresses and such). The only action in the ifconfig output i get is that TX packets have 93 errors, and carrier: 93. Everything else is zeroed. This is the only thing stopping me from continuing my minimal install. I'd appreciate any help.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 19, 2009 1:59 am    Post subject: Reply with quote

Is it the cd that will not connect using net-setup or have you done an install already that won't connect???
If cd which cd are you using?
If you have the ubuntu cd see if it will boot and connect.
Back to top
View user's profile Send private message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Sun Sep 20, 2009 3:52 am    Post subject: Reply with quote

My install CD is install-x86-minimal-20090915.iso and the computer won't run my Ubuntu or Xubuntu CD past their bootup menus, for some reason. The Gentoo minimum install runs fine, and I should have enough RAM to run Xubuntu (192 MB). I've used the live CD to format and partition the hard drive, but I was stopped by the network issues.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Sep 20, 2009 4:16 am    Post subject: Reply with quote

boot the minimal cd and run
Code:
lspci -k

you should see one or two entries in the out put that contain "ethernet" please note the make and model of the card.
the next entry should be a driver
the next may list kernel modules

pls post make model driver modules, as available, here.

check BIOS and do away with any power saving or green or disable settings on your nic.

if you have another ethernet cable you might swap; if not swap the ends around.

another possibility is trying a sysresccd http://www.sysresccd.org/Download.
Back to top
View user's profile Send private message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Sun Sep 20, 2009 8:22 pm    Post subject: Reply with quote

Code:
01:0d.0 Ethernet controller: MYSON Technology Inc SURECOM EP-320X-S 100/10M Ethernet PCI Adapter
         Kernel driver in use: fealnx
         Kernel modules: fealnx
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Sep 21, 2009 5:31 am    Post subject: Reply with quote

you booted cd, ran
Code:
net-setup eth0

answered questions with:
yes
2-my network is wired
1-use dhcp

when you then ran ifconfig did eth0 have an ipaddress?

run
Code:
ifconfig eth0 down
ifconfig eth0 up
any messages?
run
Code:
dmesg
look for errors/warnings concerning eth0 dhcp networking

are you connected to a router? does it screen mac addresses?
Back to top
View user's profile Send private message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Mon Sep 21, 2009 3:39 pm    Post subject: Reply with quote

For both eth0 up and down there were no messages, and ifconfig doesn't show an IP address. My internet connection is a little complicated, as I'm living in a college fraternity house that is in turn wired to our campus-wide network. Since there's two ethernet ports per room (no wireless), I would assume that there's a wired router somewhere around here. My ethernet cable works fine with my Xbox 360, so it might be possible that there's a problem with the ethernet port on this computer. However, my ethernet showed up in the dmesg output.

Code:
fealnx.c:v2.52 Sep-11-2006
fealnx 0000:01:0d.0: enabling device (0014 -> 0017)
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ10
PCI: setting IRQ 10 as level-triggered
fealnx 0000:01:0d.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
eth0: 100/10M Ethernet PCI Adapter at 00013000, 00:02:2a:c0:14:07, IRQ 10.
ACPI: Invalid PBLK length [5]

[/code]
The rest concerns ACPI being registered as a cooling device and power button.

[EDIT: fixed a typo in hand-typed output]
Back to top
View user's profile Send private message
octavsly
n00b
n00b


Joined: 22 Aug 2007
Posts: 23
Location: Eindhoven, HTC

PostPosted: Mon Sep 21, 2009 3:48 pm    Post subject: Reply with quote

What does
Code:
ethtool eth0
say?
Back to top
View user's profile Send private message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Mon Sep 21, 2009 3:56 pm    Post subject: Reply with quote

Code:

Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes:  10baseT/Half 10 baseT/Full
                                   100base T/Half 100base T/Full
Supports auto-negotiation: Yes
Advertised link modes: 10 baseT/Half 10 baseT/Full
                                  100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100MB/s
Duplex: Full
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: on
Current message level: 0x00000000 (0)
Link detected: yes
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Sep 21, 2009 4:08 pm    Post subject: Reply with quote

run
Code:
dhcpcd eth0
results?
Back to top
View user's profile Send private message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Mon Sep 21, 2009 4:14 pm    Post subject: Reply with quote

Code:

eth0: dhcpcd 4.0.13 starting
eth0: broadcasting for a lease
eth0: timed out
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Sep 21, 2009 6:14 pm    Post subject: Reply with quote

probably time to talk to the IT folks at the college. It appears the dhcp server does not want to give you a lease. Find a computer sci major who works there part time. :)
System rescue cd , ubuntu, knoppix cd's may implement dhcp client differently? They can be used to do an install just as well as a gentoo minimal, actually better since you can still use the machine for other things.
Back to top
View user's profile Send private message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Mon Sep 21, 2009 6:53 pm    Post subject: Reply with quote

haha fair enough. Thanks for the patience and advice. Forums like this are what make the Linux community great!
Back to top
View user's profile Send private message
octavsly
n00b
n00b


Joined: 22 Aug 2007
Posts: 23
Location: Eindhoven, HTC

PostPosted: Mon Sep 21, 2009 6:57 pm    Post subject: Reply with quote

If you have another linux PC you can configure it to give you an IP address and see if the dhcpc still works.

If you know the IP address the computer used to get you can try setting the IP address directly:
ifconfig eth0 xxx.xxx.xxx.xxx
Then you can try pinging xxx.xxx.xxx.254 or 1
Back to top
View user's profile Send private message
shrimpy89
n00b
n00b


Joined: 18 Sep 2009
Posts: 8
Location: Oxford, MS

PostPosted: Mon Sep 21, 2009 7:21 pm    Post subject: Reply with quote

I tried the last method, and at first it seemed to work

Code:
56(84) bytes of data.


Then it followed with

Code:
 From xxx.xx.xxx.xx icmp=* Destination Host Unreachable


where the above asterisk is 1 through until I killed the process at 90.
My universities servers run Unix/Linux, so I'll take Donahue's suggestion of emailing IT. I'll include a link to this forum to help them out. In the meantime, if anybody reading has another suggestion, I'm always ready to try it. I learn more by typing the instructions in myself than having someone else do it for me, after all. Thanks again!
Back to top
View user's profile Send private message
octavsly
n00b
n00b


Joined: 22 Aug 2007
Posts: 23
Location: Eindhoven, HTC

PostPosted: Mon Sep 21, 2009 7:36 pm    Post subject: Reply with quote

Try to configure the other ubuntu laptop as a dhcp server. Then connect the two PC's via any UTP cable (direct/crossover). I think the auto-negotiation feature will get the connection right. Then try again the dhcpcd comand. If you get an IP address then you definitely need to contact IT. If not then more research is necessary.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum