週四將 Mapleborad 寄回去中鼎刷機, 昨天收到寄回的包裹後開機測試, 發現新韌體並未解決 WiFi 網卡與羅技無線鍵鼠組驅動問題 (鍵鼠組僅滑鼠有效, 鍵盤無動靜), 且休眠後 HDMI 無法輸出訊號問題依舊, 扯的是上回官網解決此問題的網頁也被刪除, 我當時也未記錄關閉休眠的方法, 所以除了第一次開機有螢幕顯示外, 之後就無訊號 (但 PuTTY 是可遠端連線的), 實在令我非常灰心.
本系列之前文章參考 :
以下是刷機回來第一次開機 HDMI 還有輸出時為了連線 WiFi 發現居然連 ifconfig 指令也沒有, 必須自行安裝 :
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.74-mp510+ aarch64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
0 updates can be applied immediately.
Last login: Mon Jul 25 10:30:04 2022 from 192.168.8.146
one@LX2438:~$ ifconfig -a
Command 'ifconfig' not found, but can be installed with:
sudo apt install net-tools
沒有 ifconfig 指令, 提示用下列指令安裝 :
one@LX2438:~$ sudo apt install net-tools
[sudo] one 的密碼:
正在讀取套件清單... 完成
正在重建相依關係... 完成
正在讀取狀態資料... 完成
下列【新】套件將會被安裝:
net-tools
升級 0 個,新安裝 1 個,移除 0 個,有 3 個未被升級。
需要下載 207 kB 的套件檔。
此操作完成之後,會多佔用 774 kB 的磁碟空間。
下載:1 http://ports.ubuntu.com jammy/main arm64 net-tools arm64 1.60+git20181103.0eebece-1ubuntu5 [207 kB]
取得 207 kB 用了 2s (107 kB/s)
選取了原先未選的套件 net-tools。
(讀取資料庫 ... 目前共安裝了 250032 個檔案和目錄。)
正在準備解包 .../net-tools_1.60+git20181103.0eebece-1ubuntu5_arm64.deb……
解開 net-tools (1.60+git20181103.0eebece-1ubuntu5) 中...
設定 net-tools (1.60+git20181103.0eebece-1ubuntu5) ...
執行 man-db (2.10.2-1) 的觸發程式……
這樣輸入 ifconfig 就會輸出網路配置資訊了 :
one@LX2438:~$ ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.2.138 netmask 255.255.255.0 broadcast 192.168.2.255
inet6 fe80::8913:4826:b678:8501 prefixlen 64 scopeid 0x20<link>
ether 16:72:2e:da:e7:3c txqueuelen 1000 (Ethernet)
RX packets 429003 bytes 550623371 (550.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 158840 bytes 23346361 (23.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 14
ip6tnl0: flags=128<NOARP> mtu 1452
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 10305 bytes 925967 (925.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10305 bytes 925967 (925.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
sit0: flags=128<NOARP> mtu 1480
sit txqueuelen 1000 (IPv6-in-IPv4)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
雖然 MP510 前面板上有 LCD 顯示 IP, 但用 ifconfig 查詢還是比較踏實.
沒有留言 :
張貼留言