东芝 Tecra A10 - WiFi 无法使用

东芝 Tecra A10 - WiFi 无法使用

我有一台回收的“东芝 Tecra A10”,我全新安装了 Ubuntu 17.04。除了 Wi-Fi 让我头疼之外,其他一切都运行正常。

安装后,“启用 Wi-Fi”未选中,小部件正确显示 Wi-Fi 已禁用。因此,我尝试通过小部件启用它,但 Wi-Fi 仍然被禁用。

我尝试使用键盘组合来启用 Wi-Fi 卡,但效果rfkill并不理想:

root@sulaco:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes
1: Toshiba WWAN: Wireless WAN
    Soft blocked: no
    Hard blocked: yes
2: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: yes

到:

root@sulaco:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes
1: Toshiba WWAN: Wireless WAN
    Soft blocked: no
    Hard blocked: yes
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes

如果我尝试解除所有阻止,仍然没有运气:

root@sulaco:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes
1: Toshiba WWAN: Wireless WAN
    Soft blocked: no
    Hard blocked: yes
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes

以下是卡片信息:

root@sulaco:~# lshw -c network
  *-network                 
       description: Ethernet interface
       product: 82567LM Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: enp0s25
       version: 03
       serial: 00:1c:7e:29:9b:b6
       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=1.8-8 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:27 memory:ffcc0000-ffcdffff memory:ffcfe000-ffcfefff ioport:cf80(size=32)
  *-network DISABLED
       description: Wireless interface
       product: WiFi Link 5100
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: wlp1s0
       version: 00
       serial: de:d5:02:78:77:3a
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=4.10.0-19-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=IEEE 802.11
       resources: irq:31 memory:ff900000-ff901fff

我不知道,非常欢迎任何帮助,谢谢!

答案1

回复评论

因为它被标记为硬阻拦,你可能按下了切换特定设备的按钮开关。我的笔记本电脑有一个飞行模式按钮,可以禁用蓝牙和网络。你有飞行模式按钮?

相关内容