Skip to content

Instantly share code, notes, and snippets.

@mypiandrew
Created September 28, 2018 13:50
Show Gist options
  • Save mypiandrew/f97f7186742cfb8ddf4a5e287b215c17 to your computer and use it in GitHub Desktop.
Save mypiandrew/f97f7186742cfb8ddf4a5e287b215c17 to your computer and use it in GitHub Desktop.
[ 3.361506] usb 1-1.2: device not accepting address 4, error -32
[ 3.408991] random: systemd: uninitialized urandom read (16 bytes read)
[ 3.481508] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[ 3.577497] 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.610716] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.621911] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.621921] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.628723] smsc95xx v1.0.6
[ 3.667670] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.683437] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.705886] systemd[1]: Starting Remote File Systems (Pre).
[ 3.714971] 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.731468] usb 1-1.2: new full-speed USB device number 6 using dwc_otg
[ 3.763397] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.831474] usb 1-1.2: device descriptor read/64, error -32
[ 4.051559] usb 1-1.2: device descriptor read/64, error -32
[ 4.091123] fuse init (API version 7.26)
[ 4.129810] i2c /dev entries driver
[ 4.181868] usb 1-1-port2: attempt power cycle
[ 4.560012] systemd-udevd[116]: starting version 215
[ 4.816609] rtc-ds1307 1-0068: registered as rtc0
[ 4.841575] usb 1-1.2: new full-speed USB device number 7 using dwc_otg
[ 5.222594] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.281551] usb 1-1.2: device not accepting address 7, error -32
[ 5.391519] usb 1-1.2: new full-speed USB device number 8 using dwc_otg
[ 5.546482] systemd-journald[114]: Received request to flush runtime journal from PID 1
[ 5.831453] usb 1-1.2: device not accepting address 8, error -32
[ 5.831723] usb 1-1-port2: unable to enumerate USB device
[ 5.941453] usb 1-1.3: new high-speed USB device number 9 using dwc_otg
[ 6.077753] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 6.077760] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.077765] usb 1-1.3: Product: Ultra Fast Media
[ 6.077769] usb 1-1.3: Manufacturer: Generic
[ 6.077773] usb 1-1.3: SerialNumber: 000000225001
[ 6.078215] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 6.078700] scsi host0: usb-storage 1-1.3:1.0
[ 6.171453] usb 1-1.4: new full-speed USB device number 10 using dwc_otg
[ 6.271466] usb 1-1.4: device descriptor read/64, error -32
[ 6.491464] usb 1-1.4: device descriptor read/64, error -32
[ 6.711465] usb 1-1.4: new full-speed USB device number 11 using dwc_otg
[ 6.811461] usb 1-1.4: device descriptor read/64, error -32
[ 7.031464] usb 1-1.4: device descriptor read/64, error -32
[ 7.151723] usb 1-1-port4: attempt power cycle
[ 7.413828] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 7.811446] usb 1-1.4: new full-speed USB device number 12 using dwc_otg
[ 8.251439] usb 1-1.4: device not accepting address 12, error -32
[ 8.351443] usb 1-1.4: new full-speed USB device number 13 using dwc_otg
[ 8.791445] usb 1-1.4: device not accepting address 13, error -32
[ 8.791674] usb 1-1-port4: unable to enumerate USB device
[ 8.845245] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.410416] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:110588k SSFS
[ 9.793882] smsc95xx 1-1.1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 9.959956] sd 0:0:0:0: [sda] Spinning up disk...
[ 11.333813] smsc95xx 1-1.1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 11.431471] .
[ 11.434118] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 35.716128] random: crng init done
[ 35.716139] random: 7 urandom warning(s) missed due to ratelimiting
root@raspberrypi:~# cat /boot/cmdline.txt
console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait maxcpus=4 dwc_otg.fiq_fsm_mask=0x0
root@raspberrypi:~# uname -a
Linux raspberrypi 4.14.72-v7+ #1146 SMP Wed Sep 26 16:58:28 BST 2018 armv7l GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment