联想 Thinkpad X1 Carbon 第三代 - 未找到 W-Fi 适配器

联想 Thinkpad X1 Carbon 第三代 - 未找到 W-Fi 适配器

我已经使用联想 Thinkpad X1 Carbon 3rd Gen 近一年了,一直没有问题,直到现在。今天下午启动时,它无法通过 Wi-Fi 连接到网络。

通过 askubuntu 查看,我搜索了以前的解决方案,但没有成功。请帮忙。

以下是我在其他线程中看到的一些命令的输出。如果需要更多信息来解决这个问题,请告诉我!

rfkill 列出全部

1: tpacpi_bluetooth_sw: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

uname -r

4.15.0-46-generic

lsb_release -a

No LSB modules are available.

分销商 ID:Ubuntu 描述:Ubuntu 18.04.1 LTS 发布:18.04 代号:bionic

sudo lshw -C 网络

*-network                 
   description: Ethernet interface
   product: Ethernet Connection (3) I218-LM
   vendor: Intel Corporation
   physical id: 19
   bus info: pci@0000:00:19.0
   logical name: enp0s25
   version: 03
   serial: 54:ee:75:5a:23:e8
   capacity: 1Gbit/s
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.2-4 latency=0 link=no multicast=yes port=twisted pair
   resources: irq:44 memory:f1100000-f111ffff memory:f113d000-f113dfff ioport:3060(size=32)

*-network
   description: Ethernet interface
   physical id: 2
   logical name: bnep0
   serial: 5c:e0:c5:51:b4:3a
   capabilities: ethernet physical
   configuration: broadcast=yes ip=192.168.44.192 multicast=yes

编辑:附加信息。

奇怪的是,重新启动计算机可以暂时解决问题,但是当计算机进入睡眠模式并从睡眠模式返回时,它再也无法找到 Wi-Fi 适配器。

以下是 Marmayogi 建议的命令的输出:

sudo lshw -short -class 网络

H/W path        Device     Class          Description
=====================================================
/0/100/19       enp0s25    network        Ethernet Connection (3) I218-LM
/0/100/1c.1/0   wlp4s0     network        Illegal Vendor ID

nmcli 设备

DEVICE             TYPE      STATE         CONNECTION 
38:78:62:9D:79:A9  bt        disconnected  --         
enp0s25            ethernet  unavailable   --         
wlp4s0             wifi      unavailable   --         
lo                 loopback  unmanaged     --   

ip 地址显示

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp0s25: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 54:ee:75:5a:23:e8 brd ff:ff:ff:ff:ff:ff
3: wlp4s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 5c:e0:c5:51:b4:36 brd ff:ff:ff:ff:ff:ff

杀戮

ID TYPE      DEVICE                   SOFT      HARD
 1 bluetooth tpacpi_bluetooth_sw unblocked unblocked
 2 wlan      phy0                unblocked unblocked
 4 bluetooth hci0                unblocked unblocked

ls -l /etc/resolv.conf

lrwxrwxrwx 1 root root 39 sep  3  2018 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf

相关内容