It seems that ralink firmware is now a module rather than an in-tree driver. For the output of dmesg : http://pastebin.com/HKr5xsLz Is it related to the touch screen events? Code: [ 1.368383] udoo_power_off poweroff.26: request of gpio lcd_panel_on_gpio 2 failed with -16 In my console I get during ifup -a: Code: rfkill: Cannot open RFKILL control device Could not read interface wlan0 flags: No such device WEXT: Could not set interface 'wlan0' UP wlan0: Failed to initialize driver interface ip: SIOCGIFFLAGS: No such device
Dear cyrilf, regarding Wi-Fi try to add the PPA http://repository.udoo.org and try to install firmware-ralink Moreover, have you installed the kernel modules in your system?
Hi, thanks for answering my questions I don't have a package manager. I installed the modules using : Code: make modules_install INSTALL_MOD_PATH=$TARGETDIR So now I have a directory called /lib/modules/3.14.56-gbe04111-dirty/ in the rootfs of my embedded Linux. I cannot find modules I checked in that directory.
@cyrilf, I think you should flash the latest image from http://www.udoo.org/downloads/ that is UDOObuntu2 RC1. The variable thing is not important, the order there doesn't matter.