Now look like working "out of the box" , without any other actions, that's very fine!
Remain a problem, after going in suspend mode , when it come back the keyboard and touchpad are not working, even if I attach via usb a mouse.
With mplayer ( and it's gui) I can play video fast, but without resize on full display. Where I'm able to resize it goes slow.
But if I install the
imx-essential using the steps on chapter to
"Add 2D/3D drivers, suspend, brightness regulation" of this wiki
http://library.powerdeveloper.net/index.php/Debian i lost the possibility to watch videos with any players ( vlc, xine, totem, mplayer, etc...)
For investigate on the suspend problem here a piece of messages log.
Code:
Aug 31 14:44:24 efikamx kernel: [ 249.660065] Freezing user space processes ... (elapsed 0.00 seconds) done.
Aug 31 14:44:24 efikamx kernel: [ 249.670150] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Aug 31 14:44:24 efikamx kernel: [ 249.677912] Suspending console(s) (use no_console_suspend to debug)
Aug 31 14:44:24 efikamx kernel: [ 250.412332] sd 0:0:0:0: [sda] Stopping disk
Aug 31 14:44:24 efikamx kernel: [ 250.792231] USB Host suspended
Aug 31 14:44:24 efikamx kernel: [ 250.792246] USB Host suspended
Aug 31 14:44:24 efikamx kernel: [ 250.792256] USB Host suspended
Aug 31 14:44:24 efikamx kernel: [ 250.805428] IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
Aug 31 14:44:24 efikamx kernel: [ 250.805745] mxc_ipu mxc_ipu: Channel already disabled 9
Aug 31 14:44:24 efikamx kernel: [ 250.805756] mxc_ipu mxc_ipu: Channel already uninitialized 9
Aug 31 14:44:24 efikamx kernel: [ 250.823713] USB Host resumed
Aug 31 14:44:24 efikamx kernel: [ 250.823725] USB Host resumed
Aug 31 14:44:24 efikamx kernel: [ 250.823745] USB Host resumed
Aug 31 14:44:24 efikamx kernel: [ 251.021767] ata1.00: configured for UDMA/44
Aug 31 14:44:24 efikamx kernel: [ 251.407576] sd 0:0:0:0: [sda] Starting disk
Aug 31 14:44:24 efikamx kernel: [ 251.867520] usb 2-1: reset high speed USB device using fsl-ehci and address 2
Aug 31 14:44:24 efikamx kernel: [ 252.117509] usb 3-1: reset high speed USB device using fsl-ehci and address 2
Aug 31 14:44:24 efikamx kernel: [ 252.310588] Restarting tasks ...
Aug 31 14:44:24 efikamx kernel: [ 252.314443] usb 2-1: USB disconnect, address 2
Aug 31 14:44:24 efikamx kernel: [ 252.319194] usb 2-1.1: USB disconnect, address 3
Aug 31 14:44:24 efikamx kernel: [ 252.325790] usb 2-1.2: USB disconnect, address 4
Aug 31 14:44:24 efikamx kernel: [ 252.330840] RtmpOSNetDevDetach(): RtmpOSNetDeviceDetach(), dev->name=wlan0!
Aug 31 14:44:24 efikamx kernel: [ 252.526413] done.
Aug 31 14:44:24 efikamx kernel: [ 252.917615] usb 2-1: new high speed USB device using fsl-ehci and address 5
Aug 31 14:44:24 efikamx kernel: [ 253.187664] usb 2-1: new high speed USB device using fsl-ehci and address 6
Aug 31 14:44:25 efikamx kernel: [ 253.447613] usb 2-1: new high speed USB device using fsl-ehci and address 7
Aug 31 14:44:25 efikamx kernel: [ 253.997526] usb 2-1: new high speed USB device using fsl-ehci and address 8
Aug 31 14:44:26 efikamx kernel: [ 254.439565] usb 3-1: USB disconnect, address 2
Aug 31 14:44:26 efikamx kernel: [ 254.444015] usb 3-1.1: USB disconnect, address 3
Aug 31 14:44:26 efikamx kernel: [ 254.449962] usb 3-1.2: USB disconnect, address 4
Aug 31 14:44:26 efikamx kernel: [ 254.567551] usb 3-1: new high speed USB device using fsl-ehci and address 5
Aug 31 14:44:26 efikamx kernel: [ 254.817519] usb 3-1: new high speed USB device using fsl-ehci and address 6
Aug 31 14:44:26 efikamx kernel: [ 255.067517] usb 3-1: new high speed USB device using fsl-ehci and address 7
Aug 31 14:44:27 efikamx kernel: [ 255.617674] usb 3-1: new high speed USB device using fsl-ehci and address 8
Aug 31 14:48:05 efikamx kernel: [ 473.469609] Efika MX: Power Key pressed 0
Aug 31 14:48:06 efikamx kernel: [ 474.665894] Efika MX: Power Key released 0
Quote:
I have downloaded your suggested image put on sd ( with unxz and dd ) and boot my smartbook with the sd, connected to the network
I have make
Code:
sudo -s
with the password efika to have the root permissions then:
I have installed git
Code:
apt-get install git
then I have launched
Code:
git clone git://github.com/wschaub/install-armhf.git
for download the last version of install-armhf;
then I have installed the needed pakages:
Code:
apt-get -u install debootstrap parted pv
After that I have write
Code:
cd install-armhf
and then launched
Code:
./install-armhf.sh ssd /dev/sda
for start the installation on smartbook ssd.
During the installation it ask me the password for root and the name and password to create.
When I reboot the OS work perfectly!
And the OS mount nicely usb storage!
Quote:
http://steubentech.com/~talon/Efika-MX/ ... exp.img.xz should boot directly into an up to date armhf image I just made today. It's not the final one I will be putting out soon but it should work just fine and have all the fancy gpu stuff installed. There is a compat-wireless .deb in efika's home directory as well in case you need it. just log in as efikia and use efika as the password and you should be all set.