Open-Wrt: Base Build and Flash Steps
In this section, you are going to learn
How to build a base image for openwrt ?
How to generate full base openwrt image for RPI-4B ?
How to flash full base openwrt image for RPI-4B ?
How to run minicom and work remotely with RPI-4B ?
How to do pre-build and post-build checks ?
Topics in this section,
Step 1: Cloning steps for openwrt build directory
Step 2: Do Build Configurations
-
-
In this section, we will see how to clone and add configurations for openwrt build directory
$ cd $HOME
Clone the directory inside the sources directory
$ git clone https://github.com/openwrt/openwrt.git
$ cd openwrt
In this secion, we will see how to intialize,add build configurations and set locale settings
$ pwd
$HOME/openwrt
Update and Install latest feeds
$ ./scripts/feeds update -a
$ ./scripts/feeds install -a
In this section you will learn how to enable in menuconfig
$ make menuconfig
Make sure the current directory is “openwrt”
* In Target System select Broadcom BCM27xx
Target System (Broadcom BCM27xx)
BCM2711 boards (64 bit)
* In Subtarget select BCM2711 boards (64 bit)
Subtarget
(X) BCM2711 boards (64 bit)
* In Target Profile select (X) Raspberry Pi 4B/400/CM4 (64bit)
Target Profile (Raspberry Pi 4B/400/CM4 (64bit))
(X) Raspberry Pi 4B/400/CM4 (64bit)
* In Network select below options and click "y" to select
<*> ethtool......................... Display or change ethernet card settings
<*> fping................... sends ICMP ECHO_REQUEST packets to network hosts
<*> iperf......................... Internet Protocol bandwidth measuring tool
[*] Enable multicast support
<*> iperf3........................ Internet Protocol bandwidth measuring tool
<*> iputils-arping............................................ iputils-arping
<*> iputils-ping................................................ iputils-ping
[*] Install legacy ping4 and ping6 symlinks
<*> tcpdump..................... Network monitoring and data acquisition tool
* In Network select WirelessAPD and enable below options
Network
WirelessAPD
<*> hostapd........................ IEEE 802.1x Authenticator (built-in full)
<M> hostapd-basic.............. IEEE 802.1x Authenticator (WPA-PSK, 11r, 11w)
<M> hostapd-basic-openssl... IEEE 802.1x Authenticator (WPA-PSK, 11r and 11w)
<M> hostapd-basic-wolfssl... IEEE 802.1x Authenticator (WPA-PSK, 11r and 11w)
<*> wpa-supplicant............................ WPA Supplicant (built-in full)
<*> wpa-cli...................... WPA Supplicant command line control utility
<M> wpa-supplicant-basic........................... WPA Supplicant (11r, 11w)
<M> wpa-supplicant-mini............................. WPA Supplicant (minimal)
<M> wpa-supplicant-openssl..................... WPA Supplicant (OpenSSL full)
<M> wpa-supplicant-p2p.................... WPA Supplicant (Wi-Fi P2P support)
<M> wpa-supplicant-wolfssl..................... WPA Supplicant (wolfSSL full)
<M> wpad-basic-wolfssl....... IEEE 802.1x Auth/Supplicant (wolfSSL, 11r, 11w)
* In Base System select below options
<*> procd-ujail.................................. OpenWrt process jail helper
<*> swconfig.................................... Switch configuration utility
<*> uci................ Utility for the Unified Configuration Interface (UCI)
<*> urandom-seed...................... /etc/urandom.seed handling for OpenWrt
<*> urngd (NEW)
<*> wireless-tools.......... Tools for manipulating Linux Wireless Extensions
* In Utilities select below options
<*> file..................................... File type determination utility
<*> findutils....................................... GNU Find Utilities (all)
-*- findutils-find......................... GNU Find Utilities - find utility
-*- findutils-locate........ GNU Find Utilities - locate and updatedb utility
-*- findutils-xargs....................... GNU Find Utilities - xargs utility
<*> grep.................................. grep search utility - full version
* In Utilities select Disc and enable below options
<*> fdisk.................................... manipulate disk partition table
Save all the configuration settings
Exit once the configurations are saved
In this section you will learn how to do Pre-build checks
Below are the options should be enabled
In Broadcom BCM27xx option are enabled
Make sure the current directory is “openwrt”
Check those lines in .config file
Below are the options are enabled
CONFIG_TARGET_bcm27xx=y CONFIG_TARGET_bcm27xx_bcm2711=y CONFIG_TARGET_bcm27xx_bcm2711_DEVICE_rpi-4=y
In Network category options are enabled
Make sure the current directory is “openwrt”
Check those lines in .config file
Below are the options are enabled
CONFIG_PACKAGE_ethtool=y CONFIG_PACKAGE_fping=y CONFIG_PACKAGE_iperf=y CONFIG_IPERF_ENABLE_MULTICAST=y CONFIG_PACKAGE_iperf3=y CONFIG_PACKAGE_iputils-arping=y CONFIG_PACKAGE_iputils-ping=y CONFIG_PACKAGE_tcpdump=y
Inside Network category WirelessAPD options are enabled
Make sure the current directory is “openwrt”
Check those lines in .config file
Below are the options are enabled
CONFIG_PACKAGE_hostapd=y CONFIG_PACKAGE_hostapd-basic=m CONFIG_PACKAGE_hostapd-basic-openssl=m CONFIG_PACKAGE_hostapd-basic-wolfssl=m CONFIG_PACKAGE_wpa-cli=y CONFIG_PACKAGE_wpa-supplicant=y CONFIG_PACKAGE_wpa-supplicant-basic=m CONFIG_PACKAGE_wpa-supplicant-mini=m CONFIG_PACKAGE_wpa-supplicant-openssl=m CONFIG_PACKAGE_wpa-supplicant-p2p=m CONFIG_PACKAGE_wpa-supplicant-wolfssl=m CONFIG_PACKAGE_wpad-basic-wolfssl=m
In Base System category options are enabled
Make sure the current directory is “openwrt”
Check those lines in .config file
Below are the options are enabled
CONFIG_PACKAGE_procd-ujail=y CONFIG_PACKAGE_swconfig=y CONFIG_PACKAGE_uci=y CONFIG_PACKAGE_urandom-seed=y CONFIG_PACKAGE_urngd=y CONFIG_PACKAGE_wireless-tools=y
In Utilities category options are enabled
Make sure the current directory is “openwrt”
Check those lines in .config file
Below are the options are enabled
CONFIG_PACKAGE_file=y CONFIG_PACKAGE_findutils=y CONFIG_PACKAGE_findutils-find=y CONFIG_PACKAGE_findutils-locate=y CONFIG_PACKAGE_findutils-xargs=y CONFIG_PACKAGE_grep=y
Inside Utilities category Disc options are enabled
Make sure the current directory is “openwrt”
Check those lines in .config file
Below are the options are enabled
CONFIG_PACKAGE_fdisk=y
TODO
Once all the configurations is added run from build directory to build the base openwrt image.
$ cd $HOME/openwrt
$ make
In this section you will learn how to do Post-build checks
In this section we will know locations of .config file and tool chain
$ cd $HOME/openwrt/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/linux-6.1.69
$ cat .config
See the full output below
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.1.69 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24685-4a2ff73177) 12.3.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=120300
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24000
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24000
CONFIG_LLD_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
CONFIG_PAHOLE_VERSION=0
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y
#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_INIT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
# CONFIG_WATCH_QUEUE is not set
# CONFIG_CROSS_MEMORY_ATTACH is not set
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_GENERIC_IRQ_CHIP=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_IRQ_IPI=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_ARCH_HAS_TICK_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_CONTEXT_TRACKING=y
CONFIG_CONTEXT_TRACKING_IDLE=y
#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
# end of Timers subsystem
CONFIG_BPF=y
CONFIG_HAVE_EBPF_JIT=y
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
#
# BPF subsystem
#
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
# end of BPF subsystem
CONFIG_PREEMPT_NONE_BUILD=y
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_DYNAMIC is not set
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_PSI is not set
# end of CPU/Task time and stats accounting
# CONFIG_CPU_ISOLATION is not set
#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_TASKS_RCU_GENERIC=y
CONFIG_TASKS_TRACE_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# end of RCU Subsystem
# CONFIG_IKCONFIG is not set
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
# CONFIG_PRINTK_INDEX is not set
CONFIG_GENERIC_SCHED_CLOCK=y
#
# Scheduler features
#
# CONFIG_UCLAMP_TASK is not set
# end of Scheduler features
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_CC_HAS_INT128=y
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
CONFIG_CC_NO_ARRAY_BOUNDS=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
# CONFIG_CGROUP_FAVOR_DYNMODS is not set
CONFIG_MEMCG=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_RDMA=y
# CONFIG_CGROUP_FREEZER is not set
CONFIG_CPUSETS=y
# CONFIG_PROC_PID_CPUSET is not set
# CONFIG_CGROUP_DEVICE is not set
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_MISC is not set
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
# CONFIG_TIME_NS is not set
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_BOOT_CONFIG is not set
# CONFIG_INITRAMFS_PRESERVE_MTIME is not set
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_LD_ORPHAN_WARN=y
CONFIG_SYSCTL=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_KALLSYMS_UNCOMPRESSED=y
CONFIG_EXPERT=y
CONFIG_MULTIUSER=y
# CONFIG_SGETMASK_SYSCALL is not set
# CONFIG_SYSFS_SYSCALL is not set
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
# CONFIG_KCMP is not set
# CONFIG_RSEQ is not set
CONFIG_EMBEDDED=y
# CONFIG_MANGLE_BOOTARGS is not set
CONFIG_HAVE_PERF_EVENTS=y
# CONFIG_PC104 is not set
#
# Kernel Performance Events And Counters
#
# CONFIG_PERF_EVENTS is not set
# end of Kernel Performance Events And Counters
# CONFIG_PROFILING is not set
# end of General setup
CONFIG_ARM64=y
CONFIG_GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_64BIT=y
CONFIG_MMU=y
CONFIG_ARM64_PAGE_SHIFT=12
CONFIG_ARM64_CONT_PTE_SHIFT=4
CONFIG_ARM64_CONT_PMD_SHIFT=4
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CSUM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
CONFIG_SMP=y
CONFIG_KERNEL_MODE_NEON=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=3
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
#
# Platform selection
#
# CONFIG_ARCH_ACTIONS is not set
# CONFIG_ARCH_SUNXI is not set
# CONFIG_ARCH_ALPINE is not set
# CONFIG_ARCH_APPLE is not set
CONFIG_ARCH_BCM=y
CONFIG_ARCH_BCM2835=y
# CONFIG_ARCH_BCM_IPROC is not set
# CONFIG_ARCH_BCMBCA is not set
# CONFIG_ARCH_BRCMSTB is not set
# CONFIG_ARCH_BERLIN is not set
# CONFIG_ARCH_BITMAIN is not set
# CONFIG_ARCH_EXYNOS is not set
# CONFIG_ARCH_SPARX5 is not set
# CONFIG_ARCH_K3 is not set
# CONFIG_ARCH_LG1K is not set
# CONFIG_ARCH_HISI is not set
# CONFIG_ARCH_KEEMBAY is not set
# CONFIG_ARCH_MEDIATEK is not set
# CONFIG_ARCH_MESON is not set
# CONFIG_ARCH_MVEBU is not set
# CONFIG_ARCH_NXP is not set
# CONFIG_ARCH_NPCM is not set
# CONFIG_ARCH_QCOM is not set
# CONFIG_ARCH_REALTEK is not set
# CONFIG_ARCH_RENESAS is not set
# CONFIG_ARCH_ROCKCHIP is not set
# CONFIG_ARCH_SEATTLE is not set
# CONFIG_ARCH_INTEL_SOCFPGA is not set
# CONFIG_ARCH_SYNQUACER is not set
# CONFIG_ARCH_TEGRA is not set
# CONFIG_ARCH_SPRD is not set
# CONFIG_ARCH_THUNDER is not set
# CONFIG_ARCH_THUNDER2 is not set
# CONFIG_ARCH_UNIPHIER is not set
# CONFIG_ARCH_VEXPRESS is not set
# CONFIG_ARCH_VISCONTI is not set
# CONFIG_ARCH_XGENE is not set
# CONFIG_ARCH_ZYNQMP is not set
# end of Platform selection
#
# Kernel Features
#
#
# ARM errata workarounds via the alternatives framework
#
# CONFIG_AMPERE_ERRATUM_AC03_CPU_38 is not set
CONFIG_ARM64_WORKAROUND_CLEAN_CACHE=y
CONFIG_ARM64_ERRATUM_826319=y
CONFIG_ARM64_ERRATUM_827319=y
CONFIG_ARM64_ERRATUM_824069=y
CONFIG_ARM64_ERRATUM_819472=y
CONFIG_ARM64_ERRATUM_832075=y
CONFIG_ARM64_ERRATUM_843419=y
CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y
# CONFIG_ARM64_ERRATUM_1024718 is not set
# CONFIG_ARM64_ERRATUM_1165522 is not set
# CONFIG_ARM64_ERRATUM_1319367 is not set
# CONFIG_ARM64_ERRATUM_1530923 is not set
# CONFIG_ARM64_ERRATUM_2441007 is not set
# CONFIG_ARM64_ERRATUM_1286807 is not set
# CONFIG_ARM64_ERRATUM_1463225 is not set
# CONFIG_ARM64_ERRATUM_1542419 is not set
# CONFIG_ARM64_ERRATUM_1508412 is not set
# CONFIG_ARM64_ERRATUM_2051678 is not set
# CONFIG_ARM64_ERRATUM_2077057 is not set
# CONFIG_ARM64_ERRATUM_2658417 is not set
# CONFIG_ARM64_ERRATUM_2054223 is not set
# CONFIG_ARM64_ERRATUM_2067961 is not set
# CONFIG_ARM64_ERRATUM_2441009 is not set
# CONFIG_ARM64_ERRATUM_2966298 is not set
CONFIG_CAVIUM_ERRATUM_22375=y
CONFIG_CAVIUM_ERRATUM_23154=y
CONFIG_CAVIUM_ERRATUM_27456=y
# CONFIG_CAVIUM_ERRATUM_30115 is not set
# CONFIG_CAVIUM_TX2_ERRATUM_219 is not set
# CONFIG_FUJITSU_ERRATUM_010001 is not set
# CONFIG_HISILICON_ERRATUM_161600802 is not set
# CONFIG_QCOM_FALKOR_ERRATUM_1003 is not set
# CONFIG_QCOM_FALKOR_ERRATUM_1009 is not set
# CONFIG_QCOM_QDF2400_ERRATUM_0065 is not set
# CONFIG_QCOM_FALKOR_ERRATUM_E1041 is not set
# CONFIG_NVIDIA_CARMEL_CNP_ERRATUM is not set
# CONFIG_SOCIONEXT_SYNQUACER_PREITS is not set
# end of ARM errata workarounds via the alternatives framework
CONFIG_ARM64_4K_PAGES=y
# CONFIG_ARM64_16K_PAGES is not set
# CONFIG_ARM64_64K_PAGES is not set
CONFIG_ARM64_VA_BITS_39=y
# CONFIG_ARM64_VA_BITS_48 is not set
CONFIG_ARM64_VA_BITS=39
CONFIG_ARM64_PA_BITS_48=y
CONFIG_ARM64_PA_BITS=48
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y
# CONFIG_SCHED_MC is not set
# CONFIG_SCHED_CLUSTER is not set
# CONFIG_SCHED_SMT is not set
CONFIG_NR_CPUS=4
CONFIG_HOTPLUG_CPU=y
# CONFIG_NUMA is not set
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_CC_HAVE_SHADOW_CALL_STACK=y
# CONFIG_PARAVIRT is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
# CONFIG_KEXEC is not set
# CONFIG_KEXEC_FILE is not set
# CONFIG_CRASH_DUMP is not set
# CONFIG_XEN is not set
CONFIG_ARCH_FORCE_MAX_ORDER=11
CONFIG_UNMAP_KERNEL_AT_EL0=y
CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y
CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
CONFIG_ARM64_SW_TTBR0_PAN=y
CONFIG_ARM64_TAGGED_ADDR_ABI=y
# CONFIG_COMPAT is not set
#
# ARMv8.1 architectural features
#
CONFIG_ARM64_HW_AFDBM=y
CONFIG_ARM64_PAN=y
CONFIG_AS_HAS_LDAPR=y
CONFIG_AS_HAS_LSE_ATOMICS=y
# end of ARMv8.1 architectural features
#
# ARMv8.2 architectural features
#
CONFIG_AS_HAS_ARMV8_2=y
CONFIG_AS_HAS_SHA3=y
# CONFIG_ARM64_PMEM is not set
# CONFIG_ARM64_RAS_EXTN is not set
CONFIG_ARM64_CNP=y
# end of ARMv8.2 architectural features
#
# ARMv8.3 architectural features
#
CONFIG_ARM64_PTR_AUTH=y
CONFIG_ARM64_PTR_AUTH_KERNEL=y
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET=y
CONFIG_CC_HAS_SIGN_RETURN_ADDRESS=y
CONFIG_AS_HAS_PAC=y
CONFIG_AS_HAS_CFI_NEGATE_RA_STATE=y
# end of ARMv8.3 architectural features
#
# ARMv8.4 architectural features
#
# CONFIG_ARM64_AMU_EXTN is not set
CONFIG_AS_HAS_ARMV8_4=y
# CONFIG_ARM64_TLB_RANGE is not set
# end of ARMv8.4 architectural features
#
# ARMv8.5 architectural features
#
CONFIG_AS_HAS_ARMV8_5=y
# CONFIG_ARM64_BTI is not set
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI=y
# CONFIG_ARM64_E0PD is not set
CONFIG_ARM64_AS_HAS_MTE=y
# CONFIG_ARM64_MTE is not set
# end of ARMv8.5 architectural features
#
# ARMv8.7 architectural features
#
CONFIG_ARM64_EPAN=y
# end of ARMv8.7 architectural features
CONFIG_ARM64_SVE=y
# CONFIG_ARM64_SME is not set
CONFIG_ARM64_MODULE_PLTS=y
# CONFIG_ARM64_PSEUDO_NMI is not set
# CONFIG_RELOCATABLE is not set
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
CONFIG_STACKPROTECTOR_PER_TASK=y
CONFIG_ARCH_NR_GPIO=0
# end of Kernel Features
#
# Boot options
#
CONFIG_CMDLINE=""
# CONFIG_EFI is not set
# end of Boot options
#
# Power management options
#
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_SUSPEND_SKIP_SYNC is not set
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_USERSPACE_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_CLK=y
CONFIG_PM_GENERIC_DOMAINS=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
CONFIG_PM_GENERIC_DOMAINS_OF=y
CONFIG_CPU_PM=y
# CONFIG_ENERGY_MODEL is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# end of Power management options
#
# CPU Power Management
#
#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
#
# ARM CPU Idle Drivers
#
# CONFIG_ARM_PSCI_CPUIDLE is not set
# end of ARM CPU Idle Drivers
# end of CPU Idle
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
#
# CPU frequency scaling drivers
#
CONFIG_CPUFREQ_DT=y
CONFIG_CPUFREQ_DT_PLATDEV=y
CONFIG_ARM_RASPBERRYPI_CPUFREQ=y
# end of CPU Frequency scaling
# end of CPU Power Management
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
#
# General architecture-dependent options
#
# CONFIG_KPROBES is not set
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GENERIC_IDLE_POLL_SETUP=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_KEEPINITRD=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_HAS_SET_DIRECT_MAP=y
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_NO_INSTR=y
CONFIG_HAVE_ASM_MODVERSIONS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_MMU_GATHER_TABLE_FREE=y
CONFIG_MMU_GATHER_RCU_TABLE_FREE=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_HAVE_ARCH_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP=y
CONFIG_SECCOMP_FILTER=y
# CONFIG_SECCOMP_CACHE_DEBUG is not set
CONFIG_HAVE_ARCH_STACKLEAK=y
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR=y
# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_ARCH_SUPPORTS_SHADOW_CALL_STACK=y
# CONFIG_SHADOW_CALL_STACK is not set
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y
CONFIG_LTO_NONE=y
CONFIG_ARCH_SUPPORTS_CFI_CLANG=y
CONFIG_HAVE_CONTEXT_TRACKING_USER=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOVE_PUD=y
CONFIG_HAVE_MOVE_PMD=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_HUGE_VMALLOC=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y
CONFIG_SOFTIRQ_ON_OWN_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_ARCH_MMAP_RND_BITS=18
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y
CONFIG_CLONE_BACKWARDS=y
# CONFIG_COMPAT_32BIT_TIME is not set
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET=y
# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_HAVE_ARCH_COMPILER_H=y
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
# CONFIG_LOCK_EVENT_COUNTS is not set
CONFIG_HAVE_PREEMPT_DYNAMIC=y
CONFIG_HAVE_PREEMPT_DYNAMIC_KEY=y
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y
CONFIG_ARCH_HAVE_TRACE_MMIO_ACCESS=y
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling
CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_GCC_PLUGINS is not set
# end of General architecture-dependent options
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_MODULE_COMPRESS_ZSTD is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULE_STRIPPED=y
CONFIG_BLOCK=y
# CONFIG_BLOCK_LEGACY_AUTOLOAD is not set
CONFIG_BLK_CGROUP_RWSTAT=y
# CONFIG_BLK_DEV_BSGLIB is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
# CONFIG_BLK_DEV_ZONED is not set
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
# CONFIG_BLK_WBT is not set
# CONFIG_BLK_CGROUP_IOLATENCY is not set
# CONFIG_BLK_CGROUP_IOCOST is not set
# CONFIG_BLK_CGROUP_IOPRIO is not set
# CONFIG_BLK_DEBUG_FS is not set
# CONFIG_BLK_SED_OPAL is not set
# CONFIG_BLK_INLINE_ENCRYPTION is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_FIT_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_PM=y
#
# IO Schedulers
#
# CONFIG_MQ_IOSCHED_DEADLINE is not set
# CONFIG_MQ_IOSCHED_KYBER is not set
# CONFIG_IOSCHED_BFQ is not set
# end of IO Schedulers
CONFIG_PADATA=y
# CONFIG_ASN1 is not set
CONFIG_ARCH_INLINE_SPIN_TRYLOCK=y
CONFIG_ARCH_INLINE_SPIN_TRYLOCK_BH=y
CONFIG_ARCH_INLINE_SPIN_LOCK=y
CONFIG_ARCH_INLINE_SPIN_LOCK_BH=y
CONFIG_ARCH_INLINE_SPIN_LOCK_IRQ=y
CONFIG_ARCH_INLINE_SPIN_LOCK_IRQSAVE=y
CONFIG_ARCH_INLINE_SPIN_UNLOCK=y
CONFIG_ARCH_INLINE_SPIN_UNLOCK_BH=y
CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE=y
CONFIG_ARCH_INLINE_READ_LOCK=y
CONFIG_ARCH_INLINE_READ_LOCK_BH=y
CONFIG_ARCH_INLINE_READ_LOCK_IRQ=y
CONFIG_ARCH_INLINE_READ_LOCK_IRQSAVE=y
CONFIG_ARCH_INLINE_READ_UNLOCK=y
CONFIG_ARCH_INLINE_READ_UNLOCK_BH=y
CONFIG_ARCH_INLINE_READ_UNLOCK_IRQ=y
CONFIG_ARCH_INLINE_READ_UNLOCK_IRQRESTORE=y
CONFIG_ARCH_INLINE_WRITE_LOCK=y
CONFIG_ARCH_INLINE_WRITE_LOCK_BH=y
CONFIG_ARCH_INLINE_WRITE_LOCK_IRQ=y
CONFIG_ARCH_INLINE_WRITE_LOCK_IRQSAVE=y
CONFIG_ARCH_INLINE_WRITE_UNLOCK=y
CONFIG_ARCH_INLINE_WRITE_UNLOCK_BH=y
CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE=y
CONFIG_INLINE_SPIN_TRYLOCK=y
CONFIG_INLINE_SPIN_TRYLOCK_BH=y
CONFIG_INLINE_SPIN_LOCK=y
CONFIG_INLINE_SPIN_LOCK_BH=y
CONFIG_INLINE_SPIN_LOCK_IRQ=y
CONFIG_INLINE_SPIN_LOCK_IRQSAVE=y
CONFIG_INLINE_SPIN_UNLOCK_BH=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE=y
CONFIG_INLINE_READ_LOCK=y
CONFIG_INLINE_READ_LOCK_BH=y
CONFIG_INLINE_READ_LOCK_IRQ=y
CONFIG_INLINE_READ_LOCK_IRQSAVE=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_BH=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK_IRQRESTORE=y
CONFIG_INLINE_WRITE_LOCK=y
CONFIG_INLINE_WRITE_LOCK_BH=y
CONFIG_INLINE_WRITE_LOCK_IRQ=y
CONFIG_INLINE_WRITE_LOCK_IRQSAVE=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_BH=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_STATE=y
CONFIG_ARCH_BINFMT_ELF_EXTRA_PHDRS=y
CONFIG_ARCH_HAVE_ELF_PROT=y
CONFIG_ARCH_USE_GNU_PROPERTY=y
CONFIG_ELFCORE=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_SCRIPT=y
# CONFIG_BINFMT_MISC is not set
CONFIG_COREDUMP=y
# end of Executable file formats
#
# Memory Management options
#
CONFIG_SWAP=y
# CONFIG_ZSWAP is not set
#
# SLAB allocator options
#
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
# CONFIG_SLUB_STATS is not set
CONFIG_SLUB_CPU_PARTIAL=y
# end of SLAB allocator options
# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_SPARSEMEM=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_FAST_GUP=y
CONFIG_ARCH_KEEP_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_COMPACTION=y
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
# CONFIG_PAGE_REPORTING is not set
CONFIG_MIGRATION=y
CONFIG_CONTIG_ALLOC=y
CONFIG_PHYS_ADDR_T_64BIT=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
CONFIG_ARCH_WANTS_THP_SWAP=y
# CONFIG_TRANSPARENT_HUGEPAGE is not set
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_SYSFS is not set
CONFIG_CMA_AREAS=7
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y
CONFIG_ARCH_HAS_PTE_DEVMAP=y
CONFIG_ARCH_HAS_ZONE_DMA_SET=y
CONFIG_ZONE_DMA=y
CONFIG_ZONE_DMA32=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_TEST is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
# CONFIG_ANON_VMA_NAME is not set
# CONFIG_USERFAULTFD is not set
CONFIG_LRU_GEN=y
CONFIG_LRU_GEN_ENABLED=y
# CONFIG_LRU_GEN_STATS is not set
CONFIG_LOCK_MM_AND_FIND_VMA=y
#
# Data Access Monitoring
#
# CONFIG_DAMON is not set
# end of Data Access Monitoring
# end of Memory Management options
CONFIG_NET=y
CONFIG_NET_INGRESS=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_AF_UNIX_OOB=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
# CONFIG_XDP_SOCKETS is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_IP_MROUTE_COMMON=y
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set
# CONFIG_NET_FOU is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
CONFIG_INET_TABLE_PERTURB_ORDER=16
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_NV is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_ILA is not set
# CONFIG_IPV6_VTI is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_IPV6_SEG6_LWTUNNEL=y
# CONFIG_IPV6_SEG6_HMAC is not set
CONFIG_IPV6_SEG6_BPF=y
# CONFIG_IPV6_RPL_LWTUNNEL is not set
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
# CONFIG_MPTCP is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
# CONFIG_BRIDGE_NETFILTER is not set
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
# CONFIG_NETFILTER_EGRESS is not set
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_FAMILY_BRIDGE=y
CONFIG_NETFILTER_FAMILY_ARP=y
# CONFIG_NETFILTER_NETLINK_HOOK is not set
# CONFIG_NETFILTER_NETLINK_ACCT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
# CONFIG_NETFILTER_NETLINK_OSF is not set
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_SYSLOG=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
# CONFIG_NF_CONNTRACK_EVENTS is not set
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
# CONFIG_NF_CONNTRACK_LABELS is not set
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
# CONFIG_NF_CONNTRACK_FTP is not set
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_SNMP is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
# CONFIG_NF_CONNTRACK_TFTP is not set
# CONFIG_NF_CT_NETLINK is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_REDIRECT=y
CONFIG_NF_NAT_MASQUERADE=y
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NFT_NUMGEN=m
CONFIG_NFT_CT=m
CONFIG_NFT_FLOW_OFFLOAD=m
# CONFIG_NFT_CONNLIMIT is not set
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
CONFIG_NFT_NAT=m
# CONFIG_NFT_TUNNEL is not set
CONFIG_NFT_OBJREF=m
CONFIG_NFT_QUOTA=m
CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
CONFIG_NFT_HASH=m
CONFIG_NFT_FIB=m
CONFIG_NFT_FIB_INET=m
# CONFIG_NFT_SOCKET is not set
# CONFIG_NFT_OSF is not set
# CONFIG_NFT_TPROXY is not set
# CONFIG_NFT_SYNPROXY is not set
# CONFIG_NF_DUP_NETDEV is not set
# CONFIG_NFT_DUP_NETDEV is not set
# CONFIG_NFT_FWD_NETDEV is not set
# CONFIG_NFT_FIB_NETDEV is not set
# CONFIG_NFT_REJECT_NETDEV is not set
CONFIG_NF_FLOW_TABLE_INET=m
CONFIG_NF_FLOW_TABLE=m
# CONFIG_NF_FLOW_TABLE_PROCFS is not set
# CONFIG_NETFILTER_XTABLES is not set
# end of Core Netfilter Configuration
# CONFIG_IP_SET is not set
# CONFIG_IP_VS is not set
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
# CONFIG_NF_SOCKET_IPV4 is not set
# CONFIG_NF_TPROXY_IPV4 is not set
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_REJECT_IPV4=m
# CONFIG_NFT_DUP_IPV4 is not set
CONFIG_NFT_FIB_IPV4=m
CONFIG_NF_TABLES_ARP=y
# CONFIG_NF_DUP_IPV4 is not set
# CONFIG_NF_LOG_ARP is not set
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
# CONFIG_IP_NF_IPTABLES is not set
# CONFIG_IP_NF_ARPTABLES is not set
# end of IP: Netfilter Configuration
#
# IPv6: Netfilter Configuration
#
# CONFIG_NF_SOCKET_IPV6 is not set
# CONFIG_NF_TPROXY_IPV6 is not set
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_REJECT_IPV6=m
# CONFIG_NFT_DUP_IPV6 is not set
CONFIG_NFT_FIB_IPV6=m
# CONFIG_NF_DUP_IPV6 is not set
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
# CONFIG_IP6_NF_IPTABLES is not set
# end of IPv6: Netfilter Configuration
CONFIG_NF_DEFRAG_IPV6=m
CONFIG_NF_TABLES_BRIDGE=m
# CONFIG_NFT_BRIDGE_META is not set
# CONFIG_NFT_BRIDGE_REJECT is not set
# CONFIG_NF_CONNTRACK_BRIDGE is not set
# CONFIG_BPFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
# CONFIG_BRIDGE_MRP is not set
# CONFIG_BRIDGE_CFM is not set
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=y
# CONFIG_VLAN_8021Q_GVRP is not set
# CONFIG_VLAN_8021Q_MVRP is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_CBS is not set
# CONFIG_NET_SCH_ETF is not set
# CONFIG_NET_SCH_TAPRIO is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_SKBPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
CONFIG_NET_SCH_FQ_CODEL=y
# CONFIG_NET_SCH_CAKE is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
# CONFIG_NET_SCH_PLUG is not set
# CONFIG_NET_SCH_ETS is not set
CONFIG_NET_SCH_DEFAULT=y
CONFIG_DEFAULT_FQ_CODEL=y
# CONFIG_DEFAULT_PFIFO_FAST is not set
CONFIG_DEFAULT_NET_SCH="fq_codel"
#
# Classification
#
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_CGROUP is not set
# CONFIG_NET_CLS_BPF is not set
# CONFIG_NET_CLS_FLOWER is not set
# CONFIG_NET_CLS_MATCHALL is not set
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_MPLS is not set
# CONFIG_NET_NSH is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
# CONFIG_NET_L3_MASTER_DEV is not set
# CONFIG_QRTR is not set
# CONFIG_NET_NCSI is not set
# CONFIG_PCPU_DEV_REFCNT is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_SOCK_RX_QUEUE_MAPPING=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
# CONFIG_CGROUP_NET_CLASSID is not set
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
# CONFIG_BPF_STREAM_PARSER is not set
CONFIG_NET_FLOW_LIMIT=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# end of Network testing
# end of Networking options
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
# CONFIG_MCTP is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
# CONFIG_WIRELESS_EXT is not set
# CONFIG_WEXT_SPY is not set
# CONFIG_WEXT_PRIV is not set
# CONFIG_CFG80211 is not set
CONFIG_CFG80211_HEADERS=y
# CONFIG_LIB80211 is not set
# CONFIG_LIB80211_CRYPT_WEP is not set
# CONFIG_LIB80211_CRYPT_CCMP is not set
# CONFIG_LIB80211_CRYPT_TKIP is not set
#
# CFG80211 needs to be enabled for MAC80211
#
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_RFKILL=y
# CONFIG_RFKILL_FULL is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
# CONFIG_LWTUNNEL_BPF is not set
CONFIG_DST_CACHE=y
CONFIG_NET_SELFTESTS=y
CONFIG_NET_SOCK_MSG=y
CONFIG_PAGE_POOL=y
# CONFIG_PAGE_POOL_STATS is not set
# CONFIG_FAILOVER is not set
CONFIG_ETHTOOL_NETLINK=y
#
# Device Drivers
#
CONFIG_ARM_AMBA=y
CONFIG_HAVE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCI_DOMAINS_GENERIC=y
CONFIG_PCI_SYSCALL=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEASPM is not set
CONFIG_PCIE_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set
# CONFIG_PCIE_BUS_TUNE_OFF is not set
CONFIG_PCIE_BUS_DEFAULT=y
# CONFIG_PCIE_BUS_SAFE is not set
# CONFIG_PCIE_BUS_PERFORMANCE is not set
# CONFIG_PCIE_BUS_PEER2PEER is not set
# CONFIG_VGA_ARB is not set
# CONFIG_HOTPLUG_PCI is not set
#
# PCI controller drivers
#
# CONFIG_PCI_FTPCI100 is not set
# CONFIG_PCI_HOST_GENERIC is not set
# CONFIG_PCIE_XILINX is not set
# CONFIG_PCI_XGENE is not set
# CONFIG_PCIE_ALTERA is not set
# CONFIG_PCI_HOST_THUNDER_PEM is not set
# CONFIG_PCI_HOST_THUNDER_ECAM is not set
CONFIG_PCIE_BRCMSTB=y
# CONFIG_PCIE_MICROCHIP_HOST is not set
#
# DesignWare PCI Core Support
#
# CONFIG_PCIE_DW_PLAT_HOST is not set
# CONFIG_PCI_HISI is not set
# CONFIG_PCIE_KIRIN is not set
# CONFIG_PCI_MESON is not set
# CONFIG_PCIE_AL is not set
# end of DesignWare PCI Core Support
#
# Mobiveil PCIe Core Support
#
# end of Mobiveil PCIe Core Support
#
# Cadence PCIe controllers support
#
# CONFIG_PCIE_CADENCE_PLAT_HOST is not set
# CONFIG_PCI_J721E_HOST is not set
# end of Cadence PCIe controllers support
# end of PCI controller drivers
#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
# end of PCI Endpoint
#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# end of PCI switch controller drivers
# CONFIG_CXL_BUS is not set
# CONFIG_PCCARD is not set
# CONFIG_RAPIDIO is not set
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
# CONFIG_DEVTMPFS is not set
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_FW_LOADER_PAGED_BUF=y
CONFIG_FW_LOADER_SYSFS=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
# CONFIG_FW_LOADER_COMPRESS is not set
CONFIG_FW_CACHE=y
# CONFIG_FW_UPLOAD is not set
# end of Firmware loader
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_MMIO=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_DMA_FENCE_TRACE is not set
CONFIG_GENERIC_ARCH_TOPOLOGY=y
# end of Generic Driver Options
#
# Bus devices
#
# CONFIG_BRCMSTB_GISB_ARB is not set
# CONFIG_VEXPRESS_CONFIG is not set
# CONFIG_MHI_BUS is not set
# CONFIG_MHI_BUS_EP is not set
# end of Bus devices
# CONFIG_CONNECTOR is not set
#
# Firmware Drivers
#
#
# ARM System Control and Management Interface Protocol
#
# CONFIG_ARM_SCMI_PROTOCOL is not set
# end of ARM System Control and Management Interface Protocol
# CONFIG_ARM_SCPI_PROTOCOL is not set
# CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_RASPBERRYPI_FIRMWARE=y
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_ARM_FFA_TRANSPORT is not set
# CONFIG_GOOGLE_FIRMWARE is not set
CONFIG_ARM_PSCI_FW=y
# CONFIG_ARM_PSCI_CHECKER is not set
CONFIG_HAVE_ARM_SMCCC=y
CONFIG_HAVE_ARM_SMCCC_DISCOVERY=y
# CONFIG_ARM_SMCCC_SOC_ID is not set
#
# Tegra firmware driver
#
# end of Tegra firmware driver
# end of Firmware Drivers
# CONFIG_GNSS is not set
# CONFIG_MTD is not set
CONFIG_DTC=y
CONFIG_OF=y
# CONFIG_OF_UNITTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_KOBJ=y
CONFIG_OF_DYNAMIC=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_RESERVED_MEM=y
CONFIG_OF_RESOLVE=y
CONFIG_OF_OVERLAY=y
CONFIG_OF_CONFIGFS=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_UBLK is not set
#
# NVME Support
#
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TCP is not set
# CONFIG_NVME_TARGET is not set
# end of NVME Support
#
# Misc devices
#
# CONFIG_BCM2835_SMI is not set
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_PHANTOM is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_SRAM is not set
# CONFIG_DW_XDATA_PCIE is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
# CONFIG_OPEN_DICE is not set
# CONFIG_VCPU_STALL_DETECTOR is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
# end of EEPROM support
# CONFIG_CB710_CORE is not set
#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# end of Texas Instruments shared transport line discipline
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
# CONFIG_VMWARE_VMCI is not set
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_BCM_VK is not set
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
# CONFIG_HABANA_AI is not set
# CONFIG_PVPANIC is not set
# CONFIG_GP_PCI1XXXX is not set
# end of Misc devices
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI_COMMON=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_PROC_FS is not set
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# end of SCSI Transports
# CONFIG_SCSI_LOWLEVEL is not set
# CONFIG_SCSI_DH is not set
# end of SCSI device support
# CONFIG_ATA is not set
# CONFIG_MD is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_WIREGUARD is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
# CONFIG_BAREUDP is not set
# CONFIG_GTP is not set
# CONFIG_AMT is not set
# CONFIG_MACSEC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_TUN is not set
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_VETH is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_ADAPTEC=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
CONFIG_NET_VENDOR_ALACRITECH=y
# CONFIG_SLICOSS is not set
CONFIG_NET_VENDOR_ALTEON=y
# CONFIG_ACENIC is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_PCNET32 is not set
# CONFIG_AMD_XGBE is not set
CONFIG_NET_VENDOR_AQUANTIA=y
# CONFIG_AQTION is not set
CONFIG_NET_VENDOR_ARC=y
# CONFIG_NET_VENDOR_ASIX is not set
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
CONFIG_BCMGENET=y
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2X is not set
# CONFIG_SYSTEMPORT is not set
# CONFIG_BNXT is not set
CONFIG_NET_VENDOR_CADENCE=y
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_CAVIUM=y
# CONFIG_THUNDER_NIC_PF is not set
# CONFIG_THUNDER_NIC_VF is not set
# CONFIG_THUNDER_NIC_BGX is not set
# CONFIG_THUNDER_NIC_RGX is not set
# CONFIG_CAVIUM_PTP is not set
# CONFIG_LIQUIDIO is not set
# CONFIG_LIQUIDIO_VF is not set
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
CONFIG_NET_VENDOR_CORTINA=y
# CONFIG_GEMINI_ETHERNET is not set
# CONFIG_NET_VENDOR_DAVICOM is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_DEC=y
# CONFIG_NET_TULIP is not set
CONFIG_NET_VENDOR_DLINK=y
# CONFIG_DL2K is not set
# CONFIG_SUNDANCE is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
# CONFIG_NET_VENDOR_ENGLEDER is not set
CONFIG_NET_VENDOR_EZCHIP=y
# CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set
# CONFIG_NET_VENDOR_FUNGIBLE is not set
CONFIG_NET_VENDOR_GOOGLE=y
# CONFIG_GVE is not set
CONFIG_NET_VENDOR_HISILICON=y
# CONFIG_HIX5HD2_GMAC is not set
# CONFIG_HISI_FEMAC is not set
# CONFIG_HIP04_ETH is not set
# CONFIG_HNS_DSAF is not set
# CONFIG_HNS_ENET is not set
# CONFIG_HNS3 is not set
CONFIG_NET_VENDOR_HUAWEI=y
# CONFIG_HINIC is not set
CONFIG_NET_VENDOR_I825XX=y
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGBEVF is not set
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
# CONFIG_NET_VENDOR_WANGXUN is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_LITEX is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_OCTEONTX2_AF is not set
# CONFIG_OCTEONTX2_PF is not set
# CONFIG_OCTEON_EP is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX5_CORE is not set
# CONFIG_MLXSW_CORE is not set
# CONFIG_MLXFW is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8842 is not set
# CONFIG_KS8851_MLL is not set
# CONFIG_KSZ884X_PCI is not set
CONFIG_NET_VENDOR_MICROCHIP=y
# CONFIG_LAN743X is not set
CONFIG_NET_VENDOR_MICROSEMI=y
# CONFIG_NET_VENDOR_MICROSOFT is not set
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NI=y
# CONFIG_NI_XGE_MANAGEMENT_ENET is not set
CONFIG_NET_VENDOR_NATSEMI=y
# CONFIG_NATSEMI is not set
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_NETERION=y
# CONFIG_S2IO is not set
CONFIG_NET_VENDOR_NETRONOME=y
# CONFIG_NFP is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_NE2K_PCI is not set
CONFIG_NET_VENDOR_NVIDIA=y
# CONFIG_FORCEDETH is not set
CONFIG_NET_VENDOR_OKI=y
# CONFIG_ETHOC is not set
CONFIG_NET_VENDOR_PACKET_ENGINES=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_PENSANDO=y
# CONFIG_IONIC is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_QED is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCA7000_UART is not set
# CONFIG_QCOM_EMAC is not set
# CONFIG_RMNET is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
CONFIG_R8169=m
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_ROCKER=y
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
CONFIG_NET_VENDOR_SOLARFLARE=y
# CONFIG_SFC is not set
# CONFIG_SFC_FALCON is not set
# CONFIG_SFC_SIENA is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_SMC91X is not set
# CONFIG_EPIC100 is not set
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
CONFIG_NET_VENDOR_SOCIONEXT=y
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
CONFIG_NET_VENDOR_SYNOPSYS=y
# CONFIG_DWC_XLGMAC is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_PHY_SEL is not set
# CONFIG_TLAN is not set
# CONFIG_NET_VENDOR_VERTEXCOM is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
CONFIG_NET_VENDOR_XILINX=y
# CONFIG_XILINX_EMACLITE is not set
# CONFIG_XILINX_AXI_EMAC is not set
# CONFIG_XILINX_LL_TEMAC is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PHYLIB=y
CONFIG_SWPHY=y
# CONFIG_LED_TRIGGER_PHY is not set
# CONFIG_PHYLIB_LEDS is not set
CONFIG_FIXED_PHY=y
#
# Switch configuration API + drivers
#
# CONFIG_SWCONFIG is not set
# CONFIG_ADM6996_PHY is not set
# CONFIG_AR8216_PHY is not set
# CONFIG_IP17XX_PHY is not set
# CONFIG_PSB6970_PHY is not set
# CONFIG_RTL8306_PHY is not set
# CONFIG_RTL8366_SMI is not set
#
# MII PHY device drivers
#
# CONFIG_AMD_PHY is not set
# CONFIG_ADIN_PHY is not set
# CONFIG_ADIN1100_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_AX88796B_PHY is not set
CONFIG_BROADCOM_PHY=y
# CONFIG_BCM54140_PHY is not set
CONFIG_BCM7XXX_PHY=y
# CONFIG_BCM84881_PHY is not set
# CONFIG_BCM87XX_PHY is not set
CONFIG_BCM_NET_PHYLIB=y
# CONFIG_CICADA_PHY is not set
# CONFIG_CORTINA_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_INTEL_XWAY_PHY is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MARVELL_88X2222_PHY is not set
# CONFIG_MAXLINEAR_GPHY is not set
# CONFIG_MEDIATEK_GE_PHY is not set
# CONFIG_MICREL_PHY is not set
CONFIG_MICROCHIP_PHY=m
# CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
# CONFIG_MOTORCOMM_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_NXP_C45_TJA11XX_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_QSEMI_PHY is not set
CONFIG_REALTEK_PHY=m
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_DP83822_PHY is not set
# CONFIG_DP83TC811_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_DP83869_PHY is not set
# CONFIG_DP83TD510_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_XILINX_GMII2RGMII is not set
# CONFIG_PSE_CONTROLLER is not set
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
CONFIG_FWNODE_MDIO=y
CONFIG_OF_MDIO=y
CONFIG_MDIO_DEVRES=y
# CONFIG_MDIO_BITBANG is not set
CONFIG_MDIO_BCM_UNIMAC=y
# CONFIG_MDIO_HISI_FEMAC is not set
# CONFIG_MDIO_MVUSB is not set
# CONFIG_MDIO_MSCC_MIIM is not set
# CONFIG_MDIO_OCTEON is not set
# CONFIG_MDIO_IPQ4019 is not set
# CONFIG_MDIO_IPQ8064 is not set
# CONFIG_MDIO_THUNDER is not set
#
# MDIO Multiplexers
#
# CONFIG_MDIO_BUS_MUX_GPIO is not set
# CONFIG_MDIO_BUS_MUX_MULTIPLEXER is not set
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
#
# PCS device drivers
#
# end of PCS device drivers
CONFIG_PPP=m
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_DEFLATE is not set
CONFIG_PPP_FILTER=y
# CONFIG_PPP_MPPE is not set
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOE=m
CONFIG_PPP_ASYNC=m
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=m
CONFIG_USB_NET_DRIVERS=m
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_LAN78XX=m
CONFIG_USB_USBNET=m
# CONFIG_USB_NET_AX8817X is not set
# CONFIG_USB_NET_AX88179_178A is not set
# CONFIG_USB_NET_CDCETHER is not set
# CONFIG_USB_NET_CDC_EEM is not set
# CONFIG_USB_NET_CDC_NCM is not set
# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
# CONFIG_USB_NET_CDC_MBIM is not set
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_SR9700 is not set
# CONFIG_USB_NET_SR9800 is not set
# CONFIG_USB_NET_SMSC75XX is not set
# CONFIG_USB_NET_SMSC95XX is not set
# CONFIG_USB_NET_GL620A is not set
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_MCS7830 is not set
# CONFIG_USB_NET_RNDIS_HOST is not set
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_USB_NET_CX82310_ETH is not set
# CONFIG_USB_NET_KALMIA is not set
# CONFIG_USB_NET_QMI_WWAN is not set
# CONFIG_USB_HSO is not set
# CONFIG_USB_NET_INT51X1 is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_USB_SIERRA_NET is not set
# CONFIG_USB_NET_CH9200 is not set
# CONFIG_USB_NET_AQC111 is not set
CONFIG_WLAN=y
# CONFIG_WLAN_VENDOR_ADMTEK is not set
# CONFIG_WLAN_VENDOR_ATH is not set
# CONFIG_WLAN_VENDOR_ATMEL is not set
# CONFIG_WLAN_VENDOR_BROADCOM is not set
# CONFIG_WLAN_VENDOR_CISCO is not set
# CONFIG_WLAN_VENDOR_INTEL is not set
# CONFIG_WLAN_VENDOR_INTERSIL is not set
# CONFIG_WLAN_VENDOR_MARVELL is not set
# CONFIG_WLAN_VENDOR_MEDIATEK is not set
# CONFIG_WLAN_VENDOR_MICROCHIP is not set
# CONFIG_WLAN_VENDOR_PURELIFI is not set
# CONFIG_WLAN_VENDOR_RALINK is not set
# CONFIG_WLAN_VENDOR_REALTEK is not set
# CONFIG_WLAN_VENDOR_RSI is not set
# CONFIG_WLAN_VENDOR_SILABS is not set
# CONFIG_WLAN_VENDOR_ST is not set
# CONFIG_WLAN_VENDOR_TI is not set
# CONFIG_WLAN_VENDOR_ZYDAS is not set
# CONFIG_WLAN_VENDOR_QUANTENNA is not set
# CONFIG_WAN is not set
#
# Wireless WAN
#
# CONFIG_WWAN is not set
# end of Wireless WAN
# CONFIG_VMXNET3 is not set
# CONFIG_NETDEVSIM is not set
# CONFIG_NET_FAILOVER is not set
CONFIG_ISDN=y
# CONFIG_MISDN is not set
#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_LEDS is not set
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_ATMEL_CAPTOUCH is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_DECODER is not set
# CONFIG_INPUT_GPIO_VIBRA is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
# CONFIG_INPUT_PWM_VIBRA is not set
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
# CONFIG_INPUT_DA7280_HAPTICS is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_IQS269A is not set
# CONFIG_INPUT_IQS626A is not set
# CONFIG_INPUT_IQS7222 is not set
# CONFIG_INPUT_CMA3000 is not set
# CONFIG_INPUT_DRV260X_HAPTICS is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_RMI4_CORE is not set
#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
# CONFIG_GAMEPORT is not set
# end of Hardware I/O ports
# end of Input device support
#
# Character devices
#
CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM2708_VCMEM=y
CONFIG_BCM_VCIO=y
CONFIG_BCM2835_DEVGPIOMEM=y
# CONFIG_RPIVID_MEM is not set
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LDISC_AUTOLOAD=y
#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_16550A_VARIANTS=y
# CONFIG_SERIAL_8250_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_DMA is not set
# CONFIG_SERIAL_8250_PCI is not set
CONFIG_SERIAL_8250_NR_UARTS=1
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_RSA is not set
CONFIG_SERIAL_8250_BCM2835AUX=y
CONFIG_SERIAL_8250_FSL=y
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_RT288X is not set
# CONFIG_SERIAL_8250_PERICOM is not set
CONFIG_SERIAL_OF_PLATFORM=y
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_AMBA_PL010 is not set
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SIFIVE is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
# CONFIG_SERIAL_SPRD is not set
# end of Serial drivers
CONFIG_SERIAL_MCTRL_GPIO=y
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_N_GSM is not set
# CONFIG_NOZOMI is not set
# CONFIG_NULL_TTY is not set
# CONFIG_HVC_DCC is not set
CONFIG_SERIAL_DEV_BUS=y
# CONFIG_SERIAL_DEV_CTRL_TTYPORT is not set
# CONFIG_TTY_PRINTK is not set
# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_BA431 is not set
# CONFIG_HW_RANDOM_BCM2835 is not set
CONFIG_HW_RANDOM_IPROC_RNG200=y
# CONFIG_HW_RANDOM_CCTRNG is not set
# CONFIG_HW_RANDOM_XIPHERA is not set
# CONFIG_HW_RANDOM_ARM_SMCCC_TRNG is not set
# CONFIG_HW_RANDOM_CN10K is not set
# CONFIG_APPLICOM is not set
# CONFIG_DEVMEM is not set
CONFIG_DEVPORT=y
# CONFIG_TCG_TPM is not set
# CONFIG_XILLYBUS is not set
# CONFIG_XILLYUSB is not set
CONFIG_RANDOM_TRUST_CPU=y
CONFIG_RANDOM_TRUST_BOOTLOADER=y
# end of Character devices
#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_MUX is not set
# CONFIG_I2C_HELPER_AUTO is not set
# CONFIG_I2C_SMBUS is not set
#
# I2C Algorithms
#
# CONFIG_I2C_ALGOBIT is not set
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGOPCA is not set
# end of I2C Algorithms
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
# CONFIG_I2C_BCM2708 is not set
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_NVIDIA_GPU is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_BCM2835 is not set
# CONFIG_I2C_BRCMSTB is not set
# CONFIG_I2C_CADENCE is not set
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_EMEV2 is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_NOMADIK is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_RK3X is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_THUNDERX is not set
# CONFIG_I2C_XILINX is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_CP2615 is not set
# CONFIG_I2C_PCI1XXXX is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_VIRTIO is not set
# end of I2C Hardware Bus support
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support
# CONFIG_I3C is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set
#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set
#
# PPS generators support
#
#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# CONFIG_PTP_1588_CLOCK_KVM is not set
# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set
# CONFIG_PTP_1588_CLOCK_IDTCM is not set
# end of PTP clock support
CONFIG_PINCTRL=y
CONFIG_GENERIC_PINCTRL_GROUPS=y
CONFIG_PINMUX=y
CONFIG_GENERIC_PINMUX_FUNCTIONS=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
# CONFIG_PINCTRL_CY8C95X0 is not set
# CONFIG_PINCTRL_MCP23S08 is not set
# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set
# CONFIG_PINCTRL_OCELOT is not set
CONFIG_PINCTRL_SINGLE=y
# CONFIG_PINCTRL_STMFX is not set
# CONFIG_PINCTRL_SX150X is not set
CONFIG_PINCTRL_BCM2835=y
#
# Renesas pinctrl drivers
#
# end of Renesas pinctrl drivers
CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512
CONFIG_OF_GPIO=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_CDEV=y
# CONFIG_GPIO_CDEV_V1 is not set
#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_74XX_MMIO is not set
# CONFIG_GPIO_ALTERA is not set
CONFIG_GPIO_RASPBERRYPI_EXP=y
CONFIG_GPIO_BCM_VIRT=y
# CONFIG_GPIO_CADENCE is not set
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
# CONFIG_GPIO_HLWD is not set
# CONFIG_GPIO_LOGICVC is not set
# CONFIG_GPIO_MB86S7X is not set
# CONFIG_GPIO_PL061 is not set
# CONFIG_GPIO_PWM is not set
# CONFIG_GPIO_SIFIVE is not set
# CONFIG_GPIO_SYSCON is not set
# CONFIG_GPIO_XGENE is not set
# CONFIG_GPIO_XILINX is not set
# CONFIG_GPIO_AMD_FCH is not set
# end of Memory mapped GPIO drivers
#
# I2C GPIO expanders
#
# CONFIG_GPIO_ADNP is not set
# CONFIG_GPIO_GW_PLD is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCA9570 is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_TPIC2810 is not set
# end of I2C GPIO expanders
#
# MFD GPIO expanders
#
# CONFIG_GPIO_FSM is not set
# end of MFD GPIO expanders
#
# PCI GPIO expanders
#
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_PCI_IDIO_16 is not set
# CONFIG_GPIO_PCIE_IDIO_24 is not set
# CONFIG_GPIO_RDC321X is not set
# end of PCI GPIO expanders
#
# USB GPIO expanders
#
# end of USB GPIO expanders
#
# Virtual GPIO drivers
#
# CONFIG_GPIO_AGGREGATOR is not set
# CONFIG_GPIO_MOCKUP is not set
# CONFIG_GPIO_SIM is not set
# end of Virtual GPIO drivers
#
# Other GPIO expanders
#
# CONFIG_GPIO_CASCADE is not set
# CONFIG_W1 is not set
CONFIG_POWER_RESET=y
# CONFIG_POWER_RESET_BRCMSTB is not set
# CONFIG_POWER_RESET_GPIO is not set
# CONFIG_POWER_RESET_GPIO_RESTART is not set
# CONFIG_POWER_RESET_LTC2952 is not set
# CONFIG_POWER_RESET_REGULATOR is not set
# CONFIG_POWER_RESET_RESTART is not set
# CONFIG_POWER_RESET_XGENE is not set
# CONFIG_POWER_RESET_SYSCON is not set
# CONFIG_POWER_RESET_SYSCON_POWEROFF is not set
# CONFIG_SYSCON_REBOOT_MODE is not set
# CONFIG_NVMEM_REBOOT_MODE is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_RPI_POE_POWER is not set
# CONFIG_PDA_POWER is not set
# CONFIG_IP5XXX_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_CHARGER_ADP5061 is not set
# CONFIG_BATTERY_CW2015 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SAMSUNG_SDI is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_ISP1704 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_MANAGER is not set
# CONFIG_CHARGER_LT3651 is not set
# CONFIG_CHARGER_LTC4162L is not set
# CONFIG_CHARGER_DETECTOR_MAX14656 is not set
# CONFIG_CHARGER_MAX77976 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_BQ24257 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_BQ2515X is not set
# CONFIG_CHARGER_BQ25890 is not set
# CONFIG_CHARGER_BQ25980 is not set
# CONFIG_CHARGER_BQ256XX is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_BATTERY_GOLDFISH is not set
# CONFIG_BATTERY_RT5033 is not set
# CONFIG_CHARGER_RT9455 is not set
# CONFIG_CHARGER_UCS1002 is not set
# CONFIG_CHARGER_BD99954 is not set
# CONFIG_BATTERY_UG3105 is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
# CONFIG_THERMAL_NETLINK is not set
# CONFIG_THERMAL_STATISTICS is not set
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_OF=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_BANG_BANG is not set
# CONFIG_THERMAL_GOV_USER_SPACE is not set
# CONFIG_CPU_THERMAL is not set
# CONFIG_THERMAL_EMULATION is not set
# CONFIG_THERMAL_MMIO is not set
#
# Broadcom thermal drivers
#
CONFIG_BCM2711_THERMAL=y
# CONFIG_BCM2835_THERMAL is not set
# end of Broadcom thermal drivers
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
# CONFIG_WATCHDOG_SYSFS is not set
# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set
#
# Watchdog Pretimeout Governors
#
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_GPIO_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
# CONFIG_ARM_SP805_WATCHDOG is not set
# CONFIG_ARM_SBSA_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ARM_SMC_WATCHDOG is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_HP_WATCHDOG is not set
CONFIG_BCM2835_WDT=y
# CONFIG_MEN_A21_WDT is not set
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y
# CONFIG_BCMA is not set
#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_RPISENSE_CORE is not set
# CONFIG_MFD_ACT8945A is not set
# CONFIG_MFD_AS3711 is not set
# CONFIG_MFD_AS3722 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_ATMEL_FLEXCOM is not set
# CONFIG_MFD_ATMEL_HLCDC is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_MADERA is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_GATEWORKS_GSC is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_MFD_MP2629 is not set
# CONFIG_MFD_HI6421_PMIC is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
# CONFIG_MFD_IQS62X is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77620 is not set
# CONFIG_MFD_MAX77650 is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77714 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6360 is not set
# CONFIG_MFD_MT6370 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_NTXEC is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_SY7636A is not set
# CONFIG_MFD_RASPBERRYPI_POE_HAT is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT4831 is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RT5120 is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_RK808 is not set
# CONFIG_MFD_RN5T618 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_STMPE is not set
CONFIG_MFD_SYSCON=y
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TI_LP87565 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TQMX86 is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_LOCHNAGAR is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_MFD_ROHM_BD718XX is not set
# CONFIG_MFD_ROHM_BD71828 is not set
# CONFIG_MFD_ROHM_BD957XMUF is not set
# CONFIG_MFD_STPMIC1 is not set
# CONFIG_MFD_STMFX is not set
# CONFIG_MFD_ATC260X_I2C is not set
# CONFIG_MFD_QCOM_PM8008 is not set
# CONFIG_RAVE_SP_CORE is not set
# CONFIG_MFD_RSMU_I2C is not set
# end of Multifunction device drivers
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
CONFIG_REGULATOR_FIXED_VOLTAGE=y
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
# CONFIG_REGULATOR_88PG86X is not set
# CONFIG_REGULATOR_ACT8865 is not set
# CONFIG_REGULATOR_AD5398 is not set
# CONFIG_REGULATOR_DA9121 is not set
# CONFIG_REGULATOR_DA9210 is not set
# CONFIG_REGULATOR_DA9211 is not set
# CONFIG_REGULATOR_FAN53555 is not set
# CONFIG_REGULATOR_FAN53880 is not set
CONFIG_REGULATOR_GPIO=y
# CONFIG_REGULATOR_ISL9305 is not set
# CONFIG_REGULATOR_ISL6271A is not set
# CONFIG_REGULATOR_LP3971 is not set
# CONFIG_REGULATOR_LP3972 is not set
# CONFIG_REGULATOR_LP872X is not set
# CONFIG_REGULATOR_LP8755 is not set
# CONFIG_REGULATOR_LTC3589 is not set
# CONFIG_REGULATOR_LTC3676 is not set
# CONFIG_REGULATOR_MAX1586 is not set
# CONFIG_REGULATOR_MAX8649 is not set
# CONFIG_REGULATOR_MAX8660 is not set
# CONFIG_REGULATOR_MAX8893 is not set
# CONFIG_REGULATOR_MAX8952 is not set
# CONFIG_REGULATOR_MAX8973 is not set
# CONFIG_REGULATOR_MAX20086 is not set
# CONFIG_REGULATOR_MAX77826 is not set
# CONFIG_REGULATOR_MCP16502 is not set
# CONFIG_REGULATOR_MP5416 is not set
# CONFIG_REGULATOR_MP8859 is not set
# CONFIG_REGULATOR_MP886X is not set
# CONFIG_REGULATOR_MPQ7920 is not set
# CONFIG_REGULATOR_MT6311 is not set
# CONFIG_REGULATOR_PCA9450 is not set
# CONFIG_REGULATOR_PF8X00 is not set
# CONFIG_REGULATOR_PFUZE100 is not set
# CONFIG_REGULATOR_PV88060 is not set
# CONFIG_REGULATOR_PV88080 is not set
# CONFIG_REGULATOR_PV88090 is not set
# CONFIG_REGULATOR_PWM is not set
# CONFIG_REGULATOR_RT4801 is not set
# CONFIG_REGULATOR_RT5190A is not set
# CONFIG_REGULATOR_RT5759 is not set
# CONFIG_REGULATOR_RT6160 is not set
# CONFIG_REGULATOR_RT6245 is not set
# CONFIG_REGULATOR_RTQ2134 is not set
# CONFIG_REGULATOR_RTMV20 is not set
# CONFIG_REGULATOR_RTQ6752 is not set
# CONFIG_REGULATOR_SLG51000 is not set
# CONFIG_REGULATOR_SY8106A is not set
# CONFIG_REGULATOR_SY8824X is not set
# CONFIG_REGULATOR_SY8827N is not set
# CONFIG_REGULATOR_TPS51632 is not set
# CONFIG_REGULATOR_TPS62360 is not set
# CONFIG_REGULATOR_TPS6286X is not set
# CONFIG_REGULATOR_TPS65023 is not set
# CONFIG_REGULATOR_TPS6507X is not set
# CONFIG_REGULATOR_TPS65132 is not set
# CONFIG_REGULATOR_VCTRL is not set
# CONFIG_RC_CORE is not set
#
# CEC support
#
# CONFIG_MEDIA_CEC_SUPPORT is not set
# end of CEC support
# CONFIG_MEDIA_SUPPORT is not set
#
# Graphics support
#
CONFIG_APERTURE_HELPERS=y
# CONFIG_DRM is not set
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
#
# ARM devices
#
# end of ARM devices
#
# Frame buffer Devices
#
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
#
# Frame buffer hardware drivers
#
CONFIG_FB_BCM2708=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_ARMCLCD is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
CONFIG_FB_SIMPLE=y
# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SM712 is not set
# CONFIG_FB_RPISENSE is not set
# end of Frame buffer Devices
#
# Backlight & LCD device support
#
# CONFIG_LCD_CLASS_DEVICE is not set
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
# end of Backlight & LCD device support
#
# Console display driver support
#
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
# end of Console display driver support
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# end of Graphics support
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_SEQ_DEVICE=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_PCM_TIMER=y
# CONFIG_SND_HRTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_CTL_FAST_LOOKUP is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_CTL_INPUT_VALIDATION is not set
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_SEQUENCER_OSS=m
CONFIG_SND_SEQ_MIDI_EVENT=m
CONFIG_SND_SEQ_MIDI=m
CONFIG_SND_SEQ_VIRMIDI=m
CONFIG_SND_DRIVERS=y
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_ALOOP is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_SERIAL_GENERIC is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SE6X is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
#
# HD-Audio
#
# CONFIG_SND_HDA_INTEL is not set
# end of HD-Audio
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_UA101 is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
# CONFIG_SND_USB_POD is not set
# CONFIG_SND_USB_PODHD is not set
# CONFIG_SND_USB_TONEPORT is not set
# CONFIG_SND_USB_VARIAX is not set
# CONFIG_SND_SOC is not set
#
# HID support
#
CONFIG_HID=m
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=m
#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_ASUS is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_BIGBEN_FF is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_MACALLY is not set
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CP2112 is not set
# CONFIG_HID_CREATIVE_SB0540 is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELAN is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_FT260 is not set
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_GLORIOUS is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_VIVALDI is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_VIEWSONIC is not set
# CONFIG_HID_VRC2 is not set
# CONFIG_HID_XIAOMI is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_ITE is not set
# CONFIG_HID_JABRA is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LED is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LETSKETCH is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MALTRON is not set
# CONFIG_HID_MAYFLASH is not set
# CONFIG_HID_MEGAWORLD_FF is not set
# CONFIG_HID_REDRAGON is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NINTENDO is not set
# CONFIG_HID_NTI is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PLAYSTATION is not set
# CONFIG_HID_PXRC is not set
# CONFIG_HID_RAZER is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SEMITEK is not set
# CONFIG_HID_SIGMAMICRO is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEAM is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_TOPRE is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_U2FZERO is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
# CONFIG_HID_MCP2221 is not set
# end of Special HID drivers
#
# USB HID support
#
CONFIG_USB_HID=m
# CONFIG_HID_PID is not set
CONFIG_USB_HIDDEV=y
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# end of USB HID Boot Protocol drivers
# end of USB HID support
#
# I2C HID support
#
# CONFIG_I2C_HID_OF is not set
# CONFIG_I2C_HID_OF_ELAN is not set
# CONFIG_I2C_HID_OF_GOODIX is not set
# end of I2C HID support
# end of HID support
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
# CONFIG_USB_LED_TRIG is not set
# CONFIG_USB_ULPI_BUS is not set
# CONFIG_USB_CONN_GPIO is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_FEW_INIT_RETRIES is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_PRODUCTLIST is not set
# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2
# CONFIG_USB_MON is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
# CONFIG_USB_XHCI_DBGCAP is not set
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_XHCI_PCI_RENESAS is not set
CONFIG_USB_XHCI_PLATFORM=y
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
CONFIG_USB_DWCOTG=y
# CONFIG_USB_HCD_TEST_MODE is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#
#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
CONFIG_USB_UAS=y
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_CDNS_SUPPORT is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set
#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_APPLE_MFI_FASTCHARGE is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
# CONFIG_USB_ONBOARD_HUB is not set
#
# USB Physical Layer drivers
#
CONFIG_USB_PHY=y
CONFIG_NOP_USB_XCEIV=y
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_ULPI is not set
# end of USB Physical Layer drivers
CONFIG_USB_GADGET=y
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
#
# USB Peripheral Controller
#
# CONFIG_USB_FOTG210_UDC is not set
# CONFIG_USB_GR_UDC is not set
# CONFIG_USB_R8A66597 is not set
# CONFIG_USB_PXA27X is not set
# CONFIG_USB_MV_UDC is not set
# CONFIG_USB_MV_U3D is not set
# CONFIG_USB_SNP_UDC_PLAT is not set
# CONFIG_USB_M66592 is not set
# CONFIG_USB_BDC_UDC is not set
# CONFIG_USB_AMD5536UDC is not set
# CONFIG_USB_NET2272 is not set
# CONFIG_USB_NET2280 is not set
# CONFIG_USB_GOKU is not set
# CONFIG_USB_EG20T is not set
# CONFIG_USB_GADGET_XILINX is not set
# CONFIG_USB_DUMMY_HCD is not set
# end of USB Peripheral Controller
# CONFIG_USB_CONFIGFS is not set
#
# USB Gadget precomposed configurations
#
# CONFIG_USB_ZERO is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ETH is not set
# CONFIG_USB_G_NCM is not set
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FUNCTIONFS is not set
# CONFIG_USB_MASS_STORAGE is not set
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER is not set
# CONFIG_USB_CDC_COMPOSITE is not set
# CONFIG_USB_G_ACM_MS is not set
# CONFIG_USB_G_MULTI is not set
# CONFIG_USB_G_HID is not set
# CONFIG_USB_G_DBGP is not set
# CONFIG_USB_RAW_GADGET is not set
# end of USB Gadget precomposed configurations
# CONFIG_TYPEC is not set
# CONFIG_USB_ROLE_SWITCH is not set
CONFIG_MMC=y
CONFIG_PWRSEQ_EMMC=y
CONFIG_PWRSEQ_SIMPLE=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_MINORS=32
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set
#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_BCM2835_MMC=y
CONFIG_MMC_BCM2835_DMA=y
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
CONFIG_MMC_BCM2835_SDHOST=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_ARMMMCI is not set
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
# CONFIG_MMC_SDHCI_PCI is not set
CONFIG_MMC_SDHCI_PLTFM=y
# CONFIG_MMC_SDHCI_OF_ARASAN is not set
# CONFIG_MMC_SDHCI_OF_AT91 is not set
# CONFIG_MMC_SDHCI_OF_DWCMSHC is not set
# CONFIG_MMC_SDHCI_CADENCE is not set
# CONFIG_MMC_SDHCI_F_SDH30 is not set
# CONFIG_MMC_SDHCI_MILBEAUT is not set
CONFIG_MMC_SDHCI_IPROC=y
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_DW is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set
# CONFIG_MMC_CQHCI is not set
# CONFIG_MMC_HSQ is not set
# CONFIG_MMC_TOSHIBA_PCI is not set
# CONFIG_MMC_BCM2835 is not set
# CONFIG_MMC_MTK is not set
# CONFIG_MMC_SDHCI_XENON is not set
# CONFIG_MMC_SDHCI_OMAP is not set
# CONFIG_MMC_SDHCI_AM654 is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set
CONFIG_LEDS_CLASS_MULTICOLOR=y
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
#
# LED drivers
#
# CONFIG_LEDS_AN30259A is not set
# CONFIG_LEDS_AW2013 is not set
# CONFIG_LEDS_BCM6328 is not set
# CONFIG_LEDS_BCM6358 is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3532 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_LM3692X is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP3952 is not set
# CONFIG_LEDS_LP55XX_COMMON is not set
# CONFIG_LEDS_LP8860 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
CONFIG_LEDS_PWM=y
# CONFIG_LEDS_REGULATOR is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set
# CONFIG_LEDS_IS31FL319X is not set
# CONFIG_LEDS_IS31FL32XX is not set
#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_SYSCON is not set
# CONFIG_LEDS_MLXREG is not set
# CONFIG_LEDS_USER is not set
# CONFIG_LEDS_TI_LMU_COMMON is not set
#
# Flash and Torch LED drivers
#
#
# RGB LED drivers
#
# CONFIG_LEDS_PWM_MULTICOLOR is not set
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_ACTIVITY is not set
# CONFIG_LEDS_TRIGGER_GPIO is not set
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
CONFIG_LEDS_TRIGGER_INPUT=y
# CONFIG_LEDS_TRIGGER_PANIC is not set
CONFIG_LEDS_TRIGGER_NETDEV=y
# CONFIG_LEDS_TRIGGER_PATTERN is not set
# CONFIG_LEDS_TRIGGER_AUDIO is not set
# CONFIG_LEDS_TRIGGER_TTY is not set
CONFIG_LEDS_TRIGGER_ACTPWR=y
#
# Simple LED drivers
#
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_SUPPORT=y
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set
#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_OF=y
# CONFIG_ALTERA_MSGDMA is not set
# CONFIG_AMBA_PL08X is not set
CONFIG_DMA_BCM2835=y
# CONFIG_DW_AXI_DMAC is not set
# CONFIG_FSL_EDMA is not set
# CONFIG_FSL_QDMA is not set
# CONFIG_INTEL_IDMA64 is not set
# CONFIG_MV_XOR_V2 is not set
# CONFIG_PL330_DMA is not set
# CONFIG_PLX_DMA is not set
CONFIG_DMA_BCM2708=y
# CONFIG_XILINX_DMA is not set
# CONFIG_XILINX_ZYNQMP_DMA is not set
# CONFIG_XILINX_ZYNQMP_DPDMA is not set
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
# CONFIG_DW_EDMA is not set
# CONFIG_DW_EDMA_PCIE is not set
# CONFIG_SF_PDMA is not set
#
# DMA Clients
#
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set
#
# DMABUF options
#
# CONFIG_SYNC_FILE is not set
# CONFIG_UDMABUF is not set
# CONFIG_DMABUF_MOVE_NOTIFY is not set
# CONFIG_DMABUF_DEBUG is not set
# CONFIG_DMABUF_SELFTESTS is not set
CONFIG_DMABUF_HEAPS=y
# CONFIG_DMABUF_SYSFS_STATS is not set
CONFIG_DMABUF_HEAPS_SYSTEM=y
CONFIG_DMABUF_HEAPS_CMA=y
# end of DMABUF options
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO_MENU=y
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_MMIO is not set
# CONFIG_VDPA is not set
CONFIG_VHOST_MENU=y
# CONFIG_VHOST_NET is not set
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
#
# Microsoft Hyper-V guest support
#
# end of Microsoft Hyper-V guest support
# CONFIG_GREYBUS is not set
# CONFIG_COMEDI is not set
CONFIG_STAGING=y
# CONFIG_RTL8192U is not set
# CONFIG_RTLLIB is not set
# CONFIG_RTS5208 is not set
# CONFIG_FB_SM750 is not set
# CONFIG_STAGING_MEDIA is not set
# CONFIG_STAGING_BOARD is not set
# CONFIG_LTE_GDM724X is not set
# CONFIG_KS7010 is not set
CONFIG_BCM_VIDEOCORE=y
CONFIG_BCM2835_VCHIQ=y
CONFIG_VCHIQ_CDEV=y
CONFIG_SND_BCM2835=m
# CONFIG_BCM_VC_SM_CMA is not set
# CONFIG_BCM2835_VCHIQ_MMAL is not set
# CONFIG_XIL_AXIS_FIFO is not set
# CONFIG_FIELDBUS_DEV is not set
# CONFIG_QLGE is not set
# CONFIG_VME_BUS is not set
# CONFIG_GOLDFISH is not set
# CONFIG_CHROME_PLATFORMS is not set
# CONFIG_MELLANOX_PLATFORM is not set
# CONFIG_SURFACE_PLATFORMS is not set
# CONFIG_MIKROTIK is not set
CONFIG_HAVE_CLK=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y
#
# Clock driver for ARM Reference designs
#
# CONFIG_CLK_ICST is not set
# CONFIG_CLK_SP810 is not set
# end of Clock driver for ARM Reference designs
# CONFIG_COMMON_CLK_MAX9485 is not set
# CONFIG_COMMON_CLK_SI5341 is not set
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_SI514 is not set
# CONFIG_COMMON_CLK_SI544 is not set
# CONFIG_COMMON_CLK_SI570 is not set
# CONFIG_COMMON_CLK_CDCE706 is not set
# CONFIG_COMMON_CLK_CDCE925 is not set
# CONFIG_COMMON_CLK_CS2000_CP is not set
# CONFIG_COMMON_CLK_AXI_CLKGEN is not set
CONFIG_COMMON_CLK_XGENE=y
# CONFIG_COMMON_CLK_PWM is not set
# CONFIG_COMMON_CLK_RS9_PCIE is not set
# CONFIG_COMMON_CLK_VC5 is not set
# CONFIG_COMMON_CLK_VC7 is not set
# CONFIG_COMMON_CLK_FIXED_MMIO is not set
CONFIG_CLK_BCM2711_DVP=y
CONFIG_CLK_BCM2835=y
CONFIG_CLK_RASPBERRYPI=y
# CONFIG_XILINX_VCU is not set
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
# CONFIG_HWSPINLOCK is not set
#
# Clock Source drivers
#
CONFIG_TIMER_OF=y
CONFIG_TIMER_PROBE=y
CONFIG_CLKSRC_MMIO=y
CONFIG_ARM_ARCH_TIMER=y
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
CONFIG_FSL_ERRATUM_A008585=y
# CONFIG_HISILICON_ERRATUM_161010101 is not set
# CONFIG_ARM64_ERRATUM_858921 is not set
CONFIG_ARM_TIMER_SP804=y
# CONFIG_MICROCHIP_PIT64B is not set
# end of Clock Source drivers
CONFIG_MAILBOX=y
# CONFIG_ARM_MHU is not set
# CONFIG_ARM_MHU_V2 is not set
# CONFIG_PLATFORM_MHU is not set
# CONFIG_PL320_MBOX is not set
# CONFIG_ALTERA_MBOX is not set
CONFIG_BCM2835_MBOX=y
# CONFIG_MAILBOX_TEST is not set
# CONFIG_IOMMU_SUPPORT is not set
#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set
# end of Remoteproc drivers
#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# end of Rpmsg drivers
# CONFIG_SOUNDWIRE is not set
#
# SOC (System On Chip) specific Drivers
#
#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers
#
# Broadcom SoC drivers
#
CONFIG_BCM2835_POWER=y
CONFIG_RASPBERRYPI_POWER=y
# CONFIG_SOC_BRCMSTB is not set
# end of Broadcom SoC drivers
#
# NXP/Freescale QorIQ SoC drivers
#
# CONFIG_QUICC_ENGINE is not set
# CONFIG_FSL_RCPM is not set
# end of NXP/Freescale QorIQ SoC drivers
#
# fujitsu SoC drivers
#
# end of fujitsu SoC drivers
#
# i.MX SoC drivers
#
# end of i.MX SoC drivers
#
# Enable LiteX SoC Builder specific drivers
#
# CONFIG_LITEX_SOC_CONTROLLER is not set
# end of Enable LiteX SoC Builder specific drivers
#
# Qualcomm SoC drivers
#
# end of Qualcomm SoC drivers
# CONFIG_SOC_TI is not set
#
# Xilinx SoC drivers
#
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=y
#
# Extcon Device Drivers
#
# CONFIG_EXTCON_FSA9480 is not set
# CONFIG_EXTCON_GPIO is not set
# CONFIG_EXTCON_MAX3355 is not set
# CONFIG_EXTCON_PTN5150 is not set
# CONFIG_EXTCON_RT8973A is not set
# CONFIG_EXTCON_SM5502 is not set
# CONFIG_EXTCON_USB_GPIO is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
# CONFIG_PWM_DEBUG is not set
# CONFIG_PWM_ATMEL_TCB is not set
CONFIG_PWM_BCM2835=y
# CONFIG_PWM_CLK is not set
# CONFIG_PWM_DWC is not set
# CONFIG_PWM_FSL_FTM is not set
# CONFIG_PWM_PCA9685 is not set
# CONFIG_PWM_RASPBERRYPI_POE is not set
# CONFIG_PWM_XILINX is not set
#
# IRQ chip support
#
CONFIG_IRQCHIP=y
CONFIG_ARM_GIC=y
CONFIG_ARM_GIC_MAX_NR=1
CONFIG_ARM_GIC_V2M=y
CONFIG_ARM_GIC_V3=y
CONFIG_ARM_GIC_V3_ITS=y
CONFIG_ARM_GIC_V3_ITS_PCI=y
# CONFIG_AL_FIC is not set
CONFIG_BRCMSTB_L2_IRQ=y
# CONFIG_XILINX_INTC is not set
CONFIG_PARTITION_PERCPU=y
# end of IRQ chip support
# CONFIG_IPACK_BUS is not set
CONFIG_RESET_CONTROLLER=y
CONFIG_RESET_RASPBERRYPI=y
CONFIG_RESET_SIMPLE=y
# CONFIG_RESET_TI_SYSCON is not set
# CONFIG_RESET_TI_TPS380X is not set
#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_PHY_XGENE is not set
# CONFIG_PHY_CAN_TRANSCEIVER is not set
#
# PHY drivers for Broadcom platforms
#
# CONFIG_BCM_KONA_USB2_PHY is not set
# end of PHY drivers for Broadcom platforms
# CONFIG_PHY_CADENCE_TORRENT is not set
# CONFIG_PHY_CADENCE_DPHY is not set
# CONFIG_PHY_CADENCE_DPHY_RX is not set
# CONFIG_PHY_CADENCE_SIERRA is not set
# CONFIG_PHY_CADENCE_SALVO is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_PHY_LAN966X_SERDES is not set
# CONFIG_PHY_MAPPHONE_MDM6600 is not set
# CONFIG_PHY_OCELOT_SERDES is not set
# end of PHY Subsystem
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
CONFIG_RAS=y
# CONFIG_USB4 is not set
#
# Android
#
# CONFIG_ANDROID_BINDER_IPC is not set
# end of Android
# CONFIG_LIBNVDIMM is not set
# CONFIG_DAX is not set
CONFIG_NVMEM=y
# CONFIG_NVMEM_SYSFS is not set
CONFIG_NVMEM_LAYOUTS=y
#
# Layout Types
#
# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set
# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set
# end of Layout Types
# CONFIG_NVMEM_RMEM is not set
#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# end of HW tracing support
# CONFIG_FPGA is not set
# CONFIG_FSI is not set
# CONFIG_TEE is not set
CONFIG_PM_OPP=y
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
# CONFIG_INTERCONNECT is not set
# CONFIG_COUNTER is not set
# CONFIG_MOST is not set
# CONFIG_PECI is not set
# CONFIG_HTE is not set
# end of Device Drivers
#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_VALIDATE_FS_PARSER is not set
CONFIG_FS_IOMAP=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
# CONFIG_F2FS_FS_POSIX_ACL is not set
# CONFIG_F2FS_FS_SECURITY is not set
# CONFIG_F2FS_CHECK_FS is not set
# CONFIG_F2FS_FAULT_INJECTION is not set
# CONFIG_F2FS_FS_COMPRESSION is not set
# CONFIG_F2FS_IOSTAT is not set
# CONFIG_F2FS_UNFAIR_RWSEM is not set
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_ENCRYPTION_ALGS=y
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_OVERLAY_FS=y
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
# CONFIG_OVERLAY_FS_INDEX is not set
CONFIG_OVERLAY_FS_XINO_AUTO=y
# CONFIG_OVERLAY_FS_METACOPY is not set
#
# Caches
#
# CONFIG_FSCACHE is not set
# end of Caches
#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set
# end of CD-ROM/DVD Filesystems
#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=m
# CONFIG_MSDOS_FS is not set
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FAT_DEFAULT_UTF8 is not set
# CONFIG_EXFAT_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS3_FS is not set
# end of DOS/FAT/EXFAT/NT Filesystems
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_SYSCTL=y
# CONFIG_PROC_PAGE_MONITOR is not set
# CONFIG_PROC_CHILDREN is not set
# CONFIG_PROC_STRIPPED is not set
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_TMPFS_XATTR=y
# CONFIG_TMPFS_INODE64 is not set
CONFIG_ARCH_SUPPORTS_HUGETLBFS=y
# CONFIG_HUGETLBFS is not set
CONFIG_MEMFD_CREATE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=y
# end of Pseudo filesystems
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=y
# CONFIG_SQUASHFS_FILE_CACHE is not set
CONFIG_SQUASHFS_FILE_DIRECT=y
# CONFIG_SQUASHFS_DECOMP_SINGLE is not set
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
# CONFIG_SQUASHFS_XATTR is not set
# CONFIG_SQUASHFS_ZLIB is not set
# CONFIG_SQUASHFS_LZ4 is not set
# CONFIG_SQUASHFS_LZO is not set
CONFIG_SQUASHFS_XZ=y
# CONFIG_SQUASHFS_ZSTD is not set
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
CONFIG_SQUASHFS_EMBEDDED=y
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_PSTORE is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_EROFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_SMB_SERVER is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=m
# CONFIG_DLM is not set
# CONFIG_UNICODE is not set
CONFIG_IO_WQ=y
# end of File systems
#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_REQUEST_CACHE is not set
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEY_DH_OPERATIONS is not set
CONFIG_SECURITY_DMESG_RESTRICT=y
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity"
#
# Kernel hardening options
#
#
# Memory initialization
#
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
CONFIG_INIT_STACK_NONE=y
# CONFIG_INIT_STACK_ALL_PATTERN is not set
# CONFIG_INIT_STACK_ALL_ZERO is not set
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y
# CONFIG_ZERO_CALL_USED_REGS is not set
# end of Memory initialization
CONFIG_RANDSTRUCT_NONE=y
# end of Kernel hardening options
# end of Security options
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_SKCIPHER=y
CONFIG_CRYPTO_SKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_PCRYPT=y
CONFIG_CRYPTO_CRYPTD=y
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_TEST is not set
# end of Crypto core or helper
#
# Public-key cryptography
#
# CONFIG_CRYPTO_RSA is not set
# CONFIG_CRYPTO_DH is not set
# CONFIG_CRYPTO_ECDH is not set
# CONFIG_CRYPTO_ECDSA is not set
# CONFIG_CRYPTO_ECRDSA is not set
# CONFIG_CRYPTO_SM2 is not set
# CONFIG_CRYPTO_CURVE25519 is not set
# end of Public-key cryptography
#
# Block ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_TI is not set
# CONFIG_CRYPTO_ARIA is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SM4_GENERIC is not set
# CONFIG_CRYPTO_TWOFISH is not set
# end of Block ciphers
#
# Length-preserving ciphers and modes
#
# CONFIG_CRYPTO_ADIANTUM is not set
# CONFIG_CRYPTO_CHACHA20 is not set
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CFB is not set
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_HCTR2 is not set
# CONFIG_CRYPTO_KEYWRAP is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_OFB is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=y
# end of Length-preserving ciphers and modes
#
# AEAD (authenticated encryption with associated data) ciphers
#
# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y
# CONFIG_CRYPTO_ECHAINIV is not set
# CONFIG_CRYPTO_ESSIV is not set
# end of AEAD (authenticated encryption with associated data) ciphers
#
# Hashes, digests, and MACs
#
# CONFIG_CRYPTO_BLAKE2B is not set
# CONFIG_CRYPTO_CMAC is not set
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=m
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_SHA1 is not set
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_SHA3 is not set
# CONFIG_CRYPTO_SM3_GENERIC is not set
# CONFIG_CRYPTO_STREEBOG is not set
# CONFIG_CRYPTO_VMAC is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_XXHASH is not set
# end of Hashes, digests, and MACs
#
# CRCs (cyclic redundancy checks)
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32=y
# CONFIG_CRYPTO_CRCT10DIF is not set
# end of CRCs (cyclic redundancy checks)
#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_LZO is not set
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set
# CONFIG_CRYPTO_ZSTD is not set
# end of Compression
#
# Random number generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
# CONFIG_CRYPTO_DRBG_CTR is not set
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
# end of Random number generation
#
# Userspace interface
#
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
# CONFIG_CRYPTO_USER_API_AEAD is not set
# end of Userspace interface
# CONFIG_CRYPTO_NHPOLY1305_NEON is not set
# CONFIG_CRYPTO_CHACHA20_NEON is not set
#
# Accelerated Cryptographic Algorithms for CPU (arm64)
#
# CONFIG_CRYPTO_GHASH_ARM64_CE is not set
# CONFIG_CRYPTO_POLY1305_NEON is not set
# CONFIG_CRYPTO_SHA1_ARM64_CE is not set
CONFIG_CRYPTO_SHA256_ARM64=y
# CONFIG_CRYPTO_SHA2_ARM64_CE is not set
CONFIG_CRYPTO_SHA512_ARM64=y
# CONFIG_CRYPTO_SHA512_ARM64_CE is not set
# CONFIG_CRYPTO_SHA3_ARM64 is not set
# CONFIG_CRYPTO_SM3_NEON is not set
# CONFIG_CRYPTO_SM3_ARM64_CE is not set
# CONFIG_CRYPTO_POLYVAL_ARM64_CE is not set
CONFIG_CRYPTO_AES_ARM64=y
# CONFIG_CRYPTO_AES_ARM64_CE is not set
# CONFIG_CRYPTO_AES_ARM64_CE_BLK is not set
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
CONFIG_CRYPTO_AES_ARM64_BS=y
# CONFIG_CRYPTO_SM4_ARM64_CE is not set
# CONFIG_CRYPTO_SM4_ARM64_CE_BLK is not set
# CONFIG_CRYPTO_SM4_ARM64_NEON_BLK is not set
# CONFIG_CRYPTO_AES_ARM64_CE_CCM is not set
# end of Accelerated Cryptographic Algorithms for CPU (arm64)
# CONFIG_CRYPTO_HW is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
#
# Certificates for signature checking
#
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
# end of Certificates for signature checking
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_LINEAR_RANGES=y
# CONFIG_PACKING is not set
CONFIG_BITREVERSE=y
CONFIG_HAVE_ARCH_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
# CONFIG_CORDIC is not set
# CONFIG_PRIME_NUMBERS is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_ARCH_USE_SYM_ANNOTATIONS=y
# CONFIG_INDIRECT_PIO is not set
#
# Crypto library routines
#
CONFIG_CRYPTO_LIB_UTILS=y
CONFIG_CRYPTO_LIB_AES=y
CONFIG_CRYPTO_LIB_ARC4=y
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
# CONFIG_CRYPTO_LIB_CHACHA is not set
# CONFIG_CRYPTO_LIB_CURVE25519 is not set
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=9
# CONFIG_CRYPTO_LIB_POLY1305 is not set
# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_LIB_SHA1=y
CONFIG_CRYPTO_LIB_SHA256=y
# end of Crypto library routines
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
# CONFIG_CRC64_ROCKSOFT is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
# CONFIG_CRC32_SLICEBY8 is not set
# CONFIG_CRC32_SLICEBY4 is not set
CONFIG_CRC32_SARWATE=y
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC64 is not set
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
# CONFIG_CRC8 is not set
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_XZ_DEC=y
# CONFIG_XZ_DEC_X86 is not set
# CONFIG_XZ_DEC_POWERPC is not set
# CONFIG_XZ_DEC_IA64 is not set
CONFIG_XZ_DEC_ARM=y
# CONFIG_XZ_DEC_ARMTHUMB is not set
# CONFIG_XZ_DEC_SPARC is not set
# CONFIG_XZ_DEC_MICROLZMA is not set
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_GENERIC_ALLOCATOR=y
# CONFIG_TEXTSEARCH is not set
# CONFIG_TEXTSEARCH_KMP is not set
# CONFIG_TEXTSEARCH_BM is not set
# CONFIG_TEXTSEARCH_FSM is not set
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_DMA_DECLARE_COHERENT=y
CONFIG_ARCH_HAS_SETUP_DMA_OPS=y
CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y
CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y
CONFIG_ARCH_HAS_DMA_PREP_COHERENT=y
CONFIG_SWIOTLB=y
# CONFIG_DMA_RESTRICTED_POOL is not set
CONFIG_DMA_NONCOHERENT_MMAP=y
CONFIG_DMA_COHERENT_POOL=y
CONFIG_DMA_DIRECT_REMAP=y
CONFIG_DMA_CMA=y
# CONFIG_DMA_PERNUMA_CMA is not set
#
# Default contiguous memory area size:
#
CONFIG_CMA_SIZE_MBYTES=5
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_DMA_MAP_BENCHMARK is not set
# CONFIG_FORCE_NR_CPUS is not set
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
# CONFIG_IRQ_POLL is not set
CONFIG_DIMLIB=y
CONFIG_LIBFDT=y
# CONFIG_OID_REGISTRY is not set
CONFIG_HAVE_GENERIC_VDSO=y
CONFIG_GENERIC_GETTIMEOFDAY=y
CONFIG_GENERIC_VDSO_TIME_NS=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_ARCH_STACKWALK=y
CONFIG_SBITMAP=y
# end of Library routines
CONFIG_GENERIC_IOREMAP=y
CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
#
# Kernel hacking
#
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
# CONFIG_STACKTRACE_BUILD_ID is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DYNAMIC_DEBUG_CORE is not set
CONFIG_SYMBOLIC_ERRNAME=y
CONFIG_DEBUG_BUGVERBOSE=y
# end of printk and dmesg options
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_MISC is not set
#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
CONFIG_AS_HAS_NON_CONST_LEB128=y
# CONFIG_DEBUG_INFO_NONE is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
CONFIG_DEBUG_INFO_REDUCED=y
# CONFIG_DEBUG_INFO_COMPRESSED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_GDB_SCRIPTS is not set
CONFIG_FRAME_WARN=2048
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
#
# Generic Kernel Debugging Instruments
#
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
# CONFIG_MAGIC_SYSRQ_SERIAL is not set
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_HAVE_ARCH_KCSAN=y
CONFIG_HAVE_KCSAN_COMPILER=y
# CONFIG_KCSAN is not set
# end of Generic Kernel Debugging Instruments
#
# Networking Debugging
#
# CONFIG_NET_DEV_REFCNT_TRACKER is not set
# CONFIG_NET_NS_REFCNT_TRACKER is not set
# CONFIG_DEBUG_NET is not set
# end of Networking Debugging
#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_SLUB_DEBUG is not set
# CONFIG_PAGE_OWNER is not set
# CONFIG_PAGE_TABLE_CHECK is not set
# CONFIG_PAGE_POISONING is not set
# CONFIG_DEBUG_RODATA_TEST is not set
CONFIG_ARCH_HAS_DEBUG_WX=y
# CONFIG_DEBUG_WX is not set
CONFIG_GENERIC_PTDUMP=y
# CONFIG_PTDUMP_DEBUGFS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SHRINKER_DEBUG is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VM_PGTABLE is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_MEMORY_INIT is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_HAVE_ARCH_KASAN_SW_TAGS=y
CONFIG_HAVE_ARCH_KASAN_VMALLOC=y
CONFIG_CC_HAS_KASAN_GENERIC=y
CONFIG_CC_HAS_KASAN_SW_TAGS=y
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
# CONFIG_KASAN is not set
CONFIG_HAVE_ARCH_KFENCE=y
# CONFIG_KFENCE is not set
# end of Memory Debugging
# CONFIG_DEBUG_SHIRQ is not set
#
# Debug Oops, Lockups and Hangs
#
CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
CONFIG_PANIC_TIMEOUT=1
# CONFIG_SOFTLOCKUP_DETECTOR is not set
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_WQ_WATCHDOG is not set
# CONFIG_TEST_LOCKUP is not set
# end of Debug Oops, Lockups and Hangs
#
# Scheduler Debugging
#
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# end of Scheduler Debugging
# CONFIG_DEBUG_TIMEKEEPING is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
# CONFIG_SCF_TORTURE_TEST is not set
# CONFIG_CSD_LOCK_WAIT_DEBUG is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)
# CONFIG_DEBUG_IRQFLAGS is not set
# CONFIG_STACKTRACE is not set
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
#
# Debug kernel data structures
#
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PLIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
# CONFIG_DEBUG_MAPLE_TREE is not set
# end of Debug kernel data structures
# CONFIG_DEBUG_CREDENTIALS is not set
#
# RCU Debugging
#
# CONFIG_RCU_SCALE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_REF_SCALE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_SAMPLES is not set
# CONFIG_STRICT_DEVMEM is not set
#
# arm64 Debugging
#
# CONFIG_PID_IN_CONTEXTIDR is not set
# CONFIG_ARM64_RELOC_TEST is not set
# CONFIG_CORESIGHT is not set
# end of arm64 Debugging
#
# Kernel Testing and Coverage
#
# CONFIG_KUNIT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_LKDTM is not set
# CONFIG_TEST_MIN_HEAP is not set
# CONFIG_TEST_DIV64 is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_TEST_REF_TRACKER is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_REED_SOLOMON_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_STRING_SELFTEST is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_STRSCPY is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_SCANF is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_UUID is not set
# CONFIG_TEST_XARRAY is not set
# CONFIG_TEST_MAPLE_TREE is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_SIPHASH is not set
# CONFIG_TEST_IDA is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_VMALLOC is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
# CONFIG_FIND_BIT_BENCHMARK is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_SYSCTL is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_TEST_KMOD is not set
# CONFIG_TEST_MEMCAT_P is not set
# CONFIG_TEST_MEMINIT is not set
# CONFIG_TEST_FREE_PAGES is not set
CONFIG_ARCH_USE_MEMTEST=y
# CONFIG_MEMTEST is not set
# end of Kernel Testing and Coverage
#
# Rust hacking
#
# end of Rust hacking
# end of Kernel hacking
$ cd $HOME/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-12.3.0_musl/aarch64-openwrt-linux-musl/bin
$ ls -l bin
-rwxr-xr-x 2 test 2226840 Dec 23 02:58 ar
-rwxr-xr-x 2 test 3467944 Dec 23 02:58 as
-rwxr-xr-x 4 test 4025768 Dec 23 02:58 ld
-rwxr-xr-x 4 test 4025768 Dec 23 02:58 ld.bfd
-rwxr-xr-x 2 test 2217128 Dec 23 02:58 nm
-rwxr-xr-x 2 test 2353136 Dec 23 02:58 objcopy
-rwxr-xr-x 2 test 3870336 Dec 23 02:58 objdump
-rwxr-xr-x 2 test 2226872 Dec 23 02:58 ranlib
-rwxr-xr-x 2 test 1284528 Dec 23 02:58 readelf
-rwxr-xr-x 2 test 2353136 Dec 23 02:58 strip
Explanation of individual tools in bin
ar: Create, Modify, and Extract from archives
see the options supported by “ar” tool
ar [-X32_64] [-]p[mod] [--plugin name] [--target bfdname] [--output dirname] [--record-libdeps libdeps] [--thin] [relpos] [count] archive
as: The portable GNU assembler
see the options supported by “as” tool
as [-a[cdghlns][=file]] [--alternate] [-D] [--compress-debug-sections] [--nocompress-debug-sections] [--debug-prefix-map old=new] [--defsym sym=val] [-f] [-g] [--gstabs] [--gstabs+] [--gdwarf-<N>] [--gdwarf-sections] [--gdwarf-cie-version=VERSION] [--help] [-I dir] [-J] [-K] [-L] [--listing-lhs-width=NUM] [--listing-lhs-width2=NUM] [--listing-rhs-width=NUM] [--listing-cont-lines=NUM] [--keep-locals] [--no-pad-sections] [-o objfile] [-R] [--statistics] [-v] [-version] [--version] [-W] [--warn] [--fatal-warnings] [-w] [-x] [-Z] [@FILE] [--sectname-subst] [--size-check=[error|warning]] [--elf-stt-common=[no|yes]] [--generate-missing-build-notes=[no|yes]] [--multibyte-handling=[allow|warn|warn-sym-only]] [--target-help] [target-options] [--|files ...]
ld: The GNU linker
ld.bfd: The linker accesses object and archive files using the BFD (Binary File Descriptor) libraries.
nm: List symbols from object files
see the options supported by “nm” tool
nm [-A|-o|--print-file-name] [-a|--debug-syms] [-B|--format=bsd] [-C|--demangle[=style]] [-D|--dynamic] [-fformat|--format=format] [-g|--extern-only] [-h|--help] [--ifunc-chars=CHARS] [-j|--format=just-symbols] [-l|--line-numbers] [--inlines] [-n|-v|--numeric-sort] [-P|--portability] [-p|--no-sort] [-r|--reverse-sort] [-S|--print-size] [-s|--print-armap] [-t radix|--radix=radix] [-u|--undefined-only] [-U method] [--unicode=method] [-V|--version] [-X 32_64] [--defined-only] [--no-demangle] [--no-recurse-limit|--recurse-limit]] [--plugin name] [--size-sort] [--special-syms] [--synthetic] [--target=bfdname] [--with-symbol-versions] [--without-symbol-versions] [objfile...]
objcopy: Copy and translate object files
see the options supported by “objcopy” tool
objcopy [-F bfdname|--target=bfdname] [-I bfdname|--input-target=bfdname] [-O bfdname|--output-target=bfdname] [-B bfdarch|--binary-architecture=bfdarch] [-S|--strip-all] [-g|--strip-debug] [--strip-unneeded] [-K symbolname|--keep-symbol=symbolname] [--keep-file-symbols] [--keep-section-symbols] [-N symbolname|--strip-symbol=symbolname] [--strip-unneeded-symbol=symbolname] [-G symbolname|--keep-global-symbol=symbolname] [--localize-hidden] [-L symbolname|--localize-symbol=symbolname] [--globalize-symbol=symbolname] [--globalize-symbols=filename] [-W symbolname|--weaken-symbol=symbolname] [-w|--wildcard] [-x|--discard-all] [-X|--discard-locals] [-b byte|--byte=byte] [-i [breadth]|--interleave[=breadth]] [--interleave-width=width] [-j sectionpattern|--only-section=sectionpattern] [-R sectionpattern|--remove-section=sectionpattern] [--keep-section=sectionpattern] [--remove-relocations=sectionpattern] [-p|--preserve-dates] [-D|--enable-deterministic-archives] [-U|--disable-deterministic-archives] [--debugging] [--gap-fill=val] [--pad-to=address] [--set-start=val] [--adjust-start=incr] [--change-addresses=incr] [--change-section-address sectionpattern{=,+,-}val] [--change-section-lma sectionpattern{=,+,-}val] [--change-section-vma sectionpattern{=,+,-}val] [--change-warnings] [--no-change-warnings] [--set-section-flags sectionpattern=flags] [--set-section-alignment sectionpattern=align] [--add-section sectionname=filename] [--dump-section sectionname=filename] [--update-section sectionname=filename] [--rename-section oldname=newname[,flags]] [--long-section-names {enable,disable,keep}] [--change-leading-char] [--remove-leading-char] [--reverse-bytes=num] [--srec-len=ival] [--srec-forceS3] [--redefine-sym old=new] [--redefine-syms=filename] [--weaken] [--keep-symbols=filename] [--strip-symbols=filename] [--strip-unneeded-symbols=filename] [--keep-global-symbols=filename] [--localize-symbols=filename] [--weaken-symbols=filename] [--add-symbol name=[section:]value[,flags]] [--alt-machine-code=index] [--prefix-symbols=string] [--prefix-sections=string] [--prefix-alloc-sections=string] [--add-gnu-debuglink=path-to-file] [--only-keep-debug] [--strip-dwo] [--extract-dwo] [--extract-symbol] [--writable-text] [--readonly-text] [--pure] [--impure] [--file-alignment=num] [--heap=size] [--image-base=address] [--section-alignment=num] [--stack=size] [--subsystem=which:major.minor] [--compress-debug-sections] [--decompress-debug-sections] [--elf-stt-common=val] [--merge-notes] [--no-merge-notes] [--verilog-data-width=val] [-v|--verbose] [-V|--version] [--help] [--info]
objdump: Display information from object files
see the options supported by “objdump” tool
objdump [-a|--archive-headers] [-b bfdname|--target=bfdname] [-C|--demangle[=style] ] [-d|--disassemble[=symbol]] [-D|--disassemble-all] [-z|--disassemble-zeroes] [-EB|-EL|--endian={big | little }] [-f|--file-headers] [-F|--file-offsets] [--file-start-context] [-g|--debugging] [-e|--debugging-tags] [-h|--section-headers|--headers] [-i|--info] [-j section|--section=section] [-l|--line-numbers] [-S|--source] [--source-comment[=text]] [-m machine|--architecture=machine] [-M options|--disassembler-options=options] [-p|--private-headers] [-P options|--private=options] [-r|--reloc] [-R|--dynamic-reloc] [-s|--full-contents] [-W[lLiaprmfFsoORtUuTgAck]| --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links]] [-WK|--dwarf=follow-links] [-WN|--dwarf=no-follow-links] [-L|--process-links] [--ctf=section] [-G|--stabs] [-t|--syms] [-T|--dynamic-syms] [-x|--all-headers] [-w|--wide] [--start-address=address] [--stop-address=address] [--no-addresses] [--prefix-addresses] [--[no-]show-raw-insn] [--adjust-vma=offset] [--dwarf-depth=n] [--dwarf-start=n] [--ctf-parent=section] [--no-recurse-limit|--recurse-limit] [--special-syms] [--prefix=prefix] [--prefix-strip=level] [--insn-width=width] [--visualize-jumps[=color|=extended-color|=off] [-U method] [--unicode=method] [-V|--version] [-H|--help] objfile...
ranlib: Generate an index to an archive
see the options supported by “ranlib” tool
-h -H --help Show usage information for ranlib. -v -V --version Show the version number of ranlib. -D Operate in deterministic mode. The symbol map archive member's header will show zero for the UID, GID, and timestamp. When this option is used, multiple runs will produce identical output files. If binutils was configured with --enable-deterministic-archives, then this mode is on by default. It can be disabled with the -U option, described below. -t Update the timestamp of the symbol map of an archive. -U Do not operate in deterministic mode. This is the inverse of the -D option, above: the archive index will get actual UID, GID, timestamp, and file mode values. If binutils was configured without --enable-deterministic-archives, then this mode is on by default.
readelf: Display information about ELF (Executable and Linkable Format) files
see the options supported by “readelf” tool
readelf [-a|--all] [-h|--file-header] [-l|--program-headers|--segments] [-S|--section-headers|--sections] [-g|--section-groups] [-t|--section-details] [-e|--headers] [-s|--syms|--symbols] [--dyn-syms|--lto-syms] [--sym-base=[0|8|10|16]] [--demangle=style|--no-demangle] [--quiet] [--recurse-limit|--no-recurse-limit] [-U method|--unicode=method] [-n|--notes] [-r|--relocs] [-u|--unwind] [-d|--dynamic] [-V|--version-info] [-A|--arch-specific] [-D|--use-dynamic] [-L|--lint|--enable-checks] [-x <number or name>|--hex-dump=<number or name>] [-p <number or name>|--string-dump=<number or name>] [-R <number or name>|--relocated-dump=<number or name>] [-z|--decompress] [-c|--archive-index] [-w[lLiaprmfFsoORtUuTgAck]| --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links]] [-wK|--debug-dump=follow-links] [-wN|--debug-dump=no-follow-links] [-P|--process-links] [--dwarf-depth=n] [--dwarf-start=n] [--ctf=section] [--ctf-parent=section] [--ctf-symbols=section] [--ctf-strings=section] [-I|--histogram] [-v|--version] [-W|--wide] [-T|--silent-truncation] [-H|--help] elffile...
strip: Discard symbols and other data from object files
see the options supported by “strip” tool
strip [-F bfdname |--target=bfdname] [-I bfdname |--input-target=bfdname] [-O bfdname |--output-target=bfdname] [-s|--strip-all] [-S|-g|-d|--strip-debug] [--strip-dwo] [-K symbolname|--keep-symbol=symbolname] [-M|--merge-notes][--no-merge-notes] [-N symbolname |--strip-symbol=symbolname] [-w|--wildcard] [-x|--discard-all] [-X |--discard-locals] [-R sectionname |--remove-section=sectionname] [--keep-section=sectionpattern] [--remove-relocations=sectionpattern] [-o file] [-p|--preserve-dates] [-D|--enable-deterministic-archives] [-U|--disable-deterministic-archives] [--keep-section-symbols] [--keep-file-symbols] [--only-keep-debug] [-v |--verbose] [-V|--version] [--help] [--info] objfile...
In this section we will see how to do static image verification checks
Make sure the current directory is “openwrt”
$ pwd
$HOME/openwrt/bin/targets/bcm27xx/bcm2711
$ ls -l
-rw-r--r-- 1 test 1652 Jan 16 14:18 config.buildinfo
-rw-r--r-- 1 test 83 Jan 16 14:18 feeds.buildinfo
-rw-r--r-- 1 test 17117078 Jan 16 14:20 openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz
-rw-r--r-- 1 test 17117925 Jan 16 14:20 openwrt-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz
-rw-r--r-- 1 test 4207 Jan 16 14:20 openwrt-bcm27xx-bcm2711-rpi-4.manifest
-rw-r--r-- 1 test 15350996 Jan 16 14:20 openwrt-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz
-rw-r--r-- 1 test 15351843 Jan 16 14:20 openwrt-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz
drwxr-xr-x 2 test 4096 Jan 16 14:20 packages
-rw-r--r-- 1 test 2141 Jan 16 14:20 profiles.json
-rw-r--r-- 1 test 912 Jan 16 14:20 sha256sums
-rw-r--r-- 1 test 18 Jan 16 14:20 version.buildinfo
Explanation of image files
config.buildinfo: Creating a config from .config backup or config.buildinfo
feeds.buildinfo: Collection of packages.
openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz: In this openwrt image is built
openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz: In this openwrt image is built
ext4: This firmware contains a regular ext4 Linux partition
factory: Use when flashing
img: image file
gz: extension for gzip
sysupgrade: sysupgrade is designed to be flashed from OpenWrt/LEDE itself
manifest:
squashfs: This firmware contains a type of partition that is compressed and mounts read-only
profiles.json: A profile is a set of documents with a profile relationship to the profile.
json: JavaScript Object Notation
sha256sums: An SHA-256 checksum is a sequence of numbers and letters that you can use to check that your copy of a downloaded update file is identical to the original
version.buildinfo: It will be version of the openwrt
$ du -h openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz
17M openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz
To extract image file following are the commands
$ pwd
$HOME/openwrt/bin/targets/bcm27xx/bcm2711
After extracting you will get openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img
$ gunzip openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz
$ ls -l
-rw-r--r-- 1 test 1652 Jan 16 19:57 config.buildinfo
-rw-r--r-- 1 test 71 Jan 16 19:57 feeds.buildinfo
-rw-r--r-- 1 test 184549376 Jan 16 20:02 openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img
-rw-r--r-- 1 test 17117911 Jan 16 19:58 openwrt-bcm27xx-bcm2711-rpi-4-ext4-sysupgrade.img.gz
-rw-r--r-- 1 test 4207 Jan 16 19:58 openwrt-bcm27xx-bcm2711-rpi-4.manifest
-rw-r--r-- 1 test 15351033 Jan 16 19:58 openwrt-bcm27xx-bcm2711-rpi-4-squashfs-factory.img.gz
-rw-r--r-- 1 test 15351880 Jan 16 19:58 openwrt-bcm27xx-bcm2711-rpi-4-squashfs-sysupgrade.img.gz
drwxr-xr-x 2 test 4096 Jan 16 19:58 packages
-rw-r--r-- 1 test 2141 Jan 16 19:59 profiles.json
-rw-r--r-- 1 test 912 Jan 16 19:59 sha256sums
-rw-r--r-- 1 test 18 Jan 16 19:57 version.buildinfo
$ file openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img
openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img: DOS/MBR boot sector; partition 1 : ID=0xc, active, start-CHS (0x20,2,3), end-CHS (0x228,2,34), startsector 8192, 131072 sectors; partition 2 : ID=0x83, start-CHS (0x249,0,37), end-CHS (0x196,1,25), startsector 147456, 212992 sectors
* There are 2 partitions are there in .img file
kpartx: Create device maps from partition tables
$ sudo apt-get install kpartx
-a: Add partition mappings
-v: Operate verbosely
$ sudo kpartx -av openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img
add map loop29p1 (253:0): 0 131072 linear 7:29 8192
add map loop29p2 (253:10): 0 212992 linear 7:29 147456
$ sudo mkdir -p /mnt/boot
$ sudo mount /dev/mapper/loop29p1 /mnt/boot
$ sudo mkdir -p /mnt/root
$ sudo mount /dev/mapper/loop29p2 /mnt/root
$ ls -l /mnt/boot
-rwxr-xr-x 1 root root 54477 Dec 21 15:56 bcm2711-rpi-400.dtb
-rwxr-xr-x 1 root root 54388 Dec 21 15:56 bcm2711-rpi-4-b.dtb
-rwxr-xr-x 1 root root 54997 Dec 21 15:56 bcm2711-rpi-cm4.dtb
-rwxr-xr-x 1 root root 90 Dec 21 15:56 cmdline.txt
-rwxr-xr-x 1 root root 581 Dec 21 15:56 config.txt
-rwxr-xr-x 1 root root 496 Dec 21 15:56 COPYING.linux
-rwxr-xr-x 1 root root 638 Dec 21 15:56 distroconfig.txt
-rwxr-xr-x 1 root root 3171 Dec 21 15:56 fixup4cd.dat
-rwxr-xr-x 1 root root 5394 Dec 21 15:56 fixup4.dat
-rwxr-xr-x 1 root root 8378 Dec 21 15:56 fixup4x.dat
-rwxr-xr-x 1 root root 12068872 Dec 21 15:56 kernel8.img
-rwxr-xr-x 1 root root 1594 Dec 21 15:56 LICENCE.broadcom
drwxr-xr-x 2 root root 24576 Dec 21 15:56 overlays
-rwxr-xr-x 1 root root 803644 Dec 21 15:56 start4cd.elf
-rwxr-xr-x 1 root root 2248864 Dec 21 15:56 start4.elf
-rwxr-xr-x 1 root root 2996328 Dec 21 15:56 start4x.elf
$ ls -l /mnt/root
drwxr-xr-x 2 root root 4096 Dec 21 15:56 bin
drwxr-xr-x 2 root root 4096 Dec 21 15:56 dev
drwxr-xr-x 23 root root 4096 Dec 21 15:56 etc
drwxr-xr-x 11 root root 4096 Dec 21 15:56 lib
lrwxrwxrwx 1 root root 3 Dec 21 15:56 lib64 -> lib
drwx------ 2 root root 4096 Jan 1 1970 lost+found
drwxr-xr-x 2 root root 4096 Dec 21 15:56 mnt
drwxr-xr-x 2 root root 4096 Dec 21 15:56 overlay
drwxr-xr-x 2 root root 4096 Dec 21 15:56 proc
drwxrwxr-x 2 root root 4096 Dec 21 15:56 rom
drwxr-x--- 2 root root 4096 Dec 21 15:56 root
drwxr-xr-x 2 root root 4096 Dec 21 15:56 sbin
drwxr-xr-x 2 root root 4096 Dec 21 15:56 sys
drwxrwxrwt 2 root root 4096 Dec 21 15:56 tmp
drwxr-xr-x 7 root root 4096 Dec 21 15:56 usr
lrwxrwxrwx 1 root root 3 Dec 21 15:56 var -> tmp
drwxr-xr-x 2 root root 4096 Dec 21 15:56 www
$ umount /mnt/boot
$ umount /mnt/root
TODO
Flash footprint of full image
Flash footprint of Rootfs
Flash foot print of kernel
Flash footprint of application
RAM footprint of full image
RAM footprint of Rootfs
RAM foot print of kernel
RAM footprint of application
In this section, we will how to flash image
Insert fresh SD card.
After inserting the new SD card reader to the Linux desktop machine.
$ sudo dmesg | grep -i sdb
[ 2540.447070] sd 1:0:0:0: [sdb] 124669952 512-byte logical blocks: (63.8 GB/59.4 GiB)
[ 2540.449600] sd 1:0:0:0: [sdb] Write Protect is off
[ 2540.449611] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 2540.450101] sd 1:0:0:0: [sdb] No Caching mode page found
[ 2540.450106] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 2540.460715] sdb:
[ 2540.460865] sd 1:0:0:0: [sdb] Attached SCSI removable disk
See the full output below
[ 0.000000] microcode: updated early: 0xd6 -> 0xf8, date = 2023-02-26
[ 0.000000] Linux version 6.5.0-14-generic (buildd@lcy02-amd64-110) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 (Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000001fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000002000-0x000000000000bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000000c000-0x000000000005efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000005f000-0x0000000000086fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000087000-0x0000000000088fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000089000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b44b6fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable
[ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000001000-0x0000000000001fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000002000-0x000000000000bfff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000000c000-0x000000000005efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000005f000-0x0000000000086fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000087000-0x0000000000088fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000089000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009221a017] usable
[ 0.000000] reserve setup_data: [mem 0x000000009221a018-0x000000009222a057] usable
[ 0.000000] reserve setup_data: [mem 0x000000009222a058-0x00000000b44b6fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023e7fffff] usable
[ 0.000000] efi: EFI v2.7 by Lenovo
[ 0.000000] efi: TPMFinalLog=0xb9a17000 SMBIOS=0xb6ab8000 SMBIOS 3.0=0xb6aab000 ACPI=0xb9b4e000 ACPI 2.0=0xb9b4e014 MEMATTR=0xb0e17018 ESRT=0xb643f000 MOKvar=0xb4a4f000 RNG=0xb9b4d018 TPMEventLog=0x935aa018
[ 0.000000] random: crng init done
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.2.0 present.
[ 0.000000] DMI: LENOVO 20U1S05Y00/20U1S05Y00, BIOS R17ET21W (1.04 ) 08/05/2020
[ 0.000000] tsc: Detected 2100.000 MHz processor
[ 0.000000] tsc: Detected 2099.944 MHz TSC
[ 0.001816] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001822] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001838] last_pfn = 0x23e800 max_arch_pfn = 0x400000000
[ 0.001846] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.001850] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002715] last_pfn = 0xb9b50 max_arch_pfn = 0x400000000
[ 0.017781] esrt: Reserving ESRT space from 0x00000000b643f000 to 0x00000000b643f100.
[ 0.017803] Using GB pages for direct mapping
[ 0.018242] secureboot: Secure boot disabled
[ 0.018244] RAMDISK: [mem 0x8bb08000-0x8fda8fff]
[ 0.018256] ACPI: Early table checksum verification disabled
[ 0.018261] ACPI: RSDP 0x00000000B9B4E014 000024 (v02 LENOVO)
[ 0.018269] ACPI: XSDT 0x00000000B9B4C188 000104 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018280] ACPI: FACP 0x00000000B6478000 000114 (v06 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018292] ACPI: DSDT 0x00000000B6448000 02B4EA (v02 LENOVO CML 20170001 INTL 20160422)
[ 0.018299] ACPI: FACS 0x00000000B987D000 000040
[ 0.018304] ACPI: SSDT 0x00000000B69BC000 0020AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
[ 0.018311] ACPI: SSDT 0x00000000B69BB000 0005A1 (v02 LENOVO CtdpB 00001000 INTL 20160527)
[ 0.018317] ACPI: SSDT 0x00000000B697E000 0038AA (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[ 0.018324] ACPI: SSDT 0x00000000B647D000 00331E (v02 LENOVO SaSsdt 00003000 INTL 20160527)
[ 0.018330] ACPI: SSDT 0x00000000B647C000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[ 0.018336] ACPI: TPM2 0x00000000B647B000 000034 (v04 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018343] ACPI: SSDT 0x00000000B6479000 0005D8 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[ 0.018349] ACPI: HPET 0x00000000B6477000 000038 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018355] ACPI: APIC 0x00000000B6476000 000164 (v03 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018361] ACPI: MCFG 0x00000000B6475000 00003C (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018368] ACPI: ECDT 0x00000000B6474000 000053 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018374] ACPI: SSDT 0x00000000B6446000 0012DB (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
[ 0.018380] ACPI: SSDT 0x00000000B6445000 0000A6 (v02 LENOVO PID0Ssdt 00000010 INTL 20160527)
[ 0.018387] ACPI: SSDT 0x00000000B6444000 000083 (v02 LENOVO PID1Ssdt 00000010 INTL 20160527)
[ 0.018393] ACPI: SSDT 0x00000000B6442000 001F57 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[ 0.018399] ACPI: NHLT 0x00000000B6441000 00002D (v00 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018406] ACPI: BOOT 0x00000000B6440000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018412] ACPI: SSDT 0x00000000B643D000 000E9C (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[ 0.018418] ACPI: LPIT 0x00000000B643C000 000094 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018424] ACPI: WSMT 0x00000000B643B000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018430] ACPI: SSDT 0x00000000B6438000 00281B (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[ 0.018437] ACPI: DBGP 0x00000000B6437000 000034 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018443] ACPI: DBG2 0x00000000B6436000 000054 (v00 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018449] ACPI: POAT 0x00000000B6435000 000055 (v03 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018455] ACPI: BATB 0x00000000B6258000 00004A (v02 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018462] ACPI: UEFI 0x00000000B9830000 00012A (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018468] ACPI: FPDT 0x00000000B4A50000 000044 (v01 LENOVO TP-R17 00001040 PTEC 00001040)
[ 0.018473] ACPI: Reserving FACP table memory at [mem 0xb6478000-0xb6478113]
[ 0.018476] ACPI: Reserving DSDT table memory at [mem 0xb6448000-0xb64734e9]
[ 0.018478] ACPI: Reserving FACS table memory at [mem 0xb987d000-0xb987d03f]
[ 0.018480] ACPI: Reserving SSDT table memory at [mem 0xb69bc000-0xb69be0ad]
[ 0.018482] ACPI: Reserving SSDT table memory at [mem 0xb69bb000-0xb69bb5a0]
[ 0.018484] ACPI: Reserving SSDT table memory at [mem 0xb697e000-0xb69818a9]
[ 0.018486] ACPI: Reserving SSDT table memory at [mem 0xb647d000-0xb648031d]
[ 0.018487] ACPI: Reserving SSDT table memory at [mem 0xb647c000-0xb647c60d]
[ 0.018489] ACPI: Reserving TPM2 table memory at [mem 0xb647b000-0xb647b033]
[ 0.018491] ACPI: Reserving SSDT table memory at [mem 0xb6479000-0xb64795d7]
[ 0.018493] ACPI: Reserving HPET table memory at [mem 0xb6477000-0xb6477037]
[ 0.018494] ACPI: Reserving APIC table memory at [mem 0xb6476000-0xb6476163]
[ 0.018496] ACPI: Reserving MCFG table memory at [mem 0xb6475000-0xb647503b]
[ 0.018498] ACPI: Reserving ECDT table memory at [mem 0xb6474000-0xb6474052]
[ 0.018500] ACPI: Reserving SSDT table memory at [mem 0xb6446000-0xb64472da]
[ 0.018502] ACPI: Reserving SSDT table memory at [mem 0xb6445000-0xb64450a5]
[ 0.018503] ACPI: Reserving SSDT table memory at [mem 0xb6444000-0xb6444082]
[ 0.018505] ACPI: Reserving SSDT table memory at [mem 0xb6442000-0xb6443f56]
[ 0.018507] ACPI: Reserving NHLT table memory at [mem 0xb6441000-0xb644102c]
[ 0.018509] ACPI: Reserving BOOT table memory at [mem 0xb6440000-0xb6440027]
[ 0.018511] ACPI: Reserving SSDT table memory at [mem 0xb643d000-0xb643de9b]
[ 0.018512] ACPI: Reserving LPIT table memory at [mem 0xb643c000-0xb643c093]
[ 0.018514] ACPI: Reserving WSMT table memory at [mem 0xb643b000-0xb643b027]
[ 0.018516] ACPI: Reserving SSDT table memory at [mem 0xb6438000-0xb643a81a]
[ 0.018518] ACPI: Reserving DBGP table memory at [mem 0xb6437000-0xb6437033]
[ 0.018520] ACPI: Reserving DBG2 table memory at [mem 0xb6436000-0xb6436053]
[ 0.018521] ACPI: Reserving POAT table memory at [mem 0xb6435000-0xb6435054]
[ 0.018523] ACPI: Reserving BATB table memory at [mem 0xb6258000-0xb6258049]
[ 0.018525] ACPI: Reserving UEFI table memory at [mem 0xb9830000-0xb9830129]
[ 0.018527] ACPI: Reserving FPDT table memory at [mem 0xb4a50000-0xb4a50043]
[ 0.018995] No NUMA configuration found
[ 0.018997] Faking a node at [mem 0x0000000000000000-0x000000023e7fffff]
[ 0.019019] NODE_DATA(0) allocated [mem 0x23e7d3000-0x23e7fdfff]
[ 0.019419] Zone ranges:
[ 0.019421] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.019425] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.019428] Normal [mem 0x0000000100000000-0x000000023e7fffff]
[ 0.019431] Device empty
[ 0.019433] Movable zone start for each node
[ 0.019438] Early memory node ranges
[ 0.019439] node 0: [mem 0x0000000000001000-0x0000000000001fff]
[ 0.019442] node 0: [mem 0x000000000000c000-0x000000000005efff]
[ 0.019444] node 0: [mem 0x0000000000087000-0x0000000000088fff]
[ 0.019446] node 0: [mem 0x0000000000100000-0x00000000b44b6fff]
[ 0.019448] node 0: [mem 0x00000000b9b4f000-0x00000000b9b4ffff]
[ 0.019450] node 0: [mem 0x0000000100000000-0x000000023e7fffff]
[ 0.019454] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e7fffff]
[ 0.019460] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.019464] On node 0, zone DMA: 10 pages in unavailable ranges
[ 0.019467] On node 0, zone DMA: 40 pages in unavailable ranges
[ 0.019502] On node 0, zone DMA: 119 pages in unavailable ranges
[ 0.030427] On node 0, zone DMA32: 22168 pages in unavailable ranges
[ 0.050254] On node 0, zone Normal: 25776 pages in unavailable ranges
[ 0.050363] On node 0, zone Normal: 6144 pages in unavailable ranges
[ 0.050390] Reserving Intel graphics memory at [mem 0xbb800000-0xbf7fffff]
[ 0.050789] ACPI: PM-Timer IO Port: 0x1808
[ 0.050802] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.050805] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.050807] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.050808] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.050810] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.050812] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.050813] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.050815] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.050816] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.050818] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.050820] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.050821] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.050823] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.050824] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.050826] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.050827] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.050829] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.050831] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.050833] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.050834] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.050889] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.050894] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.050898] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.050907] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.050909] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.050914] TSC deadline timer available
[ 0.050916] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.050939] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.050943] PM: hibernation: Registered nosave memory: [mem 0x00002000-0x0000bfff]
[ 0.050946] PM: hibernation: Registered nosave memory: [mem 0x0005f000-0x00086fff]
[ 0.050950] PM: hibernation: Registered nosave memory: [mem 0x00089000-0x000fffff]
[ 0.050953] PM: hibernation: Registered nosave memory: [mem 0x9221a000-0x9221afff]
[ 0.050956] PM: hibernation: Registered nosave memory: [mem 0x9222a000-0x9222afff]
[ 0.050959] PM: hibernation: Registered nosave memory: [mem 0xb44b7000-0xb8694fff]
[ 0.050961] PM: hibernation: Registered nosave memory: [mem 0xb8695000-0xb9a1efff]
[ 0.050962] PM: hibernation: Registered nosave memory: [mem 0xb9a1f000-0xb9b4efff]
[ 0.050965] PM: hibernation: Registered nosave memory: [mem 0xb9b50000-0xbf7fffff]
[ 0.050967] PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xffffffff]
[ 0.050970] [mem 0xbf800000-0xffffffff] available for PCI devices
[ 0.050972] Booting paravirtualized kernel on bare hardware
[ 0.050975] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.050988] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.051874] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.051887] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.051891] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.051932] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7
[ 0.052080] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic", will be passed to user space.
[ 0.054043] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.054993] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.055197] Fallback order for Node 0: 0
[ 0.055202] Built 1 zonelists, mobility grouping on. Total pages: 2010885
[ 0.055205] Policy zone: Normal
[ 0.055213] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.055219] software IO TLB: area num 8.
[ 0.126912] Memory: 7738996K/8171576K available (20480K kernel code, 4265K rwdata, 13180K rodata, 4792K init, 17396K bss, 432320K reserved, 0K cma-reserved)
[ 0.127412] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.127463] ftrace: allocating 55226 entries in 216 pages
[ 0.145206] ftrace: allocated 216 pages with 4 groups
[ 0.146568] Dynamic Preempt: voluntary
[ 0.146631] rcu: Preemptible hierarchical RCU implementation.
[ 0.146633] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.146635] Trampoline variant of Tasks RCU enabled.
[ 0.146636] Rude variant of Tasks RCU enabled.
[ 0.146637] Tracing variant of Tasks RCU enabled.
[ 0.146639] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.146640] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.152619] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.152944] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.153251] Console: colour dummy device 80x25
[ 0.153255] printk: console [tty0] enabled
[ 0.153351] ACPI: Core revision 20230331
[ 0.153892] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.153895] APIC: Switch to symmetric I/O mode setup
[ 0.155915] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.161754] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
[ 0.161767] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=8399776)
[ 0.161803] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.161811] x86/cpu: SGX disabled by BIOS.
[ 0.161823] CPU0: Thermal monitoring enabled (TM1)
[ 0.161903] process: using mwait in idle threads
[ 0.161909] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.161912] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.161918] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.161922] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.161924] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.161926] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.161927] RETBleed: Mitigation: Enhanced IBRS
[ 0.161931] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.161934] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.161944] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.161947] SRBDS: Mitigation: Microcode
[ 0.161951] GDS: Mitigation: Microcode
[ 0.161960] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.161962] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.161964] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.161966] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.161968] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.161970] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.161974] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.161976] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.161978] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.165761] Freeing SMP alternatives memory: 44K
[ 0.165761] pid_max: default: 32768 minimum: 301
[ 0.165761] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[ 0.165761] landlock: Up and running.
[ 0.165761] Yama: becoming mindful.
[ 0.165761] AppArmor: AppArmor initialized
[ 0.165761] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.165761] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.165761] smpboot: CPU0: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[ 0.165761] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.165761] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.165761] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.165761] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.165761] ... version: 4
[ 0.165761] ... bit width: 48
[ 0.165761] ... generic registers: 4
[ 0.165761] ... value mask: 0000ffffffffffff
[ 0.165761] ... max period: 00007fffffffffff
[ 0.165761] ... fixed-purpose events: 3
[ 0.165761] ... event mask: 000000070000000f
[ 0.165761] signal: max sigframe size: 2032
[ 0.165761] Estimated ratio of average max frequency by base frequency (times 1024): 1901
[ 0.165761] rcu: Hierarchical SRCU implementation.
[ 0.165761] rcu: Max phase no-delay instances is 1000.
[ 0.165761] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.165761] smp: Bringing up secondary CPUs ...
[ 0.165761] smpboot: x86: Booting SMP configuration:
[ 0.165761] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.171640] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.171640] smp: Brought up 1 node, 8 CPUs
[ 0.171640] smpboot: Max logical packages: 1
[ 0.171640] smpboot: Total of 8 processors activated (33599.10 BogoMIPS)
[ 0.174232] devtmpfs: initialized
[ 0.174232] x86/mm: Memory block size: 128MB
[ 0.175178] ACPI: PM: Registering ACPI NVS region [mem 0xb8695000-0xb9a1efff] (20488192 bytes)
[ 0.175178] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.175178] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.175178] pinctrl core: initialized pinctrl subsystem
[ 0.175178] PM: RTC time: 11:17:23, date: 2024-01-30
[ 0.175543] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.178004] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.178120] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.178235] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.178254] audit: initializing netlink subsys (disabled)
[ 0.178273] audit: type=2000 audit(1706613443.016:1): state=initialized audit_enabled=0 res=1
[ 0.178273] thermal_sys: Registered thermal governor 'fair_share'
[ 0.178273] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.178273] thermal_sys: Registered thermal governor 'step_wise'
[ 0.178273] thermal_sys: Registered thermal governor 'user_space'
[ 0.178273] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.178273] EISA bus registered
[ 0.178273] cpuidle: using governor ladder
[ 0.178273] cpuidle: using governor menu
[ 0.178273] Simple Boot Flag at 0x47 set to 0x1
[ 0.178273] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.178273] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.178375] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.178386] PCI: not using MMCONFIG
[ 0.178388] PCI: Using configuration type 1 for base access
[ 0.178814] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.178828] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.178828] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.178828] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.178828] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.178828] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.178828] fbcon: Taking over console
[ 0.178828] ACPI: Added _OSI(Module Device)
[ 0.178828] ACPI: Added _OSI(Processor Device)
[ 0.178828] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.178828] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.298601] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.LPCB.EC.LHKF], AE_ALREADY_EXISTS (20230331/dswload2-326)
[ 0.298622] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230331/psobject-220)
[ 0.298631] ACPI: Skipping parse of AML opcode: Device (0x5B82)
[ 0.301701] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.304117] ACPI: EC: EC started
[ 0.304119] ACPI: EC: interrupt blocked
[ 0.305545] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.305547] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.308371] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.324367] ACPI: Dynamic OEM Table Load:
[ 0.324367] ACPI: SSDT 0xFFFF9BEA80227A00 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
[ 0.327518] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.329566] ACPI: Dynamic OEM Table Load:
[ 0.329583] ACPI: SSDT 0xFFFF9BEA8119D000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.332042] ACPI: Dynamic OEM Table Load:
[ 0.332058] ACPI: SSDT 0xFFFF9BEA813AB800 0005DC (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.334639] ACPI: Dynamic OEM Table Load:
[ 0.334653] ACPI: SSDT 0xFFFF9BEA802AC400 00016C (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.337039] ACPI: Dynamic OEM Table Load:
[ 0.337057] ACPI: SSDT 0xFFFF9BEA813B7000 000BEA (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.339827] ACPI: Dynamic OEM Table Load:
[ 0.339843] ACPI: SSDT 0xFFFF9BEA813AA800 000778 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.342446] ACPI: Dynamic OEM Table Load:
[ 0.342460] ACPI: SSDT 0xFFFF9BEA8119DC00 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.345018] ACPI: Dynamic OEM Table Load:
[ 0.345033] ACPI: SSDT 0xFFFF9BEA813B3000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527)
[ 0.349027] ACPI: Dynamic OEM Table Load:
[ 0.349042] ACPI: SSDT 0xFFFF9BEA8119A800 0003CA (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.356594] ACPI: Interpreter enabled
[ 0.356682] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.356685] ACPI: Using IOAPIC for interrupt routing
[ 0.359717] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.361739] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[ 0.361761] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.361769] PCI: Using E820 reservations for host bridge windows
[ 0.362593] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.369090] ACPI: \_SB_.PCI0.LPCB.EC__.PUBS: New power resource
[ 0.375106] ACPI: \_SB_.PCI0.XHC_.RHUB.HS10.DBTP: New power resource
[ 0.377802] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[ 0.384061] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 0.384177] ACPI: \_SB_.PCI0.RP10.PXSX.DRST: New power resource
[ 0.384386] ACPI: \_SB_.PCI0.RP11.PXP_: New power resource
[ 0.392802] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[ 0.393186] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[ 0.393555] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[ 0.396543] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[ 0.403772] ACPI: \PIN_: New power resource
[ 0.403820] ACPI: \PINP: New power resource
[ 0.404907] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.404920] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.408207] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.408211] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.412886] PCI host bridge to bus 0000:00
[ 0.412891] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.412895] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.412898] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.412901] pci_bus 0000:00: root bus resource [mem 0xbf800000-0xdfffffff window]
[ 0.412903] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 0.412906] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.412942] pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000
[ 0.413070] pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000
[ 0.413084] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit]
[ 0.413094] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.413101] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.413127] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.413132] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.413447] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.413462] pci 0000:00:04.0: reg 0x10: [mem 0xd1330000-0xd1337fff 64bit]
[ 0.414152] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.414168] pci 0000:00:08.0: reg 0x10: [mem 0xd1340000-0xd1340fff 64bit]
[ 0.414310] pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
[ 0.414333] pci 0000:00:12.0: reg 0x10: [mem 0xd1341000-0xd1341fff 64bit]
[ 0.414514] pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
[ 0.414535] pci 0000:00:14.0: reg 0x10: [mem 0xd1320000-0xd132ffff 64bit]
[ 0.414616] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.415541] pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
[ 0.415563] pci 0000:00:14.2: reg 0x10: [mem 0xd133c000-0xd133dfff 64bit]
[ 0.415578] pci 0000:00:14.2: reg 0x18: [mem 0xd1342000-0xd1342fff 64bit]
[ 0.415744] pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
[ 0.415789] pci 0000:00:15.0: reg 0x10: [mem 0xd1343000-0xd1343fff 64bit]
[ 0.416117] pci 0000:00:15.2: [8086:02ea] type 00 class 0x0c8000
[ 0.416169] pci 0000:00:15.2: reg 0x10: [mem 0xd1344000-0xd1344fff 64bit]
[ 0.417024] pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
[ 0.417048] pci 0000:00:16.0: reg 0x10: [mem 0xd1345000-0xd1345fff 64bit]
[ 0.417142] pci 0000:00:16.0: PME# supported from D3hot
[ 0.417797] pci 0000:00:17.0: [8086:02d3] type 00 class 0x010601
[ 0.417815] pci 0000:00:17.0: reg 0x10: [mem 0xd133e000-0xd133ffff]
[ 0.417825] pci 0000:00:17.0: reg 0x14: [mem 0xd1349000-0xd13490ff]
[ 0.417835] pci 0000:00:17.0: reg 0x18: [io 0x3080-0x3087]
[ 0.417845] pci 0000:00:17.0: reg 0x1c: [io 0x3088-0x308b]
[ 0.417855] pci 0000:00:17.0: reg 0x20: [io 0x3060-0x307f]
[ 0.417864] pci 0000:00:17.0: reg 0x24: [mem 0xd1348000-0xd13487ff]
[ 0.417918] pci 0000:00:17.0: PME# supported from D3hot
[ 0.418601] pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400
[ 0.418689] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.420033] pci 0000:00:1d.1: [8086:02b1] type 01 class 0x060400
[ 0.420136] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[ 0.420167] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
[ 0.421523] pci 0000:00:1d.3: [8086:02b3] type 01 class 0x060400
[ 0.421626] pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold
[ 0.421656] pci 0000:00:1d.3: PTM enabled (root), 4ns granularity
[ 0.423074] pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
[ 0.423864] pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040380
[ 0.423918] pci 0000:00:1f.3: reg 0x10: [mem 0xd1338000-0xd133bfff 64bit]
[ 0.423983] pci 0000:00:1f.3: reg 0x20: [mem 0xd1000000-0xd10fffff 64bit]
[ 0.424122] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.425060] pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
[ 0.425089] pci 0000:00:1f.4: reg 0x10: [mem 0xd1346000-0xd13460ff 64bit]
[ 0.425122] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.425779] pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
[ 0.425800] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.425966] pci 0000:00:1f.6: [8086:0d4f] type 00 class 0x020000
[ 0.426011] pci 0000:00:1f.6: reg 0x10: [mem 0xd1300000-0xd131ffff]
[ 0.426250] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.426422] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.426714] pci 0000:04:00.0: [8086:2723] type 00 class 0x028000
[ 0.426790] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd1203fff 64bit]
[ 0.427137] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.428167] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.428174] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff]
[ 0.428276] pci 0000:06:00.0: [10ec:522a] type 00 class 0xff0000
[ 0.428301] pci 0000:06:00.0: reg 0x10: [mem 0xd1100000-0xd1100fff]
[ 0.428467] pci 0000:06:00.0: supports D1 D2
[ 0.428469] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.428790] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.428796] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff]
[ 0.435419] ACPI: EC: interrupt unblocked
[ 0.435423] ACPI: EC: event unblocked
[ 0.435439] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.435441] ACPI: EC: GPE=0x6e
[ 0.435444] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[ 0.435447] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[ 0.435746] iommu: Default domain type: Translated
[ 0.435746] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.435746] SCSI subsystem initialized
[ 0.435746] libata version 3.00 loaded.
[ 0.435746] ACPI: bus type USB registered
[ 0.435746] usbcore: registered new interface driver usbfs
[ 0.435746] usbcore: registered new interface driver hub
[ 0.435746] usbcore: registered new device driver usb
[ 0.435746] pps_core: LinuxPPS API ver. 1 registered
[ 0.435746] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.435746] PTP clock support registered
[ 0.435746] EDAC MC: Ver: 3.0.0
[ 0.435746] efivars: Registered efivars operations
[ 0.435746] NetLabel: Initializing
[ 0.435746] NetLabel: domain hash size = 128
[ 0.435746] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.435746] NetLabel: unlabeled traffic allowed by default
[ 0.435746] mctp: management component transport protocol core
[ 0.435746] NET: Registered PF_MCTP protocol family
[ 0.435746] PCI: Using ACPI for IRQ routing
[ 0.481616] PCI: pci_cache_line_size set to 64 bytes
[ 0.481935] e820: reserve RAM buffer [mem 0x00002000-0x0000ffff]
[ 0.481938] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff]
[ 0.481940] e820: reserve RAM buffer [mem 0x00089000-0x0008ffff]
[ 0.481942] e820: reserve RAM buffer [mem 0x9221a018-0x93ffffff]
[ 0.481944] e820: reserve RAM buffer [mem 0xb44b7000-0xb7ffffff]
[ 0.481946] e820: reserve RAM buffer [mem 0xb9b50000-0xbbffffff]
[ 0.481948] e820: reserve RAM buffer [mem 0x23e800000-0x23fffffff]
[ 0.481988] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.481988] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.481988] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.481988] vgaarb: loaded
[ 0.484245] clocksource: Switched to clocksource tsc-early
[ 0.498000] VFS: Disk quotas dquot_6.6.0
[ 0.498025] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.498216] AppArmor: AppArmor Filesystem Enabled
[ 0.498311] pnp: PnP ACPI init
[ 0.498531] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[ 0.499033] system 00:01: [io 0x1800-0x18fe] has been reserved
[ 0.499041] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 0.499045] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.499048] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.499051] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.499054] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.499057] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 0.499663] system 00:02: [io 0x2000-0x20fe] has been reserved
[ 0.500519] system 00:03: [io 0x0680-0x069f] has been reserved
[ 0.500525] system 00:03: [io 0x164e-0x164f] has been reserved
[ 0.500829] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.501020] system 00:08: [io 0x1800-0x189f] could not be reserved
[ 0.501025] system 00:08: [io 0x0800-0x087f] has been reserved
[ 0.501028] system 00:08: [io 0x0880-0x08ff] has been reserved
[ 0.501031] system 00:08: [io 0x0900-0x097f] has been reserved
[ 0.501034] system 00:08: [io 0x0980-0x09ff] has been reserved
[ 0.501036] system 00:08: [io 0x0a00-0x0a7f] has been reserved
[ 0.501039] system 00:08: [io 0x0a80-0x0aff] has been reserved
[ 0.501042] system 00:08: [io 0x0b00-0x0b7f] has been reserved
[ 0.501044] system 00:08: [io 0x0b80-0x0bff] has been reserved
[ 0.501047] system 00:08: [io 0x15e0-0x15ef] has been reserved
[ 0.501050] system 00:08: [io 0x1600-0x167f] could not be reserved
[ 0.501053] system 00:08: [io 0x1640-0x165f] could not be reserved
[ 0.501056] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.501059] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.501062] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.501065] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.501068] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.501071] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.501074] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.502323] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.502329] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.502332] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.502334] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.502337] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.502340] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.502342] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.502345] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.502729] system 00:0a: [mem 0xfe038000-0xfe038fff] has been reserved
[ 0.503515] pnp 00:0b: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503522] pnp 00:0b: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503526] pnp 00:0b: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503529] pnp 00:0b: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503574] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.503578] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.503581] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.503584] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.503587] system 00:0b: [mem 0x00100000-0xbf7fffff] could not be reserved
[ 0.503590] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.503594] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.503758] pnp: PnP ACPI: found 12 devices
[ 0.510345] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.510448] NET: Registered PF_INET protocol family
[ 0.510587] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.513438] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.513479] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.513568] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.513855] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.514271] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.514390] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.514436] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.514472] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.514549] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.514559] NET: Registered PF_XDP protocol family
[ 0.514580] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.514595] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.514600] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff]
[ 0.514608] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.514613] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff]
[ 0.514622] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.514626] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.514628] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.514631] pci_bus 0000:00: resource 7 [mem 0xbf800000-0xdfffffff window]
[ 0.514633] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[ 0.514636] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd12fffff]
[ 0.514639] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
[ 0.515574] PCI: CLS 0 bytes, default 64
[ 0.515584] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.515586] software IO TLB: mapped [mem 0x00000000abe3e000-0x00000000afe3e000] (64MB)
[ 0.515657] Trying to unpack rootfs image as initramfs...
[ 0.515759] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
[ 0.515764] caller snb_uncore_imc_init_box+0x7f/0xe0 mapping multiple BARs
[ 0.521684] Initialise system trusted keyrings
[ 0.521699] Key type blacklist registered
[ 0.521755] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.521776] zbud: loaded
[ 0.522131] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.522312] fuse: init (API version 7.38)
[ 0.522545] integrity: Platform Keyring initialized
[ 0.522553] integrity: Machine keyring initialized
[ 0.536758] Key type asymmetric registered
[ 0.536763] Asymmetric key parser 'x509' registered
[ 0.536796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.536880] io scheduler mq-deadline registered
[ 0.537381] pcieport 0000:00:1d.0: PME: Signaling with IRQ 120
[ 0.537843] pcieport 0000:00:1d.1: PME: Signaling with IRQ 121
[ 0.537945] pcieport 0000:00:1d.1: AER: enabled with IRQ 121
[ 0.538012] pcieport 0000:00:1d.1: DPC: enabled with IRQ 121
[ 0.538015] pcieport 0000:00:1d.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.538408] pcieport 0000:00:1d.3: PME: Signaling with IRQ 122
[ 0.538488] pcieport 0000:00:1d.3: AER: enabled with IRQ 122
[ 0.538554] pcieport 0000:00:1d.3: DPC: enabled with IRQ 122
[ 0.538556] pcieport 0000:00:1d.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.538687] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.538785] efifb: probing for efifb
[ 0.538806] efifb: No BGRT, not showing boot graphics
[ 0.538807] efifb: framebuffer at 0xc0000000, using 4128k, total 4128k
[ 0.538810] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.538813] efifb: scrolling: redraw
[ 0.538815] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.538969] Console: switching to colour frame buffer device 170x48
[ 0.540616] fb0: EFI VGA frame buffer device
[ 0.542316] ACPI: AC: AC Adapter [AC] (on-line)
[ 0.542435] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.542496] ACPI: button: Sleep Button [SLPB]
[ 0.542552] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.542593] ACPI: button: Lid Switch [LID]
[ 0.542641] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.542688] ACPI: button: Power Button [PWRF]
[ 0.551790] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.551796] ACPI: thermal: Thermal Zone [THM0] (46 C)
[ 0.552215] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.556209] hpet_acpi_add: no address or irqs in _CRS
[ 0.556248] Linux agpgart interface v0.103
[ 0.558011] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 0.577111] loop: module loaded
[ 0.577696] tun: Universal TUN/TAP device driver, 1.6
[ 0.577790] PPP generic driver version 2.4.2
[ 0.578016] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.584851] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.584862] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.585169] mousedev: PS/2 mouse device common for all mice
[ 0.585594] rtc_cmos 00:04: RTC can wake from S4
[ 0.587365] rtc_cmos 00:04: registered as rtc0
[ 0.587719] rtc_cmos 00:04: setting system clock to 2024-01-30T11:17:24 UTC (1706613444)
[ 0.587774] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 0.587793] i2c_dev: i2c /dev entries driver
[ 0.588306] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.588329] device-mapper: uevent: version 1.0.3
[ 0.588453] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 0.588514] platform eisa.0: Probing EISA bus 0
[ 0.588518] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 0.588521] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 0.588523] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 0.588526] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 0.588528] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 0.588530] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 0.588532] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 0.588534] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 0.588536] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 0.588538] platform eisa.0: EISA: Detected 0 cards
[ 0.588544] intel_pstate: Intel P-state driver initializing
[ 0.589571] intel_pstate: HWP enabled
[ 0.589680] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.589840] intel_pmc_core INT33A1:00: initialized
[ 0.589985] drop_monitor: Initializing network drop monitor service
[ 0.590441] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.600160] ACPI: battery: Slot [BAT0] (battery present)
[ 0.602628] NET: Registered PF_INET6 protocol family
[ 0.863571] Freeing initrd memory: 68228K
[ 0.868226] Segment Routing with IPv6
[ 0.868242] In-situ OAM (IOAM) with IPv6
[ 0.868271] NET: Registered PF_PACKET protocol family
[ 0.868341] Key type dns_resolver registered
[ 0.869181] microcode: Microcode Update Driver: v2.2.
[ 0.869187] IPI shorthand broadcast: enabled
[ 0.870237] sched_clock: Marking stable (860588963, 8590306)->(942776159, -73596890)
[ 0.870457] registered taskstats version 1
[ 0.871186] Loading compiled-in X.509 certificates
[ 0.871674] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[ 0.872038] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 0.872422] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 0.872423] blacklist: Loading compiled-in revocation X.509 certificates
[ 0.872436] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[ 0.872447] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[ 0.872457] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[ 0.872467] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[ 0.872477] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[ 0.872487] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[ 0.872496] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[ 0.872506] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[ 0.873778] Key type .fscrypt registered
[ 0.873779] Key type fscrypt-provisioning registered
[ 0.873970] Key type trusted registered
[ 0.876124] Key type encrypted registered
[ 0.876127] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.876921] integrity: Loading X.509 certificate: UEFI:db
[ 0.876944] integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
[ 0.876945] integrity: Loading X.509 certificate: UEFI:db
[ 0.876957] integrity: Loaded X.509 cert 'Lenovo(BeiJing) Ltd.: PSD_CDC-DB: 0256cbfa1a8a33b2b39ecc439f8de0c111991b12'
[ 0.876957] integrity: Loading X.509 certificate: UEFI:db
[ 0.876966] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[ 0.876967] integrity: Loading X.509 certificate: UEFI:db
[ 0.876984] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.876985] integrity: Loading X.509 certificate: UEFI:db
[ 0.876997] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.877580] Loading compiled-in module X.509 certificates
[ 0.877951] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[ 0.877953] ima: Allocated hash algorithm: sha1
[ 0.893993] ima: No architecture policies found
[ 0.894005] evm: Initialising EVM extended attributes:
[ 0.894006] evm: security.selinux
[ 0.894007] evm: security.SMACK64
[ 0.894008] evm: security.SMACK64EXEC
[ 0.894008] evm: security.SMACK64TRANSMUTE
[ 0.894009] evm: security.SMACK64MMAP
[ 0.894009] evm: security.apparmor
[ 0.894010] evm: security.ima
[ 0.894010] evm: security.capability
[ 0.894011] evm: HMAC attrs: 0x1
[ 0.894234] PM: Magic number: 8:110:278
[ 0.894267] tty tty15: hash matches
[ 0.897697] RAS: Correctable Errors collector initialized.
[ 0.897734] clk: Disabling unused clocks
[ 0.898566] Freeing unused decrypted memory: 2036K
[ 0.899182] Freeing unused kernel image (initmem) memory: 4792K
[ 0.932920] Write protecting the kernel read-only data: 34816k
[ 0.933853] Freeing unused kernel image (rodata/data gap) memory: 1156K
[ 0.966699] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.966706] Run /init as init process
[ 0.966708] with arguments:
[ 0.966710] /init
[ 0.966711] splash
[ 0.966712] with environment:
[ 0.966713] HOME=/
[ 0.966714] TERM=linux
[ 0.966716] BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic
[ 1.053107] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.053121] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.054214] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 1.054848] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 1.055155] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 1.055798] ahci 0000:00:17.0: version 3.0
[ 1.057881] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.057888] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.057895] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.057952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 1.057956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.057958] usb usb1: Product: xHCI Host Controller
[ 1.057959] usb usb1: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[ 1.057961] usb usb1: SerialNumber: 0000:00:14.0
[ 1.059257] rtsx_pci 0000:06:00.0: enabling device (0000 -> 0002)
[ 1.059565] hub 1-0:1.0: USB hub found
[ 1.059592] hub 1-0:1.0: 12 ports detected
[ 1.061541] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.061582] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.068756] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.068761] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.069499] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 1.069504] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
[ 1.069979] scsi host0: ahci
[ 1.070120] ata1: SATA max UDMA/133 abar m2048@0xd1348000 port 0xd1348100 irq 124
[ 1.072136] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.084059] i2c i2c-0: 1/4 memory slots populated (from DMI)
[ 1.086838] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 1.089433] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[ 1.089438] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.089440] usb usb2: Product: xHCI Host Controller
[ 1.089441] usb usb2: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[ 1.089442] usb usb2: SerialNumber: 0000:00:14.0
[ 1.090491] hub 2-0:1.0: USB hub found
[ 1.090509] hub 2-0:1.0: 6 ports detected
[ 1.091546] usb: port power management may be unreliable
[ 1.095568] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.337980] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 1.344659] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 1.386278] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.387133] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.387139] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.389389] ata1.00: ATA-9: WDC WD5000LPLX-08ZNTT0, 05.01A05, max UDMA/133
[ 1.389661] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.391363] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.391368] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.391912] ata1.00: configured for UDMA/133
[ 1.402425] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPLX-0 1A05 PQ: 0 ANSI: 5
[ 1.403288] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.403392] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.403395] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.403459] sd 0:0:0:0: [sda] Write Protect is off
[ 1.403463] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.403497] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.403539] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 1.414681] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:05:db:34:f6:82
[ 1.414687] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 1.414824] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[ 1.476567] sda: sda1 sda2 sda3 sda4
[ 1.477263] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.488213] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 1.503717] usb 1-3: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00
[ 1.503727] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.503731] usb 1-3: Product: Mass Storage Device
[ 1.503733] usb 1-3: Manufacturer: Generic
[ 1.503736] usb 1-3: SerialNumber: 058F63626376
[ 1.540650] tsc: Refined TSC clocksource calibration: 2111.999 MHz
[ 1.540661] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e7177b097e, max_idle_ns: 440795281886 ns
[ 1.540707] clocksource: Switched to clocksource tsc
[ 1.633932] usb 1-4: new low-speed USB device number 3 using xhci_hcd
[ 1.788585] usb 1-4: New USB device found, idVendor=03f0, idProduct=1041, bcdDevice= 1.00
[ 1.788613] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.788618] usb 1-4: Product: HP Travel USB Optical Mouse
[ 1.788623] usb 1-4: Manufacturer: PixArt
[ 1.925150] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[ 2.067201] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[ 2.111168] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 2.111186] psmouse serio1: synaptics: Your touchpad (PNP: LEN040c PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 2.111541] usb 1-7: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
[ 2.111553] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.111558] usb 1-7: Product: Integrated Camera
[ 2.111562] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[ 2.111566] usb 1-7: SerialNumber: 0001
[ 2.198554] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793
[ 2.198581] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 2.244712] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[ 2.255222] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[ 2.407069] usb 1-9: New USB device found, idVendor=06cb, idProduct=00be, bcdDevice= 0.00
[ 2.407084] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 2.407090] usb 1-9: SerialNumber: c77cd9638206
[ 2.544631] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[ 2.700426] usb 1-10: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[ 2.700442] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.724834] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 2.725498] scsi host1: usb-storage 1-3:1.0
[ 2.728227] usbcore: registered new interface driver usb-storage
[ 2.733151] hid: raw HID events driver (C) Jiri Kosina
[ 2.735386] usbcore: registered new interface driver uas
[ 2.741154] usbcore: registered new interface driver usbhid
[ 2.741166] usbhid: USB HID core driver
[ 2.747035] input: PixArt HP Travel USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:03F0:1041.0001/input/input7
[ 2.747483] hid-generic 0003:03F0:1041.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP Travel USB Optical Mouse] on usb-0000:00:14.0-4/input0
[ 2.854770] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[ 2.942850] EXT4-fs (sda1): mounted filesystem 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro with ordered data mode. Quota mode: none.
[ 3.140783] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[ 3.746703] scsi 1:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 3.747438] scsi 1:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 3.750491] scsi 1:0:0:2: Direct-Access Generic USB xD/SM Reader 1.02 PQ: 0 ANSI: 0
[ 3.752291] scsi 1:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 3.752912] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 3.753450] sd 1:0:0:1: Attached scsi generic sg2 type 0
[ 3.753947] scsi 1:0:0:2: Attached scsi generic sg3 type 0
[ 3.754285] scsi 1:0:0:3: Attached scsi generic sg4 type 0
[ 4.288903] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 4.289723] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.289733] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4.291604] sd 1:0:0:0: [sdb] No Caching mode page found
[ 4.291614] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 4.292881] sd 1:0:0:1: [sdc] Media removed, stopped polling
[ 4.294493] sd 1:0:0:1: [sdc] Attached SCSI removable disk
[ 4.294574] sd 1:0:0:2: [sdd] Media removed, stopped polling
[ 4.295420] sd 1:0:0:2: [sdd] Attached SCSI removable disk
[ 4.302636] sd 1:0:0:3: [sde] Media removed, stopped polling
[ 4.303190] sd 1:0:0:3: [sde] Attached SCSI removable disk
[ 4.310222] sdb:
[ 4.310373] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 4.310780] systemd[1]: Inserted module 'autofs4'
[ 4.614006] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 4.614312] systemd[1]: Detected architecture x86-64.
[ 4.630176] systemd[1]: Hostname set to <sysadmin>.
[ 4.727472] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 5.523386] block sda: the capability attribute has been deprecated.
[ 6.453898] systemd[1]: /etc/systemd/system/anydesk.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/anydesk.pid → /run/anydesk.pid; please update the unit file accordingly.
[ 6.818626] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.842541] systemd[1]: Created slice Slice /system/modprobe.
[ 6.843863] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 6.844489] systemd[1]: Created slice User and Session Slice.
[ 6.844781] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.845333] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.845572] systemd[1]: Reached target User and Group Name Lookups.
[ 6.845651] systemd[1]: Reached target Remote File Systems.
[ 6.845695] systemd[1]: Reached target Slice Units.
[ 6.845753] systemd[1]: Reached target Mounting snaps.
[ 6.845849] systemd[1]: Reached target Local Verity Protected Volumes.
[ 6.846274] systemd[1]: Listening on Syslog Socket.
[ 6.846628] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 6.846852] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 6.847422] systemd[1]: Listening on Journal Audit Socket.
[ 6.847698] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.848027] systemd[1]: Listening on Journal Socket.
[ 6.870065] systemd[1]: Listening on udev Control Socket.
[ 6.870474] systemd[1]: Listening on udev Kernel Socket.
[ 6.893266] systemd[1]: Mounting Huge Pages File System...
[ 6.896053] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.899004] systemd[1]: Mounting Kernel Debug File System...
[ 6.901507] systemd[1]: Mounting Kernel Trace File System...
[ 6.906553] systemd[1]: Starting Journal Service...
[ 6.910314] systemd[1]: Starting Set the console keyboard layout...
[ 6.911342] systemd[1]: Starting Create List of Static Device Nodes...
[ 6.912323] systemd[1]: Starting Load Kernel Module configfs...
[ 6.913418] systemd[1]: Starting Load Kernel Module drm...
[ 6.914484] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 6.915571] systemd[1]: Starting Load Kernel Module fuse...
[ 6.915737] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 7.006676] pstore: Using crash dump compression: deflate
[ 7.009245] ACPI: bus type drm_connector registered
[ 7.029879] systemd[1]: Starting Load Kernel Modules...
[ 7.038129] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 7.044869] pstore: Registered efi_pstore as persistent store backend
[ 7.044930] systemd[1]: Starting Coldplug All udev Devices...
[ 7.046184] systemd[1]: Mounted Huge Pages File System.
[ 7.046259] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.046319] systemd[1]: Mounted Kernel Debug File System.
[ 7.046373] systemd[1]: Mounted Kernel Trace File System.
[ 7.046586] systemd[1]: Finished Create List of Static Device Nodes.
[ 7.046789] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 7.046936] systemd[1]: Finished Load Kernel Module configfs.
[ 7.047089] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 7.047242] systemd[1]: Finished Load Kernel Module drm.
[ 7.047411] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 7.047562] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 7.047715] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 7.047852] systemd[1]: Finished Load Kernel Module fuse.
[ 7.048514] systemd[1]: Mounting FUSE Control File System...
[ 7.049151] systemd[1]: Mounting Kernel Configuration File System...
[ 7.050604] systemd[1]: Mounted FUSE Control File System.
[ 7.050668] systemd[1]: Mounted Kernel Configuration File System.
[ 7.115100] systemd[1]: Started Journal Service.
[ 7.134123] EXT4-fs (sda1): re-mounted 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb r/w. Quota mode: none.
[ 7.226241] systemd-journald[266]: Received client request to flush runtime journal.
[ 7.286111] lp: driver loaded but no devices found
[ 7.343365] ppdev: user-space parallel port driver
[ 7.392251] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k FS
[ 8.001445] loop0: detected capacity change from 0 to 8
[ 8.001644] loop1: detected capacity change from 0 to 216720
[ 8.001798] loop2: detected capacity change from 0 to 619744
[ 8.004348] loop3: detected capacity change from 0 to 216592
[ 8.009227] loop4: detected capacity change from 0 to 619736
[ 8.066391] loop5: detected capacity change from 0 to 129976
[ 8.067096] loop6: detected capacity change from 0 to 130888
[ 8.069001] loop7: detected capacity change from 0 to 151352
[ 8.072144] loop8: detected capacity change from 0 to 716168
[ 8.096672] loop9: detected capacity change from 0 to 166424
[ 8.104906] loop10: detected capacity change from 0 to 503800
[ 8.110068] loop11: detected capacity change from 0 to 187776
[ 8.124952] loop12: detected capacity change from 0 to 83672
[ 8.129350] loop13: detected capacity change from 0 to 94064
[ 8.130665] loop14: detected capacity change from 0 to 25240
[ 8.135595] loop15: detected capacity change from 0 to 536760
[ 8.135653] loop16: detected capacity change from 0 to 151784
[ 8.138700] loop17: detected capacity change from 0 to 716176
[ 8.139351] loop18: detected capacity change from 0 to 1017816
[ 8.139434] loop19: detected capacity change from 0 to 1017608
[ 8.473158] loop20: detected capacity change from 0 to 856
[ 8.473809] loop21: detected capacity change from 0 to 904
[ 8.485301] loop22: detected capacity change from 0 to 82800
[ 9.287646] Consider using thermal netlink events interface
[ 9.302616] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[ 9.424063] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 9.543821] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 9.546962] intel_rapl_common: Found RAPL domain package
[ 9.546965] intel_rapl_common: Found RAPL domain dram
[ 9.561111] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 9.655339] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 9.655343] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 9.655344] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 9.655345] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 9.655346] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 9.655346] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 9.680764] spi-nor spi0.0: w25q256 (32768 Kbytes)
[ 9.700639] cryptd: max_cpu_qlen set to 1000
[ 9.717239] Creating 1 MTD partitions on "0000:00:1f.5":
[ 9.717244] 0x000000000000-0x000002000000 : "BIOS"
[ 9.779909] mc: Linux media interface: v0.10
[ 9.854010] Bluetooth: Core ver 2.22
[ 9.854036] NET: Registered PF_BLUETOOTH protocol family
[ 9.854037] Bluetooth: HCI device and connection manager initialized
[ 9.854043] Bluetooth: HCI socket layer initialized
[ 9.854045] Bluetooth: L2CAP socket layer initialized
[ 9.854050] Bluetooth: SCO socket layer initialized
[ 9.854760] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.855055] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.925972] AVX2 version of gcm_enc/dec engaged.
[ 9.926006] AES CTR mode by8 optimization enabled
[ 9.948050] videodev: Linux video capture interface: v2.00
[ 10.002546] Non-volatile memory driver v1.3
[ 10.064829] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 10.064842] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 10.064843] thinkpad_acpi: ThinkPad BIOS R17ET21W (1.04 ), EC R17HT25W
[ 10.064844] thinkpad_acpi: Lenovo ThinkPad L14 Gen 1, model 20U1S05Y00
[ 10.073169] thinkpad_acpi: radio switch found; radios are enabled
[ 10.091494] Intel(R) Wireless WiFi driver for Linux
[ 10.091716] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 10.098757] iwlwifi 0000:04:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[ 10.098808] iwlwifi 0000:04:00.0: PCI dev 2723/0080, rev=0x340, rfid=0x10a100
[ 10.111235] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 10.111240] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 10.112412] usbcore: registered new interface driver btusb
[ 10.113332] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[ 10.114341] Bluetooth: hci0: Device revision is 1
[ 10.114343] Bluetooth: hci0: Secure boot is enabled
[ 10.114344] Bluetooth: hci0: OTP lock is enabled
[ 10.114344] Bluetooth: hci0: API lock is enabled
[ 10.114345] Bluetooth: hci0: Debug lock is disabled
[ 10.114346] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 10.136937] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 10.178895] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
[ 10.178904] ACPI: battery: new extension: ThinkPad Battery Extension
[ 10.198713] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 10.263456] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[ 10.263509] Bluetooth: hci0: Boot Address: 0x24800
[ 10.263510] Bluetooth: hci0: Firmware Version: 126-5.22
[ 10.378958] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver
[ 10.378971] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 10.379436] iwlwifi 0000:04:00.0: loaded firmware version 77.f92b5fed.0 cc-a0-77.ucode op_mode iwlmvm
[ 10.399337] usb 1-7: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
[ 10.403185] usbcore: registered new interface driver uvcvideo
[ 10.717314] intel_tcc_cooling: Programmable TCC Offset detected
[ 10.843221] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.843336] snd_hda_intel 0000:00:1f.3: enabling device (0004 -> 0006)
[ 10.941426] intel_rapl_common: Found RAPL domain package
[ 10.941431] intel_rapl_common: Found RAPL domain core
[ 10.941432] intel_rapl_common: Found RAPL domain uncore
[ 10.941433] intel_rapl_common: Found RAPL domain dram
[ 10.941434] intel_rapl_common: Found RAPL domain psys
[ 11.824949] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[ 11.825016] thermal thermal_zone9: failed to read out thermal zone (-61)
[ 11.897414] Bluetooth: hci0: Waiting for firmware download to complete
[ 11.898315] Bluetooth: hci0: Firmware loaded in 1596537 usecs
[ 11.898351] Bluetooth: hci0: Waiting for device to boot
[ 11.913358] Bluetooth: hci0: Device booted in 14674 usecs
[ 11.913396] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[ 11.969122] iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
[ 12.040039] iwlwifi 0000:04:00.0: base HW address: 34:cf:f6:66:67:e1
[ 12.162475] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[ 12.205764] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
[ 12.206987] Console: switching to colour dummy device 80x25
[ 12.207027] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 12.207340] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 12.208332] Bluetooth: hci0: Firmware revision 0.3 build 126 week 5 2022
[ 12.208440] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 12.209310] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 12.210537] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[ 12.450461] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 13.432110] EXT4-fs (sda4): mounted filesystem a284d37f-2703-4bcf-a52f-56e0f04be126 r/w with ordered data mode. Quota mode: none.
[ 13.918646] audit: type=1400 audit(1706613457.825:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=707 comm="apparmor_parser"
[ 13.919210] audit: type=1400 audit(1706613457.825:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=701 comm="apparmor_parser"
[ 13.919228] audit: type=1400 audit(1706613457.825:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=701 comm="apparmor_parser"
[ 13.919800] audit: type=1400 audit(1706613457.825:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=700 comm="apparmor_parser"
[ 13.919874] audit: type=1400 audit(1706613457.825:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=706 comm="apparmor_parser"
[ 13.920282] audit: type=1400 audit(1706613457.825:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=704 comm="apparmor_parser"
[ 13.920287] audit: type=1400 audit(1706613457.825:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=704 comm="apparmor_parser"
[ 13.920290] audit: type=1400 audit(1706613457.825:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=704 comm="apparmor_parser"
[ 13.921192] audit: type=1400 audit(1706613457.829:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=705 comm="apparmor_parser"
[ 13.922006] audit: type=1400 audit(1706613457.829:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=709 comm="apparmor_parser"
[ 14.567119] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 14.577790] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 14.578435] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 14.578901] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 14.626977] fbcon: i915drmfb (fb0) is primary device
[ 14.629640] Console: switching to colour frame buffer device 170x48
[ 14.648082] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 14.862547] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 14.862564] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 14.862571] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 14.862577] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 14.862581] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 14.862585] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 14.862589] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 14.957427] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 14.957587] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 14.957703] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 14.957879] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 14.958030] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 20.946335] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.946342] Bluetooth: BNEP filters: protocol multicast
[ 20.946349] Bluetooth: BNEP socket layer initialized
[ 20.949029] Bluetooth: MGMT ver 1.22
[ 20.959294] NET: Registered PF_ALG protocol family
[ 21.144735] process '/usr/bin/anydesk' started with executable stack
[ 25.417073] loop23: detected capacity change from 0 to 8
[ 26.076268] kauditd_printk_skb: 43 callbacks suppressed
[ 26.076276] audit: type=1400 audit(1706613469.981:55): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1019 comm="cupsd" capability=12 capname="net_admin"
[ 26.997634] iwlwifi 0000:04:00.0: Registered PHC clock: iwlwifi-PTP, with index: 1
[ 29.823984] audit: type=1400 audit(1706613473.729:56): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1206 comm="snap-confine" capability=12 capname="net_admin"
[ 29.823993] audit: type=1400 audit(1706613473.729:57): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1206 comm="snap-confine" capability=38 capname="perfmon"
[ 30.111857] wlp4s0: authenticate with 50:d4:f7:00:51:de
[ 30.149814] wlp4s0: send auth to 50:d4:f7:00:51:de (try 1/3)
[ 30.228582] wlp4s0: authenticated
[ 30.232659] wlp4s0: associate with 50:d4:f7:00:51:de (try 1/3)
[ 30.234839] wlp4s0: RX AssocResp from 50:d4:f7:00:51:de (capab=0x1011 status=0 aid=1)
[ 30.269399] wlp4s0: associated
[ 30.339673] wlp4s0: Limiting TX power to 40 (40 - 0) dBm as advertised by 50:d4:f7:00:51:de
[ 39.676961] rfkill: input handler disabled
[ 47.887336] audit: type=1400 audit(1706613491.756:58): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1687 comm="snap-confine" capability=12 capname="net_admin"
[ 47.887342] audit: type=1400 audit(1706613491.756:59): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1687 comm="snap-confine" capability=38 capname="perfmon"
[ 48.349518] rfkill: input handler enabled
[ 48.857265] Bluetooth: RFCOMM TTY layer initialized
[ 48.857282] Bluetooth: RFCOMM socket layer initialized
[ 48.857296] Bluetooth: RFCOMM ver 1.11
[ 61.009672] rfkill: input handler disabled
[ 69.507662] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 340.147025] sdb:
Startup fdisk in the administrative mode with the command
As it is fresh SD card there is no partitions
$ sudo fdisk -l
Disk /dev/sdb: 29.84 GiB, 32044482560 bytes, 62586880 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
See the full output below
Disk /dev/loop0: 4 KiB, 4096 bytes, 8 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop1: 302.61 MiB, 317308928 bytes, 619744 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop2: 105.82 MiB, 110960640 bytes, 216720 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop3: 105.76 MiB, 110895104 bytes, 216592 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop4: 302.61 MiB, 317304832 bytes, 619736 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop5: 63.46 MiB, 66547712 bytes, 129976 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop6: 63.91 MiB, 67014656 bytes, 130888 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop7: 73.9 MiB, 77492224 bytes, 151352 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors Disk model: WDC WD5000LPLX-0 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: 007A09E0-7A1D-4C22-9032-02CD77903C5A Device Start End Sectors Size Type /dev/sda1 2048 97656831 97654784 46.6G Linux filesystem /dev/sda2 97656832 98633727 976896 477M EFI System /dev/sda3 98633728 99610623 976896 477M BIOS boot /dev/sda4 99610624 976771071 877160448 418.3G Linux filesystem Disk /dev/loop8: 349.69 MiB, 366678016 bytes, 716168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop9: 246 MiB, 257945600 bytes, 503800 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop10: 262.09 MiB, 274821120 bytes, 536760 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop11: 74.11 MiB, 77713408 bytes, 151784 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop12: 81.26 MiB, 85209088 bytes, 166424 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop13: 428 KiB, 438272 bytes, 856 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop14: 452 KiB, 462848 bytes, 904 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop15: 40.86 MiB, 42840064 bytes, 83672 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop16: 91.69 MiB, 96141312 bytes, 187776 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop17: 40.43 MiB, 42393600 bytes, 82800 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop18: 45.93 MiB, 48160768 bytes, 94064 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop19: 12.32 MiB, 12922880 bytes, 25240 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop20: 349.7 MiB, 366682112 bytes, 716176 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop22: 496.98 MiB, 521121792 bytes, 1017816 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/loop21: 496.88 MiB, 521015296 bytes, 1017608 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk /dev/sdb: 29.84 GiB, 32044482560 bytes, 62586880 sectors Disk model: USB SD Reader Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x5452574f
Hence it is fresh SD card there is no /dev/sdb1 and /dev/sdb2
Startup fdisk in the administrative mode with the command
$ sudo fdisk /dev/sdb
Welcome to fdisk (util-linux 2.37.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Within fdisk, use the “n” command to create a new partition.
“n” for new
Command (m for help): n
Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Then we enter “p” to specify that the new partition will be a primary partition.
Select (default p): p
Partition number (1-4, default 1):
Next select 1 to specify the partition number.
The next prompt will ask for the first sector. Just press Enter to accept the default value
Partition number (1-4, default 1): 1
First sector (2048-31116287, default 2048):
After that it will ask for the last sector. Give the value as 128M
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-31116287, default 31116287): +128M
Created a new partition 1 of type "Linux" and of size 128 MiB.
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Now you have to type “n” to create another new partition
Command (m for help): n
Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Then we enter “p” to specify that the new partition will be a primary partition.
Select (default p): p
Partition number (1-4, default 1):
Next select 2 to specify the partition number.
The next prompt will ask for the first sector. Just press Enter to accept the default value
Partition number (1-4, default 1): 2
First sector (2048-31116287, default 2048):
After that it will ask for the last sector. Give the value as 1G
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-31116287, default 31116287): +1G
Created a new partition 2 of type "Linux" and of size 12 GiB.
Command (m for help): p
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Enter “t” to file system type
Command (m for help): t
Partition number (1-3, default 3):
Next we select 1 to specify the partition number.
Partition number (1-2, default 3): 1
Hex code (type L to list all codes):
Enter “c” to change type of partition from Linux to FAT32
Hex code (type L to list all codes): c
Changed type of partition "Linux" to "W95 FAT32 (LBA)".
Command (m for help):
Now, use the p command to print the partitions to verify
Command (m for help): p
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 264191 262144 128M c W95 FAT32 (LBA)
/dev/sdb2 264192 25430015 25165824 1G 83 Linux
Filesystem/RAID signature on partition 1 will be wiped.
Filesystem/RAID signature on partition 2 will be wiped.
Command (m for help):
Now, use the “w”command to print the partitions to verify
“w” for write
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks
$ sudo dmesg | grep -i sdb
[ 4.256065] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 4.256831] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.256841] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4.257513] sd 1:0:0:0: [sdb] No Caching mode page found
[ 4.257522] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 4.266266] sdb:
[ 4.266319] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 59.384131] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 59.386652] sd 1:0:0:0: [sdb] Write Protect is off
[ 59.386665] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 59.387301] sd 1:0:0:0: [sdb] No Caching mode page found
[ 59.387313] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 59.406416] sdb:
[ 59.406602] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 366.387970] sdb: sdb1 sdb2
See the full output below
[ 0.000000] microcode: updated early: 0xd6 -> 0xf8, date = 2023-02-26
[ 0.000000] Linux version 6.5.0-14-generic (buildd@lcy02-amd64-110) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 (Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000001fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000002000-0x000000000000bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000000c000-0x000000000005efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000005f000-0x0000000000086fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000087000-0x0000000000088fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000089000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b44b6fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable
[ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000001000-0x0000000000001fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000002000-0x000000000000bfff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000000c000-0x000000000005efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000005f000-0x0000000000086fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000087000-0x0000000000088fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000089000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009221a017] usable
[ 0.000000] reserve setup_data: [mem 0x000000009221a018-0x000000009222a057] usable
[ 0.000000] reserve setup_data: [mem 0x000000009222a058-0x00000000b44b6fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023e7fffff] usable
[ 0.000000] efi: EFI v2.7 by Lenovo
[ 0.000000] efi: TPMFinalLog=0xb9a17000 SMBIOS=0xb6ab8000 SMBIOS 3.0=0xb6aab000 ACPI=0xb9b4e000 ACPI 2.0=0xb9b4e014 MEMATTR=0xb0e17018 ESRT=0xb643f000 MOKvar=0xb4a4f000 RNG=0xb9b4d018 TPMEventLog=0x935aa018
[ 0.000000] random: crng init done
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.2.0 present.
[ 0.000000] DMI: LENOVO 20U1S05Y00/20U1S05Y00, BIOS R17ET21W (1.04 ) 08/05/2020
[ 0.000000] tsc: Detected 2100.000 MHz processor
[ 0.000000] tsc: Detected 2099.944 MHz TSC
[ 0.001816] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001822] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001838] last_pfn = 0x23e800 max_arch_pfn = 0x400000000
[ 0.001846] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.001850] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002718] last_pfn = 0xb9b50 max_arch_pfn = 0x400000000
[ 0.017794] esrt: Reserving ESRT space from 0x00000000b643f000 to 0x00000000b643f100.
[ 0.017815] Using GB pages for direct mapping
[ 0.018427] secureboot: Secure boot disabled
[ 0.018428] RAMDISK: [mem 0x8bb08000-0x8fda8fff]
[ 0.018440] ACPI: Early table checksum verification disabled
[ 0.018445] ACPI: RSDP 0x00000000B9B4E014 000024 (v02 LENOVO)
[ 0.018453] ACPI: XSDT 0x00000000B9B4C188 000104 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018464] ACPI: FACP 0x00000000B6478000 000114 (v06 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018475] ACPI: DSDT 0x00000000B6448000 02B4EA (v02 LENOVO CML 20170001 INTL 20160422)
[ 0.018481] ACPI: FACS 0x00000000B987D000 000040
[ 0.018487] ACPI: SSDT 0x00000000B69BC000 0020AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
[ 0.018493] ACPI: SSDT 0x00000000B69BB000 0005A1 (v02 LENOVO CtdpB 00001000 INTL 20160527)
[ 0.018500] ACPI: SSDT 0x00000000B697E000 0038AA (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[ 0.018506] ACPI: SSDT 0x00000000B647D000 00331E (v02 LENOVO SaSsdt 00003000 INTL 20160527)
[ 0.018512] ACPI: SSDT 0x00000000B647C000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[ 0.018518] ACPI: TPM2 0x00000000B647B000 000034 (v04 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018525] ACPI: SSDT 0x00000000B6479000 0005D8 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[ 0.018531] ACPI: HPET 0x00000000B6477000 000038 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018537] ACPI: APIC 0x00000000B6476000 000164 (v03 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018543] ACPI: MCFG 0x00000000B6475000 00003C (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018549] ACPI: ECDT 0x00000000B6474000 000053 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018555] ACPI: SSDT 0x00000000B6446000 0012DB (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
[ 0.018561] ACPI: SSDT 0x00000000B6445000 0000A6 (v02 LENOVO PID0Ssdt 00000010 INTL 20160527)
[ 0.018568] ACPI: SSDT 0x00000000B6444000 000083 (v02 LENOVO PID1Ssdt 00000010 INTL 20160527)
[ 0.018574] ACPI: SSDT 0x00000000B6442000 001F57 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[ 0.018580] ACPI: NHLT 0x00000000B6441000 00002D (v00 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018586] ACPI: BOOT 0x00000000B6440000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018592] ACPI: SSDT 0x00000000B643D000 000E9C (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[ 0.018599] ACPI: LPIT 0x00000000B643C000 000094 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018605] ACPI: WSMT 0x00000000B643B000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018611] ACPI: SSDT 0x00000000B6438000 00281B (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[ 0.018617] ACPI: DBGP 0x00000000B6437000 000034 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018624] ACPI: DBG2 0x00000000B6436000 000054 (v00 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018630] ACPI: POAT 0x00000000B6435000 000055 (v03 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018636] ACPI: BATB 0x00000000B6258000 00004A (v02 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018642] ACPI: UEFI 0x00000000B9830000 00012A (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018648] ACPI: FPDT 0x00000000B4A50000 000044 (v01 LENOVO TP-R17 00001040 PTEC 00001040)
[ 0.018653] ACPI: Reserving FACP table memory at [mem 0xb6478000-0xb6478113]
[ 0.018656] ACPI: Reserving DSDT table memory at [mem 0xb6448000-0xb64734e9]
[ 0.018659] ACPI: Reserving FACS table memory at [mem 0xb987d000-0xb987d03f]
[ 0.018660] ACPI: Reserving SSDT table memory at [mem 0xb69bc000-0xb69be0ad]
[ 0.018662] ACPI: Reserving SSDT table memory at [mem 0xb69bb000-0xb69bb5a0]
[ 0.018664] ACPI: Reserving SSDT table memory at [mem 0xb697e000-0xb69818a9]
[ 0.018666] ACPI: Reserving SSDT table memory at [mem 0xb647d000-0xb648031d]
[ 0.018668] ACPI: Reserving SSDT table memory at [mem 0xb647c000-0xb647c60d]
[ 0.018669] ACPI: Reserving TPM2 table memory at [mem 0xb647b000-0xb647b033]
[ 0.018671] ACPI: Reserving SSDT table memory at [mem 0xb6479000-0xb64795d7]
[ 0.018673] ACPI: Reserving HPET table memory at [mem 0xb6477000-0xb6477037]
[ 0.018675] ACPI: Reserving APIC table memory at [mem 0xb6476000-0xb6476163]
[ 0.018676] ACPI: Reserving MCFG table memory at [mem 0xb6475000-0xb647503b]
[ 0.018678] ACPI: Reserving ECDT table memory at [mem 0xb6474000-0xb6474052]
[ 0.018680] ACPI: Reserving SSDT table memory at [mem 0xb6446000-0xb64472da]
[ 0.018682] ACPI: Reserving SSDT table memory at [mem 0xb6445000-0xb64450a5]
[ 0.018684] ACPI: Reserving SSDT table memory at [mem 0xb6444000-0xb6444082]
[ 0.018685] ACPI: Reserving SSDT table memory at [mem 0xb6442000-0xb6443f56]
[ 0.018687] ACPI: Reserving NHLT table memory at [mem 0xb6441000-0xb644102c]
[ 0.018689] ACPI: Reserving BOOT table memory at [mem 0xb6440000-0xb6440027]
[ 0.018691] ACPI: Reserving SSDT table memory at [mem 0xb643d000-0xb643de9b]
[ 0.018692] ACPI: Reserving LPIT table memory at [mem 0xb643c000-0xb643c093]
[ 0.018694] ACPI: Reserving WSMT table memory at [mem 0xb643b000-0xb643b027]
[ 0.018696] ACPI: Reserving SSDT table memory at [mem 0xb6438000-0xb643a81a]
[ 0.018698] ACPI: Reserving DBGP table memory at [mem 0xb6437000-0xb6437033]
[ 0.018700] ACPI: Reserving DBG2 table memory at [mem 0xb6436000-0xb6436053]
[ 0.018701] ACPI: Reserving POAT table memory at [mem 0xb6435000-0xb6435054]
[ 0.018703] ACPI: Reserving BATB table memory at [mem 0xb6258000-0xb6258049]
[ 0.018705] ACPI: Reserving UEFI table memory at [mem 0xb9830000-0xb9830129]
[ 0.018707] ACPI: Reserving FPDT table memory at [mem 0xb4a50000-0xb4a50043]
[ 0.019177] No NUMA configuration found
[ 0.019179] Faking a node at [mem 0x0000000000000000-0x000000023e7fffff]
[ 0.019200] NODE_DATA(0) allocated [mem 0x23e7d5000-0x23e7fffff]
[ 0.019606] Zone ranges:
[ 0.019610] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.019616] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.019619] Normal [mem 0x0000000100000000-0x000000023e7fffff]
[ 0.019622] Device empty
[ 0.019624] Movable zone start for each node
[ 0.019628] Early memory node ranges
[ 0.019629] node 0: [mem 0x0000000000001000-0x0000000000001fff]
[ 0.019632] node 0: [mem 0x000000000000c000-0x000000000005efff]
[ 0.019634] node 0: [mem 0x0000000000087000-0x0000000000088fff]
[ 0.019636] node 0: [mem 0x0000000000100000-0x00000000b44b6fff]
[ 0.019638] node 0: [mem 0x00000000b9b4f000-0x00000000b9b4ffff]
[ 0.019640] node 0: [mem 0x0000000100000000-0x000000023e7fffff]
[ 0.019643] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e7fffff]
[ 0.019650] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.019654] On node 0, zone DMA: 10 pages in unavailable ranges
[ 0.019657] On node 0, zone DMA: 40 pages in unavailable ranges
[ 0.019692] On node 0, zone DMA: 119 pages in unavailable ranges
[ 0.030623] On node 0, zone DMA32: 22168 pages in unavailable ranges
[ 0.050438] On node 0, zone Normal: 25776 pages in unavailable ranges
[ 0.050565] On node 0, zone Normal: 6144 pages in unavailable ranges
[ 0.050585] Reserving Intel graphics memory at [mem 0xbb800000-0xbf7fffff]
[ 0.050980] ACPI: PM-Timer IO Port: 0x1808
[ 0.050993] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.050996] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.050998] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.051000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.051001] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.051003] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.051005] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.051006] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.051008] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.051009] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.051011] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.051013] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.051014] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.051016] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.051017] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.051019] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.051021] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.051022] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.051024] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.051026] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.051073] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.051079] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.051082] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.051092] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.051094] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.051099] TSC deadline timer available
[ 0.051100] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.051123] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.051127] PM: hibernation: Registered nosave memory: [mem 0x00002000-0x0000bfff]
[ 0.051130] PM: hibernation: Registered nosave memory: [mem 0x0005f000-0x00086fff]
[ 0.051133] PM: hibernation: Registered nosave memory: [mem 0x00089000-0x000fffff]
[ 0.051136] PM: hibernation: Registered nosave memory: [mem 0x9221a000-0x9221afff]
[ 0.051139] PM: hibernation: Registered nosave memory: [mem 0x9222a000-0x9222afff]
[ 0.051142] PM: hibernation: Registered nosave memory: [mem 0xb44b7000-0xb8694fff]
[ 0.051144] PM: hibernation: Registered nosave memory: [mem 0xb8695000-0xb9a1efff]
[ 0.051145] PM: hibernation: Registered nosave memory: [mem 0xb9a1f000-0xb9b4efff]
[ 0.051148] PM: hibernation: Registered nosave memory: [mem 0xb9b50000-0xbf7fffff]
[ 0.051150] PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xffffffff]
[ 0.051153] [mem 0xbf800000-0xffffffff] available for PCI devices
[ 0.051155] Booting paravirtualized kernel on bare hardware
[ 0.051158] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.051171] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.052054] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.052066] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.052071] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.052111] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7
[ 0.052258] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic", will be passed to user space.
[ 0.054221] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.055192] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.055394] Fallback order for Node 0: 0
[ 0.055400] Built 1 zonelists, mobility grouping on. Total pages: 2010885
[ 0.055402] Policy zone: Normal
[ 0.055411] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.055417] software IO TLB: area num 8.
[ 0.127027] Memory: 7739000K/8171576K available (20480K kernel code, 4265K rwdata, 13180K rodata, 4792K init, 17396K bss, 432316K reserved, 0K cma-reserved)
[ 0.127545] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.127596] ftrace: allocating 55226 entries in 216 pages
[ 0.145333] ftrace: allocated 216 pages with 4 groups
[ 0.146686] Dynamic Preempt: voluntary
[ 0.146749] rcu: Preemptible hierarchical RCU implementation.
[ 0.146751] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.146753] Trampoline variant of Tasks RCU enabled.
[ 0.146754] Rude variant of Tasks RCU enabled.
[ 0.146755] Tracing variant of Tasks RCU enabled.
[ 0.146757] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.146758] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.152739] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.153074] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.153381] Console: colour dummy device 80x25
[ 0.153386] printk: console [tty0] enabled
[ 0.153482] ACPI: Core revision 20230331
[ 0.154006] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.154009] APIC: Switch to symmetric I/O mode setup
[ 0.155955] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.162040] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
[ 0.162052] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=8399776)
[ 0.162088] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.162096] x86/cpu: SGX disabled by BIOS.
[ 0.162108] CPU0: Thermal monitoring enabled (TM1)
[ 0.162189] process: using mwait in idle threads
[ 0.162195] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.162198] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.162204] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.162208] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.162210] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.162211] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.162213] RETBleed: Mitigation: Enhanced IBRS
[ 0.162217] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.162220] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.162230] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.162233] SRBDS: Mitigation: Microcode
[ 0.162237] GDS: Mitigation: Microcode
[ 0.162245] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.162248] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.162250] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.162252] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.162254] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.162256] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.162259] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.162262] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.162264] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.166046] Freeing SMP alternatives memory: 44K
[ 0.166046] pid_max: default: 32768 minimum: 301
[ 0.166046] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[ 0.166046] landlock: Up and running.
[ 0.166046] Yama: becoming mindful.
[ 0.166046] AppArmor: AppArmor initialized
[ 0.166046] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.166046] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.166046] smpboot: CPU0: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[ 0.166046] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.166046] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.166046] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.166046] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.166046] ... version: 4
[ 0.166046] ... bit width: 48
[ 0.166046] ... generic registers: 4
[ 0.166046] ... value mask: 0000ffffffffffff
[ 0.166046] ... max period: 00007fffffffffff
[ 0.166046] ... fixed-purpose events: 3
[ 0.166046] ... event mask: 000000070000000f
[ 0.166046] signal: max sigframe size: 2032
[ 0.166046] Estimated ratio of average max frequency by base frequency (times 1024): 1901
[ 0.166046] rcu: Hierarchical SRCU implementation.
[ 0.166046] rcu: Max phase no-delay instances is 1000.
[ 0.166046] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.166046] smp: Bringing up secondary CPUs ...
[ 0.166046] smpboot: x86: Booting SMP configuration:
[ 0.166046] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.171815] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.171815] smp: Brought up 1 node, 8 CPUs
[ 0.171815] smpboot: Max logical packages: 1
[ 0.171815] smpboot: Total of 8 processors activated (33599.10 BogoMIPS)
[ 0.174514] devtmpfs: initialized
[ 0.174514] x86/mm: Memory block size: 128MB
[ 0.175465] ACPI: PM: Registering ACPI NVS region [mem 0xb8695000-0xb9a1efff] (20488192 bytes)
[ 0.175465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.175465] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.175465] pinctrl core: initialized pinctrl subsystem
[ 0.175465] PM: RTC time: 10:32:32, date: 2024-01-30
[ 0.175838] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.178282] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.178399] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.178512] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.178530] audit: initializing netlink subsys (disabled)
[ 0.178549] audit: type=2000 audit(1706610752.016:1): state=initialized audit_enabled=0 res=1
[ 0.178549] thermal_sys: Registered thermal governor 'fair_share'
[ 0.178549] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.178549] thermal_sys: Registered thermal governor 'step_wise'
[ 0.178549] thermal_sys: Registered thermal governor 'user_space'
[ 0.178549] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.178549] EISA bus registered
[ 0.178549] cpuidle: using governor ladder
[ 0.178549] cpuidle: using governor menu
[ 0.178549] Simple Boot Flag at 0x47 set to 0x1
[ 0.178549] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.178549] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.178687] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.178698] PCI: not using MMCONFIG
[ 0.178700] PCI: Using configuration type 1 for base access
[ 0.179121] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.179134] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.179134] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.179134] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.179134] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.179134] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.179134] fbcon: Taking over console
[ 0.179134] ACPI: Added _OSI(Module Device)
[ 0.179134] ACPI: Added _OSI(Processor Device)
[ 0.179134] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.179134] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.299250] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.LPCB.EC.LHKF], AE_ALREADY_EXISTS (20230331/dswload2-326)
[ 0.299271] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230331/psobject-220)
[ 0.299280] ACPI: Skipping parse of AML opcode: Device (0x5B82)
[ 0.302363] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.304780] ACPI: EC: EC started
[ 0.304782] ACPI: EC: interrupt blocked
[ 0.306217] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.306220] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.309027] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.324649] ACPI: Dynamic OEM Table Load:
[ 0.324649] ACPI: SSDT 0xFFFF88CDC0226300 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
[ 0.327791] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.329904] ACPI: Dynamic OEM Table Load:
[ 0.329920] ACPI: SSDT 0xFFFF88CDC119C400 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.332437] ACPI: Dynamic OEM Table Load:
[ 0.332452] ACPI: SSDT 0xFFFF88CDC13AC000 0005DC (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.335120] ACPI: Dynamic OEM Table Load:
[ 0.335133] ACPI: SSDT 0xFFFF88CDC02B1400 00016C (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.337353] ACPI: Dynamic OEM Table Load:
[ 0.337368] ACPI: SSDT 0xFFFF88CDC13B0000 000BEA (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.340098] ACPI: Dynamic OEM Table Load:
[ 0.340113] ACPI: SSDT 0xFFFF88CDC13AE800 000778 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.342702] ACPI: Dynamic OEM Table Load:
[ 0.342715] ACPI: SSDT 0xFFFF88CDC119C000 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.345380] ACPI: Dynamic OEM Table Load:
[ 0.345395] ACPI: SSDT 0xFFFF88CDC13B6000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527)
[ 0.349383] ACPI: Dynamic OEM Table Load:
[ 0.349397] ACPI: SSDT 0xFFFF88CDC1199000 0003CA (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.356987] ACPI: Interpreter enabled
[ 0.357076] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.357079] ACPI: Using IOAPIC for interrupt routing
[ 0.360104] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.362145] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[ 0.362166] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.362169] PCI: Using E820 reservations for host bridge windows
[ 0.362977] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.369552] ACPI: \_SB_.PCI0.LPCB.EC__.PUBS: New power resource
[ 0.375516] ACPI: \_SB_.PCI0.XHC_.RHUB.HS10.DBTP: New power resource
[ 0.378239] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[ 0.384520] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 0.384634] ACPI: \_SB_.PCI0.RP10.PXSX.DRST: New power resource
[ 0.384842] ACPI: \_SB_.PCI0.RP11.PXP_: New power resource
[ 0.393320] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[ 0.393704] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[ 0.394092] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[ 0.397080] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[ 0.404219] ACPI: \PIN_: New power resource
[ 0.404266] ACPI: \PINP: New power resource
[ 0.405350] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.405362] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.408623] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.408627] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.413308] PCI host bridge to bus 0000:00
[ 0.413312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.413317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.413319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.413322] pci_bus 0000:00: root bus resource [mem 0xbf800000-0xdfffffff window]
[ 0.413325] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 0.413327] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.413363] pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000
[ 0.413489] pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000
[ 0.413503] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit]
[ 0.413513] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.413520] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.413546] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.413551] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.413866] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.413881] pci 0000:00:04.0: reg 0x10: [mem 0xd1330000-0xd1337fff 64bit]
[ 0.414571] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.414587] pci 0000:00:08.0: reg 0x10: [mem 0xd1340000-0xd1340fff 64bit]
[ 0.414729] pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
[ 0.414751] pci 0000:00:12.0: reg 0x10: [mem 0xd1341000-0xd1341fff 64bit]
[ 0.414931] pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
[ 0.414951] pci 0000:00:14.0: reg 0x10: [mem 0xd1320000-0xd132ffff 64bit]
[ 0.415033] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.415956] pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
[ 0.415979] pci 0000:00:14.2: reg 0x10: [mem 0xd133c000-0xd133dfff 64bit]
[ 0.415993] pci 0000:00:14.2: reg 0x18: [mem 0xd1342000-0xd1342fff 64bit]
[ 0.416167] pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
[ 0.416212] pci 0000:00:15.0: reg 0x10: [mem 0xd1343000-0xd1343fff 64bit]
[ 0.416544] pci 0000:00:15.2: [8086:02ea] type 00 class 0x0c8000
[ 0.416594] pci 0000:00:15.2: reg 0x10: [mem 0xd1344000-0xd1344fff 64bit]
[ 0.417459] pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
[ 0.417483] pci 0000:00:16.0: reg 0x10: [mem 0xd1345000-0xd1345fff 64bit]
[ 0.417575] pci 0000:00:16.0: PME# supported from D3hot
[ 0.418242] pci 0000:00:17.0: [8086:02d3] type 00 class 0x010601
[ 0.418261] pci 0000:00:17.0: reg 0x10: [mem 0xd133e000-0xd133ffff]
[ 0.418271] pci 0000:00:17.0: reg 0x14: [mem 0xd1349000-0xd13490ff]
[ 0.418281] pci 0000:00:17.0: reg 0x18: [io 0x3080-0x3087]
[ 0.418291] pci 0000:00:17.0: reg 0x1c: [io 0x3088-0x308b]
[ 0.418301] pci 0000:00:17.0: reg 0x20: [io 0x3060-0x307f]
[ 0.418310] pci 0000:00:17.0: reg 0x24: [mem 0xd1348000-0xd13487ff]
[ 0.418364] pci 0000:00:17.0: PME# supported from D3hot
[ 0.419048] pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400
[ 0.419137] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.420481] pci 0000:00:1d.1: [8086:02b1] type 01 class 0x060400
[ 0.420584] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[ 0.420616] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
[ 0.421976] pci 0000:00:1d.3: [8086:02b3] type 01 class 0x060400
[ 0.422080] pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold
[ 0.422110] pci 0000:00:1d.3: PTM enabled (root), 4ns granularity
[ 0.423523] pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
[ 0.424310] pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040380
[ 0.424364] pci 0000:00:1f.3: reg 0x10: [mem 0xd1338000-0xd133bfff 64bit]
[ 0.424430] pci 0000:00:1f.3: reg 0x20: [mem 0xd1000000-0xd10fffff 64bit]
[ 0.424567] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.425505] pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
[ 0.425534] pci 0000:00:1f.4: reg 0x10: [mem 0xd1346000-0xd13460ff 64bit]
[ 0.425567] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.426236] pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
[ 0.426256] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.426423] pci 0000:00:1f.6: [8086:0d4f] type 00 class 0x020000
[ 0.426468] pci 0000:00:1f.6: reg 0x10: [mem 0xd1300000-0xd131ffff]
[ 0.426713] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.426885] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.427177] pci 0000:04:00.0: [8086:2723] type 00 class 0x028000
[ 0.427253] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd1203fff 64bit]
[ 0.427600] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.428584] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.428591] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff]
[ 0.428693] pci 0000:06:00.0: [10ec:522a] type 00 class 0xff0000
[ 0.428718] pci 0000:06:00.0: reg 0x10: [mem 0xd1100000-0xd1100fff]
[ 0.428889] pci 0000:06:00.0: supports D1 D2
[ 0.428891] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.429207] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.429213] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff]
[ 0.435719] ACPI: EC: interrupt unblocked
[ 0.435722] ACPI: EC: event unblocked
[ 0.435739] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.435741] ACPI: EC: GPE=0x6e
[ 0.435744] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[ 0.435747] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[ 0.436058] iommu: Default domain type: Translated
[ 0.436058] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.436058] SCSI subsystem initialized
[ 0.436058] libata version 3.00 loaded.
[ 0.436058] ACPI: bus type USB registered
[ 0.436058] usbcore: registered new interface driver usbfs
[ 0.436058] usbcore: registered new interface driver hub
[ 0.436058] usbcore: registered new device driver usb
[ 0.436058] pps_core: LinuxPPS API ver. 1 registered
[ 0.436058] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.436058] PTP clock support registered
[ 0.436058] EDAC MC: Ver: 3.0.0
[ 0.436058] efivars: Registered efivars operations
[ 0.436058] NetLabel: Initializing
[ 0.436058] NetLabel: domain hash size = 128
[ 0.436058] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.436058] NetLabel: unlabeled traffic allowed by default
[ 0.436058] mctp: management component transport protocol core
[ 0.436058] NET: Registered PF_MCTP protocol family
[ 0.436058] PCI: Using ACPI for IRQ routing
[ 0.481924] PCI: pci_cache_line_size set to 64 bytes
[ 0.482222] e820: reserve RAM buffer [mem 0x00002000-0x0000ffff]
[ 0.482226] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff]
[ 0.482243] e820: reserve RAM buffer [mem 0x00089000-0x0008ffff]
[ 0.482245] e820: reserve RAM buffer [mem 0x9221a018-0x93ffffff]
[ 0.482247] e820: reserve RAM buffer [mem 0xb44b7000-0xb7ffffff]
[ 0.482249] e820: reserve RAM buffer [mem 0xb9b50000-0xbbffffff]
[ 0.482251] e820: reserve RAM buffer [mem 0x23e800000-0x23fffffff]
[ 0.482294] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.482294] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.482294] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.482294] vgaarb: loaded
[ 0.484602] clocksource: Switched to clocksource tsc-early
[ 0.498245] VFS: Disk quotas dquot_6.6.0
[ 0.498269] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.498458] AppArmor: AppArmor Filesystem Enabled
[ 0.498553] pnp: PnP ACPI init
[ 0.498758] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[ 0.499274] system 00:01: [io 0x1800-0x18fe] has been reserved
[ 0.499281] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 0.499285] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.499288] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.499291] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.499294] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.499297] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 0.499894] system 00:02: [io 0x2000-0x20fe] has been reserved
[ 0.500741] system 00:03: [io 0x0680-0x069f] has been reserved
[ 0.500763] system 00:03: [io 0x164e-0x164f] has been reserved
[ 0.501052] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.501242] system 00:08: [io 0x1800-0x189f] could not be reserved
[ 0.501247] system 00:08: [io 0x0800-0x087f] has been reserved
[ 0.501249] system 00:08: [io 0x0880-0x08ff] has been reserved
[ 0.501252] system 00:08: [io 0x0900-0x097f] has been reserved
[ 0.501255] system 00:08: [io 0x0980-0x09ff] has been reserved
[ 0.501257] system 00:08: [io 0x0a00-0x0a7f] has been reserved
[ 0.501260] system 00:08: [io 0x0a80-0x0aff] has been reserved
[ 0.501263] system 00:08: [io 0x0b00-0x0b7f] has been reserved
[ 0.501265] system 00:08: [io 0x0b80-0x0bff] has been reserved
[ 0.501268] system 00:08: [io 0x15e0-0x15ef] has been reserved
[ 0.501271] system 00:08: [io 0x1600-0x167f] could not be reserved
[ 0.501274] system 00:08: [io 0x1640-0x165f] could not be reserved
[ 0.501277] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.501280] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.501283] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.501286] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.501289] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.501292] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.501295] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.502596] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.502602] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.502605] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.502608] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.502611] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.502614] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.502617] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.502619] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.503028] system 00:0a: [mem 0xfe038000-0xfe038fff] has been reserved
[ 0.503845] pnp 00:0b: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503852] pnp 00:0b: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503856] pnp 00:0b: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503860] pnp 00:0b: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503903] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.503907] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.503910] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.503913] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.503916] system 00:0b: [mem 0x00100000-0xbf7fffff] could not be reserved
[ 0.503919] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.503922] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.504093] pnp: PnP ACPI: found 12 devices
[ 0.510666] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.510774] NET: Registered PF_INET protocol family
[ 0.510906] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.513617] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.513658] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.513726] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.514012] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.514430] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.514541] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.514587] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.514622] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.514697] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.514706] NET: Registered PF_XDP protocol family
[ 0.514727] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.514741] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.514746] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff]
[ 0.514755] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.514760] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff]
[ 0.514769] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.514772] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.514775] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.514777] pci_bus 0000:00: resource 7 [mem 0xbf800000-0xdfffffff window]
[ 0.514780] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[ 0.514783] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd12fffff]
[ 0.514785] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
[ 0.515716] PCI: CLS 0 bytes, default 64
[ 0.515736] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.515737] software IO TLB: mapped [mem 0x00000000abe3e000-0x00000000afe3e000] (64MB)
[ 0.515808] Trying to unpack rootfs image as initramfs...
[ 0.515911] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
[ 0.515916] caller snb_uncore_imc_init_box+0x7f/0xe0 mapping multiple BARs
[ 0.525806] Initialise system trusted keyrings
[ 0.525822] Key type blacklist registered
[ 0.525879] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.525900] zbud: loaded
[ 0.526250] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.526431] fuse: init (API version 7.38)
[ 0.526662] integrity: Platform Keyring initialized
[ 0.526669] integrity: Machine keyring initialized
[ 0.540900] Key type asymmetric registered
[ 0.540904] Asymmetric key parser 'x509' registered
[ 0.540939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.541025] io scheduler mq-deadline registered
[ 0.541787] pcieport 0000:00:1d.0: PME: Signaling with IRQ 120
[ 0.542261] pcieport 0000:00:1d.1: PME: Signaling with IRQ 121
[ 0.542358] pcieport 0000:00:1d.1: AER: enabled with IRQ 121
[ 0.542425] pcieport 0000:00:1d.1: DPC: enabled with IRQ 121
[ 0.542427] pcieport 0000:00:1d.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.542828] pcieport 0000:00:1d.3: PME: Signaling with IRQ 122
[ 0.542907] pcieport 0000:00:1d.3: AER: enabled with IRQ 122
[ 0.542971] pcieport 0000:00:1d.3: DPC: enabled with IRQ 122
[ 0.542973] pcieport 0000:00:1d.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.543102] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.543191] efifb: probing for efifb
[ 0.543210] efifb: No BGRT, not showing boot graphics
[ 0.543212] efifb: framebuffer at 0xc0000000, using 4128k, total 4128k
[ 0.543215] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.543218] efifb: scrolling: redraw
[ 0.543219] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.543373] Console: switching to colour frame buffer device 170x48
[ 0.545031] fb0: EFI VGA frame buffer device
[ 0.547169] ACPI: AC: AC Adapter [AC] (on-line)
[ 0.547286] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.547347] ACPI: button: Sleep Button [SLPB]
[ 0.547403] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.547444] ACPI: button: Lid Switch [LID]
[ 0.547492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.547539] ACPI: button: Power Button [PWRF]
[ 0.556564] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.556571] ACPI: thermal: Thermal Zone [THM0] (44 C)
[ 0.556997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.561401] hpet_acpi_add: no address or irqs in _CRS
[ 0.561442] Linux agpgart interface v0.103
[ 0.563211] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 0.584919] loop: module loaded
[ 0.585580] tun: Universal TUN/TAP device driver, 1.6
[ 0.585696] PPP generic driver version 2.4.2
[ 0.586007] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.592945] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.592973] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.593305] mousedev: PS/2 mouse device common for all mice
[ 0.593783] rtc_cmos 00:04: RTC can wake from S4
[ 0.595641] rtc_cmos 00:04: registered as rtc0
[ 0.595932] rtc_cmos 00:04: setting system clock to 2024-01-30T10:32:33 UTC (1706610753)
[ 0.595997] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 0.596019] i2c_dev: i2c /dev entries driver
[ 0.596479] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.596500] device-mapper: uevent: version 1.0.3
[ 0.596638] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 0.596681] platform eisa.0: Probing EISA bus 0
[ 0.596686] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 0.596690] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 0.596693] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 0.596696] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 0.596699] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 0.596702] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 0.596705] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 0.596708] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 0.596710] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 0.596713] platform eisa.0: EISA: Detected 0 cards
[ 0.596720] intel_pstate: Intel P-state driver initializing
[ 0.598236] intel_pstate: HWP enabled
[ 0.598509] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.598571] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.598783] intel_pmc_core INT33A1:00: initialized
[ 0.598953] drop_monitor: Initializing network drop monitor service
[ 0.606071] ACPI: battery: Slot [BAT0] (battery present)
[ 0.615044] NET: Registered PF_INET6 protocol family
[ 0.873154] Freeing initrd memory: 68228K
[ 0.878007] Segment Routing with IPv6
[ 0.878022] In-situ OAM (IOAM) with IPv6
[ 0.878052] NET: Registered PF_PACKET protocol family
[ 0.878239] Key type dns_resolver registered
[ 0.879133] microcode: Microcode Update Driver: v2.2.
[ 0.879140] IPI shorthand broadcast: enabled
[ 0.880148] sched_clock: Marking stable (870386832, 8744637)->(951246913, -72115444)
[ 0.880363] registered taskstats version 1
[ 0.880752] Loading compiled-in X.509 certificates
[ 0.881257] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[ 0.881616] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 0.881994] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 0.881995] blacklist: Loading compiled-in revocation X.509 certificates
[ 0.882007] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[ 0.882017] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[ 0.882027] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[ 0.882037] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[ 0.882046] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[ 0.882058] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[ 0.882069] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[ 0.882079] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[ 0.883317] Key type .fscrypt registered
[ 0.883318] Key type fscrypt-provisioning registered
[ 0.883482] Key type trusted registered
[ 0.885626] Key type encrypted registered
[ 0.885629] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.886568] integrity: Loading X.509 certificate: UEFI:db
[ 0.886603] integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
[ 0.886604] integrity: Loading X.509 certificate: UEFI:db
[ 0.886615] integrity: Loaded X.509 cert 'Lenovo(BeiJing) Ltd.: PSD_CDC-DB: 0256cbfa1a8a33b2b39ecc439f8de0c111991b12'
[ 0.886616] integrity: Loading X.509 certificate: UEFI:db
[ 0.886625] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[ 0.886625] integrity: Loading X.509 certificate: UEFI:db
[ 0.886642] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.886643] integrity: Loading X.509 certificate: UEFI:db
[ 0.886654] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.887309] Loading compiled-in module X.509 certificates
[ 0.887673] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[ 0.887675] ima: Allocated hash algorithm: sha1
[ 0.902815] ima: No architecture policies found
[ 0.902823] evm: Initialising EVM extended attributes:
[ 0.902824] evm: security.selinux
[ 0.902825] evm: security.SMACK64
[ 0.902826] evm: security.SMACK64EXEC
[ 0.902826] evm: security.SMACK64TRANSMUTE
[ 0.902827] evm: security.SMACK64MMAP
[ 0.902827] evm: security.apparmor
[ 0.902828] evm: security.ima
[ 0.902828] evm: security.capability
[ 0.902829] evm: HMAC attrs: 0x1
[ 0.903192] PM: Magic number: 8:760:528
[ 0.906705] RAS: Correctable Errors collector initialized.
[ 0.906743] clk: Disabling unused clocks
[ 0.907560] Freeing unused decrypted memory: 2036K
[ 0.908198] Freeing unused kernel image (initmem) memory: 4792K
[ 0.941112] Write protecting the kernel read-only data: 34816k
[ 0.941623] Freeing unused kernel image (rodata/data gap) memory: 1156K
[ 0.957344] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.957349] Run /init as init process
[ 0.957351] with arguments:
[ 0.957352] /init
[ 0.957353] splash
[ 0.957354] with environment:
[ 0.957355] HOME=/
[ 0.957356] TERM=linux
[ 0.957357] BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic
[ 1.044063] ahci 0000:00:17.0: version 3.0
[ 1.045132] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 1.045821] rtsx_pci 0000:06:00.0: enabling device (0000 -> 0002)
[ 1.048172] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.048258] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.048413] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 1.048545] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 1.048559] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
[ 1.048579] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.048589] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.049089] scsi host0: ahci
[ 1.049164] ata1: SATA max UDMA/133 abar m2048@0xd1348000 port 0xd1348100 irq 123
[ 1.051399] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 1.053970] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.053976] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.053981] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.054038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 1.054044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.054049] usb usb1: Product: xHCI Host Controller
[ 1.054051] usb usb1: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[ 1.054052] usb usb1: SerialNumber: 0000:00:14.0
[ 1.054417] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.054419] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.054988] hub 1-0:1.0: USB hub found
[ 1.055014] hub 1-0:1.0: 12 ports detected
[ 1.056491] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.060490] i2c i2c-0: 1/4 memory slots populated (from DMI)
[ 1.062248] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 1.072440] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[ 1.072446] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.072449] usb usb2: Product: xHCI Host Controller
[ 1.072451] usb usb2: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[ 1.072452] usb usb2: SerialNumber: 0000:00:14.0
[ 1.072850] hub 2-0:1.0: USB hub found
[ 1.072868] hub 2-0:1.0: 6 ports detected
[ 1.074416] usb: port power management may be unreliable
[ 1.077027] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.324846] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 1.330834] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 1.366109] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.367069] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.367073] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.369461] ata1.00: ATA-9: WDC WD5000LPLX-08ZNTT0, 05.01A05, max UDMA/133
[ 1.370325] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.371253] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.371256] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.372295] ata1.00: configured for UDMA/133
[ 1.383732] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPLX-0 1A05 PQ: 0 ANSI: 5
[ 1.384911] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.384992] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.384995] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.385061] sd 0:0:0:0: [sda] Write Protect is off
[ 1.385064] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.385086] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.385264] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 1.403082] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:05:db:34:f6:82
[ 1.403085] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 1.403223] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[ 1.464642] sda: sda1 sda2 sda3 sda4
[ 1.464842] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.468983] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 1.482890] usb 1-3: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00
[ 1.482896] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.482898] usb 1-3: Product: Mass Storage Device
[ 1.482899] usb 1-3: Manufacturer: Generic
[ 1.482901] usb 1-3: SerialNumber: 058F63626376
[ 1.536851] tsc: Refined TSC clocksource calibration: 2112.001 MHz
[ 1.536866] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e71797ffd2, max_idle_ns: 440795307724 ns
[ 1.536947] clocksource: Switched to clocksource tsc
[ 1.612792] usb 1-4: new low-speed USB device number 3 using xhci_hcd
[ 1.775153] usb 1-4: New USB device found, idVendor=03f0, idProduct=1041, bcdDevice= 1.00
[ 1.775165] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.775170] usb 1-4: Product: HP Travel USB Optical Mouse
[ 1.775173] usb 1-4: Manufacturer: PixArt
[ 1.904870] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[ 2.003394] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[ 2.049794] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 2.049812] psmouse serio1: synaptics: Your touchpad (PNP: LEN040c PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 2.087399] usb 1-7: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
[ 2.087413] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.087422] usb 1-7: Product: Integrated Camera
[ 2.087428] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[ 2.087434] usb 1-7: SerialNumber: 0001
[ 2.133530] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793
[ 2.133558] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 2.183161] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[ 2.228842] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[ 2.379719] usb 1-9: New USB device found, idVendor=06cb, idProduct=00be, bcdDevice= 0.00
[ 2.379735] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 2.379742] usb 1-9: SerialNumber: c77cd9638206
[ 2.512846] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[ 2.663887] usb 1-10: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[ 2.663900] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.689835] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 2.689879] hid: raw HID events driver (C) Jiri Kosina
[ 2.690372] scsi host1: usb-storage 1-3:1.0
[ 2.690772] usbcore: registered new interface driver usb-storage
[ 2.696096] usbcore: registered new interface driver uas
[ 2.697671] usbcore: registered new interface driver usbhid
[ 2.697679] usbhid: USB HID core driver
[ 2.704553] input: PixArt HP Travel USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:03F0:1041.0001/input/input7
[ 2.704816] hid-generic 0003:03F0:1041.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP Travel USB Optical Mouse] on usb-0000:00:14.0-4/input0
[ 2.793568] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[ 2.931517] EXT4-fs (sda1): mounted filesystem 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro with ordered data mode. Quota mode: none.
[ 3.056708] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[ 3.713778] scsi 1:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 3.714457] scsi 1:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 3.715009] scsi 1:0:0:2: Direct-Access Generic USB xD/SM Reader 1.02 PQ: 0 ANSI: 0
[ 3.715547] scsi 1:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 3.715989] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 3.716405] scsi 1:0:0:1: Attached scsi generic sg2 type 0
[ 3.716723] scsi 1:0:0:2: Attached scsi generic sg3 type 0
[ 3.717047] scsi 1:0:0:3: Attached scsi generic sg4 type 0
[ 4.256065] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 4.256831] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.256841] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4.257513] sd 1:0:0:0: [sdb] No Caching mode page found
[ 4.257522] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 4.258037] sd 1:0:0:1: [sdc] Media removed, stopped polling
[ 4.258471] sd 1:0:0:2: [sdd] Media removed, stopped polling
[ 4.258489] sd 1:0:0:1: [sdc] Attached SCSI removable disk
[ 4.258613] sd 1:0:0:2: [sdd] Attached SCSI removable disk
[ 4.258845] sd 1:0:0:3: [sde] Media removed, stopped polling
[ 4.259063] sd 1:0:0:3: [sde] Attached SCSI removable disk
[ 4.266266] sdb:
[ 4.266319] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 4.266527] systemd[1]: Inserted module 'autofs4'
[ 4.487235] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 4.487354] systemd[1]: Detected architecture x86-64.
[ 4.502072] systemd[1]: Hostname set to <sysadmin>.
[ 4.590979] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 5.503424] block sda: the capability attribute has been deprecated.
[ 6.417333] systemd[1]: /etc/systemd/system/anydesk.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/anydesk.pid → /run/anydesk.pid; please update the unit file accordingly.
[ 6.782248] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.802700] systemd[1]: Created slice Slice /system/modprobe.
[ 6.804026] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 6.804665] systemd[1]: Created slice User and Session Slice.
[ 6.804953] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.805536] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.805773] systemd[1]: Reached target User and Group Name Lookups.
[ 6.805849] systemd[1]: Reached target Remote File Systems.
[ 6.805901] systemd[1]: Reached target Slice Units.
[ 6.805958] systemd[1]: Reached target Mounting snaps.
[ 6.806050] systemd[1]: Reached target Local Verity Protected Volumes.
[ 6.806488] systemd[1]: Listening on Syslog Socket.
[ 6.806802] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 6.807004] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 6.807581] systemd[1]: Listening on Journal Audit Socket.
[ 6.807849] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.808185] systemd[1]: Listening on Journal Socket.
[ 6.841860] systemd[1]: Listening on udev Control Socket.
[ 6.842278] systemd[1]: Listening on udev Kernel Socket.
[ 6.857432] systemd[1]: Mounting Huge Pages File System...
[ 6.860225] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.863173] systemd[1]: Mounting Kernel Debug File System...
[ 6.865818] systemd[1]: Mounting Kernel Trace File System...
[ 6.873151] systemd[1]: Starting Journal Service...
[ 6.881888] systemd[1]: Starting Set the console keyboard layout...
[ 6.882644] systemd[1]: Starting Create List of Static Device Nodes...
[ 6.883335] systemd[1]: Starting Load Kernel Module configfs...
[ 6.884058] systemd[1]: Starting Load Kernel Module drm...
[ 6.884826] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 6.885647] systemd[1]: Starting Load Kernel Module fuse...
[ 6.885821] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 6.925206] systemd[1]: Starting Load Kernel Modules...
[ 6.926280] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.927253] systemd[1]: Starting Coldplug All udev Devices...
[ 6.929218] systemd[1]: Mounted Huge Pages File System.
[ 6.929354] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.929470] systemd[1]: Mounted Kernel Debug File System.
[ 6.929584] systemd[1]: Mounted Kernel Trace File System.
[ 6.929966] systemd[1]: Finished Create List of Static Device Nodes.
[ 6.930322] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.930603] systemd[1]: Finished Load Kernel Module configfs.
[ 6.930917] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.931193] systemd[1]: Finished Load Kernel Module fuse.
[ 6.932340] systemd[1]: Mounting FUSE Control File System...
[ 6.933450] systemd[1]: Mounting Kernel Configuration File System...
[ 6.936007] systemd[1]: Mounted FUSE Control File System.
[ 6.936168] systemd[1]: Mounted Kernel Configuration File System.
[ 6.960345] pstore: Using crash dump compression: deflate
[ 7.001679] pstore: Registered efi_pstore as persistent store backend
[ 7.002145] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 7.002308] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 7.052170] ACPI: bus type drm_connector registered
[ 7.052949] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 7.053139] systemd[1]: Finished Load Kernel Module drm.
[ 7.063024] systemd[1]: Started Journal Service.
[ 7.106105] EXT4-fs (sda1): re-mounted 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb r/w. Quota mode: none.
[ 7.149054] systemd-journald[264]: Received client request to flush runtime journal.
[ 7.291430] lp: driver loaded but no devices found
[ 7.312163] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k FS
[ 7.353603] ppdev: user-space parallel port driver
[ 7.881192] loop0: detected capacity change from 0 to 8
[ 7.881641] loop1: detected capacity change from 0 to 619744
[ 7.881799] loop2: detected capacity change from 0 to 216720
[ 7.884462] loop3: detected capacity change from 0 to 216592
[ 7.889383] loop4: detected capacity change from 0 to 619736
[ 7.943083] loop5: detected capacity change from 0 to 129976
[ 7.946506] loop6: detected capacity change from 0 to 130888
[ 8.048090] loop7: detected capacity change from 0 to 151784
[ 8.091648] loop8: detected capacity change from 0 to 151352
[ 8.098829] loop9: detected capacity change from 0 to 536760
[ 8.102213] loop10: detected capacity change from 0 to 716168
[ 8.118653] loop11: detected capacity change from 0 to 716176
[ 8.122158] loop12: detected capacity change from 0 to 1017608
[ 8.124656] loop13: detected capacity change from 0 to 1017816
[ 8.128298] loop14: detected capacity change from 0 to 166424
[ 8.148669] loop15: detected capacity change from 0 to 187776
[ 8.151871] loop16: detected capacity change from 0 to 503800
[ 8.167347] loop17: detected capacity change from 0 to 856
[ 8.170564] loop18: detected capacity change from 0 to 904
[ 8.205944] loop19: detected capacity change from 0 to 83672
[ 8.209190] loop20: detected capacity change from 0 to 82800
[ 8.210556] loop21: detected capacity change from 0 to 94064
[ 8.211700] loop22: detected capacity change from 0 to 25240
[ 9.124544] Consider using thermal netlink events interface
[ 9.277496] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[ 9.319315] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 9.324422] Non-volatile memory driver v1.3
[ 9.486521] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 9.489548] intel_rapl_common: Found RAPL domain package
[ 9.489550] intel_rapl_common: Found RAPL domain dram
[ 9.492517] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 9.492519] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 9.492520] thinkpad_acpi: ThinkPad BIOS R17ET21W (1.04 ), EC R17HT25W
[ 9.492521] thinkpad_acpi: Lenovo ThinkPad L14 Gen 1, model 20U1S05Y00
[ 9.492766] thinkpad_acpi: radio switch found; radios are enabled
[ 9.492940] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 9.492941] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 9.494650] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 9.508517] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
[ 9.508524] ACPI: battery: new extension: ThinkPad Battery Extension
[ 9.516168] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 9.553088] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 9.553502] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.553946] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.577572] spi-nor spi0.0: w25q256 (32768 Kbytes)
[ 9.597446] Creating 1 MTD partitions on "0000:00:1f.5":
[ 9.597450] 0x000000000000-0x000002000000 : "BIOS"
[ 9.673730] Intel(R) Wireless WiFi driver for Linux
[ 9.673894] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 9.681430] iwlwifi 0000:04:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[ 9.681483] iwlwifi 0000:04:00.0: PCI dev 2723/0080, rev=0x340, rfid=0x10a100
[ 9.775579] Bluetooth: Core ver 2.22
[ 9.775599] NET: Registered PF_BLUETOOTH protocol family
[ 9.775600] Bluetooth: HCI device and connection manager initialized
[ 9.775604] Bluetooth: HCI socket layer initialized
[ 9.775606] Bluetooth: L2CAP socket layer initialized
[ 9.775609] Bluetooth: SCO socket layer initialized
[ 9.915832] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 9.915835] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 9.915836] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 9.915837] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 9.915837] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 9.915838] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 9.930693] cryptd: max_cpu_qlen set to 1000
[ 10.258891] usbcore: registered new interface driver btusb
[ 10.259662] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[ 10.260669] Bluetooth: hci0: Device revision is 1
[ 10.260671] Bluetooth: hci0: Secure boot is enabled
[ 10.260672] Bluetooth: hci0: OTP lock is enabled
[ 10.260673] Bluetooth: hci0: API lock is enabled
[ 10.260673] Bluetooth: hci0: Debug lock is disabled
[ 10.260674] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 10.346256] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver
[ 10.346270] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 10.413970] iwlwifi 0000:04:00.0: loaded firmware version 77.f92b5fed.0 cc-a0-77.ucode op_mode iwlmvm
[ 10.439625] AVX2 version of gcm_enc/dec engaged.
[ 10.439723] AES CTR mode by8 optimization enabled
[ 10.599668] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.599881] snd_hda_intel 0000:00:1f.3: enabling device (0004 -> 0006)
[ 10.738573] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[ 10.738648] Bluetooth: hci0: Boot Address: 0x24800
[ 10.738650] Bluetooth: hci0: Firmware Version: 126-5.22
[ 10.982925] Console: switching to colour dummy device 80x25
[ 10.982963] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 10.984351] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 11.088895] intel_rapl_common: Found RAPL domain package
[ 11.088899] intel_rapl_common: Found RAPL domain core
[ 11.088900] intel_rapl_common: Found RAPL domain uncore
[ 11.088901] intel_rapl_common: Found RAPL domain dram
[ 11.088902] intel_rapl_common: Found RAPL domain psys
[ 11.135093] mc: Linux media interface: v0.10
[ 11.211242] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 11.469175] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 11.732431] intel_tcc_cooling: Programmable TCC Offset detected
[ 12.083713] videodev: Linux video capture interface: v2.00
[ 12.364998] Bluetooth: hci0: Waiting for firmware download to complete
[ 12.365638] Bluetooth: hci0: Firmware loaded in 1588924 usecs
[ 12.365689] Bluetooth: hci0: Waiting for device to boot
[ 12.380752] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[ 12.380809] thermal thermal_zone9: failed to read out thermal zone (-61)
[ 12.382644] Bluetooth: hci0: Device booted in 16586 usecs
[ 12.382645] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[ 12.527586] iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
[ 12.552789] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
[ 12.554991] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 12.555989] Bluetooth: hci0: Firmware revision 0.3 build 126 week 5 2022
[ 12.557960] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[ 12.598573] iwlwifi 0000:04:00.0: base HW address: 34:cf:f6:66:67:e1
[ 12.660983] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[ 12.717685] usb 1-7: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
[ 12.722382] usbcore: registered new interface driver uvcvideo
[ 13.295527] EXT4-fs (sda4): mounted filesystem a284d37f-2703-4bcf-a52f-56e0f04be126 r/w with ordered data mode. Quota mode: none.
[ 13.298906] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 13.316155] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 13.317354] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 13.318028] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 13.365487] fbcon: i915drmfb (fb0) is primary device
[ 13.371906] Console: switching to colour frame buffer device 170x48
[ 13.390376] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 13.575664] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 13.575669] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.575671] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 13.575673] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 13.575674] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 13.575675] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 13.575676] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 13.666039] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 13.666095] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 13.666154] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 13.666205] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 13.666247] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 13.932131] audit: type=1400 audit(1706610766.829:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=799 comm="apparmor_parser"
[ 13.932368] audit: type=1400 audit(1706610766.829:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=794 comm="apparmor_parser"
[ 13.932382] audit: type=1400 audit(1706610766.829:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=794 comm="apparmor_parser"
[ 13.932824] audit: type=1400 audit(1706610766.833:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=793 comm="apparmor_parser"
[ 13.933713] audit: type=1400 audit(1706610766.833:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=797 comm="apparmor_parser"
[ 13.933735] audit: type=1400 audit(1706610766.833:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=797 comm="apparmor_parser"
[ 13.933748] audit: type=1400 audit(1706610766.833:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=797 comm="apparmor_parser"
[ 13.946408] audit: type=1400 audit(1706610766.845:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=800 comm="apparmor_parser"
[ 13.946424] audit: type=1400 audit(1706610766.845:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=803 comm="apparmor_parser"
[ 14.046451] audit: type=1400 audit(1706610766.945:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=798 comm="apparmor_parser"
[ 20.183248] process '/usr/bin/anydesk' started with executable stack
[ 20.394122] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.394134] Bluetooth: BNEP filters: protocol multicast
[ 20.394144] Bluetooth: BNEP socket layer initialized
[ 20.398388] Bluetooth: MGMT ver 1.22
[ 20.475518] NET: Registered PF_ALG protocol family
[ 25.505345] loop23: detected capacity change from 0 to 8
[ 25.531282] kauditd_printk_skb: 43 callbacks suppressed
[ 25.531300] audit: type=1400 audit(1706610778.429:55): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=969 comm="cupsd" capability=12 capname="net_admin"
[ 26.488451] iwlwifi 0000:04:00.0: Registered PHC clock: iwlwifi-PTP, with index: 1
[ 29.447414] audit: type=1400 audit(1706610782.345:56): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1154 comm="snap-confine" capability=12 capname="net_admin"
[ 29.447434] audit: type=1400 audit(1706610782.345:57): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1154 comm="snap-confine" capability=38 capname="perfmon"
[ 29.831983] wlp4s0: authenticate with 50:d4:f7:00:51:de
[ 29.844298] wlp4s0: send auth to 50:d4:f7:00:51:de (try 1/3)
[ 29.906124] wlp4s0: authenticated
[ 29.908863] wlp4s0: associate with 50:d4:f7:00:51:de (try 1/3)
[ 29.910478] wlp4s0: RX AssocResp from 50:d4:f7:00:51:de (capab=0x1011 status=0 aid=10)
[ 29.945556] wlp4s0: associated
[ 30.023910] wlp4s0: Limiting TX power to 40 (40 - 0) dBm as advertised by 50:d4:f7:00:51:de
[ 39.464784] rfkill: input handler disabled
[ 48.142374] audit: type=1400 audit(1706610800.931:58): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1654 comm="snap-confine" capability=12 capname="net_admin"
[ 48.142383] audit: type=1400 audit(1706610800.931:59): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1654 comm="snap-confine" capability=38 capname="perfmon"
[ 48.535384] rfkill: input handler enabled
[ 48.598540] Bluetooth: RFCOMM TTY layer initialized
[ 48.598549] Bluetooth: RFCOMM socket layer initialized
[ 48.598555] Bluetooth: RFCOMM ver 1.11
[ 51.589234] usb 1-3: USB disconnect, device number 2
[ 57.667273] usb 1-3: new high-speed USB device number 7 using xhci_hcd
[ 57.819058] usb 1-3: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00
[ 57.819080] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 57.819087] usb 1-3: Product: Mass Storage Device
[ 57.819093] usb 1-3: Manufacturer: Generic
[ 57.819097] usb 1-3: SerialNumber: 058F63626376
[ 57.821467] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 57.822277] scsi host1: usb-storage 1-3:1.0
[ 58.841507] scsi 1:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 58.842299] scsi 1:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 58.843108] scsi 1:0:0:2: Direct-Access Generic USB xD/SM Reader 1.02 PQ: 0 ANSI: 0
[ 58.843675] scsi 1:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 58.844519] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 58.846014] sd 1:0:0:1: Attached scsi generic sg2 type 0
[ 58.847153] sd 1:0:0:2: Attached scsi generic sg3 type 0
[ 58.848059] sd 1:0:0:3: Attached scsi generic sg4 type 0
[ 59.384131] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 59.384620] sd 1:0:0:1: [sdc] Media removed, stopped polling
[ 59.385251] sd 1:0:0:2: [sdd] Media removed, stopped polling
[ 59.385625] sd 1:0:0:1: [sdc] Attached SCSI removable disk
[ 59.385979] sd 1:0:0:3: [sde] Media removed, stopped polling
[ 59.386593] sd 1:0:0:2: [sdd] Attached SCSI removable disk
[ 59.386652] sd 1:0:0:0: [sdb] Write Protect is off
[ 59.386665] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 59.387301] sd 1:0:0:0: [sdb] No Caching mode page found
[ 59.387313] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 59.387564] sd 1:0:0:3: [sde] Attached SCSI removable disk
[ 59.406416] sdb:
[ 59.406602] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 62.506015] rfkill: input handler disabled
[ 71.992774] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 366.387970] sdb: sdb1 sdb2
Startup fdisk in the administrative mode with the command
$ sudo fdisk -l Device Boot Start End Sectors Size Id Type /dev/sdb1 2048 264191 262144 128M c W95 FAT32 (LBA) /dev/sdb2 264192 25430015 25165824 1G 83 Linux
See the full output below
Disk /dev/loop0: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 302.61 MiB, 317308928 bytes, 619744 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 105.82 MiB, 110960640 bytes, 216720 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 105.76 MiB, 110895104 bytes, 216592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 302.61 MiB, 317304832 bytes, 619736 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 63.46 MiB, 66547712 bytes, 129976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 63.91 MiB, 67014656 bytes, 130888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 74.11 MiB, 77713408 bytes, 151784 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000LPLX-0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 007A09E0-7A1D-4C22-9032-02CD77903C5A
Device Start End Sectors Size Type
/dev/sda1 2048 97656831 97654784 46.6G Linux filesystem
/dev/sda2 97656832 98633727 976896 477M EFI System
/dev/sda3 98633728 99610623 976896 477M BIOS boot
/dev/sda4 99610624 976771071 877160448 418.3G Linux filesystem
Disk /dev/loop8: 73.9 MiB, 77492224 bytes, 151352 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 262.09 MiB, 274821120 bytes, 536760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 349.69 MiB, 366678016 bytes, 716168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 349.7 MiB, 366682112 bytes, 716176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 496.88 MiB, 521015296 bytes, 1017608 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop13: 496.98 MiB, 521121792 bytes, 1017816 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop14: 81.26 MiB, 85209088 bytes, 166424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop15: 91.69 MiB, 96141312 bytes, 187776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop16: 246 MiB, 257945600 bytes, 503800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop17: 428 KiB, 438272 bytes, 856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop18: 452 KiB, 462848 bytes, 904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop19: 40.86 MiB, 42840064 bytes, 83672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop20: 40.43 MiB, 42393600 bytes, 82800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop21: 45.93 MiB, 48160768 bytes, 94064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop22: 12.32 MiB, 12922880 bytes, 25240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 264191 262144 128M c W95 FAT32 (LBA)
/dev/sdb2 264192 25430015 25165824 1G 83 Linux
Format boot partition
$ sudo mkfs.vfat -F 32 -n boot /dev/sdb1
mkfs.fat 4.2 (2021-01-31)
mkfs.fat: Warning: lowercase labels might not work properly on some systems
Format root partition
$ sudo mkfs.ext4 -L root /dev/sdb2
mke2fs 1.46.5 (30-Dec-2021)
Creating filesystem with 3145728 4k blocks and 786432 inodes
Filesystem UUID: 6783772d-0e9c-4402-be07-61a4cc6d1986
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done
$ sudo mkdir -p /mnt/boot
$ sudo mkdir -p /mnt/root
Mount both partitions
$ sudo mount /dev/sdb1 /mnt/boot/
$ sudo mount /dev/sdb2 /mnt/root/
$ mount | grep -i sdb
/dev/sdb1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2 on /mnt/root type ext4 (rw,relatime)
See the full output below
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3914728k,nr_inodes=978682,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=21019)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
tmpfs on /run/qemu type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
/var/lib/snapd/snaps/code_149.snap on /snap/code/149 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/bare_5.snap on /snap/bare/5 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/code_148.snap on /snap/code/148 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core20_2105.snap on /snap/core20/2105 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core_16091.snap on /snap/core/16091 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core_16202.snap on /snap/core/16202 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core22_864.snap on /snap/core22/864 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core22_1033.snap on /snap/core22/1033 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/firefox_3626.snap on /snap/firefox/3626 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_143.snap on /snap/gnome-3-38-2004/143 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd_20671.snap on /snap/snapd/20671 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/firefox_3728.snap on /snap/firefox/3728 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd-desktop-integration_57.snap on /snap/snapd-desktop-integration/57 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-42-2204_132.snap on /snap/gnome-42-2204/132 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd-desktop-integration_83.snap on /snap/snapd-desktop-integration/83 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core20_2015.snap on /snap/core20/2015 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_638.snap on /snap/snap-store/638 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_140.snap on /snap/gnome-3-38-2004/140 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd_20290.snap on /snap/snapd/20290 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_959.snap on /snap/snap-store/959 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1535.snap on /snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1534.snap on /snap/gtk-common-themes/1534 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-42-2204_141.snap on /snap/gnome-42-2204/141 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/dev/sda1 on /var/snap/firefox/common/host-hunspell type ext4 (ro,noexec,noatime,errors=remount-ro)
/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda4 on /home type ext4 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64)
nsfs on /run/snapd/ns/snapd-desktop-integration.mnt type nsfs (rw)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=790564k,nr_inodes=197641,mode=700,uid=1000,gid=1000,inode64)
/dev/sdb1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2 on /mnt/root type ext4 (rw,relatime)
$ umount /dev/sdb1
$ umount /dev/sdb2
$ mount | grep -i /dev/sdb1
$ mount | grep -i /dev/sdb2
See the full output below
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,nosuid,relatime,size=3914728k,nr_inodes=978682,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64) /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=22010) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700) tmpfs on /run/qemu type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64) /var/lib/snapd/snaps/code_149.snap on /snap/code/149 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/bare_5.snap on /snap/bare/5 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/code_148.snap on /snap/code/148 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/core20_2105.snap on /snap/core20/2105 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/core_16202.snap on /snap/core/16202 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/core_16091.snap on /snap/core/16091 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/core22_1033.snap on /snap/core22/1033 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/firefox_3358.snap on /snap/firefox/3358 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/snapd-desktop-integration_57.snap on /snap/snapd-desktop-integration/57 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/gnome-42-2204_132.snap on /snap/gnome-42-2204/132 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/snapd-desktop-integration_83.snap on /snap/snapd-desktop-integration/83 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/snapd_20671.snap on /snap/snapd/20671 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/core22_864.snap on /snap/core22/864 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/core20_2015.snap on /snap/core20/2015 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/gnome-3-38-2004_143.snap on /snap/gnome-3-38-2004/143 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/firefox_3626.snap on /snap/firefox/3626 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/snap-store_959.snap on /snap/snap-store/959 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/snapd_20290.snap on /snap/snapd/20290 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/gnome-3-38-2004_140.snap on /snap/gnome-3-38-2004/140 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/gtk-common-themes_1535.snap on /snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/gtk-common-themes_1534.snap on /snap/gtk-common-themes/1534 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/gnome-42-2204_141.snap on /snap/gnome-42-2204/141 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/snap-store_638.snap on /snap/snap-store/638 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /dev/sda1 on /var/snap/firefox/common/host-hunspell type ext4 (ro,noexec,noatime,errors=remount-ro) /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/sda4 on /home type ext4 (rw,relatime) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64) nsfs on /run/snapd/ns/snapd-desktop-integration.mnt type nsfs (rw) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=790564k,nr_inodes=197641,mode=700,uid=1000,gid=1000,inode64)
Remove SD card reader and re-insert SD card reader or
Reboot your system
$ sudo reboot
Insert USED SD card
After inserting the SD card reader to the Linux desktop machine
There will be sdb1 and sdb2 are present
$ sudo dmesg | grep -i sdb
[ 4.256065] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 4.256831] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.256841] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4.257513] sd 1:0:0:0: [sdb] No Caching mode page found
[ 4.257522] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 4.266266] sdb:
[ 4.266319] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 59.384131] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 59.386652] sd 1:0:0:0: [sdb] Write Protect is off
[ 59.386665] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 59.387301] sd 1:0:0:0: [sdb] No Caching mode page found
[ 59.387313] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 59.406416] sdb:
[ 59.406602] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 366.387970] sdb: sdb1 sdb2
[ 922.420875] EXT4-fs (sdb2): mounted filesystem cad58498-1fe6-44e9-b6f1-8ee10854b1b9 r/w with ordered data mode. Quota mode: none.
[ 1633.623879] EXT4-fs (sdb2): unmounting filesystem cad58498-1fe6-44e9-b6f1-8ee10854b1b9.
[ 1647.742896] sdb: sdb1 sdb2
See the full output below
[ 0.000000] microcode: updated early: 0xd6 -> 0xf8, date = 2023-02-26
[ 0.000000] Linux version 6.5.0-14-generic (buildd@lcy02-amd64-110) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 (Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000001fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000002000-0x000000000000bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000000c000-0x000000000005efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000005f000-0x0000000000086fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000087000-0x0000000000088fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000089000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b44b6fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable
[ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000001000-0x0000000000001fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000002000-0x000000000000bfff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000000c000-0x000000000005efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000005f000-0x0000000000086fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000087000-0x0000000000088fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000089000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009221a017] usable
[ 0.000000] reserve setup_data: [mem 0x000000009221a018-0x000000009222a057] usable
[ 0.000000] reserve setup_data: [mem 0x000000009222a058-0x00000000b44b6fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023e7fffff] usable
[ 0.000000] efi: EFI v2.7 by Lenovo
[ 0.000000] efi: TPMFinalLog=0xb9a17000 SMBIOS=0xb6ab8000 SMBIOS 3.0=0xb6aab000 ACPI=0xb9b4e000 ACPI 2.0=0xb9b4e014 MEMATTR=0xb0e17018 ESRT=0xb643f000 MOKvar=0xb4a4f000 RNG=0xb9b4d018 TPMEventLog=0x935aa018
[ 0.000000] random: crng init done
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.2.0 present.
[ 0.000000] DMI: LENOVO 20U1S05Y00/20U1S05Y00, BIOS R17ET21W (1.04 ) 08/05/2020
[ 0.000000] tsc: Detected 2100.000 MHz processor
[ 0.000000] tsc: Detected 2099.944 MHz TSC
[ 0.001816] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001822] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001838] last_pfn = 0x23e800 max_arch_pfn = 0x400000000
[ 0.001846] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.001850] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002718] last_pfn = 0xb9b50 max_arch_pfn = 0x400000000
[ 0.017794] esrt: Reserving ESRT space from 0x00000000b643f000 to 0x00000000b643f100.
[ 0.017815] Using GB pages for direct mapping
[ 0.018427] secureboot: Secure boot disabled
[ 0.018428] RAMDISK: [mem 0x8bb08000-0x8fda8fff]
[ 0.018440] ACPI: Early table checksum verification disabled
[ 0.018445] ACPI: RSDP 0x00000000B9B4E014 000024 (v02 LENOVO)
[ 0.018453] ACPI: XSDT 0x00000000B9B4C188 000104 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018464] ACPI: FACP 0x00000000B6478000 000114 (v06 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018475] ACPI: DSDT 0x00000000B6448000 02B4EA (v02 LENOVO CML 20170001 INTL 20160422)
[ 0.018481] ACPI: FACS 0x00000000B987D000 000040
[ 0.018487] ACPI: SSDT 0x00000000B69BC000 0020AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
[ 0.018493] ACPI: SSDT 0x00000000B69BB000 0005A1 (v02 LENOVO CtdpB 00001000 INTL 20160527)
[ 0.018500] ACPI: SSDT 0x00000000B697E000 0038AA (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[ 0.018506] ACPI: SSDT 0x00000000B647D000 00331E (v02 LENOVO SaSsdt 00003000 INTL 20160527)
[ 0.018512] ACPI: SSDT 0x00000000B647C000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[ 0.018518] ACPI: TPM2 0x00000000B647B000 000034 (v04 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018525] ACPI: SSDT 0x00000000B6479000 0005D8 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[ 0.018531] ACPI: HPET 0x00000000B6477000 000038 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018537] ACPI: APIC 0x00000000B6476000 000164 (v03 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018543] ACPI: MCFG 0x00000000B6475000 00003C (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018549] ACPI: ECDT 0x00000000B6474000 000053 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018555] ACPI: SSDT 0x00000000B6446000 0012DB (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
[ 0.018561] ACPI: SSDT 0x00000000B6445000 0000A6 (v02 LENOVO PID0Ssdt 00000010 INTL 20160527)
[ 0.018568] ACPI: SSDT 0x00000000B6444000 000083 (v02 LENOVO PID1Ssdt 00000010 INTL 20160527)
[ 0.018574] ACPI: SSDT 0x00000000B6442000 001F57 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[ 0.018580] ACPI: NHLT 0x00000000B6441000 00002D (v00 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018586] ACPI: BOOT 0x00000000B6440000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018592] ACPI: SSDT 0x00000000B643D000 000E9C (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[ 0.018599] ACPI: LPIT 0x00000000B643C000 000094 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018605] ACPI: WSMT 0x00000000B643B000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018611] ACPI: SSDT 0x00000000B6438000 00281B (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[ 0.018617] ACPI: DBGP 0x00000000B6437000 000034 (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018624] ACPI: DBG2 0x00000000B6436000 000054 (v00 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018630] ACPI: POAT 0x00000000B6435000 000055 (v03 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018636] ACPI: BATB 0x00000000B6258000 00004A (v02 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018642] ACPI: UEFI 0x00000000B9830000 00012A (v01 LENOVO TP-R17 00001040 PTEC 00000002)
[ 0.018648] ACPI: FPDT 0x00000000B4A50000 000044 (v01 LENOVO TP-R17 00001040 PTEC 00001040)
[ 0.018653] ACPI: Reserving FACP table memory at [mem 0xb6478000-0xb6478113]
[ 0.018656] ACPI: Reserving DSDT table memory at [mem 0xb6448000-0xb64734e9]
[ 0.018659] ACPI: Reserving FACS table memory at [mem 0xb987d000-0xb987d03f]
[ 0.018660] ACPI: Reserving SSDT table memory at [mem 0xb69bc000-0xb69be0ad]
[ 0.018662] ACPI: Reserving SSDT table memory at [mem 0xb69bb000-0xb69bb5a0]
[ 0.018664] ACPI: Reserving SSDT table memory at [mem 0xb697e000-0xb69818a9]
[ 0.018666] ACPI: Reserving SSDT table memory at [mem 0xb647d000-0xb648031d]
[ 0.018668] ACPI: Reserving SSDT table memory at [mem 0xb647c000-0xb647c60d]
[ 0.018669] ACPI: Reserving TPM2 table memory at [mem 0xb647b000-0xb647b033]
[ 0.018671] ACPI: Reserving SSDT table memory at [mem 0xb6479000-0xb64795d7]
[ 0.018673] ACPI: Reserving HPET table memory at [mem 0xb6477000-0xb6477037]
[ 0.018675] ACPI: Reserving APIC table memory at [mem 0xb6476000-0xb6476163]
[ 0.018676] ACPI: Reserving MCFG table memory at [mem 0xb6475000-0xb647503b]
[ 0.018678] ACPI: Reserving ECDT table memory at [mem 0xb6474000-0xb6474052]
[ 0.018680] ACPI: Reserving SSDT table memory at [mem 0xb6446000-0xb64472da]
[ 0.018682] ACPI: Reserving SSDT table memory at [mem 0xb6445000-0xb64450a5]
[ 0.018684] ACPI: Reserving SSDT table memory at [mem 0xb6444000-0xb6444082]
[ 0.018685] ACPI: Reserving SSDT table memory at [mem 0xb6442000-0xb6443f56]
[ 0.018687] ACPI: Reserving NHLT table memory at [mem 0xb6441000-0xb644102c]
[ 0.018689] ACPI: Reserving BOOT table memory at [mem 0xb6440000-0xb6440027]
[ 0.018691] ACPI: Reserving SSDT table memory at [mem 0xb643d000-0xb643de9b]
[ 0.018692] ACPI: Reserving LPIT table memory at [mem 0xb643c000-0xb643c093]
[ 0.018694] ACPI: Reserving WSMT table memory at [mem 0xb643b000-0xb643b027]
[ 0.018696] ACPI: Reserving SSDT table memory at [mem 0xb6438000-0xb643a81a]
[ 0.018698] ACPI: Reserving DBGP table memory at [mem 0xb6437000-0xb6437033]
[ 0.018700] ACPI: Reserving DBG2 table memory at [mem 0xb6436000-0xb6436053]
[ 0.018701] ACPI: Reserving POAT table memory at [mem 0xb6435000-0xb6435054]
[ 0.018703] ACPI: Reserving BATB table memory at [mem 0xb6258000-0xb6258049]
[ 0.018705] ACPI: Reserving UEFI table memory at [mem 0xb9830000-0xb9830129]
[ 0.018707] ACPI: Reserving FPDT table memory at [mem 0xb4a50000-0xb4a50043]
[ 0.019177] No NUMA configuration found
[ 0.019179] Faking a node at [mem 0x0000000000000000-0x000000023e7fffff]
[ 0.019200] NODE_DATA(0) allocated [mem 0x23e7d5000-0x23e7fffff]
[ 0.019606] Zone ranges:
[ 0.019610] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.019616] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.019619] Normal [mem 0x0000000100000000-0x000000023e7fffff]
[ 0.019622] Device empty
[ 0.019624] Movable zone start for each node
[ 0.019628] Early memory node ranges
[ 0.019629] node 0: [mem 0x0000000000001000-0x0000000000001fff]
[ 0.019632] node 0: [mem 0x000000000000c000-0x000000000005efff]
[ 0.019634] node 0: [mem 0x0000000000087000-0x0000000000088fff]
[ 0.019636] node 0: [mem 0x0000000000100000-0x00000000b44b6fff]
[ 0.019638] node 0: [mem 0x00000000b9b4f000-0x00000000b9b4ffff]
[ 0.019640] node 0: [mem 0x0000000100000000-0x000000023e7fffff]
[ 0.019643] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e7fffff]
[ 0.019650] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.019654] On node 0, zone DMA: 10 pages in unavailable ranges
[ 0.019657] On node 0, zone DMA: 40 pages in unavailable ranges
[ 0.019692] On node 0, zone DMA: 119 pages in unavailable ranges
[ 0.030623] On node 0, zone DMA32: 22168 pages in unavailable ranges
[ 0.050438] On node 0, zone Normal: 25776 pages in unavailable ranges
[ 0.050565] On node 0, zone Normal: 6144 pages in unavailable ranges
[ 0.050585] Reserving Intel graphics memory at [mem 0xbb800000-0xbf7fffff]
[ 0.050980] ACPI: PM-Timer IO Port: 0x1808
[ 0.050993] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.050996] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.050998] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.051000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.051001] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.051003] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.051005] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.051006] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.051008] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.051009] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.051011] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.051013] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.051014] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.051016] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.051017] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.051019] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.051021] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.051022] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.051024] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.051026] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.051073] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.051079] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.051082] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.051092] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.051094] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.051099] TSC deadline timer available
[ 0.051100] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.051123] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.051127] PM: hibernation: Registered nosave memory: [mem 0x00002000-0x0000bfff]
[ 0.051130] PM: hibernation: Registered nosave memory: [mem 0x0005f000-0x00086fff]
[ 0.051133] PM: hibernation: Registered nosave memory: [mem 0x00089000-0x000fffff]
[ 0.051136] PM: hibernation: Registered nosave memory: [mem 0x9221a000-0x9221afff]
[ 0.051139] PM: hibernation: Registered nosave memory: [mem 0x9222a000-0x9222afff]
[ 0.051142] PM: hibernation: Registered nosave memory: [mem 0xb44b7000-0xb8694fff]
[ 0.051144] PM: hibernation: Registered nosave memory: [mem 0xb8695000-0xb9a1efff]
[ 0.051145] PM: hibernation: Registered nosave memory: [mem 0xb9a1f000-0xb9b4efff]
[ 0.051148] PM: hibernation: Registered nosave memory: [mem 0xb9b50000-0xbf7fffff]
[ 0.051150] PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xffffffff]
[ 0.051153] [mem 0xbf800000-0xffffffff] available for PCI devices
[ 0.051155] Booting paravirtualized kernel on bare hardware
[ 0.051158] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.051171] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.052054] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.052066] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.052071] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.052111] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7
[ 0.052258] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic", will be passed to user space.
[ 0.054221] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.055192] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.055394] Fallback order for Node 0: 0
[ 0.055400] Built 1 zonelists, mobility grouping on. Total pages: 2010885
[ 0.055402] Policy zone: Normal
[ 0.055411] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.055417] software IO TLB: area num 8.
[ 0.127027] Memory: 7739000K/8171576K available (20480K kernel code, 4265K rwdata, 13180K rodata, 4792K init, 17396K bss, 432316K reserved, 0K cma-reserved)
[ 0.127545] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.127596] ftrace: allocating 55226 entries in 216 pages
[ 0.145333] ftrace: allocated 216 pages with 4 groups
[ 0.146686] Dynamic Preempt: voluntary
[ 0.146749] rcu: Preemptible hierarchical RCU implementation.
[ 0.146751] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.146753] Trampoline variant of Tasks RCU enabled.
[ 0.146754] Rude variant of Tasks RCU enabled.
[ 0.146755] Tracing variant of Tasks RCU enabled.
[ 0.146757] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.146758] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.152739] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.153074] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.153381] Console: colour dummy device 80x25
[ 0.153386] printk: console [tty0] enabled
[ 0.153482] ACPI: Core revision 20230331
[ 0.154006] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.154009] APIC: Switch to symmetric I/O mode setup
[ 0.155955] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.162040] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
[ 0.162052] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=8399776)
[ 0.162088] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.162096] x86/cpu: SGX disabled by BIOS.
[ 0.162108] CPU0: Thermal monitoring enabled (TM1)
[ 0.162189] process: using mwait in idle threads
[ 0.162195] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.162198] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.162204] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.162208] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.162210] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.162211] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.162213] RETBleed: Mitigation: Enhanced IBRS
[ 0.162217] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.162220] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.162230] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.162233] SRBDS: Mitigation: Microcode
[ 0.162237] GDS: Mitigation: Microcode
[ 0.162245] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.162248] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.162250] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.162252] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.162254] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.162256] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.162259] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.162262] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.162264] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.166046] Freeing SMP alternatives memory: 44K
[ 0.166046] pid_max: default: 32768 minimum: 301
[ 0.166046] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[ 0.166046] landlock: Up and running.
[ 0.166046] Yama: becoming mindful.
[ 0.166046] AppArmor: AppArmor initialized
[ 0.166046] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.166046] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.166046] smpboot: CPU0: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[ 0.166046] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.166046] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.166046] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.166046] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.166046] ... version: 4
[ 0.166046] ... bit width: 48
[ 0.166046] ... generic registers: 4
[ 0.166046] ... value mask: 0000ffffffffffff
[ 0.166046] ... max period: 00007fffffffffff
[ 0.166046] ... fixed-purpose events: 3
[ 0.166046] ... event mask: 000000070000000f
[ 0.166046] signal: max sigframe size: 2032
[ 0.166046] Estimated ratio of average max frequency by base frequency (times 1024): 1901
[ 0.166046] rcu: Hierarchical SRCU implementation.
[ 0.166046] rcu: Max phase no-delay instances is 1000.
[ 0.166046] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.166046] smp: Bringing up secondary CPUs ...
[ 0.166046] smpboot: x86: Booting SMP configuration:
[ 0.166046] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.171815] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.171815] smp: Brought up 1 node, 8 CPUs
[ 0.171815] smpboot: Max logical packages: 1
[ 0.171815] smpboot: Total of 8 processors activated (33599.10 BogoMIPS)
[ 0.174514] devtmpfs: initialized
[ 0.174514] x86/mm: Memory block size: 128MB
[ 0.175465] ACPI: PM: Registering ACPI NVS region [mem 0xb8695000-0xb9a1efff] (20488192 bytes)
[ 0.175465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.175465] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.175465] pinctrl core: initialized pinctrl subsystem
[ 0.175465] PM: RTC time: 10:32:32, date: 2024-01-30
[ 0.175838] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.178282] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.178399] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.178512] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.178530] audit: initializing netlink subsys (disabled)
[ 0.178549] audit: type=2000 audit(1706610752.016:1): state=initialized audit_enabled=0 res=1
[ 0.178549] thermal_sys: Registered thermal governor 'fair_share'
[ 0.178549] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.178549] thermal_sys: Registered thermal governor 'step_wise'
[ 0.178549] thermal_sys: Registered thermal governor 'user_space'
[ 0.178549] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.178549] EISA bus registered
[ 0.178549] cpuidle: using governor ladder
[ 0.178549] cpuidle: using governor menu
[ 0.178549] Simple Boot Flag at 0x47 set to 0x1
[ 0.178549] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.178549] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.178687] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.178698] PCI: not using MMCONFIG
[ 0.178700] PCI: Using configuration type 1 for base access
[ 0.179121] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.179134] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.179134] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.179134] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.179134] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.179134] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.179134] fbcon: Taking over console
[ 0.179134] ACPI: Added _OSI(Module Device)
[ 0.179134] ACPI: Added _OSI(Processor Device)
[ 0.179134] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.179134] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.299250] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.LPCB.EC.LHKF], AE_ALREADY_EXISTS (20230331/dswload2-326)
[ 0.299271] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230331/psobject-220)
[ 0.299280] ACPI: Skipping parse of AML opcode: Device (0x5B82)
[ 0.302363] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.304780] ACPI: EC: EC started
[ 0.304782] ACPI: EC: interrupt blocked
[ 0.306217] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.306220] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.309027] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.324649] ACPI: Dynamic OEM Table Load:
[ 0.324649] ACPI: SSDT 0xFFFF88CDC0226300 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
[ 0.327791] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.329904] ACPI: Dynamic OEM Table Load:
[ 0.329920] ACPI: SSDT 0xFFFF88CDC119C400 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 0.332437] ACPI: Dynamic OEM Table Load:
[ 0.332452] ACPI: SSDT 0xFFFF88CDC13AC000 0005DC (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 0.335120] ACPI: Dynamic OEM Table Load:
[ 0.335133] ACPI: SSDT 0xFFFF88CDC02B1400 00016C (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
[ 0.337353] ACPI: Dynamic OEM Table Load:
[ 0.337368] ACPI: SSDT 0xFFFF88CDC13B0000 000BEA (v02 PmRef HwpLvt 00003000 INTL 20160527)
[ 0.340098] ACPI: Dynamic OEM Table Load:
[ 0.340113] ACPI: SSDT 0xFFFF88CDC13AE800 000778 (v02 PmRef ApIst 00003000 INTL 20160527)
[ 0.342702] ACPI: Dynamic OEM Table Load:
[ 0.342715] ACPI: SSDT 0xFFFF88CDC119C000 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527)
[ 0.345380] ACPI: Dynamic OEM Table Load:
[ 0.345395] ACPI: SSDT 0xFFFF88CDC13B6000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527)
[ 0.349383] ACPI: Dynamic OEM Table Load:
[ 0.349397] ACPI: SSDT 0xFFFF88CDC1199000 0003CA (v02 PmRef ApCst 00003000 INTL 20160527)
[ 0.356987] ACPI: Interpreter enabled
[ 0.357076] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.357079] ACPI: Using IOAPIC for interrupt routing
[ 0.360104] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.362145] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[ 0.362166] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.362169] PCI: Using E820 reservations for host bridge windows
[ 0.362977] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.369552] ACPI: \_SB_.PCI0.LPCB.EC__.PUBS: New power resource
[ 0.375516] ACPI: \_SB_.PCI0.XHC_.RHUB.HS10.DBTP: New power resource
[ 0.378239] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[ 0.384520] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 0.384634] ACPI: \_SB_.PCI0.RP10.PXSX.DRST: New power resource
[ 0.384842] ACPI: \_SB_.PCI0.RP11.PXP_: New power resource
[ 0.393320] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[ 0.393704] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[ 0.394092] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[ 0.397080] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[ 0.404219] ACPI: \PIN_: New power resource
[ 0.404266] ACPI: \PINP: New power resource
[ 0.405350] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.405362] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.408623] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.408627] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.413308] PCI host bridge to bus 0000:00
[ 0.413312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.413317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.413319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.413322] pci_bus 0000:00: root bus resource [mem 0xbf800000-0xdfffffff window]
[ 0.413325] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 0.413327] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.413363] pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000
[ 0.413489] pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000
[ 0.413503] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit]
[ 0.413513] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.413520] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.413546] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.413551] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.413866] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.413881] pci 0000:00:04.0: reg 0x10: [mem 0xd1330000-0xd1337fff 64bit]
[ 0.414571] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.414587] pci 0000:00:08.0: reg 0x10: [mem 0xd1340000-0xd1340fff 64bit]
[ 0.414729] pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
[ 0.414751] pci 0000:00:12.0: reg 0x10: [mem 0xd1341000-0xd1341fff 64bit]
[ 0.414931] pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
[ 0.414951] pci 0000:00:14.0: reg 0x10: [mem 0xd1320000-0xd132ffff 64bit]
[ 0.415033] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.415956] pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
[ 0.415979] pci 0000:00:14.2: reg 0x10: [mem 0xd133c000-0xd133dfff 64bit]
[ 0.415993] pci 0000:00:14.2: reg 0x18: [mem 0xd1342000-0xd1342fff 64bit]
[ 0.416167] pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
[ 0.416212] pci 0000:00:15.0: reg 0x10: [mem 0xd1343000-0xd1343fff 64bit]
[ 0.416544] pci 0000:00:15.2: [8086:02ea] type 00 class 0x0c8000
[ 0.416594] pci 0000:00:15.2: reg 0x10: [mem 0xd1344000-0xd1344fff 64bit]
[ 0.417459] pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
[ 0.417483] pci 0000:00:16.0: reg 0x10: [mem 0xd1345000-0xd1345fff 64bit]
[ 0.417575] pci 0000:00:16.0: PME# supported from D3hot
[ 0.418242] pci 0000:00:17.0: [8086:02d3] type 00 class 0x010601
[ 0.418261] pci 0000:00:17.0: reg 0x10: [mem 0xd133e000-0xd133ffff]
[ 0.418271] pci 0000:00:17.0: reg 0x14: [mem 0xd1349000-0xd13490ff]
[ 0.418281] pci 0000:00:17.0: reg 0x18: [io 0x3080-0x3087]
[ 0.418291] pci 0000:00:17.0: reg 0x1c: [io 0x3088-0x308b]
[ 0.418301] pci 0000:00:17.0: reg 0x20: [io 0x3060-0x307f]
[ 0.418310] pci 0000:00:17.0: reg 0x24: [mem 0xd1348000-0xd13487ff]
[ 0.418364] pci 0000:00:17.0: PME# supported from D3hot
[ 0.419048] pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400
[ 0.419137] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.420481] pci 0000:00:1d.1: [8086:02b1] type 01 class 0x060400
[ 0.420584] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[ 0.420616] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
[ 0.421976] pci 0000:00:1d.3: [8086:02b3] type 01 class 0x060400
[ 0.422080] pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold
[ 0.422110] pci 0000:00:1d.3: PTM enabled (root), 4ns granularity
[ 0.423523] pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
[ 0.424310] pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040380
[ 0.424364] pci 0000:00:1f.3: reg 0x10: [mem 0xd1338000-0xd133bfff 64bit]
[ 0.424430] pci 0000:00:1f.3: reg 0x20: [mem 0xd1000000-0xd10fffff 64bit]
[ 0.424567] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.425505] pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
[ 0.425534] pci 0000:00:1f.4: reg 0x10: [mem 0xd1346000-0xd13460ff 64bit]
[ 0.425567] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.426236] pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
[ 0.426256] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.426423] pci 0000:00:1f.6: [8086:0d4f] type 00 class 0x020000
[ 0.426468] pci 0000:00:1f.6: reg 0x10: [mem 0xd1300000-0xd131ffff]
[ 0.426713] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.426885] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.427177] pci 0000:04:00.0: [8086:2723] type 00 class 0x028000
[ 0.427253] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd1203fff 64bit]
[ 0.427600] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.428584] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.428591] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff]
[ 0.428693] pci 0000:06:00.0: [10ec:522a] type 00 class 0xff0000
[ 0.428718] pci 0000:06:00.0: reg 0x10: [mem 0xd1100000-0xd1100fff]
[ 0.428889] pci 0000:06:00.0: supports D1 D2
[ 0.428891] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.429207] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.429213] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff]
[ 0.435719] ACPI: EC: interrupt unblocked
[ 0.435722] ACPI: EC: event unblocked
[ 0.435739] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.435741] ACPI: EC: GPE=0x6e
[ 0.435744] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[ 0.435747] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[ 0.436058] iommu: Default domain type: Translated
[ 0.436058] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.436058] SCSI subsystem initialized
[ 0.436058] libata version 3.00 loaded.
[ 0.436058] ACPI: bus type USB registered
[ 0.436058] usbcore: registered new interface driver usbfs
[ 0.436058] usbcore: registered new interface driver hub
[ 0.436058] usbcore: registered new device driver usb
[ 0.436058] pps_core: LinuxPPS API ver. 1 registered
[ 0.436058] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.436058] PTP clock support registered
[ 0.436058] EDAC MC: Ver: 3.0.0
[ 0.436058] efivars: Registered efivars operations
[ 0.436058] NetLabel: Initializing
[ 0.436058] NetLabel: domain hash size = 128
[ 0.436058] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.436058] NetLabel: unlabeled traffic allowed by default
[ 0.436058] mctp: management component transport protocol core
[ 0.436058] NET: Registered PF_MCTP protocol family
[ 0.436058] PCI: Using ACPI for IRQ routing
[ 0.481924] PCI: pci_cache_line_size set to 64 bytes
[ 0.482222] e820: reserve RAM buffer [mem 0x00002000-0x0000ffff]
[ 0.482226] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff]
[ 0.482243] e820: reserve RAM buffer [mem 0x00089000-0x0008ffff]
[ 0.482245] e820: reserve RAM buffer [mem 0x9221a018-0x93ffffff]
[ 0.482247] e820: reserve RAM buffer [mem 0xb44b7000-0xb7ffffff]
[ 0.482249] e820: reserve RAM buffer [mem 0xb9b50000-0xbbffffff]
[ 0.482251] e820: reserve RAM buffer [mem 0x23e800000-0x23fffffff]
[ 0.482294] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.482294] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.482294] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.482294] vgaarb: loaded
[ 0.484602] clocksource: Switched to clocksource tsc-early
[ 0.498245] VFS: Disk quotas dquot_6.6.0
[ 0.498269] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.498458] AppArmor: AppArmor Filesystem Enabled
[ 0.498553] pnp: PnP ACPI init
[ 0.498758] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[ 0.499274] system 00:01: [io 0x1800-0x18fe] has been reserved
[ 0.499281] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 0.499285] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.499288] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.499291] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.499294] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.499297] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 0.499894] system 00:02: [io 0x2000-0x20fe] has been reserved
[ 0.500741] system 00:03: [io 0x0680-0x069f] has been reserved
[ 0.500763] system 00:03: [io 0x164e-0x164f] has been reserved
[ 0.501052] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.501242] system 00:08: [io 0x1800-0x189f] could not be reserved
[ 0.501247] system 00:08: [io 0x0800-0x087f] has been reserved
[ 0.501249] system 00:08: [io 0x0880-0x08ff] has been reserved
[ 0.501252] system 00:08: [io 0x0900-0x097f] has been reserved
[ 0.501255] system 00:08: [io 0x0980-0x09ff] has been reserved
[ 0.501257] system 00:08: [io 0x0a00-0x0a7f] has been reserved
[ 0.501260] system 00:08: [io 0x0a80-0x0aff] has been reserved
[ 0.501263] system 00:08: [io 0x0b00-0x0b7f] has been reserved
[ 0.501265] system 00:08: [io 0x0b80-0x0bff] has been reserved
[ 0.501268] system 00:08: [io 0x15e0-0x15ef] has been reserved
[ 0.501271] system 00:08: [io 0x1600-0x167f] could not be reserved
[ 0.501274] system 00:08: [io 0x1640-0x165f] could not be reserved
[ 0.501277] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.501280] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.501283] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.501286] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.501289] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.501292] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.501295] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.502596] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.502602] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.502605] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.502608] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.502611] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.502614] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.502617] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.502619] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.503028] system 00:0a: [mem 0xfe038000-0xfe038fff] has been reserved
[ 0.503845] pnp 00:0b: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503852] pnp 00:0b: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503856] pnp 00:0b: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503860] pnp 00:0b: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[ 0.503903] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.503907] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.503910] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.503913] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.503916] system 00:0b: [mem 0x00100000-0xbf7fffff] could not be reserved
[ 0.503919] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.503922] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.504093] pnp: PnP ACPI: found 12 devices
[ 0.510666] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.510774] NET: Registered PF_INET protocol family
[ 0.510906] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.513617] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.513658] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.513726] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.514012] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.514430] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.514541] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.514587] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.514622] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.514697] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.514706] NET: Registered PF_XDP protocol family
[ 0.514727] pci 0000:00:1d.0: PCI bridge to [bus 01]
[ 0.514741] pci 0000:00:1d.1: PCI bridge to [bus 04]
[ 0.514746] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff]
[ 0.514755] pci 0000:00:1d.3: PCI bridge to [bus 06]
[ 0.514760] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff]
[ 0.514769] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.514772] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.514775] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.514777] pci_bus 0000:00: resource 7 [mem 0xbf800000-0xdfffffff window]
[ 0.514780] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[ 0.514783] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd12fffff]
[ 0.514785] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
[ 0.515716] PCI: CLS 0 bytes, default 64
[ 0.515736] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.515737] software IO TLB: mapped [mem 0x00000000abe3e000-0x00000000afe3e000] (64MB)
[ 0.515808] Trying to unpack rootfs image as initramfs...
[ 0.515911] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff]
[ 0.515916] caller snb_uncore_imc_init_box+0x7f/0xe0 mapping multiple BARs
[ 0.525806] Initialise system trusted keyrings
[ 0.525822] Key type blacklist registered
[ 0.525879] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.525900] zbud: loaded
[ 0.526250] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.526431] fuse: init (API version 7.38)
[ 0.526662] integrity: Platform Keyring initialized
[ 0.526669] integrity: Machine keyring initialized
[ 0.540900] Key type asymmetric registered
[ 0.540904] Asymmetric key parser 'x509' registered
[ 0.540939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.541025] io scheduler mq-deadline registered
[ 0.541787] pcieport 0000:00:1d.0: PME: Signaling with IRQ 120
[ 0.542261] pcieport 0000:00:1d.1: PME: Signaling with IRQ 121
[ 0.542358] pcieport 0000:00:1d.1: AER: enabled with IRQ 121
[ 0.542425] pcieport 0000:00:1d.1: DPC: enabled with IRQ 121
[ 0.542427] pcieport 0000:00:1d.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.542828] pcieport 0000:00:1d.3: PME: Signaling with IRQ 122
[ 0.542907] pcieport 0000:00:1d.3: AER: enabled with IRQ 122
[ 0.542971] pcieport 0000:00:1d.3: DPC: enabled with IRQ 122
[ 0.542973] pcieport 0000:00:1d.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.543102] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.543191] efifb: probing for efifb
[ 0.543210] efifb: No BGRT, not showing boot graphics
[ 0.543212] efifb: framebuffer at 0xc0000000, using 4128k, total 4128k
[ 0.543215] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.543218] efifb: scrolling: redraw
[ 0.543219] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.543373] Console: switching to colour frame buffer device 170x48
[ 0.545031] fb0: EFI VGA frame buffer device
[ 0.547169] ACPI: AC: AC Adapter [AC] (on-line)
[ 0.547286] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.547347] ACPI: button: Sleep Button [SLPB]
[ 0.547403] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.547444] ACPI: button: Lid Switch [LID]
[ 0.547492] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.547539] ACPI: button: Power Button [PWRF]
[ 0.556564] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.556571] ACPI: thermal: Thermal Zone [THM0] (44 C)
[ 0.556997] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.561401] hpet_acpi_add: no address or irqs in _CRS
[ 0.561442] Linux agpgart interface v0.103
[ 0.563211] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[ 0.584919] loop: module loaded
[ 0.585580] tun: Universal TUN/TAP device driver, 1.6
[ 0.585696] PPP generic driver version 2.4.2
[ 0.586007] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.592945] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.592973] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.593305] mousedev: PS/2 mouse device common for all mice
[ 0.593783] rtc_cmos 00:04: RTC can wake from S4
[ 0.595641] rtc_cmos 00:04: registered as rtc0
[ 0.595932] rtc_cmos 00:04: setting system clock to 2024-01-30T10:32:33 UTC (1706610753)
[ 0.595997] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 0.596019] i2c_dev: i2c /dev entries driver
[ 0.596479] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.596500] device-mapper: uevent: version 1.0.3
[ 0.596638] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 0.596681] platform eisa.0: Probing EISA bus 0
[ 0.596686] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 0.596690] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 0.596693] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 0.596696] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 0.596699] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 0.596702] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 0.596705] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 0.596708] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 0.596710] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 0.596713] platform eisa.0: EISA: Detected 0 cards
[ 0.596720] intel_pstate: Intel P-state driver initializing
[ 0.598236] intel_pstate: HWP enabled
[ 0.598509] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.598571] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.598783] intel_pmc_core INT33A1:00: initialized
[ 0.598953] drop_monitor: Initializing network drop monitor service
[ 0.606071] ACPI: battery: Slot [BAT0] (battery present)
[ 0.615044] NET: Registered PF_INET6 protocol family
[ 0.873154] Freeing initrd memory: 68228K
[ 0.878007] Segment Routing with IPv6
[ 0.878022] In-situ OAM (IOAM) with IPv6
[ 0.878052] NET: Registered PF_PACKET protocol family
[ 0.878239] Key type dns_resolver registered
[ 0.879133] microcode: Microcode Update Driver: v2.2.
[ 0.879140] IPI shorthand broadcast: enabled
[ 0.880148] sched_clock: Marking stable (870386832, 8744637)->(951246913, -72115444)
[ 0.880363] registered taskstats version 1
[ 0.880752] Loading compiled-in X.509 certificates
[ 0.881257] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[ 0.881616] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 0.881994] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 0.881995] blacklist: Loading compiled-in revocation X.509 certificates
[ 0.882007] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[ 0.882017] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[ 0.882027] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[ 0.882037] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[ 0.882046] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[ 0.882058] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[ 0.882069] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[ 0.882079] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[ 0.883317] Key type .fscrypt registered
[ 0.883318] Key type fscrypt-provisioning registered
[ 0.883482] Key type trusted registered
[ 0.885626] Key type encrypted registered
[ 0.885629] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.886568] integrity: Loading X.509 certificate: UEFI:db
[ 0.886603] integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
[ 0.886604] integrity: Loading X.509 certificate: UEFI:db
[ 0.886615] integrity: Loaded X.509 cert 'Lenovo(BeiJing) Ltd.: PSD_CDC-DB: 0256cbfa1a8a33b2b39ecc439f8de0c111991b12'
[ 0.886616] integrity: Loading X.509 certificate: UEFI:db
[ 0.886625] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[ 0.886625] integrity: Loading X.509 certificate: UEFI:db
[ 0.886642] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.886643] integrity: Loading X.509 certificate: UEFI:db
[ 0.886654] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.887309] Loading compiled-in module X.509 certificates
[ 0.887673] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58'
[ 0.887675] ima: Allocated hash algorithm: sha1
[ 0.902815] ima: No architecture policies found
[ 0.902823] evm: Initialising EVM extended attributes:
[ 0.902824] evm: security.selinux
[ 0.902825] evm: security.SMACK64
[ 0.902826] evm: security.SMACK64EXEC
[ 0.902826] evm: security.SMACK64TRANSMUTE
[ 0.902827] evm: security.SMACK64MMAP
[ 0.902827] evm: security.apparmor
[ 0.902828] evm: security.ima
[ 0.902828] evm: security.capability
[ 0.902829] evm: HMAC attrs: 0x1
[ 0.903192] PM: Magic number: 8:760:528
[ 0.906705] RAS: Correctable Errors collector initialized.
[ 0.906743] clk: Disabling unused clocks
[ 0.907560] Freeing unused decrypted memory: 2036K
[ 0.908198] Freeing unused kernel image (initmem) memory: 4792K
[ 0.941112] Write protecting the kernel read-only data: 34816k
[ 0.941623] Freeing unused kernel image (rodata/data gap) memory: 1156K
[ 0.957344] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.957349] Run /init as init process
[ 0.957351] with arguments:
[ 0.957352] /init
[ 0.957353] splash
[ 0.957354] with environment:
[ 0.957355] HOME=/
[ 0.957356] TERM=linux
[ 0.957357] BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic
[ 1.044063] ahci 0000:00:17.0: version 3.0
[ 1.045132] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 1.045821] rtsx_pci 0000:06:00.0: enabling device (0000 -> 0002)
[ 1.048172] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.048258] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.048413] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 1.048545] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 1.048559] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
[ 1.048579] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.048589] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.049089] scsi host0: ahci
[ 1.049164] ata1: SATA max UDMA/133 abar m2048@0xd1348000 port 0xd1348100 irq 123
[ 1.051399] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 1.053970] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.053976] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.053981] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.054038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 1.054044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.054049] usb usb1: Product: xHCI Host Controller
[ 1.054051] usb usb1: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[ 1.054052] usb usb1: SerialNumber: 0000:00:14.0
[ 1.054417] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.054419] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.054988] hub 1-0:1.0: USB hub found
[ 1.055014] hub 1-0:1.0: 12 ports detected
[ 1.056491] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.060490] i2c i2c-0: 1/4 memory slots populated (from DMI)
[ 1.062248] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 1.072440] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[ 1.072446] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.072449] usb usb2: Product: xHCI Host Controller
[ 1.072451] usb usb2: Manufacturer: Linux 6.5.0-14-generic xhci-hcd
[ 1.072452] usb usb2: SerialNumber: 0000:00:14.0
[ 1.072850] hub 2-0:1.0: USB hub found
[ 1.072868] hub 2-0:1.0: 6 ports detected
[ 1.074416] usb: port power management may be unreliable
[ 1.077027] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.324846] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 1.330834] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 1.366109] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.367069] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.367073] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.369461] ata1.00: ATA-9: WDC WD5000LPLX-08ZNTT0, 05.01A05, max UDMA/133
[ 1.370325] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.371253] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.371256] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.372295] ata1.00: configured for UDMA/133
[ 1.383732] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPLX-0 1A05 PQ: 0 ANSI: 5
[ 1.384911] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.384992] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.384995] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.385061] sd 0:0:0:0: [sda] Write Protect is off
[ 1.385064] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.385086] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.385264] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 1.403082] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:05:db:34:f6:82
[ 1.403085] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 1.403223] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[ 1.464642] sda: sda1 sda2 sda3 sda4
[ 1.464842] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.468983] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 1.482890] usb 1-3: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00
[ 1.482896] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.482898] usb 1-3: Product: Mass Storage Device
[ 1.482899] usb 1-3: Manufacturer: Generic
[ 1.482901] usb 1-3: SerialNumber: 058F63626376
[ 1.536851] tsc: Refined TSC clocksource calibration: 2112.001 MHz
[ 1.536866] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e71797ffd2, max_idle_ns: 440795307724 ns
[ 1.536947] clocksource: Switched to clocksource tsc
[ 1.612792] usb 1-4: new low-speed USB device number 3 using xhci_hcd
[ 1.775153] usb 1-4: New USB device found, idVendor=03f0, idProduct=1041, bcdDevice= 1.00
[ 1.775165] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.775170] usb 1-4: Product: HP Travel USB Optical Mouse
[ 1.775173] usb 1-4: Manufacturer: PixArt
[ 1.904870] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[ 2.003394] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[ 2.049794] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 2.049812] psmouse serio1: synaptics: Your touchpad (PNP: LEN040c PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 2.087399] usb 1-7: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
[ 2.087413] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.087422] usb 1-7: Product: Integrated Camera
[ 2.087428] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[ 2.087434] usb 1-7: SerialNumber: 0001
[ 2.133530] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793
[ 2.133558] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 2.183161] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[ 2.228842] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[ 2.379719] usb 1-9: New USB device found, idVendor=06cb, idProduct=00be, bcdDevice= 0.00
[ 2.379735] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 2.379742] usb 1-9: SerialNumber: c77cd9638206
[ 2.512846] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[ 2.663887] usb 1-10: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[ 2.663900] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.689835] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 2.689879] hid: raw HID events driver (C) Jiri Kosina
[ 2.690372] scsi host1: usb-storage 1-3:1.0
[ 2.690772] usbcore: registered new interface driver usb-storage
[ 2.696096] usbcore: registered new interface driver uas
[ 2.697671] usbcore: registered new interface driver usbhid
[ 2.697679] usbhid: USB HID core driver
[ 2.704553] input: PixArt HP Travel USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:03F0:1041.0001/input/input7
[ 2.704816] hid-generic 0003:03F0:1041.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP Travel USB Optical Mouse] on usb-0000:00:14.0-4/input0
[ 2.793568] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[ 2.931517] EXT4-fs (sda1): mounted filesystem 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro with ordered data mode. Quota mode: none.
[ 3.056708] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[ 3.713778] scsi 1:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 3.714457] scsi 1:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 3.715009] scsi 1:0:0:2: Direct-Access Generic USB xD/SM Reader 1.02 PQ: 0 ANSI: 0
[ 3.715547] scsi 1:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 3.715989] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 3.716405] scsi 1:0:0:1: Attached scsi generic sg2 type 0
[ 3.716723] scsi 1:0:0:2: Attached scsi generic sg3 type 0
[ 3.717047] scsi 1:0:0:3: Attached scsi generic sg4 type 0
[ 4.256065] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 4.256831] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.256841] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4.257513] sd 1:0:0:0: [sdb] No Caching mode page found
[ 4.257522] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 4.258037] sd 1:0:0:1: [sdc] Media removed, stopped polling
[ 4.258471] sd 1:0:0:2: [sdd] Media removed, stopped polling
[ 4.258489] sd 1:0:0:1: [sdc] Attached SCSI removable disk
[ 4.258613] sd 1:0:0:2: [sdd] Attached SCSI removable disk
[ 4.258845] sd 1:0:0:3: [sde] Media removed, stopped polling
[ 4.259063] sd 1:0:0:3: [sde] Attached SCSI removable disk
[ 4.266266] sdb:
[ 4.266319] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 4.266527] systemd[1]: Inserted module 'autofs4'
[ 4.487235] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 4.487354] systemd[1]: Detected architecture x86-64.
[ 4.502072] systemd[1]: Hostname set to <sysadmin>.
[ 4.590979] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 5.503424] block sda: the capability attribute has been deprecated.
[ 6.417333] systemd[1]: /etc/systemd/system/anydesk.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/anydesk.pid → /run/anydesk.pid; please update the unit file accordingly.
[ 6.782248] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.802700] systemd[1]: Created slice Slice /system/modprobe.
[ 6.804026] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 6.804665] systemd[1]: Created slice User and Session Slice.
[ 6.804953] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.805536] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.805773] systemd[1]: Reached target User and Group Name Lookups.
[ 6.805849] systemd[1]: Reached target Remote File Systems.
[ 6.805901] systemd[1]: Reached target Slice Units.
[ 6.805958] systemd[1]: Reached target Mounting snaps.
[ 6.806050] systemd[1]: Reached target Local Verity Protected Volumes.
[ 6.806488] systemd[1]: Listening on Syslog Socket.
[ 6.806802] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 6.807004] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 6.807581] systemd[1]: Listening on Journal Audit Socket.
[ 6.807849] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.808185] systemd[1]: Listening on Journal Socket.
[ 6.841860] systemd[1]: Listening on udev Control Socket.
[ 6.842278] systemd[1]: Listening on udev Kernel Socket.
[ 6.857432] systemd[1]: Mounting Huge Pages File System...
[ 6.860225] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.863173] systemd[1]: Mounting Kernel Debug File System...
[ 6.865818] systemd[1]: Mounting Kernel Trace File System...
[ 6.873151] systemd[1]: Starting Journal Service...
[ 6.881888] systemd[1]: Starting Set the console keyboard layout...
[ 6.882644] systemd[1]: Starting Create List of Static Device Nodes...
[ 6.883335] systemd[1]: Starting Load Kernel Module configfs...
[ 6.884058] systemd[1]: Starting Load Kernel Module drm...
[ 6.884826] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 6.885647] systemd[1]: Starting Load Kernel Module fuse...
[ 6.885821] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 6.925206] systemd[1]: Starting Load Kernel Modules...
[ 6.926280] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.927253] systemd[1]: Starting Coldplug All udev Devices...
[ 6.929218] systemd[1]: Mounted Huge Pages File System.
[ 6.929354] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.929470] systemd[1]: Mounted Kernel Debug File System.
[ 6.929584] systemd[1]: Mounted Kernel Trace File System.
[ 6.929966] systemd[1]: Finished Create List of Static Device Nodes.
[ 6.930322] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.930603] systemd[1]: Finished Load Kernel Module configfs.
[ 6.930917] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.931193] systemd[1]: Finished Load Kernel Module fuse.
[ 6.932340] systemd[1]: Mounting FUSE Control File System...
[ 6.933450] systemd[1]: Mounting Kernel Configuration File System...
[ 6.936007] systemd[1]: Mounted FUSE Control File System.
[ 6.936168] systemd[1]: Mounted Kernel Configuration File System.
[ 6.960345] pstore: Using crash dump compression: deflate
[ 7.001679] pstore: Registered efi_pstore as persistent store backend
[ 7.002145] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 7.002308] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 7.052170] ACPI: bus type drm_connector registered
[ 7.052949] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 7.053139] systemd[1]: Finished Load Kernel Module drm.
[ 7.063024] systemd[1]: Started Journal Service.
[ 7.106105] EXT4-fs (sda1): re-mounted 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb r/w. Quota mode: none.
[ 7.149054] systemd-journald[264]: Received client request to flush runtime journal.
[ 7.291430] lp: driver loaded but no devices found
[ 7.312163] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k FS
[ 7.353603] ppdev: user-space parallel port driver
[ 7.881192] loop0: detected capacity change from 0 to 8
[ 7.881641] loop1: detected capacity change from 0 to 619744
[ 7.881799] loop2: detected capacity change from 0 to 216720
[ 7.884462] loop3: detected capacity change from 0 to 216592
[ 7.889383] loop4: detected capacity change from 0 to 619736
[ 7.943083] loop5: detected capacity change from 0 to 129976
[ 7.946506] loop6: detected capacity change from 0 to 130888
[ 8.048090] loop7: detected capacity change from 0 to 151784
[ 8.091648] loop8: detected capacity change from 0 to 151352
[ 8.098829] loop9: detected capacity change from 0 to 536760
[ 8.102213] loop10: detected capacity change from 0 to 716168
[ 8.118653] loop11: detected capacity change from 0 to 716176
[ 8.122158] loop12: detected capacity change from 0 to 1017608
[ 8.124656] loop13: detected capacity change from 0 to 1017816
[ 8.128298] loop14: detected capacity change from 0 to 166424
[ 8.148669] loop15: detected capacity change from 0 to 187776
[ 8.151871] loop16: detected capacity change from 0 to 503800
[ 8.167347] loop17: detected capacity change from 0 to 856
[ 8.170564] loop18: detected capacity change from 0 to 904
[ 8.205944] loop19: detected capacity change from 0 to 83672
[ 8.209190] loop20: detected capacity change from 0 to 82800
[ 8.210556] loop21: detected capacity change from 0 to 94064
[ 8.211700] loop22: detected capacity change from 0 to 25240
[ 9.124544] Consider using thermal netlink events interface
[ 9.277496] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[ 9.319315] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 9.324422] Non-volatile memory driver v1.3
[ 9.486521] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 9.489548] intel_rapl_common: Found RAPL domain package
[ 9.489550] intel_rapl_common: Found RAPL domain dram
[ 9.492517] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 9.492519] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 9.492520] thinkpad_acpi: ThinkPad BIOS R17ET21W (1.04 ), EC R17HT25W
[ 9.492521] thinkpad_acpi: Lenovo ThinkPad L14 Gen 1, model 20U1S05Y00
[ 9.492766] thinkpad_acpi: radio switch found; radios are enabled
[ 9.492940] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 9.492941] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 9.494650] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 9.508517] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
[ 9.508524] ACPI: battery: new extension: ThinkPad Battery Extension
[ 9.516168] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 9.553088] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 9.553502] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.553946] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.577572] spi-nor spi0.0: w25q256 (32768 Kbytes)
[ 9.597446] Creating 1 MTD partitions on "0000:00:1f.5":
[ 9.597450] 0x000000000000-0x000002000000 : "BIOS"
[ 9.673730] Intel(R) Wireless WiFi driver for Linux
[ 9.673894] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 9.681430] iwlwifi 0000:04:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[ 9.681483] iwlwifi 0000:04:00.0: PCI dev 2723/0080, rev=0x340, rfid=0x10a100
[ 9.775579] Bluetooth: Core ver 2.22
[ 9.775599] NET: Registered PF_BLUETOOTH protocol family
[ 9.775600] Bluetooth: HCI device and connection manager initialized
[ 9.775604] Bluetooth: HCI socket layer initialized
[ 9.775606] Bluetooth: L2CAP socket layer initialized
[ 9.775609] Bluetooth: SCO socket layer initialized
[ 9.915832] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 9.915835] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 9.915836] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 9.915837] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 9.915837] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 9.915838] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 9.930693] cryptd: max_cpu_qlen set to 1000
[ 10.258891] usbcore: registered new interface driver btusb
[ 10.259662] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[ 10.260669] Bluetooth: hci0: Device revision is 1
[ 10.260671] Bluetooth: hci0: Secure boot is enabled
[ 10.260672] Bluetooth: hci0: OTP lock is enabled
[ 10.260673] Bluetooth: hci0: API lock is enabled
[ 10.260673] Bluetooth: hci0: Debug lock is disabled
[ 10.260674] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 10.346256] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver
[ 10.346270] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 10.413970] iwlwifi 0000:04:00.0: loaded firmware version 77.f92b5fed.0 cc-a0-77.ucode op_mode iwlmvm
[ 10.439625] AVX2 version of gcm_enc/dec engaged.
[ 10.439723] AES CTR mode by8 optimization enabled
[ 10.599668] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.599881] snd_hda_intel 0000:00:1f.3: enabling device (0004 -> 0006)
[ 10.738573] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[ 10.738648] Bluetooth: hci0: Boot Address: 0x24800
[ 10.738650] Bluetooth: hci0: Firmware Version: 126-5.22
[ 10.982925] Console: switching to colour dummy device 80x25
[ 10.982963] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 10.984351] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 11.088895] intel_rapl_common: Found RAPL domain package
[ 11.088899] intel_rapl_common: Found RAPL domain core
[ 11.088900] intel_rapl_common: Found RAPL domain uncore
[ 11.088901] intel_rapl_common: Found RAPL domain dram
[ 11.088902] intel_rapl_common: Found RAPL domain psys
[ 11.135093] mc: Linux media interface: v0.10
[ 11.211242] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 11.469175] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 11.732431] intel_tcc_cooling: Programmable TCC Offset detected
[ 12.083713] videodev: Linux video capture interface: v2.00
[ 12.364998] Bluetooth: hci0: Waiting for firmware download to complete
[ 12.365638] Bluetooth: hci0: Firmware loaded in 1588924 usecs
[ 12.365689] Bluetooth: hci0: Waiting for device to boot
[ 12.380752] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[ 12.380809] thermal thermal_zone9: failed to read out thermal zone (-61)
[ 12.382644] Bluetooth: hci0: Device booted in 16586 usecs
[ 12.382645] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[ 12.527586] iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
[ 12.552789] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
[ 12.554991] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 12.555989] Bluetooth: hci0: Firmware revision 0.3 build 126 week 5 2022
[ 12.557960] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[ 12.598573] iwlwifi 0000:04:00.0: base HW address: 34:cf:f6:66:67:e1
[ 12.660983] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[ 12.717685] usb 1-7: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
[ 12.722382] usbcore: registered new interface driver uvcvideo
[ 13.295527] EXT4-fs (sda4): mounted filesystem a284d37f-2703-4bcf-a52f-56e0f04be126 r/w with ordered data mode. Quota mode: none.
[ 13.298906] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 13.316155] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 13.317354] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 13.318028] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 13.365487] fbcon: i915drmfb (fb0) is primary device
[ 13.371906] Console: switching to colour frame buffer device 170x48
[ 13.390376] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 13.575664] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 13.575669] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.575671] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 13.575673] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 13.575674] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 13.575675] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 13.575676] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 13.666039] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 13.666095] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 13.666154] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 13.666205] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 13.666247] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 13.932131] audit: type=1400 audit(1706610766.829:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=799 comm="apparmor_parser"
[ 13.932368] audit: type=1400 audit(1706610766.829:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=794 comm="apparmor_parser"
[ 13.932382] audit: type=1400 audit(1706610766.829:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=794 comm="apparmor_parser"
[ 13.932824] audit: type=1400 audit(1706610766.833:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=793 comm="apparmor_parser"
[ 13.933713] audit: type=1400 audit(1706610766.833:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=797 comm="apparmor_parser"
[ 13.933735] audit: type=1400 audit(1706610766.833:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=797 comm="apparmor_parser"
[ 13.933748] audit: type=1400 audit(1706610766.833:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=797 comm="apparmor_parser"
[ 13.946408] audit: type=1400 audit(1706610766.845:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=800 comm="apparmor_parser"
[ 13.946424] audit: type=1400 audit(1706610766.845:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=803 comm="apparmor_parser"
[ 14.046451] audit: type=1400 audit(1706610766.945:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=798 comm="apparmor_parser"
[ 20.183248] process '/usr/bin/anydesk' started with executable stack
[ 20.394122] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.394134] Bluetooth: BNEP filters: protocol multicast
[ 20.394144] Bluetooth: BNEP socket layer initialized
[ 20.398388] Bluetooth: MGMT ver 1.22
[ 20.475518] NET: Registered PF_ALG protocol family
[ 25.505345] loop23: detected capacity change from 0 to 8
[ 25.531282] kauditd_printk_skb: 43 callbacks suppressed
[ 25.531300] audit: type=1400 audit(1706610778.429:55): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=969 comm="cupsd" capability=12 capname="net_admin"
[ 26.488451] iwlwifi 0000:04:00.0: Registered PHC clock: iwlwifi-PTP, with index: 1
[ 29.447414] audit: type=1400 audit(1706610782.345:56): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1154 comm="snap-confine" capability=12 capname="net_admin"
[ 29.447434] audit: type=1400 audit(1706610782.345:57): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1154 comm="snap-confine" capability=38 capname="perfmon"
[ 29.831983] wlp4s0: authenticate with 50:d4:f7:00:51:de
[ 29.844298] wlp4s0: send auth to 50:d4:f7:00:51:de (try 1/3)
[ 29.906124] wlp4s0: authenticated
[ 29.908863] wlp4s0: associate with 50:d4:f7:00:51:de (try 1/3)
[ 29.910478] wlp4s0: RX AssocResp from 50:d4:f7:00:51:de (capab=0x1011 status=0 aid=10)
[ 29.945556] wlp4s0: associated
[ 30.023910] wlp4s0: Limiting TX power to 40 (40 - 0) dBm as advertised by 50:d4:f7:00:51:de
[ 39.464784] rfkill: input handler disabled
[ 48.142374] audit: type=1400 audit(1706610800.931:58): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1654 comm="snap-confine" capability=12 capname="net_admin"
[ 48.142383] audit: type=1400 audit(1706610800.931:59): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1654 comm="snap-confine" capability=38 capname="perfmon"
[ 48.535384] rfkill: input handler enabled
[ 48.598540] Bluetooth: RFCOMM TTY layer initialized
[ 48.598549] Bluetooth: RFCOMM socket layer initialized
[ 48.598555] Bluetooth: RFCOMM ver 1.11
[ 51.589234] usb 1-3: USB disconnect, device number 2
[ 57.667273] usb 1-3: new high-speed USB device number 7 using xhci_hcd
[ 57.819058] usb 1-3: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00
[ 57.819080] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 57.819087] usb 1-3: Product: Mass Storage Device
[ 57.819093] usb 1-3: Manufacturer: Generic
[ 57.819097] usb 1-3: SerialNumber: 058F63626376
[ 57.821467] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 57.822277] scsi host1: usb-storage 1-3:1.0
[ 58.841507] scsi 1:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 58.842299] scsi 1:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 58.843108] scsi 1:0:0:2: Direct-Access Generic USB xD/SM Reader 1.02 PQ: 0 ANSI: 0
[ 58.843675] scsi 1:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 58.844519] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 58.846014] sd 1:0:0:1: Attached scsi generic sg2 type 0
[ 58.847153] sd 1:0:0:2: Attached scsi generic sg3 type 0
[ 58.848059] sd 1:0:0:3: Attached scsi generic sg4 type 0
[ 59.384131] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 59.384620] sd 1:0:0:1: [sdc] Media removed, stopped polling
[ 59.385251] sd 1:0:0:2: [sdd] Media removed, stopped polling
[ 59.385625] sd 1:0:0:1: [sdc] Attached SCSI removable disk
[ 59.385979] sd 1:0:0:3: [sde] Media removed, stopped polling
[ 59.386593] sd 1:0:0:2: [sdd] Attached SCSI removable disk
[ 59.386652] sd 1:0:0:0: [sdb] Write Protect is off
[ 59.386665] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 59.387301] sd 1:0:0:0: [sdb] No Caching mode page found
[ 59.387313] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 59.387564] sd 1:0:0:3: [sde] Attached SCSI removable disk
[ 59.406416] sdb:
[ 59.406602] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 62.506015] rfkill: input handler disabled
[ 71.992774] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 366.387970] sdb: sdb1 sdb2
[ 922.420875] EXT4-fs (sdb2): mounted filesystem cad58498-1fe6-44e9-b6f1-8ee10854b1b9 r/w with ordered data mode. Quota mode: none.
[ 1633.619052] evict_inodes inode 000000009ed572ac, i_count = 1, was skipped!
[ 1633.619057] evict_inodes inode 0000000028294c85, i_count = 1, was skipped!
[ 1633.623820] evict_inodes inode 00000000b1c9365a, i_count = 1, was skipped!
[ 1633.623824] evict_inodes inode 000000006c17542a, i_count = 1, was skipped!
[ 1633.623826] evict_inodes inode 00000000c1c19245, i_count = 1, was skipped!
[ 1633.623879] EXT4-fs (sdb2): unmounting filesystem cad58498-1fe6-44e9-b6f1-8ee10854b1b9.
[ 1647.742896] sdb: sdb1 sdb2
Startup fdisk in the administrative mode with the command
$ sudo fdisk -l
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 264191 262144 128M c W95 FAT32 (LBA)
/dev/sdb2 264192 25430015 25165824 1G 83 Linux
See the full output below
Disk /dev/loop0: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 302.61 MiB, 317308928 bytes, 619744 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 105.82 MiB, 110960640 bytes, 216720 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 105.76 MiB, 110895104 bytes, 216592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 302.61 MiB, 317304832 bytes, 619736 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 63.46 MiB, 66547712 bytes, 129976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 63.91 MiB, 67014656 bytes, 130888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 74.11 MiB, 77713408 bytes, 151784 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000LPLX-0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 007A09E0-7A1D-4C22-9032-02CD77903C5A
Device Start End Sectors Size Type
/dev/sda1 2048 97656831 97654784 46.6G Linux filesystem
/dev/sda2 97656832 98633727 976896 477M EFI System
/dev/sda3 98633728 99610623 976896 477M BIOS boot
/dev/sda4 99610624 976771071 877160448 418.3G Linux filesystem
Disk /dev/loop8: 73.9 MiB, 77492224 bytes, 151352 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 262.09 MiB, 274821120 bytes, 536760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 349.69 MiB, 366678016 bytes, 716168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 349.7 MiB, 366682112 bytes, 716176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 496.88 MiB, 521015296 bytes, 1017608 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop13: 496.98 MiB, 521121792 bytes, 1017816 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop14: 81.26 MiB, 85209088 bytes, 166424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop15: 91.69 MiB, 96141312 bytes, 187776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop16: 246 MiB, 257945600 bytes, 503800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop17: 428 KiB, 438272 bytes, 856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop18: 452 KiB, 462848 bytes, 904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop19: 40.86 MiB, 42840064 bytes, 83672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop20: 40.43 MiB, 42393600 bytes, 82800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop21: 45.93 MiB, 48160768 bytes, 94064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop22: 12.32 MiB, 12922880 bytes, 25240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 264191 262144 128M c W95 FAT32 (LBA)
/dev/sdb2 264192 25430015 25165824 1G 83 Linux
$ mount | grep -i sdb
/dev/sdb1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2 on /mnt/root type ext4 (rw,relatime)
See the full output below
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3914728k,nr_inodes=978682,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=21019)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
tmpfs on /run/qemu type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
/var/lib/snapd/snaps/code_149.snap on /snap/code/149 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/bare_5.snap on /snap/bare/5 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/code_148.snap on /snap/code/148 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core20_2105.snap on /snap/core20/2105 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core_16091.snap on /snap/core/16091 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core_16202.snap on /snap/core/16202 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core22_864.snap on /snap/core22/864 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core22_1033.snap on /snap/core22/1033 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/firefox_3626.snap on /snap/firefox/3626 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_143.snap on /snap/gnome-3-38-2004/143 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd_20671.snap on /snap/snapd/20671 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/firefox_3728.snap on /snap/firefox/3728 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd-desktop-integration_57.snap on /snap/snapd-desktop-integration/57 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-42-2204_132.snap on /snap/gnome-42-2204/132 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd-desktop-integration_83.snap on /snap/snapd-desktop-integration/83 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core20_2015.snap on /snap/core20/2015 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_638.snap on /snap/snap-store/638 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_140.snap on /snap/gnome-3-38-2004/140 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd_20290.snap on /snap/snapd/20290 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_959.snap on /snap/snap-store/959 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1535.snap on /snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1534.snap on /snap/gtk-common-themes/1534 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-42-2204_141.snap on /snap/gnome-42-2204/141 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/dev/sda1 on /var/snap/firefox/common/host-hunspell type ext4 (ro,noexec,noatime,errors=remount-ro)
/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda4 on /home type ext4 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64)
nsfs on /run/snapd/ns/snapd-desktop-integration.mnt type nsfs (rw)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=790564k,nr_inodes=197641,mode=700,uid=1000,gid=1000,inode64)
/dev/sdb1 on /mnt/boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sdb2 on /mnt/root type ext4 (rw,relatime)
Startup fdisk in the administrative mode with the command
“p” for print
$ sudo fdisk /dev/sdb
Welcome to fdisk (util-linux 2.37.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 8192 139263 131072 64M c W95 FAT32 (LBA)
/dev/sdb2 147456 360447 212992 104M 83 Linux
Enter “d” to delete “First Partition” from the system.
“d” for delete
Command (m for help): d
Partition number (1,2, default 2): 1
Partition 1 has been deleted.
Now, use the “p” command to print the partitions to verify
Command (m for help): p
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Device Boot Start End Sectors Size Id Type
/dev/sdb2 147456 360447 212992 104M 83 Linux
Enter “d” to delete “Second Partition” from the system.
“d” for delete
Command (m for help): d
Partition number (1,2, default 2): 2
Partition 2 has been deleted.
Now, use the “p” command to print the partitions to verify
Command (m for help): p
Disk /dev/sdb: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Now, use the “w” command to print the partitions to verify
“w” for write
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
$ sudo dmesg | grep -i sdb
[ 4.288903] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[ 4.289723] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.289733] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 4.291604] sd 1:0:0:0: [sdb] No Caching mode page found
[ 4.291614] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 4.310222] sdb:
[ 4.310373] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 340.147025] sdb:
See the full output below
[ 0.000000] microcode: updated early: 0xd6 -> 0xf8, date = 2023-02-26 [ 0.000000] Linux version 6.5.0-14-generic (buildd@lcy02-amd64-110) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 (Ubuntu 6.5.0-14.14~22.04.1-generic 6.5.3) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Hygon HygonGenuine [ 0.000000] Centaur CentaurHauls [ 0.000000] zhaoxin Shanghai [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000001fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000002000-0x000000000000bfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000000c000-0x000000000005efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000005f000-0x0000000000086fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000087000-0x0000000000088fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000089000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b44b6fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable [ 0.000000] e820: update [mem 0x9221a018-0x9222a057] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000001000-0x0000000000001fff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000002000-0x000000000000bfff] reserved [ 0.000000] reserve setup_data: [mem 0x000000000000c000-0x000000000005efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000005f000-0x0000000000086fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000087000-0x0000000000088fff] usable [ 0.000000] reserve setup_data: [mem 0x0000000000089000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009221a017] usable [ 0.000000] reserve setup_data: [mem 0x000000009221a018-0x000000009222a057] usable [ 0.000000] reserve setup_data: [mem 0x000000009222a058-0x00000000b44b6fff] usable [ 0.000000] reserve setup_data: [mem 0x00000000b44b7000-0x00000000b8694fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000b8695000-0x00000000b9a1efff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000b9a1f000-0x00000000b9b4efff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000b9b50000-0x00000000bf7fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023e7fffff] usable [ 0.000000] efi: EFI v2.7 by Lenovo [ 0.000000] efi: TPMFinalLog=0xb9a17000 SMBIOS=0xb6ab8000 SMBIOS 3.0=0xb6aab000 ACPI=0xb9b4e000 ACPI 2.0=0xb9b4e014 MEMATTR=0xb0e17018 ESRT=0xb643f000 MOKvar=0xb4a4f000 RNG=0xb9b4d018 TPMEventLog=0x935aa018 [ 0.000000] random: crng init done [ 0.000000] secureboot: Secure boot disabled [ 0.000000] SMBIOS 3.2.0 present. [ 0.000000] DMI: LENOVO 20U1S05Y00/20U1S05Y00, BIOS R17ET21W (1.04 ) 08/05/2020 [ 0.000000] tsc: Detected 2100.000 MHz processor [ 0.000000] tsc: Detected 2099.944 MHz TSC [ 0.001816] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001822] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001838] last_pfn = 0x23e800 max_arch_pfn = 0x400000000 [ 0.001846] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs [ 0.001850] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.002715] last_pfn = 0xb9b50 max_arch_pfn = 0x400000000 [ 0.017781] esrt: Reserving ESRT space from 0x00000000b643f000 to 0x00000000b643f100. [ 0.017803] Using GB pages for direct mapping [ 0.018242] secureboot: Secure boot disabled [ 0.018244] RAMDISK: [mem 0x8bb08000-0x8fda8fff] [ 0.018256] ACPI: Early table checksum verification disabled [ 0.018261] ACPI: RSDP 0x00000000B9B4E014 000024 (v02 LENOVO) [ 0.018269] ACPI: XSDT 0x00000000B9B4C188 000104 (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018280] ACPI: FACP 0x00000000B6478000 000114 (v06 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018292] ACPI: DSDT 0x00000000B6448000 02B4EA (v02 LENOVO CML 20170001 INTL 20160422) [ 0.018299] ACPI: FACS 0x00000000B987D000 000040 [ 0.018304] ACPI: SSDT 0x00000000B69BC000 0020AE (v02 LENOVO CpuSsdt 00003000 INTL 20160527) [ 0.018311] ACPI: SSDT 0x00000000B69BB000 0005A1 (v02 LENOVO CtdpB 00001000 INTL 20160527) [ 0.018317] ACPI: SSDT 0x00000000B697E000 0038AA (v02 LENOVO DptfTabl 00001000 INTL 20160527) [ 0.018324] ACPI: SSDT 0x00000000B647D000 00331E (v02 LENOVO SaSsdt 00003000 INTL 20160527) [ 0.018330] ACPI: SSDT 0x00000000B647C000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527) [ 0.018336] ACPI: TPM2 0x00000000B647B000 000034 (v04 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018343] ACPI: SSDT 0x00000000B6479000 0005D8 (v02 LENOVO PerfTune 00001000 INTL 20160527) [ 0.018349] ACPI: HPET 0x00000000B6477000 000038 (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018355] ACPI: APIC 0x00000000B6476000 000164 (v03 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018361] ACPI: MCFG 0x00000000B6475000 00003C (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018368] ACPI: ECDT 0x00000000B6474000 000053 (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018374] ACPI: SSDT 0x00000000B6446000 0012DB (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527) [ 0.018380] ACPI: SSDT 0x00000000B6445000 0000A6 (v02 LENOVO PID0Ssdt 00000010 INTL 20160527) [ 0.018387] ACPI: SSDT 0x00000000B6444000 000083 (v02 LENOVO PID1Ssdt 00000010 INTL 20160527) [ 0.018393] ACPI: SSDT 0x00000000B6442000 001F57 (v02 LENOVO ProjSsdt 00000010 INTL 20160527) [ 0.018399] ACPI: NHLT 0x00000000B6441000 00002D (v00 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018406] ACPI: BOOT 0x00000000B6440000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018412] ACPI: SSDT 0x00000000B643D000 000E9C (v02 LENOVO UsbCTabl 00001000 INTL 20160527) [ 0.018418] ACPI: LPIT 0x00000000B643C000 000094 (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018424] ACPI: WSMT 0x00000000B643B000 000028 (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018430] ACPI: SSDT 0x00000000B6438000 00281B (v02 LENOVO TbtTypeC 00000000 INTL 20160527) [ 0.018437] ACPI: DBGP 0x00000000B6437000 000034 (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018443] ACPI: DBG2 0x00000000B6436000 000054 (v00 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018449] ACPI: POAT 0x00000000B6435000 000055 (v03 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018455] ACPI: BATB 0x00000000B6258000 00004A (v02 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018462] ACPI: UEFI 0x00000000B9830000 00012A (v01 LENOVO TP-R17 00001040 PTEC 00000002) [ 0.018468] ACPI: FPDT 0x00000000B4A50000 000044 (v01 LENOVO TP-R17 00001040 PTEC 00001040) [ 0.018473] ACPI: Reserving FACP table memory at [mem 0xb6478000-0xb6478113] [ 0.018476] ACPI: Reserving DSDT table memory at [mem 0xb6448000-0xb64734e9] [ 0.018478] ACPI: Reserving FACS table memory at [mem 0xb987d000-0xb987d03f] [ 0.018480] ACPI: Reserving SSDT table memory at [mem 0xb69bc000-0xb69be0ad] [ 0.018482] ACPI: Reserving SSDT table memory at [mem 0xb69bb000-0xb69bb5a0] [ 0.018484] ACPI: Reserving SSDT table memory at [mem 0xb697e000-0xb69818a9] [ 0.018486] ACPI: Reserving SSDT table memory at [mem 0xb647d000-0xb648031d] [ 0.018487] ACPI: Reserving SSDT table memory at [mem 0xb647c000-0xb647c60d] [ 0.018489] ACPI: Reserving TPM2 table memory at [mem 0xb647b000-0xb647b033] [ 0.018491] ACPI: Reserving SSDT table memory at [mem 0xb6479000-0xb64795d7] [ 0.018493] ACPI: Reserving HPET table memory at [mem 0xb6477000-0xb6477037] [ 0.018494] ACPI: Reserving APIC table memory at [mem 0xb6476000-0xb6476163] [ 0.018496] ACPI: Reserving MCFG table memory at [mem 0xb6475000-0xb647503b] [ 0.018498] ACPI: Reserving ECDT table memory at [mem 0xb6474000-0xb6474052] [ 0.018500] ACPI: Reserving SSDT table memory at [mem 0xb6446000-0xb64472da] [ 0.018502] ACPI: Reserving SSDT table memory at [mem 0xb6445000-0xb64450a5] [ 0.018503] ACPI: Reserving SSDT table memory at [mem 0xb6444000-0xb6444082] [ 0.018505] ACPI: Reserving SSDT table memory at [mem 0xb6442000-0xb6443f56] [ 0.018507] ACPI: Reserving NHLT table memory at [mem 0xb6441000-0xb644102c] [ 0.018509] ACPI: Reserving BOOT table memory at [mem 0xb6440000-0xb6440027] [ 0.018511] ACPI: Reserving SSDT table memory at [mem 0xb643d000-0xb643de9b] [ 0.018512] ACPI: Reserving LPIT table memory at [mem 0xb643c000-0xb643c093] [ 0.018514] ACPI: Reserving WSMT table memory at [mem 0xb643b000-0xb643b027] [ 0.018516] ACPI: Reserving SSDT table memory at [mem 0xb6438000-0xb643a81a] [ 0.018518] ACPI: Reserving DBGP table memory at [mem 0xb6437000-0xb6437033] [ 0.018520] ACPI: Reserving DBG2 table memory at [mem 0xb6436000-0xb6436053] [ 0.018521] ACPI: Reserving POAT table memory at [mem 0xb6435000-0xb6435054] [ 0.018523] ACPI: Reserving BATB table memory at [mem 0xb6258000-0xb6258049] [ 0.018525] ACPI: Reserving UEFI table memory at [mem 0xb9830000-0xb9830129] [ 0.018527] ACPI: Reserving FPDT table memory at [mem 0xb4a50000-0xb4a50043] [ 0.018995] No NUMA configuration found [ 0.018997] Faking a node at [mem 0x0000000000000000-0x000000023e7fffff] [ 0.019019] NODE_DATA(0) allocated [mem 0x23e7d3000-0x23e7fdfff] [ 0.019419] Zone ranges: [ 0.019421] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.019425] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.019428] Normal [mem 0x0000000100000000-0x000000023e7fffff] [ 0.019431] Device empty [ 0.019433] Movable zone start for each node [ 0.019438] Early memory node ranges [ 0.019439] node 0: [mem 0x0000000000001000-0x0000000000001fff] [ 0.019442] node 0: [mem 0x000000000000c000-0x000000000005efff] [ 0.019444] node 0: [mem 0x0000000000087000-0x0000000000088fff] [ 0.019446] node 0: [mem 0x0000000000100000-0x00000000b44b6fff] [ 0.019448] node 0: [mem 0x00000000b9b4f000-0x00000000b9b4ffff] [ 0.019450] node 0: [mem 0x0000000100000000-0x000000023e7fffff] [ 0.019454] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e7fffff] [ 0.019460] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.019464] On node 0, zone DMA: 10 pages in unavailable ranges [ 0.019467] On node 0, zone DMA: 40 pages in unavailable ranges [ 0.019502] On node 0, zone DMA: 119 pages in unavailable ranges [ 0.030427] On node 0, zone DMA32: 22168 pages in unavailable ranges [ 0.050254] On node 0, zone Normal: 25776 pages in unavailable ranges [ 0.050363] On node 0, zone Normal: 6144 pages in unavailable ranges [ 0.050390] Reserving Intel graphics memory at [mem 0xbb800000-0xbf7fffff] [ 0.050789] ACPI: PM-Timer IO Port: 0x1808 [ 0.050802] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.050805] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.050807] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.050808] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.050810] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.050812] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.050813] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.050815] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.050816] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.050818] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.050820] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.050821] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.050823] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.050824] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.050826] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.050827] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.050829] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1]) [ 0.050831] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1]) [ 0.050833] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1]) [ 0.050834] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1]) [ 0.050889] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.050894] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.050898] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.050907] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.050909] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.050914] TSC deadline timer available [ 0.050916] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.050939] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.050943] PM: hibernation: Registered nosave memory: [mem 0x00002000-0x0000bfff] [ 0.050946] PM: hibernation: Registered nosave memory: [mem 0x0005f000-0x00086fff] [ 0.050950] PM: hibernation: Registered nosave memory: [mem 0x00089000-0x000fffff] [ 0.050953] PM: hibernation: Registered nosave memory: [mem 0x9221a000-0x9221afff] [ 0.050956] PM: hibernation: Registered nosave memory: [mem 0x9222a000-0x9222afff] [ 0.050959] PM: hibernation: Registered nosave memory: [mem 0xb44b7000-0xb8694fff] [ 0.050961] PM: hibernation: Registered nosave memory: [mem 0xb8695000-0xb9a1efff] [ 0.050962] PM: hibernation: Registered nosave memory: [mem 0xb9a1f000-0xb9b4efff] [ 0.050965] PM: hibernation: Registered nosave memory: [mem 0xb9b50000-0xbf7fffff] [ 0.050967] PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xffffffff] [ 0.050970] [mem 0xbf800000-0xffffffff] available for PCI devices [ 0.050972] Booting paravirtualized kernel on bare hardware [ 0.050975] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.050988] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [ 0.051874] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144 [ 0.051887] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152 [ 0.051891] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.051932] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic root=UUID=9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro quiet splash vt.handoff=7 [ 0.052080] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic", will be passed to user space. [ 0.054043] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.054993] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.055197] Fallback order for Node 0: 0 [ 0.055202] Built 1 zonelists, mobility grouping on. Total pages: 2010885 [ 0.055205] Policy zone: Normal [ 0.055213] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.055219] software IO TLB: area num 8. [ 0.126912] Memory: 7738996K/8171576K available (20480K kernel code, 4265K rwdata, 13180K rodata, 4792K init, 17396K bss, 432320K reserved, 0K cma-reserved) [ 0.127412] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.127463] ftrace: allocating 55226 entries in 216 pages [ 0.145206] ftrace: allocated 216 pages with 4 groups [ 0.146568] Dynamic Preempt: voluntary [ 0.146631] rcu: Preemptible hierarchical RCU implementation. [ 0.146633] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. [ 0.146635] Trampoline variant of Tasks RCU enabled. [ 0.146636] Rude variant of Tasks RCU enabled. [ 0.146637] Tracing variant of Tasks RCU enabled. [ 0.146639] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.146640] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.152619] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16 [ 0.152944] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.153251] Console: colour dummy device 80x25 [ 0.153255] printk: console [tty0] enabled [ 0.153351] ACPI: Core revision 20230331 [ 0.153892] hpet: HPET dysfunctional in PC10. Force disabled. [ 0.153895] APIC: Switch to symmetric I/O mode setup [ 0.155915] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.161754] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns [ 0.161767] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=8399776) [ 0.161803] x86/cpu: VMX (outside TXT) disabled by BIOS [ 0.161811] x86/cpu: SGX disabled by BIOS. [ 0.161823] CPU0: Thermal monitoring enabled (TM1) [ 0.161903] process: using mwait in idle threads [ 0.161909] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.161912] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.161918] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.161922] Spectre V2 : Mitigation: Enhanced / Automatic IBRS [ 0.161924] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.161926] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT [ 0.161927] RETBleed: Mitigation: Enhanced IBRS [ 0.161931] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.161934] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.161944] MMIO Stale Data: Mitigation: Clear CPU buffers [ 0.161947] SRBDS: Mitigation: Microcode [ 0.161951] GDS: Mitigation: Microcode [ 0.161960] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.161962] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.161964] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.161966] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [ 0.161968] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [ 0.161970] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.161974] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [ 0.161976] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [ 0.161978] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 0.165761] Freeing SMP alternatives memory: 44K [ 0.165761] pid_max: default: 32768 minimum: 301 [ 0.165761] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity [ 0.165761] landlock: Up and running. [ 0.165761] Yama: becoming mindful. [ 0.165761] AppArmor: AppArmor initialized [ 0.165761] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.165761] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.165761] smpboot: CPU0: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc) [ 0.165761] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.165761] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.165761] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.165761] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.165761] ... version: 4 [ 0.165761] ... bit width: 48 [ 0.165761] ... generic registers: 4 [ 0.165761] ... value mask: 0000ffffffffffff [ 0.165761] ... max period: 00007fffffffffff [ 0.165761] ... fixed-purpose events: 3 [ 0.165761] ... event mask: 000000070000000f [ 0.165761] signal: max sigframe size: 2032 [ 0.165761] Estimated ratio of average max frequency by base frequency (times 1024): 1901 [ 0.165761] rcu: Hierarchical SRCU implementation. [ 0.165761] rcu: Max phase no-delay instances is 1000. [ 0.165761] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.165761] smp: Bringing up secondary CPUs ... [ 0.165761] smpboot: x86: Booting SMP configuration: [ 0.165761] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.171640] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. [ 0.171640] smp: Brought up 1 node, 8 CPUs [ 0.171640] smpboot: Max logical packages: 1 [ 0.171640] smpboot: Total of 8 processors activated (33599.10 BogoMIPS) [ 0.174232] devtmpfs: initialized [ 0.174232] x86/mm: Memory block size: 128MB [ 0.175178] ACPI: PM: Registering ACPI NVS region [mem 0xb8695000-0xb9a1efff] (20488192 bytes) [ 0.175178] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.175178] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.175178] pinctrl core: initialized pinctrl subsystem [ 0.175178] PM: RTC time: 11:17:23, date: 2024-01-30 [ 0.175543] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.178004] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.178120] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.178235] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.178254] audit: initializing netlink subsys (disabled) [ 0.178273] audit: type=2000 audit(1706613443.016:1): state=initialized audit_enabled=0 res=1 [ 0.178273] thermal_sys: Registered thermal governor 'fair_share' [ 0.178273] thermal_sys: Registered thermal governor 'bang_bang' [ 0.178273] thermal_sys: Registered thermal governor 'step_wise' [ 0.178273] thermal_sys: Registered thermal governor 'user_space' [ 0.178273] thermal_sys: Registered thermal governor 'power_allocator' [ 0.178273] EISA bus registered [ 0.178273] cpuidle: using governor ladder [ 0.178273] cpuidle: using governor menu [ 0.178273] Simple Boot Flag at 0x47 set to 0x1 [ 0.178273] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.178273] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.178375] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.178386] PCI: not using MMCONFIG [ 0.178388] PCI: Using configuration type 1 for base access [ 0.178814] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.178828] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.178828] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.178828] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 0.178828] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.178828] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 0.178828] fbcon: Taking over console [ 0.178828] ACPI: Added _OSI(Module Device) [ 0.178828] ACPI: Added _OSI(Processor Device) [ 0.178828] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.178828] ACPI: Added _OSI(Processor Aggregator Device) [ 0.298601] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.LPCB.EC.LHKF], AE_ALREADY_EXISTS (20230331/dswload2-326) [ 0.298622] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230331/psobject-220) [ 0.298631] ACPI: Skipping parse of AML opcode: Device (0x5B82) [ 0.301701] ACPI: 13 ACPI AML tables successfully acquired and loaded [ 0.304117] ACPI: EC: EC started [ 0.304119] ACPI: EC: interrupt blocked [ 0.305545] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.305547] ACPI: EC: Boot ECDT EC used to handle transactions [ 0.308371] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.324367] ACPI: Dynamic OEM Table Load: [ 0.324367] ACPI: SSDT 0xFFFF9BEA80227A00 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527) [ 0.327518] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.329566] ACPI: Dynamic OEM Table Load: [ 0.329583] ACPI: SSDT 0xFFFF9BEA8119D000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527) [ 0.332042] ACPI: Dynamic OEM Table Load: [ 0.332058] ACPI: SSDT 0xFFFF9BEA813AB800 0005DC (v02 PmRef Cpu0Ist 00003000 INTL 20160527) [ 0.334639] ACPI: Dynamic OEM Table Load: [ 0.334653] ACPI: SSDT 0xFFFF9BEA802AC400 00016C (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) [ 0.337039] ACPI: Dynamic OEM Table Load: [ 0.337057] ACPI: SSDT 0xFFFF9BEA813B7000 000BEA (v02 PmRef HwpLvt 00003000 INTL 20160527) [ 0.339827] ACPI: Dynamic OEM Table Load: [ 0.339843] ACPI: SSDT 0xFFFF9BEA813AA800 000778 (v02 PmRef ApIst 00003000 INTL 20160527) [ 0.342446] ACPI: Dynamic OEM Table Load: [ 0.342460] ACPI: SSDT 0xFFFF9BEA8119DC00 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527) [ 0.345018] ACPI: Dynamic OEM Table Load: [ 0.345033] ACPI: SSDT 0xFFFF9BEA813B3000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527) [ 0.349027] ACPI: Dynamic OEM Table Load: [ 0.349042] ACPI: SSDT 0xFFFF9BEA8119A800 0003CA (v02 PmRef ApCst 00003000 INTL 20160527) [ 0.356594] ACPI: Interpreter enabled [ 0.356682] ACPI: PM: (supports S0 S3 S4 S5) [ 0.356685] ACPI: Using IOAPIC for interrupt routing [ 0.359717] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.361739] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource [ 0.361761] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.361769] PCI: Using E820 reservations for host bridge windows [ 0.362593] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.369090] ACPI: \_SB_.PCI0.LPCB.EC__.PUBS: New power resource [ 0.375106] ACPI: \_SB_.PCI0.XHC_.RHUB.HS10.DBTP: New power resource [ 0.377802] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource [ 0.384061] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource [ 0.384177] ACPI: \_SB_.PCI0.RP10.PXSX.DRST: New power resource [ 0.384386] ACPI: \_SB_.PCI0.RP11.PXP_: New power resource [ 0.392802] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource [ 0.393186] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource [ 0.393555] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource [ 0.396543] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource [ 0.403772] ACPI: \PIN_: New power resource [ 0.403820] ACPI: \PINP: New power resource [ 0.404907] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.404920] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.408207] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 0.408211] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration [ 0.412886] PCI host bridge to bus 0000:00 [ 0.412891] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.412895] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.412898] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.412901] pci_bus 0000:00: root bus resource [mem 0xbf800000-0xdfffffff window] [ 0.412903] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window] [ 0.412906] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.412942] pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000 [ 0.413070] pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000 [ 0.413084] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit] [ 0.413094] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.413101] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.413127] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.413132] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.413447] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 [ 0.413462] pci 0000:00:04.0: reg 0x10: [mem 0xd1330000-0xd1337fff 64bit] [ 0.414152] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 [ 0.414168] pci 0000:00:08.0: reg 0x10: [mem 0xd1340000-0xd1340fff 64bit] [ 0.414310] pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 [ 0.414333] pci 0000:00:12.0: reg 0x10: [mem 0xd1341000-0xd1341fff 64bit] [ 0.414514] pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 [ 0.414535] pci 0000:00:14.0: reg 0x10: [mem 0xd1320000-0xd132ffff 64bit] [ 0.414616] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.415541] pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 [ 0.415563] pci 0000:00:14.2: reg 0x10: [mem 0xd133c000-0xd133dfff 64bit] [ 0.415578] pci 0000:00:14.2: reg 0x18: [mem 0xd1342000-0xd1342fff 64bit] [ 0.415744] pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 [ 0.415789] pci 0000:00:15.0: reg 0x10: [mem 0xd1343000-0xd1343fff 64bit] [ 0.416117] pci 0000:00:15.2: [8086:02ea] type 00 class 0x0c8000 [ 0.416169] pci 0000:00:15.2: reg 0x10: [mem 0xd1344000-0xd1344fff 64bit] [ 0.417024] pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000 [ 0.417048] pci 0000:00:16.0: reg 0x10: [mem 0xd1345000-0xd1345fff 64bit] [ 0.417142] pci 0000:00:16.0: PME# supported from D3hot [ 0.417797] pci 0000:00:17.0: [8086:02d3] type 00 class 0x010601 [ 0.417815] pci 0000:00:17.0: reg 0x10: [mem 0xd133e000-0xd133ffff] [ 0.417825] pci 0000:00:17.0: reg 0x14: [mem 0xd1349000-0xd13490ff] [ 0.417835] pci 0000:00:17.0: reg 0x18: [io 0x3080-0x3087] [ 0.417845] pci 0000:00:17.0: reg 0x1c: [io 0x3088-0x308b] [ 0.417855] pci 0000:00:17.0: reg 0x20: [io 0x3060-0x307f] [ 0.417864] pci 0000:00:17.0: reg 0x24: [mem 0xd1348000-0xd13487ff] [ 0.417918] pci 0000:00:17.0: PME# supported from D3hot [ 0.418601] pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400 [ 0.418689] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.420033] pci 0000:00:1d.1: [8086:02b1] type 01 class 0x060400 [ 0.420136] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold [ 0.420167] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity [ 0.421523] pci 0000:00:1d.3: [8086:02b3] type 01 class 0x060400 [ 0.421626] pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold [ 0.421656] pci 0000:00:1d.3: PTM enabled (root), 4ns granularity [ 0.423074] pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 [ 0.423864] pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040380 [ 0.423918] pci 0000:00:1f.3: reg 0x10: [mem 0xd1338000-0xd133bfff 64bit] [ 0.423983] pci 0000:00:1f.3: reg 0x20: [mem 0xd1000000-0xd10fffff 64bit] [ 0.424122] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.425060] pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 [ 0.425089] pci 0000:00:1f.4: reg 0x10: [mem 0xd1346000-0xd13460ff 64bit] [ 0.425122] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.425779] pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 [ 0.425800] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.425966] pci 0000:00:1f.6: [8086:0d4f] type 00 class 0x020000 [ 0.426011] pci 0000:00:1f.6: reg 0x10: [mem 0xd1300000-0xd131ffff] [ 0.426250] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold [ 0.426422] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.426714] pci 0000:04:00.0: [8086:2723] type 00 class 0x028000 [ 0.426790] pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd1203fff 64bit] [ 0.427137] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold [ 0.428167] pci 0000:00:1d.1: PCI bridge to [bus 04] [ 0.428174] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff] [ 0.428276] pci 0000:06:00.0: [10ec:522a] type 00 class 0xff0000 [ 0.428301] pci 0000:06:00.0: reg 0x10: [mem 0xd1100000-0xd1100fff] [ 0.428467] pci 0000:06:00.0: supports D1 D2 [ 0.428469] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.428790] pci 0000:00:1d.3: PCI bridge to [bus 06] [ 0.428796] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff] [ 0.435419] ACPI: EC: interrupt unblocked [ 0.435423] ACPI: EC: event unblocked [ 0.435439] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.435441] ACPI: EC: GPE=0x6e [ 0.435444] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete [ 0.435447] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events [ 0.435746] iommu: Default domain type: Translated [ 0.435746] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.435746] SCSI subsystem initialized [ 0.435746] libata version 3.00 loaded. [ 0.435746] ACPI: bus type USB registered [ 0.435746] usbcore: registered new interface driver usbfs [ 0.435746] usbcore: registered new interface driver hub [ 0.435746] usbcore: registered new device driver usb [ 0.435746] pps_core: LinuxPPS API ver. 1 registered [ 0.435746] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.435746] PTP clock support registered [ 0.435746] EDAC MC: Ver: 3.0.0 [ 0.435746] efivars: Registered efivars operations [ 0.435746] NetLabel: Initializing [ 0.435746] NetLabel: domain hash size = 128 [ 0.435746] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.435746] NetLabel: unlabeled traffic allowed by default [ 0.435746] mctp: management component transport protocol core [ 0.435746] NET: Registered PF_MCTP protocol family [ 0.435746] PCI: Using ACPI for IRQ routing [ 0.481616] PCI: pci_cache_line_size set to 64 bytes [ 0.481935] e820: reserve RAM buffer [mem 0x00002000-0x0000ffff] [ 0.481938] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff] [ 0.481940] e820: reserve RAM buffer [mem 0x00089000-0x0008ffff] [ 0.481942] e820: reserve RAM buffer [mem 0x9221a018-0x93ffffff] [ 0.481944] e820: reserve RAM buffer [mem 0xb44b7000-0xb7ffffff] [ 0.481946] e820: reserve RAM buffer [mem 0xb9b50000-0xbbffffff] [ 0.481948] e820: reserve RAM buffer [mem 0x23e800000-0x23fffffff] [ 0.481988] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.481988] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.481988] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.481988] vgaarb: loaded [ 0.484245] clocksource: Switched to clocksource tsc-early [ 0.498000] VFS: Disk quotas dquot_6.6.0 [ 0.498025] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498216] AppArmor: AppArmor Filesystem Enabled [ 0.498311] pnp: PnP ACPI init [ 0.498531] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved [ 0.499033] system 00:01: [io 0x1800-0x18fe] has been reserved [ 0.499041] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved [ 0.499045] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.499048] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.499051] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.499054] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.499057] system 00:01: [mem 0xff000000-0xffffffff] has been reserved [ 0.499663] system 00:02: [io 0x2000-0x20fe] has been reserved [ 0.500519] system 00:03: [io 0x0680-0x069f] has been reserved [ 0.500525] system 00:03: [io 0x164e-0x164f] has been reserved [ 0.500829] system 00:05: [io 0x1854-0x1857] has been reserved [ 0.501020] system 00:08: [io 0x1800-0x189f] could not be reserved [ 0.501025] system 00:08: [io 0x0800-0x087f] has been reserved [ 0.501028] system 00:08: [io 0x0880-0x08ff] has been reserved [ 0.501031] system 00:08: [io 0x0900-0x097f] has been reserved [ 0.501034] system 00:08: [io 0x0980-0x09ff] has been reserved [ 0.501036] system 00:08: [io 0x0a00-0x0a7f] has been reserved [ 0.501039] system 00:08: [io 0x0a80-0x0aff] has been reserved [ 0.501042] system 00:08: [io 0x0b00-0x0b7f] has been reserved [ 0.501044] system 00:08: [io 0x0b80-0x0bff] has been reserved [ 0.501047] system 00:08: [io 0x15e0-0x15ef] has been reserved [ 0.501050] system 00:08: [io 0x1600-0x167f] could not be reserved [ 0.501053] system 00:08: [io 0x1640-0x165f] could not be reserved [ 0.501056] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved [ 0.501059] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved [ 0.501062] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.501065] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.501068] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved [ 0.501071] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.501074] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.502323] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved [ 0.502329] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.502332] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.502334] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved [ 0.502337] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.502340] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.502342] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.502345] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.502729] system 00:0a: [mem 0xfe038000-0xfe038fff] has been reserved [ 0.503515] pnp 00:0b: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff] [ 0.503522] pnp 00:0b: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff] [ 0.503526] pnp 00:0b: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff] [ 0.503529] pnp 00:0b: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff] [ 0.503574] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.503578] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved [ 0.503581] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved [ 0.503584] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved [ 0.503587] system 00:0b: [mem 0x00100000-0xbf7fffff] could not be reserved [ 0.503590] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved [ 0.503594] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved [ 0.503758] pnp: PnP ACPI: found 12 devices [ 0.510345] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.510448] NET: Registered PF_INET protocol family [ 0.510587] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.513438] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.513479] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.513568] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.513855] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.514271] TCP: Hash tables configured (established 65536 bind 65536) [ 0.514390] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear) [ 0.514436] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.514472] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.514549] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.514559] NET: Registered PF_XDP protocol family [ 0.514580] pci 0000:00:1d.0: PCI bridge to [bus 01] [ 0.514595] pci 0000:00:1d.1: PCI bridge to [bus 04] [ 0.514600] pci 0000:00:1d.1: bridge window [mem 0xd1200000-0xd12fffff] [ 0.514608] pci 0000:00:1d.3: PCI bridge to [bus 06] [ 0.514613] pci 0000:00:1d.3: bridge window [mem 0xd1100000-0xd11fffff] [ 0.514622] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.514626] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.514628] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.514631] pci_bus 0000:00: resource 7 [mem 0xbf800000-0xdfffffff window] [ 0.514633] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window] [ 0.514636] pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd12fffff] [ 0.514639] pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff] [ 0.515574] PCI: CLS 0 bytes, default 64 [ 0.515584] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.515586] software IO TLB: mapped [mem 0x00000000abe3e000-0x00000000afe3e000] (64MB) [ 0.515657] Trying to unpack rootfs image as initramfs... [ 0.515759] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:08 [mem 0xfed10000-0xfed13fff] [ 0.515764] caller snb_uncore_imc_init_box+0x7f/0xe0 mapping multiple BARs [ 0.521684] Initialise system trusted keyrings [ 0.521699] Key type blacklist registered [ 0.521755] workingset: timestamp_bits=36 max_order=21 bucket_order=0 [ 0.521776] zbud: loaded [ 0.522131] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.522312] fuse: init (API version 7.38) [ 0.522545] integrity: Platform Keyring initialized [ 0.522553] integrity: Machine keyring initialized [ 0.536758] Key type asymmetric registered [ 0.536763] Asymmetric key parser 'x509' registered [ 0.536796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.536880] io scheduler mq-deadline registered [ 0.537381] pcieport 0000:00:1d.0: PME: Signaling with IRQ 120 [ 0.537843] pcieport 0000:00:1d.1: PME: Signaling with IRQ 121 [ 0.537945] pcieport 0000:00:1d.1: AER: enabled with IRQ 121 [ 0.538012] pcieport 0000:00:1d.1: DPC: enabled with IRQ 121 [ 0.538015] pcieport 0000:00:1d.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ [ 0.538408] pcieport 0000:00:1d.3: PME: Signaling with IRQ 122 [ 0.538488] pcieport 0000:00:1d.3: AER: enabled with IRQ 122 [ 0.538554] pcieport 0000:00:1d.3: DPC: enabled with IRQ 122 [ 0.538556] pcieport 0000:00:1d.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ [ 0.538687] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.538785] efifb: probing for efifb [ 0.538806] efifb: No BGRT, not showing boot graphics [ 0.538807] efifb: framebuffer at 0xc0000000, using 4128k, total 4128k [ 0.538810] efifb: mode is 1366x768x32, linelength=5504, pages=1 [ 0.538813] efifb: scrolling: redraw [ 0.538815] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.538969] Console: switching to colour frame buffer device 170x48 [ 0.540616] fb0: EFI VGA frame buffer device [ 0.542316] ACPI: AC: AC Adapter [AC] (on-line) [ 0.542435] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 [ 0.542496] ACPI: button: Sleep Button [SLPB] [ 0.542552] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1 [ 0.542593] ACPI: button: Lid Switch [LID] [ 0.542641] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 0.542688] ACPI: button: Power Button [PWRF] [ 0.551790] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.551796] ACPI: thermal: Thermal Zone [THM0] (46 C) [ 0.552215] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.556209] hpet_acpi_add: no address or irqs in _CRS [ 0.556248] Linux agpgart interface v0.103 [ 0.558011] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78) [ 0.577111] loop: module loaded [ 0.577696] tun: Universal TUN/TAP device driver, 1.6 [ 0.577790] PPP generic driver version 2.4.2 [ 0.578016] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.584851] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.584862] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.585169] mousedev: PS/2 mouse device common for all mice [ 0.585594] rtc_cmos 00:04: RTC can wake from S4 [ 0.587365] rtc_cmos 00:04: registered as rtc0 [ 0.587719] rtc_cmos 00:04: setting system clock to 2024-01-30T11:17:24 UTC (1706613444) [ 0.587774] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram [ 0.587793] i2c_dev: i2c /dev entries driver [ 0.588306] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 0.588329] device-mapper: uevent: version 1.0.3 [ 0.588453] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 0.588514] platform eisa.0: Probing EISA bus 0 [ 0.588518] platform eisa.0: EISA: Cannot allocate resource for mainboard [ 0.588521] platform eisa.0: Cannot allocate resource for EISA slot 1 [ 0.588523] platform eisa.0: Cannot allocate resource for EISA slot 2 [ 0.588526] platform eisa.0: Cannot allocate resource for EISA slot 3 [ 0.588528] platform eisa.0: Cannot allocate resource for EISA slot 4 [ 0.588530] platform eisa.0: Cannot allocate resource for EISA slot 5 [ 0.588532] platform eisa.0: Cannot allocate resource for EISA slot 6 [ 0.588534] platform eisa.0: Cannot allocate resource for EISA slot 7 [ 0.588536] platform eisa.0: Cannot allocate resource for EISA slot 8 [ 0.588538] platform eisa.0: EISA: Detected 0 cards [ 0.588544] intel_pstate: Intel P-state driver initializing [ 0.589571] intel_pstate: HWP enabled [ 0.589680] ledtrig-cpu: registered to indicate activity on CPUs [ 0.589840] intel_pmc_core INT33A1:00: initialized [ 0.589985] drop_monitor: Initializing network drop monitor service [ 0.590441] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.600160] ACPI: battery: Slot [BAT0] (battery present) [ 0.602628] NET: Registered PF_INET6 protocol family [ 0.863571] Freeing initrd memory: 68228K [ 0.868226] Segment Routing with IPv6 [ 0.868242] In-situ OAM (IOAM) with IPv6 [ 0.868271] NET: Registered PF_PACKET protocol family [ 0.868341] Key type dns_resolver registered [ 0.869181] microcode: Microcode Update Driver: v2.2. [ 0.869187] IPI shorthand broadcast: enabled [ 0.870237] sched_clock: Marking stable (860588963, 8590306)->(942776159, -73596890) [ 0.870457] registered taskstats version 1 [ 0.871186] Loading compiled-in X.509 certificates [ 0.871674] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58' [ 0.872038] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' [ 0.872422] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' [ 0.872423] blacklist: Loading compiled-in revocation X.509 certificates [ 0.872436] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0' [ 0.872447] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03' [ 0.872457] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b' [ 0.872467] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8' [ 0.872477] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d' [ 0.872487] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c' [ 0.872496] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af' [ 0.872506] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9' [ 0.873778] Key type .fscrypt registered [ 0.873779] Key type fscrypt-provisioning registered [ 0.873970] Key type trusted registered [ 0.876124] Key type encrypted registered [ 0.876127] AppArmor: AppArmor sha1 policy hashing enabled [ 0.876921] integrity: Loading X.509 certificate: UEFI:db [ 0.876944] integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949' [ 0.876945] integrity: Loading X.509 certificate: UEFI:db [ 0.876957] integrity: Loaded X.509 cert 'Lenovo(BeiJing) Ltd.: PSD_CDC-DB: 0256cbfa1a8a33b2b39ecc439f8de0c111991b12' [ 0.876957] integrity: Loading X.509 certificate: UEFI:db [ 0.876966] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f' [ 0.876967] integrity: Loading X.509 certificate: UEFI:db [ 0.876984] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' [ 0.876985] integrity: Loading X.509 certificate: UEFI:db [ 0.876997] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' [ 0.877580] Loading compiled-in module X.509 certificates [ 0.877951] Loaded X.509 cert 'Build time autogenerated kernel key: 605c7c135229ebe23ab6a6fa2965fd12055e3c58' [ 0.877953] ima: Allocated hash algorithm: sha1 [ 0.893993] ima: No architecture policies found [ 0.894005] evm: Initialising EVM extended attributes: [ 0.894006] evm: security.selinux [ 0.894007] evm: security.SMACK64 [ 0.894008] evm: security.SMACK64EXEC [ 0.894008] evm: security.SMACK64TRANSMUTE [ 0.894009] evm: security.SMACK64MMAP [ 0.894009] evm: security.apparmor [ 0.894010] evm: security.ima [ 0.894010] evm: security.capability [ 0.894011] evm: HMAC attrs: 0x1 [ 0.894234] PM: Magic number: 8:110:278 [ 0.894267] tty tty15: hash matches [ 0.897697] RAS: Correctable Errors collector initialized. [ 0.897734] clk: Disabling unused clocks [ 0.898566] Freeing unused decrypted memory: 2036K [ 0.899182] Freeing unused kernel image (initmem) memory: 4792K [ 0.932920] Write protecting the kernel read-only data: 34816k [ 0.933853] Freeing unused kernel image (rodata/data gap) memory: 1156K [ 0.966699] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.966706] Run /init as init process [ 0.966708] with arguments: [ 0.966710] /init [ 0.966711] splash [ 0.966712] with environment: [ 0.966713] HOME=/ [ 0.966714] TERM=linux [ 0.966716] BOOT_IMAGE=/boot/vmlinuz-6.5.0-14-generic [ 1.053107] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.053121] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 1.054214] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810 [ 1.054848] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002) [ 1.055155] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 1.055798] ahci 0000:00:17.0: version 3.0 [ 1.057881] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.057888] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 1.057895] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 1.057952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05 [ 1.057956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.057958] usb usb1: Product: xHCI Host Controller [ 1.057959] usb usb1: Manufacturer: Linux 6.5.0-14-generic xhci-hcd [ 1.057961] usb usb1: SerialNumber: 0000:00:14.0 [ 1.059257] rtsx_pci 0000:06:00.0: enabling device (0000 -> 0002) [ 1.059565] hub 1-0:1.0: USB hub found [ 1.059592] hub 1-0:1.0: 12 ports detected [ 1.061541] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 1.061582] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 1.068756] e1000e: Intel(R) PRO/1000 Network Driver [ 1.068761] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.069499] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 1.069504] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst [ 1.069979] scsi host0: ahci [ 1.070120] ata1: SATA max UDMA/133 abar m2048@0xd1348000 port 0xd1348100 irq 124 [ 1.072136] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 1.084059] i2c i2c-0: 1/4 memory slots populated (from DMI) [ 1.086838] i2c i2c-0: Successfully instantiated SPD at 0x52 [ 1.089433] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05 [ 1.089438] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.089440] usb usb2: Product: xHCI Host Controller [ 1.089441] usb usb2: Manufacturer: Linux 6.5.0-14-generic xhci-hcd [ 1.089442] usb usb2: SerialNumber: 0000:00:14.0 [ 1.090491] hub 2-0:1.0: USB hub found [ 1.090509] hub 2-0:1.0: 6 ports detected [ 1.091546] usb: port power management may be unreliable [ 1.095568] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 1.337980] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock [ 1.344659] usb 1-3: new high-speed USB device number 2 using xhci_hcd [ 1.386278] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.387133] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out [ 1.387139] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out [ 1.389389] ata1.00: ATA-9: WDC WD5000LPLX-08ZNTT0, 05.01A05, max UDMA/133 [ 1.389661] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 1.391363] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out [ 1.391368] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out [ 1.391912] ata1.00: configured for UDMA/133 [ 1.402425] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPLX-0 1A05 PQ: 0 ANSI: 5 [ 1.403288] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.403392] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB) [ 1.403395] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 1.403459] sd 0:0:0:0: [sda] Write Protect is off [ 1.403463] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.403497] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.403539] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 1.414681] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:05:db:34:f6:82 [ 1.414687] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 1.414824] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF [ 1.476567] sda: sda1 sda2 sda3 sda4 [ 1.477263] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.488213] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0 [ 1.503717] usb 1-3: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00 [ 1.503727] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.503731] usb 1-3: Product: Mass Storage Device [ 1.503733] usb 1-3: Manufacturer: Generic [ 1.503736] usb 1-3: SerialNumber: 058F63626376 [ 1.540650] tsc: Refined TSC clocksource calibration: 2111.999 MHz [ 1.540661] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e7177b097e, max_idle_ns: 440795281886 ns [ 1.540707] clocksource: Switched to clocksource tsc [ 1.633932] usb 1-4: new low-speed USB device number 3 using xhci_hcd [ 1.788585] usb 1-4: New USB device found, idVendor=03f0, idProduct=1041, bcdDevice= 1.00 [ 1.788613] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.788618] usb 1-4: Product: HP Travel USB Optical Mouse [ 1.788623] usb 1-4: Manufacturer: PixArt [ 1.925150] usb 1-7: new high-speed USB device number 4 using xhci_hcd [ 2.067201] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694] [ 2.111168] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 2.111186] psmouse serio1: synaptics: Your touchpad (PNP: LEN040c PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org. [ 2.111541] usb 1-7: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14 [ 2.111553] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 2.111558] usb 1-7: Product: Integrated Camera [ 2.111562] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd. [ 2.111566] usb 1-7: SerialNumber: 0001 [ 2.198554] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf00aa3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2867793 [ 2.198581] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 2.244712] usb 1-9: new full-speed USB device number 5 using xhci_hcd [ 2.255222] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5 [ 2.407069] usb 1-9: New USB device found, idVendor=06cb, idProduct=00be, bcdDevice= 0.00 [ 2.407084] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.407090] usb 1-9: SerialNumber: c77cd9638206 [ 2.544631] usb 1-10: new full-speed USB device number 6 using xhci_hcd [ 2.700426] usb 1-10: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01 [ 2.700442] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.724834] usb-storage 1-3:1.0: USB Mass Storage device detected [ 2.725498] scsi host1: usb-storage 1-3:1.0 [ 2.728227] usbcore: registered new interface driver usb-storage [ 2.733151] hid: raw HID events driver (C) Jiri Kosina [ 2.735386] usbcore: registered new interface driver uas [ 2.741154] usbcore: registered new interface driver usbhid [ 2.741166] usbhid: USB HID core driver [ 2.747035] input: PixArt HP Travel USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:03F0:1041.0001/input/input7 [ 2.747483] hid-generic 0003:03F0:1041.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP Travel USB Optical Mouse] on usb-0000:00:14.0-4/input0 [ 2.854770] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3 [ 2.942850] EXT4-fs (sda1): mounted filesystem 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb ro with ordered data mode. Quota mode: none. [ 3.140783] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6 [ 3.746703] scsi 1:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0 [ 3.747438] scsi 1:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0 [ 3.750491] scsi 1:0:0:2: Direct-Access Generic USB xD/SM Reader 1.02 PQ: 0 ANSI: 0 [ 3.752291] scsi 1:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0 [ 3.752912] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 3.753450] sd 1:0:0:1: Attached scsi generic sg2 type 0 [ 3.753947] scsi 1:0:0:2: Attached scsi generic sg3 type 0 [ 3.754285] scsi 1:0:0:3: Attached scsi generic sg4 type 0 [ 4.288903] sd 1:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB) [ 4.289723] sd 1:0:0:0: [sdb] Write Protect is off [ 4.289733] sd 1:0:0:0: [sdb] Mode Sense: 03 00 00 00 [ 4.291604] sd 1:0:0:0: [sdb] No Caching mode page found [ 4.291614] sd 1:0:0:0: [sdb] Assuming drive cache: write through [ 4.292881] sd 1:0:0:1: [sdc] Media removed, stopped polling [ 4.294493] sd 1:0:0:1: [sdc] Attached SCSI removable disk [ 4.294574] sd 1:0:0:2: [sdd] Media removed, stopped polling [ 4.295420] sd 1:0:0:2: [sdd] Attached SCSI removable disk [ 4.302636] sd 1:0:0:3: [sde] Media removed, stopped polling [ 4.303190] sd 1:0:0:3: [sde] Attached SCSI removable disk [ 4.310222] sdb: [ 4.310373] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 4.310780] systemd[1]: Inserted module 'autofs4' [ 4.614006] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 4.614312] systemd[1]: Detected architecture x86-64. [ 4.630176] systemd[1]: Hostname set to <sysadmin>. [ 4.727472] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 5.523386] block sda: the capability attribute has been deprecated. [ 6.453898] systemd[1]: /etc/systemd/system/anydesk.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/anydesk.pid → /run/anydesk.pid; please update the unit file accordingly. [ 6.818626] systemd[1]: Queued start job for default target Graphical Interface. [ 6.842541] systemd[1]: Created slice Slice /system/modprobe. [ 6.843863] systemd[1]: Created slice Slice /system/systemd-fsck. [ 6.844489] systemd[1]: Created slice User and Session Slice. [ 6.844781] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 6.845333] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 6.845572] systemd[1]: Reached target User and Group Name Lookups. [ 6.845651] systemd[1]: Reached target Remote File Systems. [ 6.845695] systemd[1]: Reached target Slice Units. [ 6.845753] systemd[1]: Reached target Mounting snaps. [ 6.845849] systemd[1]: Reached target Local Verity Protected Volumes. [ 6.846274] systemd[1]: Listening on Syslog Socket. [ 6.846628] systemd[1]: Listening on fsck to fsckd communication Socket. [ 6.846852] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 6.847422] systemd[1]: Listening on Journal Audit Socket. [ 6.847698] systemd[1]: Listening on Journal Socket (/dev/log). [ 6.848027] systemd[1]: Listening on Journal Socket. [ 6.870065] systemd[1]: Listening on udev Control Socket. [ 6.870474] systemd[1]: Listening on udev Kernel Socket. [ 6.893266] systemd[1]: Mounting Huge Pages File System... [ 6.896053] systemd[1]: Mounting POSIX Message Queue File System... [ 6.899004] systemd[1]: Mounting Kernel Debug File System... [ 6.901507] systemd[1]: Mounting Kernel Trace File System... [ 6.906553] systemd[1]: Starting Journal Service... [ 6.910314] systemd[1]: Starting Set the console keyboard layout... [ 6.911342] systemd[1]: Starting Create List of Static Device Nodes... [ 6.912323] systemd[1]: Starting Load Kernel Module configfs... [ 6.913418] systemd[1]: Starting Load Kernel Module drm... [ 6.914484] systemd[1]: Starting Load Kernel Module efi_pstore... [ 6.915571] systemd[1]: Starting Load Kernel Module fuse... [ 6.915737] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 7.006676] pstore: Using crash dump compression: deflate [ 7.009245] ACPI: bus type drm_connector registered [ 7.029879] systemd[1]: Starting Load Kernel Modules... [ 7.038129] systemd[1]: Starting Remount Root and Kernel File Systems... [ 7.044869] pstore: Registered efi_pstore as persistent store backend [ 7.044930] systemd[1]: Starting Coldplug All udev Devices... [ 7.046184] systemd[1]: Mounted Huge Pages File System. [ 7.046259] systemd[1]: Mounted POSIX Message Queue File System. [ 7.046319] systemd[1]: Mounted Kernel Debug File System. [ 7.046373] systemd[1]: Mounted Kernel Trace File System. [ 7.046586] systemd[1]: Finished Create List of Static Device Nodes. [ 7.046789] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 7.046936] systemd[1]: Finished Load Kernel Module configfs. [ 7.047089] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 7.047242] systemd[1]: Finished Load Kernel Module drm. [ 7.047411] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 7.047562] systemd[1]: Finished Load Kernel Module efi_pstore. [ 7.047715] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 7.047852] systemd[1]: Finished Load Kernel Module fuse. [ 7.048514] systemd[1]: Mounting FUSE Control File System... [ 7.049151] systemd[1]: Mounting Kernel Configuration File System... [ 7.050604] systemd[1]: Mounted FUSE Control File System. [ 7.050668] systemd[1]: Mounted Kernel Configuration File System. [ 7.115100] systemd[1]: Started Journal Service. [ 7.134123] EXT4-fs (sda1): re-mounted 9ccf8cdd-20e6-4e2b-9133-848ca00e5dcb r/w. Quota mode: none. [ 7.226241] systemd-journald[266]: Received client request to flush runtime journal. [ 7.286111] lp: driver loaded but no devices found [ 7.343365] ppdev: user-space parallel port driver [ 7.392251] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k FS [ 8.001445] loop0: detected capacity change from 0 to 8 [ 8.001644] loop1: detected capacity change from 0 to 216720 [ 8.001798] loop2: detected capacity change from 0 to 619744 [ 8.004348] loop3: detected capacity change from 0 to 216592 [ 8.009227] loop4: detected capacity change from 0 to 619736 [ 8.066391] loop5: detected capacity change from 0 to 129976 [ 8.067096] loop6: detected capacity change from 0 to 130888 [ 8.069001] loop7: detected capacity change from 0 to 151352 [ 8.072144] loop8: detected capacity change from 0 to 716168 [ 8.096672] loop9: detected capacity change from 0 to 166424 [ 8.104906] loop10: detected capacity change from 0 to 503800 [ 8.110068] loop11: detected capacity change from 0 to 187776 [ 8.124952] loop12: detected capacity change from 0 to 83672 [ 8.129350] loop13: detected capacity change from 0 to 94064 [ 8.130665] loop14: detected capacity change from 0 to 25240 [ 8.135595] loop15: detected capacity change from 0 to 536760 [ 8.135653] loop16: detected capacity change from 0 to 151784 [ 8.138700] loop17: detected capacity change from 0 to 716176 [ 8.139351] loop18: detected capacity change from 0 to 1017816 [ 8.139434] loop19: detected capacity change from 0 to 1017608 [ 8.473158] loop20: detected capacity change from 0 to 856 [ 8.473809] loop21: detected capacity change from 0 to 904 [ 8.485301] loop22: detected capacity change from 0 to 82800 [ 9.287646] Consider using thermal netlink events interface [ 9.302616] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002) [ 9.424063] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only [ 9.543821] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002) [ 9.546962] intel_rapl_common: Found RAPL domain package [ 9.546965] intel_rapl_common: Found RAPL domain dram [ 9.561111] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 9.655339] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer [ 9.655343] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 9.655344] RAPL PMU: hw unit of domain package 2^-14 Joules [ 9.655345] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 9.655346] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 9.655346] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 9.680764] spi-nor spi0.0: w25q256 (32768 Kbytes) [ 9.700639] cryptd: max_cpu_qlen set to 1000 [ 9.717239] Creating 1 MTD partitions on "0000:00:1f.5": [ 9.717244] 0x000000000000-0x000002000000 : "BIOS" [ 9.779909] mc: Linux media interface: v0.10 [ 9.854010] Bluetooth: Core ver 2.22 [ 9.854036] NET: Registered PF_BLUETOOTH protocol family [ 9.854037] Bluetooth: HCI device and connection manager initialized [ 9.854043] Bluetooth: HCI socket layer initialized [ 9.854045] Bluetooth: L2CAP socket layer initialized [ 9.854050] Bluetooth: SCO socket layer initialized [ 9.854760] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 9.855055] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.925972] AVX2 version of gcm_enc/dec engaged. [ 9.926006] AES CTR mode by8 optimization enabled [ 9.948050] videodev: Linux video capture interface: v2.00 [ 10.002546] Non-volatile memory driver v1.3 [ 10.064829] thinkpad_acpi: ThinkPad ACPI Extras v0.26 [ 10.064842] thinkpad_acpi: http://ibm-acpi.sf.net/ [ 10.064843] thinkpad_acpi: ThinkPad BIOS R17ET21W (1.04 ), EC R17HT25W [ 10.064844] thinkpad_acpi: Lenovo ThinkPad L14 Gen 1, model 20U1S05Y00 [ 10.073169] thinkpad_acpi: radio switch found; radios are enabled [ 10.091494] Intel(R) Wireless WiFi driver for Linux [ 10.091716] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002) [ 10.098757] iwlwifi 0000:04:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000 [ 10.098808] iwlwifi 0000:04:00.0: PCI dev 2723/0080, rev=0x340, rfid=0x10a100 [ 10.111235] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver [ 10.111240] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default... [ 10.112412] usbcore: registered new interface driver btusb [ 10.113332] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017 [ 10.114341] Bluetooth: hci0: Device revision is 1 [ 10.114343] Bluetooth: hci0: Secure boot is enabled [ 10.114344] Bluetooth: hci0: OTP lock is enabled [ 10.114344] Bluetooth: hci0: API lock is enabled [ 10.114345] Bluetooth: hci0: Debug lock is disabled [ 10.114346] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 10.136937] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked [ 10.178895] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7) [ 10.178904] ACPI: battery: new extension: ThinkPad Battery Extension [ 10.198713] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8 [ 10.263456] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi [ 10.263509] Bluetooth: hci0: Boot Address: 0x24800 [ 10.263510] Bluetooth: hci0: Firmware Version: 126-5.22 [ 10.378958] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver [ 10.378971] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 10.379436] iwlwifi 0000:04:00.0: loaded firmware version 77.f92b5fed.0 cc-a0-77.ucode op_mode iwlmvm [ 10.399337] usb 1-7: Found UVC 1.10 device Integrated Camera (04f2:b6c2) [ 10.403185] usbcore: registered new interface driver uvcvideo [ 10.717314] intel_tcc_cooling: Programmable TCC Offset detected [ 10.843221] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380 [ 10.843336] snd_hda_intel 0000:00:1f.3: enabling device (0004 -> 0006) [ 10.941426] intel_rapl_common: Found RAPL domain package [ 10.941431] intel_rapl_common: Found RAPL domain core [ 10.941432] intel_rapl_common: Found RAPL domain uncore [ 10.941433] intel_rapl_common: Found RAPL domain dram [ 10.941434] intel_rapl_common: Found RAPL domain psys [ 11.824949] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 11.825016] thermal thermal_zone9: failed to read out thermal zone (-61) [ 11.897414] Bluetooth: hci0: Waiting for firmware download to complete [ 11.898315] Bluetooth: hci0: Firmware loaded in 1596537 usecs [ 11.898351] Bluetooth: hci0: Waiting for device to boot [ 11.913358] Bluetooth: hci0: Device booted in 14674 usecs [ 11.913396] Bluetooth: hci0: Malformed MSFT vendor event: 0x02 [ 11.969122] iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100 [ 12.040039] iwlwifi 0000:04:00.0: base HW address: 34:cf:f6:66:67:e1 [ 12.162475] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0 [ 12.205764] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc [ 12.206987] Console: switching to colour dummy device 80x25 [ 12.207027] i915 0000:00:02.0: vgaarb: deactivate vga console [ 12.207340] Bluetooth: hci0: Applying Intel DDC parameters completed [ 12.208332] Bluetooth: hci0: Firmware revision 0.3 build 126 week 5 2022 [ 12.208440] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 12.209310] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915]) [ 12.210537] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported. [ 12.450461] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [ 13.432110] EXT4-fs (sda4): mounted filesystem a284d37f-2703-4bcf-a52f-56e0f04be126 r/w with ordered data mode. Quota mode: none. [ 13.918646] audit: type=1400 audit(1706613457.825:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=707 comm="apparmor_parser" [ 13.919210] audit: type=1400 audit(1706613457.825:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=701 comm="apparmor_parser" [ 13.919228] audit: type=1400 audit(1706613457.825:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=701 comm="apparmor_parser" [ 13.919800] audit: type=1400 audit(1706613457.825:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=700 comm="apparmor_parser" [ 13.919874] audit: type=1400 audit(1706613457.825:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=706 comm="apparmor_parser" [ 13.920282] audit: type=1400 audit(1706613457.825:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=704 comm="apparmor_parser" [ 13.920287] audit: type=1400 audit(1706613457.825:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=704 comm="apparmor_parser" [ 13.920290] audit: type=1400 audit(1706613457.825:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=704 comm="apparmor_parser" [ 13.921192] audit: type=1400 audit(1706613457.829:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=705 comm="apparmor_parser" [ 13.922006] audit: type=1400 audit(1706613457.829:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=709 comm="apparmor_parser" [ 14.567119] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 14.577790] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 14.578435] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9 [ 14.578901] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 14.626977] fbcon: i915drmfb (fb0) is primary device [ 14.629640] Console: switching to colour frame buffer device 170x48 [ 14.648082] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 14.862547] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 14.862564] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 14.862571] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 14.862577] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 14.862581] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 14.862585] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19 [ 14.862589] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12 [ 14.957427] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 [ 14.957587] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 [ 14.957703] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 [ 14.957879] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13 [ 14.958030] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14 [ 20.946335] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 20.946342] Bluetooth: BNEP filters: protocol multicast [ 20.946349] Bluetooth: BNEP socket layer initialized [ 20.949029] Bluetooth: MGMT ver 1.22 [ 20.959294] NET: Registered PF_ALG protocol family [ 21.144735] process '/usr/bin/anydesk' started with executable stack [ 25.417073] loop23: detected capacity change from 0 to 8 [ 26.076268] kauditd_printk_skb: 43 callbacks suppressed [ 26.076276] audit: type=1400 audit(1706613469.981:55): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1019 comm="cupsd" capability=12 capname="net_admin" [ 26.997634] iwlwifi 0000:04:00.0: Registered PHC clock: iwlwifi-PTP, with index: 1 [ 29.823984] audit: type=1400 audit(1706613473.729:56): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1206 comm="snap-confine" capability=12 capname="net_admin" [ 29.823993] audit: type=1400 audit(1706613473.729:57): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1206 comm="snap-confine" capability=38 capname="perfmon" [ 30.111857] wlp4s0: authenticate with 50:d4:f7:00:51:de [ 30.149814] wlp4s0: send auth to 50:d4:f7:00:51:de (try 1/3) [ 30.228582] wlp4s0: authenticated [ 30.232659] wlp4s0: associate with 50:d4:f7:00:51:de (try 1/3) [ 30.234839] wlp4s0: RX AssocResp from 50:d4:f7:00:51:de (capab=0x1011 status=0 aid=1) [ 30.269399] wlp4s0: associated [ 30.339673] wlp4s0: Limiting TX power to 40 (40 - 0) dBm as advertised by 50:d4:f7:00:51:de [ 39.676961] rfkill: input handler disabled [ 47.887336] audit: type=1400 audit(1706613491.756:58): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1687 comm="snap-confine" capability=12 capname="net_admin" [ 47.887342] audit: type=1400 audit(1706613491.756:59): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/20671/usr/lib/snapd/snap-confine" pid=1687 comm="snap-confine" capability=38 capname="perfmon" [ 48.349518] rfkill: input handler enabled [ 48.857265] Bluetooth: RFCOMM TTY layer initialized [ 48.857282] Bluetooth: RFCOMM socket layer initialized [ 48.857296] Bluetooth: RFCOMM ver 1.11 [ 61.009672] rfkill: input handler disabled [ 69.507662] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 [ 340.147025] sdb:
reboot your system
$ sudo mount | grep -i sdb
See the full output below
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3914728k,nr_inodes=978682,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64)
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18573)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
tmpfs on /run/qemu type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
/var/lib/snapd/snaps/bare_5.snap on /snap/bare/5 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/code_149.snap on /snap/code/149 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core20_2105.snap on /snap/core20/2105 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/code_148.snap on /snap/code/148 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core_16091.snap on /snap/core/16091 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core_16202.snap on /snap/core/16202 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core20_2015.snap on /snap/core20/2015 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core22_1033.snap on /snap/core22/1033 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/firefox_3626.snap on /snap/firefox/3626 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd_20671.snap on /snap/snapd/20671 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd-desktop-integration_83.snap on /snap/snapd-desktop-integration/83 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-42-2204_132.snap on /snap/gnome-42-2204/132 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd-desktop-integration_57.snap on /snap/snapd-desktop-integration/57 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_140.snap on /snap/gnome-3-38-2004/140 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/core22_864.snap on /snap/core22/864 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_143.snap on /snap/gnome-3-38-2004/143 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_638.snap on /snap/snap-store/638 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_959.snap on /snap/snap-store/959 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/snapd_20290.snap on /snap/snapd/20290 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1535.snap on /snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1534.snap on /snap/gtk-common-themes/1534 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/var/lib/snapd/snaps/gnome-42-2204_141.snap on /snap/gnome-42-2204/141 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
/dev/sda1 on /var/snap/firefox/common/host-hunspell type ext4 (ro,noexec,noatime,errors=remount-ro)
/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda4 on /home type ext4 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,nodev,noexec,relatime,size=790568k,mode=755,inode64)
nsfs on /run/snapd/ns/snapd-desktop-integration.mnt type nsfs (rw)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=790564k,nr_inodes=197641,mode=700,uid=1000,gid=1000,inode64)
/var/lib/snapd/snaps/firefox_3728.snap on /snap/firefox/3728 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide)
nsfs on /run/snapd/ns/firefox.mnt type nsfs (rw)
Startup fdisk in the administrative mode with the command
$ sudo fdisk -l
See the full output below
Disk /dev/loop0: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 302.61 MiB, 317308928 bytes, 619744 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 105.82 MiB, 110960640 bytes, 216720 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 105.76 MiB, 110895104 bytes, 216592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 302.61 MiB, 317304832 bytes, 619736 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 63.46 MiB, 66547712 bytes, 129976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 63.91 MiB, 67014656 bytes, 130888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 73.9 MiB, 77492224 bytes, 151352 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000LPLX-0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 007A09E0-7A1D-4C22-9032-02CD77903C5A
Device Start End Sectors Size Type
/dev/sda1 2048 97656831 97654784 46.6G Linux filesystem
/dev/sda2 97656832 98633727 976896 477M EFI System
/dev/sda3 98633728 99610623 976896 477M BIOS boot
/dev/sda4 99610624 976771071 877160448 418.3G Linux filesystem
Disk /dev/loop8: 349.69 MiB, 366678016 bytes, 716168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 246 MiB, 257945600 bytes, 503800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 262.09 MiB, 274821120 bytes, 536760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 74.11 MiB, 77713408 bytes, 151784 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 81.26 MiB, 85209088 bytes, 166424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop13: 428 KiB, 438272 bytes, 856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop14: 452 KiB, 462848 bytes, 904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop15: 40.86 MiB, 42840064 bytes, 83672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop16: 91.69 MiB, 96141312 bytes, 187776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop17: 40.43 MiB, 42393600 bytes, 82800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop18: 45.93 MiB, 48160768 bytes, 94064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop19: 12.32 MiB, 12922880 bytes, 25240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop20: 349.7 MiB, 366682112 bytes, 716176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop22: 496.98 MiB, 521121792 bytes, 1017816 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop21: 496.88 MiB, 521015296 bytes, 1017608 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdb: 29.84 GiB, 32044482560 bytes, 62586880 sectors
Disk model: USB SD Reader
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Deleted partitions on an USED SD card will make it appear as a5
hello
If your computer has a slot for SD cards, insert the card. If not, insert the card into an SD card reader, then connect the reader to your computer
Download the Balena Etcher tool from the link https://www.balena.io/etcher/ and extract it and run the binary.
Extract the zip and run the binary
It will launch “Balena Etcher” GUI, select the image “openwrt-bcm27xx-bcm2711-rpi-4-ext4-factory.img.gz” and the SD card and click on flash button
$ ls -l /media/test/root
drwxr-xr-x 2 root root 4096 Dec 21 15:56 bin
drwxr-xr-x 2 root root 4096 Jan 1 1970 boot
drwxr-xr-x 2 root root 4096 Dec 21 15:56 dev
drwxr-xr-x 23 root root 4096 Dec 21 15:56 etc
drwxr-xr-x 11 root root 4096 Dec 21 15:56 lib
lrwxrwxrwx 1 root root 3 Dec 21 15:56 lib64 -> lib
drwx------ 2 root root 4096 Jan 1 1970 lost+found
drwxr-xr-x 2 root root 4096 Dec 21 15:56 mnt
drwxr-xr-x 2 root root 4096 Dec 21 15:56 overlay
drwxr-xr-x 2 root root 4096 Dec 21 15:56 proc
drwxrwxr-x 2 root root 4096 Dec 21 15:56 rom
drwxr-x--- 2 root root 4096 Dec 21 15:56 root
drwxr-xr-x 2 root root 4096 Dec 21 15:56 sbin
drwxr-xr-x 2 root root 4096 Dec 21 15:56 sys
drwxrwxrwt 2 root root 4096 Dec 21 15:56 tmp
drwxr-xr-x 7 root root 4096 Dec 21 15:56 usr
lrwxrwxrwx 1 root root 3 Dec 21 15:56 var -> tmp
drwxr-xr-x 2 root root 4096 Dec 21 15:56 www
$ ls -l /media/test/boot
-rw-r--r-- 1 test test 54477 Dec 21 15:56 bcm2711-rpi-400.dtb
-rw-r--r-- 1 test test 54388 Dec 21 15:56 bcm2711-rpi-4-b.dtb
-rw-r--r-- 1 test test 54997 Dec 21 15:56 bcm2711-rpi-cm4.dtb
-rw-r--r-- 1 test test 90 Dec 21 15:56 cmdline.txt
-rw-r--r-- 1 test test 581 Dec 21 15:56 config.txt
-rw-r--r-- 1 test test 496 Dec 21 15:56 COPYING.linux
-rw-r--r-- 1 test test 638 Dec 21 15:56 distroconfig.txt
-rw-r--r-- 1 test test 3171 Dec 21 15:56 fixup4cd.dat
-rw-r--r-- 1 test test 5394 Dec 21 15:56 fixup4.dat
-rw-r--r-- 1 test test 8378 Dec 21 15:56 fixup4x.dat
-rw-r--r-- 1 test test 12068872 Dec 21 15:56 kernel8.img
-rw-r--r-- 1 test test 1594 Dec 21 15:56 LICENCE.broadcom
drwxr-xr-x 2 test test 24576 Dec 21 15:56 overlays
-rw-r--r-- 1 test test 803644 Dec 21 15:56 start4cd.elf
-rw-r--r-- 1 test test 2248864 Dec 21 15:56 start4.elf
-rw-r--r-- 1 test test 2996328 Dec 21 15:56 start4x.elf
$ ls -l /media/test/boot/overlays
See the full output below
-rw-r--r-- 1 test test 589 Dec 21 15:56 act-led.dtbo
-rw-r--r-- 1 test test 1624 Dec 21 15:56 adafruit18.dtbo
-rw-r--r-- 1 test test 2285 Dec 21 15:56 adafruit-st7735r.dtbo
-rw-r--r-- 1 test test 1027 Dec 21 15:56 adau1977-adc.dtbo
-rw-r--r-- 1 test test 1587 Dec 21 15:56 adau7002-simple.dtbo
-rw-r--r-- 1 test test 2517 Dec 21 15:56 ads1015.dtbo
-rw-r--r-- 1 test test 2517 Dec 21 15:56 ads1115.dtbo
-rw-r--r-- 1 test test 2402 Dec 21 15:56 ads7846.dtbo
-rw-r--r-- 1 test test 1784 Dec 21 15:56 adv7282m.dtbo
-rw-r--r-- 1 test test 2268 Dec 21 15:56 adv728x-m.dtbo
-rw-r--r-- 1 test test 1387 Dec 21 15:56 akkordion-iqdacplus.dtbo
-rw-r--r-- 1 test test 1832 Dec 21 15:56 allo-boss2-dac-audio.dtbo
-rw-r--r-- 1 test test 1469 Dec 21 15:56 allo-boss-dac-pcm512x-audio.dtbo
-rw-r--r-- 1 test test 1208 Dec 21 15:56 allo-digione.dtbo
-rw-r--r-- 1 test test 1659 Dec 21 15:56 allo-katana-dac-audio.dtbo
-rw-r--r-- 1 test test 1011 Dec 21 15:56 allo-piano-dac-pcm512x-audio.dtbo
-rw-r--r-- 1 test test 1639 Dec 21 15:56 allo-piano-dac-plus-pcm512x-audio.dtbo
-rw-r--r-- 1 test test 3895 Dec 21 15:56 anyspi.dtbo
-rw-r--r-- 1 test test 1322 Dec 21 15:56 apds9960.dtbo
-rw-r--r-- 1 test test 1454 Dec 21 15:56 applepi-dac.dtbo
-rw-r--r-- 1 test test 3492 Dec 21 15:56 arducam-64mp.dtbo
-rw-r--r-- 1 test test 3026 Dec 21 15:56 arducam-pivariety.dtbo
-rw-r--r-- 1 test test 1632 Dec 21 15:56 at86rf233.dtbo
-rw-r--r-- 1 test test 1866 Dec 21 15:56 audioinjector-addons.dtbo
-rw-r--r-- 1 test test 1503 Dec 21 15:56 audioinjector-bare-i2s.dtbo
-rw-r--r-- 1 test test 1602 Dec 21 15:56 audioinjector-isolated-soundcard.dtbo
-rw-r--r-- 1 test test 1890 Dec 21 15:56 audioinjector-ultra.dtbo
-rw-r--r-- 1 test test 787 Dec 21 15:56 audioinjector-wm8731-audio.dtbo
-rw-r--r-- 1 test test 2187 Dec 21 15:56 audiosense-pi.dtbo
-rw-r--r-- 1 test test 1155 Dec 21 15:56 audremap.dtbo
-rw-r--r-- 1 test test 2935 Dec 21 15:56 balena-fin.dtbo
-rw-r--r-- 1 test test 25792 Dec 21 15:56 camera-mux-2port.dtbo
-rw-r--r-- 1 test test 48465 Dec 21 15:56 camera-mux-4port.dtbo
-rw-r--r-- 1 test test 1313 Dec 21 15:56 cap1106.dtbo
-rw-r--r-- 1 test test 1233 Dec 21 15:56 chipdip-dac.dtbo
-rw-r--r-- 1 test test 4081 Dec 21 15:56 cirrus-wm5102.dtbo
-rw-r--r-- 1 test test 964 Dec 21 15:56 cma.dtbo
-rw-r--r-- 1 test test 1175 Dec 21 15:56 cm-swap-i2c0.dtbo
-rw-r--r-- 1 test test 3119 Dec 21 15:56 crystalfontz-cfa050_pi_m.dtbo
-rw-r--r-- 1 test test 3475 Dec 21 15:56 cutiepi-panel.dtbo
-rw-r--r-- 1 test test 1925 Dec 21 15:56 dacberry400.dtbo
-rw-r--r-- 1 test test 1281 Dec 21 15:56 dht11.dtbo
-rw-r--r-- 1 test test 659 Dec 21 15:56 dionaudio-kiwi.dtbo
-rw-r--r-- 1 test test 663 Dec 21 15:56 dionaudio-loco.dtbo
-rw-r--r-- 1 test test 1027 Dec 21 15:56 dionaudio-loco-v2.dtbo
-rw-r--r-- 1 test test 1073 Dec 21 15:56 disable-bt.dtbo
-rw-r--r-- 1 test test 267 Dec 21 15:56 disable-emmc2.dtbo
-rw-r--r-- 1 test test 387 Dec 21 15:56 disable-wifi.dtbo
-rw-r--r-- 1 test test 532 Dec 21 15:56 dpi18cpadhi.dtbo
-rw-r--r-- 1 test test 951 Dec 21 15:56 dpi18.dtbo
-rw-r--r-- 1 test test 975 Dec 21 15:56 dpi24.dtbo
-rw-r--r-- 1 test test 6079 Dec 21 15:56 draws.dtbo
-rw-r--r-- 1 test test 801 Dec 21 15:56 dwc2.dtbo
-rw-r--r-- 1 test test 293 Dec 21 15:56 dwc-otg.dtbo
-rw-r--r-- 1 test test 1347 Dec 21 15:56 edt-ft5406.dtbo
-rw-r--r-- 1 test test 1403 Dec 21 15:56 enc28j60.dtbo
-rw-r--r-- 1 test test 1279 Dec 21 15:56 enc28j60-spi2.dtbo
-rw-r--r-- 1 test test 1562 Dec 21 15:56 exc3000.dtbo
-rw-r--r-- 1 test test 12764 Dec 21 15:56 fbtft.dtbo
-rw-r--r-- 1 test test 1904 Dec 21 15:56 fe-pi-audio.dtbo
-rw-r--r-- 1 test test 1953 Dec 21 15:56 fsm-demo.dtbo
-rw-r--r-- 1 test test 2564 Dec 21 15:56 gc9a01.dtbo
-rw-r--r-- 1 test test 3264 Dec 21 15:56 ghost-amp.dtbo
-rw-r--r-- 1 test test 1437 Dec 21 15:56 goodix.dtbo
-rw-r--r-- 1 test test 1259 Dec 21 15:56 googlevoicehat-soundcard.dtbo
-rw-r--r-- 1 test test 1184 Dec 21 15:56 gpio-charger.dtbo
-rw-r--r-- 1 test test 1455 Dec 21 15:56 gpio-fan.dtbo
-rw-r--r-- 1 test test 621 Dec 21 15:56 gpio-hog.dtbo
-rw-r--r-- 1 test test 1259 Dec 21 15:56 gpio-ir.dtbo
-rw-r--r-- 1 test test 1096 Dec 21 15:56 gpio-ir-tx.dtbo
-rw-r--r-- 1 test test 1373 Dec 21 15:56 gpio-key.dtbo
-rw-r--r-- 1 test test 1298 Dec 21 15:56 gpio-led.dtbo
-rw-r--r-- 1 test test 274 Dec 21 15:56 gpio-no-bank0-irq.dtbo
-rw-r--r-- 1 test test 258 Dec 21 15:56 gpio-no-irq.dtbo
-rw-r--r-- 1 test test 1191 Dec 21 15:56 gpio-poweroff.dtbo
-rw-r--r-- 1 test test 1462 Dec 21 15:56 gpio-shutdown.dtbo
-rw-r--r-- 1 test test 1662 Dec 21 15:56 hd44780-lcd.dtbo
-rw-r--r-- 1 test test 1166 Dec 21 15:56 hdmi-backlight-hwhack-gpio.dtbo
-rw-r--r-- 1 test test 2070 Dec 21 15:56 hifiberry-amp100.dtbo
-rw-r--r-- 1 test test 1456 Dec 21 15:56 hifiberry-amp3.dtbo
-rw-r--r-- 1 test test 779 Dec 21 15:56 hifiberry-amp.dtbo
-rw-r--r-- 1 test test 655 Dec 21 15:56 hifiberry-dac.dtbo
-rw-r--r-- 1 test test 2004 Dec 21 15:56 hifiberry-dacplusadc.dtbo
-rw-r--r-- 1 test test 2079 Dec 21 15:56 hifiberry-dacplusadcpro.dtbo
-rw-r--r-- 1 test test 699 Dec 21 15:56 hifiberry-dacplusdsp.dtbo
-rw-r--r-- 1 test test 1916 Dec 21 15:56 hifiberry-dacplus.dtbo
-rw-r--r-- 1 test test 1649 Dec 21 15:56 hifiberry-dacplushd.dtbo
-rw-r--r-- 1 test test 959 Dec 21 15:56 hifiberry-digi.dtbo
-rw-r--r-- 1 test test 1125 Dec 21 15:56 hifiberry-digi-pro.dtbo
-rw-r--r-- 1 test test 1079 Dec 21 15:56 highperi.dtbo
-rw-r--r-- 1 test test 2444 Dec 21 15:56 hy28a.dtbo
-rw-r--r-- 1 test test 2893 Dec 21 15:56 hy28b-2017.dtbo
-rw-r--r-- 1 test test 2915 Dec 21 15:56 hy28b.dtbo
-rw-r--r-- 1 test test 1785 Dec 21 15:56 i2c0.dtbo
-rw-r--r-- 1 test test 1004 Dec 21 15:56 i2c1.dtbo
-rw-r--r-- 1 test test 811 Dec 21 15:56 i2c3.dtbo
-rw-r--r-- 1 test test 811 Dec 21 15:56 i2c4.dtbo
-rw-r--r-- 1 test test 815 Dec 21 15:56 i2c5.dtbo
-rw-r--r-- 1 test test 813 Dec 21 15:56 i2c6.dtbo
-rw-r--r-- 1 test test 270 Dec 21 15:56 i2c-bcm2708.dtbo
-rw-r--r-- 1 test test 3162 Dec 21 15:56 i2c-fan.dtbo
-rw-r--r-- 1 test test 1055 Dec 21 15:56 i2c-gpio.dtbo
-rw-r--r-- 1 test test 3204 Dec 21 15:56 i2c-mux.dtbo
-rw-r--r-- 1 test test 1635 Dec 21 15:56 i2c-pwm-pca9685a.dtbo
-rw-r--r-- 1 test test 8092 Dec 21 15:56 i2c-rtc.dtbo
-rw-r--r-- 1 test test 7706 Dec 21 15:56 i2c-rtc-gpio.dtbo
-rw-r--r-- 1 test test 12485 Dec 21 15:56 i2c-sensor.dtbo
-rw-r--r-- 1 test test 643 Dec 21 15:56 i2s-dac.dtbo
-rw-r--r-- 1 test test 307 Dec 21 15:56 i2s-gpio28-31.dtbo
-rw-r--r-- 1 test test 1373 Dec 21 15:56 ilitek251x.dtbo
-rw-r--r-- 1 test test 3301 Dec 21 15:56 imx219.dtbo
-rw-r--r-- 1 test test 4231 Dec 21 15:56 imx258.dtbo
-rw-r--r-- 1 test test 3797 Dec 21 15:56 imx290.dtbo
-rw-r--r-- 1 test test 3274 Dec 21 15:56 imx296.dtbo
-rw-r--r-- 1 test test 3797 Dec 21 15:56 imx327.dtbo
-rw-r--r-- 1 test test 3283 Dec 21 15:56 imx378.dtbo
-rw-r--r-- 1 test test 3797 Dec 21 15:56 imx462.dtbo
-rw-r--r-- 1 test test 3283 Dec 21 15:56 imx477.dtbo
-rw-r--r-- 1 test test 3408 Dec 21 15:56 imx519.dtbo
-rw-r--r-- 1 test test 3975 Dec 21 15:56 imx708.dtbo
-rw-r--r-- 1 test test 895 Dec 21 15:56 iqaudio-codec.dtbo
-rw-r--r-- 1 test test 1272 Dec 21 15:56 iqaudio-dac.dtbo
-rw-r--r-- 1 test test 1511 Dec 21 15:56 iqaudio-dacplus.dtbo
-rw-r--r-- 1 test test 1326 Dec 21 15:56 iqaudio-digi-wm8804-audio.dtbo
-rw-r--r-- 1 test test 1813 Dec 21 15:56 iqs550.dtbo
-rw-r--r-- 1 test test 2709 Dec 21 15:56 irs1125.dtbo
-rw-r--r-- 1 test test 893 Dec 21 15:56 i-sabre-q2m.dtbo
-rw-r--r-- 1 test test 5188 Dec 21 15:56 jedec-spi-nor.dtbo
-rw-r--r-- 1 test test 1640 Dec 21 15:56 justboom-both.dtbo
-rw-r--r-- 1 test test 1276 Dec 21 15:56 justboom-dac.dtbo
-rw-r--r-- 1 test test 955 Dec 21 15:56 justboom-digi.dtbo
-rw-r--r-- 1 test test 1916 Dec 21 15:56 ltc294x.dtbo
-rw-r--r-- 1 test test 1933 Dec 21 15:56 max98357a.dtbo
-rw-r--r-- 1 test test 4360 Dec 21 15:56 maxtherm.dtbo
-rw-r--r-- 1 test test 1605 Dec 21 15:56 mbed-dac.dtbo
-rw-r--r-- 1 test test 1658 Dec 21 15:56 mcp23017.dtbo
-rw-r--r-- 1 test test 15205 Dec 21 15:56 mcp23s17.dtbo
-rw-r--r-- 1 test test 1793 Dec 21 15:56 mcp2515-can0.dtbo
-rw-r--r-- 1 test test 1793 Dec 21 15:56 mcp2515-can1.dtbo
-rw-r--r-- 1 test test 3843 Dec 21 15:56 mcp2515.dtbo
-rw-r--r-- 1 test test 6428 Dec 21 15:56 mcp251xfd.dtbo
-rw-r--r-- 1 test test 4309 Dec 21 15:56 mcp3008.dtbo
-rw-r--r-- 1 test test 4213 Dec 21 15:56 mcp3202.dtbo
-rw-r--r-- 1 test test 2854 Dec 21 15:56 mcp342x.dtbo
-rw-r--r-- 1 test test 2498 Dec 21 15:56 media-center.dtbo
-rw-r--r-- 1 test test 1705 Dec 21 15:56 merus-amp.dtbo
-rw-r--r-- 1 test test 716 Dec 21 15:56 midi-uart0.dtbo
-rw-r--r-- 1 test test 857 Dec 21 15:56 midi-uart1.dtbo
-rw-r--r-- 1 test test 716 Dec 21 15:56 midi-uart2.dtbo
-rw-r--r-- 1 test test 716 Dec 21 15:56 midi-uart3.dtbo
-rw-r--r-- 1 test test 716 Dec 21 15:56 midi-uart4.dtbo
-rw-r--r-- 1 test test 716 Dec 21 15:56 midi-uart5.dtbo
-rw-r--r-- 1 test test 1783 Dec 21 15:56 minipitft13.dtbo
-rw-r--r-- 1 test test 1566 Dec 21 15:56 miniuart-bt.dtbo
-rw-r--r-- 1 test test 5161 Dec 21 15:56 mipi-dbi-spi.dtbo
-rw-r--r-- 1 test test 549 Dec 21 15:56 mlx90640.dtbo
-rw-r--r-- 1 test test 1221 Dec 21 15:56 mmc.dtbo
-rw-r--r-- 1 test test 841 Dec 21 15:56 mpu6050.dtbo
-rw-r--r-- 1 test test 2826 Dec 21 15:56 mz61581.dtbo
-rw-r--r-- 1 test test 2858 Dec 21 15:56 ov2311.dtbo
-rw-r--r-- 1 test test 3368 Dec 21 15:56 ov5647.dtbo
-rw-r--r-- 1 test test 2898 Dec 21 15:56 ov7251.dtbo
-rw-r--r-- 1 test test 2902 Dec 21 15:56 ov9281.dtbo
-rw-r--r-- 1 test test 2332 Dec 21 15:56 papirus.dtbo
-rw-r--r-- 1 test test 5037 Dec 21 15:56 pca953x.dtbo
-rw-r--r-- 1 test test 994 Dec 21 15:56 pcf857x.dtbo
-rw-r--r-- 1 test test 438 Dec 21 15:56 pcie-32bit-dma.dtbo
-rw-r--r-- 1 test test 2334 Dec 21 15:56 pibell.dtbo
-rw-r--r-- 1 test test 1709 Dec 21 15:56 pifacedigital.dtbo
-rw-r--r-- 1 test test 1382 Dec 21 15:56 pifi-40.dtbo
-rw-r--r-- 1 test test 1192 Dec 21 15:56 pifi-dac-hd.dtbo
-rw-r--r-- 1 test test 1162 Dec 21 15:56 pifi-dac-zero.dtbo
-rw-r--r-- 1 test test 958 Dec 21 15:56 pifi-mini-210.dtbo
-rw-r--r-- 1 test test 1594 Dec 21 15:56 piglow.dtbo
-rw-r--r-- 1 test test 2593 Dec 21 15:56 piscreen2r.dtbo
-rw-r--r-- 1 test test 2689 Dec 21 15:56 piscreen.dtbo
-rw-r--r-- 1 test test 2272 Dec 21 15:56 pisound.dtbo
-rw-r--r-- 1 test test 1604 Dec 21 15:56 pitft22.dtbo
-rw-r--r-- 1 test test 2361 Dec 21 15:56 pitft28-capacitive.dtbo
-rw-r--r-- 1 test test 2850 Dec 21 15:56 pitft28-resistive.dtbo
-rw-r--r-- 1 test test 2952 Dec 21 15:56 pitft35-resistive.dtbo
-rw-r--r-- 1 test test 1189 Dec 21 15:56 pps-gpio.dtbo
-rw-r--r-- 1 test test 771 Dec 21 15:56 proto-codec.dtbo
-rw-r--r-- 1 test test 1530 Dec 21 15:56 pwm1.dtbo
-rw-r--r-- 1 test test 1096 Dec 21 15:56 pwm-2chan.dtbo
-rw-r--r-- 1 test test 985 Dec 21 15:56 pwm.dtbo
-rw-r--r-- 1 test test 1031 Dec 21 15:56 pwm-ir-tx.dtbo
-rw-r--r-- 1 test test 1395 Dec 21 15:56 qca7000.dtbo
-rw-r--r-- 1 test test 1129 Dec 21 15:56 qca7000-uart0.dtbo
-rw-r--r-- 1 test test 737 Dec 21 15:56 ramoops.dtbo
-rw-r--r-- 1 test test 741 Dec 21 15:56 ramoops-pi4.dtbo
-rw-r--r-- 1 test test 213936 Dec 21 15:56 README
-rw-r--r-- 1 test test 1922 Dec 21 15:56 rotary-encoder.dtbo
-rw-r--r-- 1 test test 489 Dec 21 15:56 rpi-backlight.dtbo
-rw-r--r-- 1 test test 1038 Dec 21 15:56 rpi-codeczero.dtbo
-rw-r--r-- 1 test test 1405 Dec 21 15:56 rpi-dacplus.dtbo
-rw-r--r-- 1 test test 1413 Dec 21 15:56 rpi-dacpro.dtbo
-rw-r--r-- 1 test test 1724 Dec 21 15:56 rpi-digiampplus.dtbo
-rw-r--r-- 1 test test 842 Dec 21 15:56 rpi-ft5406.dtbo
-rw-r--r-- 1 test test 4329 Dec 21 15:56 rpi-poe.dtbo
-rw-r--r-- 1 test test 4910 Dec 21 15:56 rpi-poe-plus.dtbo
-rw-r--r-- 1 test test 893 Dec 21 15:56 rpi-sense.dtbo
-rw-r--r-- 1 test test 897 Dec 21 15:56 rpi-sense-v2.dtbo
-rw-r--r-- 1 test test 567 Dec 21 15:56 rpi-tv.dtbo
-rw-r--r-- 1 test test 1298 Dec 21 15:56 rra-digidac1-wm8741-audio.dtbo
-rw-r--r-- 1 test test 1420 Dec 21 15:56 sainsmart18.dtbo
-rw-r--r-- 1 test test 1353 Dec 21 15:56 sc16is750-i2c.dtbo
-rw-r--r-- 1 test test 1353 Dec 21 15:56 sc16is752-i2c.dtbo
-rw-r--r-- 1 test test 1405 Dec 21 15:56 sc16is752-spi0.dtbo
-rw-r--r-- 1 test test 1921 Dec 21 15:56 sc16is752-spi1.dtbo
-rw-r--r-- 1 test test 968 Dec 21 15:56 sdhost.dtbo
-rw-r--r-- 1 test test 1889 Dec 21 15:56 sdio.dtbo
-rw-r--r-- 1 test test 3387 Dec 21 15:56 seeed-can-fd-hat-v1.dtbo
-rw-r--r-- 1 test test 2873 Dec 21 15:56 seeed-can-fd-hat-v2.dtbo
-rw-r--r-- 1 test test 2095 Dec 21 15:56 sh1106-spi.dtbo
-rw-r--r-- 1 test test 1425 Dec 21 15:56 si446x-spi0.dtbo
-rw-r--r-- 1 test test 404 Dec 21 15:56 smi-dev.dtbo
-rw-r--r-- 1 test test 981 Dec 21 15:56 smi.dtbo
-rw-r--r-- 1 test test 1476 Dec 21 15:56 smi-nand.dtbo
-rw-r--r-- 1 test test 794 Dec 21 15:56 spi0-0cs.dtbo
-rw-r--r-- 1 test test 1045 Dec 21 15:56 spi0-1cs.dtbo
-rw-r--r-- 1 test test 1045 Dec 21 15:56 spi0-2cs.dtbo
-rw-r--r-- 1 test test 1523 Dec 21 15:56 spi1-1cs.dtbo
-rw-r--r-- 1 test test 1896 Dec 21 15:56 spi1-2cs.dtbo
-rw-r--r-- 1 test test 2269 Dec 21 15:56 spi1-3cs.dtbo
-rw-r--r-- 1 test test 1523 Dec 21 15:56 spi2-1cs.dtbo
-rw-r--r-- 1 test test 1896 Dec 21 15:56 spi2-2cs.dtbo
-rw-r--r-- 1 test test 2269 Dec 21 15:56 spi2-3cs.dtbo
-rw-r--r-- 1 test test 1131 Dec 21 15:56 spi3-1cs.dtbo
-rw-r--r-- 1 test test 1504 Dec 21 15:56 spi3-2cs.dtbo
-rw-r--r-- 1 test test 1131 Dec 21 15:56 spi4-1cs.dtbo
-rw-r--r-- 1 test test 1504 Dec 21 15:56 spi4-2cs.dtbo
-rw-r--r-- 1 test test 1131 Dec 21 15:56 spi5-1cs.dtbo
-rw-r--r-- 1 test test 1504 Dec 21 15:56 spi5-2cs.dtbo
-rw-r--r-- 1 test test 1131 Dec 21 15:56 spi6-1cs.dtbo
-rw-r--r-- 1 test test 1504 Dec 21 15:56 spi6-2cs.dtbo
-rw-r--r-- 1 test test 630 Dec 21 15:56 spi-gpio35-39.dtbo
-rw-r--r-- 1 test test 795 Dec 21 15:56 spi-gpio40-45.dtbo
-rw-r--r-- 1 test test 2052 Dec 21 15:56 spi-rtc.dtbo
-rw-r--r-- 1 test test 1122 Dec 21 15:56 ssd1306.dtbo
-rw-r--r-- 1 test test 2157 Dec 21 15:56 ssd1306-spi.dtbo
-rw-r--r-- 1 test test 2044 Dec 21 15:56 ssd1331-spi.dtbo
-rw-r--r-- 1 test test 2044 Dec 21 15:56 ssd1351-spi.dtbo
-rw-r--r-- 1 test test 1968 Dec 21 15:56 superaudioboard.dtbo
-rw-r--r-- 1 test test 35570 Dec 21 15:56 sx150x.dtbo
-rw-r--r-- 1 test test 1529 Dec 21 15:56 tc358743-audio.dtbo
-rw-r--r-- 1 test test 2915 Dec 21 15:56 tc358743.dtbo
-rw-r--r-- 1 test test 4822 Dec 21 15:56 tinylcd35.dtbo
-rw-r--r-- 1 test test 779 Dec 21 15:56 tpm-slb9670.dtbo
-rw-r--r-- 1 test test 1068 Dec 21 15:56 tpm-slb9673.dtbo
-rw-r--r-- 1 test test 936 Dec 21 15:56 uart0.dtbo
-rw-r--r-- 1 test test 988 Dec 21 15:56 uart1.dtbo
-rw-r--r-- 1 test test 493 Dec 21 15:56 uart2.dtbo
-rw-r--r-- 1 test test 493 Dec 21 15:56 uart3.dtbo
-rw-r--r-- 1 test test 493 Dec 21 15:56 uart4.dtbo
-rw-r--r-- 1 test test 493 Dec 21 15:56 uart5.dtbo
-rw-r--r-- 1 test test 3532 Dec 21 15:56 udrc.dtbo
-rw-r--r-- 1 test test 1527 Dec 21 15:56 ugreen-dabboard.dtbo
-rw-r--r-- 1 test test 2082 Dec 21 15:56 upstream.dtbo
-rw-r--r-- 1 test test 2775 Dec 21 15:56 upstream-pi4.dtbo
-rw-r--r-- 1 test test 1446 Dec 21 15:56 vc4-fkms-v3d.dtbo
-rw-r--r-- 1 test test 1446 Dec 21 15:56 vc4-fkms-v3d-pi4.dtbo
-rw-r--r-- 1 test test 5891 Dec 21 15:56 vc4-kms-dpi-generic.dtbo
-rw-r--r-- 1 test test 3278 Dec 21 15:56 vc4-kms-dpi-hyperpixel2r.dtbo
-rw-r--r-- 1 test test 3853 Dec 21 15:56 vc4-kms-dpi-hyperpixel4.dtbo
-rw-r--r-- 1 test test 3369 Dec 21 15:56 vc4-kms-dpi-hyperpixel4sq.dtbo
-rw-r--r-- 1 test test 4548 Dec 21 15:56 vc4-kms-dpi-panel.dtbo
-rw-r--r-- 1 test test 3878 Dec 21 15:56 vc4-kms-dsi-7inch.dtbo
-rw-r--r-- 1 test test 1887 Dec 21 15:56 vc4-kms-dsi-lt070me05000.dtbo
-rw-r--r-- 1 test test 1533 Dec 21 15:56 vc4-kms-dsi-lt070me05000-v2.dtbo
-rw-r--r-- 1 test test 3789 Dec 21 15:56 vc4-kms-dsi-waveshare-panel.dtbo
-rw-r--r-- 1 test test 3504 Dec 21 15:56 vc4-kms-kippah-7inch.dtbo
-rw-r--r-- 1 test test 2760 Dec 21 15:56 vc4-kms-v3d.dtbo
-rw-r--r-- 1 test test 3913 Dec 21 15:56 vc4-kms-v3d-pi4.dtbo
-rw-r--r-- 1 test test 2226 Dec 21 15:56 vc4-kms-vga666.dtbo
-rw-r--r-- 1 test test 758 Dec 21 15:56 vga666.dtbo
-rw-r--r-- 1 test test 352 Dec 21 15:56 vl805.dtbo
-rw-r--r-- 1 test test 1036 Dec 21 15:56 w1-gpio.dtbo
-rw-r--r-- 1 test test 1171 Dec 21 15:56 w1-gpio-pullup.dtbo
-rw-r--r-- 1 test test 1558 Dec 21 15:56 w5500.dtbo
-rw-r--r-- 1 test test 4082 Dec 21 15:56 watterott-display.dtbo
-rw-r--r-- 1 test test 3387 Dec 21 15:56 waveshare-can-fd-hat-mode-a.dtbo
-rw-r--r-- 1 test test 2506 Dec 21 15:56 waveshare-can-fd-hat-mode-b.dtbo
-rw-r--r-- 1 test test 1056 Dec 21 15:56 wittypi.dtbo
-rw-r--r-- 1 test test 2287 Dec 21 15:56 wm8960-soundcard.dtbo
$ umount /dev/sdb1
$ umount /dev/sdb2
In this section, we will how to boot the image
Run minicom
$ sudo minicom -D /dev/ttyUSB0 -b 115200
Insert the micro SD card in micro SD slot of RPI 4 model
Power on the RPI 4b
Boot logs are shown below
See the boot logs
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.69 (sysadmin@sysadmin) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24685-4a2ff73177) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Thu Dec 21 10:26:35 2023 [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4 [ 0.000000] Reserved memory: created CMA memory pool at 0x000000002ac00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 17 pages/cpu s32104 r8192 d29336 u69632 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:3C:F4:21 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB) [ 0.000000] Memory: 3826504K/4050944K available (8064K kernel code, 906K rwdata, 2152K rodata, 512K init, 538K bss, 158904K reserved, 65536K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000198] Console: colour dummy device 80x25 [ 0.000539] printk: console [tty1] enabled [ 0.000581] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) [ 0.000608] pid_max: default: 32768 minimum: 301 [ 0.000857] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000932] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.001509] cgroup: Disabling memory control group subsystem [ 0.002488] cblist_init_generic: Setting adjustable number of callback queues. [ 0.002511] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.002705] rcu: Hierarchical SRCU implementation. [ 0.002719] rcu: Max phase no-delay instances is 1000. [ 0.003396] smp: Bringing up secondary CPUs ... [ 0.003853] Detected PIPT I-cache on CPU1 [ 0.003999] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.004498] Detected PIPT I-cache on CPU2 [ 0.004614] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.005069] Detected PIPT I-cache on CPU3 [ 0.005187] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.005260] smp: Brought up 1 node, 4 CPUs [ 0.005324] SMP: Total of 4 processors activated. [ 0.005337] CPU features: detected: 32-bit EL0 Support [ 0.005350] CPU features: detected: CRC32 instructions [ 0.005437] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.005456] CPU: All CPU(s) started at EL2 [ 0.005467] alternatives: applying system-wide alternatives [ 0.014824] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014882] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.016358] pinctrl core: initialized pinctrl subsystem [ 0.017437] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.018953] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.019204] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.019613] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.020044] thermal_sys: Registered thermal governor 'step_wise' [ 0.020087] cpuidle: using governor ladder [ 0.020126] cpuidle: using governor menu [ 0.020326] ASID allocator initialised with 65536 entries [ 0.020410] Serial: AMBA PL011 UART driver [ 0.024774] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.039964] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-05-16T15:40:46, variant start [ 0.049971] raspberrypi-firmware soc:firmware: Firmware hash is ae6542a8a3aef192cb3536c39106d19f342fab29 [ 0.080276] cryptd: max_cpu_qlen set to 1000 [ 0.081082] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 [ 0.083497] SCSI subsystem initialized [ 0.083653] usbcore: registered new interface driver usbfs [ 0.083698] usbcore: registered new interface driver hub [ 0.083739] usbcore: registered new device driver usb [ 0.083860] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.083978] usb_phy_generic phy: dummy supplies not allowed for exclusive requests [ 0.084119] pps_core: LinuxPPS API ver. 1 registered [ 0.084134] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.084160] PTP clock support registered [ 0.085157] clocksource: Switched to clocksource arch_sys_counter [ 0.088481] NET: Registered PF_INET protocol family [ 0.089039] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.093327] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.093394] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.093423] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.093674] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.094837] TCP: Hash tables configured (established 32768 bind 32768) [ 0.095071] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.095209] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.095500] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.095558] PCI: CLS 0 bytes, default 64 [ 0.096895] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.101482] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.171254] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 0.171305] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 0.171353] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 0.171397] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000 [ 0.172073] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 0.172096] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.172116] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 0.172169] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 0.172252] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.175901] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator [ 0.176033] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator [ 0.176089] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator [ 0.237220] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 0.237329] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 0.237429] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.237710] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.238141] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 0.238168] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 0.238240] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.238258] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 0.238436] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 0.238570] pcieport 0000:00:00.0: PME: Signaling with IRQ 26 [ 0.238816] pcieport 0000:00:00.0: AER: enabled with IRQ 26 [ 0.239444] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver. [ 0.239467] bcm2708_fb: probe of soc:fb failed with error -2 [ 0.245580] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 0.246337] iproc-rng200 fe104000.rng: hwrng registered [ 0.246457] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 0.246952] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [ 0.254154] brd: module loaded [ 0.257470] loop: module loaded [ 0.259651] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 0.415209] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 0.463345] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.463383] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 0.463921] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0007800000000890 [ 0.464601] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.464630] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 0.464655] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 0.464889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 0.464916] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.464935] usb usb1: Product: xHCI Host Controller [ 0.464950] usb usb1: Manufacturer: Linux 6.1.69 xhci-hcd [ 0.464964] usb usb1: SerialNumber: 0000:01:00.0 [ 0.465339] hub 1-0:1.0: USB hub found [ 0.465386] hub 1-0:1.0: 1 port detected [ 0.465863] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 0.465889] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.465909] usb usb2: Product: xHCI Host Controller [ 0.465923] usb usb2: Manufacturer: Linux 6.1.69 xhci-hcd [ 0.465937] usb usb2: SerialNumber: 0000:01:00.0 [ 0.466247] hub 2-0:1.0: USB hub found [ 0.466291] hub 2-0:1.0: 4 ports detected [ 0.467123] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.467538] usbcore: registered new interface driver uas [ 0.467615] usbcore: registered new interface driver usb-storage [ 0.467686] mousedev: PS/2 mouse device common for all mice [ 0.468347] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 0.470171] sdhci: Secure Digital Host Controller Interface driver [ 0.470193] sdhci: Copyright(c) Pierre Ossman [ 0.470611] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe [ 0.470928] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.480393] NET: Registered PF_INET6 protocol family [ 0.480874] Segment Routing with IPv6 [ 0.480888] In-situ OAM (IOAM) with IPv6 [ 0.480920] NET: Registered PF_PACKET protocol family [ 0.480944] 8021q: 802.1Q VLAN Support v1.8 [ 0.481216] Key type .fscrypt registered [ 0.481222] Key type fscrypt-provisioning registered [ 0.485366] uart-pl011 fe201000.serial: there is not valid maps for state default [ 0.485525] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 0.485589] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 [ 0.765148] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 0.766284] printk: console [ttyAMA0] enabled [ 0.995130] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 1.009892] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.014335] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 1.018818] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 1.025462] usb 1-1: Product: USB2.0 Hub [ 1.025468] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 1.045233] hub 1-1:1.0: USB hub found [ 1.080099] of_cfs_init [ 1.088786] hub 1-1:1.0: 4 ports detected [ 1.096231] of_cfs_init: OK [ 1.135304] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 1.217060] mmc1: new high speed SDIO card at address 0001 [ 1.680984] Waiting for root device /dev/mmcblk0p2... [ 1.779573] mmc0: new ultra high speed DDR50 SDHC card at address aaaa [ 1.786491] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 1.794587] mmcblk0: p1 p2 [ 1.797495] mmcblk0: mmc0:aaaa SC16G 14.8 GiB (quirks 0x00004000) [ 1.812385] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Quota mode: disabled. [ 1.820729] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.827855] Freeing unused kernel memory: 512K [ 1.845174] Run /sbin/init as init process [ 1.901972] init: Console is alive [ 1.905601] init: - watchdog - [ 2.013896] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.071775] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.080643] init: - preinit - [ 2.153367] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 2.162736] bcmgenet fd580000.ethernet eth0: Link is Down [ 2.179513] uart-pl011 fe201000.serial: no DMA platform data Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 4.217838] mount_root: mounting /dev/root [ 4.237532] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled. [ 4.250481] insmod: module is already loaded - fat [ 4.257051] insmod: module is already loaded - vfat [ 4.278153] urandom-seed: Seed file not found (/etc/urandom.seed) [ 4.339711] procd: - early - [ 4.342730] procd: - watchdog - [ 4.883586] procd: - watchdog - [ 4.889625] procd: - ubus - [ 4.945136] procd: - init - Please press Enter to activate this console. [ 5.083561] kmodloader: loading kernel modules from /etc/modules.d/* [ 5.106233] hid: raw HID events driver (C) Jiri Kosina [ 5.114526] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 5.125963] bcm2835_audio bcm2835_audio: card created with 8 channels [ 5.144139] Loading modules backported from Linux version v6.5-0-g2dde18cd1d8f [ 5.151395] Backport generated by backports.git v5.15.92-1-56-g5fb2ccb6b9e8 [ 5.159727] usbcore: registered new interface driver lan78xx [ 5.168912] usbcore: registered new interface driver usbhid [ 5.170982] urngd: v1.0.2 started. [ 5.174495] usbhid: USB HID core driver [ 5.197877] PPP generic driver version 2.4.2 [ 5.202517] NET: Registered PF_PPPOX protocol family [ 5.218185] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 5.227163] usbcore: registered new interface driver brcmfmac [ 5.232990] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 [ 5.244656] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin [ 5.256972] kmodloader: done loading kernel modules from /etc/modules.d/* [ 5.434448] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 5.442400] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jul 29 2022 02:15:20 version 7.45.250 (70e9766 CY) FWID 01-e53e306b [ 8.872581] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 8.881694] bcmgenet fd580000.ethernet eth0: Link is Down [ 8.887148] br-lan: port 1(eth0) entered blocking state [ 8.892385] br-lan: port 1(eth0) entered disabled state [ 8.897744] device eth0 entered promiscuous mode [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.69 (sysadmin@sysadmin) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24685-4a2ff73177) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Thu Dec 21 10:26:35 2023 [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4 [ 0.000000] Reserved memory: created CMA memory pool at 0x000000002ac00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 17 pages/cpu s32104 r8192 d29336 u69632 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:3C:F4:21 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB) [ 0.000000] Memory: 3826504K/4050944K available (8064K kernel code, 906K rwdata, 2152K rodata, 512K init, 538K bss, 158904K reserved, 65536K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000201] Console: colour dummy device 80x25 [ 0.000538] printk: console [tty1] enabled [ 0.000580] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) [ 0.000606] pid_max: default: 32768 minimum: 301 [ 0.000858] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000936] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.001508] cgroup: Disabling memory control group subsystem [ 0.002496] cblist_init_generic: Setting adjustable number of callback queues. [ 0.002518] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.002715] rcu: Hierarchical SRCU implementation. [ 0.002730] rcu: Max phase no-delay instances is 1000. [ 0.003415] smp: Bringing up secondary CPUs ... [ 0.003872] Detected PIPT I-cache on CPU1 [ 0.004016] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.004515] Detected PIPT I-cache on CPU2 [ 0.004632] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.005084] Detected PIPT I-cache on CPU3 [ 0.005205] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.005277] smp: Brought up 1 node, 4 CPUs [ 0.005340] SMP: Total of 4 processors activated. [ 0.005353] CPU features: detected: 32-bit EL0 Support [ 0.005366] CPU features: detected: CRC32 instructions [ 0.005450] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.005469] CPU: All CPU(s) started at EL2 [ 0.005479] alternatives: applying system-wide alternatives [ 0.014816] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014877] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.016347] pinctrl core: initialized pinctrl subsystem [ 0.017423] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.018932] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.019183] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.019592] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.020023] thermal_sys: Registered thermal governor 'step_wise' [ 0.020067] cpuidle: using governor ladder [ 0.020106] cpuidle: using governor menu [ 0.020306] ASID allocator initialised with 65536 entries [ 0.020392] Serial: AMBA PL011 UART driver [ 0.024754] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.039964] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-05-16T15:40:46, variant start [ 0.049970] raspberrypi-firmware soc:firmware: Firmware hash is ae6542a8a3aef192cb3536c39106d19f342fab29 [ 0.080147] cryptd: max_cpu_qlen set to 1000 [ 0.080943] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 [ 0.083345] SCSI subsystem initialized [ 0.083503] usbcore: registered new interface driver usbfs [ 0.083547] usbcore: registered new interface driver hub [ 0.083588] usbcore: registered new device driver usb [ 0.083711] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.083830] usb_phy_generic phy: dummy supplies not allowed for exclusive requests [ 0.083972] pps_core: LinuxPPS API ver. 1 registered [ 0.083986] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.084013] PTP clock support registered [ 0.085026] clocksource: Switched to clocksource arch_sys_counter [ 0.088362] NET: Registered PF_INET protocol family [ 0.088916] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.093201] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.093273] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.093302] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.093554] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.094714] TCP: Hash tables configured (established 32768 bind 32768) [ 0.094942] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.095090] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.095387] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.095445] PCI: CLS 0 bytes, default 64 [ 0.096780] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.101397] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.171962] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 0.172010] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 0.172058] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 0.172102] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000 [ 0.172777] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 0.172800] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.172820] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 0.172873] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 0.172958] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.176593] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator [ 0.176726] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator [ 0.176782] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator [ 0.237088] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 0.237198] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 0.237298] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.237580] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.238002] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 0.238030] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 0.238103] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.238120] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 0.238302] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 0.238435] pcieport 0000:00:00.0: PME: Signaling with IRQ 26 [ 0.238682] pcieport 0000:00:00.0: AER: enabled with IRQ 26 [ 0.239307] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver. [ 0.239331] bcm2708_fb: probe of soc:fb failed with error -2 [ 0.245431] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 0.246192] iproc-rng200 fe104000.rng: hwrng registered [ 0.246314] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 0.246807] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [ 0.254057] brd: module loaded [ 0.257394] loop: module loaded [ 0.259607] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 0.415076] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 0.463367] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.463405] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 0.463937] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0007800000000890 [ 0.464617] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.464647] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 0.464673] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 0.464908] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 0.464934] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.464953] usb usb1: Product: xHCI Host Controller [ 0.464968] usb usb1: Manufacturer: Linux 6.1.69 xhci-hcd [ 0.464982] usb usb1: SerialNumber: 0000:01:00.0 [ 0.465350] hub 1-0:1.0: USB hub found [ 0.465398] hub 1-0:1.0: 1 port detected [ 0.465879] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 0.465906] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.465925] usb usb2: Product: xHCI Host Controller [ 0.465939] usb usb2: Manufacturer: Linux 6.1.69 xhci-hcd [ 0.465953] usb usb2: SerialNumber: 0000:01:00.0 [ 0.466261] hub 2-0:1.0: USB hub found [ 0.466304] hub 2-0:1.0: 4 ports detected [ 0.467135] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.467541] usbcore: registered new interface driver uas [ 0.467624] usbcore: registered new interface driver usb-storage [ 0.467696] mousedev: PS/2 mouse device common for all mice [ 0.468363] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 0.470181] sdhci: Secure Digital Host Controller Interface driver [ 0.470202] sdhci: Copyright(c) Pierre Ossman [ 0.470616] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe [ 0.470937] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.480698] NET: Registered PF_INET6 protocol family [ 0.481177] Segment Routing with IPv6 [ 0.481193] In-situ OAM (IOAM) with IPv6 [ 0.481222] NET: Registered PF_PACKET protocol family [ 0.481244] 8021q: 802.1Q VLAN Support v1.8 [ 0.481515] Key type .fscrypt registered [ 0.481521] Key type fscrypt-provisioning registered [ 0.485835] uart-pl011 fe201000.serial: there is not valid maps for state default [ 0.485989] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 0.486061] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 [ 0.755014] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 0.755910] printk: console [ttyAMA0] enabled [ 0.947356] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 1.014777] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.018560] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 1.018564] usb 1-1: Product: USB2.0 Hub [ 1.019461] hub 1-1:1.0: USB hub found [ 1.025675] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 1.029406] hub 1-1:1.0: 4 ports detected [ 1.034661] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 1.688247] of_cfs_init [ 1.690797] of_cfs_init: OK [ 1.730931] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 1.738263] Waiting for root device /dev/mmcblk0p2... [ 1.783029] mmc1: new high speed SDIO card at address 0001 [ 1.837839] mmc0: new ultra high speed DDR50 SDHC card at address aaaa [ 1.844727] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 1.852883] mmcblk0: p1 p2 [ 1.855816] mmcblk0: mmc0:aaaa SC16G 14.8 GiB (quirks 0x00004000) [ 1.892430] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Quota mode: disabled. [ 1.900781] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.907951] Freeing unused kernel memory: 512K [ 1.925048] Run /sbin/init as init process [ 1.982055] init: Console is alive [ 1.985689] init: - watchdog - [ 2.093659] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.151688] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.160761] init: - preinit - [ 2.233622] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 2.242491] bcmgenet fd580000.ethernet eth0: Link is Down [ 2.257762] uart-pl011 fe201000.serial: no DMA platform data Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 4.295890] mount_root: mounting /dev/root [ 4.300369] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended [ 4.325689] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled. [ 4.337409] insmod: module is already loaded - fat [ 4.344093] insmod: module is already loaded - vfat [ 4.361593] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 4.372378] urandom-seed: Seeding with /etc/urandom.seed [ 4.440150] procd: - early - [ 4.443169] procd: - watchdog - [ 4.979385] procd: - watchdog - [ 4.985326] procd: - ubus - [ 5.141157] procd: - init - Please press Enter to activate this console. [ 5.289938] kmodloader: loading kernel modules from /etc/modules.d/* [ 5.311263] hid: raw HID events driver (C) Jiri Kosina [ 5.319534] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 5.330613] bcm2835_audio bcm2835_audio: card created with 8 channels [ 5.348046] Loading modules backported from Linux version v6.5-0-g2dde18cd1d8f [ 5.355321] Backport generated by backports.git v5.15.92-1-56-g5fb2ccb6b9e8 [ 5.363328] usbcore: registered new interface driver lan78xx [ 5.372466] usbcore: registered new interface driver usbhid [ 5.378057] usbhid: USB HID core driver [ 5.378506] urngd: v1.0.2 started. [ 5.405197] PPP generic driver version 2.4.2 [ 5.409887] NET: Registered PF_PPPOX protocol family [ 5.425490] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 5.434330] usbcore: registered new interface driver brcmfmac [ 5.440144] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 [ 5.451852] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin [ 5.464285] kmodloader: done loading kernel modules from /etc/modules.d/* [ 5.644844] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 5.652909] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jul 29 2022 02:15:20 version 7.45.250 (70e9766 CY) FWID 01-e53e306b [ 6.810696] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 6.819805] bcmgenet fd580000.ethernet eth0: Link is Down [ 6.825261] br-lan: port 1(eth0) entered blocking state [ 6.830514] br-lan: port 1(eth0) entered disabled state [ 6.835872] device eth0 entered promiscuous mode [ 68.395383] mmc0: card aaaa removed [ 68.406594] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #73: comm procd: reading directory lblock 0 [ 68.417445] EXT4-fs (mmcblk0p2): Remounting filesystem read-only [ 68.423499] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #73: comm procd: reading directory lblock 0 [ 68.434353] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #73: comm procd: reading directory lblock 0 [ 68.440668] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 68.456661] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 68.475299] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #73: comm procd: reading directory lblock 0 [ 68.486142] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #73: comm procd: reading directory lblock 0 [ 68.493505] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 68.507723] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 68.836477] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 73.462181] EXT4-fs error: 20 callbacks suppressed [ 73.462196] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 73.478544] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 73.503481] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 73.523821] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 73.852475] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 74.479610] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 74.491153] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 74.514377] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 74.535037] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 74.862555] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 78.494521] EXT4-fs error: 15 callbacks suppressed [ 78.494531] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 78.510878] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 78.524950] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 78.550021] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 78.877455] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 79.511979] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 79.523509] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 79.535839] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 79.561772] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 79.888445] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 83.527804] EXT4-fs error: 15 callbacks suppressed [ 83.527813] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 83.544121] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 83.555016] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 83.576107] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 83.902471] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 84.545197] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 84.556738] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 84.567666] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 84.587894] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 84.913443] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 88.560130] EXT4-fs error: 15 callbacks suppressed [ 88.560138] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 88.576472] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 88.587408] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 88.602891] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 88.927487] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 89.577541] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 89.589081] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 89.600012] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 89.614645] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 89.938456] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 93.593400] EXT4-fs error: 15 callbacks suppressed [ 93.593409] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 93.609752] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 93.620654] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 93.631451] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 93.952434] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 94.610820] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 94.622358] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 94.633289] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 94.644108] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 94.963442] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 98.625706] EXT4-fs error: 15 callbacks suppressed [ 98.625713] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 98.642030] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 98.652953] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 98.663766] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 98.977447] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 99.643097] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 99.654636] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 99.665581] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 99.676399] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 99.987863] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 130.565313] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 130.576857] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 130.587704] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 130.636070] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 130.827572] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 134.581277] EXT4-fs error: 15 callbacks suppressed [ 134.581291] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 134.597647] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 134.608473] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 134.651104] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 134.841528] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 135.598720] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 135.610262] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 135.621105] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 135.662913] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 135.851511] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 üøÿþþÿ`ÿøü¿ þþÞŽ€ü > > > > > > > > > [ 139.613969] EXT4-fs error: 15 callbacks suppressed [ 139.613980] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 139.630329] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 139.641151] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 139.677931] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 139.865519] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 140.631394] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 140.642937] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 140.653780] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 140.689803] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 140.875471] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 144.647345] EXT4-fs error: 15 callbacks suppressed [ 144.647354] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 144.663692] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 144.674549] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 144.704787] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 144.889440] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 145.664770] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 145.676313] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 145.687164] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 145.716572] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 145.899449] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 149.680044] EXT4-fs error: 15 callbacks suppressed [ 149.680052] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 149.696394] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 149.707218] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 149.731590] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 149.913441] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 [ 150.697465] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm wpa_supplicant: reading directory lblock 0 [ 150.709003] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm netifd: reading directory lblock 0 [ 150.719853] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm hostapd: reading directory lblock 0 [ 150.743388] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm procd: reading directory lblock 0 [ 150.923463] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1682: inode #2: comm logd: reading directory lblock 0 ^@ÿÿÿ€[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.1.69 (sysadmin@sysadmin) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24685-4a2ff73177) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Thu Dec 21 10:26:35 2023 [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4 [ 0.000000] Reserved memory: created CMA memory pool at 0x000000002ac00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 17 pages/cpu s32104 r8192 d29336 u69632 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:3C:F4:21 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB) [ 0.000000] Memory: 3826504K/4050944K available (8064K kernel code, 906K rwdata, 2152K rodata, 512K init, 538K bss, 158904K reserved, 65536K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000197] Console: colour dummy device 80x25 [ 0.000533] printk: console [tty1] enabled [ 0.000576] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) [ 0.000602] pid_max: default: 32768 minimum: 301 [ 0.000851] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000927] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.001495] cgroup: Disabling memory control group subsystem [ 0.002480] cblist_init_generic: Setting adjustable number of callback queues. [ 0.002502] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.002697] rcu: Hierarchical SRCU implementation. [ 0.002712] rcu: Max phase no-delay instances is 1000. [ 0.003388] smp: Bringing up secondary CPUs ... [ 0.003847] Detected PIPT I-cache on CPU1 [ 0.003993] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.004496] Detected PIPT I-cache on CPU2 [ 0.004610] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.005061] Detected PIPT I-cache on CPU3 [ 0.005179] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.005251] smp: Brought up 1 node, 4 CPUs [ 0.005313] SMP: Total of 4 processors activated. [ 0.005326] CPU features: detected: 32-bit EL0 Support [ 0.005339] CPU features: detected: CRC32 instructions [ 0.005424] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.005443] CPU: All CPU(s) started at EL2 [ 0.005454] alternatives: applying system-wide alternatives [ 0.014796] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014856] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.016321] pinctrl core: initialized pinctrl subsystem [ 0.017395] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.018912] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.019161] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.019570] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.020000] thermal_sys: Registered thermal governor 'step_wise' [ 0.020043] cpuidle: using governor ladder [ 0.020081] cpuidle: using governor menu [ 0.020281] ASID allocator initialised with 65536 entries [ 0.020364] Serial: AMBA PL011 UART driver [ 0.024721] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.039962] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-05-16T15:40:46, variant start [ 0.049969] raspberrypi-firmware soc:firmware: Firmware hash is ae6542a8a3aef192cb3536c39106d19f342fab29 [ 0.080420] cryptd: max_cpu_qlen set to 1000 [ 0.081227] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 [ 0.083641] SCSI subsystem initialized [ 0.083800] usbcore: registered new interface driver usbfs [ 0.083846] usbcore: registered new interface driver hub [ 0.083888] usbcore: registered new device driver usb [ 0.084010] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.084127] usb_phy_generic phy: dummy supplies not allowed for exclusive requests [ 0.084269] pps_core: LinuxPPS API ver. 1 registered [ 0.084283] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.084309] PTP clock support registered [ 0.085307] clocksource: Switched to clocksource arch_sys_counter [ 0.088671] NET: Registered PF_INET protocol family [ 0.089230] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.093508] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.093570] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.093599] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.093850] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.095212] TCP: Hash tables configured (established 32768 bind 32768) [ 0.095461] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.095556] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.095836] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.095888] PCI: CLS 0 bytes, default 64 [ 0.097215] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.101941] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.172600] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 0.172649] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 0.172696] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 0.172741] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000 [ 0.173421] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 0.173443] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.173464] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 0.173515] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 0.173601] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.177215] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator [ 0.177348] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator [ 0.177403] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator [ 0.237370] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 0.237480] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 0.237581] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.237861] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.238291] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 0.238318] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 0.238390] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.238408] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 0.238588] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 0.238722] pcieport 0000:00:00.0: PME: Signaling with IRQ 26 [ 0.238970] pcieport 0000:00:00.0: AER: enabled with IRQ 26 [ 0.239589] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver. [ 0.239613] bcm2708_fb: probe of soc:fb failed with error -2 [ 0.245717] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 0.246473] iproc-rng200 fe104000.rng: hwrng registered [ 0.246594] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 0.247089] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [ 0.254410] brd: module loaded [ 0.257795] loop: module loaded [ 0.260024] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 0.415358] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 0.463522] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.463561] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 0.464094] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0007800000000890 [ 0.464743] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.464773] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 0.464798] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 0.465032] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 0.465059] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.465079] usb usb1: Product: xHCI Host Controller [ 0.465093] usb usb1: Manufacturer: Linux 6.1.69 xhci-hcd [ 0.465107] usb usb1: SerialNumber: 0000:01:00.0 [ 0.465484] hub 1-0:1.0: USB hub found [ 0.465531] hub 1-0:1.0: 1 port detected [ 0.466011] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 0.466038] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.466058] usb usb2: Product: xHCI Host Controller [ 0.466072] usb usb2: Manufacturer: Linux 6.1.69 xhci-hcd [ 0.466087] usb usb2: SerialNumber: 0000:01:00.0 [ 0.466398] hub 2-0:1.0: USB hub found [ 0.466441] hub 2-0:1.0: 4 ports detected [ 0.467280] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.467681] usbcore: registered new interface driver uas [ 0.467763] usbcore: registered new interface driver usb-storage [ 0.467837] mousedev: PS/2 mouse device common for all mice [ 0.468501] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 0.470312] sdhci: Secure Digital Host Controller Interface driver [ 0.470333] sdhci: Copyright(c) Pierre Ossman [ 0.470745] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe [ 0.471155] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.480165] NET: Registered PF_INET6 protocol family [ 0.480646] Segment Routing with IPv6 [ 0.480660] In-situ OAM (IOAM) with IPv6 [ 0.480693] NET: Registered PF_PACKET protocol family [ 0.480715] 8021q: 802.1Q VLAN Support v1.8 [ 0.480990] Key type .fscrypt registered [ 0.480997] Key type fscrypt-provisioning registered [ 0.485148] uart-pl011 fe201000.serial: there is not valid maps for state default [ 0.485343] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 0.485415] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev2 [ 0.775296] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 0.778713] printk: console [ttyAMA0] enabled [ 0.957859] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 0.970899] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 0.971791] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 0.972024] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 0.975895] usb 1-1: Product: USB2.0 Hub [ 0.994969] hub 1-1:1.0: USB hub found [ 1.004647] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 1.014166] hub 1-1:1.0: 4 ports detected [ 1.045314] of_cfs_init [ 1.095183] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 1.096081] of_cfs_init: OK [ 1.675419] Waiting for root device /dev/mmcblk0p2... [ 1.754013] mmc1: new high speed SDIO card at address 0001 [ 1.783140] mmc0: new ultra high speed DDR50 SDHC card at address aaaa [ 1.790040] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 1.798096] mmcblk0: p1 p2 [ 1.800989] mmcblk0: mmc0:aaaa SC16G 14.8 GiB (quirks 0x00004000) [ 1.832663] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Quota mode: disabled. [ 1.841052] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 1.848359] Freeing unused kernel memory: 512K [ 1.865326] Run /sbin/init as init process [ 1.922236] init: Console is alive [ 1.925875] init: - watchdog - [ 2.033849] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.092067] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.100802] init: - preinit - [ 2.173411] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 2.182679] bcmgenet fd580000.ethernet eth0: Link is Down [ 2.199149] uart-pl011 fe201000.serial: no DMA platform data Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 4.237577] mount_root: mounting /dev/root [ 4.242071] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended [ 4.267977] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled. [ 4.281871] insmod: module is already loaded - fat [ 4.288677] insmod: module is already loaded - vfat [ 4.306508] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 4.317370] urandom-seed: Seeding with /etc/urandom.seed [ 4.390105] procd: - early - [ 4.393126] procd: - watchdog - [ 4.934390] procd: - watchdog - [ 4.940379] procd: - ubus - [ 5.096315] procd: - init - Please press Enter to activate this console. [ 5.241743] kmodloader: loading kernel modules from /etc/modules.d/* [ 5.262380] hid: raw HID events driver (C) Jiri Kosina [ 5.268360] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 5.279515] bcm2835_audio bcm2835_audio: card created with 8 channels [ 5.296931] Loading modules backported from Linux version v6.5-0-g2dde18cd1d8f [ 5.304160] Backport generated by backports.git v5.15.92-1-56-g5fb2ccb6b9e8 [ 5.312165] usbcore: registered new interface driver lan78xx [ 5.321327] usbcore: registered new interface driver usbhid [ 5.326916] usbhid: USB HID core driver [ 5.329310] urngd: v1.0.2 started. BusyBox v1.36.1 (2023-12-21 10:26:35 UTC) built-in sh[ 5.355065] PPP generic driver version 2.4.2 ell (ash) _______ [ 5.362810] NET: Registered PF_PPPOX protocol family ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| [ 5.380688] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 __|_____|__|__||_______[ 5.391885] usbcore: registered new interface driver brcmfmac _||__| |____| [ 5.399441] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2 |__| W I R E L E S S [ 5.413084] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin F R E E D O M -----------------------[ 5.427514] kmodloader: done loading kernel modules from /etc/modules.d/* ------------------------------ OpenWrt SNAPSHOT, r24685-4a2ff73177 ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@(none):/# [ 5.616079] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 5.624118] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jul 29 2022 02:15:20 version 7.45.250 (70e9766 CY) FWID 01-e53e306b root@OpenWrt:/# [ 6.742431] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 6.751239] bcmgenet fd580000.ethernet eth0: Link is Down [ 6.756671] br-lan: port 1(eth0) entered blocking state [ 6.761893] br-lan: port 1(eth0) entered disabled state [ 6.767215] device eth0 entered promiscuous mode root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# Aðßmø/üðßmø/ýðßmø/ÿðßmø/ÿðßmø/ÿðßmø/ÿðßmø/€ðßmø/ÿðßmø/ÿðßmø/Àðßmø/ïðßmø/€ðßmø/pðßmø/øðßmø/ÿðßmø/þðßmø/ÿðßmø/þðßmø/Àðßmø/ÿðßmø/àðßmø/Àðßmø/ððßmø/ÿðßmø/þðßmø/ðßmø/ /bin/ash: üýÿÿÿÿ€ÿÿÀï€pøÿþÿþÀÿàÀðÿþðßmø/: not found root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# root@OpenWrt:/# þþà€
Confirm you are on linux prompt if the console display looks like below
root@OpenWrt:/#
In this section, we will how to do runtime image verification checks
In this section, we will know versions
root@OpenWrt:/# cat /etc/os-release | grep BUILD_ID
BUILD_ID="r24685-4a2ff73177"
Check the linux kernel version using the following command
root@OpenWrt:/# uname -a
Linux OpenWrt 6.1.69 #0 SMP Thu Dec 21 10:26:35 2023 aarch64 GNU/Linux
Check the openwrt version using the following command
root@OpenWrt:/# cat /etc/openwrt_release
DISTRIB_ID="OpenWrt"
DISTRIB_RELEASE="SNAPSHOT"
DISTRIB_REVISION="r24685-4a2ff73177"
DISTRIB_TARGET="bcm27xx/bcm2711"
DISTRIB_ARCH="aarch64_cortex-a72"
DISTRIB_DESCRIPTION="OpenWrt SNAPSHOT r24685-4a2ff73177"
DISTRIB_TAINTS="no-all override"
In this section, we will know binaries loaded
root@OpenWrt:/# lsmod
See the output below
root@OpenWrt:/# lsmod
brcmfmac 262144 1 brcmfmac_wcc
brcmfmac_wcc 16384 0
brcmutil 16384 1 brcmfmac
cfg80211 323584 1 brcmfmac
compat 16384 3 brcmfmac_wcc,brcmfmac,cfg80211
crc_ccitt 16384 1 ppp_async
evdev 24576 0
fat 65536 1 vfat
hid 114688 2 usbhid,hid_generic
hid_generic 16384 0
lan78xx 49152 0
libcrc32c 16384 1 nf_tables
md5 16384 0
microchip 16384 0
nf_conntrack 81920 7 nft_redir,nft_nat,nft_masq,nft_flow_offload,nft_ct,nf_nat,nf_flow_table
nf_defrag_ipv4 16384 1 nf_conntrack
nf_defrag_ipv6 20480 1 nf_conntrack
nf_flow_table 32768 2 nf_flow_table_inet,nft_flow_offload
nf_flow_table_inet 16384 0
nf_log_syslog 20480 0
nf_nat 32768 4 nft_redir,nft_nat,nft_masq,nft_chain_nat
nf_reject_ipv4 16384 2 nft_reject_ipv4,nft_reject_inet
nf_reject_ipv6 16384 2 nft_reject_ipv6,nft_reject_inet
nf_tables 180224157 nft_fib_inet,nf_flow_table_inet,nft_reject_ipv6,nft_reject_ipv4,nft_reject_inet,nft_reject,nft_redir,nft_quota,nft_objref,nft_numgen,nft_nat,nft_masq,nft_log,nft_limit,nft_hash,nft_flow_offload,nft_fib_ipv6,nft_fib_ipv4,nft_fib,nft_ct,nft_chain_nat
nfnetlink 20480 1 nf_tables
nft_chain_nat 16384 2
nft_ct 20480 3
nft_fib 16384 3 nft_fib_inet,nft_fib_ipv6,nft_fib_ipv4
nft_fib_inet 16384 0
nft_fib_ipv4 16384 1 nft_fib_inet
nft_fib_ipv6 16384 1 nft_fib_inet
nft_flow_offload 16384 0
nft_hash 16384 0
nft_limit 16384 5
nft_log 16384 0
nft_masq 16384 1
nft_nat 16384 0
nft_numgen 16384 0
nft_objref 16384 0
nft_quota 16384 0
nft_redir 16384 0
nft_reject 16384 3 nft_reject_ipv6,nft_reject_ipv4,nft_reject_inet
nft_reject_inet 16384 2
nft_reject_ipv4 16384 0
nft_reject_ipv6 16384 0
nls_cp437 20480 1
nls_iso8859_1 16384 1
nls_utf8 16384 0
ppp_async 20480 0
ppp_generic 40960 3 pppoe,ppp_async,pppox
pppoe 24576 0
pppox 16384 1 pppoe
r8169 81920 0
realtek 28672 0
slhc 16384 1 ppp_generic
snd 65536 9 snd_bcm2835,snd_rawmidi,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hwdep,snd_compress,snd_pcm,snd_timer
snd_bcm2835 20480 0
snd_compress 20480 0
snd_hwdep 20480 0
snd_mixer_oss 24576 1 snd_pcm_oss
snd_pcm 90112 3 snd_bcm2835,snd_pcm_oss,snd_compress
snd_pcm_oss 49152 0
snd_rawmidi 40960 0
snd_seq_device 16384 1 snd_rawmidi
snd_timer 32768 1 snd_pcm
soundcore 16384 1 snd
usbhid 36864 0
usbnet 28672 0
vfat 24576 1
root@OpenWrt:/# find / -iname "*.ko"
See the output below
root@OpenWrt:/# find / -iname "*.ko"
/lib/modules/6.1.69/brcmfmac-bca.ko
/lib/modules/6.1.69/brcmfmac-cyw.ko
/lib/modules/6.1.69/brcmfmac-wcc.ko
/lib/modules/6.1.69/brcmfmac.ko
/lib/modules/6.1.69/brcmutil.ko
/lib/modules/6.1.69/cfg80211.ko
/lib/modules/6.1.69/compat.ko
/lib/modules/6.1.69/crc-ccitt.ko
/lib/modules/6.1.69/evdev.ko
/lib/modules/6.1.69/fat.ko
/lib/modules/6.1.69/hid-generic.ko
/lib/modules/6.1.69/hid.ko
/lib/modules/6.1.69/lan78xx.ko
/lib/modules/6.1.69/libcrc32c.ko
/lib/modules/6.1.69/md5.ko
/lib/modules/6.1.69/microchip.ko
/lib/modules/6.1.69/nf_conntrack.ko
/lib/modules/6.1.69/nf_defrag_ipv4.ko
/lib/modules/6.1.69/nf_defrag_ipv6.ko
/lib/modules/6.1.69/nf_flow_table.ko
/lib/modules/6.1.69/nf_flow_table_inet.ko
/lib/modules/6.1.69/nf_log_syslog.ko
/lib/modules/6.1.69/nf_nat.ko
/lib/modules/6.1.69/nf_reject_ipv4.ko
/lib/modules/6.1.69/nf_reject_ipv6.ko
/lib/modules/6.1.69/nf_tables.ko
/lib/modules/6.1.69/nfnetlink.ko
/lib/modules/6.1.69/nft_chain_nat.ko
/lib/modules/6.1.69/nft_ct.ko
/lib/modules/6.1.69/nft_fib.ko
/lib/modules/6.1.69/nft_fib_inet.ko
/lib/modules/6.1.69/nft_fib_ipv4.ko
/lib/modules/6.1.69/nft_fib_ipv6.ko
/lib/modules/6.1.69/nft_flow_offload.ko
/lib/modules/6.1.69/nft_hash.ko
/lib/modules/6.1.69/nft_limit.ko
/lib/modules/6.1.69/nft_log.ko
/lib/modules/6.1.69/nft_masq.ko
/lib/modules/6.1.69/nft_nat.ko
/lib/modules/6.1.69/nft_numgen.ko
/lib/modules/6.1.69/nft_objref.ko
/lib/modules/6.1.69/nft_quota.ko
/lib/modules/6.1.69/nft_redir.ko
/lib/modules/6.1.69/nft_reject.ko
/lib/modules/6.1.69/nft_reject_inet.ko
/lib/modules/6.1.69/nft_reject_ipv4.ko
/lib/modules/6.1.69/nft_reject_ipv6.ko
/lib/modules/6.1.69/nls_cp437.ko
/lib/modules/6.1.69/nls_iso8859-1.ko
/lib/modules/6.1.69/nls_utf8.ko
/lib/modules/6.1.69/ppp_async.ko
/lib/modules/6.1.69/ppp_generic.ko
/lib/modules/6.1.69/pppoe.ko
/lib/modules/6.1.69/pppox.ko
/lib/modules/6.1.69/r8169.ko
/lib/modules/6.1.69/realtek.ko
/lib/modules/6.1.69/slhc.ko
/lib/modules/6.1.69/snd-bcm2835.ko
/lib/modules/6.1.69/snd-compress.ko
/lib/modules/6.1.69/snd-hwdep.ko
/lib/modules/6.1.69/snd-mixer-oss.ko
/lib/modules/6.1.69/snd-pcm-oss.ko
/lib/modules/6.1.69/snd-pcm.ko
/lib/modules/6.1.69/snd-rawmidi.ko
/lib/modules/6.1.69/snd-seq-device.ko
/lib/modules/6.1.69/snd-timer.ko
/lib/modules/6.1.69/snd.ko
/lib/modules/6.1.69/soundcore.ko
/lib/modules/6.1.69/usbhid.ko
/lib/modules/6.1.69/usbnet.ko
/lib/modules/6.1.69/vfat.ko
root@OpenWrt:/# find / -iname "*.so"
See the output below
root@OpenWrt:/# find / -iname "*.so"
/lib/libc.so
/lib/libfstools.so
/lib/libpreload-seccomp.so
/lib/libpreload-trace.so
/lib/libsetlbf.so
/lib/libuci.so
/lib/libustream-ssl.so
/lib/libvalidate.so
/usr/lib/libbcm_host.so
/usr/lib/libdebug_sym.so
/usr/lib/libdtovl.so
/usr/lib/libnftables.so
/usr/lib/libuclient.so
/usr/lib/libudebug.so
/usr/lib/libvchiq_arm.so
/usr/lib/libvcos.so
/usr/lib/libz.so
/usr/lib/pppd/2.4.9/pppoe.so
/usr/lib/ucode/fs.so
/usr/lib/ucode/nl80211.so
/usr/lib/ucode/rtnl.so
/usr/lib/ucode/ubus.so
/usr/lib/ucode/uci.so
/usr/lib/ucode/uloop.so
root@OpenWrt:/# find / -iname "*.a"
See the output below
Static library files not found
root@OpenWrt:/# find / -iname "*.a"
root@OpenWrt:/# find /usr/bin
See the output below
root@OpenWrt:/# find /usr/bin
/usr/bin
/usr/bin/arping
/usr/bin/awk
/usr/bin/basename
/usr/bin/clear
/usr/bin/cmp
/usr/bin/crontab
/usr/bin/cut
/usr/bin/dbclient
/usr/bin/dirname
/usr/bin/dropbearkey
/usr/bin/dtmerge
/usr/bin/dtoverlay
/usr/bin/dtparam
/usr/bin/du
/usr/bin/env
/usr/bin/expr
/usr/bin/file
/usr/bin/find
/usr/bin/flock
/usr/bin/fping
/usr/bin/free
/usr/bin/fwtool
/usr/bin/getrandom
/usr/bin/grep
/usr/bin/head
/usr/bin/helloworld
/usr/bin/hexdump
/usr/bin/id
/usr/bin/iperf
/usr/bin/iperf3
/usr/bin/iwinfo
/usr/bin/jshn
/usr/bin/jsonfilter
/usr/bin/killall
/usr/bin/ldd
/usr/bin/less
/usr/bin/locate
/usr/bin/logger
/usr/bin/md5sum
/usr/bin/mkfifo
/usr/bin/nc
/usr/bin/nslookup
/usr/bin/pgrep
/usr/bin/ping
/usr/bin/ping4
/usr/bin/ping6
/usr/bin/printf
/usr/bin/readlink
/usr/bin/reset
/usr/bin/resize
/usr/bin/scp
/usr/bin/seq
/usr/bin/sha256sum
/usr/bin/signify
/usr/bin/sort
/usr/bin/ssh
/usr/bin/strings
/usr/bin/tail
/usr/bin/taskset
/usr/bin/tcpdump
/usr/bin/tee
/usr/bin/test
/usr/bin/time
/usr/bin/top
/usr/bin/tr
/usr/bin/tvservice
/usr/bin/ucc
/usr/bin/ucode
/usr/bin/uniq
/usr/bin/updatedb
/usr/bin/uptime
/usr/bin/usign
/usr/bin/utpl
/usr/bin/vcgencmd
/usr/bin/vcmailbox
/usr/bin/wc
/usr/bin/wget
/usr/bin/which
/usr/bin/xargs
/usr/bin/yes
root@OpenWrt:/# find /usr/sbin
See the output below
root@OpenWrt:/# find /usr/sbin
/usr/sbin
/usr/sbin/addpart
/usr/sbin/brctl
/usr/sbin/chroot
/usr/sbin/crond
/usr/sbin/delpart
/usr/sbin/dnsmasq
/usr/sbin/dropbear
/usr/sbin/e2fsck
/usr/sbin/ethtool
/usr/sbin/fdisk
/usr/sbin/fsck.ext2
/usr/sbin/fsck.ext3
/usr/sbin/fsck.ext4
/usr/sbin/hostapd
/usr/sbin/hostapd-radius
/usr/sbin/hostapd_cli
/usr/sbin/iw
/usr/sbin/iwconfig
/usr/sbin/iwlist
/usr/sbin/iwpriv
/usr/sbin/mke2fs
/usr/sbin/mkfs.ext2
/usr/sbin/mkfs.ext3
/usr/sbin/mkfs.ext4
/usr/sbin/mkfs.f2fs
/usr/sbin/nft
/usr/sbin/ntpd
/usr/sbin/odhcp6c
/usr/sbin/odhcpd
/usr/sbin/partx
/usr/sbin/pppd
/usr/sbin/wpa_cli
/usr/sbin/wpa_supplicant
root@OpenWrt:/# cd bin
See the output below
root@OpenWrt:/# ls -l bin
lrwxrwxrwx 1 root root 7 Dec 21 10:26 ash -> busybox
-rwxr-xr-x 1 root root 458773 Dec 21 10:26 busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 cat -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 chgrp -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 chmod -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 chown -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 cp -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 date -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 dd -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 df -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 dmesg -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 echo -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 egrep -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 false -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 fgrep -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 fsync -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 grep -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 gunzip -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 gzip -> busybox
-rwxrwxr-x 1 root root 2953 Dec 21 10:26 ipcalc.sh
lrwxrwxrwx 1 root root 7 Dec 21 10:26 kill -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 ln -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 lock -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 login -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 ls -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 mkdir -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 mknod -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 mktemp -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 mount -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 mv -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 netmsg -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 netstat -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 nice -> busybox
-rwxr-xr-x 1 root root 200187 Dec 21 10:26 opkg
lrwxrwxrwx 1 root root 7 Dec 21 10:26 passwd -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 pidof -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 ping -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 ping6 -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 ps -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 pwd -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 rm -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 rmdir -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 sed -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 sh -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 sleep -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 sync -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 tar -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 touch -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 traceroute -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 traceroute6 -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 true -> busybox
-rwxr-xr-x 1 root root 65552 Dec 21 10:26 ubus
-rwxr-xr-x 1 root root 65564 Dec 21 10:26 uclient-fetch
lrwxrwxrwx 1 root root 7 Dec 21 10:26 umount -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 uname -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 vi -> busybox
lrwxrwxrwx 1 root root 7 Dec 21 10:26 zcat -> busybox
root@OpenWrt:/# cd sbin
See the output below
root@OpenWrt:/# ls -l sbin/
-rwxr-xr-x 1 root root 65539 Dec 21 10:26 askfirst
-rw-r--r-- 1 root root 0 Dec 21 10:50 busybox
lrwxrwxrwx 1 root root 3 Dec 21 10:26 fw3 -> fw4
lrwxrwxrwx 1 root root 14 Dec 21 10:26 halt -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Dec 21 10:26 hwclock -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Dec 21 10:26 ifconfig -> ../bin/busybox
lrwxrwxrwx 1 root root 4 Dec 21 10:26 ifdown -> ifup
-rwxr-xr-x 1 root root 65801 Dec 21 10:26 init
lrwxrwxrwx 1 root root 16 Dec 21 10:26 insmod -> /sbin/kmodloader
lrwxrwxrwx 1 root root 14 Dec 21 10:26 ip -> ../bin/busybox
lrwxrwxrwx 1 root root 10 Dec 21 10:26 jffs2mark -> jffs2reset
-rwxr-xr-x 1 root root 65499 Dec 21 10:26 jffs2reset
-rwxr-xr-x 1 root root 65603 Dec 21 10:26 kmodloader
-rwxr-xr-x 1 root root 66057 Dec 21 10:26 logd
-rwxr-xr-x 1 root root 65545 Dec 21 10:26 logread
lrwxrwxrwx 1 root root 16 Dec 21 10:26 lsmod -> /sbin/kmodloader
lrwxrwxrwx 1 root root 14 Dec 21 10:26 mkswap -> ../bin/busybox
lrwxrwxrwx 1 root root 16 Dec 21 10:26 modinfo -> /sbin/kmodloader
lrwxrwxrwx 1 root root 16 Dec 21 10:26 modprobe -> /sbin/kmodloader
-rwxr-xr-x 1 root root 65499 Dec 21 10:26 mount_root
-rwxr-xr-x 1 root root 65564 Dec 21 10:26 mtd
-rwxr-xr-x 1 root root 265899 Dec 21 10:26 netifd
lrwxrwxrwx 1 root root 14 Dec 21 10:26 pivot_root -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Dec 21 10:26 poweroff -> ../bin/busybox
-rwxr-xr-x 1 root root 134465 Dec 21 10:26 procd
lrwxrwxrwx 1 root root 14 Dec 21 10:26 reboot -> ../bin/busybox
lrwxrwxrwx 1 root root 16 Dec 21 10:26 rmmod -> /sbin/kmodloader
lrwxrwxrwx 1 root root 14 Dec 21 10:26 route -> ../bin/busybox
lrwxrwxrwx 1 root root 6 Dec 21 10:26 seccomp-trace -> utrace
lrwxrwxrwx 1 root root 14 Dec 21 10:26 start-stop-daemon -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Dec 21 10:26 swapoff -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Dec 21 10:26 swapon -> ../bin/busybox
-rwxr-xr-x 1 root root 65811 Dec 21 10:26 swconfig
lrwxrwxrwx 1 root root 14 Dec 21 10:26 switch_root -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Dec 21 10:26 sysctl -> ../bin/busybox
-rwxr-xr-x 1 root root 65706 Dec 21 10:26 ubusd
-rwxr-xr-x 1 root root 65547 Dec 21 10:26 uci
-rwxr-xr-x 1 root root 65539 Dec 21 10:26 udevtrigger
lrwxrwxrwx 1 root root 14 Dec 21 10:26 udhcpc -> ../bin/busybox
-rwxr-xr-x 1 root root 132153 Dec 21 10:26 ujail
-rwxr-xr-x 1 root root 65549 Dec 21 10:26 upgraded
-rwxrwxr-x 1 root root 397 Dec 21 10:26 urandom_seed
-rwxr-xr-x 1 root root 65499 Dec 21 10:26 urngd
-rwxr-xr-x 1 root root 65539 Dec 21 10:26 utrace
-rwxr-xr-x 1 root root 65499 Dec 21 10:26 validate_data
-rwxrwxr-x 1 root root 5370 Dec 21 10:26 wifi
In this section, we will know the list of threads
ps: Displays information about a selection of the active processes
root@OpenWrt:/# ps
See the output below
root@OpenWrt:/# ps
PID USER VSZ STAT COMMAND
1 root 2264 S /sbin/procd
2 root 0 SW [kthreadd]
3 root 0 IW< [rcu_gp]
4 root 0 IW< [rcu_par_gp]
5 root 0 IW< [slub_flushwq]
6 root 0 IW< [netns]
7 root 0 IW [kworker/0:0-rcu]
8 root 0 IW< [kworker/0:0H-ev]
9 root 0 IW [kworker/u8:0-ev]
10 root 0 IW< [mm_percpu_wq]
11 root 0 IW [rcu_tasks_trace]
12 root 0 SW [ksoftirqd/0]
13 root 0 IW [rcu_sched]
14 root 0 SW [migration/0]
15 root 0 SW [cpuhp/0]
16 root 0 SW [cpuhp/1]
17 root 0 SW [migration/1]
18 root 0 SW [ksoftirqd/1]
19 root 0 IW [kworker/1:0-eve]
20 root 0 IW< [kworker/1:0H-ev]
21 root 0 SW [cpuhp/2]
22 root 0 SW [migration/2]
23 root 0 SW [ksoftirqd/2]
24 root 0 IW [kworker/2:0-eve]
25 root 0 IW< [kworker/2:0H-ev]
26 root 0 SW [cpuhp/3]
27 root 0 SW [migration/3]
28 root 0 SW [ksoftirqd/3]
29 root 0 IW [kworker/3:0-eve]
30 root 0 IW< [kworker/3:0H-ev]
31 root 0 IW< [inet_frag_wq]
32 root 0 IW [kworker/0:1-eve]
33 root 0 IW [kworker/0:2-eve]
34 root 0 SW [oom_reaper]
35 root 0 IW< [writeback]
36 root 0 SW [kcompactd0]
37 root 0 IW< [pencrypt_serial]
38 root 0 IW< [pdecrypt_serial]
39 root 0 IW< [cryptd]
40 root 0 IW< [kblockd]
41 root 0 IW< [blkcg_punt_bio]
42 root 0 SW [watchdogd]
43 root 0 IW [kworker/3:1-eve]
44 root 0 IW [kworker/u8:1-ev]
45 root 0 IW< [kworker/0:1H-kb]
46 root 0 SW [kswapd0]
47 root 0 IW< [kthrotld]
48 root 0 IW [kworker/0:3-eve]
49 root 0 SW [irq/26-aerdrv]
50 root 0 SW [hwrng]
52 root 0 IW< [DWC Notificatio]
53 root 0 IW< [uas]
54 root 0 IW [kworker/u8:2-ev]
55 root 0 IW [kworker/1:1-rcu]
56 root 0 IW [kworker/1:2-eve]
57 root 0 IW [kworker/0:4-eve]
58 root 0 SW< [vchiq-slot/0]
59 root 0 SW< [vchiq-recy/0]
60 root 0 SW< [vchiq-sync/0]
61 root 0 IW< [mld]
62 root 0 IW< [ipv6_addrconf]
63 root 0 IW< [kworker/u9:0-br]
101 root 0 IW [kworker/2:1-eve]
102 root 0 IW [kworker/1:3-eve]
103 root 0 IW [kworker/1:4-eve]
104 root 0 IW [kworker/1:5-eve]
105 root 0 IW [kworker/1:6-rcu]
106 root 0 IW< [sdhci]
107 root 0 SW [irq/30-mmc0]
108 root 0 IW< [mmc_complete]
109 root 0 IW< [ext4-rsv-conver]
111 root 0 IW [kworker/3:2-eve]
118 root 0 IW< [kworker/2:1H-kb]
168 root 0 IW< [kworker/3:1H-kb]
181 root 0 IW [kworker/2:2-mm_]
187 ubus 1428 S /sbin/ubusd
188 root 0 IW< [kworker/1:1H-kb]
189 root 1328 S /bin/ash --login
190 root 908 S /sbin/askfirst /usr/libexec/login.sh
225 root 1064 S /sbin/urngd
280 root 0 SW [vchiq-keep/0]
283 root 0 IW< [cfg80211]
284 root 0 IW< [brcmf_wq/mmc1:0]
285 root 0 SW [brcmf_wdog/mmc1]
377 root 0 IW< [kworker/u9:1]
423 logd 1976 S /sbin/logd -S 64
650 root 1108 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
754 root 2828 S {hostapd} /sbin/ujail -t 5 -n hostapd -U network -G
755 root 2828 S {wpa_supplicant} /sbin/ujail -t 5 -n wpa_supplicant
809 network 3900 S /usr/sbin/hostapd -s -g /var/run/hostapd/global
810 network 3892 S /usr/sbin/wpa_supplicant -n -s -g /var/run/wpa_suppl
814 root 0 IW< [kworker/0:2H]
821 root 2596 S /sbin/netifd
824 root 0 IW< [kworker/2:2H]
990 root 1588 S /usr/sbin/odhcpd
1213 root 2828 S {ntpd} /sbin/ujail -t 5 -n ntpd -U ntp -G ntp -C /et
1285 ntp 1316 S /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.
1489 root 2828 S {dnsmasq} /sbin/ujail -t 5 -n dnsmasq -u -l -r /bin/
1526 dnsmasq 1628 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
1528 root 1324 R ps
TODO
TODO
TODO
root@OpenWrt:/# top
See the full output below
top - 16:55:07 up 4 days, 3:43, 1 user, load average: 0.19, 0.50, 0.74
Tasks: 347 total, 1 running, 346 sleeping, 0 stopped, 0 zombie
%Cpu(s): 2.1 us, 2.1 sy, 0.0 ni, 95.7 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 7720.4 total, 2191.2 free, 2765.4 used, 2763.7 buff/cache
MiB Swap: 2048.0 total, 1166.2 free, 881.8 used. 4132.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
22288 test 20 0 13344 4352 3328 R 12.5 0.1 0:00.02 top
2737 test 20 0 32.4g 128240 101124 S 6.2 1.6 10:26.18 chrome
3280 test 20 0 589112 81040 45300 S 6.2 1.0 15:01.16 gnome-terminal-
1 root 20 0 168272 12708 7908 S 0.0 0.2 0:06.08 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.12 kthreadd
3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp
5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 slub_flushwq
6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns
8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/0:0H-events_highpri
11 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq
12 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tasks_kthread
13 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tasks_rude_kthread
14 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tasks_trace_kthread
15 root 20 0 0 0 0 S 0.0 0.0 0:01.27 ksoftirqd/0
16 root 20 0 0 0 0 I 0.0 0.0 1:04.92 rcu_preempt
17 root rt 0 0 0 0 S 0.0 0.0 0:00.50 migration/0
18 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/0
19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
21 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/1
22 root rt 0 0 0 0 S 0.0 0.0 0:00.65 migration/1
23 root 20 0 0 0 0 S 0.0 0.0 0:00.71 ksoftirqd/1
25 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/1:0H-events_highpri
26 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
27 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/2
28 root rt 0 0 0 0 S 0.0 0.0 0:00.66 migration/2
29 root 20 0 0 0 0 S 0.0 0.0 0:00.78 ksoftirqd/2
31 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/2:0H-events_highpri
32 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
33 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/3
34 root rt 0 0 0 0 S 0.0 0.0 0:00.67 migration/3
35 root 20 0 0 0 0 S 0.0 0.0 0:00.73 ksoftirqd/3
37 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/3:0H-events_highpri
38 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/4
40 root rt 0 0 0 0 S 0.0 0.0 0:00.66 migration/4
41 root 20 0 0 0 0 S 0.0 0.0 1:05.29 ksoftirqd/4
43 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/4:0H-events_highpri
44 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
45 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_inject/5
46 root rt 0 0 0 0 S 0.0 0.0 0:00.63 migration/5
47 root 20 0 0 0 0 S 0.0 0.0 0:00.61 ksoftirqd/5
TODO
In this section, we will know the file systems and partitions
root@OpenWrt:/# mount
See the full output below
/dev/root on / type ext4 (rw,noatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/mmcblk0p1 on /boot type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /dev type tmpfs (rw,nosuid,noexec,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,noatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
bpffs on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,noatime,mode=700)
root@OpenWrt:/# fdisk -l
See the full output below
root@OpenWrt:/# fdisk -l
Disk /dev/ram0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram2: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram3: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram4: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram5: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram6: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram7: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram8: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram9: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram10: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram11: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram12: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram13: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram14: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram15: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mmcblk0: 14.84 GiB, 15931539456 bytes, 31116288 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5452574f
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 8192 139263 131072 64M c W95 FAT32 (LBA)
/dev/mmcblk0p2 147456 360447 212992 104M 83 Linux
In this section, we will know RAM usage
root@OpenWrt:/# free
total used free shared buff/cache available
Mem: 3892552 43880 3830560 140 18112 3803272
Swap: 0 0 0
In this section, we will know Network Interfaces
root@OpenWrt:/# ifconfig -a
br-lan Link encap:Ethernet HWaddr E4:5F:01:3C:F4:21
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fddb:1aa5:ff14::1/60 Scope:Global
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr E4:5F:01:3C:F4:21
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:320 errors:0 dropped:0 overruns:0 frame:0
TX packets:320 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:24960 (24.3 KiB) TX bytes:24960 (24.3 KiB)
wlan0 Link encap:Ethernet HWaddr E4:5F:01:3C:F4:22
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@OpenWrt:/# iw dev
phy#0
Interface wlan0
ifindex 3
wdev 0x1
addr e4:5f:01:3c:f4:22
type managed
channel 34 (5170 MHz), width: 20 MHz, center1: 5170 MHz
root@OpenWrt:/# iwconfig lo no wireless extensions. eth0 no wireless extensions. wlan0 no wireless extensions. br-lan no wireless extensions.
See the full output below
iwconfig is not supported in this RPI 4b version