I'm a Raspberry Pi newbie. I have the Raspberry Pi 3 and have a problem with the USB interfaces. None of them is working. It is not about the power supply (I tried several and usually I'm using 5V and 3A with the microUSB). I tried different mice, keyboards and USB-flashdrives. And it is only about the USB interfaces, Ethernet is working fine.
I read something about "lsusb" and "dmesg" but this doesn't help me.
Output of "lsusb" is :
Code: Select all
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code: Select all
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.11-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #888 SMP Mon May 23 20:10:33 BST 2016
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
[ 0.000000] cma: Reserved 8 MiB at 0x3a800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 241664
[ 0.000000] free_area_init_node: node 0, pgdat 808c0dc0, node_mem_map b9fa6000
[ 0.000000] Normal zone: 2124 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 241664 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (9520->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22592 r8192 d22464 u53248
[ 0.000000] pcpu-alloc: s22592 r8192 d22464 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
[ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa02082 bcm2709.serial=0x3020a49c smsc95xx.macaddr=B8:27:EB:20:A4:9C bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 939080K/966656K available (6344K kernel code, 432K rwdata, 1712K rodata, 476K init, 764K bss, 19384K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x807e6420 (8058 kB)
.init : 0x807e7000 - 0x8085e000 ( 476 kB)
.data : 0x8085e000 - 0x808ca0c8 ( 433 kB)
.bss : 0x808cd000 - 0x8098c1ac ( 765 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000025] Switching to timer-based delay loop, resolution 52ns
[ 0.000290] Console: colour dummy device 80x30
[ 0.001339] console [tty1] enabled
[ 0.001382] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.001451] pid_max: default: 32768 minimum: 301
[ 0.001788] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001829] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002787] Disabling cpuset control group subsystem
[ 0.002845] Initializing cgroup subsys io
[ 0.002897] Initializing cgroup subsys memory
[ 0.002959] Initializing cgroup subsys devices
[ 0.003002] Initializing cgroup subsys freezer
[ 0.003046] Initializing cgroup subsys net_cls
[ 0.003117] CPU: Testing write buffer coherency: ok
[ 0.003202] ftrace: allocating 21205 entries in 63 pages
[ 0.050688] CPU0: update cpu_capacity 1024
[ 0.050750] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.050783] [bcm2709_smp_prepare_cpus] enter
[ 0.050932] Setting up static identity map for 0x8240 - 0x8274
[ 0.052606] [bcm2709_boot_secondary] cpu:1 started (0) 17
[ 0.052965] [bcm2709_secondary_init] enter cpu:1
[ 0.053009] CPU1: update cpu_capacity 1024
[ 0.053015] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.053393] [bcm2709_boot_secondary] cpu:2 started (0) 16
[ 0.053651] [bcm2709_secondary_init] enter cpu:2
[ 0.053672] CPU2: update cpu_capacity 1024
[ 0.053678] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.054039] [bcm2709_boot_secondary] cpu:3 started (0) 18
[ 0.054221] [bcm2709_secondary_init] enter cpu:3
[ 0.054241] CPU3: update cpu_capacity 1024
[ 0.054247] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.054307] Brought up 4 CPUs
[ 0.054404] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.054433] CPU: All CPU(s) started in HYP mode.
[ 0.054460] CPU: Virtualization extensions available.
[ 0.055090] devtmpfs: initialized
[ 0.065203] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.065563] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.066304] pinctrl core: initialized pinctrl subsystem
[ 0.066859] NET: Registered protocol family 16
[ 0.072040] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.078786] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.078835] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.079015] Serial: AMBA PL011 UART driver
[ 0.079169] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.079373] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.141355] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
[ 0.143032] SCSI subsystem initialized
[ 0.143229] usbcore: registered new interface driver usbfs
[ 0.143338] usbcore: registered new interface driver hub
[ 0.143456] usbcore: registered new device driver usb
[ 0.150244] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-05-20 19:01
[ 0.177512] clocksource: Switched to clocksource arch_sys_counter
[ 0.222832] FS-Cache: Loaded
[ 0.223135] CacheFiles: Loaded
[ 0.235332] NET: Registered protocol family 2
[ 0.236205] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.236343] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.236553] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.236666] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.236734] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.236992] NET: Registered protocol family 1
[ 0.237325] RPC: Registered named UNIX socket transport module.
[ 0.237357] RPC: Registered udp transport module.
[ 0.237385] RPC: Registered tcp transport module.
[ 0.237412] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.238471] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.239849] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.253004] VFS: Disk quotas dquot_6.6.0
[ 0.253328] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.255643] FS-Cache: Netfs 'nfs' registered for caching
[ 0.256543] NFS: Registering the id_resolver key type
[ 0.256625] Key type id_resolver registered
[ 0.256653] Key type id_legacy registered
[ 0.259022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.259187] io scheduler noop registered
[ 0.259225] io scheduler deadline registered (default)
[ 0.259298] io scheduler cfq registered
[ 0.261821] BCM2708FB: allocated DMA memory fac00000
[ 0.261869] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 0.267017] Console: switching to colour frame buffer device 82x26
[ 1.244733] bcm2835-rng 3f104000.rng: hwrng registered
[ 1.246250] vc-cma: Videocore CMA driver
[ 1.247728] vc-cma: vc_cma_base = 0x00000000
[ 1.249129] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 1.250476] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 1.251966] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 1.269120] brd: module loaded
[ 1.278933] loop: module loaded
[ 1.281025] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[ 1.283688] Loading iSCSI transport class v2.0-870.
[ 1.285576] usbcore: registered new interface driver smsc95xx
[ 1.286918] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.488472] Core Release: 2.80a
[ 1.489698] Setting default values for core params
[ 1.490959] Finished setting default values for core params
[ 1.692582] Using Buffer DMA mode
[ 1.693851] Periodic Transfer Interrupt Enhancement - disabled
[ 1.695161] Multiprocessor Interrupt Enhancement - disabled
[ 1.696501] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.697832] Dedicated Tx FIFOs mode
[ 1.699431] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[ 1.702143] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 1.709016] dwc_otg: Microframe scheduler enabled
[ 1.709069] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x804464e4
[ 1.710490] WARN::hcd_init_fiq:414: FIQ ASM at 0x80446854 length 36
[ 1.711870] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbb922000
[ 1.713263] dwc_otg 3f980000.usb: DWC OTG Controller
[ 1.714621] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 1.716004] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 1.717373] Init: Port Power? op_state=1
[ 1.718705] Init: Power Port (0)
[ 1.720172] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.721515] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.722848] usb usb1: Product: DWC OTG Controller
[ 1.724155] usb usb1: Manufacturer: Linux 4.4.11-v7+ dwc_otg_hcd
[ 1.725474] usb usb1: SerialNumber: 3f980000.usb
[ 1.727588] hub 1-0:1.0: USB hub found
[ 1.728884] hub 1-0:1.0: 1 port detected
[ 1.730659] dwc_otg: FIQ enabled
[ 1.730668] dwc_otg: NAK holdoff enabled
[ 1.730676] dwc_otg: FIQ split-transaction FSM enabled
[ 1.730714] Module dwc_common_port init
[ 1.730968] usbcore: registered new interface driver usb-storage
[ 1.732463] mousedev: PS/2 mouse device common for all mice
[ 1.734411] bcm2835-cpufreq: min=600000 max=1200000
[ 1.735968] sdhci: Secure Digital Host Controller Interface driver
[ 1.737283] sdhci: Copyright(c) Pierre Ossman
[ 1.738910] sdhost: log_buf @ bac13000 (fac13000)
[ 1.817543] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 1.821101] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 1.822438] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[ 1.877625] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.879332] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.880759] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.882257] usbcore: registered new interface driver usbhid
[ 1.883596] usbhid: USB HID core driver
[ 1.885427] Initializing XFRM netlink socket
[ 1.886749] NET: Registered protocol family 17
[ 1.888174] Key type dns_resolver registered
[ 1.889926] Registering SWP/SWPB emulation handler
[ 1.891999] registered taskstats version 1
[ 1.893433] vc-sm: Videocore shared memory driver
[ 1.894722] [vc_sm_connected_init]: start
[ 1.896434] [vc_sm_connected_init]: end - returning 0
[ 1.899036] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 1.901896] of_cfs_init
[ 1.903182] of_cfs_init: OK
[ 1.905199] Waiting for root device /dev/mmcblk0p2...
[ 1.919255] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.924135] mmc0: new high speed SDHC card at address aaaa
[ 1.925992] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[ 1.927622] Indeed it is in host mode hprt0 = 00021501
[ 1.929448] mmcblk0: p1 p2
[ 1.948546] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.951389] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.954187] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.958184] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.024944] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.027425] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.033825] devtmpfs: mounted
[ 2.035855] Freeing unused kernel memory: 476K (807e7000 - 8085e000)
[ 2.050130] mmc1: new high speed SDIO card at address 0001
[ 2.107558] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.109075] Indeed it is in host mode hprt0 = 00001101
[ 2.254597] random: systemd urandom read with 34 bits of entropy available
[ 2.259835] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 2.263176] systemd[1]: Detected architecture 'arm'.
[ 2.307811] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 2.309332] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.311566] hub 1-1:1.0: USB hub found
[ 2.313153] hub 1-1:1.0: 5 ports detected
[ 2.382596] NET: Registered protocol family 10
[ 2.385554] systemd[1]: Inserted module 'ipv6'
[ 2.393444] systemd[1]: Set hostname to <raspberrypi>.
[ 2.587561] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.687873] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.689399] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.693753] smsc95xx v1.0.4
[ 2.751230] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:20:a4:9c
[ 2.754369] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 2.757759] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.760826] systemd[1]: Starting Remote File Systems (Pre).
[ 2.764415] systemd[1]: Reached target Remote File Systems (Pre).
[ 2.766190] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 2.771810] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.775308] systemd[1]: Starting Encrypted Volumes.
[ 2.779196] systemd[1]: Reached target Encrypted Volumes.
[ 2.781041] systemd[1]: Starting Swap.
[ 2.784815] systemd[1]: Reached target Swap.
[ 2.786593] systemd[1]: Expecting device dev-mmcblk0p1.device...
[ 2.790308] systemd[1]: Starting Root Slice.
[ 2.793894] systemd[1]: Created slice Root Slice.
[ 2.795513] systemd[1]: Starting User and Session Slice.
[ 2.799040] systemd[1]: Created slice User and Session Slice.
[ 2.800625] systemd[1]: Starting Delayed Shutdown Socket.
[ 2.804007] systemd[1]: Listening on Delayed Shutdown Socket.
[ 2.805545] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 2.808893] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.810398] systemd[1]: Starting Journal Socket (/dev/log).
[ 2.813679] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.815215] systemd[1]: Starting udev Control Socket.
[ 2.818523] systemd[1]: Listening on udev Control Socket.
[ 2.820079] systemd[1]: Starting udev Kernel Socket.
[ 2.823353] systemd[1]: Listening on udev Kernel Socket.
[ 2.824921] systemd[1]: Starting Journal Socket.
[ 2.828286] systemd[1]: Listening on Journal Socket.
[ 2.829902] systemd[1]: Starting System Slice.
[ 2.833246] systemd[1]: Created slice System Slice.
[ 2.834803] systemd[1]: Starting File System Check on Root Device...
[ 2.868064] systemd[1]: Starting system-systemd\x2dfsck.slice.
[ 2.871752] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 2.873332] systemd[1]: Starting system-autologin.slice.
[ 2.876843] systemd[1]: Created slice system-autologin.slice.
[ 2.878565] systemd[1]: Starting Increase datagram queue length...
[ 2.884537] systemd[1]: Starting Restore / save the current clock...
[ 2.892897] systemd[1]: Mounted Huge Pages File System.
[ 2.895006] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 2.938995] systemd[1]: Starting Load Kernel Modules...
[ 2.968340] systemd[1]: Started Set Up Additional Binary Formats.
[ 2.970486] systemd[1]: Mounting Debug File System...
[ 2.976699] systemd[1]: Starting udev Coldplug all Devices...
[ 2.983902] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.990835] systemd[1]: Starting Slices.
[ 2.994805] systemd[1]: Reached target Slices.
[ 3.001380] systemd[1]: Started Increase datagram queue length.
[ 3.024092] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 3.030632] systemd[1]: Mounted Debug File System.
[ 3.034663] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.042820] fuse init (API version 7.23)
[ 3.073042] i2c /dev entries driver
[ 3.080845] systemd[1]: Started Load Kernel Modules.
[ 3.085724] systemd[1]: Started Restore / save the current clock.
[ 3.099835] systemd[1]: Time has been changed
[ 3.128473] systemd[1]: Started udev Coldplug all Devices.
[ 3.166271] systemd[1]: Started File System Check on Root Device.
[ 3.222147] systemd[1]: Mounting Configuration File System...
[ 3.287935] systemd[1]: Starting Apply Kernel Variables...
[ 3.294265] systemd[1]: Mounting FUSE Control File System...
[ 3.301380] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 3.308014] systemd[1]: Starting Syslog Socket.
[ 3.312110] systemd[1]: Listening on Syslog Socket.
[ 3.313943] systemd[1]: Starting Journal Service...
[ 3.323128] systemd[1]: Started Journal Service.
[ 3.473728] systemd-udevd[138]: starting version 215
[ 3.793392] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 3.811661] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 4.052448] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 4.131460] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24
[ 4.135378] usbcore: registered new interface driver brcmfmac
[ 4.267868] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Dec 15 2015 18:10:45 version 7.45.41.23 (r606571) FWID 01-cc4eda9c
[ 4.308813] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 4.419486] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 4.419496] cfg80211: World regulatory domain updated:
[ 4.419505] cfg80211: DFS Master region: unset
[ 4.419505] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 4.419515] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.419522] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.419529] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.419537] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 4.419546] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 4.419553] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 4.419559] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.419566] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 4.668639] systemd-journald[135]: Received request to flush runtime journal from PID 1
[ 5.433630] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[ 5.433645] brcmfmac: brcmf_add_if: ignore IF event
[ 5.435106] random: nonblocking pool is initialized
[ 5.437332] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 5.437357] brcmfmac: power management disabled
[ 5.598933] uart-pl011 3f201000.uart: no DMA platform data
[ 5.835627] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
[ 6.033771] cfg80211: Regulatory domain changed to country: GB
[ 6.033786] cfg80211: DFS Master region: ETSI
[ 6.033793] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 6.033803] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 6.033811] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 6.033821] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 6.033828] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 6.033834] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 6.260222] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 6.260634] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.268352] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 10.183950] Bluetooth: Core ver 2.21
[ 10.184073] NET: Registered protocol family 31
[ 10.184080] Bluetooth: HCI device and connection manager initialized
[ 10.184295] Bluetooth: HCI socket layer initialized
[ 10.184311] Bluetooth: L2CAP socket layer initialized
[ 10.184356] Bluetooth: SCO socket layer initialized
[ 10.196952] Bluetooth: HCI UART driver ver 2.3
[ 10.196978] Bluetooth: HCI UART protocol H4 registered
[ 10.196984] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 10.197956] Bluetooth: HCI UART protocol BCM registered
[ 10.440372] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 10.440387] Bluetooth: BNEP filters: protocol multicast
[ 10.440403] Bluetooth: BNEP socket layer initialized
[ 2648.753574] brcmfmac: brcmf_sdio_hdparse: seq 169: sequence number error, expect 168
[ 2648.753628] brcmfmac: brcmf_sdio_hdparse: seq 168: sequence number error, expect 170
[ 2648.781071] brcmfmac: brcmf_sdio_hdparse: seq 170: sequence number error, expect 169