How to install Porteus 5.0 and Broadcom BCM43142 802.11b/g/n (rev 01) Linux wifi driver

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
kushagratandon
Black ninja
Black ninja
Posts: 32
Joined: 10 Jun 2020, 02:07
Distribution: Porteus-KDE-v5.0rc1-x86_64.iso

Help with installation of Porteus from one usb(Live) to another usb

Post#31 by kushagratandon » 19 Jun 2020, 05:28

Hi Ed,
Realtek wireless driver is working but not broadcom wireless driver! :x

kushagratandon
Black ninja
Black ninja
Posts: 32
Joined: 10 Jun 2020, 02:07
Distribution: Porteus-KDE-v5.0rc1-x86_64.iso

Help with installation of Porteus from one usb(Live) to another usb

Post#32 by kushagratandon » 20 Jun 2020, 17:20

Blaze.. as you stated..

Code: Select all

su
toor
rmmod b43
rmmod brcmsmac
rmmod ssb
rmmod bcma
rmmod wl
cp /lib/modules/`uname -r`/kernel/extra/wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
depmod -a
modprobe wl
insmod wl.ko
lsmod  | grep "brcmsmac\|b43\|ssb\|bcma\|wl"
it's output..

Code: Select all

rmmod b43
rmmod: ERROR: Module b43 is not currently loaded
root@porteus:/home/guest# rmmod brcmsmac
rmmod: ERROR: Module brcmsmac is not currently loaded
root@porteus:/home/guest# rmmod ssb
rmmod: ERROR: Module ssb is not currently loaded
root@porteus:/home/guest# rmmod bcma
root@porteus:/home/guest# rmmod wl
rmmod: ERROR: Module wl is not currently loaded
root@porteus:/home/guest# cp /lib/modules/`uname -r`/kernel/extra/wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
root@porteus:/home/guest# depmod -a
root@porteus:/home/guest# modprobe wl
modprobe: ERROR: could not insert 'wl': Operation not permitted
root@porteus:/home/guest# insmod wl.ko
insmod: ERROR: could not load module wl.ko: No such file or directory
root@porteus:/home/guest# lsmod  | grep "brcmsmac\|b43\|ssb\|bcma\|wl"

User avatar
Ed_P
Contributor
Contributor
Posts: 8361
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Help with installation of Porteus from one usb(Live) to another usb

Post#33 by Ed_P » 21 Jun 2020, 03:50

Not sure this will help but I don't have a /lib/modules/5.7.2-porteus/kernel/extra folder on my system Blaze.

Code: Select all

guest@porteus:~$ uname -r
5.7.2-porteus

guest@porteus:~$ ls /lib/modules/5.7.2-porteus/kernel
arch/  crypto/  drivers/  fs/  kernel/  lib/  net/  sound/  virt/

guest@porteus:~$ ls /lib/modules/5.7.2-porteus/kernel/drivers/net/wireless
admtek/  broadcom/  intersil/  ralink/    rndis_wlan.ko  ti/
ath/     cisco/     marvell/   ray_cs.ko  rsi/           wl3501_cs.ko
atmel/   intel/     mediatek/  realtek/   st/            zydas/

guest@porteus:~$ lsmod  | grep "brcmsmac\|b43\|ssb\|bcma\|wl"
iwlmvm                212992  0
mac80211              339968  1 iwlmvm
iwlwifi               188416  1 iwlmvm
cfg80211              262144  3 iwlmvm,iwlwifi,mac80211
led_class              12288  2 input_leds,iwlmvm
guest@porteus:~$ 
kusha did you download the file Blaze posted?
broadcom-sta-6.30.223.271_5.7.2_porteus-x86_64-3_SBo.xzm
Ed

User avatar
Blaze
DEV Team
DEV Team
Posts: 3884
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Help with installation of Porteus from one usb(Live) to another usb

Post#34 by Blaze » 21 Jun 2020, 07:02

Ed_P wrote:
21 Jun 2020, 03:50
I don't have a /lib/modules/5.7.2-porteus/kernel/extra folder on my system
I know it, but I builded this module via https://slackbuilds.org/repository/14.2 ... oadcom-sta and this path in broadcom-sta.SlackBuild by default

kushagratandon,
1) Do you use this howto?
2) Open terminal and run

Code: Select all

su
toor
lspci -vnn | egrep -i '43|broadcom|controller' -A15
dmesg | egrep -i 'broadcom|wlan|firmware|b43|phy|bcm|fw|wl|error|faile|warn|issue|resolve|found|bug|loaded'
copy log in this topic.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

kushagratandon
Black ninja
Black ninja
Posts: 32
Joined: 10 Jun 2020, 02:07
Distribution: Porteus-KDE-v5.0rc1-x86_64.iso

Help with installation of Porteus from one usb(Live) to another usb

Post#35 by kushagratandon » 21 Jun 2020, 07:52

Hi Ed,
Ed_P wrote:
21 Jun 2020, 03:50
kusha did you download the file Blaze posted?
broadcom-sta-6.30.223.271_5.7.2_porteus-x86_64-3_SBo.xzm
Yes I did and transferred it to modules folder too..

kushagratandon
Black ninja
Black ninja
Posts: 32
Joined: 10 Jun 2020, 02:07
Distribution: Porteus-KDE-v5.0rc1-x86_64.iso

Help with installation of Porteus from one usb(Live) to another usb

Post#36 by kushagratandon » 21 Jun 2020, 07:56

Blaze wrote:
21 Jun 2020, 07:02
kushagratandon,
1) Do you use this howto?
2) Open terminal and run
CODE: SELECT ALL

su
toor
lspci -vnn | egrep -i '43|broadcom|controller' -A15
dmesg | egrep -i 'broadcom|wlan|firmware|b43|phy|bcm|fw|wl|error|faile|warn|issue|resolve|found|bug|loaded'
copy log in this topic.
First I completed your second task! so here is the log

Code: Select all

root@porteus:/home/guest# lspci -vnn | egrep -i '43|broadcom|controller' -A15
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated Graphics [8086:1916] (rev 07) (prog-if 00 [VGA controller])
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 0, IRQ 128
        Memory at b0000000 (64-bit, non-prefetchable) [size=16M]
        Memory at a0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 4000 [size=64]
        [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: [40] Vendor Specific Information: Len=0c <?>
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2
        Capabilities: [100] Process Address Space ID (PASID)
        Capabilities: [200] Address Translation Service (ATS)
        Capabilities: [300] Page Request Interface (PRI)
        Kernel driver in use: i915
        Kernel modules: i915
--
00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 08)
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at b1220000 (64-bit, non-prefetchable) [size=32K]
        Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 3
        Capabilities: [e0] Vendor Specific Information: Len=0c <?>
        Kernel driver in use: proc_thermal
        Kernel modules: processor_thermal_device

00:08.0 System peripheral [0880]: Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at b1232000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [dc] Power Management version 2
--
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21) (prog-if 30 [XHCI])
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, medium devsel, latency 0, IRQ 125
        Memory at b1200000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [70] Power Management version 2
        Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
        Kernel driver in use: xhci_hcd

00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at b1233000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: [50] Power Management version 3
        Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal

00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 0, IRQ 126
        Memory at b1234000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: [50] Power Management version 3
        Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Kernel driver in use: mei_me
        Kernel modules: mei_me

00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] [8086:9d03] (rev 21) (prog-if 01 [AHCI 1.0])
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 124
        Memory at b1230000 (32-bit, non-prefetchable) [size=8K]
        Memory at b1237000 (32-bit, non-prefetchable) [size=256]
        I/O ports at 4080 [size=8]
        I/O ports at 4088 [size=4]
        I/O ports at 4060 [size=32]
        Memory at b1235000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [70] Power Management version 3
        Capabilities: [a8] SATA HBA v1.0
        Kernel driver in use: ahci

00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 [8086:9d14] (rev f1) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0, IRQ 122
--
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-LP LPC Controller [8086:9d48] (rev 21)
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, medium devsel, latency 0

00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 0
        Memory at b122c000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21)
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 32, IRQ 129
        Memory at b1228000 (64-bit, non-prefetchable) [size=16K]
        Memory at b1210000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [50] Power Management version 3
        Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
--
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
        Subsystem: Hewlett-Packard Company Device [103c:81db]
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at 3000 [size=256]
        Memory at b1104000 (64-bit, non-prefetchable) [size=4K]
        Memory at b1100000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [70] Express Endpoint, MSI 01
        Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Virtual Channel
        Capabilities: [160] Device Serial Number 01-00-00-00-68-4c-e0-00
        Capabilities: [170] Latency Tolerance Reporting
        Capabilities: [178] L1 PM Substates
        Kernel driver in use: r8169
--
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
        Subsystem: Hewlett-Packard Company Device [103c:804a]
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at b1000000 (64-bit, non-prefetchable) [size=32K]
        Capabilities: [40] Power Management version 3
        Capabilities: [58] Vendor Specific Information: Len=78 <?>
        Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [13c] Virtual Channel
        Capabilities: [160] Device Serial Number 00-00-01-ff-ff-bd-68-14
        Capabilities: [16c] Power Budgeting <?>
        Kernel driver in use: bcma-pci-bridge
        Kernel modules: bcma, wl

root@porteus:/home/guest# dmesg | egrep -i 'broadcom|wlan|firmware|b43|phy|bcm|fw|wl|error|faile|warn|issue|resolve|found|bug|loaded'
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] extended physical RAM map:
[    0.011862] No NUMA configuration found
[    0.038272] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
[    0.106497] 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.148376] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.151648] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.170580] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.192401] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.208391] vgaarb: loaded
[    0.208554] libata version 3.00 loaded.
[    0.243325] pnp: PnP ACPI: found 9 devices
[    0.361494] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.365865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.574207] loop: module loaded
[    0.577039] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    0.577151] hub 1-0:1.0: USB hub found
[    0.578204] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
[    0.578332] hub 2-0:1.0: USB hub found
[    0.589108] Loaded X.509 cert 'Build time autogenerated kernel key: f3f7551bc1bdfb07dfba8f0dbd0ee932070325bb'
[    0.589819]   No soundcards found.
[    0.891708] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.033703] usb 1-2: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
[    1.231363] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5e0f01)
[    1.295307] usb 1-5: New USB device found, idVendor=04f2, idProduct=b56c, bcdDevice=88.03
[    1.539806] usb 1-6: New USB device found, idVendor=0a5c, idProduct=216d, bcdDevice= 1.12
[    1.539816] usb 1-6: Product: BCM43142A0
[    1.539819] usb 1-6: Manufacturer: Broadcom Corp
[    1.571259] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    1.674239] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    1.829880] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    1.865296] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    5.243632] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    5.243644] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    5.267492] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    5.267505] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    7.063575] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    7.063652] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   44.445936] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   46.012272] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   46.077693] wmi_bus wmi_bus-PNP0C14:01: WQBJ data block query control method not found
[   46.235985] bcma-pci-bridge 0000:02:00.0: bus0: Found chip with id 43142, rev 0x01 and package 0x08
[   46.236009] bcma-pci-bridge 0000:02:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x28, class 0x0)
[   46.236028] bcma-pci-bridge 0000:02:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x21, class 0x0)
[   46.236065] bcma-pci-bridge 0000:02:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x16, class 0x0)
[   46.236109] bcma-pci-bridge 0000:02:00.0: bus0: Core 3 found: UNKNOWN (manuf 0x43B, id 0x368, rev 0x00, class 0x0)
[   46.240012] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20200326/psargs-330)
[   46.240019] ACPI Error: Aborting method \_SB.PCI0.B0D4._TMP due to previous error (AE_NOT_FOUND) (20200326/psparse-529)
[   46.240298] intel_rapl_common: Found RAPL domain package
[   46.240299] intel_rapl_common: Found RAPL domain dram
[   46.250477] bcma-pci-bridge 0000:02:00.0: bus0: Bus registered
[   46.497776] libphy: r8169: probed
[   46.604928] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   46.735652] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   46.735659] cfg80211: failed to load regulatory.db
[   47.236528] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   47.324880] intel_rapl_common: Found RAPL domain package
[   47.324881] intel_rapl_common: Found RAPL domain core
[   47.324882] intel_rapl_common: Found RAPL domain uncore
[   47.324883] intel_rapl_common: Found RAPL domain dram
[   47.432872] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[   47.831685] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   48.629033] uvcvideo: Found UVC 1.00 device HP TrueVision HD (04f2:b56c)
[   48.652294] Bluetooth: hci0: BCM: chip id 70
[   48.653297] Bluetooth: hci0: BCM: features 0x06
[   48.670287] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0329
[   48.670593] bluetooth hci0: Direct firmware load for brcm/BCM43142A0-0a5c-216d.hcd failed with error -2
[   48.670595] Bluetooth: hci0: BCM: Patch brcm/BCM43142A0-0a5c-216d.hcd not found
[   50.417721] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   50.478555] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   50.543243] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   50.759557] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   50.928278] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[   50.935862] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   50.954087] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   51.264715] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   61.596735] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   61.769519] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   61.819690] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.176510] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.190864] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.193441] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.195135] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.196729] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.198431] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.202550] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   67.121794] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   67.149167] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   67.152122] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   67.166303] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  124.025504] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  134.529003] usb 1-3: New USB device found, idVendor=2717, idProduct=ff40, bcdDevice= 3.18
[  135.076543] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  135.081284] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  135.426412] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  135.513748] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  140.310634] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  140.310718] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  140.897799] usb 1-3: New USB device found, idVendor=2717, idProduct=ff80, bcdDevice= 3.18
[  141.464103] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  141.472189] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  141.527594] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  145.252242] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  145.252473] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  150.052039] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  154.852073] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  154.852171] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  159.652150] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  159.652327] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  164.452101] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  164.452188] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  169.252065] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  169.252285] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  174.052016] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  174.052159] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  178.852366] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  178.852600] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  183.651723] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  183.651793] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  184.014729] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  188.451606] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  188.451799] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  193.251973] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  193.252100] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  198.052382] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  209.926511] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  209.927150] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  209.927359] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  209.927488] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  209.927503] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  210.593444] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  222.887823] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  226.140154] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  226.142799] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  244.005444] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  304.005818] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  364.005688] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  424.005801] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  484.011534] buggy seq_file .next function 0xffffffff8115402e did not updated position index

kushagratandon
Black ninja
Black ninja
Posts: 32
Joined: 10 Jun 2020, 02:07
Distribution: Porteus-KDE-v5.0rc1-x86_64.iso

Help with installation of Porteus from one usb(Live) to another usb

Post#37 by kushagratandon » 21 Jun 2020, 08:08

Blaze wrote:
12 May 2018, 09:31
Run in terminal these commands
CODE: SELECT ALL

su
toor
echo 'blacklist wl' > /etc/modprobe.d/broadcom_blacklist.conf
echo 'blacklist wl' > /etc/modprobe.d/b43_blacklist.conf
reboot
3) After reboot open terminal and check
CODE: SELECT ALL

su
toor
dmesg | grep -i b43
modprobe b43
and try your wifi connection.
I ran this but it didn't work too...

Code: Select all

dmesg | grep -i b43
root@porteus:/home/guest# modprobe b43
root@porteus:/home/guest# dmesg
[    0.000000] Linux version 5.7.2-porteus (root@porteus) (gcc version 9.3.0 (Arch Linux 9.3.0-1), GNU ld (GNU Binutils) 2.34) #1 SMP Thu Jun 11 20:07:59 UTC 2020
[    0.000000] Kernel is locked down from Kernel configuration; see man kernel_lockdown.7
[    0.000000] Command line: BOOT_IMAGE=/boot/syslinux/vmlinuz changes=EXIT:/mnt/sdb2 initrd=/boot/syslinux/initrd.xz
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x0000000000087fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000074141fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000074142000-0x0000000074142fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000074143000-0x000000007416cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007416d000-0x000000008a40dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000008a40e000-0x000000008adfdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008adfe000-0x000000008cdfdfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008cdfe000-0x000000008cefdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008cefe000-0x000000008cefefff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ceff000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x712a2018-0x712b2057] usable ==> usable
[    0.000000] e820: update [mem 0x712a2018-0x712b2057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x0000000000087fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000712a2017] usable
[    0.000000] reserve setup_data: [mem 0x00000000712a2018-0x00000000712b2057] usable
[    0.000000] reserve setup_data: [mem 0x00000000712b2058-0x0000000074141fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000074142000-0x0000000074142fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000074143000-0x000000007416cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007416d000-0x000000008a40dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000008a40e000-0x000000008adfdfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008adfe000-0x000000008cdfdfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000008cdfe000-0x000000008cefdfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000008cefe000-0x000000008cefefff] usable
[    0.000000] reserve setup_data: [mem 0x000000008ceff000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  SMBIOS=0x8a67a000  ESRT=0x8a67d818  ACPI 2.0=0x8cefd014  RNG=0x8a678b18 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: HP HP 240 G5 Notebook PC/81DB, BIOS F.24 03/08/2017
[    0.000000] tsc: Detected 2400.000 MHz processor
[    0.001815] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001817] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001826] last_pfn = 0x26f000 max_arch_pfn = 0x400000000
[    0.001829] MTRR default type: uncachable
[    0.001830] MTRR fixed ranges enabled:
[    0.001831]   00000-9FFFF write-back
[    0.001832]   A0000-BFFFF uncachable
[    0.001833]   C0000-FFFFF write-protect
[    0.001833] MTRR variable ranges enabled:
[    0.001835]   0 base 0000000000 mask 7C00000000 write-back
[    0.001836]   1 base 008CEFF000 mask 7FFFFFF000 uncachable
[    0.001837]   2 base 008CF00000 mask 7FFFF00000 uncachable
[    0.001838]   3 base 008D000000 mask 7FFF000000 uncachable
[    0.001839]   4 base 008E000000 mask 7FFE000000 uncachable
[    0.001840]   5 base 0090000000 mask 7FF0000000 uncachable
[    0.001841]   6 base 00A0000000 mask 7FE0000000 uncachable
[    0.001841]   7 base 00C0000000 mask 7FC0000000 uncachable
[    0.001842]   8 disabled
[    0.001843]   9 disabled
[    0.002213] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002310] e820: update [mem 0x8ceff000-0xffffffff] usable ==> reserved
[    0.002313] last_pfn = 0x8ceff max_arch_pfn = 0x400000000
[    0.010848] esrt: Reserving ESRT space from 0x000000008a67d818 to 0x000000008a67d850.
[    0.010859] Using GB pages for direct mapping
[    0.010861] BRK [0x04401000, 0x04401fff] PGTABLE
[    0.010862] BRK [0x04402000, 0x04402fff] PGTABLE
[    0.010863] BRK [0x04403000, 0x04403fff] PGTABLE
[    0.010924] BRK [0x04404000, 0x04404fff] PGTABLE
[    0.011347] BRK [0x04405000, 0x04405fff] PGTABLE
[    0.011431] BRK [0x04406000, 0x04406fff] PGTABLE
[    0.011705] Secure boot disabled
[    0.011706] RAMDISK: [mem 0x7ff37000-0x7fffffff]
[    0.011711] ACPI: Early table checksum verification disabled
[    0.011713] ACPI: RSDP 0x000000008CEFD014 000024 (v02 HPQOEM)
[    0.011717] ACPI: XSDT 0x000000008CEB5188 0000F4 (v01 HPQOEM SLIC-MPC 00000000 HP   01000013)
[    0.011722] ACPI: FACP 0x000000008CEDE000 0000F4 (v05 HPQOEM SLIC-MPC 00000000 HP   00040000)
[    0.011727] ACPI: DSDT 0x000000008CEBC000 01D061 (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
[    0.011730] ACPI: FACS 0x000000008CDDE000 000040
[    0.011732] ACPI: UEFI 0x000000008CEFC000 000236 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011735] ACPI: UEFI 0x000000008CEFB000 000042 (v01 HPQOEM INSYDE   00000002 HP   00040000)
[    0.011738] ACPI: SSDT 0x000000008CEF4000 0060C8 (v01 HPQOEM INSYDE   00001000 ACPI 00040000)
[    0.011741] ACPI: SSDT 0x000000008CEEE000 004D4D (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
[    0.011744] ACPI: SSDT 0x000000008CEE6000 007F3B (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
[    0.011746] ACPI: DBGP 0x000000008CEE5000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.011749] ACPI: DBG2 0x000000008CEE4000 000054 (v00 HPQOEM INSYDE   00000000 HP   00040000)
[    0.011752] ACPI: SSDT 0x000000008CEE3000 0007B8 (v02 HPQOEM INSYDE   00000000 ACPI 00040000)
[    0.011755] ACPI: ASF! 0x000000008CEE2000 0000A5 (v32 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011758] ACPI: ASPT 0x000000008CEE1000 000034 (v07 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011760] ACPI: BOOT 0x000000008CEE0000 000028 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011763] ACPI: DBGP 0x000000008CEDF000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.011766] ACPI: HPET 0x000000008CEDD000 000038 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011769] ACPI: LPIT 0x000000008CEDC000 000094 (v01 HPQOEM INSYDE   00000000 HP   00040000)
[    0.011771] ACPI: APIC 0x000000008CEDB000 0000BC (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.011774] ACPI: MCFG 0x000000008CEDA000 00003C (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011777] ACPI: SSDT 0x000000008CEBB000 0002D4 (v01 HPQOEM INSYDE   00000000 ACPI 00040000)
[    0.011779] ACPI: SSDT 0x000000008CEB8000 002BAE (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
[    0.011782] ACPI: SSDT 0x000000008CEB7000 00044F (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
[    0.011785] ACPI: SSDT 0x000000008CEB6000 00019A (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
[    0.011788] ACPI: SSDT 0x000000008CEB4000 000B49 (v02 HPQOEM INSYDE   00001000 ACPI 00040000)
[    0.011790] ACPI: SSDT 0x000000008CEB3000 000E73 (v02 HPQOEM INSYDE   00003000 ACPI 00040000)
[    0.011793] ACPI: DMAR 0x000000008CEB2000 0000A8 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011796] ACPI: FPDT 0x000000008CEB1000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
[    0.011799] ACPI: BGRT 0x000000008CEB0000 000038 (v01 HPQOEM INSYDE   00000001 HP   00040000)
[    0.011807] ACPI: Local APIC address 0xfee00000
[    0.011851] No NUMA configuration found
[    0.011853] Faking a node at [mem 0x0000000000000000-0x000000026effffff]
[    0.011856] NODE_DATA(0) allocated [mem 0x26eff9000-0x26effcfff]
[    0.011872] Zone ranges:
[    0.011873]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011875]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011876]   Normal   [mem 0x0000000100000000-0x000000026effffff]
[    0.011877] Movable zone start for each node
[    0.011878] Early memory node ranges
[    0.011879]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.011880]   node   0: [mem 0x0000000000059000-0x0000000000087fff]
[    0.011881]   node   0: [mem 0x0000000000100000-0x0000000074141fff]
[    0.011882]   node   0: [mem 0x000000007416d000-0x000000008a40dfff]
[    0.011883]   node   0: [mem 0x000000008cefe000-0x000000008cefefff]
[    0.011884]   node   0: [mem 0x0000000100000000-0x000000026effffff]
[    0.012141] Zeroed struct page in unavailable ranges: 27798 pages
[    0.012143] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
[    0.012144] On node 0 totalpages: 2069354
[    0.012145]   DMA zone: 64 pages used for memmap
[    0.012146]   DMA zone: 95 pages reserved
[    0.012147]   DMA zone: 3974 pages, LIFO batch:0
[    0.012201]   DMA32 zone: 8784 pages used for memmap
[    0.012202]   DMA32 zone: 562148 pages, LIFO batch:63
[    0.019661]   Normal zone: 23488 pages used for memmap
[    0.019662]   Normal zone: 1503232 pages, LIFO batch:63
[    0.038067] Reserving Intel graphics memory at [mem 0x8e000000-0x8fffffff]
[    0.038212] ACPI: PM-Timer IO Port: 0x1808
[    0.038214] ACPI: Local APIC address 0xfee00000
[    0.038219] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.038220] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.038221] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.038222] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.038222] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.038223] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.038224] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.038225] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.038252] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.038254] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.038255] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.038257] ACPI: IRQ0 used by override.
[    0.038258] ACPI: IRQ9 used by override.
[    0.038261] Using ACPI (MADT) for SMP configuration information
[    0.038262] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.038266] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
[    0.038268] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.038274] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.038275] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.038277] PM: hibernation: Registered nosave memory: [mem 0x00088000-0x000fffff]
[    0.038278] PM: hibernation: Registered nosave memory: [mem 0x712a2000-0x712a2fff]
[    0.038280] PM: hibernation: Registered nosave memory: [mem 0x712b2000-0x712b2fff]
[    0.038281] PM: hibernation: Registered nosave memory: [mem 0x74142000-0x74142fff]
[    0.038282] PM: hibernation: Registered nosave memory: [mem 0x74143000-0x7416cfff]
[    0.038283] PM: hibernation: Registered nosave memory: [mem 0x8a40e000-0x8adfdfff]
[    0.038284] PM: hibernation: Registered nosave memory: [mem 0x8adfe000-0x8cdfdfff]
[    0.038285] PM: hibernation: Registered nosave memory: [mem 0x8cdfe000-0x8cefdfff]
[    0.038286] PM: hibernation: Registered nosave memory: [mem 0x8ceff000-0x8fffffff]
[    0.038287] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.038288] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.038288] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.038289] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.038290] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfeafffff]
[    0.038291] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.038291] PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.038292] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.038293] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.038294] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.038294] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.038295] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.038296] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.038297] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.038298] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.038298] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.038299] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.038300] PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.038302] [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.038305] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.056609] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[    0.056751] percpu: Embedded 44 pages/cpu s142616 r8192 d29416 u524288
[    0.056756] pcpu-alloc: s142616 r8192 d29416 u524288 alloc=1*2097152
[    0.056757] pcpu-alloc: [0] 0 1 2 3 
[    0.056772] Built 1 zonelists, mobility grouping on.  Total pages: 2036923
[    0.056773] Policy zone: Normal
[    0.056774] Kernel command line: quiet BOOT_IMAGE=/boot/syslinux/vmlinuz changes=EXIT:/mnt/sdb2 initrd=/boot/syslinux/initrd.xz
[    0.057380] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.057606] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.057650] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.085441] Memory: 7850204K/8277416K available (10243K kernel code, 660K rwdata, 2036K rodata, 1020K init, 2184K bss, 427212K reserved, 0K cma-reserved)
[    0.085486] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.085491] Kernel/User page tables isolation: enabled
[    0.085537] rcu: Hierarchical RCU implementation.
[    0.085538] rcu:     RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=4.
[    0.085539] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.085540] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.085559] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[    0.085925] Console: colour dummy device 80x25
[    0.085932] printk: console [tty0] enabled
[    0.085945] ACPI: Core revision 20200326
[    0.086306] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.086372] APIC: Switch to symmetric I/O mode setup
[    0.086374] DMAR: Host address width 39
[    0.086375] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.086382] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.086383] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.086387] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.086388] DMAR: RMRR base: 0x0000008ad29000 end: 0x0000008ad48fff
[    0.086389] DMAR: RMRR base: 0x0000008d800000 end: 0x0000008fffffff
[    0.086392] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.086393] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.087930] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.092078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.096346] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[    0.096351] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=2400000)
[    0.096353] pid_max: default: 32768 minimum: 301
[    0.103369] LSM: Security Framework initializing
[    0.103395] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.103408] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.103595] x86/cpu: VMX (outside TXT) disabled by BIOS
[    0.103615] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.104359] process: using mwait in idle threads
[    0.104362] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.104363] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.104367] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.104368] Spectre V2 : Mitigation: Full generic retpoline
[    0.104369] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.104369] Speculative Store Bypass: Vulnerable
[    0.104371] SRBDS: Vulnerable: No microcode
[    0.104372] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.104646] Freeing SMP alternatives memory: 12K
[    0.105425] smpboot: CPU0: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[    0.105506] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.105513] ... version:                4
[    0.105513] ... bit width:              48
[    0.105514] ... generic registers:      4
[    0.105515] ... value mask:             0000ffffffffffff
[    0.105516] ... max period:             00007fffffffffff
[    0.105516] ... fixed-purpose events:   3
[    0.105517] ... event mask:             000000070000000f
[    0.105556] rcu: Hierarchical SRCU implementation.
[    0.105618] smp: Bringing up secondary CPUs ...
[    0.105679] x86: Booting SMP configuration:
[    0.105680] .... node  #0, CPUs:      #1 #2
[    0.106459] 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.106459]  #3
[    0.106836] smp: Brought up 1 node, 4 CPUs
[    0.106836] smpboot: Max logical packages: 1
[    0.106836] smpboot: Total of 4 processors activated (19200.00 BogoMIPS)
[    0.108472] devtmpfs: initialized
[    0.108531] random: get_random_u32 called from 0xffffffff81313fbb with crng_init=0
[    0.108544] PM: Registering ACPI NVS region [mem 0x74142000-0x74142fff] (4096 bytes)
[    0.108544] PM: Registering ACPI NVS region [mem 0x8adfe000-0x8cdfdfff] (33554432 bytes)
[    0.108847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.108851] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.108884] pinctrl core: initialized pinctrl subsystem
[    0.109350] thermal_sys: Registered thermal governor 'bang_bang'
[    0.109350] thermal_sys: Registered thermal governor 'step_wise'
[    0.109350] thermal_sys: Registered thermal governor 'user_space'
[    0.109350] NET: Registered protocol family 16
[    0.109496] cpuidle: using governor ladder
[    0.109496] cpuidle: using governor menu
[    0.109496] Simple Boot Flag at 0x44 set to 0x1
[    0.109496] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.109496] ACPI: bus type PCI registered
[    0.109496] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.109496] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.109496] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.109496] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
[    0.109634] PCI: Using configuration type 1 for base access
[    0.109821] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.112408] ACPI: Added _OSI(Module Device)
[    0.112409] ACPI: Added _OSI(Processor Device)
[    0.112410] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.112411] ACPI: Added _OSI(Processor Aggregator Device)
[    0.112412] ACPI: Added _OSI(Linux-Dell-Video)
[    0.112413] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.112414] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.148401] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.151665] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.154622] ACPI: Dynamic OEM Table Load:
[    0.154638] ACPI: SSDT 0xFFFF888265C7F000 00061E (v02 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.156198] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.157335] ACPI: Dynamic OEM Table Load:
[    0.157344] ACPI: SSDT 0xFFFF888265C16400 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.159312] ACPI: Dynamic OEM Table Load:
[    0.159320] ACPI: SSDT 0xFFFF8882650C0000 0005AA (v02 PmRef  ApIst    00003000 INTL 20130117)
[    0.161078] ACPI: Dynamic OEM Table Load:
[    0.161085] ACPI: SSDT 0xFFFF888265781800 000119 (v02 PmRef  ApCst    00003000 INTL 20130117)
[    0.164119] ACPI: EC: EC started
[    0.164120] ACPI: EC: interrupt blocked
[    0.169068] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.169070] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions
[    0.169070] ACPI: Interpreter enabled
[    0.169113] ACPI: (supports S0 S3 S4 S5)
[    0.169114] ACPI: Using IOAPIC for interrupt routing
[    0.169152] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.169728] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.189863] ACPI: Power Resource [FN00] (on)
[    0.190997] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.191003] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.191038] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.192768] PCI host bridge to bus 0000:00
[    0.192770] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.192772] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.192773] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.192774] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.192776] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.192777] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.192788] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[    0.193458] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[    0.193471] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb0ffffff 64bit]
[    0.193478] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.193483] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.193499] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.194180] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.194195] pci 0000:00:04.0: reg 0x10: [mem 0xb1220000-0xb1227fff 64bit]
[    0.194919] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.194933] pci 0000:00:08.0: reg 0x10: [mem 0xb1232000-0xb1232fff 64bit]
[    0.195638] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.195663] pci 0000:00:14.0: reg 0x10: [mem 0xb1200000-0xb120ffff 64bit]
[    0.195739] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.196428] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.196452] pci 0000:00:14.2: reg 0x10: [mem 0xb1233000-0xb1233fff 64bit]
[    0.197174] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.197203] pci 0000:00:16.0: reg 0x10: [mem 0xb1234000-0xb1234fff 64bit]
[    0.197284] pci 0000:00:16.0: PME# supported from D3hot
[    0.197986] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.198006] pci 0000:00:17.0: reg 0x10: [mem 0xb1230000-0xb1231fff]
[    0.198015] pci 0000:00:17.0: reg 0x14: [mem 0xb1237000-0xb12370ff]
[    0.198024] pci 0000:00:17.0: reg 0x18: [io  0x4080-0x4087]
[    0.198033] pci 0000:00:17.0: reg 0x1c: [io  0x4088-0x408b]
[    0.198041] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.198050] pci 0000:00:17.0: reg 0x24: [mem 0xb1235000-0xb12357ff]
[    0.198097] pci 0000:00:17.0: PME# supported from D3hot
[    0.198800] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400
[    0.198893] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.199641] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    0.199732] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.200477] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[    0.201269] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.201288] pci 0000:00:1f.2: reg 0x10: [mem 0xb122c000-0xb122ffff]
[    0.202024] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[    0.202055] pci 0000:00:1f.3: reg 0x10: [mem 0xb1228000-0xb122bfff 64bit]
[    0.202092] pci 0000:00:1f.3: reg 0x20: [mem 0xb1210000-0xb121ffff 64bit]
[    0.202148] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.202889] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.202949] pci 0000:00:1f.4: reg 0x10: [mem 0xb1236000-0xb12360ff 64bit]
[    0.203018] pci 0000:00:1f.4: reg 0x20: [io  0x4040-0x405f]
[    0.203823] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.203856] pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.203885] pci 0000:01:00.0: reg 0x18: [mem 0xb1104000-0xb1104fff 64bit]
[    0.203904] pci 0000:01:00.0: reg 0x20: [mem 0xb1100000-0xb1103fff 64bit]
[    0.204014] pci 0000:01:00.0: supports D1 D2
[    0.204015] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.204182] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.204185] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.204188] pci 0000:00:1c.0:   bridge window [mem 0xb1100000-0xb11fffff]
[    0.204270] pci 0000:02:00.0: [14e4:4365] type 00 class 0x028000
[    0.204309] pci 0000:02:00.0: reg 0x10: [mem 0xb1000000-0xb1007fff 64bit]
[    0.204378] pci 0000:02:00.0: enabling Extended Tags
[    0.204470] pci 0000:02:00.0: supports D1 D2
[    0.204472] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.204624] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.204628] pci 0000:00:1c.5:   bridge window [mem 0xb1000000-0xb10fffff]
[    0.206045] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.206098] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.206148] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.206199] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.206249] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.206298] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.206351] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.206401] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.206902] ACPI: EC: interrupt unblocked
[    0.206903] ACPI: EC: event unblocked
[    0.206916] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.206916] ACPI: EC: GPE=0x23
[    0.206918] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC initialization complete
[    0.206920] ACPI: \_SB_.PCI0.LPCB.H_EC: EC: Used to handle transactions and events
[    0.206975] iommu: Default domain type: Translated 
[    0.206988] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.206988] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.206988] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.206988] vgaarb: loaded
[    0.206988] SCSI subsystem initialized
[    0.206988] libata version 3.00 loaded.
[    0.206988] ACPI: bus type USB registered
[    0.206988] usbcore: registered new interface driver usbfs
[    0.206988] usbcore: registered new interface driver hub
[    0.206988] usbcore: registered new device driver usb
[    0.206988] mc: Linux media interface: v0.10
[    0.206988] videodev: Linux video capture interface: v2.00
[    0.206988] pps_core: LinuxPPS API ver. 1 registered
[    0.206988] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.206988] PTP clock support registered
[    0.206988] Registered efivars operations
[    0.206988] Advanced Linux Sound Architecture Driver Initialized.
[    0.206988] PCI: Using ACPI for IRQ routing
[    0.237424] PCI: pci_cache_line_size set to 64 bytes
[    0.237489] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.237491] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[    0.237492] e820: reserve RAM buffer [mem 0x712a2018-0x73ffffff]
[    0.237493] e820: reserve RAM buffer [mem 0x74142000-0x77ffffff]
[    0.237494] e820: reserve RAM buffer [mem 0x8a40e000-0x8bffffff]
[    0.237495] e820: reserve RAM buffer [mem 0x8ceff000-0x8fffffff]
[    0.237496] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
[    0.237674] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.237679] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.239364] clocksource: Switched to clocksource tsc-early
[    0.239416] pnp: PnP ACPI init
[    0.239557] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.239559] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.239561] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.239563] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.239564] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.239566] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.239567] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.239572] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.239853] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.239857] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.240158] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.240159] system 00:02: [io  0xffff] has been reserved
[    0.240161] system 00:02: [io  0xffff] has been reserved
[    0.240162] system 00:02: [io  0xffff] has been reserved
[    0.240164] system 00:02: [io  0x0500-0x0501] has been reserved
[    0.240165] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.240166] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.240170] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.240264] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.240305] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.240309] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.240332] pnp 00:05: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    0.240368] pnp 00:06: Plug and Play ACPI device, IDs ETD0710 PNP0f13 ETD0000 (active)
[    0.241421] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.241424] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.241428] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.241900] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.241901] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.241903] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.241904] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.241906] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.241908] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.241909] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.241911] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[    0.241913] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.241914] system 00:08: [mem 0x90000000-0x9001ffff] has been reserved
[    0.241918] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.242284] pnp: PnP ACPI: found 9 devices
[    0.248005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.248047] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.248050] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.248054] pci 0000:00:1c.0:   bridge window [mem 0xb1100000-0xb11fffff]
[    0.248061] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.248064] pci 0000:00:1c.5:   bridge window [mem 0xb1000000-0xb10fffff]
[    0.248072] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.248073] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.248075] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.248076] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[    0.248077] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.248079] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.248080] pci_bus 0000:01: resource 1 [mem 0xb1100000-0xb11fffff]
[    0.248082] pci_bus 0000:02: resource 1 [mem 0xb1000000-0xb10fffff]
[    0.248225] NET: Registered protocol family 2
[    0.248356] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.248367] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.248440] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.248536] TCP: Hash tables configured (established 65536 bind 65536)
[    0.248557] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.248575] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.248618] NET: Registered protocol family 1
[    0.248631] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.250173] PCI: CLS 64 bytes, default 64
[    0.250205] Unpacking initramfs...
[    0.358192] Freeing initrd memory: 804K
[    0.358217] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.358219] software IO TLB: mapped [mem 0x7623e000-0x7a23e000] (64MB)
[    0.358800] Initialise system trusted keyrings
[    0.358829] workingset: timestamp_bits=56 max_order=21 bucket_order=0
[    0.360489] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.360545] ntfs: driver 2.1.32 [Flags: R/W].
[    0.360597] fuse: init (API version 7.31)
[    0.360662] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.361038] aufs 5.x-rcN-20200518
[    0.365013] Key type asymmetric registered
[    0.365014] Asymmetric key parser 'x509' registered
[    0.365021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.365568] efifb: probing for efifb
[    0.365577] efifb: framebuffer at 0xa0000000, using 1200k, total 1200k
[    0.365578] efifb: mode is 640x480x32, linelength=2560, pages=1
[    0.365578] efifb: scrolling: redraw
[    0.365580] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.365654] Console: switching to colour frame buffer device 80x30
[    0.366418] fb0: EFI VGA frame buffer device
[    0.366427] intel_idle: MWAIT substates: 0x11142120
[    0.366428] intel_idle: v0.5.1 model 0x4E
[    0.366704] intel_idle: Local APIC timer is reliable in all C-states
[    0.570366] ACPI: AC Adapter [AC] (on-line)
[    0.570469] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.570489] ACPI: Lid Switch [LID0]
[    0.570523] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.570541] ACPI: Power Button [PWRB]
[    0.570578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.570612] ACPI: Power Button [PWRF]
[    0.571416] thermal LNXTHERM:00: registered as thermal_zone0
[    0.571417] ACPI: Thermal Zone [TZ00] (45 C)
[    0.571530] thermal LNXTHERM:01: registered as thermal_zone1
[    0.571531] ACPI: Thermal Zone [TZ01] (0 C)
[    0.571766] Linux agpgart interface v0.103
[    0.574381] battery: ACPI: Battery Slot [BAT0] (battery present)
[    0.574513] loop: module loaded
[    0.574554] usbcore: registered new interface driver rtsx_usb
[    0.574748] ahci 0000:00:17.0: version 3.0
[    0.574948] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.574951] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    0.575196] scsi host0: ahci
[    0.575301] scsi host1: ahci
[    0.575349] ata1: SATA max UDMA/133 abar m2048@0xb1235000 port 0xb1235100 irq 124
[    0.575351] ata2: SATA max UDMA/133 abar m2048@0xb1235000 port 0xb1235180 irq 124
[    0.575836] Fusion MPT base driver 3.04.20
[    0.575837] Copyright (c) 1999-2008 LSI Corporation
[    0.575840] Fusion MPT SPI Host driver 3.04.20
[    0.575851] Fusion MPT SAS Host driver 3.04.20
[    0.575867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.575868] ehci-pci: EHCI PCI platform driver
[    0.575877] ehci-platform: EHCI generic platform driver
[    0.575887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.575894] ohci-pci: OHCI PCI platform driver
[    0.575902] ohci-platform: OHCI generic platform driver
[    0.575909] uhci_hcd: USB Universal Host Controller Interface driver
[    0.576081] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.576087] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.577164] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    0.577219] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.577384] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    0.577385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.577387] usb usb1: Product: xHCI Host Controller
[    0.577388] usb usb1: Manufacturer: Linux 5.7.2-porteus xhci-hcd
[    0.577389] usb usb1: SerialNumber: 0000:00:14.0
[    0.577491] hub 1-0:1.0: USB hub found
[    0.577506] hub 1-0:1.0: 12 ports detected
[    0.578509] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.578513] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.578516] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.578546] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
[    0.578548] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.578549] usb usb2: Product: xHCI Host Controller
[    0.578550] usb usb2: Manufacturer: Linux 5.7.2-porteus xhci-hcd
[    0.578551] usb usb2: SerialNumber: 0000:00:14.0
[    0.578646] hub 2-0:1.0: USB hub found
[    0.578657] hub 2-0:1.0: 6 ports detected
[    0.579182] ehci-fsl: Freescale EHCI Host controller driver
[    0.579234] usbcore: registered new interface driver uas
[    0.579249] usbcore: registered new interface driver usb-storage
[    0.579254] usbcore: registered new interface driver ums-alauda
[    0.579259] usbcore: registered new interface driver ums-cypress
[    0.579265] usbcore: registered new interface driver ums-datafab
[    0.579271] usbcore: registered new interface driver ums_eneub6250
[    0.579276] usbcore: registered new interface driver ums-freecom
[    0.579282] usbcore: registered new interface driver ums-isd200
[    0.579287] usbcore: registered new interface driver ums-jumpshot
[    0.579292] usbcore: registered new interface driver ums-karma
[    0.579297] usbcore: registered new interface driver ums-onetouch
[    0.579304] usbcore: registered new interface driver ums-realtek
[    0.579310] usbcore: registered new interface driver ums-sddr09
[    0.579315] usbcore: registered new interface driver ums-sddr55
[    0.579320] usbcore: registered new interface driver ums-usbat
[    0.579359] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.586794] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.586798] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.587183] mousedev: PS/2 mouse device common for all mice
[    0.587628] rtc_cmos 00:03: RTC can wake from S4
[    0.588192] rtc_cmos 00:03: registered as rtc0
[    0.588291] rtc_cmos 00:03: setting system clock to 2020-06-21T13:28:22 UTC (1592746102)
[    0.588293] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.588404] intel_pstate: Intel P-state driver initializing
[    0.588619] intel_pstate: HWP enabled
[    0.588631] sdhci: Secure Digital Host Controller Interface driver
[    0.588631] sdhci: Copyright(c) Pierre Ossman
[    0.588663] wbsd: Winbond W83L51xD SD/MMC card interface driver
[    0.588664] wbsd: Copyright(c) Pierre Ossman
[    0.588688] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[    0.588790] usbcore: registered new interface driver vub300
[    0.588797] usbcore: registered new interface driver ushc
[    0.588813] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.588902] hid: raw HID events driver (C) Jiri Kosina
[    0.588921] usbcore: registered new interface driver usbhid
[    0.588921] usbhid: USB HID core driver
[    0.588967] intel_pmc_core INT33A1:00:  initialized
[    0.589101] NET: Registered protocol family 17
[    0.589409] microcode: sig=0x406e3, pf=0x80, revision=0x9e
[    0.589489] microcode: Microcode Update Driver: v2.2.
[    0.589493] IPI shorthand broadcast: enabled
[    0.589504] sched_clock: Marking stable (585996580, 3484566)->(600066654, -10585508)
[    0.589640] registered taskstats version 1
[    0.589642] Loading compiled-in X.509 certificates
[    0.590686] Loaded X.509 cert 'Build time autogenerated kernel key: f3f7551bc1bdfb07dfba8f0dbd0ee932070325bb'
[    0.590733] Key type ._fscrypt registered
[    0.590734] Key type .fscrypt registered
[    0.590734] Key type fscrypt-provisioning registered
[    0.590967] Key type encrypted registered
[    0.591506] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.591509] ALSA device list:
[    0.591510]   No soundcards found.
[    0.594917] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.880873] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.880901] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.882802] ata1.00: ATA-9: HGST HTS725050A7E630, GS2OA3C0, max UDMA/133
[    0.882806] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.883784] ata2.00: ATAPI: hp       DVDRW GUD1N, MD00, max UDMA/133
[    0.884930] ata1.00: configured for UDMA/133
[    0.885161] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS725050A7 A3C0 PQ: 0 ANSI: 5
[    0.885572] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.885577] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.885591] sd 0:0:0:0: [sda] Write Protect is off
[    0.885594] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.885615] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.886494] ata2.00: configured for UDMA/133
[    0.891349] scsi 1:0:0:0: CD-ROM            hp       DVDRW GUD1N      MD00 PQ: 0 ANSI: 5
[    0.900308] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    0.931397] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.931401] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.931639] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.034866] usb 1-2: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
[    1.034871] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.034874] usb 1-2: Product: Mass Storage
[    1.034877] usb 1-2: Manufacturer: Generic
[    1.034879] usb 1-2: SerialNumber: F24A5BAF
[    1.036055] usb-storage 1-2:1.0: USB Mass Storage device detected
[    1.036578] scsi host2: usb-storage 1-2:1.0
[    1.149602] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    1.197432]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    1.198638] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.199077] Freeing unused kernel image (initmem) memory: 1020K
[    1.205395] Write protecting the kernel read-only data: 14336k
[    1.206477] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.206630] Freeing unused kernel image (rodata/data gap) memory: 12K
[    1.206650] rodata_test: all tests were successful
[    1.206653] Run /init as init process
[    1.206654]   with arguments:
[    1.206656]     /init
[    1.206657]   with environment:
[    1.206658]     HOME=/
[    1.206659]     TERM=linux
[    1.206660]     BOOT_IMAGE=/boot/syslinux/vmlinuz
[    1.206661]     changes=EXIT:/mnt/sdb2
[    1.234987] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5e0f01)
[    1.251510] psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x16, 0x0a.
[    1.267589] psmouse serio1: elantech: Elan sample query result 0b, 01, a7
[    1.276602] usb 1-3: New USB device found, idVendor=2717, idProduct=ff80, bcdDevice= 3.18
[    1.276607] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.276610] usb 1-3: Product: Android
[    1.276613] usb 1-3: Manufacturer: Android
[    1.276615] usb 1-3: SerialNumber: 7be1dc5b9904
[    1.357170] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[    1.390337] random: fast init done
[    1.392369] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    1.401527] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[    1.401533] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
[    1.401547] clocksource: Switched to clocksource tsc
[    1.538848] usb 1-5: New USB device found, idVendor=04f2, idProduct=b56c, bcdDevice=88.03
[    1.538854] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.538858] usb 1-5: Product: HP TrueVision HD
[    1.538861] usb 1-5: Manufacturer: Generic
[    1.538863] usb 1-5: SerialNumber: 200901010001
[    1.655577] usb 1-6: new full-speed USB device number 5 using xhci_hcd
[    1.783574] usb 1-6: New USB device found, idVendor=0a5c, idProduct=216d, bcdDevice= 1.12
[    1.783579] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.783582] usb 1-6: Product: BCM43142A0
[    1.783585] usb 1-6: Manufacturer: Broadcom Corp
[    1.783587] usb 1-6: SerialNumber: 681401BD51AC
[    1.792068] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    1.849614] random: ntfs-3g: uninitialized urandom read (6 bytes read)
[    1.884910] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    2.043276] scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[    2.044386] sd 2:0:0:0: [sdb] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[    2.045095] sd 2:0:0:0: [sdb] Write Protect is off
[    2.045102] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    2.045404] random: ntfs-3g: uninitialized urandom read (6 bytes read)
[    2.045785] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.049279] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    2.064900]  sdb: sdb1 sdb2
[    2.066951] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    2.067887] random: crng init done
[    2.084169] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    4.321749] EXT4-fs (sdb2): mounted filesystem without journal. Opts: (null)
[    6.065206] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    6.065219] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    6.089002] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    6.089015] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    7.819426] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[    7.819483] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   44.965876] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   45.754652] udevd[2017]: starting eudev-3.2.8
[   46.250828] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   46.250875] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   46.274592] input: HP Wireless hotkeys as /devices/virtual/input/input6
[   46.442984] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   46.543235] wmi_bus wmi_bus-PNP0C14:01: WQBJ data block query control method not found
[   46.562374] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20200326/psargs-330)
[   46.562381] ACPI Error: Aborting method \_SB.PCI0.B0D4._TMP due to previous error (AE_NOT_FOUND) (20200326/psparse-529)
[   46.562936] intel_rapl_common: Found RAPL domain package
[   46.562937] intel_rapl_common: Found RAPL domain dram
[   46.563002] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   46.595894] bcma-pci-bridge 0000:02:00.0: bus0: Found chip with id 43142, rev 0x01 and package 0x08
[   46.595918] bcma-pci-bridge 0000:02:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x28, class 0x0)
[   46.595937] bcma-pci-bridge 0000:02:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x21, class 0x0)
[   46.595974] bcma-pci-bridge 0000:02:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x16, class 0x0)
[   46.596019] bcma-pci-bridge 0000:02:00.0: bus0: Core 3 found: UNKNOWN (manuf 0x43B, id 0x368, rev 0x00, class 0x0)
[   46.610477] bcma-pci-bridge 0000:02:00.0: bus0: Bus registered
[   46.666234] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   46.687947] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   46.687948] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   46.687949] RAPL PMU: hw unit of domain package 2^-14 Joules
[   46.687950] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   46.687951] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   46.942968] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[   46.965223] libphy: r8169: probed
[   46.965666] r8169 0000:01:00.0 eth0: RTL8168h/8111h, ec:8e:b5:a4:23:4f, XID 541, IRQ 127
[   46.965672] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   47.127097] cryptd: max_cpu_qlen set to 1000
[   47.148432] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   47.164027] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   47.300009] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   47.300015] cfg80211: failed to load regulatory.db
[   47.326586] AVX2 version of gcm_enc/dec engaged.
[   47.326589] AES CTR mode by8 optimization enabled
[   47.644721] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   47.677499] checking generic (a0000000 12c000) vs hw (b0000000 1000000)
[   47.677500] checking generic (a0000000 12c000) vs hw (a0000000 10000000)
[   47.677501] fb0: switching to inteldrmfb from EFI VGA
[   47.677566] Console: switching to colour dummy device 80x25
[   47.677598] i915 0000:00:02.0: vgaarb: deactivate vga console
[   47.678529] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   47.678978] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   47.694461] [drm] Initialized i915 1.6.0 20200313 for 0000:00:02.0 on minor 0
[   47.696328] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   47.697044] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   47.697136] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops 0xffffffffa02a2b00)
[   47.701255] fbcon: i915drmfb (fb0) is primary device
[   47.704268] Console: switching to colour frame buffer device 170x48
[   47.724669] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   47.789989] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[   47.884222] intel_rapl_common: Found RAPL domain package
[   47.884227] intel_rapl_common: Found RAPL domain core
[   47.884231] intel_rapl_common: Found RAPL domain uncore
[   47.884234] intel_rapl_common: Found RAPL domain dram
[   47.995659] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   47.995661] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   47.995663] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   47.995663] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   47.995664] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   47.995665] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[   47.995666] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   48.038223] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[   48.038283] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[   48.038690] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[   48.040456] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[   48.040521] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[   48.040580] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   48.040638] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   48.426221] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   48.563779] Lockdown: udevd: unsigned module loading is restricted; see man kernel_lockdown.7
[   48.628109] input: HP WMI hotkeys as /devices/virtual/input/input8
[   49.095983] usbcore: registered new interface driver cdc_ether
[   49.288415] Bluetooth: Core ver 2.22
[   49.288430] NET: Registered protocol family 31
[   49.288431] Bluetooth: HCI device and connection manager initialized
[   49.288436] Bluetooth: HCI socket layer initialized
[   49.288437] Bluetooth: L2CAP socket layer initialized
[   49.288440] Bluetooth: SCO socket layer initialized
[   49.307773] rndis_host 1-3:1.0: rndis media connect
[   49.310047] usbcore: registered new interface driver btusb
[   49.330378] rndis_host 1-3:1.0 usb0: register 'rndis_host' at usb-0000:00:14.0-3, RNDIS device, 92:19:59:44:18:b4
[   49.330417] usbcore: registered new interface driver rndis_host
[   49.386923] uvcvideo: Found UVC 1.00 device HP TrueVision HD (04f2:b56c)
[   49.390423] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[   49.390425] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[   49.390427] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[   49.390496] input: HP TrueVision HD: HP TrueVision as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input16
[   49.390601] usbcore: registered new interface driver uvcvideo
[   49.390601] USB Video Class driver (1.1.1)
[   49.419902] Bluetooth: hci0: BCM: chip id 70
[   49.420906] Bluetooth: hci0: BCM: features 0x06
[   49.436883] Bluetooth: hci0: IBSNOINB10520
[   49.437881] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0329
[   49.438733] bluetooth hci0: Direct firmware load for brcm/BCM43142A0-0a5c-216d.hcd failed with error -2
[   49.438736] Bluetooth: hci0: BCM: Patch brcm/BCM43142A0-0a5c-216d.hcd not found
[   51.004264] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   51.034496] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   51.075210] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   51.177701] NET: Registered protocol family 10
[   51.178272] Segment Routing with IPv6
[   51.340809] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   51.479317] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   51.511428] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   51.515104] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[   51.604550] r8169 0000:01:00.0 eth0: Link is Down
[   52.143467] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.396610] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.525569] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.563947] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   62.948584] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   62.950033] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   62.970272] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   62.973161] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   62.975897] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   62.996473] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   62.997670] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   62.999055] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   63.000400] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   63.001606] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   63.006228] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   63.050556] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   63.051877] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   63.053076] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   63.054252] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   63.055502] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   63.057069] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   63.107303] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   63.153935] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   63.213258] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   63.249057] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   63.251158] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.000921] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.002189] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.003565] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.004943] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.006905] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.033795] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.037226] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.038704] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.040052] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.041654] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.062091] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.073247] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.084167] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.086813] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   64.098022] Lockdown: grep: hibernation is restricted; see man kernel_lockdown.7
[   67.854097] seq_read: 20 callbacks suppressed
[   67.854099] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   67.932611] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   68.006898] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   68.020816] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   91.007255] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   91.007819] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   91.007837] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   91.007992] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   91.008001] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   91.686976] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[   96.272657] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  125.033446] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  185.015521] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  245.015467] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  305.015246] buggy seq_file .next function 0xffffffff8115402e did not updated position index
[  343.336038] Broadcom 43xx driver loaded [ Features: PNLS ]
[  365.010892] buggy seq_file .next function 0xffffffff8115402e did not updated position index

User avatar
Blaze
DEV Team
DEV Team
Posts: 3884
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Help with installation of Porteus from one usb(Live) to another usb

Post#38 by Blaze » 21 Jun 2020, 12:02

Code: Select all

Bluetooth: hci0: BCM: Patch brcm/BCM43142A0-0a5c-216d.hcd not found
Fix for Bluetooth

Code: Select all

su
toor
cd /tmp
wget -q --show-progress https://github.com/winterheart/broadcom-bt-firmware/archive/master.zip
unzip master.zip
cp -a /tmp/broadcom-bt-firmware-master/brcm/BCM43142A0-0a5c-216d.hcd /lib/firmware/brcm

Code: Select all

# Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
bcma-pci-bridge 0000:02:00.0: bus0: Core 3 found: UNKNOWN (manuf 0x43B, id 0x368, rev 0x00, class 0x0)
1st - Secure boot must be disabled in BIOS
2nd - download broadcom-sta-6.30.223.271-k5.7.2-x86_64-1bl.xzm (build from this repo https://github.com/antoineco/broadcom-wl) copy to modules folder and reboot.

P.S. Not bad if you remove all Porteus changes and other modules like broadcom-sta-6.30.223.271_5.7.2_porteus-x86_64-3_SBo.xzm and b43-firmware-classic-5.100.138-1-noarch.xzm
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
evergreen
Shogun
Shogun
Posts: 201
Joined: 27 Mar 2016, 16:58
Distribution: Porteus x86_64
Location: Argentine, Patagonia
Contact:

Help with installation of Porteus from one usb(Live) to another usb

Post#39 by evergreen » 21 Jun 2020, 15:20

try with this module https://jsanki.com.ar/blacklist_broadcom.xzm ,this will add to blacklist wl and b43 to then execute the free driver. dont remember to reboot when you added into modules.


Driver Description
brcm80211 Kernel driver mainline version (recommended)

These are the driver in the module blacklist Broadcom, so this will force your system to use brcm.

b43 Kernel driver reverse-engineered version
broadcom-wl Broadcom driver with restricted license
Driver selection
To know what driver(s) are operable on the computer's Broadcom wireless network device, the device ID and chipset name will need to be detected. Cross-reference them with the driver list of supported brcm80211 and b43 devices.

brcm80211
The kernel contains two built-in open-source drivers: brcmfmac for native FullMAC and brcmsmac for mac80211-based SoftMAC. They should be automatically loaded when booting.

Note:
brcmfmac supports newer chipsets, and supports AP mode, P2P mode, or hardware encryption.
brcmsmac only supports old chipsets like BCM4313, BCM43224, BCM43225.
b43
Two reverse-engineered open-source drivers are built-in to the kernel: b43 and b43legacy. b43 supports most newer Broadcom chipsets, while the b43legacy driver only supports the early BCM4301 and BCM4306 rev.2 chipsets. To avoid erroneous detection of your WiFi card's chipset, blacklist the unused driver.

Both of these drivers require non-free firmware to function. Install b43-firmwareAUR or b43-firmware-classicAUR.

Note:
BCM4306 rev.3, BCM4311, BCM4312 and BCM4318 rev.2 have been noticed to experience problems with b43-firmware. Use b43-firmware-classicAUR for these cards instead.
BCM4331 noticed to have problems with b43-firmware-classic. Use b43-firmwareAUR for this card instead.

More infor here https://wiki.archlinux.org/index.php/Br ... _selection
AMD A8-7410, APU AMD Radeon R5 Graphics M330

kushagratandon
Black ninja
Black ninja
Posts: 32
Joined: 10 Jun 2020, 02:07
Distribution: Porteus-KDE-v5.0rc1-x86_64.iso

Help with installation of Porteus from one usb(Live) to another usb

Post#40 by kushagratandon » 30 Jun 2020, 17:29

Hey Guys,
I tried both of your approach
evergreen wrote:
21 Jun 2020, 15:20
Blaze wrote:
21 Jun 2020, 12:02
but it didn't worked!!

beny
Full of knowledge
Full of knowledge
Posts: 2092
Joined: 02 Jan 2011, 11:33
Location: italy

Help with installation of Porteus from one usb(Live) to another usb

Post#41 by beny » 30 Jun 2020, 18:59

hi, try this link : http://www.mediafire.com/file/8y5ety5ke ... e.tgz/file ,maybe work or not but the kernel that build the driver is a 5.7.6-zen kernel when you build driver the kernel source is mandatory.
ah... evergreen porteus is not nemesis or aporteus that are arch based,

User avatar
Blaze
DEV Team
DEV Team
Posts: 3884
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Help with installation of Porteus from one usb(Live) to another usb

Post#42 by Blaze » 01 Jul 2020, 09:18

Hi kushagratandon,
you can try beny suggestion with this kernel 5.7.6,
but 1st try kernel 4.19.130 LTS with broadcom-sta-6.30.223.271-k4.19.130-x86_64-1bl.xzm
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

beny
Full of knowledge
Full of knowledge
Posts: 2092
Joined: 02 Jan 2011, 11:33
Location: italy

Help with installation of Porteus from one usb(Live) to another usb

Post#43 by beny » 01 Jul 2020, 17:38

hi blaze thanks for the kernel version i have only this one so...
this is the slack-desc for the package:
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.

|-----handy-ruler------------------------------------------------------|
broadcom-sta: broadcom-sta (Broadcom wireless drivers)
broadcom-sta:
broadcom-sta: Proprietary driver for Broadcom's BCM4311, BCM4312, BCM4313, BCM4321,
broadcom-sta: BCM4322, BCM43142, BCM43224, BCM43225, BCM43227, BCM43228, BCM4331,
broadcom-sta: BCM4360 and BCM4352 wireless network cards. Includes a kernel module
broadcom-sta: named 'wl'.
broadcom-sta:
broadcom-sta: For more information, see:
broadcom-sta: https://www.broadcom.com/support/802.11
broadcom-sta:
broadcom-sta:

kushagratandon
Black ninja
Black ninja
Posts: 32
Joined: 10 Jun 2020, 02:07
Distribution: Porteus-KDE-v5.0rc1-x86_64.iso

Help with installation of Porteus from one usb(Live) to another usb

Post#44 by kushagratandon » 01 Jul 2020, 17:52

Hi Blaze, I tried your solution but it didn't worked!!
Also tried installing Beny's xzm file but still not working!

beny
Full of knowledge
Full of knowledge
Posts: 2092
Joined: 02 Jan 2011, 11:33
Location: italy

Help with installation of Porteus from one usb(Live) to another usb

Post#45 by beny » 01 Jul 2020, 19:41

hi you have to install iw software maybe the wifi card is down and you do not know if this is true or not iw allow you to check wifi card status and more, is a line command software,or install wicd that is a bit too easy...if you have the lspci or something like that we know the name of wifi card.or maybe you have to load the driver for your device..first,ok lspci and report here.

Code: Select all

su
toor
getppkg iw
# save to /tmp
activate /tmp/iw-*.xzm
iw dev
iw list
iwconfig
UPADATE
the wifi driver are linked to kernel version,sorry for this but you have to have the same kernel version in your system, the blaze version maybe work try the crippled source kernel and the module in /lib try if you have this in kernel directory:/lib/modules/5.7.6-zen/kernel/extra/wl.ko ok this is my kernel version.

Post Reply