| ||
Announcing the arrival of PicUntu 0.9 RC 2.1 PicUntu 0.9 RC 2.1
#161
Posted 04 February 2013 - 04:53 PM
I posted in the MK808 section about the version sold as "Ipegtop" on usual websites. Same question here, did anybody try these with Picuntu?
Link to the thread: http://www.slatedroi...n-with-picuntu/
#162
Posted 05 February 2013 - 11:55 PM
reddor, on 04 February 2013 - 01:53 PM, said:
I've setup 20 MK808s now and haven't ran into any of these problems. I've connected to other 808s and other Linux and windows and android devices. Ssh, SQL everything works perfect.
Make absolutely sure after you download the linuxroot rootfs or after your done building it with pre-Picuntu that any files you copy or archive or unarchive with tar have permissions preserved. You can add -p to any tar command to preserve while taring / untaring. and also use -a to preserve attributes when copying. I've had weird problems on and off when I forget my sd card is preformatted fat32 when shipped or when I forget to preserve permissions etc... Which link to which linuxroot fs are you using?
To copy
# cp -a ./source /destination
To compress
# tar pcvzf file name.tar.gz
To uncompressed
# tar pxvzf filename.tar.gz
Also what type of storage device are you using? If sdcard which class? If USB storage max read/write? Have you tried other wireless devices other than internal wifi? Do you have any other miniDevices you can test Picuntu on? I can suggest several working devices if you need suggestions. $4 you got wifi lol yeah it eats a USB port but until we worked the wifi drivers for internal it was the way I had to install Picuntu on the first 10 units.
This post has been edited by JustinTime4Tea: 06 February 2013 - 12:02 AM
.-=/ Open GL ES GOODIES! \=-.
. - ( *_Quake-3_*- .. -*_GLTron_*- .. -*_Playstation_Emulator_*- .. -*_XBMC with AddOns!_[COME and get IT!]* ) - .
.-=/ OTHER GOODIES! \=-.
. - ( *_XChat FREE Direct Live Help and Growing Community!_*- .. -* Joomla 3.1 Quick Professional Modern Website Easy as 1-2-3 *- .. -* HW Support: Webcams, Hubs, PS3Remote, much more *- .. -* too much to list! Download now and enjoy! Join us using XChat and lets plan the next release together!_* ) - .
_.-=/ Justin Gross ]
_.-='/ home://io ]
_.-=/ Seattle, WA ]
#163
Posted 06 February 2013 - 01:49 AM
.-=/ Open GL ES GOODIES! \=-.
. - ( *_Quake-3_*- .. -*_GLTron_*- .. -*_Playstation_Emulator_*- .. -*_XBMC with AddOns!_[COME and get IT!]* ) - .
.-=/ OTHER GOODIES! \=-.
. - ( *_XChat FREE Direct Live Help and Growing Community!_*- .. -* Joomla 3.1 Quick Professional Modern Website Easy as 1-2-3 *- .. -* HW Support: Webcams, Hubs, PS3Remote, much more *- .. -* too much to list! Download now and enjoy! Join us using XChat and lets plan the next release together!_* ) - .
_.-=/ Justin Gross ]
_.-='/ home://io ]
_.-=/ Seattle, WA ]
#164
Posted 07 February 2013 - 01:36 AM
I have only ever really 'played' with linux previously (basically a noob at it), never in any serious way, but am quite excited to take a crack at getting my 808 over to Picuntu. Its been running Bob's 1.5a / 1.6 firmware and I use it to monitor the ip cams we have installed - unfortunately the monitoring software only seems to to image capture, not video, so, Enter Picuntu.
I hope to be able to (with the help of trusty(?) google) install motion onto it and run it so that it will motion capture video dump a copy to a USB, and also upload to internet storage.
Have done a few install tries - but have not had much luck (so far) - tried the .IMG install - it booted and i got the desktop, but could not get the wireless sorted - also tried the other methods but not luck their either - although reading through the forum, i think my probs are permission based, and other are pre-requiste apps that i dont have (IE: pv). will have to update these and try again
One REALLY dumb question - do i really need to log in as Root? - can i just sudo a root terminal and then run the scripts?
#165
Posted 07 February 2013 - 03:14 AM
I also tar pxvzf to extract the script (to be safe). But install was perfect
#167
Posted 07 February 2013 - 04:50 PM
Plan to use dropbox as the internet storage, but the install generated an i386 error, so figure I will need to try and compile from the source - if it works will post it here.
#168
Posted 07 February 2013 - 07:06 PM
Hammo, on 07 February 2013 - 04:50 PM, said:
Plan to use dropbox as the internet storage, but the install generated an i386 error, so figure I will need to try and compile from the source - if it works will post it here.
I use zoneminder for IP cameras or other Android devices running an IP cam app. I use motion for any USB cams because I have yet to get zoneminder working with the one USB cam I have. motion and zoneminder are AWESOME
I have yet to get Dropbox or google drive working but have a look at Ubuntu One. You get 5Gb free storage and they have dedicated client apps for android and iOS now so you can access ubuntu one files anywhere. I have motion installed and the directory it captures motion to by default is /tmp/motion I believe... Not 100% sure but I will check into syncing the stored security shots to a cloud service as well as implementing Google Email and text alerts
If you come across good reading on how to implement google drive or Dropbox syncing under the Armhf architecture let me know I always love reading new articles. So far the tid bit I've played around with Dropbox and Gdrive has shown me that it'll take a little hack savy work to compile from source or find a Debian package for Dropbox/Gdrive in armhf. This is why you probably get some i386 message when attempting to install Dropbox.
Mk808 Picuntu is using the armhf architecture so any software you install or compile must be for arm architecture. Some source is easily cross-compiled accross multiple CPU architectures while others are not.
Also to stop or start motion you can issue these commands
$sudo /etc/init.d/motion stop
$sudo /etc/init.d/motion start
OR alternatively
$sudo service motion stop
$sudo service motion start
Of course type these without $ sign and I personally prefer the init.d method
This post has been edited by JustinTime4Tea: 07 February 2013 - 07:17 PM
.-=/ Open GL ES GOODIES! \=-.
. - ( *_Quake-3_*- .. -*_GLTron_*- .. -*_Playstation_Emulator_*- .. -*_XBMC with AddOns!_[COME and get IT!]* ) - .
.-=/ OTHER GOODIES! \=-.
. - ( *_XChat FREE Direct Live Help and Growing Community!_*- .. -* Joomla 3.1 Quick Professional Modern Website Easy as 1-2-3 *- .. -* HW Support: Webcams, Hubs, PS3Remote, much more *- .. -* too much to list! Download now and enjoy! Join us using XChat and lets plan the next release together!_* ) - .
_.-=/ Justin Gross ]
_.-='/ home://io ]
_.-=/ Seattle, WA ]
#169
Posted 07 February 2013 - 07:11 PM
Hammo, on 07 February 2013 - 01:36 AM, said:
Aw thanks! Honestly don't give me TOO much credit lol I did report some bugs and some issues to Alok and have done some testing and will continue to test as much as I can but the actual development of Picuntu is all credited to Alok (and I'm sure others but Alok has been who've I've been communicating with)
just didn't want anyone thinking I was some how a developer that's part of Picuntu team but I WOULD love to be part of the community that makes Picuntu what it will be in the future
Also I would like to thank Alok for his continued efforts and progress on this project and others and a HUGE thank you to SlateDroid for hosting this amazing community web forum.
.-=/ Open GL ES GOODIES! \=-.
. - ( *_Quake-3_*- .. -*_GLTron_*- .. -*_Playstation_Emulator_*- .. -*_XBMC with AddOns!_[COME and get IT!]* ) - .
.-=/ OTHER GOODIES! \=-.
. - ( *_XChat FREE Direct Live Help and Growing Community!_*- .. -* Joomla 3.1 Quick Professional Modern Website Easy as 1-2-3 *- .. -* HW Support: Webcams, Hubs, PS3Remote, much more *- .. -* too much to list! Download now and enjoy! Join us using XChat and lets plan the next release together!_* ) - .
_.-=/ Justin Gross ]
_.-='/ home://io ]
_.-=/ Seattle, WA ]
#170
Posted 08 February 2013 - 01:06 AM
JustinTime4Tea, on 07 February 2013 - 07:06 PM, said:
If you come across good reading on how to implement google drive or Dropbox syncing under the Armhf architecture let me know I always love reading new articles. So far the tid bit I've played around with Dropbox and Gdrive has shown me that it'll take a little hack savy work to compile from source or find a Debian package for Dropbox/Gdrive in armhf. This is why you probably get some i386 message when attempting to install Dropbox.
Hmm - that may be a little (and king kong was a small monkey) out of my league - but will see, sometimes a broken clock can show the correct time.
anyways, there is the Ubuntu one option.
#171
Posted 08 February 2013 - 04:29 AM
Hammo, on 08 February 2013 - 01:06 AM, said:
anyways, there is the Ubuntu one option.
Well if I find a viable solution I'll either source the info on how to if it's easy or write an easy how-to. I've been getting busier and busier reaching official launch date of my business here in Seattle things are getting insane... In a good way
For sending those cam shots to the web , Ubuntu One only allows syncing folders that are in your home directory so you will need to probably creat symlinks to folders outside your home folders and then configure Motion to save video files in that symlink folder. Or just set motion to capture to home folder. Motion configure files are very well documented and a simple $nano conf will allow you to search specific settings and edit. Either way good luck and if you have any questions always feel free to shoot. If Linux related please PM me so we can keep forum clutter down. I will be trying to condense my posts to keep it light.
This post has been edited by JustinTime4Tea: 08 February 2013 - 04:33 AM
.-=/ Open GL ES GOODIES! \=-.
. - ( *_Quake-3_*- .. -*_GLTron_*- .. -*_Playstation_Emulator_*- .. -*_XBMC with AddOns!_[COME and get IT!]* ) - .
.-=/ OTHER GOODIES! \=-.
. - ( *_XChat FREE Direct Live Help and Growing Community!_*- .. -* Joomla 3.1 Quick Professional Modern Website Easy as 1-2-3 *- .. -* HW Support: Webcams, Hubs, PS3Remote, much more *- .. -* too much to list! Download now and enjoy! Join us using XChat and lets plan the next release together!_* ) - .
_.-=/ Justin Gross ]
_.-='/ home://io ]
_.-=/ Seattle, WA ]
#172
Posted 08 February 2013 - 04:37 AM
.-=/ Open GL ES GOODIES! \=-.
. - ( *_Quake-3_*- .. -*_GLTron_*- .. -*_Playstation_Emulator_*- .. -*_XBMC with AddOns!_[COME and get IT!]* ) - .
.-=/ OTHER GOODIES! \=-.
. - ( *_XChat FREE Direct Live Help and Growing Community!_*- .. -* Joomla 3.1 Quick Professional Modern Website Easy as 1-2-3 *- .. -* HW Support: Webcams, Hubs, PS3Remote, much more *- .. -* too much to list! Download now and enjoy! Join us using XChat and lets plan the next release together!_* ) - .
_.-=/ Justin Gross ]
_.-='/ home://io ]
_.-=/ Seattle, WA ]
#173
Posted 11 February 2013 - 02:58 PM
I have read the whole thread and all the information foe WLAN configuration, but found nothing for Ethernet (LAN) support on NEO Minix X5 devices.
Can somebody shed some light on this? Is it supported? Or is there a way to activate it and use it?
#174
Posted 11 February 2013 - 06:36 PM
pench0, on 11 February 2013 - 02:58 PM, said:
I have read the whole thread and all the information foe WLAN configuration, but found nothing for Ethernet (LAN) support on NEO Minix X5 devices.
Can somebody shed some light on this? Is it supported? Or is there a way to activate it and use it?
I have a Minix Neo X5 which I bought only for experimenting but I couldn't even get to the point of checking how well the hardware is recognized. I have booted a few times into Ubuntu then it stopped working, and I could not get network. It might be due to the kernel I used but right now I feel unable to flash another kernel due to flash issues (which I am describing in another thread).
I have a kernel which I compiled with all ethernet support. If I am able to overcome the flash issues I will use it and have data to tell you.
#175
Posted 12 February 2013 - 03:17 PM
Have Picuntu booting direct to desktop now (Not the most secure, but it is the most functional - system is really only to monitor/record security cams).
Have VNC up and running (So now I can monitor/maintain whilst my fiance watches TV - VERY important this is)
installed Ubuntu one for cloud storage (Still to be configured)
Issues [Solved] - could not write to the usb I had connected when not logged in as root
*edit* - turns out I was recording to not the USB drive, just a directory in the Mount folder (
so...
Motion installed and running, recording to an external USB drive
BUT..
The network adaptor seems to disconnect from the network intermittantly, and does not seem to reconnect. It will keep its harcoded address, and the icon confirms that it is connected, but is not able to be seen (IE: from ping etc)...
*Thoughts* - could it be the hardcoded address? - need to test....
This post has been edited by Hammo: 12 February 2013 - 07:16 PM
#176
Posted 12 February 2013 - 03:33 PM
#177
Posted 13 February 2013 - 05:37 AM
Hammo, on 12 February 2013 - 03:17 PM, said:
Have Picuntu booting direct to desktop now (Not the most secure, but it is the most functional - system is really only to monitor/record security cams).
Have VNC up and running (So now I can monitor/maintain whilst my fiance watches TV - VERY important this is)
installed Ubuntu one for cloud storage (Still to be configured)
Issues [Solved] - could not write to the usb I had connected when not logged in as root
*edit* - turns out I was recording to not the USB drive, just a directory in the Mount folder (
so...
Motion installed and running, recording to an external USB drive
BUT..
The network adaptor seems to disconnect from the network intermittantly, and does not seem to reconnect. It will keep its harcoded address, and the icon confirms that it is connected, but is not able to be seen (IE: from ping etc)...
*Thoughts* - could it be the hardcoded address? - need to test....
I don´t understand if you use Wifi but if yes
try set
# iwconfig eth0 power off
I have try many steps to set power off after start and don´t change power off after some time and the only think that works for me was to put these lines into /etc/network/interfaces
post-up iwconfig eth0 power off #set power off after start
iwconfig eth0 power off #don´t let power off change
It may help...
#178
Posted 13 February 2013 - 06:05 AM
Hammo, on 12 February 2013 - 03:17 PM, said:
The network adaptor seems to disconnect from the network intermittantly, and does not seem to reconnect. It will keep its harcoded address, and the icon confirms that it is connected, but is not able to be seen (IE: from ping etc)...
*Thoughts* - could it be the hardcoded address? - need to test....
sounds similar to the problem i had:
http://www.slatedroi...cuntu-on-mk808/
see: bug3. # Write failed: Host is down
try adding a static arp entry.
#179
Posted 13 February 2013 - 04:13 PM
Patola, on 11 February 2013 - 06:36 PM, said:
I have a kernel which I compiled with all ethernet support. If I am able to overcome the flash issues I will use it and have data to tell you.
thank you!
please, keep me informed.
Anyway, if you want I can try with your kernel on my Minix, as I don't have any issues with the flash.
#180
Posted 14 February 2013 - 09:47 AM
Quote
1. Driver version r3p1-01rel0
2. My configs for him
3. Changing fb kernel driver
4. X video driver, also can be used from here (i have not tested)
5. Instructions given the above
Quote
this is the result of tests
Would it be possible to make a new release with the Mali drivers?
P.S. Thanks for the hard work.

Help












