Seite 1 von 1

Verfasst: 07.10.2004, 23:08
von hagbard3
Hi, hab ein dickes PRoblem beim Einrichten vom DSL mit arch linux:

meine rc.conf sieht so aus: (nur der auszug, der das netzwerk betrifft)

Code: Alles auswählen

# 
# Interfaces to start at boot-up (in this order) 
# Declare each interface then list in INTERFACES 
# (prefix an interface in INTERFACES with a ! to disable it) # 
# Note: to use DHCP, set your interface to be "dhcp" 

(eth0="dhcp") 

# 

lo="lo 127.0.0.1" eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" INTERFACES=(lo eth0) 

# 
# Routes to start at boot-up (in this order) 
# Declare each route then list in ROUTES 
# (prefix a route in ROUTES with a ! to disable it) 
# 

gateway="default gw 192.168.0.1" ROUTES=(!gateway) 

# 
# Daemons to start at boot-up (in this order) 
# (prefix a daemon with a ! to disable it) 
# 

DAEMONS=(syslogd klogd !pcmcia network netfs crond adsl) 

# End of file
ich habe rp-pppoe installiert, ppp auch, und per adsl-setup alles eingestellt, trotzdem geht es nicht. ich bekomme schon beim starten die meldung, dass die netzwerkkarte (via-rhine) nicht initialisiert werden konnte.

Kann mir da jemand von euch profis helfen? ich verzweifel daran :x

Verfasst: 07.10.2004, 23:11
von stingray2
sind das auskommentier-# am zeilenanfang?

Verfasst: 08.10.2004, 16:04
von hagbard3
Original erstellt von stingray
sind das auskommentier-# am zeilenanfang?
ja aber hat sich schon erledigt, hatte vergessen das modul f@r die karte zu laden.