[Kernel/Drive] 没有无线网卡驱动 Resolved
Tofloor
poster avatar
核桃
deepin
2024-05-30 15:58
Author

今天打开发现控制中心很卡,然后才发现没有了网络模块的内容,经过内测群朋友的提醒,好像就是缺少了无线网卡驱动

找了很久没有发现对应的驱动,我该装哪个?

$ sudo lshw -class network
  *-network             
       description: Wireless interface
       product: Cannon Lake PCH CNVi WiFi
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlo1
       version: 10
       serial: dc:8b:28:81:67:d0
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=6.6.25-amd64-desktop-hwe firmware=46.ff18e32a.0 9000-pu-b0-jf-b0- ip=172.16.0.68 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:139 memory:a4414000-a4417fff
  *-network
       description: Ethernet interface
       product: QCA8171 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: enp3s0
       version: 10
       serial: 00:d8:61:04:a0:5d
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=alx driverversion=6.6.25-amd64-desktop-hwe latency=0 link=no multicast=yes port=twisted pair
       resources: irq:19 memory:a4200000-a423ffff ioport:3000(size=128)

但是现在好像又能连上网络的

$ sudo cat /proc/net/dev
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:    7580     102    0    0    0     0          0         0     7580     102    0    0    0     0       0          0
enp3s0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  wlo1: 12078264   13066    0    0    0     0          0         0  1530264    7426    0    0    0     0       0          0

系统信息:

$ sudo cat /etc/os-version 
[Version] 
SystemName=Deepin
SystemName[zh_CN]=深度操作系统
ProductType=Desktop
ProductType[zh_CN]=桌面
EditionName=Community
EditionName[en_US]=Community(RC)
EditionName[zh_CN]=社区版(RC)
MajorVersion=23
MinorVersion=23
OsBuild=21238.101

cpu信息

$ sudo lscpu 
Architecture:             x86_64
  CPU op-mode(s):         32-bit, 64-bit
  Address sizes:          39 bits physical, 48 bits virtual
  Byte Order:             Little Endian
CPU(s):                   12
  On-line CPU(s) list:    0-11
Vendor ID:                GenuineIntel
  BIOS Vendor ID:         Intel(R) Corporation
  Model name:             Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
    BIOS Model name:      Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz To Be Filled By O.E.M. CPU @ 2.1GHz
    BIOS CPU family:      198
    CPU family:           6
    Model:                158
    Thread(s) per core:   2
    Core(s) per socket:   6
    Socket(s):            1
    Stepping:             10
    CPU(s) scaling MHz:   84%
    CPU max MHz:          4100.0000
    CPU min MHz:          800.0000
    BogoMIPS:             4399.99
    Flags:                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtsc
                          p lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2
                           ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpu
                          id_fault epb pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx sma
                          p clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi
Virtualization features:  
  Virtualization:         VT-x
Caches (sum of all):  
  L1d:                    192 KiB (6 instances)
  L1i:                    192 KiB (6 instances)
  L2:                     1.5 MiB (6 instances)
  L3:                     9 MiB (1 instance)
NUMA:                 
  NUMA node(s):           1
  NUMA node0 CPU(s):      0-11
Vulnerabilities:      
  Gather data sampling:   Vulnerable: No microcode
  Itlb multihit:          KVM: Mitigation: VMX disabled
  L1tf:                   Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
  Mds:                    Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable
  Meltdown:               Mitigation; PTI
  Mmio stale data:        Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable
  Reg file data sampling: Not affected
  Retbleed:               Mitigation; IBRS
  Spec rstack overflow:   Not affected
  Spec store bypass:      Vulnerable
  Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:             Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
  Srbds:                  Vulnerable: No microcode
  Tsx async abort:        Not affected

Reply Favorite View the author
All Replies
jjcui8595
deepin
2024-05-30 16:48
#1

lspci看看设备是否存在

截图_选择区域_20240530164946.jpg

ip a看看无线网卡状态

我的无线网卡关闭了,是下面的状态

截图_选择区域_20240530164835.jpg

Reply View the author
核桃
deepin
2024-05-30 17:19
#2
jjcui8595

lspci看看设备是否存在

截图_选择区域_20240530164946.jpg

ip a看看无线网卡状态

我的无线网卡关闭了,是下面的状态

截图_选择区域_20240530164835.jpg

我通过系统恢复解决了,应该就是回滚到更新前的。多谢了,可能是之前我通过命令行更新有问题

Reply View the author
兆兆嘟嘟嘟
deepin
2024-05-30 19:09
#3

缺的应该不是驱动,而是控制中心的网络插件。终端执行 sudo apt install dde-network-*应该就可以了。

Reply View the author