I'm trying to connect a stack of Raspberry Pi Zero's (50) through a network switch. I'm using an USB ethernet adapter (10/100 Mbit Realtek 8152 based). Most Zero's appear to function fine everytime, but some Pis randomly don't start up well. I don't think it's a power problem, there is sufficient supply with good cabling. I have also not measured voltage drops.
I checked dmesg while it started up well, and I also logged dmesg when the startup was not successful (and the Pi didn't come online). I will post both logs. The problem seems to be:
Code: Select all
[ 6.230723] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.402937] Indeed it is in host mode hprt0 = 00001101
[ 6.962886] usb 1-1: device descriptor read/64, error -110
[ 7.080689] systemd-journald[90]: Received request to flush runtime journal from PID 1
[ 7.083584] Indeed it is in host mode hprt0 = 00001101
[ 7.179077] systemd-journald[90]: File /var/log/journal/a12446eedc8043cc8785fac14a26c632/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 7.542844] usb 1-1: device descriptor read/64, error -71
[ 7.663107] Indeed it is in host mode hprt0 = 00001101
[ 8.102837] usb 1-1: new high-speed USB device number 3 using dwc_otg
Code: Select all
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.59+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #1047 Sun Oct 29 11:47:10 GMT 2017
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] OF: fdt:Machine model: Raspberry Pi Zero Rev 1.3
[ 0.000000] cma: Reserved 8 MiB at 0x17400000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 98304
[ 0.000000] free_area_init_node: node 0, pgdat c0914e10, node_mem_map d7c8be00
[ 0.000000] Normal zone: 864 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 98304 pages, LIFO batch:31
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 97440
[ 0.000000] Kernel command line: bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 usbcore.use_both_schemes=Y dwc_otg.dma_enable=1 dwc_otg.dma_burst_size=256 smsc95xx.turbo_mode=N console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 370984K/393216K available (5950K kernel code, 491K rwdata, 1948K rodata, 396K init, 725K bss, 14040K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xd8800000 - 0xff800000 ( 624 MB)
lowmem : 0xc0000000 - 0xd8000000 ( 384 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc05d7a48 (5951 kB)
.init : 0xc0841000 - 0xc08a4000 ( 396 kB)
.data : 0xc08a4000 - 0xc091ef48 ( 492 kB)
.bss : 0xc091ef48 - 0xc09d4648 ( 726 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000032] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000063] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000157] bcm2835: system timer (irq = 27)
[ 0.000616] Console: colour dummy device 80x30
[ 0.000641] console [tty1] enabled
[ 0.000667] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[ 0.060316] pid_max: default: 32768 minimum: 301
[ 0.060743] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.060760] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.062007] Disabling memory control group subsystem
[ 0.062146] CPU: Testing write buffer coherency: ok
[ 0.062202] ftrace: allocating 21715 entries in 64 pages
[ 0.180461] Setting up static identity map for 0x8200 - 0x8238
[ 0.182444] devtmpfs: initialized
[ 0.192426] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[ 0.192860] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.192887] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.194173] pinctrl core: initialized pinctrl subsystem
[ 0.195599] NET: Registered protocol family 16
[ 0.198258] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.208044] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.208061] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.208163] Serial: AMBA PL011 UART driver
[ 0.211060] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[ 0.261666] bcm2835-dma 20007000.dma: DMA legacy API manager at d880d000, dmachans=0x1
[ 0.264329] SCSI subsystem initialized
[ 0.264591] usbcore: registered new interface driver usbfs
[ 0.264709] usbcore: registered new interface driver hub
[ 0.264903] usbcore: registered new device driver usb
[ 0.270543] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-10-24 17:13
[ 0.272673] clocksource: Switched to clocksource timer
[ 0.326791] VFS: Disk quotas dquot_6.6.0
[ 0.326912] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.327232] FS-Cache: Loaded
[ 0.327575] CacheFiles: Loaded
[ 0.346970] NET: Registered protocol family 2
[ 0.348315] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.348406] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.348500] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.348600] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.348627] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.348941] NET: Registered protocol family 1
[ 0.349679] RPC: Registered named UNIX socket transport module.
[ 0.349690] RPC: Registered udp transport module.
[ 0.349695] RPC: Registered tcp transport module.
[ 0.349700] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.351068] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[ 0.353599] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.374280] FS-Cache: Netfs 'nfs' registered for caching
[ 0.376039] NFS: Registering the id_resolver key type
[ 0.376085] Key type id_resolver registered
[ 0.376092] Key type id_legacy registered
[ 0.380551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.380915] io scheduler noop registered
[ 0.380928] io scheduler deadline registered (default)
[ 0.381397] io scheduler cfq registered
[ 0.387398] BCM2708FB: allocated DMA memory 57500000
[ 0.387457] BCM2708FB: allocated DMA channel 0 @ d880d000
[ 0.432246] Console: switching to colour frame buffer device 228x61
[ 0.468972] bcm2835-rng 20104000.rng: hwrng registered
[ 0.469159] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 0.470230] vc-sm: Videocore shared memory driver
[ 0.497862] brd: module loaded
[ 0.511643] loop: module loaded
[ 0.511669] Loading iSCSI transport class v2.0-870.
[ 0.512813] usbcore: registered new interface driver smsc95xx
[ 0.512849] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.741376] Core Release: 2.80a
[ 0.741407] Setting default values for core params
[ 0.741455] Finished setting default values for core params
[ 0.942010] Using Buffer DMA mode
[ 0.942026] Periodic Transfer Interrupt Enhancement - disabled
[ 0.942031] Multiprocessor Interrupt Enhancement - disabled
[ 0.942043] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.942148] Dedicated Tx FIFOs mode
[ 0.943015] WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xd7514000 dma = 0x57514000 len=9024
[ 0.943047] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.943060] dwc_otg: Microframe scheduler enabled
[ 0.943160] WARN::hcd_init_fiq:459: FIQ on core 0 at 0xc0451694
[ 0.943175] WARN::hcd_init_fiq:460: FIQ ASM at 0xc0451970 length 36
[ 0.943204] WARN::hcd_init_fiq:486: MPHI regs_base at 0xd88a5000
[ 0.943286] dwc_otg 20980000.usb: DWC OTG Controller
[ 0.943358] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
[ 0.943488] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
[ 0.943548] Init: Port Power? op_state=1
[ 0.943554] Init: Power Port (0)
[ 0.944009] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.944028] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.944041] usb usb1: Product: DWC OTG Controller
[ 0.944053] usb usb1: Manufacturer: Linux 4.9.59+ dwc_otg_hcd
[ 0.944063] usb usb1: SerialNumber: 20980000.usb
[ 0.945386] hub 1-0:1.0: USB hub found
[ 0.945493] hub 1-0:1.0: 1 port detected
[ 0.946591] dwc_otg: FIQ enabled
[ 0.946604] dwc_otg: NAK holdoff enabled
[ 0.946611] dwc_otg: FIQ split-transaction FSM enabled
[ 0.946634] Module dwc_common_port init
[ 0.947214] usbcore: registered new interface driver usb-storage
[ 0.947738] mousedev: PS/2 mouse device common for all mice
[ 0.949669] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.950243] bcm2835-cpufreq: min=700000 max=1000000
[ 0.950939] sdhci: Secure Digital Host Controller Interface driver
[ 0.950948] sdhci: Copyright(c) Pierre Ossman
[ 0.951474] sdhost-bcm2835 20202000.sdhost: could not get clk, deferring probe
[ 0.951827] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.952762] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.952998] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.953303] usbcore: registered new interface driver usbhid
[ 0.953313] usbhid: USB HID core driver
[ 0.954651] vchiq: vchiq_init_state: slot_zero = 0xd7580000, is_master = 0
[ 0.956553] [vc_sm_connected_init]: start
[ 0.967556] [vc_sm_connected_init]: end - returning 0
[ 0.968115] Initializing XFRM netlink socket
[ 0.968160] NET: Registered protocol family 17
[ 0.968341] Key type dns_resolver registered
[ 0.970569] registered taskstats version 1
[ 0.978490] uart-pl011 20201000.serial: cts_event_workaround enabled
[ 0.978643] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[ 0.978756] console [ttyAMA0] enabled
[ 0.981554] sdhost: log_buf @ d7513000 (57513000)
[ 1.052768] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 1.052998] of_cfs_init
[ 1.053140] of_cfs_init: OK
[ 1.054210] Waiting for root device /dev/mmcblk0p2...
[ 1.084682] random: fast init done
[ 1.162988] Indeed it is in host mode hprt0 = 00021501
[ 1.232854] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.236831] mmc0: new high speed SDHC card at address aaaa
[ 1.238187] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
[ 1.240693] mmcblk0: p1 p2
[ 1.360268] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.360415] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.361732] devtmpfs: mounted
[ 1.363405] Freeing unused kernel memory: 396K
[ 1.363418] This architecture does not have kernel memory protection.
[ 1.363476] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.363785] Indeed it is in host mode hprt0 = 00001101
[ 1.595054] usb 1-1: New USB device found, idVendor=0bda, idProduct=8152
[ 1.595107] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.595121] usb 1-1: Product: USB 10/100 LAN
[ 1.595132] usb 1-1: Manufacturer: Realtek
[ 1.595141] usb 1-1: SerialNumber: 00E04C36000E
[ 1.958877] systemd[1]: System time before build time, advancing clock.
[ 2.122444] NET: Registered protocol family 10
[ 2.140561] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.193272] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 2.194774] systemd[1]: Detected architecture arm.
[ 2.207944] systemd[1]: Set hostname to <MX9>.
[ 2.618597] uart-pl011 20201000.serial: no DMA platform data
[ 3.418644] systemd[1]: Listening on udev Kernel Socket.
[ 3.420378] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.421218] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 3.422046] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.424251] systemd[1]: Created slice System Slice.
[ 3.426322] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 3.429841] systemd[1]: Created slice system-autologin.slice.
[ 3.826562] random: crng init done
[ 3.880920] i2c /dev entries driver
[ 6.142868] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.873763] systemd-journald[99]: Received request to flush runtime journal from PID 1
[ 6.902184] systemd-journald[99]: File /var/log/journal/a12446eedc8043cc8785fac14a26c632/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 9.942971] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[ 11.975841] Indeed it is in host mode hprt0 = 00001101
[ 12.038234] usbcore: registered new interface driver r8152
[ 12.046755] usbcore: registered new interface driver cdc_ether
[ 12.372884] usb 1-1: reset high-speed USB device number 2 using dwc_otg
[ 12.373376] Indeed it is in host mode hprt0 = 00001101
[ 13.006050] r8152 1-1:1.0 eth0: v1.08.8
[ 20.209036] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 20.228791] r8152 1-1:1.0 eth0: carrier on
[ 20.229966] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 20.334668] IPv6: eth0: IPv6 duplicate address fd51:42f8:caae:d92e::ff detected!
[ 21.844597] IPv6: eth0: IPv6 duplicate address fd51:42f8:caae:d92e::ff detected!
[ 23.583479] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
[ 44.895520] r8152 1-1:1.0 eth0: Rx status -71
[ 44.895668] r8152 1-1:1.0 eth0: Rx status -71
[ 45.133263] usb usb1-port1: disabled by hub (EMI?), re-enabling...
[ 45.133309] usb 1-1: USB disconnect, device number 2
[ 45.363042] Indeed it is in host mode hprt0 = 00001101
[ 45.632895] usb 1-1: new high-speed USB device number 3 using dwc_otg
[ 45.633261] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 45.633294] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 45.633326] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 45.633398] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 45.633427] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 45.633458] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 45.633527] Indeed it is in host mode hprt0 = 00001101
[ 45.972923] usb 1-1: device descriptor read/64, error -71
[ 46.093491] Indeed it is in host mode hprt0 = 00001101
[ 46.402922] usb 1-1: device descriptor read/64, error -71
[ 46.523282] Indeed it is in host mode hprt0 = 00001101
[ 46.872867] usb 1-1: new high-speed USB device number 4 using dwc_otg
[ 46.873559] Indeed it is in host mode hprt0 = 00001101
[ 47.182943] usb 1-1: device descriptor read/64, error -71
[ 47.303527] Indeed it is in host mode hprt0 = 00001101
[ 47.532914] usb 1-1: device descriptor read/64, error -71
[ 47.653134] Indeed it is in host mode hprt0 = 00001101
[ 47.872908] usb 1-1: new high-speed USB device number 5 using dwc_otg
[ 48.313006] usb 1-1: device not accepting address 5, error -71
[ 48.313266] Indeed it is in host mode hprt0 = 00001101
[ 48.552869] usb 1-1: new high-speed USB device number 6 using dwc_otg
[ 48.553010] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 48.553045] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 48.772856] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 48.772897] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 48.772924] NYET/NAK/ACK/other in non-error case, 0x00000002
[ 48.992905] usb 1-1: device not accepting address 6, error -71
[ 48.993091] usb usb1-port1: unable to enumerate USB device
[ 50.978630] usbcore: deregistering interface driver r8152
[ 52.583107] Indeed it is in host mode hprt0 = 00041901
[ 52.852891] usb 1-1: new low-speed USB device number 7 using dwc_otg
[ 52.854325] Indeed it is in host mode hprt0 = 00041901
[ 53.078682] usbcore: registered new interface driver r8152
[ 53.161434] usb 1-1: New USB device found, idVendor=413c, idProduct=2107
[ 53.161456] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 53.161464] usb 1-1: Product: Dell USB Entry Keyboard
[ 53.161472] usb 1-1: Manufacturer: Dell
[ 53.216818] input: Dell Dell USB Entry Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.0/0003:413C:2107.0001/input/input0
[ 53.290346] hid-generic 0003:413C:2107.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-20980000.usb-1/input0
[ 69.290365] usbcore: deregistering interface driver r8152
[ 69.383263] usb 1-1: USB disconnect, device number 7
[ 71.083209] Indeed it is in host mode hprt0 = 00041901
[ 71.352903] usb 1-1: new low-speed USB device number 8 using dwc_otg
[ 71.357907] Indeed it is in host mode hprt0 = 00041901
[ 71.493093] usbcore: registered new interface driver r8152
[ 71.671111] usb 1-1: New USB device found, idVendor=413c, idProduct=2107
[ 71.671134] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 71.671141] usb 1-1: Product: Dell USB Entry Keyboard
[ 71.671148] usb 1-1: Manufacturer: Dell
[ 71.727795] input: Dell Dell USB Entry Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.0/0003:413C:2107.0002/input/input1
[ 71.799253] hid-generic 0003:413C:2107.0002: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-20980000.usb-1/input0
Code: Select all
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.59+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #1047 Sun Oct 29 11:47:10 GMT 2017
[ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] OF: fdt:Machine model: Raspberry Pi Zero Rev 1.3
[ 0.000000] cma: Reserved 8 MiB at 0x17400000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 98304
[ 0.000000] free_area_init_node: node 0, pgdat c0914e10, node_mem_map d7c8be00
[ 0.000000] Normal zone: 864 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 98304 pages, LIFO batch:31
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 97440
[ 0.000000] Kernel command line: bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 usbcore.use_both_schemes=Y dwc_otg.dma_enable=1 dwc_otg.dma_burst_size=256 smsc95xx.turbo_mode=N console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 370984K/393216K available (5950K kernel code, 491K rwdata, 1948K rodata, 396K init, 725K bss, 14040K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xd8800000 - 0xff800000 ( 624 MB)
lowmem : 0xc0000000 - 0xd8000000 ( 384 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc05d7a48 (5951 kB)
.init : 0xc0841000 - 0xc08a4000 ( 396 kB)
.data : 0xc08a4000 - 0xc091ef48 ( 492 kB)
.bss : 0xc091ef48 - 0xc09d4648 ( 726 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000032] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000063] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000157] bcm2835: system timer (irq = 27)
[ 0.000617] Console: colour dummy device 80x30
[ 0.000642] console [tty1] enabled
[ 0.000667] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[ 0.060323] pid_max: default: 32768 minimum: 301
[ 0.060749] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.060767] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.062013] Disabling memory control group subsystem
[ 0.062151] CPU: Testing write buffer coherency: ok
[ 0.062208] ftrace: allocating 21715 entries in 64 pages
[ 0.180450] Setting up static identity map for 0x8200 - 0x8238
[ 0.182425] devtmpfs: initialized
[ 0.192413] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[ 0.192845] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.192871] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.194158] pinctrl core: initialized pinctrl subsystem
[ 0.195586] NET: Registered protocol family 16
[ 0.198242] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.208037] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.208053] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.208155] Serial: AMBA PL011 UART driver
[ 0.211048] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[ 0.261620] bcm2835-dma 20007000.dma: DMA legacy API manager at d880d000, dmachans=0x1
[ 0.264272] SCSI subsystem initialized
[ 0.264538] usbcore: registered new interface driver usbfs
[ 0.264656] usbcore: registered new interface driver hub
[ 0.264850] usbcore: registered new device driver usb
[ 0.270529] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-10-24 17:13
[ 0.272661] clocksource: Switched to clocksource timer
[ 0.326768] VFS: Disk quotas dquot_6.6.0
[ 0.326888] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.327209] FS-Cache: Loaded
[ 0.327550] CacheFiles: Loaded
[ 0.346934] NET: Registered protocol family 2
[ 0.348277] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.348367] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.348463] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.348562] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.348589] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.348898] NET: Registered protocol family 1
[ 0.349641] RPC: Registered named UNIX socket transport module.
[ 0.349653] RPC: Registered udp transport module.
[ 0.349658] RPC: Registered tcp transport module.
[ 0.349663] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.351031] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[ 0.353543] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.374227] FS-Cache: Netfs 'nfs' registered for caching
[ 0.375992] NFS: Registering the id_resolver key type
[ 0.376038] Key type id_resolver registered
[ 0.376045] Key type id_legacy registered
[ 0.380513] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.380880] io scheduler noop registered
[ 0.380894] io scheduler deadline registered (default)
[ 0.381363] io scheduler cfq registered
[ 0.387367] BCM2708FB: allocated DMA memory 57500000
[ 0.387427] BCM2708FB: allocated DMA channel 0 @ d880d000
[ 0.432388] Console: switching to colour frame buffer device 228x61
[ 0.469137] bcm2835-rng 20104000.rng: hwrng registered
[ 0.469323] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 0.470268] vc-sm: Videocore shared memory driver
[ 0.497993] brd: module loaded
[ 0.511833] loop: module loaded
[ 0.511859] Loading iSCSI transport class v2.0-870.
[ 0.513015] usbcore: registered new interface driver smsc95xx
[ 0.513048] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.741590] Core Release: 2.80a
[ 0.741621] Setting default values for core params
[ 0.741667] Finished setting default values for core params
[ 0.942233] Using Buffer DMA mode
[ 0.942249] Periodic Transfer Interrupt Enhancement - disabled
[ 0.942256] Multiprocessor Interrupt Enhancement - disabled
[ 0.942265] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.942372] Dedicated Tx FIFOs mode
[ 0.943220] WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xd7514000 dma = 0x57514000 len=9024
[ 0.943253] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.943266] dwc_otg: Microframe scheduler enabled
[ 0.943365] WARN::hcd_init_fiq:459: FIQ on core 0 at 0xc0451694
[ 0.943380] WARN::hcd_init_fiq:460: FIQ ASM at 0xc0451970 length 36
[ 0.943409] WARN::hcd_init_fiq:486: MPHI regs_base at 0xd88a5000
[ 0.943489] dwc_otg 20980000.usb: DWC OTG Controller
[ 0.943561] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
[ 0.943685] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
[ 0.943747] Init: Port Power? op_state=1
[ 0.943754] Init: Power Port (0)
[ 0.944206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.944227] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.944240] usb usb1: Product: DWC OTG Controller
[ 0.944249] usb usb1: Manufacturer: Linux 4.9.59+ dwc_otg_hcd
[ 0.944260] usb usb1: SerialNumber: 20980000.usb
[ 0.945580] hub 1-0:1.0: USB hub found
[ 0.945687] hub 1-0:1.0: 1 port detected
[ 0.946779] dwc_otg: FIQ enabled
[ 0.946792] dwc_otg: NAK holdoff enabled
[ 0.946798] dwc_otg: FIQ split-transaction FSM enabled
[ 0.946822] Module dwc_common_port init
[ 0.947401] usbcore: registered new interface driver usb-storage
[ 0.947919] mousedev: PS/2 mouse device common for all mice
[ 0.949859] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.950402] bcm2835-cpufreq: min=700000 max=1000000
[ 0.951090] sdhci: Secure Digital Host Controller Interface driver
[ 0.951101] sdhci: Copyright(c) Pierre Ossman
[ 0.951623] sdhost-bcm2835 20202000.sdhost: could not get clk, deferring probe
[ 0.951975] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.952917] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.953107] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.953374] usbcore: registered new interface driver usbhid
[ 0.953381] usbhid: USB HID core driver
[ 0.954610] vchiq: vchiq_init_state: slot_zero = 0xd7580000, is_master = 0
[ 0.956700] [vc_sm_connected_init]: start
[ 0.967710] [vc_sm_connected_init]: end - returning 0
[ 0.968261] Initializing XFRM netlink socket
[ 0.968307] NET: Registered protocol family 17
[ 0.968493] Key type dns_resolver registered
[ 0.970537] registered taskstats version 1
[ 0.978621] uart-pl011 20201000.serial: cts_event_workaround enabled
[ 0.978774] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[ 0.978888] console [ttyAMA0] enabled
[ 0.981740] sdhost: log_buf @ d7513000 (57513000)
[ 1.062759] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 1.083062] of_cfs_init
[ 1.083207] of_cfs_init: OK
[ 1.084293] Waiting for root device /dev/mmcblk0p2...
[ 1.093948] random: fast init done
[ 1.162961] Indeed it is in host mode hprt0 = 00021501
[ 1.233247] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.236937] mmc0: new high speed SDHC card at address aaaa
[ 1.238202] mmcblk0: mmc0:aaaa SL08G 7.40 GiB
[ 1.240947] mmcblk0: p1 p2
[ 1.362577] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.362836] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.363079] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.364485] devtmpfs: mounted
[ 1.366042] Freeing unused kernel memory: 396K
[ 1.366053] This architecture does not have kernel memory protection.
[ 1.902824] systemd[1]: System time before build time, advancing clock.
[ 2.068628] NET: Registered protocol family 10
[ 2.086778] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.139985] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 2.141536] systemd[1]: Detected architecture arm.
[ 2.154919] systemd[1]: Set hostname to <MX9>.
[ 2.606623] uart-pl011 20201000.serial: no DMA platform data
[ 3.373804] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.404900] systemd[1]: Listening on udev Control Socket.
[ 3.406153] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.407269] systemd[1]: Listening on Syslog Socket.
[ 3.408157] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 3.409135] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.410213] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 3.770925] random: crng init done
[ 3.867271] i2c /dev entries driver
[ 6.230723] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.402937] Indeed it is in host mode hprt0 = 00001101
[ 6.962886] usb 1-1: device descriptor read/64, error -110
[ 7.080689] systemd-journald[90]: Received request to flush runtime journal from PID 1
[ 7.083584] Indeed it is in host mode hprt0 = 00001101
[ 7.179077] systemd-journald[90]: File /var/log/journal/a12446eedc8043cc8785fac14a26c632/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 7.542844] usb 1-1: device descriptor read/64, error -71
[ 7.663107] Indeed it is in host mode hprt0 = 00001101
[ 8.102837] usb 1-1: new high-speed USB device number 3 using dwc_otg
[ 8.103318] Indeed it is in host mode hprt0 = 00001101
[ 8.502886] usb 1-1: device descriptor read/64, error -71
[ 8.623422] Indeed it is in host mode hprt0 = 00001101
[ 8.972859] usb 1-1: device descriptor read/64, error -71
[ 9.093156] Indeed it is in host mode hprt0 = 00001101
[ 9.412993] usb 1-1: new high-speed USB device number 4 using dwc_otg
[ 9.852903] usb 1-1: device not accepting address 4, error -71
[ 9.853145] Indeed it is in host mode hprt0 = 00001101
[ 10.152862] usb 1-1: new high-speed USB device number 5 using dwc_otg
[ 10.592863] usb 1-1: device not accepting address 5, error -71
[ 10.593079] usb usb1-port1: unable to enumerate USB device
[ 11.261769] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[ 23.479817] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
[ 46.832998] Indeed it is in host mode hprt0 = 00021501
[ 47.023312] usbcore: registered new interface driver r8152
[ 47.092834] usb 1-1: new high-speed USB device number 6 using dwc_otg
[ 47.093325] Indeed it is in host mode hprt0 = 00001101
[ 47.362799] usb 1-1: device descriptor read/64, error -71
[ 47.483193] Indeed it is in host mode hprt0 = 00001101
[ 47.752951] usb 1-1: device descriptor read/64, error -71
[ 47.873016] Indeed it is in host mode hprt0 = 00001101
[ 48.132959] usb 1-1: new high-speed USB device number 7 using dwc_otg
[ 48.133461] Indeed it is in host mode hprt0 = 00001101
[ 48.402811] usb 1-1: device descriptor read/64, error -71
[ 48.523279] Indeed it is in host mode hprt0 = 00001101
[ 48.812787] usb 1-1: device descriptor read/64, error -71
[ 48.932945] Indeed it is in host mode hprt0 = 00001101
[ 49.212875] usb 1-1: new high-speed USB device number 8 using dwc_otg
[ 49.652809] usb 1-1: device not accepting address 8, error -71
[ 49.653020] Indeed it is in host mode hprt0 = 00001101
[ 50.002826] usb 1-1: new high-speed USB device number 9 using dwc_otg
[ 50.442802] usb 1-1: device not accepting address 9, error -71
[ 50.442950] usb usb1-port1: unable to enumerate USB device
[ 64.609344] usbcore: deregistering interface driver r8152
[ 66.332970] Indeed it is in host mode hprt0 = 00021501
[ 66.602813] usb 1-1: new high-speed USB device number 10 using dwc_otg
[ 66.603259] Indeed it is in host mode hprt0 = 00001101
[ 66.723036] usbcore: registered new interface driver r8152
[ 66.902822] usb 1-1: device descriptor read/64, error -71
[ 67.023181] Indeed it is in host mode hprt0 = 00001101
[ 67.302838] usb 1-1: device descriptor read/64, error -71
[ 67.423095] Indeed it is in host mode hprt0 = 00001101
[ 67.682811] usb 1-1: new high-speed USB device number 11 using dwc_otg
[ 67.683500] Indeed it is in host mode hprt0 = 00001101
[ 67.952820] usb 1-1: device descriptor read/64, error -71
[ 68.073180] Indeed it is in host mode hprt0 = 00001101
[ 68.332861] usb 1-1: device descriptor read/64, error -71
[ 68.452967] Indeed it is in host mode hprt0 = 00001101
[ 68.732788] usb 1-1: new high-speed USB device number 12 using dwc_otg
[ 69.176266] usb 1-1: device not accepting address 12, error -71
[ 69.176466] Indeed it is in host mode hprt0 = 00001101
[ 69.502868] usb 1-1: new high-speed USB device number 13 using dwc_otg
[ 69.942817] usb 1-1: device not accepting address 13, error -71
[ 69.942969] usb usb1-port1: unable to enumerate USB device
[ 85.049701] usbcore: deregistering interface driver r8152
[ 86.833022] Indeed it is in host mode hprt0 = 00021501
[ 86.993102] usbcore: registered new interface driver r8152
[ 87.106475] usb 1-1: new high-speed USB device number 14 using dwc_otg
[ 87.106932] Indeed it is in host mode hprt0 = 00001101
[ 87.372846] usb 1-1: device descriptor read/64, error -71
[ 87.493374] Indeed it is in host mode hprt0 = 00001101
[ 87.762850] usb 1-1: device descriptor read/64, error -71
[ 87.883062] Indeed it is in host mode hprt0 = 00001101
[ 88.142805] usb 1-1: new high-speed USB device number 15 using dwc_otg
[ 88.143359] Indeed it is in host mode hprt0 = 00001101
[ 88.412802] usb 1-1: device descriptor read/64, error -71
[ 88.533387] Indeed it is in host mode hprt0 = 00001101
[ 88.822830] usb 1-1: device descriptor read/64, error -71
[ 88.943035] Indeed it is in host mode hprt0 = 00001101
[ 89.202831] usb 1-1: new high-speed USB device number 16 using dwc_otg
[ 89.642913] usb 1-1: device not accepting address 16, error -71
[ 89.643109] Indeed it is in host mode hprt0 = 00001101
[ 89.992842] usb 1-1: new high-speed USB device number 17 using dwc_otg
[ 90.433447] usb 1-1: device not accepting address 17, error -71
[ 90.433603] usb usb1-port1: unable to enumerate USB device
[ 104.710315] usbcore: deregistering interface driver r8152
[ 106.332982] Indeed it is in host mode hprt0 = 00021501
[ 106.602812] usb 1-1: new high-speed USB device number 18 using dwc_otg
[ 106.603240] Indeed it is in host mode hprt0 = 00001101
[ 106.788517] usbcore: registered new interface driver r8152
[ 106.872834] usb 1-1: device descriptor read/64, error -71
[ 106.993224] Indeed it is in host mode hprt0 = 00001101
[ 107.262816] usb 1-1: device descriptor read/64, error -71
[ 107.383044] Indeed it is in host mode hprt0 = 00001101
[ 107.643144] usb 1-1: new high-speed USB device number 19 using dwc_otg
[ 107.643526] Indeed it is in host mode hprt0 = 00001101
[ 107.912860] usb 1-1: device descriptor read/64, error -71
[ 108.033442] Indeed it is in host mode hprt0 = 00001101
[ 108.302884] usb 1-1: device descriptor read/64, error -71
[ 108.422971] Indeed it is in host mode hprt0 = 00001101
[ 108.702788] usb 1-1: new high-speed USB device number 20 using dwc_otg
[ 109.142805] usb 1-1: device not accepting address 20, error -71
[ 109.143005] Indeed it is in host mode hprt0 = 00001101
[ 109.502846] usb 1-1: new high-speed USB device number 21 using dwc_otg
[ 109.942832] usb 1-1: device not accepting address 21, error -71
[ 109.942982] usb usb1-port1: unable to enumerate USB device
[ 125.165360] usbcore: deregistering interface driver r8152
[ 126.833132] Indeed it is in host mode hprt0 = 00021501
[ 127.102830] usb 1-1: new high-speed USB device number 22 using dwc_otg
[ 127.103326] Indeed it is in host mode hprt0 = 00001101
[ 127.249232] usbcore: registered new interface driver r8152
[ 127.382835] usb 1-1: device descriptor read/64, error -71
[ 127.503217] Indeed it is in host mode hprt0 = 00001101
[ 127.782806] usb 1-1: device descriptor read/64, error -71
[ 127.902973] Indeed it is in host mode hprt0 = 00001101
[ 128.162826] usb 1-1: new high-speed USB device number 23 using dwc_otg
[ 128.163335] Indeed it is in host mode hprt0 = 00001101
[ 128.432805] usb 1-1: device descriptor read/64, error -71
[ 128.553373] Indeed it is in host mode hprt0 = 00001101
[ 128.822864] usb 1-1: device descriptor read/64, error -71
[ 128.942982] Indeed it is in host mode hprt0 = 00001101
[ 129.212844] usb 1-1: new high-speed USB device number 24 using dwc_otg
[ 129.652812] usb 1-1: device not accepting address 24, error -71
[ 129.653019] Indeed it is in host mode hprt0 = 00001101
[ 129.982796] usb 1-1: new high-speed USB device number 25 using dwc_otg
[ 130.422780] usb 1-1: device not accepting address 25, error -71
[ 130.422928] usb usb1-port1: unable to enumerate USB device
[ 144.789380] usbcore: deregistering interface driver r8152
[ 146.582972] Indeed it is in host mode hprt0 = 00041901
[ 146.719202] usbcore: registered new interface driver r8152
[ 146.862874] usb 1-1: new low-speed USB device number 26 using dwc_otg
[ 146.864392] Indeed it is in host mode hprt0 = 00041901
[ 147.170958] usb 1-1: New USB device found, idVendor=413c, idProduct=2107
[ 147.170976] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 147.170983] usb 1-1: Product: Dell USB Entry Keyboard
[ 147.170990] usb 1-1: Manufacturer: Dell
[ 147.207516] input: Dell Dell USB Entry Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.0/0003:413C:2107.0001/input/input0
[ 147.277314] hid-generic 0003:413C:2107.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-20980000.usb-1/input0
[ 165.132992] usb 1-1: USB disconnect, device number 26
[ 165.391564] usbcore: deregistering interface driver r8152
[ 167.082901] Indeed it is in host mode hprt0 = 00041901
[ 167.351302] usbcore: registered new interface driver r8152
[ 167.354196] usb 1-1: new low-speed USB device number 27 using dwc_otg
[ 167.358434] Indeed it is in host mode hprt0 = 00041901
[ 167.670822] usb 1-1: New USB device found, idVendor=413c, idProduct=2107
[ 167.670840] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 167.670849] usb 1-1: Product: Dell USB Entry Keyboard
[ 167.670855] usb 1-1: Manufacturer: Dell
[ 167.692501] input: Dell Dell USB Entry Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.0/0003:413C:2107.0002/input/input1
[ 167.757291] hid-generic 0003:413C:2107.0002: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-20980000.usb-1/input0
[ 184.849558] usbcore: deregistering interface driver r8152
[ 184.883026] usb 1-1: USB disconnect, device number 27
[ 186.582990] Indeed it is in host mode hprt0 = 00041901
[ 186.842870] usb 1-1: new low-speed USB device number 28 using dwc_otg
[ 186.844387] Indeed it is in host mode hprt0 = 00041901
[ 187.038894] usbcore: registered new interface driver r8152
[ 187.154949] usb 1-1: New USB device found, idVendor=413c, idProduct=2107
[ 187.154966] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 187.154974] usb 1-1: Product: Dell USB Entry Keyboard
[ 187.154981] usb 1-1: Manufacturer: Dell
[ 187.177862] input: Dell Dell USB Entry Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.0/0003:413C:2107.0003/input/input2
[ 187.247599] hid-generic 0003:413C:2107.0003: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-20980000.usb-1/input0