View previous topic :: View next topic |
Author |
Message |
DemoNsouL n00b
Joined: 17 Sep 2004 Posts: 4
|
Posted: Mon Sep 20, 2004 1:36 am Post subject: Internet problems after installation! |
|
|
I installed with stage1 and kernel-2.6.8-gentoo-r3. It was done with no errors, and when I rebooted after the installation, my internet wasnt working. I have found out that that my network card (Realtek) i installed is working, but I still cant get my internet working. I have a ADSL modem plugged into a router, and my computers plugged into my router. My 3 other computers (with windows) are using dhcp, and gets ip's automaticly. As I try to set iface_eth0="dhcp" and start it, it wont start. Neither will the dhcpcd work. One of my windows computers gets ip "192.168.2.101" so I tried to set iface_eth0="192.168.2.102". The eth0 started, but still didnt have internet. |
|
Back to top |
|
|
hanj Veteran
Joined: 19 Aug 2003 Posts: 1500
|
Posted: Mon Sep 20, 2004 2:46 am Post subject: |
|
|
Quote: | I have found out that that my network card (Realtek) i installed is working, but I still cant get my internet working. |
Is eth0 starting at boot?
Code: | /etc/init.d/net.eth0 status |
I'm thinking that you don't have support built into the kernel or built as module for your network card.
Can you post your output for the following:
Code: | rc-status
lspci
ifconfig |
Also, can you post your /etc/conf.d/net file
Thanks
hanj |
|
Back to top |
|
|
DemoNsouL n00b
Joined: 17 Sep 2004 Posts: 4
|
Posted: Mon Sep 20, 2004 2:54 am Post subject: |
|
|
rc-status:
local [started]
vixie-cron [started]
syslog-ng [started]
domainname [started]
net.eh0 [started]
netmount [started] (but can be started)
lcpci: command not found
ifconfig: finds "eth0" and "lo"
/etc/conf.d/net:
iface_eth0="192.168.2.102 broadcast 192.168.2.255 netmask 255.255.255.0"
gateway="eth0/192.168.2.1"
Last edited by DemoNsouL on Mon Sep 20, 2004 2:58 am; edited 1 time in total |
|
Back to top |
|
|
hanj Veteran
Joined: 19 Aug 2003 Posts: 1500
|
Posted: Mon Sep 20, 2004 2:57 am Post subject: |
|
|
Can you post the ifconfig output. Are you receiving an IP. Also, can you ping by IP? Could you also post the /etc/conf.d/net script
try:
instead of:
It maybe a DNS issue.
hanji |
|
Back to top |
|
|
DemoNsouL n00b
Joined: 17 Sep 2004 Posts: 4
|
Posted: Mon Sep 20, 2004 2:59 am Post subject: |
|
|
When pinging an ip i get "Destination Host Unreachable" |
|
Back to top |
|
|
DemoNsouL n00b
Joined: 17 Sep 2004 Posts: 4
|
Posted: Mon Sep 20, 2004 10:15 am Post subject: |
|
|
Please help. I dont understand why internet is failing. I had internet under the whole install with the 8139too module probed. But when booting into Gentoo with 8139too compiled into the kernel, it wont work. |
|
Back to top |
|
|
hotplainrice Tux's lil' helper
Joined: 25 Apr 2004 Posts: 92
|
Posted: Mon Sep 20, 2004 10:20 am Post subject: |
|
|
Your setup is recent so I think I have the same problem as yours.. Last night, I emerge the latest dhcpcd and now my wireless and my normal 8139too wont get an address from the dhcp server.. Now I have no idea how to revert back to the old dhcpcd.. SH*T!
t
EDIT: i have some odd prob with wireless which i fixed but 8139too wont dhcp |
|
Back to top |
|
|
iten n00b
Joined: 31 Jan 2004 Posts: 36
|
Posted: Wed Sep 22, 2004 1:53 am Post subject: |
|
|
EDIT: Never mind. _________________ Jabber-ID:iten@jabber.org |
|
Back to top |
|
|
mdemers883 n00b
Joined: 18 Sep 2003 Posts: 47 Location: NH
|
Posted: Wed Sep 22, 2004 1:56 pm Post subject: |
|
|
Well, I"m a total gentoo n00b. In fact I'm such a n00b that I don't even have a WM emerged yet but, I was having the same problem last night that you are having now. Post your /etc/conf.d/net file, after I posted that a member here told me what to alter. After I did that and started my dhcpcd I was good to go |
|
Back to top |
|
|
|