Allwinner A10 : Is XBMC ported to MALI-400MP ?
servili007:
First of all I would like to thank for this release and work on. You are doing a really great job !!!!

Now I would like to describe my setup and the problems I have faced and solved...
First of all I have MK802+ from in4dealz.
I have prepared a bootable SD card and booted MK802.
The first boot was successful and I have modified files in order to start console.

Now the first problem: In my device I don't have wired lan, only wireless.
I have started WPA fix as in your release notes, but received error that "interface doesn't support scanning"
After googling I have found the same problem in jas-hacks Blog comments link to solution from miniand forum.

So, I have modified /etc/network/interfaces:
Code:
root@hackberry:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto wlan2
iface wlan2 inet dhcp
wpa-conf /etc/wpa.conf
And created /etc/wpa.conf:
Code:
root@hackberry:~# cat /etc/wpa.conf
network={
  ssid="Your AP Name"
  key_mgmt=WPA-PSK
  psk="Your Password"
}
Now reboot and after reboot wireless lan will be connected automatically...
I hope that my receipt for WiFi configuration will be useful for MK802+ users trying to install XBMC.

I have tested also number of IPTV plugin and streaming in MPEG4(H264) and MPEG2 looks really good.
The biggest problem for me that when I press ESC and not stop during video playback the interface hangs ups for number of seconds before the menu appears.

Thank you again, and keep the same way !!!Cool
Reply


Messages In This Thread
RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - by armourer - 2012-11-20, 01:07
Logout Mark Read Team Forum Stats Members Help
Allwinner A10 : Is XBMC ported to MALI-400MP ?15