CannedCaptain
2004-05-04, 19:04:36
Wenn ich die LiveCD von gentoo benutze findet das gentoo-live-system problemlos meinen Router (dhcp) und die Installation über Netzwerk ist problemlos. Habe alles korrekt befolgt: 2.4.25 (gentoo-sources) Kernel bootet auch wunderbar. Per lsmod habe ich bei der LiveCD herausbekommen, dass das Modul für meine Realtek8139D (Netzwerkkarte) "8139too" ist. Jenes habe ich auch beim Kernel-Kompilieren erstellen lassen und es lässt sich auch problemlos laden per modprobe oder Autoloadeintrag (8139C hingegen nicht - ist nur experimental und schein die Karte nicht zu mögen). Die Config fürs Netzwerk müsste auch richtig eingestellt sein:
/etc/config.d/net :
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
# 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="..."
# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"
# NB: The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly. Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"
# For setting the default gateway
#
#gateway="eth0/192.168.0.1"
Trotzdem bekomme ich keine Internetanbindung - und will soll ich da emergen *heul*. Bitte helft mir! (ping www.web.de => network ist unreachable)
P.S. Fedora Core 1 benutzt beim 2.4.22-xxx Kernel das Modul mii für die Karte und es funzt. Ich glaube eher, dass irgendeine config bei gentoo falsch ist.
Daten des Netzwerks:
Gateway: 192.168.1.1
DNS: ebenfalls Router
ip per dhcp
/etc/config.d/net :
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
# 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="..."
# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"
# NB: The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly. Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"
# For setting the default gateway
#
#gateway="eth0/192.168.0.1"
Trotzdem bekomme ich keine Internetanbindung - und will soll ich da emergen *heul*. Bitte helft mir! (ping www.web.de => network ist unreachable)
P.S. Fedora Core 1 benutzt beim 2.4.22-xxx Kernel das Modul mii für die Karte und es funzt. Ich glaube eher, dass irgendeine config bei gentoo falsch ist.
Daten des Netzwerks:
Gateway: 192.168.1.1
DNS: ebenfalls Router
ip per dhcp