On Mon, 29 Jul 2002, Eric.Hu wrote: > [EMAIL PROTECTED],遇到不少問題。:-( > > 先是安裝時使用的內核不支持我的網卡(rt8139,應該是很普遍的卡,我以前也用過。 > 可是就是配不起來)。最後只好安裝基本系統,[EMAIL PROTECTED],才搞定網卡。然後
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]

