Skip to content

Instantly share code, notes, and snippets.

@mypiandrew
Created October 1, 2018 08:27
Show Gist options
  • Save mypiandrew/256c138ab9fe48a0f21375cb81d4fd44 to your computer and use it in GitHub Desktop.
Save mypiandrew/256c138ab9fe48a0f21375cb81d4fd44 to your computer and use it in GitHub Desktop.
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:41 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.000855] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000896] pid_max: default: 32768 minimum: 301
[ 0.001225] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001259] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002212] Disabling memory control group subsystem
[ 0.002305] CPU: Testing write buffer coherency: ok
[ 0.002732] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003149] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003287] Hierarchical SRCU implementation.
[ 0.003986] smp: Bringing up secondary CPUs ...
[ 0.004786] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005633] 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.006641] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006662] CPU: All CPU(s) started in HYP mode.
[ 0.006680] CPU: Virtualization extensions available.
[ 0.007572] devtmpfs: initialized
[ 0.017640] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018336] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018624] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019195] pinctrl core: initialized pinctrl subsystem
[ 0.019990] NET: Registered protocol family 16
[ 0.022625] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027470] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027502] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027715] Serial: AMBA PL011 UART driver
[ 0.029391] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.029873] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.061778] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063226] SCSI subsystem initialized
[ 0.063466] usbcore: registered new interface driver usbfs
[ 0.063540] usbcore: registered new interface driver hub
[ 0.063641] usbcore: registered new device driver usb
[ 0.070081] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071436] clocksource: Switched to clocksource arch_sys_counter
[ 0.148675] VFS: Disk quotas dquot_6.6.0
[ 0.148787] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148989] FS-Cache: Loaded
[ 0.149201] CacheFiles: Loaded
[ 0.158150] NET: Registered protocol family 2
[ 0.158882] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.159011] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159213] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159359] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159421] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159660] NET: Registered protocol family 1
[ 0.160134] RPC: Registered named UNIX socket transport module.
[ 0.160158] RPC: Registered udp transport module.
[ 0.160177] RPC: Registered tcp transport module.
[ 0.160197] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161769] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164505] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.172653] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173282] NFS: Registering the id_resolver key type
[ 0.173327] Key type id_resolver registered
[ 0.173347] Key type id_legacy registered
[ 0.173376] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175486] io scheduler noop registered
[ 0.175508] io scheduler deadline registered (default)
[ 0.175805] io scheduler cfq registered
[ 0.175826] io scheduler mq-deadline registered
[ 0.175847] io scheduler kyber registered
[ 0.178553] BCM2708FB: allocated DMA memory fad10000
[ 0.178597] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.215350] Console: switching to colour frame buffer device 160x64
[ 0.231434] NOHZ: local_softirq_pending 80
[ 0.237501] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.239076] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.239348] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.240044] vc-sm: Videocore shared memory driver
[ 0.240452] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.250277] brd: module loaded
[ 0.259271] loop: module loaded
[ 0.259402] Loading iSCSI transport class v2.0-870.
[ 0.260210] libphy: Fixed MDIO Bus: probed
[ 0.260438] usbcore: registered new interface driver lan78xx
[ 0.260649] usbcore: registered new interface driver smsc95xx
[ 0.260824] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288885] 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.481432] NOHZ: local_softirq_pending 80
[ 0.489232] Core Release: 2.80a
[ 0.489352] Setting default values for core params
[ 0.489515] Finished setting default values for core params
[ 0.689915] Using Buffer DMA mode
[ 0.690021] Periodic Transfer Interrupt Enhancement - disabled
[ 0.690186] Multiprocessor Interrupt Enhancement - disabled
[ 0.690344] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690476] Dedicated Tx FIFOs mode
[ 0.690928] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.691217] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.717566] dwc_otg: Microframe scheduler enabled
[ 0.717624] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.724181] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.730687] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.737183] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.743653] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.750167] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.756705] Init: Port Power? op_state=1
[ 0.763249] Init: Power Port (0)
[ 0.769926] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.776519] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.783047] usb usb1: Product: DWC OTG Controller
[ 0.789479] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.795933] usb usb1: SerialNumber: 3f980000.usb
[ 0.802963] hub 1-0:1.0: USB hub found
[ 0.809373] hub 1-0:1.0: 1 port detected
[ 0.816281] dwc_otg: FIQ enabled
[ 0.816287] dwc_otg: NAK holdoff enabled
[ 0.816292] dwc_otg: FIQ split-transaction FSM enabled
[ 0.816302] Module dwc_common_port init
[ 0.816579] usbcore: registered new interface driver usb-storage
[ 0.823209] mousedev: PS/2 mouse device common for all mice
[ 0.829662] IR NEC protocol handler initialized
[ 0.835972] IR RC5(x/sz) protocol handler initialized
[ 0.842301] IR RC6 protocol handler initialized
[ 0.848623] IR JVC protocol handler initialized
[ 0.854895] IR Sony protocol handler initialized
[ 0.861207] IR SANYO protocol handler initialized
[ 0.867540] IR Sharp protocol handler initialized
[ 0.873838] IR MCE Keyboard/mouse protocol handler initialized
[ 0.880188] IR XMP protocol handler initialized
[ 0.887189] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.893828] bcm2835-cpufreq: min=600000 max=1200000
[ 0.900496] sdhci: Secure Digital Host Controller Interface driver
[ 0.906864] sdhci: Copyright(c) Pierre Ossman
[ 0.913477] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.919851] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.926632] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.932922] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.939295] usbcore: registered new interface driver usbhid
[ 0.945586] usbhid: USB HID core driver
[ 0.952449] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.960283] [vc_sm_connected_init]: start
[ 0.969912] [vc_sm_connected_init]: end - returning 0
[ 0.976908] Initializing XFRM netlink socket
[ 0.983258] NET: Registered protocol family 17
[ 0.989663] Key type dns_resolver registered
[ 0.996507] Registering SWP/SWPB emulation handler
[ 1.003610] registered taskstats version 1
[ 1.016137] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.022955] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.031521] console [ttyS0] disabled
[ 1.038318] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 2.111116] console [ttyS0] enabled
[ 2.122542] Indeed it is in host mode hprt0 = 00021501
[ 2.194991] sdhost: log_buf @ bad07000 (fad07000)
[ 2.234572] random: fast init done
[ 2.281466] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.294910] of_cfs_init
[ 2.304187] of_cfs_init: OK
[ 2.314182] Waiting for root device /dev/mmcblk0p2...
[ 2.341475] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.355118] Indeed it is in host mode hprt0 = 00001101
[ 2.371433] NOHZ: local_softirq_pending 80
[ 2.421433] NOHZ: local_softirq_pending 80
[ 2.444004] mmc0: new high speed MMC card at address 0001
[ 2.456777] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.468276] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.481287] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.494180] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.508385] mmcblk0: p1 p2
[ 2.533337] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 2.547550] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 2.568082] NOHZ: local_softirq_pending 40
[ 2.578936] NOHZ: local_softirq_pending 2c2
[ 2.589782] NOHZ: local_softirq_pending 2c2
[ 2.622816] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 2.636370] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.650360] usb 1-1: Product: USB2.0 Hub
[ 2.661834] hub 1-1:1.0: USB hub found
[ 2.672535] hub 1-1:1.0: 4 ports detected
[ 2.697650] EXT4-fs (mmcblk0p2): recovery complete
[ 2.709953] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.724908] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.739240] devtmpfs: mounted
[ 2.752087] Freeing unused kernel memory: 1024K
[ 2.998552] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.016385] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 3.021494] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 3.051869] systemd[1]: Detected architecture 'arm'.
[ 3.151742] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 3.166234] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.181782] hub 1-1.1:1.0: USB hub found
[ 3.193302] hub 1-1.1:1.0: 3 ports detected
[ 3.198595] NET: Registered protocol family 10
[ 3.199715] Segment Routing with IPv6
[ 3.199916] systemd[1]: Inserted module 'ipv6'
[ 3.238839] systemd[1]: Set hostname to <raspberrypi>.
[ 3.312297] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.331509] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 3.402574] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.509132] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6015
[ 3.523492] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.538216] usb 1-1.2: Product: FT230X Basic UART
[ 3.550263] usb 1-1.2: Manufacturer: FTDI
[ 3.561550] usb 1-1.2: SerialNumber: DN01VO6Q
[ 3.617158] 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.646925] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.654665] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.655064] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.655139] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.713099] systemd[1]: Starting Remote File Systems (Pre).
[ 3.734583] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.841908] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.841918] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.844599] smsc95xx v1.0.6
[ 3.941517] usb 1-1.3: new high-speed USB device number 6 using dwc_otg
[ 3.945904] 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
[ 4.084256] fuse init (API version 7.26)
[ 4.108030] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 4.108041] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.108048] usb 1-1.3: Product: Ultra Fast Media
[ 4.108055] usb 1-1.3: Manufacturer: Generic
[ 4.108061] usb 1-1.3: SerialNumber: 000000225001
[ 4.108825] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 4.109566] scsi host0: usb-storage 1-1.3:1.0
[ 4.120097] i2c /dev entries driver
[ 4.618742] systemd-udevd[117]: starting version 215
[ 4.986122] rtc-ds1307 1-0068: registered as rtc0
[ 5.100947] usbcore: registered new interface driver usbserial
[ 5.101026] usbcore: registered new interface driver usbserial_generic
[ 5.101088] usbserial: USB Serial support registered for generic
[ 5.165303] usbcore: registered new interface driver ftdi_sio
[ 5.165379] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 5.165683] ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
[ 5.165843] usb 1-1.2: Detected FT-X
[ 5.180601] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
[ 5.218830] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.451703] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 5.476862] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.635002] systemd-journald[115]: Received request to flush runtime journal from PID 1
[ 6.571650] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 6.903875] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 6.904066] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.990174] sd 0:0:0:0: [sda] Spinning up disk...
[ 8.490250] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.490775] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 9.431467] .
[ 9.434086] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 26.113621] random: crng init done
[ 26.113633] random: 7 urandom warning(s) missed due to ratelimiting
root@raspberrypi:~# reboot
Broadcast message from root@raspberrypi on pts/0 (Mon 2018-10-01 08:24:20 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:14 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.000811] 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.001221] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001254] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002209] Disabling memory control group subsystem
[ 0.002301] CPU: Testing write buffer coherency: ok
[ 0.002729] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003150] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003291] Hierarchical SRCU implementation.
[ 0.003990] smp: Bringing up secondary CPUs ...
[ 0.004790] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005636] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006465] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006571] smp: Brought up 1 node, 4 CPUs
[ 0.006643] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006664] CPU: All CPU(s) started in HYP mode.
[ 0.006682] CPU: Virtualization extensions available.
[ 0.007578] devtmpfs: initialized
[ 0.017640] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.018333] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.018577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018622] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019196] pinctrl core: initialized pinctrl subsystem
[ 0.019994] NET: Registered protocol family 16
[ 0.022621] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.027464] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.027497] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.027713] Serial: AMBA PL011 UART driver
[ 0.029391] 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.061789] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dmachans=0x1
[ 0.063234] SCSI subsystem initialized
[ 0.063474] usbcore: registered new interface driver usbfs
[ 0.063549] usbcore: registered new interface driver hub
[ 0.063651] usbcore: registered new device driver usb
[ 0.070082] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-09-21 15:43
[ 0.071433] clocksource: Switched to clocksource arch_sys_counter
[ 0.148611] VFS: Disk quotas dquot_6.6.0
[ 0.148720] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148923] FS-Cache: Loaded
[ 0.149138] CacheFiles: Loaded
[ 0.158053] NET: Registered protocol family 2
[ 0.158789] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.158918] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.159120] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.159267] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159328] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.159568] NET: Registered protocol family 1
[ 0.160038] RPC: Registered named UNIX socket transport module.
[ 0.160062] RPC: Registered udp transport module.
[ 0.160081] RPC: Registered tcp transport module.
[ 0.160100] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.161448] NOHZ: local_softirq_pending 80
[ 0.161662] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.164403] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.172545] FS-Cache: Netfs 'nfs' registered for caching
[ 0.173172] NFS: Registering the id_resolver key type
[ 0.173216] Key type id_resolver registered
[ 0.173236] Key type id_legacy registered
[ 0.173265] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.175218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.175377] io scheduler noop registered
[ 0.175399] io scheduler deadline registered (default)
[ 0.175694] io scheduler cfq registered
[ 0.175715] io scheduler mq-deadline registered
[ 0.175736] io scheduler kyber registered
[ 0.178448] BCM2708FB: allocated DMA memory fad10000
[ 0.178493] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.215027] Console: switching to colour frame buffer device 160x64
[ 0.231432] NOHZ: local_softirq_pending 80
[ 0.237132] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.238705] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.238978] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.239669] vc-sm: Videocore shared memory driver
[ 0.240076] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.249918] brd: module loaded
[ 0.258903] loop: module loaded
[ 0.259034] Loading iSCSI transport class v2.0-870.
[ 0.259840] libphy: Fixed MDIO Bus: probed
[ 0.260065] usbcore: registered new interface driver lan78xx
[ 0.260279] usbcore: registered new interface driver smsc95xx
[ 0.260456] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.288514] dwc_otg 3f980000.usb: base=0xf0980000
[ 0.421429] NOHZ: local_softirq_pending 80
[ 0.441430] NOHZ: local_softirq_pending 80
[ 0.461430] NOHZ: local_softirq_pending 80
[ 0.481429] NOHZ: local_softirq_pending 80
[ 0.488869] Core Release: 2.80a
[ 0.488988] Setting default values for core params
[ 0.489154] Finished setting default values for core params
[ 0.689555] Using Buffer DMA mode
[ 0.689661] Periodic Transfer Interrupt Enhancement - disabled
[ 0.689826] Multiprocessor Interrupt Enhancement - disabled
[ 0.689984] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.690118] Dedicated Tx FIFOs mode
[ 0.690570] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.690857] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.717306] dwc_otg: Microframe scheduler enabled
[ 0.717362] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9da8
[ 0.723934] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea110 length 36
[ 0.730455] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[ 0.736984] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.743499] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.750092] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.756758] Init: Port Power? op_state=1
[ 0.763354] Init: Power Port (0)
[ 0.770050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.776657] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.783214] usb usb1: Product: DWC OTG Controller
[ 0.789666] usb usb1: Manufacturer: Linux 4.14.72-v7+ dwc_otg_hcd
[ 0.796128] usb usb1: SerialNumber: 3f980000.usb
[ 0.803182] hub 1-0:1.0: USB hub found
[ 0.809605] hub 1-0:1.0: 1 port detected
[ 0.816564] dwc_otg: FIQ enabled
[ 0.816569] dwc_otg: NAK holdoff enabled
[ 0.816574] dwc_otg: FIQ split-transaction FSM enabled
[ 0.816585] Module dwc_common_port init
[ 0.816858] usbcore: registered new interface driver usb-storage
[ 0.823511] mousedev: PS/2 mouse device common for all mice
[ 0.829969] IR NEC protocol handler initialized
[ 0.836317] IR RC5(x/sz) protocol handler initialized
[ 0.842673] IR RC6 protocol handler initialized
[ 0.849031] IR JVC protocol handler initialized
[ 0.855343] IR Sony protocol handler initialized
[ 0.861680] IR SANYO protocol handler initialized
[ 0.868045] IR Sharp protocol handler initialized
[ 0.874356] IR MCE Keyboard/mouse protocol handler initialized
[ 0.880731] IR XMP protocol handler initialized
[ 0.887770] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.894437] bcm2835-cpufreq: min=600000 max=1200000
[ 0.901145] sdhci: Secure Digital Host Controller Interface driver
[ 0.907551] sdhci: Copyright(c) Pierre Ossman
[ 0.914194] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.920607] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.927416] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.933752] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.940154] usbcore: registered new interface driver usbhid
[ 0.946462] usbhid: USB HID core driver
[ 0.953376] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.961239] [vc_sm_connected_init]: start
[ 0.970883] [vc_sm_connected_init]: end - returning 0
[ 0.977903] Initializing XFRM netlink socket
[ 0.984299] NET: Registered protocol family 17
[ 0.990729] Key type dns_resolver registered
[ 0.997585] Registering SWP/SWPB emulation handler
[ 1.004714] registered taskstats version 1
[ 1.017266] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 1.024115] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.032653] Indeed it is in host mode hprt0 = 00021501
[ 1.061429] NOHZ: local_softirq_pending 80
[ 1.071429] NOHZ: local_softirq_pending 80
[ 1.081428] NOHZ: local_softirq_pending 80
[ 1.099655] console [ttyS0] disabled
[ 1.106275] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 1.316272] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.320721] Indeed it is in host mode hprt0 = 00001101
[ 1.648010] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 1.648021] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.648027] usb 1-1: Product: USB2.0 Hub
[ 1.658726] hub 1-1:1.0: USB hub found
[ 1.665884] hub 1-1:1.0: 4 ports detected
[ 2.298090] random: fast init done
[ 2.305631] console [ttyS0] enabled
[ 2.317285] sdhost: log_buf @ bad07000 (fad07000)
[ 2.371451] NOHZ: local_softirq_pending 82
[ 2.411465] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.424646] of_cfs_init
[ 2.453896] of_cfs_init: OK
[ 2.463762] Waiting for root device /dev/mmcblk0p2...
[ 2.538039] mmc0: new high speed MMC card at address 0001
[ 2.550615] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.561932] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.574548] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.588165] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.601105] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.614866] mmcblk0: p1 p2
[ 2.641188] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.656282] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.670636] devtmpfs: mounted
[ 2.683397] Freeing unused kernel memory: 1024K
[ 2.721717] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 2.735602] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.750493] hub 1-1.1:1.0: USB hub found
[ 2.761492] hub 1-1.1:1.0: 3 ports detected
[ 2.871482] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.998711] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.016574] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 3.037918] systemd[1]: Detected architecture 'arm'.
[ 3.171686] NET: Registered protocol family 10
[ 3.184720] Segment Routing with IPv6
[ 3.196027] systemd[1]: Inserted module 'ipv6'
[ 3.210319] systemd[1]: Set hostname to <raspberrypi>.
[ 3.283560] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
[ 3.348517] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.421497] usb 1-1.2: device not accepting address 4, error -32
[ 3.515745] 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.531536] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.564017] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.580129] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.595745] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.617967] systemd[1]: Starting Remote File Systems (Pre).
[ 3.640064] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.661789] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.661799] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.664445] smsc95xx v1.0.6
[ 3.755023] 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.981586] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
[ 4.000887] fuse init (API version 7.26)
[ 4.012068] i2c /dev entries driver
[ 4.081499] usb 1-1.2: device descriptor read/64, error -71
[ 4.311576] usb 1-1.2: device descriptor read/64, error -32
[ 4.431855] usb 1-1-port2: attempt power cycle
[ 4.474611] systemd-udevd[115]: starting version 215
[ 4.790966] rtc-ds1307 1-0068: registered as rtc0
[ 5.091520] usb 1-1.2: new full-speed USB device number 7 using dwc_otg
[ 5.140136] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.452501] systemd-journald[113]: Received request to flush runtime journal from PID 1
[ 5.531484] usb 1-1.2: device not accepting address 7, error -32
[ 5.631524] usb 1-1.2: new full-speed USB device number 8 using dwc_otg
[ 6.081449] usb 1-1.2: device not accepting address 8, error -32
[ 6.081670] usb 1-1-port2: unable to enumerate USB device
[ 6.181439] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[ 6.317700] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 6.317707] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.317711] usb 1-1.3: Product: Ultra Fast Media
[ 6.317716] usb 1-1.3: Manufacturer: Generic
[ 6.317720] usb 1-1.3: SerialNumber: 000000225001
[ 6.318349] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 6.318872] scsi host0: usb-storage 1-1.3:1.0
[ 7.086238] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 7.352358] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 7.356866] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 7.360246] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 7.442681] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 7.443041] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.053312] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 9.057011] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 37.996113] random: crng init done
[ 37.996124] 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