[beagleboard] Re: debian testing: 2014-11-11

2014-11-13 Thread Graham
Robert: Upon loading BBB-eMMC-flasher-debian-jessie-lxqt-armhf-2014-11-11-2gb.img onto two different BeagleBone Blacks, RevC, two different microSD cards, image is untouched, unmodified, both present the same failures... as monitored on TTYO0 ==

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-13 Thread Robert Nelson
On Thu, Nov 13, 2014 at 3:49 PM, Graham wrote: > Robert: > > Upon loading > BBB-eMMC-flasher-debian-jessie-lxqt-armhf-2014-11-11-2gb.img > > onto two different BeagleBone Blacks, RevC, two different microSD cards, > image is untouched, unmodified, > > both present the same failures... > as monitor

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-13 Thread Robert Nelson
On Thu, Nov 13, 2014 at 3:54 PM, Robert Nelson wrote: > On Thu, Nov 13, 2014 at 3:49 PM, Graham wrote: >> Robert: >> >> Upon loading >> BBB-eMMC-flasher-debian-jessie-lxqt-armhf-2014-11-11-2gb.img >> >> onto two different BeagleBone Blacks, RevC, two different microSD cards, >> image is untouched

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-13 Thread Jason Kridner
> On Nov 13, 2014, at 5:20 PM, Robert Nelson wrote: > >> On Thu, Nov 13, 2014 at 3:54 PM, Robert Nelson >> wrote: >>> On Thu, Nov 13, 2014 at 3:49 PM, Graham wrote: >>> Robert: >>> >>> Upon loading >>> BBB-eMMC-flasher-debian-jessie-lxqt-armhf-2014-11-11-2gb.img >>> >>> onto two differen

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-13 Thread Robert Nelson
On Thu, Nov 13, 2014 at 5:53 PM, Jason Kridner wrote: > > > > >> On Nov 13, 2014, at 5:20 PM, Robert Nelson wrote: >> >>> On Thu, Nov 13, 2014 at 3:54 PM, Robert Nelson >>> wrote: On Thu, Nov 13, 2014 at 3:49 PM, Graham wrote: Robert: Upon loading BBB-eMMC-flasher-debi

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-13 Thread Robert Nelson
> Sure, as long as we can configure dnsmasq to do the work of udhcpd, > i'm all for it.. ;) https://wiki.debian.org/HowTo/dnsmasq /etc/dnsmasq.conf dhcp-range=usb0,192.168.7.1,192.168.7.3,12h look sane? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beag

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-14 Thread Jason Lange
Hi Robert, withThis worked for me: /etc/dnsmasq.conf #disable DNS by setting port to 0 port=0 interface=usb0 dhcp-range=192.168.7.1,192.168.7.1 #one address range /etc/network/interfaces auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp allow-hotplug usb0 iface usb0 inet

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-15 Thread Jason Lange
...Here's another option I needed to add to dnsmasq.conf: dhcp-option=3 this stops dnsmasq from handing out a default route and screwing up your connection to the internet. On Fri, Nov 14, 2014 at 11:11 PM, Jason Lange wrote: > Hi Robert, > withThis worked for me: > > /etc/dnsmasq.conf > #disa

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-17 Thread Gary Servin Cardozo
Hi Robert, just wanted to comment that I had an issue with the ping executable using the 2014/11/11 jessie image on a BBB A5C: ping: icmp open socket: Operation not permitted I've solved using sudo chmod u+s `which ping` I'm not sure this was only an issue for my installation, Regards, On

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-17 Thread Robert Nelson
On Sun, Nov 16, 2014 at 11:28 PM, Gary Servin Cardozo wrote: > Hi Robert, > > just wanted to comment that I had an issue with the ping executable using > the 2014/11/11 jessie image on a BBB A5C: > > ping: icmp open socket: Operation not permitted > > > I've solved using > > sudo chmod u+s `which

Re: [beagleboard] Re: debian testing: 2014-11-11

2014-11-17 Thread Robert Nelson
On Sat, Nov 15, 2014 at 1:11 AM, Jason Lange wrote: > Hi Robert, > withThis worked for me: > > /etc/dnsmasq.conf > #disable DNS by setting port to 0 > port=0 > > interface=usb0 > dhcp-range=192.168.7.1,192.168.7.1 > #one address range > > > /etc/network/interfaces > > auto lo > iface lo inet loopb