Hasanur Rashid Posted March 5, 2017 Posted March 5, 2017 (edited) Hello, I just bought an OPi-Zero and loaded Ubuntu image with legacy kernel(tried the debian one too).Wifi is failing to load for some reason.I checked various posts in armbian forum and checked that xradio_wlan driver is loaded twice,as suggested. kernel module dhd is blacklisted as well. This is the dmesg output, Spoiler [ 0.000000] Booting Linux on physical CPU 0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.4.113-sun8i (root@devel) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #10 SMP PREEMPT Thu Feb 23 19:55:00 CET 2017 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: sun8i [ 0.000000] cma: dma_declare_contiguous(266): ION reserve size should be 4m align! adjust size to 128MBytes [ 0.000000] cma: CMA: reserved 128 MiB at 48000000 [ 0.000000] Memory policy: ECC disabled, Data cache writealloc [ 0.000000] On node 0 totalpages: 65536 [ 0.000000] free_area_init_node: node 0, pgdat c09914c0, node_mem_map c0aca000 [ 0.000000] Normal zone: 576 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 64960 pages, LIFO batch:15 [ 0.000000] script_init enter! [ 0.000000] script_init exit! [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0d1b000 s11968 r8192 d12608 u32768 [ 0.000000] pcpu-alloc: s11968 r8192 d12608 u32768 alloc=8*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: 64960 [ 0.000000] Kernel command line: root=UUID=fd472eba-571d-4583-8873-97f09353655c rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 cgroup_enable=memory swapaccount=1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 enforcing=0 loglevel=1 ubootpart=191d5105-01 ubootsource=mmc sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] allocated 524288 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Memory: 256MB = 256MB total [ 0.000000] Memory: 111252k/111252k available, 150892k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc08d0a9c (8995 kB) [ 0.000000] .init : 0xc08d1000 - 0xc0924ec0 ( 336 kB) [ 0.000000] .data : 0xc0926000 - 0xc0995d30 ( 448 kB) [ 0.000000] .bss : 0xc09964e4 - 0xc0ac97c8 (1229 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Additional per-CPU info printed with stalls. [ 0.000000] NR_IRQS:544 [ 0.000000] Architected local timer running at 24.00MHz. [ 0.000000] Switching to timer-based delay loop [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] console [tty1] enabled [ 0.000505] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000) [ 0.000553] pid_max: default: 32768 minimum: 301 [ 0.000872] Security Framework initialized [ 0.000918] AppArmor: AppArmor disabled by boot time parameter [ 0.001295] Mount-cache hash table entries: 512 [ 0.003280] Initializing cgroup subsys cpuacct [ 0.003312] Initializing cgroup subsys memory [ 0.003403] Initializing cgroup subsys devices [ 0.003429] Initializing cgroup subsys freezer [ 0.003455] Initializing cgroup subsys blkio [ 0.003506] Initializing cgroup subsys perf_event [ 0.003674] CPU: Testing write buffer coherency: ok [ 0.003769] ftrace: allocating 24851 entries in 73 pages [ 0.060565] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.060599] [sunxi_smp_prepare_cpus] enter [ 0.060673] Setting up static identity map for 0x4061fbf8 - 0x4061fc50 [ 0.062591] CPU1: Booted secondary processor [ 0.062591] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.070479] CPU2: Booted secondary processor [ 0.070479] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.070956] CPU3: Booted secondary processor [ 0.070956] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.080356] Brought up 4 CPUs [ 0.080390] SMP: Total of 4 processors activated (19200.00 BogoMIPS). [ 0.081803] devtmpfs: initialized [ 0.096057] wakeup src cnt is : 2. [ 0.096082] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000 [ 0.096105] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0 [ 0.096128] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40 [ 0.096151] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000 [ 0.096173] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x8 [ 0.096195] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40 [ 0.096219] sunxi pm init [ 0.096507] pinctrl core: initialized pinctrl subsystem [ 0.106979] NET: Registered protocol family 16 [ 0.109006] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.109006] script_sysfs_init success [ 0.109006] sunxi_dump_init success [ 0.109006] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl [ 0.109006] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver [ 0.109534] plat: add bmp085 device [ 0.109558] plat: add pcf8591 device [ 0.109646] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.109673] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.110063] script config pll_video to 297 Mhz [ 0.110096] script config pll_de to 864 Mhz [ 0.110158] script config pll_ve to 402 Mhz [ 0.110187] sunxi_default_clk_init [ 0.110202] try to set pll6ahb1 to 200000000 [ 0.110240] try to set ahb clk source to pll6ahb1 [ 0.110258] set ahb clk source to pll6ahb1 [ 0.110278] try to set ahb1 to 200000000 [ 0.110300] try to set apb1 to 100000000 [ 0.130466] bio: create slab <bio-0> at 0 [ 0.130638] [ARISC] :sunxi-arisc driver v1.04 [ 0.148150] [ARISC] :arisc version: [v0.1.58] [ 0.257964] [ARISC] :sunxi-arisc driver v1.04 startup succeeded [ 0.261189] SCSI subsystem initialized [ 0.261315] usbcore: registered new interface driver usbfs [ 0.261471] usbcore: registered new interface driver hub [ 0.270094] usbcore: registered new device driver usb [ 0.270321] twi_chan_cfg()340 - [twi0] has no twi_regulator. [ 0.270347] twi_chan_cfg()340 - [twi1] has no twi_regulator. [ 0.270372] twi_chan_cfg()340 - [twi2] has no twi_regulator. [ 0.271853] Linux video capture interface: v2.00 [ 0.272343] Advanced Linux Sound Architecture Driver Version 1.0.25. [ 0.273865] cfg80211: Calling CRDA to update world regulatory domain [ 0.273976] NetLabel: Initializing [ 0.273976] NetLabel: domain hash size = 128 [ 0.273976] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.273976] NetLabel: unlabeled traffic allowed by default [ 0.273976] Switching to clocksource arch_sys_counter [ 0.297244] FS-Cache: Loaded [ 0.297807] CacheFiles: Loaded [ 0.321643] NET: Registered protocol family 2 [ 0.345133] IP route cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.346234] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.346515] TCP bind hash table entries: 8192 (order: 4, 98304 bytes) [ 0.346815] TCP: Hash tables configured (established 8192 bind 8192) [ 0.346837] TCP: reno registered [ 0.346860] UDP hash table entries: 128 (order: 0, 4096 bytes) [ 0.346919] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes) [ 0.347591] NET: Registered protocol family 1 [ 0.348429] RPC: Registered named UNIX socket transport module. [ 0.348456] RPC: Registered udp transport module. [ 0.348473] RPC: Registered tcp transport module. [ 0.348491] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.348887] Trying to unpack rootfs image as initramfs... [ 1.034648] Freeing initrd memory: 5036K [ 1.035925] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available [ 1.036171] sunxi_reg_init enter [ 1.038010] audit: initializing netlink socket (disabled) [ 1.038113] type=2000 audit(1.030:1): initialized [ 1.042030] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.042399] misc fatfs initialized [ 1.042851] NFS: Registering the id_resolver key type [ 1.043640] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.043667] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.045195] NTFS driver 2.1.30 [Flags: R/W]. [ 1.045817] fuse init (API version 7.18) [ 1.046669] msgmni has been set to 483 [ 1.049660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.049695] io scheduler noop registered [ 1.049713] io scheduler deadline registered [ 1.049840] io scheduler cfq registered (default) [ 1.050755] [DISP]disp_module_init [ 1.051395] cmdline,init_disp= [ 1.051460] cmdline,disp= [ 1.060141] [DISP] Fb_map_kernel_logo,line:932:Fb_map_kernel_logo failed! [ 1.076225] Console: switching to colour frame buffer device 90x36 [ 1.094495] [DISP]disp_module_init finish [ 1.094939] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator. [ 1.094973] sw_uart_get_devinfo()1503 - uart1 has no uart_regulator. [ 1.095002] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator. [ 1.095948] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI [ 1.095976] sw_uart_pm()890 - uart0 clk is already enable [ 1.096013] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n [ 1.096497] console [ttyS0] enabled [ 1.097154] uart1: ttyS1 at MMIO 0x1c28400 (irq = 33) is a SUNXI [ 1.097683] uart2: ttyS2 at MMIO 0x1c28800 (irq = 34) is a SUNXI [ 1.098761] sunxi_cmatest_init enter [ 1.098849] sunxi_cmatest_init success [ 1.107489] brd: module loaded [ 1.115883] loop: module loaded [ 1.116420] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator. [ 1.116450] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator. [ 1.117757] spi spi0: master is unqueued, this is deprecated [ 1.118998] spi spi1: master is unqueued, this is deprecated [ 1.119594] tun: Universal TUN/TAP device driver, 1.6 [ 1.119614] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 1.121709] PPP generic driver version 2.4.2 [ 1.122115] PPP BSD Compression module registered [ 1.122137] PPP Deflate Compression module registered [ 1.127218] PPP MPPE Compression module registered [ 1.127251] NET: Registered protocol family 24 [ 1.127395] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.147593] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.147667] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1 [ 1.148673] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000 [ 1.160099] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00 [ 1.161349] hub 1-0:1.0: USB hub found [ 1.161395] hub 1-0:1.0: 1 port detected [ 1.182184] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.182243] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2 [ 1.183023] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000 [ 1.200070] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00 [ 1.201161] hub 2-0:1.0: USB hub found [ 1.201214] hub 2-0:1.0: 1 port detected [ 1.222066] sunxi-ehci sunxi-ehci.3: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.222126] sunxi-ehci sunxi-ehci.3: new USB bus registered, assigned bus number 3 [ 1.222918] sunxi-ehci sunxi-ehci.3: irq 108, io mem 0xf1c1c000 [ 1.240064] sunxi-ehci sunxi-ehci.3: USB 0.0 started, EHCI 1.00 [ 1.241132] hub 3-0:1.0: USB hub found [ 1.241180] hub 3-0:1.0: 1 port detected [ 1.261933] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.261995] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 4 [ 1.262755] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000 [ 1.280065] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00 [ 1.281195] hub 4-0:1.0: USB hub found [ 1.281241] hub 4-0:1.0: 1 port detected [ 1.282054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.302193] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver [ 1.302254] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 5 [ 1.302320] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400 [ 1.365182] hub 5-0:1.0: USB hub found [ 1.365224] hub 5-0:1.0: 1 port detected [ 1.386000] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver [ 1.386063] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 6 [ 1.386129] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400 [ 1.445232] hub 6-0:1.0: USB hub found [ 1.445278] hub 6-0:1.0: 1 port detected [ 1.466134] sunxi-ohci sunxi-ohci.3: SW USB2.0 'Open' Host Controller (OHCI) Driver [ 1.466195] sunxi-ohci sunxi-ohci.3: new USB bus registered, assigned bus number 7 [ 1.466261] sunxi-ohci sunxi-ohci.3: irq 109, io mem 0xf1c1c400 [ 1.525073] hub 7-0:1.0: USB hub found [ 1.525111] hub 7-0:1.0: 1 port detected [ 1.545836] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver [ 1.545895] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 8 [ 1.545960] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400 [ 1.605078] hub 8-0:1.0: USB hub found [ 1.605116] hub 8-0:1.0: 1 port detected [ 1.605853] Initializing USB Mass Storage driver... [ 1.606328] usbcore: registered new interface driver usb-storage [ 1.606350] USB Mass Storage support registered. [ 1.606466] usbcore: registered new interface driver ums-alauda [ 1.606591] usbcore: registered new interface driver ums-cypress [ 1.606710] usbcore: registered new interface driver ums-datafab [ 1.606809] usbcore: registered new interface driver ums_eneub6250 [ 1.606908] usbcore: registered new interface driver ums-freecom [ 1.607010] usbcore: registered new interface driver ums-isd200 [ 1.607110] usbcore: registered new interface driver ums-jumpshot [ 1.607207] usbcore: registered new interface driver ums-karma [ 1.607308] usbcore: registered new interface driver ums-onetouch [ 1.607436] usbcore: registered new interface driver ums-realtek [ 1.607540] usbcore: registered new interface driver ums-sddr09 [ 1.607646] usbcore: registered new interface driver ums-sddr55 [ 1.607752] usbcore: registered new interface driver ums-usbat [ 1.608200] uinput result 0 , vmouse_init [ 1.609465] mousedev: PS/2 mouse device common for all mice [ 1.609947] sunxikbd_init failed. [ 1.609971] sunxikbd_init failed. [ 1.609994] ls_fetch_sysconfig_para: ls_unused. [ 1.610051] ltr_init: ls_fetch_sysconfig_para err. [ 1.610678] [RTC] WARNING: Rtc time will be wrong!! [ 1.610698] [RTC] WARNING: use *internal OSC* as clock source [ 1.611227] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0 [ 1.611326] i2c /dev entries driver [ 1.612152] sunxi cedar version 0.1 [ 1.612241] [cedar]: install start!!! [ 1.612618] [cedar]: install end!!! [ 1.612989] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18) [ 1.613206] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19) [ 1.613412] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a) [ 1.613616] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29) [ 1.613820] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a) [ 1.614024] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b) [ 1.614227] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c) [ 1.614456] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d) [ 1.614679] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e) [ 1.614925] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x18) [ 1.615163] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x19) [ 1.615401] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x1a) [ 1.615638] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x29) [ 1.615875] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2a) [ 1.616112] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2b) [ 1.616350] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4c) [ 1.616587] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4d) [ 1.616824] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4e) [ 1.616855] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0 [ 1.617196] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf [ 1.617523] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0) [ 1.617554] wdt_enable, write reg 0xf1c20cb8 val 0x00000000 [ 1.617579] timeout_to_interv, line 167 [ 1.617598] interv_to_timeout, line 189 [ 1.617621] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec [ 1.618456] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com [ 1.618850] calibrat: max_cpufreq 1008Mhz Type 1! [ 1.618876] [cpu_freq] ERR:get cpu extremity frequency from sysconfig failed, use max_freq [ 1.619502] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.111 2015-4-13 15:24) Compiled in Feb 23 2017 at 19:53:48 [ 1.619574] [mmc]: get mmc0's sdc_power is null! [ 1.619633] [mmc]: get mmc1's sdc_power is null! [ 1.619653] [mmc]: get mmc1's 2xmode ok, val = 1 [ 1.619672] [mmc]: get mmc1's ddrmode ok, val = 1 [ 1.619704] [mmc]: MMC host used card: 0x3, boot card: 0x0, io_card 2 [ 1.624360] [mmc]: sdc0 power_supply is null [ 1.627120] no blue_led, ignore it! [ 1.627595] Registered led device: red_led [ 1.627830] Registered led device: green_led [ 1.627864] no led_0, ignore it! [ 1.627880] no led_1, ignore it! [ 1.627895] no led_2, ignore it! [ 1.627910] no led_3, ignore it! [ 1.627925] no led_4, ignore it! [ 1.627939] no led_5, ignore it! [ 1.627954] no led_6, ignore it! [ 1.627969] no led_7, ignore it! [ 1.629657] usbcore: registered new interface driver usbhid [ 1.629679] usbhid: USB HID core driver [ 1.638170] asoc: sndcodec <-> sunxi-codec mapping ok [ 1.640613] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly! [ 1.640997] [I2S]snddaudio cannot find any using configuration for controllers, return directly! [ 1.641032] [DAUDIO0] driver not init,just return. [ 1.648131] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok [ 1.650931] oprofile: using arm/armv7-ca7 [ 1.651288] u32 classifier [ 1.651308] Performance counters on [ 1.651324] input device check on [ 1.651338] Actions configured [ 1.651721] IPv4 over IPv4 tunneling driver [ 1.653031] TCP: bic registered [ 1.653054] TCP: cubic registered [ 1.653070] TCP: westwood registered [ 1.653086] TCP: highspeed registered [ 1.653102] TCP: hybla registered [ 1.653118] TCP: htcp registered [ 1.653134] TCP: vegas registered [ 1.653149] TCP: veno registered [ 1.653165] TCP: scalable registered [ 1.653181] TCP: lp registered [ 1.653196] TCP: yeah registered [ 1.653212] TCP: illinois registered [ 1.653228] Initializing XFRM netlink socket [ 1.653667] NET: Registered protocol family 10 [ 1.656021] NET: Registered protocol family 17 [ 1.656085] NET: Registered protocol family 15 [ 1.656175] Registering the dns_resolver key type [ 1.657348] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 1.657392] ThumbEE CPU extension supported. [ 1.657434] Registering SWP/SWPB emulation handler [ 1.658537] registered taskstats version 1 [ 1.660220] cmdline,disp= [ 1.660595] [DISP] disp_init_tv,line:539:screen 0 do not support TV TYPE! [ 1.660635] [DISP] bsp_disp_tv_register,line:990:'ptv is null [ 1.660659] tv registered!! [ 1.660730] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr1<-->device1, type=2, mode=11 [ 1.670543] ths_fetch_sysconfig_para: type err device_used = 1. [ 1.673258] CPU Budget:corekeeper enabled [ 1.673752] CPU Budget:Register notifier [ 1.673781] CPU Budget:register Success [ 1.673809] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0 [ 1.680581] [rf_pm]: Did not config module_power1 in sys_config [ 1.680612] [rf_pm]: Did not config module_power2 in sys_config [ 1.680634] [rf_pm]: Did not config module_power3 in sys_config [ 1.680656] [rf_pm]: mod has no chip_en gpio [ 1.680674] [rf_pm]: regulator on. [ 1.680703] [rf_pm]: set losc_out 32k out[wifi_pm]: set wl_reg_on 1 ! [ 1.693552] mmc0: new SDHC card at address 0001 [ 1.694498] mmcblk0: mmc0:0001 SD 14.7 GiB [ 1.696948] mmcblk0: p1 [ 1.697952] mmcblk mmc0:0001: Card claimed for testing. [ 1.697983] mmc0:0001: SD 14.7 GiB [ 1.781298] [wifi_pm]: get wifi_sdc_id failed [ 1.782872] [mmc]: sdc1 power_supply is null [ 1.835860] [mmc]: sdc1 power_supply is null [ 1.840095] [mmc]: sdc1 power_supply is null [ 1.881346] [wifi_pm]: wifi gpio init is OK !! [ 1.881486] [rfkill]: init no bt used in configuration [ 1.881506] ALSA device list: [ 1.881521] #0: audiocodec [ 1.881536] #1: sndhdmi [ 1.883324] Freeing init memory: 332K [ 1.899656] [mmc]: sdc1 power_supply is null [ 1.904004] [mmc]: sdc1 power_supply is null [ 1.966401] [mmc]: sdc1 power_supply is null [ 1.970742] [mmc]: sdc1 power_supply is null [ 2.043342] [mmc]: sdc1 power_supply is null [ 2.493354] vmouse_input_dev_open [ 2.540348] vmouse_input_dev_close [ 2.913298] Btrfs loaded [ 3.525405] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) [ 4.457265] systemd[1]: System time before build time, advancing clock. [ 4.930563] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 4.931199] systemd[1]: Detected architecture arm. [ 4.952140] systemd[1]: Set hostname to <orangepizero>. [ 5.759155] systemd[1]: Created slice System Slice. [ 5.780880] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 5.800826] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 5.820534] systemd[1]: Listening on udev Kernel Socket. [ 5.840770] systemd[1]: Listening on Journal Socket. [ 5.961270] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 6.120746] systemd[1]: Starting Nameserver information manager... [ 6.271270] systemd[1]: Starting Restore / save the current clock... [ 6.291946] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 6.320946] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 6.341678] systemd[1]: Listening on udev Control Socket. [ 6.440750] systemd[1]: Mounting Debug File System... [ 6.551471] systemd[1]: Starting Set console keymap... [ 6.570458] systemd[1]: Reached target Remote File Systems (Pre). [ 6.590576] systemd[1]: Reached target Remote File Systems. [ 6.610802] systemd[1]: Listening on fsck to fsckd communication Socket. [ 6.631548] systemd[1]: Created slice User and Session Slice. [ 6.781286] systemd[1]: Starting Remount Root and Kernel File Systems... [ 6.800790] systemd[1]: Listening on Syslog Socket. [ 6.889953] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro [ 6.890824] systemd[1]: Mounting POSIX Message Queue File System... [ 6.910545] systemd[1]: Reached target Encrypted Volumes. [ 6.931361] systemd[1]: Listening on Journal Audit Socket. [ 6.950976] systemd[1]: Listening on Journal Socket (/dev/log). [ 6.970758] systemd[1]: Reached target Slices. [ 7.091197] systemd[1]: Starting Load Kernel Modules... [ 7.115180] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 7.287119] systemd[1]: Mounted Debug File System. [ 7.300670] systemd[1]: Mounted POSIX Message Queue File System. [ 7.352314] [XRADIO] Driver Label:L34M.01.08.0002 Feb 23 2017 19:54:01 [ 7.352443] [XRADIO] Allocated hw_priv @ c688f240 [ 7.353128] xradio wlan power on [ 7.353160] gpio wl_reg_on set val 1, act val 1 [ 7.403204] gpio wl_reg_on set val 0, act val 0 [ 7.405230] gpio wl_reg_on set val 1, act val 1 [ 7.440373] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 7.505317] [XRADIO] Detect SDIO card 1 [ 7.506871] [mmc]: sdc1 power_supply is null [ 7.555785] [mmc]: sdc1 power_supply is null [ 7.560060] [mmc]: sdc1 power_supply is null [ 7.619137] [mmc]: sdc1 power_supply is null [ 7.623362] [mmc]: sdc1 power_supply is null [ 7.686026] [mmc]: sdc1 power_supply is null [ 7.690319] [mmc]: sdc1 power_supply is null [ 7.762732] [mmc]: sdc1 power_supply is null [ 7.820333] systemd[1]: Started Restore / save the current clock. [ 8.010249] systemd[1]: Started Set console keymap. [ 8.190280] systemd[1]: Started Remount Root and Kernel File Systems. [ 8.421072] systemd[1]: Started Nameserver information manager. [ 8.487489] systemd[1]: Time has been changed [ 8.546257] systemd[1]: Reached target Network (Pre). [ 8.661180] systemd[1]: Starting Load/Save Random Seed... [ 8.850850] systemd[1]: Activating swap /var/swap... [ 8.981280] systemd[1]: Starting udev Coldplug all Devices... [ 9.041929] Adding 131068k swap on /var/swap. Priority:-1 extents:2 across:139260k SS [ 9.191316] systemd[1]: Starting Create Static Device Nodes in /dev... [ 9.221973] systemd[1]: Activated swap /var/swap. [ 9.510214] xradio wlan power off [ 9.510250] gpio wl_reg_on set val 0, act val 0 [ 9.560313] [XRADIO] Remove SDIO card 1 [ 9.570285] systemd[1]: Started Load/Save Random Seed. [ 9.570335] [SBUS_ERR] sdio probe timeout! [ 9.570356] [XRADIO_ERR] sbus_sdio_init failed [ 9.624276] ep_matches, wrn: endpoint already claimed, ep(0xc097afbc, 0xc6ba5a40, ep1in-bulk) [ 9.624321] ep_matches, wrn: endpoint already claimed, ep(0xc097afbc, 0xc6ba5a40, ep1in-bulk) [ 9.624353] ep_matches, wrn: endpoint already claimed, ep(0xc097b008, 0xc6ba5a40, ep1out-bulk) [ 9.624380] gadget_is_softwinner_otg is not -int [ 9.624399] gadget_is_softwinner_otg is not -int [ 9.624435] g_serial gadget: Gadget Serial v2.4 [ 9.624465] g_serial gadget: g_serial ready [ 9.634170] [XRADIO_ERR] xradio_host_dbg_init failed=2599 [ 9.634204] [XRADIO] Driver Label:L34M.01.08.0002 Feb 23 2017 19:54:01 [ 9.634300] [XRADIO] Allocated hw_priv @ c688f240 [ 9.634900] xradio wlan power on [ 9.634936] gpio wl_reg_on set val 1, act val 1 [ 9.684981] gpio wl_reg_on set val 0, act val 0 [ 9.687006] gpio wl_reg_on set val 1, act val 1 [ 9.787259] [XRADIO] Detect SDIO card 1 [ 9.788910] [mmc]: sdc1 power_supply is null [ 9.846032] [mmc]: sdc1 power_supply is null [ 9.850118] [mmc]: sdc1 power_supply is null [ 9.880540] systemd[1]: Started Create Static Device Nodes in /dev. [ 9.909718] [mmc]: sdc1 power_supply is null [ 9.914010] [mmc]: sdc1 power_supply is null [ 9.973395] systemd[1]: Reached target Local File Systems (Pre). [ 9.976401] [mmc]: sdc1 power_supply is null [ 9.980660] [mmc]: sdc1 power_supply is null [ 10.052649] [mmc]: sdc1 power_supply is null [ 10.090693] systemd[1]: Mounting /tmp... [ 10.211382] systemd[1]: Starting udev Kernel Device Manager... [ 10.230602] systemd[1]: Reached target Swap. [ 10.287600] systemd[1]: Mounted /tmp. [ 10.480414] systemd[1]: Started udev Coldplug all Devices. [ 10.503182] systemd[1]: Started udev Kernel Device Manager. [ 10.581355] systemd[1]: Started Entropy daemon using the HAVEGE algorithm. [ 10.691601] systemd[1]: Starting Journal Service... [ 10.710707] systemd[1]: Reached target Local File Systems. [ 10.821773] systemd[1]: Starting Set console font and keymap... [ 10.879821] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x48) [ 10.880218] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x48, dev addr: 0x48) [ 10.961512] systemd[1]: Starting Armbian enhanced Log2Ram... [ 10.982712] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x77) [ 10.982784] bmp085: probe of 0-0077 failed with error -70 [ 11.032428] systemd[1]: Found device /dev/ttyGS0. [ 11.051524] systemd[1]: Started Journal Service. [ 11.061657] vmouse_input_dev_open [ 11.147362] vmouse_input_dev_close [ 11.790330] xradio wlan power off [ 11.790374] gpio wl_reg_on set val 0, act val 0 [ 11.840471] [XRADIO] Remove SDIO card 1 [ 11.850503] [SBUS_ERR] sdio probe timeout! [ 11.850526] [XRADIO_ERR] sbus_sdio_init failed [ 12.228863] systemd-journald[221]: Received request to flush runtime journal from PID 1 [ 15.563277] gmac0: probed [ 15.563707] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00) [ 17.560293] PHY: gmac0-0:00 - Link is Up - 100/Full [ 123.699838] [XRADIO_ERR] xradio_host_dbg_init failed=2599 [ 123.706213] [XRADIO] Driver Label:L34M.01.08.0002 Feb 23 2017 19:54:01 [ 123.713873] [XRADIO] Allocated hw_priv @ c6897240 [ 123.719616] xradio wlan power on [ 123.723470] gpio wl_reg_on set val 1, act val 1 [ 123.773574] gpio wl_reg_on set val 0, act val 0 [ 123.775588] gpio wl_reg_on set val 1, act val 1 [ 123.875623] [XRADIO] Detect SDIO card 1 [ 123.877170] [mmc]: sdc1 power_supply is null [ 123.925151] [mmc]: sdc1 power_supply is null [ 123.929244] [mmc]: sdc1 power_supply is null [ 123.988450] [mmc]: sdc1 power_supply is null [ 123.992572] [mmc]: sdc1 power_supply is null [ 124.057190] [mmc]: sdc1 power_supply is null [ 124.062204] [mmc]: sdc1 power_supply is null [ 124.133936] [mmc]: sdc1 power_supply is null [ 125.880520] xradio wlan power off [ 125.884812] gpio wl_reg_on set val 0, act val 0 [ 125.938337] [XRADIO] Remove SDIO card 1 [ 125.952776] [SBUS_ERR] sdio probe timeout! [ 125.957446] [XRADIO_ERR] sbus_sdio_init failed [ 127.407619] [XRADIO_ERR] xradio_host_dbg_init failed=2599 [ 127.413962] [XRADIO] Driver Label:L34M.01.08.0002 Feb 23 2017 19:54:01 [ 127.421616] [XRADIO] Allocated hw_priv @ c6743240 [ 127.427403] xradio wlan power on [ 127.431247] gpio wl_reg_on set val 1, act val 1 [ 127.481279] gpio wl_reg_on set val 0, act val 0 [ 127.483294] gpio wl_reg_on set val 1, act val 1 [ 127.583332] [XRADIO] Detect SDIO card 1 [ 127.584862] [mmc]: sdc1 power_supply is null [ 127.635095] [mmc]: sdc1 power_supply is null [ 127.639190] [mmc]: sdc1 power_supply is null [ 127.698445] [mmc]: sdc1 power_supply is null [ 127.702577] [mmc]: sdc1 power_supply is null [ 127.765194] [mmc]: sdc1 power_supply is null [ 127.769288] [mmc]: sdc1 power_supply is null [ 127.843843] [mmc]: sdc1 power_supply is null [ 129.590496] xradio wlan power off [ 129.594797] gpio wl_reg_on set val 0, act val 0 [ 129.644890] [XRADIO] Remove SDIO card 1 [ 129.659290] [SBUS_ERR] sdio probe timeout! [ 129.664021] [XRADIO_ERR] sbus_sdio_init failed [ 130.398768] [XRADIO_ERR] xradio_host_dbg_init failed=2599 [ 130.405100] [XRADIO] Driver Label:L34M.01.08.0002 Feb 23 2017 19:54:01 [ 130.412750] [XRADIO] Allocated hw_priv @ c6745240 [ 130.418506] xradio wlan power on [ 130.422403] gpio wl_reg_on set val 1, act val 1 [ 130.472436] gpio wl_reg_on set val 0, act val 0 [ 130.474452] gpio wl_reg_on set val 1, act val 1 [ 130.574486] [XRADIO] Detect SDIO card 1 [ 130.576019] [mmc]: sdc1 power_supply is null [ 130.625159] [mmc]: sdc1 power_supply is null [ 130.629253] [mmc]: sdc1 power_supply is null [ 130.688436] [mmc]: sdc1 power_supply is null [ 130.692559] [mmc]: sdc1 power_supply is null [ 130.755146] [mmc]: sdc1 power_supply is null [ 130.759238] [mmc]: sdc1 power_supply is null [ 130.831926] [mmc]: sdc1 power_supply is null [ 132.580509] xradio wlan power off [ 132.584808] gpio wl_reg_on set val 0, act val 0 [ 132.634908] [XRADIO] Remove SDIO card 1 [ 132.649304] [SBUS_ERR] sdio probe timeout! [ 132.654000] [XRADIO_ERR] sbus_sdio_init failed [ 133.549129] [XRADIO_ERR] xradio_host_dbg_init failed=2599 [ 133.555479] [XRADIO] Driver Label:L34M.01.08.0002 Feb 23 2017 19:54:01 [ 133.563128] [XRADIO] Allocated hw_priv @ c6749240 [ 133.568888] xradio wlan power on [ 133.572764] gpio wl_reg_on set val 1, act val 1 [ 133.622795] gpio wl_reg_on set val 0, act val 0 [ 133.624813] gpio wl_reg_on set val 1, act val 1 [ 133.724852] [XRADIO] Detect SDIO card 1 [ 133.726391] [mmc]: sdc1 power_supply is null [ 133.775142] [mmc]: sdc1 power_supply is null [ 133.779232] [mmc]: sdc1 power_supply is null [ 133.838474] [mmc]: sdc1 power_supply is null [ 133.842596] [mmc]: sdc1 power_supply is null [ 133.905163] [mmc]: sdc1 power_supply is null [ 133.909253] [mmc]: sdc1 power_supply is null [ 133.981910] [mmc]: sdc1 power_supply is null [ 135.730557] xradio wlan power off [ 135.749448] gpio wl_reg_on set val 0, act val 0 [ 135.799742] [XRADIO] Remove SDIO card 1 [ 135.828754] [SBUS_ERR] sdio probe timeout! [ 135.836793] [XRADIO_ERR] sbus_sdio_init failed After seeing all that I loaded nightly build 4.10.1 and there xradio_wlan only posts one message and that is about mac-address being an invalid parameter but it doesnt load any wlan interface and as a result nmtui doesnt work either. I tried building 4.10.1 using armbian build package to see if some fix came up but the results are same. Now, is there anything I need to fix there? I know that the board could be faulty but want to give it a shot as the seller probably wont give me a replacement. Edited March 6, 2017 by Igor Add logs under spoiler
Recommended Posts