Skip to content

Instantly share code, notes, and snippets.

@mypiandrew
Last active October 1, 2018 08:14
Show Gist options
  • Save mypiandrew/6058fc1e76f5b9d7a0e8f4dcfc1962bf to your computer and use it in GitHub Desktop.
Save mypiandrew/6058fc1e76f5b9d7a0e8f4dcfc1962bf to your computer and use it in GitHub Desktop.
root@raspberrypi:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.72-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1146 SMP Wed Sep 26 16:58:28 BST 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Rev 1.0
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] On node 0 totalpages: 242688
[ 0.000000] free_area_init_node: node 0, pgdat 80c85280, node_mem_map ba39f000
[ 0.000000] Normal zone: 2133 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 242688 pages, LIFO batch:31
[ 0.000000] percpu: Embedded 17 pages/cpu @ba348000 s38720 r8192 d22720 u69632
[ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=1024 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:D3:C9:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait maxcpus=4
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 940232K/970752K available (7168K kernel code, 576K rwdata, 2076K rodata, 1024K init, 698K bss, 22328K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80800000 (8160 kB)
.init : 0x80b00000 - 0x80c00000 (1024 kB)
.data : 0x80c00000 - 0x80c9017c ( 577 kB)
.bss : 0x80c97f10 - 0x80d468b0 ( 699 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 25273 entries in 75 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000022] Switching to timer-based delay loop, resolution 52ns
[ 0.000272] Console: colour dummy device 80x30
[ 0.000813] console [tty1] enabled
[ 0.000854] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000894] pid_max: default: 32768 minimum: 301
[ 0.001222] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001254] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002201] Disabling memory control group subsystem
[ 0.002296] CPU: Testing write buffer coherency: ok
[ 0.002725] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003142] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003282] Hierarchical SRCU implementation.
[ 0.003978] smp: Bringing up secondary CPUs ...
[ 0.004777] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005623] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006455] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006560] smp: Brought up 1 node, 4 CPUs
[ 0.006634] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006655] CPU: All CPU(s) started in HYP mode.
[ 0.006673] CPU: Virtualization extensions available.
[ 0.007566] devtmpfs: initialized
[ 0.017627] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018319] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018562] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018607] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019178] pinctrl core: initialized pinctrl subsystem
[ 0.019972] NET: Registered protocol family 16
[ 0.022596] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027438] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027470] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027682] Serial: AMBA PL011 UART driver
[ 0.029362] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029844] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061772] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063222] SCSI subsystem initialized
[ 0.063460] usbcore: registered new interface driver usbfs
[ 0.063535] usbcore: registered new interface driver hub
[ 0.063637] usbcore: registered new device driver usb
[ 0.070080] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071413] clocksource: Switched to clocksource arch_sys_counter
[ 0.148497] VFS: Disk quotas dquot_6.6.0
[ 0.148608] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148811] FS-Cache: Loaded
[ 0.149025] CacheFiles: Loaded
[ 0.157936] NET: Registered protocol family 2
[ 0.158670] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.158799] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159001] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159146] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159208] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159448] NET: Registered protocol family 1
[ 0.159916] RPC: Registered named UNIX socket transport module.
[ 0.159940] RPC: Registered udp transport module.
[ 0.159960] RPC: Registered tcp transport module.
[ 0.159979] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161526] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164260] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.171432] NOHZ: local_softirq_pending 80
[ 0.172419] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173044] NFS: Registering the id_resolver key type
[ 0.173087] Key type id_resolver registered
[ 0.173107] Key type id_legacy registered
[ 0.173136] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175053] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175222] io scheduler noop registered
[ 0.175244] io scheduler deadline registered (default)
[ 0.175545] io scheduler cfq registered
[ 0.175567] io scheduler mq-deadline registered
[ 0.175587] io scheduler kyber registered
[ 0.178296] BCM2708FB: allocated DMA memory fad10000
[ 0.178340] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.215067] Console: switching to colour frame buffer device 160x64
[ 0.231412] NOHZ: local_softirq_pending 80
[ 0.237140] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.238729] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.239003] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.239702] vc-sm: Videocore shared memory driver
[ 0.240110] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.249947] brd: module loaded
[ 0.258911] loop: module loaded
[ 0.259043] Loading iSCSI transport class v2.0-870.
[ 0.259853] libphy: Fixed MDIO Bus: probed
[ 0.260080] usbcore: registered new interface driver lan78xx
[ 0.260293] usbcore: registered new interface driver smsc95xx
[ 0.260468] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288528] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.421410] NOHZ: local_softirq_pending 80
[ 0.441410] NOHZ: local_softirq_pending 80
[ 0.461410] NOHZ: local_softirq_pending 80
[ 0.481409] NOHZ: local_softirq_pending 80
[ 0.488878] Core Release: 2.80a
[ 0.488981] Setting default values for core params
[ 0.489145] Finished setting default values for core params
[ 0.689556] Using Buffer DMA mode
[ 0.689661] Periodic Transfer Interrupt Enhancement - disabled
[ 0.689826] Multiprocessor Interrupt Enhancement - disabled
[ 0.689986] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690118] Dedicated Tx FIFOs mode
[ 0.690575] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.690865] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.717184] dwc_otg: Microframe scheduler enabled
[ 0.717241] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.723781] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.730270] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.736748] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.743258] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.749814] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.756440] Init: Port Power? op_state=1
[ 0.763024] Init: Power Port (0)
[ 0.769663] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.776209] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.782712] usb usb1: Product: DWC OTG Controller
[ 0.789121] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.795587] usb usb1: SerialNumber: 3f980000.usb
[ 0.802621] hub 1-0:1.0: USB hub found
[ 0.809044] hub 1-0:1.0: 1 port detected
[ 0.815992] dwc_otg: FIQ enabled
[ 0.815997] dwc_otg: NAK holdoff enabled
[ 0.816002] dwc_otg: FIQ split-transaction FSM enabled
[ 0.816012] Module dwc_common_port init
[ 0.816283] usbcore: registered new interface driver usb-storage
[ 0.822918] mousedev: PS/2 mouse device common for all mice
[ 0.829374] IR NEC protocol handler initialized
[ 0.835700] IR RC5(x/sz) protocol handler initialized
[ 0.842047] IR RC6 protocol handler initialized
[ 0.848394] IR JVC protocol handler initialized
[ 0.854686] IR Sony protocol handler initialized
[ 0.861018] IR SANYO protocol handler initialized
[ 0.867381] IR Sharp protocol handler initialized
[ 0.873696] IR MCE Keyboard/mouse protocol handler initialized
[ 0.880062] IR XMP protocol handler initialized
[ 0.887082] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.893760] bcm2835-cpufreq: min=600000 max=1200000
[ 0.900438] sdhci: Secure Digital Host Controller Interface driver
[ 0.906835] sdhci: Copyright(c) Pierre Ossman
[ 0.913473] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.919862] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.926672] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.932993] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.939381] usbcore: registered new interface driver usbhid
[ 0.945693] usbhid: USB HID core driver
[ 0.952586] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.960440] [vc_sm_connected_init]: start
[ 0.970028] [vc_sm_connected_init]: end - returning 0
[ 0.977045] Initializing XFRM netlink socket
[ 0.983414] NET: Registered protocol family 17
[ 0.989843] Key type dns_resolver registered
[ 0.996703] Registering SWP/SWPB emulation handler
[ 1.003839] registered taskstats version 1
[ 1.016380] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.023207] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.031729] Indeed it is in host mode hprt0 = 00021501
[ 1.061410] NOHZ: local_softirq_pending 80
[ 1.071408] NOHZ: local_softirq_pending 80
[ 1.081408] NOHZ: local_softirq_pending 80
[ 1.098718] console [ttyS0] disabled
[ 1.105326] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 1.315333] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.319795] Indeed it is in host mode hprt0 = 00001101
[ 1.647092] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 1.647103] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.647110] usb 1-1: Product: USB2.0 Hub
[ 1.657797] hub 1-1:1.0: USB hub found
[ 1.664956] hub 1-1:1.0: 4 ports detected
[ 2.270091] random: fast init done
[ 2.304727] console [ttyS0] enabled
[ 2.316366] sdhost: log_buf @ bad07000 (fad07000)
[ 2.401438] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.414645] of_cfs_init
[ 2.423797] of_cfs_init: OK
[ 2.433659] Waiting for root device /dev/mmcblk0p2...
[ 2.498114] mmc0: new high speed MMC card at address 0001
[ 2.510689] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.522025] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.534891] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.547646] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.560016] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.574717] mmcblk0: p1 p2
[ 2.601178] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.616232] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.630513] devtmpfs: mounted
[ 2.643215] Freeing unused kernel memory: 1024K
[ 2.701723] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 2.715580] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.730467] hub 1-1.1:1.0: USB hub found
[ 2.741326] hub 1-1.1:1.0: 3 ports detected
[ 2.851469] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.950953] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.968683] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 2.989877] systemd[1]: Detected architecture 'arm'.
[ 3.123277] NET: Registered protocol family 10
[ 3.136164] Segment Routing with IPv6
[ 3.147388] systemd[1]: Inserted module 'ipv6'
[ 3.161638] systemd[1]: Set hostname to <raspberrypi>.
[ 3.227891] NOHZ: local_softirq_pending 40
[ 3.245986] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.310139] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.401488] usb 1-1.2: device not accepting address 4, error -32
[ 3.475991] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 3.509383] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.511496] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.539991] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.555654] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.577882] systemd[1]: Starting Remote File Systems (Pre).
[ 3.599909] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.661762] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.661773] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.664426] smsc95xx v1.0.6
[ 3.771804] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
[ 3.775216] smsc95xx 1-1.1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d3:c9:3a
[ 3.891480] usb 1-1.2: device descriptor read/64, error -32
[ 3.974817] fuse init (API version 7.26)
[ 3.990031] i2c /dev entries driver
[ 4.111527] usb 1-1.2: device descriptor read/64, error -32
[ 4.242336] usb 1-1-port2: attempt power cycle
[ 4.431827] systemd-udevd[113]: starting version 215
[ 4.901816] usb 1-1.2: new full-speed USB device number 7 using dwc_otg
[ 5.351468] usb 1-1.2: device not accepting address 7, error -32
[ 5.451468] usb 1-1.2: new full-speed USB device number 8 using dwc_otg
[ 5.891459] usb 1-1.2: device not accepting address 8, error -32
[ 5.891762] usb 1-1-port2: unable to enumerate USB device
[ 5.991470] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[ 6.127979] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 6.127996] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.128007] usb 1-1.3: Product: Ultra Fast Media
[ 6.128016] usb 1-1.3: Manufacturer: Generic
[ 6.128024] usb 1-1.3: SerialNumber: 000000225001
[ 6.128830] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 6.129662] scsi host0: usb-storage 1-1.3:1.0
[ 6.231478] usb 1-1.4: new full-speed USB device number 10 using dwc_otg
[ 6.341447] usb 1-1.4: device descriptor read/64, error -32
[ 6.542195] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.561516] usb 1-1.4: device descriptor read/64, error -32
[ 6.781452] usb 1-1.4: new full-speed USB device number 11 using dwc_otg
[ 6.881440] usb 1-1.4: device descriptor read/64, error -32
[ 7.101435] usb 1-1.4: device descriptor read/64, error -32
[ 7.192385] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 7.194819] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 7.221694] usb 1-1-port4: attempt power cycle
[ 7.881440] usb 1-1.4: new full-speed USB device number 12 using dwc_otg
[ 8.321436] usb 1-1.4: device not accepting address 12, error -32
[ 8.421439] usb 1-1.4: new full-speed USB device number 13 using dwc_otg
[ 8.861435] usb 1-1.4: device not accepting address 13, error -32
[ 8.861676] usb 1-1-port4: unable to enumerate USB device
[ 8.984854] rtc-ds1307 1-0068: registered as rtc0
[ 9.091124] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.489891] systemd-journald[111]: Received request to flush runtime journal from PID 1
[ 10.084320] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 10.402696] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 11.902815] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
root@raspberrypi:~# lsusb
Bus 001 Device 009: ID 0424:2240 Standard Microsystems Corp.
Bus 001 Device 005: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 003: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 10/100 Adapter / SMSC9512/9514 Hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@raspberrypi:~#
root@raspberrypi:~# lsusb -v
Bus 001 Device 009: ID 0424:2240 Standard Microsystems Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0424 Standard Microsystems Corp.
idProduct 0x2240
bcdDevice 1.98
iManufacturer 1 Generic
iProduct 2 Ultra Fast Media
iSerial 3 000000225001
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 96mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
Bus 001 Device 005: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 0
bDeviceProtocol 1
bMaxPacketSize0 64
idVendor 0x0424 Standard Microsystems Corp.
idProduct 0xec00 SMSC9512/9514 Fast Ethernet Adapter
bcdDevice 2.00
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 2mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0010 1x 16 bytes
bInterval 4
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 0
bDeviceProtocol 1
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0001
Self Powered
Bus 001 Device 003: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 10/100 Adapter / SMSC9512/9514 Hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 2 TT per port
bMaxPacketSize0 64
idVendor 0x0424 Standard Microsystems Corp.
idProduct 0x9512 LAN9500 Ethernet 10/100 Adapter / SMSC9512/9514 Hub
bcdDevice 2.00
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 41
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 2mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 1 Single TT
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 1
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 2 TT per port
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 3
wHubCharacteristic 0x000d
Per-port power switching
Compound device
Per-port overcurrent protection
TT think time 8 FS bits
bPwrOn2PwrGood 50 * 2 milli seconds
bHubContrCurrent 1 milli Ampere
DeviceRemovable 0x02
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0503 highspeed power enable connect
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0001
Self Powered
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x0608 USB-2.0 4-Port HUB
bcdDevice 77.63
iManufacturer 0
iProduct 1 USB2.0 Hub
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 4
wHubCharacteristic 0x00e0
Ganged power switching
Ganged overcurrent protection
TT think time 32 FS bits
Port indicators
bPwrOn2PwrGood 50 * 2 milli seconds
bHubContrCurrent 100 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0503 highspeed power enable connect
Port 2: 0000.0101 power connect
Port 3: 0000.0503 highspeed power enable connect
Port 4: 0000.0101 power connect
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0001
Self Powered
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 4.14
iManufacturer 3 Linux 4.14.72-v7+ dwc_otg_hcd
iProduct 2 DWC OTG Controller
iSerial 1 3f980000.usb
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 1
wHubCharacteristic 0x0008
Ganged power switching
Per-port overcurrent protection
TT think time 8 FS bits
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0503 highspeed power enable connect
Device Status: 0x0001
Self Powered
root@raspberrypi:~# reboot
Broadcast message from root@raspberrypi on pts/0 (Mon 2018-10-01 08:12:38 UTC):
The system is going down for reboot NOW!
root@raspberrypi:~#
login as: root
root@192.168.1.110's password:
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Oct 1 08:08:21 2018 from user-hp.fritz.box
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
root@raspberrypi:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.72-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1146 SMP Wed Sep 26 16:58:28 BST 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Rev 1.0
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] On node 0 totalpages: 242688
[ 0.000000] free_area_init_node: node 0, pgdat 80c85280, node_mem_map ba39f000
[ 0.000000] Normal zone: 2133 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 242688 pages, LIFO batch:31
[ 0.000000] percpu: Embedded 17 pages/cpu @ba348000 s38720 r8192 d22720 u69632
[ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=1024 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:D3:C9:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait maxcpus=4
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 940232K/970752K available (7168K kernel code, 576K rwdata, 2076K rodata, 1024K init, 698K bss, 22328K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80800000 (8160 kB)
.init : 0x80b00000 - 0x80c00000 (1024 kB)
.data : 0x80c00000 - 0x80c9017c ( 577 kB)
.bss : 0x80c97f10 - 0x80d468b0 ( 699 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 25273 entries in 75 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000022] Switching to timer-based delay loop, resolution 52ns
[ 0.000272] Console: colour dummy device 80x30
[ 0.000814] console [tty1] enabled
[ 0.000856] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000897] pid_max: default: 32768 minimum: 301
[ 0.001223] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001256] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002209] Disabling memory control group subsystem
[ 0.002300] CPU: Testing write buffer coherency: ok
[ 0.002730] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003151] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003290] Hierarchical SRCU implementation.
[ 0.003988] smp: Bringing up secondary CPUs ...
[ 0.004790] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005635] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006462] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006568] smp: Brought up 1 node, 4 CPUs
[ 0.006640] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006661] CPU: All CPU(s) started in HYP mode.
[ 0.006679] CPU: Virtualization extensions available.
[ 0.007575] devtmpfs: initialized
[ 0.017635] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018329] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018616] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019189] pinctrl core: initialized pinctrl subsystem
[ 0.019986] NET: Registered protocol family 16
[ 0.022613] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027456] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027489] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027701] Serial: AMBA PL011 UART driver
[ 0.029381] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029863] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061776] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063222] SCSI subsystem initialized
[ 0.063460] usbcore: registered new interface driver usbfs
[ 0.063535] usbcore: registered new interface driver hub
[ 0.063637] usbcore: registered new device driver usb
[ 0.070082] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071417] clocksource: Switched to clocksource arch_sys_counter
[ 0.148626] VFS: Disk quotas dquot_6.6.0
[ 0.148737] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148940] FS-Cache: Loaded
[ 0.149154] CacheFiles: Loaded
[ 0.158115] NET: Registered protocol family 2
[ 0.158850] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.158979] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159181] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159326] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159388] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159627] NET: Registered protocol family 1
[ 0.160107] RPC: Registered named UNIX socket transport module.
[ 0.160131] RPC: Registered udp transport module.
[ 0.160150] RPC: Registered tcp transport module.
[ 0.160170] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161431] NOHZ: local_softirq_pending 80
[ 0.161735] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164472] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.172614] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173239] NFS: Registering the id_resolver key type
[ 0.173283] Key type id_resolver registered
[ 0.173303] Key type id_legacy registered
[ 0.173332] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175440] io scheduler noop registered
[ 0.175462] io scheduler deadline registered (default)
[ 0.175758] io scheduler cfq registered
[ 0.175779] io scheduler mq-deadline registered
[ 0.175800] io scheduler kyber registered
[ 0.178522] BCM2708FB: allocated DMA memory fad10000
[ 0.178566] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.215481] Console: switching to colour frame buffer device 160x64
[ 0.231414] NOHZ: local_softirq_pending 80
[ 0.237577] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.239149] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.239423] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.240114] vc-sm: Videocore shared memory driver
[ 0.240522] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.250373] brd: module loaded
[ 0.259370] loop: module loaded
[ 0.259499] Loading iSCSI transport class v2.0-870.
[ 0.260293] libphy: Fixed MDIO Bus: probed
[ 0.260513] usbcore: registered new interface driver lan78xx
[ 0.260726] usbcore: registered new interface driver smsc95xx
[ 0.260901] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288962] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.421413] NOHZ: local_softirq_pending 80
[ 0.441413] NOHZ: local_softirq_pending 80
[ 0.461413] NOHZ: local_softirq_pending 80
[ 0.481413] NOHZ: local_softirq_pending 80
[ 0.489312] Core Release: 2.80a
[ 0.489432] Setting default values for core params
[ 0.489595] Finished setting default values for core params
[ 0.689996] Using Buffer DMA mode
[ 0.690101] Periodic Transfer Interrupt Enhancement - disabled
[ 0.690267] Multiprocessor Interrupt Enhancement - disabled
[ 0.690425] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690556] Dedicated Tx FIFOs mode
[ 0.691009] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.691298] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.717660] dwc_otg: Microframe scheduler enabled
[ 0.717719] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.724268] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.730773] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.737278] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.743772] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.750333] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.756982] Init: Port Power? op_state=1
[ 0.763557] Init: Power Port (0)
[ 0.770242] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.776834] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.783368] usb usb1: Product: DWC OTG Controller
[ 0.789806] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.796255] usb usb1: SerialNumber: 3f980000.usb
[ 0.803299] hub 1-0:1.0: USB hub found
[ 0.809715] hub 1-0:1.0: 1 port detected
[ 0.816649] dwc_otg: FIQ enabled
[ 0.816654] dwc_otg: NAK holdoff enabled
[ 0.816659] dwc_otg: FIQ split-transaction FSM enabled
[ 0.816670] Module dwc_common_port init
[ 0.816939] usbcore: registered new interface driver usb-storage
[ 0.823558] mousedev: PS/2 mouse device common for all mice
[ 0.830002] IR NEC protocol handler initialized
[ 0.836333] IR RC5(x/sz) protocol handler initialized
[ 0.842676] IR RC6 protocol handler initialized
[ 0.849000] IR JVC protocol handler initialized
[ 0.855302] IR Sony protocol handler initialized
[ 0.861621] IR SANYO protocol handler initialized
[ 0.867963] IR Sharp protocol handler initialized
[ 0.874267] IR MCE Keyboard/mouse protocol handler initialized
[ 0.880621] IR XMP protocol handler initialized
[ 0.887642] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.894288] bcm2835-cpufreq: min=600000 max=1200000
[ 0.900978] sdhci: Secure Digital Host Controller Interface driver
[ 0.907355] sdhci: Copyright(c) Pierre Ossman
[ 0.913964] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.920347] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.927116] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.933428] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.939815] usbcore: registered new interface driver usbhid
[ 0.946110] usbhid: USB HID core driver
[ 0.953007] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.960816] [vc_sm_connected_init]: start
[ 0.970503] [vc_sm_connected_init]: end - returning 0
[ 0.977504] Initializing XFRM netlink socket
[ 0.983882] NET: Registered protocol family 17
[ 0.990305] Key type dns_resolver registered
[ 0.997145] Registering SWP/SWPB emulation handler
[ 1.004273] registered taskstats version 1
[ 1.016819] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.023661] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.032251] Indeed it is in host mode hprt0 = 00021501
[ 1.061412] NOHZ: local_softirq_pending 80
[ 1.071412] NOHZ: local_softirq_pending 80
[ 1.081412] NOHZ: local_softirq_pending 80
[ 1.099245] console [ttyS0] disabled
[ 1.105851] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 1.315853] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.320299] Indeed it is in host mode hprt0 = 00001101
[ 1.647570] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 1.647580] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.647587] usb 1-1: Product: USB2.0 Hub
[ 1.658283] hub 1-1:1.0: USB hub found
[ 1.665441] hub 1-1:1.0: 4 ports detected
[ 2.301741] random: fast init done
[ 2.305204] console [ttyS0] enabled
[ 2.316846] sdhost: log_buf @ bad07000 (fad07000)
[ 2.401440] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.414633] of_cfs_init
[ 2.423798] of_cfs_init: OK
[ 2.433660] Waiting for root device /dev/mmcblk0p2...
[ 2.498147] mmc0: new high speed MMC card at address 0001
[ 2.510723] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.522037] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.534873] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.547614] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.559980] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.574695] mmcblk0: p1 p2
[ 2.601146] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.616197] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.630486] devtmpfs: mounted
[ 2.643151] Freeing unused kernel memory: 1024K
[ 2.701717] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 2.715555] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.730464] hub 1-1.1:1.0: USB hub found
[ 2.741320] hub 1-1.1:1.0: 3 ports detected
[ 2.791422] NOHZ: local_softirq_pending 80
[ 2.851472] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.963892] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.981603] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 3.002762] systemd[1]: Detected architecture 'arm'.
[ 3.014551] usb 1-1.2: device descriptor read/all, error -32
[ 3.131486] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.162970] NET: Registered protocol family 10
[ 3.175961] Segment Routing with IPv6
[ 3.187235] systemd[1]: Inserted module 'ipv6'
[ 3.201536] systemd[1]: Set hostname to <raspberrypi>.
[ 3.262093] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.277255] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.295178] smsc95xx v1.0.6
[ 3.312503] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.388689] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.411707] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
[ 3.429446] smsc95xx 1-1.1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d3:c9:3a
[ 3.572062] usb 1-1.2: device descriptor read/all, error -32
[ 3.574285] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 3.577328] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.577716] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.577792] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.662670] usb 1-1-port2: attempt power cycle
[ 3.684218] systemd[1]: Starting Remote File Systems (Pre).
[ 3.707074] systemd[1]: Reached target Remote File Systems (Pre).
[ 4.002265] fuse init (API version 7.26)
[ 4.011627] i2c /dev entries driver
[ 4.331487] usb 1-1.2: new full-speed USB device number 7 using dwc_otg
[ 4.448311] systemd-udevd[115]: starting version 215
[ 4.690485] rtc-ds1307 1-0068: registered as rtc0
[ 4.771545] usb 1-1.2: device not accepting address 7, error -71
[ 4.871538] usb 1-1.2: new full-speed USB device number 8 using dwc_otg
[ 5.083204] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.311570] usb 1-1.2: device not accepting address 8, error -71
[ 5.311957] usb 1-1-port2: unable to enumerate USB device
[ 5.409944] systemd-journald[113]: Received request to flush runtime journal from PID 1
[ 5.411487] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[ 5.548001] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 5.548011] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.548016] usb 1-1.3: Product: Ultra Fast Media
[ 5.548021] usb 1-1.3: Manufacturer: Generic
[ 5.548025] usb 1-1.3: SerialNumber: 000000225001
[ 5.548724] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 5.550083] scsi host0: usb-storage 1-1.3:1.0
[ 5.661436] usb 1-1.4: new full-speed USB device number 10 using dwc_otg
[ 5.761466] usb 1-1.4: device descriptor read/64, error -71
[ 5.981454] usb 1-1.4: device descriptor read/64, error -71
[ 6.201452] usb 1-1.4: new full-speed USB device number 11 using dwc_otg
[ 6.301443] usb 1-1.4: device descriptor read/64, error -71
[ 6.521447] usb 1-1.4: device descriptor read/64, error -71
[ 6.552395] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 6.554645] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.641713] usb 1-1-port4: attempt power cycle
[ 7.301442] usb 1-1.4: new full-speed USB device number 12 using dwc_otg
[ 7.741444] usb 1-1.4: device not accepting address 12, error -71
[ 7.841442] usb 1-1.4: new full-speed USB device number 13 using dwc_otg
[ 8.281448] usb 1-1.4: device not accepting address 13, error -71
[ 8.281681] usb 1-1-port4: unable to enumerate USB device
[ 8.355667] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 8.898741] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 9.232679] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 10.732461] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 34.522817] random: crng init done
[ 34.522829] random: 7 urandom warning(s) missed due to ratelimiting
root@raspberrypi:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment