#linuxcnc-devel | Logs for 2014-07-04

Back
[00:06:03] -!- ravenlock has quit [Ping timeout: 240 seconds]
[00:06:33] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[00:08:10] -!- syyl has quit [Ping timeout: 264 seconds]
[00:11:47] -!- radish has quit [Ping timeout: 272 seconds]
[00:20:02] Guest26006 is now known as abetusk
[00:20:27] -!- dybskiy has quit [Remote host closed the connection]
[00:20:38] -!- Lathe_newbie has quit [Ping timeout: 248 seconds]
[00:23:02] -!- va7cdb has quit [Client Quit]
[00:27:37] -!- somenewguy has quit [Ping timeout: 272 seconds]
[00:28:33] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[00:30:03] -!- dybskiy has quit [Ping timeout: 240 seconds]
[00:30:22] -!- FreezingCold has quit [Ping timeout: 264 seconds]
[00:31:35] <jepler> fwiw, for 10.04 and possibly for 8.04 we have enabled power management options not encouraged by upstream rtai, because users expect things like the computer to be able to power itself off.
[00:34:10] <memfrob> core ACPI still functions and can power off
[00:34:26] <memfrob> i do it all the time without kernel power management
[00:34:46] -!- lyzidiamond has quit [Remote host closed the connection]
[00:35:12] <memfrob> i dont fully understand how it works, but it continues working.
[00:42:44] -!- rob_h has quit [Ping timeout: 260 seconds]
[00:45:02] -!- gazprom has quit [Quit: leaving]
[00:56:09] -!- dybskiy has quit [Ping timeout: 264 seconds]
[00:56:54] <jepler> seb_kuzminsky, cradek: I've done another rebase, but won't push it just yet in case you guys have any more review comments
[00:57:33] -!- dybskiy_ has quit [Ping timeout: 240 seconds]
[00:58:13] <jepler> the most substantial change is a near-rewrite of rtapi_pci.cc based on actually sitting down and reading it .. plus cradek's helpful reviews
[01:00:53] <jepler> here's the diff between my current branch and the branch on git.lo: http://emergent.unpythonic.net/files/sandbox/rtos-uspace-apis-updates.patch
[01:01:20] <jepler> (some whitespace-only changes excluded; I did a "git rebase --whitespace=fix", which does things like strip trailing whitespace on lines I touched anyway)
[01:01:40] <jepler> (excluded automatically, by 'git diff -b')
[01:03:04] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[01:13:33] -!- asdfasd has quit [Ping timeout: 240 seconds]
[01:14:17] -!- ssi [ssi!~ssi@app2.prototechnical.com] has joined #linuxcnc-devel
[01:17:16] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[01:17:16] -!- amiri has quit [Ping timeout: 260 seconds]
[01:35:15] <cradek> jepler: I don't mind a rebase. I am not in the middle of anything.
[01:38:05] <jepler> seb_kuzminsky: if you don't NAK another rebase shortly, I'll go ahead and push this rebase of all 3 of my dependent branches
[01:38:56] <jepler> When it comes to merging with master, I wonder whether to go in one step or in two
[01:39:13] <jepler> I particularly hoped seb would review and maybe try the pci / hm2 portions
[01:39:23] <cradek> well he's utterly swamped
[01:39:29] <jepler> I know
[01:39:44] <cradek> you and I can try it on some hardware here...
[01:39:54] <jepler> the code can live in a branch for awhile longer too
[01:40:23] <cradek> true, but not too long if it feels done
[01:41:24] <jepler> I do have a few things that are on my todo list and not in the branch yet
[01:41:27] <jepler> realtime delay checks
[01:41:29] <jepler> "supports realtime deadlines" vs "hardware access" vs "runs in kernel space" in halmodule / APIs
[01:41:32] <jepler> don't run hardware if not rt-preempt?
[01:41:59] <jepler> hmm and somewhere I lost the item that said to look at in-tree documentation and update it
[01:43:55] -!- gkamysz has quit [Ping timeout: 246 seconds]
[01:52:46] -!- jfigie has quit [Quit: Ex-Chat]
[01:56:45] -!- dybskiy has quit [Ping timeout: 264 seconds]
[02:08:38] -!- McUles has quit []
[02:16:05] prtksxna is now known as zz_prtksxna
[02:20:18] -!- patrickarlt has quit [Remote host closed the connection]
[02:23:39] amnesic is now known as amnesic_away
[02:28:50] zz_prtksxna is now known as prtksxna
[02:32:45] -!- witnit has quit [Ping timeout: 264 seconds]
[02:37:03] -!- syyl has quit [Ping timeout: 255 seconds]
[02:39:50] -!- sirdancealot has quit [Ping timeout: 248 seconds]
[02:53:19] -!- somenewguy has quit [Quit: WeeChat 0.4.3]
[02:57:19] -!- dnaleromj has quit []
[03:18:37] -!- AR__ has quit [Ping timeout: 272 seconds]
[03:22:30] -!- i_tarzan has quit [Ping timeout: 248 seconds]
[03:27:37] -!- patrickarlt has quit [Remote host closed the connection]
[03:29:52] -!- i_tarzan has quit [Ping timeout: 244 seconds]
[03:35:52] -!- amiri_ has quit [Ping timeout: 260 seconds]
[03:49:52] -!- sylphiae has quit [Ping timeout: 260 seconds]
[03:52:43] <skunkworks_> i wonder if there is any downside to putting idle=poll in the kernel line by default.. It always makes the latency better.. (for me anyway)
[03:53:32] <skunkworks_> the 2 systems I was testing today - 35us down to 10us.. the rt-preempt - 55us down to 35us..
[03:54:20] <skunkworks_> I thought it only worked good for amd systems - but it also helps the intel board.
[03:56:24] <skunkworks_> found this tidbit. idle=poll is a real power hog. It will disable C1/C1E, which will remove the final remaining bit of latency at the expense of a lot more power consumption, so use that one only when it's really necessary. For most this will be overkill, since the C1* latency is not all that large.
[03:56:45] <skunkworks_> I remember reading that you want to make sure you have enough cooling if you do idle=poll.
[03:57:53] -!- memfrob has quit [Remote host closed the connection]
[04:33:05] -!- FinboySlick has quit [Quit: Leaving.]
[04:43:47] -!- ve7it has quit [Remote host closed the connection]
[05:02:29] -!- Fox_Muldr has quit [Ping timeout: 272 seconds]
[05:16:33] -!- PetefromTn_ has quit [Quit: The early bird may get the worm, but the second mouse gets the cheese]
[05:23:05] -!- erictheise has quit [Quit: erictheise]
[05:41:41] -!- va7cdb has quit [Quit: va7cdb]
[06:14:03] -!- archivist_herron has quit [Ping timeout: 240 seconds]
[06:34:45] george2 is now known as george2_
[06:34:46] george2_ is now known as george2
[06:43:11] -!- lyzidiamond has quit [Read error: Connection reset by peer]
[06:44:56] -!- gonzo_ has quit [Read error: Connection reset by peer]
[06:45:50] -!- dybskiy has quit [Remote host closed the connection]
[06:46:07] -!- lyzidiamond has quit [Read error: Connection reset by peer]
[07:19:55] -!- The_Ball has quit [Ping timeout: 272 seconds]
[07:31:34] -!- dybskiy has quit [Remote host closed the connection]
[07:36:55] prtksxna is now known as zz_prtksxna
[07:38:45] -!- rob_h [rob_h!~robh@94.2.238.195] has joined #linuxcnc-devel
[07:38:50] -!- KimK has quit [Ping timeout: 252 seconds]
[07:39:21] -!- KimK [KimK!~Kim__@ip68-102-30-143.ks.ok.cox.net] has joined #linuxcnc-devel
[07:39:23] -!- dybskiy has quit [Ping timeout: 252 seconds]
[07:43:19] zz_prtksxna is now known as prtksxna
[07:53:29] -!- gonzo__ has quit [Quit: Leaving]
[08:09:46] -!- dybskiy_ has quit []
[08:10:11] -!- dybskiy has quit [Remote host closed the connection]
[08:10:33] -!- larryone has quit [Ping timeout: 264 seconds]
[08:11:34] -!- toxx has quit [Ping timeout: 248 seconds]
[08:48:21] -!- witnit has quit [Ping timeout: 264 seconds]
[08:54:08] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[08:55:59] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[08:56:33] -!- balestrino has quit [Ping timeout: 240 seconds]
[10:07:39] -!- quiqua has quit [Quit: quiqua]
[10:36:47] amnesic_away is now known as amnesic
[10:41:50] -!- b_b has quit [Changing host]
[10:45:00] -!- micges-dev1 [micges-dev1!~x@epm9.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[10:48:31] -!- micges-dev has quit [Ping timeout: 244 seconds]
[10:53:21] -!- KimK has quit [Ping timeout: 272 seconds]
[10:57:15] -!- Valen has quit [Quit: Leaving.]
[11:12:18] -!- archivist_herron has quit [Remote host closed the connection]
[11:17:55] -!- KimK [KimK!~Kim__@ip68-102-30-143.ks.ok.cox.net] has joined #linuxcnc-devel
[11:18:09] -!- Einar1 has quit [Quit: Leaving.]
[11:22:01] amnesic is now known as amnesic_away
[11:28:22] -!- sumpfralle1 has quit [Ping timeout: 248 seconds]
[11:47:54] micges-dev1 is now known as micges-dev
[11:50:01] amnesic_away is now known as amnesic
[12:23:24] -!- Khetzal has quit [Quit: \o/]
[12:23:39] -!- Khetzal [Khetzal!~khetzal@sierra.khetzal.info] has joined #linuxcnc-devel
[12:27:09] prtksxna is now known as zz_prtksxna
[12:27:34] zz_prtksxna is now known as prtksxna
[12:50:45] -!- ktchk [ktchk!~eddie6929@n219078190149.netvigator.com] has joined #linuxcnc-devel
[12:54:57] -!- theorbtwo has quit [Ping timeout: 272 seconds]
[12:56:32] -!- ktchk [ktchk!~eddie6929@n219078190149.netvigator.com] has parted #linuxcnc-devel
[13:46:46] -!- rosslyoung has quit [Ping timeout: 244 seconds]
[13:53:44] -!- Lathe_newbie has quit [Ping timeout: 260 seconds]
[14:13:44] -!- i_tarzan has quit [Ping timeout: 252 seconds]
[14:16:25] -!- cncformywife has quit [Ping timeout: 246 seconds]
[14:24:32] -!- abetusk has quit [Remote host closed the connection]
[14:29:08] -!- sylphiae has quit [Ping timeout: 244 seconds]
[14:29:19] -!- likevinyl has quit [Ping timeout: 272 seconds]
[14:37:23] -!- likevinyl has quit [Changing host]
[14:43:50] <jepler> I tried busy-waiting in uspace to improve worst-case latency, but it didn't help much. for posterity: http://emergent.unpythonic.net/files/sandbox/0001-uspace-bad-idea-busy-waiting.patch
[14:50:40] -!- va7cdb has quit [Ping timeout: 260 seconds]
[14:51:09] -!- thesuss has quit [Quit: Page closed]
[14:58:51] -!- quiqua has quit [Quit: quiqua]
[14:59:59] <jepler> (it maybe helped a little for the one-thread case, but made the two-thread case worse)
[15:01:07] -!- skorasaurus2 has quit [Client Quit]
[15:13:00] -!- amiri has quit [Read error: Connection reset by peer]
[15:18:14] -!- skunkworks_ has quit [Ping timeout: 248 seconds]
[15:21:00] <pcw_home> There seems to be a bug with uspace-hm2-eth or maybe my environment
[15:21:02] <pcw_home> if you reboot it doest work until you "make setuid" again
[15:23:30] amnesic is now known as amnesic_away
[15:28:05] <jepler> pcw_home: that's suitably weird.
[15:28:14] <jepler> pcw_home: what does it do instead of working? I'm about to walk out the door, but I'll read back later.
[15:35:00] <pcw_home> It starts but fails during initilization
[15:35:02] <pcw_home> if you run latency test it complains of inability to get I/O permission
[15:35:25] <pcw_home> (but starts and has huge numbers)
[15:35:45] <pcw_home> I can capture the messages on Monday
[15:37:40] -!- JesusAlos has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243]]
[15:54:11] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[15:59:30] <seb_kuzminsky> today is the day
[15:59:37] <seb_kuzminsky> that i finally review uspace
[15:59:42] <seb_kuzminsky> (i think i've said that before)
[16:05:45] <cradek> I've lost track of what I'm supposed to be doing
[16:07:51] <Tom_itx> happen often?
[16:08:12] <cradek> when there are many things happening around me, yes
[16:14:01] -!- larryone has quit [Ping timeout: 244 seconds]
[16:14:40] -!- witnit has quit [Remote host closed the connection]
[16:15:33] -!- va7cdb has quit [Ping timeout: 240 seconds]
[16:21:07] -!- Lathe_newbie| has quit [Read error: Connection reset by peer]
[16:21:33] -!- syyl_ws has quit [Ping timeout: 240 seconds]
[16:22:03] -!- syyl has quit [Ping timeout: 272 seconds]
[16:22:58] -!- knownasilya has quit [Quit: Connection closed for inactivity]
[16:33:30] amnesic_away is now known as amnesic
[16:34:15] <seb_kuzminsky> hurr, i was going to test the new 3.4.96 kernel (without memleak's config changes so far), plugged the wifi in to download it, and the machine panicked
[16:34:20] <seb_kuzminsky> "oh yeah!"
[16:34:52] <cradek> get a horse^Wwire
[16:35:18] <seb_kuzminsky> lucky for me i'm so disorganized there's about a dozen other experimental kernels on that machine, surely one of them works
[16:35:59] -!- syyl_ has quit [Ping timeout: 272 seconds]
[16:45:25] <seb_kuzminsky> linux-image-3.4-9-rtai-686-pae_3.4.96-1linuxcnc panics on usb wifi dongle insert in exactly the same way as linux-image-3.4-9-rtai-686-pae_3.4.87-1~linuxcnc.1 did
[16:45:32] <seb_kuzminsky> who makes up these crazy version numbers?
[16:45:50] <seb_kuzminsky> i'll try memfrob's config on 3.4.96 next
[16:46:08] <seb_kuzminsky> but first: pack the family up and go to the swimming pool
[16:46:13] <seb_kuzminsky> bbl
[16:52:28] -!- larryone has quit [Quit: Leaving]
[17:02:49] -!- skunkworks_ [skunkworks_!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[17:09:09] <skunkworks_> logger[psha]_:
[17:13:07] <cradek> ha, if you poke "Mail reader" on the menu, it offers you the choice of ... mutt
[17:13:17] -!- b_b has quit [Changing host]
[17:14:33] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[17:15:57] <cradek> Mousepad is a terrible name for a text editor. It's really not discoverable at all when that's what the menu says.
[17:16:42] amnesic is now known as amnesic_away
[17:17:31] -!- md-2 has quit [Quit: Leaving...]
[17:19:13] <skunkworks_> heh
[17:20:34] <skunkworks_> the 2 motherboards i have tested with weezey and the debian rt kernel have not done anything odd for me..
[17:20:49] <skunkworks_> so far
[17:21:30] <skunkworks_> (I think it is the same MB pcw is using)
[17:21:35] amnesic_away is now known as amnesic
[17:24:54] -!- theorbtwo has quit [Ping timeout: 255 seconds]
[17:31:40] -!- lyzidiamond has quit [Remote host closed the connection]
[17:32:38] <jepler> pcw_home: that's weird. I don't see anything similar here--after a reboot, I still get
[17:32:41] <jepler> Note: Using POSIX realtime
[17:33:05] <jepler> I am guessing this is the note you are talking about, which might instead say
[17:33:08] <jepler> cannot gain I/O privileges - forgot 'sudo make setuid'?
[17:33:10] <jepler> Note: Using POSIX non-realtime
[17:33:11] Cylly is now known as Loetmichel
[17:33:35] <jepler> I'd like to see what 'ls -l bin/rtapi_app' says before and after rebooting. is something taking away the setuid?
[17:35:57] -!- amiri has quit [Remote host closed the connection]
[17:36:09] <pcw_home> I'll try again on Monday The system was running the ubc3-7i80 branch, I wonder if that made a difference
[17:36:26] <pcw_home> maybe it will stay fixed...
[17:40:04] <pcw_home> I may go into work today at check again, there are lots of illegal fireworks going on around here which Charlie hates
[17:40:06] <pcw_home> On the other hand maybe I should stay here with the garden hose at the ready...
[17:45:01] amnesic is now known as amnesic_away
[17:47:15] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[17:48:46] -!- zeitue has quit [Quit: Leaving]
[17:50:34] amnesic_away is now known as amnesic
[17:58:35] -!- amiri has quit [Read error: Connection reset by peer]
[17:59:14] -!- AR__ has quit [Ping timeout: 252 seconds]
[18:00:02] -!- skorasaurus has quit [Read error: No route to host]
[18:21:03] <skunkworks_> quiet here so far...
[18:24:14] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[18:24:53] prtksxna is now known as zz_prtksxna
[18:30:57] -!- balestrino has quit [Ping timeout: 264 seconds]
[18:55:53] -!- rob_h has quit [Ping timeout: 252 seconds]
[19:07:23] -!- maZer`- has quit [Remote host closed the connection]
[19:07:45] zz_prtksxna is now known as prtksxna
[19:12:33] <skunkworks_> running overnight.. http://electronicsam.com/images/KandT/testing/DSC_1814.JPG
[19:12:45] <skunkworks_> (in the scary/messy basement..)
[19:19:55] <KGB-linuxcnc> 03Jeff Epler 05jepler/rtos-uspace 29859e0 06linuxcnc 17 commits pushed, 1014 files changed, 03144(+), 0471(-)
[19:19:55] <KGB-linuxcnc> 03Jeff Epler 05jepler/rtos-uspace-apis 19d7fba 06linuxcnc 33 commits pushed, 1030 files changed, 03366(+), 04642(-)
[19:19:55] <KGB-linuxcnc> 03Jeff Epler 05jepler/rtos-uspace-hm2-eth 197bf22 06linuxcnc 40 commits pushed, 1032 files changed, 03379(+), 04655(-)
[19:20:51] <skunkworks_> ooh.. more testing...
[19:20:57] <cradek> cool
[19:21:50] <skunkworks_> crap - now I have to figure out how I am going to hook this system to the network
[19:22:03] -!- zeeshan|2 has quit [Quit: bye]
[19:22:19] <pcw_home> I used a usb-enet dongle
[19:22:44] <pcw_home> ($0.99 at Goodwill)
[19:23:00] <skunkworks_> I have a netgear one - bot wheeze doesn't seem to run with it... (probably need some closed source firmware)
[19:23:03] <skunkworks_> but
[19:24:05] <pcw_home> PCIE enet card, or J1900-DH3 :-)
[19:24:36] <skunkworks_> heh
[19:24:37] <cradek> on the more recent CD images, I included all? the nonfree firmwares
[19:24:53] <cradek> that makes my laptop's wifi work, for instance
[19:25:07] -!- cncformywife has quit [Ping timeout: 246 seconds]
[19:25:36] <skunkworks_> sure - so did my laptop wireless.. netgear wna3100
[19:25:39] <cradek> you can tell if you have that by seeing if non-free is in sources.list
[19:25:47] <cradek> ah ok
[19:25:50] <cradek> so you knew that
[19:26:40] <skunkworks_> looks like it is broadcom..
[19:30:34] -!- PetefromTn_ has quit [Quit: Some folks are wise, and some otherwise.]
[19:31:25] -!- maZer`- has quit [Ping timeout: 272 seconds]
[19:32:20] <skunkworks_> I will give this one a try
[19:32:35] <skunkworks_> ubuntu says it is a rtl8187
[19:33:22] <cradek> that should work fine
[19:36:34] prtksxna is now known as zz_prtksxna
[19:36:46] -!- skunkworks__ [skunkworks__!4504621b@gateway/web/freenode/ip.69.4.98.27] has joined #linuxcnc-devel
[19:36:52] <skunkworks__> that worked
[19:37:04] <skunkworks__> I run into this from time to time - what do I do?
[19:37:05] <skunkworks__> http://pastebin.com/W4VYfeZ3
[19:37:15] <skunkworks__> http://pastebin.com/W4VYfeZ3
[19:37:19] <skunkworks__> ehe
[19:37:45] <skunkworks__> can you force it some how?
[19:46:08] <jepler> skunkworks__: if you have *no local changes at all*, then you want to "git reset --hard @{u}"
[19:46:39] <jepler> otherwise, you need to commit or stash your changes and then deal with this as described in man git-rebase under the heading RECOVERING FROM UPSTREAM REBASE
[19:46:43] <skunkworks_> I have not changed anything..
[19:47:30] <skunkworks_> I found the --hard - what is @{u} ?
[19:47:46] <jepler> this happens to you because I "rebased" (rewrote the history of) my branches. This is inconvenient for everyone who collaborates with me, but the end result is that when the branch is merged to master, all the problems I realized and fixed before that moment can be erased as though they never existd
[19:47:56] <jepler> rather than carried around in the project's shared history forever
[19:48:23] <skunkworks_> that sounds great
[19:50:07] <skunkworks__> so this is where I want to be? HEAD is now at 197bf22 hm2_eth: fix 64-bit build error
[19:50:22] <jepler> yes
[19:50:38] <skunkworks__> making now
[19:51:10] <skunkworks__> does make now run configure?
[19:53:59] <jepler> if configure.in is changed, it can re-run configure
[19:54:08] <jepler> .. and since configure.in is among the things my branch changes, it does so
[19:54:57] <skunkworks__> neat
[19:57:25] <skunkworks_> anything I should look for?
[19:59:02] <skunkworks_> (besides bugs.. ;) )
[20:00:32] -!- Lathe_newbie has quit [Ping timeout: 260 seconds]
[20:02:43] <jepler> well .. there is realtime delay notification now
[20:03:08] <jepler> but hopefully you won't see a message about it :)
[20:03:39] <jepler> I don't think anything else that has changed is user-visible
[20:03:52] <skunkworks_> yay!
[20:03:55] <skunkworks_> ok
[20:11:05] <skunkworks_> jepler: so far so good.. :) http://electronicsam.com/images/KandT/testing/ethlatestbuild.png
[20:12:09] <skunkworks_> that is with a usb network adaptor and steaming youtube...
[20:12:16] <jepler> I certainly haven
[20:12:25] <jepler> I certainly haven't tried to stress the -rt kernel yet
[20:12:33] <skunkworks_> *wireless network adaptor
[20:13:26] <skunkworks_> I will just let it run
[20:18:24] -!- rob_h [rob_h!~robh@94.2.238.195] has joined #linuxcnc-devel
[20:19:54] <skunkworks_> the interface on wheezy is a lot closer to gnome (in 10.04) just a little less flashy...
[20:22:10] -!- syyl_ws_ has quit [Quit: Verlassend]
[20:29:28] -!- theorb has quit [Ping timeout: 260 seconds]
[20:30:38] -!- MrSunshine has quit [Quit: Leaving]
[20:37:05] <cradek> there are actually several choices - that one is called xfce
[20:37:31] <cradek> I picked it because it doesn't seem to have any glaring problems
[20:39:21] -!- gambakufu has quit [Ping timeout: 264 seconds]
[20:47:22] <jepler> its default pdf viewer stinks
[20:47:39] <jepler> .. it can't view pdfs that are scans, somehow
[20:47:48] <jepler> .. I install evince
[20:48:36] -!- erasmo [erasmo!~erasmo@212.106.21.230] has joined #linuxcnc-devel
[20:50:07] <skunkworks_> cradek: what is the link to wlo livecd
[20:50:59] -!- maZer`- has quit [Read error: Connection reset by peer]
[20:51:52] <cradek> http://linuxcnc.org/binary.hybrid.iso ec2e8151b617426df30d384440656ada
[20:52:41] <cradek> er no it's 0189184d4636939f7a31c3b3af8119df
[20:53:18] <skunkworks_> thank you
[20:54:18] -!- erasmo has quit [Remote host closed the connection]
[21:08:09] -!- FinboySlick has quit [Quit: Leaving.]
[21:09:36] -!- i_tarzan has quit [Ping timeout: 260 seconds]
[21:18:54] -!- i_tarzan has quit [Ping timeout: 255 seconds]
[21:19:16] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[21:26:14] -!- i_tarzan has quit [Ping timeout: 248 seconds]
[21:27:26] -!- patrickarlt has quit [Remote host closed the connection]
[21:29:09] <MrHindsight> skunkworks_: 8unless you have the cpu set to max core speed the on chip power management will throttle the core speed if if idle
[21:29:43] <MrHindsight> how long depends on the microcode and stepping of the cpu
[21:30:32] <MrHindsight> thats why latency goes down when you keep the cpu core speed at MAX and power consumption goes to near max
[21:30:58] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[21:31:22] <MrHindsight> skunkworks_: which AMD cpu were you testing last night?
[21:32:33] -!- patrickarlt has quit [Ping timeout: 240 seconds]
[21:39:52] -!- Deejay has quit [Quit: bye]
[21:51:59] -!- chillly has quit [Quit: Leaving]
[21:52:22] -!- i_tarzan has quit [Ping timeout: 248 seconds]
[21:54:11] <skunkworks_> that was a intel based board
[21:55:46] amnesic is now known as amnesic_away
[21:56:25] <skunkworks_> GA-j1800
[21:56:35] <skunkworks_> hmm - that doesn't sound right
[22:05:21] -!- amiri has quit [Ping timeout: 244 seconds]
[22:08:05] <skunkworks_> http://www.newegg.com/Product/Product.aspx?Item=N82E16813128688
[22:14:54] <CaptHindsight> i must have read the backlog wrong
[22:32:22] -!- i_tarzan has quit [Ping timeout: 248 seconds]
[22:36:24] -!- lyzidiamond has quit [Remote host closed the connection]
[22:56:21] -!- Einar1 has quit [Quit: Leaving.]
[23:07:52] -!- balestrino has quit [Ping timeout: 244 seconds]
[23:11:18] -!- syyl_ has quit [Ping timeout: 248 seconds]
[23:11:44] <skunkworks_> the other system is a amd/asus motherboard.
[23:11:55] -!- skunkworks_ has quit [Remote host closed the connection]
[23:12:57] -!- s1dev has quit [Ping timeout: 264 seconds]
[23:12:57] s1dev_ is now known as s1dev
[23:14:27] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[23:21:19] -!- kfoltman has quit [Quit: Ex-Chat]
[23:34:33] -!- Nick001 has quit [Ping timeout: 264 seconds]
[23:35:34] -!- PCW has quit [Remote host closed the connection]
[23:36:08] -!- PCW [PCW!~chatzilla@99.88.10.65] has joined #linuxcnc-devel
[23:41:45] -!- anarchos has quit []
[23:45:58] -!- gonzo_ has quit [Ping timeout: 248 seconds]
[23:46:43] <CaptHindsight> http://linuxgizmos.com/open-linux-hummingboard-sbc-goes-on-sale-starting-at-45/
[23:53:09] -!- s1dev has quit [Ping timeout: 264 seconds]
[23:59:57] -!- rob_h has quit [Ping timeout: 272 seconds]