IRC log for #htc-linux on 20080320

00:01.29dcordesthe interesting thing about this is why does X not start automatical with my custom kernel but with the OE built kernel?
00:01.45dcordesif it wouldn't start at all I wouldn't wonder
00:03.56tsdogsdcordes: probably some module failed loading or there is a bug somewhere, I'd check for configuration files, and maybe enable syslog to have the kernel log for it.
00:04.24tsdogsMaybe u forgot to build some module, or the module should go into the kernel ...
00:05.18dcordestsdogs, no everything is just fine: when I ssh into it (had mistake in interfaces) I can start init.d/xserver-nodm and X appears
00:05.30dcordesit just doesn't start automagically
00:05.58dcordesit looks like even gsm is working ootb now
00:06.52tsdogsdcordes: is the /etc/rc.3/SXXxserver.. there?
00:07.53tsdogssorry no .3 but .5
00:07.56dcordes01256 have xserver-nodm
00:08.09dcordeswhich is the needed script
00:08.48tsdogsdcordes: what do u have in /etc/inittab for the line id:X:initdefault:
00:08.53tsdogswhat is X
00:08.54tsdogs?
00:10.14dcordestsdogs, it doesn't show X there are just some runlevels shown
00:10.32tsdogsyes i want to know what it's X :)
00:10.46tsdogsX=5 ?
00:11.44dcordestsdogs, can't see no X= there :/ sorry I can't think so good it's late
00:12.26dcordestsdogs, 949714
00:12.51tsdogsdcordes: let's try this way
00:13.07dcordesoops http://pastebin.ca/949714
00:13.09dcordes-_-
00:13.17tsdogsdo u have id:5:initdefault: or id:3:initdefault: ?
00:13.40tsdogsok it's 5 so default run level is 5
00:13.55dcordeswhat does that mean default run level?
00:14.14dcordesI should read a big manual I guess :)
00:14.15tsdogsok, maybe doing a "init 3" and then an "init 5" would tell u what's wrong
00:14.20tsdogs:)
00:15.02tsdogsrun level is what needs to be run. u have different run levels 0 = shutdown 6=reboot
00:15.10dcordes#init 3  is quiet
00:15.21tsdogshmm, try init 5 now
00:15.27dcordesnothing
00:15.33tsdogsis X still running
00:15.34tsdogs?
00:15.37dcordesyep
00:15.51tsdogsok runlevel 3 is not good
00:16.10tsdogsdcordes: try stopping X and then repeat init 3; init 5
00:16.27dcordesbtw for my comprehension: the runlevel fsckup is due to my module install?
00:16.36dcordesok
00:17.07tsdogsdcordes: no, I guess run level 3 is not used/ configured, hmm oe is debian based
00:17.16dcordes# /etc/init.d/xserver-nodm stop ; init 3 ; init 5 both empty
00:17.24dcordesah wait
00:17.27dcordesx started now
00:18.05dcordesok x starts on 5 but not on 3
00:18.30tsdogson 3 it should stop, but I think on debian 3 is 2 ...
00:18.54tsdogsdo u have a KXXxserver-nodm where XX is a number
00:19.23tsdogsin /etc/rc2.d/
00:19.24tsdogs?
00:19.54dcordesS99xserver-nodm
00:20.23dcordesI notice my gsm show no reaction after all that restarting now
00:20.37tsdogsok then probably doing a init 2; init 5 should stop X and start it, though it worked before...
00:21.06dcordesI'll try
00:21.10tsdogsI think u better reboot and check X.log if it's generated
00:21.16dcordesk
00:21.28tsdogsdcordes: don't think it's needed ...
00:21.29dcordeswhere should that log go?
00:21.38dcordes(log)
00:21.43tsdogshmm, good question: /var/log ?
00:22.13tsdogsI never used X on my device :) only opie / qtopia
00:23.08dcordestsdogs, comes to my mind there is some delay problem
00:23.29tsdogsok, maybe that's the reason...
00:23.43dcordesxserver nodm wants to start too early and there's not the depends ready yet
00:23.57tsdogsmaybe simply adding a "sleep 2" at the beginning of xserver-nodm
00:24.10tsdogsdcordes: is it S99xserver-nodm
00:24.11tsdogs?
00:24.24dcordesyea in /etc/rc2.d
00:24.36tsdogsno in /etc/rc5.d
00:24.50tsdogsu told me that rc2.d had K99xserver...
00:25.08tsdogshm sorry my mistake :)
00:25.10dcordesnah xserver-nodm
00:25.16dcordesrc5 has same
00:25.37dcordesit's only xserver-nodm in moko images. in good old x11-images you get gpe-dm
00:25.46tsdogsok edit /etc/init.d/xserver-nodm and add a "sleep 2" at the start
00:26.01dcordesok
00:26.10dcordes2=seconds?
00:26.13tsdogsyep
00:26.21dcordeshm I will make 6
00:26.27tsdogslol
00:26.44dcordesis there a way to echo something in the first line of a file??
00:26.46tsdogsput it /bin/sleep 6
00:26.57tsdogssimply "echo aaaa"
00:27.11dcordesdoesn't that overwrite all file?
00:27.15tsdogsor  better "/bin/echo aaa"
00:27.35tsdogsho, sorry missunderstood question
00:27.48tsdogsdon't u know VI ?
00:27.53dcordesI'd better have me nano
00:27.56dcordeshaha no :)
00:28.14tsdogsit's easy (I use to program with it :)
00:28.37tsdogssimply vi xserver-nodm
00:28.41dcordesit was always a mystery to me
00:28.57tsdogsmove the cursor to the position u want to insert the line
00:29.01dcordesok
00:29.14dcordesunder #!/bin/sh I guess?
00:29.18dcordesthere is a white line
00:29.19tsdogspress "i" and write "/bin/sleep 6"
00:29.21tsdogsyes
00:29.30tsdogsthen press ESC
00:29.48tsdogsnow in a sequence   ":wq!"
00:30.06tsdogsobviously without "
00:30.13dcordeswrite quit ?
00:30.19tsdogsyep
00:30.25dcordesok
00:30.35dcordesI guess that's all I need to know about vi.
00:30.39tsdogslol
00:30.59tsdogsit has some nice features which other editors miss :)
00:31.02dcordeshow to exit w/o write? :q! ?
00:31.08tsdogsyes
00:31.10dcordesyes I know there is vigor
00:31.17dcordesthe evil paperclip
00:31.25tsdogslol
00:31.30dcordesyou know him?
00:32.01tsdogsvigor? yes, but never used it
00:32.36dcordesrebooting...
00:32.40tsdogsthere's wimgor too
00:32.41tsdogsok
00:32.46dcordesI installed him ones, crashed my X
00:32.55dcordess/ones/once
00:33.13tsdogsif it starts I'm going to bed. 1:32 here :)
00:33.26*** join/#htc-linux rakeem (n=rak@n219073040151.netvigator.com)
00:33.43dcordessame here in .de where are you?
00:33.55dcordesbooting linux..............
00:34.12tsdogsit
00:34.27tsdogsnot that far away
00:34.31dcordesk
00:34.46dcordeshi rakeem
00:36.54rakeemHey dcordes... Hey, Robot, if you're around:  I patched the ACX driver from the HH Kernel with the aircrack ACX injection mode patch.  It's not great (maybe nothing) at injecting, but it's much more stable in monitor mode (less freezes) and generally...  Works sweet in Master mode too....
00:36.57dcordestsdogs, looks bad :( I see system console
00:37.33tsdogs:( try looking at log file and see what's wrong...
00:37.36rakeemBin away for a while... Any news?  Any more toys for my Uni?  ;-)
00:37.37dcordesrakeem, cool I just got acx working on my ba :)
00:38.31dcordesrakeem, don't know about uni but there is a significant advance in msm machinese. somebody came here today and prsented us haret patches and msm git patches which allowed him to have usb and fb support on his htc vogue
00:38.35dcordes(msm7500)
00:38.35tsdogsrakeem: http://git.asheesh.org/?p=qtopia_snapshot.git;a=tree;f=src/games;h=8f59ab17704ade6c25f347679bb1abd9cfaf098f;hb=tsdogs qnetwalk and qsamegame
00:39.18dcordesrakeem, did you commit your acx patches to hh.org cvs?
00:39.31rakeemdcordes:  I tried the same on the BA with the same results...  There's a link from the aircrack site...  Also, FYI, iwconfig wlan0 sens can really help stability.
00:39.46tsdogshttp://git.asheesh.org/?p=qtopia_snapshot.git;a=tree;f=src/applications/imlife;h=011a368a798f2c7f4e0b5ae1937ae57dda92a0cb;hb=babelo
00:39.50tsdogslol
00:40.21rakeemdcordes:  Oooer, I've never done a commit, I just downloaded the tarball and ran the script, honest!
00:40.44dcordeswhre can I find it :) ?
00:41.09rakeemHang on....
00:42.14rakeemhttp://www.aircrack-ng.org/doku.php?id=install_drivers&DokuWiki=c1e43ddbe6a7f0d28ee2b7b200467063
00:42.27rakeemClick ACX obviously...
00:46.08tsdogsrakeem: against which kernel? 2.6.21 ?
00:46.22dcordesrakeem, did the patch run through proper with hh.org acx module? or did you use the driverthey have
00:46.26rakeemtsdogs:  Yes.
00:46.35tsdogsok
00:47.11tsdogsrakeem: u updated firmware too?
00:47.58dcordescan't you upload the binaries somewhere :)
00:48.45rakeemIt's a while ago, but I'm sure it was on the module included with hh.org...  I did screw around trying vatious firmware versions, but I reverted to whatever is standard for Uni / BA rootfs images, once I was running the patched driver...
00:52.40tsdogsok n8
00:54.49dcordesgood night tsdogs
00:55.17dcordesand thanks a lot for your help
00:59.34rakeemMy main machine's currently injured so I can't get the bins right now...  Sorry...
01:03.54rakeemCan anyone please help with GPR$ on the Uni....   Pleeease!
01:09.55tsdogsrakeem: I guess this should go somewhere in the wiki http://www.pastebin.ca/949778
01:10.06rakeemAnyone else having trouble with usbserial or Uni?
01:10.45*** join/#htc-linux dcordes_ (n=snoopdog@unaffiliated/dcordes)
01:11.08tsdogsrakeem: there needs to be a modprobe with some code before too afair
01:11.37rakeemThanks man...  What's CU?  (As in "OPEN CU AND DO...")....
01:12.00tsdogscu is a serial program like minicom or so
01:12.46rakeemtsdogs:  You mean something like modprobe usbserial Ven=0x0000  Dev=0x0000?
01:13.01tsdogsrakeem: but it's in between :)
01:13.16tsdogsu first need to power it up
01:13.21tsdogsthen load the module
01:13.34tsdogsthen dial
01:13.40rakeemGotcha...   Can I leave another console running tail -f on  /dev/ttyxxx to catch responses in an emergency?
01:14.07tsdogsyes
01:14.16tsdogsat least I think so
01:15.33rakeemWhat device /OS you running again?
01:16.03tsdogs?
01:16.26rakeemUni?  BA?  Newton? etc...
01:16.31tsdogsho UNI
01:16.51tsdogsnever tryed gprs though
01:17.03rakeemYou on Qtopia?
01:17.04tsdogsgoxboxlive and cr2 are the ones
01:17.33tsdogsyep, trying to catch segfault with latest sources :/
01:18.56rakeemYeah man, cr2 is among the most computer literate people I've ever spoken to.  Nice chap too...
01:19.21tsdogsyes, great mentor :)
01:20.45tsdogsok, said good night 25mins ago now I mean it ;) good night
01:22.13tsdogsho, rakeem cu must be run on the phone tty, but I think u already guessed that
01:22.28rakeem0.
01:22.50rakeemNite!
01:23.00tsdogslol
01:23.36tsdogsshould be ttyS0 at 115200
01:23.48dcordes_:)
01:25.20rakeemOne last thing, what's the syntax for CU?  I just get  "type cu --help for help"....
01:25.42tsdogsrakeem: to be hones I have no idea
01:26.30rakeemCheers... ;-)
01:26.52tsdogscu -l /dev/ttyS0 -s 115200
01:26.59tsdogsfound in irc logs :)
02:14.23*** join/#htc-linux ecze (n=ecze@eczema.ecze.com)
02:43.59*** join/#htc-linux joschkop179 (n=joschi@e179202134.adsl.alicedsl.de)
03:23.03*** join/#htc-linux MHazem (n=GoD@82.201.222.52)
03:59.00*** join/#htc-linux noelcragg (n=noel@adsl-69-232-223-120.dsl.pltn13.pacbell.net)
03:59.22noelcraggyay, sable booting, mounts mmc card
04:01.50*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-72-70-180-20.hrbgpa.fios.verizon.net)
04:04.11*** join/#htc-linux ellisway (n=ellis@homealone.good1.com)
05:20.08noelcragghas anyone had any luck making a keyboard map for the console driver that allows one to get symbols + the control key?
05:29.15*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
05:29.15*** join/#htc-linux bernt__ (n=bernt@dslb-084-061-197-172.pools.arcor-ip.net) [NETSPLIT VICTIM]
05:30.37*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-72-70-180-20.hrbgpa.fios.verizon.net) [NETSPLIT VICTIM]
05:30.37*** join/#htc-linux SmallR2002 (n=SmallR20@79-77-75-194.dynamic.dsl.as9105.com) [NETSPLIT VICTIM]
06:17.16*** join/#htc-linux kiozen (n=kiozen@p5492A424.dip0.t-ipconnect.de)
06:18.57*** join/#htc-linux Marex (n=marex@vasut.kolej.mff.cuni.cz)
06:57.23*** join/#htc-linux hlbot (n=adm@iclem.net)
06:57.43*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
07:03.07*** join/#htc-linux MHazem (n=GoD@82.201.222.52)
07:06.37*** join/#htc-linux rob_w|laptop (n=rob@p549B9933.dip0.t-ipconnect.de)
07:38.06*** join/#htc-linux goxboxlive (n=goxboxli@208.84-48-176.nextgentel.com)
07:43.58*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
08:09.59*** join/#htc-linux Babel1 (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
08:43.18BabelO_hi
08:43.46BabelO_kiozen, Cr2 : there is some end user progress to do on A380 -> http://www.gillesvidal.com/blogpano/cockpit1.htm
08:48.37kiozenlol, where are those stripping stewardeses they always talk about?
08:50.17kiozenBabelO_: btw did you know that even the NASA recommends using QLandkarte? So watch out for low orbiting satelites ;) http://gcmd.nasa.gov/records/QLandkarte.html
08:50.30*** part/#htc-linux CrAsH_x64 (n=crash@84.78.99.40)
08:53.15cr2kiozen: good morning
08:53.26kiozenmorning
08:53.59cr2kiozen: these are certainly the America-hating liberals at GSFC who recommend qlandkarte :)
08:54.05BabelO_morning cr2
08:54.15BabelO_kiozen: yes, you are well referenced ;)
08:55.48kiozenwhat was that: "even if you stick an American flag on a French pig, it won't be an American pig" (but that was from a Democrat senator)
08:55.52cr2kiozen: fix the frontpage. 76Cx works perfectly with qlandkarte.
08:58.09kiozenI wont fix M$ frontpage, but I changed the index page. will update with next release.
08:59.29cr2ok
08:59.57kiozenfixed a bug in GT, stop tiles from wobbling around :)
09:01.00kiozencr2: is gdal able to stitch referenced files to on e big file?
09:01.30cr2kiozen: http://www.cafepress.com/solopress.66721694 :)
09:01.41*** join/#htc-linux Marex-louise (n=root@gwfm10-3-250.802.cz)
09:01.58cr2kiozen: yes, gdalwarp file1.tif file2.tif ... fileOut.tif
09:02.02Marex-louisecr2: hi
09:03.30cr2hi Marex-louise
09:05.07cr2kiozen: if you exceed the environment size with the commandline parameters (32K on x86), you should use --optfile
09:05.42kiozenlol, how many gcs do you need for that?
09:06.33cr2kiozen: tss. not the gcs, but the tqrs...
09:07.07kiozenhuh???
09:08.17cr2http://modestmaps.mapstraction.com/trac/wiki/TileNamingConventions
09:34.19*** join/#htc-linux cr2 (n=konversa@crpl6.physik.uni-wuppertal.de)
09:59.54*** join/#htc-linux CrAsH_x64 (n=crash@84.78.99.40)
10:00.00*** part/#htc-linux CrAsH_x64 (n=crash@84.78.99.40)
10:45.30BabelO_cr2: i read the logs, all works perfect with current defconfig, only thing activated that are not needed is hostap and maybe ppp if user don't want gprs, else acx works well with pccardctl tools to insert/eject and power save is well too, when acx card is ejected all wifi is of, only thing remaining is the suspend/resume stuff. I ve fixed it but it seem it does not work on h4000 , but current cvs works on h4000 and not on BA
10:46.41*** join/#htc-linux ndavey (n=neil@60-240-227-199-vic-pppoe.tpgi.com.au)
11:16.19*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-396052f71a08f574)
11:21.43*** join/#htc-linux goxboxlive (n=goxboxli@208.84-48-176.nextgentel.com)
11:29.50*** join/#htc-linux rakeemflex (n=rak@n219079049153.netvigator.com)
12:42.32dcordes_hi BabelO
12:42.48dcordes_BabelO, defconfig is perfect
12:43.03dcordes_only thing which doesn't work on my ba is resume because of boardid6
12:43.20dcordes_problem was that I used OE defconfig and not from cvs
12:51.55dcordes_cr2, btw did you see results of attempt to write kaiser fb?
12:54.23cr2dcordes_: no.
12:55.02dcordes_cr2, maintenet le log c'est en course de maintenance
12:55.43cr2ok.
12:55.48dcordes_bzo did another haret for kaiser- when I tried to boot kernel with it, screen was painted black for less than a second and haret segfaultet leaving wince in usable sate
12:56.02dcordes_you could see elements in the bottom taskbar stay black until they were redrawn
12:56.59cr2there are many things hardcoded in that version of haret, that may be specific to his LCD
12:57.11cr2not only the fbaddr.
12:57.14dcordes_bzo explained me that we actually accessed the fb and that the error occured because kernel and somethign else were moved at that same place - he just would have to reallocate this position
12:57.19cr2does usb work ?
12:57.55dcordes_he writes fb to kernel postition so I can't test
12:58.09dcordes_haret is killed directly
12:58.31cr2yes, you need to load the kernel with 1MB RAM offset. that may be tricky to do.
12:58.34dcordes_so I can't test usb
12:58.48cr2does usb work for him ?
12:59.10dcordes_I didn't really understand honestly - he said it would show or something but he coouldn't quite test
12:59.13cr2it's just not so easy to boot on kaiser because of the fb position.
12:59.24dcordes_it's at the end, right?
12:59.43cr2no, at the start
12:59.57dcordes_-where one usually puts kernel?
13:00.18cr2http://wiki.xda-developers.com/index.php?pagename=KaiserMemoryMap
13:00.31kiozenbrain yawns, reach physical limits, need coffee..
13:00.38cr2yes, exactly where the kernel is loaded.
13:00.58dcordes_kiozen, no sleep yet?
13:01.20kiozenwho needs sleep?
13:01.38dcordes_people who try to code :D
13:02.06kiozenthe problem is that I do not have to try, but actually have to do
13:02.44kiozenpython C wrappers around sick UDP/TCP protocolls are so boring
13:03.39cr2kiozen: a short question about gcps. do you have the keyboard handler ? i'd like to delete the blue highlighted gcp by clicking 'Del'
13:04.03cr2kiozen: i'll be testing gps on n560 today. the code is ready.
13:05.54kiozencr2: the problem is that highlighting the gcp does not mean that the canvas has the keyboard focus, too
13:06.18kiozenthus the del key might be handled wrong
13:06.20cr2kiozen: hmm. middle button ?
13:06.29cr2yes, i see.
13:06.46kiozenonce you click on the canvas, it would be ok
13:07.10kiozenbut that is no safe and sound gui programming
13:07.21cr2i'm looking for some way to delete the gcps 'visually'
13:07.52kiozenthe recommended way is a context men :/
13:08.01kiozens/men/menu/
13:08.09rakeemflexAha...  cr2...  Just the felllow.....
13:08.13kiozen~lart apt
13:08.13aptshoots kiozen in his sleep
13:08.17kiozenlol
13:08.29cr2lol
13:08.47kiozenhate apt
13:08.52rakeemflexHey dcordes...
13:09.03dcordes_~lart rakeemflex
13:09.03aptduct-tapes rakeemflex to the floor and drools on him
13:09.05cr2hi rakeemflex
13:09.11rakeemflexcr2:  I've been given a weird device...
13:09.16dcordes_^^ nice welcome eh
13:09.44dcordes_rakeemflex, what sort of?
13:09.46rakeemflexIt's a fake Nokia N95 (really nice build quality)....
13:09.53cr2kiozen: is it easy to extend the popup context menu ?
13:09.56dcordes_fake?!
13:10.28kiozencr2: extending is not the problem itself
13:10.32cr2rakeemflex: is it running wince ?
13:10.47kiozenbut routing the signal to the correct class
13:11.08rakeemflexThat's what I said!  I actually derided the poor girl for her naiveite, telling her it's not a handbag.  But she's right.
13:11.09kiozenadditionally the menu must be context sensitive like the cursor
13:11.32kiozenthat would need some restructuring
13:11.34cr2kiozen: yeah, it's the evil of the qt signal architecture.
13:11.39cr2ok.
13:11.49kiozenit's somehow on my list for other purposes
13:12.16kiozenqt signal/slot is not to blame
13:12.18rakeemflexIt's not running CE, and it appears to be from the same genus as a number of cut-price (but nice hardware) Korean phones that have appeared in Hong Kong over the last year or so....
13:12.27kiozenit's more a problem of data encapsulation
13:12.48cr2kiozen: for me it's easier sometimes to generate some extra gcps and kill them later.
13:12.53cr2ok.
13:13.08rakeemflexIt has a touchscreen, camera (crappy), functioning bluetooth, microSD, USB...
13:13.14rakeemflexQVGA I think
13:13.16cr2rakeemflex: cpu ?
13:13.29kiozenthe trolls, sorry nokia, should start to implement focus-follows-mind
13:13.39cr2rakeemflex: ram size ?
13:13.46cr2lol
13:13.52rakeemflexcr2:  That's what you're here for...   ;-)
13:14.19dcordes_no ce no haret :(
13:14.31rakeemflexOh yeah, weird, non-standard, slightly flattened USB connector.  WHY???!!!!
13:14.34cr2rakeemflex: yeah, not for the poor girls.
13:14.46dcordes_the interface doesn't look x11ish does it?
13:15.00rakeemflexLemme give it some juice...  Been in the drawer for a couple of weeks....
13:15.11kiozendamit, how to do UDP socket?
13:15.27cr2kiozen: AF_
13:15.44dcordes_rakeemflex, you god picz?
13:15.50dcordes_s/god/got/
13:16.25cr2kiozen: SOCK_DGRAM
13:16.45rakeemflexThere's pics on the Nokia site apparently...  Looks like the real thing.  Nice smooth slidy action.  The power button on top has become an LED flashlight though....  8)
13:17.29rakeemflexTrying to work out how to switch it on now...@
13:17.36kiozencarries 2kg W. Richard Stevens "Programming Unix Networks" from the atic.
13:22.45dcordes_rakeemflex, that's cool I like the korean designers. all smartphones should have flashlights
13:23.39rakeemflexI only recently saw the Uni's LED switched on.  Three years (and three Uni's) and I've never seen the light on....
13:23.55rakeemflexAnyway, this Kokia thing is dead.
13:24.33rakeemflexReminds me of my Tornado.  Charge circuit doesn't kick in if the battery's completely drained....
13:30.52rakeemflexI've got to dash out.  I've left it charging....  cr2:  If you have any quick 'n' dirty things to try, to identify it, just type them here and I'll get them from the log....
13:34.04BabelO_dcordes_: you can do virtual BA suspend with your board id 6 just  edit blueangel_lcd.c look at funciton suspend / resume and set the gpio switch off in comment. It is not a real suspend because lcd is still powered on
13:34.29dcordes_BabelO, but rest of the hardware does suspend?
13:43.58dcordes_BabelO, could you give me boardid6 blueangel_lcd.c ?
13:44.06dcordes_I don't quite understand what to do
13:46.08BabelO_dcordes_: yes the rest is suspended , only lcd power is kept alive, someone one year ago have done this, and it seem it works enough
13:47.52dcordes_couldn't one set a bit for boardid6 in Kconfig?
13:49.27BabelO_dcordes_: in file blueangel_lcd.c look for blueangel_lcd_suspend and comment blueangel_lcd_hw_off(); sale for blueangel_lcd_resume_pre. But like cr2 say, it is better to do a bitbanging ddriver for this, and use real shutoff
13:50.56dcordes_I  can't bang bits
13:51.25kiozen~bang bits
13:51.42kiozenapt can't either
13:56.12dcordes_~lart apt
13:56.12aptdoes a little 'dpkg -P dcordes_' action
13:57.16dcordescan somebody tell me what the significant difference between a normal usb host port and a usb otg device is?
14:18.02BabelO_dcordes: look at wikipedia :) else as i understand OTG is mostly used to connect a camera to a hard drive on fly, it is only possible with OTG, OTG is to connect peripheral together, in this case camera do the host side with its OTG capabilities
14:23.18*** join/#htc-linux p3t3r__ (n=p3t3r__@wlan.net-you.de)
14:25.52cr2BabelO: this is the really nice old-school software :D
14:25.55cr2http://pe1chl.xs4all.nl/Softw
14:26.48cr2not some ruby on xml trails with pyqt4 interface ;)
14:28.37cr2afair i've only added the color support to sirf.c
14:28.53*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
14:29.02cr2and the gsm.c can be a good base for the ncurses phone.
14:30.10kiozendamn it, no class no inheritance, no garbage collection - that code sucks
14:34.44BabelO_lol, that's good code, no delay between a touchscreen press and dialing contact :)
14:35.00BabelO_cr2: i ve an ICOM IC706 somewhere in garage ;)
14:38.07cr2BabelO_: how does one support ts with ncurses ?
14:38.25cr2for mouse there was gpm.
14:40.09cr2kiozen: when you'll compile qtopia for n560, please remove at least the qdsync. don't know about the media server.
14:40.11BabelO_cr2: yes, i think it is not really hard to use directly tslib to decode touchscreen reinject it as a dummy mouse ?
14:40.36kiozenqdsync? what is that?
14:40.59cr2BabelO_: how do you differentiate between moving and clicking ?
14:41.20cr2kiozen: it's 8MB of PDA RAM wasted.
14:41.57BabelO_cr2: like laptop touchpad ? double click to lock then move ?
14:42.06kiozenlol, ok, it's more a question of where to hit it in the config
14:42.29cr2BabelO_: good idea.
14:42.52cr2BabelO_: i guess gsm.c should work with n_tihtc loaded.
14:42.57*** join/#htc-linux TimRiker (n=timr@70.1.65.131)
14:43.19cr2gsm.c + sirf.c will make a nice combination.
14:44.36kiozencr2:  http://www.geoclub.de/ftopic21631-30.html
14:44.46BabelO_cr2: i can try just for fun this evening, i think i ve already ncurses compiled on BA
14:45.30BabelO_cr2: i don't remember the name of old graphic library for console mode, is it svgalib ?
14:48.11kiozencr2:  ok disabled qtopiasyncagent for future builds
14:48.26cr2kiozen: based on the atmel antaris chip like moko2 ? what about the firmware ?
14:48.54cr2kiozen: ok. because nobody uses it, and 8MB waste is too much.
14:49.37kiozencr2: crawl back the thread, there are some screenshots
14:49.42cr2ok.
14:50.02kiozenguess there is still too much garbage in my qtopia tree
14:50.16*** join/#htc-linux Marex-louise (n=root@gwfm10-3-250.802.cz)
14:50.31kiozenmaybe I should start my own device tree on eday
14:50.33cr2kiozen: lol. think about 32 (and 64) MB flash.
14:50.42dcordesBabelO, do you know instructions on GSM in BA?
14:50.49dcordesI don't know where to begin
14:50.54Marex-louisecr2: hi ;-)
14:51.13kiozencr2: he should have used a better display
14:51.28BabelO_kiozen: i remeber well how to drive this kind of lcd with 68hc11 in 4 bits mode :)
14:51.37BabelO_s/remeber/remember/
14:52.40kiozenanyway it's a nice project, maybe the next version is linux/map capable
14:53.14kiozenanother drawback is the casing
14:53.29kiozenwhere are thos §D printer when you need them ;)
14:53.40kiozens/§D/3D/
14:54.55cr2kiozen: btw, look at the 'ECEF to LLA' chapter here http://www.u-blox.com/customersupport/docs/GPS.G1-X-00006.pdf
14:55.07cr2kiozen: to know why i hate NMEA
14:56.17cr2the poor arm cpu without fp must do it :(
14:57.03kiozenand GDAL is all double, that is expensive :(
14:58.33cr2yes, we have some space to make things faster there.
15:05.06*** join/#htc-linux bernt__ (n=bernt@dslb-084-061-230-084.pools.arcor-ip.net)
15:19.34*** join/#htc-linux CVirus (n=GoD@62.135.96.245)
15:37.50*** join/#htc-linux garyr (n=garyr@tonbridgesecpay.force9.co.uk)
15:40.39dcordescr2, BabelO is there a way to change tty in ba console?
15:40.47dcordesit always bootup into system messages screen
15:40.53dcordesalthough I build console image?
15:42.22BabelO_dcordes: there is chvt tools to change console like chvt 3 to go to console 3, else you can force your boot command line to something else console=tty8 for example, then unless you change to console 8 you never see meesage i think
15:42.41noelcragghas anyone had any luck making a keyboard map for the console driver that allows one to get symbols + the control key?  (have both sable and blueangel devices here)
15:43.09garyrHi all, wondering if anyone can tell me the various status of linux on a hermes? Other than the obvious info at xda-developers and the various files available on handhelds.org, the last herm-linux appears to be from september last year.
15:43.38dcordesBabelO, ah interesting. in default.txt from haret?
15:43.48BabelO_dcordes: yes
15:44.15dcordesset cmdline "root=/dev/mmcblk0p2 rootdelay=10 console=ttyS0,115200n8 console=tty0" <- this brings me to useless system message
15:44.37dcordesso I do console=ttyS8?
15:45.10noelcraggdcordes: ttyS8 == serial port, try tty8
15:45.15BabelO_dcordes: console=ttyS0,115200n8 console=tty0 <- i told you to remove console=ttyS0,115200n8 ... and console=tty8 is what you want
15:45.36BabelO_thx noelcragg
15:46.27noelcraggdcordes: also I believe the console driver sends all data for tty[0-9] to the same place anyways; if you set up a getty in /etc/inittab for both tty0 and tty1, you'll get two sets of messages overlapping
15:46.29BabelO_noelcragg: it is like usual linux, works with loadkey de for example, maybe try to look at h4300 keymap, it look the same
15:46.59dcordesset cmdline "root=/dev/mmcblk0p2 rootdelay=10 console=tty8" ?
15:47.05BabelO_dcordes: yes
15:47.12dcordesok I will boot this now
15:47.13dcordesthanks
15:47.21BabelO_noelcragg: what kind of image are you running on ba ? qtopia or gpe ?
15:47.35noelcraggBabelO_: great, couldn't find any keymaps in the angstrom-distribution.org/unstable/autobuild disties
15:48.06noelcraggBabelO_: do you have a recommended distribution?
15:48.23cr2noelcragg: check the kernel source for the keycodes
15:48.23BabelO_noelcragg: ah :( h4300 use a kbd driver, and it look like the one for ba
15:48.59BabelO_noelcragg: no, i just need to upload a new qtopia image to linuxtogo, with a preworking qtopia image ( phone call / receive + sms receive ) but it is buggy
15:49.11cr2noelcragg: then you can create the keymap.
15:49.43noelcraggcr2: thx; when I get a serial cable this will also help
15:49.46dcordesBabelO, unfortunately with this line I also ended in system messages
15:49.59dcordesis there no key combination taht let me change?
15:50.07dcordesin zaurus I do control left right
15:50.28cr2noelcragg: why don't you login over usb ?
15:50.34noelcraggdcordes: afaik, no virtual consoles in htc driver yet
15:50.41noelcraggcr2: no cable, sadly
15:50.57cr2noelcragg: no docking station ?
15:51.03noelcraggcr2: nope :(
15:51.16cr2ok, i'll check in the evening.
15:51.56dcordesnoelcragg, if htc or not, it is a pxa device here and zaurus is also pxa. I wonder why I can have virtual console there and not here. are you sure?
15:51.58cr2garyr: the hermes development is stuck on atiw_mmc
15:52.20BabelO_noelcragg: remote connection over wifi ;)
15:53.11cr2garyr: what can be (relatively) done on hermes is the serial port setup. bt, ir and phone AT port.
15:53.28cr2s/done/easily done/
15:53.48noelcraggcr2: initial sable results: leds ok, bluetooth driver loads, having trouble with graphic apps yet (the X server doesn't want to start without being able to listen on a net connection; just need to mess with the startup options)
15:54.10garyrcr2: I assume atiw_mmc is for talking to mmc/sd card?
15:54.25noelcraggdcordes: I believe the console driver is the arbiter of whether or not virtual consoles are implemented.  Let me go read the source.
15:54.56cr2garyr: i've committed the code for testing, but it's not complete. the most tricky thing is the irq handler.
15:55.00*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-d72cb804f00305bb)
15:55.02BabelO_dcordes: try loglevel=0
15:55.06dcordesok
15:55.20noelcraggdcordes: or add 'quiet' also
15:55.55BabelO_dcordes: all is in Documentation/kernel-parameters.txt
15:56.00cr2garyr: but it may be tested in the full sync mode probably. simply by blocking interrupts, but the error will mean hanged device then.
15:56.00dcordesset cmdline "root=/dev/mmcblk0p2 rootdelay=10 console=tty8 loglevel=0 quiet"
15:56.23noelcraggBabelO_: gotta get my keyboard working before I can configure the wifi, or else it's a lot of swapping this MMC card around for small file edits.... :-)
15:56.28BabelO_dcordes:  and you can decrease rootdelay to 1 or 2 i think
15:56.46dcordesBabelO, rootdelay already 10
15:56.51cr2noelcragg: btw, create the suspend shell script on the SD card.
15:57.00cr2noelcragg: and then run it.
15:57.07noelcraggcr2: yes, doing that presently
15:57.08BabelO_noelcragg: keyboard ned a little fix to avoid key repetition, i ve started a asic3_spi but never finished
15:57.48cr2BabelO_: where is the asic3_spi ? :)
15:58.19cr2BabelO_: it will be used by beetles/sable for gps.
15:58.21dcordesis fastest wm3 booter in west
15:59.13BabelO_cr2: on my hard drive ;) just need to remove some thing before you look at it, lol
15:59.14cr2dcordes: you can press 'soft reset' after the screen calibration.
15:59.15*** join/#htc-linux Pryan (n=pryan@84.125.94.152.dyn.user.ono.com)
15:59.25garyrcr2: ok, thanks for the update. Now I have a new phone I want to try and find some time to devote to fiddling with my hermes :)
16:00.10cr2garyr: disassembling the ati dlls is not an easy task ;)
16:00.31noelcraggback in 60 mins
16:01.12dcordesBabelO, with set cmdline "root=/dev/mmcblk0p2 rootdelay=10 console=tty8 loglevel=0 quiet" I see usual init with asic3 error message, then, psplash, then I end up in system message and only see usual asic
16:01.22dcordesno VT :((
16:01.34dcordesBabelO, did you ever have a VT on BA?
16:01.39garyrcr2: well, i'm not likely to be able to do that unfortunately. But hopefully I can get to a stage where I can help with testing :)
16:04.20kiozencr2: is gdalwarp able to split large files?
16:04.51BabelO_dcordes: i thinkyes, it just depend of your inittab
16:07.12cr2kiozen: gdal_translate
16:07.44cr2kiozen: i cut the geotiffs into tiles this way.
16:08.24kiozencr2: -srcwin?
16:08.43cr2yes
16:08.47goxboxlivepH5 is not here
16:08.56cr2kiozen: gdal_translate -quiet -of png -srcwin `expr ${ix} \* 256` `expr ${iy} \* 256` 256 256  AusgabedateiG.tif ${zxy}
16:09.34dcordesCONFIG_VT=y
16:09.34dcordesCONFIG_VT_CONSOLE=y
16:09.34dcordesCONFIG_HW_CONSOLE=y
16:09.34dcordes# CONFIG_VT_HW_CONSOLE_BINDING is not set
16:09.34dcordes# CONFIG_SERIAL_NONSTANDARD is not set
16:09.40kiozencr2: the result will be referenced, too?
16:09.44dcordesBabelO, at least it is in the kernel
16:10.08cr2goxboxlive: http://qlandkarte.org/shot.png
16:11.01cr2kiozen: if the output is  tiff then yes. .png will also save some .xml file with the ref params
16:11.06dcordesBabelO, http://pastebin.com/m4680e32c that's my inittab. can you look?
16:11.33goxboxlivethat was a good old one :-)
16:12.09cr2kiozen: btw, this map is not very accurate. i've made an OSM overlay :)
16:12.20cr2goxboxlive: i liked the northmen :)
16:12.28goxboxlive:-)
16:12.59kiozenand look at France, whole France is occupied by the Romans. Whole France? No...
16:13.11goxboxlivecr2: its 900 AC right?
16:13.21kiozencr2: I tested some tracks on it
16:13.28kiozenwasn't that bad ;)
16:13.31cr2goxboxlive: yes.
16:14.02kiozenand you hav eto take the continental drift into account
16:14.14cr2LOL
16:16.03BabelO_dcordes: so i think it is normal, loko at inittab for your host computer, and you see the difference
16:16.26BabelO_lol kiozen
16:17.12dcordesBabelO, ubuntoo has no /etc/inittab
16:21.16BabelO_dcordes: unbuntoo is not unix like ? ;) or not sysv ?
16:21.24*** join/#htc-linux kiozen_ (n=kiozen@p5492A424.dip0.t-ipconnect.de)
16:21.39kiozen_cr2:  grrr http://pastebin.ca/950445
16:22.05dcordesBabelO, I don't know. maybe it's plan9 ^^ I notice last line in BA inittab S:2345:respawn:/sbin/getty 115200 ttyS0 vt100
16:22.17dcordesit is the serial console right?
16:22.30kiozen_cr2: looks like I have to role my own :/
16:22.36BabelO_dcordes: remove this one too , else gsm does not works
16:22.36dcordesmaybe I chnage that to /sbin/getty tty8 vt100
16:22.43dcordesBabelO, ok :)
16:23.45BabelO_dcordes: 2:2345:respawn:/sbin/mingetty tty2 for each ttyx youwant to add it is the example of tty2 here
16:25.49BabelO_dcordes: if mingetty is in your image
16:26.19goxboxlivestupid openmebedded
16:26.27goxboxliveBabelO: have you build with OE lately?
16:26.42goxboxliveBabelO_: ^
16:26.44cr2kiozen: is by010_n.tif 8bit ?
16:27.04cr2kiozen_: gdalinfo by010_n.tif ?
16:27.44BabelO_goxboxlive: yes yesturday, and all failed , it take me around 1 hour to update my OE with monotone, i try to build angstrom-2008.1, but cannot get it runnig
16:27.44cr2kiozen_: i did have this problem only with gdalwarp. and gdaladdo.
16:27.48goxboxliveBabelO_:  fr.patsebin.ca/950455
16:27.56kiozen_cr2: http://pastebin.ca/950457
16:28.05cr2kiozen_: maybe you are overwriting the by010_nn.tif ?
16:28.26cr2it's a libtiff bug on updating the compressed files.
16:28.32kiozen_cr2: did rm by010_nn.tif
16:29.04cr2does the problem persist ?
16:29.19goxboxliveI havedone this: | /media/embedded/stuff/build/angstrom/deploy/uclibc/images/mioa701// does not exist, you may need to bitbake it separately
16:29.28BabelO_goxboxlive: :(
16:29.34kiozen_cr2: yes, is there another compression mode?
16:29.37dcordesBabelO, no mingetty
16:29.55dcordesBabelO, can I just copy any armv5te mingetty to /usr/bin/ ?
16:29.57BabelO_dcordes: then add it or look at zaurus
16:30.05kiozen_cr2: can't do this without compression -> file to big
16:30.07BabelO_dcordes: yes
16:30.10dcordesah look at zaurus is very good idea
16:30.34cr2kiozen_: srcwin is in pixels
16:30.56cr2kiozen_: don't tell me your image is 333000 pixels wide :)
16:31.38kiozen_yes, it is
16:31.52cr2?
16:32.17dcordesBabelO, those are last 3 lines of zaurus inittab
16:32.17dcordesz6:6:respawn:/sbin/sulogin
16:32.18dcordesS:2345:respawn:/sbin/getty 115200 ttyS0
16:32.18dcordes1:2345:respawn:/sbin/getty 38400 tty1
16:32.26cr2kiozen_: -srcwin x_pix y_pix x_size y_size
16:32.36cr2kiozen_: all in pixels
16:33.15kiozen_cr2: it half of Bavaria with 1m/px resolution
16:33.17cr2you get the x_size X y_size pixels image.
16:33.38cr2hehe. how big is this file ?
16:34.18kiozen_cr2: 2797389378
16:34.34kiozen_the south part is 3075288298
16:34.48kiozen_would be more as EADS mpr format
16:34.59cr22.7G ?
16:35.03kiozen_yep
16:35.21cr2send a bug report to the gdal ML
16:35.43kiozen_someone did and was told that this is no bug :/
16:36.09kiozen_it's stupid because it is just copying data block by block
16:36.47kiozen_I have to do this because GDAL Win32 gets the creeps with files >2GB
16:39.17cr2gdal/ogr has a lot of 32bit bugs
16:39.52cr2you can't read a .mif file longer than 2GB for no good reason. it's a text file.
16:40.48kiozen_install all this stuff as compile version is such a PITA on Win32,
16:40.56cr2win32 sucks, but you know that :)
16:41.01kiozen_else I would have fixed it allready
16:41.06cr2fwtools ?
16:41.09kiozen_yes
16:41.18kiozen_but fwtools is binary
16:41.18cr2ok.
16:41.46kiozen_I told Frank, but his >2GB reference works :/
16:42.25kiozen_thus I thought splitting the file is fine
16:42.57cr2can you use a non-tiff format like erdas .img ?
16:43.27kiozen_hm, if gdal knows it
16:43.32cr2yes.
16:43.46cr2there is also pcidsk, but i never used it.
16:43.47kiozen_gdal_translate xxx.tif xxx.img ?
16:44.04cr2-of img
16:44.13kiozen_let's try ...
16:44.46cr2http://www.gdal.org/formats_list.html
16:45.34kiozen_cr2: http://pastebin.ca/950476
16:45.39cr2-of hfa
16:45.47cr2sorry
16:46.18kiozen_hope this works with win32
16:47.32cr2maybe i should write the .ozf2 driver :)
16:47.43cr2but it's 32bit limited too.
16:48.28kiozen_cr2:  63430560141 20. Mär 17:48 by010_n.ige
16:49.15kiozen_don't know if that is a good idea
16:50.20*** join/#htc-linux patoche (n=patoche@lns-bzn-40-82-251-159-170.adsl.proxad.net)
16:53.56dcordesBabelO, I tried several inittab/default.txt combinations now
16:54.11dcordesz6:6:respawn:/sbin/sulogin
16:54.11dcordes1:2345:respawn:/sbin/getty 38400 tty8
16:54.22dcordesand in default.txt cmdlin=tty8 gave me complete black screen
16:54.42dcordesthe same with tty2 shows me a blinking cursor
16:54.50dcordesI think I now have a command line w/o login
16:57.32cr2kiozen_: with compression ?
16:57.32dcordescan somebody hint me on correct login line?
16:58.52kiozen_cr2: gdal_translate -of hfa -co tiled=yes -co blockxsize=256 -co blockysize=256 -co compress=deflate by010_n.tif by010_n.img
16:59.24kiozen_does not support compression
17:00.22kiozen_I'll make my own block copy tool
17:00.40dcordescr2, any hint for me?
17:04.27kiozen_bbl
17:05.36*** join/#htc-linux Marex (n=marex@vasut.kolej.mff.cuni.cz)
17:11.37dcordesMarex, can you help me with VT on blueangel, please?
17:11.43*** part/#htc-linux garyr (n=garyr@tonbridgesecpay.force9.co.uk)
17:12.03dcordeshttp://pastebin.com/m7b2eb2e8 that's my inittab. I don't get login on console. only see blinking cursor
17:14.49*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
17:26.57*** join/#htc-linux CVirus (n=GoD@62.135.96.245)
17:31.10*** join/#htc-linux SmallR2002 (n=SmallR20@79-77-75-194.dynamic.dsl.as9105.com)
17:33.58dcordesBabelO, ping
17:39.37*** part/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
17:44.51*** join/#htc-linux LunohoD_ (n=alex@e180077072.adsl.alicedsl.de)
17:56.32*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
18:00.27*** join/#htc-linux tsdogs (n=tsdogs@net-84-18-144-39.c.bkom.it)
18:04.52tsdogsgoxboxlive: hi
18:05.29tsdogsI have the same problem with OE, and it seems to be the fact that OE thinks that building glibc-2.6.1 failed
18:05.35tsdogsthough this is not true :(
18:05.51tsdogsI had a talk last night on #oe
18:12.55dcordestsdogs, goxboxlive also have problem in OE with gliv
18:13.04dcordestsdogs, can you help me with VT problem?
18:13.17tsdogsdcordes: I might try
18:13.54dcordestsdogs, inittab problem again
18:14.03dcordesaccording to BabelO
18:14.17tsdogsok, have u looked at X log?
18:14.37dcordesI put X by side now. I would like to have a VT for now
18:14.52dcordesvery important to me on embedded device
18:14.59tsdogsdcordes: ok
18:15.08dcordestsdogs, do you get a VT on uni after boot? (when not starting X) ?
18:15.16tsdogsyes
18:15.23tsdogsas many as I want :)
18:15.25dcordesok. can you show me your uni /etc/inittab?
18:16.43tsdogshttp://www.pastebin.ca/950597
18:17.29dcordestsdogs, pastebin.ca doesn't work for me sometime
18:17.38tsdogslol
18:18.12tsdogsok this is the relevant part: "1:2345:respawn:/sbin/getty 38400 tty1" anyway
18:18.43dcordeswhat does 38400 do?
18:18.56rakeemflextsdogs:  You th'man brutha...  I finally got GPR$ up!  The rest of you may now sleep in peace.  One Unixy question:  How do I put a <CR> in quotes?  I see minicom comes preset with a bunch of ^M 's in the init string.
18:19.40tsdogs"\r" ?
18:20.17dcordestsdogs, what's the according default.txt cmdline for haret?
18:20.30tsdogshmm... wait
18:21.09tsdogsset CMDLINE "rootdelay=1 root=/dev/mmcblk0p2 console=tty0 mem=64M fbcon=rotate:1"
18:21.26rakeemflexAs in "echo "at+blah-blah\r" > /ttyS0 ?  Will that do it?  I realy need to sit down and read a proper old-chool Unix ook.   Also, if any body's interested I've got this interesting fake Nokia I'd like to probe...
18:21.29rakeemflex(b)
18:21.46tsdogsrakeemflex: echo -en "blabla"
18:22.11tsdogsremove the -n if u want a \n too
18:22.32rakeemflexOh...  Didn
18:22.59rakeemflex't imagine echo having switches...  8)
18:23.09tsdogslol
18:23.35dcordestsdogs, why do you make console=tty0 while in inittab is tty1?
18:24.03tsdogsdcordes: tty0 should be any active terminal
18:24.59tsdogsdcordes: do u have /dev/ttyX ? X=1234567...
18:25.20dcordescan't check right now
18:25.27dcordesI got the sd out to edit according to your settings
18:25.52tsdogswell, BA is different.
18:25.56dcordesset cmdline "root=/dev/mmcblk0p2 rootdelay=10 console=tty0 loglevel=0 quiet"
18:26.31tsdogsshould be ok (wow 10sec for rootdelay :)
18:26.57tsdogsdcordes: is rootfs on mmcblk0p2 ?
18:27.00dcordesz6:6:respawn:/sbin/sulogin
18:27.00dcordes1:2345:respawn:/sbin/getty 38400 tty1
18:27.03rakeemflexDoes anyone think there's anything weird I should know about running iptables on the Uni?
18:27.03dcordesthose are my last two
18:27.07dcordesyes that's correct
18:27.29tsdogsrakeemflex: lol, never tryed it though I think it should just work
18:28.28rakeemflexI need to compile it in yeah?
18:29.46rakeemflexThe Uni's is really starting to feel like a proper little linx box now... 8-]
18:29.49dcordestsdogs, hell yea!!! you da man ^^
18:29.54tsdogsdon't think modules are builded by default...
18:30.15tsdogsdcordes: good :)
18:34.01rakeemflexI'm running a prebuilt kernel at the moment, and the ipkgs are for others...  I love switching kernels just when you've got everything perfect...  {-(  I hear BSD works differently...
18:34.11Marexdcordes, hi, sorry for slight delay
18:34.32dcordestsdogs, I wonder what did the trick now: the tty0 in default.txt or last line in inittab
18:34.48dcordesI didn't have 38400 ini nittab
18:34.50tsdogslast line in inittab
18:35.29dcordesand why is it in kernel boot line tty0 and in inittab 1?
18:37.32tsdogsdcordes: tty0 = console  inittab is running getty on tty1 u can have a new terminal using tty2 and so on
18:37.46tsdogslook at your linux distro, u should have 6 of them
18:38.26*** join/#htc-linux rob_w (n=bob@M9146.m.pppool.de)
18:40.10*** join/#htc-linux pH5 (n=user@212.23.103.116)
18:42.16MarexpH5, hi, thanks
18:43.38pH5hi
18:44.05rakeemflexHey pH5...
18:44.54pH5hi rakeem...flex?
18:46.32rakeemflexpH5:  Oh yeah...  I'm on mIrc on XXXXXXX <expletive deleted> and it's set as a fallback...   There's an impostor out there....
18:47.47*** join/#htc-linux patoche (n=patoche@lns-bzn-53-82-65-41-169.adsl.proxad.net)
18:48.43dcordesMarex, nevermind I'm glad I have it fixed now
18:50.29Marexdcordes sorry :X
18:52.23dcordespH5|A2, can we alter inittab of blueangel so one gets a console on bootup?
18:53.25dcordespH5|A2, in OE I mean
18:54.10pH5|A2dcordes: why not just build console-image then?
18:54.28dcordespH5|A2, I did
18:54.47dcordesfor other machines I also get console with x11-image
18:55.06dcordesbut htcblueangel doesn't have console on x11-image and on console-image
18:55.06pH5|A2doen't this do what you want?
18:55.21dcordespH5|A2, no you boot into system messages screen
18:55.40pH5|A2dcordes, are you talking about onscreen or serial console ?
18:55.47dcordesand you can't get away from it. don't think that's the purpose of console image. onscreen
18:55.52dcordessorry
18:55.53*** part/#htc-linux patoche (n=patoche@lns-bzn-53-82-65-41-169.adsl.proxad.net)
18:55.57pH5|A2that sounds wrong...
18:56.37dcordespH5|A2, would you like to patch? I can post my haret default.txt and inittab with which it works now
18:56.38pH5|A2x11 should obviously boot into x
18:56.48dcordesit does
18:57.00pH5|A2console-image should have a working on-screen console
18:57.01dcordesbut not with self compiled kernel
18:57.43dcordespH5|A2, x11-image for ba with OE kernel has working X but no acx100 module
18:57.56dcordesbecause OE defconfig is dorky
18:59.02pH5|A2we have to fix it then
18:59.02dcordesand when I build custom kernel it doesn't start X automagically because runlevels are strange so I required a console
18:59.05pH5|A2and this I don't understand. never had such a problem
18:59.55dcordesme and tsdogs figured it has to do something with the runlevels being changed when you make modules_install to the OE built rootfs
19:01.38pH5|A2not quite sure how kernel modules relate to runlevel changes, but I'll try to reproduce that over the weekend if you want
19:02.06*** join/#htc-linux kiozen (n=kiozen@rgnb-4db1d801.pool.einsundeins.de)
19:02.07dcordespH5|A2, I think in any case it would be useful to end bootprocess in onscreen console
19:02.42dcordeshttp://pastebin.com/m9f0e3e7 <- maybe check that later. I don't want you to risk anything on the autobahn :D
19:03.07kiozensante
19:03.17pH5|A39dcordes, for console-image
19:03.26dcordesat least for console image yes
19:03.52dcordespH5|A39, but on other machines like akita I notice the presence of a terminal with login screen beneath X11
19:04.16dcordesso if you crash X or decide to not like X anymore you still have your VT as backup
19:04.35pH5|A39heh, I'm not  driving :)
19:04.36kiozencr2: more tps stuff http://pastebin.ca/950647
19:05.30pH5|A39dcordes, true
19:05.58dcordespH5|A39, in your last OE builds, did you notice glibc-2.6.1 failing?
19:06.17dcordes2 persons here complained about the same
19:07.05pH5|A39no.. my build is (will be) still running and it went past glibc on tuesday
19:07.36dcordesok
19:08.54pH5|A39bbiab
19:18.10*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
19:19.04tsdogsdcordes: are u sure u didn't take x11 image and adapted it to console, or messed around with inittab yesterday when trying to make X startup at boot?
19:20.14tsdogsthere's no relation between inittab and modules_install :)
19:20.20dcordestsdogs, no I simpy had an OE x11-image with kernel built with dorky OE defconfig= no acx100. So I make manual kernel and install it to OE x11-image
19:20.41dcordesafter that: no more X autostart. only with manual start over ssh (or now on screen)
19:20.59dcordestsdogs, yes I already figured that by what pH5 said. sorry if I got this wrong
19:21.25tsdogsok then it's a fact that X11-image is different to console-image i guess.
19:21.25tsdogsok
19:22.10tsdogshmm where is pH5, damn I missed him
19:25.47tsdogsdcordes: failing X startup is somehow strange...
19:26.05cr2kiozen: interesting paper. i'm solving similar math problems but in a different context.
19:26.31dcordesas I say: all I do is "# INSTALL_MOD_PATH=/media/disk/ make modules_install"
19:26.43dcordesafter that: no more xserver autostart
19:26.50dcordesI still guess it is either a delay or module thing ^^
19:27.10tsdogsdcordes: yes I think so too :)
19:27.56cr2kiozen: compression is supported on hfa: http://www.gdal.org/frmt_hfa.html
19:28.13cr2kiozen: but there are no geotiff-like tilesize options.
19:37.58*** join/#htc-linux CVirus (n=GoD@62.135.96.245)
19:41.52*** join/#htc-linux apt (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
19:41.52*** topic/#htc-linux is HTC Linux Channel: Find logs at http://apt.rikers.org/%23htc-linux/ | please check http://handhelds.org/moin/moin.cgi/HTC_2dPhones | http://wiki.xda-developers.com/index.php?pagename=Xanadux | <cr2> let's define a common setup.
19:48.05dcordestsdogs, raising the delay for runlevel containing xserver-nodm didn't work iirc
19:48.08kiozencd
19:48.18kiozencr2: gdal_translate -of hfa -co compressed=yes by010_n.tif by010_n.img
19:48.35tsdogsyes, u might want to remove the sleep :)
19:48.42kiozenthat works but file size is still the same
19:49.11tsdogs?
19:49.44tsdogswrong channe sorry :p
20:06.43cr2kiozen: strange.
20:07.10kiozennever mind, i can do it in C
20:07.34cr2kiozen: i still think that stitching the whole Bayern with 1m/pix in one file is not very smart
20:07.59kiozenI want to do the oposite ;)
20:08.11kiozenI want to break the 2 big blobs in 4
20:09.25cr2ok
20:10.32kiozenhope gdal win32 can digest them after that
20:13.55kiozenreferencing A4 tiles sucks, really need access to a larger scanner...
20:14.49cr2yes, but they also have distortions
20:16.14kiozenthe worst are at the borders, thus the less borders, the better the map
20:16.55*** join/#htc-linux patoche (n=patoche@lns-bzn-53-82-65-41-169.adsl.proxad.net)
20:17.01cr2i'm trying to find out the code which uses gpio 114, 115,116, but it's not easy..
20:19.47kiozenmaybe the call-microsoft-n-tell-them-all device?
20:20.51rakeemflexcr2:  That dodgy "Kokia" device is breathing again.  It's quite polite on powerup too:  USB can be Mass Storage, Webcam or Serial
20:21.05rakeemflexhttp://www.pastebin.ca/950737
20:21.29cr2kiozen: wince says 624MHz too. why does haret tell 104MHz ?
20:22.16cr2kiozen: i didn't have any problem with the haret on other devices. and this code is picked out the kernel anyway.
20:22.32*** join/#htc-linux Raven_Coda (n=wtg@64.50.35.201)
20:22.58kiozencr2: some bit offset?
20:23.12cr2rakeemflex: does not look like wince ?
20:23.31cr2kiozen: need to recheck the code.
20:24.09cr2kiozen: wince may lie too, but the overall speed is not as it was 104MHz
20:25.11rakeemflexCould be, I've not had a good play with licensed (non-WM) CE devices....  Lemme get it...
20:26.14cr2rakeemflex: but you can see it in the look-and-feel if it's wince
20:30.28rakeemflexIn that case no.  Feels like....     GPE?  English language fonts are pretty crappy.  Multiple Chinese input methods supported.  Very limited UI.  Bluetooth works, File manager...
20:33.29rakeemflexOh, and they use the Quicktime logo for the media player.  That's what raised my suspicions.  It looked weird on it's own without the decorative legal messages....
20:34.49rakeemflexOh, it has two SIM slots too....
20:38.40cr2kiozen: it's be nice to have a cs2cs widget like one in qgis
20:41.15kiozenone of those ideas deep in the catacombs of my brain is to summon a small coordinate dialog on lineedit widgets, that allows to enter coordinates other than longlat/WGS84
20:42.01kiozenbut it's just an idea, no real plan what is needed or how the gui has to be structured
20:42.26cr2ok.
20:42.56kiozenit's a bit like mobile phones, you don't need them in general, just once a year, but then, yes, would be good to have it
20:44.11cr2yes, it's easy to remember the latlong, but certainly not the respective GK
20:46.11kiozenGPS_Math_Str_To_LongLat is something in that direction
20:47.02kiozenhas only 5 more tiles to reference - got already an aching mouse hand
20:47.38cr2:)
20:48.09kiozenon the other hand side it's only half of the map, and wrong resolution
20:50.33kiozenbtw recommended resolution is 300dpi, 75dpi
20:51.16kiozennever do 600dpi, as this is better than the offset print resolution
20:51.29kiozenit will result into a greasy map
20:52.33cr2what is the original number of colors ?
20:54.28kiozendon't know, I converted directly into M$ standard palette
21:04.27*** join/#htc-linux Robot_kolej (n=robot@robot.kolej.mff.cuni.cz)
21:05.07Robot_kolejshould the RAM on hx4700 survive when i change the main battery ?
21:06.52cr2Robot_kolej: unlikely
21:09.09cr2Run Mode clock: 104.00MHz (*8)
21:09.57cr2hmm.
21:10.02cr2turbo setting
21:10.05cr2Run Mode clock: 208.00MHz (*16)
21:10.05cr2Turbo Mode clock: 624.00MHz (*3.0, active)
21:10.05cr2Memory clock: 208.00MHz (/2)
21:10.05cr2System bus clock: 208.00MHz
21:10.36cr2standard setting
21:10.39cr2Run Mode clock: 208.00MHz (*16)
21:10.39cr2Turbo Mode clock: 416.00MHz (*2.0, active)
21:10.39cr2Memory clock: 208.00MHz (/2)
21:10.39cr2System bus clock: 208.00MHz
21:11.02Robot_kolejcr2: why so ?
21:11.27cr2energiesparmodus
21:11.30cr2Run Mode clock: 104.00MHz (*8)
21:11.30cr2Turbo Mode clock: 104.00MHz (*1.0, active)
21:11.30cr2Memory clock: 104.00MHz (/1)
21:11.30cr2System bus clock: 104.00MHz
21:12.07cr2Robot_kolej: you think that the backup battery is enough ?
21:14.07Robot_kolejcr2: isnt it enough to keep the content intact ?
21:14.20cr2lccr4 double bit is always set.
21:14.37cr2Robot_kolej: for some short time maybe
21:15.04cr2kiozen: actually the speed settings seem to be reasonable
21:15.36Robot_kolejcr2: shouldn't it last at least few seconds ?
21:16.17kiozencr2: thus 104MHz is lowest clock rate?
21:18.12cr2in wince yes.
21:18.30cr2is is the same setting as the memory clock.
21:18.36cr2can it be underclocked ?
21:18.56cr2you'd read the pxa27x datasheet.
21:19.13cr2or the pxa cpufreq docs.
21:19.23kiozenok
21:19.39cr2i'm hunting the gpios
21:20.29kiozendoing dull referencing
21:21.13*** join/#htc-linux dcordes (n=snoopdog@unaffiliated/dcordes)
21:22.33*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
21:27.37kiozendamn distortions at the borders: http://www.qlandkarte.org/shot.png, http://www.qlandkarte.org/shot2.png :(
21:30.20cr2kiozen: it's probably what pH5 talked about. the gpio cpu voltage regulator.
21:31.10kiozendoesn't it have stable voltage?
21:31.37cr2other devices have max15xx chip controller over pwr_i2c
21:31.48cr2i need to trace i2c .
21:32.23cr2the 3bit pattern correlates with the cpu speed settings.
21:32.48cr2the transition to the 'spar' mode has an intermediate step.
21:33.06cr2need pH5 to ask about the voltage -> speed relation
21:33.55kiozenbut why is it controlling the voltage cyclicly?
21:34.07kiozenshouldn't it be stable in a certain mode
21:35.07cr2because the default setting is the 'Automatische moduswahl'
21:35.31cr2i don't see this gpio activity in other "hard" settings.
21:35.42cr2only during the changes between them.
21:36.05kiozenok , thus it's always busy to detect the right mode to save power :)
21:36.17cr2i only need to document the state machine.
21:36.30cr2it's probably some hw timer in action.
21:37.00cr2tmr1 maybe. but i've masked its output :) to reduce spam.
21:37.54cr2ok, so this problem is also solved .
21:38.16kiozendid you already solved the resume/lcd issue?
21:38.37cr2no, but i have tracked what i do wrong with the gpios.
21:38.50cr2wrong = different from wince
21:39.16kiozensounds promissing :) get tired programming GT, looking forward to M
21:39.39cr2:D
21:39.51cr2you are mostly done with M.
21:39.56kiozenhowever if I look at #qtopia I don't think that is a good moment
21:40.07cr2?
21:40.55kiozenOE seems to be fucked up, and thus latest qtopia does not work. BabelO and tsdogs have fun :)
21:41.03tsdogskiozen: lol
21:41.10cr2kiozen: do you put some weight on the scanner ?
21:41.36kiozenMeyer's Konverstionslexicon A-D
21:41.36cr2kiozen: oe is always in this state. use an older tag.
21:42.09kiozens/Konverstionslexicon/Konversationslexikon/
21:42.25BabelOkiozen: lol, yes i restart oe build and currently task 373 of 1470
21:42.50kiozenBabelO: you have to guide me in a few weeks.
21:43.04cr2kiozen: i use a real "Bleiziegel" :)
21:43.11kiozenLOL
21:43.31kiozenthe problem is that the scannes did have a real flat bed
21:43.44kiozenit had 5mm border
21:43.48cr2a real lead brick. then the book scans look good.
21:44.02cr2otherwise i have a similar effect.
21:44.20kiozenthe book already punched holes into the map at the edges
21:45.31cr2now i'd like to know how to switch off the blue keyboard backlight.
21:45.47kiozenoh yes
21:47.02cr2maybe it's the pwm1
21:47.25kiozengdalwarp suck: http://pastebin.ca/950854
21:47.34cr2it seems there is no direct wince control, so i need to guess
21:48.02cr2kiozen: i've told you not to compress while warping.
21:48.22cr2this bug is at least 4 years old.
21:48.34kiozengrr, wanted to do gdal_translate, always get confused
21:48.57cr2Frank has written something in trac that it's fixed some years ago, but it's _not_.
21:48.59kiozenit's Domain Coudoulet's fault ;)
21:49.29cr2use translate after warping for compressing and tiling.
21:49.44cr2i think the bug was fixed for the non-tiled compression.
21:50.03cr2but tiles+compression still bug and segfault.
21:50.59kiozenyes translate works, I always mix up those two :/
21:54.04kiozenbtw performance (zooming / moving) is much better with one large file than with 15 small ones
21:54.39cr2you use the IO() interface ?
21:54.45cr2not the raw tiles ?
21:55.12kiozenyes RasterIO()
21:55.47kiozenbut you have to mess with up to 4 tiles, and touch every tile to check visibility
21:56.50cr2<PROTECTED>
21:56.56kiozenwith one file scrolling is smooth on my Core 2 Duo 2.4GHz, with 15 tiles it's a bit slow
21:57.14cr2and having a common palette for all files is good too.
21:57.41cr2and you'd use 'gdaladdo' too
21:57.46kiozenhm, block access does not really help in this case, as you have to copy the block into QImage
21:57.58cr2ok.
21:58.07kiozenwith RasterIO() i can copy into the QImage buffer directly
21:58.25cr2the only thing i dislike about gdaladdo is that it uses hardcoded 128x128 tiles.
21:58.29kiozenif the pixel number of the line is a multiple of 4
21:59.04kiozenbtw all of my tiles have common palette
22:00.12cr2yes, i'll try to enforce it too.
22:00.20kiozen:) it's amazing how inaccurate the official trails on the map are
22:00.23cr2maybe we can set some flag.
22:00.28cr2lol
22:00.34kiozenthe tracks match roads 100%
22:00.42kiozenbut the trails are a mess
22:01.06cr2are you sure it's not your gps in the mountains ?
22:01.16kiozenand I remember some errors that confused me badly last summer
22:01.53cr2osm is the answer :)
22:02.06kiozenyes I am sure. I know the areas the accuracy wasn't good
22:02.30kiozenwell the tracks on the official roads / gravel roads are perfect
22:02.40kiozenit's just the hiking trails
22:02.58cr2kiozen: use -co zlevel=9
22:03.06cr2otherwise gdal sets 6.
22:03.19cr2ZLEVEL=[1-9]: Set the level of compression when using DEFLATE compression. A value of 9 is best, and 1 is least compression. The default is 6.
22:03.35kiozenone thing I definetly have to do is recording the gps accuracy with the track points
22:03.58cr2hehe. save the pseudoranges and PRNs :)
22:04.02kiozenthink 6 is quite a nice trade of for compression and performance
22:04.14kiozenpseudoranges and PRNs?
22:04.24cr2afaik only compression performance.
22:04.56kiozenok pseudoranges != pseud oranges
22:04.57cr2kiozen: yes, instead of the latlong, or ECEF.
22:05.33cr2then you can postprocess the data
22:05.50cr2gpsd still does not support RINEX ?
22:06.33kiozendon't know, never got gpsd to work corectly with my gps mouse
22:07.26cr2i don't like bt gps.
22:07.38cr2it's too fragile
22:08.00cr2and the bt chip broke  already twice for me.
22:08.12kiozenhm, I have more the impression that sw support is fragile
22:08.46cr2in linux ?
22:08.56kiozengpsd/linux/bt
22:09.17cr2the firmware bugs are annoying too. they put a whole bt stack there.
22:09.30cr2yes, that one too.
22:09.31kiozenthe mouse is working perfectly - with static nav.
22:10.24*** join/#htc-linux tsdogs_ (n=tsdogs@62.123.180.130)
22:10.25kiozenbut I fear with the mediocre gps of the Loox I have to deal with BT/GPS mouse
22:10.35cr2ok
22:10.46cr2ext. antenna ?
22:11.00*** join/#htc-linux ImCoKeMaN (n=imcokema@pool-72-70-180-20.hrbgpa.fios.verizon.net)
22:11.07kiozenext antenna is bad to carry
22:11.32kiozenI don't want to look like Bender the robot from Futurama
22:11.53kiozenthe squirrils you know...
22:12.02kiozenbtw gdal 1.5.1 was released this moment
22:14.37cr2need to download :)
22:17.22kiozencr2: fyi http://lists.osgeo.org/pipermail/gdal-dev/2008-March/016282.html
22:21.42cr2he does not provide the gdalinfo output
22:22.10cr2sometimes gdalwarp creates 3band 16bit sampled tiff for no good reason.
22:22.17cr2btw, 'convert' too.
22:26.29cr2ok, his conclusions are the same as mine. warp and then translate.
22:27.03cr2but it can go bad if the intermediate uncompressed tiff is >2GB
22:28.07kiozenright, and this happens to me when splitting the big blob
22:29.08cr2so warp into -of hfa
22:29.22cr2and then _translate into geotiff
22:30.06kiozenno, do a blockwise copy in C ;)
22:30.21cr2yes, it's a good idea too.
22:30.49cr2i think we'd eventually get rid of system("gdal*")
22:32.07kiozennot too soon, at the moment it's working pretty good, and we can do changes pretty fast
22:32.48kiozenfor linux it's fine, but for win32 it's not very user friendly
22:32.54kiozendon't know about OSX
22:35.42cr2no. TMR1 is sound-related
22:36.28kiozenno rush OE is broken anyway :P
22:40.35kiozenok, good night :)
22:49.30*** part/#htc-linux p3t3r__ (n=p3t3r__@wlan.net-you.de)
23:22.58*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
23:26.11cr2hi tsdogs
23:26.30tsdogscr2: hi
23:27.04cr2your ssplit() is very nice :)
23:27.56tsdogscr2: nice to hear :)
23:28.58tsdogsI read something about intel patent on a shield against cosmic radiations, I think I've just been bombarded by them. notebook freezed :(
23:29.22tsdogsfinally it started up again.
23:29.41cr2use ecc.
23:30.04tsdogsehat's that?
23:30.17tsdogss/ehat/what/
23:30.57*** join/#htc-linux tsdogs__ (n=tsdogs@62.123.180.130)
23:32.35cr2ram with the ECC
23:32.37tsdogscr2: u mean ecc ram?
23:32.39tsdogslol
23:32.59cr2i've actually disabled it
23:33.20cr2because i've never seen an error, but it takes a lot of time to check in bios
23:33.48tsdogswell it's the notebook acpi which is evil I think. I had problems from the starting whith this notebook (and I'm not the only one)
23:34.31tsdogsI bought it 'cause it's x86_64x2 ... but I regret it ever since.
23:34.33cr2ok.
23:35.26cr2i have  x86_64x2 too.
23:35.42tsdogsturion? or athlon
23:35.51cr2turion
23:36.01tsdogshmm which brand?
23:36.11cr2nx6325
23:36.27tsdogshmm I have a dv6022
23:37.02cr2i use acer 1501lmi as an xterm
23:37.16cr2it was the first x86_64 notebook
23:37.33tsdogslol
23:37.50cr2the hdd was dead after 1 year of continuous use :)
23:37.57cr2but the rest is rock solid
23:38.11cr2only the suse 10.3 xserver sucks.
23:38.26cr2oo often crashes it.
23:38.44cr2so i gave up using oo ;)
23:39.05tsdogs:) we had many touubles with acer, we moved on selling toshiba / hp and asus lately
23:39.33cr2it's 3 years old now. i think
23:39.47cr2hmm. maybe even older.
23:40.52cr2it's running 24x7/365
23:41.25tsdogswell luky u :)
23:41.49cr2with 2GB ram it's ok.
23:41.57cr2as an xterm :)
23:42.01tsdogslol
23:42.44cr2with 512MB it was slow.
23:43.17tsdogsxterm? ho yeah suse is a bit heavy :)
23:43.51cr2xserver
23:44.23cr2i don't run anything else locally.
23:45.05cr2even the home is mounted over nfs.
23:45.47tsdogshmm, I think I'd have toubles with slow line ...
23:47.05cr2osm is becoming better an better every day.
23:47.18tsdogscr2: btw what do u think about intel's patent on this comsmic-rays?
23:47.19cr2i need to fix the indexer utf8.
23:48.02cr2tsdogs: it's a legitimate patent as long it's about hardware design
23:48.09tsdogscr2: not if u live where I am, I tryed starting some editing, but it's not my work, only gps traks are fun
23:48.27cr2:)
23:49.01cr2i did a lot of tracing. as a solitair replacement.
23:49.22cr2but now i'd like to do some postprocessing.
23:49.50cr2because the data model is rather incompetent when it comes to routing.
23:50.01tsdogsagreed
23:50.36cr2so i need some tools to do it.
23:51.05cr2maybe i'd simply write some grass module.
23:51.24cr2but the grass vector library needs some learning to understand the api.
23:51.35*** part/#htc-linux Robot_kolej (n=robot@robot.kolej.mff.cuni.cz)
23:51.57cr2the data model and handling is exactly what's needed.
23:52.02tsdogsyeah and docs ain't much there...
23:52.28cr2yes, they are too elitist.
23:52.44cr2as a manpage it's ok. because you know what you are doing.
23:52.53cr2but you can't learn from them.
23:53.18cr2and the examples are very strange. for a "normal" person.
23:54.12tsdogsyes, I tryed to have some reading, but didn't get much :)
23:55.03tsdogsand the funny thing is that it's an italian project :)
23:55.05cr2it supports routing, but not the turn restrictions.
23:55.13cr2yes :)
23:55.59cr2i've already modified one tool to create sane roads.
23:56.15tsdogsthough the wiki has grown since I last looked at it
23:56.26cr2but it needs more parameters to match the user tags.
23:57.04tsdogscr2: well it's a start, have u tryed submitting a patch?
23:57.14cr2you'll never know that for removing the redundant polygon borders one needs to call 'v.extract' ;)
23:57.31cr2no, i need to do it right.
23:58.10cr2and the linear algebra lib in grass is awful.
23:58.42cr2it's used for calibration, but cloned in several variations many times.

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.