• [00:00:01] * mrcan (~m@unaffiliated/mrcan) Quit (Ping timeout: 244 seconds)
  • [00:00:32] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagle
  • [00:00:32] * Topic is 'http://beagleboard.org/chat has a guide on how to ask questions and links to the logs | never ask to ask, just ask | be patient | pastebin a boot log | http://ahsoftware.de/Beaglebone_Black_Boot_explained.svg | BBB is being sold faster than produced. Order one and wait. There is no other way. | http://beagleboard.org/latest-images | http://beagleboard.org/Support/bone101'
  • [00:00:32] * Set by KotH!~attila@lou-outside.kinali.ch on Fri Sep 12 15:14:32 UTC 2014
  • [00:00:32] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagleboard
  • [00:00:32] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beaglebone
  • [00:00:57] * JetForMe (~JetForMe@157.22.42.2) has joined #beagle
  • [00:01:29] * mrcan (~m@unaffiliated/mrcan) has joined #beagle
  • [00:01:34] * tema (~tema@starlight.haubold.de) Quit (Ping timeout: 244 seconds)
  • [00:12:59] * bkearns (~bkearns@216-75-239-130.static.wiline.com) Quit (Quit: Leaving.)
  • [00:14:03] * Peuc2 (~Peuc@199.192.237.225) has joined #beagle
  • [00:16:06] * loans (~loans@192.210.138.14) has joined #beaglebone
  • [00:16:12] * loans (~loans@192.210.138.14) has left #beaglebone
  • [00:16:33] * loans (~loans@192.210.138.14) has joined #beagle
  • [00:17:14] * Peuc (~Peuc@199.192.235.165) Quit (Ping timeout: 250 seconds)
  • [00:17:14] * Peuc2 is now known as Peuc
  • [00:17:45] <loans> there may be good resources available that i'm just not finding - i've got a beaglebone black. it's currently plugged into my (linux) laptop via USB - I'm trying to get the BBB to reach the internet and not having a lot of success.
  • [00:19:03] <loans> eth0 just isn't getting an ipv4 address - i don't use an interfaces file on my computer so I might just be cocking it up
  • [00:31:07] <vagrantc> doesn't it show up as usb0, not eth0? unless you're plugging in an rj45 network cable...
  • [00:32:48] <loans> usb0 can't reach out to the network at large
  • [00:32:55] <loans> is there an easy fix for that?
  • [00:33:18] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
  • [00:33:24] <loans> alright
  • [00:33:33] <agmlego> loans: Yes.
  • [00:33:35] <agmlego> Bridging.
  • [00:33:44] <loans> i'd disagree with the 'easy' part
  • [00:33:47] <jpfau> do you have the right drivers loaded on your laptop? I think you need cdc_eth or something like that. I forget off-hand. And then you need to bridge it
  • [00:33:49] <agmlego> Or, using the Ethernet port on the bone.
  • [00:33:51] <loans> i've spent a little time with that
  • [00:34:04] <jpfau> yeah easy isn't the first word that comes to mind
  • [00:34:15] <loans> i tried using brctl for a little while
  • [00:34:18] <agmlego> Heh.
  • [00:34:22] <loans> creating a bridge disables networking entirely
  • [00:34:34] <agmlego> Well, then the other option is to use a physical Ethernet connection to the bone.
  • [00:34:39] <loans> i've been trying that
  • [00:34:43] <agmlego> Wait, where are you making the bridge?
  • [00:34:43] <loans> that's what my initial question is aimed at
  • [00:34:56] <agmlego> (it was not clear from your question)
  • [00:35:10] <loans> my question is related to plugging an ethernet cable into the BBB
  • [00:36:00] <loans> the BBB appears to get an ipv6 address (that can't actually ping any of the ipv6 addresses on the network) but not ipv4
  • [00:36:34] <agmlego> What services are you running on your network?
  • [00:36:44] <agmlego> Is there a functioning DHCPv4 server?
  • [00:36:46] <loans> yes
  • [00:36:51] <agmlego> WHat have you tried already?
  • [00:37:02] <loans> i've tried dicking with the interfaces file - eth0 was commented out
  • [00:37:07] <loans> it no longer is
  • [00:37:47] <agmlego> Did you try leaving that alone and just asking for a DHCP lease?
  • [00:38:19] <loans> no
  • [00:38:48] <loans> i don't know how to do that
  • [00:38:58] <agmlego> dhclient usually works well.
  • [00:39:08] * micr0 (~micr0@subtle/user/jedahan) Quit (Ping timeout: 272 seconds)
  • [00:39:12] <agmlego> Or does Angstrom use dhcpd?
  • [00:39:39] <loans> dhclient appears to have done it
  • [00:39:51] <loans> i think this might be new enough that it shipped with debian
  • [00:40:01] <loans> uname reports: Linux beaglebone 3.8.13-bone50 #1 SMP Tue May 13 13:24:52 UTC 2014 armv7l GNU/Linux
  • [00:40:26] <loans> excellent
  • [00:40:31] <loans> thanks for the help
  • [00:40:33] <loans> now to break this thing
  • [00:41:08] <agmlego> (distribution is another thing left out of your question)
  • [00:41:14] <loans> yeah, sorry
  • [00:41:47] <loans> i work in a service/support kind of field and it always surprises me how hard it can be to actually articulate useful requests when you're the one having trouble
  • [00:41:57] <loans> it's hard to remove yourself from the perspective of being familiar with the problem
  • [00:43:17] <agmlego> Yup. ;-P
  • [00:43:26] <agmlego> Hence, the links in the topic.
  • [00:44:23] <loans> i'm planning on using this for RFID access control in our hackerspace
  • [00:44:38] <loans> someone already wrote all the backend stuff so our members can go to a site and enter their RFID tag
  • [00:44:50] <loans> and a device just has to do an HTTP get to check the validity of an ID
  • [00:46:58] <agmlego> Interesting. You ought to be in #hackerspaces, and maybe get #hackforge and #i3detroit in on it too--pooling resources is good. ;-P
  • [00:47:12] <agmlego> i3Detroit is trying to get OpenAccess going.
  • [00:47:29] <loans> we've got an existing home-rolled member site system that it plugs into
  • [00:47:41] <loans> https://github.com/hef/ps1auth
  • [00:47:47] <loans> (i'm not hef, he's a real programmer)
  • [00:49:26] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [00:50:21] <agmlego> Oh, hey, you are PS:1. Neat.
  • [00:50:49] <agmlego> Good people.
  • [00:51:11] * dieterg (~dieterg@61.94.143.230) has joined #beagle
  • [00:51:44] <loans> we try
  • [00:53:47] <loans> i'm doing the client-side stuff in go
  • [00:55:36] * m_billybob (~William@50.38.202.68) has joined #beagle
  • [00:59:10] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) Quit (Quit: Leaving)
  • [01:02:40] * staylor (~staylor@mail.au-zone.com) Quit (Ping timeout: 260 seconds)
  • [01:08:59] * behanw (~behanw@S0106dc9fdb80cffd.gv.shawcable.net) Quit (Remote host closed the connection)
  • [01:21:09] * khem (~khem@c-76-103-58-225.hsd1.ca.comcast.net) Quit (Ping timeout: 258 seconds)
  • [01:22:53] * khem (~khem@c-76-103-58-225.hsd1.ca.comcast.net) has joined #beagle
  • [01:24:24] * dj_pi (~dj@c-107-5-25-243.hsd1.mi.comcast.net) Quit (Ping timeout: 250 seconds)
  • [01:24:42] <loans> hm
  • [01:25:05] * staylor (~staylor@S0106602ad0901f12.cg.shawcable.net) has joined #beagle
  • [01:25:08] <loans> trying to upgrade to testing because i want that systemd goodness - apt-get seems to sorta hang on both upgrade and dist-upgrade, after listing the packages to be changed
  • [01:25:34] * yigit (400f93bb@gateway/web/freenode/ip.64.15.147.187) has joined #beagle
  • [01:25:52] <yigit> hi
  • [01:26:59] * yigit (400f93bb@gateway/web/freenode/ip.64.15.147.187) Quit (Client Quit)
  • [01:27:07] <loans> there it goes
  • [01:27:20] <loans> should probably just remember that this is an arm
  • [01:32:24] * panto (~panto@searspoint.nvidia.com) Quit (Quit: This computer has gone to sleep)
  • [01:32:43] <agmlego> And an SD card.
  • [01:32:53] <agmlego> Which is really the bigger issue.
  • [01:36:14] <loans> oooh true
  • [01:38:56] * tahoemph (~tahoemph@64.125.143.6) Quit (Remote host closed the connection)
  • [01:43:38] * Blaketh (~solar@c-98-248-223-65.hsd1.ca.comcast.net) Quit (Ping timeout: 245 seconds)
  • [01:48:17] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) has joined #beagle
  • [01:49:46] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) Quit (Client Quit)
  • [01:51:08] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) has joined #beagle
  • [01:51:40] * jkridner (~jkridner@pdpc/supporter/active/jkridner) Quit (Remote host closed the connection)
  • [01:52:13] * jkridner (~jkridner@pdpc/supporter/active/jkridner) has joined #beagle
  • [01:52:13] * ChanServ sets mode +o jkridner
  • [01:54:32] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) Quit (Client Quit)
  • [01:56:47] * jkridner (~jkridner@pdpc/supporter/active/jkridner) Quit (Ping timeout: 244 seconds)
  • [02:11:18] * emeb (~ericb@ip68-2-62-85.ph.ph.cox.net) Quit (Read error: Connection reset by peer)
  • [02:13:49] * emeb (~ericb@ip68-2-62-85.ph.ph.cox.net) has joined #beagle
  • [02:16:01] * staylor (~staylor@S0106602ad0901f12.cg.shawcable.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  • [02:18:15] * strukturalna (6cb522ce@gateway/web/freenode/ip.108.181.34.206) has joined #beagle
  • [02:19:04] * strukturalna (6cb522ce@gateway/web/freenode/ip.108.181.34.206) Quit (Client Quit)
  • [02:21:33] * JetForMe (~JetForMe@157.22.42.2) Quit (Quit: Leaving...)
  • [02:22:52] * tahoemph (~tahoemph@2602:30a:c021:df0:45f:358b:8e0d:a327) has joined #beagle
  • [02:29:30] * adam_ (6307a616@gateway/web/freenode/ip.99.7.166.22) has joined #beagle
  • [02:29:44] <adam_> hello
  • [02:30:12] <adam_> a buddy at work just gave me a beagle board xm.. looking for some tips
  • [02:30:51] * BobCat (~Bob@unaffiliated/bobcat) Quit (Remote host closed the connection)
  • [02:31:45] <adam_> it had a tiny mmc with a minimal linux build on it. I pulled the ubuntu 14.04 image installed it on a 4gb card.
  • [02:32:09] <loans> woof
  • [02:32:09] <adam_> Is there a "best" distro for this thing?
  • [02:32:28] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) has joined #beagle
  • [02:32:54] <loans> that probably depends on your intents but i'd wager it's not ubuntu
  • [02:33:20] * BobCat (~Bob@unaffiliated/bobcat) has joined #beagle
  • [02:33:36] <adam_> I used ubuntu for years on a laptop, I use RedHat and Cent at work.
  • [02:34:57] <adam_> What I would really like to do is get my kids playing with the thing. Maybe have them automate something. Learn a little python.
  • [02:36:19] <loans> i see a lot of people running graphical environments on these embedded machines
  • [02:36:25] <loans> especially for kids
  • [02:36:29] <loans> and they suck so bad
  • [02:36:37] <adam_> lol
  • [02:37:01] <loans> i'm a big fan of "Well, it's time to learn vim, kids"
  • [02:37:39] <adam_> yeah, I don't need graphics, they might want them. I had my son playing with vim adventures today.
  • [02:38:18] <loans> hm
  • [02:38:24] <loans> this beaglebone black is still having ssl cert issues
  • [02:38:55] * jpfau is now known as jpfau|away
  • [02:39:23] * sakoman (~steve@static-50-53-56-166.bvtn.or.frontiernet.net) has joined #beagle
  • [02:39:29] <loans> oh
  • [02:39:32] <loans> the date's wrong
  • [02:42:00] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Quit: No Ping reply in 180 seconds.)
  • [02:42:23] * SpeedEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [02:45:56] * Guest6512 (~debian@in-67-236-179-205.dhcp.embarqhsd.net) has joined #beagle
  • [02:47:25] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) Quit (Quit: Leaving.)
  • [02:51:49] * Guest6512 (~debian@in-67-236-179-205.dhcp.embarqhsd.net) Quit (Quit: Leaving)
  • [02:57:00] * debian_ (~debian@in-67-236-179-205.dhcp.embarqhsd.net) has joined #beagle
  • [02:57:15] * debian_ (~debian@in-67-236-179-205.dhcp.embarqhsd.net) Quit (Client Quit)
  • [02:57:49] * debian_ (~debian@in-67-236-179-205.dhcp.embarqhsd.net) has joined #beagle
  • [02:58:52] * repat is now known as zz_repat
  • [03:01:04] <adam_> The beagle board is presenting a new MAC at every reboot, anyway to fix that?
  • [03:02:55] * jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net) has joined #beagle
  • [03:03:02] * jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net) Quit (Changing host)
  • [03:03:02] * jkridner (~jkridner@pdpc/supporter/active/jkridner) has joined #beagle
  • [03:03:02] * ChanServ sets mode +o jkridner
  • [03:03:08] * tahoemph (~tahoemph@2602:30a:c021:df0:45f:358b:8e0d:a327) Quit (Remote host closed the connection)
  • [03:03:25] * tahoemph (~tahoemph@2602:30a:c021:df0:45f:358b:8e0d:a327) has joined #beagle
  • [03:05:09] * bizarro_1 (~bizarro_1@177.Red-83-47-135.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
  • [03:07:03] * jkridner (~jkridner@pdpc/supporter/active/jkridner) Quit (Ping timeout: 244 seconds)
  • [03:16:36] * debian_ (~debian@in-67-236-179-205.dhcp.embarqhsd.net) Quit (Quit: Leaving)
  • [03:19:51] <rcn-ee> adam_, there's a hint in /etc/network/interfaces on how to fix that..
  • [03:20:08] <adam_> yeah I figured it out.
  • [03:20:21] <adam_> thanks
  • [03:21:16] * day (~day@unaffiliated/day) Quit (Ping timeout: 272 seconds)
  • [03:24:44] * day (~day@unaffiliated/day) has joined #beagle
  • [03:30:20] <adam_> Is there a package list of what's included in the angstrom image?
  • [03:31:34] <rcn-ee> opkg list-installed
  • [03:32:17] <adam_> ok, not familiar with opkg... use to apt and yum
  • [03:33:35] <adam_> do you know if ssh is on by default?
  • [03:34:46] <rcn-ee> i think they used dropbear for ssh client... haven't really looked into angstrom in years..
  • [03:35:27] <rcn-ee> just use the debian/ubuntu image for your xm, openssh-server is installed and enabled by default.
  • [03:44:09] <adam_> ok thanks, I got ubuntu up an running in no time. I am / was pretty familiar with the distro.
  • [03:44:22] * emeb (~ericb@ip68-2-62-85.ph.ph.cox.net) has left #beagle
  • [03:46:21] <adam_> use to run a MythTV server and 2 nodes for playback, and had it on a laptop for years.
  • [03:47:24] <adam_> thanks for the help, it's bed time.
  • [03:48:25] * Blaketh (~solar@c-98-248-223-65.hsd1.ca.comcast.net) has joined #beagleboard
  • [03:49:56] * rcn-ee (~voodoo@thief-pool2-120-251.mncable.net) Quit (Quit: Leaving)
  • [03:51:32] * adam_ (6307a616@gateway/web/freenode/ip.99.7.166.22) Quit (Ping timeout: 246 seconds)
  • [03:54:03] * JetForMe (~JetForMe@c-50-156-127-148.hsd1.ca.comcast.net) has joined #beagle
  • [03:55:18] * BobCat is now known as BobCatzzz
  • [04:07:59] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) has joined #beagle
  • [04:15:34] * jp0_ (~jp0@unaffiliated/jp0) Quit (Ping timeout: 272 seconds)
  • [04:21:23] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) has joined #beagle
  • [04:24:43] * micr0 (~micr0@subtle/user/jedahan) has joined #beagle
  • [04:24:51] * gabrbedd (~gabrbedd@li680-65.members.linode.com) Quit (Quit: Terminated with extreme prejudice - dircproxy 1.0.5)
  • [04:27:14] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) has joined #beaglebone
  • [04:35:30] * Bob_Saget (~root@cpe-174-109-080-221.nc.res.rr.com) has joined #beagle
  • [04:39:09] * signal11 (esteban@abq.quaddro.net) Quit (Ping timeout: 240 seconds)
  • [04:40:11] * signal11 (esteban@abq.quaddro.net) has joined #beagle
  • [04:41:56] * jp0_ (~jp0@unaffiliated/jp0) has joined #beagle
  • [04:50:01] * jacekowski (jacekowski@jacekowski.org) Quit (Ping timeout: 260 seconds)
  • [05:02:04] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) Quit (Quit: Leaving)
  • [05:04:16] * KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net) Quit (Ping timeout: 258 seconds)
  • [05:04:26] * jacekowski (jacekowski@jacekowski.org) has joined #beagle
  • [05:05:47] * KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net) has joined #beagle
  • [05:06:23] * uudruid74 (~ekl@174.32.166.218) has joined #beaglebone
  • [05:07:54] * jdw (47da872e@gateway/web/freenode/ip.71.218.135.46) has joined #beagle
  • [05:08:13] * Smeagol (6cab9f2f@gateway/web/freenode/ip.108.171.159.47) has joined #beagle
  • [05:09:17] * Smeagol (6cab9f2f@gateway/web/freenode/ip.108.171.159.47) Quit (Client Quit)
  • [05:09:45] * jdw is now known as jdw1138
  • [05:09:55] * The__Ball (~ballen@202.10.92.134) has joined #beagle
  • [05:10:18] * BennyB_ (~heldb@host-88-217-198-167.customer.m-online.net) has joined #beagle
  • [05:12:02] <jdw1138> is it possible to power the beaglebone black from a USB connection to my plugged in laptop and connect the BBB to a monitor via an HDMI cable?
  • [05:12:12] * uudruid74 (~ekl@174.32.166.218) Quit (Quit: Leaving.)
  • [05:12:34] * The_Ball (~ballen@202.10.92.134) Quit (Ping timeout: 272 seconds)
  • [05:12:34] * The_Ball_ (~ballen@202.10.92.134) has joined #beagle
  • [05:12:48] <jdw1138> I saw the initial splash screen then the monitor went black
  • [05:14:40] * The__Ball (~ballen@202.10.92.134) Quit (Ping timeout: 244 seconds)
  • [05:15:18] * nandub (~nandub@unaffiliated/nandub) Quit (Ping timeout: 245 seconds)
  • [05:16:34] <jdw1138> hello?
  • [05:17:33] * mmattice (mmattice@unaffiliated/mmattice) Quit (Ping timeout: 260 seconds)
  • [05:17:36] <tbr> jdw1138: which software are you running on the device?
  • [05:20:39] * mmattice (mmattice@unaffiliated/mmattice) has joined #beagle
  • [05:20:49] * Bob_Saget (~root@cpe-174-109-080-221.nc.res.rr.com) Quit (Ping timeout: 260 seconds)
  • [05:21:44] * dwery (~dwery@nslu2-linux/dwery) Quit (Read error: No route to host)
  • [05:24:28] * jacekowski (jacekowski@jacekowski.org) Quit (Ping timeout: 260 seconds)
  • [05:25:49] * Bob_Saget (~root@cpe-174-109-080-221.nc.res.rr.com) has joined #beagle
  • [05:27:30] * jacekowski (jacekowski@jacekowski.org) has joined #beagle
  • [05:28:09] * lyakh (~lyakh@xdsl-87-78-51-177.netcologne.de) has joined #beagle
  • [05:33:20] * jacekowski (jacekowski@jacekowski.org) Quit (Ping timeout: 260 seconds)
  • [05:35:40] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) Quit (Remote host closed the connection)
  • [05:37:11] <jdw1138> tbr: native image that came pre installed
  • [05:39:10] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [05:40:05] * nandub (~nandub@unaffiliated/nandub) has joined #beagle
  • [05:42:00] * sachin_ (~sachin@182.48.244.100) has joined #beagle
  • [05:43:08] * jacekowski (jacekowski@jacekowski.org) has joined #beagle
  • [05:43:23] <tbr> jdw1138: should work, but if your port doesn't supply enough power it might as well fail
  • [05:43:54] <tbr> jdw1138: how do the LEDs behave after the screen goes dark?
  • [05:44:05] <tbr> can you still ssh into the board?
  • [05:45:46] <jdw1138> the onboard web interface was active.
  • [05:46:03] * micr0 (~micr0@subtle/user/jedahan) Quit (Ping timeout: 258 seconds)
  • [05:46:37] <tbr> then SSH in and look at dmesg
  • [05:46:48] <tbr> that might give you a hint why the screen goes dark
  • [05:51:26] <jdw1138> perusing the dmesg now... thanks for the tip
  • [05:52:39] * jdw1138 (47da872e@gateway/web/freenode/ip.71.218.135.46) Quit ()
  • [05:53:50] * rob_w (~bob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [05:54:15] * rob_w (~bob@unaffiliated/rob-w/x-1112029) Quit (Remote host closed the connection)
  • [05:54:45] * rob_w (~bob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [05:56:00] * sachin_ (~sachin@182.48.244.100) Quit (Ping timeout: 258 seconds)
  • [06:02:40] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) Quit (Quit: Leaving.)
  • [06:08:41] * sachin_ (~sachin@182.48.244.100) has joined #beagle
  • [06:09:47] * tahoemph (~tahoemph@2602:30a:c021:df0:45f:358b:8e0d:a327) Quit (Remote host closed the connection)
  • [06:19:26] * bearsh|work (~quassel@222-92.77-83.cust.bluewin.ch) has joined #beagle
  • [06:20:44] * tahoemph (~tahoemph@2602:30a:c021:df0:e4bd:f047:923a:a172) has joined #beagle
  • [06:21:50] * NulL` (~bleh1@178.16.4.195) has joined #beagle
  • [06:27:19] * georgec1 (~george@61.95.193.239) has joined #beagle
  • [06:28:54] * ion (ion@heh.fi) Quit (Excess Flood)
  • [06:29:44] * georgec (~george@61.95.193.238) Quit (Ping timeout: 258 seconds)
  • [06:29:55] * yobber (~bismilah@li629-190.members.linode.com) Quit (Remote host closed the connection)
  • [06:30:09] * Kripton (kripton-fr@staff.kripserver.net) Quit (Ping timeout: 240 seconds)
  • [06:31:00] * fraz_ (~fraz@12.233.153.4) has joined #beagle
  • [06:31:28] * georgec (~george@61.95.193.239) has joined #beagle
  • [06:31:37] * yobber (~bismilah@li629-190.members.linode.com) has joined #beagle
  • [06:31:49] * ion (ion@heh.fi) has joined #beagle
  • [06:33:13] * georgec1 (~george@61.95.193.239) Quit (Ping timeout: 245 seconds)
  • [06:35:36] * tahoemph (~tahoemph@2602:30a:c021:df0:e4bd:f047:923a:a172) Quit (Remote host closed the connection)
  • [06:38:19] * Kripton (kripton-fr@staff.kripserver.net) has joined #beagle
  • [06:39:05] * doxlabs (~doxlabs@49.250.204.207.client.dyn.strong-sf38.as22781.net) has joined #beagleboard
  • [06:46:07] * tahoemph (~tahoemph@2602:30a:c021:df0:a098:1389:d511:7396) has joined #beagle
  • [06:46:13] * eballetbo (~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net) has joined #beagle
  • [06:48:27] * Dan1 (~desktop@ppp236-99.static.internode.on.net) has joined #beagle
  • [06:48:42] * Dan2 (~desktop@ppp236-99.static.internode.on.net) Quit (Read error: No route to host)
  • [06:52:38] * sachin_ (~sachin@182.48.244.100) Quit (Ping timeout: 272 seconds)
  • [06:54:03] * The_Ball_ (~ballen@202.10.92.134) Quit (Remote host closed the connection)
  • [06:56:35] * ani_ (6ee309e1@gateway/web/freenode/ip.110.227.9.225) has joined #beagle
  • [06:57:37] <ani_> I am trying to connect bbb to tv, tv does not detect it as mass storage but my computer does
  • [06:58:06] <av500> bad tv
  • [06:58:12] <ani_> can anyone explain the procedure to do so
  • [06:58:24] <av500> tv might be confused because its multifunction
  • [06:58:29] <av500> mass storage and ethernet
  • [06:58:48] <ani_> how to disable usb net on bbb
  • [06:59:33] <ani_> thanks av but other usb devices are detected
  • [07:00:53] <av500> like?
  • [07:01:31] <ani_> Flash drives
  • [07:01:57] <av500> yes, these are mass storage only
  • [07:02:08] <av500> not ehternet as well
  • [07:05:17] <ani_> is there any way to enable mass storage mode only and disable ethrnet over usb?
  • [07:06:04] * sachin_ (~sachin@182.48.244.100) has joined #beagle
  • [07:07:12] <ani_> If any one knows please send me the links over email aniruddha.more@mobilewaretech.com
  • [07:07:38] <ani_> thanks in advance :)
  • [07:08:34] * jpfau|away is now known as jpfau
  • [07:09:26] <KotH> ani_: it'll take you abould half an hour to an hour of googling to figure that out yourself
  • [07:09:34] <KotH> ani_: hint: it's all software
  • [07:09:48] <KotH> ani_: hint #2: usb gaget
  • [07:09:53] <ani_> hmm
  • [07:10:01] <ani_> thanks KotH
  • [07:11:15] * tahoemph (~tahoemph@2602:30a:c021:df0:a098:1389:d511:7396) Quit (Remote host closed the connection)
  • [07:17:02] * yobber (~bismilah@li629-190.members.linode.com) Quit (Remote host closed the connection)
  • [07:18:14] * divine (~divine@2001:470:8247:1::42) Quit (Remote host closed the connection)
  • [07:18:49] * NulL` (~bleh1@178.16.4.195) Quit (Ping timeout: 258 seconds)
  • [07:19:06] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [07:19:33] * yobber (~bismilah@li629-190.members.linode.com) has joined #beagle
  • [07:19:45] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) has joined #beagle
  • [07:22:18] * divine (~divine@2001:470:8247:1::42) has joined #beaglebone
  • [07:22:24] * Russ (foobar@pool-108-0-19-96.lsanca.fios.verizon.net) Quit (Ping timeout: 272 seconds)
  • [07:31:14] * florian_kc (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [07:31:52] * florian_kc is now known as florian
  • [07:38:15] * Russ (~russ@172.56.40.72) has joined #beagle
  • [07:40:58] * mattlove (~doxlabs@114.88.211.74) has joined #beagleboard
  • [07:41:40] * sachin_ (~sachin@182.48.244.100) Quit (Ping timeout: 260 seconds)
  • [07:42:35] * doxlabs (~doxlabs@49.250.204.207.client.dyn.strong-sf38.as22781.net) Quit (Ping timeout: 258 seconds)
  • [07:45:17] * GusBricker (~GusBricke@cre1513898.lnk.telstra.net) Quit (Remote host closed the connection)
  • [07:45:56] * GusBricker (~GusBricke@cre1513898.lnk.telstra.net) has joined #beaglebone
  • [07:47:29] * jpirko (jirka@nat/redhat/x-qziwbxlkwjkdyuje) has joined #beagle
  • [07:50:32] * GusBricker (~GusBricke@cre1513898.lnk.telstra.net) Quit (Ping timeout: 260 seconds)
  • [07:51:05] * Russ (~russ@172.56.40.72) Quit (Ping timeout: 260 seconds)
  • [07:52:56] * indy (~indy@shadow.kastnerove.cz) has joined #beagle
  • [07:54:39] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) Quit (Ping timeout: 240 seconds)
  • [07:55:13] * sachin_ (~sachin@182.48.244.100) has joined #beagle
  • [07:59:15] * Russ (foobar@pool-108-0-19-96.lsanca.fios.verizon.net) has joined #beagle
  • [07:59:40] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [08:00:24] * jpirko_ (jirka@nat/redhat/x-xggjuweejymuruhv) has joined #beagle
  • [08:00:25] * ph4nt0mas (~quassel@athedsl-188617.home.otenet.gr) has joined #beagle
  • [08:01:13] * jpirko (jirka@nat/redhat/x-qziwbxlkwjkdyuje) Quit (Ping timeout: 272 seconds)
  • [08:04:50] * rohitksingh (~Rohit@120.59.46.204) has joined #beagle
  • [08:09:33] * GusBricker (~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au) has joined #beaglebone
  • [08:10:53] * ani_ (6ee309e1@gateway/web/freenode/ip.110.227.9.225) Quit (Ping timeout: 246 seconds)
  • [08:15:32] * GusBricker (~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au) Quit (Remote host closed the connection)
  • [08:19:17] * mattlove (~doxlabs@114.88.211.74) Quit (Quit: Computer has gone to sleep.)
  • [08:19:23] * kiwichri_ (~kiwichris@msc1401703.lnk.telstra.net) Quit ()
  • [08:19:54] * mattlove (~doxlabs@114.88.211.74) has joined #beagleboard
  • [08:19:56] * sachin_ (~sachin@182.48.244.100) Quit (Ping timeout: 260 seconds)
  • [08:22:48] * ph4nt0mas is now known as phant0mas
  • [08:24:04] * mattlove (~doxlabs@114.88.211.74) Quit (Ping timeout: 245 seconds)
  • [08:24:31] * phant0mas is now known as ph4nt0mas
  • [08:25:13] * ph4nt0mas is now known as phant0mas
  • [08:27:16] * scrp3l (~scrp3l@178.63.197.92) has joined #beagle
  • [08:27:44] * SiC (Simon@cpc12-aztw24-2-0-cust193.aztw.cable.virginm.net) has joined #beagle
  • [08:33:20] * shoragan (~shoragan@debian/developer/shoragan) has joined #beagle
  • [08:36:21] * phant0mas (~quassel@athedsl-188617.home.otenet.gr) Quit (Remote host closed the connection)
  • [08:38:02] * ph4nt0mas (~quassel@athedsl-188617.home.otenet.gr) has joined #beagle
  • [08:38:04] * mattlove (~doxlabs@114.88.211.74) has joined #beagleboard
  • [08:38:07] * mattlove (~doxlabs@114.88.211.74) Quit (Remote host closed the connection)
  • [08:38:35] * mattlove (~doxlabs@29.250.204.207.client.dyn.strong-sf38.as22781.net) has joined #beagleboard
  • [08:41:29] * LordDVG (~LordDVG@unaffiliated/lorddvg) has joined #beagle
  • [08:44:57] * IDrinkMilk (~IDrinkMil@gateway/tor-sasl/idrinkmilk) Quit (Remote host closed the connection)
  • [08:45:13] * Gaston|Home (~quassel@191.office.tw.ly) Quit (Ping timeout: 245 seconds)
  • [08:45:27] * IDrinkMilk (~IDrinkMil@gateway/tor-sasl/idrinkmilk) has joined #beagle
  • [08:46:50] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) has joined #beagle
  • [08:47:54] * Gaston|Home (~quassel@191.office.tw.ly) has joined #beagle
  • [08:51:40] * tema (~tema@starlight.haubold.de) has joined #beagle
  • [08:54:00] * mattlove (~doxlabs@29.250.204.207.client.dyn.strong-sf38.as22781.net) Quit (Ping timeout: 260 seconds)
  • [08:59:55] * ijon_ (dc82f067@gateway/web/freenode/ip.220.130.240.103) has joined #beagle
  • [09:02:05] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Quit: Leaving.)
  • [09:03:11] * rohitksingh1 (~Rohit@59.177.76.70) has joined #beagle
  • [09:03:30] * rohitksingh (~Rohit@120.59.46.204) Quit (Ping timeout: 272 seconds)
  • [09:04:47] * Cyril (2eda3dd2@gateway/web/freenode/ip.46.218.61.210) has joined #beagle
  • [09:05:04] * sachin_ (~sachin@182.48.244.100) has joined #beagle
  • [09:05:10] * Cyril is now known as Guest44860
  • [09:06:42] * Guest44860 is now known as Cyr1l
  • [09:13:56] <Cyr1l> hi guys !
  • [09:14:24] <Cyr1l> are there any people here developping on the BeagleBone Blakc with the Code Cmposer Studio by Ti ?
  • [09:14:38] <av500> few
  • [09:15:08] <mrpackethead> gahh, CCS
  • [09:15:16] <mrpackethead> But not for beaglebone
  • [09:15:34] <KotH> mrpackethead: speaking bad about Ti, are we?
  • [09:15:45] <mrpackethead> no..
  • [09:15:53] <mrpackethead> actually TI are in my good books
  • [09:16:03] <KotH> burn those books
  • [09:16:04] <mrpackethead> but my head is spinning
  • [09:16:12] <KotH> drunk too much?
  • [09:16:43] <mrpackethead> Im doing my first ever >1Ghz transmission line on a pcb
  • [09:16:53] <mrpackethead> and using chip antennas and the like
  • [09:17:06] <mrpackethead> and its been a long time since i did this math!
  • [09:18:07] <Cyr1l> I actualy had a quite newbie question
  • [09:18:59] <Cyr1l> I'm trying to build a very basic HelloWorld project on the BBB using CCS with an RSE
  • [09:19:25] <av500> RSE?
  • [09:19:31] <Cyr1l> unfortunately, when I execute it on the BBB, I get the output "Illegal Instruction"
  • [09:20:02] <Cyr1l> Remote System Explorer
  • [09:20:19] <Cyr1l> any idea on what could cause this ?
  • [09:20:42] <av500> something wrong
  • [09:20:46] <av500> wrong toolchain or so
  • [09:20:50] * jannau (~janne@soltyk.jannau.net) Quit (Ping timeout: 272 seconds)
  • [09:20:58] <av500> can you run it in gdb?
  • [09:22:32] <Cyr1l> I'm trying tht
  • [09:22:35] <Cyr1l> that*
  • [09:22:43] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) Quit (Ping timeout: 245 seconds)
  • [09:25:02] * tema (~tema@starlight.haubold.de) Quit (Ping timeout: 272 seconds)
  • [09:25:46] * KiloJuliet (~gplgeek@pdpc/supporter/student/GPLGeek) Quit (Ping timeout: 244 seconds)
  • [09:26:56] * jannau (~janne@soltyk.jannau.net) has joined #beagle
  • [09:27:36] * bizarro_1 (~bizarro_1@80.Red-83-53-194.dynamicIP.rima-tde.net) has joined #beagle
  • [09:31:43] * fraz__ (~fraz@12.233.153.4) has joined #beagle
  • [09:34:46] * fraz_ (~fraz@12.233.153.4) Quit (Ping timeout: 272 seconds)
  • [09:37:35] * stamina (~stamina@83.128.211.177) has joined #beaglebone
  • [09:43:41] <Cyr1l> hum
  • [09:44:11] <Cyr1l> there seems to be a problem in a file cale startup_ARMCA8.S
  • [09:44:40] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) has joined #beagle
  • [09:44:48] <Cyr1l> gdb blocks at a lne where the instruction is "MCR p15, 0, r0, c12, c0, 0 @ Write VBAR Register"
  • [09:45:06] <av500> http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/361287/1268876.aspx
  • [09:45:10] <av500> read that
  • [09:46:14] * jpfau is now known as jpfau|away
  • [09:46:36] <Cyr1l> thank you av500 :)
  • [09:47:19] * Ecco_ is now known as Ecco
  • [09:48:32] <av500> thank Larry and Sergey
  • [09:49:36] <Cyr1l> ?
  • [09:49:56] <av500> https://www.google.com/search?q=larry+and+sergey
  • [09:50:36] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) Quit (Ping timeout: 272 seconds)
  • [09:50:57] <Cyr1l> oh*
  • [09:52:00] <Cyr1l> even better : http://lmgtfy.com/
  • [09:54:38] * phantoneD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [09:54:46] * phantone (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [09:57:31] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Ping timeout: 258 seconds)
  • [09:57:34] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Ping timeout: 272 seconds)
  • [10:01:26] * ijon_ (dc82f067@gateway/web/freenode/ip.220.130.240.103) Quit (Quit: Page closed)
  • [10:06:27] * jpirko_ (jirka@nat/redhat/x-xggjuweejymuruhv) Quit (Remote host closed the connection)
  • [10:07:03] * tema (~tema@starlight.haubold.de) has joined #beagle
  • [10:08:28] * Peuc (~Peuc@199.192.237.225) Quit (Ping timeout: 246 seconds)
  • [10:10:17] * Peuc (~Peuc@ip-50-21-135-227.dsl.netrevolution.com) has joined #beagle
  • [10:10:29] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [10:11:17] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) has joined #beagle
  • [10:17:04] * tema (~tema@starlight.haubold.de) Quit (Ping timeout: 260 seconds)
  • [10:19:08] * sachin_ (~sachin@182.48.244.100) Quit (Ping timeout: 250 seconds)
  • [10:19:10] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [10:32:16] * woglinde (~henning@ip-109-45-3-171.web.vodafone.de) Quit (Read error: Connection reset by peer)
  • [10:36:52] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Remote host closed the connection)
  • [10:37:20] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [10:42:09] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 240 seconds)
  • [10:50:47] * The_Ball (~ballen@c114-77-179-73.hillc3.qld.optusnet.com.au) has joined #beagle
  • [10:51:01] * Darek- (darek@work.sznajder.org) Quit (Ping timeout: 256 seconds)
  • [10:52:14] * Darek- (darek@work.sznajder.org) has joined #beagle
  • [10:55:50] * The_Ball (~ballen@c114-77-179-73.hillc3.qld.optusnet.com.au) Quit (Ping timeout: 272 seconds)
  • [10:57:34] * mhaberler (~mhaberler@89.201.163.12) has joined #beagle
  • [10:57:35] * mhaberler (~mhaberler@89.201.163.12) has joined #beaglebone
  • [10:59:12] * GusBricker (~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au) has joined #beaglebone
  • [10:59:52] * phantoneD (destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Ping timeout: 250 seconds)
  • [11:00:21] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [11:00:28] * phantone (~destroy@acarlosss.broker.freenet6.net) Quit (Ping timeout: 260 seconds)
  • [11:00:31] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [11:03:56] * phantoneD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [11:04:57] * mhaberler (~mhaberler@89.201.163.12) Quit (Quit: mhaberler)
  • [11:05:09] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 260 seconds)
  • [11:06:56] * sachin_ (~sachin@182.48.244.100) has joined #beagle
  • [11:07:56] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Ping timeout: 260 seconds)
  • [11:10:20] * LordDVG (~LordDVG@unaffiliated/lorddvg) Quit (Remote host closed the connection)
  • [11:12:44] * phantoneD (destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Ping timeout: 245 seconds)
  • [11:27:31] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [11:28:05] * divine (~divine@2001:470:8247:1::42) Quit (Ping timeout: 260 seconds)
  • [11:29:43] * BellinganRoy (~Bellingan@host246-223-dynamic.32-79-r.retail.telecomitalia.it) has joined #beagle
  • [11:29:50] * tobi123 (9960ec10@gateway/web/freenode/ip.153.96.236.16) has joined #beagle
  • [11:30:33] * mrpacket_ (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [11:30:51] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Read error: Connection reset by peer)
  • [11:33:14] <tobi123> hi, i cant find my uEnv.txt file on my beaglebone black. do i have to mount any particle file system ?
  • [11:33:42] <tobi123> there is one located in /boot/ but no one in /boot/uboot/
  • [11:34:07] <tobi123> i have ubuntu 14.04 runnig on bbb
  • [11:35:44] * ph4nt0mas (~quassel@athedsl-188617.home.otenet.gr) Quit (Remote host closed the connection)
  • [11:40:10] <tbr> tobi123: it's on the FAT32 filesystem usually
  • [11:42:20] * jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net) has joined #beagle
  • [11:42:20] * jkridner (~jkridner@c-98-250-189-79.hsd1.mi.comcast.net) Quit (Changing host)
  • [11:42:20] * jkridner (~jkridner@pdpc/supporter/active/jkridner) has joined #beagle
  • [11:42:20] * ChanServ sets mode +o jkridner
  • [11:42:54] * ph4nt0mas (~quassel@athedsl-188617.home.otenet.gr) has joined #beagle
  • [11:47:34] <tobi123> there is only a nfs-eEnv.txt file
  • [11:47:51] <tobi123> do i have to mount the u-boot.img ?
  • [11:49:00] <tbr> that's probably u-boot itself
  • [11:49:58] <tobi123> can i pastebin you my "fdisk -l", not sure if i mount the right filesystem
  • [11:51:51] <tobi123> http://pastebin.com/j8jgLxbg
  • [11:56:16] * BobCatzzz is now known as BobCa
  • [11:56:23] * BobCa is now known as BobCat
  • [11:58:00] * mrpacket_ (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Read error: Connection reset by peer)
  • [11:58:05] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [11:58:32] <tobi123> i also missing my boot.scr file
  • [12:03:00] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 260 seconds)
  • [12:09:38] * sachin_ (~sachin@182.48.244.100) Quit (Ping timeout: 250 seconds)
  • [12:09:52] <tobi123> if boot.scr is missing, can i create my own? i like to edit the kernel command line params to boot to tty2.
  • [12:10:43] * phantoxeD (~destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [12:14:25] <av500> sure you can
  • [12:14:35] <av500> but boot.scr is obsolete
  • [12:14:47] <av500> try uEnv.txt
  • [12:16:22] <tobi123> i do have e uEnv.txt in /boot/ but where can i find the uEnv.txt where the kernel commands a specified?
  • [12:19:39] <av500> right there
  • [12:19:52] <av500> or in the root folder
  • [12:22:00] * GusBricker (~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au) Quit (Remote host closed the connection)
  • [12:22:12] * phantoxeD (~destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Ping timeout: 250 seconds)
  • [12:22:14] * jpirko (jirka@nat/redhat/x-hvctchtyhqjperjq) has joined #beagle
  • [12:22:18] <tobi123> so if no tty is specified the kernel uses tty1 as default ?
  • [12:22:24] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [12:22:35] * GusBricker (~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au) has joined #beaglebone
  • [12:25:17] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [12:27:16] * GusBricker (~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au) Quit (Ping timeout: 260 seconds)
  • [12:30:13] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 244 seconds)
  • [12:34:36] <av500> there is a default command line compiled into uboot
  • [12:34:40] <av500> that gets used
  • [12:34:51] <av500> if you dont tell the kernel a console, there will be none
  • [12:35:19] * Guest83220 (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) Quit (Quit: Leaving)
  • [12:35:39] * hodor (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) has joined #beagle
  • [12:36:02] * hodor is now known as Guest89192
  • [12:37:06] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
  • [12:39:28] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [12:41:38] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [12:43:14] <tobi123> thanks av500
  • [12:52:23] * _silvermist_ (~jordan@cust-95-128-91-229.breedbanddelft.nl) has joined #beaglebone
  • [12:52:29] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [12:52:36] * _silvermist_ (~jordan@cust-95-128-91-229.breedbanddelft.nl) Quit (Quit: WeeChat 1.0)
  • [12:53:53] * Cyr1l (2eda3dd2@gateway/web/freenode/ip.46.218.61.210) Quit (Quit: Page closed)
  • [12:56:50] * mrpacket_ (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [12:57:20] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) Quit (Ping timeout: 264 seconds)
  • [12:57:38] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [13:01:25] * eballetbo (~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net) Quit (Quit: Leaving)
  • [13:01:58] * rob_w (~bob@unaffiliated/rob-w/x-1112029) Quit (Quit: Ex-Chat)
  • [13:03:18] * Peuc (~Peuc@ip-50-21-135-227.dsl.netrevolution.com) Quit (Ping timeout: 260 seconds)
  • [13:06:01] * Peuc (~Peuc@199.192.235.165) has joined #beagle
  • [13:07:16] * BennyB_ (~heldb@host-88-217-198-167.customer.m-online.net) Quit (Ping timeout: 250 seconds)
  • [13:10:30] * ph4nt0mas (~quassel@athedsl-188617.home.otenet.gr) Quit (Ping timeout: 272 seconds)
  • [13:10:46] * xuigenerix (~xuigeneri@187.202.181.88) has joined #beagle
  • [13:15:24] * tahoemph (~tahoemph@2602:30a:c021:df0:f0a9:9229:fe6e:e023) has joined #beagle
  • [13:16:56] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Read error: Connection reset by peer)
  • [13:16:56] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Remote host closed the connection)
  • [13:17:04] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [13:17:18] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [13:19:11] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) has joined #beagle
  • [13:21:30] * Peuc (~Peuc@199.192.235.165) Quit (Ping timeout: 272 seconds)
  • [13:23:09] <tobi123> is it possible to show a image while the bbb is booting till the xserver is up? i tryed to configure plymounth but it is not working.
  • [13:24:02] * Peuc (~Peuc@ip-50-21-138-91.dsl.netrevolution.com) has joined #beagle
  • [13:24:20] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) Quit (Ping timeout: 264 seconds)
  • [13:25:38] * plaw (~plaw@guifications/user/plaw) has joined #beagle
  • [13:26:09] * sllide (~yeap@107.170.37.181) Quit (Ping timeout: 245 seconds)
  • [13:27:54] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) has joined #beagle
  • [13:28:20] * stamina (~stamina@83.128.211.177) Quit (Remote host closed the connection)
  • [13:29:13] * sllide (~yeap@107.170.37.181) has joined #beagle
  • [13:32:51] <av500> tobi123: it is possible of course, since its "just" SW
  • [13:32:56] <av500> I have no idea how
  • [13:33:04] <av500> is there a /dev/fb?
  • [13:38:09] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Ping timeout: 245 seconds)
  • [13:38:27] <tobi123> year, in the moment i try ti install fbv to write a image in the framebuffer
  • [13:41:06] * Peuc2 (~Peuc@199.192.235.165) has joined #beagle
  • [13:44:07] * HoloPed (Vice@nat/unlab/x-hgnoxfjmljbpuwjj) Quit (Ping timeout: 250 seconds)
  • [13:44:07] * Peuc (~Peuc@ip-50-21-138-91.dsl.netrevolution.com) Quit (Ping timeout: 244 seconds)
  • [13:45:10] * zz_repat is now known as repat
  • [13:45:41] * Peuc2 (~Peuc@199.192.235.165) Quit (Ping timeout: 260 seconds)
  • [13:45:41] * lyakh_ (~lyakh@xdsl-213-168-117-190.netcologne.de) has joined #beagle
  • [13:46:14] * mrpacket_ (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 260 seconds)
  • [13:47:10] * Peuc (~Peuc@ip-50-21-138-91.dsl.netrevolution.com) has joined #beagle
  • [13:48:46] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [13:49:41] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Remote host closed the connection)
  • [13:50:24] * lyakh (~lyakh@xdsl-87-78-51-177.netcologne.de) Quit (Ping timeout: 272 seconds)
  • [13:50:47] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Remote host closed the connection)
  • [13:51:11] * BellinganRoy (~Bellingan@host246-223-dynamic.32-79-r.retail.telecomitalia.it) Quit (Quit: Konversation terminated!)
  • [13:51:40] * BellinganRoy (~Bellingan@host246-223-dynamic.32-79-r.retail.telecomitalia.it) has joined #beagle
  • [13:51:47] * Weis (Vice@nat/unlab/x-trhmlmknaggwyfrf) has joined #beagle
  • [13:56:48] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [13:58:39] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Ping timeout: 245 seconds)
  • [13:59:28] * AndrevS (~andrevs@2001:982:27e5:1:2e44:fdff:fe65:84ee) has joined #beagle
  • [14:00:20] * sllide (~yeap@107.170.37.181) Quit (Ping timeout: 272 seconds)
  • [14:02:14] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [14:02:27] * sllide (~yeap@107.170.37.181) has joined #beagle
  • [14:03:41] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [14:04:18] * KiloJuliet (~gplgeek@pdpc/supporter/student/GPLGeek) has joined #beagle
  • [14:06:46] * jbdatko (~jbdatko@fsf/member/jbdatko) has joined #beagle
  • [14:06:56] * lektrik (~mayday_ja@mail.rahb.ca) has joined #beagle
  • [14:07:04] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [14:13:01] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Read error: Connection reset by peer)
  • [14:13:39] * av500 (~av500@pd95bf55a.dip0.t-ipconnect.de) Quit (Ping timeout: 245 seconds)
  • [14:13:55] * thurgood (~thurgood@cpe-70-112-240-181.austin.res.rr.com) Quit (Remote host closed the connection)
  • [14:14:25] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) has joined #beagle
  • [14:14:31] * thurgood (~thurgood@cpe-70-112-240-181.austin.res.rr.com) has joined #beagle
  • [14:14:49] * eikeon (~eikeon@c-98-204-80-157.hsd1.dc.comcast.net) has joined #beagle
  • [14:14:55] * eikeon (~eikeon@c-98-204-80-157.hsd1.dc.comcast.net) Quit (Client Quit)
  • [14:16:00] * Weis is now known as HoloPed
  • [14:16:51] * av500 (~av500@b2b-46-252-131-98.unitymedia.biz) has joined #beagle
  • [14:16:51] * ChanServ sets mode +o av500
  • [14:19:08] * thurgood (~thurgood@cpe-70-112-240-181.austin.res.rr.com) Quit (Ping timeout: 272 seconds)
  • [14:21:34] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) Quit (Quit: Leaving)
  • [14:21:49] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) has joined #beagle
  • [14:23:37] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [14:24:04] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Remote host closed the connection)
  • [14:24:05] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [14:26:57] * ph4nt0mas (~quassel@athedsl-188617.home.otenet.gr) has joined #beagle
  • [14:27:13] * ph4nt0mas is now known as phant0mas
  • [14:28:39] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 240 seconds)
  • [14:29:08] * uv (~uv@62-165-210-131.pool.digikabel.hu) has joined #beagle
  • [14:30:54] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) has joined #beagle
  • [14:37:07] * tahoemph (~tahoemph@2602:30a:c021:df0:f0a9:9229:fe6e:e023) Quit (Remote host closed the connection)
  • [14:37:38] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) Quit (Read error: Connection reset by peer)
  • [14:38:42] * tahoemph (~tahoemph@2602:30a:c021:df0:8905:1b64:7a3e:ef2f) has joined #beagle
  • [14:39:02] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) has joined #beagle
  • [14:46:07] * uv (~uv@62-165-210-131.pool.digikabel.hu) Quit (Remote host closed the connection)
  • [14:47:38] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [14:49:00] * tahoemph (~tahoemph@2602:30a:c021:df0:8905:1b64:7a3e:ef2f) Quit (Remote host closed the connection)
  • [14:51:15] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [14:51:42] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) has joined #beagle
  • [14:51:43] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [14:56:30] * dogrocket (dogrocket@pool-72-91-199-13.tampfl.fios.verizon.net) has joined #beagle
  • [14:56:41] * dogrocket (dogrocket@pool-72-91-199-13.tampfl.fios.verizon.net) Quit (Client Quit)
  • [14:56:42] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [14:57:35] * ralphr (~chatzilla@206-175-N1.p30.customer.vsm.sh) has joined #beagle
  • [14:57:35] * jbdatko_ (~jbdatko@fsf/member/jbdatko) has joined #beagle
  • [14:58:19] * jbdatko_ (~jbdatko@fsf/member/jbdatko) Quit (Client Quit)
  • [14:59:53] * Bob_Saget (~root@cpe-174-109-080-221.nc.res.rr.com) Quit (Ping timeout: 260 seconds)
  • [15:00:19] * tobi123 (9960ec10@gateway/web/freenode/ip.153.96.236.16) Quit (Quit: Page closed)
  • [15:00:29] * jpirko (jirka@nat/redhat/x-hvctchtyhqjperjq) Quit (Remote host closed the connection)
  • [15:00:32] * libregeekingkid (~quassel@123.201.197.243) has joined #beagle
  • [15:00:47] <libregeekingkid> HELP
  • [15:01:00] * rohitksingh (~Rohit@59.177.71.10) has joined #beagle
  • [15:01:26] <libregeekingkid> Can't boot b^3 with ubuntu 14.04 on sd card
  • [15:03:52] * rohitksingh1 (~Rohit@59.177.76.70) Quit (Ping timeout: 272 seconds)
  • [15:08:11] * hitlin37 (uid16371@gateway/web/irccloud.com/x-ddavcejlahqwrzus) has joined #beagle
  • [15:08:22] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
  • [15:08:40] <libregeekingkid> help
  • [15:10:51] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [15:11:56] * Bob_Saget (~root@199.254.238.145) has joined #beagle
  • [15:12:29] * finitoo (~man50@90.174.4.170) has joined #beagle
  • [15:12:32] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [15:15:45] * H-H-H (~H-H-H@79-65-13-189.host.pobb.as13285.net) Quit (Quit: Leaving)
  • [15:18:30] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [15:18:35] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) Quit (Ping timeout: 246 seconds)
  • [15:19:01] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Ping timeout: 260 seconds)
  • [15:20:43] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagle
  • [15:20:43] * Topic is 'http://beagleboard.org/chat has a guide on how to ask questions and links to the logs | never ask to ask, just ask | be patient | pastebin a boot log | http://ahsoftware.de/Beaglebone_Black_Boot_explained.svg | BBB is being sold faster than produced. Order one and wait. There is no other way. | http://beagleboard.org/latest-images | http://beagleboard.org/Support/bone101'
  • [15:20:43] * Set by KotH!~attila@lou-outside.kinali.ch on Fri Sep 12 15:14:32 UTC 2014
  • [15:20:43] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagleboard
  • [15:20:43] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beaglebone
  • [15:21:41] * phantoxeD (destroy@a89-152-21-144.cpe.netcabo.pt) has joined #beagle
  • [15:21:44] * Mode-M (~Mode-M@gateway/tor-sasl/mode-m) has joined #beagle
  • [15:23:30] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [15:24:22] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [15:30:15] * shoragan (~shoragan@debian/developer/shoragan) Quit (Remote host closed the connection)
  • [15:31:01] * lektrik (~mayday_ja@mail.rahb.ca) Quit (Ping timeout: 258 seconds)
  • [15:32:54] * scrp3l (~scrp3l@178.63.197.92) Quit (Quit: Leaving)
  • [15:37:24] * Bob_Saget (~root@199.254.238.145) Quit (Ping timeout: 245 seconds)
  • [15:37:40] * tahoemph (~tahoemph@64.125.143.6) has joined #beagle
  • [15:40:57] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [15:45:34] * n-st (~n-st@ipbcc053ce.dynamic.kabel-deutschland.de) has joined #beagle
  • [15:45:41] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [15:45:45] * bkearns (~bkearns@c-76-126-174-172.hsd1.ca.comcast.net) Quit (Quit: Leaving.)
  • [15:47:20] * __butch__ (~Adium@169.145.89.206) has joined #beagle
  • [15:50:09] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 240 seconds)
  • [15:50:22] * dieterg (~dieterg@61.94.143.230) Quit (Ping timeout: 260 seconds)
  • [15:54:18] * Bob_Saget (~root@cpe-173-095-152-235.nc.res.rr.com) has joined #beagle
  • [15:57:38] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [16:00:33] * bizulk (~sli@h67.cornut.fr) Quit (Quit: Leaving.)
  • [16:01:29] * bearsh|work (~quassel@222-92.77-83.cust.bluewin.ch) Quit (Ping timeout: 260 seconds)
  • [16:03:10] * Shadyman (~matthew@unaffiliated/shadyman) has joined #beagle
  • [16:03:47] * bobengels (42be2dcc@gateway/web/freenode/ip.66.190.45.204) has joined #beagle
  • [16:05:18] * Bob_Saget (~root@cpe-173-095-152-235.nc.res.rr.com) Quit (Ping timeout: 272 seconds)
  • [16:05:46] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) Quit (Quit: This computer has gone to sleep)
  • [16:08:23] * luastoned1 (~Gregor@d86-32-3-123.cust.tele2.at) has joined #beagle
  • [16:08:44] * luastoned1 (~Gregor@d86-32-3-123.cust.tele2.at) Quit (Client Quit)
  • [16:08:57] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Ping timeout: 260 seconds)
  • [16:10:14] * lyakh_ (~lyakh@xdsl-213-168-117-190.netcologne.de) Quit (Quit: thanks, bye)
  • [16:12:09] * bobengels (42be2dcc@gateway/web/freenode/ip.66.190.45.204) Quit (Ping timeout: 246 seconds)
  • [16:12:51] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [16:13:50] * libregeekingkid (~quassel@123.201.197.243) Quit (Remote host closed the connection)
  • [16:15:40] * emeb (~ericb@ip68-2-62-85.ph.ph.cox.net) has joined #beagle
  • [16:17:49] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 260 seconds)
  • [16:21:20] * Mode-M (~Mode-M@gateway/tor-sasl/mode-m) Quit (Ping timeout: 264 seconds)
  • [16:21:41] * abferm (~abferm@wsip-98-188-52-104.ks.ks.cox.net) has joined #beaglebone
  • [16:24:36] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) has joined #beagle
  • [16:24:58] * cbrake (~Thunderbi@cable2-pool191-cs-105.doycomm.com) Quit (Remote host closed the connection)
  • [16:25:11] * cbrake (~Thunderbi@cable2-pool191-cs-105.doycomm.com) has joined #beagle
  • [16:26:26] * fraz__ (~fraz@12.233.153.4) has left #beagle
  • [16:28:11] * BellinganRoy (~Bellingan@host246-223-dynamic.32-79-r.retail.telecomitalia.it) Quit (Quit: Konversation terminated!)
  • [16:30:49] * konradoo77 (~debian@93.154.129.41) has joined #beagle
  • [16:33:25] * LuaStoned45 (~LuaStoned@luastoned.com) has joined #beagle
  • [16:33:29] * LuaStoned (~LuaStoned@31.7.184.51) Quit (Quit: Bye!)
  • [16:34:16] * LuaStoned45 is now known as LuaStoned
  • [16:39:10] * panto (~panto@173-11-110-227-SFBA.hfc.comcastbusiness.net) Quit (Quit: Leaving)
  • [16:39:16] * lektrik (~mayday_ja@mail.rahb.ca) has joined #beagle
  • [16:40:07] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [16:40:17] * NulL` (~bleh1@92.39.205.212) has joined #beagle
  • [16:41:38] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Remote host closed the connection)
  • [16:47:06] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [16:49:01] * sidbh (~Siddharth@203.187.230.246) has joined #beagle
  • [16:55:51] * Vasco_O is now known as Vasco
  • [17:06:41] * Starduster (~quest@unaffiliated/starduster) Quit ()
  • [17:07:26] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [17:09:13] * bkearns (~bkearns@216-75-239-130.static.wiline.com) has joined #beagle
  • [17:10:22] * hitlin37 (uid16371@gateway/web/irccloud.com/x-ddavcejlahqwrzus) Quit (Quit: Connection closed for inactivity)
  • [17:11:01] * konradoo77 (~debian@93.154.129.41) Quit (Ping timeout: 260 seconds)
  • [17:12:18] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit ()
  • [17:12:53] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [17:14:49] * konradoo77 (~debian@93.154.129.74) has joined #beagle
  • [17:21:33] * SiC (Simon@cpc12-aztw24-2-0-cust193.aztw.cable.virginm.net) Quit (Remote host closed the connection)
  • [17:21:38] * NulL`` (~bleh1@92.39.199.89) has joined #beagle
  • [17:21:52] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Client exiting)
  • [17:22:11] * NulL` (~bleh1@92.39.205.212) Quit (Ping timeout: 258 seconds)
  • [17:22:34] * qdk_ (~qdk@188.120.76.162) Quit (Ping timeout: 272 seconds)
  • [17:24:55] * rohitksingh (~Rohit@59.177.71.10) Quit (Ping timeout: 272 seconds)
  • [17:25:08] * SmokeyD (~smokeyd@space.nurdspace.nl) has joined #beaglebone
  • [17:25:14] * SmokeyD (~smokeyd@space.nurdspace.nl) has left #beaglebone
  • [17:25:33] * SmokeyD (~smokeyd@space.nurdspace.nl) has joined #beagle
  • [17:26:45] <SmokeyD> hey all. I am new to nodejs and cloud9 for my beaglebone. Is there a way to view webppages on my beaglebone that use javascript that I developped in cloud9/nodejs on my beaglebone black?
  • [17:26:57] * sidbh (~Siddharth@203.187.230.246) has left #beagle
  • [17:27:04] <SmokeyD> Do I need to host them manually with apache or something, or does nodejs/cloud9 allow me to do it
  • [17:33:32] * tahoemph (~tahoemph@64.125.143.6) Quit (Read error: Connection reset by peer)
  • [17:33:52] * tahoemph (~tahoemph@64.125.143.6) has joined #beagle
  • [17:34:36] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [17:38:58] * ralphr (~chatzilla@206-175-N1.p30.customer.vsm.sh) Quit (Quit: ChatZilla 0.9.90.1 [Firefox 32.0.3/20140923175406])
  • [17:39:09] * Mode-M (~Mode-M@gateway/tor-sasl/mode-m) has joined #beagle
  • [17:39:34] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 260 seconds)
  • [17:41:44] * lektrik (~mayday_ja@mail.rahb.ca) Quit (Ping timeout: 246 seconds)
  • [17:41:47] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Quit: cya)
  • [17:42:55] * rohitksingh (~Rohit@59.177.71.10) has joined #beagle
  • [17:44:08] * xuigenerix (~xuigeneri@187.202.181.88) Quit (Quit: Leaving)
  • [17:47:04] * panoramix (~panoramix@x2f24025.dyn.telefonica.de) has joined #beagle
  • [17:47:04] * panoramix (~panoramix@x2f24025.dyn.telefonica.de) Quit (Changing host)
  • [17:47:04] * panoramix (~panoramix@unaffiliated/panoramix) has joined #beagle
  • [17:50:52] * behanw (~behanw@S0106dc9fdb80cffd.gv.shawcable.net) has joined #beagle
  • [17:52:03] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
  • [17:53:53] * dugo (~dugo@ip503ca1a0.speed.planet.nl) has left #beagle
  • [17:56:43] * panoramix (~panoramix@unaffiliated/panoramix) Quit (Disconnected by services)
  • [17:56:43] * miraculix (~panoramix@x2f368e0.dyn.telefonica.de) has joined #beagle
  • [17:56:43] * miraculix (~panoramix@x2f368e0.dyn.telefonica.de) Quit (Changing host)
  • [17:56:43] * miraculix (~panoramix@unaffiliated/panoramix) has joined #beagle
  • [18:01:49] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [18:07:21] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [18:07:31] * NulL` (~bleh1@217.28.15.17) has joined #beagle
  • [18:08:48] * miraculix (~panoramix@unaffiliated/panoramix) Quit (Quit: Leaving)
  • [18:09:20] * NulL`` (~bleh1@92.39.199.89) Quit (Ping timeout: 258 seconds)
  • [18:10:25] * konradoo87 (~debian@78.30.81.97) has joined #beagle
  • [18:12:49] * uv (~uv@92-249-148-31.pool.digikabel.hu) has joined #beagle
  • [18:13:13] * konradoo77 (~debian@93.154.129.74) Quit (Ping timeout: 250 seconds)
  • [18:14:24] * Starduster (~quest@unaffiliated/starduster) has joined #beagle
  • [18:15:30] <SmokeyD> hey all, I am reading the 1.5V from a voltage divider with AIN5, both using bash, and in bonescript, and I am getting weird results
  • [18:15:40] * jsst (~jsst@cable-233-41.zeelandnet.nl) Quit (Quit: Lost terminal)
  • [18:17:02] <_av500_> like?
  • [18:17:10] * shoragan (~shoragan@debian/developer/shoragan) has joined #beagle
  • [18:17:44] * jsst (~jsst@cable-233-41.zeelandnet.nl) has joined #beagle
  • [18:18:20] * NulL`` (~bleh1@92.39.204.27) has joined #beagle
  • [18:18:56] <SmokeyD> I using my multimeter to monitor simultanously, and it gives me a steady voltage, but AIN5 first gives a voltage close to 1.6V but often the voltage reading drops to 100mV or 200mV
  • [18:20:36] <gurki> looks like u drain ur input
  • [18:20:50] * NulL` (~bleh1@217.28.15.17) Quit (Ping timeout: 258 seconds)
  • [18:21:51] * jevin (~jevin@72.12.217.220) Quit (Quit: Textual IRC Client: www.textualapp.com)
  • [18:21:56] <gurki> use an impedance converter. can be built using a transistor.
  • [18:23:13] <tbr> also I found it sensible to discard the first value read from the ADC, most of the time it's stale
  • [18:23:34] <gurki> ^
  • [18:23:43] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [18:25:36] * Bob_Saget (~root@cpe-174-109-080-221.nc.res.rr.com) has joined #beagle
  • [18:27:42] * NulL` (~bleh1@87.254.87.88) has joined #beagle
  • [18:28:41] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 272 seconds)
  • [18:28:46] * Bob_Saget (~root@cpe-174-109-080-221.nc.res.rr.com) Quit (Client Quit)
  • [18:29:39] * NulL`` (~bleh1@92.39.204.27) Quit (Ping timeout: 258 seconds)
  • [18:29:42] <SmokeyD> gurki: sorry, I didn't understand that. Can't I use the ADC to read the voltage from a voltage divider?
  • [18:31:01] <gurki> sure i can. but like i said ^^^
  • [18:31:06] <gurki> u*
  • [18:31:19] <loans> impedance matching is a subtle art
  • [18:31:29] <gurki> ^
  • [18:31:38] <loans> ask any audio guy
  • [18:31:52] <SmokeyD> ok, I guess i am too much of a n00b
  • [18:32:00] <SmokeyD> I am definitely not an audio guy
  • [18:32:02] <loans> SmokeyD: what you'll find is that the impedance of that input pin is some value, if your voltage divider isn't similar then weird stuff happens
  • [18:32:16] <loans> (i can't tell you the value offhand - on an atmel avr i think it's around 10kOhms)
  • [18:32:19] <gurki> like i stated. build urselve an impedance converter
  • [18:32:29] <gurki> for the things u seem to do its not exactly rocket science
  • [18:33:02] <loans> SmokeyD: the wiki article is dense but it may be useful to read through it, or skimming at least: http://en.wikipedia.org/wiki/Electrical_impedance
  • [18:33:07] <SmokeyD> yes, but I don't know what an impedance converter is, and I didn't know I needed one, and I needed to match anyting. I just though the ADC was something you could measure voltages with in this case a max of 1.8V
  • [18:33:49] * djlewis (~bubba@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [18:33:57] <loans> more pursuant to your current situation: http://en.wikipedia.org/wiki/Impedance_matching
  • [18:34:27] * tahoemph (~tahoemph@64.125.143.6) Quit (Ping timeout: 250 seconds)
  • [18:34:50] <SmokeyD> does the remark in many articles on using the BBB ADC that the lower resistor (leading to ground) in the voltage divider should be <=1kOhm have anything to do with this?
  • [18:40:59] <gurki> obv yes
  • [18:41:05] <gurki> =]
  • [18:43:53] * divine (~divine@2001:470:8247:1::42) has joined #beaglebone
  • [18:45:56] * Mode-M (~Mode-M@gateway/tor-sasl/mode-m) Quit (Remote host closed the connection)
  • [18:46:12] * rcn-ee (~voodoo@64.77.213.245) has joined #beagle
  • [18:46:23] * Mode-M (~Mode-M@gateway/tor-sasl/mode-m) has joined #beagle
  • [18:55:00] * Mode-M (~Mode-M@gateway/tor-sasl/mode-m) Quit (Remote host closed the connection)
  • [18:55:13] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [18:56:24] * xuigenerix (~xuigeneri@187.202.181.88) has joined #beagle
  • [19:00:20] * Zephyr1139 (~wasinger@71-218-135-46.hlrn.qwest.net) has joined #beaglebone
  • [19:02:16] <Zephyr1139> Anybody here with tips on connecting an HDMI 1920x1080 60Hz monitor to the BeagleBone Black?
  • [19:03:30] <SmokeyD> ok, to me it is not obvious as I am still learning so I don't know the theory very well on ADC's. But if that helps, I do have a 1kOhm resistor in the lower leg of the voltage divider, and a 1.5kOhm resistor in the upper leg. The input voltage is around 4V (I am testing a draining battery, so it can vary).
  • [19:04:11] <Zephyr1139> From http://elinux.org/Beagleboard:BeagleBone_Black_Accessories#Monitors_and_Resolutions I see that the "Sharp Aquos TV Dell S244OL 1920 x 1080 @60HZ" is listed under "Supported Monitors"
  • [19:04:46] * Zephyr1139 (~wasinger@71-218-135-46.hlrn.qwest.net) has joined #beagle
  • [19:05:42] <Zephyr1139> Anybody here with tips on connecting an HDMI 1920x1080 60Hz monitor to the BeagleBone Black?
  • [19:05:56] <Zephyr1139> http://elinux.org/Beagleboard:BeagleBone_Black_Accessories#Monitors_and_Resolutions
  • [19:06:28] <Zephyr1139> I see that the "Sharp Aquos TV Dell S244OL 1920 x 1080 @60HZ" is listed under "Supported Monitors"
  • [19:06:34] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [19:06:44] * panto (~panto@searspoint.nvidia.com) has joined #beagle
  • [19:09:07] <Zephyr1139> I get the initial splash screen for about 6 seconds then the monitor goes black.
  • [19:13:07] <Zephyr1139> However I also see on http://www.elinux.org/Beagleboard:BeagleBoneBlack_HDMI#Supported_Resolutions this:
  • [19:13:16] <Zephyr1139> 1920x1080@24 (Audio)
  • [19:13:34] <Zephyr1139> no 1920x1080@60
  • [19:13:44] * konradoo87 (~debian@78.30.81.97) Quit (Ping timeout: 258 seconds)
  • [19:14:03] * Zephyr1139 (~wasinger@71-218-135-46.hlrn.qwest.net) has left #beaglebone
  • [19:14:38] <rcn-ee> Zephyr1139, just not enough bw at the resolution..
  • [19:15:46] * phant0mas (~quassel@athedsl-188617.home.otenet.gr) Quit (Remote host closed the connection)
  • [19:16:31] <Zephyr1139> rcn-ee, is the bandwidth hardware limited by a chip on the BBB ?
  • [19:18:04] <Zephyr1139> it seams as though the http://elinux.org/Beagleboard:BeagleBone_Black_Accessories#Monitors_and_Resolutions section is missleading then.
  • [19:18:12] <tbr> don't run it at 1080p60, run it at 720p
  • [19:18:23] <rcn-ee> the am335x has a basic "lcd" controller.. you need to run it at 1920x1080@24
  • [19:19:11] <rcn-ee> Zephyr1139, it's a wiki someone stuck that there, wrongly..
  • [19:20:42] <Zephyr1139> I tried adding "video=HDMI-A-1:1280x720@60" to my /boot/uEnv.txt file. Didn't help
  • [19:21:23] <rcn-ee> Zephyr1139, change the "60" to "24"
  • [19:21:39] <rcn-ee> or wait, now your 720p..
  • [19:22:06] <Zephyr1139> root@beaglebone:/sys/class/drm/card0/card0-HDMI-A-1# parse-edid edid
  • [19:22:31] <Zephyr1139> Mode "1920x1080" # vfreq 60.000Hz, hfreq 67.500kHz
  • [19:22:31] <Zephyr1139> DotClock 148.500000
  • [19:22:31] <Zephyr1139> HTimings 1920 2008 2052 2200
  • [19:22:31] <Zephyr1139> VTimings 1080 1084 1089 1125
  • [19:22:31] <Zephyr1139> Flags "+HSync" "+VSync"
  • [19:22:32] <Zephyr1139> EndMode
  • [19:22:34] <Zephyr1139> Mode "1280x720" # vfreq 60.000Hz, hfreq 45.000kHz
  • [19:22:38] <Zephyr1139> DotClock 74.250000
  • [19:22:40] <Zephyr1139> HTimings 1280 1390 1430 1650
  • [19:22:42] <Zephyr1139> VTimings 720 725 730 750
  • [19:22:44] <Zephyr1139> Flags "+HSync" "+VSync"
  • [19:22:46] <Zephyr1139> EndMode
  • [19:23:00] * JetForMe (~JetForMe@c-50-156-127-148.hsd1.ca.comcast.net) Quit (Quit: Leaving...)
  • [19:23:28] <rcn-ee> Zephyr1139, add the extra "e" "video=HDMI-A-1:1280x720@60e"
  • [19:25:34] <Zephyr1139> My monitors manual doesn't mention 720 by the way.
  • [19:26:06] <Zephyr1139> rcn-ee, tried that... didn't work.
  • [19:27:25] <Zephyr1139> rcn-ee, I did notice a terminal shell briefly when shutting down from the BBB's command line though.
  • [19:30:19] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [19:31:38] <Zephyr1139> rcn-ee, calling init 3 gave me a screen though!
  • [19:35:37] <Zephyr1139> rcn-ee, calling init 5 gave me the same black screen
  • [19:36:21] <Zephyr1139> rcn-ee, what does the extra "e" mean?
  • [19:36:35] * jevin (~jevin@72.12.217.220) has joined #beagle
  • [19:36:41] <rcn-ee> the 'e' is a force enable...
  • [19:37:18] <rcn-ee> sometimes it's a ground issue with the hdmi cable.. is your bbb plugged in to the same wall socket as the tv?
  • [19:38:53] <Zephyr1139> I'm powering my bbb with the USB connection to my laptop. The monitor and laptop are both plugged into the same power strip
  • [19:39:57] <Zephyr1139> I am using a samsung SD300 monitor
  • [19:40:42] <Zephyr1139> should I purchase an external 5v power supply for the bbb?
  • [19:41:08] <Zephyr1139> perhaps I'm underpowering the bbb.
  • [19:41:59] <Zephyr1139> my micro HDMI cable is not ethernet enabled
  • [19:45:49] * JetForMe (~JetForMe@157.22.42.2) has joined #beagle
  • [19:47:06] <Zephyr1139> my micro HDMI cable is from GE
  • [19:48:48] <gurki> yes you prob should.
  • [19:49:06] * panto (~panto@searspoint.nvidia.com) Quit (Quit: Leaving)
  • [19:52:14] * tahoemph (~tahoemph@64.125.143.6) has joined #beagle
  • [19:53:11] * robertinant_ (~robertina@c-67-171-48-208.hsd1.wa.comcast.net) has joined #beagle
  • [19:57:19] * finitoo (~man50@90.174.4.170) Quit (K-Lined)
  • [19:57:30] <Zephyr1139> after init 3 I interacted with the monitor's UI it stated that I was using "HDMI 64.5kHz 60Hz NN 1680x1050"
  • [19:58:37] <tbr> you can ofc try that
  • [19:59:44] <vagrantc> rcn-ee: looking at u-boot for sunxi platforms, and they all seem to include config_distro_defaults.h and config_distro_bootcmd.h ... wondering if i shouldn't just patch u-boot for the BBB to use that...
  • [20:00:10] <vagrantc> rcn-ee: that allows for crazy things like a single bootscript that will work on multiple boards...
  • [20:00:25] <vagrantc> and push it upstream...
  • [20:03:15] <rcn-ee> vagrantc, you should do that. ;) I've been using config_distro* on the A10/A20 lime and would like to head that direction too for all boards..
  • [20:04:16] <rcn-ee> i know fedora has a few of those *.diff's laying around, i figured they would havent pushed them at some point..
  • [20:04:19] <vagrantc> rcn-ee: ok. then i won't mess with your crazy patchset :)
  • [20:04:45] <rcn-ee> don't worry, the "crazy" is just till config_distro* hits upstream! ;)
  • [20:05:10] <vagrantc> heh
  • [20:05:32] <rcn-ee> vagrantc, btw, you should take this 5 line part: https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2014.10-rc2/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L22
  • [20:05:48] <rcn-ee> i need to submit that mainline.. turns out we've been running the 1.35ddr3 at 1.5 for.... ever...
  • [20:06:06] <rcn-ee> and this: https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2014.10-rc2/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L352
  • [20:06:42] <rcn-ee> and the kernel side: https://github.com/RobertCNelson/linux-dev/blob/master/patches/beaglebone/dts/0004-ARM-dts-am335x-boneblack-dcdc1-set-to-1.35v-for-ddr3.patch
  • [20:07:37] <rcn-ee> jkridner, forgot to ask yesterday..did the "1.35v ddr3" fix help arduino-tre's emi?
  • [20:08:45] <vagrantc> rcn-ee: the kernel stuff upstream anywhere?
  • [20:08:45] * panto (~panto@searspoint.nvidia.com) has joined #beagle
  • [20:08:50] <Zephyr1139> tbr, tried using "video=HDMI-A-1:1680x1050@60e" in my /boot/uEnv.txt file. It didn't help.
  • [20:09:35] <rcn-ee> vagrantc, i need to submit it.. we just figured that out 2 weeks ago, been testing it internally...
  • [20:10:00] * panto (~panto@searspoint.nvidia.com) Quit (Client Quit)
  • [20:10:19] <rcn-ee> there is always that risk, if boards that have been running at 1.5v for over a year, might not run anymore..
  • [20:10:23] * panto (~panto@searspoint.nvidia.com) has joined #beagle
  • [20:10:26] <vagrantc> 1.5v, 1.35v, what's the big deal. :)
  • [20:10:56] <rcn-ee> for 1.35ddr3 ;)
  • [20:11:11] <rcn-ee> someone cloning the bbb, ran into that with other 'memory'...
  • [20:11:14] * NulL` (~bleh1@87.254.87.88) Quit (Ping timeout: 258 seconds)
  • [20:11:58] <Zephyr1139> If I find a solution to my 19020x1080@60e problem I'll post it. Thanks for your help.
  • [20:12:23] <vagrantc> rcn-ee: if you can get them moving upstream, i can probably get them into debian
  • [20:13:25] * Zephyr1139 (~wasinger@71-218-135-46.hlrn.qwest.net) Quit (Quit: Leaving)
  • [20:15:03] <vagrantc> rcn-ee: though freeze is imminent
  • [20:16:31] <rcn-ee> i couldn't wait. ;) I started my, "this is way to late for jessie" and needs *.deb package queue.. ;)
  • [20:16:58] <rcn-ee> so far, i really like lxqt on armhf.. ;)
  • [20:17:04] * mhaberler (~mhaberler@89.201.163.12) has joined #beagle
  • [20:17:04] * mhaberler (~mhaberler@89.201.163.12) has joined #beaglebone
  • [20:18:00] * vagrantc is in the "oh wow, better get all those fixes in i've been putting off" mode.
  • [20:24:14] * Matrixiumn is now known as HAL9001
  • [20:25:05] * uv (~uv@92-249-148-31.pool.digikabel.hu) Quit (Remote host closed the connection)
  • [20:27:07] * ath50_ (~ath50_@ppp046176007022.access.hol.gr) has joined #beagle
  • [20:27:54] * ath50_ (~ath50_@ppp046176007022.access.hol.gr) has left #beagle
  • [20:33:06] * robertinant_ (~robertina@c-67-171-48-208.hsd1.wa.comcast.net) Quit (Ping timeout: 260 seconds)
  • [20:34:01] * robertinant_ (~robertina@c-67-171-48-208.hsd1.wa.comcast.net) has joined #beagle
  • [20:36:19] * n-st (~n-st@ipbcc053ce.dynamic.kabel-deutschland.de) Quit (Remote host closed the connection)
  • [20:36:52] * HAL9001 is now known as Xack
  • [20:39:06] * n-st (~n-st@ipbcc053ce.dynamic.kabel-deutschland.de) has joined #beagle
  • [20:39:57] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [20:40:50] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) Quit (Remote host closed the connection)
  • [20:53:32] <vagrantc> adding config_distro_defaults.h is easy ... adding config_distro_bootcmd.h is a bit harder...
  • [20:54:53] <rcn-ee> vagrantc, remember the "bbw" doesn't have a second mmc card.. so you always have to check the microSD first... ;)
  • [21:01:16] * rohitksingh1 (~Rohit@120.59.36.73) has joined #beagle
  • [21:01:53] <vagrantc> rcn-ee: i don't see a config for the bbw
  • [21:02:06] <vagrantc> rcn-ee: does it just use the bbb build?
  • [21:02:22] * tahoemph (~tahoemph@64.125.143.6) Quit (Remote host closed the connection)
  • [21:03:33] * panto (~panto@searspoint.nvidia.com) Quit (Quit: This computer has gone to sleep)
  • [21:03:40] <rcn-ee> yeap, same *_config.. part of the config_distro_bootcmd is the order of interfaces, just make sure the microsd is first, then the bbw will be fine..
  • [21:03:53] * rohitksingh (~Rohit@59.177.71.10) Quit (Ping timeout: 260 seconds)
  • [21:06:52] * tahoemph (~tahoemph@64.125.143.6) has joined #beagle
  • [21:07:54] * vagrantc wonders about boot.scr.${fdtfile} being a sane option
  • [21:08:17] <vagrantc> i guess the whole point of this is for a standardized boot script
  • [21:09:22] * bkearns (~bkearns@216-75-239-130.static.wiline.com) Quit (Quit: Leaving.)
  • [21:10:13] * jpfau|away is now known as jpfau
  • [21:10:19] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) has joined #beagle
  • [21:10:39] <vagrantc> rcn-ee: may be the first issue, it may only support booting off a single MMC device
  • [21:10:59] * NulL` (~bleh1@87.254.93.1) has joined #beagle
  • [21:14:05] * NulL`` (~bleh1@87.254.79.252) has joined #beagle
  • [21:16:24] * NulL` (~bleh1@87.254.93.1) Quit (Ping timeout: 258 seconds)
  • [21:18:43] * NulL`` (~bleh1@87.254.79.252) Quit (Ping timeout: 258 seconds)
  • [21:19:25] * micr0 (~micr0@subtle/user/jedahan) has joined #beagle
  • [21:23:45] * mhaberler (~mhaberler@89.201.163.12) Quit (Quit: mhaberler)
  • [21:28:55] * tahoemph (~tahoemph@64.125.143.6) Quit (Remote host closed the connection)
  • [21:29:13] * tahoemph (~tahoemph@64.125.143.6) has joined #beagle
  • [21:31:57] * SoCo_cpp_ (~soco@gateway/tor-sasl/sococpp/x-93321146) Quit (Quit: Leaving)
  • [21:32:24] * juicyjones (~juicyjone@c-50-159-116-142.hsd1.wa.comcast.net) Quit (Ping timeout: 245 seconds)
  • [21:34:08] * tahoemph (~tahoemph@64.125.143.6) Quit (Remote host closed the connection)
  • [21:35:34] * __butch__ (~Adium@169.145.89.206) Quit (Quit: Leaving.)
  • [21:36:46] * qdk_ (~qdk@ip2.c1306.frb300.cust.comxnet.dk) has joined #beagle
  • [21:39:37] * juicyjones (~juicyjone@c-50-159-116-142.hsd1.wa.comcast.net) has joined #beagle
  • [21:48:05] * shoragan (~shoragan@debian/developer/shoragan) Quit (Quit: Ex-Chat)
  • [21:50:47] * tahoemph (~tahoemph@c-67-180-33-92.hsd1.ca.comcast.net) has joined #beagle
  • [21:53:06] * n-st (~n-st@ipbcc053ce.dynamic.kabel-deutschland.de) Quit (Remote host closed the connection)
  • [21:54:54] * rob_w (~rob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [22:00:22] * micr0 (~micr0@subtle/user/jedahan) Quit (Quit: WeeChat 1.0)
  • [22:02:19] * bfederau (~quassel@service.basyskom.com) Quit (Read error: Connection reset by peer)
  • [22:02:40] * bfederau (~quassel@service.basyskom.com) has joined #beagle
  • [22:05:34] * panto (~panto@searspoint.nvidia.com) has joined #beagle
  • [22:05:55] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 250 seconds)
  • [22:20:22] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
  • [22:25:11] * rcn-ee (~voodoo@64.77.213.245) Quit (Remote host closed the connection)
  • [22:26:01] * awozniak (~awozniak@71-93-61-178.static.snlo.ca.charter.com) Quit (Quit: Ex-Chat)
  • [22:31:42] * djlewis (~bubba@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [22:32:26] * awozniak (~awozniak@71-93-61-178.static.snlo.ca.charter.com) has joined #beagle
  • [22:33:38] * kiwichris (~kiwichris@121.210.30.139) has joined #beagle
  • [22:48:11] * GusBricker (~GusBricke@CPE-120-149-34-233.oirx2.vic.bigpond.net.au) has joined #beaglebone
  • [22:54:05] * Xack is now known as spanner
  • [22:54:59] * rohitksingh1 (~Rohit@120.59.36.73) Quit (Quit: Leaving.)
  • [22:55:00] * auds (6806c9a1@gateway/web/freenode/ip.104.6.201.161) has joined #beagle
  • [23:03:24] * auds (6806c9a1@gateway/web/freenode/ip.104.6.201.161) Quit (Ping timeout: 246 seconds)
  • [23:07:30] * xuigenerix (~xuigeneri@187.202.181.88) Quit (Quit: Leaving)
  • [23:11:04] * indy (~indy@shadow.kastnerove.cz) Quit (Ping timeout: 245 seconds)
  • [23:12:11] * rcn-ee (~voodoo@thief-pool2-120-251.mncable.net) has joined #beagle
  • [23:12:27] * panto (~panto@searspoint.nvidia.com) Quit (Quit: Leaving)
  • [23:13:29] * rob_w (~rob@unaffiliated/rob-w/x-1112029) Quit (Quit: Leaving)
  • [23:13:47] * GusBricker (~GusBricke@CPE-120-149-34-233.oirx2.vic.bigpond.net.au) Quit (Remote host closed the connection)
  • [23:17:14] * tahoemph (~tahoemph@c-67-180-33-92.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [23:21:28] * shoragan (~shoragan@debian/developer/shoragan) has joined #beagle
  • [23:22:24] * tahoemph (~tahoemph@64.125.143.6) has joined #beagle
  • [23:36:09] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) Quit (Remote host closed the connection)
  • [23:36:45] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) has joined #beagle
  • [23:41:09] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) Quit (Ping timeout: 260 seconds)
  • [23:41:45] * preston4tw (~preston@ip24-251-197-244.ph.ph.cox.net) Quit (Quit: WeeChat 1.1-dev)
  • [23:57:02] * kiwichris (~kiwichris@121.210.30.139) Quit ()
  • [23:57:17] * enunes (~enunes@177.18.71.61) has joined #beagle