web-dev-qa-db-ja.com

ubuntu 16.04 + Asus K401Uでワイヤレス7265が機能しない

Asus K401Uを購入しました。 WifiがUbuntu 16.04で実際に動作していないという事実は別として、かなりネットのコンピューター。 Wifiが建物内にある間、コンピューターには何も表示されません。

以下では、いくつかの診断を収集しました:

ifconfig -a:

yug@yug-pc:~$ ifconfig -a
enp2s0    Link encap:Ethernet  HWaddr 30:5a:3a:8d:22:7f  
          inet addr:10.1.250.18  Bcast:10.1.255.255  Mask:255.255.0.0
          inet6 addr: fe80::4ee0:db4c:9436:1d18/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:34706 errors:0 dropped:0 overruns:0 frame:0
          TX packets:23104 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:47459302 (47.4 MB)  TX bytes:1833011 (1.8 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:6291 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6291 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:472886 (472.8 KB)  TX bytes:472886 (472.8 KB)

wlp3s0    Link encap:Ethernet  HWaddr dc:53:60:f2:49:00  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lspci、refkillリストなど/resolv.conf:

yug@yug-pc:~$ lspci -nnk | grep 0280 -A2
03:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
    Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5110]
    Kernel driver in use: iwlwifi
yug@yug-pc:~$ iwconfig
wlp3s0    IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on

enp2s0    no wireless extensions.

lo        no wireless extensions.

yug@yug-pc:~$ rfkill list
1: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: asus-bluetooth: Bluetooth
    Soft blocked: yes
    Hard blocked: no
3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
yug@yug-pc:~$ cat /etc/resolv.conf 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
search SCTFICGRP

デメス:

yug@yug-pc:~$ dmesg | grep iwl
[    3.822199] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-19.ucode failed with error -2
[    3.822213] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-18.ucode failed with error -2
[    3.822224] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-17.ucode failed with error -2
[    3.822689] iwlwifi 0000:03:00.0: Unsupported splx structure
[    3.828132] iwlwifi 0000:03:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[    3.894906] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[    3.894982] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    3.895173] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled
[    3.986345] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio.
[    3.989171] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.993340] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
yug@yug-pc:~$ ls -al /lib/firmware | grep 7265
-rw-r--r--  1 root root  736844 Jan  5 22:34 iwlwifi-7265-10.ucode
-rw-r--r--  1 root root  880604 May 13  2015 iwlwifi-7265-12.ucode
-rw-r--r--  1 root root  885224 Aug  3  2015 iwlwifi-7265-13.ucode
-rw-r--r--  1 root root 1180356 Mar 21 20:27 iwlwifi-7265-16.ucode
-rw-r--r--  1 root root  690452 Nov 24  2014 iwlwifi-7265-8.ucode
-rw-r--r--  1 root root  697828 Dec  2  2014 iwlwifi-7265-9.ucode
lrwxrwxrwx  1 root root      21 May 29 09:37 iwlwifi-7265D-10.ucode -> iwlwifi-7265-10.ucode
-rw-r--r--  1 root root 1002800 May 13  2015 iwlwifi-7265D-12.ucode
-rw-r--r--  1 root root 1008692 Aug  3  2015 iwlwifi-7265D-13.ucode
-rw-r--r--  1 root root 1384500 Mar 21 20:27 iwlwifi-7265D-16.ucode

[〜#〜] edit [〜#〜]/ lib/firmware | grep 7265

yug@yug-pc:~$  ls -al /lib/firmware | grep 7265
-rw-r--r--  1 root root  736844 Jan  5 22:34 iwlwifi-7265-10.ucode
-rw-r--r--  1 root root  880604 May 13  2015 iwlwifi-7265-12.ucode
-rw-r--r--  1 root root  885224 Aug  3  2015 iwlwifi-7265-13.ucode
-rw-r--r--  1 root root 1180356 Mar 21 20:27 iwlwifi-7265-16.ucode
-rw-r--r--  1 root root  690452 Nov 24  2014 iwlwifi-7265-8.ucode
-rw-r--r--  1 root root  697828 Dec  2  2014 iwlwifi-7265-9.ucode
lrwxrwxrwx  1 root root      21 May 29 09:37 iwlwifi-7265D-10.ucode -> iwlwifi-7265-10.ucode
-rw-r--r--  1 root root 1002800 May 13  2015 iwlwifi-7265D-12.ucode
-rw-r--r--  1 root root 1008692 Aug  3  2015 iwlwifi-7265D-13.ucode
-rw-r--r--  1 root root 1384500 Mar 21 20:27 iwlwifi-7265D-16.ucode

助けていただければ幸いです。より多くの情報を取り戻す必要がある場合は、すぐに送り返します。

Intelワイヤレスがまったく機能しないbuntu 15.10上のIntel AC 7265、Asus ZenBook UX305でwifiを接続できない (確実な答えはないようです)

1
Hugolpz

編集:

  1. PCをたたくと、スリープモードになります。
  2. それを再び開いてください:それは目覚め、wifiは動作します。理由を聞かないでください。早くやれよ。

前の回答:

OK。 rfkillはあなたの友達です。

rfkill - tool for enabling and disabling wireless devices

SYNOPSIS
       rfkill [options] command

COMMANDS
       ...

       block index|type
              Disable the device corresponding to the given index.  type is one of "all",  "wifi",
              "wlan", "bluetooth", "uwb", "ultrawideband", "wimax", "wwan", "gps", "fm" or "nfc".

       unblock index|type
              Enable  the  device corresponding to the given index. If the device is hard-blocked,
              e.g. via a hardware switch, it will  remain  unavailable  though  it  is  now  soft-
              unblocked.

すべてのブロックをソフト解除するには:

Sudo rfkill unblock all 

ハードブロック解除にするには、キーボードのキーまたはハードウェアスイッチを見つけます。私にとっては、飛行機のアイコンが付いたF2でした。このキーを押します。その後:

$rfkill list 
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
4: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
3
Hugolpz

私はasus K501UとUbuntu 16.04を使用しています。

Ubuntuをインストールした後、ハードブロックされた問題が原因で、wifiも無効になっています。

そして、私は Hugolpz が提供する「クラップコンピューターとオープン」ソリューションが機能していることを発見しました。

しかし、検索を続けると、以下の解決策もうまくいったことがわかります。

echo "options asus_nb_wmi wapf=1" | Sudo tee /etc/modprobe.d/asus_nb_wmi.conf

元の投稿は Asus k501U Wifiハードブロック

1
YuanTingHsieh