[Mesa-users] Testing VC4 on rpi2 with wayland and weston, weston fail to start with drm

Fabio Fantoni fabio.fantoni at m2r.biz
Wed Oct 28 04:20:02 PDT 2015



Il 25/10/2015 15:32, Fabio Fantoni ha scritto:
> Il 07/10/2015 00:01, Eric Anholt ha scritto:
>> Fabio Fantoni <fabio.fantoni at m2r.biz> writes:
>>
>>> Il 03/10/2015 00:50, Eric Anholt ha scritto:
>>>> Fabio Fantoni <fabio.fantoni at m2r.biz> writes:
>>>>
>>>>> Hi, I want try VC4 on rpi2 with wayland on debian (I used Sid).
>>>>> Following this howto:
>>>>> http://dri.freedesktop.org/wiki/VC4/
>>>>> I rebuild the kernel from
>>>>> https://github.com/anholt/linux/tree/vc4-kms-v3d-rpi2
>>>>> Base config modified with: CONFIG_DRM_VC4=y and
>>>>> CONFIG_CMA_SIZE_MBYTES=128, full .config in attachment.
>>>>> I did the 2 additions to rpi2 config.txt (full in attachment).
>>>>> New kernel is working, in kern.log about drm I saw only this about 
>>>>> drm:
>>>>> Oct  1 11:11:16 jessie-rpi kernel: [    1.577017] [drm] 
>>>>> Initialized drm
>>>>> 1.1.0 20060810
>>>>> I suppose that compiling with CONFIG_DRM_VC4=y should be present 
>>>>> but I
>>>>> not saw line about.
>>>> You should also have various lines in dmesg about:
>>>>
>>>> [    3.185410] vc4-drm soc:vc4 at 7e4c0000: bound 20902000.hdmi (ops 
>>>> vc4_hdmi_ops)
>>>> [    3.200606] vc4-drm soc:vc4 at 7e4c0000: bound 20206000.pixelvalve 
>>>> (ops vc4_crtc_ops)
>>>> [    3.220583] vc4-drm soc:vc4 at 7e4c0000: bound 20207000.pixelvalve 
>>>> (ops vc4_crtc_ops)
>>>> [    3.232884] vc4-drm soc:vc4 at 7e4c0000: bound 20807000.pixelvalve 
>>>> (ops vc4_crtc_ops)
>>>> [    3.250938] vc4-drm soc:vc4 at 7e4c0000: bound 20400000.hvs (ops 
>>>> vc4_hvs_ops)
>>>> [    3.263385] [drm] Supports vblank timestamp caching Rev 2 
>>>> (21.10.2013).
>>>> [    3.270162] [drm] No driver support for vblank timestamp query.
>>>> [    3.470743] Console: switching to colour frame buffer device 240x67
>>>> [    3.540179] vc4-drm soc:vc4 at 7e4c0000: fb0:  frame buffer device
>>>>
>>>> so something is going wrong and keeping you from probing. There's at
>>>> least one problem in your config -- you can't have
>>>>
>>>> CONFIG_FB_BCM2708=y
>>>>
>>>> since you're trying to run a proper graphics driver, instead.  I don't
>>>> think that would keep vc4 from probing, though.  Maybe you wouldn't 
>>>> have
>>>> hit any of those "bound" messages because HDMI fails first due to your
>>>> config being missing:
>>>>
>>>> CONFIG_I2C_BCM2835=y
>>>>
>>>> I've added that to the wiki page.
>>> Thanks for your reply and all your work.
>>> I recompiled the kernel and retried, now screen show only and always
>>> "initial image" but system with ssh is working.
>>> Strange thing is that I not found vc4-drm lines also in this case.
>>> Actual kernel .config and kern.log in attachment.
>>> I did something missed or wrong or there is problem or an unexpected 
>>> case?
>>> I suppose is probable that also kernel parameters may change something
>>> but I don't know if I must change something, actual cmdline.txt.
>>> config.txt already attached in previous mail is ok or other changes not
>>> present in wiki are present?
>>> I also saw the strange thing that kernel is launched with addition
>>> parameters (from kern.log) but I not know how and if can be a problem:
>>>> Oct  3 17:22:02 jessie-rpi kernel: [ 0.000000] Kernel command line:
>>>> dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1360 bcm2708_fb.fbheight=768
>>>> bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc
>>>> smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1
>>>> bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0
>>>> sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000
>>>> vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0
>>>> console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait
>>>> net.ifnames=1
>>> If you need more informations or tests tell me and I'll post them.
>> Looking through the logs again, I'm not sure what's going on. At this
>> point I think I'd start adding DRM_INFO()s in vc4_drm_register(),
>> vc4_platform_drm_probe() and vc4_drm_bind() to start bisecting where
>> things are going wrong.
>
> I saw update on vc4-kms-v3d-rpi2 branch, I build it and tried but I 
> had the same result.
>
> I created the .config with:
> make bcm2709_defconfig
> and did the changes of the wiki, full .config used is in attachment.
> looking the syslog (see attachment) I not saw vc4 even if enabled, I 
> suppose there is still something wrong or missed in .config.
>
> Thanks for any reply and sorry for my bad english.
>

I retried with many other changes, in latest kernel build (config in 
attachment) I was able to boot with screen output working and something 
about vc4 in logs but there are errors about it like:
> Oct 28 11:44:19 jessie-rpi kernel: [ 3.695517] vc4-drm 
> soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
> Oct 28 11:44:19 jessie-rpi kernel: [    3.713539] vc4-drm 
> soc:gpu at 7e4c0000: master bind failed: -517
Full syslog in attachment.
I was able to boot weston with vc4 drm but screen output always freeze 
after terminal window draw.
 From log I saw a segfault but trying to take a backtrace with gdb 
strangely fails, weston log in attachment.

If you need more informations/tests tell me and I'll post them.

Thanks for any reyply and sorry for my bad english.

-------------- next part --------------
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.3 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_HAVE_PROC_CPU=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIQ=y
CONFIG_VECTORS_BASE=0xffff0000
# CONFIG_ARM_PATCH_PHYS_VIRT is not set
CONFIG_NEED_MACH_IO_H=y
CONFIG_NEED_MACH_MEMORY_H=y
CONFIG_PHYS_OFFSET=0
CONFIG_GENERIC_BUG=y
CONFIG_PGTABLE_LEVELS=2
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-v7"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
CONFIG_USELIB=y
# CONFIG_AUDIT is not set

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_IRQ_DOMAIN=y
CONFIG_HANDLE_DOMAIN_IRQ=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_ARCH_HAS_TICK_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y

#
# RCU Subsystem
#
CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
# CONFIG_TASKS_RCU is not set
CONFIG_RCU_STALL_COMMON=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_NOCB_CPU is not set
# CONFIG_RCU_EXPEDITE_BOOT is not set
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=m
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_GENERIC_SCHED_CLOCK=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
# CONFIG_MEMCG_SWAP is not set
# CONFIG_MEMCG_KMEM is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CGROUP_WRITEBACK=y
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
# CONFIG_USER_NS is not set
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_MULTIUSER=y
# CONFIG_SGETMASK_SYSCALL is not set
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_BPF_SYSCALL is not set
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_EMBEDDED=y
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_PERF_USE_VMALLOC=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_SLUB_CPU_PARTIAL=y
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_OPROFILE=m
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_UPROBES is not set
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GENERIC_IDLE_POLL_SETUP=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR is not set
CONFIG_CC_STACKPROTECTOR_NONE=y
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_OLD_SIGACTION=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBDAF=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_FREEZER=y

#
# System Type
#
CONFIG_MMU=y
# CONFIG_ARCH_BCM2708 is not set
CONFIG_ARCH_BCM2709=y
# CONFIG_ARCH_MULTIPLATFORM is not set
# CONFIG_ARCH_REALVIEW is not set
# CONFIG_ARCH_VERSATILE is not set
# CONFIG_ARCH_CLPS711X is not set
# CONFIG_ARCH_GEMINI is not set
# CONFIG_ARCH_EBSA110 is not set
# CONFIG_ARCH_EP93XX is not set
# CONFIG_ARCH_FOOTBRIDGE is not set
# CONFIG_ARCH_NETX is not set
# CONFIG_ARCH_IOP13XX is not set
# CONFIG_ARCH_IOP32X is not set
# CONFIG_ARCH_IOP33X is not set
# CONFIG_ARCH_IXP4XX is not set
# CONFIG_ARCH_DOVE is not set
# CONFIG_ARCH_MV78XX0 is not set
# CONFIG_ARCH_ORION5X is not set
# CONFIG_ARCH_MMP is not set
# CONFIG_ARCH_KS8695 is not set
# CONFIG_ARCH_W90X900 is not set
# CONFIG_ARCH_LPC32XX is not set
# CONFIG_ARCH_PXA is not set
# CONFIG_ARCH_SHMOBILE_LEGACY is not set
# CONFIG_ARCH_RPC is not set
# CONFIG_ARCH_SA1100 is not set
# CONFIG_ARCH_S3C24XX is not set
# CONFIG_ARCH_S3C64XX is not set
# CONFIG_ARCH_DAVINCI is not set
# CONFIG_ARCH_OMAP1 is not set
CONFIG_BCM2708_GPIO=y
CONFIG_BCM2708_NOL2CACHE=y
CONFIG_BCM2708_SPIDEV=y

#
# Broadcom BCM2709 Implementations
#
CONFIG_MACH_BCM2709=y
CONFIG_BCM2709_DT=y

#
# Processor Type
#
CONFIG_CPU_V7=y
CONFIG_CPU_32v6K=y
CONFIG_CPU_32v7=y
CONFIG_CPU_ABRT_EV7=y
CONFIG_CPU_PABRT_V7=y
CONFIG_CPU_CACHE_V7=y
CONFIG_CPU_CACHE_VIPT=y
CONFIG_CPU_COPY_V6=y
CONFIG_CPU_TLB_V7=y
CONFIG_CPU_HAS_ASID=y
CONFIG_CPU_CP15=y
CONFIG_CPU_CP15_MMU=y

#
# Processor Features
#
# CONFIG_ARM_LPAE is not set
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
CONFIG_ARM_THUMB=y
# CONFIG_ARM_THUMBEE is not set
CONFIG_ARM_VIRT_EXT=y
CONFIG_SWP_EMULATE=y
# CONFIG_CPU_ICACHE_DISABLE is not set
# CONFIG_CPU_BPREDICT_DISABLE is not set
CONFIG_KUSER_HELPERS=y
CONFIG_VDSO=y
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
# CONFIG_CACHE_L2X0 is not set
CONFIG_ARM_L1_CACHE_SHIFT_6=y
CONFIG_ARM_L1_CACHE_SHIFT=6
CONFIG_ARM_DMA_MEM_BUFFERABLE=y
# CONFIG_ARM_KERNMEM_PERMS is not set
# CONFIG_ARM_ERRATA_430973 is not set
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
# CONFIG_ARM_ERRATA_742230 is not set
# CONFIG_ARM_ERRATA_742231 is not set
CONFIG_ARM_ERRATA_643719=y
# CONFIG_ARM_ERRATA_720789 is not set
# CONFIG_ARM_ERRATA_743622 is not set
# CONFIG_ARM_ERRATA_751472 is not set
# CONFIG_ARM_ERRATA_754322 is not set
# CONFIG_ARM_ERRATA_754327 is not set
# CONFIG_ARM_ERRATA_764369 is not set
# CONFIG_ARM_ERRATA_775420 is not set
# CONFIG_ARM_ERRATA_798181 is not set
# CONFIG_ARM_ERRATA_773022 is not set

#
# Bus support
#
# CONFIG_PCI_DOMAINS_GENERIC is not set
# CONFIG_PCI_SYSCALL is not set
# CONFIG_PCCARD is not set

#
# Kernel Features
#
CONFIG_HAVE_SMP=y
CONFIG_SMP=y
CONFIG_SMP_ON_UP=y
CONFIG_ARM_CPU_TOPOLOGY=y
# CONFIG_SCHED_MC is not set
# CONFIG_SCHED_SMT is not set
CONFIG_HAVE_ARM_ARCH_TIMER=y
# CONFIG_MCPM is not set
# CONFIG_BIG_LITTLE is not set
# CONFIG_VMSPLIT_3G is not set
CONFIG_VMSPLIT_2G=y
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0x80000000
CONFIG_NR_CPUS=4
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_ARM_PSCI is not set
CONFIG_ARCH_NR_GPIO=0
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_HZ_FIXED=0
CONFIG_HZ_100=y
# CONFIG_HZ_200 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_500 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
# CONFIG_THUMB2_KERNEL is not set
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
CONFIG_HAVE_ARCH_PFN_VALID=y
# CONFIG_HIGHMEM is not set
CONFIG_HW_PERF_EVENTS=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
# CONFIG_ARM_MODULE_PLTS is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_NO_BOOTMEM=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=0
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
CONFIG_CMA_AREAS=7
# CONFIG_ZSWAP is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
CONFIG_ZSMALLOC=m
CONFIG_PGTABLE_MAPPING=y
# CONFIG_ZSMALLOC_STAT is not set
CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_ALIGNMENT_TRAP=y
CONFIG_UACCESS_WITH_MEMCPY=y
CONFIG_SECCOMP=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_XEN is not set

#
# Boot options
#
CONFIG_USE_OF=y
CONFIG_ATAGS=y
# CONFIG_DEPRECATED_PARAM_STRUCT is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
# CONFIG_ARM_APPENDED_DTB is not set
CONFIG_CMDLINE="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
CONFIG_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set
# CONFIG_XIP_KERNEL is not set
# CONFIG_CRASH_DUMP is not set
# CONFIG_AUTO_ZRELADDR is not set

#
# CPU Power Management
#

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPU frequency scaling drivers
#
# CONFIG_CPUFREQ_DT is not set
# CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
CONFIG_ARM_BCM2835_CPUFREQ=y
# CONFIG_QORIQ_CPUFREQ is not set

#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set

#
# Floating point emulation
#

#
# At least one emulation must be selected
#
# CONFIG_FPE_NWFPE is not set
# CONFIG_FPE_FASTFPE is not set
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_NEON=y
CONFIG_KERNEL_MODE_NEON=y

#
# Userspace binary formats
#
CONFIG_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y

#
# Power management options
#
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
# CONFIG_PM is not set
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ARM_CPU_SUSPEND is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_NET=y
CONFIG_NET_INGRESS=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
CONFIG_IP_PNP_RARP=y
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
# CONFIG_NET_IPGRE_BROADCAST is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set
# CONFIG_NET_FOU_IP_TUNNELS is not set
# CONFIG_GENEVE_CORE is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
# CONFIG_INET_UDP_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=m
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_VTI is not set
CONFIG_IPV6_SIT=m
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
# CONFIG_IPV6_GRE is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
# CONFIG_IPV6_SUBTREES is not set
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NET_PTP_CLASSIFY is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_COMMON=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_CT_PROTO_UDPLITE=m
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_SNMP=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE_CT is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_PROTO_DCCP=m
CONFIG_NF_NAT_PROTO_UDPLITE=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_SIP=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_REDIRECT=m
# CONFIG_NF_TABLES is not set
CONFIG_NETFILTER_XTABLES=m

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LED=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_IPVS=m
CONFIG_NETFILTER_XT_MATCH_L2TP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
# CONFIG_IP_SET_HASH_IPMARK is not set
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
# CONFIG_IP_SET_HASH_MAC is not set
# CONFIG_IP_SET_HASH_NETPORTNET is not set
CONFIG_IP_SET_HASH_NET=m
# CONFIG_IP_SET_HASH_NETNET is not set
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
CONFIG_IP_VS=m
# CONFIG_IP_VS_IPV6 is not set
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
# CONFIG_IP_VS_FO is not set
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IP_VS_NFCT=y
CONFIG_IP_VS_PE_SIP=m

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_NF_LOG_ARP is not set
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_IPV4=m
CONFIG_NF_NAT_MASQUERADE_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
# CONFIG_IP_NF_MATCH_RPFILTER is not set
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
# CONFIG_IP_NF_TARGET_SYNPROXY is not set
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV6=m
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
CONFIG_NF_NAT_IPV6=m
CONFIG_NF_NAT_MASQUERADE_IPV6=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_MH=m
# CONFIG_IP6_NF_MATCH_RPFILTER is not set
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
# CONFIG_IP6_NF_TARGET_SYNPROXY is not set
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
CONFIG_IP6_NF_NAT=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_IP6=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_NET_SCTPPROBE is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
CONFIG_ATM=m
# CONFIG_ATM_CLIP is not set
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 is not set
CONFIG_L2TP=m
# CONFIG_L2TP_DEBUGFS is not set
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_VLAN_FILTERING is not set
CONFIG_HAVE_NET_DSA=y
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
# CONFIG_VLAN_8021Q_MVRP is not set
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
CONFIG_ATALK=m
# CONFIG_DEV_APPLETALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
CONFIG_6LOWPAN=m
CONFIG_6LOWPAN_NHC=m
CONFIG_6LOWPAN_NHC_DEST=m
CONFIG_6LOWPAN_NHC_FRAGMENT=m
CONFIG_6LOWPAN_NHC_HOP=m
CONFIG_6LOWPAN_NHC_IPV6=m
CONFIG_6LOWPAN_NHC_MOBILITY=m
CONFIG_6LOWPAN_NHC_ROUTING=m
CONFIG_6LOWPAN_NHC_UDP=m
CONFIG_IEEE802154=m
CONFIG_IEEE802154_SOCKET=m
CONFIG_IEEE802154_6LOWPAN=m
CONFIG_MAC802154=m
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
# CONFIG_NET_SCH_ATM is not set
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFB=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_MQPRIO=m
CONFIG_NET_SCH_CHOKE=m
CONFIG_NET_SCH_QFQ=m
CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=m
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_SCH_PLUG=m

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_CLS_CGROUP=m
# CONFIG_NET_CLS_BPF is not set
# CONFIG_NET_CLS_FLOWER is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
# CONFIG_NET_EMATCH_CANID is not set
CONFIG_NET_EMATCH_IPSET=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_ACT_CSUM=m
# CONFIG_NET_ACT_VLAN is not set
# CONFIG_NET_ACT_BPF is not set
# CONFIG_NET_ACT_CONNMARK is not set
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=y
CONFIG_BATMAN_ADV=m
CONFIG_BATMAN_ADV_BLA=y
# CONFIG_BATMAN_ADV_DAT is not set
# CONFIG_BATMAN_ADV_NC is not set
# CONFIG_BATMAN_ADV_MCAST is not set
# CONFIG_BATMAN_ADV_DEBUG is not set
CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=m
# CONFIG_MPLS_ROUTING is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
# CONFIG_BPF_JIT is not set
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_NET_TCPPROBE is not set
# CONFIG_NET_DROP_MONITOR is not set
CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
CONFIG_AX25=m
CONFIG_AX25_DAMA_SLAVE=y
CONFIG_NETROM=m
CONFIG_ROSE=m

#
# AX.25 network device drivers
#
CONFIG_MKISS=m
CONFIG_6PACK=m
CONFIG_BPQETHER=m
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_YAM=m
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m
CONFIG_CAN_GW=m

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=m
# CONFIG_CAN_SLCAN is not set
CONFIG_CAN_DEV=m
CONFIG_CAN_CALC_BITTIMING=y
# CONFIG_CAN_LEDS is not set
# CONFIG_CAN_TI_HECC is not set
# CONFIG_CAN_FLEXCAN is not set
# CONFIG_CAN_GRCAN is not set
# CONFIG_CAN_RCAR is not set
# CONFIG_CAN_SJA1000 is not set
# CONFIG_CAN_C_CAN is not set
# CONFIG_CAN_M_CAN is not set
# CONFIG_CAN_CC770 is not set

#
# CAN SPI interfaces
#
CONFIG_CAN_MCP251X=m

#
# CAN USB interfaces
#
# CONFIG_CAN_EMS_USB is not set
# CONFIG_CAN_ESD_USB2 is not set
# CONFIG_CAN_GS_USB is not set
# CONFIG_CAN_KVASER_USB is not set
# CONFIG_CAN_PEAK_USB is not set
# CONFIG_CAN_8DEV_USB is not set
# CONFIG_CAN_SOFTING is not set
# CONFIG_CAN_DEBUG_DEVICES is not set
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y

#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
# CONFIG_IRDA_DEBUG is not set

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m

#
# Dongle support
#
# CONFIG_DONGLE is not set
CONFIG_KINGSUN_DONGLE=m
CONFIG_KSDAZZLE_DONGLE=m
CONFIG_KS959_DONGLE=m

#
# FIR device drivers
#
CONFIG_USB_IRDA=m
CONFIG_SIGMATEL_FIR=m
CONFIG_MCS_FIR=m
CONFIG_BT=m
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
CONFIG_BT_LE=y
CONFIG_BT_6LOWPAN=m
# CONFIG_BT_SELFTEST is not set
CONFIG_BT_DEBUGFS=y

#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_RTL=y
# CONFIG_BT_HCIBTSDIO is not set
# CONFIG_BT_HCIUART is not set
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
CONFIG_BT_WILINK=m
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_REG_DEBUG is not set
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
CONFIG_LIB80211=m
CONFIG_LIB80211_CRYPT_WEP=m
CONFIG_LIB80211_CRYPT_CCMP=m
CONFIG_LIB80211_CRYPT_TKIP=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
# CONFIG_MAC80211_RC_MINSTREL_VHT is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_WIMAX=m
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
CONFIG_NET_9P=m
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
CONFIG_NFC=m
# CONFIG_NFC_DIGITAL is not set
# CONFIG_NFC_NCI is not set
# CONFIG_NFC_HCI is not set

#
# Near Field Communication (NFC) devices
#
CONFIG_NFC_PN533=m
# CONFIG_NFC_SIM is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#
CONFIG_ARM_AMBA=y
# CONFIG_TEGRA_AHB is not set

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_WANT_DEV_COREDUMP=y
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=m
CONFIG_REGMAP_SPI=m
CONFIG_REGMAP_MMIO=m
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_FENCE_TRACE is not set
CONFIG_DMA_CMA=y

#
# Default contiguous memory area size:
#
CONFIG_CMA_SIZE_MBYTES=256
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8

#
# Bus devices
#
CONFIG_ARM_CCI=y
CONFIG_ARM_CCI_PMU=y
# CONFIG_ARM_CCI400_PMU is not set
CONFIG_ARM_CCI500_PMU=y
# CONFIG_ARM_CCN is not set
# CONFIG_BRCMSTB_GISB_ARB is not set
# CONFIG_VEXPRESS_CONFIG is not set
CONFIG_CONNECTOR=m
CONFIG_MTD=m
# CONFIG_MTD_TESTS is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
# CONFIG_MTD_AFS_PARTS is not set
CONFIG_MTD_OF_PARTS=m
# CONFIG_MTD_AR7_PARTS is not set

#
# User Modules And Translation Layers
#
CONFIG_MTD_BLKDEVS=m
CONFIG_MTD_BLOCK=m
# CONFIG_MTD_BLOCK_RO is not set
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_SM_FTL is not set
# CONFIG_MTD_OOPS is not set
# CONFIG_MTD_SWAP is not set
# CONFIG_MTD_PARTITIONED_MASTER is not set

#
# RAM/ROM/Flash chip drivers
#
# CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_DATAFLASH is not set
# CONFIG_MTD_SST25L is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLOCK2MTD is not set

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOCG3 is not set
CONFIG_MTD_NAND_ECC=m
# CONFIG_MTD_NAND_ECC_SMC is not set
CONFIG_MTD_NAND=m
# CONFIG_MTD_NAND_ECC_BCH is not set
# CONFIG_MTD_SM_COMMON is not set
CONFIG_MTD_NAND_BCM2835_SMI=m
# CONFIG_MTD_NAND_DENALI is not set
# CONFIG_MTD_NAND_GPIO is not set
# CONFIG_MTD_NAND_OMAP_BCH_BUILD is not set
CONFIG_MTD_NAND_IDS=m
# CONFIG_MTD_NAND_DISKONCHIP is not set
# CONFIG_MTD_NAND_DOCG4 is not set
# CONFIG_MTD_NAND_NANDSIM is not set
# CONFIG_MTD_NAND_BRCMNAND is not set
# CONFIG_MTD_NAND_PLATFORM is not set
# CONFIG_MTD_NAND_HISI504 is not set
# CONFIG_MTD_ONENAND is not set

#
# LPDDR & LPDDR2 PCM memory drivers
#
# CONFIG_MTD_LPDDR is not set
# CONFIG_MTD_LPDDR2_NVM is not set
# CONFIG_MTD_SPI_NOR is not set
CONFIG_MTD_UBI=m
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_LIMIT=20
# CONFIG_MTD_UBI_FASTMAP is not set
# CONFIG_MTD_UBI_GLUEBI is not set
# CONFIG_MTD_UBI_BLOCK is not set
CONFIG_DTC=y
CONFIG_OF=y
# CONFIG_OF_UNITTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_NET=y
CONFIG_OF_MDIO=m
CONFIG_OF_MTD=y
CONFIG_OF_RESERVED_MEM=y
# CONFIG_OF_OVERLAY is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
CONFIG_ZRAM=m
CONFIG_ZRAM_LZ4_COMPRESS=y
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_DRBD=m
# CONFIG_DRBD_FAULT_INJECTION is not set
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
# CONFIG_MG_DISK is not set
# CONFIG_BLK_DEV_RBD is not set

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
CONFIG_BCM2835_SMI=m
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_TI_DAC7512 is not set
# CONFIG_BMP085_I2C is not set
# CONFIG_BMP085_SPI is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
# CONFIG_EEPROM_AT25 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
CONFIG_EEPROM_93CX6=m
# CONFIG_EEPROM_93XX46 is not set

#
# Texas Instruments shared transport line discipline
#
CONFIG_TI_ST=m
# CONFIG_SENSORS_LIS3_SPI is not set
# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
CONFIG_BCM2708_VCHIQ=y

#
# Intel MIC Bus Driver
#

#
# SCIF Bus Driver
#

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#
# CONFIG_ECHO is not set
# CONFIG_CXL_BASE is not set
# CONFIG_CXL_KERNEL_API is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_MQ_DEFAULT is not set
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=y
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
# CONFIG_ATA is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
# CONFIG_MD_CLUSTER is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=m
# CONFIG_DM_MQ_DEFAULT is not set
# CONFIG_DM_DEBUG is not set
CONFIG_DM_BUFIO=m
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_THIN_PROVISIONING=m
# CONFIG_DM_CACHE is not set
# CONFIG_DM_ERA is not set
CONFIG_DM_MIRROR=m
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_RAID=m
CONFIG_DM_ZERO=m
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_DELAY=m
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_TARGET_CORE is not set
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=m
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
CONFIG_IFB=m
# CONFIG_NET_TEAM is not set
CONFIG_MACVLAN=m
# CONFIG_MACVTAP is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
CONFIG_NETCONSOLE=m
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=m
# CONFIG_NLMON is not set
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
# CONFIG_ATM_TCP is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
CONFIG_ETHERNET=y
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_ARC=y
# CONFIG_ARC_EMAC is not set
CONFIG_NET_CADENCE=y
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BCMGENET is not set
# CONFIG_SYSTEMPORT is not set
CONFIG_NET_VENDOR_CIRRUS=y
# CONFIG_CS89x0 is not set
# CONFIG_DM9000 is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_EZCHIP=y
# CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set
CONFIG_NET_VENDOR_FARADAY=y
# CONFIG_FTMAC100 is not set
# CONFIG_FTGMAC100 is not set
CONFIG_NET_VENDOR_HISILICON=y
# CONFIG_HIX5HD2_GMAC is not set
# CONFIG_HIP04_ETH is not set
CONFIG_NET_VENDOR_INTEL=y
CONFIG_NET_VENDOR_I825XX=y
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8842 is not set
# CONFIG_KS8851 is not set
# CONFIG_KS8851_MLL is not set
CONFIG_NET_VENDOR_MICROCHIP=y
CONFIG_ENC28J60=m
# CONFIG_ENC28J60_WRITEVERIFY is not set
CONFIG_NET_VENDOR_NATSEMI=y
CONFIG_NET_VENDOR_8390=y
# CONFIG_AX88796 is not set
# CONFIG_ETHOC is not set
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCA7000 is not set
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_ROCKER=y
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_SMC91X is not set
# CONFIG_SMC911X is not set
# CONFIG_SMSC911X is not set
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
CONFIG_PHYLIB=m

#
# MII PHY device drivers
#
# CONFIG_AT803X_PHY is not set
# CONFIG_AMD_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_FIXED_PHY is not set
CONFIG_MDIO_BITBANG=m
# CONFIG_MDIO_GPIO is not set
# CONFIG_MDIO_BUS_MUX_GPIO is not set
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
# CONFIG_MDIO_BCM_UNIMAC is not set
# CONFIG_MICREL_KS8995MA is not set
CONFIG_PPP=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOATM=m
CONFIG_PPPOE=m
# CONFIG_PPTP is not set
CONFIG_PPPOL2TP=m
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_SLIP=m
CONFIG_SLHC=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_USB_NET_DRIVERS=y
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_RTL8152=m
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_AX88179_178A=m
CONFIG_USB_NET_CDCETHER=m
CONFIG_USB_NET_CDC_EEM=m
CONFIG_USB_NET_CDC_NCM=m
CONFIG_USB_NET_HUAWEI_CDC_NCM=m
CONFIG_USB_NET_CDC_MBIM=m
CONFIG_USB_NET_DM9601=m
CONFIG_USB_NET_SR9700=m
CONFIG_USB_NET_SR9800=m
CONFIG_USB_NET_SMSC75XX=m
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_MCS7830=m
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_KC2190=y
CONFIG_USB_NET_ZAURUS=m
CONFIG_USB_NET_CX82310_ETH=m
CONFIG_USB_NET_KALMIA=m
CONFIG_USB_NET_QMI_WWAN=m
CONFIG_USB_HSO=m
CONFIG_USB_NET_INT51X1=m
CONFIG_USB_IPHETH=m
CONFIG_USB_SIERRA_NET=m
CONFIG_USB_VL600=m
CONFIG_WLAN=y
CONFIG_LIBERTAS_THINFIRM=m
# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set
CONFIG_LIBERTAS_THINFIRM_USB=m
CONFIG_AT76C50X_USB=m
CONFIG_USB_ZD1201=m
CONFIG_USB_NET_RNDIS_WLAN=m
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_MAC80211_HWSIM=m
CONFIG_ATH_COMMON=m
CONFIG_ATH_CARDS=m
# CONFIG_ATH_DEBUG is not set
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K_BTCOEX_SUPPORT=y
CONFIG_ATH9K=m
# CONFIG_ATH9K_AHB is not set
# CONFIG_ATH9K_DEBUGFS is not set
# CONFIG_ATH9K_DYNACK is not set
CONFIG_ATH9K_RFKILL=y
# CONFIG_ATH9K_CHANNEL_CONTEXT is not set
CONFIG_ATH9K_PCOEM=y
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
CONFIG_CARL9170_WPC=y
# CONFIG_CARL9170_HWRNG is not set
CONFIG_ATH6KL=m
# CONFIG_ATH6KL_SDIO is not set
CONFIG_ATH6KL_USB=m
# CONFIG_ATH6KL_DEBUG is not set
# CONFIG_ATH6KL_TRACING is not set
CONFIG_AR5523=m
# CONFIG_ATH10K is not set
# CONFIG_WCN36XX is not set
CONFIG_B43=m
CONFIG_B43_BCMA=y
CONFIG_B43_SSB=y
CONFIG_B43_BUSES_BCMA_AND_SSB=y
# CONFIG_B43_BUSES_BCMA is not set
# CONFIG_B43_BUSES_SSB is not set
# CONFIG_B43_SDIO is not set
CONFIG_B43_BCMA_PIO=y
CONFIG_B43_PIO=y
CONFIG_B43_PHY_G=y
# CONFIG_B43_PHY_N is not set
CONFIG_B43_PHY_LP=y
CONFIG_B43_PHY_HT=y
CONFIG_B43_LEDS=y
CONFIG_B43_HWRNG=y
# CONFIG_B43_DEBUG is not set
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_HWRNG=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
CONFIG_BRCMUTIL=m
# CONFIG_BRCMSMAC is not set
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_PROTO_BCDC=y
CONFIG_BRCMFMAC_SDIO=y
CONFIG_BRCMFMAC_USB=y
# CONFIG_BRCM_TRACING is not set
# CONFIG_BRCMDBG is not set
CONFIG_HOSTAP=m
# CONFIG_HOSTAP_FIRMWARE is not set
CONFIG_LIBERTAS=m
CONFIG_LIBERTAS_USB=m
CONFIG_LIBERTAS_SDIO=m
# CONFIG_LIBERTAS_SPI is not set
# CONFIG_LIBERTAS_DEBUG is not set
# CONFIG_LIBERTAS_MESH is not set
CONFIG_P54_COMMON=m
CONFIG_P54_USB=m
# CONFIG_P54_SPI is not set
CONFIG_P54_LEDS=y
CONFIG_RT2X00=m
CONFIG_RT2500USB=m
CONFIG_RT73USB=m
CONFIG_RT2800USB=m
CONFIG_RT2800USB_RT33XX=y
CONFIG_RT2800USB_RT35XX=y
CONFIG_RT2800USB_RT3573=y
CONFIG_RT2800USB_RT53XX=y
CONFIG_RT2800USB_RT55XX=y
CONFIG_RT2800USB_UNKNOWN=y
CONFIG_RT2800_LIB=m
CONFIG_RT2X00_LIB_USB=m
CONFIG_RT2X00_LIB=m
CONFIG_RT2X00_LIB_FIRMWARE=y
CONFIG_RT2X00_LIB_CRYPTO=y
CONFIG_RT2X00_LIB_LEDS=y
# CONFIG_RT2X00_DEBUG is not set
CONFIG_WL_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_RTL8192CU=m
# CONFIG_WL_TI is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
# CONFIG_MWIFIEX_USB is not set
# CONFIG_CW1200 is not set
# CONFIG_RSI_91X is not set

#
# WiMAX Wireless Broadband devices
#
CONFIG_WIMAX_I2400M=m
CONFIG_WIMAX_I2400M_USB=m
CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8
# CONFIG_WAN is not set
CONFIG_IEEE802154_DRIVERS=m
# CONFIG_IEEE802154_FAKELB is not set
CONFIG_IEEE802154_AT86RF230=m
CONFIG_IEEE802154_MRF24J40=m
CONFIG_IEEE802154_CC2520=m
# CONFIG_IEEE802154_ATUSB is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=m
CONFIG_INPUT_POLLDEV=m
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
# CONFIG_KEYBOARD_ATKBD is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
CONFIG_KEYBOARD_GPIO=m
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_STMPE is not set
# CONFIG_KEYBOARD_OMAP4 is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_CAP11XX is not set
# CONFIG_KEYBOARD_BCM is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=y
# CONFIG_JOYSTICK_IFORCE_232 is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_AS5011 is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
# CONFIG_JOYSTICK_XPAD_LEDS is not set
CONFIG_JOYSTICK_RPISENSE=m
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_OF_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=m
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_AR1021_I2C is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
CONFIG_TOUCHSCREEN_EGALAX=m
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GOODIX is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELAN is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
CONFIG_TOUCHSCREEN_RPI_FT5406=m
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_UCB1400 is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
# CONFIG_TOUCHSCREEN_WM97XX is not set
CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
CONFIG_TOUCHSCREEN_USB_EGALAX=y
CONFIG_TOUCHSCREEN_USB_PANJIT=y
CONFIG_TOUCHSCREEN_USB_3M=y
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
CONFIG_TOUCHSCREEN_USB_JASTEC=y
CONFIG_TOUCHSCREEN_USB_ELO=y
CONFIG_TOUCHSCREEN_USB_E2I=y
CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
CONFIG_TOUCHSCREEN_USB_NEXIO=y
CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2005 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
CONFIG_TOUCHSCREEN_STMPE=m
# CONFIG_TOUCHSCREEN_SUR40 is not set
# CONFIG_TOUCHSCREEN_SX8654 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZFORCE is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_AD714X=m
CONFIG_INPUT_AD714X_I2C=m
CONFIG_INPUT_AD714X_SPI=m
# CONFIG_INPUT_ARIZONA_HAPTICS is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_MPU3050 is not set
# CONFIG_INPUT_GP2A is not set
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_TILT_POLLED is not set
CONFIG_INPUT_ATI_REMOTE2=m
CONFIG_INPUT_KEYSPAN_REMOTE=m
# CONFIG_INPUT_KXTJ9 is not set
CONFIG_INPUT_POWERMATE=m
CONFIG_INPUT_YEALINK=m
CONFIG_INPUT_CM109=m
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
CONFIG_INPUT_ADXL34X=m
CONFIG_INPUT_ADXL34X_I2C=m
CONFIG_INPUT_ADXL34X_SPI=m
# CONFIG_INPUT_IMS_PCU is not set
CONFIG_INPUT_CMA3000=m
# CONFIG_INPUT_CMA3000_I2C is not set
# CONFIG_INPUT_SOC_BUTTON_ARRAY is not set
# CONFIG_INPUT_DRV260X_HAPTICS is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=m
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_AMBAKMI is not set
# CONFIG_SERIO_LIBPS2 is not set
CONFIG_SERIO_RAW=m
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_SERIO_APBPS2 is not set
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m

#
# Character devices
#
CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM_VC_CMA=y
CONFIG_BCM2708_VCMEM=y
CONFIG_BCM_VCIO=y
CONFIG_BCM_VC_SM=y
CONFIG_BCM2835_DEVGPIOMEM=m
CONFIG_BCM2835_SMI_DEV=m
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_DMA is not set
CONFIG_SERIAL_8250_NR_UARTS=1
CONFIG_SERIAL_8250_RUNTIME_UARTS=0
# CONFIG_SERIAL_8250_EXTENDED is not set
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_EM is not set
# CONFIG_SERIAL_8250_INGENIC is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_AMBA_PL010 is not set
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
# CONFIG_SERIAL_KGDB_NMI is not set
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_BCM63XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_IFX6X60 is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
# CONFIG_SERIAL_ST_ASC is not set
# CONFIG_SERIAL_STM32 is not set
CONFIG_TTY_PRINTK=y
# CONFIG_HVC_DCC is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_BCM2835=m
CONFIG_HW_RANDOM_BCM2708=m
# CONFIG_R3964 is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
# CONFIG_TCG_TPM is not set
# CONFIG_XILLYBUS is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MUX=m

#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
# CONFIG_I2C_MUX_GPIO is not set
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set
# CONFIG_I2C_MUX_PINCTRL is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y

#
# I2C Hardware Bus support
#
CONFIG_I2C_BCM2708=m
CONFIG_I2C_BCM2708_BAUDRATE=100000

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_BCM2835=y
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_NOMADIK is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_RK3X is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
CONFIG_SPI_BCM2835=m
CONFIG_SPI_BCM2708=m
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_CADENCE is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_FSL_SPI is not set
# CONFIG_SPI_OC_TINY is not set
# CONFIG_SPI_PL022 is not set
# CONFIG_SPI_PXA2XX_PCI is not set
# CONFIG_SPI_ROCKCHIP is not set
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_ZYNQMP_GQSPI is not set
# CONFIG_SPI_DESIGNWARE is not set

#
# SPI Protocol Masters
#
CONFIG_SPI_SPIDEV=y
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set

#
# PPS support
#
CONFIG_PPS=m
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
CONFIG_PPS_CLIENT_LDISC=m
CONFIG_PPS_CLIENT_GPIO=m

#
# PPS generators support
#

#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_PINCTRL=y

#
# Pin controllers
#
CONFIG_PINMUX=y
CONFIG_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
# CONFIG_PINCTRL_AMD is not set
# CONFIG_PINCTRL_SINGLE is not set
CONFIG_PINCTRL_BCM2835=y
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
CONFIG_ARCH_REQUIRE_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_OF_GPIO=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y

#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_74XX_MMIO is not set
# CONFIG_GPIO_ALTERA is not set
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_EM is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
# CONFIG_GPIO_PL061 is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_ZEVIO is not set

#
# I2C GPIO expanders
#
# CONFIG_GPIO_ADP5588 is not set
# CONFIG_GPIO_ADNP is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_SX150X is not set

#
# MFD GPIO expanders
#
CONFIG_GPIO_ARIZONA=m
CONFIG_GPIO_STMPE=y
# CONFIG_GPIO_UCB1400 is not set

#
# SPI GPIO expanders
#
# CONFIG_GPIO_74X164 is not set
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MCP23S08 is not set
# CONFIG_GPIO_MC33880 is not set

#
# USB GPIO expanders
#
CONFIG_W1=m
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_DS2490=m
CONFIG_W1_MASTER_DS2482=m
CONFIG_W1_MASTER_DS1WM=m
CONFIG_W1_MASTER_GPIO=m

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=m
CONFIG_W1_SLAVE_SMEM=m
CONFIG_W1_SLAVE_DS2408=m
CONFIG_W1_SLAVE_DS2408_READBACK=y
CONFIG_W1_SLAVE_DS2413=m
CONFIG_W1_SLAVE_DS2406=m
CONFIG_W1_SLAVE_DS2423=m
CONFIG_W1_SLAVE_DS2431=m
CONFIG_W1_SLAVE_DS2433=m
# CONFIG_W1_SLAVE_DS2433_CRC is not set
CONFIG_W1_SLAVE_DS2760=m
CONFIG_W1_SLAVE_DS2780=m
CONFIG_W1_SLAVE_DS2781=m
CONFIG_W1_SLAVE_DS28E04=m
CONFIG_W1_SLAVE_BQ27000=m
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_GENERIC_ADC_BATTERY is not set
# CONFIG_TEST_POWER is not set
CONFIG_BATTERY_DS2760=m
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_BQ24257 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_BQ25890 is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_CHARGER_RT9455 is not set
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
# CONFIG_POWER_RESET_GPIO_RESTART is not set
# CONFIG_POWER_RESET_LTC2952 is not set
# CONFIG_POWER_RESET_RESTART is not set
# CONFIG_POWER_RESET_SYSCON is not set
# CONFIG_POWER_RESET_SYSCON_POWEROFF is not set
# CONFIG_POWER_AVS is not set
CONFIG_HWMON=m
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_AD7314 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7310 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_GPIO_FAN is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_IIO_HWMON is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_HTU21 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_ADCXX is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_PWM_FAN is not set
# CONFIG_SENSORS_SHT15 is not set
CONFIG_SENSORS_SHT21=m
CONFIG_SENSORS_SHTC1=m
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_ADS7871 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_OF=y
# CONFIG_THERMAL_WRITABLE_TRIPS is not set
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_BANG_BANG is not set
# CONFIG_THERMAL_GOV_USER_SPACE is not set
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_CPU_THERMAL is not set
# CONFIG_THERMAL_EMULATION is not set
CONFIG_THERMAL_BCM2835=y

#
# Texas Instruments thermal drivers
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_GPIO_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ARM_SP805_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
CONFIG_BCM2708_WDT=m
CONFIG_BCM2835_WDT=m
# CONFIG_MEN_A21_WDT is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
CONFIG_SSB=m
CONFIG_SSB_BLOCKIO=y
CONFIG_SSB_SDIOHOST_POSSIBLE=y
# CONFIG_SSB_SDIOHOST is not set
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
# CONFIG_SSB_DRIVER_GPIO is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
CONFIG_BCMA=m
CONFIG_BCMA_BLOCKIO=y
# CONFIG_BCMA_HOST_SOC is not set
# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
# CONFIG_BCMA_DRIVER_GPIO is not set
# CONFIG_BCMA_DEBUG is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
CONFIG_MFD_RPISENSE_CORE=m
# CONFIG_MFD_AS3711 is not set
# CONFIG_MFD_AS3722 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_ATMEL_HLCDC is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_AXP20X is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_MFD_ASIC3 is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_SPI is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_MFD_HI6421_PMIC is not set
# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_INTEL_SOC_PMIC is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_EZX_PCAP is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
CONFIG_UCB1400_CORE=m
# CONFIG_MFD_PM8921_CORE is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RTSX_USB is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_RK808 is not set
# CONFIG_MFD_RN5T618 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
CONFIG_MFD_STMPE=y

#
# STMicroelectronics STMPE Interface Drivers
#
CONFIG_STMPE_I2C=y
CONFIG_STMPE_SPI=y
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
CONFIG_MFD_WL1273_CORE=m
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_T7L66XB is not set
# CONFIG_MFD_TC6387XB is not set
# CONFIG_MFD_TC6393XB is not set
CONFIG_MFD_ARIZONA=y
CONFIG_MFD_ARIZONA_I2C=m
CONFIG_MFD_ARIZONA_SPI=m
CONFIG_MFD_WM5102=y
# CONFIG_MFD_WM5110 is not set
# CONFIG_MFD_WM8997 is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM831X_SPI is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
CONFIG_MEDIA_SUPPORT=m

#
# Multimedia core support
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
# CONFIG_MEDIA_SDR_SUPPORT is not set
CONFIG_MEDIA_RC_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_DEV=m
# CONFIG_VIDEO_V4L2_SUBDEV_API is not set
CONFIG_VIDEO_V4L2=m
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEOBUF_GEN=m
CONFIG_VIDEOBUF_VMALLOC=m
CONFIG_VIDEOBUF_DVB=m
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_VMALLOC=m
CONFIG_DVB_CORE=m
CONFIG_DVB_NET=y
CONFIG_TTPCI_EEPROM=m
CONFIG_DVB_MAX_ADAPTERS=8
# CONFIG_DVB_DYNAMIC_MINORS is not set

#
# Media drivers
#
CONFIG_RC_CORE=m
CONFIG_RC_MAP=m
CONFIG_RC_DECODERS=y
CONFIG_LIRC=m
CONFIG_IR_LIRC_CODEC=m
CONFIG_IR_NEC_DECODER=m
CONFIG_IR_RC5_DECODER=m
CONFIG_IR_RC6_DECODER=m
CONFIG_IR_JVC_DECODER=m
CONFIG_IR_SONY_DECODER=m
CONFIG_IR_SANYO_DECODER=m
CONFIG_IR_SHARP_DECODER=m
CONFIG_IR_MCE_KBD_DECODER=m
CONFIG_IR_XMP_DECODER=m
CONFIG_RC_DEVICES=y
CONFIG_RC_ATI_REMOTE=m
# CONFIG_IR_HIX5HD2 is not set
CONFIG_IR_IMON=m
CONFIG_IR_MCEUSB=m
CONFIG_IR_REDRAT3=m
CONFIG_IR_STREAMZAP=m
# CONFIG_IR_IGORPLUGUSB is not set
CONFIG_IR_IGUANA=m
CONFIG_IR_TTUSBIR=m
CONFIG_RC_LOOPBACK=m
CONFIG_IR_GPIO_CIR=m
CONFIG_MEDIA_USB_SUPPORT=y

#
# Webcam devices
#
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
CONFIG_USB_M5602=m
CONFIG_USB_STV06XX=m
CONFIG_USB_GL860=m
CONFIG_USB_GSPCA_BENQ=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_CPIA1=m
CONFIG_USB_GSPCA_DTCS033=m
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_JEILINJ=m
CONFIG_USB_GSPCA_JL2005BCD=m
CONFIG_USB_GSPCA_KINECT=m
CONFIG_USB_GSPCA_KONICA=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_MR97310A=m
CONFIG_USB_GSPCA_NW80X=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_OV534=m
CONFIG_USB_GSPCA_OV534_9=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7302=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SE401=m
CONFIG_USB_GSPCA_SN9C2028=m
CONFIG_USB_GSPCA_SN9C20X=m
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_SPCA1528=m
CONFIG_USB_GSPCA_SQ905=m
CONFIG_USB_GSPCA_SQ905C=m
CONFIG_USB_GSPCA_SQ930X=m
CONFIG_USB_GSPCA_STK014=m
CONFIG_USB_GSPCA_STK1135=m
CONFIG_USB_GSPCA_STV0680=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TOPRO=m
# CONFIG_USB_GSPCA_TOUPTEK is not set
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_VICAM=m
CONFIG_USB_GSPCA_XIRLINK_CIT=m
CONFIG_USB_GSPCA_ZC3XX=m
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
CONFIG_USB_PWC_INPUT_EVDEV=y
CONFIG_VIDEO_CPIA2=m
CONFIG_USB_ZR364XX=m
CONFIG_USB_STKWEBCAM=m
CONFIG_USB_S2255=m
CONFIG_VIDEO_USBTV=m

#
# Analog TV USB devices
#
CONFIG_VIDEO_PVRUSB2=m
CONFIG_VIDEO_PVRUSB2_SYSFS=y
CONFIG_VIDEO_PVRUSB2_DVB=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_VIDEO_HDPVR=m
CONFIG_VIDEO_USBVISION=m
CONFIG_VIDEO_STK1160_COMMON=m
CONFIG_VIDEO_STK1160_AC97=y
CONFIG_VIDEO_STK1160=m
CONFIG_VIDEO_GO7007=m
CONFIG_VIDEO_GO7007_USB=m
CONFIG_VIDEO_GO7007_LOADER=m
CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m

#
# Analog/digital TV USB devices
#
CONFIG_VIDEO_AU0828=m
CONFIG_VIDEO_AU0828_V4L2=y
CONFIG_VIDEO_AU0828_RC=y
CONFIG_VIDEO_CX231XX=m
CONFIG_VIDEO_CX231XX_RC=y
CONFIG_VIDEO_CX231XX_ALSA=m
CONFIG_VIDEO_CX231XX_DVB=m
CONFIG_VIDEO_TM6000=m
CONFIG_VIDEO_TM6000_ALSA=m
CONFIG_VIDEO_TM6000_DVB=m

#
# Digital TV USB devices
#
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
CONFIG_DVB_USB_DIBUSB_MB_FAULTY=y
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_VP7045=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_DTT200U=m
CONFIG_DVB_USB_OPERA1=m
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
CONFIG_DVB_USB_PCTV452E=m
CONFIG_DVB_USB_DW2102=m
CONFIG_DVB_USB_CINERGY_T2=m
CONFIG_DVB_USB_DTV5100=m
CONFIG_DVB_USB_FRIIO=m
CONFIG_DVB_USB_AZ6027=m
CONFIG_DVB_USB_TECHNISAT_USB2=m
CONFIG_DVB_USB_V2=m
CONFIG_DVB_USB_AF9015=m
CONFIG_DVB_USB_AF9035=m
CONFIG_DVB_USB_ANYSEE=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_AZ6007=m
CONFIG_DVB_USB_CE6230=m
CONFIG_DVB_USB_EC168=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_LME2510=m
CONFIG_DVB_USB_MXL111SF=m
CONFIG_DVB_USB_RTL28XXU=m
CONFIG_DVB_USB_DVBSKY=m
CONFIG_SMS_USB_DRV=m
CONFIG_DVB_B2C2_FLEXCOP_USB=m
# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set
CONFIG_DVB_AS102=m

#
# Webcam, TV (analog/digital) USB devices
#
CONFIG_VIDEO_EM28XX=m
CONFIG_VIDEO_EM28XX_V4L2=m
CONFIG_VIDEO_EM28XX_ALSA=m
CONFIG_VIDEO_EM28XX_DVB=m
CONFIG_VIDEO_EM28XX_RC=m
CONFIG_V4L_PLATFORM_DRIVERS=y
# CONFIG_VIDEO_BCM2835 is not set
# CONFIG_SOC_CAMERA is not set
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set

#
# Supported MMC/SDIO adapters
#
# CONFIG_SMS_SDIO_DRV is not set
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_TEA575X=m
CONFIG_RADIO_SI470X=y
CONFIG_USB_SI470X=m
CONFIG_I2C_SI470X=m
CONFIG_RADIO_SI4713=m
# CONFIG_USB_SI4713 is not set
# CONFIG_PLATFORM_SI4713 is not set
CONFIG_I2C_SI4713=m
CONFIG_USB_MR800=m
CONFIG_USB_DSBR=m
CONFIG_RADIO_SHARK=m
CONFIG_RADIO_SHARK2=m
CONFIG_USB_KEENE=m
# CONFIG_USB_RAREMONO is not set
CONFIG_USB_MA901=m
CONFIG_RADIO_TEA5764=m
CONFIG_RADIO_SAA7706H=m
CONFIG_RADIO_TEF6862=m
CONFIG_RADIO_WL1273=m

#
# Texas Instruments WL128x FM driver (ST based)
#
CONFIG_RADIO_WL128X=m
CONFIG_MEDIA_COMMON_OPTIONS=y

#
# common driver options
#
CONFIG_VIDEO_CX2341X=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_CYPRESS_FIRMWARE=m
CONFIG_DVB_B2C2_FLEXCOP=m
CONFIG_SMS_SIANO_MDTV=m
CONFIG_SMS_SIANO_RC=y

#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
CONFIG_MEDIA_ATTACH=y
CONFIG_VIDEO_IR_I2C=m

#
# Encoders, decoders, sensors and other helper chips
#

#
# Audio decoders, processors and mixers
#
# CONFIG_VIDEO_TVAUDIO is not set
# CONFIG_VIDEO_TDA7432 is not set
# CONFIG_VIDEO_TDA9840 is not set
# CONFIG_VIDEO_TEA6415C is not set
# CONFIG_VIDEO_TEA6420 is not set
CONFIG_VIDEO_MSP3400=m
# CONFIG_VIDEO_CS5345 is not set
CONFIG_VIDEO_CS53L32A=m
# CONFIG_VIDEO_TLV320AIC23B is not set
CONFIG_VIDEO_UDA1342=m
CONFIG_VIDEO_WM8775=m
# CONFIG_VIDEO_WM8739 is not set
# CONFIG_VIDEO_VP27SMPX is not set
CONFIG_VIDEO_SONY_BTF_MPX=m

#
# RDS decoders
#
# CONFIG_VIDEO_SAA6588 is not set

#
# Video decoders
#
# CONFIG_VIDEO_ADV7183 is not set
# CONFIG_VIDEO_BT819 is not set
# CONFIG_VIDEO_BT856 is not set
# CONFIG_VIDEO_BT866 is not set
# CONFIG_VIDEO_KS0127 is not set
# CONFIG_VIDEO_ML86V7667 is not set
# CONFIG_VIDEO_SAA7110 is not set
CONFIG_VIDEO_SAA711X=m
# CONFIG_VIDEO_TVP514X is not set
CONFIG_VIDEO_TVP5150=m
# CONFIG_VIDEO_TVP7002 is not set
CONFIG_VIDEO_TW2804=m
CONFIG_VIDEO_TW9903=m
CONFIG_VIDEO_TW9906=m
# CONFIG_VIDEO_VPX3220 is not set

#
# Video and audio decoders
#
# CONFIG_VIDEO_SAA717X is not set
CONFIG_VIDEO_CX25840=m

#
# Video encoders
#
# CONFIG_VIDEO_SAA7127 is not set
# CONFIG_VIDEO_SAA7185 is not set
# CONFIG_VIDEO_ADV7170 is not set
# CONFIG_VIDEO_ADV7175 is not set
# CONFIG_VIDEO_ADV7343 is not set
# CONFIG_VIDEO_ADV7393 is not set
# CONFIG_VIDEO_AK881X is not set
# CONFIG_VIDEO_THS8200 is not set

#
# Camera sensor devices
#
# CONFIG_VIDEO_OV2659 is not set
CONFIG_VIDEO_OV7640=m
# CONFIG_VIDEO_OV7670 is not set
# CONFIG_VIDEO_VS6624 is not set
CONFIG_VIDEO_MT9V011=m
# CONFIG_VIDEO_SR030PC30 is not set

#
# Flash devices
#
# CONFIG_VIDEO_ADP1653 is not set
# CONFIG_VIDEO_AS3645A is not set
# CONFIG_VIDEO_LM3560 is not set
# CONFIG_VIDEO_LM3646 is not set

#
# Video improvement chips
#
# CONFIG_VIDEO_UPD64031A is not set
# CONFIG_VIDEO_UPD64083 is not set

#
# Audio/Video compression chips
#
# CONFIG_VIDEO_SAA6752HS is not set

#
# Miscellaneous helper chips
#
# CONFIG_VIDEO_THS7303 is not set
# CONFIG_VIDEO_M52790 is not set

#
# Sensors used on soc_camera driver
#
CONFIG_MEDIA_TUNER=m

#
# Customize TV tuners
#
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MSI001=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_MT2060=m
CONFIG_MEDIA_TUNER_MT2063=m
CONFIG_MEDIA_TUNER_MT2266=m
CONFIG_MEDIA_TUNER_MT2131=m
CONFIG_MEDIA_TUNER_QT1010=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_XC4000=m
CONFIG_MEDIA_TUNER_MXL5005S=m
CONFIG_MEDIA_TUNER_MXL5007T=m
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_MEDIA_TUNER_MAX2165=m
CONFIG_MEDIA_TUNER_TDA18218=m
CONFIG_MEDIA_TUNER_FC0011=m
CONFIG_MEDIA_TUNER_FC0012=m
CONFIG_MEDIA_TUNER_FC0013=m
CONFIG_MEDIA_TUNER_TDA18212=m
CONFIG_MEDIA_TUNER_E4000=m
CONFIG_MEDIA_TUNER_FC2580=m
CONFIG_MEDIA_TUNER_M88RS6000T=m
CONFIG_MEDIA_TUNER_TUA9001=m
CONFIG_MEDIA_TUNER_SI2157=m
CONFIG_MEDIA_TUNER_IT913X=m
CONFIG_MEDIA_TUNER_R820T=m
CONFIG_MEDIA_TUNER_MXL301RF=m
CONFIG_MEDIA_TUNER_QM1D1C0042=m

#
# Customise DVB Frontends
#

#
# Multistandard (satellite) frontends
#
CONFIG_DVB_STB0899=m
CONFIG_DVB_STB6100=m
CONFIG_DVB_STV090x=m
CONFIG_DVB_STV6110x=m
CONFIG_DVB_M88DS3103=m

#
# Multistandard (cable + terrestrial) frontends
#
CONFIG_DVB_DRXK=m
CONFIG_DVB_TDA18271C2DD=m
CONFIG_DVB_SI2165=m

#
# DVB-S (satellite) frontends
#
CONFIG_DVB_CX24110=m
CONFIG_DVB_CX24123=m
CONFIG_DVB_MT312=m
CONFIG_DVB_ZL10036=m
CONFIG_DVB_ZL10039=m
CONFIG_DVB_S5H1420=m
CONFIG_DVB_STV0288=m
CONFIG_DVB_STB6000=m
CONFIG_DVB_STV0299=m
CONFIG_DVB_STV6110=m
CONFIG_DVB_STV0900=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_TDA10086=m
CONFIG_DVB_TDA8261=m
CONFIG_DVB_VES1X93=m
CONFIG_DVB_TUNER_ITD1000=m
CONFIG_DVB_TUNER_CX24113=m
CONFIG_DVB_TDA826X=m
CONFIG_DVB_TUA6100=m
CONFIG_DVB_CX24116=m
CONFIG_DVB_CX24117=m
CONFIG_DVB_CX24120=m
CONFIG_DVB_SI21XX=m
CONFIG_DVB_TS2020=m
CONFIG_DVB_DS3000=m
CONFIG_DVB_MB86A16=m
CONFIG_DVB_TDA10071=m

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_SP8870=m
CONFIG_DVB_SP887X=m
CONFIG_DVB_CX22700=m
CONFIG_DVB_CX22702=m
CONFIG_DVB_S5H1432=m
CONFIG_DVB_DRXD=m
CONFIG_DVB_L64781=m
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_NXT6000=m
CONFIG_DVB_MT352=m
CONFIG_DVB_ZL10353=m
CONFIG_DVB_DIB3000MB=m
CONFIG_DVB_DIB3000MC=m
CONFIG_DVB_DIB7000M=m
CONFIG_DVB_DIB7000P=m
CONFIG_DVB_DIB9000=m
CONFIG_DVB_TDA10048=m
CONFIG_DVB_AF9013=m
CONFIG_DVB_EC100=m
CONFIG_DVB_HD29L2=m
CONFIG_DVB_STV0367=m
CONFIG_DVB_CXD2820R=m
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=m
CONFIG_DVB_SI2168=m
CONFIG_DVB_AS102_FE=m

#
# DVB-C (cable) frontends
#
CONFIG_DVB_VES1820=m
CONFIG_DVB_TDA10021=m
CONFIG_DVB_TDA10023=m
CONFIG_DVB_STV0297=m

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_NXT200X=m
CONFIG_DVB_OR51211=m
CONFIG_DVB_OR51132=m
CONFIG_DVB_BCM3510=m
CONFIG_DVB_LGDT330X=m
CONFIG_DVB_LGDT3305=m
CONFIG_DVB_LGDT3306A=m
CONFIG_DVB_LG2160=m
CONFIG_DVB_S5H1409=m
CONFIG_DVB_AU8522=m
CONFIG_DVB_AU8522_DTV=m
CONFIG_DVB_AU8522_V4L=m
CONFIG_DVB_S5H1411=m

#
# ISDB-T (terrestrial) frontends
#
CONFIG_DVB_S921=m
CONFIG_DVB_DIB8000=m
CONFIG_DVB_MB86A20S=m

#
# ISDB-S (satellite) & ISDB-T (terrestrial) frontends
#
CONFIG_DVB_TC90522=m

#
# Digital terrestrial only tuners/PLL
#
CONFIG_DVB_PLL=m
CONFIG_DVB_TUNER_DIB0070=m
CONFIG_DVB_TUNER_DIB0090=m

#
# SEC control devices for DVB-S
#
CONFIG_DVB_DRX39XYJ=m
CONFIG_DVB_LNBP21=m
CONFIG_DVB_LNBP22=m
CONFIG_DVB_ISL6405=m
CONFIG_DVB_ISL6421=m
CONFIG_DVB_ISL6423=m
CONFIG_DVB_A8293=m
CONFIG_DVB_SP2=m
CONFIG_DVB_LGS8GL5=m
CONFIG_DVB_LGS8GXX=m
CONFIG_DVB_ATBM8830=m
CONFIG_DVB_TDA665x=m
CONFIG_DVB_IX2505V=m
CONFIG_DVB_M88RS2000=m
CONFIG_DVB_AF9033=m

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set

#
# Graphics support
#

#
# Direct Rendering Manager
#
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_GEM_CMA_HELPER=y
CONFIG_DRM_KMS_CMA_HELPER=y

#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_ADV7511 is not set
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_PTN3460 is not set
# CONFIG_DRM_PS8622 is not set
# CONFIG_DRM_VGEM is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_ARMADA is not set
# CONFIG_DRM_TILCDC is not set
CONFIG_DRM_VC4=y

#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CMDLINE=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
# CONFIG_FB_CFB_FILLRECT is not set
# CONFIG_FB_CFB_COPYAREA is not set
# CONFIG_FB_CFB_IMAGEBLIT is not set
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set

#
# Frame buffer hardware drivers
#
# CONFIG_FB_BCM2708 is not set
# CONFIG_FB_ARMCLCD is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
# CONFIG_FB_SIMPLE is not set
CONFIG_FB_SSD1307=m
CONFIG_FB_RPISENSE=m
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_L4F00242T03 is not set
# CONFIG_LCD_LMS283GF05 is not set
# CONFIG_LCD_LTV350QV is not set
# CONFIG_LCD_ILI922X is not set
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_TDO24M is not set
# CONFIG_LCD_VGG2432A4 is not set
# CONFIG_LCD_PLATFORM is not set
# CONFIG_LCD_S6E63M0 is not set
# CONFIG_LCD_LD9040 is not set
# CONFIG_LCD_AMS369FG06 is not set
# CONFIG_LCD_LMS501KF03 is not set
# CONFIG_LCD_HX8357 is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_PWM is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3630A is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LP855X is not set
CONFIG_BACKLIGHT_GPIO=m
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_VGASTATE is not set
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_DMAENGINE_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_RAWMIDI_SEQ=m
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_DUMMY=m
CONFIG_SND_ALOOP=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
# CONFIG_SND_AC97_POWER_SAVE is not set

#
# HD-Audio
#
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_ARM=y
# CONFIG_SND_ARMAACI is not set
CONFIG_SND_BCM2835=m
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_6FIRE=m
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
# CONFIG_SND_USB_POD is not set
# CONFIG_SND_USB_PODHD is not set
# CONFIG_SND_USB_TONEPORT is not set
# CONFIG_SND_USB_VARIAX is not set
CONFIG_SND_SOC=m
CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
# CONFIG_SND_ATMEL_SOC is not set
CONFIG_SND_BCM2708_SOC_I2S=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_DAC=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUS=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
CONFIG_SND_BCM2708_SOC_RASPIDAC3=m
# CONFIG_SND_DESIGNWARE_I2S is not set

#
# SoC Audio for Freescale CPUs
#

#
# Common SoC Audio options for Freescale CPUs:
#
# CONFIG_SND_SOC_FSL_ASRC is not set
# CONFIG_SND_SOC_FSL_SAI is not set
# CONFIG_SND_SOC_FSL_SSI is not set
# CONFIG_SND_SOC_FSL_SPDIF is not set
# CONFIG_SND_SOC_FSL_ESAI is not set
# CONFIG_SND_SOC_IMX_AUDMUX is not set
# CONFIG_SND_SOC_QCOM is not set
# CONFIG_SND_SOC_XTFPGA_I2S is not set
CONFIG_SND_SOC_I2C_AND_SPI=m

#
# CODEC drivers
#
# CONFIG_SND_SOC_AC97_CODEC is not set
CONFIG_SND_SOC_ADAU1701=m
# CONFIG_SND_SOC_AK4104 is not set
# CONFIG_SND_SOC_AK4554 is not set
# CONFIG_SND_SOC_AK4642 is not set
# CONFIG_SND_SOC_AK5386 is not set
# CONFIG_SND_SOC_ALC5623 is not set
# CONFIG_SND_SOC_CS35L32 is not set
# CONFIG_SND_SOC_CS42L51_I2C is not set
# CONFIG_SND_SOC_CS42L52 is not set
# CONFIG_SND_SOC_CS42L56 is not set
# CONFIG_SND_SOC_CS42L73 is not set
# CONFIG_SND_SOC_CS4265 is not set
# CONFIG_SND_SOC_CS4270 is not set
# CONFIG_SND_SOC_CS4271_I2C is not set
# CONFIG_SND_SOC_CS4271_SPI is not set
# CONFIG_SND_SOC_CS42XX8_I2C is not set
# CONFIG_SND_SOC_HDMI_CODEC is not set
# CONFIG_SND_SOC_ES8328 is not set
# CONFIG_SND_SOC_PCM1681 is not set
# CONFIG_SND_SOC_PCM1792A is not set
CONFIG_SND_SOC_PCM512x=m
CONFIG_SND_SOC_PCM512x_I2C=m
# CONFIG_SND_SOC_PCM512x_SPI is not set
CONFIG_SND_SOC_PCM1794A=m
CONFIG_SND_SOC_PCM5102A=m
# CONFIG_SND_SOC_RT5631 is not set
# CONFIG_SND_SOC_RT5677_SPI is not set
# CONFIG_SND_SOC_SGTL5000 is not set
CONFIG_SND_SOC_SIGMADSP=m
CONFIG_SND_SOC_SIGMADSP_I2C=m
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
# CONFIG_SND_SOC_SPDIF is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
# CONFIG_SND_SOC_SSM4567 is not set
# CONFIG_SND_SOC_STA32X is not set
# CONFIG_SND_SOC_STA350 is not set
# CONFIG_SND_SOC_TAS2552 is not set
# CONFIG_SND_SOC_TAS5086 is not set
# CONFIG_SND_SOC_TAS571X is not set
# CONFIG_SND_SOC_TFA9879 is not set
CONFIG_SND_SOC_TAS5713=m
# CONFIG_SND_SOC_TLV320AIC23_I2C is not set
# CONFIG_SND_SOC_TLV320AIC23_SPI is not set
# CONFIG_SND_SOC_TLV320AIC31XX is not set
# CONFIG_SND_SOC_TLV320AIC3X is not set
# CONFIG_SND_SOC_TS3A227E is not set
# CONFIG_SND_SOC_WM8510 is not set
# CONFIG_SND_SOC_WM8523 is not set
# CONFIG_SND_SOC_WM8580 is not set
# CONFIG_SND_SOC_WM8711 is not set
# CONFIG_SND_SOC_WM8728 is not set
CONFIG_SND_SOC_WM8731=m
# CONFIG_SND_SOC_WM8737 is not set
# CONFIG_SND_SOC_WM8741 is not set
# CONFIG_SND_SOC_WM8750 is not set
# CONFIG_SND_SOC_WM8753 is not set
# CONFIG_SND_SOC_WM8770 is not set
# CONFIG_SND_SOC_WM8776 is not set
CONFIG_SND_SOC_WM8804=m
CONFIG_SND_SOC_WM8804_I2C=m
# CONFIG_SND_SOC_WM8804_SPI is not set
# CONFIG_SND_SOC_WM8903 is not set
# CONFIG_SND_SOC_WM8962 is not set
# CONFIG_SND_SOC_WM8978 is not set
CONFIG_SND_SOC_TPA6130A2=m
CONFIG_SND_SIMPLE_CARD=m
CONFIG_SOUND_PRIME=m
CONFIG_AC97_BUS=m

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
CONFIG_UHID=m
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=m
CONFIG_HID_ACRUX=m
# CONFIG_HID_ACRUX_FF is not set
CONFIG_HID_APPLE=m
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=m
# CONFIG_HID_BETOP_FF is not set
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CP2112 is not set
CONFIG_HID_CYPRESS=m
CONFIG_HID_DRAGONRISE=m
# CONFIG_DRAGONRISE_FF is not set
CONFIG_HID_EMS_FF=m
CONFIG_HID_ELECOM=m
CONFIG_HID_ELO=m
CONFIG_HID_EZKEY=m
CONFIG_HID_HOLTEK=m
# CONFIG_HOLTEK_FF is not set
# CONFIG_HID_GT683R is not set
CONFIG_HID_KEYTOUCH=m
CONFIG_HID_KYE=m
CONFIG_HID_UCLOGIC=m
CONFIG_HID_WALTOP=m
CONFIG_HID_GYRATION=m
# CONFIG_HID_ICADE is not set
CONFIG_HID_TWINHAN=m
CONFIG_HID_KENSINGTON=m
CONFIG_HID_LCPOWER=m
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=m
# CONFIG_HID_LOGITECH_DJ is not set
# CONFIG_HID_LOGITECH_HIDPP is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
CONFIG_HID_MAGICMOUSE=m
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
CONFIG_HID_MULTITOUCH=m
CONFIG_HID_NTRIG=m
CONFIG_HID_ORTEK=m
CONFIG_HID_PANTHERLORD=m
# CONFIG_PANTHERLORD_FF is not set
# CONFIG_HID_PENMOUNT is not set
CONFIG_HID_PETALYNX=m
CONFIG_HID_PICOLCD=m
# CONFIG_HID_PICOLCD_FB is not set
# CONFIG_HID_PICOLCD_BACKLIGHT is not set
# CONFIG_HID_PICOLCD_LCD is not set
# CONFIG_HID_PICOLCD_LEDS is not set
# CONFIG_HID_PICOLCD_CIR is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
CONFIG_HID_ROCCAT=m
# CONFIG_HID_SAITEK is not set
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
# CONFIG_SONY_FF is not set
CONFIG_HID_SPEEDLINK=m
# CONFIG_HID_STEELSERIES is not set
CONFIG_HID_SUNPLUS=m
# CONFIG_HID_RMI is not set
CONFIG_HID_GREENASIA=m
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_SMARTJOYPLUS=m
# CONFIG_SMARTJOYPLUS_FF is not set
# CONFIG_HID_TIVO is not set
CONFIG_HID_TOPSEED=m
CONFIG_HID_THINGM=m
CONFIG_HID_THRUSTMASTER=m
# CONFIG_THRUSTMASTER_FF is not set
CONFIG_HID_WACOM=m
CONFIG_HID_WIIMOTE=m
CONFIG_HID_XINMO=m
CONFIG_HID_ZEROPLUS=m
# CONFIG_ZEROPLUS_FF is not set
CONFIG_HID_ZYDACRON=m
# CONFIG_HID_SENSOR_HUB is not set

#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# I2C HID support
#
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_OTG_FSM is not set
# CONFIG_USB_ULPI_BUS is not set
CONFIG_USB_MON=m
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FUSBH200_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
# CONFIG_USB_MAX3421_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_U132_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
CONFIG_USB_DWCOTG=y
# CONFIG_USB_HCD_BCMA is not set
# CONFIG_USB_HCD_SSB is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_REALTEK=m
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=m
CONFIG_USB_STORAGE_ONETOUCH=m
CONFIG_USB_STORAGE_KARMA=m
CONFIG_USB_STORAGE_CYPRESS_ATACB=m
CONFIG_USB_STORAGE_ENE_UB6250=m
# CONFIG_USB_UAS is not set

#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
CONFIG_USBIP_CORE=m
CONFIG_USBIP_VHCI_HCD=m
CONFIG_USBIP_HOST=m
# CONFIG_USBIP_DEBUG is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_SIMPLE is not set
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_F81232=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
CONFIG_USB_SERIAL_IUU=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_METRO=m
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7840=m
# CONFIG_USB_SERIAL_MXUPORT is not set
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
CONFIG_USB_SERIAL_QCAUX=m
CONFIG_USB_SERIAL_QUALCOMM=m
CONFIG_USB_SERIAL_SPCP8X5=m
CONFIG_USB_SERIAL_SAFE=m
# CONFIG_USB_SERIAL_SAFE_PADDED is not set
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_SYMBOL=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_WWAN=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
CONFIG_USB_SERIAL_OPTICON=m
CONFIG_USB_SERIAL_XSENS_MT=m
CONFIG_USB_SERIAL_WISHBONE=m
CONFIG_USB_SERIAL_SSU100=m
CONFIG_USB_SERIAL_QT2=m
CONFIG_USB_SERIAL_DEBUG=m

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_SEVSEG=m
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
CONFIG_USB_LED=m
CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
CONFIG_USB_IOWARRIOR=m
CONFIG_USB_TEST=m
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
CONFIG_USB_ISIGHTFW=m
CONFIG_USB_YUREX=m
CONFIG_USB_EZUSB_FX2=m
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m

#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_AM335X_PHY_USB is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_ULPI is not set
# CONFIG_USB_GADGET is not set
# CONFIG_USB_LED_TRIG is not set
# CONFIG_UWB is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_CLKGATE is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_BCM2835=y
CONFIG_MMC_BCM2835_DMA=y
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
CONFIG_MMC_BCM2835_SDHOST=y
# CONFIG_MMC_ARMMMCI is not set
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
# CONFIG_MMC_SDHCI_OF_ARASAN is not set
# CONFIG_MMC_SDHCI_F_SDH30 is not set
CONFIG_MMC_SPI=m
# CONFIG_MMC_DW is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set
# CONFIG_MMC_MTK is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set

#
# LED drivers
#
# CONFIG_LEDS_BCM6328 is not set
# CONFIG_LEDS_BCM6358 is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_LP8860 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_PWM is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_PM8941_WLED is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_LEDS_TRIGGER_TRANSIENT=m
CONFIG_LEDS_TRIGGER_CAMERA=m
CONFIG_LEDS_TRIGGER_INPUT=y
# CONFIG_ACCESSIBILITY is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABX80X is not set
CONFIG_RTC_DRV_DS1307=m
CONFIG_RTC_DRV_DS1374=m
# CONFIG_RTC_DRV_DS1374_WDT is not set
CONFIG_RTC_DRV_DS1672=m
CONFIG_RTC_DRV_DS3232=m
# CONFIG_RTC_DRV_HYM8563 is not set
CONFIG_RTC_DRV_MAX6900=m
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_ISL12022=m
CONFIG_RTC_DRV_ISL12057=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF2127=m
CONFIG_RTC_DRV_PCF8523=m
CONFIG_RTC_DRV_PCF8563=m
# CONFIG_RTC_DRV_PCF85063 is not set
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=m
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_BQ32K=m
CONFIG_RTC_DRV_S35390A=m
CONFIG_RTC_DRV_FM3130=m
CONFIG_RTC_DRV_RX8581=m
CONFIG_RTC_DRV_RX8025=m
CONFIG_RTC_DRV_EM3027=m
CONFIG_RTC_DRV_RV3029C2=m

#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T93=m
CONFIG_RTC_DRV_M41T94=m
CONFIG_RTC_DRV_DS1305=m
# CONFIG_RTC_DRV_DS1343 is not set
# CONFIG_RTC_DRV_DS1347 is not set
CONFIG_RTC_DRV_DS1390=m
CONFIG_RTC_DRV_MAX6902=m
CONFIG_RTC_DRV_R9701=m
CONFIG_RTC_DRV_RS5C348=m
CONFIG_RTC_DRV_DS3234=m
CONFIG_RTC_DRV_PCF2123=m
CONFIG_RTC_DRV_RX4581=m
# CONFIG_RTC_DRV_MCP795 is not set

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_PL030 is not set
# CONFIG_RTC_DRV_PL031 is not set
# CONFIG_RTC_DRV_SNVS is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
# CONFIG_AMBA_PL08X is not set
# CONFIG_DW_DMAC is not set
# CONFIG_PL330_DMA is not set
CONFIG_DMA_BCM2835=y
CONFIG_DMA_BCM2708=y
CONFIG_DMA_BCM2708_LEGACY=y
# CONFIG_FSL_EDMA is not set
# CONFIG_NBPFAXI_DMA is not set
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_OF=y

#
# DMA Clients
#
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=m
CONFIG_UIO_PDRV_GENIRQ=m
# CONFIG_UIO_DMEM_GENIRQ is not set
# CONFIG_UIO_PRUSS is not set
# CONFIG_VIRT_DRIVERS is not set

#
# Virtio drivers
#
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
CONFIG_STAGING=y
CONFIG_PRISM2_USB=m
# CONFIG_COMEDI is not set
# CONFIG_RTLLIB is not set
CONFIG_R8712U=m
CONFIG_R8188EU=m
CONFIG_88EU_AP_MODE=y
CONFIG_R8723AU=m
CONFIG_8723AU_AP_MODE=y
CONFIG_8723AU_BT_COEXIST=y
CONFIG_VT6656=m

#
# IIO staging drivers
#

#
# Accelerometers
#
# CONFIG_ADIS16201 is not set
# CONFIG_ADIS16203 is not set
# CONFIG_ADIS16204 is not set
# CONFIG_ADIS16209 is not set
# CONFIG_ADIS16220 is not set
# CONFIG_ADIS16240 is not set
# CONFIG_LIS3L02DQ is not set
# CONFIG_SCA3000 is not set

#
# Analog to digital converters
#
# CONFIG_AD7606 is not set
# CONFIG_AD7780 is not set
# CONFIG_AD7816 is not set
# CONFIG_AD7192 is not set
# CONFIG_AD7280 is not set

#
# Analog digital bi-direction converters
#
# CONFIG_ADT7316 is not set

#
# Capacitance to digital converters
#
# CONFIG_AD7150 is not set
# CONFIG_AD7152 is not set
# CONFIG_AD7746 is not set

#
# Direct Digital Synthesis
#
# CONFIG_AD9832 is not set
# CONFIG_AD9834 is not set

#
# Digital gyroscope sensors
#
# CONFIG_ADIS16060 is not set

#
# Network Analyzer, Impedance Converters
#
# CONFIG_AD5933 is not set

#
# Light sensors
#
# CONFIG_SENSORS_ISL29018 is not set
# CONFIG_SENSORS_ISL29028 is not set
# CONFIG_TSL2583 is not set
# CONFIG_TSL2x7x is not set

#
# Magnetometer sensors
#
# CONFIG_SENSORS_HMC5843_I2C is not set
# CONFIG_SENSORS_HMC5843_SPI is not set

#
# Active energy metering IC
#
# CONFIG_ADE7753 is not set
# CONFIG_ADE7754 is not set
# CONFIG_ADE7758 is not set
# CONFIG_ADE7759 is not set
# CONFIG_ADE7854 is not set

#
# Resolver to digital converters
#
# CONFIG_AD2S90 is not set
# CONFIG_AD2S1200 is not set
# CONFIG_AD2S1210 is not set

#
# Triggers - standalone
#
# CONFIG_IIO_SIMPLE_DUMMY is not set
# CONFIG_FT1000 is not set

#
# Speakup console speech
#
CONFIG_SPEAKUP=m
# CONFIG_SPEAKUP_SYNTH_ACNTSA is not set
# CONFIG_SPEAKUP_SYNTH_APOLLO is not set
# CONFIG_SPEAKUP_SYNTH_AUDPTR is not set
# CONFIG_SPEAKUP_SYNTH_BNS is not set
# CONFIG_SPEAKUP_SYNTH_DECTLK is not set
# CONFIG_SPEAKUP_SYNTH_DECEXT is not set
# CONFIG_SPEAKUP_SYNTH_LTLK is not set
CONFIG_SPEAKUP_SYNTH_SOFT=m
# CONFIG_SPEAKUP_SYNTH_SPKOUT is not set
# CONFIG_SPEAKUP_SYNTH_TXPRT is not set
# CONFIG_SPEAKUP_SYNTH_DUMMY is not set
# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
CONFIG_STAGING_MEDIA=y
# CONFIG_I2C_BCM2048 is not set
CONFIG_DVB_MN88472=m
CONFIG_DVB_MN88473=m
CONFIG_LIRC_STAGING=y
CONFIG_LIRC_IMON=m
CONFIG_LIRC_RPI=m
CONFIG_LIRC_SASEM=m
CONFIG_LIRC_SERIAL=m
CONFIG_LIRC_SERIAL_TRANSMITTER=y
# CONFIG_LIRC_SIR is not set
# CONFIG_LIRC_ZILOG is not set

#
# Android
#
# CONFIG_STAGING_BOARD is not set
# CONFIG_USB_WPAN_HCD is not set
# CONFIG_WIMAX_GDM72XX is not set
# CONFIG_LTE_GDM724X is not set
# CONFIG_MTD_SPINAND_MT29F is not set
# CONFIG_LUSTRE_FS is not set
# CONFIG_DGAP is not set
# CONFIG_GS_FPGABOOT is not set
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
CONFIG_FB_TFT=m
CONFIG_FB_TFT_AGM1264K_FL=m
CONFIG_FB_TFT_BD663474=m
CONFIG_FB_TFT_HX8340BN=m
CONFIG_FB_TFT_HX8347D=m
CONFIG_FB_TFT_HX8353D=m
# CONFIG_FB_TFT_HX8357D is not set
# CONFIG_FB_TFT_ILI9163 is not set
CONFIG_FB_TFT_ILI9320=m
CONFIG_FB_TFT_ILI9325=m
CONFIG_FB_TFT_ILI9340=m
CONFIG_FB_TFT_ILI9341=m
CONFIG_FB_TFT_ILI9481=m
CONFIG_FB_TFT_ILI9486=m
CONFIG_FB_TFT_PCD8544=m
CONFIG_FB_TFT_RA8875=m
CONFIG_FB_TFT_S6D02A1=m
CONFIG_FB_TFT_S6D1121=m
CONFIG_FB_TFT_SSD1289=m
CONFIG_FB_TFT_SSD1306=m
CONFIG_FB_TFT_SSD1331=m
CONFIG_FB_TFT_SSD1351=m
CONFIG_FB_TFT_ST7735R=m
CONFIG_FB_TFT_TINYLCD=m
CONFIG_FB_TFT_TLS8204=m
CONFIG_FB_TFT_UC1701=m
CONFIG_FB_TFT_UPD161704=m
CONFIG_FB_TFT_WATTEROTT=m
CONFIG_FB_FLEX=m
CONFIG_FB_TFT_FBTFT_DEVICE=m
# CONFIG_CHROME_PLATFORMS is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_SI570 is not set
# CONFIG_COMMON_CLK_CDCE925 is not set
# CONFIG_CLK_QORIQ is not set
# CONFIG_COMMON_CLK_PWM is not set
# CONFIG_COMMON_CLK_PXA is not set
# CONFIG_COMMON_CLK_CDCE706 is not set

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
CONFIG_CLKSRC_OF=y
CONFIG_ARM_ARCH_TIMER=y
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
# CONFIG_ARM_TIMER_SP804 is not set
# CONFIG_ATMEL_PIT is not set
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
CONFIG_MAILBOX=y
# CONFIG_ARM_MHU is not set
# CONFIG_PL320_MBOX is not set
# CONFIG_ALTERA_MBOX is not set
CONFIG_BCM2835_MBOX=y
# CONFIG_IOMMU_SUPPORT is not set

#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set

#
# Rpmsg drivers
#

#
# SOC (System On Chip) specific Drivers
#
# CONFIG_SUNXI_SRAM is not set
# CONFIG_SOC_TI is not set
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=m

#
# Extcon Device Drivers
#
# CONFIG_EXTCON_ADC_JACK is not set
CONFIG_EXTCON_ARIZONA=m
# CONFIG_EXTCON_GPIO is not set
# CONFIG_EXTCON_RT8973A is not set
# CONFIG_EXTCON_SM5502 is not set
# CONFIG_EXTCON_USB_GPIO is not set
# CONFIG_MEMORY is not set
CONFIG_IIO=m
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=y
CONFIG_IIO_KFIFO_BUF=m
# CONFIG_IIO_TRIGGER is not set

#
# Accelerometers
#
# CONFIG_BMA180 is not set
# CONFIG_BMC150_ACCEL is not set
# CONFIG_IIO_ST_ACCEL_3AXIS is not set
# CONFIG_KXSD9 is not set
# CONFIG_MMA8452 is not set
# CONFIG_KXCJK1013 is not set
# CONFIG_MMA9551 is not set
# CONFIG_MMA9553 is not set
# CONFIG_STK8312 is not set
# CONFIG_STK8BA50 is not set

#
# Analog to digital converters
#
# CONFIG_AD7266 is not set
# CONFIG_AD7291 is not set
# CONFIG_AD7298 is not set
# CONFIG_AD7476 is not set
# CONFIG_AD7791 is not set
# CONFIG_AD7793 is not set
# CONFIG_AD7887 is not set
# CONFIG_AD7923 is not set
# CONFIG_AD799X is not set
# CONFIG_MAX1027 is not set
# CONFIG_MAX1363 is not set
# CONFIG_MCP320X is not set
# CONFIG_MCP3422 is not set
# CONFIG_NAU7802 is not set
# CONFIG_TI_ADC081C is not set
# CONFIG_TI_ADC128S052 is not set
# CONFIG_VF610_ADC is not set

#
# Amplifiers
#
# CONFIG_AD8366 is not set

#
# Hid Sensor IIO Common
#

#
# SSP Sensor Common
#
# CONFIG_IIO_SSP_SENSORHUB is not set

#
# Digital to analog converters
#
# CONFIG_AD5064 is not set
# CONFIG_AD5360 is not set
# CONFIG_AD5380 is not set
# CONFIG_AD5421 is not set
# CONFIG_AD5446 is not set
# CONFIG_AD5449 is not set
# CONFIG_AD5504 is not set
# CONFIG_AD5624R_SPI is not set
# CONFIG_AD5686 is not set
# CONFIG_AD5755 is not set
# CONFIG_AD5764 is not set
# CONFIG_AD5791 is not set
# CONFIG_AD7303 is not set
# CONFIG_M62332 is not set
# CONFIG_MAX517 is not set
# CONFIG_MAX5821 is not set
# CONFIG_MCP4725 is not set
# CONFIG_MCP4922 is not set

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#
# CONFIG_AD9523 is not set

#
# Phase-Locked Loop (PLL) frequency synthesizers
#
# CONFIG_ADF4350 is not set

#
# Digital gyroscope sensors
#
# CONFIG_ADIS16080 is not set
# CONFIG_ADIS16130 is not set
# CONFIG_ADIS16136 is not set
# CONFIG_ADIS16260 is not set
# CONFIG_ADXRS450 is not set
# CONFIG_BMG160 is not set
# CONFIG_IIO_ST_GYRO_3AXIS is not set
# CONFIG_ITG3200 is not set

#
# Humidity sensors
#
CONFIG_DHT11=m
# CONFIG_SI7005 is not set
# CONFIG_SI7020 is not set

#
# Inertial measurement units
#
# CONFIG_ADIS16400 is not set
# CONFIG_ADIS16480 is not set
# CONFIG_KMX61 is not set
# CONFIG_INV_MPU6050_IIO is not set

#
# Light sensors
#
# CONFIG_ADJD_S311 is not set
# CONFIG_AL3320A is not set
# CONFIG_APDS9300 is not set
# CONFIG_BH1750 is not set
# CONFIG_CM32181 is not set
# CONFIG_CM3232 is not set
# CONFIG_CM3323 is not set
# CONFIG_CM36651 is not set
# CONFIG_GP2AP020A00F is not set
# CONFIG_ISL29125 is not set
# CONFIG_JSA1212 is not set
# CONFIG_LTR501 is not set
# CONFIG_STK3310 is not set
# CONFIG_TCS3414 is not set
# CONFIG_TCS3472 is not set
# CONFIG_SENSORS_TSL2563 is not set
# CONFIG_TSL4531 is not set
# CONFIG_VCNL4000 is not set

#
# Magnetometer sensors
#
# CONFIG_AK8975 is not set
# CONFIG_AK09911 is not set
# CONFIG_MAG3110 is not set
# CONFIG_MMC35240 is not set
# CONFIG_IIO_ST_MAGN_3AXIS is not set
# CONFIG_BMC150_MAGN is not set

#
# Inclinometer sensors
#

#
# Pressure sensors
#
# CONFIG_BMP280 is not set
# CONFIG_MPL115 is not set
# CONFIG_MPL3115 is not set
# CONFIG_MS5611 is not set
# CONFIG_IIO_ST_PRESS is not set
# CONFIG_T5403 is not set

#
# Lightning sensors
#
# CONFIG_AS3935 is not set

#
# Proximity sensors
#
# CONFIG_SX9500 is not set

#
# Temperature sensors
#
# CONFIG_MLX90614 is not set
# CONFIG_TMP006 is not set
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
CONFIG_PWM_BCM2835=m
# CONFIG_PWM_FSL_FTM is not set
# CONFIG_PWM_PCA9685 is not set
CONFIG_IRQCHIP=y
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set

#
# Android
#
# CONFIG_ANDROID is not set

#
# Firmware Drivers
#
# CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_RASPBERRYPI_FIRMWARE=y

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_ENCRYPTION is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFS_FS=m
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
CONFIG_JFS_STATISTICS=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_RT=y
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
# CONFIG_GFS2_FS_LOCKING_DLM is not set
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
CONFIG_OCFS2_FS_STATS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
# CONFIG_OCFS2_DEBUG_FS is not set
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
CONFIG_NILFS2_FS=m
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
# CONFIG_F2FS_FS_SECURITY is not set
# CONFIG_F2FS_CHECK_FS is not set
# CONFIG_F2FS_FS_ENCRYPTION is not set
# CONFIG_F2FS_IO_TRACE is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=m
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_OVERLAY_FS=m

#
# Caches
#
CONFIG_FSCACHE=y
CONFIG_FSCACHE_STATS=y
CONFIG_FSCACHE_HISTOGRAM=y
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=y
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_PROC_CHILDREN is not set
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=m
# CONFIG_ECRYPT_FS_MESSAGING is not set
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
# CONFIG_HFSPLUS_FS_POSIX_ACL is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
CONFIG_JFFS2_SUMMARY=y
# CONFIG_JFFS2_FS_XATTR is not set
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
# CONFIG_JFFS2_LZO is not set
CONFIG_JFFS2_RTIME=y
# CONFIG_JFFS2_RUBIN is not set
CONFIG_UBIFS_FS=m
# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
CONFIG_UBIFS_FS_LZO=y
CONFIG_UBIFS_FS_ZLIB=y
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=m
CONFIG_SQUASHFS_FILE_CACHE=y
# CONFIG_SQUASHFS_FILE_DIRECT is not set
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
# CONFIG_SQUASHFS_LZ4 is not set
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_PSTORE is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
# CONFIG_NFS_V4_1 is not set
CONFIG_ROOT_NFS=y
CONFIG_NFS_FSCACHE=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
# CONFIG_NFSD_PNFS is not set
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_SUNRPC_SWAP=y
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_SUNRPC_DEBUG is not set
# CONFIG_CEPH_FS is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_ACL=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_SMB2=y
# CONFIG_CIFS_SMB311 is not set
CONFIG_CIFS_FSCACHE=y
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=m
# CONFIG_9P_FSCACHE is not set
CONFIG_9P_FS_POSIX_ACL=y
# CONFIG_9P_FS_SECURITY is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=m
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set

#
# Kernel hacking
#

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
#
# CONFIG_DEBUG_INFO is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
# CONFIG_LOCKUP_DETECTOR is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_PREEMPT is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_PROVE_RCU is not set
# CONFIG_SPARSE_RCU_POINTER is not set
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_RCU_CPU_STALL_INFO=y
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_RING_BUFFER_ALLOW_SWAP=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
CONFIG_IRQSOFF_TRACER=y
# CONFIG_PREEMPT_TRACER is not set
CONFIG_SCHED_TRACER=y
# CONFIG_FTRACE_SYSCALLS is not set
CONFIG_TRACER_SNAPSHOT=y
CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP=y
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
CONFIG_STACK_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_KPROBE_EVENT is not set
# CONFIG_UPROBE_EVENT is not set
# CONFIG_PROBE_EVENTS is not set
CONFIG_DYNAMIC_FTRACE=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_TRACE_ENUM_MAP_FILE is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_ASYNC_RAID6_TEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_MEMTEST is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
CONFIG_KGDB_SERIAL_CONSOLE=y
# CONFIG_KGDB_TESTS is not set
CONFIG_KGDB_KDB=y
CONFIG_KDB_DEFAULT_ENABLE=0x1
CONFIG_KDB_KEYBOARD=y
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
# CONFIG_ARM_PTDUMP is not set
# CONFIG_STRICT_DEVMEM is not set
CONFIG_ARM_UNWIND=y
CONFIG_OLD_MCOUNT=y
# CONFIG_DEBUG_USER is not set
# CONFIG_DEBUG_LL is not set
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
# CONFIG_DEBUG_UART_8250 is not set
# CONFIG_DEBUG_UART_BCM63XX is not set
CONFIG_UNCOMPRESS_INCLUDE="mach/uncompress.h"
# CONFIG_ARM_KPROBES_TEST is not set
# CONFIG_PID_IN_CONTEXTIDR is not set
# CONFIG_DEBUG_SET_MODULE_RONX is not set
# CONFIG_CORESIGHT is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_XOR_BLOCKS=m
CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m
CONFIG_ASYNC_PQ=m
CONFIG_ASYNC_RAID6_RECOV=m
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=m
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_AKCIPHER2=y
# CONFIG_CRYPTO_RSA is not set
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
# CONFIG_CRYPTO_MCRYPTD is not set
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ABLK_HELPER=m

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_SEQIV=m
CONFIG_CRYPTO_ECHAINIV=m

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=m
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=m

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_HMAC=m
CONFIG_CRYPTO_XCBC=m
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRCT10DIF is not set
CONFIG_CRYPTO_GHASH=m
# CONFIG_CRYPTO_POLY1305 is not set
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAST_COMMON=m
CONFIG_CRYPTO_CAST5=m
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_CHACHA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_ZLIB is not set
CONFIG_CRYPTO_LZO=m
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=m
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
# CONFIG_CRYPTO_DRBG_CTR is not set
CONFIG_CRYPTO_DRBG=m
CONFIG_CRYPTO_JITTERENTROPY=m
CONFIG_CRYPTO_USER_API=m
# CONFIG_CRYPTO_USER_API_HASH is not set
CONFIG_CRYPTO_USER_API_SKCIPHER=m
# CONFIG_CRYPTO_USER_API_RNG is not set
# CONFIG_CRYPTO_USER_API_AEAD is not set
# CONFIG_CRYPTO_HW is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
CONFIG_ARM_CRYPTO=y
CONFIG_CRYPTO_SHA1_ARM=m
CONFIG_CRYPTO_SHA1_ARM_NEON=m
# CONFIG_CRYPTO_SHA1_ARM_CE is not set
# CONFIG_CRYPTO_SHA2_ARM_CE is not set
# CONFIG_CRYPTO_SHA256_ARM is not set
# CONFIG_CRYPTO_SHA512_ARM is not set
CONFIG_CRYPTO_AES_ARM=m
CONFIG_CRYPTO_AES_ARM_BS=m
# CONFIG_CRYPTO_AES_ARM_CE is not set
# CONFIG_CRYPTO_GHASH_ARM_CE is not set
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_RAID6_PQ=m
CONFIG_BITREVERSE=y
CONFIG_HAVE_ARCH_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_PERCPU_RWSEM=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC7=m
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=m
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_LRU_CACHE=m
CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_LIBFDT=y
CONFIG_OID_REGISTRY=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_ARCH_HAS_SG_CHAIN is not set
# CONFIG_VIRTUALIZATION is not set
-------------- next part --------------
Oct 25 15:21:46 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="236" x-info="http://www.rsyslog.com"] start
Oct 25 15:21:46 jessie-rpi systemd-modules-load[80]: Inserted module 'snd_bcm2835'
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 25 15:21:46 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 25 15:21:46 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 25 15:21:46 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 25 15:21:46 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 15:21:46 jessie-rpi kbd[161]: Setting console screen modes and fonts.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 25 15:21:46 jessie-rpi systemd-timesyncd[186]: System clock time unset or jumped backwards, restoring from recorded timestamp: Sun 2015-10-25 15:21:46 CET
Oct 25 15:21:46 jessie-rpi systemd[1]: Time has been changed
Oct 25 15:21:46 jessie-rpi kbd[161]: setterm: $TERM is not defined.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: Set console font and keymap...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started LSB: Set console font and keymap.
Oct 25 15:21:46 jessie-rpi networking[162]: Configuring network interfaces...done.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started LSB: Raise network interfaces..
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 25 15:21:46 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 25 15:21:46 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Sockets.
Oct 25 15:21:46 jessie-rpi systemd[1]: Reached target Basic System.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 25 15:21:46 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 25 15:21:46 jessie-rpi irqbalance[237]: Starting SMP IRQ Balancer: irqbalance.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root at jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #1 SMP PREEMPT Sat Oct 24 16:16:40 CEST 2015
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Machine: BCM2709
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] cma: Reserved 128 MiB at 0x27000000
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 192512
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec7c0, node_mem_map a691a000
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]   Normal zone: 1692 pages used for memmap
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]   Normal zone: 192512 pages, LIFO batch:31
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @a68e5000 s18368 r8192 d22592 u49152
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 190820
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1360 bcm2708_fb.fbheight=768 bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Memory: 620992K/770048K available (6381K kernel code, 541K rwdata, 1792K rodata, 424K init, 762K bss, 17984K reserved, 131072K cma-reserved)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     vmalloc : 0xaf800000 - 0xff000000   (1272 MB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xaf000000   ( 752 MB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x80803720   (8174 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]       .init : 0x80804000 - 0x8086e000   ( 424 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f55e4   ( 542 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 25 15:21:46 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.000009] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.000027] Switching to timer-based delay loop, resolution 52ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.000262] Console: colour dummy device 80x30
Oct 25 15:21:46 jessie-rpi kernel: [    0.001544] console [tty1] enabled
Oct 25 15:21:46 jessie-rpi kernel: [    0.001592] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 25 15:21:46 jessie-rpi kernel: [    0.001667] pid_max: default: 32768 minimum: 301
Oct 25 15:21:46 jessie-rpi kernel: [    0.001965] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.002016] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    0.003159] Initializing cgroup subsys blkio
Oct 25 15:21:46 jessie-rpi kernel: [    0.003232] Initializing cgroup subsys memory
Oct 25 15:21:46 jessie-rpi kernel: [    0.003290] Initializing cgroup subsys devices
Oct 25 15:21:46 jessie-rpi kernel: [    0.003338] Initializing cgroup subsys freezer
Oct 25 15:21:46 jessie-rpi kernel: [    0.003397] Initializing cgroup subsys net_cls
Oct 25 15:21:46 jessie-rpi kernel: [    0.003488] CPU: Testing write buffer coherency: ok
Oct 25 15:21:46 jessie-rpi kernel: [    0.003586] ftrace: allocating 21318 entries in 63 pages
Oct 25 15:21:46 jessie-rpi kernel: [    0.044401] missing device node for CPU 0
Oct 25 15:21:46 jessie-rpi kernel: [    0.044470] missing device node for CPU 1
Oct 25 15:21:46 jessie-rpi kernel: [    0.044499] missing device node for CPU 2
Oct 25 15:21:46 jessie-rpi kernel: [    0.044525] missing device node for CPU 3
Oct 25 15:21:46 jessie-rpi kernel: [    0.044561] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 25 15:21:46 jessie-rpi kernel: [    0.044596] [bcm2709_smp_prepare_cpus] enter
Oct 25 15:21:46 jessie-rpi kernel: [    0.044734] Setting up static identity map for 0x8240 - 0x8274
Oct 25 15:21:46 jessie-rpi kernel: [    0.074318] [bcm2709_boot_secondary] cpu:1 started (0) 18
Oct 25 15:21:46 jessie-rpi kernel: [    0.074766] [bcm2709_secondary_init] enter cpu:1
Oct 25 15:21:46 jessie-rpi kernel: [    0.074819] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 25 15:21:46 jessie-rpi kernel: [    0.084276] [bcm2709_boot_secondary] cpu:2 started (0) 18
Oct 25 15:21:46 jessie-rpi kernel: [    0.084615] [bcm2709_secondary_init] enter cpu:2
Oct 25 15:21:46 jessie-rpi kernel: [    0.084641] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 25 15:21:46 jessie-rpi kernel: [    0.094296] [bcm2709_boot_secondary] cpu:3 started (0) 18
Oct 25 15:21:46 jessie-rpi kernel: [    0.094531] [bcm2709_secondary_init] enter cpu:3
Oct 25 15:21:46 jessie-rpi kernel: [    0.094555] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 25 15:21:46 jessie-rpi kernel: [    0.094627] Brought up 4 CPUs
Oct 25 15:21:46 jessie-rpi kernel: [    0.094706] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 25 15:21:46 jessie-rpi kernel: [    0.094737] CPU: All CPU(s) started in SVC mode.
Oct 25 15:21:46 jessie-rpi kernel: [    0.095570] devtmpfs: initialized
Oct 25 15:21:46 jessie-rpi kernel: [    0.110974] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 25 15:21:46 jessie-rpi kernel: [    0.111273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 25 15:21:46 jessie-rpi kernel: [    0.117255] pinctrl core: initialized pinctrl subsystem
Oct 25 15:21:46 jessie-rpi kernel: [    0.117955] NET: Registered protocol family 16
Oct 25 15:21:46 jessie-rpi kernel: [    0.123177] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 25 15:21:46 jessie-rpi kernel: [    0.124385] bcm2709.uart_clock = 3000000
Oct 25 15:21:46 jessie-rpi kernel: [    0.124448] of_platform_populate failed: -22
Oct 25 15:21:46 jessie-rpi kernel: [    0.126164] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 25 15:21:46 jessie-rpi kernel: [    0.126216] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 25 15:21:46 jessie-rpi kernel: [    0.126366] Serial: AMBA PL011 UART driver
Oct 25 15:21:46 jessie-rpi kernel: [    0.126574] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
Oct 25 15:21:46 jessie-rpi kernel: [    0.626396] console [ttyAMA0] enabled
Oct 25 15:21:46 jessie-rpi kernel: [    0.630508] bcm2835-mbox bcm2835-mbox: mailbox enabled
Oct 25 15:21:46 jessie-rpi kernel: [    0.696429] bcm2708-dmaengine bcm2708-dmaengine: DMA legacy API manager at f3007000, dmachans=0x7f35
Oct 25 15:21:46 jessie-rpi kernel: [    0.705673] bcm2708-dmaengine bcm2708-dmaengine: failed to get irq for DMA channel 13
Oct 25 15:21:46 jessie-rpi kernel: [    0.713529] bcm2708-dmaengine bcm2708-dmaengine: Initialized 8 DMA channels (+ 1 legacy)
Oct 25 15:21:46 jessie-rpi kernel: [    0.722233] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
Oct 25 15:21:46 jessie-rpi kernel: [    0.729568] bcm2708-dmaengine bcm2708-dmaengine: dma_debug:0
Oct 25 15:21:46 jessie-rpi kernel: [    0.735757] SCSI subsystem initialized
Oct 25 15:21:46 jessie-rpi kernel: [    0.739686] usbcore: registered new interface driver usbfs
Oct 25 15:21:46 jessie-rpi kernel: [    0.745270] usbcore: registered new interface driver hub
Oct 25 15:21:46 jessie-rpi kernel: [    0.750702] usbcore: registered new device driver usb
Oct 25 15:21:46 jessie-rpi kernel: [    0.756267] raspberrypi-firmware raspberrypi-firmware.0: Attached to firmware from 2014-12-19 18:44
Oct 25 15:21:46 jessie-rpi kernel: [    1.267500] clocksource: Switched to clocksource arch_sys_counter
Oct 25 15:21:46 jessie-rpi kernel: [    1.315411] FS-Cache: Loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.318716] CacheFiles: Loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.330456] NET: Registered protocol family 2
Oct 25 15:21:46 jessie-rpi kernel: [    1.335793] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.342996] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.349631] TCP: Hash tables configured (established 8192 bind 8192)
Oct 25 15:21:46 jessie-rpi kernel: [    1.356103] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.362104] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.368763] NET: Registered protocol family 1
Oct 25 15:21:46 jessie-rpi kernel: [    1.373480] RPC: Registered named UNIX socket transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.379472] RPC: Registered udp transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.384191] RPC: Registered tcp transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.388931] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 25 15:21:46 jessie-rpi kernel: [    1.396438] bcm2708_gpio: bcm2708_gpio_probe 80892a68
Oct 25 15:21:46 jessie-rpi kernel: [    1.403021] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.421110] VFS: Disk quotas dquot_6.6.0
Oct 25 15:21:46 jessie-rpi kernel: [    1.425328] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 25 15:21:46 jessie-rpi kernel: [    1.434479] FS-Cache: Netfs 'nfs' registered for caching
Oct 25 15:21:46 jessie-rpi kernel: [    1.440786] NFS: Registering the id_resolver key type
Oct 25 15:21:46 jessie-rpi kernel: [    1.445906] Key type id_resolver registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.450130] Key type id_legacy registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.456274] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 25 15:21:46 jessie-rpi kernel: [    1.463890] io scheduler noop registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.467863] io scheduler deadline registered
Oct 25 15:21:46 jessie-rpi kernel: [    1.472412] io scheduler cfq registered (default)
Oct 25 15:21:46 jessie-rpi kernel: [    1.478199] vc-cma: Videocore CMA driver
Oct 25 15:21:46 jessie-rpi kernel: [    1.482141] vc-cma: vc_cma_base      = 0x00000000
Oct 25 15:21:46 jessie-rpi kernel: [    1.486854] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 25 15:21:46 jessie-rpi kernel: [    1.492283] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 25 15:21:46 jessie-rpi kernel: [    1.497902] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 25 15:21:46 jessie-rpi kernel: [    1.506638] [drm] Initialized drm 1.1.0 20060810
Oct 25 15:21:46 jessie-rpi kernel: [    1.523633] brd: module loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.533620] loop: module loaded
Oct 25 15:21:46 jessie-rpi kernel: [    1.538415] vchiq: vchiq_init_state: slot_zero = 0xa7400000, is_master = 0
Oct 25 15:21:46 jessie-rpi kernel: [    1.546073] bcm2835_vchiq bcm2835_vchiq: failed to set channelbase
Oct 25 15:21:46 jessie-rpi kernel: [    1.552620] vchiq: could not load vchiq
Oct 25 15:21:46 jessie-rpi kernel: [    1.556552] bcm2835_vchiq: probe of bcm2835_vchiq failed with error -1502107392
Oct 25 15:21:46 jessie-rpi kernel: [    1.564003] Loading iSCSI transport class v2.0-870.
Oct 25 15:21:46 jessie-rpi kernel: [    1.569632] usbcore: registered new interface driver smsc95xx
Oct 25 15:21:46 jessie-rpi kernel: [    1.575444] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 25 15:21:46 jessie-rpi kernel: [    1.781477] Core Release: 2.80a
Oct 25 15:21:46 jessie-rpi kernel: [    1.784637] Setting default values for core params
Oct 25 15:21:46 jessie-rpi kernel: [    1.789498] Finished setting default values for core params
Oct 25 15:21:46 jessie-rpi kernel: [    1.995384] Using Buffer DMA mode
Oct 25 15:21:46 jessie-rpi kernel: [    1.998727] Periodic Transfer Interrupt Enhancement - disabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.004569] Multiprocessor Interrupt Enhancement - disabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.010166] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 25 15:21:46 jessie-rpi kernel: [    2.014537] Dedicated Tx FIFOs mode
Oct 25 15:21:46 jessie-rpi kernel: [    2.019132] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xa7404000 dma = 0xe7404000 len=9024
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] FIQ FSM acceleration enabled for :
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] Non-periodic Split Transactions
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] Periodic Split Transactions
Oct 25 15:21:46 jessie-rpi kernel: [    2.029035] High-Speed Isochronous Endpoints
Oct 25 15:21:46 jessie-rpi kernel: [    2.045790] dwc_otg: Microframe scheduler enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.045850] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 25 15:21:46 jessie-rpi kernel: [    2.051787] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 25 15:21:46 jessie-rpi kernel: [    2.058069] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf89a000
Oct 25 15:21:46 jessie-rpi kernel: [    2.064096] dwc_otg bcm2708_usb: DWC OTG Controller
Oct 25 15:21:46 jessie-rpi kernel: [    2.069037] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
Oct 25 15:21:46 jessie-rpi kernel: [    2.076306] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
Oct 25 15:21:46 jessie-rpi kernel: [    2.081861] Init: Port Power? op_state=1
Oct 25 15:21:46 jessie-rpi kernel: [    2.085793] Init: Power Port (0)
Oct 25 15:21:46 jessie-rpi kernel: [    2.089304] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 25 15:21:46 jessie-rpi kernel: [    2.096110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 15:21:46 jessie-rpi kernel: [    2.103377] usb usb1: Product: DWC OTG Controller
Oct 25 15:21:46 jessie-rpi kernel: [    2.108112] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 25 15:21:46 jessie-rpi kernel: [    2.114045] usb usb1: SerialNumber: bcm2708_usb
Oct 25 15:21:46 jessie-rpi kernel: [    2.119320] hub 1-0:1.0: USB hub found
Oct 25 15:21:46 jessie-rpi kernel: [    2.123128] hub 1-0:1.0: 1 port detected
Oct 25 15:21:46 jessie-rpi kernel: [    2.127407] dwc_otg: FIQ enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.127420] dwc_otg: NAK holdoff enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.127428] dwc_otg: FIQ split-transaction FSM enabled
Oct 25 15:21:46 jessie-rpi kernel: [    2.127461] Module dwc_common_port init
Oct 25 15:21:46 jessie-rpi kernel: [    2.127865] usbcore: registered new interface driver usb-storage
Oct 25 15:21:46 jessie-rpi kernel: [    2.134107] mousedev: PS/2 mouse device common for all mice
Oct 25 15:21:46 jessie-rpi kernel: [    2.140601] bcm2835-cpufreq: min=800000 max=800000
Oct 25 15:21:46 jessie-rpi kernel: [    2.145592] sdhci: Secure Digital Host Controller Interface driver
Oct 25 15:21:46 jessie-rpi kernel: [    2.151805] sdhci: Copyright(c) Pierre Ossman
Oct 25 15:21:46 jessie-rpi kernel: [    2.156392] mmc-bcm2835 mmc-bcm2835.0: mmc_debug:0 mmc_debug2:0
Oct 25 15:21:46 jessie-rpi kernel: [    2.162354] mmc-bcm2835 mmc-bcm2835.0: DMA channels allocated
Oct 25 15:21:46 jessie-rpi kernel: [    2.207734] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 25 15:21:46 jessie-rpi kernel: [    2.216961] ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 15:21:46 jessie-rpi kernel: [    2.225303] hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 15:21:46 jessie-rpi kernel: [    2.231003] usbcore: registered new interface driver usbhid
Oct 25 15:21:46 jessie-rpi kernel: [    2.236656] usbhid: USB HID core driver
Oct 25 15:21:46 jessie-rpi kernel: [    2.242057] Initializing XFRM netlink socket
Oct 25 15:21:46 jessie-rpi kernel: [    2.246451] NET: Registered protocol family 17
Oct 25 15:21:46 jessie-rpi kernel: [    2.251117] Key type dns_resolver registered
Oct 25 15:21:46 jessie-rpi kernel: [    2.257941] Registering SWP/SWPB emulation handler
Oct 25 15:21:46 jessie-rpi kernel: [    2.263512] registered taskstats version 1
Oct 25 15:21:46 jessie-rpi kernel: [    2.267858] vc-sm: Videocore shared memory driver
Oct 25 15:21:46 jessie-rpi kernel: [    2.273464] Waiting for root device /dev/mmcblk0p2...
Oct 25 15:21:46 jessie-rpi kernel: [    2.294664] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 25 15:21:46 jessie-rpi kernel: [    2.305498] mmc0: new high speed SDHC card at address aaaa
Oct 25 15:21:46 jessie-rpi kernel: [    2.311547] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 25 15:21:46 jessie-rpi kernel: [    2.317213]  mmcblk0: p1 p2
Oct 25 15:21:46 jessie-rpi kernel: [    2.317651] Indeed it is in host mode hprt0 = 00021501
Oct 25 15:21:46 jessie-rpi kernel: [    2.388384] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 25 15:21:46 jessie-rpi kernel: [    2.397123] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 25 15:21:46 jessie-rpi kernel: [    2.419492] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 15:21:46 jessie-rpi kernel: [    2.427697] VFS: Mounted root (ext4 filesystem) on device 179:2.
Oct 25 15:21:46 jessie-rpi kernel: [    2.434568] devtmpfs: mounted
Oct 25 15:21:46 jessie-rpi kernel: [    2.438234] Freeing unused kernel memory: 424K (80804000 - 8086e000)
Oct 25 15:21:46 jessie-rpi kernel: [    2.497571] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 25 15:21:46 jessie-rpi kernel: [    2.504201] Indeed it is in host mode hprt0 = 00001101
Oct 25 15:21:46 jessie-rpi kernel: [    2.707863] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 25 15:21:46 jessie-rpi kernel: [    2.714605] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 15:21:46 jessie-rpi kernel: [    2.722503] hub 1-1:1.0: USB hub found
Oct 25 15:21:46 jessie-rpi kernel: [    2.726376] hub 1-1:1.0: 5 ports detected
Oct 25 15:21:46 jessie-rpi kernel: [    2.858795] NET: Registered protocol family 10
Oct 25 15:21:46 jessie-rpi kernel: [    2.887916] random: systemd urandom read with 65 bits of entropy available
Oct 25 15:21:46 jessie-rpi kernel: [    3.007635] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 25 15:21:46 jessie-rpi kernel: [    3.020983] uart-pl011 dev:f1: no DMA platform data
Oct 25 15:21:46 jessie-rpi kernel: [    3.128012] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 25 15:21:46 jessie-rpi kernel: [    3.134935] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 15:21:46 jessie-rpi kernel: [    3.148364] smsc95xx v1.0.4
Oct 25 15:21:46 jessie-rpi kernel: [    3.212037] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 25 15:21:46 jessie-rpi kernel: [    4.609891] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 25 15:21:46 jessie-rpi kernel: [    5.530224] random: nonblocking pool is initialized
Oct 25 15:21:46 jessie-rpi kernel: [    5.592694] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated
Oct 25 15:21:46 jessie-rpi kernel: [    5.601120] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x3f204000 (irq 80)
Oct 25 15:21:46 jessie-rpi kernel: [    5.648773] bcm2708_i2c_init_pinmode(1,2)
Oct 25 15:21:46 jessie-rpi kernel: [    5.653044] bcm2708_i2c_init_pinmode(1,3)
Oct 25 15:21:46 jessie-rpi kernel: [    5.657807] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
Oct 25 15:21:46 jessie-rpi kernel: [    5.797043] pcm512x 1-004d: Failed to reset device: -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.804364] pcm512x: probe of 1-004d failed with error -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.810771] pcm512x 1-004c: Failed to reset device: -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.816433] pcm512x: probe of 1-004c failed with error -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.816925] wm8804 1-003b: Failed to read device ID: -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.817052] wm8804: probe of 1-003b failed with error -5
Oct 25 15:21:46 jessie-rpi kernel: [    5.950165] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Successfully dropped root privileges.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: avahi-daemon 0.6.31 starting up.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Successfully called chroot().
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Successfully dropped remaining capabilities.
Oct 25 15:21:46 jessie-rpi avahi-daemon[250]: chroot.c: open() failed: No such file or directory
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Failed to open /etc/resolv.conf: Invalid argument
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: No service file found in /etc/avahi/services.
Oct 25 15:21:46 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Network interface enumeration completed.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Login Service...
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 25 15:21:46 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 25 15:21:46 jessie-rpi avahi-daemon[241]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 3980131762.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Timers.
Oct 25 15:21:47 jessie-rpi cron[253]: (CRON) INFO (pidfile fd = 3)
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting Network Service...
Oct 25 15:21:47 jessie-rpi cron[253]: (CRON) INFO (Running @reboot jobs)
Oct 25 15:21:47 jessie-rpi systemd[1]: Started System Logging Service.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 25 15:21:47 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 235 (update-binfmts)
Oct 25 15:21:47 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 25 15:21:47 jessie-rpi systemd-networkd[256]: Enumeration completed
Oct 25 15:21:47 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Network Service.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Login Service.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Network.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 25 15:21:47 jessie-rpi kernel: [    6.765250] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 25 15:21:47 jessie-rpi kernel: [    6.774018] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 25 15:21:47 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 25 15:21:47 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 25 15:21:47 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 25 15:21:47 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 25 15:21:47 jessie-rpi systemd-resolved[275]: Using system hostname 'jessie-rpi'.
Oct 25 15:21:47 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 25 15:21:48 jessie-rpi exim4[272]: Starting MTA: exim4.
Oct 25 15:21:48 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 25 15:21:48 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 25 15:21:48 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 25 15:21:48 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 25 15:21:48 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 25 15:21:48 jessie-rpi systemd[1]: Startup finished in 2.506s (kernel) + 5.098s (userspace) = 7.605s.
Oct 25 15:21:48 jessie-rpi systemd-networkd[256]: eth0: Gained carrier
Oct 25 15:21:48 jessie-rpi kernel: [    8.416900] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 25 15:21:48 jessie-rpi kernel: [    8.425769] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
Oct 25 15:21:49 jessie-rpi avahi-daemon[241]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 25 15:21:49 jessie-rpi systemd-timesyncd[186]: Network configuration changed, trying to establish connection.
Oct 25 15:21:49 jessie-rpi avahi-daemon[241]: New relevant interface eth0.IPv6 for mDNS.
Oct 25 15:21:49 jessie-rpi avahi-daemon[241]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: eth0: DHCPv4 address 192.168.178.46/24 via 192.168.178.1
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: eth0: Configured
Oct 25 15:21:51 jessie-rpi avahi-daemon[241]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.178.46.
Oct 25 15:21:51 jessie-rpi systemd-timesyncd[186]: Network configuration changed, trying to establish connection.
Oct 25 15:21:51 jessie-rpi avahi-daemon[241]: New relevant interface eth0.IPv4 for mDNS.
Oct 25 15:21:51 jessie-rpi systemd-timesyncd[186]: Network configuration changed, trying to establish connection.
Oct 25 15:21:51 jessie-rpi avahi-daemon[241]: Registering new address record for 192.168.178.46 on eth0.IPv4.
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.539: Permission denied
Oct 25 15:21:51 jessie-rpi systemd-networkd[256]: grep: write error: Broken pipe
Oct 25 15:21:52 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 25 15:21:52 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 25 15:22:30 jessie-rpi systemd-timesyncd[186]: Synchronized to time server 192.168.178.1:123 (192.168.178.1).
Oct 25 15:22:30 jessie-rpi systemd[1]: Time has been changed
Oct 25 15:26:21 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 25 15:26:21 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 25 15:26:21 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Timers.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Sockets.
Oct 25 15:26:21 jessie-rpi systemd[601]: Removed slice Root Slice.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Paths.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Basic System.
Oct 25 15:26:21 jessie-rpi systemd[601]: Reached target Default.
Oct 25 15:26:21 jessie-rpi systemd[601]: Startup finished in 84ms.
Oct 25 15:26:21 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 25 15:33:59 jessie-rpi systemd[1]: Stopping User Manager for UID 0...
Oct 25 15:33:59 jessie-rpi systemd[601]: Created slice Root Slice.
Oct 25 15:33:59 jessie-rpi systemd[601]: Reached target Shutdown.
Oct 25 15:33:59 jessie-rpi systemd[601]: Starting Exit the Session...
Oct 25 15:33:59 jessie-rpi systemd[601]: Stopped target Default.
Oct 25 15:33:59 jessie-rpi systemd[601]: Stopped target Basic System.
Oct 25 15:33:59 jessie-rpi systemd[601]: Stopped target Sockets.
Oct 25 15:33:59 jessie-rpi systemd[601]: Stopped target Timers.
Oct 25 15:33:59 jessie-rpi systemd[601]: Stopped target Paths.
Oct 25 15:33:59 jessie-rpi systemd[601]: Received SIGRTMIN+24 from PID 622 (kill).
Oct 25 15:33:59 jessie-rpi systemd[1]: Stopped User Manager for UID 0.
Oct 25 15:33:59 jessie-rpi systemd[1]: Removed slice user-0.slice.
Oct 25 15:34:17 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 25 15:34:17 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 25 15:34:17 jessie-rpi systemd[1]: Started Session c2 of user root.
Oct 25 15:34:18 jessie-rpi systemd[651]: Reached target Paths.
Oct 25 15:34:18 jessie-rpi systemd[651]: Reached target Timers.
Oct 25 15:34:18 jessie-rpi systemd[651]: Reached target Sockets.
Oct 25 15:34:18 jessie-rpi systemd[651]: Removed slice Root Slice.
Oct 25 15:34:18 jessie-rpi systemd[651]: Reached target Basic System.
Oct 25 15:34:18 jessie-rpi systemd[651]: Reached target Default.
Oct 25 15:34:18 jessie-rpi systemd[651]: Startup finished in 75ms.
Oct 25 15:34:18 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 25 15:34:20 jessie-rpi dbus[243]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Oct 25 15:34:20 jessie-rpi systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
Oct 25 15:34:20 jessie-rpi polkitd[674]: started daemon version 0.105 using authority implementation `local' version `0.105'
Oct 25 15:34:20 jessie-rpi dbus[243]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 25 15:34:20 jessie-rpi systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
Oct 25 15:34:20 jessie-rpi systemd[1]: hwclock-save.service: Cannot add dependency job, ignoring: Unit hwclock-save.service failed to load: No such file or directory.
Oct 25 15:34:20 jessie-rpi systemd[1]: Stopped target Timers.
Oct 25 15:34:21 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="236" x-info="http://www.rsyslog.com"] exiting on signal 15.
Oct 25 15:34:22 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="251" x-info="http://www.rsyslog.com"] start
Oct 25 15:34:22 jessie-rpi systemd-modules-load[76]: Inserted module 'snd_bcm2835'
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root at jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #1 SMP PREEMPT Sat Oct 24 16:16:40 CEST 2015
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Machine: BCM2709
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] cma: Reserved 128 MiB at 0x27000000
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 192512
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec7c0, node_mem_map a691a000
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]   Normal zone: 1692 pages used for memmap
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]   Normal zone: 192512 pages, LIFO batch:31
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @a68e5000 s18368 r8192 d22592 u49152
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 190820
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Memory: 620992K/770048K available (6381K kernel code, 541K rwdata, 1792K rodata, 424K init, 762K bss, 17984K reserved, 131072K cma-reserved)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]     vmalloc : 0xaf800000 - 0xff000000   (1272 MB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xaf000000   ( 752 MB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x80803720   (8174 kB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]       .init : 0x80804000 - 0x8086e000   ( 424 kB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f55e4   ( 542 kB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 25 15:34:22 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 25 15:34:22 jessie-rpi kernel: [    0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 25 15:34:22 jessie-rpi kernel: [    0.000025] Switching to timer-based delay loop, resolution 52ns
Oct 25 15:34:22 jessie-rpi kernel: [    0.000256] Console: colour dummy device 80x30
Oct 25 15:34:22 jessie-rpi kernel: [    0.001545] console [tty1] enabled
Oct 25 15:34:22 jessie-rpi kernel: [    0.001593] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 25 15:34:22 jessie-rpi kernel: [    0.001671] pid_max: default: 32768 minimum: 301
Oct 25 15:34:22 jessie-rpi kernel: [    0.001970] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    0.002022] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    0.003156] Initializing cgroup subsys blkio
Oct 25 15:34:22 jessie-rpi kernel: [    0.003230] Initializing cgroup subsys memory
Oct 25 15:34:22 jessie-rpi kernel: [    0.003286] Initializing cgroup subsys devices
Oct 25 15:34:22 jessie-rpi kernel: [    0.003332] Initializing cgroup subsys freezer
Oct 25 15:34:22 jessie-rpi kernel: [    0.003393] Initializing cgroup subsys net_cls
Oct 25 15:34:22 jessie-rpi kernel: [    0.003481] CPU: Testing write buffer coherency: ok
Oct 25 15:34:22 jessie-rpi kernel: [    0.003578] ftrace: allocating 21318 entries in 63 pages
Oct 25 15:34:22 jessie-rpi kernel: [    0.044437] missing device node for CPU 0
Oct 25 15:34:22 jessie-rpi kernel: [    0.044507] missing device node for CPU 1
Oct 25 15:34:22 jessie-rpi kernel: [    0.044534] missing device node for CPU 2
Oct 25 15:34:22 jessie-rpi kernel: [    0.044561] missing device node for CPU 3
Oct 25 15:34:22 jessie-rpi kernel: [    0.044596] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 25 15:34:22 jessie-rpi kernel: [    0.044632] [bcm2709_smp_prepare_cpus] enter
Oct 25 15:34:22 jessie-rpi kernel: [    0.044766] Setting up static identity map for 0x8240 - 0x8274
Oct 25 15:34:22 jessie-rpi kernel: [    0.074347] [bcm2709_boot_secondary] cpu:1 started (0) 17
Oct 25 15:34:22 jessie-rpi kernel: [    0.074796] [bcm2709_secondary_init] enter cpu:1
Oct 25 15:34:22 jessie-rpi kernel: [    0.074847] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 25 15:34:22 jessie-rpi kernel: [    0.084307] [bcm2709_boot_secondary] cpu:2 started (0) 18
Oct 25 15:34:22 jessie-rpi kernel: [    0.084646] [bcm2709_secondary_init] enter cpu:2
Oct 25 15:34:22 jessie-rpi kernel: [    0.084673] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 25 15:34:22 jessie-rpi kernel: [    0.094326] [bcm2709_boot_secondary] cpu:3 started (0) 18
Oct 25 15:34:22 jessie-rpi kernel: [    0.094559] [bcm2709_secondary_init] enter cpu:3
Oct 25 15:34:22 jessie-rpi kernel: [    0.094584] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 25 15:34:22 jessie-rpi kernel: [    0.094657] Brought up 4 CPUs
Oct 25 15:34:22 jessie-rpi kernel: [    0.094735] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 25 15:34:22 jessie-rpi kernel: [    0.094766] CPU: All CPU(s) started in SVC mode.
Oct 25 15:34:22 jessie-rpi kernel: [    0.095593] devtmpfs: initialized
Oct 25 15:34:22 jessie-rpi kernel: [    0.110965] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 25 15:34:22 jessie-rpi kernel: [    0.111264] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 25 15:34:22 jessie-rpi kernel: [    0.117235] pinctrl core: initialized pinctrl subsystem
Oct 25 15:34:22 jessie-rpi kernel: [    0.117934] NET: Registered protocol family 16
Oct 25 15:34:22 jessie-rpi kernel: [    0.123068] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 25 15:34:22 jessie-rpi kernel: [    0.124275] bcm2709.uart_clock = 3000000
Oct 25 15:34:22 jessie-rpi kernel: [    0.124339] of_platform_populate failed: -22
Oct 25 15:34:22 jessie-rpi kernel: [    0.126061] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 25 15:34:22 jessie-rpi kernel: [    0.126114] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 25 15:34:22 jessie-rpi kernel: [    0.126262] Serial: AMBA PL011 UART driver
Oct 25 15:34:22 jessie-rpi kernel: [    0.126474] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
Oct 25 15:34:22 jessie-rpi kernel: [    0.626370] console [ttyAMA0] enabled
Oct 25 15:34:22 jessie-rpi kernel: [    0.630487] bcm2835-mbox bcm2835-mbox: mailbox enabled
Oct 25 15:34:22 jessie-rpi kernel: [    0.696459] bcm2708-dmaengine bcm2708-dmaengine: DMA legacy API manager at f3007000, dmachans=0x7f35
Oct 25 15:34:22 jessie-rpi kernel: [    0.705702] bcm2708-dmaengine bcm2708-dmaengine: failed to get irq for DMA channel 13
Oct 25 15:34:22 jessie-rpi kernel: [    0.713558] bcm2708-dmaengine bcm2708-dmaengine: Initialized 8 DMA channels (+ 1 legacy)
Oct 25 15:34:22 jessie-rpi kernel: [    0.722271] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
Oct 25 15:34:22 jessie-rpi kernel: [    0.729605] bcm2708-dmaengine bcm2708-dmaengine: dma_debug:0
Oct 25 15:34:22 jessie-rpi kernel: [    0.735793] SCSI subsystem initialized
Oct 25 15:34:22 jessie-rpi kernel: [    0.739718] usbcore: registered new interface driver usbfs
Oct 25 15:34:22 jessie-rpi kernel: [    0.745305] usbcore: registered new interface driver hub
Oct 25 15:34:22 jessie-rpi kernel: [    0.750740] usbcore: registered new device driver usb
Oct 25 15:34:22 jessie-rpi kernel: [    0.756307] raspberrypi-firmware raspberrypi-firmware.0: Attached to firmware from 2014-12-19 18:44
Oct 25 15:34:22 jessie-rpi kernel: [    1.267531] clocksource: Switched to clocksource arch_sys_counter
Oct 25 15:34:22 jessie-rpi kernel: [    1.315442] FS-Cache: Loaded
Oct 25 15:34:22 jessie-rpi kernel: [    1.318754] CacheFiles: Loaded
Oct 25 15:34:22 jessie-rpi kernel: [    1.330501] NET: Registered protocol family 2
Oct 25 15:34:22 jessie-rpi kernel: [    1.335845] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    1.343047] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    1.349676] TCP: Hash tables configured (established 8192 bind 8192)
Oct 25 15:34:22 jessie-rpi kernel: [    1.356146] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    1.362151] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    1.368807] NET: Registered protocol family 1
Oct 25 15:34:22 jessie-rpi kernel: [    1.373525] RPC: Registered named UNIX socket transport module.
Oct 25 15:34:22 jessie-rpi kernel: [    1.379518] RPC: Registered udp transport module.
Oct 25 15:34:22 jessie-rpi kernel: [    1.384237] RPC: Registered tcp transport module.
Oct 25 15:34:22 jessie-rpi kernel: [    1.388976] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 25 15:34:22 jessie-rpi kernel: [    1.396492] bcm2708_gpio: bcm2708_gpio_probe 80892a68
Oct 25 15:34:22 jessie-rpi kernel: [    1.403078] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    1.421161] VFS: Disk quotas dquot_6.6.0
Oct 25 15:34:22 jessie-rpi kernel: [    1.425375] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 25 15:34:22 jessie-rpi kernel: [    1.434522] FS-Cache: Netfs 'nfs' registered for caching
Oct 25 15:34:22 jessie-rpi kernel: [    1.440836] NFS: Registering the id_resolver key type
Oct 25 15:34:22 jessie-rpi kernel: [    1.445948] Key type id_resolver registered
Oct 25 15:34:22 jessie-rpi kernel: [    1.450173] Key type id_legacy registered
Oct 25 15:34:22 jessie-rpi kernel: [    1.456320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 25 15:34:22 jessie-rpi kernel: [    1.463941] io scheduler noop registered
Oct 25 15:34:22 jessie-rpi kernel: [    1.467914] io scheduler deadline registered
Oct 25 15:34:22 jessie-rpi kernel: [    1.472464] io scheduler cfq registered (default)
Oct 25 15:34:22 jessie-rpi kernel: [    1.478252] vc-cma: Videocore CMA driver
Oct 25 15:34:22 jessie-rpi kernel: [    1.482193] vc-cma: vc_cma_base      = 0x00000000
Oct 25 15:34:22 jessie-rpi kernel: [    1.486907] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 25 15:34:22 jessie-rpi kernel: [    1.492337] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 25 15:34:22 jessie-rpi kernel: [    1.497956] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 25 15:34:22 jessie-rpi kernel: [    1.506688] [drm] Initialized drm 1.1.0 20060810
Oct 25 15:34:22 jessie-rpi kernel: [    1.523699] brd: module loaded
Oct 25 15:34:22 jessie-rpi kernel: [    1.533655] loop: module loaded
Oct 25 15:34:22 jessie-rpi kernel: [    1.538467] vchiq: vchiq_init_state: slot_zero = 0xa7400000, is_master = 0
Oct 25 15:34:22 jessie-rpi kernel: [    1.546119] bcm2835_vchiq bcm2835_vchiq: failed to set channelbase
Oct 25 15:34:22 jessie-rpi kernel: [    1.552664] vchiq: could not load vchiq
Oct 25 15:34:22 jessie-rpi kernel: [    1.556597] bcm2835_vchiq: probe of bcm2835_vchiq failed with error -1502107392
Oct 25 15:34:22 jessie-rpi kernel: [    1.564050] Loading iSCSI transport class v2.0-870.
Oct 25 15:34:22 jessie-rpi kernel: [    1.569675] usbcore: registered new interface driver smsc95xx
Oct 25 15:34:22 jessie-rpi kernel: [    1.575485] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 25 15:34:22 jessie-rpi kernel: [    1.781523] Core Release: 2.80a
Oct 25 15:34:22 jessie-rpi kernel: [    1.784684] Setting default values for core params
Oct 25 15:34:22 jessie-rpi kernel: [    1.789542] Finished setting default values for core params
Oct 25 15:34:22 jessie-rpi kernel: [    1.995423] Using Buffer DMA mode
Oct 25 15:34:22 jessie-rpi kernel: [    1.998766] Periodic Transfer Interrupt Enhancement - disabled
Oct 25 15:34:22 jessie-rpi kernel: [    2.004608] Multiprocessor Interrupt Enhancement - disabled
Oct 25 15:34:22 jessie-rpi kernel: [    2.010205] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 25 15:34:22 jessie-rpi kernel: [    2.014575] Dedicated Tx FIFOs mode
Oct 25 15:34:22 jessie-rpi kernel: [    2.019166] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xa7404000 dma = 0xe7404000 len=9024
Oct 25 15:34:22 jessie-rpi kernel: [    2.029072] FIQ FSM acceleration enabled for :
Oct 25 15:34:22 jessie-rpi kernel: [    2.029072] Non-periodic Split Transactions
Oct 25 15:34:22 jessie-rpi kernel: [    2.029072] Periodic Split Transactions
Oct 25 15:34:22 jessie-rpi kernel: [    2.029072] High-Speed Isochronous Endpoints
Oct 25 15:34:22 jessie-rpi kernel: [    2.045826] dwc_otg: Microframe scheduler enabled
Oct 25 15:34:22 jessie-rpi kernel: [    2.045886] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 25 15:34:22 jessie-rpi kernel: [    2.051823] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 25 15:34:22 jessie-rpi kernel: [    2.058106] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf89a000
Oct 25 15:34:22 jessie-rpi kernel: [    2.064134] dwc_otg bcm2708_usb: DWC OTG Controller
Oct 25 15:34:22 jessie-rpi kernel: [    2.069073] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
Oct 25 15:34:22 jessie-rpi kernel: [    2.076344] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
Oct 25 15:34:22 jessie-rpi kernel: [    2.081898] Init: Port Power? op_state=1
Oct 25 15:34:22 jessie-rpi kernel: [    2.085829] Init: Power Port (0)
Oct 25 15:34:22 jessie-rpi kernel: [    2.089336] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 25 15:34:22 jessie-rpi kernel: [    2.096142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 15:34:22 jessie-rpi kernel: [    2.103409] usb usb1: Product: DWC OTG Controller
Oct 25 15:34:22 jessie-rpi kernel: [    2.108144] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 25 15:34:22 jessie-rpi kernel: [    2.114077] usb usb1: SerialNumber: bcm2708_usb
Oct 25 15:34:22 jessie-rpi kernel: [    2.119352] hub 1-0:1.0: USB hub found
Oct 25 15:34:22 jessie-rpi kernel: [    2.123162] hub 1-0:1.0: 1 port detected
Oct 25 15:34:22 jessie-rpi kernel: [    2.127443] dwc_otg: FIQ enabled
Oct 25 15:34:22 jessie-rpi kernel: [    2.127454] dwc_otg: NAK holdoff enabled
Oct 25 15:34:22 jessie-rpi kernel: [    2.127463] dwc_otg: FIQ split-transaction FSM enabled
Oct 25 15:34:22 jessie-rpi kernel: [    2.127495] Module dwc_common_port init
Oct 25 15:34:22 jessie-rpi kernel: [    2.127898] usbcore: registered new interface driver usb-storage
Oct 25 15:34:22 jessie-rpi kernel: [    2.134139] mousedev: PS/2 mouse device common for all mice
Oct 25 15:34:22 jessie-rpi kernel: [    2.140642] bcm2835-cpufreq: min=800000 max=800000
Oct 25 15:34:22 jessie-rpi kernel: [    2.145635] sdhci: Secure Digital Host Controller Interface driver
Oct 25 15:34:22 jessie-rpi kernel: [    2.151849] sdhci: Copyright(c) Pierre Ossman
Oct 25 15:34:22 jessie-rpi kernel: [    2.156439] mmc-bcm2835 mmc-bcm2835.0: mmc_debug:0 mmc_debug2:0
Oct 25 15:34:22 jessie-rpi kernel: [    2.162401] mmc-bcm2835 mmc-bcm2835.0: DMA channels allocated
Oct 25 15:34:22 jessie-rpi kernel: [    2.207765] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 25 15:34:22 jessie-rpi kernel: [    2.217675] ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 15:34:22 jessie-rpi kernel: [    2.223825] hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 15:34:22 jessie-rpi kernel: [    2.229460] usbcore: registered new interface driver usbhid
Oct 25 15:34:22 jessie-rpi kernel: [    2.235045] usbhid: USB HID core driver
Oct 25 15:34:22 jessie-rpi kernel: [    2.239321] Initializing XFRM netlink socket
Oct 25 15:34:22 jessie-rpi kernel: [    2.243630] NET: Registered protocol family 17
Oct 25 15:34:22 jessie-rpi kernel: [    2.248222] Key type dns_resolver registered
Oct 25 15:34:22 jessie-rpi kernel: [    2.253028] Registering SWP/SWPB emulation handler
Oct 25 15:34:22 jessie-rpi kernel: [    2.254967] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 25 15:34:22 jessie-rpi kernel: [    2.257671] mmc0: new high speed SDHC card at address aaaa
Oct 25 15:34:22 jessie-rpi kernel: [    2.258261] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 25 15:34:22 jessie-rpi kernel: [    2.272480]  mmcblk0: p1 p2
Oct 25 15:34:22 jessie-rpi kernel: [    2.279442] registered taskstats version 1
Oct 25 15:34:22 jessie-rpi kernel: [    2.283748] vc-sm: Videocore shared memory driver
Oct 25 15:34:22 jessie-rpi kernel: [    2.290045] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 25 15:34:22 jessie-rpi kernel: [    2.298975] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 25 15:34:22 jessie-rpi kernel: [    2.317666] Indeed it is in host mode hprt0 = 00021501
Oct 25 15:34:22 jessie-rpi kernel: [    2.322609] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 15:34:22 jessie-rpi kernel: [    2.322668] VFS: Mounted root (ext4 filesystem) on device 179:2.
Oct 25 15:34:22 jessie-rpi kernel: [    2.323604] devtmpfs: mounted
Oct 25 15:34:22 jessie-rpi kernel: [    2.324191] Freeing unused kernel memory: 424K (80804000 - 8086e000)
Oct 25 15:34:22 jessie-rpi kernel: [    2.517586] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 25 15:34:22 jessie-rpi kernel: [    2.524245] Indeed it is in host mode hprt0 = 00001101
Oct 25 15:34:22 jessie-rpi kernel: [    2.728145] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 25 15:34:22 jessie-rpi kernel: [    2.734897] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 15:34:22 jessie-rpi kernel: [    2.741429] NET: Registered protocol family 10
Oct 25 15:34:22 jessie-rpi kernel: [    2.754909] hub 1-1:1.0: USB hub found
Oct 25 15:34:22 jessie-rpi kernel: [    2.758858] hub 1-1:1.0: 5 ports detected
Oct 25 15:34:22 jessie-rpi kernel: [    2.759156] random: systemd urandom read with 45 bits of entropy available
Oct 25 15:34:22 jessie-rpi kernel: [    2.898424] uart-pl011 dev:f1: no DMA platform data
Oct 25 15:34:22 jessie-rpi kernel: [    3.047606] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 25 15:34:22 jessie-rpi kernel: [    3.167946] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 25 15:34:22 jessie-rpi kernel: [    3.174865] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 15:34:22 jessie-rpi kernel: [    3.185081] smsc95xx v1.0.4
Oct 25 15:34:22 jessie-rpi kernel: [    3.250971] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 25 15:34:22 jessie-rpi kernel: [    3.357609] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
Oct 25 15:34:22 jessie-rpi kernel: [    3.511236] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2005
Oct 25 15:34:22 jessie-rpi kernel: [    3.511251] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 25 15:34:22 jessie-rpi kernel: [    3.511267] usb 1-1.3: Product: DELL USB Keyboard
Oct 25 15:34:22 jessie-rpi kernel: [    3.511274] usb 1-1.3: Manufacturer: DELL
Oct 25 15:34:22 jessie-rpi kernel: [    3.551579] input: DELL DELL USB Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2005.0001/input/input0
Oct 25 15:34:22 jessie-rpi kernel: [    3.628279] hid-generic 0003:413C:2005.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-bcm2708_usb-1.3/input0
Oct 25 15:34:22 jessie-rpi kernel: [    4.605493] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 25 15:34:22 jessie-rpi kernel: [    5.058029] random: nonblocking pool is initialized
Oct 25 15:34:22 jessie-rpi kernel: [    5.606432] bcm2708_i2c_init_pinmode(1,2)
Oct 25 15:34:22 jessie-rpi kernel: [    5.610805] bcm2708_i2c_init_pinmode(1,3)
Oct 25 15:34:22 jessie-rpi kernel: [    5.615431] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
Oct 25 15:34:22 jessie-rpi kernel: [    5.625606] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated
Oct 25 15:34:22 jessie-rpi kernel: [    5.639643] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x3f204000 (irq 80)
Oct 25 15:34:22 jessie-rpi kernel: [    5.702642] pcm512x 1-004d: Failed to reset device: -5
Oct 25 15:34:22 jessie-rpi kernel: [    5.708053] pcm512x: probe of 1-004d failed with error -5
Oct 25 15:34:22 jessie-rpi kernel: [    5.713927] pcm512x 1-004c: Failed to reset device: -5
Oct 25 15:34:22 jessie-rpi kernel: [    5.720274] pcm512x: probe of 1-004c failed with error -5
Oct 25 15:34:22 jessie-rpi kernel: [    5.727680] wm8804 1-003b: Failed to read device ID: -5
Oct 25 15:34:22 jessie-rpi kernel: [    5.735799] wm8804: probe of 1-003b failed with error -5
Oct 25 15:34:22 jessie-rpi kernel: [    5.805475] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 25 15:34:22 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 25 15:34:22 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 25 15:34:22 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 25 15:34:22 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 15:34:22 jessie-rpi kbd[160]: Setting console screen modes and fonts.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 25 15:34:22 jessie-rpi kbd[160]: setterm: $TERM is not defined.
Oct 25 15:34:22 jessie-rpi systemd-timesyncd[195]: System clock time unset or jumped backwards, restoring from recorded timestamp: Sun 2015-10-25 15:34:21 CET
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 25 15:34:22 jessie-rpi systemd[1]: Time has been changed
Oct 25 15:34:22 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting LSB: Set console font and keymap...
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started LSB: Set console font and keymap.
Oct 25 15:34:22 jessie-rpi networking[159]: Configuring network interfaces...done.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started LSB: Raise network interfaces..
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 25 15:34:22 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Timers.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 25 15:34:22 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Sockets.
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Basic System.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Login Service...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 25 15:34:22 jessie-rpi cron[240]: (CRON) INFO (pidfile fd = 3)
Oct 25 15:34:22 jessie-rpi cron[240]: (CRON) INFO (Running @reboot jobs)
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Successfully dropped root privileges.
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: avahi-daemon 0.6.31 starting up.
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Successfully called chroot().
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Successfully dropped remaining capabilities.
Oct 25 15:34:22 jessie-rpi avahi-daemon[245]: chroot.c: open() failed: No such file or directory
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Failed to open /etc/resolv.conf: Invalid argument
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: No service file found in /etc/avahi/services.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 25 15:34:22 jessie-rpi dbus[242]: [system] Successfully activated service 'org.freedesktop.systemd1'
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Network Service...
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Network interface enumeration completed.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 25 15:34:22 jessie-rpi avahi-daemon[236]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 3154839968.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 25 15:34:22 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 239 (update-binfmts)
Oct 25 15:34:22 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Login Service.
Oct 25 15:34:22 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 25 15:34:22 jessie-rpi systemd-networkd[248]: Enumeration completed
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Network Service.
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Network.
Oct 25 15:34:22 jessie-rpi irqbalance[249]: Starting SMP IRQ Balancer: irqbalance.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 25 15:34:22 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 25 15:34:22 jessie-rpi systemd[1]: Started System Logging Service.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 25 15:34:22 jessie-rpi kernel: [    6.575894] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 25 15:34:22 jessie-rpi kernel: [    6.585109] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 25 15:34:22 jessie-rpi systemd-resolved[267]: Using system hostname 'jessie-rpi'.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 25 15:34:22 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 25 15:34:22 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 25 15:34:23 jessie-rpi exim4[272]: Starting MTA: exim4.
Oct 25 15:34:23 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 25 15:34:23 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 25 15:34:23 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 25 15:34:23 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 25 15:34:23 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 25 15:34:23 jessie-rpi systemd[1]: Startup finished in 2.387s (kernel) + 4.997s (userspace) = 7.385s.
Oct 25 15:34:23 jessie-rpi kernel: [    8.186891] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 25 15:34:23 jessie-rpi kernel: [    8.195070] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Oct 25 15:34:23 jessie-rpi systemd-networkd[248]: eth0: Gained carrier
Oct 25 15:34:24 jessie-rpi systemd[1]: Started Getty on tty2.
Oct 25 15:34:24 jessie-rpi systemd-networkd[248]: eth0: DHCPv4 address 192.168.1.22/24 via 192.168.1.200
Oct 25 15:34:24 jessie-rpi avahi-daemon[236]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.22.
Oct 25 15:34:24 jessie-rpi avahi-daemon[236]: New relevant interface eth0.IPv4 for mDNS.
Oct 25 15:34:24 jessie-rpi avahi-daemon[236]: Registering new address record for 192.168.1.22 on eth0.IPv4.
Oct 25 15:34:24 jessie-rpi systemd-networkd[248]: eth0: Configured
Oct 25 15:34:24 jessie-rpi systemd-timesyncd[195]: Network configuration changed, trying to establish connection.
Oct 25 15:34:24 jessie-rpi systemd-timesyncd[195]: Network configuration changed, trying to establish connection.
Oct 25 15:34:24 jessie-rpi systemd-networkd[248]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.540: Permission denied
Oct 25 15:34:24 jessie-rpi systemd-networkd[248]: grep: write error: Broken pipe
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 25 15:34:25 jessie-rpi systemd-timesyncd[195]: Network configuration changed, trying to establish connection.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: New relevant interface eth0.IPv6 for mDNS.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 25 15:34:25 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 25 15:34:25 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 25 15:34:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 25 15:34:26 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 25 15:34:26 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 25 15:34:26 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 25 15:34:26 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 25 15:34:30 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 25 15:34:30 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:43:06 jessie-rpi systemd-timesyncd[195]: Synchronized to time server 62.48.53.90:123 (2.debian.pool.ntp.org).
Oct 27 12:43:06 jessie-rpi systemd[1]: Time has been changed
Oct 27 12:43:45 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:45:25 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:47:05 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:48:10 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 27 12:48:10 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 27 12:48:10 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 27 12:48:10 jessie-rpi systemd[607]: Removed slice Root Slice.
Oct 27 12:48:10 jessie-rpi systemd[607]: Reached target Timers.
Oct 27 12:48:10 jessie-rpi systemd[607]: Reached target Sockets.
Oct 27 12:48:10 jessie-rpi systemd[607]: Reached target Paths.
Oct 27 12:48:10 jessie-rpi systemd[607]: Reached target Basic System.
Oct 27 12:48:10 jessie-rpi systemd[607]: Reached target Default.
Oct 27 12:48:10 jessie-rpi systemd[607]: Startup finished in 85ms.
Oct 27 12:48:10 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 27 12:48:44 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:49:10 jessie-rpi systemd[1]: Started Session c2 of user root.
Oct 27 12:50:24 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:50:53 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.8.
Oct 27 12:50:53 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.170.
Oct 27 12:50:53 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:52:05 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:53:42 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:55:22 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:56:28 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:57:02 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 12:57:38 jessie-rpi systemd[1]: Starting Cleanup of Temporary Directories...
Oct 27 12:57:38 jessie-rpi systemd[1]: Started Cleanup of Temporary Directories.
Oct 27 12:58:41 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:00:20 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:02:01 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:03:39 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:05:19 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:06:59 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:08:39 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:10:18 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:11:57 jessie-rpi avahi-daemon[236]: Invalid response packet from host 192.168.1.30.
Oct 27 13:13:36 jessie-rpi dbus[242]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Oct 27 13:13:36 jessie-rpi systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
Oct 27 13:13:36 jessie-rpi polkitd[11511]: started daemon version 0.105 using authority implementation `local' version `0.105'
Oct 27 13:13:36 jessie-rpi dbus[242]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 27 13:13:36 jessie-rpi systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
Oct 27 13:13:36 jessie-rpi systemd[1]: hwclock-save.service: Cannot add dependency job, ignoring: Unit hwclock-save.service failed to load: No such file or directory.
Oct 27 13:13:36 jessie-rpi systemd[1]: Stopping User Manager for UID 0...
Oct 27 13:13:36 jessie-rpi systemd[1]: Starting Store Sound Card State...
Oct 27 13:13:36 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="251" x-info="http://www.rsyslog.com"] exiting on signal 15.
Oct 27 13:13:38 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="240" x-info="http://www.rsyslog.com"] start
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root at jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #2 SMP PREEMPT Tue Oct 27 13:02:23 CET 2015
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Machine: BCM2709
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] cma: Reserved 256 MiB at 0x1f000000
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 192512
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec800, node_mem_map 9e8da000
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]   Normal zone: 1692 pages used for memmap
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]   Normal zone: 192512 pages, LIFO batch:31
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @9e8a5000 s18368 r8192 d22592 u49152
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 190820
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Memory: 489664K/770048K available (6385K kernel code, 541K rwdata, 1792K rodata, 420K init, 762K bss, 18240K reserved, 262144K cma-reserved)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]     vmalloc : 0xaf800000 - 0xff000000   (1272 MB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xaf000000   ( 752 MB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x8080489c   (8179 kB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]       .init : 0x80805000 - 0x8086e000   ( 420 kB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f5624   ( 542 kB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 27 13:13:38 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 27 13:13:38 jessie-rpi kernel: [    0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 27 13:13:38 jessie-rpi kernel: [    0.000025] Switching to timer-based delay loop, resolution 52ns
Oct 27 13:13:38 jessie-rpi kernel: [    0.000252] Console: colour dummy device 80x30
Oct 27 13:13:38 jessie-rpi kernel: [    0.001533] console [tty1] enabled
Oct 27 13:13:38 jessie-rpi kernel: [    0.001581] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 27 13:13:38 jessie-rpi kernel: [    0.001658] pid_max: default: 32768 minimum: 301
Oct 27 13:13:38 jessie-rpi kernel: [    0.001955] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    0.002005] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    0.003149] Initializing cgroup subsys blkio
Oct 27 13:13:38 jessie-rpi kernel: [    0.003217] Initializing cgroup subsys memory
Oct 27 13:13:38 jessie-rpi kernel: [    0.003275] Initializing cgroup subsys devices
Oct 27 13:13:38 jessie-rpi kernel: [    0.003324] Initializing cgroup subsys freezer
Oct 27 13:13:38 jessie-rpi kernel: [    0.003385] Initializing cgroup subsys net_cls
Oct 27 13:13:38 jessie-rpi kernel: [    0.003472] CPU: Testing write buffer coherency: ok
Oct 27 13:13:38 jessie-rpi kernel: [    0.003570] ftrace: allocating 21336 entries in 63 pages
Oct 27 13:13:38 jessie-rpi kernel: [    0.044439] missing device node for CPU 0
Oct 27 13:13:38 jessie-rpi kernel: [    0.044508] missing device node for CPU 1
Oct 27 13:13:38 jessie-rpi kernel: [    0.044537] missing device node for CPU 2
Oct 27 13:13:38 jessie-rpi kernel: [    0.044564] missing device node for CPU 3
Oct 27 13:13:38 jessie-rpi kernel: [    0.044599] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 27 13:13:38 jessie-rpi kernel: [    0.044634] [bcm2709_smp_prepare_cpus] enter
Oct 27 13:13:38 jessie-rpi kernel: [    0.044772] Setting up static identity map for 0x8240 - 0x8274
Oct 27 13:13:38 jessie-rpi kernel: [    0.074363] [bcm2709_boot_secondary] cpu:1 started (0) 18
Oct 27 13:13:38 jessie-rpi kernel: [    0.074809] [bcm2709_secondary_init] enter cpu:1
Oct 27 13:13:38 jessie-rpi kernel: [    0.074861] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 27 13:13:38 jessie-rpi kernel: [    0.084315] [bcm2709_boot_secondary] cpu:2 started (0) 18
Oct 27 13:13:38 jessie-rpi kernel: [    0.084653] [bcm2709_secondary_init] enter cpu:2
Oct 27 13:13:38 jessie-rpi kernel: [    0.084681] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 27 13:13:38 jessie-rpi kernel: [    0.094332] [bcm2709_boot_secondary] cpu:3 started (0) 18
Oct 27 13:13:38 jessie-rpi kernel: [    0.094566] [bcm2709_secondary_init] enter cpu:3
Oct 27 13:13:38 jessie-rpi kernel: [    0.094590] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 27 13:13:38 jessie-rpi kernel: [    0.094662] Brought up 4 CPUs
Oct 27 13:13:38 jessie-rpi kernel: [    0.094741] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 27 13:13:38 jessie-rpi kernel: [    0.094773] CPU: All CPU(s) started in SVC mode.
Oct 27 13:13:38 jessie-rpi kernel: [    0.095607] devtmpfs: initialized
Oct 27 13:13:38 jessie-rpi kernel: [    0.111029] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 27 13:13:38 jessie-rpi kernel: [    0.111334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 27 13:13:38 jessie-rpi kernel: [    0.122578] pinctrl core: initialized pinctrl subsystem
Oct 27 13:13:38 jessie-rpi kernel: [    0.123301] NET: Registered protocol family 16
Oct 27 13:13:38 jessie-rpi kernel: [    0.128520] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 27 13:13:38 jessie-rpi kernel: [    0.129679] bcm2709.uart_clock = 3000000
Oct 27 13:13:38 jessie-rpi kernel: [    0.129740] of_platform_populate failed: -22
Oct 27 13:13:38 jessie-rpi kernel: [    0.131464] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 27 13:13:38 jessie-rpi kernel: [    0.131516] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 27 13:13:38 jessie-rpi kernel: [    0.131670] Serial: AMBA PL011 UART driver
Oct 27 13:13:38 jessie-rpi kernel: [    0.131881] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
Oct 27 13:13:38 jessie-rpi kernel: [    0.631713] console [ttyAMA0] enabled
Oct 27 13:13:38 jessie-rpi kernel: [    0.635828] bcm2835-mbox bcm2835-mbox: mailbox enabled
Oct 27 13:13:38 jessie-rpi kernel: [    0.696500] bcm2708-dmaengine bcm2708-dmaengine: DMA legacy API manager at f3007000, dmachans=0x7f35
Oct 27 13:13:38 jessie-rpi kernel: [    0.705745] bcm2708-dmaengine bcm2708-dmaengine: failed to get irq for DMA channel 13
Oct 27 13:13:38 jessie-rpi kernel: [    0.713602] bcm2708-dmaengine bcm2708-dmaengine: Initialized 8 DMA channels (+ 1 legacy)
Oct 27 13:13:38 jessie-rpi kernel: [    0.722307] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
Oct 27 13:13:38 jessie-rpi kernel: [    0.729643] bcm2708-dmaengine bcm2708-dmaengine: dma_debug:0
Oct 27 13:13:38 jessie-rpi kernel: [    0.735832] SCSI subsystem initialized
Oct 27 13:13:38 jessie-rpi systemd-modules-load[91]: Inserted module 'snd_bcm2835'
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 27 13:13:38 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 27 13:13:38 jessie-rpi kernel: [    0.739760] usbcore: registered new interface driver usbfs
Oct 27 13:13:38 jessie-rpi kernel: [    0.745343] usbcore: registered new interface driver hub
Oct 27 13:13:38 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 27 13:13:38 jessie-rpi kernel: [    0.750772] usbcore: registered new device driver usb
Oct 27 13:13:38 jessie-rpi kernel: [    0.756340] raspberrypi-firmware raspberrypi-firmware.0: Attached to firmware from 2014-12-19 18:44
Oct 27 13:13:38 jessie-rpi kernel: [    1.267562] clocksource: Switched to clocksource arch_sys_counter
Oct 27 13:13:38 jessie-rpi kernel: [    1.315521] FS-Cache: Loaded
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 27 13:13:38 jessie-rpi kernel: [    1.318828] CacheFiles: Loaded
Oct 27 13:13:38 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 27 13:13:38 jessie-rpi kernel: [    1.330531] NET: Registered protocol family 2
Oct 27 13:13:38 jessie-rpi kernel: [    1.335875] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    1.343074] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    1.349705] TCP: Hash tables configured (established 8192 bind 8192)
Oct 27 13:13:38 jessie-rpi kernel: [    1.356171] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    1.362177] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 27 13:13:38 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 27 13:13:38 jessie-rpi kernel: [    1.368832] NET: Registered protocol family 1
Oct 27 13:13:38 jessie-rpi kernel: [    1.373550] RPC: Registered named UNIX socket transport module.
Oct 27 13:13:38 jessie-rpi kernel: [    1.379544] RPC: Registered udp transport module.
Oct 27 13:13:38 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 27 13:13:38 jessie-rpi kernel: [    1.384263] RPC: Registered tcp transport module.
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 27 13:13:38 jessie-rpi kbd[159]: Setting console screen modes and fonts.
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 27 13:13:38 jessie-rpi systemd-timesyncd[181]: System clock time unset or jumped backwards, restoring from recorded timestamp: Tue 2015-10-27 13:13:37 CET
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 27 13:13:38 jessie-rpi systemd[1]: Time has been changed
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 27 13:13:38 jessie-rpi kbd[159]: setterm: $TERM is not defined.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting LSB: Set console font and keymap...
Oct 27 13:13:38 jessie-rpi kernel: [    1.389003] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 27 13:13:38 jessie-rpi kernel: [    1.396515] bcm2708_gpio: bcm2708_gpio_probe 80892a68
Oct 27 13:13:38 jessie-rpi systemd[1]: Started LSB: Set console font and keymap.
Oct 27 13:13:38 jessie-rpi kernel: [    1.403100] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    1.421185] VFS: Disk quotas dquot_6.6.0
Oct 27 13:13:38 jessie-rpi kernel: [    1.425399] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 27 13:13:38 jessie-rpi kernel: [    1.434558] FS-Cache: Netfs 'nfs' registered for caching
Oct 27 13:13:38 jessie-rpi networking[158]: Configuring network interfaces...done.
Oct 27 13:13:38 jessie-rpi kernel: [    1.440874] NFS: Registering the id_resolver key type
Oct 27 13:13:38 jessie-rpi kernel: [    1.445988] Key type id_resolver registered
Oct 27 13:13:38 jessie-rpi kernel: [    1.450212] Key type id_legacy registered
Oct 27 13:13:38 jessie-rpi kernel: [    1.456358] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 27 13:13:38 jessie-rpi systemd[1]: Started LSB: Raise network interfaces..
Oct 27 13:13:38 jessie-rpi kernel: [    1.463975] io scheduler noop registered
Oct 27 13:13:38 jessie-rpi kernel: [    1.467948] io scheduler deadline registered
Oct 27 13:13:38 jessie-rpi kernel: [    1.472499] io scheduler cfq registered (default)
Oct 27 13:13:38 jessie-rpi kernel: [    1.478285] vc-cma: Videocore CMA driver
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 27 13:13:38 jessie-rpi kernel: [    1.482225] vc-cma: vc_cma_base      = 0x00000000
Oct 27 13:13:38 jessie-rpi kernel: [    1.486938] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 27 13:13:38 jessie-rpi kernel: [    1.492370] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 27 13:13:38 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 27 13:13:38 jessie-rpi kernel: [    1.497990] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 27 13:13:38 jessie-rpi kernel: [    1.506727] [drm] Initialized drm 1.1.0 20060810
Oct 27 13:13:38 jessie-rpi kernel: [    1.523760] brd: module loaded
Oct 27 13:13:38 jessie-rpi kernel: [    1.533763] loop: module loaded
Oct 27 13:13:38 jessie-rpi kernel: [    1.538559] vchiq: vchiq_init_state: slot_zero = 0x9f400000, is_master = 0
Oct 27 13:13:38 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 27 13:13:38 jessie-rpi kernel: [    1.546211] bcm2835_vchiq bcm2835_vchiq: failed to set channelbase
Oct 27 13:13:38 jessie-rpi kernel: [    1.552757] vchiq: could not load vchiq
Oct 27 13:13:38 jessie-rpi kernel: [    1.556689] bcm2835_vchiq: probe of bcm2835_vchiq failed with error -1640519424
Oct 27 13:13:38 jessie-rpi kernel: [    1.564140] Loading iSCSI transport class v2.0-870.
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Sockets.
Oct 27 13:13:38 jessie-rpi kernel: [    1.569798] usbcore: registered new interface driver smsc95xx
Oct 27 13:13:38 jessie-rpi kernel: [    1.575608] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 27 13:13:38 jessie-rpi kernel: [    1.781645] Core Release: 2.80a
Oct 27 13:13:38 jessie-rpi kernel: [    1.784805] Setting default values for core params
Oct 27 13:13:38 jessie-rpi kernel: [    1.789658] Finished setting default values for core params
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 27 13:13:38 jessie-rpi kernel: [    1.995553] Using Buffer DMA mode
Oct 27 13:13:38 jessie-rpi kernel: [    1.998897] Periodic Transfer Interrupt Enhancement - disabled
Oct 27 13:13:38 jessie-rpi kernel: [    2.004738] Multiprocessor Interrupt Enhancement - disabled
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Timers.
Oct 27 13:13:38 jessie-rpi kernel: [    2.010335] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 27 13:13:38 jessie-rpi kernel: [    2.014706] Dedicated Tx FIFOs mode
Oct 27 13:13:38 jessie-rpi kernel: [    2.019298] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0x9f404000 dma = 0xdf404000 len=9024
Oct 27 13:13:38 jessie-rpi kernel: [    2.029201] FIQ FSM acceleration enabled for :
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 27 13:13:38 jessie-rpi kernel: [    2.029201] Non-periodic Split Transactions
Oct 27 13:13:38 jessie-rpi kernel: [    2.029201] Periodic Split Transactions
Oct 27 13:13:38 jessie-rpi kernel: [    2.029201] High-Speed Isochronous Endpoints
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Basic System.
Oct 27 13:13:38 jessie-rpi kernel: [    2.045955] dwc_otg: Microframe scheduler enabled
Oct 27 13:13:38 jessie-rpi kernel: [    2.046017] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 27 13:13:38 jessie-rpi kernel: [    2.051953] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 27 13:13:38 jessie-rpi kernel: [    2.058236] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf89a000
Oct 27 13:13:38 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 27 13:13:38 jessie-rpi kernel: [    2.064263] dwc_otg bcm2708_usb: DWC OTG Controller
Oct 27 13:13:38 jessie-rpi kernel: [    2.069215] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
Oct 27 13:13:38 jessie-rpi kernel: [    2.076487] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Network Service...
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Login Service...
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 27 13:13:38 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 246 (update-binfmts)
Oct 27 13:13:38 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Successfully dropped root privileges.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: avahi-daemon 0.6.31 starting up.
Oct 27 13:13:38 jessie-rpi irqbalance[241]: Starting SMP IRQ Balancer: irqbalance.
Oct 27 13:13:38 jessie-rpi cron[250]: (CRON) INFO (pidfile fd = 3)
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Successfully called chroot().
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Successfully dropped remaining capabilities.
Oct 27 13:13:38 jessie-rpi avahi-daemon[256]: chroot.c: open() failed: No such file or directory
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Failed to open /etc/resolv.conf: Invalid argument
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: No service file found in /etc/avahi/services.
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Network interface enumeration completed.
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 27 13:13:38 jessie-rpi systemd-networkd[239]: Enumeration completed
Oct 27 13:13:38 jessie-rpi kernel: [    2.082042] Init: Port Power? op_state=1
Oct 27 13:13:38 jessie-rpi kernel: [    2.085974] Init: Power Port (0)
Oct 27 13:13:38 jessie-rpi kernel: [    2.089481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 27 13:13:38 jessie-rpi kernel: [    2.096287] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 27 13:13:38 jessie-rpi avahi-daemon[244]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 2017266712.
Oct 27 13:13:38 jessie-rpi kernel: [    2.103555] usb usb1: Product: DWC OTG Controller
Oct 27 13:13:38 jessie-rpi kernel: [    2.108289] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 27 13:13:38 jessie-rpi kernel: [    2.114222] usb usb1: SerialNumber: bcm2708_usb
Oct 27 13:13:38 jessie-rpi kernel: [    2.119493] hub 1-0:1.0: USB hub found
Oct 27 13:13:38 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 27 13:13:38 jessie-rpi kernel: [    2.123301] hub 1-0:1.0: 1 port detected
Oct 27 13:13:38 jessie-rpi cron[250]: (CRON) INFO (Running @reboot jobs)
Oct 27 13:13:38 jessie-rpi kernel: [    2.127667] dwc_otg: FIQ enabled
Oct 27 13:13:38 jessie-rpi kernel: [    2.127680] dwc_otg: NAK holdoff enabled
Oct 27 13:13:38 jessie-rpi kernel: [    2.127689] dwc_otg: FIQ split-transaction FSM enabled
Oct 27 13:13:38 jessie-rpi kernel: [    2.127722] Module dwc_common_port init
Oct 27 13:13:38 jessie-rpi kernel: [    2.128047] usbcore: registered new interface driver usb-storage
Oct 27 13:13:38 jessie-rpi kernel: [    2.134283] mousedev: PS/2 mouse device common for all mice
Oct 27 13:13:38 jessie-rpi kernel: [    2.139931] i2c /dev entries driver
Oct 27 13:13:38 jessie-rpi kernel: [    2.144339] bcm2835-cpufreq: min=800000 max=800000
Oct 27 13:13:38 jessie-rpi kernel: [    2.149359] sdhci: Secure Digital Host Controller Interface driver
Oct 27 13:13:38 jessie-rpi kernel: [    2.155553] sdhci: Copyright(c) Pierre Ossman
Oct 27 13:13:38 jessie-rpi kernel: [    2.160165] mmc-bcm2835 mmc-bcm2835.0: mmc_debug:0 mmc_debug2:0
Oct 27 13:13:38 jessie-rpi kernel: [    2.166101] mmc-bcm2835 mmc-bcm2835.0: DMA channels allocated
Oct 27 13:13:38 jessie-rpi kernel: [    2.207762] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 27 13:13:38 jessie-rpi kernel: [    2.216986] ledtrig-cpu: registered to indicate activity on CPUs
Oct 27 13:13:38 jessie-rpi kernel: [    2.225321] hidraw: raw HID events driver (C) Jiri Kosina
Oct 27 13:13:38 jessie-rpi kernel: [    2.231023] usbcore: registered new interface driver usbhid
Oct 27 13:13:38 jessie-rpi kernel: [    2.237687] usbhid: USB HID core driver
Oct 27 13:13:38 jessie-rpi kernel: [    2.245042] Initializing XFRM netlink socket
Oct 27 13:13:38 jessie-rpi kernel: [    2.250467] NET: Registered protocol family 17
Oct 27 13:13:38 jessie-rpi kernel: [    2.255103] Key type dns_resolver registered
Oct 27 13:13:38 jessie-rpi kernel: [    2.263289] Registering SWP/SWPB emulation handler
Oct 27 13:13:38 jessie-rpi kernel: [    2.268938] registered taskstats version 1
Oct 27 13:13:38 jessie-rpi kernel: [    2.273249] vc-sm: Videocore shared memory driver
Oct 27 13:13:38 jessie-rpi kernel: [    2.278909] Waiting for root device /dev/mmcblk0p2...
Oct 27 13:13:38 jessie-rpi kernel: [    2.294729] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 27 13:13:38 jessie-rpi kernel: [    2.305567] mmc0: new high speed SDHC card at address aaaa
Oct 27 13:13:38 jessie-rpi kernel: [    2.311602] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 27 13:13:38 jessie-rpi kernel: [    2.317258]  mmcblk0: p1 p2
Oct 27 13:13:38 jessie-rpi kernel: [    2.317722] Indeed it is in host mode hprt0 = 00021501
Oct 27 13:13:38 jessie-rpi kernel: [    2.388459] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 27 13:13:38 jessie-rpi kernel: [    2.397207] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 27 13:13:38 jessie-rpi kernel: [    2.419604] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 27 13:13:38 jessie-rpi kernel: [    2.427808] VFS: Mounted root (ext4 filesystem) on device 179:2.
Oct 27 13:13:38 jessie-rpi kernel: [    2.434666] devtmpfs: mounted
Oct 27 13:13:38 jessie-rpi kernel: [    2.438321] Freeing unused kernel memory: 420K (80805000 - 8086e000)
Oct 27 13:13:38 jessie-rpi kernel: [    2.497629] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 27 13:13:38 jessie-rpi kernel: [    2.504260] Indeed it is in host mode hprt0 = 00001101
Oct 27 13:13:38 jessie-rpi kernel: [    2.707931] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 27 13:13:38 jessie-rpi kernel: [    2.714674] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 27 13:13:38 jessie-rpi kernel: [    2.722575] hub 1-1:1.0: USB hub found
Oct 27 13:13:38 jessie-rpi kernel: [    2.726445] hub 1-1:1.0: 5 ports detected
Oct 27 13:13:38 jessie-rpi kernel: [    2.854667] NET: Registered protocol family 10
Oct 27 13:13:38 jessie-rpi kernel: [    2.883849] random: systemd urandom read with 65 bits of entropy available
Oct 27 13:13:38 jessie-rpi kernel: [    3.007667] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 27 13:13:38 jessie-rpi kernel: [    3.023885] uart-pl011 dev:f1: no DMA platform data
Oct 27 13:13:38 jessie-rpi kernel: [    3.127946] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 27 13:13:38 jessie-rpi kernel: [    3.134874] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 27 13:13:38 jessie-rpi kernel: [    3.145036] smsc95xx v1.0.4
Oct 27 13:13:38 jessie-rpi kernel: [    3.211400] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 27 13:13:38 jessie-rpi kernel: [    3.317646] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
Oct 27 13:13:38 jessie-rpi kernel: [    3.455204] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2005
Oct 27 13:13:38 jessie-rpi kernel: [    3.462173] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 27 13:13:38 jessie-rpi kernel: [    3.469567] usb 1-1.3: Product: DELL USB Keyboard
Oct 27 13:13:38 jessie-rpi kernel: [    3.474296] usb 1-1.3: Manufacturer: DELL
Oct 27 13:13:38 jessie-rpi kernel: [    3.491777] input: DELL DELL USB Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2005.0001/input/input0
Oct 27 13:13:38 jessie-rpi kernel: [    3.558254] hid-generic 0003:413C:2005.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-bcm2708_usb-1.3/input0
Oct 27 13:13:38 jessie-rpi kernel: [    4.724356] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 27 13:13:38 jessie-rpi kernel: [    5.159823] random: nonblocking pool is initialized
Oct 27 13:13:38 jessie-rpi kernel: [    5.525541] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated
Oct 27 13:13:38 jessie-rpi kernel: [    5.536071] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x3f204000 (irq 80)
Oct 27 13:13:38 jessie-rpi kernel: [    5.583175] bcm2708_i2c_init_pinmode(1,2)
Oct 27 13:13:38 jessie-rpi kernel: [    5.587227] bcm2708_i2c_init_pinmode(1,3)
Oct 27 13:13:38 jessie-rpi kernel: [    5.592723] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
Oct 27 13:13:38 jessie-rpi kernel: [    5.780827] pcm512x 1-004d: Failed to reset device: -5
Oct 27 13:13:38 jessie-rpi kernel: [    5.787840] pcm512x: probe of 1-004d failed with error -5
Oct 27 13:13:38 jessie-rpi kernel: [    5.793637] pcm512x 1-004c: Failed to reset device: -5
Oct 27 13:13:38 jessie-rpi kernel: [    5.803250] pcm512x: probe of 1-004c failed with error -5
Oct 27 13:13:38 jessie-rpi kernel: [    5.814818] wm8804 1-003b: Failed to read device ID: -5
Oct 27 13:13:38 jessie-rpi kernel: [    5.821718] wm8804: probe of 1-003b failed with error -5
Oct 27 13:13:38 jessie-rpi kernel: [    5.925764] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Network Service.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started System Logging Service.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Login Service.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Network.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 27 13:13:38 jessie-rpi kernel: [    6.721348] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 27 13:13:38 jessie-rpi kernel: [    6.729355] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 27 13:13:38 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 27 13:13:38 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 27 13:13:38 jessie-rpi systemd-resolved[271]: Using system hostname 'jessie-rpi'.
Oct 27 13:13:38 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 27 13:13:38 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 27 13:13:39 jessie-rpi exim4[270]: Starting MTA: exim4.
Oct 27 13:13:39 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 27 13:13:39 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 27 13:13:39 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 27 13:13:39 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 27 13:13:39 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 27 13:13:39 jessie-rpi systemd[1]: Startup finished in 2.516s (kernel) + 5.029s (userspace) = 7.546s.
Oct 27 13:13:39 jessie-rpi kernel: [    8.252897] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 27 13:13:39 jessie-rpi kernel: [    8.260270] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Oct 27 13:13:39 jessie-rpi systemd-networkd[239]: eth0: Gained carrier
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.22.
Oct 27 13:13:40 jessie-rpi systemd-networkd[239]: eth0: DHCPv4 address 192.168.1.22/24 via 192.168.1.200
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: New relevant interface eth0.IPv4 for mDNS.
Oct 27 13:13:40 jessie-rpi systemd-timesyncd[181]: Network configuration changed, trying to establish connection.
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: Registering new address record for 192.168.1.22 on eth0.IPv4.
Oct 27 13:13:40 jessie-rpi systemd-networkd[239]: eth0: Configured
Oct 27 13:13:40 jessie-rpi systemd-timesyncd[181]: Network configuration changed, trying to establish connection.
Oct 27 13:13:40 jessie-rpi systemd-networkd[239]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.538: Permission denied
Oct 27 13:13:40 jessie-rpi systemd-networkd[239]: grep: write error: Broken pipe
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: New relevant interface eth0.IPv6 for mDNS.
Oct 27 13:13:40 jessie-rpi systemd-timesyncd[181]: Network configuration changed, trying to establish connection.
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:13:40 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:13:41 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:13:41 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:13:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:14:20 jessie-rpi systemd-timesyncd[181]: Synchronized to time server 212.45.144.88:123 (2.debian.pool.ntp.org).
Oct 27 13:14:20 jessie-rpi systemd[1]: Time has been changed
Oct 27 13:15:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:16:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:17:01 jessie-rpi CRON[600]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 13:18:34 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:20:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:21:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:23:32 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:25:12 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:26:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:28:32 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:28:47 jessie-rpi systemd[1]: Starting Cleanup of Temporary Directories...
Oct 27 13:28:47 jessie-rpi systemd[1]: Started Cleanup of Temporary Directories.
Oct 27 13:30:12 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:31:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:33:34 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:35:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:36:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:38:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:40:12 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:41:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:42:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:42:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:43:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:43:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:45:09 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:46:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:48:29 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:50:08 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:50:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 13:50:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:50:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:51:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:51:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 13:51:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 13:53:28 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:55:08 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:56:28 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:56:49 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 13:58:29 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:00:07 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:01:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:03:27 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:05:07 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:06:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:08:28 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:10:07 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:11:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:12:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:12:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:12:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:12:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:12:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:12:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:12:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:12:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:12:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:12:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:12:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:12:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:13:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:13:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:13:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:13:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:13:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:13:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:13:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:13:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:13:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:13:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:13:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:13:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:13:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:13:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:13:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:14:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:14:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:14:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:14:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:14:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:14:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:14:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:14:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:14:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:14:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:14:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:14:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:15:04 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:15:04 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:15:04 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:15:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:15:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:15:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:15:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:15:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:15:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:15:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:15:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:15:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:15:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:15:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:15:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:16:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:16:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:16:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:16:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:16:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:16:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:16:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:16:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:16:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:16:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:16:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:16:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:16:43 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:16:43 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:16:43 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:17:01 jessie-rpi CRON[627]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 14:17:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:17:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:17:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:17:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:17:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:17:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:17:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:17:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:17:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:17:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:17:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:17:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:18:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:18:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:18:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:18:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:18:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:18:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:18:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:18:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:18:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:18:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:18:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:18:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:18:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:18:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:18:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:19:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:19:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:19:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:19:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:19:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:19:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:19:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:19:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:19:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:19:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:19:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:19:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:20:01 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:20:01 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:20:01 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:20:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:20:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:20:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:20:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:20:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:20:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:20:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:20:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:20:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:20:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:20:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:20:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:21:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:21:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:21:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:21:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:21:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:21:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:21:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:21:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:21:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:21:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:21:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:21:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:21:40 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:21:40 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:21:40 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:22:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:22:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:22:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:22:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:22:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:22:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:22:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:22:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:22:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:22:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:22:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:22:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:23:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:23:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:23:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:23:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:23:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:23:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:23:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:23:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:23:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:23:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:23:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:23:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:23:23 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:23:53 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:23:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:23:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:23:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:24:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:24:20 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:24:50 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:24:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:24:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:24:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:24:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:24:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:24:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:24:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:24:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:24:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:24:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:24:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:24:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:24:59 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:25:29 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:24:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:24:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:25:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:25:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:25:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:25:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:25:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:25:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:25:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:25:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:25:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:25:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:25:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:25:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:26:38 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:26:38 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:27:08 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:28:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:28:19 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:28:49 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:29:58 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:29:58 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:30:28 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:31:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:31:53 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:32:23 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:33:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:33:33 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:34:03 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:35:12 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:35:12 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:35:42 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:36:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:36:52 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:37:22 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:38:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:38:31 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:39:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:40:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:40:11 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:41:11 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:41:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:41:51 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:42:51 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:42:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:42:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:43:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:43:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:43:31 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:44:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:45:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:45:11 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:46:11 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:46:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:46:51 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:47:51 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:48:30 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:48:30 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:49:30 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:50:10 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:50:10 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:51:10 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:50:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:50:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:50:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:51:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:51:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 14:51:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 14:51:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:52:50 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:53:30 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:53:30 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:54:30 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:55:08 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:55:08 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:56:38 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:56:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:56:48 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:58:18 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 14:58:29 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 14:58:29 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 14:59:59 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:00:08 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:00:08 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:01:38 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:01:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:01:47 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:03:17 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:03:26 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:03:26 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:04:56 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:05:06 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:05:06 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:06:36 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:06:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:06:47 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:08:17 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:08:26 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:08:26 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:09:56 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:10:05 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:10:05 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:11:35 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:11:45 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:11:45 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:13:15 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:13:25 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:13:25 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:14:55 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:15:04 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:15:04 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:16:34 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:16:44 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:16:44 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:18:14 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:17:01 jessie-rpi CRON[648]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 15:18:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:18:23 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:19:53 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:20:02 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:20:02 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:21:32 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:21:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:21:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:23:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:23:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:23:22 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:24:52 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:24:32 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 27 15:24:32 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 27 15:24:32 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 27 15:24:32 jessie-rpi systemd[665]: Removed slice Root Slice.
Oct 27 15:24:32 jessie-rpi systemd[665]: Reached target Paths.
Oct 27 15:24:32 jessie-rpi systemd[665]: Reached target Sockets.
Oct 27 15:24:32 jessie-rpi systemd[665]: Reached target Timers.
Oct 27 15:24:32 jessie-rpi systemd[665]: Reached target Basic System.
Oct 27 15:24:32 jessie-rpi systemd[665]: Reached target Default.
Oct 27 15:24:32 jessie-rpi systemd[665]: Startup finished in 94ms.
Oct 27 15:24:32 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 27 15:25:01 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:25:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:26:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:26:40 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:26:40 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:28:10 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:28:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:28:19 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:29:49 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:29:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:29:59 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:31:29 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 15:31:38 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:31:38 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:33:08 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:33:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:33:19 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:34:49 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:34:57 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:34:57 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:36:27 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:36:37 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:36:37 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:38:07 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:38:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:38:17 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:39:47 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:39:56 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:39:56 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:41:26 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:41:36 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:41:36 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:43:06 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:42:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 15:43:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:43:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:44:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:43:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 15:44:56 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:44:56 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:46:26 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:46:35 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:46:35 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:48:05 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:48:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:48:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:49:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:49:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:49:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:51:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 15:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 15:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:51:35 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 15:51:35 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:53:05 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:51:35 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 15:51:35 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:53:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:53:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:54:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:54:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:54:54 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:56:24 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:56:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:56:33 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:58:03 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:58:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:58:14 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 15:59:44 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 15:59:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 15:59:54 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:01:24 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:01:35 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:01:35 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:03:05 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:03:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:03:13 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:04:43 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:04:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:04:53 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:06:23 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:06:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:06:33 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:08:03 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:08:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:08:11 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:09:41 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:08:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:08:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 16:09:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:09:52 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:11:22 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:11:32 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:11:32 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:13:02 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:13:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:13:11 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:14:41 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:14:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:14:51 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:16:21 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:16:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:16:31 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:18:01 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:17:01 jessie-rpi CRON[13045]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 16:18:10 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:18:10 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:19:40 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:19:49 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:19:49 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:21:19 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:21:29 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:21:29 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:22:59 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:23:07 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:23:07 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:24:37 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:24:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:24:46 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:26:16 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:26:27 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:26:27 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:27:57 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:28:06 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:28:06 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:29:36 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:29:45 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:29:45 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:31:15 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 16:31:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:31:24 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:32:54 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:33:03 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:33:03 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:34:33 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:34:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:34:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:36:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:36:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:36:22 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:37:52 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:38:02 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:38:02 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:39:32 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:39:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:39:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:41:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:41:22 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:41:22 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:42:52 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:42:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 16:43:00 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:43:00 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 16:43:00 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:44:30 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:44:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:44:41 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:46:11 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:46:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:46:20 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:47:50 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:47:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:47:59 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:49:29 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:49:39 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:49:39 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:51:09 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 16:51:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:51:19 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:52:49 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:51:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 16:52:58 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:52:58 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:54:28 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:54:38 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:54:38 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:56:08 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:56:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:56:17 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:57:47 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:57:58 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:57:58 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 16:59:28 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 16:59:38 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 16:59:38 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:01:08 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:01:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:01:19 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:02:49 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:02:57 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:02:57 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:04:27 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:04:36 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:04:36 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:06:06 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:06:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:06:16 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:07:46 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:07:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:07:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:09:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:08:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:08:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 17:09:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:09:33 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:11:03 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:11:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:11:14 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:12:44 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:12:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:12:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:14:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:14:35 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:14:35 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:16:05 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:16:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:16:14 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:17:44 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:17:01 jessie-rpi CRON[26361]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 17:17:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:17:53 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:19:23 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:19:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:19:33 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:21:03 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:21:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:21:13 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:22:43 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:22:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:22:52 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:24:22 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:24:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:24:31 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:26:01 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:26:12 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:26:12 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:27:42 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:27:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:27:52 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:29:22 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:29:32 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:29:32 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:31:02 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:30:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 17:31:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:31:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 17:31:11 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:32:41 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:32:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:32:51 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:34:21 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:34:31 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:34:31 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:36:01 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:36:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:36:11 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:37:41 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:37:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:37:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:39:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:39:29 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:39:29 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:40:59 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:41:08 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:41:08 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:42:38 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:42:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 17:42:41 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:44:11 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 17:42:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 27 17:42:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 17:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 17:50:54 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 17:52:24 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 18:02:09 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 18:03:39 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 18:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 18:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 18:17:01 jessie-rpi CRON[7621]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 18:42:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 18:42:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 18:44:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 18:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 18:50:54 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 18:52:24 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 18:55:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 18:55:33 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 18:57:03 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 18:55:34 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 19:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 19:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 19:17:01 jessie-rpi CRON[21700]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 19:42:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 19:42:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 19:44:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 19:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 19:50:54 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 19:52:24 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 20:02:25 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 20:03:55 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 20:17:02 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 20:18:32 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 20:17:02 jessie-rpi CRON[6110]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 20:42:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 20:42:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 20:44:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 20:50:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 20:50:54 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 20:52:24 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:01:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:01:16 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:02:46 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:01:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:01:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:01:20 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:01:21 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:02:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:02:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:02:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:02:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:03:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:03:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:04:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:03:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:03:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:03:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:04:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:04:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:04:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:04:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:05:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:05:16 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:06:46 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:05:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:05:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:05:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:06:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:06:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:06:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:06:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:07:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:07:16 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:08:46 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:07:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:07:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:07:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:08:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:08:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:08:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:08:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:09:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:09:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:10:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:09:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:09:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:09:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:10:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:10:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:10:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:10:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:11:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:11:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:12:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:11:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:11:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:11:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:12:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:12:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:12:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:12:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:13:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:13:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:14:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:13:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:13:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:13:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:14:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:14:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:14:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:14:19 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:15:15 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:15:15 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:16:45 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:15:16 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:15:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:15:18 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:17:01 jessie-rpi CRON[14641]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 21:42:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 21:42:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:44:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 21:50:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 21:50:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 21:52:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 22:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 22:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 22:17:01 jessie-rpi CRON[14662]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 22:42:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 22:42:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 22:44:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 22:50:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 22:50:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 22:52:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 23:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 23:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 23:17:01 jessie-rpi CRON[14684]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 27 23:42:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 27 23:42:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 23:44:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 27 23:50:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 27 23:50:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Tue Oct 27 23:52:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 00:03:00 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 00:04:30 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 00:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 00:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 00:17:01 jessie-rpi CRON[14706]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 00:42:43 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 00:42:43 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 00:44:13 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 00:50:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 00:50:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 00:52:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 01:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 01:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 01:17:01 jessie-rpi CRON[14726]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 01:42:43 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 01:42:43 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 01:44:13 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 01:50:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 01:50:55 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 01:52:25 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 02:03:36 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 02:03:36 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 02:05:06 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 02:03:37 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 02:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 02:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 02:17:01 jessie-rpi CRON[14747]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 03:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 03:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 03:17:01 jessie-rpi CRON[14767]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 04:12:37 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:37 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:14:07 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:12:38 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:49 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:12:57 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:13:06 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:13:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:13:33 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:14:38 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:14:38 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:16:08 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:17:01 jessie-rpi CRON[14787]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 04:18:41 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:18:41 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:20:11 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:30:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 04:30:52 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:32:22 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:36:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:36:59 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:38:29 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:37:00 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:03 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:12 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:13 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:17 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:26 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:39 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:49 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:37:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:39:00 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:39:00 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:40:30 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:43:04 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:43:04 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:44:34 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 04:55:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 04:55:14 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 04:56:44 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:07:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:07:23 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:08:53 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:14:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:14:52 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:16:22 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:14:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:14:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:14:55 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:15:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:15:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:15:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:15:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:16:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:16:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:18:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:16:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:16:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:16:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:17:01 jessie-rpi CRON[14808]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 05:17:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:17:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:17:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:17:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:18:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:18:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:20:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:18:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:18:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:18:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:19:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:19:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:19:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:19:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:20:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:20:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:22:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:20:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:20:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:20:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:21:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:21:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:21:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:21:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:22:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:22:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:24:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:22:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:22:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:22:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:23:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:23:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:23:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:23:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:24:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:24:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:26:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:24:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:24:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:24:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:25:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:25:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:25:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:25:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:26:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:26:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:28:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:26:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:26:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:26:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:27:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:27:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:27:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:27:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:28:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:28:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:30:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 05:28:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:28:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:28:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:29:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:29:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:29:53 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:29:54 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 05:31:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 05:31:46 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 05:33:16 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 06:07:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 06:07:24 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 06:08:54 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 06:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 06:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 06:17:01 jessie-rpi CRON[14830]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 06:25:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 06:26:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 06:25:01 jessie-rpi CRON[14845]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Oct 28 06:26:37 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 06:28:07 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 06:31:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 06:31:46 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 06:33:16 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 07:07:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 07:07:24 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 07:08:54 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 07:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 07:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 07:17:01 jessie-rpi CRON[6255]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 07:31:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 07:31:46 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 07:33:16 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 08:02:12 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 08:03:42 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 08:07:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 08:07:24 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 08:08:54 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 08:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 08:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 08:17:01 jessie-rpi CRON[6278]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 08:31:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 08:31:46 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 08:33:16 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 08:42:42 jessie-rpi avahi-daemon[244]: Invalid response packet from host 169.254.224.126.
Oct 28 08:42:42 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 08:44:12 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 08:42:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 08:42:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 08:42:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 08:42:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 08:43:26 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 08:44:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 08:44:47 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 08:46:17 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 08:48:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 08:48:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 08:50:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:01:01 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 09:01:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:02:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:07:24 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:07:24 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:08:54 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:17:01 jessie-rpi CRON[6301]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 09:31:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 09:31:46 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:33:16 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:34:57 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:34:57 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:36:27 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:34:58 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:34:58 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 09:35:01 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:35:01 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 09:35:10 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:35:10 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 09:35:37 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:35:37 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 09:36:58 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:36:58 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:38:28 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:41:02 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:41:02 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:42:32 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:48:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:48:47 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:50:17 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:48:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:48:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:48:58 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:48:59 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:49:00 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:49:02 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:49:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:49:27 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:50:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:50:48 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:52:18 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:54:52 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:54:52 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:56:22 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:55:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 09:56:31 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 09:58:01 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 09:56:31 jessie-rpi systemd[1]: Started Session c2 of user root.
Oct 28 10:02:44 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:04:14 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:02:44 jessie-rpi systemd[1]: Started Session c3 of user root.
Oct 28 10:05:27 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:06:57 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:07:02 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.8.
Oct 28 10:07:02 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:08:32 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:17:01 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:18:31 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:17:01 jessie-rpi CRON[11012]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 10:24:10 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:24:10 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:25:40 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:24:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:24:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:24:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:24:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:24:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:24:23 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:24:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:24:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:25:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:25:50 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:25:50 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:27:20 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:26:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:26:11 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:27:29 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:27:29 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:28:59 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:27:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:27:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:29:08 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:29:08 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:30:38 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:30:14 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:30:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:30:47 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:32:17 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:31:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:31:46 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:31:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:31:47 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:31:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:31:48 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:31:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:31:51 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:32:00 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:32:00 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:32:26 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:32:26 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:32:26 jessie-rpi rsyslogd-2007: action 'action 16' suspended, next retry is Wed Oct 28 10:33:56 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Oct 28 10:32:28 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.30.
Oct 28 10:32:28 jessie-rpi avahi-daemon[244]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:10 jessie-rpi dbus[235]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Oct 28 10:33:10 jessie-rpi systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
Oct 28 10:33:10 jessie-rpi polkitd[11029]: started daemon version 0.105 using authority implementation `local' version `0.105'
Oct 28 10:33:10 jessie-rpi dbus[235]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 28 10:33:10 jessie-rpi systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
Oct 28 10:33:10 jessie-rpi systemd[1]: hwclock-save.service: Cannot add dependency job, ignoring: Unit hwclock-save.service failed to load: No such file or directory.
Oct 28 10:33:10 jessie-rpi systemd[1]: Stopped target Sound Card.
Oct 28 10:33:10 jessie-rpi systemd[1]: Stopping User Manager for UID 0...
Oct 28 10:33:10 jessie-rpi systemd[1]: Stopping Session c2 of user root.
Oct 28 10:33:10 jessie-rpi avahi-daemon[244]: Got SIGTERM, quitting.
Oct 28 10:33:10 jessie-rpi systemd[1]: Stopping Session c1 of user root.
Oct 28 10:33:10 jessie-rpi systemd[1]: Stopped target Graphical Interface.
Oct 28 10:33:10 jessie-rpi avahi-daemon[244]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 28 10:33:10 jessie-rpi systemd[1]: Stopped target Multi-User System.
Oct 28 10:33:10 jessie-rpi avahi-daemon[244]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.22.
Oct 28 10:33:11 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="240" x-info="http://www.rsyslog.com"] exiting on signal 15.
Oct 28 10:33:11 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="235" x-info="http://www.rsyslog.com"] start
Oct 28 10:33:11 jessie-rpi systemd-modules-load[79]: Inserted module 'snd_bcm2835'
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 28 10:33:11 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 28 10:33:11 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Flush Journal to Persistent Storage.
Oct 28 10:33:11 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 28 10:33:11 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 28 10:33:11 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 28 10:33:11 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 28 10:33:11 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 28 10:33:11 jessie-rpi kbd[160]: Setting console screen modes and fonts.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root at jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #3 SMP PREEMPT Tue Oct 27 20:08:28 CET 2015
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Machine: BCM2709
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] cma: Reserved 256 MiB at 0x1f000000
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 192512
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec800, node_mem_map 9e8da000
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]   Normal zone: 1692 pages used for memmap
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]   Normal zone: 192512 pages, LIFO batch:31
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 28 10:33:11 jessie-rpi systemd-timesyncd[191]: System clock time unset or jumped backwards, restoring from recorded timestamp: Wed 2015-10-28 10:33:11 CET
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @9e8a5000 s18368 r8192 d22592 u49152
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 190820
Oct 28 10:33:11 jessie-rpi systemd[1]: Time has been changed
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708.boardrev=0x2000010 bcm2708.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Memory: 489664K/770048K available (6385K kernel code, 541K rwdata, 1792K rodata, 420K init, 762K bss, 18240K reserved, 262144K cma-reserved)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 28 10:33:11 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]     vmalloc : 0xaf800000 - 0xff000000   (1272 MB)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xaf000000   ( 752 MB)
Oct 28 10:33:11 jessie-rpi kbd[160]: setterm: $TERM is not defined.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x8080489c   (8179 kB)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]       .init : 0x80805000 - 0x8086e000   ( 420 kB)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f5624   ( 542 kB)
Oct 28 10:33:11 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting LSB: Set console font and keymap...
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 28 10:33:11 jessie-rpi systemd[1]: Started LSB: Set console font and keymap.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 28 10:33:11 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 28 10:33:11 jessie-rpi kernel: [    0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 28 10:33:11 jessie-rpi networking[159]: Configuring network interfaces...done.
Oct 28 10:33:11 jessie-rpi kernel: [    0.000025] Switching to timer-based delay loop, resolution 52ns
Oct 28 10:33:11 jessie-rpi systemd[1]: Started LSB: Raise network interfaces..
Oct 28 10:33:11 jessie-rpi kernel: [    0.000253] Console: colour dummy device 80x30
Oct 28 10:33:11 jessie-rpi kernel: [    0.001535] console [tty1] enabled
Oct 28 10:33:11 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 28 10:33:11 jessie-rpi kernel: [    0.001583] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 28 10:33:11 jessie-rpi kernel: [    0.001659] pid_max: default: 32768 minimum: 301
Oct 28 10:33:11 jessie-rpi kernel: [    0.001956] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    0.002008] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 10:33:11 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 28 10:33:11 jessie-rpi kernel: [    0.003159] Initializing cgroup subsys blkio
Oct 28 10:33:11 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 28 10:33:11 jessie-rpi kernel: [    0.003230] Initializing cgroup subsys memory
Oct 28 10:33:11 jessie-rpi kernel: [    0.003287] Initializing cgroup subsys devices
Oct 28 10:33:11 jessie-rpi kernel: [    0.003336] Initializing cgroup subsys freezer
Oct 28 10:33:11 jessie-rpi kernel: [    0.003395] Initializing cgroup subsys net_cls
Oct 28 10:33:11 jessie-rpi systemd[1]: Reached target Sockets.
Oct 28 10:33:11 jessie-rpi kernel: [    0.003484] CPU: Testing write buffer coherency: ok
Oct 28 10:33:11 jessie-rpi kernel: [    0.003580] ftrace: allocating 21336 entries in 63 pages
Oct 28 10:33:11 jessie-rpi kernel: [    0.044410] missing device node for CPU 0
Oct 28 10:33:11 jessie-rpi kernel: [    0.044481] missing device node for CPU 1
Oct 28 10:33:11 jessie-rpi systemd[1]: Reached target Basic System.
Oct 28 10:33:11 jessie-rpi kernel: [    0.044510] missing device node for CPU 2
Oct 28 10:33:11 jessie-rpi kernel: [    0.044537] missing device node for CPU 3
Oct 28 10:33:11 jessie-rpi kernel: [    0.044573] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 28 10:33:11 jessie-rpi kernel: [    0.044607] [bcm2709_smp_prepare_cpus] enter
Oct 28 10:33:11 jessie-rpi kernel: [    0.044747] Setting up static identity map for 0x8240 - 0x8274
Oct 28 10:33:11 jessie-rpi kernel: [    0.074312] [bcm2709_boot_secondary] cpu:1 started (0) 17
Oct 28 10:33:11 jessie-rpi kernel: [    0.074758] [bcm2709_secondary_init] enter cpu:1
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 28 10:33:11 jessie-rpi kernel: [    0.074808] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 28 10:33:11 jessie-rpi kernel: [    0.084272] [bcm2709_boot_secondary] cpu:2 started (0) 18
Oct 28 10:33:11 jessie-rpi kernel: [    0.084612] [bcm2709_secondary_init] enter cpu:2
Oct 28 10:33:11 jessie-rpi kernel: [    0.084639] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 28 10:33:11 jessie-rpi kernel: [    0.094292] [bcm2709_boot_secondary] cpu:3 started (0) 18
Oct 28 10:33:11 jessie-rpi kernel: [    0.094526] [bcm2709_secondary_init] enter cpu:3
Oct 28 10:33:11 jessie-rpi kernel: [    0.094550] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 28 10:33:11 jessie-rpi kernel: [    0.094622] Brought up 4 CPUs
Oct 28 10:33:11 jessie-rpi kernel: [    0.094701] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 28 10:33:11 jessie-rpi kernel: [    0.094732] CPU: All CPU(s) started in SVC mode.
Oct 28 10:33:11 jessie-rpi kernel: [    0.095565] devtmpfs: initialized
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 28 10:33:11 jessie-rpi kernel: [    0.111034] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 28 10:33:11 jessie-rpi cron[242]: (CRON) INFO (pidfile fd = 3)
Oct 28 10:33:11 jessie-rpi kernel: [    0.111341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 28 10:33:11 jessie-rpi kernel: [    0.122586] pinctrl core: initialized pinctrl subsystem
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 28 10:33:11 jessie-rpi kernel: [    0.123304] NET: Registered protocol family 16
Oct 28 10:33:11 jessie-rpi kernel: [    0.128620] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 28 10:33:11 jessie-rpi kernel: [    0.129772] bcm2709.uart_clock = 3000000
Oct 28 10:33:11 jessie-rpi kernel: [    0.129837] of_platform_populate failed: -22
Oct 28 10:33:11 jessie-rpi cron[242]: (CRON) INFO (Running @reboot jobs)
Oct 28 10:33:11 jessie-rpi kernel: [    0.131564] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 28 10:33:11 jessie-rpi kernel: [    0.131615] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 28 10:33:11 jessie-rpi kernel: [    0.131766] Serial: AMBA PL011 UART driver
Oct 28 10:33:11 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 28 10:33:11 jessie-rpi kernel: [    0.131977] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
Oct 28 10:33:11 jessie-rpi kernel: [    0.631809] console [ttyAMA0] enabled
Oct 28 10:33:11 jessie-rpi kernel: [    0.635923] bcm2835-mbox bcm2835-mbox: mailbox enabled
Oct 28 10:33:11 jessie-rpi kernel: [    0.696443] bcm2708-dmaengine bcm2708-dmaengine: DMA legacy API manager at f3007000, dmachans=0x7f35
Oct 28 10:33:11 jessie-rpi irqbalance[234]: Starting SMP IRQ Balancer: irqbalance.
Oct 28 10:33:11 jessie-rpi kernel: [    0.705686] bcm2708-dmaengine bcm2708-dmaengine: failed to get irq for DMA channel 13
Oct 28 10:33:11 jessie-rpi kernel: [    0.713542] bcm2708-dmaengine bcm2708-dmaengine: Initialized 8 DMA channels (+ 1 legacy)
Oct 28 10:33:11 jessie-rpi kernel: [    0.722253] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
Oct 28 10:33:11 jessie-rpi kernel: [    0.729589] bcm2708-dmaengine bcm2708-dmaengine: dma_debug:0
Oct 28 10:33:11 jessie-rpi kernel: [    0.735780] SCSI subsystem initialized
Oct 28 10:33:11 jessie-rpi kernel: [    0.739708] usbcore: registered new interface driver usbfs
Oct 28 10:33:11 jessie-rpi kernel: [    0.745291] usbcore: registered new interface driver hub
Oct 28 10:33:11 jessie-rpi kernel: [    0.750724] usbcore: registered new device driver usb
Oct 28 10:33:11 jessie-rpi kernel: [    0.756293] raspberrypi-firmware raspberrypi-firmware.0: Attached to firmware from 2014-12-19 18:44
Oct 28 10:33:11 jessie-rpi kernel: [    1.267505] clocksource: Switched to clocksource arch_sys_counter
Oct 28 10:33:11 jessie-rpi kernel: [    1.315463] FS-Cache: Loaded
Oct 28 10:33:11 jessie-rpi kernel: [    1.318776] CacheFiles: Loaded
Oct 28 10:33:11 jessie-rpi kernel: [    1.330489] NET: Registered protocol family 2
Oct 28 10:33:11 jessie-rpi kernel: [    1.335823] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    1.343027] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    1.349661] TCP: Hash tables configured (established 8192 bind 8192)
Oct 28 10:33:11 jessie-rpi kernel: [    1.356125] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    1.362130] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    1.368787] NET: Registered protocol family 1
Oct 28 10:33:11 jessie-rpi kernel: [    1.373513] RPC: Registered named UNIX socket transport module.
Oct 28 10:33:11 jessie-rpi kernel: [    1.379508] RPC: Registered udp transport module.
Oct 28 10:33:11 jessie-rpi kernel: [    1.384228] RPC: Registered tcp transport module.
Oct 28 10:33:11 jessie-rpi kernel: [    1.388967] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 28 10:33:11 jessie-rpi kernel: [    1.396480] bcm2708_gpio: bcm2708_gpio_probe 80892a68
Oct 28 10:33:11 jessie-rpi kernel: [    1.403069] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    1.421152] VFS: Disk quotas dquot_6.6.0
Oct 28 10:33:11 jessie-rpi kernel: [    1.425363] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 28 10:33:11 jessie-rpi kernel: [    1.434522] FS-Cache: Netfs 'nfs' registered for caching
Oct 28 10:33:11 jessie-rpi kernel: [    1.440818] NFS: Registering the id_resolver key type
Oct 28 10:33:11 jessie-rpi kernel: [    1.445931] Key type id_resolver registered
Oct 28 10:33:11 jessie-rpi kernel: [    1.450154] Key type id_legacy registered
Oct 28 10:33:11 jessie-rpi kernel: [    1.456318] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 28 10:33:11 jessie-rpi kernel: [    1.463940] io scheduler noop registered
Oct 28 10:33:11 jessie-rpi kernel: [    1.467913] io scheduler deadline registered
Oct 28 10:33:11 jessie-rpi kernel: [    1.472465] io scheduler cfq registered (default)
Oct 28 10:33:11 jessie-rpi kernel: [    1.478242] vc-cma: Videocore CMA driver
Oct 28 10:33:11 jessie-rpi kernel: [    1.482184] vc-cma: vc_cma_base      = 0x00000000
Oct 28 10:33:11 jessie-rpi kernel: [    1.486897] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 28 10:33:11 jessie-rpi kernel: [    1.492329] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 28 10:33:11 jessie-rpi kernel: [    1.497948] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 28 10:33:11 jessie-rpi kernel: [    1.506689] [drm] Initialized drm 1.1.0 20060810
Oct 28 10:33:11 jessie-rpi kernel: [    1.523758] brd: module loaded
Oct 28 10:33:11 jessie-rpi kernel: [    1.533790] loop: module loaded
Oct 28 10:33:11 jessie-rpi kernel: [    1.538598] vchiq: vchiq_init_state: slot_zero = 0x9f400000, is_master = 0
Oct 28 10:33:11 jessie-rpi kernel: [    1.546247] bcm2835_vchiq bcm2835_vchiq: failed to set channelbase
Oct 28 10:33:11 jessie-rpi kernel: [    1.552797] vchiq: could not load vchiq
Oct 28 10:33:11 jessie-rpi kernel: [    1.556730] bcm2835_vchiq: probe of bcm2835_vchiq failed with error -1640519424
Oct 28 10:33:11 jessie-rpi kernel: [    1.564182] Loading iSCSI transport class v2.0-870.
Oct 28 10:33:11 jessie-rpi kernel: [    1.569840] usbcore: registered new interface driver smsc95xx
Oct 28 10:33:11 jessie-rpi kernel: [    1.575654] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 28 10:33:11 jessie-rpi kernel: [    1.781690] Core Release: 2.80a
Oct 28 10:33:11 jessie-rpi kernel: [    1.784852] Setting default values for core params
Oct 28 10:33:11 jessie-rpi kernel: [    1.789704] Finished setting default values for core params
Oct 28 10:33:11 jessie-rpi kernel: [    1.995589] Using Buffer DMA mode
Oct 28 10:33:11 jessie-rpi kernel: [    1.998932] Periodic Transfer Interrupt Enhancement - disabled
Oct 28 10:33:11 jessie-rpi kernel: [    2.004774] Multiprocessor Interrupt Enhancement - disabled
Oct 28 10:33:11 jessie-rpi kernel: [    2.010371] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 28 10:33:11 jessie-rpi kernel: [    2.014742] Dedicated Tx FIFOs mode
Oct 28 10:33:11 jessie-rpi kernel: [    2.019333] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0x9f404000 dma = 0xdf404000 len=9024
Oct 28 10:33:11 jessie-rpi kernel: [    2.029237] FIQ FSM acceleration enabled for :
Oct 28 10:33:11 jessie-rpi kernel: [    2.029237] Non-periodic Split Transactions
Oct 28 10:33:11 jessie-rpi kernel: [    2.029237] Periodic Split Transactions
Oct 28 10:33:11 jessie-rpi kernel: [    2.029237] High-Speed Isochronous Endpoints
Oct 28 10:33:11 jessie-rpi kernel: [    2.045991] dwc_otg: Microframe scheduler enabled
Oct 28 10:33:11 jessie-rpi kernel: [    2.046053] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 28 10:33:11 jessie-rpi kernel: [    2.051990] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 28 10:33:11 jessie-rpi kernel: [    2.058273] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf89a000
Oct 28 10:33:11 jessie-rpi kernel: [    2.064302] dwc_otg bcm2708_usb: DWC OTG Controller
Oct 28 10:33:11 jessie-rpi kernel: [    2.069251] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
Oct 28 10:33:11 jessie-rpi kernel: [    2.076521] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
Oct 28 10:33:11 jessie-rpi kernel: [    2.082076] Init: Port Power? op_state=1
Oct 28 10:33:11 jessie-rpi kernel: [    2.086007] Init: Power Port (0)
Oct 28 10:33:11 jessie-rpi kernel: [    2.089514] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 28 10:33:11 jessie-rpi kernel: [    2.096320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 28 10:33:11 jessie-rpi kernel: [    2.103590] usb usb1: Product: DWC OTG Controller
Oct 28 10:33:11 jessie-rpi kernel: [    2.108325] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 28 10:33:11 jessie-rpi kernel: [    2.114258] usb usb1: SerialNumber: bcm2708_usb
Oct 28 10:33:11 jessie-rpi kernel: [    2.119535] hub 1-0:1.0: USB hub found
Oct 28 10:33:11 jessie-rpi kernel: [    2.123342] hub 1-0:1.0: 1 port detected
Oct 28 10:33:11 jessie-rpi kernel: [    2.127708] dwc_otg: FIQ enabled
Oct 28 10:33:11 jessie-rpi kernel: [    2.127719] dwc_otg: NAK holdoff enabled
Oct 28 10:33:11 jessie-rpi kernel: [    2.127727] dwc_otg: FIQ split-transaction FSM enabled
Oct 28 10:33:11 jessie-rpi kernel: [    2.127759] Module dwc_common_port init
Oct 28 10:33:11 jessie-rpi kernel: [    2.128088] usbcore: registered new interface driver usb-storage
Oct 28 10:33:11 jessie-rpi kernel: [    2.134329] mousedev: PS/2 mouse device common for all mice
Oct 28 10:33:11 jessie-rpi kernel: [    2.139976] i2c /dev entries driver
Oct 28 10:33:11 jessie-rpi kernel: [    2.144389] bcm2835-cpufreq: min=800000 max=800000
Oct 28 10:33:11 jessie-rpi kernel: [    2.149408] sdhci: Secure Digital Host Controller Interface driver
Oct 28 10:33:11 jessie-rpi kernel: [    2.155602] sdhci: Copyright(c) Pierre Ossman
Oct 28 10:33:11 jessie-rpi kernel: [    2.160219] mmc-bcm2835 mmc-bcm2835.0: mmc_debug:0 mmc_debug2:0
Oct 28 10:33:11 jessie-rpi kernel: [    2.166155] mmc-bcm2835 mmc-bcm2835.0: DMA channels allocated
Oct 28 10:33:11 jessie-rpi kernel: [    2.207703] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 28 10:33:11 jessie-rpi kernel: [    2.215920] ledtrig-cpu: registered to indicate activity on CPUs
Oct 28 10:33:11 jessie-rpi kernel: [    2.224253] hidraw: raw HID events driver (C) Jiri Kosina
Oct 28 10:33:11 jessie-rpi kernel: [    2.229955] usbcore: registered new interface driver usbhid
Oct 28 10:33:11 jessie-rpi kernel: [    2.235609] usbhid: USB HID core driver
Oct 28 10:33:11 jessie-rpi kernel: [    2.240998] Initializing XFRM netlink socket
Oct 28 10:33:11 jessie-rpi kernel: [    2.246392] NET: Registered protocol family 17
Oct 28 10:33:11 jessie-rpi kernel: [    2.251053] Key type dns_resolver registered
Oct 28 10:33:11 jessie-rpi kernel: [    2.257950] Registering SWP/SWPB emulation handler
Oct 28 10:33:11 jessie-rpi kernel: [    2.263516] registered taskstats version 1
Oct 28 10:33:11 jessie-rpi kernel: [    2.267856] vc-sm: Videocore shared memory driver
Oct 28 10:33:11 jessie-rpi kernel: [    2.273482] Waiting for root device /dev/mmcblk0p2...
Oct 28 10:33:11 jessie-rpi kernel: [    2.284697] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 28 10:33:11 jessie-rpi kernel: [    2.295533] mmc0: new high speed SDHC card at address aaaa
Oct 28 10:33:11 jessie-rpi kernel: [    2.301578] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 28 10:33:11 jessie-rpi kernel: [    2.307247]  mmcblk0: p1 p2
Oct 28 10:33:11 jessie-rpi kernel: [    2.317629] Indeed it is in host mode hprt0 = 00021501
Oct 28 10:33:11 jessie-rpi kernel: [    2.388397] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 28 10:33:11 jessie-rpi kernel: [    2.397135] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 28 10:33:11 jessie-rpi kernel: [    2.419431] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 28 10:33:11 jessie-rpi kernel: [    2.427638] VFS: Mounted root (ext4 filesystem) on device 179:2.
Oct 28 10:33:11 jessie-rpi kernel: [    2.434493] devtmpfs: mounted
Oct 28 10:33:11 jessie-rpi kernel: [    2.438150] Freeing unused kernel memory: 420K (80805000 - 8086e000)
Oct 28 10:33:11 jessie-rpi kernel: [    2.497582] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 28 10:33:11 jessie-rpi kernel: [    2.504214] Indeed it is in host mode hprt0 = 00001101
Oct 28 10:33:11 jessie-rpi kernel: [    2.707866] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 28 10:33:11 jessie-rpi kernel: [    2.714610] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 10:33:11 jessie-rpi kernel: [    2.722524] hub 1-1:1.0: USB hub found
Oct 28 10:33:11 jessie-rpi kernel: [    2.726397] hub 1-1:1.0: 5 ports detected
Oct 28 10:33:11 jessie-rpi kernel: [    2.854683] NET: Registered protocol family 10
Oct 28 10:33:11 jessie-rpi kernel: [    2.883778] random: systemd urandom read with 64 bits of entropy available
Oct 28 10:33:11 jessie-rpi kernel: [    3.007607] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 28 10:33:11 jessie-rpi kernel: [    3.022111] uart-pl011 dev:f1: no DMA platform data
Oct 28 10:33:11 jessie-rpi kernel: [    3.127946] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 28 10:33:11 jessie-rpi kernel: [    3.134876] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 10:33:11 jessie-rpi kernel: [    3.145167] smsc95xx v1.0.4
Oct 28 10:33:11 jessie-rpi kernel: [    3.210886] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 28 10:33:11 jessie-rpi kernel: [    3.317585] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
Oct 28 10:33:11 jessie-rpi kernel: [    3.454141] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2005
Oct 28 10:33:11 jessie-rpi kernel: [    3.461102] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 28 10:33:11 jessie-rpi kernel: [    3.468495] usb 1-1.3: Product: DELL USB Keyboard
Oct 28 10:33:11 jessie-rpi kernel: [    3.473229] usb 1-1.3: Manufacturer: DELL
Oct 28 10:33:11 jessie-rpi kernel: [    3.490759] input: DELL DELL USB Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2005.0001/input/input0
Oct 28 10:33:11 jessie-rpi kernel: [    3.558232] hid-generic 0003:413C:2005.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-bcm2708_usb-1.3/input0
Oct 28 10:33:11 jessie-rpi kernel: [    4.714709] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 28 10:33:11 jessie-rpi kernel: [    5.192666] random: nonblocking pool is initialized
Oct 28 10:33:11 jessie-rpi kernel: [    5.661811] bcm2708_i2c_init_pinmode(1,2)
Oct 28 10:33:11 jessie-rpi kernel: [    5.665897] bcm2708_i2c_init_pinmode(1,3)
Oct 28 10:33:11 jessie-rpi kernel: [    5.670831] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
Oct 28 10:33:11 jessie-rpi kernel: [    5.680114] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated
Oct 28 10:33:11 jessie-rpi kernel: [    5.689199] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x3f204000 (irq 80)
Oct 28 10:33:11 jessie-rpi kernel: [    6.025996] pcm512x 1-004d: Failed to reset device: -5
Oct 28 10:33:11 jessie-rpi kernel: [    6.031482] pcm512x: probe of 1-004d failed with error -5
Oct 28 10:33:11 jessie-rpi kernel: [    6.037478] pcm512x 1-004c: Failed to reset device: -5
Oct 28 10:33:11 jessie-rpi kernel: [    6.042995] pcm512x: probe of 1-004c failed with error -5
Oct 28 10:33:11 jessie-rpi kernel: [    6.043827] wm8804 1-003b: Failed to read device ID: -5
Oct 28 10:33:11 jessie-rpi kernel: [    6.043985] wm8804: probe of 1-003b failed with error -5
Oct 28 10:33:11 jessie-rpi kernel: [    6.115570] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Network Service...
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Login Service...
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 28 10:33:11 jessie-rpi systemd[1]: Reached target Timers.
Oct 28 10:33:11 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 28 10:33:11 jessie-rpi systemd[1]: Started System Logging Service.
Oct 28 10:33:11 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 28 10:33:11 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 28 10:33:12 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 239 (update-binfmts)
Oct 28 10:33:12 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Login Service.
Oct 28 10:33:12 jessie-rpi systemd-networkd[251]: Enumeration completed
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Successfully dropped root privileges.
Oct 28 10:33:12 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: avahi-daemon 0.6.31 starting up.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Network Service.
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Successfully called chroot().
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Successfully dropped remaining capabilities.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 28 10:33:12 jessie-rpi avahi-daemon[267]: chroot.c: open() failed: No such file or directory
Oct 28 10:33:12 jessie-rpi systemd[1]: Reached target Network.
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Failed to open /etc/resolv.conf: Invalid argument
Oct 28 10:33:12 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: No service file found in /etc/avahi/services.
Oct 28 10:33:12 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 28 10:33:12 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 28 10:33:12 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 28 10:33:12 jessie-rpi kernel: [    6.900615] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 28 10:33:12 jessie-rpi kernel: [    6.908845] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Network interface enumeration completed.
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 28 10:33:12 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 28 10:33:12 jessie-rpi avahi-daemon[252]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 878681136.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 28 10:33:12 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 28 10:33:12 jessie-rpi systemd-resolved[274]: Using system hostname 'jessie-rpi'.
Oct 28 10:33:12 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 28 10:33:13 jessie-rpi exim4[269]: Starting MTA: exim4.
Oct 28 10:33:13 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 28 10:33:13 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 28 10:33:13 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 28 10:33:13 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 28 10:33:13 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 28 10:33:13 jessie-rpi systemd[1]: Startup finished in 2.516s (kernel) + 5.226s (userspace) = 7.742s.
Oct 28 10:33:13 jessie-rpi kernel: [    8.511919] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 28 10:33:13 jessie-rpi kernel: [    8.519324] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Oct 28 10:33:13 jessie-rpi systemd-networkd[251]: eth0: Gained carrier
Oct 28 10:33:14 jessie-rpi systemd-networkd[251]: eth0: DHCPv4 address 192.168.1.22/24 via 192.168.1.200
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.22.
Oct 28 10:33:14 jessie-rpi systemd-timesyncd[191]: Network configuration changed, trying to establish connection.
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: New relevant interface eth0.IPv4 for mDNS.
Oct 28 10:33:14 jessie-rpi systemd-networkd[251]: eth0: Configured
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: Registering new address record for 192.168.1.22 on eth0.IPv4.
Oct 28 10:33:14 jessie-rpi systemd-timesyncd[191]: Network configuration changed, trying to establish connection.
Oct 28 10:33:14 jessie-rpi systemd-networkd[251]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.538: Permission denied
Oct 28 10:33:14 jessie-rpi systemd-networkd[251]: grep: write error: Broken pipe
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: New relevant interface eth0.IPv6 for mDNS.
Oct 28 10:33:14 jessie-rpi systemd-timesyncd[191]: Network configuration changed, trying to establish connection.
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:14 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:15 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:33:15 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 28 10:33:15 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 28 10:33:22 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 28 10:33:22 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 28 10:33:22 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 28 10:33:22 jessie-rpi systemd[605]: Reached target Paths.
Oct 28 10:33:22 jessie-rpi systemd[605]: Removed slice Root Slice.
Oct 28 10:33:22 jessie-rpi systemd[605]: Reached target Sockets.
Oct 28 10:33:22 jessie-rpi systemd[605]: Reached target Timers.
Oct 28 10:33:22 jessie-rpi systemd[605]: Reached target Basic System.
Oct 28 10:33:22 jessie-rpi systemd[605]: Reached target Default.
Oct 28 10:33:22 jessie-rpi systemd[605]: Startup finished in 84ms.
Oct 28 10:33:22 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 28 10:33:40 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:33:40 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:33:54 jessie-rpi systemd[1]: Time has been changed
Oct 28 10:33:54 jessie-rpi systemd-timesyncd[191]: Synchronized to time server 94.23.66.89:123 (2.debian.pool.ntp.org).
Oct 28 10:33:54 jessie-rpi systemd[605]: Time has been changed
Oct 28 10:34:05 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:34:05 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:37:32 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:42:51 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:42:51 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:42:51 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:42:52 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:42:52 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:30 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:30 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:30 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:31 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:31 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:31 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:31 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:34 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:34 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:41 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:41 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:42 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:42 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:43 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:43 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:44:54 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:44:54 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:45:10 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:45:10 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:46:31 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:46:31 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:46:36 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:46:36 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:46:36 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:46:37 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:46:37 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:46:37 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:46:40 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:46:40 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:46:40 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:46:49 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:46:49 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:46:49 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:47:16 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.30.
Oct 28 10:47:16 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.170.
Oct 28 10:47:16 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:48:23 jessie-rpi systemd[1]: Starting Cleanup of Temporary Directories...
Oct 28 10:48:23 jessie-rpi systemd[1]: Started Cleanup of Temporary Directories.
Oct 28 10:50:35 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:59:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:59:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:59:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 10:59:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:00:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:00:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:00:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:00:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:01:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:01:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:01:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:01:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:01:56 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:02:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:02:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:02:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:02:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:03:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:03:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:03:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:03:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:04:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:04:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:04:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:04:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:05:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:05:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:05:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:05:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:06:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:06:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:06:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:06:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:07:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:07:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:07:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:07:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:08:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:08:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:08:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:08:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:09:44 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:09:45 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:09:46 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:09:47 jessie-rpi avahi-daemon[252]: Invalid response packet from host 192.168.1.8.
Oct 28 11:09:49 jessie-rpi dbus[243]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Oct 28 11:09:49 jessie-rpi systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
Oct 28 11:09:49 jessie-rpi polkitd[636]: started daemon version 0.105 using authority implementation `local' version `0.105'
Oct 28 11:09:49 jessie-rpi dbus[243]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 28 11:09:49 jessie-rpi systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
Oct 28 11:09:49 jessie-rpi systemd[1]: hwclock-save.service: Cannot add dependency job, ignoring: Unit hwclock-save.service failed to load: No such file or directory.
Oct 28 11:09:49 jessie-rpi systemd[1]: Stopping User Manager for UID 0...
Oct 28 11:09:49 jessie-rpi systemd[1]: Stopping Session c1 of user root.
Oct 28 11:09:49 jessie-rpi systemd[1]: Stopped target Timers.
Oct 28 11:09:49 jessie-rpi systemd[1]: Stopping Authenticate and Authorize Users to Run Privileged Tasks...
Oct 28 11:09:49 jessie-rpi systemd[605]: Stopped target Default.
Oct 28 11:09:49 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="235" x-info="http://www.rsyslog.com"] exiting on signal 15.
Oct 28 11:09:50 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="273" x-info="http://www.rsyslog.com"] start
Oct 28 11:09:50 jessie-rpi systemd-modules-load[77]: Inserted module 'snd_bcm2835'
Oct 28 11:09:50 jessie-rpi systemd-fsck[79]: rootfs: clean, 165132/928896 files, 1745776/3858176 blocks
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting udev Kernel Device Manager...
Oct 28 11:09:50 jessie-rpi systemd[1]: Started udev Kernel Device Manager.
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting LSB: Set preliminary keymap...
Oct 28 11:09:50 jessie-rpi systemd[1]: Started LSB: Set preliminary keymap.
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Remount Root and Kernel File Systems.
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Local File Systems (Pre).
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root at jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #3 SMP PREEMPT Tue Oct 27 20:08:28 CET 2015
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting udev Coldplug all Devices...
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] cma: Reserved 256 MiB at 0x1f000000
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 192512
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec800, node_mem_map 9e8da000
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]   Normal zone: 1692 pages used for memmap
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Load/Save Random Seed...
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]   Normal zone: 192512 pages, LIFO batch:31
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @9e89b000 s18368 r8192 d22592 u49152
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Load/Save Random Seed.
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 190820
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2709.boardrev=0x2a01041 bcm2709.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Memory: 489608K/770048K available (6385K kernel code, 541K rwdata, 1792K rodata, 420K init, 762K bss, 18296K reserved, 262144K cma-reserved)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]     vmalloc : 0xaf800000 - 0xff000000   (1272 MB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xaf000000   ( 752 MB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x8080489c   (8179 kB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]       .init : 0x80805000 - 0x8086e000   ( 420 kB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f5624   ( 542 kB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 28 11:09:50 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 28 11:09:50 jessie-rpi kernel: [    0.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 28 11:09:50 jessie-rpi kernel: [    0.000033] Switching to timer-based delay loop, resolution 52ns
Oct 28 11:09:50 jessie-rpi kernel: [    0.000313] Console: colour dummy device 80x30
Oct 28 11:09:50 jessie-rpi kernel: [    0.002026] console [tty1] enabled
Oct 28 11:09:50 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 28 11:09:50 jessie-rpi kernel: [    0.002088] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 28 11:09:50 jessie-rpi kernel: [    0.002189] pid_max: default: 32768 minimum: 301
Oct 28 11:09:50 jessie-rpi kernel: [    0.002571] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.002639] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.003994] Initializing cgroup subsys blkio
Oct 28 11:09:50 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 28 11:09:50 jessie-rpi kernel: [    0.004077] Initializing cgroup subsys memory
Oct 28 11:09:50 jessie-rpi kernel: [    0.004150] Initializing cgroup subsys devices
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Sound Card.
Oct 28 11:09:50 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 28 11:09:50 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 28 11:09:50 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 28 11:09:50 jessie-rpi kernel: [    0.004211] Initializing cgroup subsys freezer
Oct 28 11:09:50 jessie-rpi kernel: [    0.004291] Initializing cgroup subsys net_cls
Oct 28 11:09:50 jessie-rpi kernel: [    0.004403] CPU: Testing write buffer coherency: ok
Oct 28 11:09:50 jessie-rpi kernel: [    0.004524] ftrace: allocating 21336 entries in 63 pages
Oct 28 11:09:50 jessie-rpi kernel: [    0.057327] CPU0: update cpu_capacity 1024
Oct 28 11:09:50 jessie-rpi kernel: [    0.057413] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 28 11:09:50 jessie-rpi kernel: [    0.057461] [bcm2709_smp_prepare_cpus] enter
Oct 28 11:09:50 jessie-rpi kernel: [    0.057623] Setting up static identity map for 0x8240 - 0x8274
Oct 28 11:09:50 jessie-rpi kernel: [    0.087133] [bcm2709_boot_secondary] cpu:1 started (0) 16
Oct 28 11:09:50 jessie-rpi kernel: [    0.087568] [bcm2709_secondary_init] enter cpu:1
Oct 28 11:09:50 jessie-rpi kernel: [    0.087625] CPU1: update cpu_capacity 1024
Oct 28 11:09:50 jessie-rpi kernel: [    0.087634] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 28 11:09:50 jessie-rpi kernel: [    0.097100] [bcm2709_boot_secondary] cpu:2 started (0) 16
Oct 28 11:09:50 jessie-rpi kernel: [    0.097455] [bcm2709_secondary_init] enter cpu:2
Oct 28 11:09:50 jessie-rpi kernel: [    0.097485] CPU2: update cpu_capacity 1024
Oct 28 11:09:50 jessie-rpi kernel: [    0.097493] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 28 11:09:50 jessie-rpi kernel: [    0.107124] [bcm2709_boot_secondary] cpu:3 started (0) 16
Oct 28 11:09:50 jessie-rpi kernel: [    0.107379] [bcm2709_secondary_init] enter cpu:3
Oct 28 11:09:50 jessie-rpi kernel: [    0.107409] CPU3: update cpu_capacity 1024
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 28 11:09:50 jessie-rpi kernel: [    0.107417] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 28 11:09:50 jessie-rpi kernel: [    0.107511] Brought up 4 CPUs
Oct 28 11:09:50 jessie-rpi kernel: [    0.107645] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 28 11:09:50 jessie-rpi kernel: [    0.107686] CPU: All CPU(s) started in SVC mode.
Oct 28 11:09:50 jessie-rpi kernel: [    0.108705] devtmpfs: initialized
Oct 28 11:09:50 jessie-rpi kernel: [    0.133656] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 28 11:09:50 jessie-rpi kernel: [    0.134028] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 28 11:09:50 jessie-rpi kernel: [    0.148576] pinctrl core: initialized pinctrl subsystem
Oct 28 11:09:50 jessie-rpi kernel: [    0.149461] NET: Registered protocol family 16
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 28 11:09:50 jessie-rpi kernel: [    0.155299] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 28 11:09:50 jessie-rpi kernel: [    0.156642] bcm2709.uart_clock = 3000000
Oct 28 11:09:50 jessie-rpi kernel: [    0.164050] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 28 11:09:50 jessie-rpi kernel: [    0.164121] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 28 11:09:50 jessie-rpi kernel: [    0.164359] Serial: AMBA PL011 UART driver
Oct 28 11:09:50 jessie-rpi kbd[196]: Setting console screen modes and fonts.
Oct 28 11:09:50 jessie-rpi kernel: [    0.164728] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
Oct 28 11:09:50 jessie-rpi kernel: [    0.664139] console [ttyAMA0] enabled
Oct 28 11:09:50 jessie-rpi kbd[196]: setterm: $TERM is not defined.
Oct 28 11:09:50 jessie-rpi kernel: [    0.668449] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Oct 28 11:09:50 jessie-rpi kernel: [    0.749708] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
Oct 28 11:09:50 jessie-rpi kernel: [    0.758692] bcm2835-dma 3f007000.dma: dma_debug:0
Oct 28 11:09:50 jessie-rpi kernel: [    0.764328] SCSI subsystem initialized
Oct 28 11:09:50 jessie-rpi kernel: [    0.768371] usbcore: registered new interface driver usbfs
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 28 11:09:50 jessie-rpi kernel: [    0.773988] usbcore: registered new interface driver hub
Oct 28 11:09:50 jessie-rpi kernel: [    0.779484] usbcore: registered new device driver usb
Oct 28 11:09:50 jessie-rpi kernel: [    0.785245] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-23 12:12
Oct 28 11:09:50 jessie-rpi kernel: [    0.820959] clocksource: Switched to clocksource arch_sys_counter
Oct 28 11:09:50 jessie-rpi kernel: [    0.881485] FS-Cache: Loaded
Oct 28 11:09:50 jessie-rpi kernel: [    0.884774] CacheFiles: Loaded
Oct 28 11:09:50 jessie-rpi kernel: [    0.899432] NET: Registered protocol family 2
Oct 28 11:09:50 jessie-rpi kernel: [    0.905048] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.912293] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.918939] TCP: Hash tables configured (established 8192 bind 8192)
Oct 28 11:09:50 jessie-rpi kernel: [    0.925536] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.931580] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.938374] NET: Registered protocol family 1
Oct 28 11:09:50 jessie-rpi kernel: [    0.943345] RPC: Registered named UNIX socket transport module.
Oct 28 11:09:50 jessie-rpi kernel: [    0.949297] RPC: Registered udp transport module.
Oct 28 11:09:50 jessie-rpi kernel: [    0.954075] RPC: Registered tcp transport module.
Oct 28 11:09:50 jessie-rpi kernel: [    0.958800] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 28 11:09:50 jessie-rpi kernel: [    0.966591] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 28 11:09:50 jessie-rpi kernel: [    0.976190] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    0.998183] VFS: Disk quotas dquot_6.6.0
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 28 11:09:50 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 28 11:09:50 jessie-rpi systemd-timesyncd[250]: System clock time unset or jumped backwards, restoring from recorded timestamp: Wed 2015-10-28 11:09:49 CET
Oct 28 11:09:50 jessie-rpi systemd[1]: Time has been changed
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting LSB: Set console font and keymap...
Oct 28 11:09:50 jessie-rpi networking[197]: Configuring network interfaces...done.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started LSB: Raise network interfaces..
Oct 28 11:09:50 jessie-rpi systemd[1]: Started LSB: Set console font and keymap.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Timers.
Oct 28 11:09:50 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 28 11:09:50 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Sockets.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Basic System.
Oct 28 11:09:50 jessie-rpi kernel: [    1.002567] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 28 11:09:50 jessie-rpi kernel: [    1.012296] FS-Cache: Netfs 'nfs' registered for caching
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 28 11:09:50 jessie-rpi kernel: [    1.018936] NFS: Registering the id_resolver key type
Oct 28 11:09:50 jessie-rpi kernel: [    1.024126] Key type id_resolver registered
Oct 28 11:09:50 jessie-rpi kernel: [    1.028333] Key type id_legacy registered
Oct 28 11:09:50 jessie-rpi kernel: [    1.035065] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 28 11:09:50 jessie-rpi kernel: [    1.042791] io scheduler noop registered
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 28 11:09:50 jessie-rpi kernel: [    1.046752] io scheduler deadline registered
Oct 28 11:09:50 jessie-rpi kernel: [    1.051399] io scheduler cfq registered (default)
Oct 28 11:09:50 jessie-rpi kernel: [    1.058610] vc-cma: Videocore CMA driver
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 28 11:09:50 jessie-rpi kernel: [    1.062602] vc-cma: vc_cma_base      = 0x00000000
Oct 28 11:09:50 jessie-rpi kernel: [    1.067329] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 28 11:09:50 jessie-rpi kernel: [    1.072777] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 28 11:09:50 jessie-rpi kernel: [    1.078444] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 28 11:09:50 jessie-rpi kernel: [    1.087379] [drm] Initialized drm 1.1.0 20060810
Oct 28 11:09:50 jessie-rpi kernel: [    1.093614] [drm:vc4_hdmi_bind] *ERROR* Failed to get pixel clock
Oct 28 11:09:50 jessie-rpi kernel: [    1.099774] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 28 11:09:50 jessie-rpi kernel: [    1.108317] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    1.130063] brd: module loaded
Oct 28 11:09:50 jessie-rpi kernel: [    1.142334] loop: module loaded
Oct 28 11:09:50 jessie-rpi kernel: [    1.147602] vchiq: vchiq_init_state: slot_zero = 0x9f400000, is_master = 0
Oct 28 11:09:50 jessie-rpi cron[275]: (CRON) INFO (pidfile fd = 3)
Oct 28 11:09:50 jessie-rpi kernel: [    1.156346] Loading iSCSI transport class v2.0-870.
Oct 28 11:09:50 jessie-rpi kernel: [    1.162282] usbcore: registered new interface driver smsc95xx
Oct 28 11:09:50 jessie-rpi kernel: [    1.168138] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 28 11:09:50 jessie-rpi kernel: [    1.374334] Core Release: 2.80a
Oct 28 11:09:50 jessie-rpi kernel: [    1.377506] Setting default values for core params
Oct 28 11:09:50 jessie-rpi kernel: [    1.382389] Finished setting default values for core params
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Login Service...
Oct 28 11:09:50 jessie-rpi kernel: [    1.588379] Using Buffer DMA mode
Oct 28 11:09:50 jessie-rpi kernel: [    1.591741] Periodic Transfer Interrupt Enhancement - disabled
Oct 28 11:09:50 jessie-rpi kernel: [    1.597594] Multiprocessor Interrupt Enhancement - disabled
Oct 28 11:09:50 jessie-rpi kernel: [    1.603209] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 28 11:09:50 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 28 11:09:50 jessie-rpi kernel: [    1.607590] Dedicated Tx FIFOs mode
Oct 28 11:09:50 jessie-rpi kernel: [    1.611433] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0x9f448000 dma = 0xdf448000 len=9024
Oct 28 11:09:50 jessie-rpi kernel: [    1.621364] FIQ FSM acceleration enabled for :
Oct 28 11:09:50 jessie-rpi kernel: [    1.621364] Non-periodic Split Transactions
Oct 28 11:09:50 jessie-rpi cron[275]: (CRON) INFO (Running @reboot jobs)
Oct 28 11:09:50 jessie-rpi kernel: [    1.621364] Periodic Split Transactions
Oct 28 11:09:50 jessie-rpi kernel: [    1.621364] High-Speed Isochronous Endpoints
Oct 28 11:09:50 jessie-rpi kernel: [    1.638181] dwc_otg: Microframe scheduler enabled
Oct 28 11:09:50 jessie-rpi kernel: [    1.638272] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 28 11:09:50 jessie-rpi kernel: [    1.644222] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 28 11:09:50 jessie-rpi kernel: [    1.650518] WARN::hcd_init_fiq:438: MPHI regs_base at 0xaf8a4000
Oct 28 11:09:50 jessie-rpi kernel: [    1.656582] dwc_otg 3f980000.usb: DWC OTG Controller
Oct 28 11:09:50 jessie-rpi kernel: [    1.661638] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Oct 28 11:09:50 jessie-rpi kernel: [    1.669017] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
Oct 28 11:09:50 jessie-rpi kernel: [    1.674679] Init: Port Power? op_state=1
Oct 28 11:09:50 jessie-rpi kernel: [    1.678621] Init: Power Port (0)
Oct 28 11:09:50 jessie-rpi kernel: [    1.682182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 28 11:09:50 jessie-rpi kernel: [    1.689002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 28 11:09:50 jessie-rpi kernel: [    1.696294] usb usb1: Product: DWC OTG Controller
Oct 28 11:09:50 jessie-rpi kernel: [    1.701048] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 28 11:09:50 jessie-rpi kernel: [    1.706993] usb usb1: SerialNumber: 3f980000.usb
Oct 28 11:09:50 jessie-rpi kernel: [    1.712560] hub 1-0:1.0: USB hub found
Oct 28 11:09:50 jessie-rpi kernel: [    1.716391] hub 1-0:1.0: 1 port detected
Oct 28 11:09:50 jessie-rpi kernel: [    1.720846] dwc_otg: FIQ enabled
Oct 28 11:09:50 jessie-rpi kernel: [    1.720862] dwc_otg: NAK holdoff enabled
Oct 28 11:09:50 jessie-rpi kernel: [    1.720872] dwc_otg: FIQ split-transaction FSM enabled
Oct 28 11:09:50 jessie-rpi kernel: [    1.720912] Module dwc_common_port init
Oct 28 11:09:50 jessie-rpi kernel: [    1.721410] usbcore: registered new interface driver usb-storage
Oct 28 11:09:50 jessie-rpi kernel: [    1.727745] mousedev: PS/2 mouse device common for all mice
Oct 28 11:09:50 jessie-rpi kernel: [    1.733423] i2c /dev entries driver
Oct 28 11:09:50 jessie-rpi kernel: [    1.738208] bcm2835-cpufreq: min=600000 max=900000
Oct 28 11:09:50 jessie-rpi kernel: [    1.743334] sdhci: Secure Digital Host Controller Interface driver
Oct 28 11:09:50 jessie-rpi kernel: [    1.749538] sdhci: Copyright(c) Pierre Ossman
Oct 28 11:09:50 jessie-rpi kernel: [    1.754424] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
Oct 28 11:09:50 jessie-rpi kernel: [    1.760288] mmc-bcm2835 3f300000.mmc: DMA channels allocated
Oct 28 11:09:50 jessie-rpi kernel: [    1.801330] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 28 11:09:50 jessie-rpi kernel: [    1.811378] ledtrig-cpu: registered to indicate activity on CPUs
Oct 28 11:09:50 jessie-rpi kernel: [    1.817637] hidraw: raw HID events driver (C) Jiri Kosina
Oct 28 11:09:50 jessie-rpi kernel: [    1.823368] usbcore: registered new interface driver usbhid
Oct 28 11:09:50 jessie-rpi kernel: [    1.828964] usbhid: USB HID core driver
Oct 28 11:09:50 jessie-rpi kernel: [    1.834419] Initializing XFRM netlink socket
Oct 28 11:09:50 jessie-rpi kernel: [    1.838462] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 28 11:09:50 jessie-rpi kernel: [    1.841192] mmc0: new high speed SDHC card at address aaaa
Oct 28 11:09:50 jessie-rpi kernel: [    1.842001] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 28 11:09:50 jessie-rpi kernel: [    1.856917] NET: Registered protocol family 17
Oct 28 11:09:50 jessie-rpi kernel: [    1.857892]  mmcblk0: p1 p2
Oct 28 11:09:50 jessie-rpi kernel: [    1.864430] Key type dns_resolver registered
Oct 28 11:09:50 jessie-rpi kernel: [    1.869252] Registering SWP/SWPB emulation handler
Oct 28 11:09:50 jessie-rpi kernel: [    1.875070] registered taskstats version 1
Oct 28 11:09:50 jessie-rpi kernel: [    1.879477] vc-sm: Videocore shared memory driver
Oct 28 11:09:50 jessie-rpi kernel: [    1.884247] [vc_sm_connected_init]: start
Oct 28 11:09:50 jessie-rpi kernel: [    1.888943] [vc_sm_connected_init]: end - returning 0
Oct 28 11:09:50 jessie-rpi kernel: [    1.895117] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    1.903748] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    1.911145] Indeed it is in host mode hprt0 = 00021501
Oct 28 11:09:50 jessie-rpi kernel: [    1.922379] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 28 11:09:50 jessie-rpi kernel: [    1.931250] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 28 11:09:50 jessie-rpi kernel: [    1.953938] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 28 11:09:50 jessie-rpi kernel: [    1.962248] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 28 11:09:50 jessie-rpi kernel: [    1.970145] devtmpfs: mounted
Oct 28 11:09:50 jessie-rpi kernel: [    1.973904] Freeing unused kernel memory: 420K (80805000 - 8086e000)
Oct 28 11:09:50 jessie-rpi kernel: [    2.091039] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 28 11:09:50 jessie-rpi kernel: [    2.097725] Indeed it is in host mode hprt0 = 00001101
Oct 28 11:09:50 jessie-rpi kernel: [    2.301420] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 28 11:09:50 jessie-rpi kernel: [    2.308192] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 11:09:50 jessie-rpi kernel: [    2.316387] hub 1-1:1.0: USB hub found
Oct 28 11:09:50 jessie-rpi kernel: [    2.320304] hub 1-1:1.0: 5 ports detected
Oct 28 11:09:50 jessie-rpi kernel: [    2.326487] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.335395] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.342155] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.350649] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.407978] NET: Registered protocol family 10
Oct 28 11:09:50 jessie-rpi kernel: [    2.439269] random: systemd urandom read with 59 bits of entropy available
Oct 28 11:09:50 jessie-rpi kernel: [    2.584202] uart-pl011 3f201000.uart: no DMA platform data
Oct 28 11:09:50 jessie-rpi kernel: [    2.601139] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 28 11:09:50 jessie-rpi kernel: [    2.711498] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 28 11:09:50 jessie-rpi kernel: [    2.718437] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 11:09:50 jessie-rpi kernel: [    2.728858] smsc95xx v1.0.4
Oct 28 11:09:50 jessie-rpi kernel: [    2.795424] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 28 11:09:50 jessie-rpi kernel: [    2.808006] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.817085] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.824011] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.832781] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    2.911052] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
Oct 28 11:09:50 jessie-rpi kernel: [    3.043702] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2005
Oct 28 11:09:50 jessie-rpi kernel: [    3.050642] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 28 11:09:50 jessie-rpi kernel: [    3.058050] usb 1-1.3: Product: DELL USB Keyboard
Oct 28 11:09:50 jessie-rpi kernel: [    3.062851] usb 1-1.3: Manufacturer: DELL
Oct 28 11:09:50 jessie-rpi kernel: [    3.078440] input: DELL DELL USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2005.0001/input/input0
Oct 28 11:09:50 jessie-rpi kernel: [    3.151786] hid-generic 0003:413C:2005.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-3f980000.usb-1.3/input0
Oct 28 11:09:50 jessie-rpi kernel: [    3.165469] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    3.174486] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    3.181397] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    3.196525] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    3.348904] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    3.349063] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    3.350090] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    3.350191] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    4.101328] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 28 11:09:50 jessie-rpi kernel: [    4.594032] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Oct 28 11:09:50 jessie-rpi kernel: [    4.627100] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:09:50 jessie-rpi kernel: [    4.637621] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:09:50 jessie-rpi kernel: [    4.689683] bcm2708_i2c 3f805000.i2c: BSC2 Controller at 0x3f805000 (irq 79) (baudrate 100000)
Oct 28 11:09:50 jessie-rpi kernel: [    4.709842] vc4-drm soc:gpu at 7e4c0000: bound 3f902000.hdmi (ops vc4_hdmi_ops)
Oct 28 11:09:50 jessie-rpi kernel: [    4.717429] vc4-drm soc:gpu at 7e4c0000: bound 3f206000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:09:50 jessie-rpi kernel: [    4.730176] vc4-drm soc:gpu at 7e4c0000: bound 3f207000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:09:50 jessie-rpi kernel: [    4.738204] vc4-drm soc:gpu at 7e4c0000: bound 3f807000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:09:50 jessie-rpi kernel: [    4.746042] vc4-drm soc:gpu at 7e4c0000: bound 3f400000.hvs (ops vc4_hvs_ops)
Oct 28 11:09:50 jessie-rpi kernel: [    4.753888] vc4-drm soc:gpu at 7e4c0000: bound 3fc00000.v3d (ops vc4_v3d_ops)
Oct 28 11:09:50 jessie-rpi kernel: [    4.764231] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 28 11:09:50 jessie-rpi kernel: [    4.770930] [drm] No driver support for vblank timestamp query.
Oct 28 11:09:50 jessie-rpi kernel: [    4.859803] Console: switching to colour frame buffer device 240x67
Oct 28 11:09:50 jessie-rpi kernel: [    4.912268] vc4-drm soc:gpu at 7e4c0000: fb0:  frame buffer device
Oct 28 11:09:50 jessie-rpi kernel: [    4.918439] vc4-drm soc:gpu at 7e4c0000: registered panic notifier
Oct 28 11:09:50 jessie-rpi kernel: [    5.164445] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 28 11:09:50 jessie-rpi kernel: [    5.208231] random: nonblocking pool is initialized
Oct 28 11:09:50 jessie-rpi irqbalance[274]: Starting SMP IRQ Balancer: irqbalance.
Oct 28 11:09:50 jessie-rpi dbus[282]: [system] Successfully activated service 'org.freedesktop.systemd1'
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Network Service...
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 28 11:09:50 jessie-rpi systemd[1]: Started System Logging Service.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Successfully dropped root privileges.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 28 11:09:50 jessie-rpi systemd-networkd[290]: Enumeration completed
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: avahi-daemon 0.6.31 starting up.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Successfully called chroot().
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Successfully dropped remaining capabilities.
Oct 28 11:09:50 jessie-rpi avahi-daemon[293]: chroot.c: open() failed: No such file or directory
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Failed to open /etc/resolv.conf: Invalid argument
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: No service file found in /etc/avahi/services.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Network Service.
Oct 28 11:09:50 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 272 (update-binfmts)
Oct 28 11:09:50 jessie-rpi kernel: [    6.704499] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 28 11:09:50 jessie-rpi kernel: [    6.723832] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Network interface enumeration completed.
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 28 11:09:50 jessie-rpi avahi-daemon[291]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 1059925709.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Login Service.
Oct 28 11:09:50 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Network.
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 28 11:09:50 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 28 11:09:50 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 28 11:09:50 jessie-rpi systemd-resolved[305]: Using system hostname 'jessie-rpi'.
Oct 28 11:09:50 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 28 11:09:50 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 28 11:09:50 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 28 11:09:51 jessie-rpi exim4[306]: Starting MTA: exim4.
Oct 28 11:09:51 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 28 11:09:51 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 28 11:09:51 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 28 11:09:51 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 28 11:09:52 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 28 11:09:52 jessie-rpi systemd[1]: Startup finished in 2.057s (kernel) + 5.978s (userspace) = 8.036s.
Oct 28 11:09:52 jessie-rpi systemd-networkd[290]: eth0: Gained carrier
Oct 28 11:09:52 jessie-rpi kernel: [    8.319549] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 28 11:09:52 jessie-rpi kernel: [    8.330157] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Oct 28 11:09:53 jessie-rpi systemd-networkd[290]: eth0: DHCPv4 address 192.168.1.22/24 via 192.168.1.200
Oct 28 11:09:53 jessie-rpi avahi-daemon[291]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.22.
Oct 28 11:09:53 jessie-rpi avahi-daemon[291]: New relevant interface eth0.IPv4 for mDNS.
Oct 28 11:09:53 jessie-rpi avahi-daemon[291]: Registering new address record for 192.168.1.22 on eth0.IPv4.
Oct 28 11:09:53 jessie-rpi systemd-timesyncd[250]: Network configuration changed, trying to establish connection.
Oct 28 11:09:53 jessie-rpi systemd-networkd[290]: eth0: Configured
Oct 28 11:09:53 jessie-rpi systemd-timesyncd[250]: Network configuration changed, trying to establish connection.
Oct 28 11:09:53 jessie-rpi systemd-networkd[290]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.574: Permission denied
Oct 28 11:09:53 jessie-rpi systemd-networkd[290]: grep: write error: Broken pipe
Oct 28 11:09:53 jessie-rpi avahi-daemon[291]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 28 11:09:53 jessie-rpi avahi-daemon[291]: New relevant interface eth0.IPv6 for mDNS.
Oct 28 11:09:53 jessie-rpi avahi-daemon[291]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 28 11:09:53 jessie-rpi systemd-timesyncd[250]: Network configuration changed, trying to establish connection.
Oct 28 11:09:54 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 28 11:09:54 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 28 11:10:34 jessie-rpi systemd-timesyncd[250]: Timed out waiting for reply from 62.48.53.90:123 (2.debian.pool.ntp.org).
Oct 28 11:10:44 jessie-rpi systemd-timesyncd[250]: Timed out waiting for reply from 212.121.88.250:123 (2.debian.pool.ntp.org).
Oct 28 11:17:35 jessie-rpi systemd-timesyncd[250]: Synchronized to time server 89.46.73.181:123 (2.debian.pool.ntp.org).
Oct 28 11:17:35 jessie-rpi systemd[1]: Time has been changed
Oct 28 11:17:46 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 28 11:17:46 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 28 11:17:46 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 28 11:17:46 jessie-rpi systemd[640]: Reached target Sockets.
Oct 28 11:17:46 jessie-rpi systemd[640]: Reached target Paths.
Oct 28 11:17:46 jessie-rpi systemd[640]: Removed slice Root Slice.
Oct 28 11:17:46 jessie-rpi systemd[640]: Reached target Timers.
Oct 28 11:17:46 jessie-rpi systemd[640]: Reached target Basic System.
Oct 28 11:17:46 jessie-rpi systemd[640]: Reached target Default.
Oct 28 11:17:46 jessie-rpi systemd[640]: Startup finished in 111ms.
Oct 28 11:17:46 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 28 11:17:52 jessie-rpi CRON[667]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 28 11:31:36 jessie-rpi systemd[1]: Starting Cleanup of Temporary Directories...
Oct 28 11:31:37 jessie-rpi systemd[1]: Started Cleanup of Temporary Directories.
Oct 28 11:31:47 jessie-rpi avahi-daemon[291]: Invalid response packet from host 192.168.1.170.
Oct 28 11:33:07 jessie-rpi kernel: [  992.075009] usb 1-1.4: new low-speed USB device number 5 using dwc_otg
Oct 28 11:33:07 jessie-rpi kernel: [  992.200828] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c05a
Oct 28 11:33:07 jessie-rpi kernel: [  992.207810] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 28 11:33:07 jessie-rpi kernel: [  992.215766] usb 1-1.4: Product: USB Optical Mouse
Oct 28 11:33:07 jessie-rpi kernel: [  992.220508] usb 1-1.4: Manufacturer: Logitech
Oct 28 11:33:07 jessie-rpi kernel: [  992.235543] input: Logitech USB Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C05A.0002/input/input1
Oct 28 11:33:07 jessie-rpi kernel: [  992.249341] hid-generic 0003:046D:C05A.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-3f980000.usb-1.4/input0
Oct 28 11:33:12 jessie-rpi kernel: [  996.813348] Unable to handle kernel paging request at virtual address afb5e000
Oct 28 11:33:12 jessie-rpi kernel: [  996.820692] pgd = 9cf6c000
Oct 28 11:34:09 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="247" x-info="http://www.rsyslog.com"] start
Oct 28 11:34:09 jessie-rpi systemd-modules-load[84]: Inserted module 'snd_bcm2835'
Oct 28 11:34:09 jessie-rpi systemd-fsck[81]: rootfs: clean, 165137/928896 files, 1745809/3858176 blocks
Oct 28 11:34:09 jessie-rpi systemd[1]: Started udev Kernel Device Manager.
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting LSB: Set preliminary keymap...
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Sound Card.
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root at jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #3 SMP PREEMPT Tue Oct 27 20:08:28 CET 2015
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
Oct 28 11:34:09 jessie-rpi systemd[1]: Started LSB: Set preliminary keymap.
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] cma: Reserved 256 MiB at 0x2b000000
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 241664
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec800, node_mem_map aa72a000
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]   Normal zone: 2124 pages used for memmap
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]   Normal zone: 241664 pages, LIFO batch:31
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @aa6eb000 s18368 r8192 d22592 u49152
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Remount Root and Kernel File Systems.
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2709.boardrev=0x2a01041 bcm2709.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting udev Coldplug all Devices...
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Memory: 684488K/966656K available (6385K kernel code, 541K rwdata, 1792K rodata, 420K init, 762K bss, 20024K reserved, 262144K cma-reserved)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Load/Save Random Seed...
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Local File Systems (Pre).
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x8080489c   (8179 kB)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]       .init : 0x80805000 - 0x8086e000   ( 420 kB)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f5624   ( 542 kB)
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Load/Save Random Seed.
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 28 11:34:09 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 28 11:34:09 jessie-rpi kernel: [    0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 28 11:34:09 jessie-rpi kernel: [    0.000032] Switching to timer-based delay loop, resolution 52ns
Oct 28 11:34:09 jessie-rpi kernel: [    0.000313] Console: colour dummy device 80x30
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 28 11:34:09 jessie-rpi kernel: [    0.002029] console [tty1] enabled
Oct 28 11:34:09 jessie-rpi kernel: [    0.002091] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 28 11:34:09 jessie-rpi kernel: [    0.002192] pid_max: default: 32768 minimum: 301
Oct 28 11:34:09 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 28 11:34:09 jessie-rpi kernel: [    0.002573] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.002640] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.003995] Initializing cgroup subsys blkio
Oct 28 11:34:09 jessie-rpi kernel: [    0.004082] Initializing cgroup subsys memory
Oct 28 11:34:09 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 28 11:34:09 jessie-rpi kernel: [    0.004155] Initializing cgroup subsys devices
Oct 28 11:34:09 jessie-rpi kernel: [    0.004216] Initializing cgroup subsys freezer
Oct 28 11:34:09 jessie-rpi kernel: [    0.004296] Initializing cgroup subsys net_cls
Oct 28 11:34:09 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 28 11:34:09 jessie-rpi kernel: [    0.004412] CPU: Testing write buffer coherency: ok
Oct 28 11:34:09 jessie-rpi kernel: [    0.004532] ftrace: allocating 21336 entries in 63 pages
Oct 28 11:34:09 jessie-rpi kernel: [    0.057242] CPU0: update cpu_capacity 1024
Oct 28 11:34:09 jessie-rpi kernel: [    0.057328] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 28 11:34:09 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 28 11:34:09 jessie-rpi kernel: [    0.057375] [bcm2709_smp_prepare_cpus] enter
Oct 28 11:34:09 jessie-rpi kernel: [    0.057534] Setting up static identity map for 0x8240 - 0x8274
Oct 28 11:34:09 jessie-rpi kernel: [    0.087054] [bcm2709_boot_secondary] cpu:1 started (0) 18
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 28 11:34:09 jessie-rpi kernel: [    0.087489] [bcm2709_secondary_init] enter cpu:1
Oct 28 11:34:09 jessie-rpi kernel: [    0.087549] CPU1: update cpu_capacity 1024
Oct 28 11:34:09 jessie-rpi kernel: [    0.087557] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 28 11:34:09 jessie-rpi kernel: [    0.097022] [bcm2709_boot_secondary] cpu:2 started (0) 18
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 28 11:34:09 jessie-rpi kernel: [    0.097375] [bcm2709_secondary_init] enter cpu:2
Oct 28 11:34:09 jessie-rpi kernel: [    0.097408] CPU2: update cpu_capacity 1024
Oct 28 11:34:09 jessie-rpi kernel: [    0.097416] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 28 11:34:09 jessie-rpi kernel: [    0.107052] [bcm2709_boot_secondary] cpu:3 started (0) 18
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 28 11:34:09 jessie-rpi kernel: [    0.107307] [bcm2709_secondary_init] enter cpu:3
Oct 28 11:34:09 jessie-rpi kernel: [    0.107335] CPU3: update cpu_capacity 1024
Oct 28 11:34:09 jessie-rpi kernel: [    0.107344] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 28 11:34:09 jessie-rpi kernel: [    0.107437] Brought up 4 CPUs
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 28 11:34:09 jessie-rpi kernel: [    0.107570] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 28 11:34:09 jessie-rpi kernel: [    0.107612] CPU: All CPU(s) started in SVC mode.
Oct 28 11:34:09 jessie-rpi kernel: [    0.108629] devtmpfs: initialized
Oct 28 11:34:09 jessie-rpi kernel: [    0.133558] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 28 11:34:09 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 28 11:34:09 jessie-rpi kernel: [    0.133931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 28 11:34:09 jessie-rpi kernel: [    0.148464] pinctrl core: initialized pinctrl subsystem
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 28 11:34:09 jessie-rpi kernel: [    0.149344] NET: Registered protocol family 16
Oct 28 11:34:09 jessie-rpi kernel: [    0.155179] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 28 11:34:09 jessie-rpi kernel: [    0.156523] bcm2709.uart_clock = 3000000
Oct 28 11:34:09 jessie-rpi kernel: [    0.163886] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 28 11:34:09 jessie-rpi kbd[167]: Setting console screen modes and fonts.
Oct 28 11:34:09 jessie-rpi kernel: [    0.163959] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 28 11:34:09 jessie-rpi kernel: [    0.164198] Serial: AMBA PL011 UART driver
Oct 28 11:34:09 jessie-rpi kernel: [    0.164569] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
Oct 28 11:34:09 jessie-rpi kbd[167]: setterm: $TERM is not defined.
Oct 28 11:34:09 jessie-rpi kernel: [    0.663981] console [ttyAMA0] enabled
Oct 28 11:34:09 jessie-rpi kernel: [    0.668295] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Oct 28 11:34:09 jessie-rpi kernel: [    0.749624] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
Oct 28 11:34:09 jessie-rpi kernel: [    0.758600] bcm2835-dma 3f007000.dma: dma_debug:0
Oct 28 11:34:09 jessie-rpi networking[168]: Configuring network interfaces...done.
Oct 28 11:34:09 jessie-rpi kernel: [    0.764243] SCSI subsystem initialized
Oct 28 11:34:09 jessie-rpi kernel: [    0.768285] usbcore: registered new interface driver usbfs
Oct 28 11:34:09 jessie-rpi kernel: [    0.773899] usbcore: registered new interface driver hub
Oct 28 11:34:09 jessie-rpi kernel: [    0.779395] usbcore: registered new device driver usb
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 28 11:34:09 jessie-rpi kernel: [    0.785153] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-23 12:12
Oct 28 11:34:09 jessie-rpi kernel: [    0.820877] clocksource: Switched to clocksource arch_sys_counter
Oct 28 11:34:09 jessie-rpi kernel: [    0.881414] FS-Cache: Loaded
Oct 28 11:34:09 jessie-rpi kernel: [    0.884708] CacheFiles: Loaded
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 28 11:34:09 jessie-rpi kernel: [    0.899392] NET: Registered protocol family 2
Oct 28 11:34:09 jessie-rpi kernel: [    0.905012] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.912258] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.918910] TCP: Hash tables configured (established 8192 bind 8192)
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 28 11:34:09 jessie-rpi kernel: [    0.925503] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.931546] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.938335] NET: Registered protocol family 1
Oct 28 11:34:09 jessie-rpi kernel: [    0.943303] RPC: Registered named UNIX socket transport module.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 28 11:34:09 jessie-rpi kernel: [    0.949253] RPC: Registered udp transport module.
Oct 28 11:34:09 jessie-rpi kernel: [    0.954031] RPC: Registered tcp transport module.
Oct 28 11:34:09 jessie-rpi kernel: [    0.958759] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 28 11:34:09 jessie-rpi kernel: [    0.966550] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
Oct 28 11:34:09 jessie-rpi systemd-timesyncd[238]: System clock time unset or jumped backwards, restoring from recorded timestamp: Wed 2015-10-28 11:34:09 CET
Oct 28 11:34:09 jessie-rpi kernel: [    0.976165] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    0.998116] VFS: Disk quotas dquot_6.6.0
Oct 28 11:34:09 jessie-rpi systemd[1]: Time has been changed
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 28 11:34:09 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Timers.
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 28 11:34:09 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Sockets.
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Basic System.
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Login Service...
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 28 11:34:09 jessie-rpi cron[250]: (CRON) INFO (pidfile fd = 3)
Oct 28 11:34:09 jessie-rpi cron[250]: (CRON) INFO (Running @reboot jobs)
Oct 28 11:34:09 jessie-rpi kernel: [    1.002500] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 28 11:34:09 jessie-rpi kernel: [    1.012228] FS-Cache: Netfs 'nfs' registered for caching
Oct 28 11:34:09 jessie-rpi kernel: [    1.018850] NFS: Registering the id_resolver key type
Oct 28 11:34:09 jessie-rpi kernel: [    1.024025] Key type id_resolver registered
Oct 28 11:34:09 jessie-rpi kernel: [    1.028232] Key type id_legacy registered
Oct 28 11:34:09 jessie-rpi kernel: [    1.034978] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 28 11:34:09 jessie-rpi kernel: [    1.042710] io scheduler noop registered
Oct 28 11:34:09 jessie-rpi kernel: [    1.046668] io scheduler deadline registered
Oct 28 11:34:09 jessie-rpi kernel: [    1.051317] io scheduler cfq registered (default)
Oct 28 11:34:09 jessie-rpi kernel: [    1.058531] vc-cma: Videocore CMA driver
Oct 28 11:34:09 jessie-rpi kernel: [    1.062522] vc-cma: vc_cma_base      = 0x00000000
Oct 28 11:34:09 jessie-rpi kernel: [    1.067248] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 28 11:34:09 jessie-rpi kernel: [    1.072695] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 28 11:34:09 jessie-rpi kernel: [    1.078370] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 28 11:34:09 jessie-rpi kernel: [    1.087310] [drm] Initialized drm 1.1.0 20060810
Oct 28 11:34:09 jessie-rpi kernel: [    1.093554] [drm:vc4_hdmi_bind] *ERROR* Failed to get pixel clock
Oct 28 11:34:09 jessie-rpi kernel: [    1.099716] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    1.108260] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    1.130064] brd: module loaded
Oct 28 11:34:09 jessie-rpi kernel: [    1.142363] loop: module loaded
Oct 28 11:34:09 jessie-rpi kernel: [    1.147634] vchiq: vchiq_init_state: slot_zero = 0xab400000, is_master = 0
Oct 28 11:34:09 jessie-rpi kernel: [    1.156376] Loading iSCSI transport class v2.0-870.
Oct 28 11:34:09 jessie-rpi kernel: [    1.162295] usbcore: registered new interface driver smsc95xx
Oct 28 11:34:09 jessie-rpi kernel: [    1.168150] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 28 11:34:09 jessie-rpi kernel: [    1.374333] Core Release: 2.80a
Oct 28 11:34:09 jessie-rpi kernel: [    1.377507] Setting default values for core params
Oct 28 11:34:09 jessie-rpi kernel: [    1.382387] Finished setting default values for core params
Oct 28 11:34:09 jessie-rpi kernel: [    1.588380] Using Buffer DMA mode
Oct 28 11:34:09 jessie-rpi kernel: [    1.591741] Periodic Transfer Interrupt Enhancement - disabled
Oct 28 11:34:09 jessie-rpi kernel: [    1.597595] Multiprocessor Interrupt Enhancement - disabled
Oct 28 11:34:09 jessie-rpi kernel: [    1.603211] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 28 11:34:09 jessie-rpi kernel: [    1.607593] Dedicated Tx FIFOs mode
Oct 28 11:34:09 jessie-rpi kernel: [    1.611438] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xab448000 dma = 0xeb448000 len=9024
Oct 28 11:34:09 jessie-rpi kernel: [    1.621381] FIQ FSM acceleration enabled for :
Oct 28 11:34:09 jessie-rpi kernel: [    1.621381] Non-periodic Split Transactions
Oct 28 11:34:09 jessie-rpi kernel: [    1.621381] Periodic Split Transactions
Oct 28 11:34:09 jessie-rpi kernel: [    1.621381] High-Speed Isochronous Endpoints
Oct 28 11:34:09 jessie-rpi kernel: [    1.638199] dwc_otg: Microframe scheduler enabled
Oct 28 11:34:09 jessie-rpi kernel: [    1.638290] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 28 11:34:09 jessie-rpi kernel: [    1.644241] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 28 11:34:09 jessie-rpi kernel: [    1.650536] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb8a4000
Oct 28 11:34:09 jessie-rpi kernel: [    1.656602] dwc_otg 3f980000.usb: DWC OTG Controller
Oct 28 11:34:09 jessie-rpi kernel: [    1.661658] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Oct 28 11:34:09 jessie-rpi kernel: [    1.669036] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
Oct 28 11:34:09 jessie-rpi kernel: [    1.674700] Init: Port Power? op_state=1
Oct 28 11:34:09 jessie-rpi kernel: [    1.678642] Init: Power Port (0)
Oct 28 11:34:09 jessie-rpi kernel: [    1.682191] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 28 11:34:09 jessie-rpi kernel: [    1.689010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 28 11:34:09 jessie-rpi kernel: [    1.696304] usb usb1: Product: DWC OTG Controller
Oct 28 11:34:09 jessie-rpi kernel: [    1.701058] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 28 11:34:09 jessie-rpi kernel: [    1.707003] usb usb1: SerialNumber: 3f980000.usb
Oct 28 11:34:09 jessie-rpi kernel: [    1.712564] hub 1-0:1.0: USB hub found
Oct 28 11:34:09 jessie-rpi kernel: [    1.716396] hub 1-0:1.0: 1 port detected
Oct 28 11:34:09 jessie-rpi kernel: [    1.720954] dwc_otg: FIQ enabled
Oct 28 11:34:09 jessie-rpi kernel: [    1.720969] dwc_otg: NAK holdoff enabled
Oct 28 11:34:09 jessie-rpi kernel: [    1.720980] dwc_otg: FIQ split-transaction FSM enabled
Oct 28 11:34:09 jessie-rpi kernel: [    1.721022] Module dwc_common_port init
Oct 28 11:34:09 jessie-rpi kernel: [    1.721413] usbcore: registered new interface driver usb-storage
Oct 28 11:34:09 jessie-rpi kernel: [    1.727744] mousedev: PS/2 mouse device common for all mice
Oct 28 11:34:09 jessie-rpi kernel: [    1.733422] i2c /dev entries driver
Oct 28 11:34:09 jessie-rpi kernel: [    1.738218] bcm2835-cpufreq: min=600000 max=900000
Oct 28 11:34:09 jessie-rpi kernel: [    1.743344] sdhci: Secure Digital Host Controller Interface driver
Oct 28 11:34:09 jessie-rpi kernel: [    1.749549] sdhci: Copyright(c) Pierre Ossman
Oct 28 11:34:09 jessie-rpi kernel: [    1.754436] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
Oct 28 11:34:09 jessie-rpi kernel: [    1.760300] mmc-bcm2835 3f300000.mmc: DMA channels allocated
Oct 28 11:34:09 jessie-rpi kernel: [    1.801249] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 28 11:34:09 jessie-rpi kernel: [    1.811305] ledtrig-cpu: registered to indicate activity on CPUs
Oct 28 11:34:09 jessie-rpi kernel: [    1.817564] hidraw: raw HID events driver (C) Jiri Kosina
Oct 28 11:34:09 jessie-rpi kernel: [    1.823283] usbcore: registered new interface driver usbhid
Oct 28 11:34:09 jessie-rpi kernel: [    1.828880] usbhid: USB HID core driver
Oct 28 11:34:09 jessie-rpi kernel: [    1.834368] Initializing XFRM netlink socket
Oct 28 11:34:09 jessie-rpi kernel: [    1.838695] NET: Registered protocol family 17
Oct 28 11:34:09 jessie-rpi kernel: [    1.843352] Key type dns_resolver registered
Oct 28 11:34:09 jessie-rpi kernel: [    1.848174] Registering SWP/SWPB emulation handler
Oct 28 11:34:09 jessie-rpi kernel: [    1.848428] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 28 11:34:09 jessie-rpi kernel: [    1.851181] mmc0: new high speed SDHC card at address aaaa
Oct 28 11:34:09 jessie-rpi kernel: [    1.852001] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 28 11:34:09 jessie-rpi kernel: [    1.854074]  mmcblk0: p1 p2
Oct 28 11:34:09 jessie-rpi kernel: [    1.874876] registered taskstats version 1
Oct 28 11:34:09 jessie-rpi kernel: [    1.879237] vc-sm: Videocore shared memory driver
Oct 28 11:34:09 jessie-rpi kernel: [    1.884006] [vc_sm_connected_init]: start
Oct 28 11:34:09 jessie-rpi kernel: [    1.888704] [vc_sm_connected_init]: end - returning 0
Oct 28 11:34:09 jessie-rpi kernel: [    1.894889] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    1.903506] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    1.911060] Indeed it is in host mode hprt0 = 00021501
Oct 28 11:34:09 jessie-rpi kernel: [    1.922521] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 28 11:34:09 jessie-rpi kernel: [    1.931483] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 28 11:34:09 jessie-rpi kernel: [    1.941841] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
Oct 28 11:34:09 jessie-rpi kernel: [    1.949196] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
Oct 28 11:34:09 jessie-rpi kernel: [    2.090943] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 28 11:34:09 jessie-rpi kernel: [    2.097610] Indeed it is in host mode hprt0 = 00001101
Oct 28 11:34:09 jessie-rpi kernel: [    2.301309] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 28 11:34:09 jessie-rpi kernel: [    2.308070] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 11:34:09 jessie-rpi kernel: [    2.316253] hub 1-1:1.0: USB hub found
Oct 28 11:34:09 jessie-rpi kernel: [    2.320160] hub 1-1:1.0: 5 ports detected
Oct 28 11:34:09 jessie-rpi kernel: [    2.326244] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    2.334841] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    2.339575] EXT4-fs (mmcblk0p2): recovery complete
Oct 28 11:34:09 jessie-rpi kernel: [    2.342906] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 28 11:34:09 jessie-rpi kernel: [    2.342995] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 28 11:34:09 jessie-rpi kernel: [    2.343886] devtmpfs: mounted
Oct 28 11:34:09 jessie-rpi kernel: [    2.344654] Freeing unused kernel memory: 420K (80805000 - 8086e000)
Oct 28 11:34:09 jessie-rpi kernel: [    2.600971] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 28 11:34:09 jessie-rpi kernel: [    2.721387] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 28 11:34:09 jessie-rpi kernel: [    2.728333] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 11:34:09 jessie-rpi kernel: [    2.738938] smsc95xx v1.0.4
Oct 28 11:34:09 jessie-rpi kernel: [    2.750694] NET: Registered protocol family 10
Oct 28 11:34:09 jessie-rpi kernel: [    2.783558] random: systemd urandom read with 82 bits of entropy available
Oct 28 11:34:09 jessie-rpi kernel: [    2.805354] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 28 11:34:09 jessie-rpi kernel: [    2.840772] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    2.861144] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    2.926927] uart-pl011 3f201000.uart: no DMA platform data
Oct 28 11:34:09 jessie-rpi kernel: [    2.931054] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
Oct 28 11:34:09 jessie-rpi kernel: [    3.047696] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2005
Oct 28 11:34:09 jessie-rpi kernel: [    3.054927] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 28 11:34:09 jessie-rpi kernel: [    3.062873] usb 1-1.3: Product: DELL USB Keyboard
Oct 28 11:34:09 jessie-rpi kernel: [    3.067622] usb 1-1.3: Manufacturer: DELL
Oct 28 11:34:09 jessie-rpi kernel: [    3.084025] input: DELL DELL USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2005.0001/input/input0
Oct 28 11:34:09 jessie-rpi kernel: [    3.152613] hid-generic 0003:413C:2005.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-3f980000.usb-1.3/input0
Oct 28 11:34:09 jessie-rpi kernel: [    3.171456] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    3.180132] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    3.260978] usb 1-1.4: new low-speed USB device number 5 using dwc_otg
Oct 28 11:34:09 jessie-rpi kernel: [    3.385948] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c05a
Oct 28 11:34:09 jessie-rpi kernel: [    3.392950] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 28 11:34:09 jessie-rpi kernel: [    3.400312] usb 1-1.4: Product: USB Optical Mouse
Oct 28 11:34:09 jessie-rpi kernel: [    3.405102] usb 1-1.4: Manufacturer: Logitech
Oct 28 11:34:09 jessie-rpi kernel: [    3.414912] input: Logitech USB Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C05A.0002/input/input1
Oct 28 11:34:09 jessie-rpi kernel: [    3.428369] hid-generic 0003:046D:C05A.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-3f980000.usb-1.4/input0
Oct 28 11:34:09 jessie-rpi kernel: [    3.442104] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    3.450725] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    3.457700] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    3.466359] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    3.989189] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    3.998212] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    4.005205] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    4.013868] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    4.519977] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 28 11:34:09 jessie-rpi kernel: [    4.715745] random: nonblocking pool is initialized
Oct 28 11:34:09 jessie-rpi kernel: [    5.134353] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Oct 28 11:34:09 jessie-rpi kernel: [    5.143433] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:34:09 jessie-rpi kernel: [    5.154059] bcm2708_i2c 3f805000.i2c: BSC2 Controller at 0x3f805000 (irq 79) (baudrate 100000)
Oct 28 11:34:09 jessie-rpi kernel: [    5.155434] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:34:09 jessie-rpi kernel: [    5.172259] vc4-drm soc:gpu at 7e4c0000: bound 3f902000.hdmi (ops vc4_hdmi_ops)
Oct 28 11:34:09 jessie-rpi kernel: [    5.179599] vc4-drm soc:gpu at 7e4c0000: bound 3f206000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:34:09 jessie-rpi kernel: [    5.191156] vc4-drm soc:gpu at 7e4c0000: bound 3f207000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:34:09 jessie-rpi kernel: [    5.198958] vc4-drm soc:gpu at 7e4c0000: bound 3f807000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:34:09 jessie-rpi kernel: [    5.211054] vc4-drm soc:gpu at 7e4c0000: bound 3f400000.hvs (ops vc4_hvs_ops)
Oct 28 11:34:09 jessie-rpi kernel: [    5.219789] vc4-drm soc:gpu at 7e4c0000: bound 3fc00000.v3d (ops vc4_v3d_ops)
Oct 28 11:34:09 jessie-rpi kernel: [    5.231948] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 28 11:34:09 jessie-rpi kernel: [    5.238639] [drm] No driver support for vblank timestamp query.
Oct 28 11:34:09 jessie-rpi kernel: [    5.318607] Console: switching to colour frame buffer device 240x67
Oct 28 11:34:09 jessie-rpi kernel: [    5.375206] vc4-drm soc:gpu at 7e4c0000: fb0:  frame buffer device
Oct 28 11:34:09 jessie-rpi kernel: [    5.381473] vc4-drm soc:gpu at 7e4c0000: registered panic notifier
Oct 28 11:34:09 jessie-rpi kernel: [    5.589516] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Network Service...
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started System Logging Service.
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Successfully dropped root privileges.
Oct 28 11:34:09 jessie-rpi systemd-networkd[258]: Enumeration completed
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: avahi-daemon 0.6.31 starting up.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Network Service.
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Successfully called chroot().
Oct 28 11:34:09 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 248 (update-binfmts)
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Successfully dropped remaining capabilities.
Oct 28 11:34:09 jessie-rpi avahi-daemon[264]: chroot.c: open() failed: No such file or directory
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Failed to open /etc/resolv.conf: Invalid argument
Oct 28 11:34:09 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: No service file found in /etc/avahi/services.
Oct 28 11:34:09 jessie-rpi irqbalance[259]: Starting SMP IRQ Balancer: irqbalance.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Network interface enumeration completed.
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 28 11:34:09 jessie-rpi avahi-daemon[260]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 3142758933.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Login Service.
Oct 28 11:34:09 jessie-rpi kernel: [    7.314608] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 28 11:34:09 jessie-rpi kernel: [    7.314922] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 28 11:34:09 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Network.
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 28 11:34:09 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 28 11:34:09 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 28 11:34:09 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 28 11:34:09 jessie-rpi systemd-resolved[278]: Using system hostname 'jessie-rpi'.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 28 11:34:09 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 28 11:34:09 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 28 11:34:10 jessie-rpi exim4[277]: Starting MTA: exim4.
Oct 28 11:34:10 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 28 11:34:10 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 28 11:34:10 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 28 11:34:10 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 28 11:34:11 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 28 11:34:11 jessie-rpi systemd[1]: Startup finished in 2.416s (kernel) + 6.130s (userspace) = 8.547s.
Oct 28 11:34:11 jessie-rpi systemd-networkd[258]: eth0: Gained carrier
Oct 28 11:34:11 jessie-rpi kernel: [    8.826698] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 28 11:34:11 jessie-rpi kernel: [    8.832238] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Oct 28 11:34:12 jessie-rpi systemd-networkd[258]: eth0: DHCPv4 address 192.168.1.22/24 via 192.168.1.200
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.22.
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: New relevant interface eth0.IPv4 for mDNS.
Oct 28 11:34:12 jessie-rpi systemd-timesyncd[238]: Network configuration changed, trying to establish connection.
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: Registering new address record for 192.168.1.22 on eth0.IPv4.
Oct 28 11:34:12 jessie-rpi systemd-networkd[258]: eth0: Configured
Oct 28 11:34:12 jessie-rpi systemd-timesyncd[238]: Network configuration changed, trying to establish connection.
Oct 28 11:34:12 jessie-rpi systemd-networkd[258]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.547: Permission denied
Oct 28 11:34:12 jessie-rpi systemd-networkd[258]: grep: write error: Broken pipe
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: Invalid response packet from host 192.168.1.8.
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: Invalid response packet from host 192.168.1.8.
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: Invalid response packet from host 192.168.1.8.
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: New relevant interface eth0.IPv6 for mDNS.
Oct 28 11:34:12 jessie-rpi avahi-daemon[260]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 28 11:34:12 jessie-rpi systemd-timesyncd[238]: Network configuration changed, trying to establish connection.
Oct 28 11:34:12 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 28 11:34:13 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 28 11:34:13 jessie-rpi avahi-daemon[260]: Invalid response packet from host 192.168.1.8.
Oct 28 11:34:13 jessie-rpi avahi-daemon[260]: Invalid response packet from host 192.168.1.8.
Oct 28 11:34:13 jessie-rpi avahi-daemon[260]: Invalid response packet from host 192.168.1.8.
Oct 28 11:34:23 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 28 11:34:23 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 28 11:34:23 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 28 11:34:23 jessie-rpi systemd[611]: Reached target Sockets.
Oct 28 11:34:23 jessie-rpi systemd[611]: Reached target Paths.
Oct 28 11:34:23 jessie-rpi systemd[611]: Reached target Timers.
Oct 28 11:34:23 jessie-rpi systemd[611]: Reached target Basic System.
Oct 28 11:34:23 jessie-rpi systemd[611]: Removed slice Root Slice.
Oct 28 11:34:23 jessie-rpi systemd[611]: Reached target Default.
Oct 28 11:34:23 jessie-rpi systemd[611]: Startup finished in 119ms.
Oct 28 11:34:23 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 28 11:40:27 jessie-rpi systemd[611]: Time has been changed
Oct 28 11:40:27 jessie-rpi systemd-timesyncd[238]: Synchronized to time server 212.45.144.3:123 (2.debian.pool.ntp.org).
Oct 28 11:40:27 jessie-rpi systemd[1]: Time has been changed
Oct 28 11:44:18 jessie-rpi dbus[252]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Oct 28 11:44:18 jessie-rpi systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
Oct 28 11:44:18 jessie-rpi polkitd[638]: started daemon version 0.105 using authority implementation `local' version `0.105'
Oct 28 11:44:18 jessie-rpi dbus[252]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 28 11:44:18 jessie-rpi systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
Oct 28 11:44:18 jessie-rpi systemd[1]: hwclock-save.service: Cannot add dependency job, ignoring: Unit hwclock-save.service failed to load: No such file or directory.
Oct 28 11:44:18 jessie-rpi systemd[1]: Stopping Session c1 of user root.
Oct 28 11:44:18 jessie-rpi systemd[1]: Stopping Authenticate and Authorize Users to Run Privileged Tasks...
Oct 28 11:44:18 jessie-rpi systemd[1]: Stopped target Graphical Interface.
Oct 28 11:44:18 jessie-rpi avahi-daemon[260]: Got SIGTERM, quitting.
Oct 28 11:44:18 jessie-rpi systemd[1]: Stopped target Sound Card.
Oct 28 11:44:18 jessie-rpi avahi-daemon[260]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 28 11:44:18 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="247" x-info="http://www.rsyslog.com"] exiting on signal 15.
Oct 28 11:44:19 jessie-rpi rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="249" x-info="http://www.rsyslog.com"] start
Oct 28 11:44:19 jessie-rpi systemd-modules-load[82]: Inserted module 'snd_bcm2835'
Oct 28 11:44:19 jessie-rpi systemd-fsck[83]: rootfs: clean, 165135/928896 files, 1745832/3858176 blocks
Oct 28 11:44:19 jessie-rpi systemd[1]: Started udev Kernel Device Manager.
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting LSB: Set preliminary keymap...
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target Sound Card.
Oct 28 11:44:19 jessie-rpi systemd[1]: Started LSB: Set preliminary keymap.
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Remount Root and Kernel File Systems.
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting udev Coldplug all Devices...
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Load/Save Random Seed...
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target Local File Systems (Pre).
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Load/Save Random Seed.
Oct 28 11:44:19 jessie-rpi systemd[1]: Started udev Coldplug all Devices.
Oct 28 11:44:19 jessie-rpi systemd[1]: Found device /dev/ttyAMA0.
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Booting Linux on physical CPU 0xf00
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 28 11:44:19 jessie-rpi systemd[1]: Found device /dev/mmcblk0p1.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Initializing cgroup subsys cpuacct
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Linux version 4.2.3-v7+ (root at jessie-rpi) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #3 SMP PREEMPT Tue Oct 27 20:08:28 CET 2015
Oct 28 11:44:19 jessie-rpi systemd[1]: Mounting /boot/firmware...
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] cma: Reserved 256 MiB at 0x2b000000
Oct 28 11:44:19 jessie-rpi systemd[1]: Mounted /boot/firmware.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Memory policy: Data cache writealloc
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] On node 0 totalpages: 241664
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] free_area_init_node: node 0, pgdat 808ec800, node_mem_map aa72a000
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]   Normal zone: 2124 pages used for memmap
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target Local File Systems.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]   Normal zone: 0 pages reserved
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]   Normal zone: 241664 pages, LIFO batch:31
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] [bcm2709_smp_init_cpus] ncores=4
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target Remote File Systems.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] PERCPU: Embedded 12 pages/cpu @aa6eb000 s18368 r8192 d22592 u49152
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting LSB: Prepare console...
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2709.boardrev=0x2a01041 bcm2709.serial=0x968d5adc smsc95xx.macaddr=B8:27:EB:8D:5A:DC bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootwait net.ifnames=1
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting LSB: Raise network interfaces....
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Memory: 684488K/966656K available (6385K kernel code, 541K rwdata, 1792K rodata, 420K init, 762K bss, 20024K reserved, 262144K cma-reserved)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Virtual kernel memory layout:
Oct 28 11:44:19 jessie-rpi systemd[1]: Started LSB: Prepare console.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Create Volatile Files and Directories...
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]     vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]     lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]       .text : 0x80008000 - 0x8080489c   (8179 kB)
Oct 28 11:44:19 jessie-rpi kbd[164]: Setting console screen modes and fonts.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]       .init : 0x80805000 - 0x8086e000   ( 420 kB)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]       .data : 0x8086e000 - 0x808f5624   ( 542 kB)
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000]        .bss : 0x808f8000 - 0x809b6a00   ( 763 kB)
Oct 28 11:44:19 jessie-rpi kbd[164]: setterm: $TERM is not defined.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Oct 28 11:44:19 jessie-rpi networking[165]: Configuring network interfaces...done.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 32.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] NR_IRQS:608
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
Oct 28 11:44:19 jessie-rpi kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
Oct 28 11:44:19 jessie-rpi kernel: [    0.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
Oct 28 11:44:19 jessie-rpi kernel: [    0.000033] Switching to timer-based delay loop, resolution 52ns
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Create Volatile Files and Directories.
Oct 28 11:44:19 jessie-rpi kernel: [    0.000316] Console: colour dummy device 80x30
Oct 28 11:44:19 jessie-rpi kernel: [    0.002031] console [tty1] enabled
Oct 28 11:44:19 jessie-rpi kernel: [    0.002092] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 28 11:44:19 jessie-rpi kernel: [    0.002195] pid_max: default: 32768 minimum: 301
Oct 28 11:44:19 jessie-rpi kernel: [    0.002578] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.002645] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.003991] Initializing cgroup subsys blkio
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Network Time Synchronization...
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 28 11:44:19 jessie-rpi kernel: [    0.004075] Initializing cgroup subsys memory
Oct 28 11:44:19 jessie-rpi kernel: [    0.004147] Initializing cgroup subsys devices
Oct 28 11:44:19 jessie-rpi systemd-timesyncd[237]: System clock time unset or jumped backwards, restoring from recorded timestamp: Wed 2015-10-28 11:44:19 CET
Oct 28 11:44:19 jessie-rpi kernel: [    0.004211] Initializing cgroup subsys freezer
Oct 28 11:44:19 jessie-rpi kernel: [    0.004289] Initializing cgroup subsys net_cls
Oct 28 11:44:19 jessie-rpi systemd[1]: Time has been changed
Oct 28 11:44:19 jessie-rpi kernel: [    0.004398] CPU: Testing write buffer coherency: ok
Oct 28 11:44:19 jessie-rpi kernel: [    0.004516] ftrace: allocating 21336 entries in 63 pages
Oct 28 11:44:19 jessie-rpi kernel: [    0.057219] CPU0: update cpu_capacity 1024
Oct 28 11:44:19 jessie-rpi kernel: [    0.057302] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Network Time Synchronization.
Oct 28 11:44:19 jessie-rpi kernel: [    0.057350] [bcm2709_smp_prepare_cpus] enter
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target System Time Synchronized.
Oct 28 11:44:19 jessie-rpi kernel: [    0.057510] Setting up static identity map for 0x8240 - 0x8274
Oct 28 11:44:19 jessie-rpi kernel: [    0.087040] [bcm2709_boot_secondary] cpu:1 started (0) 18
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target System Initialization.
Oct 28 11:44:19 jessie-rpi kernel: [    0.087478] [bcm2709_secondary_init] enter cpu:1
Oct 28 11:44:19 jessie-rpi kernel: [    0.087536] CPU1: update cpu_capacity 1024
Oct 28 11:44:19 jessie-rpi kernel: [    0.087545] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
Oct 28 11:44:19 jessie-rpi kernel: [    0.096993] [bcm2709_boot_secondary] cpu:2 started (0) 18
Oct 28 11:44:19 jessie-rpi kernel: [    0.097347] [bcm2709_secondary_init] enter cpu:2
Oct 28 11:44:19 jessie-rpi kernel: [    0.097380] CPU2: update cpu_capacity 1024
Oct 28 11:44:19 jessie-rpi systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 28 11:44:19 jessie-rpi kernel: [    0.097389] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Oct 28 11:44:19 jessie-rpi kernel: [    0.107027] [bcm2709_boot_secondary] cpu:3 started (0) 18
Oct 28 11:44:19 jessie-rpi kernel: [    0.107282] [bcm2709_secondary_init] enter cpu:3
Oct 28 11:44:19 jessie-rpi kernel: [    0.107310] CPU3: update cpu_capacity 1024
Oct 28 11:44:19 jessie-rpi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Oct 28 11:44:19 jessie-rpi kernel: [    0.107318] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Oct 28 11:44:19 jessie-rpi kernel: [    0.107411] Brought up 4 CPUs
Oct 28 11:44:19 jessie-rpi kernel: [    0.107546] SMP: Total of 4 processors activated (153.60 BogoMIPS).
Oct 28 11:44:19 jessie-rpi kernel: [    0.107587] CPU: All CPU(s) started in SVC mode.
Oct 28 11:44:19 jessie-rpi kernel: [    0.108605] devtmpfs: initialized
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target Sockets.
Oct 28 11:44:19 jessie-rpi kernel: [    0.133524] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target Basic System.
Oct 28 11:44:19 jessie-rpi kernel: [    0.133901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Oct 28 11:44:19 jessie-rpi kernel: [    0.148442] pinctrl core: initialized pinctrl subsystem
Oct 28 11:44:19 jessie-rpi kernel: [    0.149325] NET: Registered protocol family 16
Oct 28 11:44:19 jessie-rpi kernel: [    0.155163] DMA: preallocated 4096 KiB pool for atomic coherent allocations
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Permit User Sessions...
Oct 28 11:44:19 jessie-rpi kernel: [    0.156498] bcm2709.uart_clock = 3000000
Oct 28 11:44:19 jessie-rpi kernel: [    0.163894] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Oct 28 11:44:19 jessie-rpi kernel: [    0.163967] hw-breakpoint: maximum watchpoint size is 8 bytes.
Oct 28 11:44:19 jessie-rpi kernel: [    0.164207] Serial: AMBA PL011 UART driver
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Oct 28 11:44:19 jessie-rpi kernel: [    0.164575] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
Oct 28 11:44:19 jessie-rpi kernel: [    0.663983] console [ttyAMA0] enabled
Oct 28 11:44:19 jessie-rpi kernel: [    0.668300] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 28 11:44:19 jessie-rpi kernel: [    0.749613] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
Oct 28 11:44:19 jessie-rpi kernel: [    0.758599] bcm2835-dma 3f007000.dma: dma_debug:0
Oct 28 11:44:19 jessie-rpi kernel: [    0.764228] SCSI subsystem initialized
Oct 28 11:44:19 jessie-rpi kernel: [    0.768270] usbcore: registered new interface driver usbfs
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Enable support for additional executable binary formats...
Oct 28 11:44:19 jessie-rpi kernel: [    0.773885] usbcore: registered new interface driver hub
Oct 28 11:44:19 jessie-rpi kernel: [    0.779378] usbcore: registered new device driver usb
Oct 28 11:44:19 jessie-rpi kernel: [    0.785142] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-09-23 12:12
Oct 28 11:44:19 jessie-rpi kernel: [    0.820844] clocksource: Switched to clocksource arch_sys_counter
Oct 28 11:44:19 jessie-rpi kernel: [    0.881374] FS-Cache: Loaded
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Deferred execution scheduler.
Oct 28 11:44:19 jessie-rpi kernel: [    0.884664] CacheFiles: Loaded
Oct 28 11:44:19 jessie-rpi kernel: [    0.899338] NET: Registered protocol family 2
Oct 28 11:44:19 jessie-rpi kernel: [    0.904961] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.912205] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.918852] TCP: Hash tables configured (established 8192 bind 8192)
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting System Logging Service...
Oct 28 11:44:19 jessie-rpi kernel: [    0.925448] UDP hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.931492] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.938281] NET: Registered protocol family 1
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Regular background program processing daemon.
Oct 28 11:44:19 jessie-rpi kernel: [    0.943248] RPC: Registered named UNIX socket transport module.
Oct 28 11:44:19 jessie-rpi kernel: [    0.949197] RPC: Registered udp transport module.
Oct 28 11:44:19 jessie-rpi kernel: [    0.953977] RPC: Registered tcp transport module.
Oct 28 11:44:19 jessie-rpi kernel: [    0.958704] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 28 11:44:19 jessie-rpi systemd[1]: Started D-Bus System Message Bus.
Oct 28 11:44:19 jessie-rpi kernel: [    0.966497] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
Oct 28 11:44:19 jessie-rpi kernel: [    0.976105] futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    0.998100] VFS: Disk quotas dquot_6.6.0
Oct 28 11:44:19 jessie-rpi cron[250]: (CRON) INFO (pidfile fd = 3)
Oct 28 11:44:19 jessie-rpi avahi-daemon[243]: Found user 'avahi' (UID 111) and group 'avahi' (GID 119).
Oct 28 11:44:19 jessie-rpi avahi-daemon[243]: Successfully dropped root privileges.
Oct 28 11:44:19 jessie-rpi avahi-daemon[243]: avahi-daemon 0.6.31 starting up.
Oct 28 11:44:19 jessie-rpi cron[250]: (CRON) INFO (Running @reboot jobs)
Oct 28 11:44:19 jessie-rpi irqbalance[241]: Starting SMP IRQ Balancer: irqbalance.
Oct 28 11:44:19 jessie-rpi kernel: [    1.002483] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Oct 28 11:44:19 jessie-rpi kernel: [    1.012214] FS-Cache: Netfs 'nfs' registered for caching
Oct 28 11:44:19 jessie-rpi kernel: [    1.018847] NFS: Registering the id_resolver key type
Oct 28 11:44:19 jessie-rpi kernel: [    1.024016] Key type id_resolver registered
Oct 28 11:44:19 jessie-rpi kernel: [    1.028223] Key type id_legacy registered
Oct 28 11:44:19 jessie-rpi kernel: [    1.034956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Oct 28 11:44:19 jessie-rpi kernel: [    1.042681] io scheduler noop registered
Oct 28 11:44:19 jessie-rpi kernel: [    1.046641] io scheduler deadline registered
Oct 28 11:44:19 jessie-rpi kernel: [    1.051292] io scheduler cfq registered (default)
Oct 28 11:44:19 jessie-rpi kernel: [    1.058512] vc-cma: Videocore CMA driver
Oct 28 11:44:19 jessie-rpi kernel: [    1.062503] vc-cma: vc_cma_base      = 0x00000000
Oct 28 11:44:19 jessie-rpi kernel: [    1.067230] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Oct 28 11:44:19 jessie-rpi kernel: [    1.072677] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Oct 28 11:44:19 jessie-rpi kernel: [    1.078342] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
Oct 28 11:44:19 jessie-rpi kernel: [    1.087285] [drm] Initialized drm 1.1.0 20060810
Oct 28 11:44:19 jessie-rpi kernel: [    1.093542] [drm:vc4_hdmi_bind] *ERROR* Failed to get pixel clock
Oct 28 11:44:19 jessie-rpi kernel: [    1.099704] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    1.108248] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    1.130000] brd: module loaded
Oct 28 11:44:19 jessie-rpi kernel: [    1.142255] loop: module loaded
Oct 28 11:44:19 jessie-rpi kernel: [    1.147525] vchiq: vchiq_init_state: slot_zero = 0xab400000, is_master = 0
Oct 28 11:44:19 jessie-rpi kernel: [    1.156279] Loading iSCSI transport class v2.0-870.
Oct 28 11:44:19 jessie-rpi kernel: [    1.162222] usbcore: registered new interface driver smsc95xx
Oct 28 11:44:19 jessie-rpi kernel: [    1.168077] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 28 11:44:19 jessie-rpi kernel: [    1.374264] Core Release: 2.80a
Oct 28 11:44:19 jessie-rpi kernel: [    1.377436] Setting default values for core params
Oct 28 11:44:19 jessie-rpi kernel: [    1.382321] Finished setting default values for core params
Oct 28 11:44:19 jessie-rpi kernel: [    1.588312] Using Buffer DMA mode
Oct 28 11:44:19 jessie-rpi kernel: [    1.591674] Periodic Transfer Interrupt Enhancement - disabled
Oct 28 11:44:19 jessie-rpi kernel: [    1.597526] Multiprocessor Interrupt Enhancement - disabled
Oct 28 11:44:19 jessie-rpi kernel: [    1.603142] OTG VER PARAM: 0, OTG VER FLAG: 0
Oct 28 11:44:19 jessie-rpi kernel: [    1.607524] Dedicated Tx FIFOs mode
Oct 28 11:44:19 jessie-rpi kernel: [    1.611369] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xab448000 dma = 0xeb448000 len=9024
Oct 28 11:44:19 jessie-rpi kernel: [    1.621312] FIQ FSM acceleration enabled for :
Oct 28 11:44:19 jessie-rpi kernel: [    1.621312] Non-periodic Split Transactions
Oct 28 11:44:19 jessie-rpi kernel: [    1.621312] Periodic Split Transactions
Oct 28 11:44:19 jessie-rpi kernel: [    1.621312] High-Speed Isochronous Endpoints
Oct 28 11:44:19 jessie-rpi kernel: [    1.638128] dwc_otg: Microframe scheduler enabled
Oct 28 11:44:19 jessie-rpi kernel: [    1.638220] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x8045c9c8
Oct 28 11:44:19 jessie-rpi kernel: [    1.644170] WARN::hcd_init_fiq:413: FIQ ASM at 0x8045cd2c length 36
Oct 28 11:44:19 jessie-rpi kernel: [    1.650466] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb8a4000
Oct 28 11:44:19 jessie-rpi kernel: [    1.656531] dwc_otg 3f980000.usb: DWC OTG Controller
Oct 28 11:44:19 jessie-rpi kernel: [    1.661585] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
Oct 28 11:44:19 jessie-rpi kernel: [    1.668964] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
Oct 28 11:44:19 jessie-rpi kernel: [    1.674629] Init: Port Power? op_state=1
Oct 28 11:44:19 jessie-rpi kernel: [    1.678570] Init: Power Port (0)
Oct 28 11:44:19 jessie-rpi kernel: [    1.682127] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 28 11:44:19 jessie-rpi kernel: [    1.688955] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 28 11:44:19 jessie-rpi kernel: [    1.696248] usb usb1: Product: DWC OTG Controller
Oct 28 11:44:19 jessie-rpi kernel: [    1.701002] usb usb1: Manufacturer: Linux 4.2.3-v7+ dwc_otg_hcd
Oct 28 11:44:19 jessie-rpi kernel: [    1.706948] usb usb1: SerialNumber: 3f980000.usb
Oct 28 11:44:19 jessie-rpi kernel: [    1.712522] hub 1-0:1.0: USB hub found
Oct 28 11:44:19 jessie-rpi kernel: [    1.716354] hub 1-0:1.0: 1 port detected
Oct 28 11:44:19 jessie-rpi kernel: [    1.720810] dwc_otg: FIQ enabled
Oct 28 11:44:19 jessie-rpi kernel: [    1.720933] dwc_otg: NAK holdoff enabled
Oct 28 11:44:19 jessie-rpi kernel: [    1.720946] dwc_otg: FIQ split-transaction FSM enabled
Oct 28 11:44:19 jessie-rpi kernel: [    1.720989] Module dwc_common_port init
Oct 28 11:44:19 jessie-rpi kernel: [    1.721380] usbcore: registered new interface driver usb-storage
Oct 28 11:44:19 jessie-rpi kernel: [    1.727716] mousedev: PS/2 mouse device common for all mice
Oct 28 11:44:19 jessie-rpi kernel: [    1.733394] i2c /dev entries driver
Oct 28 11:44:19 jessie-rpi kernel: [    1.738197] bcm2835-cpufreq: min=600000 max=900000
Oct 28 11:44:19 jessie-rpi kernel: [    1.743320] sdhci: Secure Digital Host Controller Interface driver
Oct 28 11:44:19 jessie-rpi kernel: [    1.749525] sdhci: Copyright(c) Pierre Ossman
Oct 28 11:44:19 jessie-rpi kernel: [    1.754418] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
Oct 28 11:44:19 jessie-rpi kernel: [    1.760282] mmc-bcm2835 3f300000.mmc: DMA channels allocated
Oct 28 11:44:19 jessie-rpi kernel: [    1.801218] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 28 11:44:19 jessie-rpi kernel: [    1.811277] ledtrig-cpu: registered to indicate activity on CPUs
Oct 28 11:44:19 jessie-rpi kernel: [    1.817537] hidraw: raw HID events driver (C) Jiri Kosina
Oct 28 11:44:19 jessie-rpi kernel: [    1.823255] usbcore: registered new interface driver usbhid
Oct 28 11:44:19 jessie-rpi kernel: [    1.828852] usbhid: USB HID core driver
Oct 28 11:44:19 jessie-rpi kernel: [    1.834341] Initializing XFRM netlink socket
Oct 28 11:44:19 jessie-rpi kernel: [    1.838672] NET: Registered protocol family 17
Oct 28 11:44:19 jessie-rpi kernel: [    1.843333] Key type dns_resolver registered
Oct 28 11:44:19 jessie-rpi kernel: [    1.848098] mmc0: host does not support reading read-only switch, assuming write-enable
Oct 28 11:44:19 jessie-rpi kernel: [    1.848153] Registering SWP/SWPB emulation handler
Oct 28 11:44:19 jessie-rpi kernel: [    1.849082] registered taskstats version 1
Oct 28 11:44:19 jessie-rpi kernel: [    1.849333] vc-sm: Videocore shared memory driver
Oct 28 11:44:19 jessie-rpi kernel: [    1.849345] [vc_sm_connected_init]: start
Oct 28 11:44:19 jessie-rpi kernel: [    1.865641] [vc_sm_connected_init]: end - returning 0
Oct 28 11:44:19 jessie-rpi kernel: [    1.866919] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    1.867060] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    1.893689] Waiting for root device /dev/mmcblk0p2...
Oct 28 11:44:19 jessie-rpi kernel: [    1.896140] mmc0: new high speed SDHC card at address aaaa
Oct 28 11:44:19 jessie-rpi kernel: [    1.904612] mmcblk0: mmc0:aaaa SE16G 14.8 GiB 
Oct 28 11:44:19 jessie-rpi kernel: [    1.910452]  mmcblk0: p1 p2
Oct 28 11:44:19 jessie-rpi kernel: [    1.911063] Indeed it is in host mode hprt0 = 00021501
Oct 28 11:44:19 jessie-rpi kernel: [    1.920566] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    1.931015] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    2.011941] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Oct 28 11:44:19 jessie-rpi kernel: [    2.020905] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Oct 28 11:44:19 jessie-rpi kernel: [    2.043377] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 28 11:44:19 jessie-rpi kernel: [    2.051610] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 28 11:44:19 jessie-rpi kernel: [    2.059338] devtmpfs: mounted
Oct 28 11:44:19 jessie-rpi kernel: [    2.063060] Freeing unused kernel memory: 420K (80805000 - 8086e000)
Oct 28 11:44:19 jessie-rpi kernel: [    2.090905] usb 1-1: new high-speed USB device number 2 using dwc_otg
Oct 28 11:44:19 jessie-rpi kernel: [    2.097590] Indeed it is in host mode hprt0 = 00001101
Oct 28 11:44:19 jessie-rpi kernel: [    2.301341] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
Oct 28 11:44:19 jessie-rpi kernel: [    2.308111] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 11:44:19 jessie-rpi kernel: [    2.316334] hub 1-1:1.0: USB hub found
Oct 28 11:44:19 jessie-rpi kernel: [    2.320316] hub 1-1:1.0: 5 ports detected
Oct 28 11:44:19 jessie-rpi kernel: [    2.326487] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    2.335505] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    2.499858] NET: Registered protocol family 10
Oct 28 11:44:19 jessie-rpi kernel: [    2.531432] random: systemd urandom read with 69 bits of entropy available
Oct 28 11:44:19 jessie-rpi kernel: [    2.600948] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
Oct 28 11:44:19 jessie-rpi kernel: [    2.686813] uart-pl011 3f201000.uart: no DMA platform data
Oct 28 11:44:19 jessie-rpi kernel: [    2.721307] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
Oct 28 11:44:19 jessie-rpi kernel: [    2.728243] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 28 11:44:19 jessie-rpi kernel: [    2.738964] smsc95xx v1.0.4
Oct 28 11:44:19 jessie-rpi kernel: [    2.805777] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:8d:5a:dc
Oct 28 11:44:19 jessie-rpi kernel: [    2.818290] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    2.826955] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    2.910948] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
Oct 28 11:44:19 jessie-rpi kernel: [    3.043568] usb 1-1.3: New USB device found, idVendor=413c, idProduct=2005
Oct 28 11:44:19 jessie-rpi kernel: [    3.050508] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 28 11:44:19 jessie-rpi kernel: [    3.057919] usb 1-1.3: Product: DELL USB Keyboard
Oct 28 11:44:19 jessie-rpi kernel: [    3.062697] usb 1-1.3: Manufacturer: DELL
Oct 28 11:44:19 jessie-rpi kernel: [    3.079712] input: DELL DELL USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:413C:2005.0001/input/input0
Oct 28 11:44:19 jessie-rpi kernel: [    3.151715] hid-generic 0003:413C:2005.0001: input,hidraw0: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-3f980000.usb-1.3/input0
Oct 28 11:44:19 jessie-rpi kernel: [    3.165243] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.174315] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.181919] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.190471] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.250929] usb 1-1.4: new low-speed USB device number 5 using dwc_otg
Oct 28 11:44:19 jessie-rpi kernel: [    3.385975] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c05a
Oct 28 11:44:19 jessie-rpi kernel: [    3.385988] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 28 11:44:19 jessie-rpi kernel: [    3.385997] usb 1-1.4: Product: USB Optical Mouse
Oct 28 11:44:19 jessie-rpi kernel: [    3.386006] usb 1-1.4: Manufacturer: Logitech
Oct 28 11:44:19 jessie-rpi kernel: [    3.391698] input: Logitech USB Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C05A.0002/input/input1
Oct 28 11:44:19 jessie-rpi kernel: [    3.392244] hid-generic 0003:046D:C05A.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-3f980000.usb-1.4/input0
Oct 28 11:44:19 jessie-rpi kernel: [    3.393534] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.393665] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.671617] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.681555] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.695517] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    3.713539] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    4.317022] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,discard
Oct 28 11:44:19 jessie-rpi kernel: [    4.785850] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
Oct 28 11:44:19 jessie-rpi kernel: [    4.795986] vc4-drm soc:gpu at 7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
Oct 28 11:44:19 jessie-rpi kernel: [    4.807902] vc4-drm soc:gpu at 7e4c0000: master bind failed: -517
Oct 28 11:44:19 jessie-rpi kernel: [    4.826159] bcm2708_i2c 3f805000.i2c: BSC2 Controller at 0x3f805000 (irq 79) (baudrate 100000)
Oct 28 11:44:19 jessie-rpi kernel: [    4.836732] vc4-drm soc:gpu at 7e4c0000: bound 3f902000.hdmi (ops vc4_hdmi_ops)
Oct 28 11:44:19 jessie-rpi kernel: [    4.844521] vc4-drm soc:gpu at 7e4c0000: bound 3f206000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:44:19 jessie-rpi kernel: [    4.853741] vc4-drm soc:gpu at 7e4c0000: bound 3f207000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:44:19 jessie-rpi kernel: [    4.863924] vc4-drm soc:gpu at 7e4c0000: bound 3f807000.pixelvalve (ops vc4_crtc_ops)
Oct 28 11:44:19 jessie-rpi kernel: [    4.875521] vc4-drm soc:gpu at 7e4c0000: bound 3f400000.hvs (ops vc4_hvs_ops)
Oct 28 11:44:19 jessie-rpi kernel: [    4.886988] vc4-drm soc:gpu at 7e4c0000: bound 3fc00000.v3d (ops vc4_v3d_ops)
Oct 28 11:44:19 jessie-rpi kernel: [    4.895683] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 28 11:44:19 jessie-rpi kernel: [    4.902858] [drm] No driver support for vblank timestamp query.
Oct 28 11:44:19 jessie-rpi kernel: [    4.994315] Console: switching to colour frame buffer device 240x67
Oct 28 11:44:19 jessie-rpi kernel: [    5.054299] vc4-drm soc:gpu at 7e4c0000: fb0:  frame buffer device
Oct 28 11:44:19 jessie-rpi kernel: [    5.060588] vc4-drm soc:gpu at 7e4c0000: registered panic notifier
Oct 28 11:44:19 jessie-rpi kernel: [    5.155683] random: nonblocking pool is initialized
Oct 28 11:44:19 jessie-rpi kernel: [    5.426363] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Network Service...
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Login Service...
Oct 28 11:44:19 jessie-rpi systemd[1]: Starting Restore Sound Card State...
Oct 28 11:44:19 jessie-rpi systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 28 11:44:19 jessie-rpi systemd[1]: Reached target Timers.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Permit User Sessions.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Oct 28 11:44:20 jessie-rpi avahi-daemon[243]: Successfully called chroot().
Oct 28 11:44:20 jessie-rpi avahi-daemon[243]: Successfully dropped remaining capabilities.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started System Logging Service.
Oct 28 11:44:20 jessie-rpi avahi-daemon[253]: chroot.c: open() failed: No such file or directory
Oct 28 11:44:20 jessie-rpi avahi-daemon[243]: Failed to open /etc/resolv.conf: Invalid argument
Oct 28 11:44:20 jessie-rpi systemd-networkd[259]: Enumeration completed
Oct 28 11:44:20 jessie-rpi avahi-daemon[243]: No service file found in /etc/avahi/services.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Network Service.
Oct 28 11:44:20 jessie-rpi avahi-daemon[243]: Network interface enumeration completed.
Oct 28 11:44:20 jessie-rpi avahi-daemon[243]: Registering HINFO record with values 'ARMV7L'/'LINUX'.
Oct 28 11:44:20 jessie-rpi avahi-daemon[243]: Server startup complete. Host name is jessie-rpi.local. Local service cookie is 154837544.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Restore Sound Card State.
Oct 28 11:44:20 jessie-rpi systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 245 (update-binfmts)
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 28 11:44:20 jessie-rpi kernel: [    7.004164] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
Oct 28 11:44:20 jessie-rpi kernel: [    7.004887] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Login Service.
Oct 28 11:44:20 jessie-rpi systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 28 11:44:20 jessie-rpi systemd[1]: Reached target Network.
Oct 28 11:44:20 jessie-rpi systemd[1]: Starting Network Name Resolution...
Oct 28 11:44:20 jessie-rpi systemd[1]: Reached target Network is Online.
Oct 28 11:44:20 jessie-rpi systemd[1]: Starting LSB: exim Mail Transport Agent...
Oct 28 11:44:20 jessie-rpi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 28 11:44:20 jessie-rpi systemd[1]: Started OpenBSD Secure Shell server.
Oct 28 11:44:20 jessie-rpi systemd-resolved[274]: Using system hostname 'jessie-rpi'.
Oct 28 11:44:20 jessie-rpi systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Network Name Resolution.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started /etc/rc.local Compatibility.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Enable support for additional executable binary formats.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Getty on tty1.
Oct 28 11:44:20 jessie-rpi systemd[1]: Started Serial Getty on ttyAMA0.
Oct 28 11:44:20 jessie-rpi systemd[1]: Reached target Login Prompts.
Oct 28 11:44:21 jessie-rpi exim4[275]: Starting MTA: exim4.
Oct 28 11:44:21 jessie-rpi systemd[1]: Started LSB: exim Mail Transport Agent.
Oct 28 11:44:21 jessie-rpi systemd[1]: Reached target Multi-User System.
Oct 28 11:44:21 jessie-rpi systemd[1]: Reached target Graphical Interface.
Oct 28 11:44:21 jessie-rpi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 28 11:44:21 jessie-rpi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 28 11:44:21 jessie-rpi systemd[1]: Startup finished in 2.151s (kernel) + 6.178s (userspace) = 8.329s.
Oct 28 11:44:21 jessie-rpi systemd-networkd[259]: eth0: Gained carrier
Oct 28 11:44:21 jessie-rpi kernel: [    8.616449] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Oct 28 11:44:21 jessie-rpi kernel: [    8.616715] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 28 11:44:22 jessie-rpi avahi-daemon[243]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::ba27:ebff:fe8d:5adc.
Oct 28 11:44:22 jessie-rpi avahi-daemon[243]: New relevant interface eth0.IPv6 for mDNS.
Oct 28 11:44:22 jessie-rpi systemd-timesyncd[237]: Network configuration changed, trying to establish connection.
Oct 28 11:44:22 jessie-rpi avahi-daemon[243]: Registering new address record for fe80::ba27:ebff:fe8d:5adc on eth0.*.
Oct 28 11:44:22 jessie-rpi systemd-networkd[259]: eth0: DHCPv4 address 192.168.1.22/24 via 192.168.1.200
Oct 28 11:44:22 jessie-rpi avahi-daemon[243]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.22.
Oct 28 11:44:22 jessie-rpi avahi-daemon[243]: New relevant interface eth0.IPv4 for mDNS.
Oct 28 11:44:22 jessie-rpi avahi-daemon[243]: Registering new address record for 192.168.1.22 on eth0.IPv4.
Oct 28 11:44:22 jessie-rpi systemd-timesyncd[237]: Network configuration changed, trying to establish connection.
Oct 28 11:44:22 jessie-rpi systemd-networkd[259]: eth0: Configured
Oct 28 11:44:22 jessie-rpi systemd-timesyncd[237]: Network configuration changed, trying to establish connection.
Oct 28 11:44:22 jessie-rpi systemd-networkd[259]: /usr/lib/avahi/avahi-daemon-check-dns.sh: 81: /usr/lib/avahi/avahi-daemon-check-dns.sh: cannot create /var/run/avahi-daemon//checked_nameservers.543: Permission denied
Oct 28 11:44:22 jessie-rpi systemd-networkd[259]: grep: write error: Broken pipe
Oct 28 11:44:23 jessie-rpi systemd[1]: Reloading OpenBSD Secure Shell server.
Oct 28 11:44:23 jessie-rpi systemd[1]: Reloaded OpenBSD Secure Shell server.
Oct 28 11:44:33 jessie-rpi systemd[1]: Created slice user-0.slice.
Oct 28 11:44:33 jessie-rpi systemd[1]: Starting User Manager for UID 0...
Oct 28 11:44:33 jessie-rpi systemd[1]: Started Session c1 of user root.
Oct 28 11:44:33 jessie-rpi systemd[607]: Reached target Timers.
Oct 28 11:44:33 jessie-rpi systemd[607]: Removed slice Root Slice.
Oct 28 11:44:33 jessie-rpi systemd[607]: Reached target Sockets.
Oct 28 11:44:33 jessie-rpi systemd[607]: Reached target Paths.
Oct 28 11:44:33 jessie-rpi systemd[607]: Reached target Basic System.
Oct 28 11:44:33 jessie-rpi systemd[607]: Reached target Default.
Oct 28 11:44:33 jessie-rpi systemd[607]: Startup finished in 119ms.
Oct 28 11:44:33 jessie-rpi systemd[1]: Started User Manager for UID 0.
Oct 28 11:45:03 jessie-rpi systemd[607]: Time has been changed
Oct 28 11:45:03 jessie-rpi systemd-timesyncd[237]: Synchronized to time server 62.48.53.90:123 (2.debian.pool.ntp.org).
Oct 28 11:45:03 jessie-rpi systemd[1]: Time has been changed
Oct 28 11:49:45 jessie-rpi systemd[1]: Started Session c2 of user root.
Oct 28 11:50:57 jessie-rpi kernel: [  394.528621] Unable to handle kernel paging request at virtual address bbb9e000
Oct 28 11:50:57 jessie-rpi kernel: [  394.535977] pgd = a65d0000
-------------- next part --------------
A non-text attachment was scrubbed...
Name: weston.log
Type: text/x-log
Size: 5002 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-users/attachments/20151028/d2f82701/attachment-0001.bin>


More information about the mesa-users mailing list