Wifi not working on pi zero w

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
sviyer
 
Posts: 5
Joined: Fri Nov 10, 2017 5:47 am

Wifi not working on pi zero w

Post by sviyer »

Hi,

I'm not able to get wifi working on my pi zero w. I've tried multiple images. The latest thing I tried was Raspbian Stretch Lite from here : https://www.raspberrypi.org/downloads/raspbian/

For power supply, I'm using https://www.adafruit.com/product/501

The ifconfig -a only lists the loopback address and just does not list wlan0.

Code: Select all

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Here is the output of dmesg

Code: Select all

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.41+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #1023 Tue Aug 8 15:47:12 BST 2017
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] OF: fdt:Machine model: Raspberry Pi Zero W Rev 1.1
[    0.000000] cma: Reserved 8 MiB at 0x17400000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 98304
[    0.000000] free_area_init_node: node 0, pgdat c09168d4, node_mem_map d7c8be00
[    0.000000]   Normal zone: 864 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 98304 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 97440
[    0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1200 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:08:CF:44 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=c855574e-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 370972K/393216K available (5949K kernel code, 489K rwdata, 1952K rodata, 400K init, 734K bss, 14052K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xd8800000 - 0xff800000   ( 624 MB)
                   lowmem  : 0xc0000000 - 0xd8000000   ( 384 MB)
                   modules : 0xbf000000 - 0xc0000000   (  16 MB)
                     .text : 0xc0008000 - 0xc05d78dc   (5951 kB)
                     .init : 0xc0842000 - 0xc08a6000   ( 400 kB)
                     .data : 0xc08a6000 - 0xc0920788   ( 490 kB)
                      .bss : 0xc0920788 - 0xc09d7f88   ( 734 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000030] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000077] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000174] bcm2835: system timer (irq = 27)
[    0.000646] Console: colour dummy device 80x30
[    0.001421] console [tty1] enabled
[    0.001477] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[    0.060351] pid_max: default: 32768 minimum: 301
[    0.060818] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060888] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.062001] Disabling cpuset control group subsystem
[    0.062281] CPU: Testing write buffer coherency: ok
[    0.062387] ftrace: allocating 21719 entries in 64 pages
[    0.179121] Setting up static identity map for 0x8200 - 0x8238
[    0.181173] devtmpfs: initialized
[    0.190314] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[    0.190827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.190928] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.192255] pinctrl core: initialized pinctrl subsystem
[    0.193764] NET: Registered protocol family 16
[    0.196245] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.206087] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.206181] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.206322] Serial: AMBA PL011 UART driver
[    0.209273] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[    0.210087] uart-pl011 20201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[    0.258794] bcm2835-dma 20007000.dma: DMA legacy API manager at d880d000, dmachans=0x1
[    0.261661] SCSI subsystem initialized
[    0.261992] usbcore: registered new interface driver usbfs
[    0.262166] usbcore: registered new interface driver hub
[    0.262403] usbcore: registered new device driver usb
[    0.269184] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-08-08 12:05
[    0.271124] clocksource: Switched to clocksource timer
[    0.325098] VFS: Disk quotas dquot_6.6.0
[    0.325295] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.325655] FS-Cache: Loaded
[    0.326044] CacheFiles: Loaded
[    0.345466] NET: Registered protocol family 2
[    0.346869] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.347028] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.347160] TCP: Hash tables configured (established 4096 bind 4096)
[    0.347297] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.347364] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.347718] NET: Registered protocol family 1
[    0.348522] RPC: Registered named UNIX socket transport module.
[    0.348599] RPC: Registered udp transport module.
[    0.348637] RPC: Registered tcp transport module.
[    0.348672] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.349834] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[    0.352464] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.372866] FS-Cache: Netfs 'nfs' registered for caching
[    0.374670] NFS: Registering the id_resolver key type
[    0.374780] Key type id_resolver registered
[    0.374822] Key type id_legacy registered
[    0.379335] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.379803] io scheduler noop registered
[    0.379868] io scheduler deadline registered (default)
[    0.380368] io scheduler cfq registered
[    0.386463] BCM2708FB: allocated DMA memory 57500000
[    0.386594] BCM2708FB: allocated DMA channel 0 @ d880d000
[    0.444331] Console: switching to colour frame buffer device 240x75
[    0.493256] bcm2835-rng 20104000.rng: hwrng registered
[    0.493637] vc-cma: Videocore CMA driver
[    0.493821] vc-cma: vc_cma_base      = 0x00000000
[    0.494018] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    0.494227] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    0.494901] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[    0.524858] brd: module loaded
[    0.539409] loop: module loaded
[    0.539621] Loading iSCSI transport class v2.0-870.
[    0.540920] usbcore: registered new interface driver smsc95xx
[    0.541326] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.770105] Core Release: 2.80a
[    0.770305] Setting default values for core params
[    0.770546] Finished setting default values for core params
[    0.971343] Using Buffer DMA mode
[    0.971532] Periodic Transfer Interrupt Enhancement - disabled
[    0.971764] Multiprocessor Interrupt Enhancement - disabled
[    0.971988] OTG VER PARAM: 0, OTG VER FLAG: 0
[    0.972261] Dedicated Tx FIFOs mode
[    0.973190] WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xd7514000 dma = 0x57514000 len=9024
[    0.973609] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    0.974391] dwc_otg: Microframe scheduler enabled
[    0.974518] WARN::hcd_init_fiq:459: FIQ on core 0 at 0xc04519f4
[    0.974770] WARN::hcd_init_fiq:460: FIQ ASM at 0xc0451cd0 length 36
[    0.975031] WARN::hcd_init_fiq:486: MPHI regs_base at 0xd88a5000
[    0.975355] dwc_otg 20980000.usb: DWC OTG Controller
[    0.975629] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
[    0.976036] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
[    0.976318] Init: Port Power? op_state=1
[    0.976486] Init: Power Port (0)
[    0.977022] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.977264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.977535] usb usb1: Product: DWC OTG Controller
[    0.977735] usb usb1: Manufacturer: Linux 4.9.41+ dwc_otg_hcd
[    0.977964] usb usb1: SerialNumber: 20980000.usb
[    0.979504] hub 1-0:1.0: USB hub found
[    0.979809] hub 1-0:1.0: 1 port detected
[    0.992203] dwc_otg: FIQ enabled
[    0.992216] dwc_otg: NAK holdoff enabled
[    0.992224] dwc_otg: FIQ split-transaction FSM enabled
[    0.992247] Module dwc_common_port init
[    0.992865] usbcore: registered new interface driver usb-storage
[    1.004670] mousedev: PS/2 mouse device common for all mice
[    1.017757] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
[    1.029715] bcm2835-cpufreq: min=700000 max=1000000
[    1.041846] sdhci: Secure Digital Host Controller Interface driver
[    1.053056] sdhci: Copyright(c) Pierre Ossman
[    1.064651] sdhost-bcm2835 20202000.sdhost: could not get clk, deferring probe
[    1.078690] mmc-bcm2835 20300000.mmc: could not get clk, deferring probe
[    1.090345] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.102521] ledtrig-cpu: registered to indicate activity on CPUs
[    1.114041] hidraw: raw HID events driver (C) Jiri Kosina
[    1.125662] usbcore: registered new interface driver usbhid
[    1.136905] usbhid: USB HID core driver
[    1.149672] vchiq: vchiq_init_state: slot_zero = 0xd7580000, is_master = 0
[    1.164139] Initializing XFRM netlink socket
[    1.177116] NET: Registered protocol family 17
[    1.188746] Key type dns_resolver registered
[    1.202222] registered taskstats version 1
[    1.213778] Indeed it is in host mode hprt0 = 00041901
[    1.285741] vc-sm: Videocore shared memory driver
[    1.297125] [vc_sm_connected_init]: start
[    1.309749] [vc_sm_connected_init]: end - returning 0
[    1.331494] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[    1.345951] sdhost: log_buf @ d7513000 (57513000)
[    1.424141] random: fast init done
[    1.435626] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    1.449808] mmc-bcm2835 20300000.mmc: mmc_debug:0 mmc_debug2:0
[    1.461376] mmc-bcm2835 20300000.mmc: DMA channel allocated
[    1.472951] usb 1-1: new low-speed USB device number 2 using dwc_otg
[    1.505201] Indeed it is in host mode hprt0 = 00041901
[    1.631427] of_cfs_init
[    1.646949] of_cfs_init: OK
[    1.666069] Waiting for root device PARTUUID=c855574e-02...
[    1.703259] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.721723] mmc0: new high speed SDHC card at address e624
[    1.734932] mmcblk0: mmc0:e624 SS16G 14.8 GiB
[    1.761959] usb 1-1: New USB device found, idVendor=046d, idProduct=c31d
[    1.775984] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.787693] usb 1-1: Product: USB Keyboard
[    1.799291] usb 1-1: Manufacturer: Logitech
[    1.827372]  mmcblk0: p1 p2
[    1.848993] input: Logitech USB Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.0/0003:046D:C31D.0001/input/input0
[    1.932831] hid-generic 0003:046D:C31D.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-20980000.usb-1/input0
[    1.964576] input: Logitech USB Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.1/0003:046D:C31D.0002/input/input1
[    2.041774] hid-generic 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-20980000.usb-1/input1
[    2.166805] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    2.179635] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    2.273965] EXT4-fs (mmcblk0p2): recovery complete
[    2.292231] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.305051] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.330458] devtmpfs: mounted
[    2.344728] Freeing unused kernel memory: 400K (c0842000 - c08a6000)
[    2.357374] This architecture does not have kernel memory protection.
[    2.890902] systemd[1]: System time before build time, advancing clock.
[    3.042236] NET: Registered protocol family 10
[    3.083632] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.137969] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +BANNED +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    3.153291] systemd[1]: Detected architecture arm.
[    3.219326] systemd[1]: Set hostname to <raspberrypi>.
[    4.414766] systemd[1]: Listening on Syslog Socket.
[    4.445903] systemd[1]: Listening on udev Control Socket.
[    4.507542] systemd[1]: Created slice System Slice.
[    4.544289] systemd[1]: Mounting RPC Pipe File System...
[    4.603153] systemd[1]: Reached target Swap.
[    4.643683] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    4.683675] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    7.498237] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    8.702469] systemd-journald[107]: Received request to flush runtime journal from PID 1
[   11.182673] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[   17.071758] uart-pl011 20201000.serial: no DMA platform data
[   18.647308] Adding 102396k swap on /var/swap.  Priority:-1 extents:1 across:102396k SSFS
[   21.561234] Bluetooth: Core ver 2.22
[   21.561402] NET: Registered protocol family 31
[   21.561412] Bluetooth: HCI device and connection manager initialized
[   21.561440] Bluetooth: HCI socket layer initialized
[   21.561455] Bluetooth: L2CAP socket layer initialized
[   21.561501] Bluetooth: SCO socket layer initialized
[   21.577307] Bluetooth: HCI UART driver ver 2.3
[   21.577322] Bluetooth: HCI UART protocol H4 registered
[   21.577326] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   21.577484] Bluetooth: HCI UART protocol Broadcom registered
[   22.096035] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   22.096049] Bluetooth: BNEP filters: protocol multicast
[   22.096081] Bluetooth: BNEP socket layer initialized
[   66.938217] random: crng init done

The output of journalctl

Code: Select all

-- Logs begin at Thu 2017-09-07 16:25:01 UTC, end at Thu 2017-09-07 16:26:57 UTC. --
Sep 07 16:25:01 raspberrypi kernel: Booting Linux on physical CPU 0x0
Sep 07 16:25:01 raspberrypi kernel: Linux version 4.9.41+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #1023 Tue Aug 8 15:47:12 BST 2017
Sep 07 16:25:01 raspberrypi kernel: CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
Sep 07 16:25:01 raspberrypi kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Sep 07 16:25:01 raspberrypi kernel: OF: fdt:Machine model: Raspberry Pi Zero W Rev 1.1
Sep 07 16:25:01 raspberrypi kernel: cma: Reserved 8 MiB at 0x17400000
Sep 07 16:25:01 raspberrypi kernel: Memory policy: Data cache writeback
Sep 07 16:25:01 raspberrypi kernel: On node 0 totalpages: 98304
Sep 07 16:25:01 raspberrypi kernel: free_area_init_node: node 0, pgdat c09168d4, node_mem_map d7c8be00
Sep 07 16:25:01 raspberrypi kernel:   Normal zone: 864 pages used for memmap
Sep 07 16:25:01 raspberrypi kernel:   Normal zone: 0 pages reserved
Sep 07 16:25:01 raspberrypi kernel:   Normal zone: 98304 pages, LIFO batch:31
Sep 07 16:25:01 raspberrypi kernel: pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Sep 07 16:25:01 raspberrypi kernel: pcpu-alloc: [0] 0 
Sep 07 16:25:01 raspberrypi kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 97440
Sep 07 16:25:01 raspberrypi kernel: Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1200 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:08:CF:44 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=c855574e-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Sep 07 16:25:01 raspberrypi kernel: PID hash table entries: 2048 (order: 1, 8192 bytes)
Sep 07 16:25:01 raspberrypi kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Sep 07 16:25:01 raspberrypi kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Sep 07 16:25:01 raspberrypi kernel: Memory: 370972K/393216K available (5949K kernel code, 489K rwdata, 1952K rodata, 400K init, 734K bss, 14052K reserved, 8192K cma-reserved)
Sep 07 16:25:01 raspberrypi kernel: Virtual kernel memory layout:
                                        vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                        fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                                        vmalloc : 0xd8800000 - 0xff800000   ( 624 MB)
                                        lowmem  : 0xc0000000 - 0xd8000000   ( 384 MB)
                                        modules : 0xbf000000 - 0xc0000000   (  16 MB)
                                          .text : 0xc0008000 - 0xc05d78dc   (5951 kB)
                                          .init : 0xc0842000 - 0xc08a6000   ( 400 kB)
                                          .data : 0xc08a6000 - 0xc0920788   ( 490 kB)
                                           .bss : 0xc0920788 - 0xc09d7f88   ( 734 kB)
Sep 07 16:25:01 raspberrypi kernel: SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Sep 07 16:25:01 raspberrypi kernel: NR_IRQS:16 nr_irqs:16 16
Sep 07 16:25:01 raspberrypi kernel: sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
Sep 07 16:25:01 raspberrypi kernel: clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
Sep 07 16:25:01 raspberrypi kernel: bcm2835: system timer (irq = 27)
Sep 07 16:25:01 raspberrypi kernel: Console: colour dummy device 80x30
Sep 07 16:25:01 raspberrypi kernel: console [tty1] enabled
Sep 07 16:25:01 raspberrypi kernel: Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
Sep 07 16:25:01 raspberrypi kernel: pid_max: default: 32768 minimum: 301
Sep 07 16:25:01 raspberrypi kernel: Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Sep 07 16:25:01 raspberrypi kernel: Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Sep 07 16:25:01 raspberrypi kernel: Disabling cpuset control group subsystem
Sep 07 16:25:01 raspberrypi kernel: CPU: Testing write buffer coherency: ok
Sep 07 16:25:01 raspberrypi kernel: ftrace: allocating 21719 entries in 64 pages
Sep 07 16:25:01 raspberrypi kernel: Setting up static identity map for 0x8200 - 0x8238
Sep 07 16:25:01 raspberrypi kernel: devtmpfs: initialized
Sep 07 16:25:01 raspberrypi kernel: VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
Sep 07 16:25:01 raspberrypi kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Sep 07 16:25:01 raspberrypi kernel: futex hash table entries: 256 (order: -1, 3072 bytes)
Sep 07 16:25:01 raspberrypi kernel: pinctrl core: initialized pinctrl subsystem
Sep 07 16:25:01 raspberrypi kernel: NET: Registered protocol family 16
Sep 07 16:25:01 raspberrypi kernel: DMA: preallocated 1024 KiB pool for atomic coherent allocations
Sep 07 16:25:01 raspberrypi kernel: hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
Sep 07 16:25:01 raspberrypi kernel: hw-breakpoint: maximum watchpoint size is 4 bytes.
Sep 07 16:25:01 raspberrypi kernel: Serial: AMBA PL011 UART driver
Sep 07 16:25:01 raspberrypi kernel: bcm2835-mbox 2000b880.mailbox: mailbox enabled
Sep 07 16:25:01 raspberrypi kernel: uart-pl011 20201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
Sep 07 16:25:01 raspberrypi kernel: bcm2835-dma 20007000.dma: DMA legacy API manager at d880d000, dmachans=0x1
Sep 07 16:25:01 raspberrypi kernel: SCSI subsystem initialized
Sep 07 16:25:01 raspberrypi kernel: usbcore: registered new interface driver usbfs
Sep 07 16:25:01 raspberrypi kernel: usbcore: registered new interface driver hub
Sep 07 16:25:01 raspberrypi kernel: usbcore: registered new device driver usb
Sep 07 16:25:01 raspberrypi kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2017-08-08 12:05
Sep 07 16:25:01 raspberrypi kernel: clocksource: Switched to clocksource timer
Sep 07 16:25:01 raspberrypi kernel: VFS: Disk quotas dquot_6.6.0
Sep 07 16:25:01 raspberrypi kernel: VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Sep 07 16:25:01 raspberrypi kernel: FS-Cache: Loaded
Sep 07 16:25:01 raspberrypi kernel: CacheFiles: Loaded
Sep 07 16:25:01 raspberrypi kernel: NET: Registered protocol family 2
Sep 07 16:25:01 raspberrypi kernel: TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Sep 07 16:25:01 raspberrypi kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
Sep 07 16:25:01 raspberrypi kernel: TCP: Hash tables configured (established 4096 bind 4096)
Sep 07 16:25:01 raspberrypi kernel: UDP hash table entries: 256 (order: 0, 4096 bytes)
Sep 07 16:25:01 raspberrypi kernel: UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Sep 07 16:25:01 raspberrypi kernel: NET: Registered protocol family 1
Sep 07 16:25:01 raspberrypi kernel: RPC: Registered named UNIX socket transport module.
Sep 07 16:25:01 raspberrypi kernel: RPC: Registered udp transport module.
Sep 07 16:25:01 raspberrypi kernel: RPC: Registered tcp transport module.
Sep 07 16:25:01 raspberrypi kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Sep 07 16:25:01 raspberrypi kernel: hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
Sep 07 16:25:01 raspberrypi kernel: workingset: timestamp_bits=14 max_order=17 bucket_order=3
Sep 07 16:25:01 raspberrypi kernel: FS-Cache: Netfs 'nfs' registered for caching
Sep 07 16:25:01 raspberrypi kernel: NFS: Registering the id_resolver key type
Sep 07 16:25:01 raspberrypi kernel: Key type id_resolver registered
Sep 07 16:25:01 raspberrypi kernel: Key type id_legacy registered
Sep 07 16:25:01 raspberrypi kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Sep 07 16:25:01 raspberrypi kernel: io scheduler noop registered
Sep 07 16:25:01 raspberrypi kernel: io scheduler deadline registered (default)
Sep 07 16:25:01 raspberrypi kernel: io scheduler cfq registered
Sep 07 16:25:01 raspberrypi kernel: BCM2708FB: allocated DMA memory 57500000
Sep 07 16:25:01 raspberrypi kernel: BCM2708FB: allocated DMA channel 0 @ d880d000
Sep 07 16:25:01 raspberrypi kernel: Console: switching to colour frame buffer device 240x75
Sep 07 16:25:01 raspberrypi kernel: bcm2835-rng 20104000.rng: hwrng registered
Sep 07 16:25:01 raspberrypi kernel: vc-cma: Videocore CMA driver
Sep 07 16:25:01 raspberrypi kernel: vc-cma: vc_cma_base      = 0x00000000
Sep 07 16:25:01 raspberrypi kernel: vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
Sep 07 16:25:01 raspberrypi kernel: vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
Sep 07 16:25:01 raspberrypi kernel: vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
Sep 07 16:25:01 raspberrypi kernel: brd: module loaded
Sep 07 16:25:01 raspberrypi kernel: loop: module loaded
Sep 07 16:25:01 raspberrypi kernel: Loading iSCSI transport class v2.0-870.
Sep 07 16:25:01 raspberrypi kernel: usbcore: registered new interface driver smsc95xx
Sep 07 16:25:01 raspberrypi kernel: dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Sep 07 16:25:01 raspberrypi kernel: Core Release: 2.80a
Sep 07 16:25:01 raspberrypi kernel: Setting default values for core params
Sep 07 16:25:01 raspberrypi kernel: Finished setting default values for core params
Sep 07 16:25:01 raspberrypi kernel: Using Buffer DMA mode
Sep 07 16:25:01 raspberrypi kernel: Periodic Transfer Interrupt Enhancement - disabled
Sep 07 16:25:01 raspberrypi kernel: Multiprocessor Interrupt Enhancement - disabled
Sep 07 16:25:01 raspberrypi kernel: OTG VER PARAM: 0, OTG VER FLAG: 0
Sep 07 16:25:01 raspberrypi kernel: Dedicated Tx FIFOs mode
Sep 07 16:25:01 raspberrypi kernel: WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xd7514000 dma = 0x57514000 len=9024
Sep 07 16:25:01 raspberrypi kernel: FIQ FSM acceleration enabled for :
                                    Non-periodic Split Transactions
                                    Periodic Split Transactions
                                    High-Speed Isochronous Endpoints
                                    Interrupt/Control Split Transaction hack enabled
Sep 07 16:25:01 raspberrypi kernel: dwc_otg: Microframe scheduler enabled
Sep 07 16:25:01 raspberrypi kernel: WARN::hcd_init_fiq:459: FIQ on core 0 at 0xc04519f4
Sep 07 16:25:01 raspberrypi kernel: WARN::hcd_init_fiq:460: FIQ ASM at 0xc0451cd0 length 36
Sep 07 16:25:01 raspberrypi kernel: WARN::hcd_init_fiq:486: MPHI regs_base at 0xd88a5000
Sep 07 16:25:01 raspberrypi kernel: dwc_otg 20980000.usb: DWC OTG Controller
Sep 07 16:25:01 raspberrypi kernel: dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
Sep 07 16:25:01 raspberrypi kernel: dwc_otg 20980000.usb: irq 56, io mem 0x00000000
Sep 07 16:25:01 raspberrypi kernel: Init: Port Power? op_state=1
Sep 07 16:25:01 raspberrypi kernel: Init: Power Port (0)
Sep 07 16:25:01 raspberrypi kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Sep 07 16:25:01 raspberrypi kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 07 16:25:01 raspberrypi kernel: usb usb1: Product: DWC OTG Controller
Sep 07 16:25:01 raspberrypi kernel: usb usb1: Manufacturer: Linux 4.9.41+ dwc_otg_hcd
Sep 07 16:25:01 raspberrypi kernel: usb usb1: SerialNumber: 20980000.usb
Sep 07 16:25:01 raspberrypi kernel: hub 1-0:1.0: USB hub found
Sep 07 16:25:01 raspberrypi kernel: hub 1-0:1.0: 1 port detected
Sep 07 16:25:01 raspberrypi kernel: dwc_otg: FIQ enabled
Sep 07 16:25:01 raspberrypi kernel: dwc_otg: NAK holdoff enabled
Sep 07 16:25:01 raspberrypi kernel: dwc_otg: FIQ split-transaction FSM enabled
Sep 07 16:25:01 raspberrypi kernel: Module dwc_common_port init
Sep 07 16:25:01 raspberrypi kernel: usbcore: registered new interface driver usb-storage
Sep 07 16:25:01 raspberrypi kernel: mousedev: PS/2 mouse device common for all mice
Sep 07 16:25:01 raspberrypi kernel: bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
Sep 07 16:25:01 raspberrypi kernel: bcm2835-cpufreq: min=700000 max=1000000
Sep 07 16:25:01 raspberrypi kernel: sdhci: Secure Digital Host Controller Interface driver
Sep 07 16:25:01 raspberrypi kernel: sdhci: Copyright(c) Pierre Ossman
Sep 07 16:25:01 raspberrypi kernel: sdhost-bcm2835 20202000.sdhost: could not get clk, deferring probe
Sep 07 16:25:01 raspberrypi kernel: mmc-bcm2835 20300000.mmc: could not get clk, deferring probe
Sep 07 16:25:01 raspberrypi kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Sep 07 16:25:01 raspberrypi kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 07 16:25:01 raspberrypi kernel: hidraw: raw HID events driver (C) Jiri Kosina
Sep 07 16:25:01 raspberrypi kernel: usbcore: registered new interface driver usbhid
Sep 07 16:25:01 raspberrypi kernel: usbhid: USB HID core driver
Sep 07 16:25:01 raspberrypi kernel: vchiq: vchiq_init_state: slot_zero = 0xd7580000, is_master = 0
Sep 07 16:25:01 raspberrypi kernel: Initializing XFRM netlink socket
Sep 07 16:25:01 raspberrypi kernel: NET: Registered protocol family 17
Sep 07 16:25:01 raspberrypi kernel: Key type dns_resolver registered
Sep 07 16:25:01 raspberrypi kernel: registered taskstats version 1
Sep 07 16:25:01 raspberrypi kernel: Indeed it is in host mode hprt0 = 00041901
Sep 07 16:25:01 raspberrypi kernel: vc-sm: Videocore shared memory driver
Sep 07 16:25:01 raspberrypi kernel: [vc_sm_connected_init]: start
Sep 07 16:25:01 raspberrypi kernel: [vc_sm_connected_init]: end - returning 0
Sep 07 16:25:01 raspberrypi kernel: 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
Sep 07 16:25:01 raspberrypi kernel: sdhost: log_buf @ d7513000 (57513000)
Sep 07 16:25:01 raspberrypi kernel: random: fast init done
Sep 07 16:25:01 raspberrypi kernel: mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
Sep 07 16:25:01 raspberrypi kernel: mmc-bcm2835 20300000.mmc: mmc_debug:0 mmc_debug2:0
Sep 07 16:25:01 raspberrypi kernel: mmc-bcm2835 20300000.mmc: DMA channel allocated
Sep 07 16:25:01 raspberrypi kernel: usb 1-1: new low-speed USB device number 2 using dwc_otg
Sep 07 16:25:01 raspberrypi kernel: Indeed it is in host mode hprt0 = 00041901
Sep 07 16:25:01 raspberrypi kernel: of_cfs_init
Sep 07 16:25:01 raspberrypi kernel: of_cfs_init: OK
Sep 07 16:25:01 raspberrypi kernel: Waiting for root device PARTUUID=c855574e-02...
Sep 07 16:25:01 raspberrypi kernel: mmc0: host does not support reading read-only switch, assuming write-enable
Sep 07 16:25:01 raspberrypi kernel: mmc0: new high speed SDHC card at address e624
Sep 07 16:25:01 raspberrypi kernel: mmcblk0: mmc0:e624 SS16G 14.8 GiB
Sep 07 16:25:02 raspberrypi kernel: usb 1-1: New USB device found, idVendor=046d, idProduct=c31d
Sep 07 16:25:02 raspberrypi kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 07 16:25:02 raspberrypi kernel: usb 1-1: Product: USB Keyboard
Sep 07 16:25:02 raspberrypi kernel: usb 1-1: Manufacturer: Logitech
Sep 07 16:25:02 raspberrypi kernel:  mmcblk0: p1 p2
Sep 07 16:25:02 raspberrypi kernel: input: Logitech USB Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.0/0003:046D:C31D.0001/input/input0
Sep 07 16:25:02 raspberrypi kernel: hid-generic 0003:046D:C31D.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-20980000.usb-1/input0
Sep 07 16:25:02 raspberrypi kernel: input: Logitech USB Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1:1.1/0003:046D:C31D.0002/input/input1
Sep 07 16:25:02 raspberrypi kernel: hid-generic 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-20980000.usb-1/input1
Sep 07 16:25:02 raspberrypi kernel: EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
Sep 07 16:25:02 raspberrypi kernel: EXT4-fs (mmcblk0p2): write access will be enabled during recovery
Sep 07 16:25:02 raspberrypi kernel: EXT4-fs (mmcblk0p2): recovery complete
Sep 07 16:25:02 raspberrypi kernel: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Sep 07 16:25:02 raspberrypi kernel: VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Sep 07 16:25:02 raspberrypi kernel: devtmpfs: mounted
Sep 07 16:25:02 raspberrypi kernel: Freeing unused kernel memory: 400K (c0842000 - c08a6000)
Sep 07 16:25:02 raspberrypi kernel: This architecture does not have kernel memory protection.
Sep 07 16:25:02 raspberrypi systemd[1]: System time before build time, advancing clock.
Sep 07 16:25:02 raspberrypi kernel: NET: Registered protocol family 10
Sep 07 16:25:02 raspberrypi kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Sep 07 16:25:02 raspberrypi systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +BANNED +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
Sep 07 16:25:02 raspberrypi systemd[1]: Detected architecture arm.
Sep 07 16:25:02 raspberrypi systemd[1]: Set hostname to <raspberrypi>.
Sep 07 16:25:02 raspberrypi systemd[1]: Listening on Syslog Socket.
Sep 07 16:25:02 raspberrypi systemd[1]: Listening on udev Control Socket.
Sep 07 16:25:02 raspberrypi systemd[1]: Created slice System Slice.
Sep 07 16:25:02 raspberrypi systemd[1]: Mounting RPC Pipe File System...
Sep 07 16:25:02 raspberrypi systemd[1]: Reached target Swap.
Sep 07 16:25:02 raspberrypi systemd[1]: Created slice system-systemd\x2dfsck.slice.
Sep 07 16:25:02 raspberrypi systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 07 16:25:02 raspberrypi systemd-journald[107]: Journal started
Sep 07 16:25:02 raspberrypi systemd-journald[107]: Runtime journal (/run/log/journal/c968b7b125ee405ebd6b42a6ebd1643c) is 2.3M, max 18.5M, 16.2M free.
Sep 07 16:25:02 raspberrypi fake-hwclock[93]: Thu  7 Sep 16:25:01 UTC 2017
Sep 07 16:25:02 raspberrypi systemd-fsck[102]: e2fsck 1.43.4 (31-Jan-2017)
Sep 07 16:25:02 raspberrypi systemd-fsck[102]: Superblock last mount time is in the future.
Sep 07 16:25:02 raspberrypi systemd-fsck[102]:         (by less than a day, probably due to the hardware clock being incorrectly set)
Sep 07 16:25:02 raspberrypi systemd-fsck[102]: /dev/mmcblk0p2: clean, 39360/938672 files, 347306/3877760 blocks
Sep 07 16:25:03 raspberrypi systemd[1]: Started Create Static Device Nodes in /dev.
Sep 07 16:25:03 raspberrypi kernel: EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Sep 07 16:25:03 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems.
Sep 07 16:25:03 raspberrypi systemd[1]: Started Apply Kernel Variables.
Sep 07 16:25:03 raspberrypi systemd[1]: Starting udev Coldplug all Devices...
Sep 07 16:25:03 raspberrypi systemd[1]: Starting Load/Save Random Seed...
Sep 07 16:25:03 raspberrypi systemd[1]: Starting udev Kernel Device Manager...
Sep 07 16:25:03 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 07 16:25:03 raspberrypi systemd[1]: Started Load/Save Random Seed.
Sep 07 16:25:04 raspberrypi systemd-journald[107]: Runtime journal (/run/log/journal/c968b7b125ee405ebd6b42a6ebd1643c) is 2.3M, max 18.5M, 16.2M free.
Sep 07 16:25:04 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage.
Sep 07 16:25:04 raspberrypi systemd[1]: Started udev Kernel Device Manager.
Sep 07 16:25:04 raspberrypi systemd[1]: Started Set the console keyboard layout.
Sep 07 16:25:04 raspberrypi systemd[1]: Reached target Local File Systems (Pre).
Sep 07 16:25:05 raspberrypi systemd[1]: Started udev Coldplug all Devices.
Sep 07 16:25:05 raspberrypi systemd[1]: Starting Show Plymouth Boot Screen...
Sep 07 16:25:05 raspberrypi systemd[1]: Received SIGRTMIN+20 from PID 146 (plymouthd).
Sep 07 16:25:05 raspberrypi systemd[1]: Started Show Plymouth Boot Screen.
Sep 07 16:25:05 raspberrypi systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Sep 07 16:25:05 raspberrypi systemd[1]: Reached target Encrypted Volumes.
Sep 07 16:25:05 raspberrypi systemd[1]: Reached target Paths.
Sep 07 16:25:06 raspberrypi kernel: gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
Sep 07 16:25:06 raspberrypi systemd[1]: Found device /dev/serial1.
Sep 07 16:25:07 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/c855574e-01.
Sep 07 16:25:07 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/c855574e-01...
Sep 07 16:25:07 raspberrypi mtp-probe[168]: checking bus 1, device 2: "/sys/devices/platform/soc/20980000.usb/usb1/1-1"
Sep 07 16:25:07 raspberrypi mtp-probe[168]: bus: 1, device: 2 was not an MTP device
Sep 07 16:25:08 raspberrypi systemd-fsck[170]: fsck.fat 4.1 (2017-01-24)
Sep 07 16:25:08 raspberrypi systemd-fsck[170]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Sep 07 16:25:08 raspberrypi systemd-fsck[170]:  Automatically removing dirty bit.
Sep 07 16:25:08 raspberrypi systemd-fsck[170]: Performing changes.
Sep 07 16:25:08 raspberrypi systemd-fsck[170]: /dev/mmcblk0p1: 144 files, 42944/84272 clusters
Sep 07 16:25:08 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/c855574e-01.
Sep 07 16:25:08 raspberrypi systemd[1]: Mounting /boot...
Sep 07 16:25:08 raspberrypi systemd[1]: Mounted /boot.
Sep 07 16:25:08 raspberrypi systemd[1]: Reached target Local File Systems.
Sep 07 16:25:08 raspberrypi systemd[1]: Starting Raise network interfaces...
Sep 07 16:25:08 raspberrypi systemd[1]: Starting Set console font and keymap...
Sep 07 16:25:08 raspberrypi systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Sep 07 16:25:08 raspberrypi systemd[1]: Starting Preprocess NFS configuration...
Sep 07 16:25:08 raspberrypi systemd[1]: Starting Create Volatile Files and Directories...
Sep 07 16:25:08 raspberrypi systemd[1]: Started Set console font and keymap.
Sep 07 16:25:09 raspberrypi systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Sep 07 16:25:09 raspberrypi systemd[1]: Started Preprocess NFS configuration.
Sep 07 16:25:09 raspberrypi systemd[1]: Reached target NFS client services.
Sep 07 16:25:09 raspberrypi systemd[1]: Reached target Remote File Systems (Pre).
Sep 07 16:25:09 raspberrypi systemd[1]: Reached target Remote File Systems.
Sep 07 16:25:09 raspberrypi systemd[1]: Started Create Volatile Files and Directories.
Sep 07 16:25:09 raspberrypi systemd[1]: Starting Network Time Synchronization...
Sep 07 16:25:09 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Sep 07 16:25:10 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown.
Sep 07 16:25:10 raspberrypi systemd[1]: Started Network Time Synchronization.
Sep 07 16:25:10 raspberrypi systemd[1]: Reached target System Initialization.
Sep 07 16:25:10 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 07 16:25:10 raspberrypi systemd[1]: Listening on triggerhappy.socket.
Sep 07 16:25:10 raspberrypi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 07 16:25:10 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 07 16:25:10 raspberrypi systemd[1]: Reached target Sockets.
Sep 07 16:25:10 raspberrypi systemd[1]: Reached target Basic System.
Sep 07 16:25:10 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 07 16:25:10 raspberrypi systemd[1]: Starting triggerhappy global hotkey daemon...
Sep 07 16:25:10 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Sep 07 16:25:10 raspberrypi systemd[1]: Starting Save/Restore Sound Card State...
Sep 07 16:25:10 raspberrypi thd[200]: Found socket passed from systemd
Sep 07 16:25:10 raspberrypi systemd[1]: Starting LSB: Autogenerate and use a swap file...
Sep 07 16:25:10 raspberrypi avahi-daemon[199]: Found user 'avahi' (UID 108) and group 'avahi' (GID 112).
Sep 07 16:25:10 raspberrypi avahi-daemon[199]: Successfully dropped root privileges.
Sep 07 16:25:10 raspberrypi avahi-daemon[199]: avahi-daemon 0.6.32 starting up.
Sep 07 16:25:11 raspberrypi systemd[1]: Started Regular background program processing daemon.
Sep 07 16:25:11 raspberrypi systemd[1]: Starting System Logging Service...
Sep 07 16:25:11 raspberrypi cron[206]: (CRON) INFO (pidfile fd = 3)
Sep 07 16:25:11 raspberrypi systemd[1]: Starting Login Service...
Sep 07 16:25:11 raspberrypi cron[206]: (CRON) INFO (Running @reboot jobs)
Sep 07 16:25:11 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Sep 07 16:25:11 raspberrypi dhcpcd[201]: no valid interfaces found
Sep 07 16:25:11 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UART...
Sep 07 16:25:11 raspberrypi liblogging-stdlog[209]:  [origin software="rsyslogd" swVersion="8.24.0" x-pid="209" x-info="http://www.rsyslog.com"] start
Sep 07 16:25:11 raspberrypi systemd[1]: Started D-Bus System Message Bus.
Sep 07 16:25:12 raspberrypi avahi-daemon[199]: Successfully called chroot().
Sep 07 16:25:12 raspberrypi avahi-daemon[199]: Successfully dropped remaining capabilities.
Sep 07 16:25:12 raspberrypi avahi-daemon[199]: No service file found in /etc/avahi/services.
Sep 07 16:25:12 raspberrypi avahi-daemon[199]: Network interface enumeration completed.
Sep 07 16:25:12 raspberrypi avahi-daemon[199]: Server startup complete. Host name is raspberrypi.local. Local service cookie is 1811149699.
Sep 07 16:25:12 raspberrypi dbus[220]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 07 16:25:12 raspberrypi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 07 16:25:12 raspberrypi systemd[1]: Starting WPA supplicant...
Sep 07 16:25:12 raspberrypi kernel: uart-pl011 20201000.serial: no DMA platform data
Sep 07 16:25:12 raspberrypi systemd[1]: Reached target System Time Synchronized.
Sep 07 16:25:12 raspberrypi systemd[1]: Started triggerhappy global hotkey daemon.
Sep 07 16:25:12 raspberrypi systemd[1]: Started System Logging Service.
Sep 07 16:25:12 raspberrypi systemd[1]: Started Save/Restore Sound Card State.
Sep 07 16:25:13 raspberrypi wpa_supplicant[243]: Successfully initialized wpa_supplicant
Sep 07 16:25:13 raspberrypi systemd-logind[213]: New seat seat0.
Sep 07 16:25:13 raspberrypi dphys-swapfile[205]: Starting dphys-swapfile swapfile setup ...
Sep 07 16:25:13 raspberrypi systemd[1]: Started WPA supplicant.
Sep 07 16:25:13 raspberrypi systemd[1]: Started Login Service.
Sep 07 16:25:13 raspberrypi dphys-swapfile[205]: want /var/swap=100MByte, checking existing: keeping it
Sep 07 16:25:14 raspberrypi kernel: Adding 102396k swap on /var/swap.  Priority:-1 extents:1 across:102396k SSFS
Sep 07 16:25:14 raspberrypi dphys-swapfile[205]: done.
Sep 07 16:25:14 raspberrypi systemd[1]: Started LSB: Autogenerate and use a swap file.
Sep 07 16:25:14 raspberrypi raspi-config[214]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
Sep 07 16:25:14 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
Sep 07 16:25:14 raspberrypi systemd[1]: Reached target Sound Card.
Sep 07 16:25:14 raspberrypi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 07 16:25:15 raspberrypi systemd-udevd[139]: Process '/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev' failed with exit code 1.
Sep 07 16:25:15 raspberrypi systemd-udevd[143]: Process '/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev' failed with exit code 1.
Sep 07 16:25:15 raspberrypi systemd-udevd[139]: Process '/sbin/crda' failed with exit code 249.
Sep 07 16:25:15 raspberrypi wpa_supplicant[325]: Successfully initialized wpa_supplicant
Sep 07 16:25:16 raspberrypi wpa_supplicant[325]: Could not read interface wlan0 flags: No such device
Sep 07 16:25:16 raspberrypi wpa_supplicant[325]: nl80211: Driver does not support authentication/association or connect commands
Sep 07 16:25:16 raspberrypi wpa_supplicant[325]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Sep 07 16:25:16 raspberrypi wpa_supplicant[325]: Could not read interface wlan0 flags: No such device
Sep 07 16:25:16 raspberrypi wpa_supplicant[325]: Could not read interface wlan0 flags: No such device
Sep 07 16:25:16 raspberrypi wpa_supplicant[325]: WEXT: Could not set interface 'wlan0' UP
Sep 07 16:25:16 raspberrypi wpa_supplicant[325]: wlan0: Failed to initialize driver interface
Sep 07 16:25:16 raspberrypi ifup[280]: /etc/network/if-pre-up.d/wpasupplicant: 120: /etc/network/if-pre-up.d/wpasupplicant: cannot create /dev/stderr: No such device or address
Sep 07 16:25:16 raspberrypi ifup[280]: run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Sep 07 16:25:16 raspberrypi ifup[280]: ifup: failed to bring up wlan0
Sep 07 16:25:16 raspberrypi systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Sep 07 16:25:16 raspberrypi systemd[1]: Failed to start Raise network interfaces.
Sep 07 16:25:16 raspberrypi systemd[1]: networking.service: Unit entered failed state.
Sep 07 16:25:16 raspberrypi systemd[1]: networking.service: Failed with result 'exit-code'.
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: Core ver 2.22
Sep 07 16:25:17 raspberrypi kernel: NET: Registered protocol family 31
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: HCI device and connection manager initialized
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: HCI socket layer initialized
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: L2CAP socket layer initialized
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: SCO socket layer initialized
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: HCI UART driver ver 2.3
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: HCI UART protocol H4 registered
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: HCI UART protocol Broadcom registered
Sep 07 16:25:17 raspberrypi btuart[216]: bcm43xx_init
Sep 07 16:25:17 raspberrypi btuart[216]: Flash firmware /lib/firmware/BCM43430A1.hcd
Sep 07 16:25:17 raspberrypi btuart[216]: Set BDADDR UART: b8:27:eb:a2:65:ee
Sep 07 16:25:17 raspberrypi btuart[216]: Set Controller UART speed to 3000000 bit/s
Sep 07 16:25:17 raspberrypi btuart[216]: Device setup complete
Sep 07 16:25:17 raspberrypi systemd[1]: Started Configure Bluetooth Modems connected by UART.
Sep 07 16:25:17 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 07 16:25:17 raspberrypi systemd[1]: Starting Bluetooth service...
Sep 07 16:25:17 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 07 16:25:17 raspberrypi bluetoothd[360]: Bluetooth daemon 5.43
Sep 07 16:25:17 raspberrypi systemd[1]: Started Bluetooth service.
Sep 07 16:25:17 raspberrypi systemd[1]: Reached target Bluetooth.
Sep 07 16:25:17 raspberrypi bluetoothd[360]: Starting SDP server
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: BNEP filters: protocol multicast
Sep 07 16:25:17 raspberrypi kernel: Bluetooth: BNEP socket layer initialized
Sep 07 16:25:17 raspberrypi bluetoothd[360]: Bluetooth management interface 1.14 initialized
Sep 07 16:25:17 raspberrypi bluetoothd[360]: Failed to obtain handles for "Service Changed" characteristic
Sep 07 16:25:17 raspberrypi dbus[220]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Sep 07 16:25:17 raspberrypi bluetoothd[360]: Sap driver initialization failed.
Sep 07 16:25:17 raspberrypi bluetoothd[360]: sap-server: Operation not permitted (1)
Sep 07 16:25:17 raspberrypi systemd[1]: Starting Hostname Service...
Sep 07 16:25:17 raspberrypi dbus[220]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 07 16:25:17 raspberrypi systemd[1]: Started Hostname Service.
Sep 07 16:25:41 raspberrypi dhcpcd[201]: timed out
Sep 07 16:25:41 raspberrypi dhcpcd[201]: forked to background, child pid 372
Sep 07 16:25:41 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Sep 07 16:25:41 raspberrypi systemd[1]: Reached target Network.
Sep 07 16:25:41 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server...
Sep 07 16:25:41 raspberrypi systemd[1]: Starting Permit User Sessions...
Sep 07 16:25:41 raspberrypi systemd[1]: Reached target Network is Online.
Sep 07 16:25:41 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
Sep 07 16:25:41 raspberrypi systemd[1]: apt-daily.timer: Adding 9h 48min 36.455279s random time.
Sep 07 16:25:41 raspberrypi systemd[1]: Started Daily apt download activities.
Sep 07 16:25:41 raspberrypi systemd[1]: apt-daily-upgrade.timer: Adding 25min 18.504097s random time.
Sep 07 16:25:41 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Sep 07 16:25:41 raspberrypi systemd[1]: Reached target Timers.
Sep 07 16:25:42 raspberrypi systemd[1]: Started Permit User Sessions.
Sep 07 16:25:42 raspberrypi systemd[1]: Started /etc/rc.local Compatibility.
Sep 07 16:25:42 raspberrypi systemd[1]: Starting Hold until boot process finishes up...
Sep 07 16:25:42 raspberrypi systemd[1]: Starting Terminate Plymouth Boot Screen...
Sep 07 16:25:42 raspberrypi systemd[1]: Received SIGRTMIN+21 from PID 146 (plymouthd).
Sep 07 16:25:42 raspberrypi systemd[1]: Started Terminate Plymouth Boot Screen.
Sep 07 16:25:42 raspberrypi systemd[1]: Started Hold until boot process finishes up.
Sep 07 16:25:42 raspberrypi sshd[373]: Server listening on 0.0.0.0 port 22.
Sep 07 16:25:42 raspberrypi systemd[1]: Started Getty on tty1.
Sep 07 16:25:42 raspberrypi sshd[373]: Server listening on :: port 22.
Sep 07 16:25:42 raspberrypi systemd[1]: Reached target Login Prompts.
Sep 07 16:25:42 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
Sep 07 16:25:42 raspberrypi systemd[1]: Reached target Multi-User System.
Sep 07 16:25:42 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Sep 07 16:25:42 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes.
Sep 07 16:25:42 raspberrypi systemd[1]: Startup finished in 2.757s (kernel) + 44.274s (userspace) = 47.031s.
Sep 07 16:25:42 raspberrypi login[384]: pam_unix(login:session): session opened for user pi by LOGIN(uid=0)
Sep 07 16:25:43 raspberrypi systemd[1]: Created slice User Slice of pi.
Sep 07 16:25:43 raspberrypi systemd-logind[213]: New session c1 of user pi.
Sep 07 16:25:43 raspberrypi systemd[1]: Starting User Manager for UID 1000...
Sep 07 16:25:43 raspberrypi systemd[1]: Started Session c1 of user pi.
Sep 07 16:25:43 raspberrypi systemd[393]: pam_unix(systemd-user:session): session opened for user pi by (uid=0)
Sep 07 16:25:43 raspberrypi systemd[393]: Listening on GnuPG BANNED agent and passphrase cache.
Sep 07 16:25:43 raspberrypi systemd[393]: Reached target Timers.
Sep 07 16:25:43 raspberrypi systemd[393]: Listening on GnuPG BANNED agent (access for web browsers).
Sep 07 16:25:43 raspberrypi systemd[393]: Listening on GnuPG BANNED agent (ssh-agent emulation).
Sep 07 16:25:43 raspberrypi systemd[393]: Reached target Paths.
Sep 07 16:25:43 raspberrypi systemd[393]: Listening on GnuPG BANNED agent and passphrase cache (restricted).
Sep 07 16:25:43 raspberrypi systemd[393]: Reached target Sockets.
Sep 07 16:25:43 raspberrypi systemd[393]: Reached target Basic System.
Sep 07 16:25:43 raspberrypi systemd[393]: Reached target Default.
Sep 07 16:25:43 raspberrypi systemd[393]: Startup finished in 158ms.
Sep 07 16:25:43 raspberrypi systemd[1]: Started User Manager for UID 1000.
Sep 07 16:26:02 raspberrypi kernel: random: crng init done
Sep 07 16:26:26 raspberrypi sudo[431]:       pi : TTY=tty1 ; PWD=/home/pi ; USER=root ; COMMAND=/sbin/ifconfig -a
Sep 07 16:26:26 raspberrypi sudo[431]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Sep 07 16:26:26 raspberrypi sudo[431]: pam_unix(sudo:session): session closed for user root
Sep 07 16:26:35 raspberrypi sudo[441]:       pi : TTY=tty1 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/dmesg
Sep 07 16:26:35 raspberrypi sudo[441]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Sep 07 16:26:35 raspberrypi sudo[441]: pam_unix(sudo:session): session closed for user root
Sep 07 16:26:43 raspberrypi sudo[450]:       pi : TTY=tty1 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/journalctl
Sep 07 16:26:43 raspberrypi sudo[450]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Sep 07 16:26:43 raspberrypi sudo[450]: pam_unix(sudo:session): session closed for user root
Sep 07 16:26:46 raspberrypi sudo[458]:       pi : TTY=tty1 ; PWD=/home/pi ; USER=root ; COMMAND=/sbin/ifconfig -a
Sep 07 16:26:46 raspberrypi sudo[458]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Sep 07 16:26:46 raspberrypi sudo[458]: pam_unix(sudo:session): session closed for user root
Sep 07 16:26:51 raspberrypi sudo[466]:       pi : TTY=tty1 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/dmesg
Sep 07 16:26:51 raspberrypi sudo[466]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Sep 07 16:26:51 raspberrypi sudo[466]: pam_unix(sudo:session): session closed for user root
Sep 07 16:26:57 raspberrypi sudo[474]:       pi : TTY=tty1 ; PWD=/home/pi ; USER=root ; COMMAND=/bin/journalctl
Sep 07 16:26:57 raspberrypi sudo[474]: pam_unix(sudo:session): session opened for user root by pi(uid=0)
Not sure what is wrong, ive tried multiple re-flashings with different configurations. It seems to me like a repeat of this case

viewtopic.php?f=50&t=124525&p=621675&hi ... ig#p621675

Any help is appreciated,
Thanks!

User avatar
adafruit_support_mike
 
Posts: 67447
Joined: Thu Feb 11, 2010 2:51 pm

Re: Wifi not working on pi zero w

Post by adafruit_support_mike »

The dmesg trace doesn't have any sign of the brcmfm driver driver creating the built-in Wifi interface, so there might be a problem with that part of the board.

Could you post a photo showing the area around the Wifi/BLE module please? It's the silicon die in line with the OTG-USB jack. 800x600 images usually work best.

User avatar
sviyer
 
Posts: 5
Joined: Fri Nov 10, 2017 5:47 am

Re: Wifi not working on pi zero w

Post by sviyer »

Is this the right area? I'm not sure what you mean by silicon die.

Also, thanks so much for the quick response.
Attachments
wifi_reduced copy.jpg
wifi_reduced copy.jpg (888.29 KiB) Viewed 481 times

User avatar
adafruit_support_mike
 
Posts: 67447
Joined: Thu Feb 11, 2010 2:51 pm

Re: Wifi not working on pi zero w

Post by adafruit_support_mike »

Thank you.

The piece of silicon used to make an integrated circuit is called a 'die'. Those are usually connected to a set of metal pins called a 'lead frame' and encapsulated in plastic, but it's also possible to make connections directly to the silicon.. it's cheaper, and the RasPi Zero is designed down to the lowest possible price. The relatively large grey rectangle in the middle of the other components is the die.

All of the components look okay and I don't see any sign of damage on the board. When did you get the RasPi?

User avatar
sviyer
 
Posts: 5
Joined: Fri Nov 10, 2017 5:47 am

Re: Wifi not working on pi zero w

Post by sviyer »

Thanks for the detailed explanation!

I got it from adafruit. My order number is 1570941.

User avatar
adafruit_support_mike
 
Posts: 67447
Joined: Thu Feb 11, 2010 2:51 pm

Re: Wifi not working on pi zero w

Post by adafruit_support_mike »

I don't have access to the business database.

When did you get the RasPi?

User avatar
sviyer
 
Posts: 5
Joined: Fri Nov 10, 2017 5:47 am

Re: Wifi not working on pi zero w

Post by sviyer »

Just recently, I received it on Thursday, 26/10/2017, alongwith the power supply, camera and camera cable.

User avatar
adafruit_support_mike
 
Posts: 67447
Joined: Thu Feb 11, 2010 2:51 pm

Re: Wifi not working on pi zero w

Post by adafruit_support_mike »

Thank you.. that's well within our 30-day return/replace period.

Send a note containing a link to this thread and your order number to [email protected]. The folks there will get you a replacement RasPi Zero-W.

User avatar
sviyer
 
Posts: 5
Joined: Fri Nov 10, 2017 5:47 am

Re: Wifi not working on pi zero w

Post by sviyer »

Thanks a lot!

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”