本帖最后由 tinnu 于 2020-12-11 21:40 编辑
PC是magicbook锐龙版3500U,无线网卡RTL8822。
装好系统之后好好的,用了一个多星期,今天开机就突然起不来了。
这已经是第二次出问题了,上次不到一周就起不来,重装系统之后,这次坚持了一周多一点。
1-故障相关现象
今天第一次开机的时候黑屏了很长时间,我按着电源键强制关机了。因为UK18经常在合上笔记本之后再打开就起不来了,强制关机是家常便饭也没当回事。结果再次开机之后就起不来了。
上一次网卡起不来,则可能是由于配置了静态IP相关的操作。
右下角面板上显示:
2-ifconfig
ifconfig没有wifi网卡,要ifconfig -a才能看到
tinnu@tinnu-KPRC-WX0:~$ 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 1000 (本地环回)
RX packets 660 bytes 48789 (48.7 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 660 bytes 48789 (48.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp1s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether <ipv6地址略> txqueuelen 1000 (以太网)
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
tinnu@tinnu-KPRC-WX0:~$ ifconfig
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 (本地环回)
RX packets 740 bytes 54469 (54.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 740 bytes 54469 (54.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
rfkill list:
tinnu@tinnu-KPRC-WX0:~/item/8822cu/rtl8822be$ rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3-尝试1
我根据网络上的一些方法配置/etc/network/interfaces 并使用ifup,但没有效果:
interfaces:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
#auto wlp1s0
#iface lo inet dhcp
#iface wlp1s0 inet static
#address 192.168.1.110
#gateway 192.169.1.1
#netmask 255.255.255.0
ifup
tinnu@tinnu-KPRC-WX0:~$ sudo ifup wlp1s0
Unknown interface wlp1s0
以下这些更是一开始就试过了
service network restart
sudo /etc/init.d/networking restart
之前用UK20,但为了安装petalinux不得不装UK18,而且UK20的文件管理器经常看不见目录下的文件,但实际上ls查询是存在的,
|