Ralink RT3290LE: low sensitivity, connection loss and causes reboot of system

Asked by mf-linux

Posted on ubuntu forums on august 2016, but no answer received. No kernel update has solved the problem.

Problems with "Ralink RT3290LE 802.11bgn 1x1 Wifi and Bluetooth 4.0 Combo Adapter" and Ubuntu 16.04/Linux Mint 18:

1- If the wifi card is turned on when you order shutdown of the system (from terminal, shutdown button, etc.), the result is always a restart. To shutdown the laptop, one must disable previously the wifi card ("sudo ifconfig wlo1 down"), preferably shortly before shutdown (if the command is executed at the beginning of a long session, the laptop seems "to forget" and again perform a restart).

2- Low sensitivity to wifi signal, sometimes losing connection intermittently. In my case, at 3 meters from the router, without obstacles in between, signal strength ranges from only 51 to 63%. Speed tests show really lower speed, specially for download (I compared this card with an usb wifi dongle)

I'm experiencing all of these issues with a HP Envy m6-1202ss and ubuntu 16.04. Lower sensitivity and connection loses are there since ubuntu 15.04. Restarts of the system when you want to shutdown, I think began with update to kernel 3.9., also in 15.04.

Probably all is related with the kernel driver.

I've tried previously and unsuccessfully, among others: https://ubuntuforums.org/showthread....2104129&page=2,
https://ubuntuforums.org/showthread....=ralink+rt3290, http://askubuntu.com/questions/25823...hp-envy-7212nr, http://onthim.blogspot.com.es/2015/0...driver-on.html

Thank you very much.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C network; sudo rfkill list; lsb_release -a; uname -a

Thanks

Revision history for this message
mf-linux (maximo-fraga) said :
#2

Thank you, here it is:

*-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0.2
       bus info: pci@0000:02:00.2
       logical name: eno1
       version: 0a
       serial: 6c:3b:e5:8a:92:28
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8411-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:31 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
  *-network
       description: Wireless interface
       product: RT3290 Wireless 802.11n 1T/1R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlo1
       version: 00
       serial: b8:76:3f:3a:49:fd
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt2800pci driverversion=4.4.0-59-generic firmware=0.37 ip=192.168.1.204 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 memory:f0110000-f011ffff
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
Linux maximo-HP-ENVY-m6-Notebook-PC 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Try:

echo "options rt2800pci nohwcrypt=1" | sudo tee /etc/modprobe.d/rt2800pci.conf > /dev/null

sudo modprobe -rfv rt2800pci

sudo modprobe -v rt2800pci

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Power management may also issue. Run:

gksudo gedit /etc/pm/power.d/wireless

(this will create or edit a configuration file that will override the default power management behavior) and enter the following:

#!/bin/sh

/sbin/iwconfig wlan0 power off

above exit0, then save gedit, close and reboot.

Thanks

Revision history for this message
mf-linux (maximo-fraga) said :
#5

Sorry, I don't understand "above exit0". Is it part of the script? Is it the name for the file/script?
Thanks

Revision history for this message
mf-linux (maximo-fraga) said :
#6

After trying commands for rt2800pci as indicated in "#3", I see no change for sensitivity nor speed connection. I don't know if it matters, but the output of "sudo lshw -C network; sudo rfkill list; lsb_release -a; uname -a" is identical to previous one (I made reboot).

I've tried also configuration file with and without the final sentence "above exit0", also simply with "exit0" at the end of the file, but the laptop always makes reboot instead of shutdown.

Any suggestion? Thank you very much.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

What is the output of:

ls /etc/pm/power.d/*

Thanks

Revision history for this message
mf-linux (maximo-fraga) said :
#8

Output is:

/etc/pm/power.d/wireless

Thanks

Revision history for this message
mf-linux (maximo-fraga) said :
#9

This is the text of the file "wireless":

#!/bin/sh

/sbin/iwconfig wlan0 power off

exit 0

Revision history for this message
mf-linux (maximo-fraga) said :
#10

After reboot with created file "wireless", if Mint 18 is chosen for booting, boot process shows error messages concerning wifi card (busy, etc.) and when desktop loads wifi is unavailable. This do not happen if it is ubuntu which boots.
Therefore, I'm deleting the mentioned file.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

Mint isn't supported here. If ubuntu works then fantastic.

Revision history for this message
mf-linux (maximo-fraga) said :
#12

Ok, I understand.
I'm nothing but a regular user (no technical knowledge); my intention was only to provide information that could of potential value. I though that this behaviour of the wifi card ("sequestered" after reboot) could give you some clue. Sorry.

Anyway, the problems reported with ubuntu remain the same. I've created again the file as shown below. Please, could you confirm the text is OK? I'm not sure to have interpreted correctly your previous instructions.

#!/bin/sh

/sbin/iwconfig wlan0 power off

exit0

Thank you very much again

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

Yes the text is what it should be. Is there any issue with Ubuntu still?

Revision history for this message
mf-linux (maximo-fraga) said :
#14

Yes, same issues as initially: reboot instead of shutdown, low wifi sensitivity and speed (router only 3 mts away forma the laptop, nothing in between both devices) and random connection losses.

Thanks

Revision history for this message
mf-linux (maximo-fraga) said :
#15

I've ran "software updater" and accepted the update to new kernel 4.4.0. Error messages appeared in terminal window every time a post-installation check was performed automatically after successive kernel updates. Messages said something like "ERROR: no driver rt3290 found...". I don't know how to access again to these messages to copy and paste them here. After reboot with newest kernel, reported problems remain the same.

Thanks for your help

Revision history for this message
Manfred Hampl (m-hampl) said :
#16

1. the last line in /etc/pm/power.d/wireless should not be "exit0" but "exit 0"

2. Please provide the full output from the steps in https://help.ubuntu.com/community/WirelessTroubleshootingProcedure

Revision history for this message
mf-linux (maximo-fraga) said :
#17

Hit:1 http://archive.canonical.com xenial InRelease
Hit:2 http://ppa.launchpad.net/gencfsm/ppa/ubuntu xenial InRelease
Ign:3 http://download.opensuse.org/repositories/home:/jkt-gentoo:/trojita/xUbuntu_16.04 InRelease
Hit:4 http://ppa.launchpad.net/gnumdk/lollypop/ubuntu xenial InRelease
Hit:5 http://es.archive.ubuntu.com/ubuntu xenial InRelease
Hit:6 http://download.opensuse.org/repositories/home:/jkt-gentoo:/trojita/xUbuntu_16.04 Release
Hit:7 http://ppa.launchpad.net/klaus-vormweg/sylpheed/ubuntu xenial InRelease
Hit:8 http://es.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:9 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:10 http://es.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:11 http://repository.spotify.com stable InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
pciutils is already the newest version (1:3.3.1-1.1ubuntu1).
pciutils set to manually installed.
rfkill is already the newest version (0.5-1ubuntu3).
rfkill set to manually installed.
usbutils is already the newest version (1:007-4).
usbutils set to manually installed.
grep is already the newest version (2.25-1~16.04.1).
The following packages were automatically installed and are no longer required:
  fonts-opensymbol fonts-stix libabw-0.1-1v5 libboost-date-time1.58.0
  libboost-iostreams1.58.0 libcdr-0.1-1 libclucene-contribs1v5
  libclucene-core1v5 libcmis-0.5-5v5 libcolamd2.9.1 libe-book-0.1-1 libeot0
  libetonyek-0.1-1 libetpan17 libexttextcat-2.0-0 libexttextcat-data
  libfreehand-0.1-1 liblangtag-common liblangtag1 liblockfile-bin liblockfile1
  libmhash2 libmspub-0.1-1 libmwaw-0.3-3 libmythes-1.2-0 libneon27-gnutls
  libodfgen-0.1-1 liborcus-0.10-0v5 libpagemaker-0.0-0 libraptor2-0 librasqal3
  librdf0 librevenge-0.0-0 libsuitesparseconfig4.4.6 libvisio-0.1-1
  libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4 libyajl2 linux-headers-4.4.0-53
  linux-headers-4.4.0-53-generic linux-headers-4.4.0-57
  linux-headers-4.4.0-57-generic linux-image-4.4.0-53-generic
  linux-image-4.4.0-57-generic linux-image-extra-4.4.0-53-generic
  linux-image-extra-4.4.0-57-generic linux-signed-image-4.4.0-53-generic
  linux-signed-image-4.4.0-57-generic lp-solve ubuntu-core-launcher uno-libs3
  ure
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libhd21 libx86emu1
The following NEW packages will be installed:
  hwinfo libhd21 libx86emu1
0 upgraded, 3 newly installed, 0 to remove and 17 not upgraded.
Need to get 727 kB of archives.
After this operation, 3.138 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://es.archive.ubuntu.com/ubuntu xenial/universe amd64 libx86emu1 amd64 1.5-1 [47,5 kB]
Get:2 http://es.archive.ubuntu.com/ubuntu xenial/universe amd64 libhd21 amd64 21.23-1 [663 kB]
Get:3 http://es.archive.ubuntu.com/ubuntu xenial/universe amd64 hwinfo amd64 21.23-1 [16,8 kB]
Fetched 727 kB in 0s (1.093 kB/s)
Selecting previously unselected package libx86emu1:amd64.
(Reading database ... 337640 files and directories currently installed.)
Preparing to unpack .../libx86emu1_1.5-1_amd64.deb ...
Unpacking libx86emu1:amd64 (1.5-1) ...
Selecting previously unselected package libhd21:amd64.
Preparing to unpack .../libhd21_21.23-1_amd64.deb ...
Unpacking libhd21:amd64 (21.23-1) ...
Selecting previously unselected package hwinfo.
Preparing to unpack .../hwinfo_21.23-1_amd64.deb ...
Unpacking hwinfo (21.23-1) ...
Processing triggers for libc-bin (2.23-0ubuntu5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libx86emu1:amd64 (1.5-1) ...
Setting up libhd21:amd64 (21.23-1) ...
Setting up hwinfo (21.23-1) ...
Processing triggers for libc-bin (2.23-0ubuntu5) ...
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0.2
       bus info: pci@0000:02:00.2
       logical name: eno1
       version: 0a
       serial: 6c:3b:e5:8a:92:28
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8411-1_0.0.3 06/18/12 ip=172.24.1.18 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:31 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
  *-network DISABLED
       description: Wireless interface
       product: RT3290 Wireless 802.11n 1T/1R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlo1
       version: 00
       serial: b8:76:3f:3a:49:fd
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt2800pci driverversion=4.4.0-59-generic firmware=0.37 latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 memory:f0110000-f011ffff
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
lo Interface doesn't support scanning.

wlo1 Interface doesn't support scanning : Network is down

eno1 Interface doesn't support scanning.

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
02:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
 DeviceName: Hanksville Gbe Lan Connection
 Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:18a7]
 Kernel driver in use: r8169
 Kernel modules: r8169
03:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
 DeviceName: Roma Ralink RT3290LE 802.11bgn 1x1 Wi-Fi
 Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
Bus 002 Device 002: ID 064e:c336 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 138a:0018 Validity Sensors, Inc. Fingerprint scanner
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 002: ID 25a7:2402
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Error: Object 'nm' is unknown, try 'nmcli help'.
H/W path Device Class Description
====================================================
                             system HP ENVY m6 Notebook PC (E0R90EA#ABE)
/0 bus 18A7
/0/0 memory 128KiB BIOS
/0/10 memory 8GiB System Memory
/0/10/0 memory 4GiB SODIMM DDR3 Synchronous 800 MHz (1
/0/10/1 memory 4GiB SODIMM DDR3 Synchronous 800 MHz (1
/0/1c processor AMD A6-4400M APU with Radeon(tm) HD Gra
/0/1c/1d memory 96KiB L1 cache
/0/1c/1e memory 1MiB L2 cache
/0/100 bridge Family 15h (Models 10h-1fh) Processor R
/0/100/1 display Trinity [Radeon HD 7520G]
/0/100/1.1 multimedia Trinity HDMI Audio Controller
/0/100/2 bridge Family 15h (Models 10h-1fh) Processor R
/0/100/2/0 generic Illegal Vendor ID
/0/100/4 bridge Family 15h (Models 10h-1fh) Processor R
/0/100/4/0 generic RTL8411 PCI Express Card Reader
/0/100/4/0.2 eno1 network RTL8111/8168/8411 PCI Express Gigabit E
/0/100/5 bridge Family 15h (Models 10h-1fh) Processor R
/0/100/5/0 wlo1 network RT3290 Wireless 802.11n 1T/1R PCIe
/0/100/5/0.1 generic RT3290 Bluetooth
/0/100/10 bus FCH USB XHCI Controller
/0/100/10/0 usb6 bus xHCI Host Controller
/0/100/10/1 usb5 bus xHCI Host Controller
/0/100/10.1 bus FCH USB XHCI Controller
/0/100/10.1/0 usb8 bus xHCI Host Controller
/0/100/10.1/1 usb7 bus xHCI Host Controller
/0/100/10.1/1/1 input 2.4G Wireless Device
/0/100/11 storage FCH SATA Controller [AHCI mode]
/0/100/12 bus FCH USB OHCI Controller
/0/100/12/1 usb3 bus OHCI PCI host controller
/0/100/12.2 bus FCH USB EHCI Controller
/0/100/12.2/1 usb1 bus EHCI Host Controller
/0/100/13 bus FCH USB OHCI Controller
/0/100/13/1 usb4 bus OHCI PCI host controller
/0/100/13/1/3 generic Fingerprint scanner
/0/100/13.2 bus FCH USB EHCI Controller
/0/100/13.2/1 usb2 bus EHCI Host Controller
/0/100/13.2/1/1 multimedia HP Truevision HD
/0/100/14 bus FCH SMBus Controller
/0/100/14.2 multimedia FCH Azalia Controller
/0/100/14.3 bridge FCH LPC Bridge
/0/100/14.4 bridge FCH PCI Bridge
/0/101 bridge Family 15h (Models 10h-1fh) Processor F
/0/102 bridge Family 15h (Models 10h-1fh) Processor F
/0/103 bridge Family 15h (Models 10h-1fh) Processor F
/0/104 bridge Family 15h (Models 10h-1fh) Processor F
/0/105 bridge Family 15h (Models 10h-1fh) Processor F
/0/106 bridge Family 15h (Models 10h-1fh) Processor F
/0/1 scsi0 storage
/0/1/0.0.0 /dev/sda disk 1TB ST1000LM024 HN-M
/0/1/0.0.0/1 volume 511MiB Windows FAT volume
/0/1/0.0.0/2 /dev/sda2 volume 121GiB EXT4 volume
/0/1/0.0.0/3 /dev/sda3 volume 7643MiB Linux swap volume
/0/1/0.0.0/4 /dev/sda4 volume 121GiB EXT4 volume
/0/1/0.0.0/5 /dev/sda5 volume 679GiB EXT4 volume
/0/2 scsi1 storage
/0/2/0.0.0 /dev/cdrom disk DVD RAM UJ8C2
/1 power MO06062
Linux maximo-HP-ENVY-m6-Notebook-PC 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
updatedb: `/var/lib/mlocate/mlocate.db' is locked (probably by an earlier updatedb)
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] DMI: Hewlett-Packard HP ENVY m6 Notebook PC/18A7, BIOS F.35 09/23/2013
[ 0.000000] No NUMA configuration found
[ 0.092519] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[ 0.259929] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[ 0.282118] PCCT header not found.
[ 0.296934] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.298602] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.298737] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.448661] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.466228] pci 0000:02:00.0: [10ec:5289] type 00 class 0xff0000
[ 0.466261] pci 0000:02:00.0: reg 0x10: [mem 0xf0200000-0xf020ffff]
[ 0.466358] pci 0000:02:00.0: supports D1 D2
[ 0.466360] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.466451] pci 0000:02:00.2: [10ec:8168] type 00 class 0x020000
[ 0.466480] pci 0000:02:00.2: reg 0x10: [io 0x2000-0x20ff]
[ 0.466501] pci 0000:02:00.2: reg 0x18: [mem 0xf0004000-0xf0004fff 64bit pref]
[ 0.466514] pci 0000:02:00.2: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref]
[ 0.466560] pci 0000:02:00.2: supports D1 D2
[ 0.466561] pci 0000:02:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.559730] usbcore: registered new interface driver usbfs
[ 0.559741] usbcore: registered new interface driver hub
[ 0.559755] usbcore: registered new device driver usb
[ 0.564984] clocksource: Switched to clocksource hpet
[ 0.645493] pnp: PnP ACPI: found 6 devices
[ 1.434598] Console: switching to colour frame buffer device 170x48
[ 1.437328] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 1.437393] ACPI: Lid Switch [LID]
[ 1.446093] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 1.457281] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.457284] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.457286] usb usb1: Product: EHCI Host Controller
[ 1.457288] usb usb1: Manufacturer: Linux 4.4.0-59-generic ehci_hcd
[ 1.457289] usb usb1: SerialNumber: 0000:00:12.2
[ 1.457477] hub 1-0:1.0: USB hub found
[ 1.457915] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 1.469266] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.469268] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.469270] usb usb2: Product: EHCI Host Controller
[ 1.469272] usb usb2: Manufacturer: Linux 4.4.0-59-generic ehci_hcd
[ 1.469273] usb usb2: SerialNumber: 0000:00:13.2
[ 1.469469] hub 2-0:1.0: USB hub found
[ 1.529188] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.529192] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.529195] usb usb3: Product: OHCI PCI host controller
[ 1.529196] usb usb3: Manufacturer: Linux 4.4.0-59-generic ohci_hcd
[ 1.529198] usb usb3: SerialNumber: 0000:00:12.0
[ 1.529391] hub 3-0:1.0: USB hub found
[ 1.589180] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.589185] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.589187] usb usb4: Product: OHCI PCI host controller
[ 1.589189] usb usb4: Manufacturer: Linux 4.4.0-59-generic ohci_hcd
[ 1.589190] usb usb4: SerialNumber: 0000:00:13.0
[ 1.589393] hub 4-0:1.0: USB hub found
[ 1.590139] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.590141] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.590143] usb usb5: Product: xHCI Host Controller
[ 1.590145] usb usb5: Manufacturer: Linux 4.4.0-59-generic xhci-hcd
[ 1.590146] usb usb5: SerialNumber: 0000:00:10.0
[ 1.590262] hub 5-0:1.0: USB hub found
[ 1.593429] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.593446] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.593448] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.593450] usb usb6: Product: xHCI Host Controller
[ 1.593451] usb usb6: Manufacturer: Linux 4.4.0-59-generic xhci-hcd
[ 1.593453] usb usb6: SerialNumber: 0000:00:10.0
[ 1.593563] hub 6-0:1.0: USB hub found
[ 1.594093] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.594095] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.594097] usb usb7: Product: xHCI Host Controller
[ 1.594099] usb usb7: Manufacturer: Linux 4.4.0-59-generic xhci-hcd
[ 1.594100] usb usb7: SerialNumber: 0000:00:10.1
[ 1.594220] hub 7-0:1.0: USB hub found
[ 1.597397] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.597413] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.597415] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.597417] usb usb8: Product: xHCI Host Controller
[ 1.597418] usb usb8: Manufacturer: Linux 4.4.0-59-generic xhci-hcd
[ 1.597419] usb usb8: SerialNumber: 0000:00:10.1
[ 1.597531] hub 8-0:1.0: USB hub found
[ 1.817049] [Firmware Bug]: battery: (dis)charge rate invalid.
[ 1.820099] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.965021] usb 7-1: new full-speed USB device number 2 using xhci_hcd
[ 2.110426] usb 7-1: New USB device found, idVendor=25a7, idProduct=2402
[ 2.110429] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.110431] usb 7-1: Product: 2.4G Wireless Device
[ 2.110432] usb 7-1: Manufacturer: 2.4G
[ 2.110539] usb 7-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.110547] usb 7-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.363624] usb 2-1: New USB device found, idVendor=064e, idProduct=c336
[ 2.363627] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.363628] usb 2-1: Product: HP Truevision HD
[ 2.363630] usb 2-1: Manufacturer: SuYin
[ 2.363632] usb 2-1: SerialNumber: HF1318-P62A-SN03-1-REV0207
[ 2.582172] ima: No TPM chip found, activating TPM-bypass!
[ 2.583002] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.649450] rtsx_pci 0000:02:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 30
[ 2.666393] r8169 0000:02:00.2: can't disable ASPM; OS doesn't have ASPM control
[ 2.667278] r8169 0000:02:00.2 eth0: RTL8411 at 0xffffc90000e76000, 6c:3b:e5:8a:92:28, XID 08800800 IRQ 31
[ 2.667284] r8169 0000:02:00.2 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.672829] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 2.672843] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 2.717391] vga_switcheroo: detected switching method \_SB_.PCI0.VGA_.ATPX handle
[ 2.724449] CRAT table not found
[ 2.724845] fb: switching to radeondrmfb from EFI VGA
[ 2.724883] Console: switching to colour dummy device 80x25
[ 2.729114] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 2.759062] usbcore: registered new interface driver usbhid
[ 2.759066] usbhid: USB HID core driver
[ 2.861910] usb 4-3: new full-speed USB device number 2 using ohci-pci
[ 2.933332] r8169 0000:02:00.2 eno1: renamed from eth0
[ 2.958582] input: 2.4G 2.4G Wireless Device as /devices/pci0000:00/0000:00:10.1/usb7/7-1/7-1:1.0/0003:25A7:2402.0001/input/input8
[ 3.014213] hid-generic 0003:25A7:2402.0001: input,hidraw0: USB HID v1.01 Keyboard [2.4G 2.4G Wireless Device] on usb-0000:00:10.1-1/input0
[ 3.014770] input: 2.4G 2.4G Wireless Device as /devices/pci0000:00/0000:00:10.1/usb7/7-1/7-1:1.1/0003:25A7:2402.0002/input/input9
[ 3.070024] hid-generic 0003:25A7:2402.0002: input,hiddev0,hidraw1: USB HID v1.01 Mouse [2.4G 2.4G Wireless Device] on usb-0000:00:10.1-1/input1
[ 3.126356] usb 4-3: New USB device found, idVendor=138a, idProduct=0018
[ 3.126361] usb 4-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 3.126364] usb 4-3: SerialNumber: bdb63ac9c25a
[ 3.429358] clocksource: Switched to clocksource tsc
[ 4.849956] Console: switching to colour frame buffer device 170x48
[ 4.862912] vga_switcheroo: enabled
[ 12.737172] lp: driver loaded but no devices found
[ 16.020262] EXT4-fs (sda4): re-mounted. Opts: errors=remount-ro
[ 16.735210] input: HP Wireless hotkeys as /devices/virtual/input/input10
[ 17.433492] lis3lv02d: 8 bits 3DC sensor found
[ 18.096680] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input12
[ 18.187622] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
[ 18.187714] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input14
[ 19.313184] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0015 detected
[ 19.316592] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 3290 detected
[ 19.368143] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 20.056737] uvcvideo: Found UVC 1.00 device HP Truevision HD (064e:c336)
[ 20.065628] input: HP Truevision HD as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1:1.0/input/input15
[ 20.065726] usbcore: registered new interface driver uvcvideo
[ 20.548062] wl: module license 'MIXED/Proprietary' taints kernel.
[ 20.552571] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 21.322642] rt2800pci 0000:03:00.0 wlo1: renamed from wlan0
[ 22.905758] cfg80211: World regulatory domain updated:
[ 22.905764] cfg80211: DFS Master region: unset
[ 22.905766] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 22.905770] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 22.905774] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 22.905776] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 22.905779] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 22.905782] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 22.905786] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 22.905788] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 22.905790] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 36.407359] vboxdrv: Found 2 processor cores
[ 36.642394] vboxpci: IOMMU not found (not registered)
[ 40.429884] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[ 40.429942] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
[ 40.653102] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
[ 42.269360] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 43.869558] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 43.869565] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 44.076221] r8169 0000:02:00.2 eno1: link down
[ 44.076240] r8169 0000:02:00.2 eno1: link down
[ 45.747653] r8169 0000:02:00.2 eno1: link up
[ 46.405590] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 48.133379] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 48.133388] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 49.925661] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 51.609445] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 51.609454] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 65.809618] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 67.629514] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 67.629523] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 69.341529] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 70.941552] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 70.941560] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 82.817620] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 84.417632] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 84.417641] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 86.033887] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 88.017663] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 88.017672] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 99.942559] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 101.564567] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 101.564598] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 103.199600] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 104.811070] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 104.811079] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 117.030137] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 118.635996] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 118.636005] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 120.253582] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 121.854985] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 121.854998] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 134.034199] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 135.634474] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 135.634482] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
[ 137.254903] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 138.855107] ieee80211 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX busy [0x00000068]
[ 138.855120] ieee80211 phy0: rt2800pci_set_device_state: Error - Device failed to enter state 4 (-5)
 Release Date: 09/23/2013
 Manufacturer: Hewlett-Packard
 Product Name: HP ENVY m6 Notebook PC
 Serial Number: CND3140D86
 Manufacturer: Hewlett-Packard
 Product Name: 18A7
 Serial Number: PDJVUB21W4IID3
 Manufacturer: Hewlett-Packard
 Serial Number: Chassis Serial Number
 String 6: String6 for Original Equipment Manufacturer
 String 7: String7 for Original Equipment Manufacturer
 String 8: String8 for Original Equipment Manufacturer
 Manufacturer: 13-24
 SBDS Serial Number: 93B5
 SBDS Manufacture Date: 2013-03-19
 Manufacturer: Micron Technology
 Serial Number: DFA6778C
 Manufacturer: Micron Technology
 Serial Number: DFA6778B
 Manufacturer: AMD processor
 Serial Number: NotSupport
lo no wireless extensions.

wlo1 IEEE 802.11bgn 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:off

eno1 no wireless extensions.

/etc/modprobe.d/alsa-base.conf:install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
/etc/modprobe.d/blacklist-ath_pci.conf:# which ath5k cannot recover. To prevent this condition, stop
/etc/modprobe.d/blacklist-ath_pci.conf:blacklist ath_pci
/etc/modprobe.d/blacklist-bcm43.conf:# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43legacy
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcm80211
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmfmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmsmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcma
/etc/modprobe.d/blacklist.conf:blacklist eth1394
/etc/modprobe.d/blacklist.conf:# replaced by p54pci
/etc/modprobe.d/blacklist.conf:blacklist prism54
/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-oss.conf:blacklist uart6850
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
/etc/modprobe.d/iwlwifi.conf:# /etc/modprobe.d/iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf:# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
/etc/modprobe.d/iwlwifi.conf:# microcode file installed on the system. When removing iwlwifi, first
/etc/modprobe.d/iwlwifi.conf:# remove the iwl?vm module and then iwlwifi.
/etc/modprobe.d/iwlwifi.conf:remove iwlwifi \
/etc/modprobe.d/iwlwifi.conf:(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
/etc/modprobe.d/iwlwifi.conf:&& /sbin/modprobe -r mac80211
/etc/modprobe.d/rt2800pci.conf:options rt2800pci nohwcrypt=1
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
32: PCI 200.2: 0200 Ethernet controller
  [Created at pci.366]
  Unique ID: wcdH.8zlHDb4Qjf3
  Parent ID: 8otl.G5Dfw+ssufC
  SysFS ID: /devices/pci0000:00/0000:00:04.0/0000:02:00.2
  SysFS BusID: 0000:02:00.2
  Hardware Class: network
  Device Name: "Hanksville Gbe Lan Connection"
  Model: "Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8168 "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x18a7
  Revision: 0x0a
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eno1
  I/O Ports: 0x2000-0x2fff (rw)
  Memory Range: 0xf0004000-0xf0004fff (ro,non-prefetchable)
  Memory Range: 0xf0000000-0xf0003fff (ro,non-prefetchable)
  IRQ: 31 (12464 events)
  HW Address: 6c:3b:e5:8a:92:28
  Link detected: yes
  Module Alias: "pci:v000010ECd00008168sv0000103Csd000018A7bc02sc00i00"
  Driver Info #0:
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #11 (PCI bridge)

33: PCI 300.0: 0282 WLAN controller
  [Created at pci.366]
  Unique ID: S6TQ.MxvvoCwdjwB
  Parent ID: CvwD.nV9PPa_ZQ2D
  SysFS ID: /devices/pci0000:00/0000:00:05.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Device Name: "Roma Ralink RT3290LE 802.11bgn 1x1 Wi-Fi"
  Model: "Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter"
  Vendor: pci 0x1814 "Ralink corp."
  Device: pci 0x3290 "RT3290 Wireless 802.11n 1T/1R PCIe"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x18ec "Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter"
  Driver: "rt2800pci"
  Driver Modules: "rt2800pci"
  Device File: wlo1
  Features: WLAN
  Memory Range: 0xf0110000-0xf011ffff (rw,non-prefetchable)
  IRQ: 17 (39 events)
  HW Address: b8:76:3f:3a:49:fd
  Link detected: no
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v00001814d00003290sv0000103Csd000018ECbc02sc80i00"
  Driver Info #0:
    Driver Status: rt2800pci is active
    Driver Activation Cmd: "modprobe rt2800pci"
  Driver Info #1:
    Driver Status: wl is active
    Driver Activation Cmd: "modprobe wl"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #12 (PCI bridge)
root 1006 0.1 0.2 450440 16776 ? Ssl 13:27 0:00 /usr/sbin/NetworkManager --no-daemon
root 1335 0.0 0.0 43892 5064 ? Ss 13:27 0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
nobody 1460 0.0 0.0 54088 4240 ? S 13:27 0:00 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 --cache-size=0 --conf-file=/dev/null --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d
maximo 2563 0.0 0.1 428008 13328 ? Sl 13:28 0:00 /usr/lib/gvfs/gvfsd-network --spawner :1.4 /org/gtk/gvfs/exec_spaw/2
maximo 4732 0.0 0.0 15444 1032 pts/4 S+ 13:32 0:00 grep --color=auto -E wpa|icd|etwork
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 172.24.1.1 0.0.0.0 UG 0 0 0 eno1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eno1
172.24.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eno1
# 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
total 279844
393217 drwxr-xr-x 4 root root 4096 feb 22 17:01 .
     2 drwxr-xr-x 25 root root 4096 feb 22 16:56 ..
396040 -rw-r--r-- 1 root root 1243479 dic 2 20:11 abi-4.4.0-53-generic
396044 -rw-r--r-- 1 root root 1243800 dic 10 05:04 abi-4.4.0-57-generic
393228 -rw-r--r-- 1 root root 1244118 ene 7 01:44 abi-4.4.0-59-generic
393497 -rw-r--r-- 1 root root 1244118 ene 18 16:59 abi-4.4.0-62-generic
393505 -rw-r--r-- 1 root root 1245512 feb 20 14:40 abi-4.4.0-64-generic
396038 -rw-r--r-- 1 root root 189877 dic 2 20:11 config-4.4.0-53-generic
396045 -rw-r--r-- 1 root root 189991 dic 10 05:04 config-4.4.0-57-generic
393222 -rw-r--r-- 1 root root 190047 ene 7 01:44 config-4.4.0-59-generic
393495 -rw-r--r-- 1 root root 190047 ene 18 16:59 config-4.4.0-62-generic
393503 -rw-r--r-- 1 root root 190247 feb 20 14:40 config-4.4.0-64-generic
     1 drwx------ 3 root root 4096 ene 1 1970 efi
393219 drwxr-xr-x 5 root root 4096 feb 22 17:01 grub
393501 -rw-r--r-- 1 root root 37729255 feb 9 17:02 initrd.img-4.4.0-53-generic
393493 -rw-r--r-- 1 root root 37726931 feb 9 17:01 initrd.img-4.4.0-57-generic
393494 -rw-r--r-- 1 root root 37729131 feb 9 17:01 initrd.img-4.4.0-59-generic
393498 -rw-r--r-- 1 root root 37731158 feb 13 10:59 initrd.img-4.4.0-62-generic
393500 -rw-r--r-- 1 root root 37715290 feb 22 17:00 initrd.img-4.4.0-64-generic
393223 -rw-r--r-- 1 root root 182704 ene 28 2016 memtest86+.bin
393224 -rw-r--r-- 1 root root 184380 ene 28 2016 memtest86+.elf
393225 -rw-r--r-- 1 root root 184840 ene 28 2016 memtest86+_multiboot.bin
396035 -rw------- 1 root root 3874377 dic 2 20:11 System.map-4.4.0-53-generic
396046 -rw------- 1 root root 3875329 dic 10 05:04 System.map-4.4.0-57-generic
393221 -rw------- 1 root root 3875594 ene 7 01:44 System.map-4.4.0-59-generic
393496 -rw------- 1 root root 3875553 ene 18 16:59 System.map-4.4.0-62-generic
393504 -rw------- 1 root root 3883990 feb 20 14:40 System.map-4.4.0-64-generic
396039 -rw------- 1 root root 7065648 dic 2 20:11 vmlinuz-4.4.0-53-generic
396042 -rw------- 1 root root 7067576 dic 12 18:52 vmlinuz-4.4.0-53-generic.efi.signed
396041 -rw------- 1 root root 7067152 dic 10 05:04 vmlinuz-4.4.0-57-generic
396048 -rw------- 1 root root 7069080 ene 9 14:30 vmlinuz-4.4.0-57-generic.efi.signed
393229 -rw------- 1 root root 7069136 ene 7 01:44 vmlinuz-4.4.0-59-generic
393231 -rw------- 1 root root 7071064 ene 10 23:49 vmlinuz-4.4.0-59-generic.efi.signed
393230 -rw------- 1 root root 7070992 ene 18 16:59 vmlinuz-4.4.0-62-generic
393499 -rw------- 1 root root 7072920 feb 2 19:38 vmlinuz-4.4.0-62-generic.efi.signed
393502 -rw------- 1 root root 7087152 feb 20 14:40 vmlinuz-4.4.0-64-generic
393507 -rw------- 1 root root 7089080 feb 22 17:01 vmlinuz-4.4.0-64-generic.efi.signed
Support status summary of 'maximo-HP-ENVY-m6-Notebook-PC':

You have 2022 packages (86.1%) supported until abril 2021 (5y)
You have 28 packages (1.2%) supported until febrero 2022 (5y)
You have 114 packages (4.9%) supported until abril 2019 (3y)

You have 53 packages (2.3%) that can not/no-longer be downloaded
You have 132 packages (5.6%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
Downloaded daily snapshot dated 2017-02-15 03:15:02
--2017-02-24 13:32:55-- http://www.linux-usb.org/usb.ids
Resolving www.linux-usb.org (www.linux-usb.org)... 216.34.181.97
Connecting to www.linux-usb.org (www.linux-usb.org)|216.34.181.97|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 579005 (565K) [text/plain]
Saving to: ‘/var/lib/usbutils/usb.ids.new’

/var/lib/usbutils/u 100%[===================>] 565,43K 480KB/s in 1,2s

2017-02-24 13:32:56 (480 KB/s) - ‘/var/lib/usbutils/usb.ids.new’ saved [579005/579005]

Done.
Module Size Used by
pci_stub 16384 1
vboxpci 24576 0
vboxnetadp 28672 0
vboxnetflt 28672 0
vboxdrv 454656 3 vboxnetadp,vboxnetflt,vboxpci
binfmt_misc 20480 1
nls_iso8859_1 16384 1
hp_wmi 16384 0
sparse_keymap 16384 1 hp_wmi
wl 6447104 0
uvcvideo 90112 0
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 28672 1 uvcvideo
kvm_amd 65536 0
videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2
kvm 540672 1 kvm_amd
v4l2_common 16384 1 videobuf2_v4l2
videodev 176128 4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
irqbypass 16384 1 kvm
media 24576 2 uvcvideo,videodev
arc4 16384 2
rt2800pci 16384 0
rt2800mmio 20480 1 rt2800pci
rt2800lib 94208 2 rt2800pci,rt2800mmio
crct10dif_pclmul 16384 0
rt2x00pci 16384 1 rt2800pci
crc32_pclmul 16384 0
rt2x00mmio 16384 2 rt2800pci,rt2800mmio
ghash_clmulni_intel 16384 0
rt2x00lib 57344 5 rt2x00pci,rt2800lib,rt2800pci,rt2800mmio,rt2x00mmio
aesni_intel 167936 0
aes_x86_64 20480 1 aesni_intel
lrw 16384 1 aesni_intel
mac80211 737280 3 rt2x00lib,rt2x00pci,rt2800lib
cfg80211 565248 3 wl,mac80211,rt2x00lib
gf128mul 16384 1 lrw
glue_helper 16384 1 aesni_intel
eeprom_93cx6 16384 1 rt2800pci
ablk_helper 16384 1 aesni_intel
cryptd 20480 3 ghash_clmulni_intel,aesni_intel,ablk_helper
crc_ccitt 16384 1 rt2800lib
snd_hda_codec_idt 57344 1
snd_hda_codec_generic 77824 1 snd_hda_codec_idt
snd_hda_codec_hdmi 53248 1
snd_hda_intel 40960 5
input_leds 16384 0
snd_hda_codec 135168 4 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_intel
joydev 20480 0
snd_hda_core 73728 5 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
serio_raw 16384 0
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 106496 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_seq_midi 16384 0
i2c_piix4 24576 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
k10temp 16384 0
snd_timer 32768 2 snd_pcm,snd_seq
snd 81920 21 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore 16384 1 snd
rtsx_pci_ms 20480 0
memstick 20480 1 rtsx_pci_ms
hp_accel 28672 0
lis3lv02d 20480 1 hp_accel
shpchp 36864 0
input_polldev 16384 1 lis3lv02d
hp_wireless 16384 0
mac_hid 16384 0
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,ppdev,parport_pc
autofs4 40960 2
hid_generic 16384 0
rtsx_pci_sdmmc 24576 0
psmouse 131072 0
usbhid 49152 0
hid 118784 2 hid_generic,usbhid
ahci 36864 4
amdkfd 131072 1
libahci 32768 1 ahci
amd_iommu_v2 20480 1 amdkfd
wmi 20480 1 hp_wmi
radeon 1515520 4
i2c_algo_bit 16384 1 radeon
ttm 94208 1 radeon
drm_kms_helper 155648 1 radeon
fjes 28672 0
video 40960 0
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 364544 7 ttm,drm_kms_helper,radeon
r8169 81920 0
mii 16384 1 r8169
rtsx_pci 53248 2 rtsx_pci_ms,rtsx_pci_sdmmc

Revision history for this message
Manfred Hampl (m-hampl) said :
#18

Maybe compiling and installing the rt3290sta driver as described here http://askubuntu.com/a/764036 helps

Revision history for this message
mf-linux (maximo-fraga) said :
#19

Thanks, but I've got errors when "make" command is entered (below). I don know how to procceed.

maximo@maximo-HP-ENVY-m6-Notebook-PC:~/DPO_RT3290_LinuxSTA_V2600_20120508$ make
make -C tools
make[1]: Entering directory '/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/tools'
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/tools/bin2h
cp -f os/linux/Makefile.6 /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/Makefile
make -C /lib/modules/4.4.0-59-generic/build SUBDIRS=/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-59-generic'
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_md5.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_sha2.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_hmac.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.o
In file included from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/crypt_aes.h:38,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c:35:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Wrap’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c:1466:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
      DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Wrap: allocate %d bytes memory failure.
                                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:656:16: note: in definition of macro ‘DBGPRINT_RAW’
         printk Fmt; \
                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c:1466:6: note: in expansion of macro ‘DBGPRINT’
      DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Wrap: allocate %d bytes memory failure.
      ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Unwrap’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c:1561:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
      DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Unwrap: allocate %d bytes memory failur
                                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:656:16: note: in definition of macro ‘DBGPRINT_RAW’
         printk Fmt; \
                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c:1561:6: note: in expansion of macro ‘DBGPRINT’
      DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Unwrap: allocate %d bytes memory failur
      ^
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_arc4.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.o
In file included from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c:30:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c:529:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       (UINT32)&pAd->RalinkCounters.OneSecEnd -
       ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:463:76: note: in definition of macro ‘NdisZeroMemory’
 ine NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
                                                                        ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c:530:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       (UINT32)&pAd->RalinkCounters.OneSecStart);
       ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:463:76: note: in definition of macro ‘NdisZeroMemory’
 ine NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
                                                                        ^
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wep.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/action.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_data.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.o
In file included from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c:28:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c: In function ‘rt28xx_init’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c:162:26: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘ULONG {aka long unsigned int}’ [-Wformat=]
   DBGPRINT(RT_DEBUG_OFF,("PllCtrl:0x%x\n",PllCtrl.word));
                          ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:656:16: note: in definition of macro ‘DBGPRINT_RAW’
         printk Fmt; \
                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c:162:3: note: in expansion of macro ‘DBGPRINT’
   DBGPRINT(RT_DEBUG_OFF,("PllCtrl:0x%x\n",PllCtrl.word));
   ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c:178:10: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
          AUTO_WAKEUP_STRUC AutoWakeupCfg;
          ^
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_tkip.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_aes.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_sync.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/eeprom.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_sanity.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_info.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_cfg.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wpa.o
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wpa.c: In function ‘PeerPairMsg3Action’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wpa.c:1032:13: warning: unused variable ‘Cancelled’ [-Wunused-variable]
  BOOLEAN Cancelled;
             ^
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_radar.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.o
In file included from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.c:28:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.c:1972:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
   DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffe
                             ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:656:16: note: in definition of macro ‘DBGPRINT_RAW’
         printk Fmt; \
                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.c:1972:3: note: in expansion of macro ‘DBGPRINT’
   DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffe
   ^
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_timer.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rt_channel.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_profile.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_asic.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_cmd.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ps.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/uapsd.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../rate_ctrl/ra_ctrl.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../rate_ctrl/alg_legacy.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../rate_ctrl/alg_ags.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.o
In file included from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.c:26:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.c: In function ‘STA_MonPktSend’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.c:409:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
         DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION_
                                   ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:656:16: note: in definition of macro ‘DBGPRINT_RAW’
         printk Fmt; \
                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.c:409:9: note: in expansion of macro ‘DBGPRINT’
         DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION_
         ^
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rtmp_chip.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/assoc.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/auth.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/auth_rsp.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sync.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sanity.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.o
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c: In function ‘STAHandleRxDataFrame’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c:283:17: warning: unused variable ‘pFmeCtrl’ [-Wunused-variable]
  FRAME_CONTROL *pFmeCtrl = &pHeader->FC;
                 ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c:282:8: warning: unused variable ‘OldPwrMgmt’ [-Wunused-variable]
  UCHAR OldPwrMgmt = PWR_ACTIVE;
        ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c: In function ‘STAHandleRxMgmtFrame’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c:766:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
     UCHAR uRSSI2;
     ^
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/connect.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/wpa.o
  CC [M] /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.o
In file included from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
                 from /home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:31:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c: In function ‘RTMPQueryInformation’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:3956:30: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
    DBGPRINT(RT_DEBUG_TRACE, ("sizeof UCHAR=%d, channel=%d \n", sizeof(UCHAR), p
                              ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:656:16: note: in definition of macro ‘DBGPRINT_RAW’
         printk Fmt; \
                ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:3956:4: note: in expansion of macro ‘DBGPRINT’
    DBGPRINT(RT_DEBUG_TRACE, ("sizeof UCHAR=%d, channel=%d \n", sizeof(UCHAR), p
    ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c: In function ‘RTMPIoctlShow’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:4899:85: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
 intf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, _
                                                                     ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:4899:95: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
 , size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
                                                                     ^
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c: In function ‘RtmpIoctl_rt_private_get_statistics’:
/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:7220:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘EEPROM_NIC_CONFIG3_STRUC {aka union _EEPROM_NIC_CINFIG3_STRUC}’ [-Wformat=]
 sprintf(extra+strlen(extra), "pAd->NicConfig3.field.CoexAnt == 0x%x\n\n",pAd->N
                              ^
cc1: some warnings being treated as errors
scripts/Makefile.build:258: recipe for target '/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.o' failed
make[2]: *** [/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.o] Error 1
Makefile:1420: recipe for target '_module_/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux' failed
make[1]: *** [_module_/home/maximo/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-59-generic'
Makefile:380: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2

Revision history for this message
Manfred Hampl (m-hampl) said :
#20

If this solutions does not work, you might try other suggestions from that askubuntu link.

Revision history for this message
mf-linux (maximo-fraga) said :
#21

New driver installed (askubuntu link to "http://onthim.blogspot.com.es/2015/06/install-ralink-rt3290-wi-fi-driver-on.html"), but now it's impossible to shutdown the system. It's always rebooting!

 I've tried, since previously worked with the old driver, "sudo ifconfig rename3 down" (before, it was "sudo ifconfig wlo1 down", but now "wlo1" does not exist: it was renamed by the new driver).

Here is the new output for sudo lshw -C network; sudo rfkill list; lsb_release -a; uname -a:

 *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0.2
       bus info: pci@0000:02:00.2
       logical name: eno1
       version: 0a
       serial: 6c:3b:e5:8a:92:28
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8411-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:32 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
  *-network
       description: Wireless interface
       product: RT3290 Wireless 802.11n 1T/1R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: rename3
       version: 00
       serial: b8:76:3f:3a:49:fd
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=RALINK WLAN ip=192.168.1.204 latency=0 multicast=yes wireless=Ralink STA
       resources: irq:17 memory:f0110000-f011ffff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
Linux maximo-HP-ENVY-m6-Notebook-PC 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Hope someone can help! Thank you very much

Revision history for this message
mf-linux (maximo-fraga) said :
#22

By the way, not everything was bad: the new driver improved the signal strength reception!

Revision history for this message
Manfred Hampl (m-hampl) said :
#23

There seems to be something strange with the driver.
I expected that the driver should be named "rt3290sta", but your output shows "driver=RALINK WLAN", and a network name of "rename3" is absolutely weird.

Revision history for this message
mf-linux (maximo-fraga) said :
#24

With last driver installed, no possibility to avoid constant rebooting (shutdown only by pressing poweroff button).
Once uninstalled the driver, no wifi available, and following message for the Ralink RT3290LE: "device not ready, firmware missing". Since then, laptop shutdowns properly.
Therefore, no doubt about relationship Ralink RT3290LE drivers and rebooting of system.

I don't know what to do now. In the meantime, wifi by USB dongle.

Revision history for this message
Launchpad Janitor (janitor) said :
#25

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
mf-linux (maximo-fraga) said :
#26

I've updated to kernel 4.4.0-66, but still missing firmware for Ralink RT3290LE.

How should I reinstall original driver/firmware for the wifi PCI card?

My intention is to try the newest kernel with its default driver for Ralink RT3290LE and see if this could fix the problem with this wifi card.

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#27

What firmware file is missing? Can you find it online?

Revision history for this message
Launchpad Janitor (janitor) said :
#28

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.