Trending News
Promoted
Realtek Gigabit Ethernet 驅動程式
主機板中內建 RTL8139/810x/c+/8169/8110 Gb網路控制器
Fedora Core 4 的驅動程式那可以下載呢?
1 Answer
Rating
- MHLv 41 decade agoFavorite Answer
RT8139 可以用 8139too的module,FC4應該有支援。
以下步驟需以root的身份來執行:
1. 請先確認kernel已認得網卡:
# lspci (或是 /sbin/lspci) --> 應看到包含像這樣的結果:
0a:09.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
2. 檢查 /etc/modprobe.conf是否含有(如果有另一張網卡,將eth0改成eth1)
alias eth0 8139too
3. 執行 "modprobe 8139too",可用"lsmod | grep 8139"來查看是否8139too已載入kernel
4. 執行 "ifconfig" (或是 /sbin/ifconfig),看是否有列出eth0
若不明白,請補充。如果不成功,請貼上執行(1) 和 (3) 的結果。
Source(s): 自己
Still have questions? Get your answers by asking now.