Skip to content

Instantly share code, notes, and snippets.

@mypiandrew
Created October 1, 2018 08:20
Show Gist options
  • Save mypiandrew/189102fb48e83eeb11dcfb468154d9bd to your computer and use it in GitHub Desktop.
Save mypiandrew/189102fb48e83eeb11dcfb468154d9bd to your computer and use it in GitHub Desktop.
login as: root
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:20:54 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.000270] Console: colour dummy device 80x30
[ 0.000810] console [tty1] enabled
[ 0.000852] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000892] pid_max: default: 32768 minimum: 301
[ 0.001218] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001252] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002206] Disabling memory control group subsystem
[ 0.002299] 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.003291] Hierarchical SRCU implementation.
[ 0.003987] smp: Bringing up secondary CPUs ...
[ 0.004789] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005632] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006461] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006566] smp: Brought up 1 node, 4 CPUs
[ 0.006639] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006660] CPU: All CPU(s) started in HYP mode.
[ 0.006678] CPU: Virtualization extensions available.
[ 0.007575] devtmpfs: initialized
[ 0.017643] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018338] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018625] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019199] pinctrl core: initialized pinctrl subsystem
[ 0.019999] NET: Registered protocol family 16
[ 0.022625] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027471] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027504] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027716] Serial: AMBA PL011 UART driver
[ 0.029393] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029874] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061807] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063258] SCSI subsystem initialized
[ 0.063497] usbcore: registered new interface driver usbfs
[ 0.063571] usbcore: registered new interface driver hub
[ 0.063673] usbcore: registered new device driver usb
[ 0.070084] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071437] clocksource: Switched to clocksource arch_sys_counter
[ 0.148634] VFS: Disk quotas dquot_6.6.0
[ 0.148744] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148948] FS-Cache: Loaded
[ 0.149163] CacheFiles: Loaded
[ 0.158114] NET: Registered protocol family 2
[ 0.158847] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.158975] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159178] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159323] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159384] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159623] NET: Registered protocol family 1
[ 0.160095] RPC: Registered named UNIX socket transport module.
[ 0.160119] RPC: Registered udp transport module.
[ 0.160139] RPC: Registered tcp transport module.
[ 0.160158] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161451] NOHZ: local_softirq_pending 80
[ 0.161725] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164468] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.172611] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173241] NFS: Registering the id_resolver key type
[ 0.173285] Key type id_resolver registered
[ 0.173305] Key type id_legacy registered
[ 0.173334] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175286] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175445] io scheduler noop registered
[ 0.175466] io scheduler deadline registered (default)
[ 0.175763] io scheduler cfq registered
[ 0.175784] io scheduler mq-deadline registered
[ 0.175805] io scheduler kyber registered
[ 0.178529] BCM2708FB: allocated DMA memory fad10000
[ 0.178575] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.215345] Console: switching to colour frame buffer device 160x64
[ 0.231434] NOHZ: local_softirq_pending 80
[ 0.237415] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.238993] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.239266] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.239960] vc-sm: Videocore shared memory driver
[ 0.240367] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.250219] brd: module loaded
[ 0.259231] loop: module loaded
[ 0.259362] Loading iSCSI transport class v2.0-870.
[ 0.260177] libphy: Fixed MDIO Bus: probed
[ 0.260405] usbcore: registered new interface driver lan78xx
[ 0.260616] usbcore: registered new interface driver smsc95xx
[ 0.260790] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288849] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.421433] NOHZ: local_softirq_pending 80
[ 0.441433] NOHZ: local_softirq_pending 80
[ 0.461433] NOHZ: local_softirq_pending 80
[ 0.481433] NOHZ: local_softirq_pending 80
[ 0.489202] Core Release: 2.80a
[ 0.489321] Setting default values for core params
[ 0.489488] Finished setting default values for core params
[ 0.689891] Using Buffer DMA mode
[ 0.689997] Periodic Transfer Interrupt Enhancement - disabled
[ 0.690162] Multiprocessor Interrupt Enhancement - disabled
[ 0.690320] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690453] Dedicated Tx FIFOs mode
[ 0.690906] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.691195] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.717591] dwc_otg: Microframe scheduler enabled
[ 0.717649] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.724200] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.730715] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.737216] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.743735] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.750302] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.756956] Init: Port Power? op_state=1
[ 0.763552] Init: Power Port (0)
[ 0.770226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.776828] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.783357] usb usb1: Product: DWC OTG Controller
[ 0.789793] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.796257] usb usb1: SerialNumber: 3f980000.usb
[ 0.803290] hub 1-0:1.0: USB hub found
[ 0.809715] hub 1-0:1.0: 1 port detected
[ 0.816631] dwc_otg: FIQ enabled
[ 0.816636] dwc_otg: NAK holdoff enabled
[ 0.816641] dwc_otg: FIQ split-transaction FSM enabled
[ 0.816651] Module dwc_common_port init
[ 0.816912] usbcore: registered new interface driver usb-storage
[ 0.823542] mousedev: PS/2 mouse device common for all mice
[ 0.829996] IR NEC protocol handler initialized
[ 0.836316] IR RC5(x/sz) protocol handler initialized
[ 0.842661] IR RC6 protocol handler initialized
[ 0.848996] IR JVC protocol handler initialized
[ 0.855283] IR Sony protocol handler initialized
[ 0.861615] IR SANYO protocol handler initialized
[ 0.867951] IR Sharp protocol handler initialized
[ 0.874253] IR MCE Keyboard/mouse protocol handler initialized
[ 0.880611] IR XMP protocol handler initialized
[ 0.887624] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.894286] bcm2835-cpufreq: min=600000 max=1200000
[ 0.900981] sdhci: Secure Digital Host Controller Interface driver
[ 0.907378] sdhci: Copyright(c) Pierre Ossman
[ 0.914016] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.920398] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.927200] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.933497] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.939884] usbcore: registered new interface driver usbhid
[ 0.946190] usbhid: USB HID core driver
[ 0.953070] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.960935] [vc_sm_connected_init]: start
[ 0.970538] [vc_sm_connected_init]: end - returning 0
[ 0.977551] Initializing XFRM netlink socket
[ 0.983917] NET: Registered protocol family 17
[ 0.990339] Key type dns_resolver registered
[ 0.997189] Registering SWP/SWPB emulation handler
[ 1.004313] registered taskstats version 1
[ 1.016843] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.023685] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.032273] Indeed it is in host mode hprt0 = 00021501
[ 1.061433] NOHZ: local_softirq_pending 80
[ 1.071432] NOHZ: local_softirq_pending 80
[ 1.081432] NOHZ: local_softirq_pending 80
[ 1.099263] console [ttyS0] disabled
[ 1.105856] 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.320296] Indeed it is in host mode hprt0 = 00001101
[ 1.647591] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 1.647601] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.647608] usb 1-1: Product: USB2.0 Hub
[ 1.658299] hub 1-1:1.0: USB hub found
[ 1.665458] hub 1-1:1.0: 4 ports detected
[ 2.289921] random: fast init done
[ 2.305263] console [ttyS0] enabled
[ 2.316912] sdhost: log_buf @ bad07000 (fad07000)
[ 2.401460] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.414649] of_cfs_init
[ 2.423794] of_cfs_init: OK
[ 2.433649] Waiting for root device /dev/mmcblk0p2...
[ 2.498194] mmc0: new high speed MMC card at address 0001
[ 2.510754] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.522074] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.534918] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.547650] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.560002] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.574697] mmcblk0: p1 p2
[ 2.593133] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 2.607261] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 2.657744] EXT4-fs (mmcblk0p2): recovery complete
[ 2.670100] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.685046] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.699294] devtmpfs: mounted
[ 2.701723] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 2.701733] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.702329] hub 1-1.1:1.0: USB hub found
[ 2.702409] hub 1-1.1:1.0: 3 ports detected
[ 2.761768] Freeing unused kernel memory: 1024K
[ 2.801473] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.898141] NOHZ: local_softirq_pending 40
[ 2.943557] usb 1-1.2: device descriptor read/all, error -32
[ 3.042817] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.060752] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 3.082178] systemd[1]: Detected architecture 'arm'.
[ 3.091468] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.211839] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.226615] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.244624] smsc95xx v1.0.6
[ 3.259163] NET: Registered protocol family 10
[ 3.272227] Segment Routing with IPv6
[ 3.283524] systemd[1]: Inserted module 'ipv6'
[ 3.297839] systemd[1]: Set hostname to <raspberrypi>.
[ 3.351748] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
[ 3.372153] 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.402403] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.467373] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.527309] usb 1-1.2: unable to read config index 0 descriptor/start: -32
[ 3.542075] usb 1-1.2: chopping to 0 config(s)
[ 3.555054] usb 1-1.2: string descriptor 0 read error: -32
[ 3.568430] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6015
[ 3.583177] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.598830] usb 1-1.2: no configuration chosen from 0 choices
[ 3.612420] usb 1-1.2: No support over 500mA
[ 3.715830] 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.731497] usb 1-1.3: new high-speed USB device number 7 using dwc_otg
[ 3.765057] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.781729] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.798003] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.821220] systemd[1]: Starting Remote File Systems (Pre).
[ 3.844338] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.867989] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 3.868001] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.868009] usb 1-1.3: Product: Ultra Fast Media
[ 3.868016] usb 1-1.3: Manufacturer: Generic
[ 3.868023] usb 1-1.3: SerialNumber: 000000225001
[ 3.868682] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 3.900816] scsi host0: usb-storage 1-1.3:1.0
[ 4.001476] usb 1-1.4: new full-speed USB device number 8 using dwc_otg
[ 4.140312] usb 1-1.4: unable to read config index 0 descriptor/all
[ 4.140324] usb 1-1.4: can't read configurations, error -32
[ 4.251578] usb 1-1.4: new full-speed USB device number 9 using dwc_otg
[ 4.303803] fuse init (API version 7.26)
[ 4.315539] i2c /dev entries driver
[ 4.404809] usb 1-1.4: device descriptor read/all, error -32
[ 4.419103] usb 1-1-port4: attempt power cycle
[ 4.739248] systemd-udevd[116]: starting version 215
[ 5.032810] rtc-ds1307 1-0068: registered as rtc0
[ 5.091584] usb 1-1.4: new full-speed USB device number 10 using dwc_otg
[ 5.131700] usb 1-1.4: unable to read config index 0 descriptor/all
[ 5.131719] usb 1-1.4: can't read configurations, error -32
[ 5.204365] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 5.231522] usb 1-1.4: new full-speed USB device number 11 using dwc_otg
[ 5.288540] dwc_otg: DEVICE:011 : update_urb_state_xfer_comp:747:trimming xfer length
[ 5.293106] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6015
[ 5.293124] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.293133] usb 1-1.4: Product: FT230X Basic UART
[ 5.293142] usb 1-1.4: Manufacturer: FTDI
[ 5.293150] usb 1-1.4: SerialNumber: DN04UY3G
[ 5.375245] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.385286] usbcore: registered new interface driver usbserial
[ 5.385349] usbcore: registered new interface driver usbserial_generic
[ 5.385415] usbserial: USB Serial support registered for generic
[ 5.403976] usbcore: registered new interface driver ftdi_sio
[ 5.404050] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 5.404476] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[ 5.404671] usb 1-1.4: Detected FT-X
[ 5.406566] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
[ 5.423351] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.748683] systemd-journald[114]: Received request to flush runtime journal from PID 1
[ 6.363258] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 6.723941] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 6.724119] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.750270] sd 0:0:0:0: [sda] Spinning up disk...
[ 8.270454] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.271045] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 9.191498] .
[ 9.193834] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 36.269687] random: crng init done
[ 36.269700] random: 7 urandom warning(s) missed due to ratelimiting
root@raspberrypi:~# lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/3p, 480M
|__ Port 1: Dev 5, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 3: Dev 7, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 4: Dev 11, If 0, Class=Vendor Specific Class, Driver=ftdi_sio, 12M
root@raspberrypi:~# lsusb
Bus 001 Device 011: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
Bus 001 Device 007: ID 0424:2240 Standard Microsystems Corp.
Bus 001 Device 006: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
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:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@raspberrypi:~# lsusb -v
Bus 001 Device 011: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0403 Future Technology Devices International, Ltd
idProduct 0x6015 Bridge(I2C/SPI/UART/FIFO)
bcdDevice 10.00
iManufacturer 1 (error)
iProduct 2 (error)
iSerial 3 (error)
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 90mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2 (error)
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 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 0x0040 1x 64 bytes
bInterval 0
Device Status: 0xe538
(Bus Powered)
Bus 001 Device 007: 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 006: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0403 Future Technology Devices International, Ltd
idProduct 0x6015 Bridge(I2C/SPI/UART/FIFO)
bcdDevice 10.00
iManufacturer 1 (error)
iProduct 2 (error)
iSerial 3 (error)
bNumConfigurations 0
Device Status: 0xe538
(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:0610 Genesys Logic, Inc. 4-port hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 2 TT per port
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x0610 4-port hub
bcdDevice 32.98
iManufacturer 0
iProduct 1 USB2.0 Hub
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 100mA
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 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.0103 power enable connect
Port 3: 0000.0503 highspeed power enable connect
Port 4: 0000.0103 power enable 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:18:40 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:18:12 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.000271] Console: colour dummy device 80x30
[ 0.000812] console [tty1] enabled
[ 0.000854] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000895] pid_max: default: 32768 minimum: 301
[ 0.001221] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001254] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002206] Disabling memory control group subsystem
[ 0.002297] CPU: Testing write buffer coherency: ok
[ 0.002724] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003145] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003286] Hierarchical SRCU implementation.
[ 0.003986] smp: Bringing up secondary CPUs ...
[ 0.004783] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005631] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006460] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006565] smp: Brought up 1 node, 4 CPUs
[ 0.006637] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006659] CPU: All CPU(s) started in HYP mode.
[ 0.006677] CPU: Virtualization extensions available.
[ 0.007573] devtmpfs: initialized
[ 0.017635] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018331] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018619] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019189] pinctrl core: initialized pinctrl subsystem
[ 0.019982] NET: Registered protocol family 16
[ 0.022611] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027453] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027486] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027699] Serial: AMBA PL011 UART driver
[ 0.029376] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029858] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061768] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063216] SCSI subsystem initialized
[ 0.063453] usbcore: registered new interface driver usbfs
[ 0.063529] usbcore: registered new interface driver hub
[ 0.063630] usbcore: registered new device driver usb
[ 0.070081] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071414] clocksource: Switched to clocksource arch_sys_counter
[ 0.148573] VFS: Disk quotas dquot_6.6.0
[ 0.148684] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148886] FS-Cache: Loaded
[ 0.149099] CacheFiles: Loaded
[ 0.157974] NET: Registered protocol family 2
[ 0.158712] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.158842] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159045] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159190] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159252] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159492] NET: Registered protocol family 1
[ 0.159963] RPC: Registered named UNIX socket transport module.
[ 0.159986] RPC: Registered udp transport module.
[ 0.160006] RPC: Registered tcp transport module.
[ 0.160025] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161428] NOHZ: local_softirq_pending 80
[ 0.161582] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164323] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.171432] NOHZ: local_softirq_pending 80
[ 0.172481] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173104] NFS: Registering the id_resolver key type
[ 0.173148] Key type id_resolver registered
[ 0.173167] Key type id_legacy registered
[ 0.173196] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175124] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175293] io scheduler noop registered
[ 0.175315] io scheduler deadline registered (default)
[ 0.175615] io scheduler cfq registered
[ 0.175636] io scheduler mq-deadline registered
[ 0.175656] io scheduler kyber registered
[ 0.178370] BCM2708FB: allocated DMA memory fad10000
[ 0.178415] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.214994] Console: switching to colour frame buffer device 160x64
[ 0.231412] NOHZ: local_softirq_pending 80
[ 0.237095] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.238677] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.238947] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.239637] vc-sm: Videocore shared memory driver
[ 0.240044] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.249916] brd: module loaded
[ 0.258888] loop: module loaded
[ 0.259017] Loading iSCSI transport class v2.0-870.
[ 0.259837] libphy: Fixed MDIO Bus: probed
[ 0.260065] usbcore: registered new interface driver lan78xx
[ 0.260278] usbcore: registered new interface driver smsc95xx
[ 0.260453] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288513] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.421411] NOHZ: local_softirq_pending 80
[ 0.441411] NOHZ: local_softirq_pending 80
[ 0.461411] NOHZ: local_softirq_pending 80
[ 0.481410] NOHZ: local_softirq_pending 80
[ 0.488850] Core Release: 2.80a
[ 0.488951] Setting default values for core params
[ 0.489110] Finished setting default values for core params
[ 0.689518] Using Buffer DMA mode
[ 0.689624] Periodic Transfer Interrupt Enhancement - disabled
[ 0.689789] Multiprocessor Interrupt Enhancement - disabled
[ 0.689948] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690080] Dedicated Tx FIFOs mode
[ 0.690535] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.690823] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.717104] dwc_otg: Microframe scheduler enabled
[ 0.717160] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.723689] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.730188] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.736719] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.743253] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.749923] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.756579] Init: Port Power? op_state=1
[ 0.763143] Init: Power Port (0)
[ 0.769788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.776319] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.782813] usb usb1: Product: DWC OTG Controller
[ 0.789210] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.795671] usb usb1: SerialNumber: 3f980000.usb
[ 0.802708] hub 1-0:1.0: USB hub found
[ 0.809120] hub 1-0:1.0: 1 port detected
[ 0.816066] dwc_otg: FIQ enabled
[ 0.816072] dwc_otg: NAK holdoff enabled
[ 0.816077] dwc_otg: FIQ split-transaction FSM enabled
[ 0.816087] Module dwc_common_port init
[ 0.816358] usbcore: registered new interface driver usb-storage
[ 0.822970] mousedev: PS/2 mouse device common for all mice
[ 0.829422] IR NEC protocol handler initialized
[ 0.835753] IR RC5(x/sz) protocol handler initialized
[ 0.842086] IR RC6 protocol handler initialized
[ 0.848423] IR JVC protocol handler initialized
[ 0.854721] IR Sony protocol handler initialized
[ 0.861030] IR SANYO protocol handler initialized
[ 0.867392] IR Sharp protocol handler initialized
[ 0.873688] IR MCE Keyboard/mouse protocol handler initialized
[ 0.880059] IR XMP protocol handler initialized
[ 0.887080] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.893735] bcm2835-cpufreq: min=600000 max=1200000
[ 0.900437] sdhci: Secure Digital Host Controller Interface driver
[ 0.906823] sdhci: Copyright(c) Pierre Ossman
[ 0.913462] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.919865] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.926660] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.932972] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.939357] usbcore: registered new interface driver usbhid
[ 0.945661] usbhid: USB HID core driver
[ 0.952557] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.960417] [vc_sm_connected_init]: start
[ 0.970070] [vc_sm_connected_init]: end - returning 0
[ 0.977075] Initializing XFRM netlink socket
[ 0.983448] NET: Registered protocol family 17
[ 0.989863] Key type dns_resolver registered
[ 0.996725] Registering SWP/SWPB emulation handler
[ 1.003863] registered taskstats version 1
[ 1.016401] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.023223] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.031418] NOHZ: local_softirq_pending 80
[ 1.031824] Indeed it is in host mode hprt0 = 00021501
[ 1.091986] console [ttyS0] disabled
[ 1.098809] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 1.296975] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.303738] Indeed it is in host mode hprt0 = 00001101
[ 1.627319] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 1.627329] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.627336] usb 1-1: Product: USB2.0 Hub
[ 1.641277] hub 1-1:1.0: USB hub found
[ 1.647566] hub 1-1:1.0: 4 ports detected
[ 2.259663] random: fast init done
[ 2.294281] console [ttyS0] enabled
[ 2.306215] sdhost: log_buf @ bad07000 (fad07000)
[ 2.391441] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.404909] of_cfs_init
[ 2.414217] of_cfs_init: OK
[ 2.424231] Waiting for root device /dev/mmcblk0p2...
[ 2.488162] mmc0: new high speed MMC card at address 0001
[ 2.500959] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.512480] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.525516] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.538465] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.551062] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.565978] mmcblk0: p1 p2
[ 2.591188] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.606406] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.620885] devtmpfs: mounted
[ 2.633836] Freeing unused kernel memory: 1024K
[ 2.660046] NOHZ: local_softirq_pending 40
[ 2.671073] NOHZ: local_softirq_pending 2c2
[ 2.711730] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 2.725673] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.740678] hub 1-1.1:1.0: USB hub found
[ 2.751643] hub 1-1.1:1.0: 3 ports detected
[ 2.871475] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.965131] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.982966] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 3.004232] systemd[1]: Detected architecture 'arm'.
[ 3.059105] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6015
[ 3.073631] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.088632] usb 1-1.2: Product: FT230X Basic UART
[ 3.100913] usb 1-1.2: Manufacturer: FTDI
[ 3.112438] usb 1-1.2: SerialNumber: DN017X68
[ 3.191494] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.199692] NET: Registered protocol family 10
[ 3.206470] Segment Routing with IPv6
[ 3.206668] systemd[1]: Inserted module 'ipv6'
[ 3.242179] systemd[1]: Set hostname to <raspberrypi>.
[ 3.314279] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.362002] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.376683] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.394454] smsc95xx v1.0.6
[ 3.417551] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.511482] usb 1-1.3: new high-speed USB device number 6 using dwc_otg
[ 3.529826] 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.604884] 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.638921] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.655334] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.671312] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.677957] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 3.677967] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.677974] usb 1-1.3: Product: Ultra Fast Media
[ 3.677980] usb 1-1.3: Manufacturer: Generic
[ 3.677987] usb 1-1.3: SerialNumber: 000000225001
[ 3.678688] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 3.771728] scsi host0: usb-storage 1-1.3:1.0
[ 3.789570] systemd[1]: Starting Remote File Systems (Pre).
[ 3.811842] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.871454] usb 1-1.4: new full-speed USB device number 7 using dwc_otg
[ 4.039275] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6015
[ 4.039292] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.039299] usb 1-1.4: Product: FT230X Basic UART
[ 4.039306] usb 1-1.4: Manufacturer: FTDI
[ 4.039313] usb 1-1.4: SerialNumber: DN04UY3G
[ 4.171754] fuse init (API version 7.26)
[ 4.183837] i2c /dev entries driver
[ 4.589800] systemd-udevd[116]: starting version 215
[ 4.792971] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 4.796255] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.808823] usbcore: registered new interface driver usbserial
[ 4.808907] usbcore: registered new interface driver usbserial_generic
[ 4.808978] usbserial: USB Serial support registered for generic
[ 4.824976] usbcore: registered new interface driver ftdi_sio
[ 4.825064] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 4.825367] ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
[ 4.825532] usb 1-1.2: Detected FT-X
[ 4.843000] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
[ 4.843411] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[ 4.843650] usb 1-1.4: Detected FT-X
[ 4.859232] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB1
[ 5.002409] rtc-ds1307 1-0068: registered as rtc0
[ 5.135757] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.270763] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.654849] systemd-journald[114]: Received request to flush runtime journal from PID 1
[ 6.254849] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 6.612658] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 6.613272] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.199217] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.200023] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
root@raspberrypi:~# reboot
Broadcast message from root@raspberrypi on pts/0 (Mon 2018-10-01 08:19:14 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:19:07 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.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.001223] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001256] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002210] Disabling memory control group subsystem
[ 0.002300] CPU: Testing write buffer coherency: ok
[ 0.002729] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003152] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003292] Hierarchical SRCU implementation.
[ 0.003990] smp: Bringing up secondary CPUs ...
[ 0.004791] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005642] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006469] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006575] smp: Brought up 1 node, 4 CPUs
[ 0.006647] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006669] CPU: All CPU(s) started in HYP mode.
[ 0.006687] CPU: Virtualization extensions available.
[ 0.007581] devtmpfs: initialized
[ 0.017643] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018341] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018585] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018629] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019199] pinctrl core: initialized pinctrl subsystem
[ 0.019996] NET: Registered protocol family 16
[ 0.022623] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027461] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027494] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027708] Serial: AMBA PL011 UART driver
[ 0.029383] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029865] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061768] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063218] SCSI subsystem initialized
[ 0.063458] usbcore: registered new interface driver usbfs
[ 0.063533] usbcore: registered new interface driver hub
[ 0.063635] usbcore: registered new device driver usb
[ 0.070084] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071442] clocksource: Switched to clocksource arch_sys_counter
[ 0.148575] VFS: Disk quotas dquot_6.6.0
[ 0.148687] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148890] FS-Cache: Loaded
[ 0.149104] CacheFiles: Loaded
[ 0.158065] NET: Registered protocol family 2
[ 0.158799] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.158927] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159130] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159278] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159339] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159579] NET: Registered protocol family 1
[ 0.160057] RPC: Registered named UNIX socket transport module.
[ 0.160080] RPC: Registered udp transport module.
[ 0.160099] RPC: Registered tcp transport module.
[ 0.160119] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161456] NOHZ: local_softirq_pending 80
[ 0.161679] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164419] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.172562] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173191] NFS: Registering the id_resolver key type
[ 0.173237] Key type id_resolver registered
[ 0.173257] Key type id_legacy registered
[ 0.173286] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175396] io scheduler noop registered
[ 0.175418] io scheduler deadline registered (default)
[ 0.175712] io scheduler cfq registered
[ 0.175734] io scheduler mq-deadline registered
[ 0.175754] io scheduler kyber registered
[ 0.178461] BCM2708FB: allocated DMA memory fad10000
[ 0.178505] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.215024] Console: switching to colour frame buffer device 160x64
[ 0.231440] NOHZ: local_softirq_pending 80
[ 0.237160] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.238742] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.239016] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.239707] vc-sm: Videocore shared memory driver
[ 0.240113] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.249941] brd: module loaded
[ 0.258901] loop: module loaded
[ 0.259032] Loading iSCSI transport class v2.0-870.
[ 0.259836] libphy: Fixed MDIO Bus: probed
[ 0.260063] usbcore: registered new interface driver lan78xx
[ 0.260276] usbcore: registered new interface driver smsc95xx
[ 0.260451] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288514] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.488850] Core Release: 2.80a
[ 0.488957] Setting default values for core params
[ 0.489124] Finished setting default values for core params
[ 0.689540] Using Buffer DMA mode
[ 0.689644] Periodic Transfer Interrupt Enhancement - disabled
[ 0.689810] Multiprocessor Interrupt Enhancement - disabled
[ 0.689970] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690101] Dedicated Tx FIFOs mode
[ 0.690614] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.690902] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.691500] dwc_otg: Microframe scheduler enabled
[ 0.691548] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.698544] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.705453] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.712366] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.719222] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.726123] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.732996] Init: Port Power? op_state=1
[ 0.739747] Init: Power Port (0)
[ 0.746663] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.753537] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.760478] usb usb1: Product: DWC OTG Controller
[ 0.767422] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.774374] usb usb1: SerialNumber: 3f980000.usb
[ 0.781886] hub 1-0:1.0: USB hub found
[ 0.788686] hub 1-0:1.0: 1 port detected
[ 0.795850] dwc_otg: FIQ enabled
[ 0.795856] dwc_otg: NAK holdoff enabled
[ 0.795861] dwc_otg: FIQ split-transaction FSM enabled
[ 0.795870] Module dwc_common_port init
[ 0.796116] usbcore: registered new interface driver usb-storage
[ 0.803014] mousedev: PS/2 mouse device common for all mice
[ 0.809770] IR NEC protocol handler initialized
[ 0.816475] IR RC5(x/sz) protocol handler initialized
[ 0.823244] IR RC6 protocol handler initialized
[ 0.829932] IR JVC protocol handler initialized
[ 0.836511] IR Sony protocol handler initialized
[ 0.843009] IR SANYO protocol handler initialized
[ 0.849507] IR Sharp protocol handler initialized
[ 0.855968] IR MCE Keyboard/mouse protocol handler initialized
[ 0.862489] IR XMP protocol handler initialized
[ 0.869736] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.876709] bcm2835-cpufreq: min=600000 max=1200000
[ 0.883748] sdhci: Secure Digital Host Controller Interface driver
[ 0.890522] sdhci: Copyright(c) Pierre Ossman
[ 0.897603] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.904615] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.911821] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.918658] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.925525] usbcore: registered new interface driver usbhid
[ 0.932191] usbhid: USB HID core driver
[ 0.939389] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.947498] [vc_sm_connected_init]: start
[ 0.957171] [vc_sm_connected_init]: end - returning 0
[ 0.964420] Initializing XFRM netlink socket
[ 0.971028] NET: Registered protocol family 17
[ 0.977697] Key type dns_resolver registered
[ 0.984758] Registering SWP/SWPB emulation handler
[ 0.991982] registered taskstats version 1
[ 1.004566] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.011345] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.019815] Indeed it is in host mode hprt0 = 00021501
[ 1.086849] console [ttyS0] disabled
[ 1.093663] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 1.115399] random: fast init done
[ 1.303690] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.308078] Indeed it is in host mode hprt0 = 00001101
[ 1.634722] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 1.634732] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.634740] usb 1-1: Product: USB2.0 Hub
[ 1.645344] hub 1-1:1.0: USB hub found
[ 1.652460] hub 1-1:1.0: 4 ports detected
[ 2.261894] console [ttyS0] enabled
[ 2.273595] sdhost: log_buf @ bad07000 (fad07000)
[ 2.361467] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.375022] of_cfs_init
[ 2.384488] of_cfs_init: OK
[ 2.394543] Waiting for root device /dev/mmcblk0p2...
[ 2.458137] mmc0: new high speed MMC card at address 0001
[ 2.470904] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.482408] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.495439] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.508358] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.520951] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.535824] mmcblk0: p1 p2
[ 2.561126] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.576437] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.590972] devtmpfs: mounted
[ 2.603961] Freeing unused kernel memory: 1024K
[ 2.661772] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 2.675914] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.691029] hub 1-1.1:1.0: USB hub found
[ 2.702156] hub 1-1.1:1.0: 3 ports detected
[ 2.714036] NOHZ: local_softirq_pending 40
[ 2.725073] NOHZ: local_softirq_pending 41
[ 2.831491] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.835507] NOHZ: local_softirq_pending 40
[ 2.888843] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.906834] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 2.928226] systemd[1]: Detected architecture 'arm'.
[ 3.009060] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6015
[ 3.023695] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.038757] usb 1-1.2: Product: FT230X Basic UART
[ 3.051314] usb 1-1.2: Manufacturer: FTDI
[ 3.062940] usb 1-1.2: SerialNumber: DN017X68
[ 3.062980] NET: Registered protocol family 10
[ 3.064041] Segment Routing with IPv6
[ 3.064236] systemd[1]: Inserted module 'ipv6'
[ 3.066735] systemd[1]: Set hostname to <raspberrypi>.
[ 3.169052] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.191508] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.249460] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.331946] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.346597] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.352261] NOHZ: local_softirq_pending 40
[ 3.375954] smsc95xx v1.0.6
[ 3.386933] NOHZ: local_softirq_pending 01
[ 3.432827] 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.466648] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.471500] usb 1-1.3: new high-speed USB device number 6 using dwc_otg
[ 3.485182] 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.518059] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.534207] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.557236] systemd[1]: Starting Remote File Systems (Pre).
[ 3.580102] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.617989] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 3.618001] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.618008] usb 1-1.3: Product: Ultra Fast Media
[ 3.618016] usb 1-1.3: Manufacturer: Generic
[ 3.618022] usb 1-1.3: SerialNumber: 000000225001
[ 3.618691] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 3.619533] scsi host0: usb-storage 1-1.3:1.0
[ 3.711469] usb 1-1.4: new full-speed USB device number 7 using dwc_otg
[ 3.857286] NOHZ: local_softirq_pending 40
[ 3.869262] NOHZ: local_softirq_pending c2
[ 3.880903] NOHZ: local_softirq_pending c2
[ 3.892693] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6015
[ 3.892704] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.892711] usb 1-1.4: Product: FT230X Basic UART
[ 3.892725] usb 1-1.4: Manufacturer: FTDI
[ 3.892731] usb 1-1.4: SerialNumber: DN04UY3G
[ 4.069418] fuse init (API version 7.26)
[ 4.084098] i2c /dev entries driver
[ 4.510005] systemd-udevd[116]: starting version 215
[ 4.635285] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 4.638378] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.731947] usbcore: registered new interface driver usbserial
[ 4.732038] usbcore: registered new interface driver usbserial_generic
[ 4.732100] usbserial: USB Serial support registered for generic
[ 4.744946] usbcore: registered new interface driver ftdi_sio
[ 4.745023] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 4.745321] ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
[ 4.745501] usb 1-1.2: Detected FT-X
[ 4.747875] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
[ 4.752139] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
[ 4.752340] usb 1-1.4: Detected FT-X
[ 4.762178] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB1
[ 4.873297] rtc-ds1307 1-0068: registered as rtc0
[ 5.023483] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.184495] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.574060] systemd-journald[114]: Received request to flush runtime journal from PID 1
[ 5.677529] random: crng init done
[ 5.677544] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.232292] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 6.612731] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 6.613160] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.127648] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.128380] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
root@raspberrypi:~# reboot
Broadcast message from root@raspberrypi on pts/0 (Mon 2018-10-01 08:20:10 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:24:10 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.000815] console [tty1] enabled
[ 0.000857] 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.001257] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002210] Disabling memory control group subsystem
[ 0.002304] CPU: Testing write buffer coherency: ok
[ 0.002738] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003156] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003295] Hierarchical SRCU implementation.
[ 0.003992] smp: Bringing up secondary CPUs ...
[ 0.004793] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005639] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006467] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006572] smp: Brought up 1 node, 4 CPUs
[ 0.006645] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006666] CPU: All CPU(s) started in HYP mode.
[ 0.006684] CPU: Virtualization extensions available.
[ 0.007581] devtmpfs: initialized
[ 0.017652] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018347] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018590] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018635] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019207] pinctrl core: initialized pinctrl subsystem
[ 0.020000] NET: Registered protocol family 16
[ 0.022629] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027473] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027505] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027721] Serial: AMBA PL011 UART driver
[ 0.029399] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029882] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061811] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063259] SCSI subsystem initialized
[ 0.063499] usbcore: registered new interface driver usbfs
[ 0.063574] usbcore: registered new interface driver hub
[ 0.063675] usbcore: registered new device driver usb
[ 0.070081] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071433] clocksource: Switched to clocksource arch_sys_counter
[ 0.148654] VFS: Disk quotas dquot_6.6.0
[ 0.148766] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148969] FS-Cache: Loaded
[ 0.149182] CacheFiles: Loaded
[ 0.158144] NET: Registered protocol family 2
[ 0.158876] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.159005] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159207] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159354] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159416] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159656] NET: Registered protocol family 1
[ 0.160130] RPC: Registered named UNIX socket transport module.
[ 0.160153] RPC: Registered udp transport module.
[ 0.160172] RPC: Registered tcp transport module.
[ 0.160192] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161447] NOHZ: local_softirq_pending 80
[ 0.161752] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164495] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.172644] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173270] NFS: Registering the id_resolver key type
[ 0.173314] Key type id_resolver registered
[ 0.173334] Key type id_legacy registered
[ 0.173363] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175478] io scheduler noop registered
[ 0.175500] io scheduler deadline registered (default)
[ 0.175796] io scheduler cfq registered
[ 0.175817] io scheduler mq-deadline registered
[ 0.175838] io scheduler kyber registered
[ 0.178546] BCM2708FB: allocated DMA memory fad10000
[ 0.178590] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.215305] Console: switching to colour frame buffer device 160x64
[ 0.237278] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.238856] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.239129] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.239824] vc-sm: Videocore shared memory driver
[ 0.240232] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.250111] brd: module loaded
[ 0.259092] loop: module loaded
[ 0.259222] Loading iSCSI transport class v2.0-870.
[ 0.260038] libphy: Fixed MDIO Bus: probed
[ 0.260267] usbcore: registered new interface driver lan78xx
[ 0.260481] usbcore: registered new interface driver smsc95xx
[ 0.260655] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288714] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.421428] NOHZ: local_softirq_pending 80
[ 0.441429] NOHZ: local_softirq_pending 80
[ 0.461428] NOHZ: local_softirq_pending 80
[ 0.481428] NOHZ: local_softirq_pending 80
[ 0.489067] Core Release: 2.80a
[ 0.489186] Setting default values for core params
[ 0.489352] Finished setting default values for core params
[ 0.689756] Using Buffer DMA mode
[ 0.689862] Periodic Transfer Interrupt Enhancement - disabled
[ 0.690026] Multiprocessor Interrupt Enhancement - disabled
[ 0.690184] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690318] Dedicated Tx FIFOs mode
[ 0.690770] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.691060] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.710975] dwc_otg: Microframe scheduler enabled
[ 0.711032] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.717594] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.724099] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.730614] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.737093] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.743647] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.750176] Init: Port Power? op_state=1
[ 0.756727] Init: Power Port (0)
[ 0.763440] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.770043] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.776627] usb usb1: Product: DWC OTG Controller
[ 0.783118] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.789574] usb usb1: SerialNumber: 3f980000.usb
[ 0.796597] hub 1-0:1.0: USB hub found
[ 0.802995] hub 1-0:1.0: 1 port detected
[ 0.809837] dwc_otg: FIQ enabled
[ 0.809843] dwc_otg: NAK holdoff enabled
[ 0.809848] dwc_otg: FIQ split-transaction FSM enabled
[ 0.809858] Module dwc_common_port init
[ 0.810127] usbcore: registered new interface driver usb-storage
[ 0.816764] mousedev: PS/2 mouse device common for all mice
[ 0.823255] IR NEC protocol handler initialized
[ 0.829614] IR RC5(x/sz) protocol handler initialized
[ 0.835916] IR RC6 protocol handler initialized
[ 0.842222] IR JVC protocol handler initialized
[ 0.848466] IR Sony protocol handler initialized
[ 0.854724] IR SANYO protocol handler initialized
[ 0.861010] IR Sharp protocol handler initialized
[ 0.867290] IR MCE Keyboard/mouse protocol handler initialized
[ 0.873588] IR XMP protocol handler initialized
[ 0.880602] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.887268] bcm2835-cpufreq: min=600000 max=1200000
[ 0.893983] sdhci: Secure Digital Host Controller Interface driver
[ 0.900352] sdhci: Copyright(c) Pierre Ossman
[ 0.906987] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.913514] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.920180] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.926498] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.932912] usbcore: registered new interface driver usbhid
[ 0.939194] usbhid: USB HID core driver
[ 0.946088] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.953956] [vc_sm_connected_init]: start
[ 0.963638] [vc_sm_connected_init]: end - returning 0
[ 0.970618] Initializing XFRM netlink socket
[ 0.977012] NET: Registered protocol family 17
[ 0.983455] Key type dns_resolver registered
[ 0.990283] Registering SWP/SWPB emulation handler
[ 0.997410] registered taskstats version 1
[ 1.009911] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.016774] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.025273] Indeed it is in host mode hprt0 = 00021501
[ 1.051427] NOHZ: local_softirq_pending 80
[ 1.071426] NOHZ: local_softirq_pending 80
[ 1.091425] NOHZ: local_softirq_pending 80
[ 1.092321] console [ttyS0] disabled
[ 1.104654] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 1.246165] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.302745] Indeed it is in host mode hprt0 = 00001101
[ 1.627568] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 1.627578] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.627585] usb 1-1: Product: USB2.0 Hub
[ 1.638627] hub 1-1:1.0: USB hub found
[ 1.647031] hub 1-1:1.0: 4 ports detected
[ 1.747220] random: fast init done
[ 2.299945] console [ttyS0] enabled
[ 2.311628] sdhost: log_buf @ bad07000 (fad07000)
[ 2.401461] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.414647] of_cfs_init
[ 2.443874] of_cfs_init: OK
[ 2.453765] Waiting for root device /dev/mmcblk0p2...
[ 2.524118] NOHZ: local_softirq_pending 282
[ 2.534880] NOHZ: local_softirq_pending 282
[ 2.549578] mmc0: new high speed MMC card at address 0001
[ 2.561586] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.575439] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.586779] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.599579] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.612378] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.626116] mmcblk0: p1 p2
[ 2.651161] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.666093] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.680241] devtmpfs: mounted
[ 2.693000] Freeing unused kernel memory: 1024K
[ 2.722057] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 2.735796] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.750609] hub 1-1.1:1.0: USB hub found
[ 2.761477] hub 1-1.1:1.0: 3 ports detected
[ 2.871477] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 3.014178] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.025717] usb 1-1.2: unable to read config index 0 descriptor/all
[ 3.025726] usb 1-1.2: can't read configurations, error -71
[ 3.057510] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 3.078704] systemd[1]: Detected architecture 'arm'.
[ 3.111470] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.226738] NET: Registered protocol family 10
[ 3.239753] Segment Routing with IPv6
[ 3.250939] systemd[1]: Inserted module 'ipv6'
[ 3.251772] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.251783] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.254444] smsc95xx v1.0.6
[ 3.304409] systemd[1]: Set hostname to <raspberrypi>.
[ 3.346289] 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.366350] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
[ 3.409701] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.489234] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.540218] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6015
[ 3.554964] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.570077] usb 1-1.2: Product: FT230X Basic UART
[ 3.583113] usb 1-1.2: can't set config #1, error -32
[ 3.691495] usb 1-1.3: new high-speed USB device number 7 using dwc_otg
[ 3.711304] 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.745665] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.762214] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.778122] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.800923] systemd[1]: Starting Remote File Systems (Pre).
[ 3.823998] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.837972] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 3.837983] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.837990] usb 1-1.3: Product: Ultra Fast Media
[ 3.837997] usb 1-1.3: Manufacturer: Generic
[ 3.838003] usb 1-1.3: SerialNumber: 000000225001
[ 3.838679] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 3.931818] scsi host0: usb-storage 1-1.3:1.0
[ 4.041504] usb 1-1.4: new full-speed USB device number 8 using dwc_otg
[ 4.192989] usb 1-1.4: unable to read config index 0 descriptor/all
[ 4.207548] usb 1-1.4: can't read configurations, error -32
[ 4.242776] fuse init (API version 7.26)
[ 4.279905] i2c /dev entries driver
[ 4.301530] usb 1-1.4: new full-speed USB device number 9 using dwc_otg
[ 4.433581] usb 1-1.4: device descriptor read/all, error -32
[ 4.447070] usb 1-1-port4: attempt power cycle
[ 4.711683] systemd-udevd[116]: starting version 215
[ 4.962654] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 4.965583] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.993225] rtc-ds1307 1-0068: registered as rtc0
[ 5.111738] usb 1-1.4: new full-speed USB device number 10 using dwc_otg
[ 5.153593] usb 1-1.4: unable to read config index 0 descriptor/all
[ 5.153611] usb 1-1.4: can't read configurations, error -32
[ 5.251838] usb 1-1.4: new full-speed USB device number 11 using dwc_otg
[ 5.286463] usb 1-1.4: device descriptor read/all, error -32
[ 5.286759] usb 1-1-port4: unable to enumerate USB device
[ 5.357298] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.384085] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.710614] systemd-journald[114]: Received request to flush runtime journal from PID 1
[ 6.699577] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 7.052638] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 7.052878] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.575662] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.576033] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
root@raspberrypi:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment