You are not logged in.

#1 2020-04-28 14:38:09

egurgle122
Member
Registered: 2020-04-28
Posts: 9

[SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Hello guys,,,
I was using Antergos and did a fresh Arch instlall during this quarentine.
I have a Laptop => ASUS A53S
My built-in webcam was working fine with Antergos but now, I have a problem using Arch. If I load v4l2 or hangouts video, I get a blackscreen video. I can notice my webcam light turns green on top of my laptop.
I tried https://wiki.archlinux.org/index.php/Webcam_setup solution but my camera didn't initialize.
xawtv doesn't load
guvcview loads but not image.
v4l2 loads but no image too.

I need some help and instructions, please.
Thanks

****
Edited - 30/04/2020

Results added here:

$ lsusb

Bus 003 Device 003: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 058f:a014 Alcor Micro Corp. Asus Integrated Webcam
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

$ lsusb -s 001:003 -v | egrep "Width|Height"

Couldn't open device, some information will be missing
        wWidth                            640
        wHeight                           480
        wWidth                            320
        wHeight                           240
        wWidth                            160
        wHeight                           120
        wWidth                            352
        wHeight                           288
        wWidth                            176
        wHeight                           144

$ dmesg | tail

[  365.750438] audit: type=1130 audit(1588265981.138:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  379.900686] wlp3s0: authenticate with ec:08:6b:5b:1f:5b
[  379.904456] wlp3s0: send auth to ec:08:6b:5b:1f:5b (try 1/3)
[  379.906884] wlp3s0: authenticated
[  379.908568] wlp3s0: associate with ec:08:6b:5b:1f:5b (try 1/3)
[  379.915077] wlp3s0: RX AssocResp from ec:08:6b:5b:1f:5b (capab=0x31 status=0 aid=5)
[  379.925103] wlp3s0: associated
[  380.975329] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[  381.060184] audit: type=1130 audit(1588265996.448:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  391.012824] audit: type=1131 audit(1588276806.270:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

$ dmesg | grep uvc

[   12.181810] uvcvideo: Found UVC 1.00 device ASUS USB2.0 WebCam (058f:a014)
[   12.189651] uvcvideo 1-1.2:1.0: Entity type for entity Extension 6 was not initialized!
[   12.189657] uvcvideo 1-1.2:1.0: Entity type for entity Processing 5 was not initialized!
[   12.189660] uvcvideo 1-1.2:1.0: Entity type for entity Selector 4 was not initialized!
[   12.189664] uvcvideo 1-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[   12.189938] usbcore: registered new interface driver uvcvideo

$ ls -la /dev/video*

crw-rw----+ 1 root video 81, 0 abr 30 13:53 /dev/video0
crw-rw----+ 1 root video 81, 1 abr 30 13:53 /dev/video1

$ v4l2-ctl --list-devices

ASUS USB2.0 WebCam: ASUS USB2.0 (usb-0000:00:1a.0-1.2):
        /dev/video0
        /dev/video1
        /dev/media0

$ lsmod | grep video

uvcvideo              114688  0
videobuf2_vmalloc      20480  1 uvcvideo
videobuf2_memops       20480  1 videobuf2_vmalloc
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_common       57344  2 videobuf2_v4l2,uvcvideo
videodev              270336  3 videobuf2_v4l2,uvcvideo,videobuf2_common
mc                     61440  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common

Last edited by egurgle122 (2020-05-02 21:28:21)

Offline

#2 2020-04-30 11:49:24

egurgle122
Member
Registered: 2020-04-28
Posts: 9

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Please guys,,, 3 days in roll without any success.

Offline

#3 2020-04-30 12:10:47

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

egurgle122 wrote:

Please guys,,, 3 days in roll without any success.

Don't do that - https://wiki.archlinux.org/index.php/Co … ct#Bumping

The reason you've probably not received a reply could be to do with lack of logs. You could start off with posting a full...

dmesg

Does your webcam work with other applications at all?

Offline

#4 2020-04-30 12:37:40

Lupo Alberto
Member
From: Gomel, Belarus
Registered: 2013-11-25
Posts: 84

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Do you have needed permission for this device?

Offline

#5 2020-04-30 20:10:47

egurgle122
Member
Registered: 2020-04-28
Posts: 9

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Sorry for that,,,
Results added in first post (updated)

Let me know if you need more results.
Thanks

Last edited by egurgle122 (2020-04-30 20:45:48)

Offline

#6 2020-05-01 03:46:51

Lupo Alberto
Member
From: Gomel, Belarus
Registered: 2013-11-25
Posts: 84

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Lupo Alberto wrote:

Do you have needed permission for this device?

Give us a look at this command output:

id

Offline

#7 2020-05-01 08:52:21

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Still waiting for a full dmesg log and not the truncated snippets you have posted. When you post parts of logs, it comes across as though you are trying to hide something. It would give us ideas about hardware, for instance if you had a nvidia card, as you previously said...

egurgle122 wrote:

xawtv doesn't load

(which doesn't help either and isn't an actual error message from running xawtv in a terminal)

we could ask if you had done - https://wiki.archlinux.org/index.php/We … vidia_card

Offline

#8 2020-05-01 11:59:17

egurgle122
Member
Registered: 2020-04-28
Posts: 9

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Lupo Alberto wrote:
Lupo Alberto wrote:

Do you have needed permission for this device?

Give us a look at this command output:

id

$ id

uid=1000(tcolombo) gid=1000(tcolombo) grupos=1000(tcolombo),986(video),998(wheel)

sorry,,, I forgot this

Offline

#9 2020-05-01 12:11:45

egurgle122
Member
Registered: 2020-04-28
Posts: 9

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

paulkerry wrote:

Still waiting for a full dmesg log and not the truncated snippets you have posted. When you post parts of logs, it comes across as though you are trying to hide something. It would give us ideas about hardware, for instance if you had a nvidia card, as you previously said...

egurgle122 wrote:

xawtv doesn't load

(which doesn't help either and isn't an actual error message from running xawtv in a terminal)

we could ask if you had done - https://wiki.archlinux.org/index.php/We … vidia_card

Sorry,, I used that dmesg because I noticed people have used that when asking for help.

$ dmesg

[    0.000000] Linux version 5.6.8-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Wed, 29 Apr 2020 16:22:56 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e2b6e50d-2998-45b4-a91d-2476231d45f5 rw loglevel=3 quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000a2c0bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a2c0c000-0x00000000a2d8dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a2d8e000-0x00000000a2d94fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a2d95000-0x00000000a2d95fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a2d96000-0x00000000a2d96fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a2d97000-0x00000000a2db7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a2db8000-0x00000000a2dc5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a2dc6000-0x00000000a2de7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a2de8000-0x00000000a2e22fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a2e23000-0x00000000a2fe7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a2fe8000-0x00000000a2ffcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a2ffd000-0x00000000a2ffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a3000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000014f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: ASUSTeK Computer Inc. K53SD/K53SD, BIOS K53SD.204 01/17/2012
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2195.076 MHz processor
[    0.002366] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002368] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002378] last_pfn = 0x14f800 max_arch_pfn = 0x400000000
[    0.002383] MTRR default type: uncachable
[    0.002383] MTRR fixed ranges enabled:
[    0.002385]   00000-9FFFF write-back
[    0.002386]   A0000-BFFFF uncachable
[    0.002387]   C0000-CFFFF write-protect
[    0.002388]   D0000-E7FFF uncachable
[    0.002389]   E8000-FFFFF write-protect
[    0.002390] MTRR variable ranges enabled:
[    0.002391]   0 base 000000000 mask F80000000 write-back
[    0.002392]   1 base 080000000 mask FE0000000 write-back
[    0.002394]   2 base 0A0000000 mask FFC000000 write-back
[    0.002395]   3 base 0A3000000 mask FFF000000 uncachable
[    0.002396]   4 base 100000000 mask FC0000000 write-back
[    0.002397]   5 base 140000000 mask FF0000000 write-back
[    0.002398]   6 base 14F800000 mask FFF800000 uncachable
[    0.002399]   7 base 0FFC00000 mask FFFC00000 write-protect
[    0.002399]   8 disabled
[    0.002400]   9 disabled
[    0.003583] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003816] last_pfn = 0xa2ffd max_arch_pfn = 0x400000000
[    0.015596] found SMP MP-table at [mem 0x000fcc80-0x000fcc8f]
[    0.029707] check: Scanning 1 areas for low memory corruption
[    0.029710] reserving inaccessible SNB gfx pages
[    0.029716] BRK [0x13201000, 0x13201fff] PGTABLE
[    0.029718] BRK [0x13202000, 0x13202fff] PGTABLE
[    0.029719] BRK [0x13203000, 0x13203fff] PGTABLE
[    0.029769] BRK [0x13204000, 0x13204fff] PGTABLE
[    0.029771] BRK [0x13205000, 0x13205fff] PGTABLE
[    0.029922] BRK [0x13206000, 0x13206fff] PGTABLE
[    0.030087] BRK [0x13207000, 0x13207fff] PGTABLE
[    0.030109] BRK [0x13208000, 0x13208fff] PGTABLE
[    0.030177] BRK [0x13209000, 0x13209fff] PGTABLE
[    0.030465] BRK [0x1320a000, 0x1320afff] PGTABLE
[    0.030677] RAMDISK: [mem 0x36dbd000-0x376d5fff]
[    0.030684] ACPI: Early table checksum verification disabled
[    0.030688] ACPI: RSDP 0x00000000000F0430 000024 (v02 _ASUS_)
[    0.030692] ACPI: XSDT 0x00000000A2FFEE18 000074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.030699] ACPI: FACP 0x00000000A2F9AD98 0000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.030706] ACPI: DSDT 0x00000000A2F86018 0138EE (v01 _ASUS_ Notebook 00000000 INTL 20091112)
[    0.030710] ACPI: FACS 0x00000000A2FE4E40 000040
[    0.030713] ACPI: FACS 0x00000000A2FE4D40 000040
[    0.030716] ACPI: APIC 0x00000000A2FFDF18 0000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.030719] ACPI: DBGP 0x00000000A2FFFF18 000034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.030723] ACPI: ECDT 0x00000000A2FE4B18 0000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.030726] ACPI: SLIC 0x00000000A2F9BE18 000176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
[    0.030729] ACPI: HPET 0x00000000A2FE5D18 000038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.030733] ACPI: MCFG 0x00000000A2FE5C98 00003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
[    0.030736] ACPI: SSDT 0x00000000A2F85018 000955 (v01 PmRef  Cpu0Ist  00003000 INTL 20091112)
[    0.030740] ACPI: SSDT 0x00000000A2F84018 000996 (v01 PmRef  CpuPm    00003000 INTL 20091112)
[    0.030744] ACPI: ASF! 0x00000000A2FE4A18 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.030755] ACPI: Local APIC address 0xfee00000
[    0.030842] No NUMA configuration found
[    0.030843] Faking a node at [mem 0x0000000000000000-0x000000014f7fffff]
[    0.030847] NODE_DATA(0) allocated [mem 0x14f7fc000-0x14f7fffff]
[    0.030872] Zone ranges:
[    0.030873]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.030874]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.030875]   Normal   [mem 0x0000000100000000-0x000000014f7fffff]
[    0.030877]   Device   empty
[    0.030878] Movable zone start for each node
[    0.030878] Early memory node ranges
[    0.030879]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.030881]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.030882]   node   0: [mem 0x0000000020200000-0x000000003fffffff]
[    0.030882]   node   0: [mem 0x0000000040200000-0x00000000a2c0bfff]
[    0.030883]   node   0: [mem 0x00000000a2d8e000-0x00000000a2d94fff]
[    0.030884]   node   0: [mem 0x00000000a2d96000-0x00000000a2d96fff]
[    0.030885]   node   0: [mem 0x00000000a2db8000-0x00000000a2dc5fff]
[    0.030886]   node   0: [mem 0x00000000a2de8000-0x00000000a2e22fff]
[    0.030887]   node   0: [mem 0x00000000a2fe8000-0x00000000a2ffcfff]
[    0.030887]   node   0: [mem 0x0000000100000000-0x000000014f7fffff]
[    0.031200] Zeroed struct page in unavailable ranges: 24561 pages
[    0.031202] Initmem setup node 0 [mem 0x0000000000001000-0x000000014f7fffff]
[    0.031204] On node 0 totalpages: 991247
[    0.031205]   DMA zone: 64 pages used for memmap
[    0.031206]   DMA zone: 157 pages reserved
[    0.031207]   DMA zone: 3997 pages, LIFO batch:0
[    0.031283]   DMA32 zone: 10338 pages used for memmap
[    0.031284]   DMA32 zone: 661618 pages, LIFO batch:63
[    0.043956]   Normal zone: 5088 pages used for memmap
[    0.043958]   Normal zone: 325632 pages, LIFO batch:63
[    0.049798] Reserving Intel graphics memory at [mem 0xa4000000-0xafffffff]
[    0.049929] ACPI: PM-Timer IO Port: 0x408
[    0.049931] ACPI: Local APIC address 0xfee00000
[    0.049951] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.049954] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.049956] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.049958] ACPI: IRQ0 used by override.
[    0.049959] ACPI: IRQ9 used by override.
[    0.049961] Using ACPI (MADT) for SMP configuration information
[    0.049963] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.049969] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.050004] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.050006] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.050007] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.050008] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.050009] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.050011] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.050013] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
[    0.050015] PM: hibernation: Registered nosave memory: [mem 0xa2c0c000-0xa2d8dfff]
[    0.050017] PM: hibernation: Registered nosave memory: [mem 0xa2d95000-0xa2d95fff]
[    0.050019] PM: hibernation: Registered nosave memory: [mem 0xa2d97000-0xa2db7fff]
[    0.050021] PM: hibernation: Registered nosave memory: [mem 0xa2dc6000-0xa2de7fff]
[    0.050023] PM: hibernation: Registered nosave memory: [mem 0xa2e23000-0xa2fe7fff]
[    0.050025] PM: hibernation: Registered nosave memory: [mem 0xa2ffd000-0xa2ffffff]
[    0.050026] PM: hibernation: Registered nosave memory: [mem 0xa3000000-0xafffffff]
[    0.050027] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xdfffffff]
[    0.050027] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.050028] PM: hibernation: Registered nosave memory: [mem 0xe4000000-0xfebfffff]
[    0.050029] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.050029] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.050030] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.050031] PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.050032] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.050032] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.050033] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.050034] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.050034] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.050035] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff97ffff]
[    0.050036] PM: hibernation: Registered nosave memory: [mem 0xff980000-0xffbfffff]
[    0.050037] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffd7ffff]
[    0.050037] PM: hibernation: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[    0.050040] [mem 0xb0000000-0xdfffffff] available for PCI devices
[    0.050041] Booting paravirtualized kernel on bare hardware
[    0.050044] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.055925] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.056412] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.056424] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.056425] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.056458] Built 1 zonelists, mobility grouping on.  Total pages: 975600
[    0.056459] Policy zone: Normal
[    0.056460] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e2b6e50d-2998-45b4-a91d-2476231d45f5 rw loglevel=3 quiet
[    0.056807] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.056951] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.057182] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.073475] Memory: 3785000K/3964988K available (12291K kernel code, 1463K rwdata, 4504K rodata, 1620K init, 3220K bss, 179988K reserved, 0K cma-reserved)
[    0.073483] random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
[    0.073643] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.073658] Kernel/User page tables isolation: enabled
[    0.073679] ftrace: allocating 40157 entries in 157 pages
[    0.091106] ftrace: allocated 157 pages with 5 groups
[    0.091252] rcu: Preemptible hierarchical RCU implementation.
[    0.091253] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.091254] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.091255] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.091256] 	Tasks RCU enabled.
[    0.091257] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.091258] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.094782] NR_IRQS: 20736, nr_irqs: 552, preallocated irqs: 16
[    0.095044] Console: colour dummy device 80x25
[    0.095050] printk: console [tty0] enabled
[    0.095070] ACPI: Core revision 20200110
[    0.095224] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.095240] APIC: Switch to symmetric I/O mode setup
[    0.095311] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.095342] Switched APIC routing to physical flat.
[    0.095759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.111908] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa407562ca, max_idle_ns: 440795265175 ns
[    0.111912] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.07 BogoMIPS (lpj=7316920)
[    0.111914] pid_max: default: 32768 minimum: 301
[    0.111953] LSM: Security Framework initializing
[    0.111957] Yama: becoming mindful.
[    0.111987] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.111995] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.112009] *** VALIDATE tmpfs ***
[    0.112191] *** VALIDATE proc ***
[    0.112251] *** VALIDATE cgroup ***
[    0.112253] *** VALIDATE cgroup2 ***
[    0.112308] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.112323] process: using mwait in idle threads
[    0.112325] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.112326] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.112329] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.112330] Spectre V2 : Mitigation: Full generic retpoline
[    0.112331] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.112332] Speculative Store Bypass: Vulnerable
[    0.112335] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.112575] Freeing SMP alternatives memory: 32K
[    0.115345] TSC deadline timer enabled
[    0.115349] smpboot: CPU0: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.135267] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.135285] core: PEBS disabled due to CPU errata, please upgrade microcode
[    0.135288] ... version:                3
[    0.135290] ... bit width:              48
[    0.135292] ... generic registers:      4
[    0.135294] ... value mask:             0000ffffffffffff
[    0.135296] ... max period:             00007fffffffffff
[    0.135298] ... fixed-purpose events:   3
[    0.135300] ... event mask:             000000070000000f
[    0.141920] rcu: Hierarchical SRCU implementation.
[    0.165641] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.171928] smp: Bringing up secondary CPUs ...
[    0.211965] x86: Booting SMP configuration:
[    0.211969] .... node  #0, CPUs:        #1  #2  #3  #4
[    0.334948] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.371963]   #5  #6  #7
[    0.454867] smp: Brought up 1 node, 8 CPUs
[    0.454867] smpboot: Max logical packages: 2
[    0.454867] smpboot: Total of 8 processors activated (35135.60 BogoMIPS)
[    0.455544] devtmpfs: initialized
[    0.455544] x86/mm: Memory block size: 128MB
[    0.455800] PM: Registering ACPI NVS region [mem 0xa2e23000-0xa2fe7fff] (1855488 bytes)
[    0.455800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.455800] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.455800] pinctrl core: initialized pinctrl subsystem
[    0.455800] PM: RTC time: 11:32:15, date: 2020-05-01
[    0.455800] thermal_sys: Registered thermal governor 'fair_share'
[    0.455800] thermal_sys: Registered thermal governor 'bang_bang'
[    0.455800] thermal_sys: Registered thermal governor 'step_wise'
[    0.455800] thermal_sys: Registered thermal governor 'user_space'
[    0.455800] thermal_sys: Registered thermal governor 'power_allocator'
[    0.455800] NET: Registered protocol family 16
[    0.455800] audit: initializing netlink subsys (disabled)
[    0.455800] audit: type=2000 audit(1588332734.359:1): state=initialized audit_enabled=0 res=1
[    0.458607] cpuidle: using governor ladder
[    0.458626] cpuidle: using governor menu
[    0.458638] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.458639] ACPI: bus type PCI registered
[    0.458641] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.458730] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.458733] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.458746] PCI: Using configuration type 1 for base access
[    0.458785] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.459108] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.459112] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.459112] mtrr: probably your BIOS does not setup all CPUs.
[    0.459112] mtrr: corrected configuration.
[    0.460184] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.462045] ACPI: Added _OSI(Module Device)
[    0.462047] ACPI: Added _OSI(Processor Device)
[    0.462048] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.462049] ACPI: Added _OSI(Processor Aggregator Device)
[    0.462050] ACPI: Added _OSI(Linux-Dell-Video)
[    0.462051] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.462052] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.481504] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.481909] ACPI: EC: EC started
[    0.481909] ACPI: EC: interrupt blocked
[    0.481909] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.481909] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.482304] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.603270] ACPI: Dynamic OEM Table Load:
[    0.603278] ACPI: SSDT 0xFFFFA1BDCA0E9800 00073F (v01 PmRef  Cpu0Cst  00003001 INTL 20091112)
[    0.605723] ACPI: Dynamic OEM Table Load:
[    0.605729] ACPI: SSDT 0xFFFFA1BDCA220C00 000303 (v01 PmRef  ApIst    00003000 INTL 20091112)
[    0.606469] ACPI: Dynamic OEM Table Load:
[    0.606474] ACPI: SSDT 0xFFFFA1BDC9E26000 000119 (v01 PmRef  ApCst    00003000 INTL 20091112)
[    0.610109] ACPI: Interpreter enabled
[    0.610144] ACPI: (supports S0 S3 S4 S5)
[    0.610145] ACPI: Using IOAPIC for interrupt routing
[    0.610184] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.610575] ACPI: Enabled 13 GPEs in block 00 to 3F
[    0.679983] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.679990] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.680839] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.680840] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.681662] PCI host bridge to bus 0000:00
[    0.681664] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.681666] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.681668] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.681669] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.681670] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.681672] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.681673] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.681674] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.681676] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.681677] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff window]
[    0.681678] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.681680] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.681692] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.681840] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    0.681888] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.682048] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.682060] pci 0000:00:02.0: reg 0x10: [mem 0xdc400000-0xdc7fffff 64bit]
[    0.682067] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.682071] pci 0000:00:02.0: reg 0x20: [io  0xe000-0xe03f]
[    0.682292] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.682320] pci 0000:00:16.0: reg 0x10: [mem 0xdf00b000-0xdf00b00f 64bit]
[    0.682403] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.682543] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.682567] pci 0000:00:1a.0: reg 0x10: [mem 0xdf008000-0xdf0083ff]
[    0.682657] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.682806] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.682830] pci 0000:00:1b.0: reg 0x10: [mem 0xdf000000-0xdf003fff 64bit]
[    0.682912] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.683060] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.683165] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.683325] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.683430] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.683587] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.683691] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.683847] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[    0.683951] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.684113] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.684137] pci 0000:00:1d.0: reg 0x10: [mem 0xdf007000-0xdf0073ff]
[    0.684228] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.684376] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.684625] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.684646] pci 0000:00:1f.2: reg 0x10: [io  0xe0b0-0xe0b7]
[    0.684654] pci 0000:00:1f.2: reg 0x14: [io  0xe0a0-0xe0a3]
[    0.684663] pci 0000:00:1f.2: reg 0x18: [io  0xe090-0xe097]
[    0.684671] pci 0000:00:1f.2: reg 0x1c: [io  0xe080-0xe083]
[    0.684679] pci 0000:00:1f.2: reg 0x20: [io  0xe060-0xe07f]
[    0.684688] pci 0000:00:1f.2: reg 0x24: [mem 0xdf006000-0xdf0067ff]
[    0.684735] pci 0000:00:1f.2: PME# supported from D3hot
[    0.684878] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.684899] pci 0000:00:1f.3: reg 0x10: [mem 0xdf005000-0xdf0050ff 64bit]
[    0.684921] pci 0000:00:1f.3: reg 0x20: [io  0xe040-0xe05f]
[    0.685129] pci 0000:01:00.0: [10de:1058] type 00 class 0x030000
[    0.685151] pci 0000:01:00.0: reg 0x10: [mem 0xdb000000-0xdbffffff]
[    0.685163] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xc7ffffff 64bit pref]
[    0.685176] pci 0000:01:00.0: reg 0x1c: [mem 0xc8000000-0xc9ffffff 64bit pref]
[    0.685183] pci 0000:01:00.0: reg 0x24: [io  0xd000-0xd07f]
[    0.685191] pci 0000:01:00.0: reg 0x30: [mem 0xdc000000-0xdc07ffff pref]
[    0.685199] pci 0000:01:00.0: enabling Extended Tags
[    0.685214] pci 0000:01:00.0: Enabling HDA controller
[    0.685437] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.685440] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.685443] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.685446] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc9ffffff 64bit pref]
[    0.685496] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.685500] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.685504] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
[    0.685510] pci 0000:00:1c.0:   bridge window [mem 0xcc200000-0xccbfffff 64bit pref]
[    0.685616] pci 0000:03:00.0: [8086:08ae] type 00 class 0x028000
[    0.685686] pci 0000:03:00.0: reg 0x10: [mem 0xddc00000-0xddc01fff 64bit]
[    0.685935] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.686126] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.686130] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.686134] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
[    0.686141] pci 0000:00:1c.1:   bridge window [mem 0xcb700000-0xcc0fffff 64bit pref]
[    0.686245] pci 0000:04:00.0: [1b21:1040] type 00 class 0x0c0330
[    0.686299] pci 0000:04:00.0: reg 0x10: [mem 0xdd200000-0xdd207fff 64bit]
[    0.686519] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.686676] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.686680] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
[    0.686684] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
[    0.686690] pci 0000:00:1c.3:   bridge window [mem 0xcac00000-0xcb5fffff 64bit pref]
[    0.686784] pci 0000:05:00.0: [1969:1083] type 00 class 0x020000
[    0.686828] pci 0000:05:00.0: reg 0x10: [mem 0xdc800000-0xdc83ffff 64bit]
[    0.686843] pci 0000:05:00.0: reg 0x18: [io  0x9000-0x907f]
[    0.686992] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.687148] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.687152] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    0.687156] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
[    0.687162] pci 0000:00:1c.5:   bridge window [mem 0xca100000-0xcaafffff 64bit pref]
[    0.746178] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.746275] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 12)
[    0.746368] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    0.746460] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[    0.746552] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.746646] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.746740] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    0.746833] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
[    0.748582] ACPI: EC: interrupt unblocked
[    0.748582] ACPI: EC: event unblocked
[    0.748582] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.748582] ACPI: EC: GPE=0x1b
[    0.748582] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions and events
[    0.748582] iommu: Default domain type: Translated 
[    0.748599] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.748599] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.748599] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.748599] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.748599] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.748599] vgaarb: loaded
[    0.748838] SCSI subsystem initialized
[    0.748861] libata version 3.00 loaded.
[    0.748861] ACPI: bus type USB registered
[    0.748861] usbcore: registered new interface driver usbfs
[    0.748861] usbcore: registered new interface driver hub
[    0.748861] usbcore: registered new device driver usb
[    0.748861] pps_core: LinuxPPS API ver. 1 registered
[    0.748861] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.748861] PTP clock support registered
[    0.748861] EDAC MC: Ver: 3.0.0
[    0.748861] PCI: Using ACPI for IRQ routing
[    0.749470] PCI: pci_cache_line_size set to 64 bytes
[    0.749534] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.749536] e820: reserve RAM buffer [mem 0xa2c0c000-0xa3ffffff]
[    0.749538] e820: reserve RAM buffer [mem 0xa2d95000-0xa3ffffff]
[    0.749540] e820: reserve RAM buffer [mem 0xa2d97000-0xa3ffffff]
[    0.749541] e820: reserve RAM buffer [mem 0xa2dc6000-0xa3ffffff]
[    0.749543] e820: reserve RAM buffer [mem 0xa2e23000-0xa3ffffff]
[    0.749544] e820: reserve RAM buffer [mem 0xa2ffd000-0xa3ffffff]
[    0.749545] e820: reserve RAM buffer [mem 0x14f800000-0x14fffffff]
[    0.749678] NetLabel: Initializing
[    0.749679] NetLabel:  domain hash size = 128
[    0.749680] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.749696] NetLabel:  unlabeled traffic allowed by default
[    0.751955] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.751959] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.754020] clocksource: Switched to clocksource tsc-early
[    0.767308] *** VALIDATE bpf ***
[    0.767448] VFS: Disk quotas dquot_6.6.0
[    0.767475] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.767510] *** VALIDATE ramfs ***
[    0.767515] *** VALIDATE hugetlbfs ***
[    0.767565] pnp: PnP ACPI init
[    0.822201] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.822204] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.822205] system 00:00: [io  0xffff] has been reserved
[    0.822207] system 00:00: [io  0xffff] has been reserved
[    0.822209] system 00:00: [io  0x0400-0x0453] has been reserved
[    0.822210] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.822212] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.822214] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.822221] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.822254] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.822316] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.822321] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.822373] system 00:03: [io  0x0240-0x0259] has been reserved
[    0.822378] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.822460] pnp 00:04: Plug and Play ACPI device, IDs ETD0101 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.822506] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.822859] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.822862] system 00:06: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.822863] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.822865] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.822867] system 00:06: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.822868] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.822870] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.822872] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.822874] system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
[    0.822875] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.822880] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.823008] system 00:07: [mem 0xccc00000-0xccc00fff] has been reserved
[    0.823013] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.823226] system 00:08: [mem 0x20000000-0x201fffff] has been reserved
[    0.823228] system 00:08: [mem 0x40000000-0x401fffff] has been reserved
[    0.823233] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.823264] pnp: PnP ACPI: found 9 devices
[    0.829371] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.829419] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.829422] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.829425] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.829428] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc9ffffff 64bit pref]
[    0.829432] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.829435] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.829440] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
[    0.829444] pci 0000:00:1c.0:   bridge window [mem 0xcc200000-0xccbfffff 64bit pref]
[    0.829451] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.829454] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.829459] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
[    0.829463] pci 0000:00:1c.1:   bridge window [mem 0xcb700000-0xcc0fffff 64bit pref]
[    0.829469] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.829472] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
[    0.829477] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
[    0.829481] pci 0000:00:1c.3:   bridge window [mem 0xcac00000-0xcb5fffff 64bit pref]
[    0.829488] pci 0000:00:1c.5: PCI bridge to [bus 05]
[    0.829491] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    0.829496] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
[    0.829500] pci 0000:00:1c.5:   bridge window [mem 0xca100000-0xcaafffff 64bit pref]
[    0.829508] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.829509] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.829511] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.829512] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.829513] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.829515] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.829516] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.829518] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[    0.829519] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[    0.829520] pci_bus 0000:00: resource 13 [mem 0xb0000000-0xfeafffff window]
[    0.829522] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff window]
[    0.829523] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.829525] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
[    0.829526] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xc9ffffff 64bit pref]
[    0.829528] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.829529] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
[    0.829530] pci_bus 0000:02: resource 2 [mem 0xcc200000-0xccbfffff 64bit pref]
[    0.829532] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    0.829533] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
[    0.829534] pci_bus 0000:03: resource 2 [mem 0xcb700000-0xcc0fffff 64bit pref]
[    0.829536] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    0.829537] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
[    0.829538] pci_bus 0000:04: resource 2 [mem 0xcac00000-0xcb5fffff 64bit pref]
[    0.829540] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
[    0.829541] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
[    0.829542] pci_bus 0000:05: resource 2 [mem 0xca100000-0xcaafffff 64bit pref]
[    0.829697] NET: Registered protocol family 2
[    0.829866] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.829899] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.830001] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.830061] TCP: Hash tables configured (established 32768 bind 32768)
[    0.830127] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.830145] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.830262] NET: Registered protocol family 1
[    0.830267] NET: Registered protocol family 44
[    0.830280] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.831060] pci 0000:05:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[    0.831065] PCI: CLS 64 bytes, default 64
[    0.831116] Trying to unpack rootfs image as initramfs...
[    0.992098] Freeing initrd memory: 9316K
[    0.992102] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.992103] software IO TLB: mapped [mem 0x9ec0c000-0xa2c0c000] (64MB)
[    0.992326] check: Scanning for low memory corruption every 60 seconds
[    0.992847] Initialise system trusted keyrings
[    0.992857] Key type blacklist registered
[    0.992915] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    0.994403] zbud: loaded
[    1.000733] Key type asymmetric registered
[    1.000735] Asymmetric key parser 'x509' registered
[    1.000748] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.000801] io scheduler mq-deadline registered
[    1.000803] io scheduler kyber registered
[    1.000831] io scheduler bfq registered
[    1.001255] pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[    1.001487] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
[    1.001732] pcieport 0000:00:1c.1: PME: Signaling with IRQ 26
[    1.001859] pcieport 0000:00:1c.3: PME: Signaling with IRQ 27
[    1.002116] pcieport 0000:00:1c.5: PME: Signaling with IRQ 28
[    1.002217] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.002300] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    1.002301] vesafb: scrolling: redraw
[    1.002303] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.002316] vesafb: framebuffer at 0xb0000000, mapped to 0x(____ptrval____), using 4160k, total 4160k
[    1.002365] fbcon: Deferring console take-over
[    1.002366] fb0: VESA VGA frame buffer device
[    1.002381] intel_idle: MWAIT substates: 0x21120
[    1.002382] intel_idle: v0.4.1 model 0x2A
[    1.002824] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.002923] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.002946] ACPI: Lid Switch [LID]
[    1.002985] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.005361] ACPI: Sleep Button [SLPB]
[    1.005418] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.005458] ACPI: Power Button [PWRF]
[    1.013375] thermal LNXTHERM:00: registered as thermal_zone0
[    1.013377] ACPI: Thermal Zone [THRM] (41 C)
[    1.013653] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.014394] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.014395] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.015689] ahci 0000:00:1f.2: version 3.0
[    1.028669] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    1.028678] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    1.039498] scsi host0: ahci
[    1.039804] scsi host1: ahci
[    1.040109] scsi host2: ahci
[    1.040294] scsi host3: ahci
[    1.040451] scsi host4: ahci
[    1.040555] scsi host5: ahci
[    1.040605] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 29
[    1.040606] ata2: DUMMY
[    1.040609] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 29
[    1.040610] ata4: DUMMY
[    1.040610] ata5: DUMMY
[    1.040611] ata6: DUMMY
[    1.040671] usbcore: registered new interface driver usbserial_generic
[    1.040676] usbserial: USB Serial support registered for generic
[    1.040707] rtc_cmos 00:01: RTC can wake from S4
[    1.040964] rtc_cmos 00:01: registered as rtc0
[    1.040992] rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.041071] intel_pstate: Intel P-state driver initializing
[    1.041708] ledtrig-cpu: registered to indicate activity on CPUs
[    1.041945] drop_monitor: Initializing network drop monitor service
[    1.042484] NET: Registered protocol family 10
[    1.064488] Segment Routing with IPv6
[    1.064555] NET: Registered protocol family 17
[    1.066545] RAS: Correctable Errors collector initialized.
[    1.066702] microcode: sig=0x206a7, pf=0x10, revision=0x23
[    1.067377] microcode: Microcode Update Driver: v2.2.
[    1.067390] IPI shorthand broadcast: enabled
[    1.067420] sched_clock: Marking stable (1067086254, 259693)->(1568438593, -501092646)
[    1.067915] registered taskstats version 1
[    1.067939] Loading compiled-in X.509 certificates
[    1.075123] Loaded X.509 cert 'Build time autogenerated kernel key: 3173f57ffc4f79528759736b0e979de68a36535c'
[    1.075278] zswap: loaded using pool lzo/zbud
[    1.076102] Key type ._fscrypt registered
[    1.076104] Key type .fscrypt registered
[    1.076105] Key type fscrypt-provisioning registered
[    1.087344] Key type big_key registered
[    1.088550] PM:   Magic number: 4:710:528
[    1.088799] rtc_cmos 00:01: setting system clock to 2020-05-01T11:32:16 UTC (1588332736)
[    1.356454] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.356494] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.358821] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.359116] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.359123] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.361332] ata1.00: ATA-8: Hitachi HTS547575A9E384, JE4OA60A, max UDMA/133
[    1.361338] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.361581] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.361588] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.363725] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.364011] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.364018] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.365465] ata3.00: ATAPI: HL-DT-ST DVDRAM GT51N, AS00, max UDMA/133
[    1.365508] ata1.00: configured for UDMA/133
[    1.366121] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54757 A60A PQ: 0 ANSI: 5
[    1.366806] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[    1.366812] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.366844] sd 0:0:0:0: [sda] Write Protect is off
[    1.366849] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.366899] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.370067] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.370074] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.372660] ata3.00: configured for UDMA/133
[    1.388127] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT51N     AS00 PQ: 0 ANSI: 5
[    1.398695]  sda: sda1 sda2 sda3 sda4 < sda5 >
[    1.401058] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.447257] Freeing unused decrypted memory: 2040K
[    1.448112] Freeing unused kernel image (initmem) memory: 1620K
[    1.462178] Write protecting the kernel read-only data: 20480k
[    1.464019] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.464995] Freeing unused kernel image (rodata/data gap) memory: 1640K
[    1.503225] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.503227] x86/mm: Checking user space page tables
[    1.533138] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.533140] Run /init as init process
[    1.533141]   with arguments:
[    1.533142]     /init
[    1.533143]   with environment:
[    1.533143]     HOME=/
[    1.533144]     TERM=linux
[    1.533144]     BOOT_IMAGE=/boot/vmlinuz-linux
[    1.555581] fbcon: Taking over console
[    1.555654] Console: switching to colour frame buffer device 170x48
[    1.684569] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.686270] i8042: Detected active multiplexing controller, rev 1.1
[    1.687523] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.687592] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.687627] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.687657] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.687687] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.690984] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.692192] ehci-pci: EHCI PCI platform driver
[    1.692430] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.692439] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.692455] ehci-pci 0000:00:1a.0: debug port 2
[    1.696379] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.696404] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdf008000
[    1.708596] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.708660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.708663] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.708665] usb usb1: Product: EHCI Host Controller
[    1.708667] usb usb1: Manufacturer: Linux 5.6.8-arch1-1 ehci_hcd
[    1.708668] usb usb1: SerialNumber: 0000:00:1a.0
[    1.708829] hub 1-0:1.0: USB hub found
[    1.708839] hub 1-0:1.0: 2 ports detected
[    1.708990] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.708999] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[    1.724482] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.724484] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.740538] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.745970] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.946059] xhci_hcd 0000:04:00.0: hcc params 0x0200f181 hci version 0x96 quirks 0x0000000000000000
[    1.946362] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.946363] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.946364] usb usb2: Product: xHCI Host Controller
[    1.946365] usb usb2: Manufacturer: Linux 5.6.8-arch1-1 xhci-hcd
[    1.946366] usb usb2: SerialNumber: 0000:04:00.0
[    1.946619] hub 2-0:1.0: USB hub found
[    1.946630] hub 2-0:1.0: 2 ports detected
[    1.946774] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.946782] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    1.946785] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.946788] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    1.946791] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[    1.946798] ehci-pci 0000:00:1d.0: debug port 2
[    1.946818] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.946849] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    1.946850] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.946851] usb usb4: Product: xHCI Host Controller
[    1.946852] usb usb4: Manufacturer: Linux 5.6.8-arch1-1 xhci-hcd
[    1.946853] usb usb4: SerialNumber: 0000:04:00.0
[    1.947029] hub 4-0:1.0: USB hub found
[    1.947043] hub 4-0:1.0: 2 ports detected
[    1.950698] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.950716] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdf007000
[    2.015318] tsc: Refined TSC clocksource calibration: 2195.012 MHz
[    2.015346] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa3cab9042, max_idle_ns: 440795210298 ns
[    2.015460] clocksource: Switched to clocksource tsc
[    2.038624] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.052037] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.052212] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    2.052216] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.052220] usb usb3: Product: EHCI Host Controller
[    2.052224] usb usb3: Manufacturer: Linux 5.6.8-arch1-1 ehci_hcd
[    2.052227] usb usb3: SerialNumber: 0000:00:1d.0
[    2.052674] hub 3-0:1.0: USB hub found
[    2.052687] hub 3-0:1.0: 2 ports detected
[    2.199437] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    2.199444] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.200093] hub 1-1:1.0: USB hub found
[    2.200269] hub 1-1:1.0: 6 ports detected
[    2.382033] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    2.485368] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[    2.529494] usb 3-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    2.529502] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.530143] hub 3-1:1.0: USB hub found
[    2.530390] hub 3-1:1.0: 6 ports detected
[    2.662374] random: fast init done
[    2.714180] usb 1-1.2: New USB device found, idVendor=058f, idProduct=a014, bcdDevice= 0.03
[    2.714187] usb 1-1.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    2.714191] usb 1-1.2: Product: ASUS USB2.0 WebCam
[    2.714195] usb 1-1.2: Manufacturer: 04G6200086K1AN21V0002P6
[    2.815369] usb 3-1.1: new full-speed USB device number 3 using ehci-pci
[    2.918959] usb 3-1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.918962] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.918963] usb 3-1.1: Product: USB Receiver
[    2.918964] usb 3-1.1: Manufacturer: Logitech
[    2.926750] hid: raw HID events driver (C) Jiri Kosina
[    2.933165] usbcore: registered new interface driver usbhid
[    2.933166] usbhid: USB HID core driver
[    2.935300] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:046D:C534.0001/input/input8
[    2.953257] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.992335] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input0
[    2.993096] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C534.0002/input/input9
[    2.993205] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C534.0002/input/input10
[    3.048835] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C534.0002/input/input11
[    3.049420] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input1
[    3.098979] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input0
[    3.229920] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.1/input1
[    3.286742] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    3.287807] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input14
[    3.288029] hid-generic 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:00:1d.0-1.1/input1:2
[    4.740718] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    4.755614] systemd[1]: Detected architecture x86-64.
[    4.804477] systemd[1]: Set hostname to <notebook>.
[    4.999164] random: crng init done
[    6.447131] systemd[1]: Created slice system-getty.slice.
[    6.447946] systemd[1]: Created slice system-modprobe.slice.
[    6.448639] systemd[1]: Created slice User and Session Slice.
[    6.448834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.448983] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.449498] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.449590] systemd[1]: Reached target Local Encrypted Volumes.
[    6.449622] systemd[1]: Reached target Login Prompts.
[    6.449670] systemd[1]: Reached target Paths.
[    6.449706] systemd[1]: Reached target Remote File Systems.
[    6.449733] systemd[1]: Reached target Slices.
[    6.449946] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    6.463704] systemd[1]: Listening on LVM2 metadata daemon socket.
[    6.464048] systemd[1]: Listening on LVM2 poll daemon socket.
[    6.468886] systemd[1]: Listening on Process Core Dump Socket.
[    6.469073] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.469536] systemd[1]: Listening on Journal Audit Socket.
[    6.469815] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.470150] systemd[1]: Listening on Journal Socket.
[    6.470446] systemd[1]: Listening on udev Control Socket.
[    6.470640] systemd[1]: Listening on udev Kernel Socket.
[    6.473787] systemd[1]: Mounting Huge Pages File System...
[    6.474563] systemd[1]: Mounting POSIX Message Queue File System...
[    6.475408] systemd[1]: Mounting Kernel Debug File System...
[    6.476314] systemd[1]: Mounting Kernel Trace File System...
[    6.477165] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    6.477848] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    6.478770] systemd[1]: Starting Load Kernel Module drm...
[    6.507632] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    6.507703] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    6.509796] systemd[1]: Starting Journal Service...
[    6.521875] systemd[1]: Starting Load Kernel Modules...
[    6.523354] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.525303] systemd[1]: Starting udev Coldplug all Devices...
[    6.528239] systemd[1]: Mounted Huge Pages File System.
[    6.528530] systemd[1]: Mounted POSIX Message Queue File System.
[    6.528857] systemd[1]: Mounted Kernel Debug File System.
[    6.529118] systemd[1]: Mounted Kernel Trace File System.
[    6.564074] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    6.583688] EXT4-fs (sda2): re-mounted. Opts: (null)
[    6.584766] systemd[1]: Finished Remount Root and Kernel File Systems.
[    6.584908] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    6.657381] Linux agpgart interface v0.103
[    6.694663] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    6.695525] systemd[1]: Starting Load/Save Random Seed...
[    6.696243] systemd[1]: Starting Create System Users...
[    6.696765] systemd[1]: Finished Load Kernel Modules.
[    6.697015] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    6.697720] systemd[1]: Mounting Kernel Configuration File System...
[    6.698569] systemd[1]: Starting Apply Kernel Variables...
[    6.700091] systemd[1]: Mounted Kernel Configuration File System.
[    6.758897] systemd[1]: Finished udev Coldplug all Devices.
[    6.813303] systemd[1]: modprobe@drm.service: Succeeded.
[    6.814140] systemd[1]: Finished Load Kernel Module drm.
[    6.954947] systemd[1]: Finished Apply Kernel Variables.
[    6.955033] audit: type=1130 audit(1588332742.360:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.955988] systemd[1]: Started LVM2 metadata daemon.
[    6.956077] audit: type=1130 audit(1588332742.363:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.961279] systemd[1]: Started Journal Service.
[    6.961379] audit: type=1130 audit(1588332742.366:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.112732] systemd-journald[317]: Received client request to flush runtime journal.
[    7.127265] audit: type=1130 audit(1588332742.533:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.428904] audit: type=1130 audit(1588332742.836:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.960238] audit: type=1130 audit(1588332743.366:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.961874] audit: type=1334 audit(1588332743.366:8): prog-id=5 op=LOAD
[    7.962114] audit: type=1334 audit(1588332743.370:9): prog-id=6 op=LOAD
[   10.079610] audit: type=1130 audit(1588332745.486:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.267007] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[   10.267009] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   10.267010] RAPL PMU: hw unit of domain package 2^-16 Joules
[   10.267010] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[   10.283094] battery: ACPI: Battery Slot [BAT0] (battery present)
[   10.336040] ACPI: AC Adapter [AC0] (on-line)
[   10.455562] input: PC Speaker as /devices/platform/pcspkr/input/input18
[   10.540099] cryptd: max_cpu_qlen set to 1000
[   10.626159] AVX version of gcm_enc/dec engaged.
[   10.626161] AES CTR mode by8 optimization enabled
[   10.699747] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000044F (\GPIS) (20200110/utaddress-204)
[   10.699754] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200110/utaddress-204)
[   10.699760] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.699763] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20200110/utaddress-204)
[   10.699767] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20200110/utaddress-204)
[   10.699771] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.699772] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20200110/utaddress-204)
[   10.699776] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20200110/utaddress-204)
[   10.699780] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.699781] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20200110/utaddress-204)
[   10.699785] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20200110/utaddress-204)
[   10.699789] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.699790] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.701081] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   11.026605] atl1c 0000:05:00.0: version 1.0.1.1-NAPI
[   11.113031] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.117938] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.220119] asus_wmi: ASUS WMI generic driver loaded
[   11.224105] asus_wmi: Initialization: 0x1
[   11.224174] asus_wmi: BIOS WMI version: 7.6
[   11.224275] asus_wmi: SFUN value: 0xa0877
[   11.224279] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   11.224281] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   11.225615] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input23
[   11.226151] iTCO_vendor_support: vendor-support=0
[   11.232704] Intel(R) Wireless WiFi driver for Linux
[   11.232705] Copyright(c) 2003- 2015 Intel Corporation
[   11.232843] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.233807] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.233840] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[   11.233928] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.254151] atl1c 0000:05:00.0 enp5s0: renamed from eth0
[   11.463035] audit: type=1130 audit(1588332746.870:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.537492] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   11.537497] cfg80211: failed to load regulatory.db
[   11.636285] iwlwifi 0000:03:00.0: loaded firmware version 39.31.5.1 build 32895 100-5.ucode op_mode iwldvm
[   11.862833] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input24
[   11.863197] logitech-hidpp-device 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:1d.0-1.1/input1:2
[   11.892909] mc: Linux media interface: v0.10
[   11.896581] mousedev: PS/2 mouse device common for all mice
[   12.022828] checking generic (b0000000 410000) vs hw (dc400000 400000)
[   12.022831] checking generic (b0000000 410000) vs hw (b0000000 10000000)
[   12.022833] fb0: switching to inteldrmfb from VESA VGA
[   12.022934] Console: switching to colour dummy device 80x25
[   12.022980] i915 0000:00:02.0: vgaarb: deactivate vga console
[   12.023026] videodev: Linux video capture interface: v2.00
[   12.028587] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.028589] [drm] Driver supports precise vblank timestamp query.
[   12.032185] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   12.060737] [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
[   12.060986] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[   12.061891] psmouse serio4: elantech: assuming hardware version 3 (with firmware version 0x450f01)
[   12.062988] acpi device:03: registered as cooling_device9
[   12.063091] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input25
[   12.064086] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.066142] acpi device:44: registered as cooling_device10
[   12.066408] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input26
[   12.066591] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.074430] psmouse serio4: elantech: Synaptics capabilities query result 0x78, 0x15, 0x0c.
[   12.079472] fbcon: i915drmfb (fb0) is primary device
[   12.086996] psmouse serio4: elantech: Elan sample query result 03, 0a, 00
[   12.148555] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input22
[   12.164809] intel_rapl_common: Found RAPL domain package
[   12.164811] intel_rapl_common: Found RAPL domain core
[   12.164812] intel_rapl_common: Found RAPL domain uncore
[   12.312098] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.312115] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.312121] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   12.312124] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   12.312128] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   12.312133] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[   12.312138] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   12.316209] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   12.316212] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   12.316215] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   12.316218] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 100 BGN, REV=0x6C
[   12.336631] audit: type=1130 audit(1588332747.743:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.356259] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   12.384685] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[   12.389742] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
[   12.389863] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input28
[   12.389990] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input29
[   12.585883] uvcvideo: Found UVC 1.00 device ASUS USB2.0 WebCam (058f:a014)
[   12.592761] uvcvideo 1-1.2:1.0: Entity type for entity Extension 6 was not initialized!
[   12.592766] uvcvideo 1-1.2:1.0: Entity type for entity Processing 5 was not initialized!
[   12.592770] uvcvideo 1-1.2:1.0: Entity type for entity Selector 4 was not initialized!
[   12.592784] uvcvideo 1-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[   12.593014] input: ASUS USB2.0 WebCam: ASUS USB2.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input30
[   12.593241] usbcore: registered new interface driver uvcvideo
[   12.593243] USB Video Class driver (1.1.1)
[   12.894623] Console: switching to colour frame buffer device 170x48
[   12.918772] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   12.968607] audit: type=1130 audit(1588332748.373:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.065982] audit: type=1130 audit(1588332748.473:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.602050] Adding 3905532k swap on /dev/sda5.  Priority:-2 extents:1 across:3905532k FS
[   14.112599] audit: type=1130 audit(1588332749.520:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.709654] audit: type=1130 audit(1588332751.116:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.079596] audit: type=1130 audit(1588332752.486:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.285301] audit: type=1130 audit(1588332752.690:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.366543] audit: type=1127 audit(1588332752.773:19): pid=477 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   17.396896] audit: type=1131 audit(1588332752.803:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.424588] audit: type=1130 audit(1588332752.830:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.633717] audit: type=1130 audit(1588332753.040:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.681477] audit: type=1130 audit(1588332753.086:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.846147] audit: type=1130 audit(1588332753.253:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.865628] audit: type=1130 audit(1588332753.273:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.871860] audit: type=1334 audit(1588332753.276:26): prog-id=7 op=LOAD
[   17.872220] audit: type=1334 audit(1588332753.280:27): prog-id=8 op=LOAD
[   17.991244] audit: type=1130 audit(1588332753.396:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.327876] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   21.402392] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   21.469709] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   21.532545] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   22.575203] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   22.639175] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   22.722035] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   22.786555] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[   24.464116] kauditd_printk_skb: 10 callbacks suppressed
[   24.464122] audit: type=1100 audit(1588332759.870:39): pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   24.464221] audit: type=1101 audit(1588332759.870:40): pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   24.475132] audit: type=1103 audit(1588332759.880:41): pid=510 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   24.577989] audit: type=1130 audit(1588332759.983:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.643005] audit: type=1101 audit(1588332760.050:43): pid=513 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.643162] audit: type=1103 audit(1588332760.050:44): pid=513 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   24.643361] audit: type=1006 audit(1588332760.050:45): pid=513 uid=0 old-auid=4294967295 auid=976 tty=(none) old-ses=4294967295 ses=1 res=1
[   24.675881] audit: type=1105 audit(1588332760.083:46): pid=513 uid=0 auid=976 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.702679] audit: type=1334 audit(1588332760.110:47): prog-id=11 op=LOAD
[   24.702688] audit: type=1334 audit(1588332760.110:48): prog-id=11 op=UNLOAD
[   32.035127] kauditd_printk_skb: 2 callbacks suppressed
[   32.035133] audit: type=1131 audit(1588332767.440:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.268263] audit: type=1131 audit(1588332785.673:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.388797] audit: type=1334 audit(1588332785.796:53): prog-id=10 op=UNLOAD
[   50.388810] audit: type=1334 audit(1588332785.796:54): prog-id=9 op=UNLOAD
[  127.716529] audit: type=1100 audit(1588332863.123:55): pid=536 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="tcolombo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  127.745804] audit: type=1101 audit(1588332863.153:56): pid=536 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="tcolombo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  127.750970] audit: type=1103 audit(1588332863.156:57): pid=536 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="tcolombo" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[  127.751349] audit: type=1006 audit(1588332863.156:58): pid=536 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  127.775982] audit: type=1130 audit(1588332863.183:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  127.783698] audit: type=1101 audit(1588332863.190:60): pid=538 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="tcolombo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  127.783757] audit: type=1103 audit(1588332863.190:61): pid=538 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="tcolombo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  127.783842] audit: type=1006 audit(1588332863.190:62): pid=538 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[  127.784584] audit: type=1105 audit(1588332863.190:63): pid=538 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="tcolombo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  127.789231] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[  127.791437] audit: type=1334 audit(1588332863.196:64): prog-id=12 op=LOAD
[  127.851879] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[  127.918991] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[  127.981894] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[  138.222769] kauditd_printk_skb: 5 callbacks suppressed
[  138.222771] audit: type=1131 audit(1588332873.630:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  138.240567] audit: type=1131 audit(1588332873.646:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@976 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  138.735362] audit: type=1130 audit(1588332874.143:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  138.874392] audit: type=1334 audit(1588332874.280:73): prog-id=13 op=LOAD
[  138.874557] audit: type=1334 audit(1588332874.280:74): prog-id=14 op=LOAD
[  139.414898] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[  139.478734] iwlwifi 0000:03:00.0: Radio type=0x0-0x0-0x3
[  140.162158] audit: type=1130 audit(1588332875.570:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  142.922805] audit: type=1130 audit(1588332878.330:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  145.446306] audit: type=1130 audit(1588332880.853:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  145.848985] wlp3s0: authenticate with ec:08:6b:5b:1f:5b
[  145.855106] wlp3s0: send auth to ec:08:6b:5b:1f:5b (try 1/3)
[  145.857618] wlp3s0: authenticated
[  145.861996] wlp3s0: associate with ec:08:6b:5b:1f:5b (try 1/3)
[  145.866878] wlp3s0: RX AssocResp from ec:08:6b:5b:1f:5b (capab=0x31 status=0 aid=4)
[  145.875945] wlp3s0: associated
[  146.964391] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[  147.171479] audit: type=1130 audit(1588332882.576:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  157.010974] audit: type=1131 audit(1588332892.416:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  160.087830] logitech-hidpp-device 0003:046D:4054.0003: HID++ 4.5 device connected.
[  902.799719] audit: type=1130 audit(1588333638.015:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  902.799723] audit: type=1131 audit(1588333638.015:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1272.217148] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=76961 end=76962) time 409 us, min 763, max 767, scanline start 762, end 781
[ 1295.820069] audit: type=1100 audit(1588334031.034:82): pid=1432 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="tcolombo" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 1668.176674] audit: type=1100 audit(1588334403.390:83): pid=2023 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="tcolombo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1668.176819] audit: type=1101 audit(1588334403.390:84): pid=2023 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="tcolombo" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1668.177059] audit: type=1110 audit(1588334403.390:85): pid=2023 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1668.177205] audit: type=1105 audit(1588334403.390:86): pid=2023 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1688.467879] audit: type=1106 audit(1588334423.679:87): pid=2023 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1688.467959] audit: type=1104 audit(1588334423.679:88): pid=2023 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

$ xawtv -c /dev/video0

$ xawtv -c /dev/video0
This is xawtv-3.106, running on Linux/x86_64 (5.6.8-arch1-1)
xinerama 0: 1366x768+0+0
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Oops: can't load any font

$ xawtv -nodga

$ xawtv -nodga
This is xawtv-3.106, running on Linux/x86_64 (5.6.8-arch1-1)
xinerama 0: 1366x768+0+0
vid-open-auto: using grabber/webcam device /dev/video0
Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Oops: can't load any font

Offline

#10 2020-05-01 20:11:07

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

egurgle122 wrote:

Oops: can't load any font

That shouldn't happen as installing xawtv with pacman will pull in xorg-fonts-misc - https://www.archlinux.org/packages/extra/x86_64/xawtv/ shows this is the case in the list of dependencies.

Also did you remember to do the steps in https://wiki.archlinux.org/index.php/In … calization when you installed?

You could try

LANG=C xawtv

Also your "id" command - have you been altering your group settings as udev would normally handle group settings?

Last edited by paulkerry (2020-05-01 20:28:27)

Offline

#11 2020-05-01 23:15:25

egurgle122
Member
Registered: 2020-04-28
Posts: 9

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

paulkerry wrote:

Oops: can't load any font


That shouldn't happen as installing xawtv with pacman will pull in xorg-fonts-misc - https://www.archlinux.org/packages/extra/x86_64/xawtv/ shows this is the case in the list of dependencies.

The fonts are installed:
$ pacman -Ss xorg-fonts-misc

$ pacman -Ss xorg-fonts-misc
extra/xorg-fonts-misc 1.0.3-6 [instalado]
X.org misc fonts
paulkerry wrote:

Also did you remember to do the steps in https://wiki.archlinux.org/index.php/In … calization when you installed?

I'm brazilian so, I uncommented pt_BR.UTF-8 UTF-8 only.

$ cat /etc/locale.gen

$ cat /etc/locale.gen   
# Configuration file for locale-gen
#
# lists of locales that are to be generated by the locale-gen command.
#
# Each line is of the form:
#
#     <locale> <charset>
#
#  where <locale> is one of the locales given in /usr/share/i18n/locales
#  and <charset> is one of the character sets listed in /usr/share/i18n/charmaps
#
#  Examples:
#  en_US ISO-8859-1
#  en_US.UTF-8 UTF-8
#  de_DE ISO-8859-1
#  de_DE@euro ISO-8859-15
#
#  The locale-gen command will generate all the locales,
#  placing them in /usr/lib/locale.
#
#  A list of supported locales is included in this file.
#  Uncomment the ones you need.
#
#aa_DJ.UTF-8 UTF-8  
#aa_DJ ISO-8859-1  
#aa_ER UTF-8  
#aa_ER@saaho UTF-8  
#aa_ET UTF-8  
#af_ZA.UTF-8 UTF-8  
#af_ZA ISO-8859-1  
#agr_PE UTF-8  
#ak_GH UTF-8  
#am_ET UTF-8  
#an_ES.UTF-8 UTF-8  
#an_ES ISO-8859-15  
#anp_IN UTF-8  
#ar_AE.UTF-8 UTF-8  
#ar_AE ISO-8859-6  
#ar_BH.UTF-8 UTF-8  
#ar_BH ISO-8859-6  
#ar_DZ.UTF-8 UTF-8  
#ar_DZ ISO-8859-6  
#ar_EG.UTF-8 UTF-8  
#ar_EG ISO-8859-6  
#ar_IN UTF-8  
#ar_IQ.UTF-8 UTF-8  
#ar_IQ ISO-8859-6  
#ar_JO.UTF-8 UTF-8  
#ar_JO ISO-8859-6  
#ar_KW.UTF-8 UTF-8  
#ar_KW ISO-8859-6  
#ar_LB.UTF-8 UTF-8  
#ar_LB ISO-8859-6  
#ar_LY.UTF-8 UTF-8  
#ar_LY ISO-8859-6  
#ar_MA.UTF-8 UTF-8  
#ar_MA ISO-8859-6  
#ar_OM.UTF-8 UTF-8  
#ar_OM ISO-8859-6  
#ar_QA.UTF-8 UTF-8  
#ar_QA ISO-8859-6  
#ar_SA.UTF-8 UTF-8  
#ar_SA ISO-8859-6  
#ar_SD.UTF-8 UTF-8  
#ar_SD ISO-8859-6  
#ar_SS UTF-8  
#ar_SY.UTF-8 UTF-8  
#ar_SY ISO-8859-6  
#ar_TN.UTF-8 UTF-8  
#ar_TN ISO-8859-6  
#ar_YE.UTF-8 UTF-8  
#ar_YE ISO-8859-6  
#ayc_PE UTF-8  
#az_AZ UTF-8  
#az_IR UTF-8  
#as_IN UTF-8  
#ast_ES.UTF-8 UTF-8  
#ast_ES ISO-8859-15  
#be_BY.UTF-8 UTF-8  
#be_BY CP1251  
#be_BY@latin UTF-8  
#bem_ZM UTF-8  
#ber_DZ UTF-8  
#ber_MA UTF-8  
#bg_BG.UTF-8 UTF-8  
#bg_BG CP1251  
#bhb_IN.UTF-8 UTF-8  
#bho_IN UTF-8  
#bho_NP UTF-8  
#bi_VU UTF-8  
#bn_BD UTF-8  
#bn_IN UTF-8  
#bo_CN UTF-8  
#bo_IN UTF-8  
#br_FR.UTF-8 UTF-8  
#br_FR ISO-8859-1  
#br_FR@euro ISO-8859-15  
#brx_IN UTF-8  
#bs_BA.UTF-8 UTF-8  
#bs_BA ISO-8859-2  
#byn_ER UTF-8  
#ca_AD.UTF-8 UTF-8  
#ca_AD ISO-8859-15  
#ca_ES.UTF-8 UTF-8  
#ca_ES ISO-8859-1  
#ca_ES@euro ISO-8859-15  
#ca_ES@valencia UTF-8  
#ca_FR.UTF-8 UTF-8  
#ca_FR ISO-8859-15  
#ca_IT.UTF-8 UTF-8  
#ca_IT ISO-8859-15  
#ce_RU UTF-8  
#chr_US UTF-8  
#cmn_TW UTF-8  
#crh_UA UTF-8  
#cs_CZ.UTF-8 UTF-8  
#cs_CZ ISO-8859-2  
#csb_PL UTF-8  
#cv_RU UTF-8  
#cy_GB.UTF-8 UTF-8  
#cy_GB ISO-8859-14  
#da_DK.UTF-8 UTF-8  
#da_DK ISO-8859-1  
#de_AT.UTF-8 UTF-8  
#de_AT ISO-8859-1  
#de_AT@euro ISO-8859-15  
#de_BE.UTF-8 UTF-8  
#de_BE ISO-8859-1  
#de_BE@euro ISO-8859-15  
#de_CH.UTF-8 UTF-8  
#de_CH ISO-8859-1  
#de_DE.UTF-8 UTF-8  
#de_DE ISO-8859-1  
#de_DE@euro ISO-8859-15  
#de_IT.UTF-8 UTF-8  
#de_IT ISO-8859-1  
#de_LI.UTF-8 UTF-8  
#de_LU.UTF-8 UTF-8  
#de_LU ISO-8859-1  
#de_LU@euro ISO-8859-15  
#doi_IN UTF-8  
#dsb_DE UTF-8  
#dv_MV UTF-8  
#dz_BT UTF-8  
#el_GR.UTF-8 UTF-8  
#el_GR ISO-8859-7  
#el_GR@euro ISO-8859-7  
#el_CY.UTF-8 UTF-8  
#el_CY ISO-8859-7  
#en_AG UTF-8  
#en_AU.UTF-8 UTF-8  
#en_AU ISO-8859-1  
#en_BW.UTF-8 UTF-8  
#en_BW ISO-8859-1  
#en_CA.UTF-8 UTF-8  
#en_CA ISO-8859-1  
#en_DK.UTF-8 UTF-8  
#en_DK ISO-8859-1  
#en_GB.UTF-8 UTF-8  
#en_GB ISO-8859-1  
#en_HK.UTF-8 UTF-8  
#en_HK ISO-8859-1  
#en_IE.UTF-8 UTF-8  
#en_IE ISO-8859-1  
#en_IE@euro ISO-8859-15  
#en_IL UTF-8  
#en_IN UTF-8  
#en_NG UTF-8  
#en_NZ.UTF-8 UTF-8  
#en_NZ ISO-8859-1  
#en_PH.UTF-8 UTF-8  
#en_PH ISO-8859-1  
#en_SC.UTF-8 UTF-8  
#en_SG.UTF-8 UTF-8  
#en_SG ISO-8859-1  
#en_US.UTF-8 UTF-8  
#en_US ISO-8859-1  
#en_ZA.UTF-8 UTF-8  
#en_ZA ISO-8859-1  
#en_ZM UTF-8  
#en_ZW.UTF-8 UTF-8  
#en_ZW ISO-8859-1  
#eo UTF-8  
#es_AR.UTF-8 UTF-8  
#es_AR ISO-8859-1  
#es_BO.UTF-8 UTF-8  
#es_BO ISO-8859-1  
#es_CL.UTF-8 UTF-8  
#es_CL ISO-8859-1  
#es_CO.UTF-8 UTF-8  
#es_CO ISO-8859-1  
#es_CR.UTF-8 UTF-8  
#es_CR ISO-8859-1  
#es_CU UTF-8  
#es_DO.UTF-8 UTF-8  
#es_DO ISO-8859-1  
#es_EC.UTF-8 UTF-8  
#es_EC ISO-8859-1  
#es_ES.UTF-8 UTF-8  
#es_ES ISO-8859-1  
#es_ES@euro ISO-8859-15  
#es_GT.UTF-8 UTF-8  
#es_GT ISO-8859-1  
#es_HN.UTF-8 UTF-8  
#es_HN ISO-8859-1  
#es_MX.UTF-8 UTF-8  
#es_MX ISO-8859-1  
#es_NI.UTF-8 UTF-8  
#es_NI ISO-8859-1  
#es_PA.UTF-8 UTF-8  
#es_PA ISO-8859-1  
#es_PE.UTF-8 UTF-8  
#es_PE ISO-8859-1  
#es_PR.UTF-8 UTF-8  
#es_PR ISO-8859-1  
#es_PY.UTF-8 UTF-8  
#es_PY ISO-8859-1  
#es_SV.UTF-8 UTF-8  
#es_SV ISO-8859-1  
#es_US.UTF-8 UTF-8  
#es_US ISO-8859-1  
#es_UY.UTF-8 UTF-8  
#es_UY ISO-8859-1  
#es_VE.UTF-8 UTF-8  
#es_VE ISO-8859-1  
#et_EE.UTF-8 UTF-8  
#et_EE ISO-8859-1  
#et_EE.ISO-8859-15 ISO-8859-15  
#eu_ES.UTF-8 UTF-8  
#eu_ES ISO-8859-1  
#eu_ES@euro ISO-8859-15  
#fa_IR UTF-8  
#ff_SN UTF-8  
#fi_FI.UTF-8 UTF-8  
#fi_FI ISO-8859-1  
#fi_FI@euro ISO-8859-15  
#fil_PH UTF-8  
#fo_FO.UTF-8 UTF-8  
#fo_FO ISO-8859-1  
#fr_BE.UTF-8 UTF-8  
#fr_BE ISO-8859-1  
#fr_BE@euro ISO-8859-15  
#fr_CA.UTF-8 UTF-8  
#fr_CA ISO-8859-1  
#fr_CH.UTF-8 UTF-8  
#fr_CH ISO-8859-1  
#fr_FR.UTF-8 UTF-8  
#fr_FR ISO-8859-1  
#fr_FR@euro ISO-8859-15  
#fr_LU.UTF-8 UTF-8  
#fr_LU ISO-8859-1  
#fr_LU@euro ISO-8859-15  
#fur_IT UTF-8  
#fy_NL UTF-8  
#fy_DE UTF-8  
#ga_IE.UTF-8 UTF-8  
#ga_IE ISO-8859-1  
#ga_IE@euro ISO-8859-15  
#gd_GB.UTF-8 UTF-8  
#gd_GB ISO-8859-15  
#gez_ER UTF-8  
#gez_ER@abegede UTF-8  
#gez_ET UTF-8  
#gez_ET@abegede UTF-8  
#gl_ES.UTF-8 UTF-8  
#gl_ES ISO-8859-1  
#gl_ES@euro ISO-8859-15  
#gu_IN UTF-8  
#gv_GB.UTF-8 UTF-8  
#gv_GB ISO-8859-1  
#ha_NG UTF-8  
#hak_TW UTF-8  
#he_IL.UTF-8 UTF-8  
#he_IL ISO-8859-8  
#hi_IN UTF-8  
#hif_FJ UTF-8  
#hne_IN UTF-8  
#hr_HR.UTF-8 UTF-8  
#hr_HR ISO-8859-2  
#hsb_DE ISO-8859-2  
#hsb_DE.UTF-8 UTF-8  
#ht_HT UTF-8  
#hu_HU.UTF-8 UTF-8  
#hu_HU ISO-8859-2  
#hy_AM UTF-8  
#hy_AM.ARMSCII-8 ARMSCII-8  
#ia_FR UTF-8  
#id_ID.UTF-8 UTF-8  
#id_ID ISO-8859-1  
#ig_NG UTF-8  
#ik_CA UTF-8  
#is_IS.UTF-8 UTF-8  
#is_IS ISO-8859-1  
#it_CH.UTF-8 UTF-8  
#it_CH ISO-8859-1  
#it_IT.UTF-8 UTF-8  
#it_IT ISO-8859-1  
#it_IT@euro ISO-8859-15  
#iu_CA UTF-8  
#ja_JP.EUC-JP EUC-JP  
#ja_JP.UTF-8 UTF-8  
#ka_GE.UTF-8 UTF-8  
#ka_GE GEORGIAN-PS  
#kab_DZ UTF-8  
#kk_KZ.UTF-8 UTF-8  
#kk_KZ PT154  
#kl_GL.UTF-8 UTF-8  
#kl_GL ISO-8859-1  
#km_KH UTF-8  
#kn_IN UTF-8  
#ko_KR.EUC-KR EUC-KR  
#ko_KR.UTF-8 UTF-8  
#kok_IN UTF-8  
#ks_IN UTF-8  
#ks_IN@devanagari UTF-8  
#ku_TR.UTF-8 UTF-8  
#ku_TR ISO-8859-9  
#kw_GB.UTF-8 UTF-8  
#kw_GB ISO-8859-1  
#ky_KG UTF-8  
#lb_LU UTF-8  
#lg_UG.UTF-8 UTF-8  
#lg_UG ISO-8859-10  
#li_BE UTF-8  
#li_NL UTF-8  
#lij_IT UTF-8  
#ln_CD UTF-8  
#lo_LA UTF-8  
#lt_LT.UTF-8 UTF-8  
#lt_LT ISO-8859-13  
#lv_LV.UTF-8 UTF-8  
#lv_LV ISO-8859-13  
#lzh_TW UTF-8  
#mag_IN UTF-8  
#mai_IN UTF-8  
#mai_NP UTF-8  
#mfe_MU UTF-8  
#mg_MG.UTF-8 UTF-8  
#mg_MG ISO-8859-15  
#mhr_RU UTF-8  
#mi_NZ.UTF-8 UTF-8  
#mi_NZ ISO-8859-13  
#miq_NI UTF-8  
#mjw_IN UTF-8  
#mk_MK.UTF-8 UTF-8  
#mk_MK ISO-8859-5  
#ml_IN UTF-8  
#mn_MN UTF-8  
#mni_IN UTF-8  
#mnw_MM UTF-8  
#mr_IN UTF-8  
#ms_MY.UTF-8 UTF-8  
#ms_MY ISO-8859-1  
#mt_MT.UTF-8 UTF-8  
#mt_MT ISO-8859-3  
#my_MM UTF-8  
#nan_TW UTF-8  
#nan_TW@latin UTF-8  
#nb_NO.UTF-8 UTF-8  
#nb_NO ISO-8859-1  
#nds_DE UTF-8  
#nds_NL UTF-8  
#ne_NP UTF-8  
#nhn_MX UTF-8  
#niu_NU UTF-8  
#niu_NZ UTF-8  
#nl_AW UTF-8  
#nl_BE.UTF-8 UTF-8  
#nl_BE ISO-8859-1  
#nl_BE@euro ISO-8859-15  
#nl_NL.UTF-8 UTF-8  
#nl_NL ISO-8859-1  
#nl_NL@euro ISO-8859-15  
#nn_NO.UTF-8 UTF-8  
#nn_NO ISO-8859-1  
#nr_ZA UTF-8  
#nso_ZA UTF-8  
#oc_FR.UTF-8 UTF-8  
#oc_FR ISO-8859-1  
#om_ET UTF-8  
#om_KE.UTF-8 UTF-8  
#om_KE ISO-8859-1  
#or_IN UTF-8  
#os_RU UTF-8  
#pa_IN UTF-8  
#pa_PK UTF-8  
#pap_AW UTF-8  
#pap_CW UTF-8  
#pl_PL.UTF-8 UTF-8  
#pl_PL ISO-8859-2  
#ps_AF UTF-8  
pt_BR.UTF-8 UTF-8  
#pt_BR ISO-8859-1  
#pt_PT.UTF-8 UTF-8  
#pt_PT ISO-8859-1  
#pt_PT@euro ISO-8859-15  
#quz_PE UTF-8  
#raj_IN UTF-8  
#ro_RO.UTF-8 UTF-8  
#ro_RO ISO-8859-2  
#ru_RU.KOI8-R KOI8-R  
#ru_RU.UTF-8 UTF-8  
#ru_RU ISO-8859-5  
#ru_UA.UTF-8 UTF-8  
#ru_UA KOI8-U  
#rw_RW UTF-8  
#sa_IN UTF-8  
#sah_RU UTF-8  
#sat_IN UTF-8  
#sc_IT UTF-8  
#sd_IN UTF-8  
#sd_IN@devanagari UTF-8  
#se_NO UTF-8  
#sgs_LT UTF-8  
#shn_MM UTF-8  
#shs_CA UTF-8  
#si_LK UTF-8  
#sid_ET UTF-8  
#sk_SK.UTF-8 UTF-8  
#sk_SK ISO-8859-2  
#sl_SI.UTF-8 UTF-8  
#sl_SI ISO-8859-2  
#sm_WS UTF-8  
#so_DJ.UTF-8 UTF-8  
#so_DJ ISO-8859-1  
#so_ET UTF-8  
#so_KE.UTF-8 UTF-8  
#so_KE ISO-8859-1  
#so_SO.UTF-8 UTF-8  
#so_SO ISO-8859-1  
#sq_AL.UTF-8 UTF-8  
#sq_AL ISO-8859-1  
#sq_MK UTF-8  
#sr_ME UTF-8  
#sr_RS UTF-8  
#sr_RS@latin UTF-8  
#ss_ZA UTF-8  
#st_ZA.UTF-8 UTF-8  
#st_ZA ISO-8859-1  
#sv_FI.UTF-8 UTF-8  
#sv_FI ISO-8859-1  
#sv_FI@euro ISO-8859-15  
#sv_SE.UTF-8 UTF-8  
#sv_SE ISO-8859-1  
#sw_KE UTF-8  
#sw_TZ UTF-8  
#szl_PL UTF-8  
#ta_IN UTF-8  
#ta_LK UTF-8  
#tcy_IN.UTF-8 UTF-8  
#te_IN UTF-8  
#tg_TJ.UTF-8 UTF-8  
#tg_TJ KOI8-T  
#th_TH.UTF-8 UTF-8  
#th_TH TIS-620  
#the_NP UTF-8  
#ti_ER UTF-8  
#ti_ET UTF-8  
#tig_ER UTF-8  
#tk_TM UTF-8  
#tl_PH.UTF-8 UTF-8  
#tl_PH ISO-8859-1  
#tn_ZA UTF-8  
#to_TO UTF-8  
#tpi_PG UTF-8  
#tr_CY.UTF-8 UTF-8  
#tr_CY ISO-8859-9  
#tr_TR.UTF-8 UTF-8  
#tr_TR ISO-8859-9  
#ts_ZA UTF-8  
#tt_RU UTF-8  
#tt_RU@iqtelif UTF-8  
#ug_CN UTF-8  
#uk_UA.UTF-8 UTF-8  
#uk_UA KOI8-U  
#unm_US UTF-8  
#ur_IN UTF-8  
#ur_PK UTF-8  
#uz_UZ.UTF-8 UTF-8  
#uz_UZ ISO-8859-1  
#uz_UZ@cyrillic UTF-8  
#ve_ZA UTF-8  
#vi_VN UTF-8  
#wa_BE ISO-8859-1  
#wa_BE@euro ISO-8859-15  
#wa_BE.UTF-8 UTF-8  
#wae_CH UTF-8  
#wal_ET UTF-8  
#wo_SN UTF-8  
#xh_ZA.UTF-8 UTF-8  
#xh_ZA ISO-8859-1  
#yi_US.UTF-8 UTF-8  
#yi_US CP1255  
#yo_NG UTF-8  
#yue_HK UTF-8  
#yuw_PG UTF-8  
#zh_CN.GB18030 GB18030  
#zh_CN.GBK GBK  
#zh_CN.UTF-8 UTF-8  
#zh_CN GB2312  
#zh_HK.UTF-8 UTF-8  
#zh_HK BIG5-HKSCS  
#zh_SG.UTF-8 UTF-8  
#zh_SG.GBK GBK  
#zh_SG GB2312  
#zh_TW.EUC-TW EUC-TW  
#zh_TW.UTF-8 UTF-8  
#zh_TW BIG5  
#zu_ZA.UTF-8 UTF-8  
#zu_ZA ISO-8859-1 

Same here,,, I chose BR.UTF-8
$ cat /etc/locale.conf

$ cat /etc/locale.conf
LANG=pt_BR.UTF-8

$ cat /etc/vconsole.conf

KEYMAP=us
FONT=ter-v14b
paulkerry wrote:

You could try

LANG=C xawtv

$ LANG=C xawtv

This is xawtv-3.106, running on Linux/x86_64 (5.6.8-arch1-1)
xinerama 0: 1366x768+0+0
vid-open-auto: using grabber/webcam device /dev/video0
Oops: can't load any font
paulkerry wrote:

Also your "id" command - have you been altering your group settings as udev would normally handle group settings?

I only added my user to video group using this command => gpasswd -a user video

$cat /etc/group

$ cat /etc/group
root:x:0:root
sys:x:3:bin
mem:x:8:
ftp:x:11:
mail:x:12:
log:x:19:
smmsp:x:25:
proc:x:26:polkitd
games:x:50:
lock:x:54:
network:x:90:
floppy:x:94:
scanner:x:96:
power:x:98:
adm:x:999:daemon
wheel:x:998:tcolombo
kmem:x:997:
tty:x:5:
utmp:x:996:
audio:x:995:
disk:x:994:
input:x:993:
kvm:x:992:
lp:x:991:cups
optical:x:990:
render:x:989:
storage:x:988:
uucp:x:987:
video:x:986:sddm,tcolombo
users:x:985:
systemd-journal:x:984:
rfkill:x:983:
bin:x:1:daemon
daemon:x:2:bin
http:x:33:
nobody:x:65534:
dbus:x:81:
systemd-journal-remote:x:982:
systemd-network:x:981:
systemd-resolve:x:980:
systemd-timesync:x:979:
systemd-coredump:x:978:
uuidd:x:68:
polkitd:x:102:
tcolombo:x:1000:
avahi:x:977:
rtkit:x:133:
sddm:x:976:
usbmux:x:140:
git:x:975:
colord:x:974:
kids:x:1001:
nvidia-persistenced:x:143:
cups:x:209:

Did I miss any step?
Thanks

Offline

#12 2020-05-02 21:27:39

egurgle122
Member
Registered: 2020-04-28
Posts: 9

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

Today my webcam is working fine. I have no idea what was causing the problem but I did a system update yesterday before sleeping.
This morning it worked!

Offline

#13 2020-05-03 05:16:22

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

That's good news!
You could investigate what was updated by looking at /var/log/pacman.log

Offline

#14 2020-05-05 14:13:39

egurgle122
Member
Registered: 2020-04-28
Posts: 9

Re: [SOLVED] Built-in Asus Webcam is not working at my Laptop A53S

paulkerry wrote:

That's good news!
You could investigate what was updated by looking at /var/log/pacman.log

Thanks

Offline

Board footer

Powered by FluxBB