Topic for #qi-hardware is now Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs
xwalk has joined #qi-hardware
<xwalk> I'm trying to configure the xburst-tools package on Fedora 16 and I'm running into this little problem: http://pastebin.com/anABAdwc. I tried setting an environment variable to "cross-comile- use --disable-firmware" and that didn't seem to do anything to help.
<qi-bot> [commit] Paul Cercueil: Switch to tty1 for console apps (Dingux build only). (master) http://qi-hw.com/p/gmenu2x/d1328d7
<qi-bot> [commit] Paul Cercueil: Removed full path to skin files on the links (master) http://qi-hw.com/p/gmenu2x/d227a8a
<qi-bot> [commit] Paul Cercueil: dingux: added a "system info" link on the settings tab. (master) http://qi-hw.com/p/gmenu2x/a4e25cb
<qi-bot> [commit] Paul Cercueil: dingux: added a link to "alsamixer". (master) http://qi-hw.com/p/gmenu2x/4d3310f
<qi-bot> [commit] Paul Cercueil: dingux: renamed links on "settings" to force menu layout (master) http://qi-hw.com/p/gmenu2x/454a73d
<qi-bot> [commit] Werner Almesberger: genex/comp.c (read_desc): component missing in tree yields a warning, not error (master) http://qi-hw.com/p/eda-tools/1d47668
<qi-bot> [commit] Werner Almesberger: scripts/dcm2desc: script to convert comments from .dcm files to genex descriptions (master) http://qi-hw.com/p/kicad-libs/33f9ac4
<qi-bot> [commit] Werner Almesberger: components/Makefile: new targets "catalog", "clean", and "spotless" (master) http://qi-hw.com/p/kicad-libs/03ca12f
cladamw has joined #qi-hardware
<wpwrak> cladamw: i added a bunch of components i had sitting in various projects
<cladamw> wpwrak, good morning !
<wpwrak> cladamw: some of the names need cleaning up, though. so i put them all under "Unclassified" (in EXPAND)
<wpwrak> good night :)
<cladamw> lemme git pull. :-)
<cladamw> yes. bunch of them. i may also do such things from avt2. :-)
<wpwrak> hehe :)
<cladamw> so i need to 'make' genex it after adding symbols to get 'kicad-libs-components.pdf' everytime ?
<cladamw> a dcm2desc script ?
<wpwrak> no, you'll need to build and install genex (in the eda-tools project) each time it changes. and you'll need to "make catalog" (in kicad-libs) to update the catalog
<wpwrak> can you guess what it does ? :)
<cladamw> nice. how to use it ?
<wpwrak> it's used by "make catalog". all automatic :)
<wpwrak> new catalog uploaded
<wpwrak> you'll see your descriptions for example at PPTC
<cladamw> when talking scripts or s/w, my brain get work slowed. :-)
<wpwrak> that's why it all works automagically. you just say the magic word and poof, it's done :)
<cladamw> so now. should i reinstall eda-tools again ?
<wpwrak> cd wherever/eda-tools
<wpwrak> git pull
<wpwrak> cd genex
<wpwrak> make install
<wpwrak> that should do the trick
<wpwrak> note that i'm still making updates quite frequently
<cladamw> wpwrak, yeah ... thanks for your great god help from human beings. :-)
<cladamw> i try now. stay tuned. :-)
<wolfspraul> werner is a god now?
<cladamw> to me at least for 'soft' paradise, ha :-)
<wpwrak> finally :)
<cladamw> i made install done, then ?
<wpwrak> go to kicad-libs/components
<wpwrak> then make catalog
<wpwrak> then wait a bit
<wpwrak> ah, you need a recent kicad for that. with our patches. not sure if you have that yet
<wpwrak> if not -> eda-tools/kicad-patches
<cladamw> yeah... you're right, auto runs but err happened seems my old KiCad.
<cladamw> File </home/adam/kicad-libs/components/tmp/--plot=ps.sch> not found.
<wpwrak> oh yes, very old :)
<wpwrak> fossilized ;-)
<cladamw> so let's do kicad-patches now ?
<cladamw> run kicad_diff.sh ?
<cladamw> or i don't need to do this kicad-patches at this moment ?
<wpwrak> if you want to make catalogs, you need a patches kicad
<wpwrak> and no, kicad_diff.sh does the opposite of what you want
<wpwrak> i'd suggest you follow the instructions under "first build" in README
<cladamw> will latest kicad patches cause unexpexted things on my site ? if not, i do this kicad-patch, or no. :-)
<wpwrak> oh, i'm sure they will ;-)
<cladamw> man.... okay
<wpwrak> where would be the fun if there weren't surprises ? ;-)
<cladamw> so i should do this later after xiangfu and me done on m1r4 schematic, then I follow your this README to run patch. :-)
<wpwrak> you may have to install a few packages. are you on ubuntu ?
<cladamw> anyway, happy to see such auto make catalog done.
<cladamw> ues, ubuntu
<wpwrak> ;-)
<cladamw> s/ues/yes
<qi-bot> cladamw meant: "yes, ubuntu"
<wpwrak> okay, on ubuntu, you'll have to apt-get install bzr cmake libwxgtk2.8-dev libboost1.46-all-dev libgtk2.0-dev libgl1-mesa-dev libglu1-mesa-dev
<wpwrak> maybe you'll need more. but these are certainly necessary for building kicad
<wpwrak> you can install them even if you don't plan to build kicad now
<cladamw> wpwrak, http://dpaste.com/733416/
<wpwrak> maybe try apt-get update (takes a while) and then apt-cache search libboost | grep dev
<cladamw> wpwrak, http://dpaste.com/733418/
<wpwrak> could be that your ubuntu has an older libboost. then you have to figure out the right name
<cladamw> i'm updating...
<wpwrak> i think they're including minor revisions in the package name as a revenge for BOOST breaking its APIs from time to time :)
<cladamw> wpwrak, http://dpaste.com/733419/
<wpwrak> apt-get install libboost1.40-all-dev
<wpwrak> let's hope that's recent enough ...
<cladamw> so seems my libboost is 1.38
<wpwrak> there's 1.38 and 1.40
<qi-bot> [commit] Werner Almesberger: genex: option -D to dump all canonical component names (for missing-in-tree) (master) http://qi-hw.com/p/eda-tools/7d97a74
<qi-bot> [commit] Werner Almesberger: components/scripts/missing-in-tree: script to list components not in hierarchy (master) http://qi-hw.com/p/kicad-libs/f602b3a
<cladamw> done on 'apt-get install libboost1.40-all-dev'
<qi-bot> [commit] Werner Almesberger: components/Makefile: target "missing" to list components missing in EXPAND (master) http://qi-hw.com/p/kicad-libs/9aff31b
<wpwrak> did you install all the other packages as well ?
<cladamw> wpwrak, so now my cmd is ? apt-get install bzr cmake libwxgtk2.8-dev libboost1.40-all-dev libgtk2.0-dev libgl1-mesa-dev libglu1-mesa-dev ?
<wpwrak> yes, that should work
<wpwrak> (let's hope ;-)
<cladamw> okay. :-)
<cladamw> wpwrak, is it done ? http://dpaste.com/733421/
<wpwrak> looks good. seems that you had already installed all the things needed for building kicad before
<cladamw> so next to do patches ?
<cladamw> phew~ seems README has few steps though.
<cladamw> i think i do this patch followed README later. :-O
<cladamw> time to keep working on editing sch. :)
<wpwrak> ;-)
<cladamw> wpwrak, tks for leading me installation.
<wpwrak> no problem. good luck for when you try it ! :)
<qi-bot> [commit] Werner Almesberger: components/EXPAND: add conn_4, conn_7x2, MEMCARD8, SCJ368R1NUS0B00G (master) http://qi-hw.com/p/kicad-libs/f1474c0
<qi-bot> [commit] Werner Almesberger: components/Makefile: new target "view" to view the catalog (master) http://qi-hw.com/p/kicad-libs/3e7c34b
<wpwrak> catalog updated. now it should have everything
<wpwrak> next target: fishing out all the bugs ;-)
<wpwrak> ah, and kicad is contributing a few, too. the "print to postscript" isn't very reliable
panda|x201 has joined #qi-hardware
<wpwrak> e.g., 74X1G00_5 has the arc facing the wrong way. in XP01111 the text in the base-emitter resistors has mysteriously vanished. and so on :-(
<cladamw> yeah... that arc, also the 74AUP1G08GW, 125
<wpwrak> yup. there's a bug for everyone ;)
rejon has joined #qi-hardware
rejon has joined #qi-hardware
rejon has joined #qi-hardware
orsonzhai has joined #qi-hardware
orsonzhai has quit [#qi-hardware]
<qi-bot> [commit] Adam Wang: given better 100 mil gap between pins and orders (master) http://qi-hw.com/p/kicad-libs/2cdfafd
<qi-bot> [commit] Adam Wang: Merge branch 'master' of projects.qi-hardware.com:kicad-libs (master) http://qi-hw.com/p/kicad-libs/0b47784
emeb has quit [#qi-hardware]
panda|x201 has joined #qi-hardware
mth has joined #qi-hardware
panda|x201 has joined #qi-hardware
kristianpaul has joined #qi-hardware
rejon has joined #qi-hardware
cladamw has joined #qi-hardware
xwalk has joined #qi-hardware
<kyak> jow_laptop: ping
xwalk has joined #qi-hardware
jurting has joined #qi-hardware
<qi-bot> [commit] Adam Wang: con.lib: added CONN_3 (master) http://qi-hw.com/p/kicad-libs/3277f0b
jekhor has joined #qi-hardware
DocScrutinizer has joined #qi-hardware
<qi-bot> [commit] Adam Wang: con.dcm : added empty .dcm (master) http://qi-hw.com/p/kicad-libs/fc4e71a
Textmode has joined #qi-hardware
Ayla has joined #qi-hardware
Textmode has joined #qi-hardware
wolfspraul has joined #qi-hardware
wolfspraul has joined #qi-hardware
wolfspraul has joined #qi-hardware
Guest90249 has joined #qi-hardware
Martix has joined #qi-hardware
wolfspra1l has joined #qi-hardware
panda|x201 has joined #qi-hardware
wolfspraul has joined #qi-hardware
jivs_ has joined #qi-hardware
<jow_laptop> kyak: pong
<kyak> jow_laptop: hi! could you please have a look at tickets 11236 and 11264? I don't know if you have a chance to check gettext-version fixup, but i think we agreed on naming of toolchain
<jow_laptop> k
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
jekhor has joined #qi-hardware
Ayla has joined #qi-hardware
cladamw has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
<qi-bot> [commit] Adam Wang: con.lib -> added CONN_2, CONN_10X2 (master) http://qi-hw.com/p/kicad-libs/8a05b9b
xiangfu has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
panda|x201 has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
wolfspraul has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
xiangfu has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
GNUtoo-desktop has joined #qi-hardware
Ayla has joined #qi-hardware
panda|x201 has joined #qi-hardware
xiangfu has joined #qi-hardware
rejon has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
LunaVorax has joined #qi-hardware
<LunaVorax> Hello everyone!
Ayla has joined #qi-hardware
kilae has joined #qi-hardware
Ayla has joined #qi-hardware
emeb has joined #qi-hardware
panda|x201 has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
Ayla has joined #qi-hardware
<kyak> !top10 joins
<qi-bot> Top10(joins): 1. jekhor(1355) 2. wejp(1179) 3. xiangfu(1034) 4. rejon(988) 5. aw_(882) 6. Ayla(840) 7. wolfsprau(643) 8. wolfspraul(623) 9. panda|x201(605) 10. LunaVorax_mini(561)
<Ayla> whohooo! I'm on the Top 10! :D
<kyak> you are running for the top 5 :)
<kyak> 42 more joins!
<Ayla> definitely
<Ayla> give me one day, and it'll be done ;)
<kyak> just ask your provider not to fix your link ;)
<Ayla> technically I'm 7, I see wolfspraul did cheat
jekhor has joined #qi-hardware
<roh> .s
<roh> meh
FrankBlues has joined #qi-hardware
Aylax has joined #qi-hardware
<larsc> !help
<qi-bot> larsc: check your pm for some helpful text...
<larsc> !stat larsc
<qi-bot> larsc: 9527 words, 53438 letters, 1251 lines, 7.62 words/line, 6 actions, 71 smilies, 129 questions, 46 joins, 0 kicks, 0 modes, 5 nicks, 0 topics, time wasted: 49 weeks 2 days 18 hours 39 minutes , 398.02 idle-factor.
<larsc> 5 nicks?
<Aylax> 71 smileys on 1252 lines, that's not much
<larsc> i'm not a happy person :(
<larsc> !stat Aylax
<qi-bot> Sorry, I don't have any stats about Aylax in #qi-hardware.
<larsc> !stat Ayla
<qi-bot> Ayla: 8737 words, 47167 letters, 1157 lines, 7.55 words/line, 5 actions, 68 smilies, 191 questions, 840 joins, 0 kicks, 0 modes, 235 nicks, 0 topics, time wasted: 18 weeks 3 days 15 hours 27 minutes , 161.35 idle-factor.
<Aylax> Heh, looks like I smile as much as you do
<larsc> but write shorter words
<Aylax> What with the 235 nicks? lol
antgreen has joined #qi-hardware
<larsc> !top10 nicks
<qi-bot> Top10(nicks): 1. Ayla(235) 2. aw_(87) 3. DocScrutinizer(58) 4. zumbi(55) 5. skynet-2000(50) 6. tuxbrain(43) 7. rjeffries(43) 8. jlamothe(26) 9. mth_(21) 10. qwebirc48371(21)
<Aylax> Whoooo
<larsc> :D
<zumbi> what is top10?
<larsc> well, the top 10
<zumbi> !top10 help
<qi-bot> No such stat type.
<larsc> !help top10
<qi-bot> larsc: check your pm for some helpful text...
<zumbi> !help top10
<qi-bot> zumbi: check your pm for some helpful text...
<DocScrutinizer> yay
<DocScrutinizer> dang this bot drives me nuts
<DocScrutinizer> !help
<qi-bot> DocScrutinizer: check your pm for some helpful text...
<DocScrutinizer> >>All commands can sent to me in pm without "!" prefix.-<< haha, if that were true I hadn't spammed the chan with !help
<kyak> /msg qi-bot stat #qi-hardware
<kyak> no problem
<DocScrutinizer> pfff
<DocScrutinizer> /query qi-bot
<DocScrutinizer> help
<DocScrutinizer> nada
<DocScrutinizer> dunno if "pm" is a defined term which I miss the true meaning
<kyak> private message
<DocScrutinizer> thought as much
<DocScrutinizer> translates to /query for me
<kyak> it,s the same thing, query just opens a new window.. thought it,s opened anyway when the bot messages you back
<DocScrutinizer> btw not only for me but even for my IRC client which opens a query tab "qi-bot" printing what I posted per /msg qi-bot
<DocScrutinizer> anyway, /msg qi-bot help doesn't result in any answer either
<kyak> it won,t
<DocScrutinizer> not even /msg qi-bot !help does
<kyak> help is a channel bind only
<DocScrutinizer> great!
<DocScrutinizer> :x
<kyak> "help" should work now in pm, too
<DocScrutinizer> :-D
xwalk has joined #qi-hardware
xwalk has joined #qi-hardware
kuribas has joined #qi-hardware
<qi-bot> [commit] Werner Almesberger: components/EXPAND: added conn_2, conn_3, conn_10x2 (master) http://qi-hw.com/p/kicad-libs/9a68e1b
<qi-bot> [commit] Werner Almesberger: components/Makefile: improved dependencies; target "upload" to upload catalog (master) http://qi-hw.com/p/kicad-libs/8459988
<qi-bot> [commit] Werner Almesberger: genex: add progress reporting, and option -q to turn it off (master) http://qi-hw.com/p/eda-tools/e804e02
kristianpaul has joined #qi-hardware
<LunaVorax> What kind of videos is MPlayer supposed to play?
<LunaVorax> Not a big surprise but I doesn't see my MP4s and FLVs
<qi-bot> [commit] Werner Almesberger: m1/BUILD-CHEAT-SHEET: removed RTEMS/YAFFS pinning; added known to be good versions (master) http://qi-hw.com/p/wernermisc/31ba2e4
<GNUtoo-desktop> LunaVorax, flv is a container but usually youtube vlv videos are in low resolution
<GNUtoo-desktop> *flv
<GNUtoo-desktop> *available in low resolution
<LunaVorax> Yes and?
<LunaVorax> I don't see the connection
<GNUtoo-desktop> I guess the nanonote is not very powerfull....
<GNUtoo-desktop> so if mplayer is compiled with flv support....
<Ayla> FLV is just a container
<Ayla> meh, you just said that
<LunaVorax> Maybe I don't know
<LunaVorax> But that wasn't the problem GNUtoo-desktop
<GNUtoo-desktop> ok
<LunaVorax> I was refering to MPlayer's GUI which doesn't list FLV and MP4
<GNUtoo-desktop> openwrt or jlime?
<LunaVorax> Which isn't a problem since I figured out that this version of mplayer doesn't include h264 support
<LunaVorax> openwrt
<GNUtoo-desktop> ok
<Ayla> h264? On nanonote? x)
<LunaVorax> Still, it "waits" indefinitely while openning a WebM file.
<LunaVorax> Ayla, I wasn't trying to play a 1080p video
<Ayla> that's because it takes one minute to decode a frame ;)
<LunaVorax> Hum
<LunaVorax> Haven't tried that
<Ayla> h264 is very demanding even for low-resolution videos
<Ayla> try xvid
<LunaVorax> Oh well, if h264 is very demanding, it won't be better for VP8
<LunaVorax> Hum no, I hate reencoding videos and theses are already in bad quality
<LunaVorax> But i'll try with a HD one
* DocScrutinizer figures video playback on NN display (never seen it in RL, but anyway)
<GNUtoo-desktop> http://jlime.com/wiki/documentation/user/nanonote/videos hmmm the website tells me to install flash....
<DocScrutinizer> IIRC mplayer has a renderer that outputs ascii art?
<GNUtoo-desktop> bye
zedstar_ has joined #qi-hardware
<DocScrutinizer> ooh, that video is nice, and I realize the NN display is color
Textmode has joined #qi-hardware
<LunaVorax> Ayla, something is probably wrong, it doesn't work either with a 320x180 xvid video
<LunaVorax> I got sound only
<LunaVorax> Anyway
<LunaVorax> I'll just go to sleep
<LunaVorax> See ya
<Ayla> bye
<DocScrutinizer> gand, google glasses
<DocScrutinizer> dang even
freespace has joined #qi-hardware
cxadams has joined #qi-hardware
<DocScrutinizer> maybe it's exploitable without getting a remote controlled drone of Google
<DocScrutinizer> s/getting/becoming/
<qi-bot> DocScrutinizer meant: "maybe it's exploitable without becoming a remote controlled drone of Google"
<DocScrutinizer> was it this channel where I brainstormed about the visor alike AR goggles I'd like to find?
<DocScrutinizer> this gadget it close to it