Results 1 to 9 of 9

Thread: screen orientation now off by 90 degrees, how fix before grub?

  1. #1
    Join Date
    2018-Jan
    Posts
    2

    screen orientation now off by 90 degrees, how fix before grub?

    Had an Asus t102h touch tablet w win 10 that I no longer need so i put kali on it to use as a learning tool.

    after installation, the bios and asus boot logo are correct orientation, but when grub starts its 90 degrees rotated left.

    after login the touchpad and touchscreen are also incorrectly matched to the left rotation making touch useless and the touchpad a pain.

    in terminal i ran "xrandr -o right" and everything resolves... (auto rotation works but not the touchpad as a side note

    i added the above to the startup script but it only starts after loggin so the log in screen remains sideways, as does grub and bootup posts.

    i also noticed that the screen resolution is swapped which would account to the incorrect orientation, but i do not how to change that, especially since it appears with grub to start but not before.
    0
    also, screen brightness control doesnt work, its always maxed but not a big deal at this point, but if someone also knows how to fix that

    thanks all! love the new theme too, last time i used kali was a few years ago and it was quite dated looking.

  2. #2
    Join Date
    2018-Feb
    Posts
    12

    Issue Confirmed

    Code:
    Feb. 22, 2018:
    root@kali:~#  uname -a
    Linux kali 4.14.0-kali3-amd64 #1 SMP Debian 4.14.12-2kali1 (2018-01-08) x86_64 GNU/Linux
    
    As of Feb. 24, 2018 (See Issue #9):
    root@kali:~# uname -a
    Linux kali 4.14.0-kali3-amd64 #1 SMP Debian 4.14.17-1kali1 (2018-02-16) x86_64 GNU/Linux
    I have been using Linux for less than a week, finally decided to dive in head first and figure it out. I am on Chapter 4 of KLR, but I have had to reread a couple chapters multiple times ... this is a far cry from DOS, but I like the terminal so far! I just need to commit the commands and terminology to my head with time. I do recognize and appreciate this sound advice from Kali, however, I am looking to Fast-Track into the InfoSec industry, and I learn best through submersion:

    Quote Originally Posted by https://docs.kali.org/introduction/should-i-use-kali-linux
    However, if you’re a professional penetration tester or are studying penetration testing with a goal of becoming a certified professional, there’s no better toolkit — at any price — than Kali Linux. If you are looking for a Linux distribution to learn the basics of Linux and need a good starting point, Kali Linux is not the ideal distribution for you. You may want to begin with Ubuntu, Mint, or Debian instead. If you’re interested in getting hands-on with the internals of Linux, take a look the “Linux From Scratch” project.

    I can confirm the above issues on my ASUS T102HA Signature Edition. However, my auto screen rotation works on install once the sign in splash screen appears. Also, my touch pad with edge scrolling enabled works better on Kali than it did on the native Windows 10.

    I will go back and review a couple things on the forum on how to make a proper post, and I will re-review the KLR manual to post up my findings with data. I was going to wait to make a post about my issues, but since there is already a thread started, it makes sense to consolidate and reach a joint conclusion as well as confirm another user's issues... also, I exported dmesg and journalctl to separate txt files, but the forum reports that the file sizes are too big, so I'll do that another way.

    I have observed the following issues:

    Issue #1:

    Screen rotation before GRUB is in portrait mode (90 degrees Left), but auto rotate responds properly after system has fully booted (only Linux distro I have tested where this actually functions properly out of the box);

    Issue #2:

    No audio from onboard speakers;

    Issue #3:

    No audio from head phones;

    Issue #4:

    Bluetooth will not connect. Graphical switches indicate On/Off when clicked, but the bluetooth radio does not appear to respond to graphical switches;

    Quote Originally Posted by https://docs.kali.org/introduction/should-i-use-kali-linux
    Additional services such as Bluetooth are also blacklisted by default.
    Issue #5a:

    Touch screen is useless, though it does recognize that it has registered a touch of the finger.

    RESOLVED on Feb. 24, 2018 by # apt update followed by # apt full-upgrade. (See, # uname -a edit above.)

    Issue 5b:

    The ASUS pen does recognize contact with the screen, however the calibration is WAY off. Center = Center; Left = Up; Up = Right; Right = Down; Down = Left. I have not been able to locate a calibration tool yet;

    Issue #6:

    During install, I had severe issues getting repository to save. I am reading on how to do this manually, and as of last night, I noticed the config file did not have any sources in it for APT command. Being so, <apt update> "Completed" instantly, as did <apt upgrade>. <apt search search term> returns some... odd... results. I know I need to get this going first before I can post up some of the required <ls> returns.

    RESOLVED.

    Issue #7:

    During install, warnings were present concerning some non-free drivers, I believe these are associated with the bluetooth function, and possibly even the sound. According to the Kali Linux Bug Tacker, this issue was resolved on Feb. 8, 2018 by User: sbrun. With the issue being purportedly resolved, I would have presumed that with my resolution of Issue #6 that this issue would have also been resolved. But how do I check for resolution of these missing ath10k files? See, # dmesg response in another post below.

    hw_detect_load_firmw_FnGEP.jpg

    Issue #8:

    Fingerprint sensor does not appear to do anything, but I see that the ELAN drivers started successfully and it appears in # lsusb query. So perhaps I just haven't found where to set up the fingerprint reader yet.

    Issue #9:

    Errors on boot report network time errors. There is another thread I found during lunch that appears to address this, but I need to get APT working to verify. If it works, I will link to the thread on this forum. Also, my clock at the top of the screen is over half a day off, but the day and date are correct. The system is not pulling the time from the internet, I think this ties in with the network time errors.

    RESOLVED on Feb. 24, 2018 by # apt update followed by # apt full-upgrade. (See, # uname -a edit above.) No further actions on my part. My system clock now renders the correct time.

    Issue #10:

    Screen brightness set to max. Fn keys on keyboard to adjust brightness have no effect. Slide bar in settings has no effect. Presume that fixing slide bar in settings may also fix Fn key functions on keyboard.

    Issue #11:

    Vol. up/down hardkeys have no effect. Fn keys on keyboard to adjust volume have no effect. Slide bar in upper right menu has no effect. "Sound" menu in settings has no entries on Output, Input, or Applications tab (side note, when monitoring the play time on YouTube videos, the speed of the video is extremely fast, even though the speed is set to "Normal" ... I launched YouTube to check Applications tab response).

    Issue #12:

    Wake from suspend/hibernate results in backlit black screen.Must hold power button to force shut down and then reboot. When using lock user feature, the screen does black out and tapping the power button does bring up a log in screen to unlock as one would expect.

    ---
    There are some other issues, but this is the list I am working on right now.

    On another Linux distro that I tried before Kali, I thought iio-sensor-proxy within the PulseAudio package was the cause of both my sound issues and my screen rotation issues on that distrobution (when I ran <systemctl stop iio-sensor-proxy> in terminal on that distro, I was able to manually rotate my screen, which was also stuck 90 degrees out, but did not rotate automatically after the system launched). Now that my screen rotation works in Kali, I'm not so sure that iio-sensor-proxy is the culprit. Here is a link to my thread discussing the issues with Fedora 27 on this same device (before I discovered Kali).


    Quote Originally Posted by grandkodiak View Post
    Had an Asus t102h touch tablet w win 10 that I no longer need so i put kali on it to use as a learning tool.

    after installation, the bios and asus boot logo are correct orientation, but when grub starts its 90 degrees rotated left.

    after login the touchpad and touchscreen are also incorrectly matched to the left rotation making touch useless and the touchpad a pain.

    in terminal i ran "xrandr -o right" and everything resolves... (auto rotation works but not the touchpad as a side note

    i added the above to the startup script but it only starts after loggin so the log in screen remains sideways, as does grub and bootup posts.

    i also noticed that the screen resolution is swapped which would account to the incorrect orientation, but i do not how to change that, especially since it appears with grub to start but not before.
    0
    also, screen brightness control doesnt work, its always maxed but not a big deal at this point, but if someone also knows how to fix that

    thanks all! love the new theme too, last time i used kali was a few years ago and it was quite dated looking.
    Last edited by phyxx; 2018-02-25 at 20:35. Reason: Numbered issues for future post references; added issues #10-12; added uname -a

  3. #3
    Join Date
    2018-Feb
    Posts
    12

    sources.list

    Issue #6 Resolved.

    I got APT working. Found that /etc/apt/sources.list did not populate on install. I blame a shotty internet connection.

    Disregard the 5 threads that show up in the forum on a search and go straight to docs.kali.org to get good results. The others (luckily) did nothing.

    After running the following commands in terminal and waiting for over 700 packages to upgrade, The errors in my last post remain.

    Code:
    # apt update
    # apt full-upgrade
    Now, the search continues, but I have been able to successfully mark one issue off my list.

    I also managed to figure out how to install OpenOffice 4.1.5 via # wget and #dpkg ... so I'll chalk that up as another success (I typically like to write posts up in a word document instead of directly on the forum itself, especially more detailed ones.)
    Last edited by phyxx; 2018-03-19 at 00:33.

  4. #4
    Join Date
    2018-Feb
    Posts
    12

    # dmesg

    Being that I am uncertain how far back dmesg pulls from the logs, I ran # dmesg -C to clear the log and then shut down and rebooted my machine.

    Upon logging back in, I went straight to Terminal to run # dmesg. Here are the results:

    Code:
     root@kali:~# dmesg 
     [    0.000000] Linux version 4.14.0-kali3-amd64 ([email protected]) (gcc version 7.2.0 (Debian 7.2.0-18)) #1 SMP Debian 4.14.12-2kali1 (2018-01-08) 
     [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.14.0-kali3-amd64 root=/dev/mmcblk0p2 ro quiet 
     [    0.000000] x86/fpu: x87 FPU will use FXSAVE 
     [    0.000000] e820: BIOS-provided physical RAM map: 
     [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable 
     [    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS 
     [    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable 
     [    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved 
     [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable 
     [    0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000201fffff] reserved 
     [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000075dfefff] usable 
     [    0.000000] BIOS-e820: [mem 0x0000000075dff000-0x0000000075e2efff] reserved 
     [    0.000000] BIOS-e820: [mem 0x0000000075e2f000-0x0000000076153fff] usable 
     [    0.000000] BIOS-e820: [mem 0x0000000076154000-0x0000000076e3bfff] ACPI NVS 
     [    0.000000] BIOS-e820: [mem 0x0000000076e3c000-0x000000007780bfff] reserved 
     [    0.000000] BIOS-e820: [mem 0x000000007780c000-0x000000007789cfff] type 20 
     [    0.000000] BIOS-e820: [mem 0x000000007789d000-0x0000000077ffffff] usable 
     [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved 
     [    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved 
     [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable 
     [    0.000000] NX (Execute Disable) protection: active 
     [    0.000000] efi: EFI v2.40 by American Megatrends 
     [    0.000000] efi:  ESRT=0x77808018  ACPI=0x76198000  ACPI 2.0=0x76198000  SMBIOS=0x77162000  SMBIOS 3.0=0x77161000  
     [    0.000000] random: fast init done 
     [    0.000000] SMBIOS 3.0.0 present. 
     [    0.000000] DMI: ASUSTeK COMPUTER INC. T102HA/T102HA, BIOS T102HA.303 04/12/2017 
     [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved 
     [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable 
     [    0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000 
     [    0.000000] MTRR default type: uncachable 
     [    0.000000] MTRR fixed ranges enabled: 
     [    0.000000]   00000-9FFFF write-back 
     [    0.000000]   A0000-FFFFF write-protect 
     [    0.000000] MTRR variable ranges enabled: 
     [    0.000000]   0 base 000000000 mask F80000000 write-back 
     [    0.000000]   1 base 07C000000 mask FFC000000 uncachable 
     [    0.000000]   2 base 07B000000 mask FFF000000 uncachable 
     [    0.000000]   3 base 07A800000 mask FFF800000 uncachable 
     [    0.000000]   4 base 100000000 mask F80000000 write-back 
     [    0.000000]   5 base 07A400000 mask FFFC00000 uncachable 
     [    0.000000]   6 disabled 
     [    0.000000]   7 disabled 
     [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT   
     [    0.000000] e820: update [mem 0x7a400000-0xffffffff] usable ==> reserved 
     [    0.000000] e820: last_pfn = 0x78000 max_arch_pfn = 0x400000000 
     [    0.000000] esrt: Reserving ESRT space from 0x0000000077808018 to 0x0000000077808050. 
     [    0.000000] Base memory trampoline at [ffff8c8d40098000] 98000 size 24576 
     [    0.000000] BRK [0x17e005000, 0x17e005fff] PGTABLE 
     [    0.000000] BRK [0x17e006000, 0x17e006fff] PGTABLE 
     [    0.000000] BRK [0x17e007000, 0x17e007fff] PGTABLE 
     [    0.000000] BRK [0x17e008000, 0x17e008fff] PGTABLE 
     [    0.000000] BRK [0x17e009000, 0x17e009fff] PGTABLE 
     [    0.000000] BRK [0x17e00a000, 0x17e00afff] PGTABLE 
     [    0.000000] BRK [0x17e00b000, 0x17e00bfff] PGTABLE 
     [    0.000000] BRK [0x17e00c000, 0x17e00cfff] PGTABLE 
     [    0.000000] BRK [0x17e00d000, 0x17e00dfff] PGTABLE 
     [    0.000000] BRK [0x17e00e000, 0x17e00efff] PGTABLE 
     [    0.000000] BRK [0x17e00f000, 0x17e00ffff] PGTABLE 
     [    0.000000] Secure boot could not be determined 
     [    0.000000] RAMDISK: [mem 0x3426d000-0x3612dfff] 
     [    0.000000] ACPI: Early table checksum verification disabled 
     [    0.000000] ACPI: RSDP 0x0000000076198000 000024 (v02 _ASUS_) 
     [    0.000000] ACPI: XSDT 0x00000000761980A8 0000D4 (v01 _ASUS_ Notebook 01072009 AMI  00010013) 
     [    0.000000] ACPI: FACP 0x00000000761B2470 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013) 
     [    0.000000] ACPI: DSDT 0x0000000076198210 01A260 (v02 _ASUS_ Notebook 01072009 INTL 20120913) 
     [    0.000000] ACPI: FACS 0x0000000076E3BF80 000040 
     [    0.000000] ACPI: APIC 0x00000000761B2580 000084 (v03 _ASUS_ Notebook 01072009 AMI  00010013) 
     [    0.000000] ACPI: FPDT 0x00000000761B2608 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013) 
     [    0.000000] ACPI: FIDT 0x00000000761B2650 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013) 
     [    0.000000] ACPI: MCFG 0x00000000761B26F0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097) 
     [    0.000000] ACPI: SSDT 0x00000000761B2730 0040AF (v01 DptfTb DptfTab  00001000 INTL 20120913) 
     [    0.000000] ACPI: SSDT 0x00000000761B67E0 000654 (v01 CpuDpf CpuDptf  00001000 INTL 20120913) 
     [    0.000000] ACPI: SSDT 0x00000000761B6E38 000058 (v01 LowPM  LowPwrM  00001000 INTL 20120913) 
     [    0.000000] ACPI: UEFI 0x00000000761B6E90 000042 (v01 _ASUS_ Notebook 00000000      00000000) 
     [    0.000000] ACPI: SSDT 0x00000000761B6ED8 000024 (v01 UsbCTb UsbCTab  00001000 INTL 20120913) 
     [    0.000000] ACPI: HPET 0x00000000761B6F00 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005) 
     [    0.000000] ACPI: SSDT 0x00000000761B6F38 000763 (v01 PmRef  CpuPm    00003000 INTL 20120913) 
     [    0.000000] ACPI: SSDT 0x00000000761B76A0 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20120913) 
     [    0.000000] ACPI: SSDT 0x00000000761B7930 00017A (v01 PmRef  ApTst    00003000 INTL 20120913) 
     [    0.000000] ACPI: LPIT 0x00000000761B7AB0 000104 (v01 _ASUS_ Notebook 00000005 MSFT 0100000D) 
     [    0.000000] ACPI: BCFG 0x00000000761B7BB8 000139 (v01 INTEL  BATTCONF 00000001 INTL 00000000) 
     [    0.000000] ACPI: PRAM 0x00000000761B7CF8 000030 (v01                 00000001      00000000) 
     [    0.000000] ACPI: BGRT 0x00000000761B7D28 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013) 
     [    0.000000] ACPI: TPM2 0x00000000761B7D60 000034 (v03        Tpm2Tabl 00000001 AMI  00000000) 
     [    0.000000] ACPI: CSRT 0x00000000761B7D98 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D) 
     [    0.000000] ACPI: WDAT 0x00000000761B7EE8 000104 (v01                 00000000      00000000) 
     [    0.000000] ACPI: MSDM 0x0000000075E2BF18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001) 
     [    0.000000] ACPI: Local APIC address 0xfee00000 
     [    0.000000] No NUMA configuration found 
     [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff] 
     [    0.000000] NODE_DATA(0) allocated [mem 0x17fffb000-0x17fffffff] 
     [    0.000000] Zone ranges: 
     [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff] 
     [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff] 
     [    0.000000]   Normal   [mem 0x0000000100000000-0x000000017fffffff] 
     [    0.000000]   Device   empty 
     [    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-0x000000000009dfff] 
     [    0.000000]   node   0: [mem 0x0000000000100000-0x000000001effffff] 
     [    0.000000]   node   0: [mem 0x0000000020200000-0x0000000075dfefff] 
     [    0.000000]   node   0: [mem 0x0000000075e2f000-0x0000000076153fff] 
     [    0.000000]   node   0: [mem 0x000000007789d000-0x0000000077ffffff] 
     [    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff] 
     [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff] 
     [    0.000000] On node 0 totalpages: 1005091 
     [    0.000000]   DMA zone: 64 pages used for memmap 
     [    0.000000]   DMA zone: 22 pages reserved 
     [    0.000000]   DMA zone: 3996 pages, LIFO batch:0 
     [    0.000000]   DMA32 zone: 7451 pages used for memmap 
     [    0.000000]   DMA32 zone: 476807 pages, LIFO batch:31 
     [    0.000000]   Normal zone: 8192 pages used for memmap 
     [    0.000000]   Normal zone: 524288 pages, LIFO batch:31 
     [    0.000000] Reserving Intel graphics memory at 0x000000007ad00000-0x000000007ecfffff 
     [    0.000000] ACPI: PM-Timer IO Port: 0x408 
     [    0.000000] ACPI: Local APIC address 0xfee00000 
     [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) 
     [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) 
     [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) 
     [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) 
     [    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114 
     [    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] ACPI: HPET id: 0x8086a201 base: 0xfed00000 
     [    0.000000] smpboot: Allowing 4 CPUs, 0 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 0x0009e000-0x0009ffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x1f000000-0x201fffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x75dff000-0x75e2efff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x76154000-0x76e3bfff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x76e3c000-0x7780bfff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x7780c000-0x7789cfff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x78000000-0x7acfffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x7ad00000-0x7ecfffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0x7ed00000-0xdfffffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed05fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed06000-0xfed06fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed07000-0xfed07fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff] 
     [    0.000000] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff] 
     [    0.000000] e820: [mem 0x7ed00000-0xdfffffff] 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:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1 
     [    0.000000] percpu: Embedded 44 pages/cpu @ffff8c8ebfc00000 s142232 r8192 d29800 u524288 
     [    0.000000] pcpu-alloc: s142232 r8192 d29800 u524288 alloc=1*2097152 
     [    0.000000] pcpu-alloc: [0] 0 1 2 3  
     [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 989362 
     [    0.000000] Policy zone: Normal 
     [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.14.0-kali3-amd64 root=/dev/mmcblk0p2 ro quiet 
     [    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: 3787408K/4020364K available (10252K kernel code, 1146K rwdata, 3040K rodata, 1508K init, 664K bss, 232956K reserved, 0K cma-reserved) 
     [    0.000000] Kernel/User page tables isolation: enabled 
     [    0.000000] ftrace: allocating 29019 entries in 114 pages 
     [    0.000000] Hierarchical RCU implementation. 
     [    0.000000]     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. 
     [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 
     [    0.000000] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16 
     [    0.000000] Console: colour dummy device 80x25 
     [    0.000000] console [tty0] enabled 
     [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns 
     [    0.000000] hpet clockevent registered 
     [    0.000000] tsc: Detected 1440.000 MHz processor 
     [    0.000020] Calibrating delay loop (skipped), value calculated using timer frequency.. 2880.00 BogoMIPS (lpj=5760000) 
     [    0.000026] pid_max: default: 32768 minimum: 301 
     [    0.000076] ACPI: Core revision 20170728 
     [    0.047083] ACPI: 8 ACPI AML tables successfully acquired and loaded 
     [    0.048144] Security Framework initialized 
     [    0.048149] Yama: disabled by default; enable with sysctl kernel.yama.* 
     [    0.048194] AppArmor: AppArmor initialized 
     [    0.050055] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 
     [    0.051033] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 
     [    0.051113] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) 
     [    0.052018] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) 
     [    0.052544] CPU: Physical Processor ID: 0 
     [    0.052546] CPU: Processor Core ID: 0 
     [    0.052557] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' 
     [    0.052559] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) 
     [    0.052574] mce: CPU supports 6 MCE banks 
     [    0.052585] CPU0: Thermal monitoring enabled (TM1) 
     [    0.052592] process: using mwait in idle threads 
     [    0.052599] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0 
     [    0.052601] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0 
     [    0.052871] Freeing SMP alternatives memory: 28K 
     [    0.060504] smpboot: Max logical packages: 1 
     [    0.062151] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 
     [    0.101860] TSC deadline timer enabled 
     [    0.101866] smpboot: CPU0: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x4) 
     [    0.102125] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver. 
     [    0.102160] ... version:                3 
     [    0.102162] ... bit width:              40 
     [    0.102163] ... generic registers:      2 
     [    0.102165] ... value mask:             000000ffffffffff 
     [    0.102167] ... max period:             0000007fffffffff 
     [    0.102168] ... fixed-purpose events:   3 
     [    0.102170] ... event mask:             0000000700000003 
     [    0.102287] Hierarchical SRCU implementation. 
     [    0.103876] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. 
     [    0.103930] smp: Bringing up secondary CPUs ... 
     [    0.104000] x86: Booting SMP configuration: 
     [    0.104000] .... node  #0, CPUs:      #1 #2 #3 
     [    0.104157] smp: Brought up 1 node, 4 CPUs 
     [    0.104157] smpboot: Total of 4 processors activated (11520.00 BogoMIPS) 
     [    0.105516] devtmpfs: initialized 
     [    0.105516] x86/mm: Memory block size: 128MB 
     [    0.105516] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes) 
     [    0.105516] PM: Registering ACPI NVS region [mem 0x76154000-0x76e3bfff] (13533184 bytes) 
     [    0.108654] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 
     [    0.108675] futex hash table entries: 1024 (order: 4, 65536 bytes) 
     [    0.108849] pinctrl core: initialized pinctrl subsystem 
     [    0.109160] NET: Registered protocol family 16 
     [    0.109641] cpuidle: using governor ladder 
     [    0.109641] cpuidle: using governor menu 
     [    0.109641] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it 
     [    0.109641] ACPI: bus type PCI registered 
     [    0.109641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 
     [    0.109641] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) 
     [    0.109641] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 
     [    0.109641] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!) 
     [    0.109641] PCI: Using configuration type 1 for base access 
     [    0.112588] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 
     [    0.112588] ACPI: Added _OSI(Module Device) 
     [    0.112588] ACPI: Added _OSI(Processor Device) 
     [    0.112588] ACPI: Added _OSI(3.0 _SCP Extensions) 
     [    0.112588] ACPI: Added _OSI(Processor Aggregator Device) 
     [    0.139062] ACPI Exception: Could not find/resolve named package element: \_SB_.PCI0.I2C7.BATC (20170728/dspkginit-381) 
     [    0.140091] ACPI Exception: Could not find/resolve named package element: \_SB_.PCI0.I2C7.BATC (20170728/dspkginit-381) 
     [    0.140139] ACPI Exception: Could not find/resolve named package element: \_SB_.PCI0.I2C3.TIDR (20170728/dspkginit-381) 
     [    0.152415] ACPI: Dynamic OEM Table Load: 
     [    0.152434] ACPI: SSDT 0xFFFF8C8EBE433000 00059C (v01 PmRef  Cpu0Ist  00003000 INTL 20120913) 
     [    0.153189] ACPI: Dynamic OEM Table Load: 
     [    0.153202] ACPI: SSDT 0xFFFF8C8EBE787800 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913) 
     [    0.154553] ACPI: Dynamic OEM Table Load: 
     [    0.154565] ACPI: SSDT 0xFFFF8C8EBE6BCA00 00015F (v01 PmRef  ApIst    00003000 INTL 20120913) 
     [    0.155224] ACPI: Dynamic OEM Table Load: 
     [    0.155235] ACPI: SSDT 0xFFFF8C8EBE6F8780 00008D (v01 PmRef  ApCst    00003000 INTL 20120913) 
     [    0.159806] ACPI: Interpreter enabled 
     [    0.159861] ACPI: (supports S0 S4 S5) 
     [    0.159864] ACPI: Using IOAPIC for interrupt routing 
     [    0.159958] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 
     [    0.163139] ACPI: Power Resource [P12T] (off) 
     [    0.163260] ACPI: Power Resource [P12A] (off) 
     [    0.165976] ACPI: Power Resource [ID3C] (on) 
     [    0.169363] ACPI: Power Resource [USBC] (on) 
     [    0.186063] ACPI: Power Resource [CLK3] (on) 
     [    0.186192] ACPI: Power Resource [CLK4] (on) 
     [    0.200792] ACPI: Power Resource [CLK2] (on) 
     [    0.200926] ACPI: Power Resource [CLK0] (on) 
     [    0.201051] ACPI: Power Resource [CLK1] (on) 
     [    0.201185] ACPI: Power Resource [CLK4] (on) 
     [    0.201472] ACPI: Power Resource [P28T] (off) 
     [    0.201590] ACPI: Power Resource [P18D] (off) 
     [    0.202785] ACPI: Power Resource [CLK0] (on) 
     [    0.202915] ACPI: Power Resource [CLK1] (on) 
     [    0.220114] ACPI: Power Resource [P28X] (off) 
     [    0.220234] ACPI: Power Resource [P18X] (off) 
     [    0.220358] ACPI: Power Resource [P12X] (off) 
     [    0.220477] ACPI: Power Resource [P28P] (off) 
     [    0.220595] ACPI: Power Resource [P18P] (off) 
     [    0.220718] ACPI: Power Resource [P19X] (off) 
     [    0.220838] ACPI: Power Resource [P06X] (off) 
     [    0.220976] ACPI: Power Resource [P18T] (off) 
     [    0.221099] ACPI: Power Resource [P3P3] (off) 
     [    0.221223] ACPI: Power Resource [P28W] (off) 
     [    0.221354] ACPI: Power Resource [P18W] (off) 
     [    0.221469] ACPI: Power Resource [P12W] (off) 
     [    0.221594] ACPI: Power Resource [P33W] (off) 
     [    0.221723] ACPI: Power Resource [P33X] (off) 
     [    0.232981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 
     [    0.232994] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] 
     [    0.233664] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] 
     [    0.233669] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration 
     [    0.233709] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge 
     [    0.235289] PCI host bridge to bus 0000:00 
     [    0.235295] pci_bus 0000:00: root bus resource [io  0x0070-0x0077] 
     [    0.235300] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window] 
     [    0.235304] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window] 
     [    0.235307] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window] 
     [    0.235311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] 
     [    0.235314] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] 
     [    0.235318] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window] 
     [    0.235321] pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window] 
     [    0.235325] pci_bus 0000:00: root bus resource [mem 0x7ad00001-0x7ed00000 window] 
     [    0.235328] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window] 
     [    0.235333] pci_bus 0000:00: root bus resource [bus 00-ff] 
     [    0.235350] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000 
     [    0.236060] pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000 
     [    0.236093] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit] 
     [    0.236108] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref] 
     [    0.236119] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f] 
     [    0.236153] pci 0000:00:02.0: BAR 2: assigned to efifb 
     [    0.236513] pci 0000:00:03.0: [8086:22b8] type 00 class 0x048000 
     [    0.236536] pci 0000:00:03.0: reg 0x10: [mem 0x91000000-0x913fffff] 
     [    0.236928] pci 0000:00:0a.0: [8086:22d8] type 00 class 0x000000 
     [    0.236961] pci 0000:00:0a.0: reg 0x10: [mem 0x91a3a000-0x91a3afff] 
     [    0.237428] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000 
     [    0.237453] pci 0000:00:0b.0: reg 0x10: [mem 0x91a39000-0x91a39fff 64bit] 
     [    0.237912] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330 
     [    0.237948] pci 0000:00:14.0: reg 0x10: [mem 0x91a00000-0x91a0ffff 64bit] 
     [    0.238056] pci 0000:00:14.0: PME# supported from D3hot D3cold 
     [    0.238461] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000 
     [    0.238491] pci 0000:00:1a.0: reg 0x10: [mem 0x91900000-0x919fffff] 
     [    0.238504] pci 0000:00:1a.0: reg 0x14: [mem 0x91800000-0x918fffff] 
     [    0.238606] pci 0000:00:1a.0: PME# supported from D0 D3hot 
     [    0.239098] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400 
     [    0.240818] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold 
     [    0.241489] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100 
     [    0.242984] pci 0000:01:00.0: [168c:0042] type 00 class 0x028000 
     [    0.243423] pci 0000:01:00.0: reg 0x10: [mem 0x91600000-0x917fffff 64bit] 
     [    0.245249] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold 
     [    0.246731] pci 0000:00:1c.0: PCI bridge to [bus 01] 
     [    0.246743] pci 0000:00:1c.0:   bridge window [mem 0x91600000-0x917fffff] 
     [    0.247868] ACPI: \: failed to evaluate _DSM (0x1001) 
     [    0.250503] acpi 80862288:00: Device [PWM1] is in always present list 
     [    0.259782] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled. 
     [    0.259992] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled. 
     [    0.260193] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled. 
     [    0.260385] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled. 
     [    0.260579] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled. 
     [    0.260773] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled. 
     [    0.260973] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled. 
     [    0.261170] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled. 
     [    0.261662] acpi INT0002:00: Device [GPED] is in always present list 
     [    0.270273] pci 0000:00:02.0: vgaarb: setting as boot VGA device 
     [    0.270273] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none 
     [    0.270273] pci 0000:00:02.0: vgaarb: bridge control possible 
     [    0.270273] vgaarb: loaded 
     [    0.270273] EDAC MC: Ver: 3.0.0 
     [    0.270273] Registered efivars operations 
     [    0.297962] PCI: Using ACPI for IRQ routing 
     [    0.300776] PCI: pci_cache_line_size set to 64 bytes 
     [    0.301138] Expanded resource Reserved due to conflict with PCI Bus 0000:00 
     [    0.301144] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff] 
     [    0.301147] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] 
     [    0.301150] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff] 
     [    0.301152] e820: reserve RAM buffer [mem 0x75dff000-0x77ffffff] 
     [    0.301155] e820: reserve RAM buffer [mem 0x76154000-0x77ffffff] 
     [    0.301427] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 
     [    0.301427] hpet0: 3 comparators, 64-bit 14.318180 MHz counter 
     [    0.302147] clocksource: Switched to clocksource hpet 
     [    0.328473] VFS: Disk quotas dquot_6.6.0 
     [    0.328526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 
     [    0.328782] AppArmor: AppArmor Filesystem Enabled 
     [    0.328833] pnp: PnP ACPI init 
     [    0.329240] system 00:00: [io  0x0680-0x069f] has been reserved 
     [    0.329246] system 00:00: [io  0x0400-0x047f] has been reserved 
     [    0.329250] system 00:00: [io  0x0500-0x05fe] has been reserved 
     [    0.329264] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) 
     [    0.329479] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active) 
     [    0.331337] system 00:02: [io  0x0240-0x0259] has been reserved 
     [    0.331350] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) 
     [    0.335614] system 00:03: [mem 0x91a37000-0x91a37fff] has been reserved 
     [    0.335620] system 00:03: [mem 0x91a35000-0x91a35fff] has been reserved 
     [    0.335626] system 00:03: [mem 0x91a24000-0x91a24fff] has been reserved 
     [    0.335630] system 00:03: [mem 0x91a22000-0x91a22fff] has been reserved 
     [    0.335634] system 00:03: [mem 0x91a20000-0x91a20fff] has been reserved 
     [    0.335640] system 00:03: [mem 0x91a1e000-0x91a1efff] has been reserved 
     [    0.335644] system 00:03: [mem 0x91a1c000-0x91a1cfff] has been reserved 
     [    0.335648] system 00:03: [mem 0x91a1a000-0x91a1afff] has been reserved 
     [    0.335654] system 00:03: [mem 0x91a18000-0x91a18fff] has been reserved 
     [    0.335658] system 00:03: [mem 0x91a33000-0x91a33fff] has been reserved 
     [    0.335663] system 00:03: [mem 0x91a31000-0x91a31fff] has been reserved 
     [    0.335667] system 00:03: [mem 0x91a2f000-0x91a2ffff] has been reserved 
     [    0.335671] system 00:03: [mem 0x91a2d000-0x91a2dfff] has been reserved 
     [    0.335675] system 00:03: [mem 0x91a2b000-0x91a2bfff] has been reserved 
     [    0.335679] system 00:03: [mem 0x91a29000-0x91a29fff] has been reserved 
     [    0.335683] system 00:03: [mem 0x91a27000-0x91a27fff] has been reserved 
     [    0.335688] system 00:03: [mem 0x91a25000-0x91a25fff] has been reserved 
     [    0.335700] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) 
     [    0.335857] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved 
     [    0.335862] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved 
     [    0.335866] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved 
     [    0.335870] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved 
     [    0.335874] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved 
     [    0.335880] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved 
     [    0.335885] system 00:04: [mem 0xfed80000-0xfedbffff] could not be reserved 
     [    0.335889] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved 
     [    0.335893] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved 
     [    0.335904] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) 
     [    0.336402] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active) 
     [    0.338323] pnp: PnP ACPI: found 6 devices 
     [    0.349346] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns 
     [    0.349500] pci 0000:00:1c.0: PCI bridge to [bus 01] 
     [    0.349569] pci 0000:00:1c.0:   bridge window [mem 0x91600000-0x917fffff] 
     [    0.349701] pci_bus 0000:00: resource 4 [io  0x0070-0x0077] 
     [    0.349705] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window] 
     [    0.349708] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window] 
     [    0.349713] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window] 
     [    0.349717] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window] 
     [    0.349721] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window] 
     [    0.349724] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window] 
     [    0.349729] pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window] 
     [    0.349732] pci_bus 0000:00: resource 12 [mem 0x7ad00001-0x7ed00000 window] 
     [    0.349737] pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window] 
     [    0.349741] pci_bus 0000:01: resource 1 [mem 0x91600000-0x917fffff] 
     [    0.350180] NET: Registered protocol family 2 
     [    0.350592] TCP established hash table entries: 32768 (order: 6, 262144 bytes) 
     [    0.350779] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) 
     [    0.350992] TCP: Hash tables configured (established 32768 bind 32768) 
     [    0.351104] UDP hash table entries: 2048 (order: 4, 65536 bytes) 
     [    0.351158] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 
     [    0.351372] NET: Registered protocol family 1 
     [    0.351412] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] 
     [    0.352186] PCI: CLS 64 bytes, default 64 
     [    0.352322] Unpacking initramfs... 
     [    1.531320] Freeing initrd memory: 31492K 
     [    1.531329] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 
     [    1.531335] software IO TLB [mem 0x6f303000-0x73303000] (64MB) mapped at [ffff8c8daf303000-ffff8c8db3302fff] 
     [    1.531412] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns 
     [    1.531462] clocksource: Switched to clocksource tsc 
     [    1.532418] audit: initializing netlink subsys (disabled) 
     [    1.532578] audit: type=2000 audit(1519469345.531:1): state=initialized audit_enabled=0 res=1 
     [    1.533337] workingset: timestamp_bits=40 max_order=20 bucket_order=0 
     [    1.533425] zbud: loaded 
     [    2.613610] Key type asymmetric registered 
     [    2.613613] Asymmetric key parser 'x509' registered 
     [    2.613666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) 
     [    2.613755] io scheduler noop registered 
     [    2.613757] io scheduler deadline registered 
     [    2.613797] io scheduler cfq registered (default) 
     [    2.613799] io scheduler mq-deadline registered 
     [    2.615884] pcieport 0000:00:1c.0: Signaling PME with IRQ 117 
     [    2.616062] efifb: probing for efifb 
     [    2.616102] efifb: framebuffer at 0x80000000, using 4032k, total 4032k 
     [    2.616105] efifb: mode is 800x1280x32, linelength=3200, pages=1 
     [    2.616106] efifb: scrolling: redraw 
     [    2.616109] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 
     [    2.625103] Console: switching to colour frame buffer device 100x80 
     [    2.633846] fb0: EFI VGA frame buffer device 
     [    2.633876] intel_idle: MWAIT substates: 0x33000020 
     [    2.633879] intel_idle: v0.4.1 model 0x4C 
     [    2.634270] intel_idle: lapic_timer_reliable_states 0xffffffff 
     [    2.639049] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled 
     [    2.659575] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A 
     [    2.668794] 8086228A:00: ttyS1 at MMIO 0x91a21000 (irq = 39, base_baud = 2764800) is a 16550A 
     [    2.676813] 8086228A:01: ttyS2 at MMIO 0x91a1f000 (irq = 40, base_baud = 2764800) is a 16550A 
     [    2.678058] Linux agpgart interface v0.103 
     [    2.678308] AMD IOMMUv2 driver by Joerg Roedel <[email protected]> 
     [    2.678310] AMD IOMMUv2 functionality not available on this system 
     [    2.679634] i8042: PNP: No PS/2 controller found. 
     [    2.680231] mousedev: PS/2 mouse device common for all mice 
     [    2.680831] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 
     [    2.680903] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs 
     [    2.680937] intel_pstate: Intel P-state driver initializing 
     [    2.682519] ledtrig-cpu: registered to indicate activity on CPUs 
     [    2.684728] NET: Registered protocol family 10 
     [    2.686346] Segment Routing with IPv6 
     [    2.686444] mip6: Mobile IPv6 
     [    2.686454] NET: Registered protocol family 17 
     [    2.686471] mpls_gso: MPLS GSO support 
     [    2.689018] microcode: sig=0x406c4, pf=0x1, revision=0x40a 
     [    2.689859] microcode: Microcode Update Driver: v2.2. 
     [    2.689925] sched_clock: Marking stable (2689790830, 0)->(2696607250, -6816420) 
     [    2.694007] registered taskstats version 1 
     [    2.694065] zswap: loaded using pool lzo/zbud 
     [    2.694527] AppArmor: AppArmor sha1 policy hashing enabled 
     [    2.694533] ima: No TPM chip found, activating TPM-bypass! (rc=-19) 
     [    2.695926] rtc_cmos 00:05: setting system clock to 2018-02-24 10:49:06 UTC (1519469346) 
     [    2.715643] Freeing unused kernel memory: 1508K 
     [    2.715647] Write protecting the kernel read-only data: 16384k 
     [    2.717859] Freeing unused kernel memory: 2012K 
     [    2.723909] Freeing unused kernel memory: 1056K 
     [    2.734820] x86/mm: Checked W+X mappings: passed, no W+X pages found. 
     [    2.734822] x86/mm: Checking user space page tables 
     [    2.745530] x86/mm: Checked W+X mappings: passed, no W+X pages found. 
     [    3.239004] sdhci: Secure Digital Host Controller Interface driver 
     [    3.239006] sdhci: Copyright(c) Pierre Ossman 
     [    3.270060] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). 
     [    3.270252] thermal LNXTHERM:00: registered as thermal_zone0 
     [    3.270255] ACPI: Thermal Zone [TZ00] (0 C) 
     [    3.276437] ACPI: bus type USB registered 
     [    3.276490] usbcore: registered new interface driver usbfs 
     [    3.276512] usbcore: registered new interface driver hub 
     [    3.277039] usbcore: registered new device driver usb 
     [    3.316626] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA 
     [    3.337447] mmc1: SDHCI controller on ACPI [80860F14:03] using ADMA 
     [    3.338614] intel_ish_ipc 0000:00:0a.0: enabling device (0000 -> 0002) 
     [    3.423019] mmc0: new HS200 MMC card at address 0001 
     [    4.034649] xhci_hcd 0000:00:14.0: xHCI Host Controller 
     [    4.034675] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 
     [    4.035880] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810 
     [    4.035898] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported 
     [    4.036256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 
     [    4.036263] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 
     [    4.036267] usb usb1: Product: xHCI Host Controller 
     [    4.036271] usb usb1: Manufacturer: Linux 4.14.0-kali3-amd64 xhci-hcd 
     [    4.036275] usb usb1: SerialNumber: 0000:00:14.0 
     [    4.036803] hub 1-0:1.0: USB hub found 
     [    4.036841] hub 1-0:1.0: 7 ports detected 
     [    4.039128] xhci_hcd 0000:00:14.0: xHCI Host Controller 
     [    4.039279] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 
     [    4.039439] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 
     [    4.039445] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 
     [    4.039449] usb usb2: Product: xHCI Host Controller 
     [    4.039453] usb usb2: Manufacturer: Linux 4.14.0-kali3-amd64 xhci-hcd 
     [    4.039457] usb usb2: SerialNumber: 0000:00:14.0 
     [    4.039908] hub 2-0:1.0: USB hub found 
     [    4.039944] hub 2-0:1.0: 6 ports detected 
     [    4.171186] SSE version of gcm_enc/dec engaged. 
     [    4.230916] alg: No test for pcbc(aes) (pcbc-aes-aesni) 
     [    4.238094] hidraw: raw HID events driver (C) Jiri Kosina 
     [    4.282590] mmcblk0: mmc0:0001 DF4064 58.2 GiB  
     [    4.282779] mmcblk0boot0: mmc0:0001 DF4064 partition 1 4.00 MiB 
     [    4.282956] mmcblk0boot1: mmc0:0001 DF4064 partition 2 4.00 MiB 
     [    4.283151] mmcblk0rpmb: mmc0:0001 DF4064 partition 3 4.00 MiB 
     [    4.293597] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1 
     [    4.315024]  mmcblk0: p1 p2 p3 
     [    4.372158] usb 1-2: new full-speed USB device number 2 using xhci_hcd 
     [    4.530160] usb 1-2: New USB device found, idVendor=0b05, idProduct=183b 
     [    4.530174] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 
     [    4.530184] usb 1-2: Product: ASUS HID Device 
     [    4.530194] usb 1-2: Manufacturer: ASUS HID Device 
     [    4.530202] usb 1-2: SerialNumber: P9830-8167-US-160709 
     [    4.660562] usb 1-3: new full-speed USB device number 3 using xhci_hcd 
     [    4.811121] usb 1-3: New USB device found, idVendor=13d3, idProduct=3501 
     [    4.811136] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 
     [    4.940572] usb 1-4: new high-speed USB device number 4 using xhci_hcd 
     [    5.092883] usb 1-4: New USB device found, idVendor=05e3, idProduct=0610 
     [    5.092898] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 
     [    5.092907] usb 1-4: Product: USB2.0 Hub 
     [    5.095540] hub 1-4:1.0: USB hub found 
     [    5.096258] hub 1-4:1.0: 4 ports detected 
     [    5.121224] usbhid 1-2:1.0: couldn't find an input interrupt endpoint 
     [    5.133092] usbcore: registered new interface driver usbhid 
     [    5.133096] usbhid: USB HID core driver 
     [    5.138801] input: ASUS HID Device ASUS HID Device as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:0B05:183B.0003/input/input0 
     [    5.197279] hid-generic 0003:0B05:183B.0003: input,hiddev0,hidraw0: USB HID v1.11 Keyboard [ASUS HID Device ASUS HID Device] on usb-0000:00:14.0-2/input1 
     [    5.354792] PM: Starting manual resume from disk 
     [    5.355708] PM: Image not found (code -22) 
     [    5.388387] usb 1-4.2: new full-speed USB device number 5 using xhci_hcd 
     [    5.496957] usb 1-4.2: New USB device found, idVendor=04f3, idProduct=0903 
     [    5.496966] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 
     [    5.496972] usb 1-4.2: Product: ELAN:Fingerprint 
     [    5.496978] usb 1-4.2: Manufacturer: ELAN 
     [    5.599030] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) 
     [    5.994485] ip_tables: (C) 2000-2006 Netfilter Core Team 
     [    6.143182] systemd[1]: systemd 236 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid) 
     [    6.144030] systemd[1]: Detected architecture x86-64. 
     [    6.144835] systemd[1]: Set hostname to <kali>. 
     [    6.277593] systemd-gpt-auto-generator[244]: Failed to dissect: Input/output error 
     [    6.279109] systemd[236]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with error code 1. 
     [    6.302123] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. 
     [    6.302136] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) 
     [    6.411944] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 
     [    6.412530] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 
     [    6.412591] systemd[1]: Reached target Remote File Systems. 
     [    6.412645] systemd[1]: Reached target User and Group Name Lookups. 
     [    6.524205] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro 
     [    6.609231] systemd-journald[262]: Received request to flush runtime journal from PID 1 
     [    6.800122] ACPI: AC Adapter [ADP1] (on-line) 
     [    6.800311] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 
     [    6.800330] ACPI: Power Button [PWRB] 
     [    6.800436] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 
     [    6.800455] ACPI: Sleep Button [SLPB] 
     [    6.808225] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3 
     [    6.816347] ACPI: Lid Switch [LID] 
     [    6.816497] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 
     [    6.816523] ACPI: Power Button [PWRF] 
     [    6.825448] proc_thermal 0000:00:0b.0: enabling device (0000 -> 0002) 
     [    6.844993] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). 
     [    6.845094] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). 
     [    6.846377] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 
     [    6.912657] input: Intel HID events as /devices/pci0000:00/INT33D5:00/input/input5 
     [    6.920713] ACPI: Battery Slot [BATC] (battery present) 
     [    6.976448] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels 
     [    7.016409] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels 
     [    7.020201] [drm] Memory usable by graphics device = 2048M 
     [    7.020207] checking generic (80000000 3f0000) vs hw (80000000 10000000) 
     [    7.020210] fb: switching to inteldrmfb from EFI VGA 
     [    7.020262] Console: switching to colour dummy device 80x25 
     [    7.022241] [drm] Replacing VGA console driver 
     [    7.022676] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). 
     [    7.022678] [drm] Driver supports precise vblank timestamp query. 
     [    7.030983] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem 
     [    7.031453] [drm:pwm_setup_backlight [i915]] *ERROR* Failed to own the pwm chip 
     [    7.045857] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0 
     [    7.047440] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no) 
     [    7.059155] acpi device:01: registered as cooling_device4 
     [    7.062297] acpi device:02: registered as cooling_device5 
     [    7.063055] acpi device:03: registered as cooling_device6 
     [    7.071137] acpi device:04: registered as cooling_device7 
     [    7.071992] acpi device:05: registered as cooling_device8 
     [    7.074661] acpi device:06: registered as cooling_device9 
     [    7.079141] acpi device:07: registered as cooling_device10 
     [    7.079907] acpi device:08: registered as cooling_device11 
     [    7.080077] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6 
     [    7.080254] [drm] HDaudio controller not detected, using LPE audio instead 
      
     [    7.086019] input: ELAN22A6:00 04F3:22A6 as /devices/pci0000:00/808622C1:05/i2c-5/i2c-ELAN22A6:00/0018:04F3:22A6.0001/input/input7 
     [    7.086197] input: ELAN22A6:00 04F3:22A6 Pen as /devices/pci0000:00/808622C1:05/i2c-5/i2c-ELAN22A6:00/0018:04F3:22A6.0001/input/input10 
     [    7.086364] hid-multitouch 0018:04F3:22A6.0001: input,hidraw1: I2C HID v1.00 Device [ELAN22A6:00 04F3:22A6] on i2c-ELAN22A6:00 
     [    7.087160] intel_sst_acpi 808622A8:00: LPE base: 0x91400000 size:0x200000 
     [    7.087164] intel_sst_acpi 808622A8:00: IRAM base: 0x914c0000 
     [    7.087195] intel_sst_acpi 808622A8:00: DRAM base: 0x91500000 
     [    7.087204] intel_sst_acpi 808622A8:00: SHIM base: 0x91540000 
     [    7.087220] intel_sst_acpi 808622A8:00: Mailbox base: 0x91544000 
     [    7.087229] intel_sst_acpi 808622A8:00: DDR base: 0x20000000 
     [    7.087343] intel_sst_acpi 808622A8:00: Got drv data max stream 25 
     [    7.094316] hid-multitouch 0003:0B05:183B.0004: Ignoring the extra HID_DG_INPUTMODE 
     [    7.094531] input: ASUS HID Device ASUS HID Device Touchpad as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0B05:183B.0004/input/input15 
     [    7.095013] input: ASUS HID Device ASUS HID Device Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0B05:183B.0004/input/input16 
     [    7.099019] fbcon: inteldrmfb (fb0) is primary device 
     [    7.117068] intel_sst_acpi 808622A8:00: firmware: direct-loading firmware intel/fw_sst_22a8.bin 
     [    7.119785] input: PC Speaker as /devices/platform/pcspkr/input/input17 
     [    7.122204] EFI Variables Facility v0.08 2004-May-17 
     [    7.144898] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002) 
     [    7.148619] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 
     [    7.152799] hid-multitouch 0003:0B05:183B.0004: input,hiddev1,hidraw2: USB HID v1.11 Mouse [ASUS HID Device ASUS HID Device] on usb-0000:00:14.0-2/input2 
     [    7.153898] Bluetooth: Core ver 2.22 
     [    7.153927] NET: Registered protocol family 31 
     [    7.153928] Bluetooth: HCI device and connection manager initialized 
     [    7.153935] Bluetooth: HCI socket layer initialized 
     [    7.153940] Bluetooth: L2CAP socket layer initialized 
     [    7.153964] Bluetooth: SCO socket layer initialized 
     [    7.190206] pstore: using zlib compression 
     [    7.190268] pstore: Registered efi as persistent store backend 
     [    7.206124] usbcore: registered new interface driver btusb 
     [    7.211255] Adding 4018172k swap on /dev/mmcblk0p3.  Priority:-2 extents:1 across:4018172k SSFS 
     [    7.239892] intel_rapl: Found RAPL domain package 
     [    7.239895] intel_rapl: Found RAPL domain core 
     [    7.301247] iTCO_vendor_support: vendor-support=0 
     [    7.303781] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 
     [    7.303938] iTCO_wdt: Found a Braswell SoC TCO device (Version=3, TCOBASE=0x0460) 
     [    7.309133] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) 
     [    7.311115] input: gpio-keys as /devices/platform/gpio-keys.4.auto/input/input18 
     [    7.311659] input: gpio-keys as /devices/platform/gpio-keys.5.auto/input/input19 
     [    7.321929] asus_wmi: ASUS WMI generic driver loaded 
     [    7.328084] asus_wmi: Initialization: 0x1 
     [    7.328194] asus_wmi: BIOS WMI version: 7.9 
     [    7.328277] asus_wmi: SFUN value: 0x37 
     [    7.331257] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input20 
     [    7.337825] asus_wmi: Number of fans: 1 
     [    7.386195] cht-bsw-rt5645 cht-bsw-rt5645: snd-soc-dummy-dai <-> media-cpu-dai mapping ok 
     [    7.386265] cht-bsw-rt5645 cht-bsw-rt5645: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok 
     [    7.386304] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok 
     [    7.386625] cht-bsw-rt5645 cht-bsw-rt5645: rt5645-aif1 <-> ssp2-port mapping ok 
     [    7.395803] input: chtrt5645 Headset as /devices/pci0000:00/808622A8:00/cht-bsw-rt5645/sound/card0/input21 
     [    7.434061] ath10k_pci 0000:01:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:01:00.0.bin (-2) 
     [    7.434064] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2 
     [    7.434099] ath10k_pci 0000:01:00.0: firmware: failed to load ath10k/cal-pci-0000:01:00.0.bin (-2) 
     [    7.434101] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2 
     [    7.438118] ath10k_pci 0000:01:00.0: firmware: failed to load ath10k/QCA9377/hw1.0/firmware-6.bin (-2) 
     [    7.438122] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-6.bin failed with error -2 
     [    7.451778] ath10k_pci 0000:01:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin 
     [    7.451795] ath10k_pci 0000:01:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2a51 
     [    7.451799] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0 
     [    7.452797] ath10k_pci 0000:01:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7 
     [    7.555043] ath10k_pci 0000:01:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin 
     [    7.555581] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a 
     [    7.707224] Console: switching to colour frame buffer device 100x80 
     [    7.736922] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device 
     [    7.775653] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card1/input22 
     [    7.775803] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card1/input23 
     [    7.775925] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card1/input24 
     [    8.066233] ath10k_pci 0000:01:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 
     [    8.071067] ath: EEPROM regdomain: 0x6a 
     [    8.071072] ath: EEPROM indicates we should expect a direct regpair map 
     [    8.071078] ath: Country alpha2 being used: 00 
     [    8.071081] ath: Regpair used: 0x6a 
     [    9.498847] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready 
     [   10.168401] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready 
     [   10.840258] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready 
     [   11.006634] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready 
     [   11.937909] fuse init (API version 7.26) 
     [   14.157577] intel_sst_acpi 808622A8:00: FW Version 01.0b.02.02 
     [   15.833804] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready 
     [   20.687213] wlan0: authenticate with 2c:4d:54:24:d5:db 
     [   20.727875] wlan0: send auth to 2c:4d:54:24:d5:db (try 1/3) 
     [   20.733805] wlan0: authenticated 
     [   20.736041] wlan0: associate with 2c:4d:54:24:d5:db (try 1/3) 
     [   20.754557] wlan0: RX AssocResp from 2c:4d:54:24:d5:db (capab=0x431 status=0 aid=8) 
     [   20.756790] wlan0: associated 
     [   20.793012] ath: EEPROM regdomain: 0x8348 
     [   20.793015] ath: EEPROM indicates we should expect a country code 
     [   20.793017] ath: doing EEPROM country->regdmn map search 
     [   20.793019] ath: country maps to regdmn code: 0x3a 
     [   20.793020] ath: Country alpha2 being used: US 
     [   20.793022] ath: Regpair used: 0x3a 
     [   20.793024] ath: regdomain 0x8348 dynamically updated by country IE 
     [   20.793797] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready 
     [   38.725682] random: crng init done 
     [   39.962436] rfkill: input handler disabled
    Here, I editted out everything in the output that was not in bold or red. I don't know yet how many lines before/after an error that I need to provide.


    Code:
    root@kali:~# dmesg 
     [    0.000000] Linux version 4.14.0-kali3-amd64 ([email protected]) (gcc version 7.2.0 (Debian 7.2.0-18)) #1 SMP Debian 4.14.12-2kali1 (2018-01-08) 
     [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.14.0-kali3-amd64 root=/dev/mmcblk0p2 ro quiet 
     * * *
     [    0.139062] ACPI Exception: Could not find/resolve named package element: \_SB_.PCI0.I2C7.BATC (20170728/dspkginit-381) 
     [    0.140091] ACPI Exception: Could not find/resolve named package element: \_SB_.PCI0.I2C7.BATC (20170728/dspkginit-381) 
     [    0.140139] ACPI Exception: Could not find/resolve named package element: \_SB_.PCI0.I2C3.TIDR (20170728/dspkginit-381) 
     * * *
     [    0.247868] ACPI: \: failed to evaluate _DSM (0x1001) 
     * * *
     [    0.301138] Expanded resource Reserved due to conflict with PCI Bus 0000:00 
     * * *
     [    3.270060] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). 
     * * *
     [    5.121224] usbhid 1-2:1.0: couldn't find an input interrupt endpoint 
     * * *
     [    6.277593] systemd-gpt-auto-generator[244]: Failed to dissect: Input/output error 
     [    6.279109] systemd[236]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with error code 1. 
     [    6.302123] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. 
     [    6.302136] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) 
     * * *
     [    6.844993] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). 
     [    6.845094] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). 
     * * *
     [    7.031453] [drm:pwm_setup_backlight [i915]] *ERROR* Failed to own the pwm chip 
     * * *
     [    7.434061] ath10k_pci 0000:01:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:01:00.0.bin (-2) 
     [    7.434064] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2 
     [    7.434099] ath10k_pci 0000:01:00.0: firmware: failed to load ath10k/cal-pci-0000:01:00.0.bin (-2) 
     [    7.434101] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2 
     [    7.438118] ath10k_pci 0000:01:00.0: firmware: failed to load ath10k/QCA9377/hw1.0/firmware-6.bin (-2) 
     [    7.438122] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-6.bin failed with error -2 
     * * *
    Last edited by phyxx; 2018-02-25 at 03:50.

  5. #5
    Join Date
    2018-Feb
    Posts
    12

    Screen Orientation - GRUB 2.02-2

    I have not discovered a resolution for the GRUB screen rotation, yet. But I have found other that have similar issues with other devices.

    Here, we have a couple of users that are trying to achieve exactly the opposite of what we are wanting to do. They have added monitors that they have physically rotated to portrait mode, and they are merely annoyed with the fact that GRUB streams across in landscape mode and they want to rotate it to portrait more. Though they have not updated the thread since 2013, there is some useful information there:
    • fbcon doesn't appear to hold the solution;
    • xrandr doesn't appear to hold the solution; and,
    • The GNU GRUB Manual isn't helpful in this regard. (I went through this and decided to save a PDF copy for a later point in time. Might come in handy some day.)


    Despite what the last cited thread says about fbcon, I found this in the askubuntu forum and am going to give it a shot since fbcon comes up A LOT in searches for screen rotation and GRUB:

    You can rotate your virtual framebuffers using fbcon. 0 through 3 to represent the various rotations:

    • 0 - Normal rotation
    • 1 - Rotate clockwise
    • 2 - Rotate upside down
    • 3 - Rotate counter-clockwise

    These can be set from the command line by putting a value into the correct system file. Rotate the current framebuffer:

    echo 1 | sudo tee /sys/class/graphics/fbcon/rotate
    Rotate all virtual framebuffers:
    echo 1 | sudo tee /sys/class/graphics/fbcon/rotate_all
    If you want this to happen automatically when you start your system, you need to modify your boot loader configuration to give it the correct options. In /etc/default/grub add fbcon=rotate:1 to the GRUB_CMDLINE_LINUX line:
    GRUB_CMDLINE_LINUX="fbcon=rotate:1"
    (Don't forget to run sudo update-grub after changing this file.)

  6. #6
    Join Date
    2018-Feb
    Posts
    12

    Screen Orientation - GRUB 2.02-2

    If you want this to happen automatically when you start your system, you need to modify your boot loader configuration to give it the correct options. In /etc/default/grub add fbcon=rotate:1 to the GRUB_CMDLINE_LINUX line:
    GRUB_CMDLINE_LINUX="fbcon=rotate:1"
    (Don't forget to run sudo update-grub after changing this file.)
    Using # cd /etc/default then # nano grub I edited the entry:

    Code:
     GRUB_CMDLINE_LINUX=""
    to read:

    Code:
     GRUB_CMDLINE_LINUX="fbcon=rotate:1"
    Then I saved and exited.

    I then ran # update-grub which came back with no errors. I then entered # reboot now.

    From here, the system rebooted as expected. The OS selector screen (GRUB console) was still 90 degrees out (no change), but the next screen did actually rotate clockwise by 90 degrees to the correct landscape view as the post on askubuntu suggested.

    Note that prior to this edit, I reported that this failed. The failure was actually due to an error during the update-grub command. I ran it again without error and everything is good.

    Also, disabling the GRUB console causes the native OS screen to be in the Chevy orientation. So I have narrowed the issue down to the fancier GRUB console. Everything else looks good in this regard.
    Last edited by phyxx; 2018-03-02 at 14:17.

  7. #7
    Join Date
    2018-Feb
    Posts
    12

    Sound

    Trying to figure out the sound issues...

    Through various searches, there seems to be a very common issue between complaints of no sound and the pulseaudio package.

    When trying to symply pass # systemctl start pulseaudio, the system prompts for my password and then I get (tried as admin user and root):

    Code:
    phyxx@kali:/$ systemctl start pulseaudio
    Failed to start pulseaudio.service: Unit pulseaudio.service not found. 
    phyxx@kali:/$ su root
    Password: 
    root@kali:/# systemctl start pulseaudio
    Failed to start pulseaudio.service: Unit pulseaudio.service not found
    I ran a commonly suggested command under administrative rights:

    Code:
    phyxx@kali:~$ systemctl --user enable pulseaudio && systemctl --user start pulseaudio
    Created symlink /home/phyxx/.config/systemd/user/default.target.wants/pulseaudio.service → /usr/lib/systemd/user/pulseaudio.service.
    Created symlink /home/phyxx/.config/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
    Job for pulseaudio.service failed because a fatal signal was delivered to the control process.
    See "systemctl --user status pulseaudio.service" and "journalctl --user -xe" for details.
    phyxx@kali:~$ systemctl --user status pulseaudio.service
     pulseaudio.service - Sound Service
       Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
      Drop-In: /usr/lib/systemd/user/pulseaudio.service.d
               └─kali_pulseaudio.conf
       Active: failed (Result: signal) since Sun 2018-02-25 12:18:10 CST; 43s ago
      Process: 3460 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=killed, signal=KILL)
     Main PID: 3460 (code=killed, signal=KILL)
    phyxx@kali:~$ journalctl --user -xe
    Hint: You are currently not seeing messages from other users and the system.
          Users in the 'systemd-journal' group can see all messages. Pass -q to
          turn off this notice.
    No journal files were opened due to insufficient permissions.
    So for kicks, I ran the command again at root:

    Code:
    root@kali:/# systemctl --user enable pulseaudio && systemctl --user start pulseaudio
    Failed to connect to bus: Operation not permitted
    Now here's the wierd part... after running the enable && start commands, I get a "drip" sound out of my onboard speakers in Terminal when I press the left arrow in the command line. I expect that is normal... BUT I HAVE SOUND. I cannot control the volume of my sound, and I still have not output devices in my Settings > Sound window... but I have sound.

    Any ideas?

  8. #8
    Join Date
    2018-Feb
    Posts
    12

    Issue 5b - ASUS Pen

    I decided to disconnect my tablet from the keyboard dock to read some more in the Kali Linux Revealed book. Out of habit, I picked up my ASUS Pen. I discovered something interesting.

    While the ASUS pen calibration in landscape mode is still off as I mentioned in Post #2, the pen works perfectly in portrait mode. This might be a legitimate bug to report, as the software that recognizes the pen seems to be off kilter in landscape mode. I'm going to go read some more and try to come up with a better explanation. But as of right now, turn your ASUS T102HA to portrait mode and enjoy the use of your pen. (Now if I can find a handwriting input method, this pen will actually serve a purpose again.)

  9. #9
    Join Date
    2018-Feb
    Posts
    12

    Issue #2 - Audio Issues

    Previously, I mentioned that audio wasn’t working at all. However, once my house was whisper quiet, I discovered that the audio is EXTREMELY low.


    I have no control from the taskbar drop down, even though I can move the slider, nothing changes other than the position of the slider:


    screenshot-from-2018-03-02-19-.jpg



    No Output devices show in settings:


    screenshot-from-2018-03-02-19-(1).jpg



    Several search results direct to use the following command when there are audio issues:


    Code:
     $ systemctl --user enable pulseaudio && --user start pulseaudio

    Upon doing so, I get the following message:


    Code:
     $ systemctl --user enable pulseaudio && systemctl --user start pulseaudio
     Created symlink /home/phyxx/.config/systemd/user/default.target.wants/pulseaudio.service → /usr/lib/systemd/user/pulseaudio.service.
     Created symlink /home/phyxx/.config/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
     Job for pulseaudio.service failed because a fatal signal was delivered to the control process.
     See "systemctl --user status pulseaudio.service" and "journalctl --user -xe" for details.

    For details, I get the following returns:


    Code:
     $ systemctl --user status pulseaudio.service
     ● pulseaudio.service - Sound Service
        Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
       Drop-In: /usr/lib/systemd/user/pulseaudio.service.d
                └─kali_pulseaudio.conf
        Active: failed (Result: signal) since Fri 2018-03-02 18:52:30 CST; 57s ago
       Process: 1907 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=killed, signal=KILL)
      Main PID: 1907 (code=killed, signal=KILL)

    Code:
     $ journalctl --user -xe
     Hint: You are currently not seeing messages from other users and the system.
           Users in the 'systemd-journal' group can see all messages. Pass -q to
           turn off this notice.
     No journal files were opened due to insufficient permissions.

    So I $ su root and run # journalctl --user -xe and get:


    Code:
     # journalctl --user -xe
     No journal files were found.
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     ~
     -- No entries –

    First, the $ user is an Administrator, so I do not understand the “No journal files were opened due to insufficient permissions.” message.


    Second, the $ systemctl --user status pulseaudio.service led me to looking at kali_pulseaudio.conf, which contents via nano are limited to:


    Code:
     [Unit]
     ConditionUser=

    What should be in kali_pulseaudio.conf, and am I on the right track?


    Here are my uname -a and lshw per the KLR Book:


    Code:
     # uname -a
     Linux asus-t102ha-se 4.14.0-kali3-amd64 #1 SMP Debian 4.14.12-2kali1 (2018-01-08) x86_64 GNU/Linux

    Code:
     lshw
     asus-t102ha-se               
         description: Detachable
         product: T102HA (ASUS-TabletSKU)
         vendor: ASUSTeK COMPUTER INC.
         version: 1.0
         serial:  Present, but redacted 
         width: 64 bits
         capabilities: smbios-3.0 dmi-3.0 smp vsyscall32
         configuration: boot=normal chassis=detachable family=T sku=ASUS-TabletSKU uuid= Present, but redacted 
       *-core
            description: Motherboard
            product: T102HA
            vendor: ASUSTeK COMPUTER INC.
            physical id: 0
            version: 1.0
            serial:  Present, but redacted 
            slot: MIDDLE
          *-firmware
               description: BIOS
               vendor: American Megatrends Inc.
               physical id: 0
               version: T102HA.303
               date: 04/12/2017
               size: 64KiB
               capacity: 6080KiB
               capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int14serial int17printer acpi usb smartbattery biosbootspecification uefi
          *-memory
               description: System Memory
               physical id: b
               slot: System board or motherboard
               size: 4GiB
               capabilities: ecc
               configuration: errordetection=multi-bit-ecc
             *-bank:0
                  description: DIMM DDR3 1600 MHz (0.6 ns)
                  product: Array1_PartNumber0
                  vendor: A1_Manufacturer0
                  physical id: 0
                  serial: A1_SerNum0
                  slot: A1_DIMM0
                  size: 4GiB
                  width: 8 bits
                  clock: 1600MHz (0.6ns)
             *-bank:1
                  description: DIMM [empty]
                  product: Array1_PartNumber1
                  vendor: A1_Manufacturer1
                  physical id: 1
                  serial: A1_SerNum1
                  slot: A1_DIMM1
          *-cache:0
               description: L1 cache
               physical id: 12
               slot: CPU Internal L1
               size: 224KiB
               capacity: 224KiB
               capabilities: internal write-back
               configuration: level=1
          *-cache:1
               description: L2 cache
               physical id: 13
               slot: CPU Internal L2
               size: 2MiB
               capacity: 2MiB
               capabilities: internal write-back unified
               configuration: level=2
          *-cpu
               description: CPU
               product: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz
               vendor: Intel Corp.
               physical id: 14
               bus info: cpu@0
               version: Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz
               slot: SOCKET 0
               size: 983MHz
               capacity: 2400MHz
               width: 64 bits
               clock: 80MHz
               capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb pti tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat cpufreq
               configuration: cores=4 enabledcores=4 threads=4
          *-pci
               description: Host bridge
               product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register
               vendor: Intel Corporation
               physical id: 100
               bus info: pci@0000:00:00.0
               version: 36
               width: 32 bits
               clock: 33MHz
               configuration: driver=iosf_mbi_pci
               resources: irq:0
             *-display
                  description: VGA compatible controller
                  product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers
                  vendor: Intel Corporation
                  physical id: 2
                  bus info: pci@0000:00:02.0
                  version: 36
                  width: 64 bits
                  clock: 33MHz
                  capabilities: pm msi vga_controller bus_master cap_list rom
                  configuration: driver=i915 latency=0
                  resources: irq:123 memory:90000000-90ffffff memory:80000000-8fffffff ioport:f000(size=64) memory:c0000-dffff
             *-multimedia UNCLAIMED
                  description: Multimedia controller
                  product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit
                  vendor: Intel Corporation
                  physical id: 3
                  bus info: pci@0000:00:03.0
                  version: 36
                  width: 32 bits
                  clock: 33MHz
                  capabilities: pm msi cap_list
                  configuration: latency=0
                  resources: memory:91000000-913fffff
             *-generic:0
                  description: Non-VGA unclassified device
                  product: Intel Corporation
                  vendor: Intel Corporation
                  physical id: a
                  bus info: pci@0000:00:0a.0
                  version: 36
                  width: 32 bits
                  clock: 33MHz
                  capabilities: pm bus_master cap_list
                  configuration: driver=intel_ish_ipc latency=0
                  resources: irq:20 memory:91a3a000-91a3afff
             *-generic:1
                  description: Signal processing controller
                  product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller
                  vendor: Intel Corporation
                  physical id: b
                  bus info: pci@0000:00:0b.0
                  version: 36
                  width: 64 bits
                  clock: 33MHz
                  capabilities: msi pm cap_list
                  configuration: driver=proc_thermal latency=0
                  resources: irq:121 memory:91a39000-91a39fff
             *-usb
                  description: USB controller
                  product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller
                  vendor: Intel Corporation
                  physical id: 14
                  bus info: pci@0000:00:14.0
                  version: 36
                  width: 64 bits
                  clock: 33MHz
                  capabilities: pm msi xhci bus_master cap_list
                  configuration: driver=xhci_hcd latency=0
                  resources: irq:119 memory:91a00000-91a0ffff
                *-usbhost:0
                     product: xHCI Host Controller
                     vendor: Linux 4.14.0-kali3-amd64 xhci-hcd
                     physical id: 0
                     bus info: usb@1
                     logical name: usb1
                     version: 4.14
                     capabilities: usb-2.00
                     configuration: driver=hub slots=7 speed=480Mbit/s
                   *-usb:0
                        description: Keyboard
                        product: ASUS HID Device
                        vendor: ASUS HID Device
                        physical id: 2
                        bus info: usb@1:2
                        version: 1.07
                        serial:  Present, but redacted 
                        capabilities: usb-2.00
                        configuration: driver=usbhid maxpower=100mA speed=12Mbit/s
                   *-usb:1
                        description: Bluetooth wireless interface
                        vendor: IMC Networks
                        physical id: 3
                        bus info: usb@1:3
                        version: 0.01
                        capabilities: bluetooth usb-1.10
                        configuration: driver=btusb maxpower=100mA speed=12Mbit/s
                   *-usb:2
                        description: USB hub
                        product: USB2.0 Hub
                        vendor: Genesys Logic, Inc.
                        physical id: 4
                        bus info: usb@1:4
                        version: 32.98
                        capabilities: usb-2.00
                        configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                      *-usb UNCLAIMED
                           description: Generic USB device
                           product: ELAN:Fingerprint
                           vendor: ELAN
                           physical id: 2
                           bus info: usb@1:4.2
                           version: 1.28
                           capabilities: usb-2.00
                           configuration: maxpower=100mA speed=12Mbit/s
                *-usbhost:1
                     product: xHCI Host Controller
                     vendor: Linux 4.14.0-kali3-amd64 xhci-hcd
                     physical id: 1
                     bus info: usb@2
                     logical name: usb2
                     version: 4.14
                     capabilities: usb-3.00
                     configuration: driver=hub slots=6 speed=5000Mbit/s
             *-generic:2 UNCLAIMED
                  description: Encryption controller
                  product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine
                  vendor: Intel Corporation
                  physical id: 1a
                  bus info: pci@0000:00:1a.0
                  version: 36
                  width: 32 bits
                  clock: 33MHz
                  capabilities: pm msi bus_master cap_list
                  configuration: latency=0
                  resources: memory:91900000-919fffff memory:91800000-918fffff
             *-pci
                  description: PCI bridge
                  product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1
                  vendor: Intel Corporation
                  physical id: 1c
                  bus info: pci@0000:00:1c.0
                  version: 36
                  width: 32 bits
                  clock: 33MHz
                  capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
                  configuration: driver=pcieport
                  resources: irq:117 memory:91600000-917fffff
                *-network
                     description: Wireless interface
                     product: QCA9377 802.11ac Wireless Network Adapter
                     vendor: Qualcomm Atheros
                     physical id: 0
                     bus info: pci@0000:01:00.0
                     logical name: wlan0
                     version: 31
                     serial:  Present, but redacted; “##:x#:#x:x#:##:xx” format 
                     width: 64 bits
                     clock: 33MHz
                     capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
                     configuration: broadcast=yes driver=ath10k_pci driverversion=4.14.0-kali3-amd64 firmware=WLAN.TF.1.0-00267-1 ip= Present, but redacted  latency=0 link=yes multicast=yes wireless=IEEE 802.11
                     resources: irq:127 memory:91600000-917fffff
             *-isa
                  description: ISA bridge
                  product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU
                  vendor: Intel Corporation
                  physical id: 1f
                  bus info: pci@0000:00:1f.0
                  version: 36
                  width: 32 bits
                  clock: 33MHz
                  capabilities: isa bus_master cap_list
                  configuration: driver=lpc_ich latency=0
                  resources: irq:0

    Not to distract, but I’m also curious about how to “CLAIM” the “UNCLAIMED” devices, such as the multimedia controller and fingerprint reader shown in the # lshw???

    EDIT (20180303):


    Code:
     $ cat /proc/asound/cards
      0 [chtrt5645      ]: chtrt5645 - chtrt5645
                           ASUSTeKCOMPUTERINC.-T102HA-1.0-T102HA
      1 [Audio          ]: HdmiLpeAudio - Intel HDMI/DP LPE Audio
                           Intel HDMI/DP LPE Audio
    Last edited by phyxx; 2018-03-03 at 17:47.

Similar Threads

  1. Cant change display orientation after SDDM login issue.
    By h_b in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-03-01, 14:30
  2. Live Mode - Lenovo 11e Yoga Display Orientation loads incorrectly.
    By iHaag in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2018-10-11, 22:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •