IRC log for #htc-linux on 20080329

00:09.27*** join/#htc-linux patoche (n=patoche@lns-bzn-53-82-65-38-253.adsl.proxad.net)
00:58.21*** join/#htc-linux evilrox (n=evilrox@unaffiliated/evilrox)
00:59.05evilrox'evening
01:00.45tsdogsevilrox: night :)
01:01.07evilrox:D night tsdogs
01:01.22tsdogshi evilrox
01:03.00evilroxhi tsdogs, i wonder if cr2 build a rootfs\image bootable for my ipaq
01:03.55tsdogsevilrox: no idea, but he'll only get u to booting the kernel, after that them rootfs/image is up to you :)
01:05.55evilroxtsdogs: oh well i could use the angstrom for h5000 or similar
01:06.22tsdogsyes, the are pretty much the same, only need to replace kernel modules, and do some config.
01:06.52tsdogsbut then contributing back your changes would be apreciated :)
01:07.16evilroxbut my usb sd card reader is crappy, it goes over buffer sending files up to 5mb at time
01:07.25evilroxsure tsdogs, is the minimum
01:08.23tsdogsevilrox: the one on the phone?
01:08.27evilroxtook me half an hour to move dir of the angstrom rootfs on the ext3 partition
01:08.31evilroxnope, the adapter
01:08.51evilroxthe one on the phone is great, but with synce it only works on the fat partition
01:08.59tsdogsf. just killed qemu :(
01:09.09evilrox:o
01:09.38tsdogsrestarting again :( no much loss though
01:10.04evilrox:)
01:22.52tsdogsok, I need some sleep before blowing up my machine and keeping doing dumber things than normal. good night
01:57.02evilroxnight tsdogs :)
02:02.51*** join/#htc-linux joschkop179 (n=joschi@92.227.66.175)
02:35.21*** join/#htc-linux SmallR2002 (n=SmallR20@79-77-27-47.dynamic.dsl.as9105.com)
02:58.46*** join/#htc-linux rmoravci1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
04:28.54*** join/#htc-linux TimRiker (n=timr@rikers.org)
05:31.10*** join/#htc-linux _who (i=who@194.145.250.184)
05:36.41*** join/#htc-linux k3asd (n=k3asd@host-62-10-221-185.cust-adsl.tiscali.it)
06:14.19*** join/#htc-linux CVirus (n=GoD@82.201.222.156)
06:45.20*** join/#htc-linux goxboxlive (n=goxboxli@208.84-48-176.nextgentel.com)
07:08.53*** join/#htc-linux noelcragg (n=noel@adsl-69-232-223-120.dsl.pltn13.pacbell.net)
07:09.02*** part/#htc-linux noelcragg (n=noel@adsl-69-232-223-120.dsl.pltn13.pacbell.net)
07:48.50*** join/#htc-linux JohnnyK_ (n=johnnyk@nat-sloane.pilsfree.net)
07:51.43*** join/#htc-linux johnnyk__ (i=johnnyk@nfx-nat-229.pilsfree.net)
08:17.06*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfc482.pool.einsundeins.de)
08:23.25*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
08:47.18*** join/#htc-linux pH5 (n=ph5@p5485C5AE.dip.t-dialin.net)
09:34.04*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
09:44.02*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfc482.pool.einsundeins.de)
10:47.50*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
11:27.23*** join/#htc-linux evilrox (n=evilrox@unaffiliated/evilrox)
11:27.47evilrox'morning
11:29.00*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
11:34.56*** join/#htc-linux patoche (n=pat@lns-bzn-53-82-65-38-253.adsl.proxad.net)
11:42.30*** join/#htc-linux patoche (n=patoche@lns-bzn-53-82-65-38-253.adsl.proxad.net)
11:46.27*** join/#htc-linux evilrox (n=evilrox@unaffiliated/evilrox)
12:23.05*** join/#htc-linux tsdogs (n=tsdogs@net-84-18-144-39.c.bkom.it)
12:34.41*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
12:48.28BabelOhi
12:57.48tsdogsHi BabelO
12:57.57BabelOola tsdogs
12:58.56tsdogsBabelO: btw using...
12:59.02tsdogsclass QSettings;
12:59.13tsdogsclass xyz: public QSettings ...
12:59.30tsdogsand then including in the .cpp file has a drawnback :(
12:59.52tsdogswhich is that every time u include that file u also need to include <QSettings>
12:59.53BabelOtsdogs: yes i do the same in by app :)
13:00.06BabelOtsdogs: i ve added function to save structure
13:00.14tsdogs?
13:00.24tsdogsho in QSettings
13:02.26BabelOtsdogs: no i create my own class from qsettings like you do
13:03.27tsdogsyes ok, u have a class which also saves structures :)
13:04.01BabelOtsdogs: in imlife sources settings.cpp, but it is not generic
13:04.04tsdogswhat I mean is that if u need that class in some other file, you'll always need to also include the QSettings header ...
13:04.23BabelOno
13:04.43BabelOif you include QSetitngs in header of your own class definition
13:05.09tsdogshmm. strange, I have that behavier here...
13:05.45tsdogsho ok, but that's not what I wanted :)
13:07.13*** join/#htc-linux SmallR2002 (n=SmallR20@79-69-36-98.dynamic.dsl.as9105.com)
13:14.15tsdogsBabelO, cr2: you know if qemu reproduces the alignment trap of ARM?
13:14.55tsdogsor maybe pH5?
13:23.46cr2tsdogs: hi
13:23.52tsdogscr2: hi
13:24.01cr2tsdogs: printf the addresses you use
13:25.00tsdogscr2: that code is huge and dificult to understand, I have many traps, so I was tryng to create a qemuarm which could help me debug this.
13:25.18tsdogsthe qemu is up and running Qtopia (somehow the htcuniversal version :)
13:26.43tsdogsbut qemu does not seem to emulate the memory mapping problem (it has the option in the kernel which probably doesn't do anything :(
13:28.04tsdogscr2: if u want a look: http://git.asheesh.org/?p=qtopia_snapshot.git;a=blob;f=src/3rdparty/applications/qterminal/TerminalDisplay.cpp;h=1681bc367aa01f269ade19ecade4c6a3b0a4f4bc;hb=tsdogs
13:31.11BabelOtsdogs: any warning at compile time ?
13:31.35tsdogsBabelO: nope :( I also tryed with some g++ switches but nope
13:33.08tsdogsho, well I'll have to go the hard way and use the device to debug :(
13:33.51tsdogsBabelO: though this is cool, qemuarm, with Angstrom, and Qtopia via VNC :)
13:33.58BabelOtsdogs: here i boot over nfs
13:34.13BabelOtsdogs: and use vnc to device so all is transparent ;)
13:34.18BabelOlike emulator
13:34.56tsdogsBabelO: yes, but dunno how long it would take me to set all this up :)
13:35.06tsdogsprobably it's the best way though
13:35.32BabelOtsdogs: just unpack to some directory your image
13:35.39BabelOedit /etc/exports
13:35.49cr2tsdogs: afair from alpha times there was a way to have a signal on an aligment trap, so you can get a break in gdb.
13:35.51BabelObuild kernel with nfs root support
13:35.53tsdogsBabelO: what's the haret cmdline
13:36.13tsdogscr2: yes echo 4 > /proc/cpu/alignment :)
13:36.27BabelOtsdogs: http://linuxbox2.free.fr/blueangel/qtopia/startup.txt
13:36.38tsdogsbut that way I only get the funcion name and not the exact line
13:37.04cr2tsdogs: ok, then run it in gdb an catch the signal
13:37.15cr2s/an /and /
13:37.59tsdogscr2: yes, probably it's the best way, the problem here is that I have many traps in that code ( at least I hope it's all in there :)
13:38.47tsdogsbtw. qtopia rotated si not really that nice :)
13:44.42tsdogsBabelO: with configure kernel with nfs root means building NFS into kernel and not as modules?
13:45.35BabelOtsdogs: yes, and allow nfs as root also :)
13:50.35tsdogsBabelO: where is the nfs in the kernel tree? I'm always lost in there :)
13:50.54BabelOtsdogs: filesystem -> network
13:52.00BabelOtsdogs: you need Root file system on NFS
13:52.14BabelOdo you see it ?
13:53.23tsdogsok, building
13:55.34tsdogsBabelO: ok now I have a problem, I need the usb0 to come up when the device comes up, how do I do this? hmm, distro specific though
13:55.44tsdogsprobably using udev
13:58.57BabelOtsdogs: you have builded g_ether insite too ?
14:07.52*** join/#htc-linux AQ_LIVE (n=chatzill@3605ds2-gl.0.fullrate.dk)
14:09.31tsdogsBabelO: chrcking
14:11.42tsdogsscripts/basic/fixdep.c:206: error: ‘PATH_MAX’ undeclared (first use in this function) ???
14:12.56tsdogswtf, no config anymore, and kernel fails to build ?
14:13.27tsdogsok a path problem
14:26.30tsdogslol, building xfs modules ?
14:32.16tsdogsbbl
14:33.39*** join/#htc-linux dcordes (n=snoopdog@unaffiliated/dcordes)
14:34.03dcordeshi
14:44.41*** join/#htc-linux CVirus (n=GoD@82.201.222.156)
14:54.25*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
14:57.19evilrox'evening
15:12.14*** join/#htc-linux edison (i=oystein@homelien.no) [NETSPLIT VICTIM]
15:29.45*** join/#htc-linux CVirus (n=GoD@82.201.222.156)
15:35.50dcordeshi evilrox
15:36.16evilroxhi dcordes :)
16:15.05*** join/#htc-linux ImCoKeMaN (n=me@pool-72-70-182-116.hrbgpa.fios.verizon.net)
16:33.55*** join/#htc-linux Marex (n=marex@gwfm10-3-250.802.cz)
17:00.25MarexpH5, hi
17:01.09pH5hi Marex
17:02.02MarexpH5, would you mind helping me in commiting palmtt3 to handhelds ?
17:02.15MarexI think it will be one big patch though
17:02.31Marexsince the device is supported in hackndev tree and I want it upstreamed
17:02.48Marex(fully supported since yesterday :D )
17:11.05pH5Marex: nice. I guess I could try. will you send it to the list?
17:11.19Marexis the list working again ?
17:11.37pH5-discuss no. but -bugs works
17:11.57Marexok, I see
17:12.16MarexI can either direct it to you or send it to the list ;)
17:14.22pH5Marex: I'd prefer the list, that way maybe somebody else will have a look at it, too.
17:14.31Marexsure, ok
17:14.38MarexI still have to prepare that patch
17:14.53MarexI dunno if I should work at that or hw6515d phone
17:15.14Marex(probably the second and leave upstreaming of palmtt3 to the original authors)
17:15.20Marexbtw http://hackndev.com/node/140 :)
17:22.56BabelOMarex: palmtt3 is based on omap ? right ?
17:23.11Marexnah
17:23.14Marexpxa261
17:23.21BabelOMarex: ah :( sorry
17:23.28MarexT1 and T2 were omap1510 :)
17:23.40BabelOMarex: i ve my artemis running on hh kernel with muru patch
17:24.25Marex:)
17:24.38Marexartemis is omap ?
17:33.10pH5Marex: omap850
17:33.47MarexI see
17:33.50Marexok :)
17:45.47LunohoDку
17:45.48LunohoDre
17:46.41cr2proj4 sucks
17:46.47LunohoDBabelO: any artemis news?
17:46.47cr2SPHEROID["Unknown",6378137,298.257223563]]
17:50.53BabelOLunohoD: no i try to work a little more on blueangel ;)
18:06.13dcordespH5, did you look at moko-underground? the pyneo thing
18:07.12*** join/#htc-linux ltxda0 (n=ltxda@unaffiliated/ltxda)
18:20.43pH5dcordes: nope. is it worth looking at already?
18:27.48*** join/#htc-linux ltxda (n=ltxda@unaffiliated/ltxda)
18:48.36*** join/#htc-linux dcordes_ (n=snoopdog@unaffiliated/dcordes)
18:56.01*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
18:58.02*** join/#htc-linux rmoravci1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
19:01.54*** join/#htc-linux ltxda (n=ltxda@unaffiliated/ltxda)
19:04.13*** join/#htc-linux rmoravci1 (n=rmoravci@ip-89-102-255-171.karneval.cz)
19:11.24*** join/#htc-linux ltxda0 (n=ltxda@unaffiliated/ltxda)
19:13.23*** join/#htc-linux ltxda (n=ltxda@unaffiliated/ltxda)
19:41.06*** join/#htc-linux rob_w (n=bob@X0edf.x.pppool.de)
20:33.22dcordes_pH5, I think so
20:35.27dcordes_pH5, http://www.vanille-media.de/images/Fosdem2008-Neo1973-high.m4v
20:58.52*** join/#htc-linux edison (i=oystein@homelien.no) [NETSPLIT VICTIM]
21:01.17*** join/#htc-linux tsdogs (n=tsdogs@62.123.180.130)
21:20.12*** join/#htc-linux patoche (n=patoche@lns-bzn-53-82-65-38-253.adsl.proxad.net)
21:21.30*** join/#htc-linux ltxda (n=ltxda@unaffiliated/ltxda)
22:04.38*** join/#htc-linux patoche_ (n=patoche@lns-bzn-56-82-255-230-175.adsl.proxad.net)
22:14.09cr2pH5: http://www.spiegel.de/netzwelt/web/0,1518,druck-544203,00.html
22:21.45*** join/#htc-linux ltxda0 (n=ltxda@unaffiliated/ltxda)
22:24.41*** join/#htc-linux ltxda (n=ltxda@unaffiliated/ltxda)
22:30.06*** join/#htc-linux ltxda0 (n=ltxda@unaffiliated/ltxda)
22:32.55pH5cr2: heh, right. there was a talk about that during 24c3.
22:33.28pH5dcordes_: interesting. now if only I could get past low-level kernel land for all those devices accumulated on my table.
22:34.36dcordes_pH5, I'm trying to get it running on my BA
22:34.41dcordes_will report if it works
22:37.15cr2pH5: what are you hacking now ?
22:37.54*** join/#htc-linux ltxda (n=ltxda@unaffiliated/ltxda)
22:41.43pH5cr2: hx4700 and blueangel. for whatever reason neither of them likes to boot on 2.6.25
22:42.48pH5and for magician ds1wm and sound are not working yet
22:44.13pH5(and with boot I don't even mean graphical userspace, but reaching the machine_init function)
22:44.18dcordes_pH5, are you working in ltg git?
22:44.22pH5I guess I'm doing something stupid somewhere.
22:45.58cr2pH5: ok. i'm surprised about hx4700. the n560 boot/resume process is so bizarre, that i wish to reflash it now ;) but it may break wince, who knows
22:47.12*** join/#htc-linux ltxda0 (n=ltxda@unaffiliated/ltxda)
22:47.35pH5dcordes_: mainline. I want to prepare working patches with minimal functionality from the stuff we have in hh.org/ltg, but something is borked this weekend.
22:47.55*** join/#htc-linux Foxdie (n=foxdiefu@87-194-16-145.bethere.co.uk)
22:48.08*** join/#htc-linux Kevin2 (n=Kevin@207-237-52-122.c3-0.avec-ubr12.nyr-avec.ny.cable.rcn.com)
22:48.36cr2hi Kevin2
22:52.06pH5versuchts mal mit schlaf
22:53.16Kevin2Hi cr2
22:56.13cr2Kevin2: i've added many new functions to haret. the linload.exe is broken=does not boot.
22:56.54cr2i've checked out the 0.4.8 tag, then linload.exe works
22:57.46cr2dzo has managed to boot the zimage on msm7500 by patching haret not to disable the mmu.
23:11.16Kevin2Hi cr2 - sorry I was on the phone.
23:11.45Kevin2My machine had a meltdown two weeks ago - I bought replacement parts - but they don't work either.  :-(
23:11.53Kevin2This machine I'm on now is realllllllly slow.
23:12.50cr2ok.
23:13.05cr2should i send the haret patches to the list ?
23:13.21Kevin2Yeah - that would be good
23:15.37cr2can you check the linload.exe ?
23:16.17Kevin2Ok
23:17.28cr2i need to do something about porting the pxa2xx-specific code, and the basic asic3 dump.
23:18.14Kevin2How can you run linux with mmu still on?
23:19.05cr2i didn't look at his patches in big detail, but that's what he has said.
23:19.17cr2i'm looking for the link
23:20.23cr2http://it029000.massey.ac.nz/vogue/
23:23.20*** join/#htc-linux tsdogs_ (n=tsdogs@62.123.180.130)
23:30.02cr2Kevin2: haret@handhelds.org ?
23:37.51Kevin2Yes
23:37.56*** join/#htc-linux LunohoD_ (n=alex@e180069241.adsl.alicedsl.de)
23:38.58cr2sent
23:44.32Kevin2Haret list is slow.
23:56.44tsdogs_cr2: resynced xanadux roadmap version to mainline (now If I keed it updated it's easyer) Hope I haven't broken anything ;)
23:57.42cr2tsdogs_: i'll check

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