jedilukeです。
LANを認識しない件について、
いわもとさんと、sakimaさんから情報をもらいました。
どうもありがとう。
modprobe 8139too
のコマンドで、LANは起動することができました。
これで強制的な起動はできるのですが、
一方、
/proc/pciには、
Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139 (rev 16).
のような記載がありますが、
/etc/modules.conf内は、
alias parport_lowlevel parport_pc
alias tap0 ethertap
options -o tap0 unit=0
alias tap1 ethertap
options -o tap1 unit=1
だけで、
alias eth0 xxxxx
のような記載はありません。
このためLANが初期に立ち上がらないと思うのです。
このxxxxx(システムが認識しているLANデバイス名?)
を知る方法はありませんか?
May the FORCE be with you!
jediluke@xxxxxxxxxxxxxx