On Mon, 29 Jul 2002, Eric.Hu wrote: > 我最近在一台新配的PC上装woody,遇到不少问题。:-( > > 先是安装时使用的内核不支持我的网卡(rt8139,应该是很普遍的卡,我以前也用过。 > 可是就是配不起来)。最后只好安装基本系统,再自己编译了一个内核,才搞定网卡。然后
I thought the debian default kernel of debian has supported rtl8139, you can type 'lspci -v' to make sure you have installed the network card and type 'dmesg' to make sure your kernel has found the card or not. > dhcp-client也不正常,只好指定ip地址了事。应该是我配置的问题,可是我对debian的 > 网络配置有点糊涂,不但搞不定,而且不知从何查起。惭愧。 > 哪位帮个忙,告诉我如何设置和检查dhcp? The network interface configuration file is /etc/network/interfaces in debain. For DHCP, you can simply put: auto lo eth0 iface lo inet loopback iface eth0 inet dhcp Please 'man 5 interfaces' and 'man 8 dhclient' for details. ------------------------[ Taiwan Linux User Group ]----------------------- Andrew Lee cell.: +886 932 394 697 System & IT Consultant phone @work: +886 2 2242 6189 Chinese GNU/Linux Extensions Red Hat Certified Engineer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- | This message was re-posted from [email protected] | and converted from big5 to gb2312 by an automatic gateway. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

