potz Posted September 6, 2015 Author Posted September 6, 2015 Hi, I checked the hardware with older installation (with LCD and non I2S-Audio) and WLAN is working. bananapi@lemaker ~ $ uname -a Linux lemaker 3.4.103 #4 SMP PREEMPT Thu Dec 18 12:55:58 CST 2014 armv7l GNU/Linux bananapi@lemaker ~ $ lsmod Module Size Used by sunxi_spdma 4796 1 sunxi_spdif 6481 1 sunxi_sndspdif 3405 0 sndspdif 3047 1 ft5x_ts 42276 0 ap6210 584133 0 mali_drm 2608 0 drm 209226 1 mali_drm mali 111427 0 ump 52415 1 mali bananapi@lemaker ~ $ bananapi@lemaker ~ $ cat /proc/asound/cards 0 [sunxicodec ]: sunxi-CODEC - sunxi-CODEC sunxi-CODEC Audio Codec 1 [sunxisndspdif ]: sunxi-sndspdif - sunxi-sndspdif sunxi-sndspdif bananapi@lemaker ~ $ iwconfig lo no wireless extensions. tunl0 no wireless extensions. wlan0 IEEE 802.11 Access Point: Not-Associated Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 invalid crypt:0 invalid misc:0 eth0 no wireless extensions. bananapi@lemaker ~ $ A.
Igor Posted September 6, 2015 Posted September 6, 2015 Try this kernel. I add the driver and recompile: http://mirror.igorpecovnik.com/test/linux-image-banana_4.3_armhf.deb It will remain in future upgrades. Use it with default Bananapro FEX. I hope we fixed the problem now.
potz Posted September 6, 2015 Author Posted September 6, 2015 Try this kernel. I add the driver and recompile: http://mirror.igorpecovnik.com/test/linux-image-banana_4.3_armhf.deb It will remain in future upgrades. Use it with default Bananapro FEX. I hope we fixed the problem now. Thanks! But how should I use it? It's not an image for SD-card. Sorry! A.
Igor Posted September 6, 2015 Posted September 6, 2015 Use latest and install this kernel over. dpkg -i xxxxx.deb
potz Posted September 7, 2015 Author Posted September 7, 2015 Hi Igor! It works! I use the ap6210 driver. Last login: Mon Sep 7 22:04:05 2015 Load: 0.19, 0.22, 0.10 - Board: 42.7°C - Memory: 954Mb root@bananapi:~# iwconfig lo no wireless extensions. tunl0 no wireless extensions. wlan0 IEEE 802.11 ESSID:"xxxxxxxx" Mode:Managed Frequency:2.412 GHz Access Point: xx:vv:yy:zz:dd:vv Bit Rate=65 Mb/s Tx-Power:32 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off eth0 no wireless extensions. bond0 no wireless extensions. root@bananapi:~# uname -a Linux bananapi 3.4.108-banana #8 SMP PREEMPT Sun Sep 6 20:18:29 CEST 2015 armv7l GNU/Linux root@bananapi:~# root@bananapi:~# lsmod Module Size Used by bnep 14462 2 cpufreq_userspace 3524 0 ap6210 624553 0 a20_tp 3365 0 8021q 18593 0 garp 6072 1 8021q stp 2032 1 garp llc 5365 2 stp,garp sunxi_ir 4037 0 hidp 17640 0 rfcomm 58686 0 bt_gpio 2741 0 wifi_gpio 6375 1 bt_gpio hci_uart 25000 0 bluetooth 264185 12 bnep,hidp,hci_uart,rfcomm spidev 6366 0 root@bananapi:~# Now I have to test the Audio and LCD. Thanks! A. 1
Stefan aka a1d3s Posted October 6, 2015 Posted October 6, 2015 hey igor what do you change? i ran in same problem with dan-3.4.108 kernel
Igor Posted October 6, 2015 Posted October 6, 2015 His kernel doesn't have this driver build in by default. Either use my kernel or add this patch: https://github.com/igorpecovnik/lib/blob/second/patch/kernel/wireless-bananapro.patch It used to be, but then it was removed: https://github.com/dan-and/linux-sunxi/commit/53d8c2caa8955d00d609beee073f0e14ec253a11
Stefan aka a1d3s Posted October 6, 2015 Posted October 6, 2015 https://github.com/EddyBeaupre/ap6210this the same as yours? i applied this an run a build dts is much easier, the only thing that not work is mali
Igor Posted October 6, 2015 Posted October 6, 2015 I took that patch from Lemaker kernel source and they probably fork it from Eddy. I didn't check. Mali is not working, sun4i (A10) breaks, we need an extra gmac patch, ... I already start to prepare an alternative 3.4 branch, starting from linux-sunxi. I need to fix few patches, ... i'll put up this week no matter how far I will come.
Recommended Posts