irclog2html for #openzaurus on 20021227

00:00.24boulezAnyone used the D-Link DCF-660W wireless modem?
00:24.38*** join/#openzaurus kergoth (~kergoth@dsl081-228-056.chi1.dsl.speakeasy.net)
00:25.49*** mode/#openzaurus [+o kergoth] by ChanServ
00:26.20kergothre
00:27.50kergothwhee
00:27.54kergothi can type numbers on my Z again
00:27.55kergothfinally
00:28.52boulez?
00:28.58kergothboulez: 2.4.19
00:29.07boulezWhy couldn't you before?
00:29.33Dessimat0rkeymap
00:29.37boulezah
00:29.54kergothboulez: because i rewrote the keyboard driver
00:29.55kergothheh
00:30.29boulezkergoth:  Hey, I'm sorry if I annoyed you with my dumb noob faq-ignorance earlier.  But I'm actually a dumb noob and I often am a couple steps behind the stuff I read in the faq.  The answers may have been right in front of me but I couldn't parse them.
00:30.52kergothboulez: no problem, it happens
00:30.58boulezI think OZ is probably just a little too intense for me right now
00:31.31boulezBut I bought the Z as a road into Linux understanding, so I'll probably get it eventually.
00:32.11kergothyou shouldnt have to know linux to use oz..
00:32.53boulezNo, but you do need to have basic concepts down.  There was something in the faq about getting around the "flash" vs. "ram" issues by creating a symlink.  Problem is, you have to know what that means ;)
00:34.07boulezI'm not saying you guys are doing anything wrong.  But there is at least some level of knowledge that's probably necessary before you can make the system work properly.
00:34.33kergothyou dont have to create those symlinks to use the system
00:34.48kergothjust because theres a faq entry that requires a high level of knowledge, doesnt mean its necessary
00:34.54boulezright, that's true
00:35.08boulezBut I was getting stuck with simple stuff like uploading apps
00:35.14boulezWhich is my own problem
00:35.28*** join/#openzaurus TeaX (~tx@ppp-56-153.27-151.libero.it)
00:36.14kergothah
00:36.34kergothcourse you'd probably run into those difficulties in sharp as well
00:37.15boulezWell, because Qtopia's uploading is unpredictable.  But most of the time, I just drop the stuff in the Documents window and it's done.
00:37.20Dessimat0rhave you seen the new opie-button ?
00:37.30Dessimat0rit does stuff based on holding app keys down
00:37.40Dessimat0ras well as just pressing them
00:37.42Dessimat0r0wnz :D
00:38.34kergothboulez: qtopia desktop you mean?
00:40.05boulezyeah
00:40.30kergothyeah, dont use that to copy files in oz, cause its limited to copying files into /root/Documents, which is flash not ram
00:40.35kergothstick to scp
00:40.40kergothwinscp works wel
00:40.43kergothwell
00:40.49Dessimat0rdoes at that
00:41.28boulezRight, i've been using ftp, actually
00:41.43kergothyeah that'll do too
00:43.42boulezstill, I don't have the same sort of understanding of even the basic stuff (like directory structure) the way I do with Windows.
00:47.40TheMasterMind1progresss?
00:50.01*** join/#openzaurus teax_ (~tx@ppp-249-159.27-151.libero.it)
00:50.03kergothTheMasterMind1: looks like i'm done with the keymap :D
00:50.09kergothTheMasterMind1: i can type numbers and stuff
00:50.11kergothheheh
01:02.30*** join/#openzaurus ljp (~ljp@tf0226.peakpeak.com)
01:05.37TheMasterMind1kergoth sweet, and rightshift too?
01:05.55kergothTheMasterMind1: yep
01:06.04kergothTheMasterMind1: it matches the keycode layout of sharp exactly.
01:06.10kergothTheMasterMind1: aand -nothing- is hardcoded
01:06.12kergoth:D
01:07.18kergothalright, i'm going to fix that fucking white screen when you let it sit for a while thing
01:07.22kergothcause it pisses me off
01:07.29kergoththen, back to touchscreen
01:07.41kergothoh wait i should add this to buildroot first
01:07.44kergothmake it easier for testing
01:20.17*** join/#openzaurus boulez (~boulez@roc-24-58-67-49.rochester.rr.com)
01:20.32ljptesting? whats that?
01:22.35*** join/#openzaurus TeaX (~tx@ppp-168-174.27-151.libero.it)
01:24.29BovineI'm going to ask a stupid question... be ready
01:24.38kergoththanks for the warning
01:24.45Bovinetrying to cross-compile ncurses 5.3...
01:24.57kergothwhy?
01:24.58kergothheh
01:25.05Bovinedon't ask stupid questions :D
01:25.11Bovinebecuase I want to
01:25.11kergothuhm
01:25.15kergothoz has ncurses 5.3
01:25.17*** join/#openzaurus Cloudchaser (~Cloudchas@fl-wbu2c6-955.pbc.adelphia.net)
01:25.20kergothdated 20021109
01:25.29kergothand the oz buildroot will crosscompile it
01:25.38Bovinek
01:25.47Bovinebut for the sake of argument...
01:26.10BovineI'm obviously missing something, I get the following error -
01:26.19Bovinecd ../obj_s;  /usr/local/arm/2.95.3/bin/arm-linux-gcc -DHAVE_CONFIG_H -I../ncurses -I.  -DNDEBUG -D_GNU_SOURCE -I. -I../include -I/usr/local/arm/2.95.3/include/ncurses -O2  -fPIC -c ../ncurses/comp_captab.c
01:26.20Bovine../ncurses/comp_captab.c: In function `_nc_get_table':
01:26.20Bovine../ncurses/comp_captab.c:74: `_nc_cap_table' undeclared (first use in this function)
01:26.20Bovine../ncurses/comp_captab.c:74: (Each undeclared identifier is reported only once
01:26.40kergothsounds like you're overriding a variable and you shouldnt be
01:26.51kergothi.e. you set the CFLAGS env var but it had important stuff in there
01:26.58Cloudchaserhiya everyone
01:26.59kergothcd $(SourceTree); HOSTCC="$(CC_FOR_BUILD)" ./configure $(CONFARGS);
01:26.59kergoth<PROTECTED>
01:27.03kergotheTree)/include -I$(SourceTree)/ncurses" HOSTCXXFLAGS="-I$(SourceTree)/include -I
01:27.05kergoth$(SourceTree)/ncurses" CFLAGS="-O2 $(CFLAGS)" CXXFLAGS="-O2 $(CFLAGS) -I$(Dirnam
01:27.08kergothe)/include" SHLIB_DIRS=-L$(SourceTree)/lib  libs panel menu form headers
01:27.10kergothto crosscompile ncurses
01:27.12kergoththats the compile command
01:27.13kergothhi cloud
01:27.16kergothhow was your christmas?
01:27.16Bovineheh, k thanks
01:27.36Cloudchaservery nice thanks! and yours? still in florida..leaving saturday
01:27.47kergothCloudchaser: nice :) mine was pretty good
01:27.49Cloudchaserbut mostly everyone's gone cept my mom
01:27.54TheMasterMind1kergoth bkpush
01:27.58Cloudchaser:) glad to hear that
01:28.47kergothTheMasterMind1: k, /me bk -r diffs
01:28.54*** join/#openzaurus Dragonny (Dragon@pc-80-192-228-166-mo.blueyonder.co.uk)
01:29.08boulezTheMasterMind1:  Ok, I'm back to OZ 3.1rc.  Wanna help me get TCP happening?
01:29.32TheMasterMind1hmm
01:29.35kergothCloudchaser: the CF slot works in 2.4.19 :D
01:29.35TheMasterMind1ok
01:29.49Cloudchasergreat! was it not working before?
01:29.51Dessimat0rkergoth: 0wnage :D
01:30.07kergothCloudchaser: we're porting the stuff from 2.4.6 to .19 one piece at a time
01:30.13TheMasterMind1boulez scp http://tjhsst.edu/~agupta/tsocks.ipk to your z
01:30.20kergothCloudchaser: quite a bit has changed, and a fair bit needed rewriting
01:30.52boulezTheMasterMind1:  Can I use ftp?  I know how that works, at least...
01:31.23Cloudchaserkergoth: i'm sure you'll get it all working ;)
01:31.35kergothCloudchaser: when we started i said it'd be 1-2 weeks. we're right on schedule
01:31.38kergothCloudchaser: :)
01:32.07Cloudchaserhehe great! so is it all ready then?
01:32.17TheMasterMind1boulez just get it on the z and ipkg install it
01:32.18kergothnot quite, still a number of things to be done
01:32.28boulezTheMasterMind1:  Where does it need to go?
01:32.28ljpuhh, I thought you started the kernel months ago
01:32.35kergothljp: that was 2.5
01:32.42ljphmmmm
01:32.48ljpssuuuuurrreeeeee
01:32.57kergotha fair bit of what i learned then still applies, but then a fair bit doesnt, as wlel
01:33.01kergoths/wlel/well/
01:33.18boulezmnt/ram?
01:33.56TheMasterMind1boulez it doesn't matter. put it somewhere and ipkg install it
01:35.25boulezTheMasterMind1:  Ok, I think it's done
01:35.40TheMasterMind1hmm ok
01:35.52TheMasterMind1google for sockserv
01:36.05TheMasterMind1download 2.0beta, unzip it, run sockserv.exe and press start
01:36.52boulezk done
01:39.53kergothTheMasterMind1: bk pull
01:43.12*** join/#openzaurus prpplague (~joebob@21-190.lctv-b4.cablelynx.com)
01:43.23kergothTheMasterMind1: theres a couple weird bugs still, but its looking good for the most part
01:45.41boulezTheMasterMind1:  ok, that app is running
01:48.22TheMasterMind1boulez
01:48.22TheMasterMind1ok
01:48.45TheMasterMind1now
01:50.02TheMasterMind1ls /usr/lib/libtsocks.so
01:50.06TheMasterMind1what does that output
01:50.11endrhmm...have I done something stupid?  OZ3.1rc1 has no atd daemon?
01:50.18endris this true?
01:50.18kergothendr: it doesnt need one.
01:50.22TheMasterMind1endr its no longer needed
01:50.27boulezk, hang on....i'm not running vnc yet so text takes a minute....lemme set up vnc
01:50.31endrkergoth: oh, obviouslay a faq, sorry
01:50.38endrkergoth: what is the replacement?
01:51.35kergothendr: its not a single replacement, but a number of items that replaces its functionality.  we now run apm, which gives you the ability to run scripts on suspend/resume, then we use opiealarm to setup the alarm at the rtc on suspend, and also to sync the clocks on suspend. then we call hwclock on shutdown/reboot to sync the clocks as well.
01:51.56kergoths/apm/apmd/
01:52.01endrkergoth: nice
01:52.07kergothits much cleaner
01:52.15kergothand the rtc isnt held open all the time like itw as with atd
01:52.24endrkergoth: so do I still have an ability at a user level to schedule an arbitrary job?
01:52.34kergothyou never did.
01:52.36kergothheh
01:52.41kergothanyway
01:52.51kergothbrb
01:52.57boulezTheMasterMind1:  it outputs itself..."/use/lib/libtsocks.so"
01:53.43endrTheMasterMind1: I am sure someone mentioned to me in #opie or this channel a while ago scheduling an at job to do a repetitive task...so do I not relaly have that option?
01:53.44TheMasterMind1boulez ok, great. now the tricky part, most of this will already be done in the next release. open up /etc/hotplug/net.agent
01:54.00boulezTheMasterMind1:  bear with me...what do you mean by "open up"?
01:54.14TheMasterMind1well, you need to edit it
01:54.19TheMasterMind1so use the editor of your choice
01:54.22TheMasterMind1opie-text, vim, etc
01:55.06boulezok, open
01:55.18TheMasterMind1ok you see the line register*)
01:55.23TheMasterMind1or register)
01:55.31boulezyes
01:55.37TheMasterMind1and under that you see usbd*)
01:56.00boulezer, directly under it is "case $INTERFACE in"
01:56.07TheMasterMind1under usbd*) add this line: echo "/usr/lib/libtsocks.so" > /etc/ld.so.preload
01:56.59boulezok, think I found the line..hang on
01:57.16TheMasterMind1theres two lines that say usbd*)
01:57.24TheMasterMind1one is a few lines under register)
01:57.30TheMasterMind1and the second is a few lines under unregister)
01:57.34boulezyes
01:57.41sandman_ljp: see -- there are also other people who use preload :)
01:57.49TheMasterMind1so under the first one you enter the line i pasted above
01:58.03TheMasterMind1and under the second, this line: echo "" > /etc/ld.so.preload
01:58.13TheMasterMind1sandman_ :)
01:59.27boulezok, now save the file?
01:59.37TheMasterMind1file -> save
01:59.46boulezdone
01:59.55TheMasterMind1ok
02:00.29TheMasterMind1now
02:00.34TheMasterMind1take it out of the cradle
02:00.38TheMasterMind1put it back into the cradle
02:00.56boulezk
02:01.06TheMasterMind1now, via vnc or whatever, go to konsole
02:01.29boulezvnc crashes it right now, so I'll just go to the konsole...
02:01.49TheMasterMind1type: wget http://198.38.16.47/~agupta/test; cat test
02:02.04boulezgah!...ok, gimme a minute
02:02.07TheMasterMind1:)
02:03.12boulezerror
02:03.15boulezconnection refused
02:03.24TheMasterMind1hmm
02:03.32boulezperhaps we should start with ping?
02:03.33TheMasterMind1is it a socks error or a wget error
02:03.36boulezwget
02:03.44TheMasterMind1one sec
02:04.17boulezoh wait....my socks server stopped itself for some reason
02:04.21boulezthat probably didn't help
02:04.23TheMasterMind1yea
02:04.27kergothk found two bugs in the keymap, fn+enter and fn+d werent working. fixed.
02:04.41TheMasterMind1kergoth what about those weird issues with shift producing extra characters?
02:04.43boulezdifferent error this time
02:04.44TheMasterMind1or fn rather
02:04.47kergothTheMasterMind1: still happens
02:04.47TheMasterMind1gone?
02:04.50TheMasterMind1boulez what error
02:04.51kergothTheMasterMind1: there are like 3-4 of them
02:04.55TheMasterMind1kergoth damn
02:04.57kergothTheMasterMind1: its consistent. no idea wtf is going on.
02:05.07kergothTheMasterMind1: but i'm moving on to other shit in a second here
02:05.10kergothTheMasterMind1: come back to that later
02:05.16TheMasterMind1yea, sounds good
02:05.17boulezwget: unable to connect to remote host (numbers) Transport endpoint is not connected
02:05.17kergothnow that we can type properly for the most part
02:05.18kergothheh
02:05.32TheMasterMind1hmm, that's new. never seen that error before
02:05.36boulezhehehe
02:05.45boulezsorry to make things weird
02:06.12boulezdid i need to set anything in the socks server?
02:06.34TheMasterMind1kergoth btw, can you think of a way in hotplug that we can figure out if we want tsocks or not. like, someway to test if the socks server is actually running on an ip
02:06.43TheMasterMind1boulez no, it should just work if you press start
02:06.49boulezok
02:06.54TheMasterMind1boulez ok, cat /etc/ld.so.preload
02:07.33boulez"/usr/lib/libtsocks.so"
02:07.35TheMasterMind1ok
02:07.37TheMasterMind1so thats fine
02:08.15boulezMy firewell is set to let in the whole range of ips around the Z.  SHould I just turn it off entirely?
02:09.07TheMasterMind1try: telnet 192.168.129.1 8080
02:09.45boulezunable to connect
02:09.55TheMasterMind1ok
02:10.06TheMasterMind1try: telnet 192.168.129.1 1080
02:10.51boulezhmm..not sure what happened.  I never really got a prompt
02:10.57boulezjust a cursor
02:10.57TheMasterMind1ok, that's a good sign
02:11.04boulezoh, ok!
02:11.05TheMasterMind1press cancel
02:11.05boulezcool
02:11.07TheMasterMind1and then e
02:11.09TheMasterMind1and then enter
02:11.11TheMasterMind1iirc
02:11.21boulezcancel?
02:11.25TheMasterMind1yea
02:11.28TheMasterMind1the big cancel key
02:11.39boulezoh, it just closed itself...
02:11.46TheMasterMind1hmm
02:11.50TheMasterMind1konsole did?
02:11.55boulezconnection closed by foreign host
02:11.58TheMasterMind1oh ok
02:11.58boulezno, telnet I guess
02:12.02TheMasterMind1thats fine
02:12.14TheMasterMind1so this means your socks server is working
02:12.17boulezstill e and enter?
02:12.34TheMasterMind1no
02:12.36boulezk
02:13.16TheMasterMind1how ipkg -verbose-wget update
02:13.19TheMasterMind1what does that say
02:13.55boulezlots of stuff
02:14.10bouleztemporary failure in name resolution
02:14.20boulezand then tons more shit
02:14.34TheMasterMind1heh ok
02:14.40boulezdo you need me to type it in?
02:14.44TheMasterMind1no
02:14.48boulezk
02:14.50kergothresolv.conf?
02:14.58TheMasterMind1yea, the socks doesn't run a dns
02:15.01kergothTheMasterMind1: how long did it take for the Z to white out the display again?
02:15.07TheMasterMind1kergoth long time
02:15.10kergothso he should enter his isp's name servers in resolv.conf
02:15.11TheMasterMind1kergoth 10-15 mins
02:15.13kergothTheMasterMind1: hmm, k
02:15.20kergothTheMasterMind1: trying to reproduce now that i enabled some debug output
02:15.40TheMasterMind1boulez when you did that wget, did it output any socks stuff?
02:15.49TheMasterMind1wget http://198.38.16.40/~agupta/test
02:15.52boulezerr...not sure
02:15.59boulezhang on
02:16.33boulezthat's a different ip than before, yes?
02:16.41boulez40 instead of 47
02:16.47TheMasterMind1same server
02:16.49TheMasterMind1doens't matter
02:16.49boulezok
02:17.36boulezno, I just get that nable to connect to remote host...Transport endpoint is not connected
02:18.05TheMasterMind1and internet works fine on the windows machine?
02:18.08boulezyes
02:18.19boulezBut does it matter that this machine isn't directly on the net?
02:18.30boulezThis machine is ALREADY on via ICS
02:18.32TheMasterMind1no, shouldn't matter
02:18.33*** join/#openzaurus victorvdl (~victorvdl@ip142.13-173-207.eli-du.nwlink.com)
02:18.33boulezok
02:18.52boulezoh shit
02:18.55boulezz just froze
02:19.39boulezthanks
02:19.56*** join/#openzaurus Ghent19 (Ghent19@pcp01158590pcs.rocsth01.mi.comcast.net)
02:20.05boulezi restarted.  did we just lose all our work?
02:21.00TheMasterMind1no, shouldn't have
02:21.05TheMasterMind1why'd it freeze?
02:21.18boulezno idea
02:21.32boulezi just went back to the konsole and I couldn't type, couldn't close it, etc.
02:21.50kergothTheMasterMind1: doing battery status checking now
02:21.55kergothTheMasterMind1: along with charging :)
02:22.01TheMasterMind1sweet
02:25.38boulezTheMasterMind1:  so I was reporting problems you haven't seen before?
02:27.56TheMasterMind1i've only tried this once and it was working so i'm not sure wahts going on
02:28.00boulezhmm.....I tried to upload fbvnc earlier via ftp, to avoid the memory problems.  it seemed to install ok but it crashed when I run it.  Now, when i UNINSTALL, I get the "low on memory" errors
02:28.18kergothboulez: you _did_ use fbvncserver from the oz testing/usntable feeds, _right_?
02:28.22kergothheh
02:28.29bouleznope
02:28.31boulezoops
02:28.34TheMasterMind1uhoh
02:28.38kergoththought so
02:28.46kergoth_always_ use packages from the oz feeds if they exist.
02:28.49kergoth_always_.
02:29.04boulezI didn't even know there was such a thing
02:29.07boulezmy bad
02:29.14ljpalways
02:29.40ljpnot
02:30.06TheMasterMind1boulez how about this.. try: telnet 216.239.35.100 80
02:31.48boulezunable to connect....transport endpont....
02:31.51boulezsame error
02:31.56TheMasterMind1interesting
02:32.12TheMasterMind1maybe you can't use it on an ICSed machine
02:32.15TheMasterMind1stupid windows
02:32.42boulezhmmm
02:32.44boulezno idea
02:32.49*** join/#openzaurus bbeattie (~bbeattie@cpe-66-1-180-69.ut.sprintbbd.net)
02:32.50TheMasterMind1probably's gotta do with the socket code in sockserv
02:32.53boulezthat'd be ridiculous
02:33.43boulezso, if I try to install this fbvnc from the testing feeds directory, will it just overwrite the one that's pooping?
02:33.56TheMasterMind1it should
02:34.13ljpok, I'm done playing hotwheels internet games
02:34.19*** join/#openzaurus nikki (~nikki@202.57.91.204)
02:36.35kergothibot: seen tik
02:36.40tik is currently on #opie (2d 6h 56m 44s) #openzaurus (2d 6h 56m 44s).  Has said a total of 27 messages.  Is idling for 9h 52m 54s
02:36.44kergothhm
02:36.52TheMasterMind1heh
02:37.02kergothibot: message for tik: starting work on the battery status checking in 2.4.19, message me when you're around.
02:38.11bbeattieAnyone seen this error before? "fsck.ext2 Filesystem revision too high while trying to open /dev/mtdblock6  The Filesystem revision is apparently too high for this version of e2fsck. (Or the filesystem superblock is corrupt)  The superblock could not be read or does not describe a correct ext2 filesystem.  If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is
02:38.11bbeattie. and you might try running e2fsck with an alternatigve superblock: e2fsck -b 8193 <device>  fsck failed. Please repair manually. CONTROL-D .. yadda yadda yadda.
02:39.36boulezhmm....nope, vnc still kicks me out to a login prompt..this isn't normal, is it?  I DID read the faq on this one (reboot, calibrate screen, etc.)
02:39.57*** join/#openzaurus oob (~oob@81-5-138-97.dsl.eclipse.net.uk)
02:40.51bbeattiekergoth, themastermind1: any ideas?
02:41.30kergothboulez: 'vnc still kciks me out to a login prompt'? what sdoes that mean?
02:41.39kergothboulez: opie dies? when you do what? when? under what circumstances?
02:42.41boulezwhen I start the VNC server, I get a prompt that says "zaurus: login" at the bottom of the screen.  
02:42.52kergothhm, works flawlessly here.
02:43.03kergothsounds like theres still remnants of the old crap one in your system
02:43.07kergothuninstall fbvncserver
02:43.09kergothall of htem
02:43.12boulezok
02:43.16kergothstart over
02:44.23boulezWHen I attempt to remove the bad one, I get the error "THe memory is very low.  Please end this application immediately"
02:44.47datapurgesups
02:44.48*** join/#openzaurus Moment0 (~Moment0@12-229-17-91.client.attbi.com)
02:45.01kergothboulez: well i dunno what to tell you.
02:45.13boulezreflash?
02:45.29*** join/#openzaurus rabbit_uk (~chatzilla@host213-121-67-64.surfport24.v21.co.uk)
02:45.34TheMasterMind1boulez how are you removing it?
02:45.41boulezAQPkg
02:45.45TheMasterMind1try from console
02:45.51Moment0hi
02:45.53TheMasterMind1ipkg remove <pkgname>
02:46.12Moment0finally irc from the Z
02:46.20bbeattiekergoth: could you explain to me what the /dev/mtdblock6 is? /dev/mtdblock4 is mounted as the root fs normally on my zaurus.  But mtdblock6 fails on the fsck check.  Is it possible to reformat that block somehow? or any ideas how to fix it?
02:46.52boulezHangup
02:46.52kergothmtdblock6 is your ramdisk.
02:46.55kergothmtdram
02:47.07boulezis that a good "hangup" or a bad one?
02:47.20kergothboulez: bad
02:47.35bbeattiekergoth: So somehow part of the ramdisk was destroyed basically?  What is the best way to fix it?
02:47.36boulezhm
02:47.44boulezreflash, I guess....
02:47.45kergothboulez: rm /usr/lib/ipkg/info/fbvnc*rm
02:47.48boulezk
02:47.50kergothboulez: ipkg remove
02:47.57kergothbbeattie: nothing was destroyed
02:47.58kergothbbeattie: its just a afilesystem
02:48.04kergothbbeattie: that seems to be corrupt
02:48.06kergothbbeattie: so reformat it.
02:48.12kergothbbeattie: mkfs.ext2 /dev/mtdblock6
02:49.07boulez"cannot remove (blah blah): No such file or directory
02:49.43kergothipkg files [packagename]|xargs rm -f
02:49.47kergothheh
02:50.35boulezin brackets or no?
02:50.42kergothno brackets
02:50.44boulezk
02:50.47bbeattiekergoth: Well, all my apps are gone. ;) heh
02:50.52*** join/#openzaurus JasonNJ2 (~perlow@ool-435125f3.dyn.optonline.net)
02:51.15boulezdidn't like -f
02:51.30kergothhuh?
02:51.35kergothrm supports -f just fine.
02:51.47boulezinvalid option
02:51.49*** join/#openzaurus savek (~savek@217-126-117-105.uc.nombres.ttd.es)
02:51.51boulezI'll try again
02:52.13boulezis there a space before the pipe?
02:52.25kergothdoesnt matter
02:52.33kergothgo ahead and remove hte -f if you want, doesnt matter
02:52.41boulezk
02:53.02bbeattiekergoth: Does formating just one block of ram always clear all memory?
02:53.08kergoth?
02:53.13kergothformatting just one block of ram?
02:53.35boulezno such file or directory for all of the relevant files
02:53.42bbeattieram memory, yes.  I did the mkfs.ext2 on mtdblock6 and it cleared all my ram.
02:53.54kergothwhat do you mean formatting just one block of ram?
02:54.00kergothits a ramdisk. mkfs creates a filesystme on it.
02:54.03kergothwhere's the confusion?
02:54.23JasonNJ2you get a chance to email mitchy?
02:54.33bbeattiekergoth: true, the way you stated it sounded like each block was a seperate fs.
02:54.40kergoth?
02:54.45kergoth'each block'<-?
02:54.48kergoth'block'?
02:54.59kergothwhat exactly is this block you refer to?
02:55.16bbeattie/dev/ has mtdblock0-8.  Or is this 6 is for ram, and 4 is for the diskonchip?
02:55.58kergothfirst, its a flash chip, not diskonchip
02:56.16kergoth'block' refers to the fact that its a block device, not a character device
02:56.21kergoththats all.
02:56.40bbeattieright, that makes sense.  Thanks. :)
02:56.56bbeattie.. I'm off to reinstall all my software ;)
03:01.10*** join/#openzaurus kolla_ (~kolla@ti411310a080-0059.bb.online.no)
03:28.14*** join/#openzaurus Moment0 (~Moment0@12-229-17-91.client.attbi.com)
03:28.32*** join/#openzaurus Moment0 (~Moment0@12-229-17-91.client.attbi.com)
03:30.20*** join/#openzaurus Moment0 (~Moment0@12-229-17-91.client.attbi.com)
03:31.59*** join/#openzaurus Moment0 (~Moment0@12-229-17-91.client.attbi.com)
03:52.59Dessimat0rgoodnight
04:17.35*** join/#openzaurus djk-lp (~djk@ool-435182be.dyn.optonline.net)
04:19.31*** join/#openzaurus prpplague (~joebob@21-190.lctv-b4.cablelynx.com)
04:21.54kergothyo prpplague
04:22.20prpplaguekergoth: hey hey mr.digi-mon
04:22.45kergothhows it goin?
04:23.06prpplaguekergoth: not bad, almost finished clean/organizing my computer room
04:23.16prpplagueit was mess
04:23.20prpplague+a
04:23.44prpplaguekergoth: you?
04:23.47kergothah nice.
04:24.05kergothtakin it easy
04:24.28prpplaguekergoth: still not ready to come down to texas and let me fix ya up with a big hair'd woman?
04:25.04kergothprpplague: hah. i'd have to find one hell of a job to move my ass out of mn
04:25.10kergothheheh
04:25.59prpplaguekergoth: ya well come work where i do, and you'd have "one hell of a job" and not in a sense!
04:26.07prpplaguelol
04:26.39kergothhah
04:28.10prpplaguekergoth: seriously though, the company is on a 5 year plan have a hand in all the parts-n-pieces we use, i.e. routers, printservers, handhelds
05:05.13*** join/#openzaurus gideon (~wrex@64-205-168-215.client.dsl.net)
05:05.18gideonhey
05:05.33gideonI'm having crazy problems with my wifi
05:05.52gideonIt detects the card and the card hits the AP but I can't ping crap. Why?
05:13.05*** join/#openzaurus oob (~oob@81-5-138-97.dsl.eclipse.net.uk)
05:16.30kergothgideon: um, giving me information helps
05:16.37kergothgideon: 'hits the AP' means what, precisely?
05:16.44kergothgideon: what does iwconfig wlan0 output?
05:16.47kergothgideon: what about ifconfig -a?
05:16.51kergothgideon: is udhcpc running?
05:16.52*** join/#openzaurus Fed|X| (x@12-232-116-199.client.attbi.com)
05:16.55kergothgideon: lsmod shows what?
05:16.57kergoth..
05:19.24gideonoi
05:19.25gideon!
05:19.27gideonsorrt
05:19.52gideonlemme check all this stuff now
05:20.11kergothk
05:20.58gideoniwconfig says i've connected to AP: Good and that the link quality is 40/90
05:21.10kergothgood good
05:21.15kergothand ifconfig? do you have an ip?
05:21.45gideonifconfig spits out a lot of stuff
05:21.49kergoth?
05:21.57kergoth'a lot of stuff' doesnt say much
05:22.00kergothis there an *ip*?
05:22.05gideonerr... looking
05:22.22kergothk
05:22.25gideoni don't see one
05:22.47gideonbut it says that wlan0 is UP BROADCAST RUNNING MULTI
05:22.52kergothokay, and are you using dhcp or static?
05:22.57gideondhcp
05:23.23kergothokay, and is udhcpc running?
05:23.37gideonerr
05:23.41gideonhow do i check
05:25.34gideonhmm
05:25.43kergothApps->Sysinfo->Processes
05:25.56gideonSystem Info shows no program called udhcp running
05:26.06gideon*uhdpc
05:26.09gideonhmm
05:26.25kergothokay, run ifdown wlan0; ifup wlan0;
05:27.09gideon/var/run/udhcpc.wlan0.pid: no such file or directory
05:27.12gideonhmm
05:27.18kergothharmless
05:27.25kergothafter ifup, see if its running
05:27.26*** join/#openzaurus beattie_ (~beattie@dsl093-039-041.pdx1.dsl.speakeasy.net)
05:27.47*** join/#openzaurus DaWorm (~jsg@202.57.71.238)
05:27.53gideonudhcp client started
05:28.07kergothits running?
05:28.12gideonNo Lease, failing.
05:28.12kergothrun ifconfig -a, see if you got an ip
05:28.18kergothah
05:30.12gideonhow do I fix udhcpc?
05:30.24kergothfix?
05:30.27gideonyeah
05:30.27kergothudhcpc isnt broken
05:30.31gideonit won't lease.
05:30.35kergothif its failing to obtain a lease, you have a general connectivity problem.
05:30.39kergothudhcpc is _not_ broken.
05:30.41gideonhuh?
05:30.44kergothyour connection _is_ broken.
05:30.48gideonis it the AP?
05:30.53kergothhow should i know?
05:31.01kergothrun iwconfig and make damn sure everything is correct
05:31.42gideonI think everything works.
05:31.58kergoth?
05:32.05kergothi thought you couldnt get an ip?
05:32.05gideon?
05:32.21gideonno, I mean I think everything in iwconfig is gravy.
05:32.26kergothah
05:32.27gideonI still see no ip.
05:32.33kergothlight on the card blinky or solid?
05:32.40kergothyou using wep or no?
05:32.49gideonno
05:35.46gideonkergoth: what should i do?
05:36.58kergothhonestly, i dont know. i'm running out of ideas
05:37.04gideoncrap
05:37.09gideoncan I go static?
05:37.23kergothof course
05:37.48gideoni will... I shall
05:52.08*** join/#openzaurus hunger_ (foobar@pD9E647C7.dip.t-dialin.net)
05:54.25gideonkergoth, you there. I have an ip now.
05:57.33gideonbling... it works
05:57.34gideonthanks
05:59.17gideonso how do I get a browser working?
06:14.40*** join/#openzaurus sandman_ (~sandman@pD9E8AAE5.dip.t-dialin.net)
06:14.46gideonoi
06:28.12*** join/#openzaurus ZzzGogo (~crazygo@pD955E1F0.dip.t-dialin.net)
06:33.09*** join/#openzaurus godsmoke (~godsmoke@66.93.85.21)
06:33.33godsmokehey, is there an aim client that works with OZ?
06:33.51RincetkcJabber UI guess
06:34.07godsmokeyeah, I'm not looking for payware :)
06:34.35godsmokealthough tkc's stuff looks really well done
06:44.15godsmokeanyone know how to get the terminal to turn sideways?
06:56.56*** join/#openzaurus tys0n (~tys0n@s2a-61.olypen.com)
07:03.08*** join/#openzaurus BiGBiGYLLaMa (~llama@pD955E1F0.dip.t-dialin.net)
07:05.20*** join/#openzaurus asys3 (~uwe@dialin-145-254-165-007.arcor-ip.net)
07:06.25*** join/#openzaurus zeronett (~zeronett@c68.114.243.89.fdl.wi.charter.com)
07:29.08*** join/#openzaurus schurig (~schurig@pD958A215.dip.t-dialin.net)
07:30.16*** join/#openzaurus H4NZ0 (zen@202.53.232.223)
07:31.55*** join/#openzaurus tester (tester@ACA081A0.ipt.aol.com)
07:41.08*** part/#openzaurus H4NZ0 (zen@202.53.232.223)
07:53.51*** join/#openzaurus james_lan (~zic@ip68-102-114-12.ks.ok.cox.net)
07:54.43james_lansmall note: oz 3.1rc1 always give critical warning when being plugged in.
07:56.51schurigjames_lan: what warning?
07:57.58TheMasterMind1schurig sup
07:58.17schurig?sup?
07:58.35TheMasterMind1not much
07:58.49schurigTheMasterMind1: No, I meant: what's the meaning of "sup" ?
07:59.32james_lan_zzzthe i have no power, keep me off until you can plug me in and recharge me warning.
08:00.06TheMasterMind1schurig lol. its a short form of whats up
08:02.00james_lan_zzzand like the erronious message on the zaurus, but not in this case, time to recharge, later all
08:02.26TheMasterMind1hmm. im' going back to bed. later
08:02.44*** join/#openzaurus carsten (~carsten@p50821713.dip.t-dialin.net)
08:02.45carstenre
08:02.52TheMasterMind1hey
08:33.52*** join/#openzaurus nostromo_ (~nostromo_@213-97-200-60.uc.nombres.ttd.es)
08:44.27*** part/#openzaurus nostromo_ (~nostromo_@213-97-200-60.uc.nombres.ttd.es)
08:44.40*** join/#openzaurus nostromo_ (~nostromo_@213-97-200-60.uc.nombres.ttd.es)
09:59.26*** join/#openzaurus jzr (~tys0n@s2a-61.olypen.com)
10:13.42*** join/#openzaurus tez (~tez@adamk1.demon.co.uk)
10:21.55*** join/#openzaurus AndyQ (AndyQ_w@pc-80-194-121-147-hy.blueyonder.co.uk)
10:27.30*** join/#openzaurus pb_ (~pb_@dsl-62-3-66-201.zen.co.uk)
10:37.54*** part/#openzaurus nostromo_ (~nostromo_@213-97-200-60.uc.nombres.ttd.es)
11:12.41*** join/#openzaurus lsmith (~vandal@brln-d5148305.dsl.mediaWays.net)
11:43.09*** part/#openzaurus schurig (~schurig@pD958A215.dip.t-dialin.net)
11:59.31*** join/#openzaurus badl_ (~badl@203-96-130-181.dialup.globe.net.nz)
12:03.21*** join/#openzaurus nikki (nikki@202.57.90.135)
12:32.10*** join/#openzaurus Piete (~Piete@211.243.238.211)
12:32.19Pieteya
12:32.24AndyQhey Piete
12:32.32Pietehey :)
12:32.38AndyQPiete: any doog with SDL?
12:32.49PieteAndyQ: negative :/
12:32.53AndyQdamn :)
12:33.14PieteAndyQ: I need to learn how to program first :)
12:33.19AndyQhehe
12:33.31AndyQI'm porting SFCave to SDL and need to figure out how to rotate images
12:33.41Pietecool :D
12:33.53Pietedoes that mean we'll see more colors ?
12:34.05AndyQmaybe - Dessimat0r was going on about that
12:34.28AndyQI may make a small concession and make the trails go from yellow to red or vice versa
12:34.57PieteAndyQ: I'm pretty sure there is an #SDL channel on this server
12:35.30Pietenot that it helps....
12:35.33AndyQI'm sure - I've got it working on my PC but it seg faults on the Zaurus when the image rotates
12:35.41Pieteahh
12:35.54Pieteis the zaurus sdl stripped down a bit?
12:36.20AndyQgood question - SDL its self has no way of rotating  so I'm using a 3rd party library to do it
12:36.30AndyQand its that I think thats going wrong :(
12:36.35PieteI see..
12:36.46Pietewhats the 3rd party lib your using?
12:36.50*** join/#openzaurus carsten_ (~carsten@p50821CDA.dip.t-dialin.net)
12:36.53AndyQSDL_gfx
12:37.11Piete'you're' for all you picky people out there :P
12:37.18PieteAndyQ: ah, I see
12:37.20AndyQhehe
12:37.47PieteI got flamed 3 times the past week for using your and you're in the wrong places
12:38.01AndyQlol
12:38.57PieteAndyQ: what distro do you use on the desktop?
12:39.06AndyQDebian
12:39.22Pietestable/unstable?
12:39.32AndyQunstable - I like the edge :)
12:39.55Pietehehe, yea I can imagine being stuck on 2.2.x can be a little boring :)
12:40.14PieteI wanna give debian a spin some time.. for now I'm using slackware 8.1
12:40.25AndyQhaven't used slakware since version 3 :)
12:40.35PieteI'm desperately need of a reinstall, but that can wait for 9.0
12:40.41AndyQdebians quite good once you understand and put your faith in the package manager
12:40.51PieteAndyQ: hehe
12:41.04Pietefor now I prefer hand-compiled stuff - I'm still learning
12:41.24AndyQI get fed up with building every damn thing from source :)
12:41.34*** join/#openzaurus DaJoker (~joker@ip68-10-51-20.rn.hr.cox.net)
12:41.36AndyQI've build thousands of packages and still haven't a clue how automoake/conf work
12:41.58Pietehehe
12:42.26PieteAndyQ: well, I've been doing it for a year now (my complete linux experience), and I'm not fed up (yet)
12:42.35PieteAndyQ: and when I do I'll probably get Gentoo
12:42.45AndyQI've not looked at Gentoo
12:43.16Pieteportage looks sweet, and its based on slack afaik :)
12:43.22Piete(not portagE)
12:44.01*** join/#openzaurus Dessimat0r (Dessimat0r@public1-birk1-3-cust60.bagu.broadband.ntl.com)
12:44.05Dessimat0rlo all ;)
12:44.10Pieteheya Dessimat0r :)
12:44.12AndyQhey Dessimat0r
12:44.37Dessimat0rAndyQ: any progress on sfcave-sql?
12:45.01AndyQDessimat0r: Yup - got the menu in and pretty much working
12:45.14PieteAndyQ: but I'm really glad that I took slack as my staring distro; I'm way ahead of people that has been using linux for a year using mdk for example
12:45.15AndyQDessimat0r: No new games - I'm working of figuring out how to rotate images
12:45.15Dessimat0rcool ;) Managed to bouble buffer yet?
12:45.20Dessimat0r*double
12:45.26AndyQDessimat0r: Nope - not looked at that yet :)
12:45.54PieteAndyQ: managed to get thought-control in yet? I think I'ma break my button using that game of yours :P
12:46.03Dessimat0rAndyQ: rotate images, eh? you need to take a pixel, and put it to a new coordinate, for every pixel
12:46.04AndyQDessimat0r: I see OpenZaurus got included on the Coverdisc for Linux Format
12:46.10Dessimat0rusing maths crap
12:46.13AndyQDessimat0r: Yeah - thanks a lot :)
12:46.15Dessimat0rooh :D
12:46.56PieteDessimat0r: bouble-buffer? that sounds cool :P
12:47.07AndyQbit like bubble bobble :)
12:47.08Dessimat0rvoid rotate()
12:47.13AndyQI wish
12:47.26Dessimat0rlol
12:47.28AndyQIts only for a logo on the front menu screen
12:47.37AndyQSo not too important
12:47.40AndyQbut I want it
12:47.41Dessimat0rah
12:47.52Pietewhy not use a picture, and rotate that picture with gimp? :P
12:48.09AndyQPiete: Coz then I'd need 360 pictures - one for each angle
12:48.23Pieteoh
12:48.38Pietewow, what kind of logo is that
12:48.41Pietehehe
12:48.48AndyQPiete: just a spinning SFCave text
12:49.18Pieteyou don't need *360* pictures for that, unless you want ultra-super-smooth rotation
12:49.33AndyQPiete: I know but I still need too many to do it individually
12:50.16Pietewhats the way you want to do it?
12:50.50AndyQPiete: just have a piece of rotating text (constantly spinning round)
12:51.19PieteI mean, 'implement'
12:51.56Pieteusing a wireframe 2d thing in sdl?
12:52.08AndyQummm - using a library API that rotate the picture for me
12:52.46Pieteok :)
12:53.10Pietegood luck with that :) I'm off to watch a flick
12:54.10AndyQlater
12:56.18Dessimat0rl8r
12:57.47AndyQl8r
13:18.36Bovineibot ethereal
13:18.41GUI network protocol analyzer. URL: http://ethereal.zing.org/, or for the Zaurus @ http://www.cartel-info.fr/pbiondi/zaurus/
13:18.49Bovineibot: ethereal
13:18.51GUI network protocol analyzer. URL: http://ethereal.zing.org/, or for the Zaurus @ http://www.cartel-info.fr/pbiondi/zaurus/
13:18.51Bovinek
13:45.20*** join/#openzaurus Cloudchaser (~Cloudchas@fl-wbu2c6-955.pbc.adelphia.net)
14:11.35*** join/#openzaurus nostromo (~sgala@213-97-200-60.uc.nombres.ttd.es)
14:14.41*** join/#openzaurus numatrix (~jwiens@psifertex.nerdc.ufl.edu)
14:15.41numatrixAhhh... good to be back.
14:30.04AndyQping Dessimat0r
14:34.55*** join/#openzaurus ljp_work (~ljp@01-043.026.popsite.net)
14:40.21TheMasterMind1yo
14:40.34AndyQHey TheMasterMind1
14:40.47TheMasterMind1sup
14:41.13AndyQTheMasterMind1: 0.2 of SFCave-sdl is available and looking pretty sweet - now has colour, cool menus and stuff
14:41.25ljp_workooooo colour
14:41.28TheMasterMind1wow
14:41.29TheMasterMind1nice
14:41.54AndyQyup - now just need to add the extra games in and we've caught up with old SFCave
14:42.18AndyQTheMasterMind1: where should I put it now? It can't be part of opie any longer unfortunatly as it relies on SDL
14:43.09ljp_worksure it can
14:43.16ljp_workop2 relys on xine
14:43.35AndyQljp_work: k but how does it build?
14:44.05AndyQljp_work: you need the SDL stuff plus a couple of additional libraries
14:44.08ljp_workyou have to have pam also
14:44.16AndyQljp_work: SDL_image and SDL_gfx
14:44.41ljp_workso, just maybe provide a rul in a readme or something
14:44.45ljp_workurl
14:45.06ljp_workI dont mind that.. maybe ask on the ml
14:45.08AndyQljp_work: THats fine but surely lots of people will get pissed off coz opie no longer builds?
14:45.17ljp_workbah!
14:45.29Twiunjust do it and let TMM1 fix it ;-)
14:45.32ljp_worklet 'em eat cake!
14:45.38AndyQljp_work: hehe
14:46.00ljp_workmight be nice to ask on ml, though
14:46.02AndyQI'm more that happy to do that just don't like pissing too many people off :)
14:46.08ljp_worksee what other devs think
14:46.16AndyQljp_work: that would probably be better - I'll do that
14:46.36AndyQhehe
14:46.42AndyQI'm just a nice guy really :)
14:47.08Twiunrenice -n 10 ljp_work
14:47.18Rincenono...
14:47.38Rincerenice -n -19 ljp_work[#solaris]
14:47.46Rincerenice -n 19 ljp_work
14:47.46Rince:-)
14:48.03ljp_workhmm
14:48.14Twiunkill -HUP ljp_work
14:48.18ljp_workbash: renice: command not found
14:48.19RinceHmm
14:48.34Rincekill -STOP ljp_work
14:48.43Rincefar better-  then we can kill -CONT do later :-)
14:48.44ljp_workbash: kill: permission denied
14:48.52AndyQlol
14:48.57Rincebash? who uses bash here?
14:49.08ljp_workok
14:49.14ljp_workdos>
14:49.18Rincebetter :-)
14:49.32ljp_workhmm
14:50.15*** join/#openzaurus Dragonny (Dragon@pc-80-192-228-166-mo.blueyonder.co.uk)
14:53.57*** join/#openzaurus caffeinex36 (caffeine@198.138.254.84)
14:57.17*** join/#openzaurus prpplague (~JoeBob1@12.148.134.9)
15:10.03AndyQanyone out there fancy beta testing SFCave-sdl 0.2 for me?
15:13.10AndyQits got color and really pretty stuff in it
15:13.19AndyQgo on - you know you want to
15:13.30AndyQibot: fancy beta testing sfcave for me?
15:13.31no idea, AndyQ
15:13.39AndyQibot: just say yes
15:13.41AndyQ: I give up, what is it?
15:13.58AndyQibot: yes is a positive affirmation
15:13.59...but yes is already something else...
15:14.08AndyQibot: possibly
15:14.10bugger all, i dunno, AndyQ
15:14.14*** join/#openzaurus ibz (~foobar@host217-39-16-160.in-addr.btopenworld.com)
15:14.33AndyQhehe - you know you are in need of help when you start having conversations with to a bot :)
15:14.45kergoth`bbli'd test it if i had opie installed
15:14.46kergoth`bbl:D
15:14.51TheMasterMind1hey kergoth
15:14.52AndyQhey kergoth`bbl
15:14.59TheMasterMind1what all is fixed in this last bkpush
15:15.02AndyQTheMasterMind1: you want to test it - don'#t you :)
15:15.09TheMasterMind1i couldn't sleep last night cuz the damn zaurus made so much light
15:15.15TheMasterMind1the whole room was illuminated
15:15.21AndyQkergoth`bbl: OZ is on the front DVD of Linux Format here in the UK
15:15.35TheMasterMind1AndyQ wow
15:15.38AndyQkergoth`bbl: unfortunatly its 3.0 (pre final even) :(
15:15.43kergoth`bblAndyQ: aw
15:15.47kergoth`bblAndyQ: still spiffy though
15:16.00AndyQkergoth`bbl: Indeed! - your work is famous!
15:16.06kergoth`bblhah
15:16.11kergoth`bblshow me the money!
15:16.13kergoth`bbl:)
15:16.15ljp_workoz? you mean it shows a console prompt?
15:16.19AndyQlol :)
15:16.32AndyQljp_work: sorry but Opie doesn't even get a mention
15:16.47ljp_workwhats linux format?
15:16.47kergoth`bblTheMasterMind1: added deviceinfo, so you can check Z model # again, and fixed a bug in the keymap, and started debugging the frontlight behavior
15:17.02TheMasterMind1cool
15:17.08kergoth`bblTheMasterMind1: the frontlight deal.. its the power function.. it calls it to shut off the frontlight power, and for some reason that is what makes the white display
15:17.16TheMasterMind1lol
15:17.20kergoth`bblTheMasterMind1: not sure why, going to compare my code against the original collie backlight stuff
15:17.20AndyQkergoth`bbl: OK, tell me what you've got - I mean when I ask for a beta test total silence, you show up and they all creap out of the woodwork :)
15:17.30kergoth`bblhehe
15:17.49oobandyq - is that mag sold in shops or is it a subscription?
15:17.55AndyQwheres Dess when you need him? he's always up for a reflash is things go wrong :)
15:18.02AndyQoob - mag sold in the shops
15:18.15oobnice
15:18.20ljp_workwhats the email addy to that editor? :)
15:18.23AndyQoob indeed
15:18.23TheMasterMind1AndyQ i'd test but i'm stuck in console of a .19 kernel
15:18.28AndyQhehe
15:18.29TheMasterMind1AndyQ ask George-
15:18.43AndyQOK, Linux Format: www.linuxformat.co.uk
15:18.47kergothTheMasterMind1: I should be able to finish up the battery stuff today
15:18.47oobi've only seen the zaurus slated by mags in the u.k.
15:18.56kergothTheMasterMind1: i'd like to start on the touchscreen, but not sure if ill have time, we'll see
15:19.02AndyQletters for publication: lxf.letters@futurenet.co.uk
15:19.05ooblike "stuff"
15:19.23AndyQgeneral enquires: linuxformat@futurenet.co.uk
15:20.02AndyQljp_work: give 'em some stick!
15:20.29AndyQhows .19 coming along?
15:20.45kergothwell
15:20.45kergothTheMasterMind1: fyi
15:20.46ljp_workI'll just tell them that Oz != Opie
15:21.06kergothTheMasterMind1: i just applied john t's patches to upgrade our wireless extensions from 14 to 16, then upgraded wireless-tools to 25
15:21.10kergothTheMasterMind1: :)
15:21.32kergothdood
15:21.35kergothx86 binary of ipkg
15:21.37kergothhangs trying to install
15:22.06AndyQkergoth: try leaving it for 10 or more mins :)
15:22.12kergothdood
15:22.14kergothi left it overnight
15:22.15kergoth:D
15:22.19AndyQhehe been dying to say that to someone
15:22.25kergothhehe
15:22.30AndyQkergoth: OK, me thinks something isn't quite right :)
15:23.08kergothyeah i'll say
15:23.12ibzlinux != Gnu/Linux, Oz != Opie...sheesh, some people. ;)
15:23.15kergothits hard to build an image when you cant install packages into the rootfs
15:23.31TheMasterMind1kergoth whoa, sweet. onyx was messing around with that theother day and came to the conclusion that we needed a newkernel for the new wireless stuff - which the newkismet needs
15:23.55kergothTheMasterMind1: welp, new kernel has it now
15:23.59TheMasterMind1great
15:24.02ljp_workwell, opie runs on more than the zaurus
15:24.03kergothheheh
15:24.03TheMasterMind1oh
15:24.10kergothljp_work: so does oz.
15:24.10TheMasterMind1there's a new socket spectrum patch too
15:24.11kergothljp_work: :)
15:24.15ljp_workthat'd be like saying kde == Suse
15:24.27kergothyep
15:24.41TheMasterMind1so we need that, along with that one patch for rfmon mode and the other patch to fix rfmon mode
15:24.43*** join/#openzaurus ljp (~ljp@tf0226.peakpeak.com)
15:24.49TheMasterMind1:)
15:24.56TheMasterMind1i can do all that
15:24.58kergothTheMasterMind1: there looks like theres a newer scanning patch for orinoco
15:25.00ibzopie on the zaurus wouldn't be opie on the zaurus if it wasn't for OpenZaurus on the Zaurus...
15:25.04kergothTheMasterMind1: on john t's site
15:25.04TheMasterMind1kergoth nice
15:25.05ibzheh
15:25.16kergothTheMasterMind1: let me dig up the url, look into it, see if its newer than the other one
15:25.32kergothibz: right, opie would still work great on the ipaq
15:26.01TheMasterMind1i'll try playing with AC_IN again
15:26.12kergothTheMasterMind1: dont bother, thats part of the battery work i'm doing
15:26.12Twiunhey ibz
15:26.18ibzand Oz would still work or kinda work on the dreamcast or whatever other ports there are...
15:26.27ibzhey Twiun
15:26.29TheMasterMind1kergoth ah ok, anything else i can play aroudn with?
15:26.32kergothhmmm
15:26.36kergothTheMasterMind1: let me check the todo
15:26.45kergothhey mickeyl
15:26.56mickeylhi folks, hi kergoth.
15:27.05mickeylstill alive after xmas? ;)
15:27.07ibzTwiun: howz is going? loving the weather ?
15:27.39kergothTheMasterMind1: "Moustafa A. Youssef has updated my patches to the Orinoco driver v0.11b (both Phase 1 and 2 : convert to new API and add Wireless Events and Scanning). "
15:28.00kergoth"The Prism2 HostAP driver has already been converted to the new API and has scanning and event support (version 2002-09-12 and later). Actually, it also take advantage of WE-15 (see below). "
15:28.09Twiunibz: absolutely wonderful! best time to stay indoors atm
15:28.14Twiunibz: lots of coding to be done
15:28.27kergothTheMasterMind1: theres a orinoco patch against v0.13a also
15:28.33kergothTheMasterMind1: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
15:28.42mickeylkergoth: maybe these patches fix the spectrum in monitor mode which still hangs reproducibly
15:28.42kergothTheMasterMind1: this is the guy behind both wireless extensions and wireless-tools
15:28.52ibzTwiun: what you working on again? kaffe?
15:29.07Twiunkergoth: how much bribery do you think it'll take to get Sharp to include gif support by default in their Qt?
15:29.19kergothTheMasterMind1: oh *dood*
15:29.22kergothTheMasterMind1: it turns out
15:29.22ljp_workhmm linuxformat doesnt have that issue online, so I cant read or quote that OZ thingy
15:29.24Twiunibz: W O N K A! blergh! no-one ever remembers ;-)
15:29.30kergothTheMasterMind1: new wireless-tools has a script for /etc/network/interfaces
15:29.32AndyQlol
15:29.37ibzhehe.
15:29.41kergothTheMasterMind1: we can configure wireless parameters in it! DEATH TO WIRELESS.OPTS!
15:29.41AndyQljp_work: well, it has only just come out
15:29.44kergothTheMasterMind1: heh :)
15:30.02Twiunibz: but, yeah, one of the JVMs
15:30.18AndyQljp_work: and its not an article really - just a bit on telling you about it and that its included on the enclosed DVD
15:30.24TheMasterMind1kergoth sweeet
15:30.55TheMasterMind1Twiun hows wonka coming
15:31.09ljp_workooohh
15:31.18TwiunTheMasterMind1: ok so far... I'm having to put in my own gif support
15:31.21kergothibot: message for benmeyer: ping me when you get a chance, we need to discuss a slight networksetup change
15:31.43TwiunTheMasterMind1: because just about every java app uses gifs
15:33.35kergothTheMasterMind1: so onyx4 tested current wireless-tools against the old kernel?
15:33.46kergothTheMasterMind1: I need to know what to ifdef-..endif based on the kernel
15:35.03mickeylis upgrading wireless tools useful when we can't upgrade the wireless extensions in 2.4.6?
15:35.56kergothmickeyl: probably not, but its a pain having multiple versions of the same package floating around. if new works with the old kernel, theres no reason not to upgrade
15:36.31*** join/#openzaurus boulez (~boulez@roc-24-58-67-49.rochester.rr.com)
15:37.12mickeylkergoth: that's true. they're anway pretty backwards compatible, because everything is #ifdef in there.
15:37.19mickeyls/anway/anyway
15:37.22kergothyeah
15:41.26Twiunanyone know why img->qImg = new QImage();
15:41.26Twiun<PROTECTED>
15:41.51Twiunparse error even
15:45.31AndyQhehe
15:52.33troffaskyIs there a reason the loadavg on my zaurus is always 4.00 when it's idle? Is this an old kernel thing?
15:54.22kergothtroffasky: its the power management stuff, yes its an old kernel thing
15:54.32kergothtroffasky: my loadavg on 2.4.19-rmk4-cl1 is 0.0 0.0 0.0
15:54.33troffaskyright
15:54.35kergothtroffasky: :)
15:54.37*** join/#openzaurus asys3 (~uwe@dialin-145-254-145-127.arcor-ip.net)
15:54.37troffaskyhehe
15:55.18asys3ibot oz update
15:55.20[oz update] http://psifertex.com/zaurus/ozupdate.html
15:55.31kergothheh i doubt thats accurate
15:57.37asys3kergoth: any news about rc1 or your 2.4 port ?
15:57.51kergothasys3: 2.4.19 is on schedule
15:58.28asys3kergoth: you managed to compile the tc... stuff ?
15:58.45kergothasys3: yep
15:59.07kergothasys3: pcmcia works, backlight works, keyboard w/ new keymap now matches the key combinations in sharp exactly, but with nothing hardcoded.
15:59.17TheMasterMind1kergoth according to onyx, it wasn't working with .6 so he gave up
15:59.59TheMasterMind1kergoth the spectrum patch uses orinoco code from .11b but .13 is the latest, so we'll have to figure out if we can use both together or not
16:00.15kergothTheMasterMind1: what does spectrum add to the orinoco code?
16:00.31asys3kergoth: and what's the part you actually are working on ?
16:00.41TheMasterMind1not sure. it might not add anything, must just be the extra spectrum_cs.c that uses orinoco code. we'll have to run some diffs and check
16:00.46kergothasys3: right now? battery status checking, charging
16:00.52kergothasys3: after that its touchscreen
16:01.46asys3kergoth: you're doing a very good job. i use rc1 and it's quite good.
16:04.06TheMasterMind1hehe
16:04.46kergothi should update the news page on openzaurus.rog
16:04.47kergothorg
16:05.26kergothwhy oh why
16:05.31kergothdoes lineo name their c functions with capitals
16:05.40*** join/#openzaurus godsmoke (~godsmoke@66.93.85.21)
16:05.41kergothdamn people using c++ conventions in kernel space
16:05.45kergothpisses me off
16:05.48kergothi keep having to reformat
16:05.49asys3kergoth: yes. a  lot of people are hungry of oz news ;-)
16:05.50godsmoke...urgh...
16:06.48godsmokeok, probably a stupid, and overasked question, but why does qtmail for OZ ask for qpe-base? and where can I get it?
16:06.55kergothgodsmoke: you already have it.
16:07.05kergothgodsmoke: its not asking for qpe-base, its asking for version 1.5.0 of qpe-base
16:07.08godsmokeso, why does that dependency fail?
16:07.09kergothgodsmoke: which is fucking stupid
16:07.12godsmokeoh
16:07.14TheMasterMind1godsmoke -force-depends
16:07.23kergothgodsmoke: you should never depend on a specific version of a package unless there's a specific reason for it
16:07.27kergothheh
16:07.59godsmokeI didn;t
16:08.03godsmokebut this does
16:08.19godsmokeI NEED a pop3 mail client
16:08.21godsmoke:(
16:08.26TheMasterMind1godsmoke -force-depends
16:08.39godsmokeTheMasterMind1: thanks
16:08.40godsmokegot it
16:08.45kergothgod i hate all these magic numbers
16:08.47kergothin this code
16:09.12kergothFLASH_DATA(FLASH_AD_MAGIC_ADR) == FLASH_AD_MAJIC
16:09.13kergothblah
16:09.19TheMasterMind1i hate the nonmagical ones
16:11.18godsmokeok, another question, kinkattalite
16:11.32godsmokedepends on qpe-base 1.5 .... I force depends, but it still complains
16:12.04godsmokeand it wants to install some graphic that comes with opie-pics
16:12.13TheMasterMind1-force-overwrite
16:12.36godsmokewhat about the qpe-base problem
16:12.38godsmoke?
16:12.47ljp_workignore it
16:12.53ljp_work-force-depends
16:13.05godsmokeljp_work: did that, still complained
16:13.24TheMasterMind1??
16:13.31godsmokeok, got it
16:14.59TheMasterMind1kergoth why don't we use pcmcia-cs for modules also? why kernel pcmcia... oh, cuz of collie support, nm..
16:15.14kergoth:)
16:15.33kergoththough actually, we're running with all the lineo crap removed except for sa1100_* right now
16:15.41kergothwhich means, we could use pcmcia-cs modules if we wanted
16:15.45TheMasterMind1hmm
16:15.52TheMasterMind1this latest orinoco rfmon patch is for pcmcia
16:16.02TheMasterMind1but it should apply to the kernel just fine too
16:16.08kergoth?
16:16.27TheMasterMind1http://airsnort.shmoo.com/orinocoinfo.html
16:16.28kergothah
16:17.34godsmokethere are CF orinoco cards?
16:18.29TheMasterMind1orinoco based. and you can also use pcmcia cards with an adapter
16:18.51TheMasterMind1the socket low power wifi and the symbol cards use orinoco based drivers
16:18.55godsmokeoh, ok, question about konqueror ... I remember just glancing at some solution to the "invalid magic" message when installing ... now I'm getting that message, what was the resolution to the problem?
16:19.01godsmokeoh, ok
16:19.35TheMasterMind1you're installing from the oz feeds?
16:19.59godsmokeyes
16:20.02godsmokestabl
16:20.04godsmokestable*
16:20.45TheMasterMind1it shouldn't give magic errors unless it didn't download right
16:21.11godsmokehmm, I'll download again
16:21.56TheMasterMind1kergoth the new socket spectrum drivers is just a targz with files in it. should i create patches out of it or just replace files in the tree and push
16:22.39kergothTheMasterMind1: dont put it in kernel, i want orinoco and spectrum as seperate packages now
16:23.55kergothTheMasterMind1: also, i'm going to be splitting up our kernel modules packaging ala familiar, finally
16:23.59kergothTheMasterMind1: i'm sick of one big ass package
16:24.07ljp_workya.
16:24.09godsmokecrap, not enough free space
16:24.09TheMasterMind1ah ok
16:24.51kergothwell
16:24.55kergothmodules take space in the rootfs
16:25.01kergothkernel doesnt, its on a seperate partition
16:25.04TheMasterMind1kergoth but how do you want me to do the coding part. the modules packages is just a matter of putting different modules in seperate ipks
16:25.27kergothTheMasterMind1: what coding part?
16:25.37TheMasterMind1the code, i guess i'll just make it all work in the tree and then create one changeset
16:25.53*** join/#openzaurus pnis (~pnis@caracas-0012.adsl.interware.hu)
16:25.57ljp_workya, but debugging modules is easier than reflashing the kernel every time
16:25.57TheMasterMind1kergoth you know like for 2.4.6 we had patches that enabled this stuff, do i create patches or just put it in the tree
16:26.02kergothi just told you
16:26.03TheMasterMind1pnis sup
16:26.05kergotharent you listening?
16:26.09pnisTheMasterMind1: hi!
16:26.10kergothi -dont- want them -in- kernel tree
16:26.15kergoth*seperate* packages/
16:26.22kergothpatches are harder to maintain
16:26.40godsmokehas anyone gotten like, full divx to play on their zaurus, through like a high-speed CF card?
16:26.47pniskergoth: I sent you a bk patch to include collie_ssp in 2.4.19
16:26.50pniskergoth: it compiles
16:26.58pniskergoth: but I couldn't test
16:27.02TheMasterMind1pnis is that the buzzer driver or the headphone jack driver?
16:27.09pnisTheMasterMind1: headphone
16:27.14TheMasterMind1nice
16:27.20pnisTheMasterMind1: mplayer plays movies perfectly smooth with it
16:27.21TheMasterMind1does it have that one ioctl that mplayer always complains about?
16:27.30TheMasterMind1SND_GET_SPACE or whatever
16:27.40TheMasterMind1niiiicee
16:27.41pnisTheMasterMind1: yes, exactly
16:27.46pnisTheMasterMind1: that was the trick
16:27.52pnisTheMasterMind1: sdl is not needed anymore
16:27.53godsmokepnis: is mplayer more efficient than opieplayer2?
16:28.01ljp_workno
16:28.03pnisgodsmoke: it needs much much less memory
16:28.09godsmokeok
16:28.13ljp_worktrue
16:28.22godsmokedamn, why is konqueror SO big?
16:28.32TheMasterMind1pnis so we no longer need sdl for sound or video?
16:28.53pnisTheMasterMind1: so sdl won't be needed either
16:28.53ljp_workcause the internet is big
16:28.53pnisTheMasterMind1: yees
16:28.53godsmokeljp_work: that would constitute the word "efficient"
16:28.53TheMasterMind1godsmoke opera is 2 megs..
16:28.53godsmokesmaller than 6 megs
16:28.54TheMasterMind16?
16:28.57TheMasterMind1damn
16:28.57godsmokeyes
16:29.00ljp_workdifferent types of effecient, performance, and memory
16:29.05godsmokethe installed size of konqueror
16:29.20godsmokeis 6 megs
16:29.22ljp_workeither its going to perform well, or use memory
16:29.25ljp_workerr
16:29.26kergothpnis: you want to work on the buzzer driver? we need to rip out the crap character device interface, and drop in a OSS implementation
16:29.32ljp_worknot that
16:29.35kergothpnis: then we'll keep around the character device interface in a sharp compatibility module
16:29.47TheMasterMind1kergoth i don't get it. you don't want it as patches, you don't want it in the kernel tree. what do i do with it? i understand you want different packages, but isn't that just a matter of taking the modules that the kernel builds and packaging them seperately?
16:29.56godsmokeTheMasterMind1: http://openzaurus.org/oz_website/faq/faq?id=56
16:29.59kergothTheMasterMind1: *kernel* wont build them!!!!!
16:30.01godsmokeinstalled full is 5.1 mb
16:30.02kergothTheMasterMind1: packages/spectrum_cs
16:30.05kergothTheMasterMind1: packages/orinoco
16:30.09TheMasterMind1ah
16:30.12kergothTheMasterMind1: i dont want them in the fucking 2.4.6 kernel tree
16:30.15kergothTheMasterMind1: at all
16:30.15TheMasterMind1:)
16:30.19kergothokay good
16:30.37TheMasterMind1i thought it needed to be in the kernel tree to compile
16:30.52kergothnope, they include their own makefiles generally, in their tarballs
16:30.55pniskergoth: ok, if you could send me an email about your brief ideas, I shall follow your advice
16:31.01kergothpnis: will do
16:31.15kergothpnis: I'm working on battery status checking and charging atm, should be working within a couple hours
16:31.22TheMasterMind1kergoth do we want to go with kernel pcmcia or pcmcia-cs modules
16:31.25pniskergoth: thanks
16:31.30kergothTheMasterMind1: we'll package both.
16:31.30pniskergoth: that's good
16:31.32TheMasterMind1k
16:31.39kergothTheMasterMind1: just a matter of which to select for the image. we can decide that later
16:31.53TheMasterMind1pnis i can test out the patch for you
16:32.04pniskergoth: btw there are some things disabled in collie_ssp - do you know what this test release 0-1, etc. are, and whether those parts are needed ?
16:32.18pnisTheMasterMind1: that would be cool - build it as a module imho
16:32.19kergothpnis: the TS/TR/etc can all be tossed
16:32.23kergothpnis: none of those will ever be defined
16:32.28pniskergoth: ok, than I will remove them
16:32.30kergothpnis: they were development models of the Z
16:32.43pniskergoth: that will make it much nicer
16:32.48kergothyes
16:32.50pnisanyway I have to go now
16:32.50kergothi've been cleaning up as i go
16:32.55kergothlineo formats their code weird too
16:32.58kergoththey act like its c++
16:33.01kergothokay, ttyl
16:33.02pnis:)
16:33.19pnisif you have any thoughts mail me kergoth, TheMasterMind1
16:33.20pnisbye
16:33.21ljp_workwell, it _should_ be c++ code in there!
16:33.46kergothwoah
16:33.47kergoth10:40 < mjc> jdike: I got UML to boot on win32 under cygwin, I'll send you some
16:33.50ljp_workclass Sound{};
16:33.50kergoth<PROTECTED>
16:33.56kergothUML in win32 under cygwin? evilll
16:34.44godsmokeFUCK
16:34.50godsmokekonqueror doesn't work
16:35.03*** join/#openzaurus gideon (~user@64-205-168-215.client.dsl.net)
16:35.04kergoth?
16:35.06kergothkonq works fine
16:35.10*** join/#openzaurus oob (~oob@81-5-138-97.dsl.eclipse.net.uk)
16:35.22godsmokekergoth: not on my zaurus
16:35.24gideonrar
16:35.57kergothgodsmoke: try the one from testing
16:36.02kergothgodsmoke: 3.0 hasnt been touched in months
16:36.02godsmokeuh
16:36.05godsmokeok
16:36.56godsmokewont dependencies fail if I have 3.0 installed?
16:37.05kergoth?
16:37.05kergothno
16:37.06*** join/#openzaurus j0sh (jebus@dialup-63.214.218.180.Dial1.Philadelphia1.Level3.net)
16:37.10TheMasterMind1kergoth when you build pcmcia-cs modules, it looks at the kernel source tree and doesn't build the modules if you have kernel pcmcia enabled
16:37.23kergothTheMasterMind1: we'll have to do some magic to get both built
16:37.26*** join/#openzaurus Lazerdye (~thaddock@delmar-209-137-167-162-dsl.cavtel.net)
16:37.29kergothTheMasterMind1: need to look at debian, they package both.
16:37.30godsmokekergoth: it's the same file
16:37.41gideonwhere can I get an ipk of konq?
16:37.45kergothgideon: the oz feeds.
16:37.48LazerdyeHello, does anyone know how to get fbvncserver working with OpenZaurus 3.0?
16:37.52kergothLazerdye: install it.
16:37.58kergothLazerdye: and _dont_ use the one from zsi
16:38.00gideonthanks
16:38.05kergothLazerdye: you _must_ use the one from the testing/unstable feeds
16:38.31Lazerdyekergoth: done, and done, I have the one from testing, and it displays fine, but it takes no input from vncviewer.
16:38.37kergoththen you didnt calibrate.
16:38.44kergothafaicr
16:39.11godsmokekergoth: how is your memory allocated on your Z? I ran out of space now, I have only installed a couple things....
16:39.31Lazerdyekergoth: is there a way to force calibrating? When I start up vncserver, there's no sign that it's calibrating.
16:39.36kergothgodsmoke: you're being stupid
16:39.39TheMasterMind1godsmoke you should be installing stuff to ram, not your root partition
16:39.42kergothgodsmoke: i'd say you'er installing to flash, not ram
16:39.45kergothheheh
16:39.50kergothLazerdye: there never is.
16:39.54kergothLazerdye: you just _do_ it
16:40.00kergothLazerdye: nothing pops up
16:40.11*** join/#openzaurus sieve (~sieve@12.148.134.9)
16:40.19kergothLazerdye: uninstall it, reinstall it, reboot, first thing you do with the touchscreen, tap the upper left, then lower right, then start the vnc server.
16:40.51Lazerdyekergoth: Let me try that, I don't think I rebooted.
16:40.54kergothgodsmoke: fyi thats fully covered in the faq. go read
16:41.47godsmokekergoth: ok, well, konq is still failing at like 100 things
16:42.07godsmokegives me a LONG list of failures, and doesn't install
16:43.07*** join/#openzaurus ljp_work (~ljp@01-198.026.popsite.net)
16:43.30PieteHey guys :) me = back
16:43.35numatrixgodsmoke: The errors when installing packages is normal.
16:43.58numatrixgodsmoke: Has to do with the way aqpgk installs and links programs.
16:44.08*** join/#openzaurus caffeinex36 (~caffeine@bgp522997bgs.ebrnsw01.nj.comcast.net)
16:44.14numatrixYeah; hi all, I'm back too.  :-)
16:44.14AndyQHey Piete
16:44.15godsmokenumatrix: I know, but then it doesn't actually install
16:44.18Pieteheya kergoth :) how goes it :)
16:44.24kergothhey numatrix, Piete
16:44.26kergothnot bad
16:44.27AndyQPiete: SFCave is not in glorious colour
16:44.36PieteAndyQ: hehe, I was about to ask :P
16:44.37AndyQs/not/now
16:44.50Piete:D
16:44.54AndyQPiete: check it out: http://andyq.myby.co.uk/feed
16:45.00Pieteon my way :D
16:45.36numatrixgodsmoke: yeah, that's a problem.  You installed kong from the OZ feed, right?
16:45.47godsmokenumatrix: yes, kergoth told me to
16:46.24AndyQPiete: only real bug is that you currently can't go to the menu from the game yet
16:46.36AndyQPiete: you have to quit the game and restart to do that
16:46.44ljp_workAndyQ: 403
16:46.50PieteAndyQ: okie.
16:46.51AndyQPiete: but that s only because SDL doesn't recognise theOK button
16:47.18AndyQljp_work: you can't go to it directly - haven't set up the htaccess yet - but  http://andyq.myby.co.uk/feed/Packages will work
16:47.28AndyQljp_work: or failing that:  http://andyq.myby.co.uk/downloads
16:47.37Lazerdyekergoth: No, I un-installid it, rebooted, re-installed the version from the OZ test feeds, rebooted, clicked upper left, clicked lower right, started up VNC Server, and it's still not seeing my clicks from vncviewer.
16:47.38TheMasterMind1kergoth we need to upgrade hostap also
16:47.45AndyQljp_work doesn't work either :)
16:47.48kergothTheMasterMind1: i know
16:47.49Pieteheya TheMasterMind1
16:47.55kergothLazerdye: is tssimd running?
16:47.55TheMasterMind1Piete sup
16:48.02kergothLazerdye: did you install from testing or unstable?
16:48.13PieteTheMasterMind1: heh, I'm defrosting, thank you
16:48.14AndyQljp_work: http://andyq.myby.co.uk/downloads/sfcave-sdl_0.2_arm.ipk does work
16:48.37PieteAndyQ: ohhh purdy!!
16:48.39Lazerdyekergoth: testing.
16:48.41kergoth<PROTECTED>
16:48.49kergoth20 peoiple have given patches into buildroot now. spiffy
16:48.50Lazerdyekergoth: I think they're both the same versions actually.
16:48.54AndyQPilike it?
16:48.59AndyQPiete: like it?
16:49.13Pietelike it? I LOVE it :D
16:49.16kergothLazerdye: ln -s ../init.d/fbvncinput /etc/rc2.d/S86fbvncinput; then reboot, calibrate, and run vnc server
16:49.18AndyQhehe
16:49.27Pietethat tail is especialy pretty
16:49.38AndyQPiete: what about the menu screen?
16:49.49PieteAndyQ: *very* nice
16:50.09numatrixAndyQ: neo submitted (or was going to submit) a patch to sdl that would lock the hw keys to make them available to apps.  Still doesn't resolve the Menu/Cancel keys, I think because of the way they're handled, but it's better than nothing.
16:50.15PieteAndyQ: Is it possible to color the blocks?
16:50.21PieteI mean 'fill'
16:50.33AndyQnumatrix: woot!
16:50.42AndyQPiete: yup - pick your color
16:50.57numatrixAndyQ: yeah, that'll be nice.  I've been getting on him to submit it already for a while.
16:51.15AndyQnumatrix: time to give hime some more hassle :)
16:51.27PieteAndyQ: sorry if this sounds stupid, but how do I quit it?
16:51.41AndyQPiete: Cancel button
16:51.47numatrixAndyQ: yup.  ;-)  It's only a couple of lines and he's had it on deck for a whiel.
16:51.53AndyQhehe
16:51.59PieteAndyQ: doh!
16:52.17AndyQPiete: what color blocks?
16:52.43kergothcould make it random. when a block is about to appear have it fill with a random color? hmm
16:52.55kergothTheMasterMind1: going to test out collie_ssp in 2.4.19?
16:52.58AndyQkergoth: maybe - might look tacky though :)
16:53.00kergothTheMasterMind1: cat a wave file out it :)
16:53.03PieteAndyQ: the blue is fine, I just meant to make them look more erm 'solid'
16:53.04kergothAndyQ: true true
16:53.28Pietelol
16:53.30AndyQk
16:53.40AndyQPiete: I'll try it out now and see what its like.....
16:53.54*** part/#openzaurus asys3 (~uwe@dialin-145-254-145-127.arcor-ip.net)
16:54.00kergothi'm tempted to flash back to 2.4.6 to play
16:54.02kergoth:)
16:54.38AndyQhehe
16:54.44AndyQits very purdy
16:55.04PieteAndyQ: and later on, replacing the square 'vehicle' (:P), with a orward facing small triangle, could make it look more slick
16:55.13Pieteforward even
16:55.34AndyQPiete: I'd thought of a small oval - triangles are tricky :)
16:55.51Pieteah, ok :)
16:56.07Pietejust somethime more erm, aerodynamic :P
16:56.17AndyQyup
16:56.44kergothTheMasterMind1: any idea why ipkg for x86 hangs on install?
16:56.52kergothTheMasterMind1: i believe mark was running into this as well
16:57.12numatrixgideon: umm, did you just dcc chat me for any partcular reason?
16:57.42PieteAndyQ: it seems harder...
16:57.56PieteAndyQ: it feels as if I'm on jupiter :P
16:58.09AndyQPiete: yup - thats because the SDL timings are different somehow
16:58.27AndyQPiete: unfortunatly I haven't managed to duplicate the original SFCave feel :(
16:58.42AndyQPiete: but on the up side, you get used to it pretty quick and I now prefer it
16:59.19Pieteok, I'll try it for a while :)
16:59.51Pieteits one of those games you can play for hours and hours
16:59.59AndyQyeah
17:00.00Pietebut its really simple and fun
17:01.49Bovineibot festival
17:01.50hmm... festival is a general multi-lingual speech synthesis system developed at CSTR. See http://www.cstr.ed.ac.uk/projects/festival/, or festival lite a much more compact festival http://www.speech.cs.cmu.edu/flite/index.html
17:03.26*** join/#openzaurus lazerdye (~thaddock@delmar-209-137-167-162-dsl.cavtel.net)
17:04.23lazerdyekergoth: Thanks! That was the problem, it works now!
17:04.28TheMasterMind1kergoth push the patch pnis sent so i can test sound. and strace ipkg on x86 and see where its hanging
17:04.51ljp_workAndyQ: does that come with the sdl libs?
17:04.54TheMasterMind1kergoth is that vnc problem fixed in buildroot?
17:04.55kergothlazerdye: glad to hear it. the package is fixed, just need to tupdate the feeds
17:04.58kergothTheMasterMind1: just pushed it
17:04.59kergothTheMasterMind1: i think so
17:05.00TheMasterMind1k
17:05.04kergothTheMasterMind1: the ssp driver is in bk
17:05.18lazerdyekergoth: I noticed that fbvncserver-oz was missing from the main feeds.
17:05.22kergothlazerdye: ?
17:05.24kergothlazerdye: no
17:05.26AndyQPiete: OK, we have colored boxes and a menu reentry working
17:05.31kergothlazerdye: its called fbvncserver now, not fbvncserver-oz.
17:05.36PieteAndyQ: neat
17:05.39kergothlazerdye: and its in both testing and unstable. i doubt its in stable
17:05.40AndyQljp_work: yes it does
17:05.41PieteAndyQ: I'll install it now
17:05.45AndyQPiete: in the feed - 0.3
17:05.48ljp_workhmm
17:05.51Pietek
17:05.55TheMasterMind1hm, do i need to do something to enable ssp?
17:06.06kergothTheMasterMind1: yes, its under sound
17:06.10lazerdyekergoth: Aha, that's what I meant, the stable feeds, it's in the package list but not on the server.
17:06.13kergothTheMasterMind1: enable sound, sa1100 sound, then collie
17:06.16Pietelol, I have this sound of a sonic boom in my head.. argh
17:06.17kergothlazerdye: yep, i know
17:07.09TheMasterMind1kergoth which collie d/a is it
17:07.16TheMasterMind1kergoth and do i enable oss?
17:07.34kergothTheMasterMind1: leave the d/a set to default
17:07.37gideonthe best is when a relative asks you to install aol, and when you do it breaks their computer, and they blame you.
17:07.37gideonGRRR
17:07.38kergothTheMasterMind1: shouldnt need to
17:07.49godsmokekergoth: I'm still having some problems with konqueror ... it seems to install ok, other than the links (being installed in mtdram), but it doesn't show up in the main menu
17:08.02kergothgodsmoke: tried restarting opie?
17:08.11lazerdyeDoes anyone else feel that Sharp is really missing the boat here? After buying the Zaurus, I was a little dissapointed, but now after installing Open Zaurus, I am very impressed with the progress that's been made.
17:08.31godsmokekergoth: ah, no I didn;t
17:10.05kergothTheMasterMind1: try mrproper'ing your ipkg-x86 and ipkg and rebuilding and building an image, will you?
17:10.10kergothTheMasterMind1: see if you get the ipkg-x86 hang
17:10.16PieteAndyQ: well, I updated the feed, but it 404s when I install it
17:10.30AndyQPiete: hang on....
17:10.45godsmokekergoth: nope, didn't work
17:11.03godsmokewhen I type "konqueror
17:11.09PieteAndyQ: nm, it works now
17:11.13godsmoke" in the ocmmand line, i get a permission denied message
17:11.18AndyQPiete: its my crappy cache!
17:11.20PieteI had to restart aqpkg
17:11.20kergothgodsmoke: permission denied? odd
17:11.29godsmokeyeah
17:11.29kergothgodsmoke: try ipkg-link add konqueror-embedded
17:11.30Pietehehe
17:12.01lazerdyeThanks for the help, now back to work.
17:12.30godsmokekergoth: package not found
17:12.31*** join/#openzaurus rabbit_uk (~chatzilla@host81-7-54-224.surfport24.v21.co.uk)
17:12.37kergothgodsmoke: which one di dyou install?
17:12.41kergothgodsmoke: full or what?
17:12.41PieteAndyQ: niiice :)
17:13.02godsmokekergoth: the smaller one, not full
17:13.09AndyQPiete: glad you aprove
17:13.38godsmokekergoth: ahh, found it, it's called konqueror-snapshot
17:13.40numatrixgodsmoke: ipkg-link add konqueror-snapshot
17:13.43kergothhehe
17:13.45kergothyeah, that
17:13.45numatrixheh; yeah, there you go
17:13.56godsmokekergoth: ok, now what do I do?
17:14.01kergothgodsmoke: restart opie
17:15.02godsmokekergoth: didn't help
17:15.39numatrixgodsmoke: You check the permission on the executable yet?
17:15.56godsmokenumatrix: uhh ... root should have enough privs :)
17:16.59TheMasterMind1godsmoke no, not if its not chmodded right
17:17.09numatrixgodsmoke: If for some reason the file isn't +x then it won't matter who you are.  :-)  And since you told me that you get permission denied when trying to run it on the command line, it might be.
17:17.41godsmokemaybe ... but I just tried to run "konqueror_light" and it gave me errors about not being able to find images in the QT paths
17:18.43godsmokewhere is konqueror?
17:19.12numatrixgodsmoke: I don't know offhand; like I said before:  which konqueror will tell you
17:19.34godsmokecame up with nothing
17:20.00numatrixand yet you get permission denied when you run konqueror by itself?  One sec, I'll open up the ipk.
17:20.07godsmokeok
17:20.07kergothgodsmoke: ipkg files konqueror-snapshot|grep bin
17:20.11kergothnumatrix: ^^easier
17:20.12kergoth:)
17:20.13TheMasterMind1kergoth hm, it can't find asm/arch/tc35143.h
17:20.26numatrixkergoth: definitely.  /me is still rusty from coming back from vacation.  ;-)
17:20.32kergothTheMasterMind1: thats in the tree.
17:20.41kergothnumatrix: hehe
17:20.47TheMasterMind1i just bk -r edit -q
17:20.52godsmokekergoth: package not installed
17:21.10kergothgodsmoke: ipkg files -d mtdram konqueror-snapshot|grep bin
17:21.11numatrixHe might be running an old ipkg
17:21.18kergothnah, files needs the dest
17:21.22numatrixkergoth: yeah; I was about to say that.
17:21.26kergoth:)
17:21.27hardwirekergoth: have I ever told you you have a great accent!
17:21.31numatrixDoesn't the new one try different destinations automatically?
17:21.41kergothhardwire: ?
17:21.47kergothnumatrix: dunno
17:22.03godsmokekergoth: did it with the dest, still no package
17:22.20kergothTheMasterMind1: oops.. that file wasnt in the tree after all
17:22.21godsmokeipkg files -dest mtdram konqueror-snapshot
17:22.21kergothTheMasterMind1: hehe
17:22.22numatrixkergoth: Do you have a MN accent?  ay?
17:22.28gideonhey.
17:22.31Pietewhere do the PIM apps store the data (addresses/todos etc)?
17:22.37TheMasterMind1kergoth heh, push it
17:22.39kergothnumatrix: yeah. not as bad as you see in Fargo, but yeah
17:22.42kergothheheh
17:22.43gideonwhen should 3.1 come out?
17:22.55Pieteon xmas
17:22.56numatrixkergoth: A bunch of good friends of mine were from Moorhead and fargo.
17:22.57Pieteoh, wait
17:23.00godsmokedamnit
17:23.01kergothgideon: probably not for another 3-4 weeks
17:23.05godsmokeI just want a web browser
17:23.10ibzPiete: find / -name \*.xml
17:23.14kergothgodsmoke: you _did_ install it to the ramdisk right?
17:23.19kergothgodsmoke: or di dyou install to cf/sd?
17:23.19godsmokekergoth: yes
17:23.25godsmokeon the mtdram
17:23.34Piete...
17:23.39kergothcat /mnt/ram/usr/lib/ipkg/info/konq*files*|grep bin
17:23.48numatrixgodsmoke: find / -name konq
17:24.12kergoths/konq$/"konq*"/;
17:24.14kergoth:)
17:24.17Pietethanks :)
17:24.25kergothTheMasterMind1: bk pull
17:24.41Pieteibz: sorry, its late, I thought you were ibot saying another random thing to a random person :P
17:24.50numatrixkergoth: Doh.  Yeha.
17:24.52godsmokeit finds it in /opt/Qtpalmtop/bin/konqueror
17:24.53Pieteibz: lol
17:25.06numatrixgodsmoke: Where it should.  but that's just the sym link.
17:25.14numatrixgodsmoke: ls -l /opt/QtPalmtop/bin/konqueror
17:25.18godsmokewell, that's all that it finds
17:25.58numatrixgodsmoke: what oz are you using?  3.0?  Have you upgraded to any feeds lately?  You might want to upgrade your ipkg, remove konq and try again.
17:26.35godsmoke...
17:26.40ibzibot ibz
17:26.42you are, like, not ibot nor is he a bot
17:26.48godsmokeI have to leave in like 15 minute to the airport
17:26.58godsmokeand I needed a webbrowser to check network stats
17:27.16godsmokeso, I thought, hey, I'll allow an hour to be safe :)
17:27.33numatrixgodsmoke: normally that'd be enough.  You could always flash back to sharp if you're desperate.
17:27.37ibzibz botsnack
17:27.39ibzdoh!
17:27.44ibzibot botsnack
17:27.44thanks ibz :)
17:27.44godsmokenumatrix: oh god ..
17:27.50numatrixgodsmoke: :-)
17:28.00numatrixLike I said.  If you're desperate.
17:28.05godsmokeyeah...
17:28.12godsmokehave to set up everything again
17:28.28TheMasterMind1godsmoke type which konqueror
17:28.29godsmokeif I did
17:28.37godsmokeTheMasterMind1: did, got nothing back
17:28.54numatrixgodsmoke: ls /mnt/ram/opt/QtPalmtop/bin
17:29.12TheMasterMind1godsmoke ipkg remove and reinstall ti
17:29.23TheMasterMind1try the snapshot-full versoin
17:29.24godsmokeTheMasterMind1: did that alredy
17:29.45Pietejust reflash :P It will take less than 13 minutes
17:29.45godsmokeTheMasterMind1: says that it isn't installed
17:29.48numatrixHmm, yeah, you could try the snapshot-full.  That's not a bad idea.
17:30.03Pieteok, sorry, I shouldnt have said that
17:30.04godsmokenumatrix: that's what tried frist
17:30.07TheMasterMind1godsmoke then install snapshot-full with -force-ovewrite
17:30.09Pietenite people
17:30.10gideoncan 3.1rc1 screw up my z?
17:30.17TheMasterMind1gideon no.
17:30.24gideonthanks
17:30.35*** join/#openzaurus carsten (~carsten@pD9E56E4B.dip.t-dialin.net)
17:30.41Pietegideon: nope, its imgo more reliable than anything out there
17:30.45Pieteimho even
17:30.56AndyQOK, gotta go - later
17:31.18numatrixPiete: in your good opinion?  That works too, I guess. ;-)
17:31.36*** join/#openzaurus lsmith (~vandal@pD9E77CBD.dip.t-dialin.net)
17:35.09godsmokeGOT IT WORKING!!!
17:35.12godsmoke:D
17:35.17TheMasterMind1godsmoke heh
17:35.18TheMasterMind1how ?
17:35.28godsmoke3 force removes
17:35.33godsmokeand then 2 force reinstalls
17:35.36godsmoke:)
17:35.54godsmokeugly
17:35.54TheMasterMind1eh?
17:35.59TheMasterMind1force-reinstall doesn't do anything
17:36.08godsmokewell, it did something here
17:36.13TheMasterMind1interesting
17:36.19*** join/#openzaurus Cloudchaser (~Cloudchas@fl-wbu2c6-955.pbc.adelphia.net)
17:36.25godsmokemaybe it was the force removes that did it
17:36.46godsmokebecause there were 2 failed installs in root due to lack of space
17:37.42numatrixgodsmoke: just in time.  :-)
17:37.52kergothTheMasterMind1: tried collie_ssp yet? ;)
17:37.52godsmokeyes,
17:38.00godsmokeI allowed about 5 minutes of cushin
17:38.13godsmoke(12:45 was my leaving point)
17:39.09godsmokeok, I'm off
17:39.13godsmokethanks for the help
17:39.53TheMasterMind1kergoth it won't comile
17:39.54TheMasterMind1compile even
17:40.02kergothTheMasterMind1: i pushed tc35143.h
17:40.05kergothTheMasterMind1: it compiles here
17:40.14kergothTheMasterMind1: whats the error?
17:40.24TheMasterMind1undeclared variables: sq_unit, mixer_unit
17:40.39TheMasterMind1line 1729
17:40.50kergothTheMasterMind1: you'll have to build it as a module
17:40.56TheMasterMind1oh
17:40.58*** join/#openzaurus dep (~chatzilla@h24-77-50-229.gv.shawcable.net)
17:40.58TheMasterMind1doh
17:40.59kergothTheMasterMind1: from what i can tell
17:41.02kergothTheMasterMind1: we can fix it later
17:41.03hardwirehi
17:41.22kergothhey hardwire
17:41.26hardwireso .. can you reprogram the uid/mid of the usb chip on the Z
17:41.34hardwirelike tell it to be 6969:6969 or something
17:41.37lsmithgoody .. php 4.3 released
17:41.46TheMasterMind1kergoth i make all the options M ?
17:41.53kergothwell, usb is all handled in the sa1110
17:41.56kergoththere is no usb chip
17:42.01hardwireyou are shitting me
17:42.03kergothread the sa1110 developer manual
17:42.06hardwireYOU.. SHIT.. ME!
17:42.09kergothunder the peripheral controller
17:42.14kergothUART 1 afaicr
17:42.14hardwireNO FREAKING WAY!
17:42.18kergothheh
17:42.24kergothchill!
17:42.26kergothheh
17:42.31kergothTheMasterMind1: for sound, yeah
17:42.44hardwireI should be able to control halo w/ the keyboard now!
17:42.48hardwirethat would be heaven
17:42.51gideonif you don't mind me asking, why 2.4.19?
17:43.01kergothgideon: its the latest available stable arm kernel.
17:43.05kergothgideon: why not?
17:43.06kergothheh
17:43.24gideonis it any faster, better? how?
17:43.31kergothgo read the fucking changelog
17:43.35kergothfrom 2.4.6 to 2.4.19
17:43.37numatrixgideon: There are a ton of good reasons.
17:43.49gideonoh
17:43.52numatrixgideon: Best way is as kergoth put it in his usual gentle tone, to read the changelog.  ;-)
17:43.53kergothbetter power management, better memory managemetn, new wireless extensions
17:43.55kergothetc etc etc
17:44.02gideonok
17:44.13kergothhehe
17:44.25kergothin his usual gentle tone <-hah
17:44.41numatrixkergoth: I thought you might like that.  ;-)
17:44.54numatrixSpeaking of better battery (it's a stretch, but whatever)--has anybody heard from the sharp d00ds any recent news about the 5600?
17:45.05kergothi havent heard anything
17:45.14numatrixGetting, even.
17:45.16kergothi sent a formal request for c700 sources, but forgot to ask for the b500/5600
17:45.20TheMasterMind1argh. zaurus.com pisses me off
17:45.29kergothTheMasterMind1: why?
17:45.34numatrixOhh, new homepage.
17:45.34TheMasterMind1its slow
17:45.53numatrixWhat the heck is on the back of the zaurus on the zaurus.com homepage?  The circular thing?
17:46.08hardwirehmm
17:46.14hardwirenow I can make fake usb devices :)
17:46.34kergothhardwire: you can?
17:46.35kergothheh
17:46.44hardwiresure.. using the Z
17:47.20hardwiremake one that emulates a joystick
17:47.27hardwireor an xbox controller
17:47.52hardwirecover the Z in a screen protector and I now have a cirque mouse pad
17:48.03hardwirea big.. lit up one with active color feedback
17:48.10TheMasterMind1fake usb devices?
17:48.24hardwirewell.. they would be "real"
17:48.30hardwirejust I programmed them
17:51.20kergothyea, makes sense
17:51.27kergoththe Z is already a usb device, just need the right driver
17:51.33TheMasterMind1kergoth collie_battery is bitching at me
17:51.52*** join/#openzaurus godsmoke|zaurus (~godsmoke|@pool-141-155-162-32.ny5030.east.verizon.net)
17:51.56kergothTheMasterMind1: remove it from the collie line in arch/arm/mach-sa1100/Makefile. didtn mean to commit that
17:52.02godsmoke|zaurussigh
17:52.14godsmoke|zauruskonq sucks <
17:52.24godsmoke|zaurus:)
17:52.29kergothgo rip opera out of a sharp rom then
17:52.30kergothheh
17:52.35godsmoke|zaurusheh
17:53.41*** join/#openzaurus beattie (~beattie@dsl093-039-041.pdx1.dsl.speakeasy.net)
17:56.32TheMasterMind1hey
17:59.21godsmoke|zauruswow, ircing from the car is fun :)
17:59.46godsmoke|zaurusta ta
18:01.21TheMasterMind1kergoth how come my CF mounts as msdos instead of vfat?
18:02.41TheMasterMind1kergoth i have a usbf device under ifconfig
18:03.19numatrixgodsmoke: what wireless are you on?
18:03.29hardwireanybody have a laptop touch pad?
18:03.43gideonhey! where did my little wifi taskbar applet go. It doesn't run in rc1. Is this normal?
18:04.04hardwiregideon: got a goat?
18:04.09kergothgideon: install it
18:04.12gideonerr
18:04.14gideonoh
18:04.14gideonok
18:04.27TheMasterMind1kergoth did you not enable vfatg?
18:04.40kergothTheMasterMind1: its enabled, but for some reason automount is trying msdos first
18:04.44kergothTheMasterMind1: cat /proc/filesystems
18:04.58TheMasterMind1kergoth hmm, but i tried -t vfat and it still does it as msdos
18:05.06kergothTheMasterMind1: cat /proc/filesystems
18:05.32TheMasterMind1sweet
18:05.33TheMasterMind1usbf works
18:05.37TheMasterMind1no patches and shit needed
18:05.46TheMasterMind1that's so sweet
18:05.54pb_I thought you OZ dudes were using the lineo usbd nowadays?
18:06.00TheMasterMind1not anymore
18:06.02TheMasterMind1or we might
18:06.05TheMasterMind1we have a choice now
18:06.08kergothwe have both as options
18:06.14pb_ah right.
18:07.12TheMasterMind1what is usbdcore?
18:07.17TheMasterMind1for usbd i'm guessing?
18:07.24TheMasterMind1won't let me rmmod it
18:07.34pb_sounds like it.  taking a stab in the dark, I would suspect it is the core of usbd.
18:07.46TheMasterMind1heh
18:07.57TheMasterMind1kergoth damn, your minimal initrd doesn't have ssh!
18:08.45TheMasterMind1pb_ how are the BND bahai drivers for windows? do they work ok?
18:09.26*** join/#openzaurus godsmoke|zaurus (~godsmoke|@pool-141-155-162-32.ny5030.east.verizon.net)
18:09.32pb_TheMasterMind1: a lot of people have had trouble with them.  Partly just general trouble, and partly that each version is timebombed so it only works for a couple of months.
18:09.47pb_TheMasterMind1: however, if you need to connect from a windows machine, they seem to be about the only game in town.
18:09.49TheMasterMind1pb_ the latest says it ends march 2003
18:10.15pb_TheMasterMind1: yah.  trouble is, they are almost always late in releasing the "next" version, so there is a period when no working version is available.
18:10.22TheMasterMind1i see
18:12.33pb_TheMasterMind1: it would be really cool if someone could write a genuinely free usb driver for windows.  I can't imagine it is actually all that difficult if you have the tools.
18:13.31TheMasterMind1that would be nice..
18:14.45TheMasterMind1kergoth the keyboard delay needs to be longer still
18:15.38kergothi know
18:15.41kergothi told you that already
18:15.49kergoththe problem isnt the delay< the problem is concurrency
18:16.58TheMasterMind1oh ok. i thought you fix it already
18:17.28kergothnah, not yet
18:17.35kergothi have higher priorities right now
18:17.57TheMasterMind1yea, ok
18:18.02TheMasterMind1hm, this module won't load
18:18.25TheMasterMind1sound_core.o has some weird symbol: mod_firmware_load_r39...
18:18.54kergothyou are using modprobe right?
18:18.57kergothnot insmod
18:19.39TheMasterMind1yep
18:19.48kergothwhats the error, exactly?
18:20.06TheMasterMind1modprobe collie_ssp
18:20.12TheMasterMind1tries to load sound_core.o
18:20.44TheMasterMind1sound_core.o: unresolved symbol: mod_firmware_load_R39e3dd23
18:21.07TheMasterMind1depmod -a says collie_ssp has unresolved symbols, but doesn't give a list of them
18:21.16pb_try with -e
18:21.55pb_the _R39.. bit is modversions at work.  it's kind of like C++ name mangling; tries to stop you accidentally mixing incompatible modules.
18:22.03TheMasterMind1ah
18:22.07TheMasterMind1collie_under_recording
18:22.16TheMasterMind1m62332_senddata
18:22.24TheMasterMind1autoPowerCancel
18:22.30TheMasterMind1maybe i'm missing one of the .o
18:23.06kergothm62332.o should have been linked into your kernel in arch/arm/mach-sa1100/
18:23.10kergothconfirm in the Makefile
18:23.21kergothautoPowerCancel, that one definately should be unresolved right now
18:24.52TheMasterMind1m6 was linked
18:27.11TheMasterMind1according to makefile anyway
18:27.27TheMasterMind1kergoth changing fstab to mount as vfat works
18:27.57carstenkergoth: what shall I use? testing or unstable as a feed? You can guess what I do with my Z
18:28.56*** join/#openzaurus Dessimat0r (Dessimat0r@public1-birk1-3-cust60.bagu.broadband.ntl.com)
18:28.58Dessimat0rlo all
18:29.07kergothcarsten: testing, probably
18:29.22Dessimat0rwhats the status of the new kernel?
18:29.30carstenk
18:31.07TheMasterMind1Dessimat0r what new kernel
18:32.26kergothTheMasterMind1: added new hostap build to the buildroot. seperate package
18:32.34TheMasterMind1cool
18:33.13kergothgoing to test my wifi in 2.4.19
18:33.13kergoth:D
18:33.39TheMasterMind1is .19 in the kernel?
18:33.46kergothyou mean buildroot?
18:33.47kergothsort of
18:34.07kergoth~/coding/userspace/buildroot-2.95$ ipkgfiles output/ipks/hostap-modules_2002-10-12-1_arm.ipk |grep \\.o
18:34.10kergoth-rw-r--r-- root/root      3628 2002-12-27 12:47:09 ./lib/modules/2.4.19-rmk4-cl1/net/hostap_crypt.o
18:34.13kergoth-rw-r--r-- root/root      4964 2002-12-27 12:47:09 ./lib/modules/2.4.19-rmk4-cl1/net/hostap_crypt_wep.o
18:34.16kergoth-rw-r--r-- root/root     86780 2002-12-27 12:47:09 ./lib/modules/2.4.19-rmk4-cl1/net/hostap.o
18:34.19kergoth-rw-r--r-- root/root     65988 2002-12-27 12:47:09 ./lib/modules/2.4.19-rmk4-cl1/pcmcia/hostap_cs.o
18:34.22kergothw00t
18:34.25kergothheheh
18:35.40*** join/#openzaurus j0sh (Josh@dialup-63.214.209.216.Dial1.Philadelphia1.Level3.net)
18:38.18*** join/#openzaurus uncon (~uncon@crtntx1-ar3-4-62-089-189.crtntx1.dsl-verizon.net)
18:41.01troffaskyI've hacked together an external battery pack for my Z: http://www.troffasky.pwp.blueyonder.co.uk/ww/bp.html
18:41.21numatrixibot power
18:41.23hmm... power is for newer opie releases you need to have apmd installed to have a working power button. or see external power
18:41.28numatrixibot external power
18:41.30external power is probably http://www.instant-power.com/sales/mod_sale8.cfm?dev=pda&bra=sharp&mods=SL5000 or solar power or http://www.araengineering.com/ipaq.htm or http://www.the-gadgeteer.com/ipowerpak-review.html, or ask about digipower
18:41.37numatrixibot external power is also http://www.troffasky.pwp.blueyonder.co.uk/ww/bp.html
18:41.39okay, numatrix
18:41.49numatrixCool, troffasky, thanks.
18:43.36*** join/#openzaurus caffeinex36 (trilluser@198.138.254.84)
18:46.05kergothfuck
18:46.09kergothusbdmonitor just oopsed
18:47.11TheMasterMind1yea, it doedsn't work either
18:47.13TheMasterMind1usbd that is
18:47.15TheMasterMind1usbf works
18:47.33kergothyep, i know
18:47.38kergothi'll have to fix this
18:48.28Dessimat0rlol, i now have SDL components in Delphi ;)
18:53.11TheMasterMind1hmm,m
18:56.25TheMasterMind1kergoth where do i find the latest orinoco_cs ?
18:56.52TheMasterMind1ozlabs?
18:56.56mickeylhttp://www.ozlabs.com/people/dgibson/dldwd/
18:57.13mickeyl0.12 was a desaster, 0.13 is shaping up good
18:57.47TheMasterMind1should i use .13beta or .13a?
18:58.03mickeylTMM: 0-13a
18:58.16TheMasterMind1k
18:58.34mickeylTMM: 013beta is pre 0.13, 0.13a is the first "service" release after 0.13
18:58.55mickeylTMM: I wonder why Dave isn't naming them 0.x.1, 0.x.2 etc... would be easier :)
18:59.10TheMasterMind1k
19:00.27kergothbleh, reboot time
19:01.14TheMasterMind1whats that
19:05.02*** join/#openzaurus tronical (~simon@fauia27.informatik.uni-erlangen.de)
19:05.04kergothk
19:05.28tronicalWget.pm->go(): running 'wget --passive-ftp http://more.sbc.co.jp/slj/source/linux-2.4.6-rmk1-np2-embedix-20011228-sl5000d-20020318.gz'.. [ .... ] -> 20:11:22 ERROR 404: Object Not Found.
19:05.51TheMasterMind1heh
19:05.54TheMasterMind1nice.
19:05.55kergothhmm
19:05.57kergothsharp yanked it? wtf?
19:06.11kergothwell, its about time we mirrored those files anyway
19:06.43TheMasterMind1heh
19:06.47TheMasterMind1we won't be using it for long anyway
19:07.36*** join/#openzaurus Dilb (1000@lns-p19-7-81-56-154-88.adsl.proxad.net)
19:07.43Bovineibot serial
19:07.45serial is, like, A means of operation meaning in series, or one after the other. or http://www.zauruszone.farplanet.net/wiki/index.php?SerialPort
19:07.57Bovineibot serial-cable
19:07.59i don't know, Bovine
19:08.02Bovineibot serial cable
19:08.04extra, extra, read all about it, serial cable is at http://www.handhelds.org/z/wiki/ActiveSync or mod ibot's cable so that the keyboard opens: http://www.pellicosystems.com/demolinux/rs232mod/index.html
19:08.04beattiewhat's the current state of the 2.4.19 kernel, much left to do?  I'm wading through 6 days of email
19:08.23Bovineibot zaurus serial
19:08.25i don't know, Bovine
19:08.32kergothbeattie: doing battery status/charging now. touchscreen and buzzer audio remain
19:08.37kergothbeattie: along with a few other minor bits
19:08.38troffaskygoogle it, Bovine
19:08.39gideonuh... or a thinz
19:09.20gideonwhy can't my wifi work?
19:09.26gideon:-(
19:09.45TheMasterMind1?
19:09.50gideonyeah
19:09.52kergothgideon: check dmesg
19:09.58kergothgideon: what does it show the link status as?
19:11.44kergothtroffasky: ah, when using oz@, you need an account
19:11.46kergother
19:11.47kergothtronical:
19:11.59kergothtronical: email me a sshv1 public key, i'll just give you push access
19:12.05TheMasterMind1kergoth hmm, whats going on. my Z's screen turns white and then goes back to console. some debug thing?
19:12.09tronicalohh =)
19:12.09troffaskykergorth: eh?
19:12.15kergothTheMasterMind1: when?
19:12.25kergothtroffasky: mis tab completed
19:12.28kergothtroffasky: meant tronical :)
19:12.32troffaskyah
19:12.33TheMasterMind1kergoth when its left on for a bit
19:12.37gideonthe wireless applet says its connected to my ap.
19:12.43Dilbhi
19:12.53gideoni can't get an ip from my dhcp server though
19:13.19kergothTheMasterMind1: it should turn white and stay white until you hit a key
19:16.33tronicalkergoth: sent
19:18.16tronicallooks like this is where the kernel moved? http://community.zaurus.com/project/showfiles.php?group_id=16384&release_id=18040
19:18.31kergothah
19:18.42*** join/#openzaurus ljp_work (~ljp@01-062.026.popsite.net)
19:21.24TheMasterMind1kergoth it used to do that, but with the latest build it doesn't, it turns back to console and i can see "collie_power(): 0 and collie_power(): 1"
19:22.39kergothTheMasterMind1: ah, i wonder if the printk is actually waking us back up
19:22.41kergothlol
19:24.25j0shi did what the site says, it seems to get further, but it says: The address is not available from this machine, could it be limitations from my main machine?
19:24.37TheMasterMind1kergoth might be
19:24.54kergothj0sh: no idea. and what does this have to do with openzaurus? arent you on sharp?
19:25.04j0sherr wrong channel :)
19:25.05j0shsorry
19:25.36ljp_workhe knows the samrtest guys are here in #openzaurus
19:25.48ljp_workheh I mean smartest
19:25.52kergothheh
19:25.55TheMasterMind1kergoth does the tree have the latest wireless.h and stuff?
19:28.55TheMasterMind1doesit doesit doesit?
19:35.01kergothtronical: see if you can bk pull now. it should use key auth rather than password this time
19:36.11kergothTheMasterMind1: not yet, thats all in my local tree. ill push in a sec here
19:36.23TheMasterMind1ok
19:36.25TheMasterMind1push please
19:39.33tronicalkergoth: works. thanks!
19:39.48kergothtronical: np. now you can push your fixes yourself :)
19:40.18TheMasterMind1mickeyl|tv have you tried orinoco .13a? doesn't seem to compile for me. orinoco.c uses orinoco_lock and unlock in wlansniff() with one argument whereas the rest of the file uses it with two arguments
19:41.15TheMasterMind1oh wait, its this patch that's wrong
19:41.17TheMasterMind1hmmmm
19:41.32TheMasterMind1kergoth the orinoco wlan sniff patch is not up to date with latest ornico code
19:41.35TheMasterMind1fun
19:41.37kergothhmm
19:41.40TheMasterMind1lemme see if i can port it
19:41.44kergothbtw, did you apply the patch from john?
19:41.52kergoththat updates it to the latest wireless extensions features?
19:41.53TheMasterMind1which one is that
19:41.59kergoththe one i gave you the url to
19:42.04TheMasterMind1nope
19:42.08TheMasterMind1i'm on console :\
19:42.12TheMasterMind1in console even
19:42.31kergothhttp://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ori.13a.we14.jim.diff
19:42.40TheMasterMind1ah
19:42.42TheMasterMind1i see
19:42.46TheMasterMind1it patches 13a
19:43.12kergothyep
19:43.47TheMasterMind1ww
19:43.48TheMasterMind1wow
19:43.51TheMasterMind1it failed horribly
19:44.39kergothdid you aplpy it before or after your monitor patch?
19:44.40kergoth:)
19:44.43TheMasterMind1before
19:44.54TheMasterMind1i'm patching a freshly extraced .13a
19:45.52kergothhmm
19:45.53kergothodd
19:45.59kergothhttp://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
19:46.34kergothTheMasterMind1: what was the error on the patch?
19:48.24TheMasterMind1it just has a whole bunch of fails
19:48.26TheMasterMind1lots of em
19:48.31kergothhmm
19:48.35TheMasterMind117 out of 110 failed
19:48.40kergoth17..
19:48.44kergothits like theres a previous patch we need first
19:48.46kergothhmm
19:48.57kergothdo you know what wireless extensions version that 13a needs/
19:48.57kergoth?
19:49.02TheMasterMind1no clue
19:49.28kergothcheck
19:49.31kergothit probably has a version check
19:49.40kergothor check the readme
19:50.40TheMasterMind1.08 updated to extensions 12
19:50.51TheMasterMind1looking at this changelog
19:50.57kergothk
19:51.06TheMasterMind1it says in TODO: new wireless extensions api (patch forthcoming from moustafa youssef
19:51.12*** join/#openzaurus Xentac[laptop] (~jchu@amga45cyy30x9.bc.hsia.telus.net)
19:51.34TheMasterMind1but i would think a patch for 13a would apply to 13a cleanly
19:52.40kergothand this is the patch from moustafa..
19:52.44kergothwhat are we missing?
19:52.50kergothhmm
19:53.18TheMasterMind1oh
19:53.18TheMasterMind1btw
19:53.22TheMasterMind1look at the jean page
19:53.27TheMasterMind1it says "i have not test that patch"
19:53.30TheMasterMind1its contrib
19:54.06kergothyeah
19:54.13kergothmaybe we just need to fix the failed hunks
19:54.27kergothyou want to, or do you want to push and i can?
19:54.34kergothi'm pushing hostap now
19:54.53TheMasterMind1yea push what you have
19:55.16kergothi pushed the new wireless extensions in the 2.4.19 tree
19:55.39kergothyou know, if you reformat the lineo code, its almost readable
19:55.45kergothstill messy and more complex than it should be
19:55.51kergothbut you can actually read it without getting a migraine
19:55.59TheMasterMind1heh
19:56.05TheMasterMind1whoa
19:56.10kergoth?
19:56.10TheMasterMind1my z just turned off i think
19:56.18TheMasterMind1must be out of power
19:56.20TheMasterMind1heh
19:57.33TheMasterMind1kergoth hm, grr. look at this patch, half of it is reformatting of spaces to tabs
19:57.40kergothhmm
19:57.46kergothinstall patchutils
19:57.55kergother
19:57.55kergothn/m
19:57.57kergothmisunderstood
19:57.58kergothheh
19:58.10TheMasterMind1heh
19:59.21TheMasterMind1kergoth heh, i doubt all this will work together. spectrum24 + latest orinoco 13a + rfmon patch for orinoco
19:59.25TheMasterMind1too much changing all at once
19:59.41*** join/#openzaurus TeaX (~tx@ppp-15-155.27-151.libero.it)
19:59.58kergothtry just orinoco + new WE + rfmon
20:00.28TheMasterMind1kergoth hm, but whats the point if there's no orinoco based cards to begin with ;)
20:00.40TheMasterMind1kergoth i'll play around with it
20:00.47TheMasterMind1i can manually patch this patch
20:00.48kergothi suspect adding spectrum_cs manually shouldnt be much work
20:00.51kergothdo it one piece at a time
20:00.52TheMasterMind1its just badly created patch
20:01.05TheMasterMind1this new WE might include rfmon
20:01.06TheMasterMind1i can't tell
20:01.21kergothhmm
20:01.28kergothi know it adds scanning
20:01.32kergothbut i dunno if it adds monitor
20:02.05TheMasterMind1anyway, if i fix all these patches and get it working, we can send em to jean/the airsnort guy/the spectrum guy
20:03.49kergothyea
20:07.48*** join/#openzaurus VR-Bug (~chatzilla@pD952C743.dip.t-dialin.net)
20:08.00VR-BugHeya!
20:10.18kergothhey
20:17.02kergothwhat the fuck
20:17.03kergothgoddamnit
20:17.11kergothi fucked the user keys for the buildroot repo
20:17.57TheMasterMind1ARGH
20:18.08TheMasterMind1kergoth how do i cut and paste between two open vims
20:18.30kergothTheMasterMind1: email me your pub key
20:18.30kergothumm
20:18.30kergothconsole or x or what?
20:18.30kergothheh
20:18.30TheMasterMind1i have two xterms with vims
20:18.51kergothusually its middle mouse button to paste
20:18.57TheMasterMind1yea but vim autoindents the stuff
20:18.57TheMasterMind1and fucks it up
20:21.13kergothdisable autoindent
20:21.13tronicalTheMasterMind1: type :set paste before pasting
20:21.14kergothah
20:21.14TheMasterMind1tronical every time?
20:21.14kergothdidnt know about that. spiffy
20:21.17TheMasterMind1and using X doesn't paste tabs either
20:21.24Xentac[laptop]TheMasterMind1: use split
20:21.29Xentac[laptop]:split <second file>
20:21.31tronicalTheMasterMind1: should be needed only once. you can see it when you go into insert mode and vim says 'INSERT (paste)'
20:21.45Xentac[laptop]use Ctrl-W to move between splits (Ctrl-W-up for the top one...)
20:22.15Xentac[laptop]then copy and paste as if you were in one file (try v, select the text, y, move to the other file, p)
20:22.29TheMasterMind1Xentac[laptop] hmm, ok
20:22.47Xentac[laptop]then it's vim copying the text, not X or anything like that
20:23.45Xentac[laptop]just don't hit Ctrl-W when in insert mode... IIRC it just goes back to command mode and confuses the hell out of you...
20:25.21TheMasterMind1how do i yank a line
20:25.53tronicalusing yy :)
20:26.13TheMasterMind1thats what i thought..h
20:26.14TheMasterMind1hmm
20:26.27kergothgrr
20:26.36kergothmy rom runs all the rcS scripts, but never runs the rest
20:26.37kergothhmm
20:26.55Xentac[laptop]yy is yanking a line...
20:27.05Xentac[laptop]vim is fun :)
20:27.46kergothhmm
20:27.55kergothi think i'm missing a device
20:27.57kergothbut i dont know what device
20:28.08kergothjust switched to devfs, so a few things are still confused
20:28.10kergothheh
20:28.29kergothwhat would prevent init from running the rc scripts, but not prevent it from running the rcS scripts
20:29.59*** join/#openzaurus tester1 (tester@ACAA3D8B.ipt.aol.com)
20:30.18Xentac[laptop]kergoth: ummm... not enough flux capacitation?
20:30.29Xentac[laptop]/dev/flux_capacitor
20:30.49Dessimat0rlol
20:31.12Dessimat0rGet the Delorian, lets get outta here!
20:35.36TheMasterMind1gah!
20:35.40TheMasterMind1this is so confusing
20:35.51kergothyea, theres a lot to it
20:36.31*** join/#openzaurus VR-Bug (~DupaJas@pD952C743.dip.t-dialin.net)
20:36.57TheMasterMind1wtf.
20:36.59TheMasterMind1gah!
20:37.03*** join/#openzaurus ljp_work (~ljp@01-155.026.popsite.net)
20:37.03VR-BugHi!
20:37.10kergothhey
20:37.52VR-BugI have a question regarding the zImages of 3.1rc1: Whats the difference between the "debug" and the normal version?
20:38.09TheMasterMind1it says right there on the download page
20:38.10TheMasterMind1read it!
20:38.14Dessimat0rI would guess that the debug version writes logs to jffs
20:38.48kergothwrong
20:38.53kergoththat would be fucking stupid
20:38.57kergothwriting logs to flash?
20:39.15Dessimat0rlol, which might be why the debug version isn't used much ;)
20:39.27VR-Bug;-)
20:39.27kergothi use it all the time
20:39.47kergothyou people need to go _read_
20:39.49kergothit helps.
20:40.23Dessimat0rThe debug kernels will output kernel messages directly to the screen (i.e. on top of opie) and are only necessary for debugging purposes.
20:40.25Dessimat0rah
20:40.33*** join/#openzaurus asys3 (~uwe@dialin-145-254-146-238.arcor-ip.net)
20:40.41VR-BugHmmm... I have strange problems when leaving the setup dialog of the handwriting.
20:40.53VR-Bugkergoth: you're right! Sorry.
20:41.40VR-Bugopie hangs after leaving - but only after I have some other apps from the testing feed installed....
20:42.02kergothafter leaving handwriting config?
20:42.13kergothi never use handwriting, dunno what to tell you. report it in the opie bug tracking system
20:42.14VR-Bug... I thought the debug zImage can help me a little bit .
20:42.16kergothopie.info/bugs/
20:43.14TheMasterMind1heh, since the kernel controls how handwriting works..
20:43.24VR-BugFirst I want to find out which app is bad ;-)
20:43.51*** join/#openzaurus TeaX (~tx@ppp-108-173.27-151.libero.it)
20:44.34TheMasterMind1this has got to be the most fucked up patch i have seen in my life
20:44.41kergothlol
20:44.58kergothi'm missing something, i cant get to runlevel 2 when using devfs
20:44.59kergothhmm
20:45.34Dessimat0rTheMasterMind1: lol
20:46.47Bovineomg, I've managed to compile zethereal
20:47.04Bovineand it sort of works...
20:47.28TheMasterMind1wow
20:47.32TheMasterMind1add it to the buildroot
20:48.09BovineI think it looks "odd" becuase I linked it against the qtopia-1.5 build environment...
20:48.11numatrixHmm, I'm pretty sure that was a known opie bug.  VR-Bug's comment at least.
20:48.28Bovineso would probably look ok on a vanilla Sharp ROM
20:48.45gideonin rc1 I can't click on information in network setup on wlan0, it just says "No information about a disconnected interface"
20:48.56gideonwhy?
20:48.58kergothgideon: plug your card in.
20:49.01Bovineheh
20:49.03gideonwell duh
20:49.06gideonit is in
20:49.13TheMasterMind1its down for some reason
20:49.15TheMasterMind1cofigure it
20:49.17TheMasterMind1bring it up
20:49.28gideonifup wlan0?
20:49.32TheMasterMind1ja
20:50.17gideonI put that in the console and nothing happens, i don't even get # back
20:50.31kergothgideon: let it hang. its trying to obtain an ip, i'd say
20:50.57gideonthat's strange, I set it to be static
20:51.15kergothno idea then.
20:51.18kergothcat /etc/network/interfaces
20:51.21gideonhmm
20:52.25gideoniface wlan0 inet static address 192.168.1.116 netmask 255.255.255.0 gateway 192.168.0.1
20:52.32Xentac[laptop]maybe it's doing a hostname lookup...?
20:52.38gideonprobably
20:52.46gideonhow do I fix that?
20:52.49kergothit shouldnt be.
20:53.00gideonthen what?
20:53.02kergothgideon: wireless or ethernet?
20:53.05kergothhow the fuck should i know?
20:53.06gideonwifi
20:53.06kergoth"then what?"
20:53.12kergothlike i'm a fucking psychic
20:53.13gideonis it?
20:53.24gideonsorry
20:53.28kergothgideon: make sure the contents of /etc/pcmcia/wireless.opts are correct
20:54.02ljp_workibot: kergoth is a fucking psychic
20:54.04cannot alter locked factoids, ljp_work
20:54.04wish i knew, ljp_work
20:54.10ljp_workbitch
20:54.16kergoth:)
20:54.36gideonit all looks right.
20:54.46kergothgideon: and does iwconfig wlan0 output match?
20:55.08gideonyeah
20:55.30kergothand ifconfig wlan0 shows what?
20:55.34kergothanything in dmesg?
20:56.04gideonifconfig shows everything is running, except no ip.
20:56.43*** join/#openzaurus VR-Bug (~DupaJas@pD952C743.dip.t-dialin.net)
20:56.47VR-Bugre
20:57.03gideondon't see anything in dmesg, only that wlan0 is going in and out of range, but I knew that.
20:57.37*** join/#openzaurus pnis (~pnis@caracas-0012.adsl.interware.hu)
20:57.41pnishi
20:57.48pnisthanks kergoth for applying that patch
20:58.24pniscould you actually try if it works? or at least loads as a module?
20:58.54*** part/#openzaurus asys3 (~uwe@dialin-145-254-146-238.arcor-ip.net)
20:59.21TheMasterMind1pnis doesnt' load
20:59.25TheMasterMind1pnis unresolved symbols
20:59.28tronicalkergoth: could it be that while restoring the public keys file you forgot the one I sent you? :)
20:59.34gideonrar
20:59.34pnisTheMasterMind1: :|
20:59.42pnisTheMasterMind1: what are the unresolved symbols?
20:59.51pnisTheMasterMind1 tcblabla_playing ?
20:59.58TheMasterMind1something recording
21:00.00kergothtronical: i did, but i was sure i'd put it back in.. it falling back to pass auth?
21:00.07tronicalkergoth: yup
21:00.07pnisTheMasterMind1 ah, I left out that part from the patch
21:00.23pnisTheMasterMind1 thanks for checking
21:00.25kergothpnis: the autopowercancel bits arent in yet either
21:00.28kergothpnis: thats the collie_battery stuff
21:00.33pniskergoth: okay
21:00.43kergothpnis: so comment out those pieces until its in :)
21:00.45kergothbrb
21:00.48pniskergoth: all right
21:00.52pniskergoth: alright
21:01.58gideonkergoth: something interesting: My adsl router (also dhcp server) gives unlimited  dhcp time to linux computers, but not windows. What does that mean?
21:02.14*** join/#openzaurus brontos (~brontos@host-216-78-46-217.ath.bellsouth.net)
21:02.16brontosWhen you put the CF wireless card in the z should it come on everytime?  ie the lights on the card?
21:02.28gideonyeah
21:02.28brontosI cannot connect to my network for anything
21:02.37brontosmaybe a defected card?
21:02.44gideonoubt it
21:02.58brontoswhat do you think my problem is then?
21:03.05gideon?
21:03.21gideoncan't get mine to work
21:03.31gideonwifi on the Z sucks
21:04.15brontosyeah I am beginning to wish I didn't put 350 down on one...
21:04.38gideonheh
21:04.56brontoswere you ever able to get it to work?
21:05.00gideonmaybe with the next kernel it will work
21:05.09gideonnope
21:05.11brontosand what kind of card do you use?
21:05.20gideongot my normal 10/100 to work with it though
21:05.29brontoscf card?
21:05.40mickeyl|tvactually wifi on the Z works really good if you have luck in chosing a working card
21:05.59gideonyeah
21:06.01brontosmickeyl|tv: so it is the card then?
21:06.08gideonI heard the wcf11 is good
21:06.12*** join/#openzaurus VR-Bug (~DupaJas@pD952C743.dip.t-dialin.net)
21:06.20brontosmickeyl|tv: cause I will go return this one if I need to
21:06.20gideoni have the wcf12, looks nice but sucks
21:06.30brontosI have wcf12 too
21:06.52mickeyl|tvbrontos: i'd say yes... please read the archives @ zauruszone.com to get insight in what cards are problematic and what cards work out of the box.
21:07.14brontosmickeyl|tv: I did  I reach the wcf was pretty good
21:07.53brontoser read
21:07.54mickeyl|tvbrontos: I recommend symbol spectrum or buffalo - both hermes / orinoco_cs based.
21:08.15brontosok does best buy sell those?
21:08.27brontosoff hand do you know?
21:08.35mickeyl|tvno idea, sorry... germany here :)
21:08.51brontoslol oh ok
21:08.52ljp_workwhat?! no best buy in germany? :)
21:09.07mickeyl|tv:))
21:09.09pnisbrb
21:12.40Bovinehmm, Loading of image 'MaximizeButton' is not ideal (either it doesn't exist or an extension was specified)
21:13.53Dessimat0rApparently, its an error that always occurs when loading Opie apps, but does no harm ;)
21:14.07*** join/#openzaurus pnis (~pnis@caracas-0012.adsl.interware.hu)
21:14.28Bovinezethereal really doesn't like to display, runs, captures etc. but the display is screwed :/
21:14.33pnisI sent a patch to openzaurus-devel, with the hope it will allov collie_sp to load
21:14.36Dessimat0rBovine: as in it dosen't exist, so no image is specified
21:19.05Bovinehow weird is that, I start zethereal from the command line and it doesn't display, send it a TERM sig and it comes up...
21:23.36kergothtronical: hmm, it shows you in the user list..
21:24.14pniskergoth: I've sent a new patch to openzaurus-devel
21:24.54pniskergoth: btw would you mind giving write acces to the linux-cl, or it would be better if I send the patches?
21:26.53tronicalkergoth: in the user list for oz@oz.bkb ?
21:27.03kergothyeah
21:27.27kergothpnis: you _do_ realize collie_buzzer.c isnt linked in right now, right?
21:27.30tronicalkergoth: can you paste the pubkey from the list in a query?
21:27.30kergothpnis: :)
21:27.34kergothtronical: yeah
21:28.39Dilbtronical: hallo, und guten Rutsch
21:28.50*** join/#openzaurus lsmith (~vandal@pD9E77CBD.dip.t-dialin.net)
21:28.58tronicalDilb: ah, hi! danke :)
21:29.10pniskergoth: hehe:)
21:29.22kergothtronical: try now
21:29.27pniskergoth: well than, this needs a bit more work :)
21:29.31kergothhehe
21:29.38tronicalDilb: still haven't found time to try the latest xine-cvs since I got your reply :}
21:29.42kergothpnis: i dont see why we need collie_buzzer.c for the ssp driver..
21:29.48kergothpnis: they're completely independent.
21:29.56kergothpnis: bad design on lineo's part.. big surprise
21:29.59tronicalkergoth: works! thx!
21:30.02pniskergoth: because collie_ssp.c does a few strange things
21:30.02kergothtronical: np
21:30.11kergothpnis: take a look at the generic sa1100 ssp driver
21:30.17pniskergoth: ok
21:30.21ljp_worka few?
21:30.21kergothpnis: we could just pull over the DAC specific bits from collie_ssp into that...
21:30.27Dilbtronical: as I said, as long as the API is not stabilized, it's not worth to spend to much time on it
21:30.27kergothpnis: :)
21:30.37Dilb+o
21:30.55pniskergoth: alright - I will look at that too
21:31.02tronicalDilb: then I'll probably go finding a date that works and specify that in the cvs checkout
21:31.26tronicalDilb: still better than having a binary arm ipk in the sourcetree :)
21:31.44kergothpnis: dunno how bad collie_ssp is, but if its bad enough it may be worth throwing its existing structure out hte window and using the sa1100ssp as a base
21:31.47kergothpnis: /me shrugs
21:32.00pniskergoth: I will check, good idea
21:32.06Dilbtronical: OT, how is the weather in Bavaria ? :)
21:32.22tronicalDilb: it got... it got better. not as cold as it used to be anymore :)
21:32.28pniskergoth: about the mic/speaker driver - you said that collie_buzzer should disapper
21:32.34Dilbtronical: how cold ?
21:33.04pniskergoth: so what should exactly go to the the tc35143 driver ?
21:33.18pniskergoth: and the compatibilit thing you mentioned ?
21:33.58pniskergoth: mic/speaker driver would be one module, like collie_ssp, but with playback and recording support, right?
21:34.04kergothpnis: the tc35143af driver, i think should be a proper OSS driver
21:34.08kergothpnis: right
21:34.17pniskergoth: ok, I will do that first
21:34.17beattiekergoth: is there a todo list for 2.4.19? I'd like to try my hand at something small to get a feel for the  environment
21:34.24kergothpnis: and we make a sharp compatibility module, that just provides /dev/sharp_* so we dont break existing apps
21:34.31kergothbeattie: TODO is in the tree
21:34.34tronicalDilb: don't have any numbers, I don't have a thermometer. but one can go for a walk without a cap and gloves :)
21:34.35kergothbeattie: linux-cl.bkbits.net
21:34.48pniskergoth: alright. one collie_buzzer module ?
21:34.55Dilbtronical: that's what I wanted to know :)
21:35.27tronicalDilb: how come you ask. plan staying in bavaria over new years eve? :)
21:35.34kergothpnis: yeah. the sharp compatibility module will just be a number of character device interfaces and associated glue to make them use the new interfaces
21:35.46pniskergoth: alright
21:35.51kergothpnis: that we can do later
21:35.53Dilbtronical: I live there
21:36.02pniskergoth: ok. everything is clear now :)
21:36.03tronicalDilb: oh!
21:36.04kergothpnis: lets get things done the Right Way, then come back and fix compatibility
21:36.06Rincegenau
21:36.08kergothpnis: good :)
21:36.35kergothpnis: hmm
21:36.37kergothpnis: hey
21:36.40tronicalDilb: from your name I thought you were french or something ;) where in bavaria do you live?
21:36.41kergothpnis: theres a ucb1x00 audio driver
21:36.41pniskergoth: yes?
21:36.50kergothpnis: we're using ucb1x00 driver to talk to the tc35143af..
21:36.56Dilbtronical: I'm french, but I work in Germany
21:36.57kergothpnis: we might be able to just alter it!
21:37.02kergothpnis: drivers/misc/ucb1x00-audio.c
21:37.03tronicalDilb: ahh, I see
21:37.07Dilbtronical: Erding, like the beer :o)
21:37.17pniskergoth: btw ucb1x00 is not needed in collie_ssp
21:37.22kergothpnis: yup, i know
21:37.24kergothpnis: :)
21:37.33pniskergoth: ah ok:) what is ucb btw ?:]
21:37.41tronicalDilb: a french liking (bavarian) beer! exceptional ;)
21:38.00kergothpnis: afaicr its a chip from phillips, similar in functionality to the tc35143af
21:38.04kergothpnis: google it :)
21:38.13tronicalDilb: that's like a bavarian liking wine :)
21:38.23*** join/#openzaurus brontos (~brontos@host-216-78-32-208.ath.bellsouth.net)
21:38.26pniskergoth: ah! so tr0 had that chip? that would make sense to me
21:38.31Dilbtronical: wine without sparkling water ? :)
21:38.57kergothpnis: could be.. dunno. never read the collie_ssp driver :)
21:39.55tronicalDilb: dunno. maybe there are people celebrating things like new years even with beer instead of sparking wine (not to say champagner :)
21:40.01tronicaleven -= n
21:40.43Dilbtronical: I was thinking about Weinschorle not Sekt :)
21:41.11pniskergoth: anyway, I will clean up collie_ssp, and if it still not good, we can explore the pssibilities :)
21:41.27pniskergoth: ah we were talking about 35143af :)
21:41.32pniskergoth: never mind :)
21:41.35kergothpnis: hehe
21:41.40kergothpnis: too many sound drivers, getting confused :P
21:41.44pniskergoth: :)
21:41.59pniskergoth: ok, for 35143 I will check those drivers
21:42.05kergothpnis: okay
21:42.09kergothpnis: focus on one of htem at a time :)
21:42.14kergoths/htem/them/
21:42.19tronicalDilb: oh, I see
21:42.25pniskergoth: :) yes, that will be collie_ssp clean up
21:42.35kergothdefinately need to rewrite this battery shit.. russell's ucb1x00 rewrite changed things a bit
21:42.39kergothpnis: great, keep me posted
21:42.42kergothtronical: hah
21:42.44pniskergoth: I will
21:43.22kergothhmm, i wonder how the ipaq handles its battery status checking
21:44.58kergoth`bblleavin work early, bbl
21:45.03pnisbye kergoth`bbl
21:45.14kergoth`bbltronical: probably dont have bc installed
21:45.19kergoth`bbltronical: it uses that to calculate the mtd offsets
21:45.26tronicaloh, could be. thanks for the hint!
21:49.50*** join/#openzaurus TeaX (~tx@ppp-108-173.27-151.libero.it)
21:50.33*** join/#openzaurus hobbs (~andrew@207.231.98.104)
21:50.59pnistime to go to sleep
21:51.02pnisgood night all
21:51.39hobbsis it possible to upgrade by flashing just the kernel, changing ipkg.conf, and ipkg upgrading?
21:52.50*** join/#openzaurus VR-Bug (~DupaJas@pD952C743.dip.t-dialin.net)
21:58.16lsmithhobbs: from all i heard yes
21:58.36hobbsI guess I'll give that a shot, then.
21:58.59hobbsI haven't put any serious data on here yet anyway, so not too much potential for loss. :)
22:00.00tronicalis it sufficient to just put the zImage onto cf and omit the initrd ?
22:00.16hobbsI think that it will do that, yes.
22:01.40*** join/#openzaurus ljp_work (~ljp@04-060.026.popsite.net)
22:07.21*** join/#openzaurus datapurge (datapurge@12-212-106-59.client.attbi.com)
22:08.13beattie!ibot 2.4.19
22:08.48beattieoz 2.4.19
22:11.11beattiemake oldconfig gets into a loop, very impressive
22:12.19hobbsheh. nice.
22:12.25hobbsnever seen that before.
22:12.34Dessimat0rloop-de-loop
22:13.04beattieyeah, it's real cute...now how to get around it....hmmm
22:14.14beattiewell if I don't config USBD make oldconfig works
22:14.19ljp_workbreak; usually works
22:14.37beattiebreak?
22:14.57beattiethis is not C code
22:15.08beattieit is a config file botch
22:17.07ljp_workI know, I was joking
22:17.13gideonhey
22:17.20gideoncould someone test an ftp for me?
22:17.31gideonpcs-nyc.cjb.com
22:17.34gideonuser: http
22:17.37gideonpass: go
22:18.32beattieit's pretty slow
22:18.42gideondoes it work though?
22:19.20kergoth`bblbeattie: ah yeah, forgot about that
22:19.26kergoth`bblbeattie: its a bug in the config system
22:19.28beattiemaybe all 60 users are trying it...I'm logged in , but ls has not returned any results
22:19.35gideonyeah
22:19.44kergoth`bblbeattie: edit drivers/usb/device/Config.in .. change the int STALL values to string instead of int. that'll solve it.
22:19.47beattiekergoth`bbl: got a work around, besiudes not configing usbd
22:19.52gideonthere should be a symlinked /var/www/ there
22:19.56kergoth`bblbeattie: otherwise copy the config into place, use menuconfig, save. instead of using oldconfig.
22:19.57gideonhmm.
22:20.09gideoni chmodded it to 777, you should be able to see it
22:20.33beattiegideon: let me try again
22:21.26beattiegideon: that worked, probably a firewall problem on my end
22:21.41beattiekergoth`bbl: ok
22:27.30*** join/#openzaurus walters (walters@verbum.org)
22:28.24beattiesorry to hear that
22:28.27tronicalhehe
22:28.30waltersheh
22:30.06beattiekergoth`bbl: do yo have a newer initrd, than the one I grabbed last friday?
22:31.16*** join/#openzaurus uncon (~uncon@crtntx1-ar3-4-62-089-189.crtntx1.dsl-verizon.net)
22:32.33*** mode/#openzaurus [+b *!*@dialup-63.214.209.216.Dial1.Philadelphia1.Level3.net] by kergoth`bbl
22:32.36*** kick/#openzaurus [j0sh!~kergoth@dsl081-228-056.chi1.dsl.speakeasy.net] by kergoth`bbl (bye bye)
22:34.43*** join/#openzaurus ljp_work (~ljp@04-180.026.popsite.net)
22:37.44*** join/#openzaurus brontos (~brontos@host-216-78-41-224.ath.bellsouth.net)
22:57.19*** join/#openzaurus kolla (~kolla@ti411310a080-0059.bb.online.no)
22:58.17*** join/#openzaurus ps (~Simon@p508B942E.dip.t-dialin.net)
22:58.55walterswhere's a good place to find information about transferring files to and from a zaurus?
22:59.09psyeah i'd like to know that to :)
22:59.26*** join/#openzaurus hobbs (~andrew@port-55-204-tnt03.avoca.nni.com)
22:59.47pswb kergoth :)
23:00.00waltersthe openzaurus website just casually mentions ftp and scp, but i don't know how to talk to my zaurus with ftp or scp...
23:00.03kergoththanks
23:00.15kergothwalters: http://www.download.com/ .. get a ftp or scp client
23:00.30pshehe
23:00.33walterskergoth: er...
23:00.39waltersok, let me ask a better question.
23:00.41hobbsIf we're talking win32, I think that putty has both graphical and commandline scp doodads. :)
23:00.43psany reason why the OZ won't sync anymore ?
23:00.53kergothps: user error. it does sync.
23:01.05kergothwalters: okay.. you run linux but you dont know how to use ftp or scp?
23:01.05hobbswalters: alright, then.
23:01.05psmmm ok
23:01.11walterskergoth: no
23:01.12kergothps: read the faq
23:01.18walterskergoth: i don't know how to set up networking on my zaurus.
23:01.19psi did
23:01.26psill read them again :)
23:01.29kergothwalters: http://zauruszone.com/howtos/
23:01.30kergothwalters: read up
23:01.36kergothps: chances are you forgot to run security and hit ok
23:01.39hobbswalters: alright. that's occasionally painful, but not hard. :)
23:01.39walterskergoth: sweet, that's what I was looking for.
23:01.40kergothps: or something along those lines
23:01.47kergothps: or you're on a old qtopia desktop or intellisync version
23:01.57psacctually i did that stuff, everything in the faq
23:02.06ps16
23:02.10psnewest
23:02.19Twiunhiya kergie
23:02.22kergothand can you ftp to your Z, port 4242?
23:02.25kergothpassword rootme?
23:02.42psnope, no ping response
23:03.02kergoth?
23:03.04waltershmm...do i really have to patch my linux to talk to the zaurus over USB?
23:03.07kergothwell -obviously- you cant sync
23:03.09kergothif you cant ping
23:03.09hobbsah, then you have other problems.
23:03.09kergothcome on
23:03.12waltersat least in dmesg now I see:
23:03.13kergothyou need basic connectivity
23:03.17psi know
23:03.17waltersDCEther.c: eth2: Sharp SL Series
23:03.17kergothwalters: yes.
23:03.24kergothwalters: CDCEther will not work.
23:03.29walterskergoth: ok.
23:03.29kergothwalters: assuming you're on a recent rom
23:03.34psbut that doesn't work
23:03.41kergothps: 'that doesn't work'?
23:03.42hobbswalters: either patch, or run recent 2.5 :)
23:03.49kergothps: ifconfig usbd0 on your Z
23:03.57kergothps: i need information to fix something, i'm not a psychic.
23:03.58hobbsactually -- did they put the same patch in 2.4.20 ? I thought I read that they did.
23:04.01psoh i have to do that
23:04.03psok
23:04.05kergothhobbs: 2.4.21-pre/rc
23:04.11kergothhobbs: didnt make 2.4.20
23:04.35hobbskergoth: alright. close. Anyway, that's cool.
23:04.51kergothyea
23:05.07ps192.168.129.201 normal settings, looks ok
23:05.28kergothps: and your desktop side?
23:05.54hobbskergoth: btw, is there a known problem setting the default gateway in 3.0, and does it happen to be fixed in 3.1 ?
23:06.04kergothhobbs: not afaik.
23:06.16pswell the USB drivers that came with the Zaurus
23:06.25kergothps: and whats the *ip*?
23:06.29hobbskergoth: strange. I can't get my setting to stick. I'll look more closely.
23:06.34kergothps: you _did_ hardcode the ip on the Z network interface, right?
23:06.47kergothhobbs: theres a big difference between a problem setting the gateway, and a problem setting the gateway _in the gui_
23:06.54kergothhobbs: the latter could definately have been the case
23:06.57psi did ?
23:06.59kergothhobbs: there were quite a few bugs in networksetup
23:07.11kergothps: i certainly hope so, since the faq told you to.
23:07.16hobbskergoth: I set it in the gui, and it didn't stick, so I edited the .conf file, and set GATEWAY=, and the script is still not using it.
23:07.18kergothps: and you claimed to have read it and followed it.
23:07.22kergothhobbs: nonononono
23:07.23pswell if the FAQ said s i did it :)
23:07.28kergothhobbs: /etc/network/interfaces controls it
23:07.31kergothhobbs: no .conf file
23:07.44hobbskergoth: ooooh. that's a change. I'm looking at old stuff. :)
23:07.49hobbskergoth: nice, all debian-flavored. :)
23:07.53kergothyep
23:08.00kergothwe'll be switching to interfaces for wireless too, ala debian 3.0+
23:08.01kergothshortly
23:10.08pswell i did everything the FAQ said and Syncing with the Sharp ROM works perfectly so i have no idea whats the problem
23:10.17hobbsI'm liking OZ. It's more. um. Open? :)
23:10.30kergothps: the fact that it works with sharp means nothing.
23:10.31kergothps: you have to setup the desktop side interface differently.
23:10.34kergothps: as i just said.
23:10.45kergothps: sharp includes a dhcp server, which means you can let it obtain an ip automatically
23:10.57kergothps: OZ does not, you must hardcode the ip, 192.168.129.1
23:11.08pshmmm yes
23:11.16pswell ok
23:11.21psbut i think i already di that
23:11.27kergothwell doublecheck.
23:11.32kergothbecause I have users who have confirmed that it works.
23:11.37psyepp
23:13.10beattiewith a just built 2.4.19 and the initrd from the 18th , I can't mount either my CF or MMC cards, is this a know problem?
23:13.34kergothbeattie: pcmcia is confirmed to function
23:13.38kergothbeattie: OBVIOUSLY you cant mount mmc
23:13.46kergothbeattie: the sd/mmc driver is binary only, and only works in 2.4.6
23:13.47kergothheh
23:13.59beattieheh
23:14.24Twiunhey beattie!
23:14.27Twiunhow goes it?
23:14.32kergothwe'll be getting a new binary module soon
23:14.35kergothbut pcmcia should be working
23:14.35pshm... well i get the point and i know what you mean but i have absolutly no idea where to chang my ip :(
23:14.48kergoth-but- that initrd.bin from before didnt have pcmcia-cs :)
23:14.57beattieTwiun: ok, just back from visiting the family for Xmas
23:15.12Twiunbeattie: nice break from it all?
23:15.32beattiekergoth: is there a newer one handy or should I just not worry about that right now
23:15.34psjust tell me in the windows thingy or in the qtopia desktop or where ?
23:15.40kergothbeattie: i'll throw a new one up in a bit
23:15.43kergothps: windows.
23:15.45hobbsps: in the thingumajiggy under the whatchamacontrolpanel.
23:15.52beattiekergoth: no hurry
23:15.53hobbsps: yeah. windows.
23:16.06kergothps: control panel->network->right click on the Z interface -> properties
23:16.06psheh thx :)
23:16.18kergothps: obviously you havent done this yet, or you would know how. thats definately your prob
23:16.23beattieTwiun: well being unemployed, there isn't much to take a break from :)
23:16.28psyes
23:16.57pswell no Z interface in my network thingy
23:17.05kergothps: it only exists when the Z is plugged in.
23:17.14psit is
23:17.34kergothcontrol panel -> system -> device manager .. are there any devices with a ?
23:18.25psyepp :) but no networking options anywhere there
23:18.40kergothwhat devices have ?'s
23:18.41kergoth?
23:18.57psSL Series (WDM)
23:19.02kergothbingo.
23:19.10kergothright click on that, properties. uninstall it.
23:19.24psok
23:19.27kergothyour problem is, you removed the Z from the cradle without using the icon in the system tray to eject it first.
23:19.42kergothyou must eject it properly, or it'll get into weird states, like that one
23:19.46hobbsWhat's WDM stand for, anyway? I've seen a few devices with that on them (and the last one I saw was broke -- a sound card)
23:19.47kergoththis is true for sharp and oz both
23:19.53kergothhobbs: not sure
23:19.53psoh ok
23:21.20kergothps: after uninstalling it, pull out the Z, make sure its not off, then plug it back in
23:21.35kergothps: then you should have a network interface in networks in control panel, and you can then hardcode the ip
23:22.14psok well since this is windows i gotta reboot now i guess i can handle the rest Big Thank you for taking the time :)
23:22.25Dessimat0rreboot?
23:22.30psyepp
23:22.32Twiunbeattie: funny that.... same here ;-)
23:22.44tronicalkergoth: while building the tremor package on a system with no libtool (except the one in staging) I noticed that autogen.sh fails because it looks for libtool in $PATH. do you think it's cleaner to make a patch to get remove stupid check from autogen.sh or adjust PATH from within the Makefile before calling autogen.sh?
23:22.48Twiunbeattie: we get to concentrate all our time on these hobbies
23:23.28kergothtronical: i'd say $(STAGING_DIR)/bin should be added to path in the Makefile
23:23.41tronicalkergoth: okay. doing that then.
23:23.41beattieTwiun: that's one way to look at it :)
23:24.00Dilbtronical: are you sure the problem is with a Makefile ?
23:24.04Twiunalthough... I'd prefer a job right now :)
23:24.16kergothtronical: in fact, we should probably add that to the path in the root Vars.make, given we do only put x86 bins there
23:24.17beattieTwiun: me too
23:24.19kergothtronical: :)
23:25.37tronicalkergoth: ah, much better indeed. should I push that change? (after checking that it works ;)
23:26.08beattiekergoth: the kernel touchscreen...is that mostly porting the 2.4.6 patches to 2.4.19?
23:28.28Twiunibot: seen jserv
23:28.36jserv <~jserv@140.116.141.254> was last seen on IRC in channel #openzaurus, 10d 20h 59m 9s ago, saying: 'TheMasterMind1: jit3 for arm-linux is just begining developed.'.
23:28.36kergothbeattie: actually, theres already a ucb1x00 touchscreen driver.. we may only need to see what differences there are between use of the ts for the tc35143af, and the ucb1x00, and port the differences
23:28.36kergothtronical: go for it
23:28.40tronicalkergoth: k
23:30.35kergothokay lets see, i'm going to revamp the collie battery handling to be more like ipaqs
23:31.40tronicalkergoth: grmbl, seems more complicated. it wants libtoolize, which in turn wants more files. looks like I need to install a couple of more things in packages/libtool/Makefile
23:31.52*** join/#openzaurus ps (~Simon@p508B942E.dip.t-dialin.net)
23:32.20psok just wanted to say everything works now thanx :)
23:32.36hobbsdecent battery status is high on my "that would be nice list" :)
23:33.09kergothhobbs: we have decent battery status.
23:33.13kergothhobbs: use oz 3.1rc1.
23:38.47*** join/#openzaurus kergoth (~kergoth@dsl081-228-056.chi1.dsl.speakeasy.net)
23:38.47*** join/#openzaurus boulez (~boulez@roc-24-58-67-49.rochester.rr.com)
23:38.47*** join/#openzaurus hobbs (~andrew@port-55-204-tnt03.avoca.nni.com) [NETSPLIT VICTIM]
23:38.47*** join/#openzaurus kolla (~kolla@ti411310a080-0059.bb.online.no) [NETSPLIT VICTIM]
23:38.47*** join/#openzaurus uncon (~uncon@crtntx1-ar3-4-62-089-189.crtntx1.dsl-verizon.net) [NETSPLIT VICTIM]
23:38.47*** join/#openzaurus walters (walters@verbum.org) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus lsmith (~vandal@pD9E77CBD.dip.t-dialin.net) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus Dilb (1000@lns-p19-7-81-56-154-88.adsl.proxad.net) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus tronical (~simon@fauia27.informatik.uni-erlangen.de) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus Dessimat0r (Dessimat0r@public1-birk1-3-cust60.bagu.broadband.ntl.com) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus beattie (~beattie@dsl093-039-041.pdx1.dsl.speakeasy.net) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus Cloudchaser (~Cloudchas@fl-wbu2c6-955.pbc.adelphia.net) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus oob (~oob@81-5-138-97.dsl.eclipse.net.uk) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus godsmoke (~godsmoke@66.93.85.21) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus ljp (~ljp@tf0226.peakpeak.com) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus _ibz (~foobar@host217-39-16-160.in-addr.btopenworld.com) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus Dragonny (Dragon@pc-80-192-228-166-mo.blueyonder.co.uk) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus numatrix|away (~jwiens@psifertex.nerdc.ufl.edu) [NETSPLIT VICTIM]
23:38.48*** join/#openzaurus badl_ (~badl@203-96-130-181.dialup.globe.net.nz) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus tez (~tez@adamk1.demon.co.uk) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus BiGBiGYLLaMa (~llama@pD955E1F0.dip.t-dialin.net) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus ZzzGogo (~crazygo@pD955E1F0.dip.t-dialin.net) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus sandman_ (~sandman@pD9E8AAE5.dip.t-dialin.net)
23:38.49*** join/#openzaurus hunger (foobar@pD9E647C7.dip.t-dialin.net) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus mehuman (~mehuman@pcp02985700pcs.salsbr01.md.comcast.net) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus smbj (~smbj@64.30.163.182) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus tux_mike (~mike@dsl081-228-057.chi1.dsl.speakeasy.net) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus ||ugh (~hugh@road.toad.com) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus mickeyl|tv (mickey@gandalf.tm.informatik.uni-frankfurt.de) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus dar (~dar@interave.net) [NETSPLIT VICTIM]
23:38.49*** join/#openzaurus Stripes_ (~Zack_Morr@adsl-63-194-24-74.dsl.lsan03.pacbell.net) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus Sugar (~neotron@207.188.30.40) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus TheMasterMind1 (foobar@h-69-3-152-80.MCLNVA23.covad.net) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus Rince (rince@angua.rince.de) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus enkrypted (enkrypted@pcp01399099pcs.walngs01.pa.comcast.net) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus fishy (~fishy@adsl-81-167-75.asm.bellsouth.net) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus pheph (~pheph@12-224-185-14.client.attbi.com) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus Debolaz (ghdqgxh94x@november.debolaz.com) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus tik (~nobody@rotfl.franken.de) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus mdz (~mdz@209-6-103-23.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus Twiun (~twiun@adorphuye.com) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus hardwire (~hardwire@12-252-5-124.client.attbi.com) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus ciaolinux (~ciaolinux@MSTU83.CIMS.NYU.EDU) [NETSPLIT VICTIM]
23:38.50*** join/#openzaurus prox (prox@prolixium.net) [NETSPLIT VICTIM]
23:38.51*** join/#openzaurus troff|pub (~alex@pc-80-194-224-49-ny.blueyonder.co.uk) [NETSPLIT VICTIM]
23:38.51*** mode/#openzaurus [+o kergoth] by sterling.freenode.net
23:41.03*** join/#openzaurus brontos (~brontos@host-216-78-38-69.ath.bellsouth.net) [NETSPLIT VICTIM]
23:46.15hobbsyay. only a few minutes on the initrd.
23:47.53hobbsI got a big CF for christmas, so I've been waiting for a while to be able to play with OZ.
23:52.16*** join/#openzaurus Xentac[laptop] (~jchu@h24-80-172-48.gv.shawcable.net)
23:56.29*** join/#openzaurus mark (~mark@s.westcott.freeuk.com)
23:56.30hobbskergoth: I actually had an old laptop back before the days of APM.
23:56.46kergothhah
23:56.59hobbskergoth: and a software program that would manually do the battery-time-remaining math, if you _told_ it when the charge light went on and off.
23:57.07kergothhobbs: haha
23:57.12hobbs(and when you plugged/unplugged it or the battery ran out)
23:57.25Xentac[laptop]802.11b is so cool...
23:57.49kergothXentac[laptop]: indeed
23:57.49*** join/#openzaurus badalex (~badalex@cpe-66-1-177-91.ut.sprintbbd.net)
23:57.50badalexft
23:57.55hobbskergoth: it was an alright program, but way too much of a hassle to keep it informed.
23:58.08kergothokay tonight we should have solid battery status in 2.4.19, and I may see if i can get learning in as well
23:58.12badalexopps
23:58.12badalexnm
23:58.21kergothnot sure if i'll have time to look into touchscreen, that may have to wait till tomorrow
23:58.25Xentac[laptop]kergoth: I just went over to a friend's place... and changed my wireless settings... and now I'm talking to you guys with it
23:58.30Twiunkergoth: I'm curious the battery learning stuff... doesn't keep that between reboots does it?
23:58.31kergothbeattie: looking into ts stuff?
23:58.44kergothTwiun: good question.. it could probably store it somewhere.. hmm. i'll check.
23:59.03hobbsTwiun: even if it doesn't, it can just use a static default until the first time it sees a full charge.
23:59.20beattiekergoth: starting to
23:59.47kergothbeattie: cool

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.