Marcoさんの書き込み
Ok post the the result of following commands:
dmesg grep -i eth0
ifconfig -a
cat /var/lib/portage/world grep -i dhc*
If you have a right kernel configuration... do this:
For dhcp connection:
#emerge net-misc/dhcpcd
#dhcpcd eth0 ##manual configuration
Configuring a network interface to load at boot time:
#nano /etc/conf.d/net ##and paste the follow 2 lines:
modules=( "dhcpcd" )
config_eth0=( "dhcp" )
Create the right symlink:
#cd /etc/init.d/
#ln -s net.lo net.eth0
Add net.eth0 at default runlevel:
# rc-update add net.eth0 default
# rc
pcnet32を使いたい時、
modprobe pcnet32
vi /etc/modprobe.conf
Add > alias eth0 pcnet32
0 件のコメント:
コメントを投稿