Image 2016:
Also ich hab das mit der config.txt noch mal Schritt für Schritt getestet.
Erst wenn ich den hdmi_mode=87 setze, bekomme ich was auf dem Display angezeigt.
Das hab ich jetzt mal gemacht, aber viel damit anfangen kann ich nicht, außer, dass der erste USB-Device(4) der Touchscreen ist.
Also ich hab das mit der config.txt noch mal Schritt für Schritt getestet.
Erst wenn ich den hdmi_mode=87 setze, bekomme ich was auf dem Display angezeigt.
Code:
root@CarPi:~# lsusb
Bus 001 Device 004: ID 0eef:0005 D-WAV Scientific Co., Ltd
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@CarPi:~# lsmod
Module Size Used by
cfg80211 389253 0
rfkill 16036 1 cfg80211
bcm2835_gpiomem 2860 0
bcm2835_rng 1763 0
uio_pdrv_genirq 2944 0
uio 7753 1 uio_pdrv_genirq
i2c_bcm2708 4920 0
i2c_dev 5671 0
snd_bcm2835 19802 5
snd_pcm 73442 1 snd_bcm2835
snd_timer 18792 1 snd_pcm
snd 50779 13 snd_bcm2835,snd_timer,snd_pcm
fuse 80694 3
ipv6 338574 64
root@CarPi:~#
root@CarPi:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.18-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #846 SMP Thu Feb 25 14:22:53 GMT 2016
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] cma: Reserved 8 MiB at 0x3a400000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 241664
[ 0.000000] free_area_init_node: node 0, pgdat 80876f80, node_mem_map b9bb4000
[ 0.000000] Normal zone: 2124 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 241664 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 12 pages/cpu @bafb1000 s20416 r8192 d20544 u49152
[ 0.000000] pcpu-alloc: s20416 r8192 d20544 u49152 alloc=12*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2709.boardrev=0xa01041 bcm2709.serial=0x3551a7b7 smsc95xx.macaddr=B8:27:EB:51:A7:B7 bcm2708_fb.fbswap=1 bcm2709.uart_clock=3000000 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait loglevel=3 vt.global_cursor_default=0
[ 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: 939420K/966656K available (6024K kernel code, 534K rwdata, 1660K rodata, 448K init, 757K bss, 19044K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff000000 (1080 MB)
lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x807895a0 (7686 kB)
.init : 0x8078a000 - 0x807fa000 ( 448 kB)
.data : 0x807fa000 - 0x8087fac0 ( 535 kB)
.bss : 0x80882000 - 0x8093f79c ( 758 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:608
[ 0.000000] Architected 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.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000032] Switching to timer-based delay loop, resolution 52ns
[ 0.000318] Console: colour dummy device 80x30
[ 0.000551] console [tty1] enabled
[ 0.000588] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000611] pid_max: default: 32768 minimum: 301
[ 0.000973] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000994] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002263] Initializing cgroup subsys blkio
[ 0.002302] Initializing cgroup subsys memory
[ 0.002336] Initializing cgroup subsys devices
[ 0.002362] Initializing cgroup subsys freezer
[ 0.002401] Initializing cgroup subsys net_cls
[ 0.002472] CPU: Testing write buffer coherency: ok
[ 0.002557] ftrace: allocating 20309 entries in 60 pages
[ 0.051570] CPU0: update cpu_capacity 1024
[ 0.051608] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.051624] [bcm2709_smp_prepare_cpus] enter
[ 0.051759] Setting up static identity map for 0x8240 - 0x8274
[ 0.054219] [bcm2709_boot_secondary] cpu:1 started (0) 17
[ 0.054660] [bcm2709_secondary_init] enter cpu:1
[ 0.054722] CPU1: update cpu_capacity 1024
[ 0.054731] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.055298] [bcm2709_boot_secondary] cpu:2 started (0) 18
[ 0.055655] [bcm2709_secondary_init] enter cpu:2
[ 0.055688] CPU2: update cpu_capacity 1024
[ 0.055696] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.056232] [bcm2709_boot_secondary] cpu:3 started (0) 18
[ 0.056487] [bcm2709_secondary_init] enter cpu:3
[ 0.056515] CPU3: update cpu_capacity 1024
[ 0.056523] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.056614] Brought up 4 CPUs
[ 0.056643] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.056653] CPU: All CPU(s) started in HYP mode.
[ 0.056662] CPU: Virtualization extensions available.
[ 0.057672] devtmpfs: initialized
[ 0.081043] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.081338] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.082471] pinctrl core: initialized pinctrl subsystem
[ 0.083246] NET: Registered protocol family 16
[ 0.088900] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.090032] bcm2709.uart_clock = 3000000
[ 0.095301] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.095319] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.095516] Serial: AMBA PL011 UART driver
[ 0.095702] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[ 0.096260] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.172805] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
[ 0.172849] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
[ 0.173563] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[ 0.173581] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[ 0.174299] SCSI subsystem initialized
[ 0.174533] usbcore: registered new interface driver usbfs
[ 0.174650] usbcore: registered new interface driver hub
[ 0.174800] usbcore: registered new device driver usb
[ 0.175504] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-02-25 14:25
[ 0.202825] Switched to clocksource arch_sys_counter
[ 0.251510] FS-Cache: Loaded
[ 0.251901] CacheFiles: Loaded
[ 0.264823] NET: Registered protocol family 2
[ 0.266187] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.266331] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.266524] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.266649] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.266713] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.267189] NET: Registered protocol family 1
[ 0.267653] RPC: Registered named UNIX socket transport module.
[ 0.267670] RPC: Registered udp transport module.
[ 0.267681] RPC: Registered tcp transport module.
[ 0.267691] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.268776] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.270168] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.286439] VFS: Disk quotas dquot_6.6.0
[ 0.286823] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.289278] FS-Cache: Netfs 'nfs' registered for caching
[ 0.290465] NFS: Registering the id_resolver key type
[ 0.290534] Key type id_resolver registered
[ 0.290546] Key type id_legacy registered
[ 0.293388] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.293577] io scheduler noop registered
[ 0.293602] io scheduler deadline registered (default)
[ 0.293931] io scheduler cfq registered
[ 0.296517] BCM2708FB: allocated DMA memory fa800000
[ 0.296559] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 0.303962] Console: switching to colour frame buffer device 100x30
[ 0.308563] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[ 0.309804] vc-cma: Videocore CMA driver
[ 0.309820] vc-cma: vc_cma_base = 0x00000000
[ 0.309832] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 0.309842] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 0.310065] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 0.325950] brd: module loaded
[ 0.334834] loop: module loaded
[ 0.335841] vchiq: vchiq_init_state: slot_zero = 0xba880000, is_master = 0
[ 0.337624] Loading iSCSI transport class v2.0-870.
[ 0.338532] usbcore: registered new interface driver smsc95xx
[ 0.338606] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.538992] Core Release: 2.80a
[ 0.539014] Setting default values for core params
[ 0.539059] Finished setting default values for core params
[ 0.739485] Using Buffer DMA mode
[ 0.739501] Periodic Transfer Interrupt Enhancement - disabled
[ 0.739511] Multiprocessor Interrupt Enhancement - disabled
[ 0.739523] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.739550] Dedicated Tx FIFOs mode
[ 0.739928] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba814000 dma = 0xfa814000 len=9024
[ 0.739968] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
[ 0.739992] dwc_otg: Microframe scheduler enabled
[ 0.740060] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8040ecc0
[ 0.740079] WARN::hcd_init_fiq:413: FIQ ASM at 0x8040f030 length 36
[ 0.740098] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[ 0.740144] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.740194] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.740238] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[ 0.740293] Init: Port Power? op_state=1
[ 0.740304] Init: Power Port (0)
[ 0.740584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.740604] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.740619] usb usb1: Product: DWC OTG Controller
[ 0.740635] usb usb1: Manufacturer: Linux 4.1.18-v7+ dwc_otg_hcd
[ 0.740649] usb usb1: SerialNumber: 3f980000.usb
[ 0.741596] hub 1-0:1.0: USB hub found
[ 0.741659] hub 1-0:1.0: 1 port detected
[ 0.742138] dwc_otg: FIQ enabled
[ 0.742152] dwc_otg: NAK holdoff enabled
[ 0.742162] dwc_otg: FIQ split-transaction FSM enabled
[ 0.742204] Module dwc_common_port init
[ 0.742598] usbcore: registered new interface driver usb-storage
[ 0.742916] mousedev: PS/2 mouse device common for all mice
[ 0.743741] bcm2835-cpufreq: min=600000 max=900000
[ 0.744083] sdhci: Secure Digital Host Controller Interface driver
[ 0.744095] sdhci: Copyright(c) Pierre Ossman
[ 0.744449] sdhost: log_buf @ ba813000 (fa813000)
[ 0.822872] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 0.843475] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.844066] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.844297] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.844550] usbcore: registered new interface driver usbhid
[ 0.844561] usbhid: USB HID core driver
[ 0.845011] Initializing XFRM netlink socket
[ 0.845065] NET: Registered protocol family 17
[ 0.845235] Key type dns_resolver registered
[ 0.845678] Registering SWP/SWPB emulation handler
[ 0.846601] registered taskstats version 1
[ 0.846862] vc-sm: Videocore shared memory driver
[ 0.846884] [vc_sm_connected_init]: start
[ 0.847633] [vc_sm_connected_init]: end - returning 0
[ 0.849235] Waiting for root device /dev/mmcblk0p2...
[ 0.880197] mmc0: host does not support reading read-only switch, assuming write-enable
[ 0.882130] mmc0: new high speed SDHC card at address 0001
[ 0.882732] mmcblk0: mmc0:0001 SD16G 14.6 GiB
[ 0.884519] mmcblk0: p1 p2
[ 0.953322] Indeed it is in host mode hprt0 = 00021501
[ 0.965767] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.965831] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.967077] devtmpfs: mounted
[ 0.967810] Freeing unused kernel memory: 448K (8078a000 - 807fa000)
[ 1.132894] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.133089] Indeed it is in host mode hprt0 = 00001101
[ 1.333298] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.333328] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.334221] hub 1-1:1.0: USB hub found
[ 1.334356] hub 1-1:1.0: 5 ports detected
[ 1.353363] random: systemd urandom read with 38 bits of entropy available
[ 1.358408] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 1.358955] systemd[1]: Detected architecture 'arm'.
[ 1.480985] NET: Registered protocol family 10
[ 1.483036] systemd[1]: Inserted module 'ipv6'
[ 1.487201] systemd[1]: Set hostname to <CarPi>.
[ 1.612897] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 1.713282] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 1.713311] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.716203] smsc95xx v1.0.4
[ 1.777329] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:51:a7:b7
[ 1.852903] usb 1-1.4: new full-speed USB device number 4 using dwc_otg
[ 1.943575] systemd-sysv-generator[68]: Overwriting existing symlink /run/systemd/generator.late/shairport.service with real service
[ 1.956433] usb 1-1.4: New USB device found, idVendor=0eef, idProduct=0005
[ 1.956462] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.956478] usb 1-1.4: Product: By ZH851
[ 1.956498] usb 1-1.4: Manufacturer: RPI_TOUCH
[ 1.956518] usb 1-1.4: SerialNumber: Wÿop\xffffffc2\xffffff89SH4&g
[ 1.961595] hid-generic 0003:0EEF:0005.0001: hiddev0,hidraw0: USB HID v1.10 Device [RPI_TOUCH By ZH851] on usb-3f980000.usb-1.4/input0
[ 2.243944] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 2.244478] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.244608] systemd[1]: Starting Remote File Systems (Pre).
[ 2.245320] systemd[1]: Reached target Remote File Systems (Pre).
[ 2.245475] systemd[1]: Starting Encrypted Volumes.
[ 2.245902] systemd[1]: Reached target Encrypted Volumes.
[ 2.246095] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 2.247130] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.247256] systemd[1]: Starting Swap.
[ 2.247628] systemd[1]: Reached target Swap.
[ 2.247733] systemd[1]: Expecting device dev-mmcblk0p1.device...
[ 2.248102] systemd[1]: Starting Root Slice.
[ 2.248579] systemd[1]: Created slice Root Slice.
[ 2.248682] systemd[1]: Starting User and Session Slice.
[ 2.249318] systemd[1]: Created slice User and Session Slice.
[ 2.249424] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 2.250042] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.250146] systemd[1]: Starting Delayed Shutdown Socket.
[ 2.250678] systemd[1]: Listening on Delayed Shutdown Socket.
[ 2.250782] systemd[1]: Starting Journal Socket (/dev/log).
[ 2.251348] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.251484] systemd[1]: Starting udev Control Socket.
[ 2.251995] systemd[1]: Listening on udev Control Socket.
[ 2.252120] systemd[1]: Starting udev Kernel Socket.
[ 2.252589] systemd[1]: Listening on udev Kernel Socket.
[ 2.252721] systemd[1]: Starting Journal Socket.
[ 2.253403] systemd[1]: Listening on Journal Socket.
[ 2.253597] systemd[1]: Starting System Slice.
[ 2.254233] systemd[1]: Created slice System Slice.
[ 2.254416] systemd[1]: Starting File System Check on Root Device...
[ 2.258126] systemd[1]: Starting system-systemd\x2dfsck.slice.
[ 2.259437] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 2.259656] systemd[1]: Starting system-autologin.slice.
[ 2.260525] systemd[1]: Created slice system-autologin.slice.
[ 2.260783] systemd[1]: Starting Increase datagram queue length...
[ 2.265160] systemd[1]: Starting Restore / save the current clock...
[ 2.277155] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 2.285848] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.356599] systemd[1]: Starting Load Kernel Modules...
[ 2.363809] systemd[1]: Starting udev Coldplug all Devices...
[ 2.403553] systemd[1]: Started Set Up Additional Binary Formats.
[ 2.403798] systemd[1]: Mounted Huge Pages File System.
[ 2.404346] systemd[1]: Mounting Debug File System...
[ 2.409998] systemd[1]: Starting LSB: Show custom splashscreen...
[ 2.416823] systemd[1]: Starting Slices.
[ 2.420987] systemd[1]: Reached target Slices.
[ 2.432188] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.439619] systemd[1]: Mounted Debug File System.
[ 2.443666] systemd[1]: Started Increase datagram queue length.
[ 2.454395] fuse init (API version 7.23)
[ 2.465361] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 2.474872] systemd[1]: Started LSB: Show custom splashscreen.
[ 2.522721] systemd[1]: Started Restore / save the current clock.
[ 2.526915] systemd[1]: Time has been changed
[ 2.565703] systemd[1]: Started udev Coldplug all Devices.
[ 2.598017] i2c /dev entries driver
[ 2.616083] systemd[1]: Started Load Kernel Modules.
[ 2.645309] systemd[1]: Started File System Check on Root Device.
[ 2.716268] systemd[1]: Mounting FUSE Control File System...
[ 2.722448] systemd[1]: Mounting Configuration File System...
[ 2.728601] systemd[1]: Starting Apply Kernel Variables...
[ 2.736405] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2.743649] systemd[1]: Starting Syslog Socket.
[ 2.746822] systemd[1]: Listening on Syslog Socket.
[ 2.747070] systemd[1]: Starting Journal Service...
[ 2.756697] systemd[1]: Started Journal Service.
[ 2.920341] systemd-udevd[116]: starting version 215
[ 3.621101] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 4.515252] bcm2835-rng 3f104000.rng: hwrng registered
[ 4.556767] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 4.674815] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 4.675156] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.706788] systemd-journald[112]: Received request to flush runtime journal from PID 1
[ 5.853363] cfg80211: Calling CRDA to update world regulatory domain
[ 6.248047] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
[ 6.255315] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 6.966355] Adding 102396k swap on /var/swap. Priority:-1 extents:2 across:2134012k SSFS
[ 8.756201] random: nonblocking pool is initialized
[ 9.003016] cfg80211: Calling CRDA to update world regulatory domain
[ 12.152980] cfg80211: Calling CRDA to update world regulatory domain
[ 15.302977] cfg80211: Calling CRDA to update world regulatory domain
[ 18.452997] cfg80211: Calling CRDA to update world regulatory domain
[ 21.603076] cfg80211: Calling CRDA to update world regulatory domain
[ 24.753034] cfg80211: Calling CRDA to update world regulatory domain
[ 27.903035] cfg80211: Calling CRDA to update world regulatory domain
[ 31.053362] cfg80211: Calling CRDA to update world regulatory domain
[ 34.203083] cfg80211: Calling CRDA to update world regulatory domain
[ 37.353154] cfg80211: Calling CRDA to update world regulatory domain
[ 40.503109] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA