|
Hie, I installed arch 0.7, all the base components and a few other packages such as dillo, xorg, etc.
but, network is not accessible.
here is my rc.conf:
###############################################
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
HARDWARECLOCK="localtime"
TIMEZONE=Canada/Pacific
KEYMAP=us
CONSOLEFONT=
USEcolor="yes"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# Networking
#
HOSTNAME="arch"
#
MODULES=(!usbserial !ide-scsi)
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 192.168.1.8 etmask 255.255.255.0 broadcast 192.168.1.255
#(my computer's ip is 192.168.1.8, no problem.)
#(I find this address by running ipconfig in Windows 98 & XP)
#eth0="dhcp" ##this option has been tried, in vain.
INTERFACES=(lo eth0)
gateway="default gw 192.168.1.1"
##this is ip of the hub which will connect automatically with internet as
##son as power is on.
ROUTES=(!gateway)
# Daemons to start at boot-up (in this order)
DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond)
###############################################
by the way, resolv.conf and modules.conf are blank.
进去之后,
[root@arch rc.d]# ./network start
:starting network [busy]
siocsifaddr: no such device
eth0: unknown interfaces: no such device
siocsifnetmask: no such device
siocsifbrdaddr: no such device
eth0: no such device [failed]
.
. |
|