Hi everyone, I'm trying to enable the wifi connection on Quad / Dual UDOO boards using UDOObuntu 2.1.4. Unfortunately both the Quads and Dual UDOOs refuse to work with this release in my case. I tried different boards, swapped wifi modules ... I have access to multipe Quad / Dual boards. I can see them working with UDOObuntu v1.1 Don't think it's a hw issue here. Here are some of the details, let me know if more info is needed, Thanks, George Code: Linux udoo 3.14.56-udooqdl-02044-gddaad11 #3 SMP PREEMPT Tue Dec 6 16:26:55 UTC 2016 armv7l armv7l armv7l GNU/Linux iwconfig reports "no wireless extensions" Code: root@udoo:~# iwconfig wlan0 no wireless extensions. lo no wireless extensions. eth0 no wireless extensions. Code: root@udoo:~# lsusb Bus 001 Device 003: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Code: root@udoo:~# dmesg |grep ieee [ 5.725282] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected [ 5.771282] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected [ 5.772262] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 7.186343] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin' [ 7.188345] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29 Code: root@udoo:~# cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-driver wext wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp # USB OTG connection allow-hotplug usb0 iface usb0 inet static address 192.168.7.2 netmask 255.255.255.252 Code: root@udoo:~# cat /etc/wpa_supplicant/wpa_supplicant.conf network={ ssid="my_ssid" psk=my_hashed_passwd } Code: root@udoo:~# lsmod Module Size Used by ipv6 296096 26 rfcomm 31510 0 bnep 10497 2 bluetooth 235936 10 bnep,rfcomm 6lowpan_iphc 6232 1 bluetooth rt2800usb 14794 0 rt2x00usb 11212 1 rt2800usb rt2800lib 77020 1 rt2800usb rt2x00lib 43648 3 rt2x00usb,rt2800lib,rt2800usb crc_ccitt 1544 1 rt2800lib mxc_v4l2_capture 25122 0 ipu_bg_overlay_sdc 5131 1 mxc_v4l2_capture ipu_still 2312 1 mxc_v4l2_capture ipu_prp_enc 5819 1 mxc_v4l2_capture ipu_csi_enc 3682 1 mxc_v4l2_capture ipu_fg_overlay_sdc 5931 1 mxc_v4l2_capture ov5640_camera_mipi 23933 0 v4l2_int_device 2888 3 ov5640_camera_mipi,ipu_csi_enc,mxc_v4l2_capture ci_hdrc_imx 7536 0 usbmisc_imx 8816 1 ci_hdrc_imx ci_hdrc 30958 1 ci_hdrc_imx udc_core 8716 1 ci_hdrc ehci_hcd 43098 1 ci_hdrc usbcore 175003 4 rt2x00usb,rt2800usb,ehci_hcd,ci_hdrc usb_common 3308 3 udc_core,usbcore,ci_hdrc fuse 74400 2 no bytes are moving in any direction here Code: root@udoo:~# ifconfig wlan0 wlan0 Link encap:Ethernet HWaddr <commented_out> UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Wifi works for me on 14.04 and 16.04, I cant understand, maybe have you a custom kernel? But I bet for a corrupt .img