我在 U 盘上安装了 Chromium 操作系统,但无法使用 wifi。看起来好像缺少接口。以下是一些命令的输出:
localhost / # ifconfig -a
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 1 (Local Loopback)
RX packets 1186 bytes 87324 (85.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1186 bytes 87324 (85.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
localhost / # rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
localhost / # lspci -k
....
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
Subsystem: Hewlett-Packard Company Device 2231
...
我对 Linux 命令相当陌生,不知道下一步该做什么。任何帮助表示赞赏。
编辑:
这可能有效:https://askubuntu.com/a/593015/399729但是,该make
命令不存在。