IRC Logs

30. 06 2010

2010 6
Mo Tu We Th Fr Sa So
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
[01:13:26] *** azend has quit IRC
[01:26:41] *** azend has joined #zipit
[01:35:34] *** DoorToDoorGeek has left #zipit
[01:49:17] *** jimmyloves has joined #zipit
[01:49:35] <jimmyloves> NACHO LIBRE!!
[02:32:42] *** jimmyloves has quit IRC
[02:59:29] *** Mcavity has quit IRC
[03:27:10] <geordy> more U-boot fun if anyone is interested http://www.notanon.com/zipit/upgrading-to-a-newer-version-of-u-boot-on-the-zipit/2010/06/30/
[05:54:58] *** azend has quit IRC
[07:57:09] *** mozzwald has joined #zipit
[08:14:59] *** dTal has quit IRC
[08:38:19] <rkdavis> morning all
[10:37:07] *** Marex has joined #zipit
[11:13:30] *** jimmyloves has joined #zipit
[13:10:23] * Foxx grumbles
[13:32:52] * jimmyloves is grumbling
[13:37:46] <Foxx> still fighting with your Z2?
[13:38:58] <jimmyloves> haha no
[13:41:02] <jimmyloves> i did an apt-get upgrade and it's taking a long time
[13:42:21] <Foxx> ou need to give the Z2 a little slack, its not up to par with a moderm PC
[13:42:38] <Foxx> were you able to find VNC in apt?
[13:42:54] <jimmyloves> yeah, that search gave me a whole lot
[13:43:51] <jimmyloves> i can't get screen to work though
[13:44:10] <jimmyloves> GNU Screen
[13:52:05] <jimmyloves> If I ssh into something and I run something , will it continue until it finishes even if i quit the ssh session?
[14:03:27] <rkdavis> yo Foxx
[14:33:12] <Marex> reminds me I should dist-upgrade too
[14:40:43] <Marex> that was fast
[14:41:07] <Marex> not many updates in debian sid recently ... hrm
[15:00:34] <geordy> marex: which distro are you using? OE?
[15:01:34] <Marex> geordy: debian sid
[15:01:48] <Marex> (on my devices, not on Z2)
[15:02:04] <geordy> oh i see
[15:02:47] <geordy> 8gb card seemed to recognize btw
[15:03:29] <Marex> geordy: good for you :)
[15:03:40] <geordy> can't wait to try 16gb
[15:03:50] <geordy> not cheap enough yet though
[15:05:35] <geordy> marex: could you glance at this for gross inaccuracies if you have a minute? http://www.notanon.com/zipit/upgrading-to-a-newer-version-of-u-boot-on-the-zipit/2010/06/30/
[15:07:32] <Marex> thr first paragraph is weird ... just put some warning there 3-/
[15:08:02] <Marex> and you don't need the serial mod
[15:08:13] <geordy> to do it this way you do
[15:08:28] <Marex> if you have enough up-to-date* kernel, you can just "dd if=u-boot.bin of=/dev/mtdblock0"
[15:08:43] <Marex> * means that mtdblock0 is 0x40000 bytes big according to kernel partition table
[15:09:11] <geordy> isn't it less dangerous via the serial mod though since you are actually testing the firmware before flashing it?
[15:09:36] <Marex> AND mtdblock1 should start at 0x40000 and be 0x20000 big (0x40000-0x60000 mtdblock1)
[15:09:47] <Marex> geordy: but it's tested now
[15:09:56] <Marex> ok, update procedure from linux :
[15:10:17] <Marex> 1) verify : mtdblock0 0x0-0x40000 ; mtdblock1 0x40000-0x60000
[15:10:51] <geordy> Yes, I've tested it but if someone had a corrupt download they would brick. I suppose I could post an MD5 too
[15:11:07] <Marex> 2) dd if=U-Boot.rel.Jun.30-2010.bin of=/dev/mtdblock0
[15:11:29] <Marex> 3) wipe the U-Boot env : dd if=/dev/zero of=/dev/mtdblock1
[15:11:47] <Marex> (actually, that doesn't matter what you write there ... anything random would invalidate the CRC)
[15:11:50] <Marex> and that's it
[15:12:25] <Marex> 6fd16c011336d2dfca4505d2abdbad4b09e4b238 u-boot.bin
[15:12:31] <Marex> that's sha1sum
[15:12:35] <geordy> How do you verify mtdblock0 0x0-0x40000 ; mtdblock1 0x40000-0x60000?
[15:13:06] <Marex> geordy: check dmesg
[15:14:41] <Marex> ad your 4) -- the formulation there is a bit tricky -- you should rewrite it to something like :
[15:15:27] <Marex> after you ran "go 0x5c000000", the new bootloader started and you should interrupt the boot process ... you'll get a new prompt (of the new bootloader) ... DO NOT TYPE ANYTHING BUT THE FOLLOWING COMMANDS <commands to update> THERE
[15:15:59] <Marex> IF YOU power cycle the unit before typing the <commands> or do any other actions, you will likely brick the unit
[15:16:02] <Marex> ---------
[15:16:06] <Marex> that's important
[15:16:18] <Marex> ---------
[15:17:01] <Marex> also ... in 4), the user should verify, that the size of the download corresponds with the file size he sent over YMODEM and with the argument of "cp.b" !
[15:17:40] <Marex> hm it's lower ... that can be dangerous
[15:18:00] <Marex> you shouldn't put such a crucial information under the dangerous steps
[15:18:34] <mozzwald> geordy: the kernel I gave you does not have the updated partition table.
[15:19:34] <geordy> marex: I will add at the top "read all instructions completely before attempting this procedure"
[15:20:08] <geordy> mozzwald: so your kernel won't work with sdhc? or what?
[15:21:36] <mozzwald> geordy: you should not write a new uboot from linux.
[15:21:54] <geordy> oooo
[15:22:04] <geordy> glad you mentioned something
[15:22:51] <Marex> mozzwald: geordy: you guys should roll a complete thing, really :)
[15:23:14] <geordy> yes, this is all just preliminary
[15:23:34] <Marex> well U-Boot us now quite stable and so is kernel
[15:24:05] <geordy> once I get some of this information digested, I want to tweak the uboot.script a bit to make it more friendly. then I'll work with mozzwald to roll a package
[15:25:42] <geordy> I still need to flash that static kernel into memory and try to work with that a bit
[15:26:17] <geordy> I think that might be a lot more digestible for the masses.
[15:27:49] <geordy> marex: what are you saying here? "... with the argument of "cp.b" !"
[15:28:07] <Marex> cp.b from to SIZE
[15:28:36] <Marex> the SIZE has to be the same as the size of the file (convert from/to hex) and size of the data downloaded with loady
[15:30:39] <geordy> marex: can you break that down and clarify a little further?
[15:30:58] <geordy> 20620 is the file size in hex, right?
[15:31:03] <Marex> yes
[15:31:13] <geordy> and that's the last number in step 4
[15:31:19] <Marex> yes
[15:31:26] <geordy> so what else?
[15:31:30] <Marex> and if you run loady, it then tells you how many bytes it downloaded
[15:31:37] <Marex> that's in step 1 or something
[15:32:00] <Marex> the number is even highlighted in first picture of that article
[15:32:31] <geordy> yeah, that's the two numbers I'm comparing
[15:32:45] <Marex> and the file size on your harddrive
[15:32:50] <geordy> I want to make sure the downloaded size is the same as the last argument in step 4
[15:32:59] <Marex> right
[15:33:18] <geordy> but also on my hard drive before I even send the file?
[15:33:50] <Marex> yeah
[16:13:05] <Marex> well let's see how CCACHE will help here :)
[16:13:21] <Marex> I hope to cut down the buildtime from 6 hours for MAKEALL
[16:34:17] *** azend has joined #zipit
[17:00:22] *** netbook_ has quit IRC
[17:00:50] *** netbook has joined #zipit
[17:02:04] *** jimmyloves has quit IRC
[17:22:17] <geordy> any diji hackers here?
[17:22:47] <geordy> http://hackaday.com/2010/06/30/didj-composite-video-out/
[17:28:30] <rkdavis> geordy: i just passed that off to our resident diji hacker -- foxx :)
[17:28:51] <geordy> that looks like an excellent hack
[17:28:56] <rkdavis> well i pm'ed him the url anyway
[17:29:10] <geordy> I should open up my diji some day here and actually do the serial mod
[17:29:37] <rkdavis> geordy: no no no you don't have time just send it to me i'll use it as practice for the zipit serial mod
[17:29:38] <rkdavis> :)
[17:30:10] <geordy> you should know your zipit inside, outside and all other sides by now
[17:30:11] *** jimmyloves has joined #zipit
[17:30:21] <geordy> shouldn't be a problem for you to do that serial mod
[17:30:31] <geordy> just don't hamfist the soldering
[17:30:37] <rkdavis> slowly getting better again -- had a little practice session earlier -- only had about 3 solder spikes and down to pads about 8mmx8mm now
[17:30:43] <geordy> and measure like 5 times before drilling that hole
[17:31:08] <rkdavis> only 5 times?
[17:31:37] <rkdavis> oh that reminds me i have to ask our landlady if she has a power drill when i go downstairs to pay the rent tomorrow
[17:32:54] <geordy> do you remember which palm treo has the hardware similar to the zipit?
[17:33:11] <geordy> I have a treo 800w and 750p sitting idle
[17:33:23] <rkdavis> hmmmm let me see if i can find the url
[17:33:27] <geordy> I'd love to serial hack them for fun if possible
[17:33:56] *** netbook has quit IRC
[17:34:26] <rkdavis> http://hhtinker.blogspot.com/2008/10/usb-host-on-treo-650.html that was the post i found first
[17:34:30] <rkdavis> the 650
[17:34:50] <rkdavis> but if you look on marex's site hack'n'dev there is alot about the treo
[17:35:15] <Marex> rkdavis: hackndev isn't my site
[17:35:21] <rkdavis> http://hackndev.com/
[17:35:26] *** netbook has joined #zipit
[17:35:27] <rkdavis> Marex: ok
[17:35:30] <Marex> rkdavis: it's run by a friend and a colegue though :)
[17:35:45] <rkdavis> Marex: i actually sort of knew it wasn't but i always associate it with you
[17:35:54] <geordy> marex: do you know much about the treos?
[17:36:08] <geordy> like what bootloader they use, etc?
[17:37:02] <rkdavis> geordy: you aren't allowed to stop work on the zipit until you and mozzwald have made a nice idiotproof (ok lets admit it rkdavisproof) u-boot and kernel installer
[17:37:42] <Marex> 750p was never manufactured
[17:37:50] <Marex> it's either 750v or 700p
[17:37:59] <Marex> geordy: they have UART on the connector
[17:38:28] <geordy> 700p, you're right
[17:38:48] <Marex> geordy: it has the same CPU as z2
[17:38:54] <Marex> the 700p
[17:38:57] <geordy> rkdavis: I like to bounce around alot and mix it up a bit
[17:39:12] <Marex> but you can't reflash it
[17:39:13] <rkdavis> geordy: they have meds for ADHD these days
[17:39:17] <geordy> marex: yeah, that's what I thought. A lot of them seem similar
[17:39:38] <geordy> rkdavis: as much as it seems, I'm not actually adhd
[17:40:04] <geordy> marex: seems like more than one of them are running pxa270's
[17:40:05] <Marex> geordy: MSystem DiskOnChip
[17:40:13] <Marex> geordy: indeed, most of them
[17:40:15] <geordy> marex: ewwww
[17:40:40] <rkdavis> I actually am but i refuse to accept the diagnoses because now adays everyone has it -- but there is one simple test that will confirm if you really do have it or if it's just bad parenting
[17:41:31] <rkdavis> if you can drink a cup of strong black coffee and goto sleep then you have it or are a bit bipolar -- if coffee keeps you away then you aren't
[17:41:45] <rkdavis> s.away/awake
[17:42:16] <geordy> coffee keeps me awake
[17:42:32] <rkdavis> in the mid 80s i wrote a paper for college about the link between personaility disorders and hacking and that wa sone of the tests we devised
[17:43:13] <rkdavis> it actually got published in a small medical and computer science journal
[17:43:21] <rkdavis> i need to find a copy of it one day
[17:43:24] <geordy> that's like if you take ritalin and get amped up then you don't have adhd
[17:43:57] <rkdavis> this was before ritalin, the only drug they had then was wellbutrin
[17:44:49] <geordy> that name sounds like they are trying to hide something
[17:45:04] <rkdavis> yup
[17:49:37] <jimmyloves> how do i type this symbol on the zipit
[17:49:40] <jimmyloves> |
[17:50:23] <rkdavis> alt+ smile
[17:50:57] <mozzwald> losing tiny components when you have no spares is not fun :(
[17:50:57] <geordy> depends what keymap though.
[17:51:16] <rkdavis> geordy: that one is a de facto standard
[17:51:42] <rkdavis> from stock to oe to debian to rootnexus to .....
[17:51:44] <jimmyloves> it doesn't work
[17:51:50] <geordy> alt-smile doesn't work on mine
[17:52:03] <jimmyloves> me neither
[17:52:17] <mozzwald> alt-shift-L on mine
[17:52:23] <rkdavis> ok you two are awkward b***** then
[17:52:29] <rkdavis> ok you three then
[17:52:39] <mozzwald> hehe
[17:52:40] <geordy> rkdavis: all the debians are different from you
[17:52:40] <rkdavis> for the rest of the world it's alt+:)
[17:52:56] <rkdavis> geordy: they shouldn't be as they used my keymap
[17:53:00] <rkdavis> originally
[17:53:06] <rkdavis> especially rootnexus
[17:53:13] <geordy> something got lost in the translation then
[17:53:52] <jimmyloves> wait...
[17:53:54] <geordy> I need to get sidetrack working with u-boot here...
[17:53:55] <jimmyloves> i still can't get it
[17:53:58] <rkdavis> the X an dconsole maps are different but gaain in most it should be alt+:) as that was in the map compiled into the kernel
[17:54:16] <jimmyloves> how do I found out what it is for me?
[17:54:34] <rkdavis> jimmyloves: look for a file keymap.map or similarly named file
[17:54:50] <jimmyloves> where should it be?
[17:55:11] <rkdavis> you have to find it
[17:55:19] <rkdavis> it could be anywhere
[17:55:26] <rkdavis> everyone puts it in a different place
[17:55:30] <jimmyloves> dangit
[17:55:33] <rkdavis> some in /opt some in /etc
[17:55:52] <geordy> etc probably
[17:56:00] <geordy> in sidetrack that's where I remember it
[17:56:37] <rkdavis> jimmyloves: better ways to do it but cd / ; ls -alR | grep keymap will probably find it
[17:56:53] <rkdavis> i can't remember the find comamnds of hand
[17:57:00] <jimmyloves> found it in etc
[17:57:39] <rkdavis> ok open that file and look for the line = bar
[17:57:58] <rkdavis> if it is on the smile key it is keycode 1
[17:58:35] <jimmyloves> the list starts as 8,9,22,23, and so on
[17:58:57] <rkdavis> jimmyloves: can you pastebin the file?
[17:59:18] <jimmyloves> k
[17:59:20] <jimmyloves> let me
[17:59:20] <jimmyloves> se
[17:59:24] <jimmyloves> see*
[17:59:26] <rkdavis> k
[18:00:14] *** jimmyloves_ has joined #zipit
[18:02:37] <jimmyloves_> im on it through ssh
[18:02:40] <jimmyloves_> what's the easiest way
[18:02:44] <jimmyloves_> to copy it
[18:02:57] <rkdavis> well hmmm
[18:03:01] <azend> scp
[18:03:02] <jimmyloves_> how do i use scp
[18:03:09] <azend> man scp
[18:03:14] <azend> or scp --help
[18:03:26] <jimmyloves_> no man here
[18:03:32] <mozzwald> ctrl-shift-c ?
[18:03:40] <azend> yeah I forgot I always install man
[18:03:54] <rkdavis> jimmyloves_ i pm'ed you
[18:03:56] *** jimmyloves has quit IRC
[18:03:56] *** jimmyloves_ is now known as jimmyloves
[18:07:35] *** SB-Zipit has joined #zipit
[18:08:31] *** T7g has joined #zipit
[18:08:31] *** Foxx has joined #zipit
[18:08:50] *** Foxx has joined #zipit
[18:19:13] *** azend has quit IRC
[18:26:58] <geordy> rkdavis and mozzwald: this one is for you http://tinyurl.com/27jqnjc
[18:29:14] <rkdavis> heh
[18:29:32] <rkdavis> really good idea there when it is made of glass
[18:30:04] <rkdavis> and i call BS on jobs comment all smart phones have problems -- i have several that i could almost hold underwater and they'd still get the same bars
[18:31:23] <rkdavis> docroan I tried the "you're holding it wrong" speech w/ my wife. Not successful either. hehehehehehhehehe
[18:32:11] *** mozzwald has quit IRC
[18:34:50] <geordy> I could see a metal ring around the phone causing an attenuation problem but come'on. don't they test this crap in the field?
[18:36:21] <rkdavis> well they did test it in a bar
[18:36:28] <rkdavis> but it was in a 3g case
[18:36:59] <geordy> yeah, that's right. I forgot it was disguised. how dumb
[18:37:03] <rkdavis> but anyone with any brains could see if you make an item out of glass with a ring of metal to use as an antenna you'd have problems
[18:38:05] <rkdavis> remember the rabbit ears tv areials? if you had a bad picture your dad would go over to change it and he'd end up standing there all night holding it because it wa sthe only way to get a picture because he became part of the ariel -- this is a similar thing except in reverse
[18:38:39] <geordy> yep. I'm familiar with the problem. dumb dumb dumb
[18:38:40] <rkdavis> even a grade schooler could tell you that it just won't work
[18:39:23] <rkdavis> it's another case of the jobsian form of function isn't it purtee epic fail :)
[18:46:50] <jimmyloves> cya
[18:46:57] *** jimmyloves has quit IRC
[19:01:57] *** Lydia` has joined #zipit
[19:12:22] *** mozzwald has joined #zipit
[19:16:19] <rkdavis> eureka!!!! i am a genius and modest too -- w00h00
[19:16:59] <rkdavis> i just solved a problem i have been working on for weeks :)
[19:18:09] <Marex> I wonder ... can one go crazy from studying and being stressed ?
[19:18:19] <rkdavis> Marex: yes
[19:18:22] <Marex> s/studying/studying non-stop/
[19:18:25] <Marex> rkdavis: oh ok
[19:18:34] <rkdavis> yes definate possibility
[19:19:00] <Marex> I already ate all the chocolate here
[19:19:03] <Marex> damn
[19:19:10] <rkdavis> just look at any of the older people in here -- we are all a little crazy
[19:19:14] <Marex> rkdavis: what was the problem you fixed ?
[19:19:29] <rkdavis> Marex: i have chocolate :) good chocolate as well :)
[19:20:03] <rkdavis> Marex: i'd been struggling how to do some flow control in a system that doesn't have any
[19:20:31] <rkdavis> i needed to do some branching but the system doesn't have branches and very few conditional statements
[19:20:47] <rkdavis> and no functions or procedures or anything actually helpful
[19:21:25] <rkdavis> but it does have floating point line numbers :)
[19:25:51] <Marex> what the heck is it ?
[19:26:48] <rkdavis> a very very very old system running a specialised basic from 1971
[19:27:22] <Marex> oh wow :)
[19:27:28] <rkdavis> it was an old academic system a friend got given by his university employer as they obsoluted it
[19:27:48] <Marex> it does have GOTO statements though, doesn't it ?
[19:27:51] <rkdavis> it's for a mass spectromitor -- it's an analog computer
[19:27:57] <rkdavis> nope no goto
[19:28:00] <Marex> ah I see
[19:28:15] <Marex> how can it be turing-complete if there's no way to branch ?
[19:28:26] <rkdavis> who said it was turing complete?
[19:29:16] <rkdavis> it was a one of device that ended up in use for nearly 40 years. they just kept adding to it as they needed stuff
[19:29:46] *** jimmyloves has joined #zipit
[19:29:49] <rkdavis> it was originally just a couple of stepper motor type things and some photodarlingtons and then evolved
[19:29:53] *** DoorToDoorGeek has joined #zipit
[19:30:11] <rkdavis> whenever anyone needed something added and had the budget or spare parts to do it
[19:31:14] <rkdavis> i'll have to see if my friend can take some photos of it -- it's a mass of wires and tubes and stuff that is the size of a small car
[19:35:00] <jimmyloves> hey rkdavis, the keymap.map changed the keys in terminal...i can't type numbers
[19:35:08] <jimmyloves> that's weird
[19:36:07] <rkdavis> jimmyloves: yup a conflict between X and console probably
[19:36:35] <rkdavis> just remove that keymap.map file and reboot
[19:36:57] <jimmyloves> then what will it use?
[19:37:13] <Marex> rkdavis: I see
[19:37:17] <Marex> rkdavis: it still uses tubes ?
[19:37:20] <Marex> wow
[19:38:02] <rkdavis> Marex: if i didn't bin them when we moved i still have about 4 big boxes of tubes somewhere
[19:38:29] <rkdavis> when i say i didn't bin i mean wife didn't bin
[19:40:50] <jimmyloves> why is debian so big?
[19:40:53] <jimmyloves> 5 DVDS?
[19:42:56] <Marex> there used to be a saying back in good ol' times ...
[19:43:12] <Marex> what's not in slackware you don't need ... what's not in debian doesn't exist
[19:43:46] <Marex> rkdavis: I have a big box of tubes too ;-)
[19:45:42] <jimmyloves> so, does it have a lot of packages?
[19:47:24] <Marex> rkdavis: I'm in loss for words ... I believe you'd love to answer this question
[19:47:48] <Marex> jimmyloves: sorry, I'm incapable of answering that
[19:48:35] <jimmyloves> ...ok
[19:48:40] <rkdavis> Marex: i'm eating dinner at th emoment
[19:49:48] <Marex> jimmyloves: have you tried for example reading at www.debian.org ?
[19:50:25] <Marex> jimmyloves: maybe, the fourth sentence from the beginning is the answer
[19:50:33] <jimmyloves> lol
[19:50:43] <Marex> jimmyloves: please learn to read, thank you
[19:51:01] <jimmyloves> man, lucky guess too
[19:55:30] <rkdavis> oooo found more candy i had forgotten about -- a bag of tooty frooties
[20:13:04] <Lydia`> rkdavis, did you try to termtalk me?
[20:13:16] <Lydia`> I saw that on the screen just a moment ago but your not on the user list
[20:13:23] <Lydia`> and I have no idea how to awnser one
[20:13:35] <Lydia`> I was in 0solitare
[20:14:01] <rkdavis> Lydia`: yes i just thought i'd ping you as i saw you werew online but i signed off
[20:14:17] <rkdavis> it's wither lab or data to answer iirc
[20:14:20] <Lydia`> i saw the line on the bottom of the screen - don't know how long it was in there
[20:14:36] <Lydia`> ok okay
[20:14:37] <rkdavis> probably about 30 seconds
[20:14:54] <Lydia`> OK, i saw that and had a mini panic
[20:15:02] <Lydia`> as I didn't know how to reply
[20:17:04] <rkdavis> Lydia`: no worrys i was just mucking around
[20:17:24] <rkdavis> and as i saw you online i thought i'd page ya
[20:17:29] <Lydia`> okay coolies :-)
[20:17:55] <Lydia`> I'll awnser next time - np
[20:39:00] *** bobdole369 has joined #zipit
[20:42:09] <bobdole369> zomg really??!!
[20:42:09] <bobdole369> usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[20:42:27] <bobdole369> I'm seeing rumblings of USB host support?!
[20:44:35] <geordy> bobdole369: yep, working on it
[20:44:52] <geordy> it's not for the faint of hear though
[20:44:58] <geordy> heart*
[20:45:38] <geordy> rkdavis: want to give bobdole369 your explanation of the little plastic piece and how to put it back in?
[20:45:46] <bobdole369> Would love it :)
[20:49:57] <rkdavis> geordy: / bobdole369 it's a little plastic thingy that seems to support the mb a tad on that side
[20:50:14] <geordy> by the power switch, right?
[20:50:54] <rkdavis> it has a little cutout
[20:50:56] <rkdavis> yup
[20:51:22] <rkdavis> the long side goes to the right as you look down on the opened zipit
[20:51:42] <mozzwald> I still think this plastic piece doesn't exist. :)
[20:51:57] <rkdavis> wuth the two cutouts slotting into a circular metal bit on the hinge and a rectangle by the lcd wires
[20:52:12] <rkdavis> http://russelldavis.org/ZipitZ2/S1050125.JPG
[20:52:16] <rkdavis> and looks like that
[20:52:29] <rkdavis> so nah nah na na nah :p mozzwald
[20:53:01] <geordy> rk, your picture is unclear as if it's a UFO http://www.notanon.com/wp-content/uploads/2010/06/zipit_disassembly_step_8.jpg
[20:53:17] <Foxx> rkdavis, thats a HORRIBLE picture
[20:53:23] <rkdavis> geordy: i know i had a crappy camera and no skillz
[20:53:29] <mozzwald> yeah, all I see is a white blob
[20:53:35] <geordy> I'm not proud of my picture either but jeez :P
[20:53:38] <rkdavis> Foxx: it surved it's purpose at the time
[20:53:54] <rkdavis> gpsfan was able to identify it :)
[20:53:57] <bobdole369> tnx rkdavis, next time I open her up I'll be able to put it back in now.
[20:54:04] <Foxx> up the exposure, step back a bit, angle the camera back about 60 degrees, that will gelp
[20:54:07] <Foxx> help*
[20:54:22] <Foxx> might need to enable Macro shot (looks like a flower icon)
[20:54:23] <rkdavis> Foxx: it would be out of focus then
[20:54:24] <geordy> so rk, the vertical part sticks up and goes in line with which key on the keyboard?
[20:54:37] <rkdavis> i spent 10 mins trying to get a decent shot -- that was the best one
[20:54:52] <Foxx> rk, look at my picasa page, i know how to take close-up shots of stuff
[20:54:55] <rkdavis> nope that is upsidedown
[20:55:09] <rkdavis> the sticky up bit goes face down
[20:55:10] <geordy> rkdavis, it's just over exposed. next time try a white background and put a piece of typing paper in front of the flash
[20:55:24] <rkdavis> Foxx: i don't take photos so i don't care
[20:55:36] <Foxx> and it shows
[20:55:40] <rkdavis> it was a quick shot for gpsfan to identify it for me
[20:55:41] <mozzwald> i need to see this thing.
[20:55:49] * mozzwald gets out a screwdriver
[20:56:22] <Foxx> this is probabbly one of the tighter shots ive done thats applicable to #zipit
[20:56:23] <Foxx> http://picasaweb.google.com/FoxxOTG/TechCrapGizmos#5232029658335144722
[20:56:32] <Foxx> and thats also through a 3x magnifying lens
[20:57:14] <geordy> foxx: whenever I follow your picasa links, it takes me to the whole gallery, not the one picture you are referring to
[20:57:39] <Foxx> weird
[20:57:48] <Foxx> http://lh3.ggpht.com/_i7ymkA4U878/SJvnQPdf6xI/AAAAAAAABiI/xx3sEy89jJw/s640/100_2337.JPG
[20:57:58] <geordy> that's better
[20:58:27] <geordy> is that a Z1?
[20:58:39] <Foxx> yeah
[20:58:48] <geordy> sdcard mod?
[20:58:50] <Foxx> thats 30 guage wire on there
[20:58:52] <Foxx> SD and serial
[20:59:00] <geordy> crazy
[21:01:51] <mozzwald> I see this mystery plastic now
[21:02:42] <geordy> take a picture mozz :p
[21:03:01] <geordy> can you get a picture of it installed?
[21:03:12] <mozzwald> yeah
[21:10:58] <mozzwald> http://www.mozzwald.com/zipit/z2-mystery-plastic.jpg
[21:14:01] <bobdole369> THERE we go.
[21:14:21] * bobdole369 slaps forehead
[21:14:30] <bobdole369> tnx a ton
[21:15:06] <bobdole369> Gotta be a last minute mod to some odd problem someone found on the production line.
[21:18:47] <mozzwald> foxx: nice solder job on that z1
[21:19:14] <mozzwald> very clean
[21:19:22] <Foxx> thanks?
[21:19:59] <Foxx> wasnt my best work to be honest, it wasnt too hard for me, I had more issues placing the SD card
[21:55:59] *** mtb369 has joined #zipit
[22:03:37] <Lydia`> oh, I found a blast to the past thing today - an SCSI-HDI to DB25-SCSI adapter
[22:03:53] <Lydia`> i don't suppose there's a need for one these days
[22:04:54] *** bobuntu has joined #zipit
[22:05:33] <bobuntu> any ideas why z2mouseoption might not work?
[22:06:00] *** DoorToDoorGeek has left #zipit
[22:07:07] <mozzwald> bobuntu: is it running? :)
[22:08:04] <bobuntu> well I followed your instructions but there's no way for me to tell if it's running inside x
[22:10:14] <bobuntu> because I can't get a terminal up in x
[22:14:15] *** DoorToDoorGeek has joined #zipit
[22:17:14] <mozzwald> bobuntu: which userland you running? z2buntu?
[22:21:11] <bobuntu> yeah
[22:25:53] <mozzwald> bobuntu: you followed all my steps exactly?
[22:30:00] <geordy> mozzwald: awesome. I'm going to shamelessly borrow that picture if you don't mind.
[22:30:00] *** jimmyloves has quit IRC
[22:30:04] *** jimmyloves has joined #zipit
[22:30:10] <bobuntu> yes
[22:30:17] <mozzwald> geordy: no sweat
[22:30:49] <bobuntu> i'll just try it all again and come report back at a later date
[22:30:52] *** bobuntu has quit IRC
[22:30:53] <mozzwald> bobuntu: from the command line, try just doing "op z2mouse" and make sure that works
[22:31:03] <mozzwald> or leave
[22:39:56] <rkdavis> mozzwald: http://www.youtube.com/watch?v=CDlj0jBtYmQ
[23:13:43] *** DoorToDoorGeek has left #zipit