Wifi 7265AC is not connected in ubuntu 17.10

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












The 7265AC wifi module does not connect in Ubuntu 17.10. I've updated the drivers, but it's still not connected, neither bluetooth. Why?



some outputs:



$ lspci -nnk | grep 0280 -A3
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi



$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no



$ iwconfig
wlp2s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on

lo no wireless extensions.

enp1s0 no wireless extensions.



$ dmesg | grep iwl
[ 3.736393] iwlwifi 0000:02:00.0: enabling device (0100 -> 0102)
[ 3.743942] iwlwifi 0000:02:00.0: loaded firmware version 29.610311.0 op_mode iwlmvm
[ 3.765152] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[ 3.783239] iwlwifi 0000:02:00.0: base HW address: e4:42:a6:3b:0c:8b
[ 3.851759] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 3.955842] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0



$ ifconfig -a
enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.110 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::f2ae:7543:fb54:a383 prefixlen 64 scopeid 0x20<link>
ether 3c:52:82:99:88:9e txqueuelen 1000 (Ethernet)
RX packets 80948 bytes 110611689 (110.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 42284 bytes 4334915 (4.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

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 (Loopback Local)
RX packets 1920 bytes 177354 (177.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1920 bytes 177354 (177.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlp2s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether e4:42:a6:3b:0c:8b txqueuelen 1000 (Ethernet)
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



$ sudo lshw -c network
*-network
descrição: Ethernet interface
produto: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
fabricante: Realtek Semiconductor Co., Ltd.
ID físico: 0
informações do barramento: pci@0000:01:00.0
nome lógico: enp1s0
versão: 15
serial: 3c:52:82:99:88:9e
tamanho: 1Gbit/s
capacidade: 1Gbit/s
largura: 64 bits
clock: 33MHz
capacidades: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuração: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.110 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
recursos: irq:128 porta de E/S:3000(tamanho=256) memória:e0204000-e0204fff memória:e0200000-e0203fff
*-network
descrição: Interface sem fio
produto: Wireless 7265
fabricante: Intel Corporation
ID físico: 0
informações do barramento: pci@0000:02:00.0
nome lógico: wlp2s0
versão: 59
serial: e4:42:a6:3b:0c:8b
largura: 64 bits
clock: 33MHz
capacidades: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuração: broadcast=yes driver=iwlwifi driverversion=4.13.0-37-generic firmware=29.610311.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
recursos: irq:134 memória:e0100000-e0101fff









share|improve this question

























    up vote
    0
    down vote

    favorite












    The 7265AC wifi module does not connect in Ubuntu 17.10. I've updated the drivers, but it's still not connected, neither bluetooth. Why?



    some outputs:



    $ lspci -nnk | grep 0280 -A3
    02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
    Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi



    $ rfkill list
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no



    $ iwconfig
    wlp2s0 IEEE 802.11 ESSID:off/any
    Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Power Management:on

    lo no wireless extensions.

    enp1s0 no wireless extensions.



    $ dmesg | grep iwl
    [ 3.736393] iwlwifi 0000:02:00.0: enabling device (0100 -> 0102)
    [ 3.743942] iwlwifi 0000:02:00.0: loaded firmware version 29.610311.0 op_mode iwlmvm
    [ 3.765152] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
    [ 3.783239] iwlwifi 0000:02:00.0: base HW address: e4:42:a6:3b:0c:8b
    [ 3.851759] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 3.955842] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0



    $ ifconfig -a
    enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.1.110 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::f2ae:7543:fb54:a383 prefixlen 64 scopeid 0x20<link>
    ether 3c:52:82:99:88:9e txqueuelen 1000 (Ethernet)
    RX packets 80948 bytes 110611689 (110.6 MB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 42284 bytes 4334915 (4.3 MB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    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 (Loopback Local)
    RX packets 1920 bytes 177354 (177.3 KB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 1920 bytes 177354 (177.3 KB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    wlp2s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
    ether e4:42:a6:3b:0c:8b txqueuelen 1000 (Ethernet)
    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



    $ sudo lshw -c network
    *-network
    descrição: Ethernet interface
    produto: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
    fabricante: Realtek Semiconductor Co., Ltd.
    ID físico: 0
    informações do barramento: pci@0000:01:00.0
    nome lógico: enp1s0
    versão: 15
    serial: 3c:52:82:99:88:9e
    tamanho: 1Gbit/s
    capacidade: 1Gbit/s
    largura: 64 bits
    clock: 33MHz
    capacidades: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuração: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.110 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
    recursos: irq:128 porta de E/S:3000(tamanho=256) memória:e0204000-e0204fff memória:e0200000-e0203fff
    *-network
    descrição: Interface sem fio
    produto: Wireless 7265
    fabricante: Intel Corporation
    ID físico: 0
    informações do barramento: pci@0000:02:00.0
    nome lógico: wlp2s0
    versão: 59
    serial: e4:42:a6:3b:0c:8b
    largura: 64 bits
    clock: 33MHz
    capacidades: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuração: broadcast=yes driver=iwlwifi driverversion=4.13.0-37-generic firmware=29.610311.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
    recursos: irq:134 memória:e0100000-e0101fff









    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      The 7265AC wifi module does not connect in Ubuntu 17.10. I've updated the drivers, but it's still not connected, neither bluetooth. Why?



      some outputs:



      $ lspci -nnk | grep 0280 -A3
      02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
      Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
      Kernel driver in use: iwlwifi
      Kernel modules: iwlwifi



      $ rfkill list
      0: hci0: Bluetooth
      Soft blocked: no
      Hard blocked: no
      1: phy0: Wireless LAN
      Soft blocked: no
      Hard blocked: no



      $ iwconfig
      wlp2s0 IEEE 802.11 ESSID:off/any
      Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
      Retry short limit:7 RTS thr:off Fragment thr:off
      Power Management:on

      lo no wireless extensions.

      enp1s0 no wireless extensions.



      $ dmesg | grep iwl
      [ 3.736393] iwlwifi 0000:02:00.0: enabling device (0100 -> 0102)
      [ 3.743942] iwlwifi 0000:02:00.0: loaded firmware version 29.610311.0 op_mode iwlmvm
      [ 3.765152] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
      [ 3.783239] iwlwifi 0000:02:00.0: base HW address: e4:42:a6:3b:0c:8b
      [ 3.851759] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
      [ 3.955842] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0



      $ ifconfig -a
      enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
      inet 192.168.1.110 netmask 255.255.255.0 broadcast 192.168.1.255
      inet6 fe80::f2ae:7543:fb54:a383 prefixlen 64 scopeid 0x20<link>
      ether 3c:52:82:99:88:9e txqueuelen 1000 (Ethernet)
      RX packets 80948 bytes 110611689 (110.6 MB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 42284 bytes 4334915 (4.3 MB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

      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 (Loopback Local)
      RX packets 1920 bytes 177354 (177.3 KB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 1920 bytes 177354 (177.3 KB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

      wlp2s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
      ether e4:42:a6:3b:0c:8b txqueuelen 1000 (Ethernet)
      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



      $ sudo lshw -c network
      *-network
      descrição: Ethernet interface
      produto: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      fabricante: Realtek Semiconductor Co., Ltd.
      ID físico: 0
      informações do barramento: pci@0000:01:00.0
      nome lógico: enp1s0
      versão: 15
      serial: 3c:52:82:99:88:9e
      tamanho: 1Gbit/s
      capacidade: 1Gbit/s
      largura: 64 bits
      clock: 33MHz
      capacidades: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
      configuração: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.110 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
      recursos: irq:128 porta de E/S:3000(tamanho=256) memória:e0204000-e0204fff memória:e0200000-e0203fff
      *-network
      descrição: Interface sem fio
      produto: Wireless 7265
      fabricante: Intel Corporation
      ID físico: 0
      informações do barramento: pci@0000:02:00.0
      nome lógico: wlp2s0
      versão: 59
      serial: e4:42:a6:3b:0c:8b
      largura: 64 bits
      clock: 33MHz
      capacidades: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuração: broadcast=yes driver=iwlwifi driverversion=4.13.0-37-generic firmware=29.610311.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
      recursos: irq:134 memória:e0100000-e0101fff









      share|improve this question













      The 7265AC wifi module does not connect in Ubuntu 17.10. I've updated the drivers, but it's still not connected, neither bluetooth. Why?



      some outputs:



      $ lspci -nnk | grep 0280 -A3
      02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
      Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
      Kernel driver in use: iwlwifi
      Kernel modules: iwlwifi



      $ rfkill list
      0: hci0: Bluetooth
      Soft blocked: no
      Hard blocked: no
      1: phy0: Wireless LAN
      Soft blocked: no
      Hard blocked: no



      $ iwconfig
      wlp2s0 IEEE 802.11 ESSID:off/any
      Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
      Retry short limit:7 RTS thr:off Fragment thr:off
      Power Management:on

      lo no wireless extensions.

      enp1s0 no wireless extensions.



      $ dmesg | grep iwl
      [ 3.736393] iwlwifi 0000:02:00.0: enabling device (0100 -> 0102)
      [ 3.743942] iwlwifi 0000:02:00.0: loaded firmware version 29.610311.0 op_mode iwlmvm
      [ 3.765152] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
      [ 3.783239] iwlwifi 0000:02:00.0: base HW address: e4:42:a6:3b:0c:8b
      [ 3.851759] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
      [ 3.955842] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0



      $ ifconfig -a
      enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
      inet 192.168.1.110 netmask 255.255.255.0 broadcast 192.168.1.255
      inet6 fe80::f2ae:7543:fb54:a383 prefixlen 64 scopeid 0x20<link>
      ether 3c:52:82:99:88:9e txqueuelen 1000 (Ethernet)
      RX packets 80948 bytes 110611689 (110.6 MB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 42284 bytes 4334915 (4.3 MB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

      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 (Loopback Local)
      RX packets 1920 bytes 177354 (177.3 KB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 1920 bytes 177354 (177.3 KB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

      wlp2s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
      ether e4:42:a6:3b:0c:8b txqueuelen 1000 (Ethernet)
      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



      $ sudo lshw -c network
      *-network
      descrição: Ethernet interface
      produto: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      fabricante: Realtek Semiconductor Co., Ltd.
      ID físico: 0
      informações do barramento: pci@0000:01:00.0
      nome lógico: enp1s0
      versão: 15
      serial: 3c:52:82:99:88:9e
      tamanho: 1Gbit/s
      capacidade: 1Gbit/s
      largura: 64 bits
      clock: 33MHz
      capacidades: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
      configuração: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.110 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
      recursos: irq:128 porta de E/S:3000(tamanho=256) memória:e0204000-e0204fff memória:e0200000-e0203fff
      *-network
      descrição: Interface sem fio
      produto: Wireless 7265
      fabricante: Intel Corporation
      ID físico: 0
      informações do barramento: pci@0000:02:00.0
      nome lógico: wlp2s0
      versão: 59
      serial: e4:42:a6:3b:0c:8b
      largura: 64 bits
      clock: 33MHz
      capacidades: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuração: broadcast=yes driver=iwlwifi driverversion=4.13.0-37-generic firmware=29.610311.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
      recursos: irq:134 memória:e0100000-e0101fff






      networking wireless 17.10 bluetooth intel






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 31 at 14:08









      consul

      11




      11




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I would turn off wifi power management and see if we can get some tx power from the card, in terminal


          sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
          sudo iwconfig wlp2s0 txpower 20
          systemctl restart network-manager.service

          Then see if you can connect




          share|improve this answer




















          • Thanks. But it's not working yet... The only change was the Power Management:off in the iwconfig output.
            – consul
            Apr 1 at 19:18










          • Try sudo iwconfig wlp2s0 txpower 18 and see if that changes the tx power
            – Jeremy31
            Apr 1 at 21:12










          • Thanks. I am wondering the problem is that I don't have any antenna connected to the wifi module. I will buy someone to try connect it.
            – consul
            Apr 9 at 13:41










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020846%2fwifi-7265ac-is-not-connected-in-ubuntu-17-10%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          I would turn off wifi power management and see if we can get some tx power from the card, in terminal


          sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
          sudo iwconfig wlp2s0 txpower 20
          systemctl restart network-manager.service

          Then see if you can connect




          share|improve this answer




















          • Thanks. But it's not working yet... The only change was the Power Management:off in the iwconfig output.
            – consul
            Apr 1 at 19:18










          • Try sudo iwconfig wlp2s0 txpower 18 and see if that changes the tx power
            – Jeremy31
            Apr 1 at 21:12










          • Thanks. I am wondering the problem is that I don't have any antenna connected to the wifi module. I will buy someone to try connect it.
            – consul
            Apr 9 at 13:41














          up vote
          0
          down vote













          I would turn off wifi power management and see if we can get some tx power from the card, in terminal


          sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
          sudo iwconfig wlp2s0 txpower 20
          systemctl restart network-manager.service

          Then see if you can connect




          share|improve this answer




















          • Thanks. But it's not working yet... The only change was the Power Management:off in the iwconfig output.
            – consul
            Apr 1 at 19:18










          • Try sudo iwconfig wlp2s0 txpower 18 and see if that changes the tx power
            – Jeremy31
            Apr 1 at 21:12










          • Thanks. I am wondering the problem is that I don't have any antenna connected to the wifi module. I will buy someone to try connect it.
            – consul
            Apr 9 at 13:41












          up vote
          0
          down vote










          up vote
          0
          down vote









          I would turn off wifi power management and see if we can get some tx power from the card, in terminal


          sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
          sudo iwconfig wlp2s0 txpower 20
          systemctl restart network-manager.service

          Then see if you can connect




          share|improve this answer












          I would turn off wifi power management and see if we can get some tx power from the card, in terminal


          sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
          sudo iwconfig wlp2s0 txpower 20
          systemctl restart network-manager.service

          Then see if you can connect





          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 31 at 14:12









          Jeremy31

          7,87421359




          7,87421359











          • Thanks. But it's not working yet... The only change was the Power Management:off in the iwconfig output.
            – consul
            Apr 1 at 19:18










          • Try sudo iwconfig wlp2s0 txpower 18 and see if that changes the tx power
            – Jeremy31
            Apr 1 at 21:12










          • Thanks. I am wondering the problem is that I don't have any antenna connected to the wifi module. I will buy someone to try connect it.
            – consul
            Apr 9 at 13:41
















          • Thanks. But it's not working yet... The only change was the Power Management:off in the iwconfig output.
            – consul
            Apr 1 at 19:18










          • Try sudo iwconfig wlp2s0 txpower 18 and see if that changes the tx power
            – Jeremy31
            Apr 1 at 21:12










          • Thanks. I am wondering the problem is that I don't have any antenna connected to the wifi module. I will buy someone to try connect it.
            – consul
            Apr 9 at 13:41















          Thanks. But it's not working yet... The only change was the Power Management:off in the iwconfig output.
          – consul
          Apr 1 at 19:18




          Thanks. But it's not working yet... The only change was the Power Management:off in the iwconfig output.
          – consul
          Apr 1 at 19:18












          Try sudo iwconfig wlp2s0 txpower 18 and see if that changes the tx power
          – Jeremy31
          Apr 1 at 21:12




          Try sudo iwconfig wlp2s0 txpower 18 and see if that changes the tx power
          – Jeremy31
          Apr 1 at 21:12












          Thanks. I am wondering the problem is that I don't have any antenna connected to the wifi module. I will buy someone to try connect it.
          – consul
          Apr 9 at 13:41




          Thanks. I am wondering the problem is that I don't have any antenna connected to the wifi module. I will buy someone to try connect it.
          – consul
          Apr 9 at 13:41

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020846%2fwifi-7265ac-is-not-connected-in-ubuntu-17-10%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491