[beagleboard] BBB Cape Chipsee Capacitive touch not working properly

2014-03-29 Thread kishoreSm Gowda
I have BBB which has Chipsee 7inch capacitive touch screen and OS is jelly 
bean. Recently i  am facing problem with the touch screen, any region touch 
on the screen stimulates the same region on the row and recognizes as more 
than one touch. I have checked with basic apps in board, also multi touch 
tester everything gives same 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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Souce code

2014-03-29 Thread Charles Steinkuehler
On 3/29/2014 1:35 AM, Doug wrote:
 I need to compile a number of modules that depend on the kernel. Is kernel 
 source or at the very least kernel headers available for the Debian Beagle 
 Balck release? Is it part of the distribution or downloadable?  Is there a 
 repository for additional packages for the Debian release?

You can build kernels using RCN's build scripts:
https://github.com/RobertCNelson/linux-dev

Pre-built kernels are available from:
https://rcn-ee.net/deb/wheezy-armhf/

...just download and install the appropriate linux-headers deb package.

There is going to be a BeagleBone specific package repository, but I'm
not sure if it's on-line yet.  I'm wanting to get some packages added so
I can get out of the uSD card image business for MachineKit and running
LinuxCNC on the BBB.  It's much easier to just sudo aptitude install.  :)

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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] Can't turn off / reboot

2014-03-29 Thread Robert Nelson
On Sat, Mar 29, 2014 at 3:47 AM, Erwin Ried erwinr...@gmail.com wrote:
 If I use this
 http://debian.beagleboard.org/images/bone-debian-7.4-2014-03-27-2gb.img.xz
 in the BBB using a microsd, I can't turn it off or reboot (from UI or SSH).
 Why? (there is no debian in the internal mmc)

It's just a permission problem with systemd and a new feature enabled
in that image. (USB serial gadget driver enabled over the usb
connection)

However systemd is not allowing you to reboot/halt

To fix:

sudo rm /etc/systemd/system/getty.target.wants/getty@ttyGS0.service

and hard reboot it..

It'll then work as expected.

I'm waiting for a response from systemd experts on what we can do.

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/d/optout.


[beagleboard] Re: FYI this fixed an Android image boot failure for an 8g SD card failing to find a root partition

2014-03-29 Thread G Ragib
When booting from SD, do you need to press and hold the boot button? The 
Ubuntu image boots from SD without needing to press and hold the boot 
button.

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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can't turn off / reboot

2014-03-29 Thread Erwin Ried
Thanks Robert, is this related with the hanging daemon too (the one related 
with the UI becoming unresponsive?, I don't remember the exact name -starts 
with w- but sometimes a msgbox pops with this warning)

On Saturday, March 29, 2014 11:07:03 AM UTC-3, RobertCNelson wrote:

 On Sat, Mar 29, 2014 at 3:47 AM, Erwin Ried erwi...@gmail.comjavascript: 
 wrote: 
  If I use this 
  
 http://debian.beagleboard.org/images/bone-debian-7.4-2014-03-27-2gb.img.xz 
  in the BBB using a microsd, I can't turn it off or reboot (from UI or 
 SSH). 
  Why? (there is no debian in the internal mmc) 

 It's just a permission problem with systemd and a new feature enabled 
 in that image. (USB serial gadget driver enabled over the usb 
 connection) 

 However systemd is not allowing you to reboot/halt 

 To fix: 

 sudo rm /etc/systemd/system/getty.target.wants/getty@ttyGS0.service 

 and hard reboot it.. 

 It'll then work as expected. 

 I'm waiting for a response from systemd experts on what we can do. 

 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/d/optout.


Re: [beagleboard] Can't turn off / reboot

2014-03-29 Thread Robert Nelson
On Sat, Mar 29, 2014 at 10:26 AM, Erwin Ried erwinr...@gmail.com wrote:
 Thanks Robert, is this related with the hanging daemon too (the one related
 with the UI becoming unresponsive?, I don't remember the exact name -starts
 with w- but sometimes a msgbox pops with this warning)

Yeah, it would start the shutdown process, so things like wicd-*
would get half shutdown, before systemd decides, no we can't actually
shutdown..

So just remove that file for the time being, it'll be exactly like the
previous beta'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/d/optout.


[beagleboard] Re: Souce code

2014-03-29 Thread Doug
OK so I understand the Black Debian install can still get packages using  
'apt-get install' ? I would need a number of packages to build my 
application.

Also if anyone is running the stock Debian install could you tell me if  
snd-pcm-oss modules is available?

 /sbin/modinfo snd-pcm-oss

I need to use /dev/dsp  /dev/mixer  etc.


-- 
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: Mono on last debian

2014-03-29 Thread William Hermans
Well,. glad to see you got it working for yourself. I was wanting to get
this working myself last June but noted that the mono runtimes for ARM were
rather limited. I've since made the choice to use Nodejs instead. Which for
me makes sense because I plan on making a Linux appliance out of the BBB
anyway.

Good job.


On Sat, Mar 29, 2014 at 9:13 AM, Erwin Ried erwinr...@gmail.com wrote:

 Correct, this was later building a complete winforms app with xbuild :)


 On Saturday, March 29, 2014 7:04:03 AM UTC-3, William Hermans wrote:

 Probably because GDI+ is the graphic interface built into the .NET BCL.
 Although, aside from you pulling in the whole System namespace, I do not
 understand why it would complain either. Unless it is somehow required for
 Console.Writeline() for some odd reason. Which very well may be if you're
 running this app from X.


 On Fri, Mar 28, 2014 at 11:28 PM, Erwin Ried erwi...@gmail.com wrote:

 And last little thing:
 ln -s /usr/lib/libgdiplus.so /usr/local/lib/libgdiplus.so

 Not sure why but mono complains for that lib :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.


  --
 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.


Re: [beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-03-29 Thread William Hermans
Charles, Ok will give it a shot after this weekend. Actually though, if I
had jus ta stock image of a beagle, perhaps the one taken from beagle.org,
I could do the rest from scratch myself. The text coloring on that image
may not mesh well with a light blue or dark grey background. But that is
pretty easy to test, so I'll check it out.


On Sat, Mar 29, 2014 at 4:03 AM, Charles Steinkuehler 
char...@steinkuehler.net wrote:

 On 3/28/2014 5:12 PM, Charles Steinkuehler wrote:
  On 3/28/2014 5:04 PM, Robert Nelson wrote:
  On Fri, Mar 28, 2014 at 5:00 PM, Charles Steinkuehler
  char...@steinkuehler.net wrote:
  * Given the target audience, I would add a terminal short-cut on the
  application launch bar next to the web browser.  It's not hard to get
 to
  on the menu, but that's one of the first changes I made to the 3/19
 image.
 
  Sounds like a nice addon, do you have an example i can pull in?
 
  I just right-clicked the application launcher section and added the
  terminal program.  I can crawl around and try to find the modified file
  if that would help.

 I found the config file under .config.  It looks easy enough to make a
 diff to add the terminal button, I'll try to verify it works properly
 from a fresh install and send it along.

 Another feature I forgot to mention:
 You might want to disable the password request when running sudo, since
 the system is automatically logging folks in.  To do this, you drop a
 file in /etc/sudoers.d and remove the user from the admin list.  Details:


 https://github.com/cdsteinkuehler/omap-image-builder/blob/MachineKit/machinekit/scripts/110.etc.shr#L12

 --
 Charles Steinkuehler
 char...@steinkuehler.net

 --
 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.