Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
jmitch171
n00b
n00b


Joined: 14 Aug 2003
Posts: 25
Location: pa

PostPosted: Thu Aug 14, 2003 12:20 am    Post subject: Network problems Reply with quote

First I will start with the fact that I am new to gentoo and linux.

I am up to the final network configuration and can't get any further. Network worked fine during the install but now it won't work. i have a linksys NIC that i think uses the "tulip" driver i guess.

Can anyone help get me going?

Thanks
Back to top
View user's profile Send private message
undrwater
Guru
Guru


Joined: 28 Jan 2003
Posts: 314
Location: Caucasia

PostPosted: Thu Aug 14, 2003 1:10 am    Post subject: Reply with quote

We can help!!

Please post what you've gotten so far, and if there are errors what are they?

you have to be as specific as possible so that we don't spend time typing up something you've already done ;)
_________________
Open-mindedness is painful...
Back to top
View user's profile Send private message
revresxunil
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2002
Posts: 129
Location: UW Madison

PostPosted: Thu Aug 14, 2003 1:42 am    Post subject: Reply with quote

see if tulip is running by issuing the command lsmod (list modules)

if its not, run modprobe tulip, then add tulip to /etc/modules.autoload

see if net.eth0 is started, /etc/init.d/net.eth0 status. if its not, then get your ethernet up by /etc/init.d/net.eth0 start

Otherwise, you most likely need to edit /etc/conf.d/net so that you are doing dhcp or static ip, and set the gateway.... net will have instructions right in the file.

That is hopefully what you need.
Back to top
View user's profile Send private message
jmitch171
n00b
n00b


Joined: 14 Aug 2003
Posts: 25
Location: pa

PostPosted: Thu Aug 14, 2003 2:49 am    Post subject: Reply with quote

I am following the installation guide and i am at the final network configuration.

i ran lsmod and there is nothing running

ran modprobe tulip and got an error:
modprobe: Can't locate module tulip

i think i am missing a module or something??
Back to top
View user's profile Send private message
revresxunil
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2002
Posts: 129
Location: UW Madison

PostPosted: Thu Aug 14, 2003 3:13 am    Post subject: Reply with quote

i see. You need to go into the kernel config and select it as a module so that it builds the tulip driver... then make modules modules_install
Back to top
View user's profile Send private message
jmitch171
n00b
n00b


Joined: 14 Aug 2003
Posts: 25
Location: pa

PostPosted: Thu Aug 14, 2003 3:15 am    Post subject: Reply with quote

which option sets it as a module?
Back to top
View user's profile Send private message
jmitch171
n00b
n00b


Joined: 14 Aug 2003
Posts: 25
Location: pa

PostPosted: Thu Aug 14, 2003 4:44 am    Post subject: Reply with quote

alright, i got the tulip driver in but everytime i try to emerge something it tells me Host not Found.
Back to top
View user's profile Send private message
revresxunil
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2002
Posts: 129
Location: UW Madison

PostPosted: Thu Aug 14, 2003 6:16 am    Post subject: Reply with quote

so you got it set as a module in the kernel config, did you recompile the kernel? after you do that, modprobe tulip, then run /etc/init.d/net.eth0
Back to top
View user's profile Send private message
revresxunil
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2002
Posts: 129
Location: UW Madison

PostPosted: Thu Aug 14, 2003 6:17 am    Post subject: Reply with quote

if you cant figure this out, send me a PM, and ill chat with you on AIM on thursday.. Gentoo isnt very easy to setup for a linux newbie.
Back to top
View user's profile Send private message
MrPyro
Tux's lil' helper
Tux's lil' helper


Joined: 14 Aug 2003
Posts: 121
Location: Sheffield, England

PostPosted: Thu Aug 14, 2003 12:21 pm    Post subject: Reply with quote

Have you set up /etc/conf.d/net for that network card? If it's saying host not found, it could be a gateway problem. Also, check /etc/resolv.conf to make sure you have a valid DNS server specified.
Back to top
View user's profile Send private message
Durenunde
n00b
n00b


Joined: 22 May 2003
Posts: 26
Location: N.Ireland

PostPosted: Thu Aug 14, 2003 4:27 pm    Post subject: Reply with quote

first few things to make a checklist of what you've got done.

1. make sure you got he /etc/resolv.conf copied over from during the install if you didnt you can get it again by booting up and following that part of the manual to get it going.

2. make sure you mount /boot before copying across any updated kernel config (bzImage) or you are copying it to no-where so you'll need to

Code:

# mount /boot


then do the cp of the bzImage across

then
Code:

# umount /boot


3. Make sure you have edited the /etc/conf.d/net file to include your default gateway information if you arent using dhcp.

common editors are vim and nano.

Code:
emerge vim or emerge nano (nano should already be on your system though)


Code:

# vim /etc/conf.d/net


and make sure you have it is set correctly.

also make sure it is set to start automatically

Code:
rc-update add net.eth0 default


so you don't have to /etc/init.d/net start everytime you want to use it.

am at work and its time to go home so I'll finish this off later

maybe this has helped so far.

Duren
[/code]
_________________
mmmm, pizza
Back to top
View user's profile Send private message
jmitch171
n00b
n00b


Joined: 14 Aug 2003
Posts: 25
Location: pa

PostPosted: Thu Aug 14, 2003 4:46 pm    Post subject: Reply with quote

i think i got it.

thanks to all
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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