Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
modprobe tulip
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
Manuuz
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2003
Posts: 96
Location: Eine - ovl - België

PostPosted: Thu Jul 24, 2003 12:23 pm    Post subject: modprobe tulip Reply with quote

installatie eindelijk gedaan van gentoo
nu tijdens installatie werkte eth0 niet: maar met net-setup eth0 en modprobe tulip werkte het
nu na reboot: eth0 werkt weer niet, zoals in het begin
ik doe modprobe tulip
dat lukt: maar "net-setup eth0" werkt neit: commando niet gekend
is er een andere manier om de netwerkkaart up te brengen?

ik dacht eens iets gelezen te hebben van bring up eth0 ofzo ?
tx
_________________
Linux Forever - Gentoo Stage 3 : I like it
Back to top
View user's profile Send private message
Manuuz
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2003
Posts: 96
Location: Eine - ovl - België

PostPosted: Fri Jul 25, 2003 11:46 am    Post subject: Reply with quote

ok, probleem zelf opgelost :p (via de handleiding uiteraard)
voor anderen die hetzelfde noobprobleem hebben:
als volgt opgelost:
modprobe tulip
ifconfig eth0 up
(pingen lukt niet)
dhcpcd eth0
nu lukt pingen
_________________
Linux Forever - Gentoo Stage 3 : I like it
Back to top
View user's profile Send private message
Maddy
n00b
n00b


Joined: 20 Jul 2003
Posts: 7
Location: Torhout/België

PostPosted: Fri Jul 25, 2003 12:58 pm    Post subject: Reply with quote

Bedankt om je oplossing te geven.
Back to top
View user's profile Send private message
Manuuz
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2003
Posts: 96
Location: Eine - ovl - België

PostPosted: Fri Jul 25, 2003 2:09 pm    Post subject: Reply with quote

geen probleem, voor een keer da ik het zelf opgelost krijg :p
_________________
Linux Forever - Gentoo Stage 3 : I like it
Back to top
View user's profile Send private message
Manuuz
Tux's lil' helper
Tux's lil' helper


Joined: 24 Mar 2003
Posts: 96
Location: Eine - ovl - België

PostPosted: Sat Jul 26, 2003 2:11 pm    Post subject: Reply with quote

een vraagje hier omtrent:
ik moet telkens deze stappen zetten eer mijn netwerkconfig werkt

hoe kan ik dat automatiseren

ik heb in /etc/modules.autoload al "tulip" geplaatst.

toch moet ik telkens dit doen: ifconfig eth0 up
en dan nog es dhcpcd eth0 (anders kan ik niet pingen)
plus daarbij nog: export http_proxy="http://proxy.pandora.be:8080"

die proxy heb ik al ergens gelezen, dacht in make.conf, maar dat zal ik nog es opzoeken

vooral eerste deel voor eth0 , iemand idee ? of zelfde ervaring?
_________________
Linux Forever - Gentoo Stage 3 : I like it
Back to top
View user's profile Send private message
boemba
n00b
n00b


Joined: 09 Apr 2003
Posts: 54
Location: Dendermonde

PostPosted: Sat Jul 26, 2003 10:26 pm    Post subject: Reply with quote

ik dacht dat je de volgende file moest aanpasen:
/etc/conf.d/net

hieronder mijne configfile, hopelijk ben je er iets mee

# Global config file for net.* rc-scripts

# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
#iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"

# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
iface_eth0="dhcp"
dhcpcd_eth0=""
Back to top
View user's profile Send private message
bertvv
n00b
n00b


Joined: 15 Jun 2003
Posts: 46
Location: Pamel, Flanders

PostPosted: Mon Jul 28, 2003 9:42 am    Post subject: Reply with quote

Deze aanpassingen in /etc/conf.d/net zijn inderdaad nodig, maar volstaan allicht niet.

Kijk eens in /etc/init.d. Daarzou een file net.eth0 moeten zitten. Dit is het initialisatiescript voor je netwerkkaart. Om dit script automatisch uit te voeren tijdens de opstart moet je het toevoegen aan het default runlevel:

Code:
rc-update add default net.eth0


Als je nog netwerkkaarten hebt (bijv. een machine die met een LAN en met het internet verbonden is), dan kopieer je /etc/init.d/net.eth0 naar /etc/init.d/net.eth1, etc. en voeg je ook deze scripts toe aan het default runlevel.

Hopelijk helpt dit...

Groetjes,

bert
_________________
If Bill Gates had a penny for each time Windows crashed...
Wait a minute! He does!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch 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