[H-GEN] help! problem with real time clock

Peter Robinson pjr at itee.uq.edu.au
Mon Dec 5 19:43:28 EST 2016


Hi All,
I have an old Raspberry Pi lying around and want to turn it into a 
project that needs a real time clock. I got a Piface shim realtime clock.
I thought I had it all working well except it has a problem that I don't 
understand.
If I do a "cold boot" i.e. leave the RPi unplugged for some time (10 
mins seems to be enough in some experiments) then /dev/rtc is not 
created and so the scrip for initializing the rtc and setting the time 
from the rtc fails. If I then do a shutdown and boot within say 5 mins 
then it works fine.
I have attached dmesg for when it works and doesn't work. I think line 
281 is where things first go pear shaped

cold: rtc-ds1307: probe of 1-006f failed with error -5
warm: rtc-ds1307 1-006f: rtc core: registered mcp7941x as rtc0

Any thoughts much appreciated.

Peter

PS I even did a fresh install of the latest OS (jessie).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.humbug.org.au/pipermail/general/attachments/20161206/3fa16386/attachment-0001.html>
-------------- next part --------------
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.34+ (dc4 at dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #930 Wed Nov 23 15:12:30 GMT 2016
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine model: Raspberry Pi Model B Rev 2
[    0.000000] cma: Reserved 8 MiB at 0x1b400000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 114688
[    0.000000] free_area_init_node: node 0, pgdat c08843cc, node_mem_map db010000
[    0.000000]   Normal zone: 1008 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 114688 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 113680
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708.boardrev=0xe bcm2708.serial=0x2d69b3b2 smsc95xx.macaddr=B8:27:EB:69:B3:B2 bcm2708_fb.fbswap=1 bcm2708.uart_clock=48000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 436512K/458752K available (6059K kernel code, 437K rwdata, 1844K rodata, 380K init, 726K bss, 14048K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xdc800000 - 0xff800000   ( 560 MB)
    lowmem  : 0xc0000000 - 0xdc000000   ( 448 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc07c0008   (7905 kB)
      .init : 0xc07c1000 - 0xc0820000   ( 380 kB)
      .data : 0xc0820000 - 0xc088d490   ( 438 kB)
       .bss : 0xc088d490 - 0xc0943050   ( 727 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000029] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000072] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000172] bcm2835: system timer (irq = 27)
[    0.000482] Console: colour dummy device 80x30
[    0.000717] console [tty1] enabled
[    0.000747] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[    0.060310] pid_max: default: 32768 minimum: 301
[    0.060685] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060714] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.061704] Disabling cpuset control group subsystem
[    0.061757] Initializing cgroup subsys io
[    0.061795] Initializing cgroup subsys memory
[    0.061855] Initializing cgroup subsys devices
[    0.061888] Initializing cgroup subsys freezer
[    0.061918] Initializing cgroup subsys net_cls
[    0.062003] CPU: Testing write buffer coherency: ok
[    0.062079] ftrace: allocating 20645 entries in 61 pages
[    0.172667] Setting up static identity map for 0x81c0 - 0x81f8
[    0.174514] devtmpfs: initialized
[    0.184277] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[    0.184800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.186578] pinctrl core: initialized pinctrl subsystem
[    0.187464] NET: Registered protocol family 16
[    0.193105] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.201770] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.201800] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.201977] Serial: AMBA PL011 UART driver
[    0.202501] 20201000.uart: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[    0.202890] console [ttyAMA0] enabled
[    0.203659] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[    0.247867] bcm2835-dma 20007000.dma: DMA legacy API manager at f2007000, dmachans=0x1
[    0.248739] SCSI subsystem initialized
[    0.249069] usbcore: registered new interface driver usbfs
[    0.249223] usbcore: registered new interface driver hub
[    0.249434] usbcore: registered new device driver usb
[    0.252579] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-11-25 16:03
[    0.280378] clocksource: Switched to clocksource timer
[    0.333057] FS-Cache: Loaded
[    0.333466] CacheFiles: Loaded
[    0.352786] NET: Registered protocol family 2
[    0.354125] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.354230] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.354332] TCP: Hash tables configured (established 4096 bind 4096)
[    0.354437] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.354477] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.354822] NET: Registered protocol family 1
[    0.355420] RPC: Registered named UNIX socket transport module.
[    0.355448] RPC: Registered udp transport module.
[    0.355461] RPC: Registered tcp transport module.
[    0.355474] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.356809] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[    0.358245] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.374854] VFS: Disk quotas dquot_6.6.0
[    0.375283] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.377923] FS-Cache: Netfs 'nfs' registered for caching
[    0.379303] NFS: Registering the id_resolver key type
[    0.379425] Key type id_resolver registered
[    0.379445] Key type id_legacy registered
[    0.383929] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.384363] io scheduler noop registered
[    0.384406] io scheduler deadline registered (default)
[    0.384827] io scheduler cfq registered
[    0.387559] BCM2708FB: allocated DMA memory 5b800000
[    0.387635] BCM2708FB: allocated DMA channel 0 @ f2007000
[    0.439815] Console: switching to colour frame buffer device 240x67
[    1.358871] bcm2835-rng 20104000.rng: hwrng registered
[    1.359203] vc-cma: Videocore CMA driver
[    1.359230] vc-cma: vc_cma_base      = 0x00000000
[    1.359246] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.359261] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.359725] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[    1.388313] brd: module loaded
[    1.402449] loop: module loaded
[    1.403764] vchiq: vchiq_init_state: slot_zero = 0xdb880000, is_master = 0
[    1.406485] Loading iSCSI transport class v2.0-870.
[    1.407937] usbcore: registered new interface driver smsc95xx
[    1.408064] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.609018] Core Release: 2.80a
[    1.609072] Setting default values for core params
[    1.609131] Finished setting default values for core params
[    1.809590] Using Buffer DMA mode
[    1.809621] Periodic Transfer Interrupt Enhancement - disabled
[    1.809640] Multiprocessor Interrupt Enhancement - disabled
[    1.809658] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.809770] Dedicated Tx FIFOs mode
[    1.810461] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xdb814000 dma = 0x5b814000 len=9024
[    1.810508] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[    1.810554] dwc_otg: Microframe scheduler enabled
[    1.810658] WARN::hcd_init_fiq:413: FIQ on core 0 at 0xc0409938
[    1.810684] WARN::hcd_init_fiq:414: FIQ ASM at 0xc0409c14 length 36
[    1.810723] WARN::hcd_init_fiq:439: MPHI regs_base at 0xdc898000
[    1.810811] dwc_otg 20980000.usb: DWC OTG Controller
[    1.810892] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
[    1.810981] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
[    1.811053] Init: Port Power? op_state=1
[    1.811068] Init: Power Port (0)
[    1.811497] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.811529] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.811552] usb usb1: Product: DWC OTG Controller
[    1.811573] usb usb1: Manufacturer: Linux 4.4.34+ dwc_otg_hcd
[    1.811593] usb usb1: SerialNumber: 20980000.usb
[    1.812945] hub 1-0:1.0: USB hub found
[    1.813058] hub 1-0:1.0: 1 port detected
[    1.814104] dwc_otg: FIQ enabled
[    1.814130] dwc_otg: NAK holdoff enabled
[    1.814146] dwc_otg: FIQ split-transaction FSM enabled
[    1.814212] Module dwc_common_port init
[    1.814880] usbcore: registered new interface driver usb-storage
[    1.815486] mousedev: PS/2 mouse device common for all mice
[    1.816872] bcm2835-cpufreq: min=700000 max=700000
[    1.817353] sdhci: Secure Digital Host Controller Interface driver
[    1.817379] sdhci: Copyright(c) Pierre Ossman
[    1.817954] sdhost: log_buf @ db813000 (5b813000)
[    1.870477] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    1.871145] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.871937] ledtrig-cpu: registered to indicate activity on CPUs
[    1.872176] hidraw: raw HID events driver (C) Jiri Kosina
[    1.872535] usbcore: registered new interface driver usbhid
[    1.872556] usbhid: USB HID core driver
[    1.893731] Initializing XFRM netlink socket
[    1.893808] NET: Registered protocol family 17
[    1.894049] Key type dns_resolver registered
[    1.896355] registered taskstats version 1
[    1.896784] vc-sm: Videocore shared memory driver
[    1.896820] [vc_sm_connected_init]: start
[    1.898014] [vc_sm_connected_init]: end - returning 0
[    1.898759] of_cfs_init
[    1.898946] of_cfs_init: OK
[    1.900885] Waiting for root device /dev/mmcblk0p2...
[    1.938131] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.940590] mmc0: new high speed SDHC card at address 0007
[    1.941783] mmcblk0: mmc0:0007 SD16G 14.9 GiB
[    1.944020]  mmcblk0: p1 p2
[    2.011256] Indeed it is in host mode hprt0 = 00021501
[    2.095102] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.095262] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.106508] devtmpfs: mounted
[    2.108020] Freeing unused kernel memory: 380K (c07c1000 - c0820000)
[    2.190550] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.190830] Indeed it is in host mode hprt0 = 00001101
[    2.391099] usb 1-1: New USB device found, idVendor=0424, idProduct=9512
[    2.391170] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.393032] hub 1-1:1.0: USB hub found
[    2.393250] hub 1-1:1.0: 3 ports detected
[    2.501762] random: systemd: uninitialized urandom read (16 bytes read, 56 bits of entropy available)
[    2.511067] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    2.511953] systemd[1]: Detected architecture 'arm'.
[    2.653732] NET: Registered protocol family 10
[    2.655905] systemd[1]: Inserted module 'ipv6'
[    2.659009] systemd[1]: Set hostname to <raspberrypi>.
[    2.670537] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.771245] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.771289] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.774821] smsc95xx v1.0.4
[    2.853379] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:69:b3:b2
[    2.879007] uart-pl011 20201000.uart: no DMA platform data
[    2.930685] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[    2.940674] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 74 bits of entropy available)
[    3.049363] usb 1-1.2: New USB device found, idVendor=148f, idProduct=5370
[    3.049408] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.049429] usb 1-1.2: Product: 802.11 n WLAN
[    3.049451] usb 1-1.2: Manufacturer: Ralink
[    3.049472] usb 1-1.2: SerialNumber: 1.0
[    3.123406] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.125707] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.128274] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.159322] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.161455] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.161950] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.244134] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.245045] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.491988] systemd[1]: Cannot add dependency job for unit regenerate_ssh_host_keys.service, ignoring: Unit regenerate_ssh_host_keys.service failed to load: No such file or directory.
[    3.499374] systemd[1]: Expecting device dev-ttyAMA0.device...
[    3.500338] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.501143] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.501410] systemd[1]: Starting Remote File Systems (Pre).
[    3.501632] systemd[1]: Reached target Remote File Systems (Pre).
[    3.502093] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    3.503274] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.503619] systemd[1]: Starting Encrypted Volumes.
[    3.503841] systemd[1]: Reached target Encrypted Volumes.
[    3.504063] systemd[1]: Starting Swap.
[    3.504262] systemd[1]: Reached target Swap.
[    3.504489] systemd[1]: Expecting device dev-mmcblk0p1.device...
[    3.504707] systemd[1]: Starting Root Slice.
[    3.505114] systemd[1]: Created slice Root Slice.
[    3.505343] systemd[1]: Starting User and Session Slice.
[    3.505982] systemd[1]: Created slice User and Session Slice.
[    3.506229] systemd[1]: Starting Delayed Shutdown Socket.
[    3.506736] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.506979] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.507534] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.507781] systemd[1]: Starting Journal Socket (/dev/log).
[    3.508371] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.508700] systemd[1]: Starting udev Control Socket.
[    3.509241] systemd[1]: Listening on udev Control Socket.
[    3.509558] systemd[1]: Starting udev Kernel Socket.
[    3.509976] systemd[1]: Listening on udev Kernel Socket.
[    3.510282] systemd[1]: Starting Journal Socket.
[    3.511073] systemd[1]: Listening on Journal Socket.
[    3.511542] systemd[1]: Starting System Slice.
[    3.512259] systemd[1]: Created slice System Slice.
[    3.512692] systemd[1]: Starting File System Check on Root Device...
[    3.519248] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    3.520277] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.531042] systemd[1]: Starting system-autologin.slice.
[    3.531994] systemd[1]: Created slice system-autologin.slice.
[    3.532327] systemd[1]: Starting system-serial\x2dgetty.slice.
[    3.533178] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    3.533757] systemd[1]: Starting Increase datagram queue length...
[    3.561706] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.568792] systemd[1]: Mounting POSIX Message Queue File System...
[    3.632487] systemd[1]: Mounting Debug File System...
[    3.681356] systemd[1]: Started Set Up Additional Binary Formats.
[    3.681802] systemd[1]: Mounted Huge Pages File System.
[    3.682195] systemd[1]: Starting udev Coldplug all Devices...
[    3.781839] systemd[1]: Starting Load Kernel Modules...
[    3.881569] systemd[1]: Starting Slices.
[    3.881840] systemd[1]: Reached target Slices.
[    3.887872] systemd[1]: Mounted Debug File System.
[    3.888410] systemd[1]: Mounted POSIX Message Queue File System.
[    3.942302] systemd[1]: Started Increase datagram queue length.
[    3.985459] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    4.015841] fuse init (API version 7.23)
[    4.058776] i2c /dev entries driver
[    4.083100] systemd[1]: Started Load Kernel Modules.
[    4.334348] systemd[1]: Started udev Coldplug all Devices.
[    4.414227] systemd[1]: Starting Apply Kernel Variables...
[    4.422457] systemd[1]: Mounting Configuration File System...
[    4.428983] systemd[1]: Mounting FUSE Control File System...
[    4.457099] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.484788] systemd[1]: Starting Syslog Socket.
[    4.485440] systemd[1]: Listening on Syslog Socket.
[    4.485790] systemd[1]: Starting Journal Service...
[    4.523802] systemd[1]: Started Journal Service.
[    5.110959] systemd-udevd[110]: starting version 215
[    6.853470] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
[    7.060653] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[    7.266477] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    7.394751] bcm2708_i2c 20804000.i2c: BSC1 Controller at 0x20804000 (irq 77) (baudrate 100000)
[    9.337959] systemd-journald[104]: Received request to flush runtime journal from PID 1
[   10.433103] rtc-ds1307: probe of 1-006f failed with error -5
[   10.526255] i2c i2c-1: Failed to register i2c client mcp7941x at 0x6f (-16)
[   12.627479] cfg80211: World regulatory domain updated:
[   12.627534] cfg80211:  DFS Master region: unset
[   12.627553] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   12.627581] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.627601] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.627620] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   12.627645] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   12.627670] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   12.627689] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   12.627708] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   12.627730] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   12.720660] usb 1-1.2: reset high-speed USB device number 4 using dwc_otg
[   12.831699] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[   12.861936] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[   12.900219] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   12.913006] usbcore: registered new interface driver rt2800usb
[   15.876230] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[   15.879627] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[   15.894109] random: nonblocking pool is initialized
[   16.346339] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   19.488683] cfg80211: Regulatory domain changed to country: GB
[   19.488734] cfg80211:  DFS Master region: ETSI
[   19.488755] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   19.488782] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   19.488805] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   19.488830] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   19.488849] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[   19.488867] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   20.902602] wlan0: authenticate with 10:da:43:1c:2d:8e
[   21.034824] wlan0: send auth to 10:da:43:1c:2d:8e (try 1/3)
[   21.100904] wlan0: authenticated
[   21.111427] wlan0: associate with 10:da:43:1c:2d:8e (try 1/3)
[   21.122131] wlan0: RX AssocResp from 10:da:43:1c:2d:8e (capab=0x431 status=0 aid=2)
[   21.140871] wlan0: associated
[   21.140993] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   22.640153] cfg80211: Regulatory domain changed to country: AU
[   22.640201] cfg80211:  DFS Master region: unset
[   22.640218] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   22.640248] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   22.640272] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
[   22.640293] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2400 mBm), (0 s)
[   22.640316] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2400 mBm), (0 s)
[   22.640335] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[   22.823068] Adding 102396k swap on /var/swap.  Priority:-1 extents:3 across:208896k SSFS
[   23.598366] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   23.607708] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   43.454748] Bluetooth: Core ver 2.21
[   43.455000] NET: Registered protocol family 31
[   43.455027] Bluetooth: HCI device and connection manager initialized
[   43.455080] Bluetooth: HCI socket layer initialized
[   43.455116] Bluetooth: L2CAP socket layer initialized
[   43.455192] Bluetooth: SCO socket layer initialized
[   43.580706] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   43.580756] Bluetooth: BNEP filters: protocol multicast
[   43.580809] Bluetooth: BNEP socket layer initialized
-------------- next part --------------
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.34+ (dc4 at dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #930 Wed Nov 23 15:12:30 GMT 2016
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine model: Raspberry Pi Model B Rev 2
[    0.000000] cma: Reserved 8 MiB at 0x1b400000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 114688
[    0.000000] free_area_init_node: node 0, pgdat c08843cc, node_mem_map db010000
[    0.000000]   Normal zone: 1008 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 114688 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 113680
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708.boardrev=0xe bcm2708.serial=0x2d69b3b2 smsc95xx.macaddr=B8:27:EB:69:B3:B2 bcm2708_fb.fbswap=1 bcm2708.uart_clock=48000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 436512K/458752K available (6059K kernel code, 437K rwdata, 1844K rodata, 380K init, 726K bss, 14048K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xdc800000 - 0xff800000   ( 560 MB)
    lowmem  : 0xc0000000 - 0xdc000000   ( 448 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc07c0008   (7905 kB)
      .init : 0xc07c1000 - 0xc0820000   ( 380 kB)
      .data : 0xc0820000 - 0xc088d490   ( 438 kB)
       .bss : 0xc088d490 - 0xc0943050   ( 727 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000030] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000073] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000174] bcm2835: system timer (irq = 27)
[    0.000484] Console: colour dummy device 80x30
[    0.000721] console [tty1] enabled
[    0.000752] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[    0.060315] pid_max: default: 32768 minimum: 301
[    0.060689] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060717] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.061706] Disabling cpuset control group subsystem
[    0.061758] Initializing cgroup subsys io
[    0.061793] Initializing cgroup subsys memory
[    0.061854] Initializing cgroup subsys devices
[    0.061887] Initializing cgroup subsys freezer
[    0.061918] Initializing cgroup subsys net_cls
[    0.062003] CPU: Testing write buffer coherency: ok
[    0.062081] ftrace: allocating 20645 entries in 61 pages
[    0.172586] Setting up static identity map for 0x81c0 - 0x81f8
[    0.174429] devtmpfs: initialized
[    0.184207] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[    0.184727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.186509] pinctrl core: initialized pinctrl subsystem
[    0.187399] NET: Registered protocol family 16
[    0.193034] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.201688] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.201720] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.201898] Serial: AMBA PL011 UART driver
[    0.202425] 20201000.uart: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[    0.202815] console [ttyAMA0] enabled
[    0.203585] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[    0.247775] bcm2835-dma 20007000.dma: DMA legacy API manager at f2007000, dmachans=0x1
[    0.248656] SCSI subsystem initialized
[    0.248991] usbcore: registered new interface driver usbfs
[    0.249144] usbcore: registered new interface driver hub
[    0.249354] usbcore: registered new device driver usb
[    0.252502] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-11-25 16:03
[    0.280299] clocksource: Switched to clocksource timer
[    0.332973] FS-Cache: Loaded
[    0.333381] CacheFiles: Loaded
[    0.352701] NET: Registered protocol family 2
[    0.354041] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.354146] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.354249] TCP: Hash tables configured (established 4096 bind 4096)
[    0.354354] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.354394] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.354741] NET: Registered protocol family 1
[    0.355336] RPC: Registered named UNIX socket transport module.
[    0.355364] RPC: Registered udp transport module.
[    0.355378] RPC: Registered tcp transport module.
[    0.355390] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.356727] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[    0.358154] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.374759] VFS: Disk quotas dquot_6.6.0
[    0.375186] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.377827] FS-Cache: Netfs 'nfs' registered for caching
[    0.379210] NFS: Registering the id_resolver key type
[    0.379334] Key type id_resolver registered
[    0.379353] Key type id_legacy registered
[    0.383826] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.384266] io scheduler noop registered
[    0.384307] io scheduler deadline registered (default)
[    0.384730] io scheduler cfq registered
[    0.387461] BCM2708FB: allocated DMA memory 5b800000
[    0.387536] BCM2708FB: allocated DMA channel 0 @ f2007000
[    0.439713] Console: switching to colour frame buffer device 240x67
[    1.364829] bcm2835-rng 20104000.rng: hwrng registered
[    1.365164] vc-cma: Videocore CMA driver
[    1.365191] vc-cma: vc_cma_base      = 0x00000000
[    1.365208] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.365222] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.365682] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[    1.394390] brd: module loaded
[    1.408200] loop: module loaded
[    1.409537] vchiq: vchiq_init_state: slot_zero = 0xdb880000, is_master = 0
[    1.412368] Loading iSCSI transport class v2.0-870.
[    1.413809] usbcore: registered new interface driver smsc95xx
[    1.413943] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.614899] Core Release: 2.80a
[    1.614955] Setting default values for core params
[    1.615013] Finished setting default values for core params
[    1.815480] Using Buffer DMA mode
[    1.815513] Periodic Transfer Interrupt Enhancement - disabled
[    1.815528] Multiprocessor Interrupt Enhancement - disabled
[    1.815548] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.815660] Dedicated Tx FIFOs mode
[    1.816266] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xdb814000 dma = 0x5b814000 len=9024
[    1.816313] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[    1.816361] dwc_otg: Microframe scheduler enabled
[    1.816453] WARN::hcd_init_fiq:413: FIQ on core 0 at 0xc0409938
[    1.816477] WARN::hcd_init_fiq:414: FIQ ASM at 0xc0409c14 length 36
[    1.816516] WARN::hcd_init_fiq:439: MPHI regs_base at 0xdc898000
[    1.816603] dwc_otg 20980000.usb: DWC OTG Controller
[    1.816680] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
[    1.816767] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
[    1.816842] Init: Port Power? op_state=1
[    1.816858] Init: Power Port (0)
[    1.817286] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.817319] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.817342] usb usb1: Product: DWC OTG Controller
[    1.817363] usb usb1: Manufacturer: Linux 4.4.34+ dwc_otg_hcd
[    1.817385] usb usb1: SerialNumber: 20980000.usb
[    1.818698] hub 1-0:1.0: USB hub found
[    1.818795] hub 1-0:1.0: 1 port detected
[    1.819790] dwc_otg: FIQ enabled
[    1.819816] dwc_otg: NAK holdoff enabled
[    1.819832] dwc_otg: FIQ split-transaction FSM enabled
[    1.819898] Module dwc_common_port init
[    1.820680] usbcore: registered new interface driver usb-storage
[    1.821277] mousedev: PS/2 mouse device common for all mice
[    1.822658] bcm2835-cpufreq: min=700000 max=700000
[    1.823151] sdhci: Secure Digital Host Controller Interface driver
[    1.823177] sdhci: Copyright(c) Pierre Ossman
[    1.823760] sdhost: log_buf @ db813000 (5b813000)
[    1.880397] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    1.881068] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.881860] ledtrig-cpu: registered to indicate activity on CPUs
[    1.882097] hidraw: raw HID events driver (C) Jiri Kosina
[    1.882455] usbcore: registered new interface driver usbhid
[    1.882476] usbhid: USB HID core driver
[    1.903656] Initializing XFRM netlink socket
[    1.903735] NET: Registered protocol family 17
[    1.904010] Key type dns_resolver registered
[    1.906293] registered taskstats version 1
[    1.906709] vc-sm: Videocore shared memory driver
[    1.906747] [vc_sm_connected_init]: start
[    1.907937] [vc_sm_connected_init]: end - returning 0
[    1.908676] of_cfs_init
[    1.908861] of_cfs_init: OK
[    1.910973] Waiting for root device /dev/mmcblk0p2...
[    1.948027] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.950492] mmc0: new high speed SDHC card at address 0007
[    1.951682] mmcblk0: mmc0:0007 SD16G 14.9 GiB
[    1.953826]  mmcblk0: p1 p2
[    2.010574] Indeed it is in host mode hprt0 = 00021501
[    2.095092] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.095236] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.106562] devtmpfs: mounted
[    2.108090] Freeing unused kernel memory: 380K (c07c1000 - c0820000)
[    2.190471] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.190749] Indeed it is in host mode hprt0 = 00001101
[    2.391035] usb 1-1: New USB device found, idVendor=0424, idProduct=9512
[    2.391100] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.392729] hub 1-1:1.0: USB hub found
[    2.392958] hub 1-1:1.0: 3 ports detected
[    2.501372] random: systemd: uninitialized urandom read (16 bytes read, 56 bits of entropy available)
[    2.510626] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    2.511523] systemd[1]: Detected architecture 'arm'.
[    2.653127] NET: Registered protocol family 10
[    2.655308] systemd[1]: Inserted module 'ipv6'
[    2.658388] systemd[1]: Set hostname to <raspberrypi>.
[    2.670453] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    2.771224] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    2.771268] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.774944] smsc95xx v1.0.4
[    2.861498] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:69:b3:b2
[    2.901167] uart-pl011 20201000.uart: no DMA platform data
[    2.931229] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 74 bits of entropy available)
[    2.950634] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[    3.069362] usb 1-1.2: New USB device found, idVendor=148f, idProduct=5370
[    3.069408] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.069432] usb 1-1.2: Product: 802.11 n WLAN
[    3.069537] usb 1-1.2: Manufacturer: Ralink
[    3.069562] usb 1-1.2: SerialNumber: 1.0
[    3.108373] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.110919] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.113651] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.144432] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.146441] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.146921] random: systemd: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    3.230103] random: systemd: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
[    3.231171] random: systemd: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
[    3.480856] systemd[1]: Cannot add dependency job for unit regenerate_ssh_host_keys.service, ignoring: Unit regenerate_ssh_host_keys.service failed to load: No such file or directory.
[    3.488205] systemd[1]: Expecting device dev-ttyAMA0.device...
[    3.489172] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    3.489820] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.490087] systemd[1]: Starting Remote File Systems (Pre).
[    3.490457] systemd[1]: Reached target Remote File Systems (Pre).
[    3.490938] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    3.492226] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.492576] systemd[1]: Starting Encrypted Volumes.
[    3.492792] systemd[1]: Reached target Encrypted Volumes.
[    3.493013] systemd[1]: Starting Swap.
[    3.493241] systemd[1]: Reached target Swap.
[    3.493473] systemd[1]: Expecting device dev-mmcblk0p1.device...
[    3.493694] systemd[1]: Starting Root Slice.
[    3.494092] systemd[1]: Created slice Root Slice.
[    3.494318] systemd[1]: Starting User and Session Slice.
[    3.494954] systemd[1]: Created slice User and Session Slice.
[    3.495198] systemd[1]: Starting Delayed Shutdown Socket.
[    3.495692] systemd[1]: Listening on Delayed Shutdown Socket.
[    3.495940] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    3.496493] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.496739] systemd[1]: Starting Journal Socket (/dev/log).
[    3.497321] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.497656] systemd[1]: Starting udev Control Socket.
[    3.498169] systemd[1]: Listening on udev Control Socket.
[    3.498479] systemd[1]: Starting udev Kernel Socket.
[    3.498904] systemd[1]: Listening on udev Kernel Socket.
[    3.499211] systemd[1]: Starting Journal Socket.
[    3.499874] systemd[1]: Listening on Journal Socket.
[    3.500521] systemd[1]: Starting System Slice.
[    3.501255] systemd[1]: Created slice System Slice.
[    3.501694] systemd[1]: Starting File System Check on Root Device...
[    3.508160] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    3.509186] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.509628] systemd[1]: Starting system-autologin.slice.
[    3.520845] systemd[1]: Created slice system-autologin.slice.
[    3.521210] systemd[1]: Starting system-serial\x2dgetty.slice.
[    3.522120] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    3.522709] systemd[1]: Starting Increase datagram queue length...
[    3.548211] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.557230] systemd[1]: Mounting POSIX Message Queue File System...
[    3.603545] systemd[1]: Mounting Debug File System...
[    3.671152] systemd[1]: Started Set Up Additional Binary Formats.
[    3.671540] systemd[1]: Mounted Huge Pages File System.
[    3.671837] systemd[1]: Starting udev Coldplug all Devices...
[    3.809473] systemd[1]: Starting Load Kernel Modules...
[    3.816553] systemd[1]: Starting Slices.
[    3.816811] systemd[1]: Reached target Slices.
[    3.922962] systemd[1]: Mounted Debug File System.
[    3.923502] systemd[1]: Mounted POSIX Message Queue File System.
[    3.926719] systemd[1]: Started Increase datagram queue length.
[    3.985567] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    4.007167] fuse init (API version 7.23)
[    4.051773] i2c /dev entries driver
[    4.074731] systemd[1]: Started Load Kernel Modules.
[    4.289722] systemd[1]: Started udev Coldplug all Devices.
[    4.404881] systemd[1]: Starting Apply Kernel Variables...
[    4.413495] systemd[1]: Mounting Configuration File System...
[    4.419969] systemd[1]: Mounting FUSE Control File System...
[    4.447909] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.475698] systemd[1]: Starting Syslog Socket.
[    4.476372] systemd[1]: Listening on Syslog Socket.
[    4.476786] systemd[1]: Starting Journal Service...
[    4.513827] systemd[1]: Started Journal Service.
[    5.090867] systemd-udevd[109]: starting version 215
[    6.937920] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
[    7.102751] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[    7.220520] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    7.259244] bcm2708_i2c 20804000.i2c: BSC1 Controller at 0x20804000 (irq 77) (baudrate 100000)
[    9.337523] systemd-journald[104]: Received request to flush runtime journal from PID 1
[   10.469281] rtc-ds1307 1-006f: rtc core: registered mcp7941x as rtc0
[   10.469356] rtc-ds1307 1-006f: 64 bytes nvram
[   10.575767] i2c i2c-1: Failed to register i2c client mcp7941x at 0x6f (-16)
[   11.315248] random: nonblocking pool is initialized
[   12.856308] cfg80211: World regulatory domain updated:
[   12.856365] cfg80211:  DFS Master region: unset
[   12.856383] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   12.856412] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.856434] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.856452] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   12.856479] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   12.856501] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   12.856520] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   12.856541] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   12.856560] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   12.890468] usb 1-1.2: reset high-speed USB device number 4 using dwc_otg
[   13.002255] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[   13.052128] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[   13.090515] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   13.103444] usbcore: registered new interface driver rt2800usb
[   16.082755] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[   16.086415] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[   16.555910] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   19.879082] cfg80211: Regulatory domain changed to country: GB
[   19.879130] cfg80211:  DFS Master region: ETSI
[   19.879150] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   19.879179] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   19.879203] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   19.879227] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   19.879247] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[   19.879268] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   21.332787] wlan0: authenticate with 10:da:43:1c:2d:8e
[   21.452459] wlan0: send auth to 10:da:43:1c:2d:8e (try 1/3)
[   21.479378] wlan0: authenticated
[   21.490506] wlan0: associate with 10:da:43:1c:2d:8e (try 1/3)
[   21.495365] wlan0: RX AssocResp from 10:da:43:1c:2d:8e (capab=0x431 status=0 aid=2)
[   21.530511] wlan0: associated
[   21.530628] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   22.917137] Adding 102396k swap on /var/swap.  Priority:-1 extents:3 across:208896k SSFS
[   22.942009] cfg80211: Regulatory domain changed to country: AU
[   22.942060] cfg80211:  DFS Master region: unset
[   22.942079] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   22.942108] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   22.942134] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
[   22.942156] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2400 mBm), (0 s)
[   22.942178] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2400 mBm), (0 s)
[   22.942196] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[   23.927533] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   23.932355] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   44.076456] Bluetooth: Core ver 2.21
[   44.076708] NET: Registered protocol family 31
[   44.076731] Bluetooth: HCI device and connection manager initialized
[   44.076776] Bluetooth: HCI socket layer initialized
[   44.076814] Bluetooth: L2CAP socket layer initialized
[   44.076885] Bluetooth: SCO socket layer initialized
[   44.234412] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   44.234460] Bluetooth: BNEP filters: protocol multicast
[   44.234525] Bluetooth: BNEP socket layer initialized


More information about the General mailing list