LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Driver Installation for Edimax AC600 USB2.0 Wifi -7811utc (https://www.linuxquestions.org/questions/linux-software-2/driver-installation-for-edimax-ac600-usb2-0-wifi-7811utc-4175561000/)

pakron 12-08-2015 04:27 PM

Driver Installation for Edimax AC600 USB2.0 Wifi -7811utc
 
Tried to install driver following this site
https://github.com/ulli-kroll/rtl8821au following suggestion from
Edimax tech-support.

Here is what I did

ron@Lotus ~/Downloads $ cd rtl8821au-master
ron@Lotus ~/Downloads/rtl8821au-master $ sudo make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.2.6-040206-generic/build M=/home/ron/Downloads/rtl8821au-master modules
make[1]: Entering directory `/usr/src/linux-headers-4.2.6-040206-generic'
Makefile:659: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
CC [M] /home/ron/Downloads/rtl8821au-master/os_dep/osdep_service.o
gcc: error: unrecognized command line option -fstack-protector-strong
make[2]: *** [/home/ron/Downloads/rtl8821au-master/os_dep/osdep_service.o] Error 1
make[1]: *** [_module_/home/ron/Downloads/rtl8821au-master] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-4.2.6-040206-generic'
make: *** [modules] Error 2

I'm running Linuxmint 17.3 beta with 4.2.6 kernel.
I'm a newbie and any help is much appreciated.

berndbausch 12-08-2015 05:54 PM

I don't think this has anything to do with the driver, but is rather rlated to your kernel development setup.

The compiler doesn't support a feature that is configured in the kernel headers and is designed to protect the stack from attacks. You have two possibilities - finding out if MINT has a more recent version of gcc, or finding out how to remove the feature from the kernel configuration.

Another way to put it: Your compiler is not compatible with the kernel headers. This makes me wonder if you have installed all that is needed for kernel development.

Note that I am not much more of a newbie myself.

pakron 12-09-2015 12:34 PM

Driver Installation for Edimax AC600 USB2.0 Wifi -7811utc
 
Thanks for your insight.

I did this 'sudo apt-get install build-essential' but I guess it didn't help.

Currently I have gcc 4.7 should I be going <4.7 or >4.7?

ardvark71 12-09-2015 01:03 PM

Hi pakron...

Does chili555's solution here work? :)

Regards...

pakron 12-09-2015 05:39 PM

Driver rtl8821au
 
Here is the result following chili555 thread
Make-essential is up to date.

ron@Lotus ~/rtl8812au $ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.2.6-040206-generic/build M=/home/ron/rtl8812au modules
make[1]: Entering directory `/usr/src/linux-headers-4.2.6-040206-generic'
Makefile:659: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
CC [M] /home/ron/rtl8812au/core/rtw_cmd.o
gcc: error: unrecognized command line option -fstack-protector-strong
make[2]: *** [/home/ron/rtl8812au/core/rtw_cmd.o] Error 1
make[1]: *** [_module_/home/ron/rtl8812au] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-4.2.6-040206-generic'
make: *** [modules] Error 2

UPDATE: Finally installed driver after updating gcc to 4.9 but driver didn't work!

ardvark71 12-09-2015 11:13 PM

Quote:

Originally Posted by pakron (Post 5462120)
Makefile:659: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
CC [M] /home/ron/rtl8812au/core/rtw_cmd.o
gcc: error: unrecognized command line option -fstack-protector-strong

Hi pakron...

Yeah, as berndbausch has mentioned, the issue with gcc will need to be corrected before you can continue compiling and installing the adapter driver. :(

What is your version of gcc? You can find this out by opening a terminal and entering (or by copying and pasting) this command...

Code:

gcc --version
You can also check the Synaptic package manager to see if your version of gcc can be upgraded. :)

Regards...

pakron 12-12-2015 12:56 PM

Finally installed driver after upgrade gcc to 4.9 but driver didn't work!

ardvark71 12-12-2015 03:10 PM

Quote:

Originally Posted by pakron (Post 5463341)
Finally installed driver after upgrade gcc to 4.9 but driver didn't work!

Which solution and driver did you use? What did you see in your network manager? Did you try connecting? Also, could you open a terminal and post the entire results for...

Code:

dmesg
Code:

lsmod
Code:

ifconfig -a
Regards...

pakron 12-12-2015 05:01 PM

Now it seems module for AC600 is not there. After installing module yesterday it could connect to the wifi router but not working. Light is on but not blinking. According to Edimax driver is not working. Today there is no light! Currently I have Ethernet cable.

Here are the results you want:

ron@Lotus ~ $ lsmod
Module Size Used by
bnep 20480 2
rfcomm 69632 4
bluetooth 516096 10 bnep,rfcomm
gpio_ich 16384 0
snd_hda_codec_realtek 86016 1
snd_hda_codec_generic 77824 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 49152 1
snd_hda_intel 36864 5
snd_hda_codec 135168 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 65536 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 102400 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
coretemp 16384 0
snd_seq_midi 16384 0
binfmt_misc 20480 1
snd_seq_midi_event 16384 1 snd_seq_midi
kvm_intel 167936 0
dm_multipath 24576 0
snd_rawmidi 32768 1 snd_seq_midi
kvm 512000 1 kvm_intel
snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi
scsi_dh 16384 1 dm_multipath
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 32768 2 snd_pcm,snd_seq
serio_raw 16384 0
snd 81920 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_cod ec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
input_leds 16384 0
soundcore 16384 1 snd
lpc_ich 24576 0
8250_fintek 16384 0
shpchp 36864 0
mei_me 24576 0
mei 90112 1 mei_me
mac_hid 16384 0
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,ppdev,parport_pc
dm_mirror 24576 0
dm_region_hash 24576 1 dm_mirror
dm_log 20480 2 dm_region_hash,dm_mirror
hid_generic 16384 0
firewire_ohci 40960 0
psmouse 126976 0
firewire_core 65536 1 firewire_ohci
crc_itu_t 16384 1 firewire_core
usbhid 49152 0
hid 118784 2 hid_generic,usbhid
pata_marvell 16384 0
e1000e 237568 0
ptp 20480 1 e1000e
pps_core 20480 1 ptp
pata_acpi 16384 0

ron@Lotus ~ $ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1c:c0:6c:f3:e0
inet addr:192.168.188.25 Bcast:192.168.188.255 Mask:255.255.255.0
inet6 addr: fe80::21c:c0ff:fe6c:f3e0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21536 errors:0 dropped:5 overruns:0 frame:0
TX packets:14728 errors:19 dropped:0 overruns:0 carrier:19
collisions:1574 txqueuelen:1000
RX bytes:10953934 (10.9 MB) TX bytes:2532021 (2.5 MB)
Interrupt:20 Memory:e0400000-e0420000

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:1143 errors:0 dropped:0 overruns:0 frame:0
TX packets:1143 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:121080 (121.0 KB) TX bytes:121080 (121.0 KB)

ron@Lotus ~ $ dmesg
[ 0.000000] microcode: CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.2.6-040206-generic (kernel@tangerine) (gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) ) #201511091832 SMP Mon Nov 9 23:34:22 UTC 2015
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.2.6-040206-generic root=UUID=bba1dcaf-726b-455b-b628-342e22621f87 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x3, context size is 0x240 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfa1efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cfa1f000-0x00000000cfa20fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cfa21000-0x00000000cfb11fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cfb12000-0x00000000cfbe2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cfbe3000-0x00000000cfbe8fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cfbe9000-0x00000000cfbf1fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cfbf2000-0x00000000cfbf2fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cfbf3000-0x00000000cfbfefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cfbff000-0x00000000cfbfffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cfc00000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022bffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Seanix Technology Inc. /DQ35JO, BIOS JOQ3510J.86A.1143.2010.1209.0048 12/09/2010
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x22c000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0CFC00000 mask FFFC00000 uncachable
[ 0.000000] 1 base 0D0000000 mask FF0000000 uncachable
[ 0.000000] 2 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 3 base 0CFB97000 mask FFFFFF000 write-back
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xcfc00 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fe5a0-0x000fe5af] mapped at [ffff8800000fe5a0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fed000, 0x01fedfff] PGTABLE
[ 0.000000] BRK [0x01fee000, 0x01feefff] PGTABLE
[ 0.000000] BRK [0x01fef000, 0x01feffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x22be00000-0x22bffffff]
[ 0.000000] [mem 0x22be00000-0x22bffffff] page 2M
[ 0.000000] BRK [0x01ff0000, 0x01ff0fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x220000000-0x22bdfffff]
[ 0.000000] [mem 0x220000000-0x22bdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
[ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xcfa1efff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xcf9fffff] page 2M
[ 0.000000] [mem 0xcfa00000-0xcfa1efff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xcfa21000-0xcfb11fff]
[ 0.000000] [mem 0xcfa21000-0xcfb11fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xcfbe3000-0xcfbe8fff]
[ 0.000000] [mem 0xcfbe3000-0xcfbe8fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xcfbf2000-0xcfbf2fff]
[ 0.000000] [mem 0xcfbf2000-0xcfbf2fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xcfbff000-0xcfbfffff]
[ 0.000000] [mem 0xcfbff000-0xcfbfffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
[ 0.000000] BRK [0x01ff1000, 0x01ff1fff] PGTABLE
[ 0.000000] BRK [0x01ff2000, 0x01ff2fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x34b2e000-0x3658efff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000FE020 000014 (v00 Seanix)
[ 0.000000] ACPI: RSDT 0x00000000CFBFD038 000064 (v01 Seanix Seanix01 00000477 01000013)
[ 0.000000] ACPI: FACP 0x00000000CFBFC000 000074 (v01 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: DSDT 0x00000000CFBF8000 003D84 (v01 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: FACS 0x00000000CFB86000 000040
[ 0.000000] ACPI: APIC 0x00000000CFBF7000 000078 (v01 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: WDDT 0x00000000CFBF6000 000040 (v01 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: MCFG 0x00000000CFBF5000 00003C (v01 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: ASF! 0x00000000CFBF4000 0000A6 (v32 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: SLIC 0x00000000CFBF3000 000176 (v01 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: ASPT 0x00000000CFBF1000 000034 (v03 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: WDTT 0x00000000CFBF0000 0002CC (v01 Seanix Seanix01 00000477 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CFBEF000 000204 (v01 Seanix CpuPm 00000477 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CFBEE000 0001F9 (v01 Seanix Cpu0Ist 00000477 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CFBED000 0001F9 (v01 Seanix Cpu1Ist 00000477 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CFBEC000 0000DD (v01 Seanix Cpu0Cst 00000477 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CFBEB000 0000DD (v01 Seanix Cpu1Cst 00000477 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CFBEA000 0000DD (v01 Seanix Cpu2Cst 00000477 MSFT 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CFBE9000 0000DD (v01 Seanix Cpu3Cst 00000477 MSFT 01000013)
[ 0.000000] ACPI: TCPA 0x00000000CFB13000 000032 (v02 INTEL TIANO 00000002 MSFT 01000013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022bffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x22bff5000-0x22bff9fff]
[ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880223600000-ffff88022b5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000022bffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008efff]
[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000cfa1efff]
[ 0.000000] node 0: [mem 0x00000000cfa21000-0x00000000cfb11fff]
[ 0.000000] node 0: [mem 0x00000000cfbe3000-0x00000000cfbe8fff]
[ 0.000000] node 0: [mem 0x00000000cfbf2000-0x00000000cfbf2fff]
[ 0.000000] node 0: [mem 0x00000000cfbff000-0x00000000cfbfffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000022bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022bffffff]
[ 0.000000] On node 0 totalpages: 2079413
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13229 pages used for memmap
[ 0.000000] DMA32 zone: 846616 pages, LIFO batch:31
[ 0.000000] Normal zone: 19200 pages used for memmap
[ 0.000000] Normal zone: 1228800 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcfa1f000-0xcfa20fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcfb12000-0xcfbe2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcfbe9000-0xcfbf1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcfbf3000-0xcfbfefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcfc00000-0xcfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xffbfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[ 0.000000] e820: [mem 0xd0000000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88022bc00000 s96344 r8192 d30632 u524288
[ 0.000000] pcpu-alloc: s96344 r8192 d30632 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2046899
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.6-040206-generic root=UUID=bba1dcaf-726b-455b-b628-342e22621f87 ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8076276K/8317652K available (8083K kernel code, 1230K rwdata, 3848K rodata, 1456K init, 1292K bss, 241376K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:16640 nr_irqs:456 16
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-3.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2989.537 MHz processor
[ 0.008011] Calibrating delay loop (skipped), value calculated using timer frequency.. 5979.07 BogoMIPS (lpj=11958148)
[ 0.008014] pid_max: default: 32768 minimum: 301
[ 0.008020] ACPI: Core revision 20150619
[ 0.014397] ACPI: All ACPI Tables successfully acquired
[ 0.014419] Security Framework initialized
[ 0.014428] AppArmor: AppArmor initialized
[ 0.014429] Yama: becoming mindful.
[ 0.014974] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.018388] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.020085] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.020095] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.020427] Initializing cgroup subsys blkio
[ 0.020432] Initializing cgroup subsys memory
[ 0.020442] Initializing cgroup subsys devices
[ 0.020445] Initializing cgroup subsys freezer
[ 0.020448] Initializing cgroup subsys net_cls
[ 0.020451] Initializing cgroup subsys perf_event
[ 0.020454] Initializing cgroup subsys net_prio
[ 0.020456] Initializing cgroup subsys hugetlb
[ 0.020479] CPU: Physical Processor ID: 0
[ 0.020480] CPU: Processor Core ID: 0
[ 0.020482] mce: CPU supports 6 MCE banks
[ 0.020489] CPU0: Thermal monitoring enabled (TM2)
[ 0.020493] process: using mwait in idle threads
[ 0.020497] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[ 0.020498] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[ 0.020802] Freeing SMP alternatives memory: 28K (ffffffff81ea1000 - ffffffff81ea8000)
[ 0.023591] ftrace: allocating 30722 entries in 121 pages
[ 0.032417] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.076000] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (fam: 06, model: 17, stepping: 0a)
[ 0.076000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[ 0.076000] ... version: 2
[ 0.076000] ... bit width: 40
[ 0.076000] ... generic registers: 2
[ 0.076000] ... value mask: 000000ffffffffff
[ 0.076000] ... max period: 000000007fffffff
[ 0.076000] ... fixed-purpose events: 3
[ 0.076000] ... event mask: 0000000700000003
[ 0.076000] x86: Booting SMP configuration:
[ 0.076000] .... node #0, CPUs: #1
[ 0.012000] microcode: CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
[ 0.080048] x86: Booted up 1 node, 2 CPUs
[ 0.080052] smpboot: Total of 2 processors activated (11958.14 BogoMIPS)
[ 0.080134] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.082694] devtmpfs: initialized
[ 0.086143] evm: security.selinux
[ 0.086144] evm: security.SMACK64
[ 0.086145] evm: security.SMACK64EXEC
[ 0.086146] evm: security.SMACK64TRANSMUTE
[ 0.086147] evm: security.SMACK64MMAP
[ 0.086148] evm: security.ima
[ 0.086149] evm: security.capability
[ 0.086200] PM: Registering ACPI NVS region [mem 0xcfb12000-0xcfbe2fff] (856064 bytes)
[ 0.086279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.086309] pinctrl core: initialized pinctrl subsystem
[ 0.086309] RTC time: 14:17:19, date: 12/12/15
[ 0.086309] NET: Registered protocol family 16
[ 0.092006] cpuidle: using governor ladder
[ 0.096007] cpuidle: using governor menu
[ 0.096077] ACPI: bus type PCI registered
[ 0.096079] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.096178] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.096181] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.096195] PCI: Using configuration type 1 for base access
[ 0.100079] ACPI: Added _OSI(Module Device)
[ 0.100081] ACPI: Added _OSI(Processor Device)
[ 0.100082] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.100084] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.102002] ACPI: Interpreter enabled
[ 0.102009] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
[ 0.102020] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.102022] ACPI: Using IOAPIC for interrupt routing
[ 0.102041] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.106276] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.106282] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.106286] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.106692] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.106833] PCI host bridge to bus 0000:00
[ 0.106836] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.106838] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.106840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.106842] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.106844] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff window]
[ 0.106845] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[ 0.106847] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xefffffff window]
[ 0.106855] pci 0000:00:00.0: [8086:29b0] type 00 class 0x060000
[ 0.106938] pci 0000:00:01.0: [8086:29b1] type 01 class 0x060400
[ 0.106966] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.107001] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.107040] pci 0000:00:03.0: [8086:29b4] type 00 class 0x078000
[ 0.107053] pci 0000:00:03.0: reg 0x10: [mem 0xe0426900-0xe042690f 64bit]
[ 0.107078] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.107142] pci 0000:00:03.2: [8086:29b6] type 00 class 0x010185
[ 0.107153] pci 0000:00:03.2: reg 0x10: [io 0x3480-0x3487]
[ 0.107158] pci 0000:00:03.2: reg 0x14: [io 0x349c-0x349f]
[ 0.107163] pci 0000:00:03.2: reg 0x18: [io 0x3478-0x347f]
[ 0.107167] pci 0000:00:03.2: reg 0x1c: [io 0x3498-0x349b]
[ 0.107172] pci 0000:00:03.2: reg 0x20: [io 0x3440-0x344f]
[ 0.107242] pci 0000:00:03.3: [8086:29b7] type 00 class 0x070002
[ 0.107254] pci 0000:00:03.3: reg 0x10: [io 0x3470-0x3477]
[ 0.107259] pci 0000:00:03.3: reg 0x14: [mem 0xe0425000-0xe0425fff]
[ 0.107357] pci 0000:00:19.0: [8086:10bd] type 00 class 0x020000
[ 0.107378] pci 0000:00:19.0: reg 0x10: [mem 0xe0400000-0xe041ffff]
[ 0.107385] pci 0000:00:19.0: reg 0x14: [mem 0xe0424000-0xe0424fff]
[ 0.107392] pci 0000:00:19.0: reg 0x18: [io 0x30e0-0x30ff]
[ 0.107428] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.107463] pci 0000:00:19.0: System wakeup disabled by ACPI
[ 0.107502] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[ 0.107540] pci 0000:00:1a.0: reg 0x20: [io 0x30c0-0x30df]
[ 0.107607] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.107647] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[ 0.107685] pci 0000:00:1a.1: reg 0x20: [io 0x30a0-0x30bf]
[ 0.107751] pci 0000:00:1a.1: System wakeup disabled by ACPI
[ 0.107792] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[ 0.107830] pci 0000:00:1a.2: reg 0x20: [io 0x3080-0x309f]
[ 0.107896] pci 0000:00:1a.2: System wakeup disabled by ACPI
[ 0.107941] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[ 0.107965] pci 0000:00:1a.7: reg 0x10: [mem 0xe0426400-0xe04267ff]
[ 0.108019] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.108069] pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 0.108111] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[ 0.108132] pci 0000:00:1b.0: reg 0x10: [mem 0xe0420000-0xe0423fff 64bit]
[ 0.108178] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.108227] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.108268] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[ 0.108316] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.108353] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.108393] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[ 0.108445] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.108481] pci 0000:00:1c.1: System wakeup disabled by ACPI
[ 0.108521] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
[ 0.108573] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.108609] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.108649] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
[ 0.108697] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.108733] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.108773] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[ 0.108820] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.108856] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.108898] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[ 0.108936] pci 0000:00:1d.0: reg 0x20: [io 0x3060-0x307f]
[ 0.109002] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.109043] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[ 0.109081] pci 0000:00:1d.1: reg 0x20: [io 0x3040-0x305f]
[ 0.109147] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.109187] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[ 0.109225] pci 0000:00:1d.2: reg 0x20: [io 0x3020-0x303f]
[ 0.109291] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.109337] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[ 0.109360] pci 0000:00:1d.7: reg 0x10: [mem 0xe0426000-0xe04263ff]
[ 0.109417] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.109467] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.109507] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.109575] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.109617] pci 0000:00:1f.0: [8086:2914] type 00 class 0x060100
[ 0.109690] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0400-0x047f]: address conflict with ACPI CPU throttle [io 0x0410-0x0415]
[ 0.109694] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
[ 0.109698] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.109775] pci 0000:00:1f.2: [8086:2920] type 00 class 0x01018f
[ 0.109792] pci 0000:00:1f.2: reg 0x10: [io 0x3468-0x346f]
[ 0.109798] pci 0000:00:1f.2: reg 0x14: [io 0x3494-0x3497]
[ 0.109805] pci 0000:00:1f.2: reg 0x18: [io 0x3460-0x3467]
[ 0.109811] pci 0000:00:1f.2: reg 0x1c: [io 0x3490-0x3493]
[ 0.109818] pci 0000:00:1f.2: reg 0x20: [io 0x3430-0x343f]
[ 0.109824] pci 0000:00:1f.2: reg 0x24: [io 0x3420-0x342f]
[ 0.109903] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.109917] pci 0000:00:1f.3: reg 0x10: [mem 0xe0426800-0xe04268ff 64bit]
[ 0.109934] pci 0000:00:1f.3: reg 0x20: [io 0x3000-0x301f]
[ 0.110008] pci 0000:00:1f.5: [8086:2926] type 00 class 0x010185
[ 0.110024] pci 0000:00:1f.5: reg 0x10: [io 0x3458-0x345f]
[ 0.110031] pci 0000:00:1f.5: reg 0x14: [io 0x348c-0x348f]
[ 0.110037] pci 0000:00:1f.5: reg 0x18: [io 0x3450-0x3457]
[ 0.110044] pci 0000:00:1f.5: reg 0x1c: [io 0x3488-0x348b]
[ 0.110050] pci 0000:00:1f.5: reg 0x20: [io 0x3410-0x341f]
[ 0.110056] pci 0000:00:1f.5: reg 0x24: [io 0x3400-0x340f]
[ 0.110167] pci 0000:01:00.0: [1002:6899] type 00 class 0x030000
[ 0.110187] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.110196] pci 0000:01:00.0: reg 0x18: [mem 0xe0300000-0xe031ffff 64bit]
[ 0.110202] pci 0000:01:00.0: reg 0x20: [io 0x2000-0x20ff]
[ 0.110213] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.110231] pci 0000:01:00.0: supports D1 D2
[ 0.110272] pci 0000:01:00.1: [1002:aa50] type 00 class 0x040300
[ 0.110292] pci 0000:01:00.1: reg 0x10: [mem 0xe0320000-0xe0323fff 64bit]
[ 0.110331] pci 0000:01:00.1: supports D1 D2
[ 0.110382] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.110384] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.110387] pci 0000:00:01.0: bridge window [mem 0xe0300000-0xe03fffff]
[ 0.110390] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit

pakron 12-12-2015 05:07 PM

Here is the rest of dmasg result

t pref]
[ 0.110428] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.110496] pci 0000:03:00.0: [1912:0014] type 00 class 0x0c0330
[ 0.110561] pci 0000:03:00.0: reg 0x10: [mem 0xe0200000-0xe0201fff 64bit]
[ 0.110694] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.116022] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.116028] pci 0000:00:1c.1: bridge window [mem 0xe0200000-0xe02fffff]
[ 0.116099] pci 0000:04:00.0: [11ab:6101] type 00 class 0x01018f
[ 0.116133] pci 0000:04:00.0: reg 0x10: [io 0x1018-0x101f]
[ 0.116145] pci 0000:04:00.0: reg 0x14: [io 0x1024-0x1027]
[ 0.116157] pci 0000:04:00.0: reg 0x18: [io 0x1010-0x1017]
[ 0.116169] pci 0000:04:00.0: reg 0x1c: [io 0x1020-0x1023]
[ 0.116181] pci 0000:04:00.0: reg 0x20: [io 0x1000-0x100f]
[ 0.116193] pci 0000:04:00.0: reg 0x24: [mem 0xe0100000-0xe01001ff]
[ 0.116238] pci 0000:04:00.0: supports D1
[ 0.116240] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[ 0.116285] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.116293] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.116296] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
[ 0.116299] pci 0000:00:1c.2: bridge window [mem 0xe0100000-0xe01fffff]
[ 0.116340] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.116385] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ 0.116428] pci 0000:07:03.0: [11c1:5811] type 00 class 0x0c0010
[ 0.116447] pci 0000:07:03.0: reg 0x10: [mem 0xe0000000-0xe0000fff]
[ 0.116502] pci 0000:07:03.0: supports D1 D2
[ 0.116504] pci 0000:07:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.116572] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode)
[ 0.116577] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xe00fffff]
[ 0.116582] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.116584] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.116586] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.116587] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000effff window] (subtractive decode)
[ 0.116589] pci 0000:00:1e.0: bridge window [mem 0xf8000000-0xfeafffff window] (subtractive decode)
[ 0.116591] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xefffffff window] (subtractive decode)
[ 0.116675] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.116726] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.116774] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.116821] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.116869] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.116918] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.116969] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.117016] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.117399] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.117473] vgaarb: setting as boot device: PCI:0000:01:00.0
[ 0.117473] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.117473] vgaarb: loaded
[ 0.117473] vgaarb: bridge control possible 0000:01:00.0
[ 0.117473] SCSI subsystem initialized
[ 0.117473] libata version 3.00 loaded.
[ 0.117473] ACPI: bus type USB registered
[ 0.117473] usbcore: registered new interface driver usbfs
[ 0.117473] usbcore: registered new interface driver hub
[ 0.117473] usbcore: registered new device driver usb
[ 0.117473] PCI: Using ACPI for IRQ routing
[ 0.120215] PCI: pci_cache_line_size set to 64 bytes
[ 0.120273] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[ 0.120274] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[ 0.120275] e820: reserve RAM buffer [mem 0xcfa1f000-0xcfffffff]
[ 0.120277] e820: reserve RAM buffer [mem 0xcfb12000-0xcfffffff]
[ 0.120278] e820: reserve RAM buffer [mem 0xcfbe9000-0xcfffffff]
[ 0.120280] e820: reserve RAM buffer [mem 0xcfbf3000-0xcfffffff]
[ 0.120281] e820: reserve RAM buffer [mem 0xcfc00000-0xcfffffff]
[ 0.120385] NetLabel: Initializing
[ 0.120386] NetLabel: domain hash size = 128
[ 0.120387] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.120399] NetLabel: unlabeled traffic allowed by default
[ 0.120421] clocksource: Switched to clocksource refined-jiffies
[ 0.127425] AppArmor: AppArmor Filesystem Enabled
[ 0.127498] pnp: PnP ACPI init
[ 0.127602] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.127604] system 00:00: [mem 0xfeb00000-0xfeb03fff] has been reserved
[ 0.127606] system 00:00: [mem 0xfed13000-0xfed13fff] has been reserved
[ 0.127608] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.127610] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.127612] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.127614] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.127616] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.127618] system 00:00: [mem 0xfed45000-0xfed99fff] has been reserved
[ 0.127620] system 00:00: [mem 0x000c0000-0x000dffff] could not be reserved
[ 0.127622] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.127624] system 00:00: [mem 0xffc00000-0xffffffff] has been reserved
[ 0.127628] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.127755] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.127811] system 00:02: [io 0x0500-0x053f] has been reserved
[ 0.127813] system 00:02: [io 0x0400-0x047f] could not be reserved
[ 0.127815] system 00:02: [io 0x0680-0x06ff] has been reserved
[ 0.127818] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.127861] pnp 00:03: Plug and Play ACPI device, IDs WEC1000 PNP0c31 (active)
[ 0.127917] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.128183] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.128244] pnp: PnP ACPI: found 6 devices
[ 0.134371] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.134383] clocksource: Switched to clocksource acpi_pm
[ 0.134390] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 0.134403] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.134406] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.134409] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.134415] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.134418] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 0.134425] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.134431] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
[ 0.134434] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[ 0.134438] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000
[ 0.134445] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 0.134447] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[ 0.134449] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 200000 add_align 100000
[ 0.134459] pci 0000:00:1f.0: BAR 13: [io size 0x0080] has bogus alignment
[ 0.134462] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.134464] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.134467] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134469] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134471] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134473] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134475] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134477] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134479] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.134481] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.134483] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134485] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134487] pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.134489] pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.134491] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134493] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.134496] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134498] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134499] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134501] pci 0000:00:1c.1: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134503] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134505] pci 0000:00:1c.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134507] pci 0000:00:1c.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134509] pci 0000:00:1c.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.134515] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf8000000-0xf81fffff]
[ 0.134519] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf8200000-0xf83fffff 64bit pref]
[ 0.134523] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf8400000-0xf85fffff 64bit pref]
[ 0.134526] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf8600000-0xf87fffff 64bit pref]
[ 0.134529] pci 0000:00:1c.3: BAR 14: assigned [mem 0xf8800000-0xf89fffff]
[ 0.134532] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 0.134535] pci 0000:00:1c.4: BAR 14: assigned [mem 0xf8c00000-0xf8dfffff]
[ 0.134538] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 0.134541] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.134543] pci 0000:00:1c.1: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.134546] pci 0000:00:1c.3: BAR 13: assigned [io 0x6000-0x6fff]
[ 0.134548] pci 0000:00:1c.4: BAR 13: assigned [io 0x7000-0x7fff]
[ 0.134552] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0340000-0xe035ffff pref]
[ 0.134554] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.134556] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.134559] pci 0000:00:01.0: bridge window [mem 0xe0300000-0xe03fffff]
[ 0.134562] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.134565] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.134567] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.134571] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf81fffff]
[ 0.134574] pci 0000:00:1c.0: bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
[ 0.134579] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.134581] pci 0000:00:1c.1: bridge window [io 0x5000-0x5fff]
[ 0.134585] pci 0000:00:1c.1: bridge window [mem 0xe0200000-0xe02fffff]
[ 0.134588] pci 0000:00:1c.1: bridge window [mem 0xf8400000-0xf85fffff 64bit pref]
[ 0.134593] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.134595] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
[ 0.134599] pci 0000:00:1c.2: bridge window [mem 0xe0100000-0xe01fffff]
[ 0.134602] pci 0000:00:1c.2: bridge window [mem 0xf8600000-0xf87fffff 64bit pref]
[ 0.134606] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.134609] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
[ 0.134612] pci 0000:00:1c.3: bridge window [mem 0xf8800000-0xf89fffff]
[ 0.134615] pci 0000:00:1c.3: bridge window [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 0.134620] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ 0.134622] pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
[ 0.134626] pci 0000:00:1c.4: bridge window [mem 0xf8c00000-0xf8dfffff]
[ 0.134629] pci 0000:00:1c.4: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 0.134634] pci 0000:00:1e.0: PCI bridge to [bus 07]
[ 0.134638] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xe00fffff]
[ 0.134645] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.134646] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.134648] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.134650] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff window]
[ 0.134652] pci_bus 0000:00: resource 8 [mem 0xf8000000-0xfeafffff window]
[ 0.134653] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xefffffff window]
[ 0.134655] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.134657] pci_bus 0000:01: resource 1 [mem 0xe0300000-0xe03fffff]
[ 0.134659] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.134661] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.134662] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xf81fffff]
[ 0.134664] pci_bus 0000:02: resource 2 [mem 0xf8200000-0xf83fffff 64bit pref]
[ 0.134666] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
[ 0.134667] pci_bus 0000:03: resource 1 [mem 0xe0200000-0xe02fffff]
[ 0.134669] pci_bus 0000:03: resource 2 [mem 0xf8400000-0xf85fffff 64bit pref]
[ 0.134671] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.134673] pci_bus 0000:04: resource 1 [mem 0xe0100000-0xe01fffff]
[ 0.134674] pci_bus 0000:04: resource 2 [mem 0xf8600000-0xf87fffff 64bit pref]
[ 0.134676] pci_bus 0000:05: resource 0 [io 0x6000-0x6fff]
[ 0.134678] pci_bus 0000:05: resource 1 [mem 0xf8800000-0xf89fffff]
[ 0.134679] pci_bus 0000:05: resource 2 [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 0.134681] pci_bus 0000:06: resource 0 [io 0x7000-0x7fff]
[ 0.134683] pci_bus 0000:06: resource 1 [mem 0xf8c00000-0xf8dfffff]
[ 0.134685] pci_bus 0000:06: resource 2 [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 0.134686] pci_bus 0000:07: resource 1 [mem 0xe0000000-0xe00fffff]
[ 0.134688] pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7 window]
[ 0.134690] pci_bus 0000:07: resource 5 [io 0x0d00-0xffff window]
[ 0.134692] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.134694] pci_bus 0000:07: resource 7 [mem 0x000e0000-0x000effff window]
[ 0.134695] pci_bus 0000:07: resource 8 [mem 0xf8000000-0xfeafffff window]
[ 0.134697] pci_bus 0000:07: resource 9 [mem 0xd0000000-0xefffffff window]
[ 0.134728] NET: Registered protocol family 2
[ 0.134921] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.135165] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.135534] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.135580] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.135637] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.135721] NET: Registered protocol family 1
[ 0.135721] pci 0000:01:00.0: Video device with shadowed ROM
[ 0.135721] PCI: CLS 64 bytes, default 64
[ 0.135721] Trying to unpack rootfs image as initramfs...
[ 0.541073] Freeing initrd memory: 27012K (ffff880034b2e000 - ffff88003658f000)
[ 0.541104] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.541107] software IO TLB [mem 0xcba1f000-0xcfa1f000] (64MB) mapped at [ffff8800cba1f000-ffff8800cfa1efff]
[ 0.541249] microcode: CPU0 sig=0x1067a, pf=0x1, revision=0xa0b
[ 0.541255] microcode: CPU1 sig=0x1067a, pf=0x1, revision=0xa0b
[ 0.541334] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.541429] Scanning for low memory corruption every 60 seconds
[ 0.541735] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.541771] Initialise system trusted keyring
[ 0.541792] audit: initializing netlink subsys (disabled)
[ 0.541812] audit: type=2000 audit(1449929839.539:1): initialized
[ 0.542127] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.543921] zpool: loaded
[ 0.543923] zbud: loaded
[ 0.544092] VFS: Disk quotas dquot_6.6.0
[ 0.544130] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.544652] fuse init (API version 7.23)
[ 0.544802] Key type big_key registered
[ 0.545181] Key type asymmetric registered
[ 0.545183] Asymmetric key parser 'x509' registered
[ 0.545196] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.545233] io scheduler noop registered
[ 0.545236] io scheduler deadline registered (default)
[ 0.545270] io scheduler cfq registered
[ 0.545558] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[ 0.545902] pcieport 0000:00:1c.3: enabling device (0000 -> 0003)
[ 0.546047] pcieport 0000:00:1c.4: enabling device (0000 -> 0003)
[ 0.546204] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.546212] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.546245] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[ 0.546247] vesafb: scrolling: redraw
[ 0.546248] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ 0.546264] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90001000000, using 5824k, total 5824k
[ 0.582142] Console: switching to colour frame buffer device 175x65
[ 0.617715] fb0: VESA VGA frame buffer device
[ 0.617731] intel_idle: does not run on family 6 model 23
[ 0.617803] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.617807] ACPI: Sleep Button [SLPB]
[ 0.617854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.617855] ACPI: Power Button [PWRF]
[ 0.617926] Monitor-Mwait will be used to enter C-1 state
[ 0.618083] GHES: HEST is not enabled!
[ 0.618170] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.638498] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.660068] 0000:00:03.3: ttyS4 at I/O 0x3470 (irq = 17, base_baud = 115200) is a 16550A
[ 0.660275] Linux agpgart interface v0.103
[ 0.684039] tpm_tis 00:03: 1.2 TPM (device-id 0xFE, rev-id 70)
[ 0.780034] tpm_tis 00:03: TPM is disabled/deactivated (0x7)
[ 0.782364] brd: module loaded
[ 0.783339] loop: module loaded
[ 0.783464] ata_piix 0000:00:1f.2: version 2.13
[ 0.783567] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 0.783943] scsi host0: ata_piix
[ 0.784051] scsi host1: ata_piix
[ 0.784093] ata1: SATA max UDMA/133 cmd 0x3468 ctl 0x3494 bmdma 0x3430 irq 21
[ 0.784097] ata2: SATA max UDMA/133 cmd 0x3460 ctl 0x3490 bmdma 0x3438 irq 21
[ 0.784211] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 0.784482] scsi host2: ata_piix
[ 0.784570] scsi host3: ata_piix
[ 0.784612] ata3: SATA max UDMA/133 cmd 0x3458 ctl 0x348c bmdma 0x3410 irq 21
[ 0.784614] ata4: SATA max UDMA/133 cmd 0x3450 ctl 0x3488 bmdma 0x3418 irq 21
[ 0.785027] scsi host4: ata_generic
[ 0.785116] scsi host5: ata_generic
[ 0.785155] ata5: PATA max UDMA/100 cmd 0x3480 ctl 0x349c bmdma 0x3440 irq 18
[ 0.785157] ata6: PATA max UDMA/100 cmd 0x3478 ctl 0x3498 bmdma 0x3448 irq 18
[ 0.785221] libphy: Fixed MDIO Bus: probed
[ 0.785224] tun: Universal TUN/TAP device driver, 1.6
[ 0.785225] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.785263] PPP generic driver version 2.4.2
[ 0.785433] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.785440] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[ 0.790847] xhci_hcd 0000:03:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000010
[ 0.790968] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.790970] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.790972] usb usb1: Product: xHCI Host Controller
[ 0.790974] usb usb1: Manufacturer: Linux 4.2.6-040206-generic xhci-hcd
[ 0.790975] usb usb1: SerialNumber: 0000:03:00.0
[ 0.791075] hub 1-0:1.0: USB hub found
[ 0.791089] hub 1-0:1.0: 4 ports detected
[ 0.791225] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.791228] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[ 0.794407] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.794426] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.794428] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.794430] usb usb2: Product: xHCI Host Controller
[ 0.794431] usb usb2: Manufacturer: Linux 4.2.6-040206-generic xhci-hcd
[ 0.794433] usb usb2: SerialNumber: 0000:03:00.0
[ 0.794529] hub 2-0:1.0: USB hub found
[ 0.794541] hub 2-0:1.0: 4 ports detected
[ 0.794684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.794689] ehci-pci: EHCI PCI platform driver
[ 0.794805] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 0.794810] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
[ 0.794820] ehci-pci 0000:00:1a.7: debug port 1
[ 0.798716] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[ 0.798726] ehci-pci 0000:00:1a.7: irq 17, io mem 0xe0426400

pakron 12-12-2015 05:08 PM

Last part of dmesg

0.808018] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.808059] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.808062] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.808064] usb usb3: Product: EHCI Host Controller
[ 0.808067] usb usb3: Manufacturer: Linux 4.2.6-040206-generic ehci_hcd
[ 0.808069] usb usb3: SerialNumber: 0000:00:1a.7
[ 0.808209] hub 3-0:1.0: USB hub found
[ 0.808217] hub 3-0:1.0: 6 ports detected
[ 0.808457] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 0.808463] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
[ 0.808472] ehci-pci 0000:00:1d.7: debug port 1
[ 0.812354] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 0.812364] ehci-pci 0000:00:1d.7: irq 23, io mem 0xe0426000
[ 0.824017] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.824070] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.824073] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.824075] usb usb4: Product: EHCI Host Controller
[ 0.824078] usb usb4: Manufacturer: Linux 4.2.6-040206-generic ehci_hcd
[ 0.824080] usb usb4: SerialNumber: 0000:00:1d.7
[ 0.824216] hub 4-0:1.0: USB hub found
[ 0.824222] hub 4-0:1.0: 6 ports detected
[ 0.824359] ehci-platform: EHCI generic platform driver
[ 0.824369] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.824373] ohci-pci: OHCI PCI platform driver
[ 0.824385] ohci-platform: OHCI generic platform driver
[ 0.824393] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.824498] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.824503] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 5
[ 0.824509] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 0.824525] uhci_hcd 0000:00:1a.0: irq 18, io base 0x000030c0
[ 0.824569] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.824571] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.824573] usb usb5: Product: UHCI Host Controller
[ 0.824575] usb usb5: Manufacturer: Linux 4.2.6-040206-generic uhci_hcd
[ 0.824577] usb usb5: SerialNumber: 0000:00:1a.0
[ 0.824669] hub 5-0:1.0: USB hub found
[ 0.824675] hub 5-0:1.0: 2 ports detected
[ 0.824855] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.824862] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 6
[ 0.824867] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 0.824882] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000030a0
[ 0.824919] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.824921] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.824922] usb usb6: Product: UHCI Host Controller
[ 0.824924] usb usb6: Manufacturer: Linux 4.2.6-040206-generic uhci_hcd
[ 0.824926] usb usb6: SerialNumber: 0000:00:1a.1
[ 0.825025] hub 6-0:1.0: USB hub found
[ 0.825031] hub 6-0:1.0: 2 ports detected
[ 0.825209] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 0.825215] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 7
[ 0.825220] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 0.825235] uhci_hcd 0000:00:1a.2: irq 17, io base 0x00003080
[ 0.825273] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.825275] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.825276] usb usb7: Product: UHCI Host Controller
[ 0.825278] usb usb7: Manufacturer: Linux 4.2.6-040206-generic uhci_hcd
[ 0.825280] usb usb7: SerialNumber: 0000:00:1a.2
[ 0.825375] hub 7-0:1.0: USB hub found
[ 0.825381] hub 7-0:1.0: 2 ports detected
[ 0.825557] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.825562] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 8
[ 0.825568] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 0.825583] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003060
[ 0.825620] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.825622] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.825624] usb usb8: Product: UHCI Host Controller
[ 0.825625] usb usb8: Manufacturer: Linux 4.2.6-040206-generic uhci_hcd
[ 0.825627] usb usb8: SerialNumber: 0000:00:1d.0
[ 0.825720] hub 8-0:1.0: USB hub found
[ 0.825726] hub 8-0:1.0: 2 ports detected
[ 0.825903] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.825908] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 9
[ 0.825913] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 0.825933] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003040
[ 0.825971] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.825973] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.825974] usb usb9: Product: UHCI Host Controller
[ 0.825976] usb usb9: Manufacturer: Linux 4.2.6-040206-generic uhci_hcd
[ 0.825978] usb usb9: SerialNumber: 0000:00:1d.1
[ 0.826069] hub 9-0:1.0: USB hub found
[ 0.826074] hub 9-0:1.0: 2 ports detected
[ 0.826250] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.826255] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 10
[ 0.826260] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 0.826277] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003020
[ 0.826313] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.826315] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.826317] usb usb10: Product: UHCI Host Controller
[ 0.826319] usb usb10: Manufacturer: Linux 4.2.6-040206-generic uhci_hcd
[ 0.826320] usb usb10: SerialNumber: 0000:00:1d.2
[ 0.826413] hub 10-0:1.0: USB hub found
[ 0.826418] hub 10-0:1.0: 2 ports detected
[ 0.826532] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.829742] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.829747] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.829877] mousedev: PS/2 mouse device common for all mice
[ 0.830011] rtc_cmos 00:01: RTC can wake from S4
[ 0.830122] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.830140] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram
[ 0.830148] i2c /dev entries driver
[ 0.830225] device-mapper: uevent: version 1.0.3
[ 0.830295] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[ 0.830310] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.830426] PCCT header not found.
[ 0.830630] NET: Registered protocol family 10
[ 0.830810] NET: Registered protocol family 17
[ 0.830821] Key type dns_resolver registered
[ 0.831097] Loading compiled-in X.509 certificates
[ 0.831988] Loaded X.509 cert 'Build time autogenerated kernel key: 57e650f5ffb026b13ad82755e960dbcee87346bb'
[ 0.832011] registered taskstats version 1
[ 0.832031] zswap: loading zswap
[ 0.832034] zswap: using zbud pool
[ 0.832038] zswap: using lzo compressor
[ 0.833759] Key type trusted registered
[ 0.836545] Key type encrypted registered
[ 0.836550] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.860035] tpm_tis 00:03: A TPM error (7) occurred attempting to read a pcr value
[ 0.860339] ima: No TPM chip found, activating TPM-bypass!
[ 0.860357] evm: HMAC attrs: 0x1
[ 0.860670] Magic number: 11:143:283
[ 0.860772] rtc_cmos 00:01: setting system clock to 2015-12-12 14:17:20 UTC (1449929840)
[ 0.860977] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.860979] EDD information not available.
[ 0.861046] PM: Hibernation image not present or could not be loaded.
[ 1.114504] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.124999] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.264016] usb 9-2: new low-speed USB device number 2 using uhci_hcd
[ 1.441037] usb 9-2: New USB device found, idVendor=03f0, idProduct=0024
[ 1.441040] usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.441043] usb 9-2: Product: HP Basic USB Keyboard
[ 1.441046] usb 9-2: Manufacturer: CHICONY
[ 1.532017] usb 10-1: new low-speed USB device number 2 using uhci_hcd
[ 1.540015] tsc: Refined TSC clocksource calibration: 2989.488 MHz
[ 1.540018] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b177b38cb2, max_idle_ns: 440795313434 ns
[ 1.580062] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.580072] ata2.01: SATA link down (SStatus 0 SControl 300)
[ 1.580182] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.580200] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.588674] ata2.00: ATA-8: WDC WD10EADS-00M2B0, 01.00A01, max UDMA/133
[ 1.588677] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.596131] ata1.00: ATAPI: TSSTcorp CDDVDW SH-S223F, SB00, max UDMA/100
[ 1.596262] ata1.01: ATA-8: WDC WD15EADS-00P8B0, 01.00A01, max UDMA/133
[ 1.596265] ata1.01: 2930277168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.604689] ata2.00: configured for UDMA/133
[ 1.612123] ata1.00: configured for UDMA/100
[ 1.621206] ata1.01: configured for UDMA/133
[ 1.622153] scsi 0:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223F SB00 PQ: 0 ANSI: 5
[ 1.637951] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.637954] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.638096] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.638163] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.638653] scsi 0:0:1:0: Direct-Access ATA WDC WD15EADS-00P 0A01 PQ: 0 ANSI: 5
[ 1.638836] sd 0:0:1:0: [sda] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[ 1.638858] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 1.638891] sd 0:0:1:0: [sda] Write Protect is off
[ 1.638893] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1.638916] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.638941] scsi 1:0:0:0: Direct-Access ATA WDC WD10EADS-00M 0A01 PQ: 0 ANSI: 5
[ 1.639099] sd 1:0:0:0: Attached scsi generic sg2 type 0
[ 1.639157] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.639201] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.639204] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.639230] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.673496] sdb: sdb1 sdb2 sdb3 < sdb5 sdb6 sdb7 >
[ 1.673947] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.922043] usb 10-1: New USB device found, idVendor=045e, idProduct=0040
[ 1.922047] usb 10-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 1.922049] usb 10-1: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
[ 1.922052] usb 10-1: Manufacturer: Microsoft
[ 2.120875] sda: sda1 < sda5 >
[ 2.121170] sd 0:0:1:0: [sda] Attached SCSI disk
[ 2.121604] Freeing unused kernel memory: 1456K (ffffffff81d35000 - ffffffff81ea1000)
[ 2.121606] Write protecting the kernel read-only data: 12288k
[ 2.121756] Freeing unused kernel memory: 96K (ffff8800017e8000 - ffff880001800000)
[ 2.121851] Freeing unused kernel memory: 248K (ffff880001bc2000 - ffff880001c00000)
[ 2.131363] systemd-udevd[127]: starting version 204
[ 2.148402] pps_core: LinuxPPS API ver. 1 registered
[ 2.148405] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 2.149782] PTP clock support registered
[ 2.153709] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.5-k
[ 2.153710] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.153896] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.154707] scsi host6: pata_marvell
[ 2.156036] scsi host7: pata_marvell
[ 2.156085] ata7: PATA max UDMA/100 cmd 0x1018 ctl 0x1024 bmdma 0x1000 irq 18
[ 2.156086] ata8: DUMMY
[ 2.163592] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.195231] usbcore: registered new interface driver usbhid
[ 2.195233] usbhid: USB HID core driver
[ 2.238073] firewire_ohci 0000:07:03.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 2.240911] input: CHICONY HP Basic USB Keyboard as /devices/pci0000:00/0000:00:1d.1/usb9/9-2/9-2:1.0/0003:03F0:0024.0001/input/input5
[ 2.296189] hid-generic 0003:03F0:0024.0001: input,hidraw0: USB HID v1.11 Keyboard [CHICONY HP Basic USB Keyboard] on usb-0000:00:1d.1-2/input0
[ 2.296386] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb10/10-1/10-1:1.0/0003:045E:0040.0002/input/input6
[ 2.296475] hid-generic 0003:045E:0040.0002: input,hidraw1: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-1/input0
[ 2.462090] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1c:c0:6c:f3:e0
[ 2.462093] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.462114] e1000e 0000:00:19.0 eth0: MAC: 7, PHY: 6, PBA No: FFFFFF-0FF
[ 2.540078] clocksource: Switched to clocksource tsc
[ 2.736101] firewire_core 0000:07:03.0: created device fw0: GUID 00902700021cbfca, S400
[ 5.176023] floppy0: no floppy controllers found
[ 6.403238] random: nonblocking pool is initialized
[ 6.469196] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[ 7.490590] init: ureadahead main process (277) terminated with status 5
[ 8.174550] Adding 9760764k swap on /dev/sdb6. Priority:-1 extents:1 across:9760764k FS
[ 8.572086] systemd-udevd[381]: starting version 204
[ 9.011362] lp: driver loaded but no devices found
[ 9.029492] ppdev: user-space parallel port driver
[ 9.101006] EXT4-fs (sdb5): re-mounted. Opts: errors=remount-ro
[ 9.711541] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.853524] WARNING! power/level is deprecated; use power/control instead
[ 9.875773] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x000000000000050C-0x000000000000050F (\IGPO) (20150619/utaddress-254)
[ 9.875779] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 10.570759] device-mapper: multipath: version 1.9.0 loaded
[ 11.185277] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 11.273279] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[ 11.339156] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC268: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 11.339160] snd_hda_codec_realtek hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.339162] snd_hda_codec_realtek hdaudioC0D2: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 11.339164] snd_hda_codec_realtek hdaudioC0D2: mono: mono_out=0x0
[ 11.339165] snd_hda_codec_realtek hdaudioC0D2: inputs:
[ 11.339168] snd_hda_codec_realtek hdaudioC0D2: Rear Mic=0x18
[ 11.339170] snd_hda_codec_realtek hdaudioC0D2: Front Mic=0x1a
[ 11.339171] snd_hda_codec_realtek hdaudioC0D2: Line=0x19
[ 11.344606] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 11.344674] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 11.344739] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 11.344802] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 11.344866] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 11.616575] gpio_ich: GPIO from 451 to 511 on gpio_ich
[ 12.290782] init: failsafe main process (602) killed by TERM signal
[ 12.696028] floppy0: no floppy controllers found
[ 16.713589] init: cups main process (919) killed by HUP signal
[ 16.713598] init: cups main process ended, respawning
[ 16.808917] Bluetooth: Core ver 2.20
[ 16.808936] NET: Registered protocol family 31
[ 16.808937] Bluetooth: HCI device and connection manager initialized
[ 16.809112] Bluetooth: HCI socket layer initialized
[ 16.809115] Bluetooth: L2CAP socket layer initialized
[ 16.809122] Bluetooth: SCO socket layer initialized
[ 16.899744] Bluetooth: RFCOMM TTY layer initialized
[ 16.899750] Bluetooth: RFCOMM socket layer initialized
[ 16.899754] Bluetooth: RFCOMM ver 1.11
[ 16.995552] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.995556] Bluetooth: BNEP filters: protocol multicast
[ 16.995560] Bluetooth: BNEP socket layer initialized
[ 21.339227] init: samba-ad-dc main process (1116) terminated with status 1
[ 22.268175] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.968875] e1000e: eth0 NIC Link is Up 100 Mbps Half Duplex, Flow Control: None
[ 23.969036] e1000e 0000:00:19.0 eth0: Autonegotiated half duplex but link partner cannot autoneg. Try forcing full duplex if link gets many collisions.
[ 23.969038] e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
[ 23.969072] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 24.050331] init: plymouth-upstart-bridge main process ended, respawning
[ 24.054284] init: plymouth-upstart-bridge main process (1240) terminated with status 1
[ 24.054294] init: plymouth-upstart-bridge main process ended, respawning
[ 26.351782] init: plymouth-stop pre-start process (1593) terminated with status 1
[ 426.899729] perf interrupt took too long (2512 > 2500), lowering kernel.perf_event_max_sample_rate to 50000

ardvark71 12-12-2015 07:40 PM

Hi...

I'm not seeing your adapter in the dmesg results. With your adapter plugged in, could you also post the results for...

Code:

lsusb
By chance, do you remember what the module name was?

Regards...

pakron 12-12-2015 11:41 PM

Result for lsusb. The module is rtl8821au. I followed the thread here https://github.com/ulli-kroll/rtl8821au

ron@Lotus ~ $ lsusb
Bus 004 Device 004: ID 7392:a812 Edimax Technology Co., Ltd
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

ardvark71 12-13-2015 01:43 AM

Hi...

Thank you for posting the output for lsusb. From what I see over at WikiDevi you might want to use another driver that is patched for newer kernels here. I can't guarantee it will work but it might be worth a try. If you can, it might be a good idea to delete the files and firmware (installed) from your previous driver installation. :)

As another idea, it might be easier to purchase an adapter that will work "out-of-the-box" in Linux. I've had good success with this adapter here. ;)

Regards...

pakron 12-13-2015 12:26 PM

Edimax AC600 driver
 
Hi .....

Much appreciate for your effort in this and your advice too.

Merry Christmas!


All times are GMT -5. The time now is 09:50 AM.