Re: [beagleboard] Auto Login with Debian ?

2015-09-07 Thread Don deJuan
On 09/07/2015 07:55 AM, Graham wrote:
> Systemd Essentials: Working with Services, Units, and the Journal
> https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal
>
> How To Configure a Linux Service to Start Automatically After a Crash
> or Reboot
> https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples
>
> https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-2-reference
>
> There are other Systemd tutorials on Digital Ocean, too.
>
> --- Graham
>
> ==
> -- 
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google
> Groups "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to beagleboard+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
Learn systemd and be done with it. Keep following the wiki page I sent
you and read all pages it links to..

You will get what you want if you keep playing with it. You're not far
from success

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Auto Login with Debian ?

2015-09-05 Thread Don deJuan
On 09/05/2015 06:09 PM, Bill Pretty wrote:
>
> I could REALLY use some help here L
>
>  
>
> So I found a 10 year old post by Robert Nelson, [RobertCNelson
> 05/04/2010]where he also suggests either writing your own login.c file
> or using “rungetty” as well.
>
>  
>
> However, I am wondering if “systemd” even uses this file?
>
> If not, then what file(s) does systemd use ?
>
>  
>
> Thanks
>
>  
>
>  
>
>  
>
> Hello all;
>
>  
>
> I am trying to get my BBB to automatically login as root after it boots.
>
> This is the image I am running:
>
>  
>
> “Linux beaglebone 3.8.13-bone70 #1 SMP Fri Jan 23 02:15:42 UTC 2015
> armv7l GNU/Linux”
>
>  
>
> After some Google, I found several methods that appear to be out of date.
>
> They all suggest modifying the “/etc/inittab” file as below:
>
>  
>
>  
>
> First install rungetty using the following command
>
>  
>
> #apt-get install rungetty
>
>  
>
> you need to edit the /etc/inittab file
>
>  
>
> #nano /etc/inittab
>
>  
>
> look for the following line
>
>  
>
> comment out
>
>  
>
> #1:2345:respawn:/sbin/getty 38400 tty1
>
>  
>
> and add
>
>  
>
> 1:2345:respawn:/sbin/rungetty tty1 --autologin YOUR_USER_NAME
>
>  
>
> or
>
>  
>
> 1:2345:respawn:/bin/login -f root tty1 /dev/tty1 2>&1
>
>  
>
> none of the above work :-(
>
>  
>
>  
>
> I’m sure this is do able, I just don’t know how to with this image.
>
>  
>
> Thanks;
>
>  
>
> Bill
>
> -- 
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google
> Groups "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to beagleboard+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
> -- 
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google
> Groups "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to beagleboard+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
https://wiki.archlinux.org/index.php/Automatic_login_to_virtual_console

Should get you started

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: WiFi with external antenna for BBB - recommendations?

2015-08-16 Thread Don deJuan
On 08/16/2015 08:07 AM, c...@isbd.net wrote:
 Marcus Diogo mvdiog...@gmail.com wrote:
 [-- text/plain, encoding quoted-printable, charset: UTF-8, 53 lines --]

 In my house i use one external like nanostation
 https://www.ubnt.com/airmax/nanostationm/ just plug on ethernet bbb
 Em 16/08/2015 06:20, c...@isbd.net escreveu:

 I already use the similar TP-Link TL-WA7210G.

 However I have a specific requirement to use a USB adapter in this
 application as I need to do the WiFi authentication in the host
 computer not in the remote device.

alfa series cards will work fine

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Starting VNC at boot in debian

2015-06-29 Thread Don deJuan
On 06/29/2015 08:43 AM, Joe Spanier wrote:
 Still having issues. I followed some guides specific to LDXE this
 weekend but still no luck. Anyone?

 On Friday, June 26, 2015 at 1:12:29 PM UTC-5, Joe Spanier wrote:

 Im working with the 6-17 machinekit image on elinux.org
 http://elinux.org on my BBB running the xenomai kernel and I am
 having a hell of a time getting things to autostart, specifically
 x11vnc. 

 Ive been able to get this to work with raspberry pi and in ubuntu,
 but no matter what I have tried or what tutuorial I follow I cant
 seem to get anything to autostart on the BBB. 

 Is anyone using a VNC server that they can give me the script and
 setup process they are using? The directions I followed most
 recently are these and still no luck:

 There are several ways of doing this, but here is my preferred way
 (as root):

 -create a password file using “x11vnc -storepasswd
 password_file” and provide your password, then chmod 600
 password_file to avoid anyone reading it but root,

 -create the following in /etc/init/x11vnc.conf (make sure you
 replace the ..., from the script details below, with the
 correct information):

 start on login-session-start
 script
 x11vnc -xkb -noxrecord -noxfixes -noxdamage
 -repeat -display :0 -auth/var/run/lightdm/root/:0 -forever -shared 
 -bg -o /var/log/x11vnc.log -rfbauthpassword_file_plus_path -rfbport 5900 
 -allow
 ip_address
 end script

 Now let’s see some of the options used above (and it has a lot of
 them http://www.karlrunge.com/x11vnc/x11vnc_opts.html):

 -xkb will allow better clipboard interactions in my experience,

 -repeat is allowing keyboard repeating keys (most annoying
 thing when it doesn’t work),

 -forever means even if you disconnect from your session,
 x11vnc will still be alive,

 -shared means several users may be connected at the same time
 (use this only if you plan to connect multiple users
 simultaneously to it),

 -allow enables to restrict the machines that will be able to
 connect to vnc, remember, vnc is an open door to your machine
 (I removed this for my linux PC).

 Reboot. You should be able to connect on the default port 5900
 after that.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
I dont use Debian but on Arch once I setup a systemd service file it
starts on boot as expected for me. Been doing this for well over a year
now without issue.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: OSX + Baeglebone = Nightmare

2015-02-01 Thread Don deJuan
On 02/01/2015 04:36 PM, SimuGQ wrote:
 Well what are we doing wrong?

 On Monday, February 2, 2015 at 12:35:36 AM UTC, RobertCNelson wrote:

 On Sun, Feb 1, 2015 at 6:28 PM, SimuGQ garymq...@gmail.com wrote:
  By the way, I bought 5 of these boards, none of them work.
 
  It said on the box they were OS X compatible, this was obviously
 a false
  statement. What is anyone to think if they are sold something
 that does not
  do as promised, and has various try this solutions that don't
 work.
 
  Amateur hour.

 They work on my OS X 10.9.5 system

 Regards,

 -- 
 Robert Nelson
 http://www.rcn-ee.com/

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
You need to just chill out and take a deep breath its no ones fault you
wasted time but your own. Just cause the Rpi does X out of the box
does not make the BBB a POS means PEBKAC 99.9% of the time. How is
anyone ever supposed to help you if you hate being asked have you tried
this or that, no one can read your mind or guess WTF you even have
attempted? Its not like you really laid out what you tried and have not
tried. Shit happens accept it and find a solution or move on thats open
source, no one but yourself is to blame if YOU wasted YOUR companies
money. Like Robert I have no issues on my OSX 10.9 box though I rarely
ever use it cause I just hate apple products. If you are experienced as
you say then stop the ranting and ask a real question where you lay out
what you tried and all the info you think is relevant so others can
actually try and help, frustration or not dont take it out on people who
make no money off helping YOU with YOUR problem. This attitude is going
to get you no where and shocked Robert has entertained your emails this
long. No one is under obligation to figure out YOUR problems but they
just might if you actually were not on a tyrannical rant. If you hate
these so much return all the POS crap you bought and go have fun with
that pi, then realize all the BS hype that surrounds that platform.


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Reading large file on external HDD (ext4) causes 100% cpu usage

2015-01-20 Thread Don deJuan
On 01/20/2015 01:49 PM, Jan Stanstrup wrote:
 Thank you for your answer.
 I have spend some hours now to look into your suggestion but I have
 not been able to find anything on how to set the server side buffer size.
 I found something on tcp buffers that apparently can be changed
 with /proc/sys/net/core/rmem_max /proc/sys/net/core/wmem_max but I
 have no idea if that is relevant. I tried lowering that by a factor of
 10 but it made no difference. It even stalled faster it seems (could
 be random. it doesn't stall at the same point every time).

 But to me it is a disk read issue. It cannot be right that you cannot
 read a 4GB file on a BBB as was the case with my read test in my first
 post. If that is the case I am very disappointed about the product.




 On Monday, 19 January 2015 17:36:33 UTC+1, William Hermans wrote:

 you may want to look into making smaller ( much smaller ) file
 buffers for the ftp / sftp servers you're using on the beaglebone
 side. It's been a while, so I could tell you how specifically, but
 it should be something you can look up with an internet search or two.

 On Sat, Jan 17, 2015 at 8:27 AM, stan...@gmail.com wrote:

 Hi.

 I am running ubuntu on BBB and I have an external HDD attached
 over USB.

 I am having trouble reading large files on the external disks
 over sftp and ftp. I tried different ftp clients but the
 result is the same. After reading some of the file, typically
 a few GB, the cpu uses 100% CPU and the speed drops to
 practically nothing.

 I believe I have traced the problem to be an issue of reading
 from the disk. If I make a large file:
 dd if=/dev/zero of=file.txt count=1024 bs=400
 (which is not a problem apparently)

 and then read it using
 time sh -c dd if=file.txt bs=4k
 It will in a few minutes jump to use 100% CPU and in many
 instances crash the ssh session with:
 The client has disconnected from the server.  Reason:
 Message Authentication Code did not verify (packet #222795).
 Data integrity has been compromised. 


 I found some discussion
 (https://bbs.archlinux.org/viewtopic.php?id=112846p=4
 https://bbs.archlinux.org/viewtopic.php?id=112846p=4) of
 what seems to be a similar issue where they suggest to
 set /sys/kernel/mm/transparent_hugepage/defrag to madvise. But
 I don't know how to try that on the BBB or if it is even relevant.

 Any idea about how to resolve this nasty problem?
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from
 it, send an email to beagleboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout
 https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

I rarely use ftp but isnt it the rcvbuf sndbuf xferbuf settings? sftp
also has the -B but with sftp you also have ssh to take into account




-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Reading large file on external HDD (ext4) causes 100% cpu usage

2015-01-20 Thread Don deJuan
On 01/20/2015 01:49 PM, Jan Stanstrup wrote:
 Thank you for your answer.
 I have spend some hours now to look into your suggestion but I have
 not been able to find anything on how to set the server side buffer size.
 I found something on tcp buffers that apparently can be changed
 with /proc/sys/net/core/rmem_max /proc/sys/net/core/wmem_max but I
 have no idea if that is relevant. I tried lowering that by a factor of
 10 but it made no difference. It even stalled faster it seems (could
 be random. it doesn't stall at the same point every time).

 But to me it is a disk read issue. It cannot be right that you cannot
 read a 4GB file on a BBB as was the case with my read test in my first
 post. If that is the case I am very disappointed about the product.




 On Monday, 19 January 2015 17:36:33 UTC+1, William Hermans wrote:

 you may want to look into making smaller ( much smaller ) file
 buffers for the ftp / sftp servers you're using on the beaglebone
 side. It's been a while, so I could tell you how specifically, but
 it should be something you can look up with an internet search or two.

 On Sat, Jan 17, 2015 at 8:27 AM, stan...@gmail.com wrote:

 Hi.

 I am running ubuntu on BBB and I have an external HDD attached
 over USB.

 I am having trouble reading large files on the external disks
 over sftp and ftp. I tried different ftp clients but the
 result is the same. After reading some of the file, typically
 a few GB, the cpu uses 100% CPU and the speed drops to
 practically nothing.

 I believe I have traced the problem to be an issue of reading
 from the disk. If I make a large file:
 dd if=/dev/zero of=file.txt count=1024 bs=400
 (which is not a problem apparently)

 and then read it using
 time sh -c dd if=file.txt bs=4k
 It will in a few minutes jump to use 100% CPU and in many
 instances crash the ssh session with:
 The client has disconnected from the server.  Reason:
 Message Authentication Code did not verify (packet #222795).
 Data integrity has been compromised. 


 I found some discussion
 (https://bbs.archlinux.org/viewtopic.php?id=112846p=4
 https://bbs.archlinux.org/viewtopic.php?id=112846p=4) of
 what seems to be a similar issue where they suggest to
 set /sys/kernel/mm/transparent_hugepage/defrag to madvise. But
 I don't know how to try that on the BBB or if it is even relevant.

 Any idea about how to resolve this nasty problem?
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from
 it, send an email to beagleboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout
 https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

also just so you know that was all found in the ftp sftp man pages..

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: screen blank in 10 miute.How to avoid ?

2015-01-01 Thread Don deJuan
On 12/31/2014 06:13 PM, William Hermans wrote:
 you're looking for /boot/uEnv.txt I think is the current location on
 the latest images, and for a line that looks something like . . .

 *cmdline=quiet init=/lib/systemd/systemd*

 And then you do . . .

 *cmdline=quiet init=/lib/systemd/systemd consolbank=0

 *
 I *think* parameters are space separated, but it is either space or
 comma separated. I do not know *everything* from memory, and since I'm
 away from my dev systems for a few more days . . . Anyway, you can
 probably check on the internet somewhere. To verify, you can do . . .

 # *cat /proc/cmdline* ( again going from memory . . . ) to make sure
 your modification took.

 Pretty much all kernel startup options can be used similarly. So for
 instance if you wanted to disable ipv6 and the console blanking at
 boot . . .

 **cmdline=quiet consolbank=0 *ipv6.disable=1*

 This would of course use init ( SYSV )for the init daemon as no path
 to systemd was specified. And then disable console blanking and then
 disable ipv6 system wide I believe.

 Anyway, I'm not an expert with Linux boot params, but I have used both
 **consolbank=0 *ipv6.disable=1 *, and they do work. Also, some params
 are platform / hardware specific, so may not work on all hardware
 platforms.

 On Wed, Dec 31, 2014 at 9:18 AM, Metro sd.is...@gmail.com
 mailto:sd.is...@gmail.com wrote:

 How can i edit my existing uEnv.txt file to put a boot parameter:
 |
 consolbank=0
 |
 i think this will solve the problem.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
shouldnt it be
consoleblank ?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Qt 5.4 on BBB OpenGL: Linux is dead after execute examples. Keyboard and mouse have no response.

2014-12-14 Thread Don deJuan
On 12/14/2014 06:23 PM, Yang Lei wrote:
 Thank you for the respond. However, I've successfully run the
 Graphic's demo program on 3.18 kernel. Does that mean the Graphic
 driver has no problem? Thanks!

 On Sun, Dec 14, 2014 at 9:14 PM, liyaoshi liyao...@gmail.com
 mailto:liyao...@gmail.com wrote:

 As I know , Ti's Graphic driver will not support 3.18 kernel for
 current now
 You should use 3.12 to match the ti graphic driver

 2014-12-14 12:07 GMT+08:00 Yang Lei y34...@gmail.com
 mailto:y34...@gmail.com:

 Thanks!

 I tried adding -platform eglfs but the result is still the
 same. Either mouse and keyboard doesn't response.

 I believe the default platform is eglfs. So, even I don't use
 -platform option, the it should run with eglfs platform. Am I
 right? My reference is here
 http://doc.qt.io/qt-5/embedded-linux.html.

 Any more suggestion?



 On Sat, Dec 13, 2014 at 5:54 PM, John Syn john3...@gmail.com
 mailto:john3...@gmail.com wrote:


 From: Yang Lei y34...@gmail.com mailto:y34...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Saturday, December 13, 2014 at 1:55 PM
 To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Subject: [beagleboard] Qt 5.4 on BBB OpenGL: Linux is dead
 after execute examples. Keyboard and mouse have no response.

 Hello everyone

 I’m new on Qt on arm linux. I’m trying to cross
 compile the newest version Qt 5.4 for Beaglebone
 Black(BBB). I think I almost successed because I
 finished configure and make of Qt 5.4 based on root
 file system on BBB. When I try to run an example, the
 GUI shows up but the linux is dead and there is no
 response from keyboard and mouse. The only thing I can
 do is to reset BBB. Could someone help me with this
 problem? I will describe my steps as follow:

 1. Build Ubuntu SD card

 For this step, I followed the following website:
 _https://eewiki.net/display/linuxonarm/BeagleBone+Black_

 Kernel version:
 Linux arm 3.18.0-bone1 #1 Mon Dec 8 23:08:59 EST 2014
 armv71 armv71 armv71 GNU/Linux

 Root file system:
 Ubuntu 14.04.1 LTS

 Cross compiler:
 arm-linux-gnueabihf-gcc (crosstool-NG
 linaro-1.13.1-4.9-2014.09 – Linaro GCC 4.9-2014.09)
 4.9.2 20140904 (prerelease)

 The SD card just works fine.

 2. Build and install SGX driver
 Also, I followed the SGX part of the following website
 _https://eewiki.net/display/linuxonarm/BeagleBone+Black_

 The demo program OGLES2ChameleonMan works fine.

 3. Build Qt 5.4
 (1) Download Qt 5.4 source
 qt-everywhere-opensource-src-5.4.0.tar.gz
 _http://download.qt-project.org/archive/qt/5.4/5.4.0/single/_

 (2) Configure Qt 5.4
 copy the newest cross compiler library to root file
 system (otherwise the configure has errors)

 1.
 sudo cp -r some
 
 dir/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/arm-linux-gnueabihf/libc/*
 some dir/rootfs

 edit
 /qtbase/mkspecs/devices/linux-beaglebone-g++/qmake.conf

 1.
 Ln 29: COMPILER_FLAGS  = -march=armv7-a
 -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard
 2.
 Ln 39: QMAKE_INCDIR_EGL=
 $$[QT_SYSROOT]/usr/include/OGLES2

 configure

 1.
 sudo ./configure -prefix /home/ubuntu/_Qt_
 http://qt-project.org/doc/Qt.html -device
 linux-beaglebone-g++ -device-option
 
 CROSS_COMPILE=/home/albert/arm-dev/kernel_dev/bb-kernel/dl/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-
 -sysroot /media/albert/rootfs -release -opensource
 -confirm-license -opengl es2 -v

 configure result

 1.
Configure summary
 2.
  
 3.
 Building on:   linux-g++ (x86_64, CPU features:

Re: [beagleboard] Re: How to build ffmpeg for arm

2014-12-12 Thread Don deJuan
On 12/11/2014 03:44 PM, janszymanski12...@gmail.com wrote:
 http://derekmolloy.ie/building-ffmpeg-for-beaglebone-from-source/ 

 On Thursday, December 11, 2014 2:57:39 PM UTC+11, earless wrote:

 I have an arm cross compiler on my ubuntu machine and tried to
 build ffmeg libraries for arm but got the following error

 |
 |
 cd ffmpeg-2.5./configure --host=arm-linux-gnueabihf Unknownoption
 --host=arm-linux-gnueabihf
 |

 |

 I did read the ./configure --help file and there is an option
 --arch=ARCH but im not sure how to set this or if its the
 correct option. thanks!   

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
Or why waste your time compiling current software when you can just use
an OS that by default will always give you the most recent versions.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: How to build ffmpeg for arm

2014-12-11 Thread Don deJuan
On 12/11/2014 11:33 AM, steyr@gmail.com wrote:
 I dunno, but I think life would be easier if you just used Arch Linux.
 It may be the most popular, but Ubuntu isn't the best out there.

 On Wednesday, December 10, 2014 9:57:39 PM UTC-6, earless wrote:

 I have an arm cross compiler on my ubuntu machine and tried to
 build ffmeg libraries for arm but got the following error

 |
 |
 cd ffmpeg-2.5./configure --host=arm-linux-gnueabihf Unknownoption
 --host=arm-linux-gnueabihf
 |

 |

 I did read the ./configure --help file and there is an option
 --arch=ARCH but im not sure how to set this or if its the
 correct option. thanks!   

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
I second that use ALARM if you need up to date features in your software
and dont want to have to deal with installing or upgrading to a new
release install once be done. Always up to date, the benefits only grow
the more you get into using them. ALARM is as stable or even more so
than Ubuntu/Debian and you dont get all the BS layers and cruft and
their developers deciding what you should run on boot and all that fun
stuff.

If you are use to Ubuntu be prepared for a shock and read the arch linux
wiki. 99.99% of what you need is there.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: very quick questions: startup of lxde, exports, usb babble, and shutdown

2014-12-09 Thread Don deJuan
On 12/09/2014 12:16 PM, 'Barry Day' via BeagleBoard wrote:
 To boot to a console rename /etc/rc2.d/@S04lightdm to @K04lightdm
 There is no startx in the debian that comes preinstalled with bbb.

 On Tuesday, December 9, 2014 5:46:24 PM UTC+10, ivo welch wrote:


 dear bbb experts:

 robert nelson's debian-lxde-7.7 image

 [1] is it possible first to boot to a console, and then to start
 lxde with startx?  (I looked for /etc/init.d/lx*, but there was
 nothing there.)

 [2] the mass storage driver exports its BEAGLEBONE partition,
 seemingly as a whole device (not as a partition).  thus, the host
 computer mounts /dev/sdb (if there is only one other sda) with the
 BBB's 96MB partition.  I looked in /etc/* whether I could find
 what enables this behavior, but failed.

 [3] the log tells me about musb Babble interrupts to its host
 (powering) computer.  I have tried this on multiple bbb's and
 cables.  is this normal? (I also wonder if there could still be
 some gremlins in the USB drivers.  if I plug a keyboard into the
 host bbb port, and then I try a couple of times to insert/remove
 the BBB gadget port connection, it doesn't connect the mass
 storage any longer.  maybe the keyboard is defective, but the
 ports are different.)

 [4] how does lxde shut down?  the command line shutdown now and
 reboot -p do not do it for me.  but the gui lxde powerdown does.

 /iaw

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
but you could install it and set it up if you so wished to go that route.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: very quick questions: startup of lxde

2014-12-09 Thread Don deJuan
On 12/09/2014 04:49 PM, ivo welch wrote:

 On Wed, Dec 10, 2014 at 8:40 AM, Don deJuan donjuans...@gmail.com
 mailto:donjuans...@gmail.com wrote:

 since when has there not been one?
 https://packages.debian.org/wheezy/xinit



# apt-get install xinit
​...
Unable to locate package xinit
#

 I think that not all packages are available for all architectures.
  this one is available on intel platforms, but not arm platforms,
 afaict.  I may be wrong.

 ​my setup is standard 7.7 debian from robert nelson, without
 modifications.  I did an apt-get upgrade and apt-get update first.  I
 did not add new sites...​


 
 Ivo Welch (ivo.we...@gmail.com mailto:ivo.we...@gmail.com)
 http://www.ivo-welch.info/
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
I still bet its PEBKAC scroll to the bottom of the page you will see a
list of every arch its currently on. I am able to use startx. It is
there for soft and hard float.

http://http.us.debian.org/debian/pool/main/x/xinit/xinit_1.3.2-1_armhf.deb

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: very quick questions: startup of lxde

2014-12-09 Thread Don deJuan
On 12/09/2014 04:49 PM, ivo welch wrote:

 On Wed, Dec 10, 2014 at 8:40 AM, Don deJuan donjuans...@gmail.com
 mailto:donjuans...@gmail.com wrote:

 since when has there not been one?
 https://packages.debian.org/wheezy/xinit



# apt-get install xinit
​...
Unable to locate package xinit
#

 I think that not all packages are available for all architectures.
  this one is available on intel platforms, but not arm platforms,
 afaict.  I may be wrong.

 ​my setup is standard 7.7 debian from robert nelson, without
 modifications.  I did an apt-get upgrade and apt-get update first.  I
 did not add new sites...​


 
 Ivo Welch (ivo.we...@gmail.com mailto:ivo.we...@gmail.com)
 http://www.ivo-welch.info/
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
I am too lazy to boot up a debian image right now to show the full
output from installing. But I know its there and its possible to use
xinit with debian on arm.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: very quick questions: startup of lxde

2014-12-09 Thread Don deJuan
On 12/09/2014 05:08 PM, Robert Nelson wrote:
 On Tue, Dec 9, 2014 at 6:49 PM, ivo welch ivo.we...@anderson.ucla.edu wrote:
 On Wed, Dec 10, 2014 at 8:40 AM, Don deJuan donjuans...@gmail.com wrote:
 since when has there not been one?
 https://packages.debian.org/wheezy/xinit


# apt-get install xinit
...
Unable to locate package xinit
#

 I think that not all packages are available for all architectures.  this one
 is available on intel platforms, but not arm platforms, afaict.  I may be
 wrong.
 Well about 99%-ish is available..

 my setup is standard 7.7 debian from robert nelson, without modifications.
 I did an apt-get upgrade and apt-get update first.  I did not add new
 sites...
 It's there:

 https://packages.debian.org/wheezy/xinit

 sudo apt-get update ; sudo apt-get install xinit

 Regards,

lol maybe you linking the same page will work this time lol

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] recommended linux distribution for BBB ?

2014-12-03 Thread Don deJuan
On 12/02/2014 09:48 PM, ivo welch wrote:

 dear bbb experts.   

 for the beaglebone black: 

 I was playing around with the ubuntu 14.04 and 13.10 images, but this
 may not be the right route.  (on ubuntu, I can't get the fb to work
 right, X is not installed, and it does not come up as 192.168.7.2.
  so, maybe I was going too exotic.)  are the linux distributions on
 http://beagleboard.org/latest-images the two preferred distributions,
 as of late 2014?  if so, the two distroes seem to be either debian or
 angstrom.  the debian distro is about 7 months old,  the angstrom one
 is about 1.5 years old (although the flasher is 3 months younger than
 the distro).  their ages seem curiously dated.  but if it works, it works!

 what do jason and other BBB key developers use?  is angstrom or debian
 now the right supported mass choice?

 regards,

 /iaw

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
per the website Debian is the official distro. I personally run Arch
Linux ARM on all mine.

As to your no X on whatever image, that could have been easily solved
installing the desktop of your choice. Pretty much everything you asked
for can be found on the main beagle site or the elinux pages for the beagles

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Power Button Script

2014-10-02 Thread Don deJuan
On 10/02/2014 08:09 AM, bremenpl wrote:
 Also I forgot to mention, that in the script I actually have to put
 the line /sbin/shutdown -h now twice... Otherwise after I press the
 button the message that the system is going down is displayed, but the
 system is not turning off. Then I press it again and its going down.

 W dniu czwartek, 2 października 2014 17:03:23 UTC+2 użytkownik
 bremenpl napisał:

 Hello there,
 I am using Console version of debian provided on elinux.org
 http://elinux.org on BeagleBone Black. My problem is that it
 misses the power button functionality. I have found this script
 for handling it:

 |
 #!/bin/sh

 BTN=/dev/input/event0

 whiletrue;do
   BTNVAL=`hexdump -e '8/2 %x  \n' -n 16 $BTN | grep ' 74 ' |
 awk '{print $7$
   if [ $BTNVAL = 1 ]
   then
 echo Power button pressed
 /sbin/sync
 /sbin/sync
 /sbin/shutdown -h now
 exit
   fi
   sleep 1
 done

 |

 I have put a link to it into init.d and used update-rc to make it
 work at startup.
 The problem is that it doesnt always work. Im not sure either it
 is running in the background or not, because when i use ps command
 i dont see the script running and even though the power button
 works. So lets say every 3rd power up the power button doesnt
 work... Im not sure whats the case. I would also aprichiate if
 someone told me either this is the proper way of handling the
 power button in the official bigger image.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

There is problems with the script, not sure if it was a bad paste or not.

Look at your BTNVAL

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Wireless mesh networking

2014-09-28 Thread Don deJuan
On 09/28/2014 04:29 PM, George Lu wrote:
 Hi Brian,

 I had evaluated babel, OLSR, and Batman-adv two years ago on a test
 network of 5 beaglebones to demonstrate wifi mesh networking. I
 concluded Batman-adv was the one to explore further. I was using
 Robert Nelson's ubuntu (3.2 kernel) on beaglebone white then. I had
 tried three different long range wifi dongles from Alpha. The black
 one
 (http://www.amazon.com/Alfa-AWUS036NHA-Wireless-Adaptor-Compatible/dp/B004Y6MIXS)
 has Atheros ar9271 chipset and has the best kernel support on
 Beaglebone. The more common model is based on realtek rtl8192cu
 chipset. Back then rtl8192cu driver on arm was not anywhere near
 ready. I would still strongly prefer AR9271 based wifi dongle today. I
 had to use a USB Y-cable to make sure there is sufficient current
 during boot time to power up the wifi dongle. BB only has a USB host
 port, so this was a bit inconvenient. I resorted to tie the 5V and GND
 lines of the USB to a 5V supply to ensure smooth boot. 

 With a 14 omnidirectional antenna and tx-power cranked up full, I was
 able to sustain decent connectivity at ~300 meter per hop during field
 demonstration. 

 For batman-adv, I configured every node's bat0 interface on
 192.168.50.x subnet. (wlan0 has its own static address assignment in
 /etc/network/interfaces)
  
 When starting a mesh node, a startbatman.sh is called that has the
 following:
 modprobe batman-adv
 ifconfig wlan0 mtu 1528
 batctl if add wlan0
 ifconfig bat0 192.168.50.218 up
 batctl gw client
 ip route del default
 ip route add default via 192.168.50.1

 On the node serving as gateway through its eth0, I had the additional
 lines for Network Address Translation.
 sysctl net.ipv4.ip_forward=1
 iptables --table nat --append POSTROUTING --out-interface eth0 -j
 MASQUERADE
 iptables --append FORWARD --in-interface bat0 -j ACCEPT

 You could add an @reboot line in /etc/crontab that calls your
 startbatman.sh on reboot every time.

 I have not updated this since the switch to 3.8 kernel, but I am
 pretty sure it would work on the current Debian image. I would
 recommend you use the 3.14 kernel to benefit from the more reliable USB.

 George

 On Fri, Sep 26, 2014 at 2:30 PM, Brian Anderson b...@nwlink.com
 mailto:b...@nwlink.com wrote:

 Hi all,

 I am interested in setting up a wireless mesh network using a
 collection of BBBs (and possibly other devices).  Does anyone have
 experience setting up a wireless mesh network using BBB?

 I am not really interested in a so-called wireless distribution
 system that is used to extend an SSID across a wide area using
 wireless mesh networking.  I am much more interested in setting up
 a network of cooperating nodes that talk with each other (and to
 the internet via a gateway/mesh portal connected simultaneously to
 the internet and the mesh).

 In particular, I'm interested in:

   * What distro and kernel are you using?
   * Ideally this would be with one of RCNs Debian images, but
 if not, I'm interested in what you might have used.
   * If you have done something with a Linux based system other
 than a BBB, I'd like to know about that too.
   * What mesh routing protocol was used?  Batman, Babel/AHCP,
 HWMP, OLSR, ...
   * Steps to configure the mesh network and gateway.
   * Did you use 802.11s?  If so, presumably using the 802.11s
 support in the kernel?
   * WiFi chipset that was used (presumably supporting mesh mode). 
 SOFTMAC or HARDMAC?

 I have researched the topic fairly extensively and can probably
 set something up via trial and error myself.  Prior to diving into
 that, I wanted to see if anyone has already done some work with
 wireless mesh networking and BBB (or something else) and would be
 willing to share their experience and knowledge!

 Thanks in advance.

 Cheers,

 ba

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
Nice work there!

You could also look into cjdns it may fit your needs

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 

Re: [beagleboard] GNURADIO build problems

2014-09-22 Thread Don deJuan
On 09/21/2014 11:10 PM, Maxim Podbereznyy wrote:
 http://gnuradio.4.n7.nabble.com/Problems-building-GNURadio-td49919.html


 2014-09-22 8:57 GMT+04:00 Joe Carlin jtcarlin...@gmail.com
 mailto:jtcarlin...@gmail.com:

 I'm trying to build gnuradio on the beaglebone black with
 angstrom.  However when I run make I get this error:

 libvolk.so.0.0.0: undefined reference to
 `volk_32fc_x2_multiply_32fc_neonasm'
 libvolk.so.0.0.0: undefined reference to
 `volk_16i_max_star_horizontal_16i_neonasm'
 libvolk.so.0.0.0: undefined reference to
 `volk_32fc_32f_dot_prod_32fc_a_neonasm'
 libvolk.so.0.0.0: undefined reference to
 `volk_32f_x2_dot_prod_32f_neonasm_opts'
 libvolk.so.0.0.0: undefined reference to
 `volk_32fc_32f_dot_prod_32fc_a_neonpipeline'
 libvolk.so.0.0.0: undefined reference to
 `volk_32f_x2_dot_prod_32f_neonasm'
 collect2: error: ld returned 1 exit status
 make[2]: *** [volk/lib/test_all] Error 1
 make[1]: *** [volk/lib/CMakeFiles/test_all.dir/all] Error 2
 make: *** [all] Error 2


 Anyone have any ideas how to get this built on the BBB, or anyone
 been able to get gnuradio built.

 Thanks

 Joe
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
also available in arch linux arm. No need to compile.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Module is loaded, but no wlan0 interface

2014-09-22 Thread Don deJuan
On 09/22/2014 02:25 PM, Brent wrote:
 I'm having trouble getting the wlan0 interface to show up for a
 Marvell 8797 USB to WiFi chip, and it seems like everything should be
 working.  I'm running Arch Linux Arm, 3.8.13 kernel, and have verified
 that the modules are loaded correctly, and that it recognizes the
 device, but still no wlan0 interface.  I also verified that the
 firmware is indeed in the /lib/firmware/mrvl/ directory.  Am I missing
 something obvious?

 Here is my output from dmesg, lsmod, and modinfo.

 [   15.321430] usb usb1: usb wakeup-resume
 [   15.321482] usb usb1: usb auto-resume
 [   15.321503] hub 1-0:1.0: hub_resume
 [   15.321551] hub 1-0:1.0: port 1: status 0101 change 0001
 [   15.424482] hub 1-0:1.0: state 7 ports 1 chg 0002 evt 
 [   15.424547] hub 1-0:1.0: port 1, status 0101, change , 12 Mb/s
 [   15.529900] usb 1-1: new high-speed USB device number 2 using musb-hdrc
 [   15.650300] usb 1-1: default language 0x0409
 [   15.651367] usb 1-1: udev 2, busnum 1, minor = 1
 [   15.651387] usb 1-1: New USB device found, idVendor=1286,
 idProduct=2043
 [   15.651399] usb 1-1: New USB device strings: Mfr=1, Product=2,
 SerialNumber=3
 [   15.651410] usb 1-1: Product: Marvell Wireless Device
 [   15.651420] usb 1-1: Manufacturer: Marvell
 [   15.651430] usb 1-1: SerialNumber: 
 [   15.651958] usb 1-1: usb_probe_device
 [   15.651978] usb 1-1: configuration #1 chosen from 1 choice
 [   15.655328] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
 [   15.656222] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [   15.656269] hub 1-0:1.0: port 1 enable change, status 0503
 [   15.787448] cfg80211: Calling CRDA to update world regulatory domain
 [   15.811632] usb8797 1-1:1.0: usb_probe_interface
 [   15.811661] usb8797 1-1:1.0: usb_probe_interface - got id
 [   15.820715] usbcore: registered new interface driver usb8797

 [root@alarm ~]# ifconfig -a
 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet 10.54.183.74  netmask 255.255.255.0  broadcast 10.54.183.255
 inet6 fe80::caa0:30ff:feac:e319  prefixlen 64  scopeid 0x20link
 ether c8:a0:30:ac:e3:19  txqueuelen 1000  (Ethernet)
 RX packets 11697  bytes 1387285 (1.3 MiB)
 RX errors 0  dropped 12  overruns 0  frame 0
 TX packets 1117  bytes 148026 (144.5 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 device interrupt 40

 lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
 inet 127.0.0.1  netmask 255.0.0.0
 inet6 ::1  prefixlen 128  scopeid 0x10host
 loop  txqueuelen 0  (Local Loopback)
 RX packets 186  bytes 14214 (13.8 KiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 186  bytes 14214 (13.8 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 [root@alarm ~]# lsmod
 Module  Size  Used by
 mwifiex_usb 8870  0
 mwifiex   123902  1 mwifiex_usb
 cfg80211  421700  1 mwifiex
 rfkill 18407  1 cfg80211
 omap_rng4599  0
 autofs421976  2

 [root@alarm ~]# modinfo mwifiex_usb
 filename:  
 /lib/modules/3.8.13-34-ARCH/kernel/drivers/net/wireless/mwifiex/mwifiex_usb.ko.gz
 firmware:   mrvl/usb8797_uapsta.bin
 license:GPL v2
 version:1.0
 description:Marvell WiFi-Ex USB Driver version1.0
 author: Marvell International Ltd.
 srcversion: 430F2EB6A43396FC9E1AE01
 alias:  usb:v1286p2044d*dc*dsc*dp*icFFiscFFipFFin*
 alias:  usb:v1286p2043d*dc*dsc*dp*ic*isc*ip*in*
 depends:mwifiex
 intree: Y
 vermagic:   3.8.13-34-ARCH SMP mod_unload modversions ARMv7 p2v8
 [root@alarm ~]#

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
If you're on ALARM and you did not setup udev to give the old interface
names you will need to get the actual interface name such as wlp10s0

The arch wiki will serv you best especially if you're not familiar with
Arch. Arch is not Debian, its is not a lazy mans OS.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Module is loaded, but no wlan0 interface

2014-09-22 Thread Don deJuan
On 09/22/2014 02:25 PM, Brent wrote:
 I'm having trouble getting the wlan0 interface to show up for a
 Marvell 8797 USB to WiFi chip, and it seems like everything should be
 working.  I'm running Arch Linux Arm, 3.8.13 kernel, and have verified
 that the modules are loaded correctly, and that it recognizes the
 device, but still no wlan0 interface.  I also verified that the
 firmware is indeed in the /lib/firmware/mrvl/ directory.  Am I missing
 something obvious?

 Here is my output from dmesg, lsmod, and modinfo.

 [   15.321430] usb usb1: usb wakeup-resume
 [   15.321482] usb usb1: usb auto-resume
 [   15.321503] hub 1-0:1.0: hub_resume
 [   15.321551] hub 1-0:1.0: port 1: status 0101 change 0001
 [   15.424482] hub 1-0:1.0: state 7 ports 1 chg 0002 evt 
 [   15.424547] hub 1-0:1.0: port 1, status 0101, change , 12 Mb/s
 [   15.529900] usb 1-1: new high-speed USB device number 2 using musb-hdrc
 [   15.650300] usb 1-1: default language 0x0409
 [   15.651367] usb 1-1: udev 2, busnum 1, minor = 1
 [   15.651387] usb 1-1: New USB device found, idVendor=1286,
 idProduct=2043
 [   15.651399] usb 1-1: New USB device strings: Mfr=1, Product=2,
 SerialNumber=3
 [   15.651410] usb 1-1: Product: Marvell Wireless Device
 [   15.651420] usb 1-1: Manufacturer: Marvell
 [   15.651430] usb 1-1: SerialNumber: 
 [   15.651958] usb 1-1: usb_probe_device
 [   15.651978] usb 1-1: configuration #1 chosen from 1 choice
 [   15.655328] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
 [   15.656222] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [   15.656269] hub 1-0:1.0: port 1 enable change, status 0503
 [   15.787448] cfg80211: Calling CRDA to update world regulatory domain
 [   15.811632] usb8797 1-1:1.0: usb_probe_interface
 [   15.811661] usb8797 1-1:1.0: usb_probe_interface - got id
 [   15.820715] usbcore: registered new interface driver usb8797

 [root@alarm ~]# ifconfig -a
 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet 10.54.183.74  netmask 255.255.255.0  broadcast 10.54.183.255
 inet6 fe80::caa0:30ff:feac:e319  prefixlen 64  scopeid 0x20link
 ether c8:a0:30:ac:e3:19  txqueuelen 1000  (Ethernet)
 RX packets 11697  bytes 1387285 (1.3 MiB)
 RX errors 0  dropped 12  overruns 0  frame 0
 TX packets 1117  bytes 148026 (144.5 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 device interrupt 40

 lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
 inet 127.0.0.1  netmask 255.0.0.0
 inet6 ::1  prefixlen 128  scopeid 0x10host
 loop  txqueuelen 0  (Local Loopback)
 RX packets 186  bytes 14214 (13.8 KiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 186  bytes 14214 (13.8 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 [root@alarm ~]# lsmod
 Module  Size  Used by
 mwifiex_usb 8870  0
 mwifiex   123902  1 mwifiex_usb
 cfg80211  421700  1 mwifiex
 rfkill 18407  1 cfg80211
 omap_rng4599  0
 autofs421976  2

 [root@alarm ~]# modinfo mwifiex_usb
 filename:  
 /lib/modules/3.8.13-34-ARCH/kernel/drivers/net/wireless/mwifiex/mwifiex_usb.ko.gz
 firmware:   mrvl/usb8797_uapsta.bin
 license:GPL v2
 version:1.0
 description:Marvell WiFi-Ex USB Driver version1.0
 author: Marvell International Ltd.
 srcversion: 430F2EB6A43396FC9E1AE01
 alias:  usb:v1286p2044d*dc*dsc*dp*icFFiscFFipFFin*
 alias:  usb:v1286p2043d*dc*dsc*dp*ic*isc*ip*in*
 depends:mwifiex
 intree: Y
 vermagic:   3.8.13-34-ARCH SMP mod_unload modversions ARMv7 p2v8
 [root@alarm ~]#

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Forgot to state use ip to find out your interface name.

man ip

ip addr

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Module is loaded, but no wlan0 interface

2014-09-22 Thread Don deJuan
On 09/22/2014 06:15 PM, Brent wrote:
 Also, other USB to WiFi adapters work just fine.  For example, I have
 one that uses the rtl8192cu driver, and this one creates a wlan0
 interface automatically.  Any ideas what would be causing this?

 On Monday, September 22, 2014 7:49:37 PM UTC-4, Brent wrote:

 I have not done anything with udev yet... I read through the
 Wireless netwrok configuration wiki, but didn't see anywhere on
 how to create the interface.
  
 https://wiki.archlinux.org/index.php/Wireless_network_configuration#Interface_activation
 
 https://wiki.archlinux.org/index.php/Wireless_network_configuration#Interface_activation


 I'm starting to read the wiki on udev, but is that too general, or
 do you know of something else I should be looking at?
 https://wiki.archlinux.org/index.php/udev
 https://wiki.archlinux.org/index.php/udev

 ip addr only lists eth0 and lo.

 [root@alarm ~]# ip addr
 1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 qdisc noqueue state
 UNKNOWN group default
 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
 inet 127.0.0.1/8 http://127.0.0.1/8 scope host lo
 inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
 2: eth0: NO-CARRIER,BROADCAST,MULTICAST,UP mtu 1500 qdisc
 pfifo_fast state DOWN group default qlen 1000
 link/ether c8:a0:30:ac:e3:19 brd ff:ff:ff:ff:ff:ff

 Thanks,

 On Mon, Sep 22, 2014 at 6:54 PM, Don deJuan  wrote:

 On 09/22/2014 02:25 PM, Brent wrote:
 I'm having trouble getting the wlan0 interface to show up for
 a Marvell 8797 USB to WiFi chip, and it seems like everything
 should be working.  I'm running Arch Linux Arm, 3.8.13
 kernel, and have verified that the modules are loaded
 correctly, and that it recognizes the device, but still no
 wlan0 interface.  I also verified that the firmware is indeed
 in the /lib/firmware/mrvl/ directory.  Am I missing something
 obvious?

 Here is my output from dmesg, lsmod, and modinfo.

 [   15.321430] usb usb1: usb wakeup-resume
 [   15.321482] usb usb1: usb auto-resume
 [   15.321503] hub 1-0:1.0: hub_resume
 [   15.321551] hub 1-0:1.0: port 1: status 0101 change 0001
 [   15.424482] hub 1-0:1.0: state 7 ports 1 chg 0002 evt 
 [   15.424547] hub 1-0:1.0: port 1, status 0101, change ,
 12 Mb/s
 [   15.529900] usb 1-1: new high-speed USB device number 2
 using musb-hdrc
 [   15.650300] usb 1-1: default language 0x0409
 [   15.651367] usb 1-1: udev 2, busnum 1, minor = 1
 [   15.651387] usb 1-1: New USB device found, idVendor=1286,
 idProduct=2043
 [   15.651399] usb 1-1: New USB device strings: Mfr=1,
 Product=2, SerialNumber=3
 [   15.651410] usb 1-1: Product: Marvell Wireless Device
 [   15.651420] usb 1-1: Manufacturer: Marvell
 [   15.651430] usb 1-1: SerialNumber: 
 [   15.651958] usb 1-1: usb_probe_device
 [   15.651978] usb 1-1: configuration #1 chosen from 1 choice
 [   15.655328] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
 [   15.656222] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [   15.656269] hub 1-0:1.0: port 1 enable change, status 0503
 [   15.787448] cfg80211: Calling CRDA to update world
 regulatory domain
 [   15.811632] usb8797 1-1:1.0: usb_probe_interface
 [   15.811661] usb8797 1-1:1.0: usb_probe_interface - got id
 [   15.820715] usbcore: registered new interface driver usb8797

 [root@alarm ~]# ifconfig -a
 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet 10.54.183.74  netmask 255.255.255.0  broadcast
 10.54.183.255
 inet6 fe80::caa0:30ff:feac:e319  prefixlen 64
  scopeid 0x20link
 ether c8:a0:30:ac:e3:19  txqueuelen 1000  (Ethernet)
 RX packets 11697  bytes 1387285 (1.3 MiB)
 RX errors 0  dropped 12  overruns 0  frame 0
 TX packets 1117  bytes 148026 (144.5 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0
  collisions 0
 device interrupt 40

 lo: flags=73UP,LOOPBACK,RUNNING  mtu 65536
 inet 127.0.0.1  netmask 255.0.0.0
 inet6 ::1  prefixlen 128  scopeid 0x10host
 loop  txqueuelen 0  (Local Loopback)
 RX packets 186  bytes 14214 (13.8 KiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 186  bytes 14214 (13.8 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0
  collisions 0

 [root@alarm ~]# lsmod
 Module  Size  Used by
 mwifiex_usb 8870  0
 mwifiex

Re: [beagleboard] Re: Cross-Compiling Qt5 on Beaglebone Black with OpenGL

2014-09-20 Thread Don deJuan
On 09/20/2014 07:37 PM, Brent wrote:
 Don,

 This may sound strange, but would I be able to install qt5 on arch
 linux, and then copy all of the qt libraries over to my Angstrom OS
 and have it work?  I am currently not able to switch to an new OS in
 our product at the current time, so I'm looking for ways to make this
 work.  Thanks,

 On Monday, July 21, 2014 12:35:14 PM UTC-4, don wrote:

 On 07/21/2014 09:29 AM, Jay wrote:
  Hey guys,
 
  No luck for me in getting this working. Beaglebone seems to have
 quite a
  few issues with Qt5 and the build doesn't seem to want to
 cooperate.  For
  others looking to pursue the same route, I got several
 suggestions to take
  the route of Yocto and bitbaking the meta-ti recipe, which seems
 promising.
 
  For me, because my project is flexible, (call me a traitor) I
 switched to a
  Raspberry Pi to build Qt5 on to.  It was incredibly easy to get
 the latest
  Qt5.3.1 build on there and all the driv
 Or you could just use an OS for BBB that has it built for you
 since you
 seem to not be able to build it yourself on that platform.

 wipe Debian, install archlinux-arm pacman -S qt5
 AndWhatEverElseYouWantQT5Related

 Again you can even install qt4 and at5 side by side

 profit.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

no. Use the proper build methods for Yocto/Angstrom/OE.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cross-Compiling Qt5 on Beaglebone Black with OpenGL

2014-09-20 Thread Don deJuan
On 09/20/2014 08:52 PM, Sid Boyce wrote:
 Not possible. The libraries built on x86 or x86_64 are also
 dynamically linked to x86 or x86_64 libraries.
 # file /usr/local/qt5/qtbase/lib/libQt5Core.so.5.3.1
 /usr/local/qt5/qtbase/lib/libQt5Core.so.5.3.1: ELF 64-bit LSB shared
 object, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared
 libs), BuildID[sha1]=32404e368d550b3270a1aa09380fb52b67f7b91a, not
 stripped

 ARM is a different architecture.
 # file /usr/local/qt5/qtbase/lib/libQt5Core.so.5.3.2
 /usr/local/qt5/qtbase/lib/libQt5Core.so.5.3.2: ELF 32-bit LSB  shared
 object, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared
 libs), BuildID[sha1]=435ca3248a88788420b0540400cf93054a9aa917, not
 stripped
 Regards
 Sid.

 On 21/09/14 03:37, Brent wrote:
 Don,

 This may sound strange, but would I be able to install qt5 on arch
 linux, and then copy all of the qt libraries over to my Angstrom OS
 and have it work?  I am currently not able to switch to an new OS in
 our product at the current time, so I'm looking for ways to make this
 work.  Thanks,

 On Monday, July 21, 2014 12:35:14 PM UTC-4, don wrote:

 On 07/21/2014 09:29 AM, Jay wrote:
  Hey guys,
 
  No luck for me in getting this working. Beaglebone seems to
 have quite a
  few issues with Qt5 and the build doesn't seem to want to
 cooperate.  For
  others looking to pursue the same route, I got several
 suggestions to take
  the route of Yocto and bitbaking the meta-ti recipe, which
 seems promising.
 
  For me, because my project is flexible, (call me a traitor) I
 switched to a
  Raspberry Pi to build Qt5 on to.  It was incredibly easy to get
 the latest
  Qt5.3.1 build on there and all the driv
 Or you could just use an OS for BBB that has it built for you
 since you
 seem to not be able to build it yourself on that platform.

 wipe Debian, install archlinux-arm pacman -S qt5
 AndWhatEverElseYouWantQT5Related

 Again you can even install qt4 and at5 side by side

 profit.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
 Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
 Senior Staff Specialist, Cricket Coach
 Microsoft Windows Free Zone - Linux used for all Computing Tasks
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
uhhh I believe he meant arch linux arm not the x86_64 or i686 Arch
Linux.. And technically yes he could should he no.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Installing Kali Linux (Arm) onto BeagleBone Black Rev C

2014-09-16 Thread Don deJuan
On 09/16/2014 02:19 PM, vermins...@gmail.com wrote:
 http://www.offensive-security.com/kali-linux-vmware-arm-image-download/



 On Tuesday, September 16, 2014 12:47:59 PM UTC-7, macuber...@gmail.com
 wrote:

 Would anyone know of a set of instructions on how to install Kali
 to the BeagleBone Black Rev C?

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

They also state it does not have great performance on BBB. Try out
ArchAssault, way more customizable and lightweight. Its exactly the
pwnbox you desire the only bloat that is there is what you put on it.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: trying to learn enough to get started

2014-09-06 Thread Don deJuan
On 09/05/2014 03:18 PM, John Syn wrote:

 From: William Hermans yyrk...@gmail.com mailto:yyrk...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Friday, September 5, 2014 at 2:43 PM
 To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Subject: Re: [beagleboard] Re: trying to learn enough to get started

 /Ours is all in python and php with darkhttpd as the
 webserver. I dispise nodejs, it reminds me of the cluster that
 ruby gems are. /

 And this is why there is no easy guide. At least from a programing
 aspect.  No two people are going to agree on how it should be
 done, and what is used to get it done.

 Nodejs does however get a bad rap I think. The stigma of
 javascript comes with it. Which is its self often misunderstood.
 Nothing is perfect however . . .

 I agree with you William; however, php and darkhttpd don't scale very
 well, because it lacks asynchronous I/O capability. Also, the current
 spec'd Javascript is pretty close to the more perfect language
 compared to C, Java or Python. It also has the biggest user base of
 any language, by far and it is the only true language that works in
 all browsers and on the server. BTW, there are no bad parts, just bad
 programmers. 

 Regards,
 John





 On Fri, Sep 5, 2014 at 1:06 PM, Don deJuan donjuans...@gmail.com
 mailto:donjuans...@gmail.com wrote:

 On 09/05/2014 10:04 AM, William Hermans wrote:

 /Why compile anything?  For the proposed project
 (Greenhouse control)/
 /speed is not any sort of priority so use an interpreted
 language, the/
 /obvious choice on BBB is Python./


 Well, the obvious choice to me is Nodejs, and am betting
 since this person has 35 years experience in related fields,
 that C is a possibility as well.

 I've only been programming for 20 or so years . . . so what
 the hell do i know ?


 On Fri, Sep 5, 2014 at 1:51 AM, c...@isbd.net
 mailto:c...@isbd.net wrote:

 William Hermans yyrk...@gmail.com
 mailto:yyrk...@gmail.com wrote:
  [-- text/plain, encoding 7bit, charset: UTF-8, 51 lines --]
 
  You need to find and read sources about embedded Linux.
 Then, since your
  project could be done using any number of languages,
 you need to figure
  that out too. Past that, you're going to have to figure
 out what hardware
  you're going to use. Which will indicate if you're
 using SPI. I2C, UART,
  onboard ADC's or PWM's etc.
 
  In your shoes, I'd start off with and continue using
 these instructions:
  https://eewiki.net/display/linuxonarm/BeagleBone+Black.
 You can use either
  Debian or Ubuntu with these build instructions. I've
 been using these
  instructions since last year ( around 14 or slightly
 more months ), and
  they're very consistent.
 
  You could also start off with a premade Debian console
 image if you like.
 
  You can definitely compile natively on the board, but
 if you plan on cross
  compiling, you're going to need to understand the gcc
 toolchain thoroughly.
  For setup and use.
 
 Why compile anything?  For the proposed project
 (Greenhouse control)
 speed is not any sort of priority so use an interpreted
 language, the
 obvious choice on BBB is Python.

 ... and I am also a long in the tooth software engineer
 with maybe 30
 years of experience writing C, but I'd still recommend
 going with
 Python on this sort of project.

 --
 Chris Green
 ·

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to
 the Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails
 from it, send an email to
 beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard%2bunsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from

Re: [beagleboard] Re: trying to learn enough to get started

2014-09-06 Thread Don deJuan
 are. /

 And this is why there is no easy guide. At least
 from a programing aspect.  No two people are going
 to agree on how it should be done, and what is
 used to get it done.

 Nodejs does however get a bad rap I think. The
 stigma of javascript comes with it. Which is its
 self often misunderstood. Nothing is perfect
 however . . .

 I agree with you William; however, php and darkhttpd
 don't scale very well, because it lacks asynchronous
 I/O capability. Also, the current spec’d Javascript is
 pretty close to the more perfect language compared to
 C, Java or Python. It also has the biggest user base
 of any language, by far and it is the only true
 language that works in all browsers and on the server.
 BTW, there are no bad parts, just bad programmers. 

 Regards,
 John





 On Fri, Sep 5, 2014 at 1:06 PM, Don deJuan
 donjuans...@gmail.com
 mailto:donjuans...@gmail.com wrote:

 On 09/05/2014 10:04 AM, William Hermans wrote:

 /Why compile anything?  For the proposed
 project (Greenhouse control)/
 /speed is not any sort of priority so use
 an interpreted language, the/
 /obvious choice on BBB is Python./


 Well, the obvious choice to me is Nodejs, and
 am betting since this person has 35 years
 experience in related fields, that C is a
 possibility as well.

 I've only been programming for 20 or so years
 . . . so what the hell do i know ?


 On Fri, Sep 5, 2014 at 1:51 AM, c...@isbd.net
 mailto:c...@isbd.net wrote:

 William Hermans yyrk...@gmail.com
 mailto:yyrk...@gmail.com wrote:
  [-- text/plain, encoding 7bit, charset:
 UTF-8, 51 lines --]
 
  You need to find and read sources about
 embedded Linux. Then, since your
  project could be done using any number
 of languages, you need to figure
  that out too. Past that, you're going
 to have to figure out what hardware
  you're going to use. Which will
 indicate if you're using SPI. I2C, UART,
  onboard ADC's or PWM's etc.
 
  In your shoes, I'd start off with and
 continue using these instructions:
 
 
 https://eewiki.net/display/linuxonarm/BeagleBone+Black.
 You can use either
  Debian or Ubuntu with these build
 instructions. I've been using these
  instructions since last year ( around
 14 or slightly more months ), and
  they're very consistent.
 
  You could also start off with a premade
 Debian console image if you like.
 
  You can definitely compile natively on
 the board, but if you plan on cross
  compiling, you're going to need to
 understand the gcc toolchain thoroughly.
  For setup and use.
 
 Why compile anything?  For the proposed
 project (Greenhouse control)
 speed is not any sort of priority so use
 an interpreted language, the
 obvious choice on BBB is Python.

 ... and I am also a long in the tooth
 software engineer with maybe 30
 years of experience writing C, but I'd
 still recommend going with
 Python on this sort of project.

 --
 Chris Green

Re: [beagleboard] Re: trying to learn enough to get started

2014-09-05 Thread Don deJuan
On 09/05/2014 10:04 AM, William Hermans wrote:

 /Why compile anything?  For the proposed project (Greenhouse control)/
 /speed is not any sort of priority so use an interpreted language,
 the/
 /obvious choice on BBB is Python./


 Well, the obvious choice to me is Nodejs, and am betting since this
 person has 35 years experience in related fields, that C is a
 possibility as well.

 I've only been programming for 20 or so years . . . so what the hell
 do i know ?


 On Fri, Sep 5, 2014 at 1:51 AM, c...@isbd.net mailto:c...@isbd.net wrote:

 William Hermans yyrk...@gmail.com mailto:yyrk...@gmail.com wrote:
  [-- text/plain, encoding 7bit, charset: UTF-8, 51 lines --]
 
  You need to find and read sources about embedded Linux. Then,
 since your
  project could be done using any number of languages, you need to
 figure
  that out too. Past that, you're going to have to figure out what
 hardware
  you're going to use. Which will indicate if you're using SPI.
 I2C, UART,
  onboard ADC's or PWM's etc.
 
  In your shoes, I'd start off with and continue using these
 instructions:
  https://eewiki.net/display/linuxonarm/BeagleBone+Black. You can
 use either
  Debian or Ubuntu with these build instructions. I've been using
 these
  instructions since last year ( around 14 or slightly more months
 ), and
  they're very consistent.
 
  You could also start off with a premade Debian console image if
 you like.
 
  You can definitely compile natively on the board, but if you
 plan on cross
  compiling, you're going to need to understand the gcc toolchain
 thoroughly.
  For setup and use.
 
 Why compile anything?  For the proposed project (Greenhouse control)
 speed is not any sort of priority so use an interpreted language, the
 obvious choice on BBB is Python.

 ... and I am also a long in the tooth software engineer with maybe 30
 years of experience writing C, but I'd still recommend going with
 Python on this sort of project.

 --
 Chris Green
 ·

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard%2bunsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

I actually have done a similar control for aeroponics room setups. We
are releasing it public in roughly a month once the boards come back and
we finish testing on the new hardware run.

Very easily can be adapted to greenhouse control as I am sure you're
after the same things, water, temp, humidity, vpd, ph, ppm, disolved
oxygen, dew point, flood detection, co2, lumens/lux, uvb, darkness light
leak detection and all the rest of the goodness for optimal
environmental control. Even the cooling opener could be adjusted/adapted
to fit to automate opening roof panels.

Ours is all in python and php with darkhttpd as the webserver. I dispise
nodejs, it reminds me of the cluster that ruby gems are.


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Yet another newbie how to get started

2014-09-04 Thread Don deJuan
On 09/04/2014 09:14 AM, murre...@ameritech.net wrote:


 So you want to compare a $45 board with a $375 one with a $1500
 development license? Come on you can't be serious. Seems logic of
 a common variety is lacking here.

 It's no ones fault but your own you're behind in the skills
 required for your homework project. Step off the fricken high
 horse and re-evaluate your gripes. If you can't hack the time it
 would take you to learn it give up on your homework and tell
 your work to get someone more capable. It's no ones job here to
 hold your little hand through your learning process, especially
 for something it sounds like your work has given you. Everything
 you need is at your finger tips, there are young kids figuring
 this out, so if you've been around since the 80's developing, this
 should be no major task at all to get going, so stop the
 complaining do some self research learn the basics and get up to
 speed on what you're lacking. Posts like these are just ridiculous.


 This is the typical attitude of the Linux world, Your too stupid to
 use my baby! Its like some Masonic ritual, that all initiates must
 pass through because that's what the elders had to do.  I'm not asking
 anyone here to hold my hand.  I'm asking that you elders to
 organize, package, and document your work for the benefit of others.
  This what any professional would do.  Hack is the key word here.
  As long as this product lacks the proper tools to support it, like
 Linux, it will remain a hackers toy.

 I agree that this is pointless.  So the final answer is No for all
 you lurkers out there who have the same frustrations but are afraid to
 chime in because you will get your head bit off.  To advance from a
 Newbie to a Novice, you must first become and Expert.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

And your replies and statements are typical of those who ride that
entitled horse and want everything for free including their knowledge.
Give me free stuff, show me everything for free, cause I expect the same
experience as I got with a $1800 platform w/ license.

Wake up dude, you're asking exactly that hold my little hand and show me
everything you took all this time to learn and get me up to speed in
less than a day all at your expense.

You realize you have asked nothing that is not answered numerous times
in Google search results. Learn how to do self research and teaching.
Your inability to find all those elders whom have documented endless
things including THE BASICs of setting up an environment YOU'RE
comfortable with is not anyones fault but your own as you chose to
accept your homework. Maybe your GooDorking skills are sub par and
that is why you lack the ability to find what YOU need.

Stop blaming us Linux dicks for your short comings, it's not our fault
you got a homework assignment above your head that you will be getting
paid whatever salary you get to do this work, while riding off the the
knowledge off all the folks who've come before you and taken the time to
do it and document it already. No where did it state you would get
anything different than the support you get.

Do you drive a lifted truck as well?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Yet another newbie how to get started

2014-09-03 Thread Don deJuan
On 09/03/2014 07:07 PM, murre...@ameritech.net wrote:


 On Wednesday, September 3, 2014 10:00:11 PM UTC-4, RobertCNelson wrote:

 On Wed, Sep 3, 2014 at 8:57 PM,  murr...@ameritech.net wrote:
  This is not the fault of the hardware or the designers of the
 hardware. This
  is your fault for not knowing the tools. Harsh as it may seem,
 this is a
  fact. This is why professional software engineers with the
 skills to setup /
  use said tools get paid big money.
 
  It is very much the responsibility of the hardware vendor to
 provide an
  out-of-the-box development environment.  Any reputable board
 supplier will
  provide multiple OS and stand-alone support tools and
 documentation.  If
  they don't, they lose customers.  The companies that pay the big
 monies to
  their professionals want them to hit the ground running and not
 waste time
  spending two weeks trying to get a light to blink.

 lol! Sure, we can go back to the days where this board would have
 cost
 $2,500 then you'll get all that.

 Regards,

 -- 
 Robert Nelson
 http://www.rcn-ee.com/



 I'm working with an industrial class board that costs $375 in single
 quantities.  The single-seat QNX development license cost my company
 $1500, but I was porting code to it in a day.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
So you want to compare a $45 board with a $375 one with a $1500
development license? Come on you can't be serious. Seems logic of a
common variety is lacking here.

It's no ones fault but your own you're behind in the skills required for
your homework project. Step off the fricken high horse and re-evaluate
your gripes. If you can't hack the time it would take you to learn it
give up on your homework and tell your work to get someone more
capable. It's no ones job here to hold your little hand through your
learning process, especially for something it sounds like your work has
given you. Everything you need is at your finger tips, there are young
kids figuring this out, so if you've been around since the 80's
developing, this should be no major task at all to get going, so stop
the complaining do some self research learn the basics and get up to
speed on what you're lacking. Posts like these are just ridiculous.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Qt5 on Debian BBB

2014-09-02 Thread Don deJuan
On 09/01/2014 11:35 PM, Seth wrote:
 Thanks don. That's cool Qt is all ready to go on ALARM. Is there also
 an easy way to change the splash screen to something custom, like what
 Plymouth seems to offer? I didn't get there yet but it seemed like
 Debian had a few guides around that I could use.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
would still be relevant except how you build packages on alarm vs
debian. There site has pages in regards to that. Plus you end up getting
the amazing wiki that is arch linux and you also get the best package
manager around pacman.

png to ppm put in the kernel src in appropriate dir edit kconfig logo.c
makefile recompile install reboot, enjoy your new splash.

Enjoy never reinstalling a new release version again and many more
wondrous things and having to hack things back to how you want them or
endlessly compiling cause X is out of date which ends up causing issues
with Y and all the joys that is debian. I have alarm installs going on
4+ years, and arch linux installs on boxes much older.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Qt5 on Debian BBB

2014-09-01 Thread Don deJuan
On 09/01/2014 05:08 PM, Seth wrote:

 I may have figured it out. I simply changed *
 -xplatform linux-arm-gnueabihf-g++ *
 to***
 -xplatform **devices/linux-beagleboard-g++*
 and it got past the error I was having.

 I'll post again here if I run into any more issues.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Or if you get tired of dealing with having to roll your own for most
things just install ALARM(arch linux arm) and be done with it. All your
QT{4,5} desires are there ready and waiting.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Booting off Micro SD Card

2014-09-01 Thread Don deJuan
On 09/01/2014 08:15 PM, William Pretty Security wrote:

 You need to change the “permissions”

  

 chmod 777 /dev/sda1

  

 or

  

 chmod 777 /media/mydiskname

  

  

  

 No one could make a greater mistake than he who did nothing because
 he could do only a little.

 All that is necessary for the triumph of evil is that good men do
 nothing Edmond Burke /(1729 - 1797)/

 http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book

  

 *From:*beagleboard@googlegroups.com
 [mailto:beagleboard@googlegroups.com] *On Behalf Of *Jose B Rivera
 *Sent:* Monday, September 01, 2014 10:17 PM
 *To:* beagleboard@googlegroups.com
 *Subject:* [beagleboard] Re: Booting off Micro SD Card

  

 I somehow figured out how to get my micro sd card to be 'sda1'. I
 added some text to it 

 mmcdev=1

 bootpart=1:2

 mmcroot=/dev/mmcblk1p2 ro

 optargs=quiet

  

 And named it uEnv.txt

 (on the card itself)

 Now my BBB sees it as sda1. I was able to mount it to /media by making
 a directory under it and then mounted it.

  

 Question: How do I now use this mounted sda1?  I tried ftp upload to
 it but I get permission denied.

  

  


 On Monday, September 1, 2014 8:02:47 PM UTC-4, Jose B Rivera wrote:

 Where can I obtain an image to put on a 32gb micro sd card to then
 insert into my BBB and have it boot off of the micro sd card? (And the
 instructions to go with it?). Having my BBB recognize the 32gb card as
 external storage has become such a big problem/issue, that at this
 point I just want to boot off the card in order to use the 32gb of
 file space it affords.  All I find on the internet are confusing
 instructions which tend to mix files used to flash the emmc with
 instructions to boot off a micro-sd card. 

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 No virus found in this message.
 Checked by AVG - www.avg.com http://www.avg.com
 Version: 2014.0.4745 / Virus Database: 4015/8138 - Release Date: 09/01/14

 

 No virus found in this message.
 Checked by AVG - www.avg.com http://www.avg.com
 Version: 2014.0.4745 / Virus Database: 4007/8033 - Release Date: 08/14/14
 Internal Virus Database is out of date.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

chmod 777 is bad advice. Figure out the real issue and solve the problem.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Archlinux 3.16 kernel no acpi

2014-08-28 Thread Don deJuan
On 08/27/2014 10:01 PM, Doug wrote:
 Robert,

  Do you know who the point of contact is for the archlinux kernel on
 the Black? I am assuming this works fine in Debian? Have you used this
 kernel yet in Debian?

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
Their github, IRC, site, forums would all probably be good starting places.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] The Deck 2.0 (Linux for penetration testers) for BBB now available

2014-08-21 Thread Don deJuan
On 08/21/2014 12:57 PM, Philip Polstra wrote:
 The Deck 2.0, a special BBB Linux distribution for security
 penetration testers, is now available on SourceForge
 at http://sourceforge.net/projects/thedeck/files/Latest/.  This new
 version is chuck full of hacking goodness in over 4k packages and
 12GB+.  If you don't wish to download 6GB of files from SourceForge
 you can also buy preloaded microSD cards
 at https://specialcomp.com/beagleboard/thedeck.htm.

 More
 info: 
 http://store.elsevier.com/Hacking-and-Penetration-Testing-with-Low-Power-Devices/Philip-Polstra/isbn-9780128007518/
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
What does it offer over other projects such as ArchAssault or Kali? I
know ArchAssault offers meshdeck and 4deck which are your tools, but
other than those what sets the deck over other pentest ARM OS options
out there?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] unable to find remote helper for 'https'

2014-08-15 Thread Don deJuan
On 08/15/2014 12:46 PM, Robert Nelson wrote:
 On Fri, Aug 15, 2014 at 2:13 PM, Imran Faisal imranfaisa...@gmail.com wrote:
 hi,

 I am new to Beagle bone and trying to install Gentoo linux on it.

 i am struck up at the while running the command git clone
 https://github.com/beagleboard/meta-beagleboard.git;

 it throws an error unable to find remote helper for 'https'

 Can someone please help me with this issue.
 Looks like your version of git was built without curl support.. fix that..

 Regards,

or possibly does not have all the needed curl pkgs installed.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Some upcoming BeagleBone books

2014-08-12 Thread Don deJuan
On 08/12/2014 10:29 AM, Philip Polstra wrote:
 There are some interesting upcoming BeagleBone books that I'm aware of:

 BeagleBone For Secret Agents by Josh Datko
 https://www.packtpub.com/hardware-and-creative/beaglebone-secret-agents

 A yet to be titled book by Bill Pretty who previously wrote Building a
 Home Security System with BeagleBone
 https://www.packtpub.com/hardware-and-creative/building-home-security-system-beaglebone

 I was a technical reviewer on both of these books.  

 Finally, my own book on building hacking hardware based on the
 BeagleBone, Hacking and Penetration Testing with Low Power Devices, is
 now available for pre-order at Amazon
 http://www.amazon.com/Hacking-Penetration-Testing-Power-Devices/dp/0128007516
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


Thanks for meshdeck!! I use it a bunch in my OS (non-debian based). Good
luck with your book.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Python version for Beaglebone Black

2014-08-07 Thread Don deJuan
On 08/07/2014 07:26 AM, Gerard Sequiera wrote:
 I have 2.7 on mine.

 On Thursday, August 7, 2014 1:47:42 AM UTC-4, João Gabriel Gonçalves
 wrote:


 Hello guys, 

   I need a help. I would like to know  what is the recommended
 version of Python for BEAGLEBONE Black. Thanks.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

The python version to recommend is the python version you need to be
able to run the python related stuff your running or python stuff you
plan to write.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] GitHub project upgrade

2014-08-07 Thread Don deJuan
On 08/07/2014 05:15 AM, A P wrote:
 William,like I said every search I do is not helping - and I do alot
 of searching, and I can get the project out of git hub.

 I think you misunderstand, I appreciate how important GitHub is and
 more importantly the effort people put in to create the code. If I
 didn't I wouldn't be referencing it. I had already managed to get the
 project out etc. The issue I have is the large jump from code to
 building a kernel with modification, ensuring it is built  with the
 correct components etc and ensuring that every subsequent C project I
 write can pick up and use the new library.. I think you have perhaps
 forgotten how long it takes to learn or you did it incrementally.
 There is alot of it and it is very daunting - wonder how many people
 have been put off by the scale or the attitude. 




 On Tuesday, August 5, 2014 4:27:29 PM UTC+1, William Hermans wrote:

 /The problem is every search I do on the subject assumes I
 know how to use github and how to compile the parts of the
 kernel I need and what I do with the output. There is no step
 by step guide - this does not make it easy for people that are
 new to Linux. /


 Get used to it, this is the way it will always be. For some
 reason, Linux users seem to be incredibly lazy, or really bad at
 communicating instructions. Sure, not all the time, just most of
 the time. I suggest that you make a Debian VM, and start learning
 . . . Also while you're at it, you *DO* need to learn git. git is
 far more useful than you  seem to realize. Start using goolge, and
 go to town.

 Remember, *you* are the one who needs to learn these things. So it
 is your own responsibility to learn / figure out various things.
 It will get easier / better with time and experience.




 On Tue, Aug 5, 2014 at 12:22 AM, A P a.poo...@gmail.com wrote:



 I am trying to work out how to build an install an update to
 the kernel for the CAN. The project I believe is here

 https://gitorious.org/linux-can/
 https://gitorious.org/linux-can/

 There are a few sub projects within it. I specifically want to
 add the ISO-TP protocol to my beaglebone project so I guess
 this means building it into the kernel - I don't believe this
 is a released part of the SocketCAN driver as standard yet. I
 am using Debian as my OS.

 The problem is every search I do on the subject assumes I know
 how to use github and how to compile the parts of the kernel I
 need and what I do with the output. There is no step by step
 guide - this does not make it easy for people that are new to
 Linux. 

 Also I guess if I add functionality to the kernel I would need
 to update header files etc to use these features.

 If I use a cross compiler on a windows pc (or a linux pc for
 that matter) do I need to build drivers/libraries there as well ?

 Thanks in advance to anyone that can explain

 A_P


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from
 it, send an email to beagleboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout
 https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Only attitude I see in this thread is yours. You got solid advice for
being a n00b to the world YOU wanted to join. No one will hold your hand
through your entire process and ever single step for your specific
desires. There is plenty of info out there how to any and every step.
Especially at the level you're looking for, ie beginners stuff.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Ad-hoc network together with access point

2014-08-07 Thread Don deJuan
On 08/07/2014 12:17 PM, William Hermans wrote:
 Does this help ?
 http://michaelfranzl.com/2014/06/08/debian-linux-howto-briding-wlan-ethernet-access-point-infrastructure-mode-android-phones/

 Im assuming you're using Debian wheezy . . .


 On Thu, Aug 7, 2014 at 9:21 AM, paulloh55...@gmail.com
 mailto:paulloh55...@gmail.com wrote:

 Hi,all

 I am using five BeagleBone Black with 2 WiFi antenna connected to
 each BeagleBone Black.

 On each BeagleBone Black, one of the WiFi antenna is configured
 for an ad-hoc network, the other WiFi antenna is configured as an
 access point to allow mobile devices to join the ad-hoc network
 via the access point.

 The result is that the mobile devices can get associated to the
 access point and access a web server in the ad-hoc network.
  
 However, the mobile device of Access Point 1 (AP1) is not able to
 communicate with the mobile devices of Access Point 2 (AP2).

 I have add in the route of the subnet of mobile devices of AP2 in
 AP1 and vice versa.

 Did anyone has experience in configuring ad-hoc network together
 with access point on a single BeagleBone Black?

 Is it possible?

 Thank you.

 Rdgs,
 Paul

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 If you're on Arch Linux ARM you can use this and modify to your needs.
http://wiki.archassault.org/#!tutorials/hostapd+dhcpd+static_ip.md
http://wiki.archassault.org/#%21tutorials/hostapd+dhcpd+static_ip.md

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] 6GB image of 8GB uSD card?

2014-08-02 Thread Don deJuan
On 08/02/2014 10:39 AM, William Pretty Security wrote:

 Hello all;

  

 I have an 8GB uSD card with an ~6GB file system on it (boot +rootfs).

 What I want to do is just image the 6GB portion that is actually
 formatted and used.

  

 I tried the windows tool and it didn't work. It imaged the entire disk.

 Is there a switch in Linux DD or some other way to image just the
 6GB portion of the card ?

  

 Thanks;

  

 Bill

  

 No one could make a greater mistake than he who did nothing because
 he could do only a little.

 All that is necessary for the triumph of evil is that good men do
 nothing Edmond Burke /(1729 - 1797)/

 http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book

  

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

are you asking about doing something like this?
dd if=/dev/YOUR_DEVICE of=myBackup.img bs=1M count=6144

assuming its actually 6GB

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] OTA update (remote/field updates) strategies

2014-08-01 Thread Don deJuan
On 08/01/2014 07:53 AM, brian larochelle wrote:
 Does anyone have any thoughts on BBB updating/upgrading strategies.
  The two I'm looking at are image based updates, or debian apt based
 updates.

 1. image based with two kernel partitions, two rootfs partitions.
  Download an unpack new kernel and rootfs to unused partitions and
 then modify u-boot.
 2. use debian apt repo's + custom repo's.  this sounds interesting,
 would have to read up on deb packaging and dependencies.

 Any thoughts on these, other interesting strategies?  
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Dont use Debian but I use the custom repo route for my remote installs.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] cryptsetup / LUKS disk encryption on Debian not working

2014-07-30 Thread Don deJuan
On 07/30/2014 02:38 PM, niko.hee...@gmail.com wrote:
 Is anyone running a encrypted usb drive on debian on the bbb? Because
 I think this might be a bug... Mine keeps crashing and I have
 basically nothing else installed / configured.
 Any help would be greatly appreciated!




 On Sunday, July 27, 2014 1:04:43 PM UTC+2, niko@gmail.com wrote:

 S...

 I made a SD card with the latest debian RCN demo-image
 (2014-07-06). This time cryptsetup works a little better but it is
 far from operational.
 What I did:
   sudo cryptsetup --verbose --verify-passphrase luksFormat /dev/sdb1
   sudo cryptsetup luksOpen /dev/sdb1 sdb1
   sudo mkfs.ext4 /dev/mapper/sdb1

 At this point the BBB crashes. The first time I got a kernel panic
 warning on ssh:
   kernel:[79920.677253] Kernel panic - not syncing: hung_task:
 blocked tasks

 So I formatted the usb drive to ext4 on my PC, hooked it back to
 the BBB and opened it there. This worked. However writing to the
 disk will again crash my poor BBB.

 Anyone any ideas how I could make BBB debian work with LUKS on an
 external disk?

 Cheers
 N

 On Tuesday, July 22, 2014 10:14:24 PM UTC+2, RobertCNelson wrote:

 On Tue, Jul 22, 2014 at 3:06 PM,  niko@gmail.com wrote:
  No such file or directory...
 
  I am running a Debian Wheezy I downloaded from the BBB Wiki
 a while ago. Can
  this also be updated (using your tools)?
  Would there be a simple way to migrate?

 Sadly nope. As it's not my image, so the automated
 install-me.sh/etc http://install-me.sh/etc
 is not guaranteed to work/boot.

 But you can always build that kernel branch and install the
 kernel
 image/dtbs/modules where they need to be.

 Regards,

 -- 
 Robert Nelson
 http://www.rcn-ee.com/

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
Oh forgot to mention the only thing different I did was apply the nuke
patchset. Been going about 4 months on that install.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] cryptsetup / LUKS disk encryption on Debian not working

2014-07-30 Thread Don deJuan
On 07/30/2014 03:30 PM, John Syn wrote:
 You won't receive a copy of your posts so there is no need to post
 multiple times. 

 Regards,
 John
 From: Don deJuan donjuans...@gmail.com mailto:donjuans...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Wednesday, July 30, 2014 at 2:46 PM
 To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Subject: Re: [beagleboard] cryptsetup / LUKS disk encryption on Debian
 not working

 On 07/30/2014 02:38 PM, niko.hee...@gmail.com wrote:
 Is anyone running a encrypted usb drive on debian on the bbb?
 Because I think this might be a bug... Mine keeps crashing and I
 have basically nothing else installed / configured.
 Any help would be greatly appreciated!




 On Sunday, July 27, 2014 1:04:43 PM UTC+2, niko@gmail.com wrote:

 S...

 I made a SD card with the latest debian RCN demo-image
 (2014-07-06). This time cryptsetup works a little better but
 it is far from operational.
 What I did:
   sudo cryptsetup --verbose --verify-passphrase luksFormat
 /dev/sdb1
   sudo cryptsetup luksOpen /dev/sdb1 sdb1
   sudo mkfs.ext4 /dev/mapper/sdb1

 At this point the BBB crashes. The first time I got a kernel
 panic warning on ssh:
   kernel:[79920.677253] Kernel panic - not syncing:
 hung_task: blocked tasks

 So I formatted the usb drive to ext4 on my PC, hooked it back
 to the BBB and opened it there. This worked. However writing
 to the disk will again crash my poor BBB.

 Anyone any ideas how I could make BBB debian work with LUKS
 on an external disk?

 Cheers
 N

 On Tuesday, July 22, 2014 10:14:24 PM UTC+2, RobertCNelson
 wrote:

 On Tue, Jul 22, 2014 at 3:06 PM,  niko@gmail.com
 wrote:
  No such file or directory...
 
  I am running a Debian Wheezy I downloaded from the BBB
 Wiki a while ago. Can
  this also be updated (using your tools)?
  Would there be a simple way to migrate?

 Sadly nope. As it's not my image, so the automated
 install-me.sh/etc http://install-me.sh/etc
 is not guaranteed to work/boot.

 But you can always build that kernel branch and install
 the kernel
 image/dtbs/modules where they need to be.

 Regards,

 -- 
 Robert Nelson
 http://www.rcn-ee.com/

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 Oh forgot to mention the only thing different I did was apply the
 nuke patchset. Been going about 4 months on that install.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

actually if you read them both they both have different content. Second
one was a fact I forgot to mention in the first, would have taken you
less time to re-read them both than typing that out  lol

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: BBB autostart and PWM config

2014-07-28 Thread Don deJuan
On 07/28/2014 01:06 PM, BubbleBone wrote:
 Actually all the details were given in the first message.
 I even had the impression that I put too much of details and made it
 unreadable ... which may explain why I didn't get any answer :-)

 Let me know if you need any detail which is not in the initial message.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Find out the proper service to make it start after using

After=

for example (will not solve yours)

After=systemd-user-sessions.service

There is a bunch of things for much further control I would recommend
further reading of systemd service files.

For example you have no Type

You have things like Wants= Requires=

Things like Requires= does not imply After=



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Join BBBdrone cape project

2014-07-25 Thread Don deJuan
On 07/25/2014 06:19 AM, embeddedcomputer.nl wrote:
 Joining the open source project BBBdrone?  Let us know!  

 We are currently looking for people who wants to start/join the
 OpenSource  BBBdrone project.

 Our aim will be a affordable BBB cape that together with a BBB and 3D
 printed frame can be controlled by a Android/Apple phone/tablet. 

 Funding by Kickstarter or indiegogo
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


Why would this need to be funded by kickstarter or indiegogo campaign?
Me personally this turns me off the project regardless.

How is this going to be better/different than the current AP's on the
market, such as APM, UDB, PixHawk, Paparazzi, Open Pilot or the many
other proven solutions? What kind of testing is going to be done and
currently done to prove the AP software/hardware? How long has the
flight software been developed? What limitations will this board have?
What control algos are being used?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Join BBBdrone cape project

2014-07-25 Thread Don deJuan
On 07/25/2014 10:21 AM, embeddedcomputer.nl wrote:
 Hello Don,

 If we want to have a professional BBBdrone I do not think many people
 will Join lacking stuff that matters. For development and protyping
 there must be a fund.  Or are you going to pay for PCB manufacturing,
 3D frame models and others?  

 Op vrijdag 25 juli 2014 18:35:29 UTC+2 schreef don:

 On 07/25/2014 06:19 AM, embeddedcomputer.nl
 http://embeddedcomputer.nl wrote:
 Joining the open source project BBBdrone?  Let us know!  

 We are currently looking for people who wants to start/join the
 OpenSource  BBBdrone project.

 Our aim will be a affordable BBB cape that together with a BBB
 and 3D printed frame can be controlled by a Android/Apple
 phone/tablet. 

 Funding by Kickstarter or indiegogo
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout
 https://groups.google.com/d/optout.


 Why would this need to be funded by kickstarter or indiegogo
 campaign? Me personally this turns me off the project regardless.

 How is this going to be better/different than the current AP's on
 the market, such as APM, UDB, PixHawk, Paparazzi, Open Pilot or
 the many other proven solutions? What kind of testing is going to
 be done and currently done to prove the AP software/hardware? How
 long has the flight software been developed? What limitations will
 this board have? What control algos are being used?

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

lol ok. Well wonder how all those other projects managed to do it with
super small teams and no project funding and became as successful and
huge as they have, most starting with 1-2 people. To me its a step back
using kickstarter or indiegogo for something like this and screams we
want to do this for ourselves but will only do so on someone else's
dime. Not sure why the only thing you answered was in regards to your
funding plans. The rest of the questions were actually much more
important unless I have missed some post on the list where this is all
laid out for all to see.

What does this offer that proven open source solutions or their clones
do not currently, can you even compete with their solutions? Or are you
trying to reach a different market? What are you currently using to
prove this would even make a good cape ? Do you even have a rough
proto? Are you targeting fixed wing, multi, both or? How many flights
are you on already? What control algos? Are you going to be forking code
from the hard work of the other current solutions to jump start yours or?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Join BBBdrone cape project

2014-07-25 Thread Don deJuan
On 07/25/2014 10:31 AM, embeddedcomputer.nl wrote:
 BBBs are proven hardware, Agile software development can do the trick

 Do not see problems but opportunities Before Google Altavista
 ruled the world.

 Op vrijdag 25 juli 2014 18:35:29 UTC+2 schreef don:

 On 07/25/2014 06:19 AM, embeddedcomputer.nl
 http://embeddedcomputer.nl wrote:
 Joining the open source project BBBdrone?  Let us know!  

 We are currently looking for people who wants to start/join the
 OpenSource  BBBdrone project.

 Our aim will be a affordable BBB cape that together with a BBB
 and 3D printed frame can be controlled by a Android/Apple
 phone/tablet. 

 Funding by Kickstarter or indiegogo
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout
 https://groups.google.com/d/optout.


 Why would this need to be funded by kickstarter or indiegogo
 campaign? Me personally this turns me off the project regardless.

 How is this going to be better/different than the current AP's on
 the market, such as APM, UDB, PixHawk, Paparazzi, Open Pilot or
 the many other proven solutions? What kind of testing is going to
 be done and currently done to prove the AP software/hardware? How
 long has the flight software been developed? What limitations will
 this board have? What control algos are being used?

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Was I asking about the BBB ? No I am asking about your cape You seem
to be missing the actual questions

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cross-Compiling Qt5 on Beaglebone Black with OpenGL

2014-07-21 Thread Don deJuan
On 07/21/2014 09:29 AM, Jay wrote:
 Hey guys,

 No luck for me in getting this working. Beaglebone seems to have quite a 
 few issues with Qt5 and the build doesn't seem to want to cooperate.  For 
 others looking to pursue the same route, I got several suggestions to take 
 the route of Yocto and bitbaking the meta-ti recipe, which seems promising.

 For me, because my project is flexible, (call me a traitor) I switched to a 
 Raspberry Pi to build Qt5 on to.  It was incredibly easy to get the latest 
 Qt5.3.1 build on there and all the driv
Or you could just use an OS for BBB that has it built for you since you
seem to not be able to build it yourself on that platform.

wipe Debian, install archlinux-arm pacman -S qt5
AndWhatEverElseYouWantQT5Related

Again you can even install qt4 and at5 side by side

profit.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cross-Compiling Qt5 on Beaglebone Black with OpenGL

2014-07-17 Thread Don deJuan
On 07/17/2014 10:20 AM, Jay Cady wrote:
 Don: I'm unsure of what you mean by using arch-linux arm.  Can you explain 
 how I would do this?
Install arch linux arm on your BBB as opposed to running Debian. Then
install qt5 or qt4 or both

 Aswin: I'm actually not sure if the touchscreen works with the Qt5 
 installation yet.  The touchscreen is definitely functioning with the 
 image, but I haven't been able to do any tests yet.  If I can get it 
 working with OpenGL, I'll let you know.

 Ashwin: A lot of the errors you get in configuring Qt from source are 
 normal.  They just indicate that it tried to build those modules because 
 you didn't explicitly say to exclude them, but they don't exist.  You can 
 suppress them by passing -no arguments with the module that is giving you 
 the issue when configuring (i.e. -no-sql-mysql).  It doesn't matter much 
 because if everything else is still good, it will still configure 
 successfully and just disable those modules.

 On Thursday, July 17, 2014 9:13:54 AM UTC-7, ashwin.s...@gmail.com wrote:
 Hi,

 I am facing the same problem too. However, missing gl2.h is not the only 
 error I am seeing. There are other similar errors for mysql.h, oci.h etc. 
 I am using a the kernel version that supports SGX and was able to run a 
 demo program. I do not see gl2.h anywhere in /usr/include directory. Please 
 update if you find out any solution.

 Thanks,
 Ashwin

 On Wednesday, July 16, 2014 12:25:19 PM UTC-7, Jay Cady wrote:
 Hey all,

 I’ve been googling around and searching for about 2 days now with no luck.

 I’m trying to cross-compile Qt5 (5.3.1 or 5.2.0) for the Beaglebone Black 
 and get Quick 2.0 and Qt Quick Controls working (so I need OpenGL). So far 
 I haven’t been able to find any good sources to walk me through this 
 process.

 I’m using a Chipsee 
 http://www.chipsee.com/product/evm/beagle/beaglebone-black-expansion-capacitive.html?___store=english___from_store=default
  *[chipsee.com http://chipsee.com]* cape to have an LCD and capacitive 
 touch screen with it. Chipsee gives me several prebuilt images, including a 
 Debian, Angstrom, Android, and LinuxEZSDK images. It looks like the 
 linuxEZSDK and Angstrom images come with all the OpenGL libraries 
 pre-loaded. The LinuxEZSDK comes pre-configured with everything for Qt, but 
 it’s Qt4.8. You can find their repo of images here 
 http://www.chipsee.com/upload/BBB/*[chipsee.com http://chipsee.com]*.

 Right now I’ve been working with the LinuxEZSDK image to try and build 
 Qt5 from source and get it on there. I downloaded the linaro toolchain 
 https://launchpad.net/linaro-toolchain-binaries/trunk/2013.04/+download/gcc-linaro-arm-linux-gnueabihf-4.8-2013.04-20130417_linux.tar.xz
  *[launchpad.net http://launchpad.net]* to use for the cross compile. 
 I edited the 5.3.1 source following this tutorial 
 http://armsdr.blogspot.com/2014/01/bare-metal-qt-52-on-beaglebone-black_10.html
  *[armsdr.blogspot.com http://armsdr.blogspot.com]*to setup the build 
 for the cross-compile. If I follow that tutorial to a T, it works fine. But 
 if I try and configure using OpenGL by running the following configure 
 script:

1. ../qt-everywhere-opensource-src-5.3.1/configure -v -opensource -
confirm-license-no-pch -no-opengl -opengl es2 -make libs -device linux
-beaglebone-g++ -xplatform linux-arm-gnueabihf-g++ -device-option 
CROSS_COMPILE=/usr/local/linaro/bin/arm-linux-gnueabihf- -sysroot/
media/jay/rootfs -no-gcc-sysroot -prefix /opt/qt5

 I mounted the SD card that countains the LinuxEZSDK in order to find the 
 OpenGL drivers and set the sysroot to /media/jay/rootfs, which is the root 
 of the OS. Configuring that gives me the following error:

1. OpenGL ES 2.x auto-detection... ()
2. /usr/local/linaro/bin/arm-linux-gnueabihf-g++ -c -pipe -O2 -Wall -
W -fPIE  -I/home/jay/qt-everywhere-opensource-src-5.3.1/qtbase/mkspecs
/linux-arm-gnueabihf-g++ -I/home/jay/qt-everywhere-opensource-src-
5.3.1/qtbase/config.tests/unix/opengles2 -I. -o opengles2.o /home/jay/
qt-everywhere-opensource-src-5.3.1/qtbase/config.tests/unix/opengles2/
opengles2.cpp
3. /home/jay/qt-everywhere-opensource-src-5.3.1/qtbase/config.tests/
unix/opengles2/opengles2.cpp:45:25: fatal error:GLES2/gl2.h: No such 
file or directory
4.#include GLES2/gl2.h
5.  ^
6. compilation terminated.
7. make: *** [opengles2.o] Error 1
8. OpenGL ES 2.x disabled.
9. The OpenGL ES 2.0 functionality test failed!
10.  You might need to modify the include and library search paths by 
editing
11.  QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and 
QMAKE_LIBS_OPENGL_ES2 in
12.  /home/jay/qt-everywhere-opensource-src-5.3.1/qtbase/mkspecs/linux
-arm-gnueabihf-g++.

 I even tried modifying the qmake.conf at 
 /qtbase/mkspecs/linux-arm-gnueabihf-g++ to include the following:

1. QMAKE_INCDIR_OPENGL += /media/jay/rootfs/usr/include

Re: [beagleboard] Cross-Compiling Qt5 on Beaglebone Black with OpenGL

2014-07-16 Thread Don deJuan
On 07/16/2014 12:25 PM, Jay Cady wrote:

 Hey all,

 I’ve been googling around and searching for about 2 days now with no luck.

 I’m trying to cross-compile Qt5 (5.3.1 or 5.2.0) for the Beaglebone Black 
 and get Quick 2.0 and Qt Quick Controls working (so I need OpenGL). So far 
 I haven’t been able to find any good sources to walk me through this 
 process.

 I’m using a Chipsee 
 http://www.chipsee.com/product/evm/beagle/beaglebone-black-expansion-capacitive.html?___store=english___from_store=default
  *[chipsee.com]* cape to have an LCD and capacitive touch screen with it. 
 Chipsee gives me several prebuilt images, including a Debian, Angstrom, 
 Android, and LinuxEZSDK images. It looks like the linuxEZSDK and Angstrom 
 images come with all the OpenGL libraries pre-loaded. The LinuxEZSDK comes 
 pre-configured with everything for Qt, but it’s Qt4.8. You can find their 
 repo of images here http://www.chipsee.com/upload/BBB/*[chipsee.com]*.

 Right now I’ve been working with the LinuxEZSDK image to try and build Qt5 
 from source and get it on there. I downloaded the linaro toolchain 
 https://launchpad.net/linaro-toolchain-binaries/trunk/2013.04/+download/gcc-linaro-arm-linux-gnueabihf-4.8-2013.04-20130417_linux.tar.xz
  *[launchpad.net]* to use for the cross compile. I edited the 5.3.1 source 
 following this tutorial 
 http://armsdr.blogspot.com/2014/01/bare-metal-qt-52-on-beaglebone-black_10.html
  *[armsdr.blogspot.com]*to setup the build for the cross-compile. If I 
 follow that tutorial to a T, it works fine. But if I try and configure 
 using OpenGL by running the following configure script:

1. ../qt-everywhere-opensource-src-5.3.1/configure -v -opensource -
confirm-license-no-pch -no-opengl -opengl es2 -make libs -device linux-
beaglebone-g++ -xplatform linux-arm-gnueabihf-g++ -device-option 
CROSS_COMPILE=/usr/local/linaro/bin/arm-linux-gnueabihf- -sysroot/media/
jay/rootfs -no-gcc-sysroot -prefix /opt/qt5

 I mounted the SD card that countains the LinuxEZSDK in order to find the 
 OpenGL drivers and set the sysroot to /media/jay/rootfs, which is the root 
 of the OS. Configuring that gives me the following error:

1. OpenGL ES 2.x auto-detection... ()
2. /usr/local/linaro/bin/arm-linux-gnueabihf-g++ -c -pipe -O2 -Wall -W 
 -fPIE 
 -I/home/jay/qt-everywhere-opensource-src-5.3.1/qtbase/mkspecs/linux-arm-
gnueabihf-g++ -I/home/jay/qt-everywhere-opensource-src-5.3.1/qtbase/
config.tests/unix/opengles2 -I. -o opengles2.o /home/jay/qt-everywhere-
opensource-src-5.3.1/qtbase/config.tests/unix/opengles2/opengles2.cpp
3. /home/jay/qt-everywhere-opensource-src-5.3.1/qtbase/config.tests/unix/
opengles2/opengles2.cpp:45:25: fatal error:GLES2/gl2.h: No such file or 
directory
4.#include GLES2/gl2.h
5.  ^
6. compilation terminated.
7. make: *** [opengles2.o] Error 1
8. OpenGL ES 2.x disabled.
9. The OpenGL ES 2.0 functionality test failed!
10.  You might need to modify the include and library search paths by 
editing
11.  QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and 
QMAKE_LIBS_OPENGL_ES2 in
12.  /home/jay/qt-everywhere-opensource-src-5.3.1/qtbase/mkspecs/linux-
arm-gnueabihf-g++.

 I even tried modifying the qmake.conf at 
 /qtbase/mkspecs/linux-arm-gnueabihf-g++ to include the following:

1. QMAKE_INCDIR_OPENGL += /media/jay/rootfs/usr/include
2. QMAKE_LIBDIR_OPENGL += /media/jay/rootfs/usr/lib
3. QMAKE_LIBS_OPENGL_ES2 =

 But that resulted in the same error.

 Does anyone have any ideas how I can get this cross compiled for the 
 Beaglebone with support for Qt Quick 2 and Qt Quick Controls?

 Thanks!


Just use arch linux arm for qt5 as your default.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Cross Compiling Qt 5.3.1 for Beagle Board XM

2014-07-10 Thread Don deJuan
On 07/10/2014 10:36 AM, John Syn wrote:

 From: kaushik ram kaushikram2...@gmail.com
 mailto:kaushikram2...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Thursday, July 10, 2014 at 5:44 AM
 To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Subject: [beagleboard] Cross Compiling Qt 5.3.1 for Beagle Board XM

 I am not able to Cross Compile qt5 for beagle-Board XM can any
 body help me with this regard?

 I've given up trying to cross compile qt5. Instead, I build qt5
 directly on the beagleboard. It takes a long time, but it does work.

 Regards,
 John



 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

setup distcc then. qt5 is available by default in arch linux arm repos

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-07-06 Thread Don deJuan
On 07/06/2014 12:27 PM, William Hermans wrote:
 Forgive me if I'm off topic, or speaking to a different point. But I
 keep seeing mention of fees. So, as an example, I used to get paid
 $50( price would be much higher now days ) / hr as a security /
 systems consultant, and in light of this, where is my fee for helping
 the community ?

 Yeah yeah, relax I'm not asking for money this is just a flip of the
 script so to speak. Also I am not purporting that I personally deserve
 special treatment or anything of that nature. However, there *are* a
 great deal of people who contribute their time to various projects,
 not least of which is the Debian team. None of these people, or groups
 are asking for *your* money.

 So, before you start asking for money for whatever, I think you need
 to consider very carefully the individuals, foundations, and
 corporations who donate their own time free of charge so this
 community can benefit.

 There are other things that bother me about this whole thing as well.
 But I am waiting for something specific / concise to be discussed
 before I comment to those points.


 On Sun, Jul 6, 2014 at 7:22 AM, Lucas Tanure ltan...@gmail.com
 mailto:ltan...@gmail.com wrote:




 On Sun, Jul 6, 2014 at 10:56 AM, Jason Kridner jkrid...@gmail.com
 mailto:jkrid...@gmail.com wrote:



 On Sunday, July 6, 2014, Lucas Tanure ltan...@gmail.com
 mailto:ltan...@gmail.com wrote:

 Jason, 

 I was thinking in all the questions that you made in
 previous email and I made the conclusion that first we
 need to find out who we are.  
 I think that before we define how the foundation will run,
 we need to ask who wants to join the foundation. 


 Part of the trick to what you are suggesting is making people
 aware of the survey. There is also difficulty in interpreting
 it and asking the right questions. Perhaps more can be learned
 from the discourse that has already happened. 
  

 We need to run a survey. Questions like :

 Which board do you use ? White Black ? 


 We know Bone Black is the most popular. 
  

 Do you use more boards than Beagles ? Like Intel
 Galileo, raspberry pi ?
 What type of use you do, for yourself, to community,
 commercial ?
 Which license you use for your work ? BSD, GPL , Private ?
 Which language do you use ? C, C++, Python, Java?
 Do you develop a cape for Beagles ? If yes, what is the
 purpose?
 Do you agree to pay a small fee to the foundation ? If
 yes, what you expect in return ?


 This last part is most interesting to me. if we get organized,
 can we do things to improve the state of things for the community?

 Yes, my point is understand the current community and what we need .  

  

 If your return was : A very good documentation about
 Beagles. How To develop for beagles in any language that
 fits my needs. Do you agree that only people who paid the
 small fee should get access to documentation ?


 I'd like to avoid charging for bits and give time or atoms in
 exchange for money if you are trying to say what
 exclusively someone should get for paying a membership fee. 

 My point is who pays the server running the forum, wiki etc. Or
 this we already covered by another way ? 
  

  

 Would you like to join the foundation? 
 Do you would pay for that? If yes, how much?
 What do you miss in Beagles ? Library's to do your work ?
 A better Documentation ? Cheaper price for boards ? A
 Store to sell your cape ? A store to find all the capes
 that are develop for beagle. 

 This are a few questions that I have in mind. After we
 discover who we are, we can decide where to go.
 And you, what you think ? 


 if the information is kept open to the community, then I'd be
 fine with you running a survey. Not cool to collect data about
 Beaglers for private benefit. 

 Yes, of course. Anyone will be able to see the result.  

  


 Thanks
 Cheers 

 -- 
 Lucas A. Tanure Alves
 +55 (19) 988176559 tel:%2B55%20%2819%29%20988176559
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to
 the Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails
 from it, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit 

Re: [beagleboard] Re: Your help wanted in creating the BeagleBoard.org Foundation bylaws

2014-07-06 Thread Don deJuan
On 07/06/2014 03:08 PM, William Hermans wrote:
 Well I was not implying anything shady. There are many people here who
 have spent time on projects related to the community, and it could be
 considered fair for them to be compensated. Passed that there are
 other individuals who take advantage, and make money off all of these
 others peoples ideas, while completely depleting hardware stock world
 wide. By this, I mean people selling products based off of beagle designs.

 Is this right or wrong ? Then if wrong, how do you deal with it ? I
 honestly do not know, but the more I think about it the more it seems
 like a lose - lose situation for everyone.

 There is also much more to consider. For example: Servers that provide
 documentation, working images, etc need to be paid for, and
 maintained. So who really needs to pay for this ?

 If you think about it, the people who need the documentation need to
 pay for it. However, even people working in / for a non profit
 organization can / do get paid.

 Not a very simple situation to consider is it ?



 On Sun, Jul 6, 2014 at 1:17 PM, Don deJuan donjuans...@gmail.com
 mailto:donjuans...@gmail.com wrote:

 On 07/06/2014 12:27 PM, William Hermans wrote:
 Forgive me if I'm off topic, or speaking to a different point.
 But I keep seeing mention of fees. So, as an example, I used to
 get paid $50( price would be much higher now days ) / hr as a
 security / systems consultant, and in light of this, where is my
 fee for helping the community ?

 Yeah yeah, relax I'm not asking for money this is just a flip of
 the script so to speak. Also I am not purporting that I
 personally deserve special treatment or anything of that nature.
 However, there *are* a great deal of people who contribute their
 time to various projects, not least of which is the Debian team.
 None of these people, or groups are asking for *your* money.

 So, before you start asking for money for whatever, I think you
 need to consider very carefully the individuals, foundations, and
 corporations who donate their own time free of charge so this
 community can benefit.

 There are other things that bother me about this whole thing as
 well. But I am waiting for something specific / concise to be
 discussed before I comment to those points.


 On Sun, Jul 6, 2014 at 7:22 AM, Lucas Tanure ltan...@gmail.com
 mailto:ltan...@gmail.com wrote:




 On Sun, Jul 6, 2014 at 10:56 AM, Jason Kridner
 jkrid...@gmail.com mailto:jkrid...@gmail.com wrote:



 On Sunday, July 6, 2014, Lucas Tanure ltan...@gmail.com
 mailto:ltan...@gmail.com wrote:

 Jason, 

 I was thinking in all the questions that you made in
 previous email and I made the conclusion that first
 we need to find out who we are.  
 I think that before we define how the foundation will
 run, we need to ask who wants to join the foundation. 


 Part of the trick to what you are suggesting is making
 people aware of the survey. There is also difficulty in
 interpreting it and asking the right questions. Perhaps
 more can be learned from the discourse that has already
 happened. 
  

 We need to run a survey. Questions like :

 Which board do you use ? White Black ? 


 We know Bone Black is the most popular. 
  

 Do you use more boards than Beagles ? Like Intel
 Galileo, raspberry pi ?
 What type of use you do, for yourself, to community,
 commercial ?
 Which license you use for your work ? BSD, GPL ,
 Private ?
 Which language do you use ? C, C++, Python, Java?
 Do you develop a cape for Beagles ? If yes, what is
 the purpose?
 Do you agree to pay a small fee to the foundation ?
 If yes, what you expect in return ?


 This last part is most interesting to me. if we get
 organized, can we do things to improve the state of
 things for the community?

 Yes, my point is understand the current community and what we
 need .  

  

 If your return was : A very good documentation about
 Beagles. How To develop for beagles in any language
 that fits my needs. Do you agree that only people
 who paid the small fee should get access to
 documentation ?


 I'd like to avoid charging for bits and give time or
 atoms in exchange for money if you are trying to say what
 exclusively someone should get for paying a membership fee. 

 My point is who pays the server

Re: [beagleboard] Re: Banging my head against WiFi

2014-07-06 Thread Don deJuan
On 07/06/2014 04:00 PM, jubishop wrote:
 welp i take it back.  that worked until i restarted, now it doesn't
 recognize it at all anymore.  funny.  linux may be free.  but if i
 value my time at all, it's cost me so much more than windows or mac
 ever will, heh.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Or maybe just PEBKAC ?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Banging my head against WiFi

2014-07-03 Thread Don deJuan
On 07/03/2014 05:42 PM, jubishop wrote:
 if i ping Facebook.com for a long time, here's my ridiculously sad stats:

 *214 packets transmitted, 44 received, +12 errors, 79% packet loss,
 time 1055425ms*

 *rtt min/avg/max/mdev = 52.923/11248.510/25100.876/6695.707 ms, pipe 19*

 *
 *

 *
 *

 hopefully this goes without saying, but normally on my own machine i
 get much much better results.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

My guess is its power related.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Banging my head against WiFi

2014-07-03 Thread Don deJuan
On 07/03/2014 10:16 PM, William Hermans wrote:
 It could possibly be power related but I do not think so. What John
 said is a known issue, and makes sense in the context of 73% packet loss.


 On Thu, Jul 3, 2014 at 9:43 PM, Don deJuan donjuans...@gmail.com
 mailto:donjuans...@gmail.com wrote:

 On 07/03/2014 05:42 PM, jubishop wrote:
 if i ping Facebook.com for a long time, here's my ridiculously
 sad stats:

 *214 packets transmitted, 44 received, +12 errors, 79% packet
 loss, time 1055425ms*

 *rtt min/avg/max/mdev = 52.923/11248.510/25100.876/6695.707 ms,
 pipe 19*

 *
 *

 *
 *

 hopefully this goes without saying, but normally on my own
 machine i get much much better results.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 My guess is its power related.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Well one of the sites the OP links to what he bought, states power is a
known issue hence my comment. Its actually in bold. Also power is pretty
common in regards to dropped packets as well.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Banging my head against WiFi

2014-07-03 Thread Don deJuan
On 07/03/2014 10:16 PM, William Hermans wrote:
 It could possibly be power related but I do not think so. What John
 said is a known issue, and makes sense in the context of 73% packet loss.


 On Thu, Jul 3, 2014 at 9:43 PM, Don deJuan donjuans...@gmail.com
 mailto:donjuans...@gmail.com wrote:

 On 07/03/2014 05:42 PM, jubishop wrote:
 if i ping Facebook.com for a long time, here's my ridiculously
 sad stats:

 *214 packets transmitted, 44 received, +12 errors, 79% packet
 loss, time 1055425ms*

 *rtt min/avg/max/mdev = 52.923/11248.510/25100.876/6695.707 ms,
 pipe 19*

 *
 *

 *
 *

 hopefully this goes without saying, but normally on my own
 machine i get much much better results.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 My guess is its power related.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

*If using with a Beagle Bone:* Because of the high power required by
WiFi, a 5V 2A power adapter is required
http://www.adafruit.com/products/276 to power both the Bone and WiFi.
Flaky behavior and crashes may result if this is not followed! We have a
tutorial for using this module with the Beagle Bone
http://learn.adafruit.com/beaglebone/wifi!

*If using with a Raspberry Pi:* The latest Wheezy distributions support
this module out-of-the-box. Also, the Adafruit Occidentalis distribution
http://learn.adafruit.com/adafruit-raspberry-pi-educational-linux-distro
has support built in. Check out our detailed tutorial for how to set up
WiFi networking on the Pi
http://learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/overview
You may find that you need to have a powered hub to use this adapter, so
if you're having power flakiness with your Pi, try a hub!

The other is also stated as requiring high power from a quick google
search as well.


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] OPKG for ubuntu running on Beaglebone bBack

2014-06-27 Thread Don deJuan
On 06/26/2014 09:53 PM, Chaitra MohanKumar wrote:
 Hi all,

 I am using Ubuntu14.04 running on beaglebone black. 
 I wanted *opkg* to be installed on it. But I am not finding a
 correct website or repository to download it.

 I tried to download the opkg from the website
 http://downloads.yoctoproject.org/releases/opkg/;. But it installed
 *opkg-cl* and *opkg-key* not the opkg.

 Can anyone please help me to download the opkg into ubuntu running on
 beaglebone black.

 Thank you.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

why? use apt-get or aptitude

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black web server

2014-06-07 Thread Don deJuan
darkhttpd and nginx are also good alternatives as well as a few others.

On 06/07/2014 04:19 AM, Li926744 wrote:
 Apache on arm is not a too good option try lighthttpd ?

 Michael Thompson thompsonmichael...@gmail.com编写:

 I flashed Debian to the eMMC and it seems to be working fine. My plan
 is to host a small web page using Apache. I installed Apache and using
 the IP address the BeagleBone 101 loads fine from outside my network.

 So, my question is, in what directory do I save my index.html file in
 order to see it as the default page served by Apache? There are no
 files in the /var/www/ directory so I am confused. On my Linux Mint
 (Debian edition) all I had to do was save my index file in the www
 directory.

 Anyone know where I am going wrong?

 Thanks!!
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Security when connecting autonomous BB to the Internet

2014-05-31 Thread Don deJuan
On 05/30/2014 08:29 AM, William Hermans wrote:

 /Before you can hardening a Debian server you have to make a
 normal/
 /Debian Server out of it.../
 //
 /Login as root in the terminal (e.g. with putty from a win machine):/
 /root@arm:~# adduser prz # add a new regular user with password/
 /root@arm:~# deluser debian # remove the Testuser/
 /root@arm:~# rm -rf /home/debian/
 /root@arm:~# passwd # give root a real passwd/


 If a person can not figure this out on their own, they probably
 deserve to get rooted, or whatever else happens to them. Some would
 also argue removing root.

 Personally I would avoid apache2 unless absolutely necessary, as it is
 fairly large. But then again my own rootfs is only 137MB ( bare-fs )


 On Fri, May 30, 2014 at 7:15 AM, Robert Nelson
 robertcnel...@gmail.com mailto:robertcnel...@gmail.com wrote:

 On Fri, May 30, 2014 at 3:13 AM, Dieter Wirz didi.w...@gmail.com
 mailto:didi.w...@gmail.com wrote:
  Before you can hardening a Debian server you have to make a
 normal
  Debian Server out of it...
 
  Login as root in the terminal (e.g. with putty from a win machine):
  root@arm:~# adduser prz # add a new regular user with password
  root@arm:~# deluser debian # remove the Testuser
  root@arm:~# rm -rf /home/debian
  root@arm:~# passwd # give root a real passwd
 
  At this point I propose to install a real like apache:
  root@arm:~# apt-get install apache2
 
  Now you can check with a portsniffer e.g. nmap what ports are
 open on
  your BBB but now your  system should be fairly secure

 btw, in the official Debian image on beagleboard.org/latest-images
 http://beagleboard.org/latest-images ,
 there is an un-tweak script that'll undo some of the ssh things we
 did to make easier out of the box, but less secure then a default
 install.

 cd /opt/scripts/un-tweak-image/
 ./debian-re-secure-root-ssh.sh

 
 https://github.com/RobertCNelson/boot-scripts/blob/master/un-tweak-image/debian-re-secure-root-ssh.sh

 Regards,

 --
 Robert Nelson
 http://www.rcn-ee.com/

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard%2bunsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

I dont see how apache has anything to do with securing it.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Running BBB over couple days leads to overheating

2014-05-12 Thread Don deJuan
On 05/12/2014 12:16 PM, jmelson wrote:


 On Sunday, May 11, 2014 4:55:50 PM UTC-5, Mäx Rakete wrote:

 Hey guys,
 I'm running debian 7.4 on my BBB, with nothing more than
 noip-update scrip running. I had it running for two days now, and
 it gets very hot and shuts down. It even got hot on startup after
 inital setup (flashing os, etc). Is that a common issue? Is the
 BBB even layed out for running ofer such a long timespan? I woild
 like to have it running 24/7 as a webserver. Is that a possible
 use-case? I would love to hear your input.

 Regards,
 Max

  I just checked one I have.  it has been up 61 days.  It has a little
 Glade-interfaced program, so generally it isn't running anything unless
 somebody logs in an starts the program.  But, that shouldn't matter.

 It is in a closed box with power supplies and a home-made cape, so if
 it was going to overheat, I'd expect that to do it.

 Jon
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

uptime
 12:25:49 up 88 days, 10:43,  1 user,  load average: 0.03, 0.04, 0.35

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Running BBB over couple days leads to overheating

2014-05-12 Thread Don deJuan
On 05/12/2014 12:16 PM, jmelson wrote:


 On Sunday, May 11, 2014 4:55:50 PM UTC-5, Mäx Rakete wrote:

 Hey guys,
 I'm running debian 7.4 on my BBB, with nothing more than
 noip-update scrip running. I had it running for two days now, and
 it gets very hot and shuts down. It even got hot on startup after
 inital setup (flashing os, etc). Is that a common issue? Is the
 BBB even layed out for running ofer such a long timespan? I woild
 like to have it running 24/7 as a webserver. Is that a possible
 use-case? I would love to hear your input.

 Regards,
 Max

  I just checked one I have.  it has been up 61 days.  It has a little
 Glade-interfaced program, so generally it isn't running anything unless
 somebody logs in an starts the program.  But, that shouldn't matter.

 It is in a closed box with power supplies and a home-made cape, so if
 it was going to overheat, I'd expect that to do it.

 Jon
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

another one

uptime
 13:43:25 up 57 days, 13:30,  1 user,  load average: 3.00, 3.02, 3.05

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Booting Archlinux from microSD (again)

2014-04-28 Thread Don deJuan
On 04/27/2014 11:09 PM, John Syn wrote:

 From: Don deJuan donjuans...@gmail.com mailto:donjuans...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Sunday, April 27, 2014 at 10:57 PM
 To: beagleboard@googlegroups.com mailto:beagleboard@googlegroups.com
 Subject: Re: [beagleboard] Re: Booting Archlinux from microSD (again)

 On 04/27/2014 10:16 PM, John Syn wrote:

 From: Doug d...@crompton.com mailto:d...@crompton.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Sunday, April 27, 2014 at 9:52 PM
 To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Subject: [beagleboard] Re: Booting Archlinux from microSD (again)

 OK this does not work on Archlinux. Besides the fact
 Archlinux does not have initrd there must be some other issue
 holding it up. We are getting a serial connection hooked up
 to look at that.

 The answer about the only way was to remove a resistor is NOT
 a good answer. First of all it is not something you would do
 when distributing and image to be written on an SD card to a
 user. Hack your board so it works! No way.

 You asked for a solution that will work no matter what is on the
 eMMC. If you have u-boot on the eMMC, BBB will use it, period.
 No script or anything else for that matter will prevent this.
 Remove u-boot from the eMMC and BBB will use u-boot from the
 SDCard. With SYS_BOOT2 high (Boot not pressed), the boot sequence
 is MMC1 (eMMC), MMC0 (SDCard), UART0, USB0. If SYS_BOOT2 is low
 (Boot button pressed) the boot sequence is SPI0, MMC0, USB0, UART0. 

 Regards,
 John



 I would like to get this fixed but an easy answer would be to
 have a script that does a one time run of zeroing the eMMC on
 first boot of ArchLinux on the SD card. We have no reason to
 use the eMMC card in our application. I wish there was a HW
 switch or jumper on the BBB to disable it. That would make
 things much easier.

 So please don't go hacking your board, just nuke the code on
 the eMMC. It will then boot happily from the SD card.

 Hopefully we will find a better way so we won't have to do
 that. I will report back in a few days with any progress.

 On Sunday, April 27, 2014 10:15:04 PM UTC-4, Doug wrote:

 OK I asked this question before and I was never able to
 resolve it.

 I have an image (application) on microSD card that I want
 to distribute. It uses Archlinux. 

 I don't want the user to have to play with boot
 directories pushing buttons or anything like that. I just
 want it to boot at power up.

 As long as a distribution (stock) image is on the eMMC it
 will not boot the SD card unless the boot button is held
 down at power up.

 I can get around this by wiping the eMMC but I do not
 want a user getting an image on SD and having to do that.

 Is there anything I can do on the SD card (boot record)
 to cause it to boot directly from SD regardless of what
 is on eMMC.

 Debian apparently has no problem with this. It seems to
 be an Archlinux issue.

 If therei s an answer please pass along the code or point
 me to it.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from
 it, send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the
 Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 or why not just edit the uEnv.txt on the eMMC?

 It is u-boot default environment that loads the uEnv.txt file.
 uEnv.txt only augments the existing scripts already present in the
 u-boot environment. Nothing that you do to the uEnv.txt will prevent
 BBB from using the u-boot on the eMMC. 

 Regards,
 John


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop

Re: [beagleboard] Booting Archlinux from microSD (again)

2014-04-27 Thread Don deJuan
On 04/27/2014 07:15 PM, Doug wrote:
 OK I asked this question before and I was never able to resolve it.

 I have an image (application) on microSD card that I want to
 distribute. It uses Archlinux. 

 I don't want the user to have to play with boot directories pushing
 buttons or anything like that. I just want it to boot at power up.

 As long as a distribution (stock) image is on the eMMC it will not
 boot the SD card unless the boot button is held down at power up.

 I can get around this by wiping the eMMC but I do not want a user
 getting an image on SD and having to do that.

 Is there anything I can do on the SD card (boot record) to cause it to
 boot directly from SD regardless of what is on eMMC.

 Debian apparently has no problem with this. It seems to be an
 Archlinux issue.

 If therei s an answer please pass along the code or point me to it.
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

again edit your uEnv.txt

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Booting Archlinux from microSD (again)

2014-04-27 Thread Don deJuan
On 04/27/2014 10:16 PM, John Syn wrote:

 From: Doug d...@crompton.com mailto:d...@crompton.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Sunday, April 27, 2014 at 9:52 PM
 To: beagleboard@googlegroups.com mailto:beagleboard@googlegroups.com
 Subject: [beagleboard] Re: Booting Archlinux from microSD (again)

 OK this does not work on Archlinux. Besides the fact Archlinux
 does not have initrd there must be some other issue holding it up.
 We are getting a serial connection hooked up to look at that.

 The answer about the only way was to remove a resistor is NOT a
 good answer. First of all it is not something you would do when
 distributing and image to be written on an SD card to a user. Hack
 your board so it works! No way.

 You asked for a solution that will work no matter what is on the
 eMMC. If you have u-boot on the eMMC, BBB will use it, period. No
 script or anything else for that matter will prevent this. Remove
 u-boot from the eMMC and BBB will use u-boot from the SDCard. With
 SYS_BOOT2 high (Boot not pressed), the boot sequence is MMC1 (eMMC),
 MMC0 (SDCard), UART0, USB0. If SYS_BOOT2 is low (Boot button pressed)
 the boot sequence is SPI0, MMC0, USB0, UART0. 

 Regards,
 John



 I would like to get this fixed but an easy answer would be to have
 a script that does a one time run of zeroing the eMMC on first
 boot of ArchLinux on the SD card. We have no reason to use the
 eMMC card in our application. I wish there was a HW switch or
 jumper on the BBB to disable it. That would make things much easier.

 So please don't go hacking your board, just nuke the code on the
 eMMC. It will then boot happily from the SD card.

 Hopefully we will find a better way so we won't have to do that. I
 will report back in a few days with any progress.

 On Sunday, April 27, 2014 10:15:04 PM UTC-4, Doug wrote:

 OK I asked this question before and I was never able to
 resolve it.

 I have an image (application) on microSD card that I want to
 distribute. It uses Archlinux. 

 I don't want the user to have to play with boot directories
 pushing buttons or anything like that. I just want it to boot
 at power up.

 As long as a distribution (stock) image is on the eMMC it will
 not boot the SD card unless the boot button is held down at
 power up.

 I can get around this by wiping the eMMC but I do not want a
 user getting an image on SD and having to do that.

 Is there anything I can do on the SD card (boot record) to
 cause it to boot directly from SD regardless of what is on eMMC.

 Debian apparently has no problem with this. It seems to be an
 Archlinux issue.

 If therei s an answer please pass along the code or point me
 to it.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
or why not just edit the uEnv.txt on the eMMC?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] ArchLinux SD card boot

2014-04-18 Thread Don deJuan
On 04/18/2014 07:47 AM, Doug wrote:
 I have ArchLinux installed and it reboots fine - shutdown -r now - but
 if I power down and restart it goes to four LED's and stops. If I hold
 down the boot button and power it will then boot.

 How do I get it to boot at power up always from the SD card?  My boot
 partition has the following files -

 102 -rwxr-xr-x  1 root root 104212 Aug 10  2013 MLO
 354 -rwxr-xr-x  1 root root 361488 Aug 10  2013 u-boot.img
   2 -rwxr-xr-x  1 root root603 Oct 18  2013 uEnv.txt

 and uEnv.txt has -

 [root@BBBdoug mnt]# cat uEnv.txt
 uenvcmd=run findmmc1; run findmmc0; if run loaduimage; then run
 loadfdt; run mmcboot; fi;
 findmmc1=if test $board_name = A335BNLT; then setenv mmc1 1; else
 setenv mmc1 0; fi
 findmmc0=setenv mmcdev 0; mmc dev ${mmcdev}; if mmc rescan; then
 setenv mmc0 1; else setenv mmc0 0; fi
 mmcroot=/dev/mmcblk0p2 rw
 loadfdt=ext4load mmc ${mmcdev}:2 ${fdtaddr} /boot/dtbs/${fdtfile}
 loaduimage=if ext4load mmc 0:2 ${loadaddr} /boot/zImage; then setenv
 mmcdev 0; else setenv mmcdev 1; if test $mmc0 = 1; then setenv mmcroot
 /dev/mmcblk1p2 rw; fi; ext4load mmc 1:2 ${loadaddr} /boot/zImage; fi
 optargs=coherent_pool=1M

 As far as I can tell this is the latest code.

 What do I need to do to get it to always boot without intervention
 from the micoSD card?

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Here is one of many posts with the details you are looking for. Search
the forums for alarm

http://archlinuxarm.org/forum/viewtopic.php?f=48t=6011

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: ArchLinux SD card boot

2014-04-18 Thread Don deJuan
On 04/18/2014 10:11 AM, Robert Nelson wrote:
 On Fri, Apr 18, 2014 at 12:08 PM, Doug d...@crompton.com wrote:
 I don't know why anyone can't just give a concise answer here instead of
 referring you to some other post where no real answer is given.
 Well, It's been asked so many times over the years, people are board
 with the question/answer. ;)

 Here is my emmc - boot partition

 [root@BBBdoug ~]# ls -als /mnt2
 total 537
   1 drwxr-xr-x  5 root root   1024 Dec 31  1969 .
   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..
   1 drwxr-xr-x  2 root root512 Mar 18  2013 App
   1 -rwxr-xr-x  1 root root223 Mar 18  2013 autorun.inf
   2 drwxr-xr-x  4 root root   2048 Mar 18  2013 Docs
   1 drwxr-xr-x  5 root root512 Mar 18  2013 Drivers
   1 -rwxr-xr-x  1 root root 30 Mar 18  2013 ID.txt
  41 -rwxr-xr-x  1 root root  41174 Mar 18  2013 LICENSE.txt
  98 -rwxr-xr-x  1 root root  99976 Mar 18  2013 MLO
   1 -rwxr-xr-x  1 root root 26 Jan  1  2000 old.uEnv.txt
   1 -rwxr-xr-x  1 root root292 Mar 18  2013 README.md
  17 -rwxr-xr-x  1 root root  16827 Mar 18  2013 START.htm
 371 -rwxr-xr-x  1 root root 379428 Mar 18  2013 u-boot.img
   1 -rwxr-xr-x  1 root root603 Jan  1  2000 uEnv.txt

 and my sd card boot partition -

  16 drwxr-xr-x  2 root root  16384 Dec 31  1969 .
   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..

 102 -rwxr-xr-x  1 root root 104212 Aug 10  2013 MLO
 354 -rwxr-xr-x  1 root root 361488 Aug 10  2013 u-boot.img
   2 -rwxr-xr-x  1 root root603 Oct 18  2013 uEnv.txt

 As you can see above I treid just copying uEnv.txt from the SD card to the
 emmc but it did the same thing. Do I have to wipe out the emmc boot
 partition and copy the sd boot to it?

 I don't want to use the emmc. I want to boot from the microSD.
 dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=16

 There, the bootloader on the eMMC will never get in the way again..

 Regards,

also it was in that link multiple times in the three pages it was on.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: ArchLinux SD card boot

2014-04-18 Thread Don deJuan
On 04/18/2014 10:08 AM, Doug wrote:
 I don't know why anyone can't just give a concise answer here instead
 of referring you to some other post where no real answer is given.

 Here is my emmc - boot partition

 [root@BBBdoug ~]# ls -als /mnt2
 total 537
   1 drwxr-xr-x  5 root root   1024 Dec 31  1969 .
   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..
   1 drwxr-xr-x  2 root root512 Mar 18  2013 App
   1 -rwxr-xr-x  1 root root223 Mar 18  2013 autorun.inf
   2 drwxr-xr-x  4 root root   2048 Mar 18  2013 Docs
   1 drwxr-xr-x  5 root root512 Mar 18  2013 Drivers
   1 -rwxr-xr-x  1 root root 30 Mar 18  2013 ID.txt
  41 -rwxr-xr-x  1 root root  41174 Mar 18  2013 LICENSE.txt
  98 -rwxr-xr-x  1 root root  99976 Mar 18  2013 MLO
   1 -rwxr-xr-x  1 root root 26 Jan  1  2000 old.uEnv.txt
   1 -rwxr-xr-x  1 root root292 Mar 18  2013 README.md
  17 -rwxr-xr-x  1 root root  16827 Mar 18  2013 START.htm
 371 -rwxr-xr-x  1 root root 379428 Mar 18  2013 u-boot.img
   1 -rwxr-xr-x  1 root root603 Jan  1  2000 uEnv.txt

 and my sd card boot partition -

  16 drwxr-xr-x  2 root root  16384 Dec 31  1969 .
   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..
 102 -rwxr-xr-x  1 root root 104212 Aug 10  2013 MLO
 354 -rwxr-xr-x  1 root root 361488 Aug 10  2013 u-boot.img
   2 -rwxr-xr-x  1 root root603 Oct 18  2013 uEnv.txt

 As you can see above I treid just copying uEnv.txt from the SD card to
 the emmc but it did the same thing. Do I have to wipe out the emmc
 boot partition and copy the sd boot to it?

 I don't want to use the emmc. I want to boot from the microSD. 

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Nope dont need to wipe. I have 10+ BBB's booting with the methods in the
link I gave and that have been posted numerous times across many other
threads.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: ArchLinux SD card boot

2014-04-18 Thread Don deJuan
On 04/18/2014 10:08 AM, Doug wrote:
 I don't know why anyone can't just give a concise answer here instead
 of referring you to some other post where no real answer is given.

 Here is my emmc - boot partition

 [root@BBBdoug ~]# ls -als /mnt2
 total 537
   1 drwxr-xr-x  5 root root   1024 Dec 31  1969 .
   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..
   1 drwxr-xr-x  2 root root512 Mar 18  2013 App
   1 -rwxr-xr-x  1 root root223 Mar 18  2013 autorun.inf
   2 drwxr-xr-x  4 root root   2048 Mar 18  2013 Docs
   1 drwxr-xr-x  5 root root512 Mar 18  2013 Drivers
   1 -rwxr-xr-x  1 root root 30 Mar 18  2013 ID.txt
  41 -rwxr-xr-x  1 root root  41174 Mar 18  2013 LICENSE.txt
  98 -rwxr-xr-x  1 root root  99976 Mar 18  2013 MLO
   1 -rwxr-xr-x  1 root root 26 Jan  1  2000 old.uEnv.txt
   1 -rwxr-xr-x  1 root root292 Mar 18  2013 README.md
  17 -rwxr-xr-x  1 root root  16827 Mar 18  2013 START.htm
 371 -rwxr-xr-x  1 root root 379428 Mar 18  2013 u-boot.img
   1 -rwxr-xr-x  1 root root603 Jan  1  2000 uEnv.txt

 and my sd card boot partition -

  16 drwxr-xr-x  2 root root  16384 Dec 31  1969 .
   4 drwxr-xr-x 18 root root   4096 Jan  1  2000 ..
 102 -rwxr-xr-x  1 root root 104212 Aug 10  2013 MLO
 354 -rwxr-xr-x  1 root root 361488 Aug 10  2013 u-boot.img
   2 -rwxr-xr-x  1 root root603 Oct 18  2013 uEnv.txt

 As you can see above I treid just copying uEnv.txt from the SD card to
 the emmc but it did the same thing. Do I have to wipe out the emmc
 boot partition and copy the sd boot to it?

 I don't want to use the emmc. I want to boot from the microSD. 

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

Also Arch is not Debian/Ubuntu, it expects much more from its users than
typical OS's would. Arch is very much against spoon feeding especially
when its documented numerous times.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Debian, Bluez and a Sony PS3 Sixaxis Controller

2014-04-14 Thread Don deJuan
On 04/14/2014 09:41 AM, mac...@msn.com wrote:
 I upgraded my Debian v3.8 to v3.13.9 so that I could plug a powered
 USB hub into the BBB USB host so that I could plug a Rocketfish BT
 dongle and my Sony sixaxis concurrently for pairing. Otherwise you can
 only plug one device into the USB host at a time. I think there is
 more to do to support USB. Long story short in Debian v3.8 my
 Rocketfish dongle was correctly identified. In Debian v3.13.9 I get
 the following-

 root@arm:/# dmesg |tail
 [ 1223.364177] usb 2-1: new full-speed USB device number 4 using musb-hdrc
 [ 1276.911353] Bluetooth: Core ver 2.17
 [ 1276.911471] NET: Registered protocol family 31
 [ 1276.911482] Bluetooth: HCI device and connection manager initialized
 [ 1276.911532] Bluetooth: HCI socket layer initialized
 [ 1276.911549] Bluetooth: L2CAP socket layer initialized
 [ 1276.911578] Bluetooth: SCO socket layer initialized
 [ 1276.944459] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
 [ 1276.944480] Bluetooth: BNEP filters: protocol multicast
 [ 1276.944530] Bluetooth: BNEP socket layer initialized
 root@arm:/# hcitool dev
 Devices:
 root@arm:/# [ 1349.186393] usb 2-1.1: device v0a5c p4502 is not supported
 [ 1349.396415] usb 2-1.2: device v0a5c p4503 is not supported
 [ 1349.606618] usb 2-1.3: device v0461 p4d75 is not supported

 ...Back to the drawing board.



 On Tuesday, April 8, 2014 9:33:56 PM UTC-7, mac...@msn.com wrote:

 Hi All,

 First I want to thank Robert, Jason and everyone that coded/tested
 to bring Debian to our projects. My life became considerably
 easier because of those efforts. Magnificent!

 The next hurdle for me has been trying to get a Sony PS3 sixaxis
 controller and the Sony wireless keyboard working with Bluetooth
 (Bluez). The problem seems to be that when I plug the controller
 into the USB port, UDEV creates input/js0 and event0

 but Dmesg reports-

 [15105.669932] input: Sony PLAYSTATION(R)3 Controller as
 /devices/ocp.3/4740.usb/musb-hdrc.1.auto/usb1/1-1/1-1:1.0/input/input2
 [15105.671447] usbhid 1-1:1.0: looking for a minor, starting at 96
 [15105.672694] sony 0003:054C:0268.0002: input,hiddev0,hidraw0:
 USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on
 usb-musb-hdrc.1.auto-1/input0
 [15105.675678] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [15105.675776] hub 1-0:1.0: port 1 enable change, status 0103

 but lacks reporting the following

 sony :::: Calling sixaxis_set_operational_usb
 sony :::: Sony PS3 Controller bdaddr: xx:xx:xx:xx:xx:xx


 From what I understand there is a patch that went into Linux
 kernel since 2.6.37 but I could never find it in the changelogs.
 Does anyone know if this patch carried through to 3.8.13-bone41?

 Also the Bluez version we have for Debian seems to be 4.99 and the
 latest version on www.bluez.org http://www.bluez.org is up to
 5.17. Sixaxis looks to be fully supported in that version. Any
 chance we will be going to a newer version of Bluez in the near
 future?

 Thanks!
   


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

It should build could be a few different reasons its failing for you. If
I get time I will setup a deb install and see about compiling it. But it
for sure builds on Arch.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Dude, where's my BeagleBone Black?

2014-04-14 Thread Don deJuan
On 04/14/2014 04:01 AM, Jason Kridner wrote:
 On Mon, Apr 14, 2014 at 3:25 AM, rh_ richard_hubb...@lavabit.com wrote:
 On Sun, 13 Apr 2014 19:07:00 -0400
 Jason Kridner jkrid...@beagleboard.org wrote:

 --8--

 To provide the best experience of using Debian on BeagleBone Black, we
 are connecting the switch-over to an increase in the on-board eMMC
 flash storage from 2GB to 4GB, leaving more free room in which you can
 work. The eMMC is faster and more reliable than micro-SD cards, so
 this is adding a lot of value---and a little bit of cost.

 These BeagleBone Blacks with Debian and 4GB eMMC will be called Rev C
 and they will likely cost a bit more at most distributors. This extra
 money is helping CircuitCo pay for the additional expense of the eMMC,
 but also to cover costs for ramping production to higher-than-ever
 rates.

 With the additional capacity CircuitCo is bringing on, we expect to be
 able to fill all end-user back-orders for the Rev B boards by early
 May and shift all production to Rev C. With around 150,000 boards on
 *distributor* back-orders, we'll be working with distributors to
 quickly accept board shipments such that CircuitCo isn't sitting on
 any units.

 So no more 2GB eMMC models ever?  What about one with no eMMC
 at all? I know there are more than a few people here that boot from
 network, sdcard or usb.
 Never say never, but we are unlikely to make any more 2GB eMMC models.
 I've been kicking around the idea of doing a kickstarter for a no-eMMC
 model, but I'd like to wait a month or two to see how the Rev C and
 Element14 boards are doing out there.

 Another thought occurred, has beagle or circuitco done any long duration
 eMMC testing? How graceful will the BBB handle a failed eMMC part?
 Failed as-in worn out from use not a defect. I think some people are
 concerned with eMMC failures and so they don't use it or don't rely
 on it.
 The only data we have is from the manufacturer and the community.
 After a year, we aren't seeing wear-out issues. The ext4 file system
 if fairly robust, but if writes start failing, end-user failures can
 occur in odd ways. If you are creating a mission-critical app that
 must stay deployed for many years without the ability to perform
 replacements, I'd encourage you to alter the eMMC contents to
 read-only, except for your critical data acquisition.

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
any chance we will get a bump in RAM any time soon? Would love to see
1GB or catching up to some of the other boards with 2GB. I realize it
would be a cost increase, but I think that would be a better option than
no eMMC.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Debian, Bluez and a Sony PS3 Sixaxis Controller

2014-04-08 Thread Don deJuan
On 04/08/2014 09:33 PM, mac...@msn.com wrote:
 Hi All,

 First I want to thank Robert, Jason and everyone that coded/tested to
 bring Debian to our projects. My life became considerably easier
 because of those efforts. Magnificent!

 The next hurdle for me has been trying to get a Sony PS3 sixaxis
 controller and the Sony wireless keyboard working with Bluetooth
 (Bluez). The problem seems to be that when I plug the controller into
 the USB port, UDEV creates input/js0 and event0

 but Dmesg reports-

 [15105.669932] input: Sony PLAYSTATION(R)3 Controller as
 /devices/ocp.3/4740.usb/musb-hdrc.1.auto/usb1/1-1/1-1:1.0/input/input2
 [15105.671447] usbhid 1-1:1.0: looking for a minor, starting at 96
 [15105.672694] sony 0003:054C:0268.0002: input,hiddev0,hidraw0: USB
 HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on
 usb-musb-hdrc.1.auto-1/input0
 [15105.675678] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [15105.675776] hub 1-0:1.0: port 1 enable change, status 0103

 but lacks reporting the following

 sony :::: Calling sixaxis_set_operational_usb
 sony :::: Sony PS3 Controller bdaddr: xx:xx:xx:xx:xx:xx

 From what I understand there is a patch that went into Linux kernel
 since 2.6.37 but I could never find it in the changelogs. Does anyone
 know if this patch carried through to 3.8.13-bone41?

 Also the Bluez version we have for Debian seems to be 4.99 and the
 latest version on www.bluez.org http://www.bluez.org is up to 5.17.
 Sixaxis looks to be fully supported in that version. Any chance we
 will be going to a newer version of Bluez in the near future?

 Thanks!
   


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

I bet if you use bluez 5.14 and later you will have better luck.

I run ArchLinux|ARM though but have  no issues with upstreams bluez with
a DS4 controller

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Debian, Bluez and a Sony PS3 Sixaxis Controller

2014-04-08 Thread Don deJuan
On 04/08/2014 09:33 PM, mac...@msn.com wrote:
 Hi All,

 First I want to thank Robert, Jason and everyone that coded/tested to
 bring Debian to our projects. My life became considerably easier
 because of those efforts. Magnificent!

 The next hurdle for me has been trying to get a Sony PS3 sixaxis
 controller and the Sony wireless keyboard working with Bluetooth
 (Bluez). The problem seems to be that when I plug the controller into
 the USB port, UDEV creates input/js0 and event0

 but Dmesg reports-

 [15105.669932] input: Sony PLAYSTATION(R)3 Controller as
 /devices/ocp.3/4740.usb/musb-hdrc.1.auto/usb1/1-1/1-1:1.0/input/input2
 [15105.671447] usbhid 1-1:1.0: looking for a minor, starting at 96
 [15105.672694] sony 0003:054C:0268.0002: input,hiddev0,hidraw0: USB
 HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on
 usb-musb-hdrc.1.auto-1/input0
 [15105.675678] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [15105.675776] hub 1-0:1.0: port 1 enable change, status 0103

 but lacks reporting the following

 sony :::: Calling sixaxis_set_operational_usb
 sony :::: Sony PS3 Controller bdaddr: xx:xx:xx:xx:xx:xx

 From what I understand there is a patch that went into Linux kernel
 since 2.6.37 but I could never find it in the changelogs. Does anyone
 know if this patch carried through to 3.8.13-bone41?

 Also the Bluez version we have for Debian seems to be 4.99 and the
 latest version on www.bluez.org http://www.bluez.org is up to 5.17.
 Sixaxis looks to be fully supported in that version. Any chance we
 will be going to a newer version of Bluez in the near future?

 Thanks!
   


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


And according to [1] the 6 axis works fine on arch so should be fine on
BBB as well. My guess is the old bluez, or the old bluez and the kernel

[1] http://www.raspberrypi.org/forums/viewtopic.php?t=16702

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: doubt: where we have to submit our idea?

2014-03-10 Thread Don deJuan
On 03/10/2014 02:18 AM, Nitin Jain wrote:

 Sir, i just want to show you my project, for this where should i
 submit this??
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
why not just post a link to your project to the mailing list?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Web Server with CGI

2014-03-05 Thread Don deJuan
On 03/05/2014 12:32 PM, André Lessa wrote:
 Hi for all,

 I need to configure my BeagleBone Black to operating with Web Server
 lighttpd and use CGI to interface with the progran in C and the Web
 Page. I can put the Web Server lighttpd to work, and open many pages
 with .html and .php, but I see many example of code in c that generate
 the .cgi and I compile and generate the file .cgi but how I
 configurate the web Server  to able to open the file .cgi.

 Anybody can help me?

 Thanks 
 André Lessa
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
sounds like you have not configured something correctly..

You might not be on this OS but the wiki page should be more than enough
to sort out your issues
https://wiki.archlinux.org/index.php/lighttpd#FastCGI

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Hamachi LogMeIn in Angstrom?

2014-02-25 Thread Don deJuan
On 02/25/2014 03:35 AM, sky Chen wrote:
 By the way, there is a same unanswered question
 http://unix.stackexchange.com/questions/10/log-me-in-on-angstrom
 on unix.stackoverflow.

 On Tuesday, February 25, 2014 7:09:27 PM UTC+8, sky Chen wrote:

 While attempting to install Hamachi LongMeIn, I was prompted that
 it needs lsb. The best I can find, after some Googling, is this
 Running Hamachi on beaglebone black
 
 http://gencarelle.com/blog/2013/05/31/running-hamachi-on-a-beaglebone-black/,
 which is Ubuntu specified. I'm wondering is it possible, with a
 moderate amount of effort, I can get Hamachi running with Angsrom?
 I need to set up a communication with my Beaglebone connected to
 3G network, so the straight forward way would be to use existing
 services like Hamachi. But I lack sufficient knowledge as to
 decide the effort behind. Because I'm working on a time-sensitive
 project, I need to decide if I should switch approach. Could
 someone gives hind? Any thought would be greatly appreciated!

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
I would avoid hamachi logmein has moved to a pay model, while hamachi is
still free if you run it as a service you have to pay $29 or something
a year.

I would find a better OpenSource/Free alternative.

https://secure.logmein.com/welcome/hamachi/vpn/whatsnew.aspx

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: webmin advice needed

2014-02-14 Thread Don deJuan
On 02/14/2014 11:15 PM, Ron Morgan wrote:
 I will. I just needed a place to start. actually, about a 1/2 an hour ago i 
 came up with time and date, which even tho i installed ntb and told it to 
 sync... the system clock was still off by a day. Which means webmin may not 
 like that so i set the time manually with sudo date.. sys clock is now ok but 
 still cant log in with webmin. Alltho it does take much longer to say no joy 
 now.

 I also think there is a cert problem. I am not good with certs. Here is some 
 stuff i pulled from the browser. 

 Browser pointed to = https://192.168.0.40:1/session_login.cgi

 The site's security certificate is not trusted!
 You attempted to reach 192.168.0.40, but the server presented a certificate 
 issued by an entity that is not trusted by your computer's operating system. 
 This may mean that the server has generated its own security credentials, 
 which Chrome cannot rely on for identity information, or an attacker may be 
 trying to intercept your communications.
 You should not proceed, especially if you have never seen this warning before 
 for this site.

 just a reminder.. this is a home network.. no hackers have taken over my BBB..



 On Friday, February 14, 2014 11:29:34 PM UTC-7, Rusty Wright wrote:
 This is just a guess.  Isn't it webmin going to need to read the /etc/shadow 
 file for the password?
 That file is readable only by the user root and the group shadow.  See if 
 there's anything in the webmin
 documentation for what to do about this.


 Or, maybe it has its own users and isn't using the unix users.  Dig into the 
 webmin documentation and
 see what you can find.



 On Friday, February 14, 2014 7:10:02 PM UTC-8, Ron Morgan wrote:



 My goal is to run a headless ARM proxy server for my home network. the 
 network has a large number of diferent OS's. Windows, Linux, Android/phones 
 and tablets, Ipads, Bookreaders, printers and so on. I just like the idea of 
 having this little thing that doesn’t take up much space or power doing this 
 simple job of web filtering.



 I have a Beaglebone black v6.(http://www.beagleboard.org) Running headless 
 debian 7.2. I can ssh in no problem. I can do normal admin functions i.e. 
 apt-get install and remove files. I can configure with vi no problem. The 
 trouble comes when I have and issue and where to go for advice. For 
 instance, I tried to install webmin last night and all seem well till I 
 tried to log in to the Bone with IE or firefox or chrome form different 
 systems on the network and all came back with the same issue. 



 When I try to log in I get a message;



 You must enter a username and password to login to the Webmin server on 
 192.168.0.40.



 I am using the default user admin name ans password. Username = debian 
 password = debian
thats what a self signed cert will do in a browser. That warning is
meant to let you know that, you can then leave the page, or view the
contents of the cert to verify its the one you expect to be served. Make
sure you then save the cert to the browser. Then the next time you go to
the page it will not say anything cause you accepted it

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] fried - replacement?

2014-02-13 Thread Don deJuan
On 02/12/2014 06:16 PM, Grant wrote:
 My Beaglebone White seems to be fried.  I have a spare so I popped the
 SD card into that one and it works fine.  Can I send it in for
 replacement?

 - Grant

You should use the RMA form on the on beagleboard.org site. I would post
a link but beagleboard.org seems down right now and cant get the actual
link without the long google search stuff added on. So just google
beagleboard RMA and should be the first result.

HTH

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BBB as network sniffer

2014-02-13 Thread Don deJuan
On 02/13/2014 07:45 AM, milan.uremo...@gmail.com wrote:
 On Wednesday, February 12, 2014 7:46:09 PM UTC+1, don wrote:


 I think its a pebkac problem


 Well, that might be, but since anything can be fixed, that can as well :)

  

  uname -a
 Linux adminempire-bbb 3.8.13-16-ARCH #1 SMP Thu Feb 6 16:07:54 MST
 2014 armv7l GNU/Linux
 [root@adminempire-bbb ~]# ip link set dev eth0 promisc on
 [root@adminempire-bbb ~]# ip link show eth0
 2: eth0: BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP mtu 1500 qdisc
 pfifo_fast state UP mode DEFAULT group default qlen 1000
 link/ether c8:a0:30:b0:b5:28 brd ff:ff:ff:ff:ff:ff

 Again not a single issue on my BBB

 I can paste any other tests you want me to.


 No need. If you have working promiscuous mode on BBB, that's fine. I
 need to solve this one. 
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

Hope you can get it sorted out for yourself. If you looking for sec
related stuff on the beaglebone. Check out https://archassault.org
https://archassault.org

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BBB as network sniffer

2014-02-12 Thread Don deJuan
On 02/12/2014 08:48 AM, Milan wrote:
 [Update]

 No luck with Arch as well. I installed arch
 (http://archlinuxarm.org/platforms/armv7/ti/beaglebone-black), kernel
 v3.8.13 and same issue.

 -- snip --
 [root@alarm ~]# uname -a
 Linux alarm 3.8.13-15-ARCH #1 SMP Thu Jan 23 18:33:43 MST 2014 armv7l
 GNU/Linux

 [root@alarm ~]# ip link set dev eth0 promisc on
 [ 1042.778670] net eth0: Ignoring Promiscuous mode

 [root@alarm ~]# ip link show eth0
 2: eth0: BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP mtu 1500 qdisc
 pfifo_fast
 -- snip --



 On Tuesday, February 11, 2014 7:04:41 PM UTC, don wrote:

 On 02/11/2014 05:23 AM, Milan wrote:
  Hi,
 
  I've found that AM335x processors did't implement promiscuous
 mode
  for eth0 ethernet driver TI CPSW and the message which kernel
 throws
  is Promiscuous mode ignored!. Also, if i run tcpdump (on usb0
 port)
  which is usb client on BBB, devices can enter in promisc mode.
 
  Maybe somebody had any experience with USB-to-RJ45 adapters, which
  could be connected to usb host port on BBB and utilize it as
 network
  sniffer port?
 
 
  br
  Milan
  --
  For more options, visit http://beagleboard.org/discuss
  ---
  You received this message because you are subscribed to the Google
  Groups BeagleBoard group.
  To unsubscribe from this group and stop receiving emails from
 it, send
  an email to beagleboard...@googlegroups.com javascript:.
  For more options, visit https://groups.google.com/groups/opt_out
 https://groups.google.com/groups/opt_out.

 I can bring up the Ethernet adapter in promisc mode just fine.
 Though I
 do not use Ubuntu or Debian..

 Should be as simple as

 ip link set dev eth0 promisc on

 Or the equivilent for your OS. If you're on systemd you can easily
 set
 it to do this at boot with
 ExecStart=/usr/bin/ip link set dev %i promisc on

 this brings you from output like this.. snipped
 eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast

 to this with it on.. snipped
 eth0: BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP mtu 1500 qdisc pfif


 Have no issues with Kernel or anything. Tested on 3.8.13 and
 3.12.8 with
 Arch

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

I think its a pebkac problem

 uname -a
Linux adminempire-bbb 3.8.13-16-ARCH #1 SMP Thu Feb 6 16:07:54 MST 2014
armv7l GNU/Linux
[root@adminempire-bbb ~]# ip link set dev eth0 promisc on
[root@adminempire-bbb ~]# ip link show eth0
2: eth0: BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP mtu 1500 qdisc
pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether c8:a0:30:b0:b5:28 brd ff:ff:ff:ff:ff:ff

Again not a single issue on my BBB

I can paste any other tests you want me to.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Account privileges

2014-02-12 Thread Don deJuan
On 02/11/2014 03:31 PM, Jake Swensen wrote:

 visudo should be used to edit the sudoers file.


 Correct, it can be used, but I thought usermod (existing user) or
 adduser (new user) was also an acceptable method to add a user to the
 'sudo' group.  Source
 https://help.ubuntu.com/community/RootSudo#Allowing_other_users_to_run_sudo,
 Source2
 http://askubuntu.com/questions/7477/how-can-i-add-a-new-user-as-sudoer-using-the-command-line.
  Is it not?
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
Yes to edit the file directly visudo should be used.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BBB as network sniffer

2014-02-11 Thread Don deJuan
On 02/11/2014 05:23 AM, Milan wrote:
 Hi,

 I've found that AM335x processors did't implement promiscuous mode
 for eth0 ethernet driver TI CPSW and the message which kernel throws
 is Promiscuous mode ignored!. Also, if i run tcpdump (on usb0 port)
 which is usb client on BBB, devices can enter in promisc mode.

 Maybe somebody had any experience with USB-to-RJ45 adapters, which
 could be connected to usb host port on BBB and utilize it as network
 sniffer port?


 br
 Milan
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

I can bring up the Ethernet adapter in promisc mode just fine. Though I
do not use Ubuntu or Debian..

Should be as simple as

ip link set dev eth0 promisc on

Or the equivilent for your OS. If you're on systemd you can easily set
it to do this at boot with
ExecStart=/usr/bin/ip link set dev %i promisc on

this brings you from output like this.. snipped
eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast

to this with it on.. snipped
eth0: BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP mtu 1500 qdisc pfif


Have no issues with Kernel or anything. Tested on 3.8.13 and 3.12.8 with
Arch

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Build server

2014-02-11 Thread Don deJuan
On 02/11/2014 12:14 PM, Carl-Fredrik Sundström wrote:


 If I want to build a armhf based debian image that is custom to flash
 onto the beaglebone black without cross compiling. 

 What is the best h/w to do that ? 
 What is the fastest h/w that I can get for the compilation ? 
 Is it the panda2 or could I use for example an odroid-u3 ? 
 Would the fpu be compatible using an arm from samsung?

 What are you guys that are compiling all of these images using ? Its
 not done on the beagle bone itself I assume ?
 Maybe you are cross compiling from intel machine ?

 Carl 
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
If you want to do hardware compiling instead of cross you should look
into Distcc

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Build server

2014-02-11 Thread Don deJuan
On 02/11/2014 01:02 PM, Robert Nelson wrote:



 On Tue, Feb 11, 2014 at 2:39 PM, Carl-Fredrik Sundström
 audio...@gmail.com mailto:audio...@gmail.com wrote:


 I could see myself spending ~ $500 but the budget is flexible.


 Ah, then the fancy exotic arm server hardware is out of the question.. ;)

 Take a look at these.. (i'm personally migrating from my quad core
 a9's to the ti dual a15's..)

 Cortex-A15:
 OMAP5432 EVM, Dual Core A15 1.5Ghz, 2GB ram, sata (this is what the
 PandaBoard 2 would have been, before it got canned)

 Cortex-A9:
 Many (wand/boundary/i-cube/utilte/etc) i.mx6 based Quad Core A9,
 1.2GHz, 2GB ram, sata..

 Regards,

 -- 
 Robert Nelson
 http://www.rcn-ee.com/
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

Why not something like the ODroid-XU then? You get Big Little with it as
well and the same/similar specs sata connections and all

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Build server

2014-02-11 Thread Don deJuan
On 02/11/2014 01:16 PM, Robert Nelson wrote:

 Why not something like the ODroid-XU then? You get Big Little with
 it as well and the same/similar specs sata connections and all


 I explained this previously, so here something deeper... Unless it
 works perfectly out of the box, that hardware is going to be hard to
 work with due to lack of focus on a mainline kernels by both the
 manufacture of that board and the silicon vendor.

 So if you want to throw money away, go for it..

 Regards,

 -- 
 Robert Nelson
 http://www.rcn-ee.com/
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

Hmm thanks for that info.

Have not run into any issues with mine running Arch. While there is no
version of you for the ODroid not sure I would agree its just wasting
money.

Have mine in a mixed ARM farm distributed build system, guess I should
keep a closer eye on them to see if there is stuff I have missed.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Account privileges

2014-02-11 Thread Don deJuan
On 02/11/2014 01:35 PM, Jake Swensen wrote:
 Are you using the stock user account 'ubuntu' or did you create your
 own?  If you are using the 'ubuntu' account, sudo ./helloWorld should
 work as long as you are in the directory helloWorld is in.  If it
 doesn't, you may have typed something wrong in your code and we would
 need to look at it.  If you created your own account, can you sudo
 anything?  Make sure the account is a part of the group 'sudo' by
 typing 'groups' in the terminal.  If not, add it with the command (run
 from root or sudoer account) 'usermod -a -G sudo username'
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
visudo should be used to edit the sudoers file.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 08:50 AM, robert.berger wrote:
 Hi,

 As far as I can see your universal device tree overlay
 expects to find

 |/sys/devices/bone_capemgr.*/slots |

 which seems to be gone in 3.13.x


 Are you up for porting it from v3.8 and maintaining it? ;)


 Not me, so I am looking for some solution which is not a dead end;)

 ... but somehow Derek seems to have a 3.13 kernel running on a bone
 with capemgr.[1][2]

 Regards,

 Robert

 [1]
 http://derekmolloy.ie/gpios-on-the-beaglebone-black-using-device-tree-overlays/
 [2] https://github.com/derekmolloy/boneDeviceTree


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

Where does it state he is running on 3.13, I seem to be missing it ?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 09:52 AM, robert.berger wrote:
 Hi,

 Where does it state he is running on 3.13, I seem to be missing it ?


 Sorry - to many thirteen s - it's 3.8.13 ;)

 https://github.com/derekmolloy/boneDeviceTree/tree/master/DTSource3.8.13

 Regards,

 Robert
 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
Figured that was the one :)

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] OwnCloud File Server for home network

2014-02-10 Thread Don deJuan
On 02/10/2014 02:32 PM, William Hermans wrote:
 Your English is fine . . .

 /-Will it be powerful enough? (it doesn't need to be super fast)/ */Yes/*

 /-Which OS should i use? (which Linux? Ubuntu?) *Debian*/

 So in this specific context, Ubuntu versus Debian may matter less, but
 Ubuntu is not exactly a server distro. Like any other flavor of Linux,
 it can be made to do anything other Linux's can do but . . . Debian
 should not let you down.


 Just so you know, the BBB is actually rather fast with network
 transfers via the ethernet interface. That is considering it is 10/100
 fast ethernet. You can nearly max the interface speed wise.

 I would pick up one of Robert Nelson's 3.13.x Debian images, and start
 learning / testing.


 On Sun, Feb 9, 2014 at 9:37 AM, Gab riel gabriel.pfu...@gmail.com
 mailto:gabriel.pfu...@gmail.com wrote:

 Hello,

 i have this idea in my head

 I want to have a small File Server for my home network and was
 thinking that OwnCloud could do the job (Contacts, Calender, Files)

 What should it do?

 -Sync Contacts, Calender to Android and Mac
 -Store Files (mostly video, music, and some documents and maybe a
 backup from my laptop)

 I was thinking about  the Beagleboard Black in combination with an
 external hard drive and an ethernet connection to my network.

 following questions have occured:

 -Will it be powerful enough? (it doesn't need to be super fast)
 -Which OS should i use? (which Linux? Ubuntu?)

 Sorry for this easy question, maybe someone has some experience
 with Beagleboard and OwnCloud, or could provide me with
 alternativs, links etc.

 Thank you for your answers and your help,
 BR Gabriel
 And a second sorry for my English, it's not my native language.



 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard%2bunsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
I would use ArchLinux|ARM for that

There are a few options already in the AUR depending on which version
you want to go with such as -git -beta -stable

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Ubuntu 13.04 - Installing USB RTL8187 Drivers

2014-02-05 Thread Don deJuan
On 02/05/2014 01:40 PM, josh...@gmail.com wrote:
 Did you ever have any luck getting this driver installed?  I tried on 

 3.8.13-bone37 with kernel source installed and it still won't
 compile... and the included drivers with ubuntu don't work right.


 On Tuesday, August 6, 2013 7:31:18 PM UTC-4, Aaron Buckner wrote:

 I have a USB Wifi adapter with an RTL8187 chipset that based on
 some googling I should be able to install if I can get the
 kernel headers and all the needed compilers installed but I can't
 seem to get it. Anyone have any advice?

 uname -r shows 3.8.13-bone21

 I've played with this off and on for a couple weeks and can't seem
 to get this to work...

 I've tried installing kernel headers and more a couple weeks ago
 and I shelved it but I would really like some directions,

 I'm willing to switch distros if I need to

 Any other info needed?

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
and what does your definition of don't work right mean? rtl8187 has been
in kernel source for a long time. I have no issues with any of my
adapters which are all rtl8187 based. I just have to patch for a
non-upstream feature for my use case. Explain more about what you mean
and I am sure more help can be offered. I do not use Ubuntu though so
can't say for certain there is not a bug in the driver for their kernel.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Attention if order LVDS-Board from chalk-elec!!!

2014-01-24 Thread Don deJuan
On 01/24/2014 09:27 AM, lazarus57...@gmail.com wrote:
 Here the same... No reply, No cash back, nothing... Bad company

 Le dimanche 28 juillet 2013 17:23:43 UTC+2, asso.a...@gmail.com a écrit :

 I ordered the screen over a month ago and the money were sent the
 same day with paypal. After 3 emails they answerd me and said they
 will send it out within one week. 2 weeks later and I stil havent
 received the screen. Now a month later and no screen or money back
 or anything else.
 DO NOT RECOMEND ever buying anything from them.

 Den lördagen den 28:e januari 2012 kl. 09:59:00 UTC+1 skrev robo:

 attention if you like to order LVDS -Board on
 www.chalk-elec.com http://www.chalk-elec.com
 this company is very dubios !!
 details:
 I ordered on 28.December and payed via paypal
 I ordered with extra cost DHL EXPRESS

 in 2.week in january i received nothing.
 i wrote some mails , and always the answer: is sended,
 i ask for the tracking number . :
 today i received the mail with the tracking number bat :

 i called the DHL.
 1. this is not a DHL - Package !!
 2. It is a Number for a german Post -Package !

 I called the German Post:
 1.this Number can not be find in the System
 2. this Number is not Express Number , Express-Number begin
 not with
 R , begin with E
 3.normally at the End of the Number is source - Country:
 on this number is DE !!! (source Germany ) not MY(Malaysia)

 it is very dubios company ...
 I booked my mony back today, i develop it by self , i think it is
 faster
 regards
 robo

 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
If you used paypal contact paypal and file a dispute against them, they
claim to be verified by paypal. Also if you used a credit card with
paypal you can involve your credit card company. I would also be calling
their number.

For me if a company can't even have a fully functional site, that is a
good indication that they should be avoided.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Cluster?

2014-01-23 Thread Don deJuan
On 01/23/2014 02:29 PM, William Hermans wrote:
 I have a similar laptop. T3400 as I recall with 4GB ram. Your answer
 is no, the BBB will not perform as good.

 If you use a massively threaded application that crunches numbers you
 could cluster a few BBB together and probably see a benefit from it.

 However, you'd be better off with somethign like an ODroid board, or
 perhaps even a wanderboard. These have more cores, and more memory( or
 can have ) Some of the oDroid boards are also known as iCore ( intel
 I3 ) killers performance wise.


 On Wed, Jan 22, 2014 at 7:32 PM, vipertiper.1...@gmail.com
 mailto:vipertiper.1...@gmail.com wrote:

 I have a pentium dual core t4400 2.2 ghz. And since i think 4 BBB
 would match up to the equelivent of my cpu. My graphic cards is a
 intel hd family intergrated gpu. And it really sucks really bad.
 And I only have ddr 2 ram. And the BBB has ddr 3 ram. Also my
 intergrated gpu only has 32 mb of graphics ram. And I bet the bbb
 probably has a higher about of ram in the graphics card.. And I
 only have 4 gb of ram. And 200 gb of storage. HHD 

 On Wednesday, January 22, 2014 3:25:37 PM UTC-8, William Hermans
 wrote:

 Clustering *may* work for the math / astrophysics applications
 you're speaking of, but most likely not for the games. It
 really depends on how the applications you use were written.

 We'd also need to know more about the laptop you currently
 have to judge performance differences.

 I'd say that the BBB would play angry birds, and several other
 android games just fine. So long as 512MB of ram was enough.
 There is even a video on youtube somewhere of an LCD screen
 vendor who demo'd need for speed shift, angry birds, and a few
 other things. All of which seemed to work just fine. However,
 you would need to set all this up yourself.

 So in short, the BBB would probably play games just fine as a
 single system, but clustering would not help. While clustering
 might help the math heavy apps you have in mind. *Maybe*.


 On Wed, Jan 22, 2014 at 10:01 AM, brody@gmail.com wrote:

 I've been wondering if i can cluster these boards for a
 small laptop sized beaglebone black computer. I wanted to
 see if it will be better than my laptop which was made in
 like 2006. And just want to use it for simple mathematics
 and astrophysics. And maybe some games like angry bird or
 2d games. And maybe some doom??
 It also help the company who makes these. Because I was
 thinking of buying over 20 of these just for the heck of it.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to
 the Google Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails
 from it, send an email to beagleboard...@googlegroups.com.
 For more options, visit
 https://groups.google.com/groups/opt_out.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to beagleboard+unsubscr...@googlegroups.com
 mailto:beagleboard%2bunsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


 -- 
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
I would have to second going with a different board

I would choose the ODroid-XU or similar

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Build a QT/11 application for beagleboard black by cross compiling from ubuntu

2014-01-17 Thread Don deJuan
On 01/17/2014 09:41 AM, Louis McCarthy wrote:
 @Bill
 Can you run 'uname -a' from a terminal and post the results here?
 What is the file name (or download link) of the angstrom toolchain
 that you downloaded?

 @David
 Sure. I have tried it with the Debian beta and it seems to be working.
 http://armsdr.blogspot.com/2014/01/bare-metal-qt-52-on-beaglebone-black.html

 Louis


 On Thursday, January 16, 2014 12:21:09 PM UTC-6, William Pretty
 Security wrote:

 Ok;

  

 We have something weird going on here (?)

 I started with a fresh VM and just installed the tool chain, from
 the file I had previously downloaded.

 I then gave myself root access and went to the
 “/usr/local/angstrom/bin” directory.

  

 Here’s what happened:

  

 root@ubuntu:/usr/local/angstrom/arm/bin#
 arm-angstrom-linux-gnueabi-g++

 arm-angstrom-linux-gnueabi-g++: command not found

  

 root@ubuntu:/usr/local/angstrom/arm/bin#
 arm-angstrom-linux-gnueabi-g++ --version

 arm-angstrom-linux-gnueabi-g++: command not found

  

  

 root@ubuntu:/usr/local/angstrom/arm/bin#
 ./arm-angstrom-linux-gnueabi-g++ --version

 bash: ./arm-angstrom-linux-gnueabi-g++: No such file or directory

  

 When I type “ls –l” I get:

  

 -rwxr-xr-x 1 root root   483996 Mar 16  2011
 arm-angstrom-linux-gnueabi-addr2line

 -rwxr-xr-x 1 root root   503544 Mar 16  2011
 arm-angstrom-linux-gnueabi-ar

 -rwxr-xr-x 1 root root   853272 Mar 16  2011
 arm-angstrom-linux-gnueabi-as

 -rwxr-xr-x 1 root root   483800 Mar 16  2011
 arm-angstrom-linux-gnueabi-c++filt

 -rwxr-xr-x 1 root root   436563 Mar 16  2011
 arm-angstrom-linux-gnueabi-cpp

 -rwxr-xr-x 1 root root   438687 Mar 16  2011
 arm-angstrom-linux-gnueabi-g++

 -rwxr-xr-x 1 root root   434700 Mar 16  2011
 arm-angstrom-linux-gnueabi-gcc

 -rwxr-xr-x 1 root root17422 Mar 16  2011
 arm-angstrom-linux-gnueabi-gccbug

 -rwxr-xr-x 1 root root75976 Mar 16  2011
 arm-angstrom-linux-gnueabi-gcov

 -rwxr-xr-x 1 root root  3184888 Mar 16  2011
 arm-angstrom-linux-gnueabi-gdb

 -rwxr-xr-x 1 root root  3184892 Mar 16  2011
 arm-angstrom-linux-gnueabi-gdbtui

 -rwxr-xr-x 1 root root   442039 Mar 16  2011
 arm-angstrom-linux-gnueabi-gfortran

 -rwxr-xr-x 1 root root   538904 Mar 16  2011
 arm-angstrom-linux-gnueabi-gprof

 -rwxr-xr-x 1 root root   873752 Mar 16  2011
 arm-angstrom-linux-gnueabi-ld

 -rwxr-xr-x 1 root root   490292 Mar 16  2011
 arm-angstrom-linux-gnueabi-nm

 -rwxr-xr-x 1 root root   629144 Mar 16  2011
 arm-angstrom-linux-gnueabi-objcopy

 -rwxr-xr-x 1 root root   759480 Mar 16  2011
 arm-angstrom-linux-gnueabi-objdump

 -rwxr-xr-x 1 root root   503548 Mar 16  2011
 arm-angstrom-linux-gnueabi-ranlib

 -rwxr-xr-x 1 root root   261868 Mar 16  2011
 arm-angstrom-linux-gnueabi-readelf

 -rwxr-xr-x 1 root root   748476 Mar 16  2011
 arm-angstrom-linux-gnueabi-run

 -rwxr-xr-x 1 root root   483988 Mar 16  2011
 arm-angstrom-linux-gnueabi-size

 -rwxr-xr-x 1 root root   483960 Mar 16  2011
 arm-angstrom-linux-gnueabi-strings

 -rwxr-xr-x 1 root root   629144 Mar 16  2011
 arm-angstrom-linux-gnueabi-strip

 -rwxr-xr-x 1 root root   281569 Mar 16  2011 i686-linux-libtool

 -rwxr-xr-x 1 root root   281569 Mar 16  2011 libtool

 -rwxr-xr-x 1 root root68311 Mar 16  2011 libtoolize

 .

 .

 .

 Looks to me like the program is executable. Could it be damaged or
 am I doing something wrong ?

  

 Bill

  

  

 *From:*beagl...@googlegroups.com javascript:
 [mailto:beagl...@googlegroups.com javascript:] *On Behalf Of
 *Louis McCarthy
 *Sent:* Wednesday, January 15, 2014 2:42 PM
 *To:* beagl...@googlegroups.com javascript:
 *Subject:* Re: [beagleboard] Re: Build a QT/11 application for
 beagleboard black by cross compiling from ubuntu

  

 I guess I wasn't clear, you need to type
 'arm-angstrom-linux-gnueabi-g++ --version'. Just typing g++ will
 use your regular host compiler (not toolchain cross compiler)

  

 If that gives a valid response, you then need to modify your
 qmake.conf files or configure command line options (depending on
 Qt version and how you configured it) to point to the full binary
 name, not just g++.

  

 From the error message, I doubt the error is in
 qabstractanimation.cpp, but you can look around for a local
 qmake.conf file, for that module, that may be pointing to the
 wrong g++.

 Louis


 On Tuesday, January 14, 2014 5:30:22 PM UTC-6, William Pretty
 Security wrote:

 *From:*beagl...@googlegroups.com
 [mailto:beagl...@googlegroups.com] *On Behalf Of *Louis McCarthy
 *Sent:* Tuesday, January 14, 2014 12:23 PM
 *To:* 

Re: [beagleboard] Running headless but with X

2014-01-13 Thread Don deJuan
On 01/12/2014 07:32 PM, Gary Hoffman wrote:
 I'm still trying to make this work in Angstrom. When I boot without a 
 display, I can't run X11vnc because there is no X running. If I boot with 
 an LCD cape, I can run X11VNC but I only get a screen as big (or small) as 
 the cape, about 480 pix wide.

 I'd like to boot without a display, then remote in with VNC and get a nice 
 GUI image.

 Can someone suggest an approach to achieving this end by perhaps modifying 
 some boot settings?

 Thanks,
 Gary

Try the info in this link. Should solve your issues
https://wiki.archlinux.org/index.php/X11vnc


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Custom Beaglebone Black does not bootup unless UART0 port is used

2014-01-10 Thread Don deJuan
On 01/09/2014 11:14 PM, nitesh singh wrote:
 Hi, 

 I am using a customised Beaglebone Black, whose schematics is very close to 
 Original Beaglebone Black.  You can say we cloned the Beaglebone black 
 hardware and assembled the board.

 Now I used Robert C Nelson's Debian wheezy emmc flasher image sd card to 
 boot it for first time , and wrote the emmc. Then I dumped binary data 
 copied from EEPROM of one of the original beaglebone black's eeprom to the 
 eeprom on this.

 So, now the issue that i am facing is that, this board will not boot up 
 again from emmc or another sd card that i use, other than the flasher sd 
 card. 
 Then accidently or by chance, i tried to look at its UART0 port from UART 
 port on the other beaglebone black and it booted up as usual. 

 After that i observed that this customised beaglebone black is booting only 
 when the UART0 is accessed on another Beaglebone black or just simply 
 connected to its UART.

 What can be the problem here ? The emmc flashed on another original 
 beaglebone black is working fine, just this customised board will not boot 
 in the usual manner. 

 I was reading through the minicom output at UART0 for this custom board, it 
 gave some read errors, and also said that mmcblk0boot0 and mmcblk0boot1 
 does not valid partition table. 
I would start here and properly partition. The rest should come after
that part. Take a look at robert nelsons scripts for guidence if you do
not know what to do.

 What are these partitions and is it possible to write or create any 
 partitions on them ?  I have seen that they are there on other beaglebone 
 blacks and mmcblk0 changes to mmcblk1 if booted from sd card, I could not 
 understand its function. Is this creating any problem with the bootup ? I 
 suspect the eeprom data also might be causing this error.

 I have attached the minicom output file for the custom board's UART0 port 
 while it was booting. 

 One more thing, it seems, connecting only DGND and UART0_RX to another 
 board is sufficient to make it boot. So it is reading some data over Uart0, 
 is it to do with eeprom ?

 Please help. 

 Thanks and regards, 
 Nitesh


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Looking for someone to port software for me for BBB

2014-01-08 Thread Don deJuan
On 01/08/2014 08:14 PM, tonsofb...@gmail.com wrote:
 William,

 Did you read the original post?

 Tony



 On Wednesday, January 8, 2014 11:03:24 PM UTC-5, William Pretty Security 
 wrote:
 So. What is the task ??

  


 http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book

  

 *From:* beagl...@googlegroups.com javascript: [mailto:
 beagl...@googlegroups.com javascript:] *On Behalf Of 
 *tonso...@gmail.comjavascript:
 *Sent:* Wednesday, January 08, 2014 9:46 PM
 *To:* beagl...@googlegroups.com javascript:
 *Cc:* mark.s@gmail.com javascript:
 *Subject:* [beagleboard] Re: Looking for someone to port software for me 
 for BBB

  

 Mark,

  

 This is not my first rodeo. I am not expecting something for nothing.

  

 In the posts on the Sedona forum, I said ...

 *I am comfortable with some software, not proficient in enough areas.*

 *If someone has a BBB and would do this ...*

 *If someone wants me to buy them a BBB so they can do this ...*

 * ... it would save me that much time.*

 *I know what I am good at and where my time is best spent.*


 If it is OK to say here, I am *willing to pay someone* to do this.

  

 I am not looking for any more pointers to give me direction. I am looking 
 for someone to do the task.

  

 Tony




 On Wednesday, January 8, 2014 1:45:33 PM UTC-5, mark.s@gmail.comwrote:

 It'll take getting your hands dirty or making it worth someone else's time 
 and effort to get their hands dirty.  People in forums tend to be helpful 
 when it comes to small requests, but it sounds like you're asking for 
 someone to donate a weeks' worth of effort to just hand you something on a 
 silver platter.  Just sayin'.

  

 If you want to win kudos, you can do the work and then post the steps for 
 others to benefit from your labor.

 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.

 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 2014.0.4259 / Virus Database: 3658/6987 - Release Date: 01/08/14
 --

 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 2014.0.4259 / Virus Database: 3658/6910 - Release Date: 12/11/13
 Internal Virus Database is out of date.


What I think most or maybe just me is not getting is why you're not just
making the package yourself? There is no porting to be done. It is
already setup to run for linux, and like the other post said you just
need to do it for armv7 vs armv6. You just need to compile for your
needs, very simple to do yourself.

Also what OS are you doing this on? If you were on Arch you could use
their PKGBUILD and just type this
makepkg
pacman -U pkgname
bam

I know on debian/ubuntu it pretty simple to make your own pkg as well
angstrom well I wont even comment.

If you really just want a package for the BB and just cant be bothered
to compile it yourself, then contact me off list

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Wifi Adapter Recommendations

2014-01-08 Thread Don deJuan
On 01/08/2014 10:20 PM, Rusty Wright wrote:
 now I just want to throw money at the problem.

 You can throw it at me instead of at the problem.


 On Thursday, December 26, 2013 1:37:50 PM UTC-8, David Marquart wrote:
 Does anyone have a recommendation for a wifi adapter that works with 
 Robert Nelson's Ubuntu images?  I have rtl8188cus and mt7601 and I can not 
 get either to work.  At this point I would rather just order one that works 
 rather than waste more time trying to fight with either of these two.  I 
 have building the kernel working and have tried several times to build a 
 new driver for both of these adapters but the mt7601 will not show up with 
 iwconfig and the rtl8188cus will show up see my access point but will not 
 connect to it.  I am editing /etc/network/interfaces to try and get 
 connected to our WEP protected network.  I have no control over the type 
 of encryption used.  I was able to get everything working on Angstrom with 
 connman so I know it is possible.

 Sorry if this became a little bit of a rant but I have spent a lot of time 
 trying everything I could google up and now I just want to throw money at 
 the problem.

rtl8187

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sytemctl not working Ubuntu 13.10

2013-12-19 Thread Don deJuan
On 12/19/2013 10:29 PM, Bogdan Teodorescu wrote:
 OK
 You are right. It is hard to switch from Angstrom to Ubuntu. Because I need 
 some Ubuntu features
 I switched from Angstrom and tried to duplicate ntp services configuration.
 Thanks

 -Original Message-
 From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On 
 Behalf Of Robert Nelson
 Sent: Thursday, December 19, 2013 4:38 PM
 To: Beagle Board
 Subject: Re: [beagleboard] sytemctl not working Ubuntu 13.10

 On Thu, Dec 19, 2013 at 3:30 AM,  bogdan.teodore...@quartzmatrix.ro wrote:
 After installing Ubuntu 13.10 systemctl is not working. The file was 
 the latest flsh image BBB-eMMC-flasher-ubuntu-13.10-2013-12-17-2gb
 root@arm:~# uname -a
 Linux arm 3.8.13-bone32 #1 SMP Fri Dec 13 20:05:25 UTC 2013 armv7l 
 armv7l armv7l GNU/Linux

 Can not start/stop services

 root@arm:~# systemctrl
 -bash: systemctrl: command not found
 Laughs, systemctrl quit reading non ubuntu/debian wiki instructions...

 http://packages.ubuntu.com/search?suite=saucyarch=anysearchon=contentskeywords=systemctrl
 http://packages.debian.org/search?suite=wheezyarch=anymode=exactfilenamesearchon=contentskeywords=systemctrl

 That package currently doesn't exist in ubuntu/debian repo's..

 Regards,

 --
 Robert Nelson
 http://www.rcn-ee.com/

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

remove the r

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sytemctl not working Ubuntu 13.10

2013-12-19 Thread Don deJuan
On 12/19/2013 11:01 PM, Bogdan Teodorescu wrote:
 No,  it's not working either 

 root@arm:~# systemctl
 -bash: systemctl: command not found

 In Ubuntu service is the command to use to start/stop/check services

 root@arm:~# service
 Usage: service  option  | --status-all | [ service_name [ command | 
 --full-restart ] ]





 -Original Message-
 From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On 
 Behalf Of Don deJuan
 Sent: Friday, December 20, 2013 8:52 AM
 To: beagleboard@googlegroups.com
 Subject: Re: [beagleboard] sytemctl not working Ubuntu 13.10

 On 12/19/2013 10:29 PM, Bogdan Teodorescu wrote:
 OK
 You are right. It is hard to switch from Angstrom to Ubuntu. Because I 
 need some Ubuntu features I switched from Angstrom and tried to duplicate 
 ntp services configuration.
 Thanks

 -Original Message-
 From: beagleboard@googlegroups.com 
 [mailto:beagleboard@googlegroups.com] On Behalf Of Robert Nelson
 Sent: Thursday, December 19, 2013 4:38 PM
 To: Beagle Board
 Subject: Re: [beagleboard] sytemctl not working Ubuntu 13.10

 On Thu, Dec 19, 2013 at 3:30 AM,  bogdan.teodore...@quartzmatrix.ro wrote:
 After installing Ubuntu 13.10 systemctl is not working. The file was 
 the latest flsh image BBB-eMMC-flasher-ubuntu-13.10-2013-12-17-2gb
 root@arm:~# uname -a
 Linux arm 3.8.13-bone32 #1 SMP Fri Dec 13 20:05:25 UTC 2013 armv7l 
 armv7l armv7l GNU/Linux

 Can not start/stop services

 root@arm:~# systemctrl
 -bash: systemctrl: command not found
 Laughs, systemctrl quit reading non ubuntu/debian wiki instructions...

 http://packages.ubuntu.com/search?suite=saucyarch=anysearchon=conten
 tskeywords=systemctrl 
 http://packages.debian.org/search?suite=wheezyarch=anymode=exactfile
 namesearchon=contentskeywords=systemctrl

 That package currently doesn't exist in ubuntu/debian repo's..

 Regards,

 --
 Robert Nelson
 http://www.rcn-ee.com/

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

 remove the r

 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

;) There you go

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


  1   2   >