當前位置:首頁 » 幣種行情 » eth0nosuchdevice

eth0nosuchdevice

發布時間: 2022-02-02 15:42:41

『壹』 SET failed on device eth0 ; No such device

這個問題就是你當前的驅動無法驅動RTL8111/RTL8168的網卡,你可在RTL官網上去找找看有沒有linux 的相關驅動,若不行,那就只能嘗試用r1000來驅動。我以前是8169的網卡就只能用r1000來驅動的。

『貳』 請教下hg255d裡面的macvlan除了在rc.local外還有什麼地方可以設置

eth0.2 是什麼玩意。。。一般都是 ip link add link eth1 vth1 type macvlan 神馬的因為eth0.2之類本來就是Vlan 你要等它up之後才可能再虛擬你要是搞多撥去看看你的wan口對應的是不是eth1之類的物理介面 不要寫成vlan的介面 查看更多答案>>

『叄』 手機安裝ubuntu出現出現eth0:no such device,請問怎麼解決

eth0是指有線網卡。手機應該是沒有有線網卡的,可以忽略這個提示。

『肆』 ok6410 ifconfig沒有eth0

ifconfig -a
查查有沒有,

『伍』 我在Linux下用ifconfig命令配置ip地址出現了問題!!

首先確認設備標記是否發生變更

嘗試執行:
iplink show

嵌入式系統執行:
busybox iplink show

看反饋中對應得設備標記是否發生變更(比如可能變為eth1或者其他)

『陸』 redhat網卡啟動問題,eth1報錯rtnetlink answers no such device

感覺是網卡一驅動沒裝,或者沒成功,或者壞掉了。

『柒』 linux下配置多網卡組播地址,能正常使用,但重啟後顯示「no such device」,是什麼原因該怎麼解決

因為你用route命令添加的路由表不會保存到一次重啟,雖然你查看得到,你可以寫到啟動腳本里去。
編輯/etc/init.d/network,在未尾加上下面幾行:
# Add non interface-specific static-routes.
if [ -f /etc/sysconfig/static-routes ]; then
grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do
/sbin/route add -$args
done
fi

編輯/etc/sysconfig/static-routes:
any net 224.0.0.101 netmask 255.255.255.255 dev eth0

any net 224.0.0.110 netmask 255.255.255.255 dev eth1
any net 244.0.0.111 netmask 255.255.255.255 dev eth3
any net 244.14.0.112 netmask 255.255.255.255 dev eth2

『捌』 error for wireless request "set encode"(8B2A) set failed on device eth0 no such device

eth0應該是有線吧,eth1是無線

『玖』 Linux 配置網卡地址。重啟時提示錯誤:./network-functions:line 78:ifcfg-eth0:no such file or director

提示的含義是沒有ifcfg-eth0這個文件。通常如果網卡驅動起來了,這個文件會自動創建的。因此,推斷你的網卡可能沒有驅動起來。

r如果確認驅動正常,那就收工創建一個ifcfg-eth0文件吧。

其內容大概如下:
DEVICE=eth0 #網卡設備名稱
ONBOOT=yes #啟動時是否激活 yes|no
BOOTPROTO=static #協議類型 dhcp bootp none
IPADDR=192.168.1.90 #網路IP地址
NETMASK=255.255.255.0 #網路子網地址
GATEWAY=192.168.1.1 #網關地址
BROADCAST=192.168.1.255 #廣播地址
HWADDR=00:0C:29:FE:1A:09#網卡MAC地址
TYPE=Ethernet #網卡類型為乙太網

『拾』 suse linux系統的電腦,配置ip和網關時,執行ifconfig後之後只有lo

試試 ifconfig -a 或者 ip addr ,看看有沒有網卡設備,如果沒有的話,那就是驅動問題,網卡沒驅動上。lspci -k 看一下你的網卡型號。

熱點內容
區塊鏈新基建考試 發布:2025-07-02 10:16:05 瀏覽:746
比特幣零錢怎麼辦 發布:2025-07-02 09:59:41 瀏覽:420
做比特幣的工作要做嘛 發布:2025-07-02 09:57:28 瀏覽:109
映泰tb350btc主板怎麼樣 發布:2025-07-02 09:30:50 瀏覽:898
人民幣換usdt合法嗎 發布:2025-07-02 09:21:07 瀏覽:532
linux下eth0配置詳解 發布:2025-07-02 09:09:53 瀏覽:267
比特幣詐騙立案流程 發布:2025-07-02 09:08:17 瀏覽:472
如何快速同步Eth全節點 發布:2025-07-02 08:55:09 瀏覽:427
eth什麼幣6 發布:2025-07-02 08:52:20 瀏覽:722
eth20鎖倉收益 發布:2025-07-02 08:50:53 瀏覽:300