IRC log for #htc-linux on 20080808

00:15.09tmzthey
00:16.40gingetmzt: hi, so I read some of the backlog about you guys trying to get X and fb working...
00:17.25gingethere isn't anything interesting in the fb code that would be specific to android, at least not that I can see.
00:17.44gingeso... are you guys trying to boot off SD or initrd to get X up?
00:18.21tmztyeah, theres a pan ioctl apparently used by android to swap buffers, the have more virtual yres to allocate the second buffer
00:18.41tmztI think sd
00:19.04gingetmzt: well that shouldn't stop anything from working its just double buffered, right?
00:19.44gingealso the resolution of the fb is queried off the chip through mddp
00:20.28tmztyes, and that's right ... detected
00:20.46gingeso where is the problem in getting X up?
00:20.53tmztit looks like a conflict with fbcon
00:21.14gingeoh, and the flashing underscore normally means it crashed dma in the background, just a different vt
00:21.19tmztI would think that being on two seperate vc's would be enough though
00:21.57tmztdo you know how the fake vsync thing works?
00:22.14gingefake vsync?
00:22.32gingewe dont use that
00:23.05tmztin the msmfb driver, there's a fake vsync timer drive interrupt or thread or something that just pushes everything over dma
00:23.35tmztthe dma takes time so it simulates a vertical refresh interval
00:24.20gingeright, I know what you mean. thats long gone in the .35
00:24.41tmzt.25?
00:24.46ginges/.35/.25/
00:25.01tmztwhat do they use now? I'll look at it
00:26.09gingeits just a tasklet that waits
00:26.32tmztall the drivers are still in arch?
00:26.47gingedrivers/video/msm/
00:27.16tmztI'm in the .26, that's not right
00:27.39tmztis it htc-msm or htc-msm-2.6.25
00:27.57gingeyou need to clone a new android-msm.2.6.25 or use the git viewer
00:28.12tmztgit.android.com?
00:28.14ginges/android-msm.2.6.25/android-msm-2.6.25/
00:28.23tmztwhat is dcordes using?
00:28.36ginge.24
00:28.50tmztwe need to get over to .25 then
00:29.01tmztmaybe the flashing will go away
00:29.02gingehttp://git.android.com/?p=linux-msm.git;a=shortlog;h=android-msm-2.6.25
00:29.16gingetmzt: you can use my .25 kaiser patchset if you clone it
00:29.19gingeI have the port done
00:29.29tmztso it's not on ltg then
00:29.35*** join/#htc-linux wireddd (n=wired@unaffiliated/wireddd)
00:30.01tmztI don't have kaiser at all, just working from gitweb
00:32.02tmztthey've got partial dma now?
00:34.40*** join/#htc-linux ginge (n=baz@89.192.136.20)
00:34.57gingesorry about that, I lost all keyboard input
00:35.13gingetmzt: dma your last question?
00:35.55tmztI though before they could only dma a whole frame, but I might have been wrong
00:36.29tmztthe vyres = yres * 2 is still there which I think is confusing X
00:36.44gingevirtual res
00:36.48tmztyes
00:37.16tmztwhen we changed that the flashing became less common, but he had old zImage today
00:37.51gingedid you change the address base too?
00:38.15tmztno, I think it is dynamic, but we were going to allocate only one screen
00:38.31gingeI mean                 addr = ((pi->width * (par->yoffset + y) + x)                                * 2);
00:38.33tmztwe didn't change that tough
00:39.17gingeyou might need to change that so it points to the fist half of the buffer
00:42.35gingebasically reverse this patch http://elinux.org/Android_on_OMAP#Page_flipping_frame_buffer
00:42.49gingenot the same codebase but if you read between the lines
00:46.30gingesurely doubly buffering is supported by X anyway?
00:47.36gingeanyway, I think it is crashing on dma. dcordes: can you try a small X in ramdisk
00:47.48gingedcordes: I can't get X to load without dma errors
00:47.58gingeanyway, thats my thoughts on that. good night.
00:49.02dcordescan't sleep
00:49.16gingedcordes: ah so you read all of that?
00:49.20dcordesginge: do you start with the gpe-dm or xserver-nodm scripts? that also crashes dma here
00:49.23dcordesI just erad up
00:49.26dcordesread
00:49.41gingedcordes: none work. all dma
00:49.57dcordesalso if you only launch Xfbdev?
00:50.05gingeI can see dmesg with the dma errors
00:50.14gingeI willl try tomorrow
00:50.23dcordesok
00:50.26dcordesKevin2: still there?
00:50.53gingenight
00:51.29dcordesgood night ginge
00:51.42*** part/#htc-linux ginge (n=baz@89.192.136.20)
01:05.39*** join/#htc-linux wired_ (n=wired@c-66-56-57-141.hsd1.ga.comcast.net)
01:05.57tmztthat's basically what we did except the pan step
01:11.42dcordestmzt: back to ts: is the xev output ok?
01:12.00tmztdid you paste a second one or do you mean the first?
01:12.14dcordesthe first
01:12.35tmztyou need to see if you get events that match where you press on the screen, I can't tell that
01:12.57tmztbut we need to fix the fb first, and maybe find out why the cursor isn't being drawn
01:13.42dcordesand the background
01:13.58dcordesdid you notice my comments, I would see the background shortly as soon as I kill Xfbdev?
01:14.13tmztyes
01:14.30tmztbut did you see the cursor where you pressed if you immediately exit
01:17.31dcordesit's too short, I couldn't tell
01:18.00tmztdid you have it stable at all before with the other zImage?
01:18.04dcordesit might be the unpatched kernel that's making it work less
01:18.18tmzttry fbset -g
01:18.49tmztare you still on .24?
01:18.55dcordesif it's the one with the right patches in msm_fb it should show the vyres *1 rather than *2 right?
01:18.58dcordesyea
01:19.09tmztyes
01:19.21tmztginge said the dma is different in .25
01:19.24dcordesbut I could easily apply your stuff in the ginge .25
01:19.37dcordestree
01:19.43tmztright
01:19.59tmztdid you see the omap patch
01:20.07dcordesno
01:20.23tmzthttp://elinux.org/Android_on_OMAP#Page_flipping_frame_buffer
01:20.47tmztthat's to make n810 work, so the opposite is what we want, according to ginge
01:21.48dcordesoh right he doubles the vxres
01:22.04dcordesand y
01:22.39tmztonly y, the *2 for the fb size applies to the full framebuffer doubling the number of  bytes
01:23.00tmztwe still allocate two screens instead of one though, but that might affect the dma
01:23.19dcordesok
01:23.34dcordesso let's try that
01:23.41dcordesin .25?
01:23.51tmztare you using android-2.6.25?
01:23.52dcordesI have a local clone of the repo
01:24.13dcordesI have a local clone of the android-msm-2.6.25 repo
01:24.16tmztthat you patched with what patch?
01:24.22dcordesnone yet
01:24.23tmztfor kaiser
01:24.33dcordesit's the clean google code currently
01:24.49tmztwhat changes are needed to boot on kaiser, other than mtype
01:24.56dcordesthe plan would be to patch ginge's code into it, enabling all of our htc-msm stuff
01:25.26tmztare they going to not have the htc-msm for .24 and just have .25 now?
01:26.53dcordeshe has a patch against the android-msm-2.6.25 that enables all the kaiser (and polaris..) htc-msm stuff, maintining the .25 base
01:27.00tmztit would be nice to stay as close to android as possible so that the new commits will also work
01:27.11tmztcan you give me a link to that patch
01:27.46dcordesI need to look it up in the rikers log
01:28.00tmztis that working?
01:28.18dcordesI think so
01:28.22*** part/#htc-linux exco1 (n=exco@e181093214.adsl.alicedsl.de)
01:28.24dcordesit's just no live log
01:29.23dcordeshttp://apt.rikers.org/%23htc-linux/
01:30.30dcordeshttp://headfuzz.co.uk/files/android/git-diff-2.6.25-040808.diff
01:30.50tmzthttp://www.headfuzz.co.uk/files/android/git-diff-2.6.25-040808.diff
01:31.07tmztyou got it
01:31.18dcordesI have a local copy of that one, but I think he updated it
01:31.31dcordesusually he updates with the same filenames
01:32.15dcordesI will just use that one
01:33.12dcordesok went through fine
01:33.27dcordesnow to get your ts patches over first
01:34.36dcordesbrb
01:42.08dcordestmzt: simply copied the patched tsc2003.c over from the 24 tree.
01:42.39tmztok, did you diff the originals from the two trees?
01:44.02dcordesyep only your patches changed
01:44.38tmztok
01:44.53dcordesso now to the framebuffer driver
01:48.23dcordestmzt: it changed heavily, if I give you the patched .25 file, could you put the needed changes?
01:48.35Kevin2dcordes: Hi
01:48.42dcordesKevin2: hi there
01:48.54dcordesKevin2: can you help me with kernel.git?
01:49.07Kevin2What's up?
01:52.21tmztmaybe, but I'm still not sure what ginge meant by base address
01:52.43dcordeshtc-msm is the htc specific qualcomm msm kernel code on an obsolete base. we openned it as a clone of 2.6.24 android-msm branch from git.android.com. now we ported the htc code to the android-msm-2.6.25 branch and therefore would like to get a new branch named htc-msm-2.6.25 as a clone of that branch
01:53.45dcordesKevin2: if we take that step, I think htc-msm is going to remain unmaintained and can be dropped at some point
01:53.49Kevin2dcordes: Where were your changes made?  To htc-msm?
01:54.29dcordesthe .25 code is nowhere on linuxtogo. we have it as a patchset against android-msm-2.6.25
01:56.11Kevin2Hrmm.  Is htc-msm still the same as git.android.com (back when it was 2.6.24), or were htc specific changes committed to the branch?
01:57.01dcordeshtc-msm has the htc specific changes on top of some at least 2 months old revision of android-msm
01:57.20dcordesboth are still 2.6.24 and will remain so
01:57.55Kevin2dcordes: So, I think you want to tag what you have and then try to pull in the latest git.android.com changes.  You shouldn't need a new branch.
01:58.26dcordesinitially, the plan was to have htc-msm track android-msm, but that never happened. we just had the static revision and worked on top of that
02:01.09*** join/#htc-linux OpnSrc1 (i=harisha1@gateway/tor/x-aae6271628f5322c)
02:01.15*** join/#htc-linux joshts01 (i=joshts0@cpe-76-186-198-67.tx.res.rr.com)
02:01.18Kevin2dcordes: Again, I think you want to tag what you have and then try to pull in the latest git.android.com changes.  You shouldn't need a new branch.
02:04.19dcordesKevin2: that sounds very complicated
02:05.23dcordeseven if htc-msm was just some old revision of android-msm without the htc patches, it would still be a horrible fiddle to get the android-msm-2.6.25 patches into it
02:07.10Kevin2dcordes: No - it's rather straight forward.
02:07.27Kevin2It is what git was designed to do.
02:08.20dcordesok, but I fear I'd need professional git guru assistance
02:10.17dcordestmzt: shall we still try? (without the base address stuff)
02:11.01tmztlet's try the vyres thing, yes
02:11.19dcordesok let me get you the file
02:11.28tmztwhy does android have seperate branches then?
02:12.47dcordestmzt: ?
02:13.10dcordesmaybe because they are too lazy for what Kevin2 was suggesting
02:13.28dcordesor rather want to maintain compatibility for other people working with those branches
02:14.22dcordestmzt: this is the 2.6.25, htc patched fb.c http://linuxtogo.org/~lgorris/msm_fb.c
02:14.39Kevin2There is a separate branch for 2.6.25 at git.android.com?
02:15.41dcordesyea right
02:15.55dcordesthat's what I'm talking about, we want a clone of that seperate branch
02:16.22dcordeswe planned that
02:16.59Kevin2Hrmm.  That complicates things.  If they have a separate branch, then you may want one too.
02:18.51dcordesthat was my thought
02:19.24dcordesand ginge has all the relevant htc-msm stuff packed up in one nice diff against latest google .25 branch
02:19.39dcordeslatest revision
02:21.35tmztline 576: get rid of the *2
02:23.53Kevin2dcordes: I need to get some sleep.  I suggest you send an email to the mobile-linux-discuss mailing list outlining what you want to do.  Lets make sure there are no objections -- the actual cloning is pretty straight forward.
02:25.26dcordesKevin2: alright, I will do this. thanks a lot for the hearing
02:25.29dcordesgood night
02:29.44dcordestmzt: ok, next?
02:31.34tmztI'm looking, but I don't see anything, that stuff ginge talked about was bpp/8 which is 2
02:32.30dcordesthe duplicating the whole of it part?
02:38.17dcordes5am I'm gonna get some more sleep, later-
02:49.10*** join/#htc-linux wireddd (n=wired@unaffiliated/wireddd)
03:17.42*** join/#htc-linux wireddd (n=wired@unaffiliated/wireddd)
03:19.44*** join/#htc-linux wireddd (n=wired@unaffiliated/wireddd)
03:20.25*** join/#htc-linux dcordes_ (n=dcordes@unaffiliated/dcordes)
04:35.32*** join/#htc-linux goxboxlive (n=goxboxli@195.159.97.196)
04:37.43*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfc65c.pool.einsundeins.de)
04:52.46*** join/#htc-linux JohnnyK (n=johnnyk@nfx-nat-229.pilsfree.net)
04:53.38Marajinhmm
04:57.14*** join/#htc-linux ALoGeNo (n=Pi@220.Red-81-32-138.dynamicIP.rima-tde.net)
05:10.18*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
05:22.33Marajinhmm
05:22.47Marajinrmoravcik: Is it me or is the openembedded site/wiki very very poorly?
05:23.04MarajinIt's not loading pages anything like inside a sane timeframe
05:58.25*** join/#htc-linux kiozen (n=oeichler@p5492A1AB.dip0.t-ipconnect.de)
06:55.33*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
07:19.15*** join/#htc-linux zoolooc (n=lucian@nrbg-4dbfc65c.pool.einsundeins.de)
07:38.21Marajingrah, what the hell is wrong with openembedded.org today
07:40.59*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
07:41.52kiozenMarajin:  lol, that is normal state of operation ;)
07:42.02*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
07:42.28dcordes_moin moin
07:42.29Marajinwhat? not working at all?
07:42.48MarajinI can't mtn pull or access the wiki
07:43.01dcordes_uuuh mtn
07:43.04kiozenpartly working, it works in the parts you don't use it
07:43.07dcordes_get rid of this
07:43.15dcordes_I use git now for OE
07:44.09zooloochi there
07:44.43dcordes_Kevin2: I tried to contact the ml and it won't let me. no authorization.
07:45.02kiozenMarajin: seems to be down, can't reach it either
07:45.03dcordes_I feel left out please help :(
07:45.17Marajinhmm
07:45.21Marajin"requires the runtime entity 'kdepimpi' but it wasn't found in any PACKAGE or RPROVIDES variable"
07:45.37Marajinhmm
07:45.39dcordes_never updated OE from kaiser. about time
07:46.00kiozentry to avoid it, too :)
07:47.56dcordes_no luck with git OE either
07:48.11dcordes_ltg needs a bigger pipe it looks
07:48.18kiozenthink their server is down
07:48.29kiozenthat happens quite frequently
07:49.12kiozenbtw anyone noticed the new look at sf.net?
07:49.58dcordes_openmoko inc or somebody else should come up with funding for a better infrastructure
07:51.08Marajinkiozen: Yeah it's crap :P
07:51.29kiozenright, weeks of work and it's still cheesy
07:52.16Marajinheh :)
07:52.27Marajinwhat's up with kdepimpi then?
07:52.40kiozenthat makes opensource really appealing like a traffic jam to every user
07:53.50dcordes_kiozen: did you ever look into tangogps?
07:55.50kiozendcordes_: yep, but I am not in the vector map business anymore.
07:56.17kiozendcordes_: If you hike a lot you will appreciate raster maps
07:56.26*** join/#htc-linux ginge (n=ginge@host81-149-155-58.in-addr.btopenworld.com)
07:56.33Marajinmornin' ginge
07:56.38gingeMarajin: morning
07:56.40kiozendcordes_: because the have the information in between the polygons
07:57.14Marajinginge: yay for OE being borked!
07:57.33*** join/#htc-linux LanceHaig (n=LanceHai@foresight/member/lhaig)
07:58.39kiozenMarajin: did you bitbake kdepimpi already
07:58.42kiozen?
07:59.58dcordes_what is that?
08:01.02dcordes_esounds quite funny
08:01.15Marajinkiozen: hmm no
08:01.42Marajinkiozen: Same error anyway
08:01.54kiozenMarajin: what package needs it, maybe you can fix it by editing the bb file
08:02.10Marajiner I was trying to build opie-kdepim-image
08:02.41gingeOE is screwed?
08:06.50Marajinas always
08:07.01Marajintheir site is mangled too so I can't get the wiki or mtn update
08:11.44Marajinsighs.
08:13.24kiozenhm, think it's because of that: DEPENDS += "kdepimpi" in opie-kdepim-image.bb
08:13.42Marajinwell yeah
08:14.10kiozenand kdepimpi bitbakes for you?
08:18.55kiozenmy guess would be that it misses the kdepimpi ipk package while creating the image
08:19.19kiozenbut the guys on #oe should know better
08:22.14MarajinbNo it doesn't
08:22.31Marajinkdepimpi PRODUCES the error that kdepimpi isn't provided
08:22.51MarajinWhich I find rather surreal
08:23.18kiozenlol, ok... I have to buy post-it notes to remind me to buy post-it notes
08:23.45Marajinkiozen: ...you have a HTC, whatcha need post-its for?
08:24.27kiozennope on a  FSC Loox n560 with nothing else on it than QLandkarte M
08:24.51kiozens/on a/just a/
08:25.14kiozenthink you have to tackle down a geek at #oe to help you out of this
08:25.26MarajinI'm trying to but nobody seems active :P
08:25.46kiozenyou tried free food and beer?
08:27.39Marajinheh
08:27.48MarajinI can't afford free food and beer
08:28.16kiozenwouldn't really work for breakfast anyway
08:28.29Marajinit's only breakfast time in _part_ o the world ;)
08:28.57kiozenyes but only on the other side of the disc
08:33.08Marajinheh
08:41.43Marajinshrugs and just adds RPROVIDES += "kdepimpi" to kdepimpi's .bb files which seems to help
08:44.06MarajinGAH it won't stop trying to use qte instead of qte-mt
08:44.11MarajinandI can't bitbake qte
08:44.14Marajin"nothing provides"
08:48.39*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
08:51.04*** join/#htc-linux ALoGeNo (n=Pi@142.Red-81-37-222.dynamicIP.rima-tde.net)
08:54.18*** join/#htc-linux pleemans (n=peter@host130-161-static.37-88-b.business.telecomitalia.it)
08:59.06Marajinooh I think I got it to bitbake qte
09:00.08dcordes_ALoGeNo: are you alge?
09:00.35ALoGeNosup
09:00.53ALoGeNonop im me xD
09:00.57dcordes_ok
09:01.18ALoGeNo:)
09:03.07MarajinDamnitall
09:03.28dcordes_it won't build qte?
09:03.29Marajinnow it's trying to use qte-mt for libopie
09:03.32Marajinheh
09:03.35Marajinyeah it built qte
09:03.41Marajinand now it wants qte-mt for libopie
09:04.17dcordes_tbh I personally have not much interst in libopie
09:04.45MarajinI'd like to be able to build all the images for the kaiser
09:04.47dcordes_if I was after qt* I'd rather try and get the qtopia artems or blueangel working on kaiser
09:05.01dcordes_I fear opie is unmaintained in OE
09:05.22Marajinqtopia sems to be buggered too
09:05.38dcordes_you could try making the openmoko asu image
09:05.43dcordes_best of both worlds
09:06.33Marajinoh?
09:07.04dcordes_do you have an oe bugzilla account?
09:08.35Marajinno
09:09.49Marajinis openmoko au in OE?
09:10.22dcordes_sure
09:10.27Marajinas?
09:10.39dcordes_it's what freerunner is shipping with
09:11.40Marajinis there a metapackage for it?
09:14.03dcordes_never built one
09:14.08dcordes_would have to look it up myself
09:14.42dcordes_you can always ls packages/images/
09:15.43dcordes_forget about asu
09:15.56Marajinthere's nothing obvious about asu in there
09:15.59dcordes_http://wiki.openmoko.org/wiki/Om_2008.8 that's the real deal
09:16.05dcordes_released today
09:16.28dcordes_looks damn sexy
09:17.26Marajinnoice
09:17.39Marajinbut I can't update OE and I dunno whether it's IN OE :P
09:20.01dcordes_:(
09:20.15Marajinbut it does look nice
09:20.18dcordes_I bet in the afternoon it's up again
09:20.25Marajinwe'll see
09:31.45dcordes_positive thinking
09:31.51dcordes_bbiab
09:32.12MarajinMan if I tried thinking positively it might kill me
10:12.28dcordes_ginge: I just went to the post office to personally pick up my second digi key catalogue
10:12.57gingedcordes_: you will probably get more. I have 4 now :/
10:13.16LanceHaigdcordes_, just read that openmoko wiki page
10:13.25LanceHaigseems you cant make calls with the new version
10:13.27LanceHaig:-)
10:13.40Marajinyou can but it borks after several hours
10:13.47dcordes_LanceHaig: ha that's hillarious. on the moko phone?
10:13.57LanceHaigyup
10:14.13dcordes_that's what it's supoosed to do man
10:14.33dcordes_ginge: got one for usa, one for .de now
10:15.14dcordes_lol accidently oppened a page which has sim card holders
10:16.57LanceHaigI was not poking fun
10:17.02LanceHaigI just read the posts
10:17.15LanceHaigseems they fixed it by removing the on off button for gsm
10:18.28dcordes_huh what you say you couldn't make calls in the previous asu thing?
10:18.59LanceHaigIf you read the page there are some known bugs
10:19.23LanceHaigI read the bugs and followed the threads there and they have fixed the calls thing
10:20.50dcordes_now it just needs to work on kaiser ;)
10:27.19*** join/#htc-linux bara (n=bara@osbk-4db198af.pool.einsundeins.de)
10:33.36LanceHaigyup that is all
10:33.40LanceHaignothing much :-)
10:35.25Marajinnah! we'll sort that out easy!
10:36.11dcordes_ok! let's do it!
10:36.48Marajinheh
10:36.49dcordes_we just need to look at the source of the phone daemon and compare with msm7200 command sets
10:36.59dcordes_e.g. we can find them in the dzo android ril
10:37.02dcordes_it's quite well commented
10:37.26dcordes_then we need to configure it to talk to the right device node
10:37.49dcordes_as far as I understood it, kaiser handset audio is activated by arm9
10:37.54dcordes_at least with the amss we have
10:38.28dcordes_so we don't need to care about that and just dial
10:38.48dcordes_in the old gtk images, there's a command line tool to dial, written by harald welte
10:38.54dcordes_we could poke around a bit with that
10:39.06dcordes_but I don't know if gsmd is still used in the new asu image
10:39.15dcordes_or openmoko 2008.8 whatsoever
11:08.27*** join/#htc-linux ginge (n=ginge@host81-149-155-58.in-addr.btopenworld.com)
11:20.23*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
11:29.45*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
11:32.48*** join/#htc-linux Funklord (n=cow@c-ecd572d5.014-46-73746f28.cust.bredbandsbolaget.se)
11:50.17Marajintunes into the Olympics
11:52.00*** join/#htc-linux AlGe (n=alge@chello080109231226.4.uni-klu.teleweb.at)
12:01.59gingewishes he could tune into the Olympics
12:02.22gingewises he could win a lot of money and dedicate his life to putting Linux on all devices
12:02.22Marajin... the chinese are officially nuts
12:02.26Marajinheh :P
12:02.43Marajincan't you use the bbc wobshite currently?
12:02.51Marajinyou're using a work connection or something no?
12:02.55gingeMarajin: not if I want to keep my job :)
12:03.04Marajinwho needs jobs? :P
12:03.07gingelol
12:03.12gingeclearly not you :)
12:03.25*** join/#htc-linux ALoGeNo (n=Pi@142.Red-81-37-222.dynamicIP.rima-tde.net)
12:03.41MarajinI need a job but I can't have one so..
12:03.51kiozenwishes he could get rid of all this xml bullshit
12:03.53gingeworking is overrated
12:04.08gingealso wishes xml would go away.... and .net
12:04.25Marajin.Net isn't that bad
12:04.28gingeI changed department and now I have to dev for windows :(
12:04.32Marajinit pisses me off less frequently than java
12:04.43gingeMarajin: yeah java is really annoying
12:04.56ginge.net 3 is actually usable now, or so it would seem
12:05.06Marajinyeah I get on pretty well with .Net 3
12:05.20gingeknow anything about remoting?
12:05.57Marajinonly vagueries ?
12:06.22gingeoh well
12:07.03gingeI can't wait to get back to the embedded department, win32 sucks
12:07.16Marajinwin32 is pretty nasty yeah
12:07.20Marajineven MS admit that
12:07.38gingenot much option at the moment. We are getting fined per day for overrunning on the release
12:07.55gingeeven my boss is coding... The horror!
12:07.59Marajin:O
12:08.04kiozenLOL
12:08.06Marajinbut isn't that just making things /worse/ ?
12:08.15Marajinmanagers are usually so out of date with coding that they run things backwards
12:08.16gingeMarajin: time will tell
12:08.27gingeMarajin: I knew it was bad when he mentioned COBOL
12:08.36Marajin"It compiles! It compiles!" "...er should we tell him we obsoleted that code about a decade ago?"
12:08.42kiozendooooomed
12:08.43gingeheh
12:09.23gingeoh well, at least its a different component he is working on :) no blame transferral for me
12:10.11gingealthough the guy next to me looked blank when I asked how he does overflow and injection checks on SQL statements.
12:10.21Marajin...
12:10.22Marajinzomg
12:10.47Marajinsecurity nightmare incoming there ;)
12:11.29gingeoh well. not my problem
12:11.55Marajintruuue
12:12.03Marajinmight even be a source of amusement
12:12.14kiozensound like I should be happy with my upnp stuff
12:12.22Marajinkiozen: Probably.
12:12.46Marajinmy last boss in a coding job heh.. didn't seem to believe in project management
12:12.53Marajinor in fact, /management/ fullstop
12:13.28Marajinhe phoned up every day or two and went "how's it going?"
12:30.19*** join/#htc-linux ALoGeNo (n=Pi@193.Red-81-32-138.dynamicIP.rima-tde.net)
12:37.46*** join/#htc-linux goxboxlive (n=goxboxli@226.84-48-126.nextgentel.com)
12:40.30*** join/#htc-linux ginge_ (n=ginge@host81-149-155-58.in-addr.btopenworld.com)
12:40.39Marajinginge_: Wb there
12:40.44ginge_damn suspend
12:40.49Marajinno kidding
12:40.55Marajinchina have too many people :P
12:41.10ginge_Marajin: the whole world has too many people
12:41.16MarajinIf we tried to use this many performers in the UK we'd have to hire London.. all of it
12:42.04ginge_heh
12:42.04Marajinthey had something like 15,000 performers already
12:42.22ginge_wtf?
12:42.26Marajinseriously
12:45.01*** join/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
12:45.41Marajin1000 on screen at the moment alone
12:51.47*** join/#htc-linux wasup (n=Tech@208.47.103.106)
12:54.25Marajin2008 in this scene.. :P
12:54.33Marajinthe numbers are ludicrous
13:19.47AlGeHi,
13:19.47AlGeis there still nothing newer than handhelds.org 2.6.21-hh20 kernel (for htcblueangel) available?
13:22.01AlGeor should I better use linuxtogo git repository?
13:31.44BabelO_AlGe: Blueangel boot on linuxtogo git repository, but lack of mmc driver at the moment
13:31.55BabelO_that s just why we did not swtich to it
13:32.05BabelO_same for other device that use asic3 mmc driver
13:43.36*** join/#htc-linux Marex (n=vasum7am@auryn.karlin.mff.cuni.cz)
13:58.15AlGeBabelo: thanks, and is there also some bb recipe? Just to start trying ...
14:02.47BabelO_AlGe: no bb recipe
14:03.01BabelO_just check out linuxtogo git or get snapshot of master
14:03.09BabelO_and copy / paste ba subdirectory
14:07.27AlGealready checked out.
14:11.50*** part/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
14:12.24AlGeThe reason for asking this is that I'm still struggling with my old (sound) problems. Now I stumbled upon an ude1380 patch (http://mailman.alsa-project.org/pipermail/alsa-devel/2007-November/004276.html) which somehow deals with the mixers.
14:12.24AlGebut 2.6.21 seems far to old to accept this patch.
14:13.47AlGes/ude1380/uda1380/
14:17.43*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
14:24.00BabelO_AlGe: what this patch doing ?
14:25.19BabelO_AlGe: oh, there is recording option it seem :)
14:26.38AlGeIf you continue reading the thread you'll see that there is some critics about "static" things, maybe it was not accepted yet.
14:27.00AlGebtw. it applies to linuxtogo.git/ hh.org branch cleanly
14:28.34AlGedont know what ir does, renames lots of mixer controls, and the comment has someting about better audio mixing ... if this adresses the phone audio problem, dont know.
14:29.14*** join/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
14:29.39BabelO_AlGe: yes i think it adress your mixing problem
14:30.05BabelO_AlGe: i see that it is pH5 who do this patch, so it should work on magician and blueangel too
14:30.10*** part/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
14:31.59*** part/#htc-linux wasup (n=Tech@208.47.103.106)
14:33.30AlGeso missing asic3 support is now the show stopper? Is this already somehow worked on?
14:38.54BabelO_AlGe: asic3 is supported on 2.6.26 but not the mmc part, and yes someone is working on it
14:39.02BabelO_~seen pH5
14:39.08aptph5 <n=ph5@p5485C9E5.dip.t-dialin.net> was last seen on IRC in channel #htc-linux, 6d 2h 53m 16s ago, saying: 'BabelO: none yet. I'm waiting for ian's tmio mmc driver to hit the MFD tree.'.
14:39.25BabelO_AlGe that's his answer :)
14:43.07AlGeOk, so I think I will stop fiddeling around with the 2.6.21 problems and try 2.6.26 meanwhile with some initrd
14:44.24BabelO_AlGe: yes, psokolovsky use initrd upto 20Mb, so it should work this way too
14:45.54AlGeok, I'll try to setup some convenient 2.6.26 build environment and start experimenting there.
14:47.19*** join/#htc-linux ginge_ (n=ginge@host81-149-155-58.in-addr.btopenworld.com)
14:48.35AlGeBTW: what I was wondering earlier this year when I saw your mtd experiments:
14:48.35AlGeif writing to some fixed size file in the (fat formatted?) "storage" partition worked, would it then be possible to use this as loop-mounted rootfilesystem freeing the sd slot?
14:55.03BabelO_not at the moment
14:55.31BabelO_actually the strataflash can be used yes
14:56.00BabelO_butno vpp, so no linux write, and i don't want to broke my phone :)
14:56.37AlGeof course not. I was just dreaming a little bit  :-)
14:57.32BabelO_AlGe: maybe we can flash some linux to the flash using windows tools
14:57.41BabelO_and then boot on it
14:58.20BabelO_AlGe: but for this you need same bootloader that i use on htc artemis, the bootloader which use sdcard diagnostic mode to boot without wince
14:58.34*** join/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
15:00.28AlGeI was thinking of some (maybe readonly, overlaying some tmpfs in ram for rw) access to the wm2003 /Storage folder.
15:01.06BabelO_AlGe: i understand, that was my idea too....
15:01.16BabelO_AlGe: better is to get docg3 reading
15:01.25AlGe?docg3
15:04.24BabelO_AlGe: yes on ba you have two kind of storage, one is strataflash, and second is disk On chip
15:05.08AlGeahh, doc. understand.
15:09.32*** part/#htc-linux zoolooc (n=lucian@nrbg-4dbfc65c.pool.einsundeins.de)
15:18.24*** join/#htc-linux ALoGeNo (n=Pi@193.Red-81-32-138.dynamicIP.rima-tde.net)
15:21.22*** join/#htc-linux exco (n=exco@e181117038.adsl.alicedsl.de)
15:21.28*** part/#htc-linux exco (n=exco@e181117038.adsl.alicedsl.de)
15:21.42*** join/#htc-linux exco (n=exco@e181117038.adsl.alicedsl.de)
15:26.47*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
16:00.04dcordes_Kevin2: ping
16:02.14*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
16:02.20dcordes_ginge: ping
16:02.39dcordes_ginge: ever looked into wifi now that acx100 works with .25/.26
16:03.24gingedcordes_: works with .25?
16:03.29gingedrools
16:03.39dcordes_ginge: okias told me so
16:03.52gingenice. I wil check it out over the weekend
16:04.00okiasginge: acx100 working with lastest kernel :-)
16:04.09okiasginge: moment, i find address :-)
16:04.12gingethanks
16:04.31okiasginge: http://xazz.no-ip.info/projects/gitweb.cgi?p=acx-mac80211.git;a=summary :-)
16:05.28okiasginge: or this is really similiar repo, both have support for .26 http://gitorious.org/projects/acx-mac80211/repos/mainline
16:05.59gingewhat device was this tested with?
16:06.12gingeor developed on
16:06.44dcordes_go, go, gitorious...
16:06.53*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
16:06.57okiasginge: i dont know, but probably at least acx100 device working with this driver on .26 :-D
16:07.09gingeheh
16:07.31gingenot importan. always nice to have a base reference :)
16:08.14okiasginge: but i still dont get it, why exist two same repository (both have same patches included :-D )
16:08.36gingewho knows :)
16:08.46dcordes_the gitorious is for the hip hoppers
16:09.09okiasdcordes_: :-D gitourious rrs export is really terrible...
16:09.15okias*rss
16:10.58dcordes_git, git, gitorioouuus
16:14.19okiasdcordes_: are u still here?
16:15.21gingeI think his brain wandered into hip hop land
16:16.28gingeokias: it looks like the acx driver will work in .24 too
16:16.44okias:-D
16:17.22okiasginge: probably, what lastest kernel is compatitible with kaiser patchset?
16:17.27okias.24?
16:17.28gingeso will we need the firmware for the sdio card to get this working?
16:17.33gingeI have a .25 patch set
16:17.37gingeusing android latest
16:18.26okiasi totally don't know :-D i just watching in rss acx100 driver :-D
16:20.01gingeokias: are you kaiser?
16:20.17okiasginge: i have kaiser :-)
16:20.31gingehttp://www.headfuzz.co.uk/files/android/git-diff-2.6.25-040808.diff if you want to play with .25
16:20.58okiasginge: maybe, but i need first compile arm-gcc
16:21.08gingecompile it?
16:21.19okiasginge: i using gentoo :-D
16:21.19gingeare you gentoo by any chance ;)
16:21.26okias:-D
16:26.51Marajinyou know gentoo has binary repos
16:29.13gingethats just not very cricket though, is it?
16:29.30gingeif you want to be l33t, that is
16:29.41Marajinno but it makes life easier sometimes :p
16:29.51okiasMarajin: in case of firefox :-D
16:30.14Marajinokias: Nah it can actually binary repo /everything/ if you set it up
16:30.14okias*in firefox case :-D
16:30.25Marajinbut firefox-bin exists in the main portage tree yeah
16:31.04gingehome time. Catch you laters
16:31.06okiasMarajin: i using because compilation, but i don't much use firefox, then why spend one-two hours on compiling it :-D
16:31.17okiasginge: bye :-)
16:31.39Marajinokias: well I figure usually I just emerge stuff overnight
16:31.39Marajinheh
16:31.46Marajinmy system can emerge -ue world in 6 hours
16:31.54okiasMarajin: cpu,ram?
16:32.17Marajinquad xeon 2.66 + 1GB DDR2 ECC/FB
16:32.27okiasMarajin: ath1700xp,1g ddr333 ;-( :-D
16:32.35Marajinon gentoo? OUCH
16:32.58okiasMarajin: ntb gentoo: p1-133mhz, 16M SDR :-)
16:33.16MarajinI've done it on a 166!
16:33.18Marajinmany years ago
16:33.26okiasMarajin: it working really fast :-)
16:33.58okiasMarajin: i just chrooted / on my pc, compiled and moved hdd to ntb :-) it's much faster than debian or anything :-)
16:34.14Marajinhaha :P
16:34.32Marajincheats! the baggins cheats!
16:34.37okiasMarajin: :-D
16:34.48Marajinten again, when I upgrade I just move the HDDs and then emerge -ue world
16:34.55MarajinI've not done a clean install for er
16:34.57Marajin5-6 years
16:36.42okiasMarajin: i last reinstalled gentoo after "fsck on /dev/sda1" it say something like fsck on mounted part. can damage your data... but i selected "y" :-D
16:37.09okiasMarajin: i saved only one file from /dev/sda1... /etc/make.conf :-D
16:37.26Marajinrofl
16:37.28Marajinwhoops ;)
16:37.45okiasMarajin: about 12h reinstalling but all as before :-)
16:38.45okiasMarajin: i have /home on server and data on different part. :-) (thanks god :-D )
16:39.36MarajinI have everything on server :P
16:39.42MarajinPoor little perses does _everything_
16:40.26Marajinfile storage, web, email, database, games servers, plus my IRC/IM/general web browsing is in an NX session (remote desktop)
16:40.34Marajinand it does OE =p
16:41.04okiasMarajin: what is "perses"? i didnt find this word in dictionary...
16:41.18Marajinit's the name of the computer
16:42.19okias:-D
16:42.19MarajinIt comes from greek mythology. Perses, son of Andromeda
16:42.20Marajinthe computer it replaced was called andromeda
16:42.20okias:-D
16:42.37okiasMarajin: hmm, i have idea naming computers, but i dont have any ideas what names give to them...
16:43.00Marajinum you have to name them for network/dns stuff
16:43.20okiasMarajin: then i just have notebook,server,portable,okias :-D
16:43.23MarajinI have afflawn, cerebus, perses, pegasus, andromeda, Xaphan, T'an-Mo
16:43.32okiaslol :-D
16:43.47Marajinafflawn's just asilly name
16:43.53Marajinafflawn -> athlon
16:43.59Marajinathlon processor
16:44.03okias:-)
16:44.08Marajinactually it's an X2 6000 at the moment
16:44.09Marajinheh
16:44.15okias;-(
16:44.36MarajinIf it's any consolation, it runs vist
16:44.37Marajina
16:44.46okiashehe :-D
16:51.30*** join/#htc-linux the_sys0p (n=the_sys0@cpe-76-88-212-37.bak.res.rr.com)
16:55.19*** join/#htc-linux OpnSrc1 (i=harisha1@gateway/tor/x-dddf646ba59b2d7c)
17:00.42Marajinyay OE is still dead as a dodo
17:07.25dcordes_yo
17:07.50dcordes_that's not good
17:14.48*** join/#htc-linux slax[mtk] (n=slax[mtk@dslb-084-059-137-252.pools.arcor-ip.net)
17:15.52*** part/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
17:19.30*** join/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
17:19.51slax[mtk]my new htc diamond touch screenshots :) -> http://www.slax.de/htc_diamond.php
17:23.59Marajinslax[mtk]: Ssh, you're liable to get lynched
17:24.26dcordes_slax[mtk]: what sort of?
17:24.49dcordes_you booted htc-msm?
17:26.35slax[mtk]Marajin: what?
17:27.59Marajinslax[mtk]: Plenty of people here want a diamond/raphael and they might be upset that you have one :p
17:28.19Marajin9 months till I can get another HTC probably =/
17:29.59slax[mtk]its my first htc. i buy it some week ago and i love it. :)
17:31.45MarajinI want a raphael (the diamond + keyboard) butI can't justify the cost at the moment and I'm not due an upgrade till april 2009
17:31.54Marajinby which time the raphael will be outmoded
17:37.26tsdogsMarajin: *.oe.net is down, so please use the mirror to get updates and push commits: (from Koen Kooi)
17:37.48tsdogs* opensource.wolfsonmicro.com
17:37.48tsdogsto get updates :
17:37.48tsdogsmtn pull opensource.wolfsonmicro.com org.openembedded.dev ; mtn up
17:40.00Marajinah nice
17:44.27*** join/#htc-linux the_sys0p (n=the_sys0@cpe-76-88-212-37.bak.res.rr.com)
17:56.45*** join/#htc-linux ali1234 (n=al@62.24.214.38)
17:58.25*** join/#htc-linux AlGe (n=alge@chello080109231226.4.uni-klu.teleweb.at)
17:59.08ali1234~seen revertive
17:59.11aptrevertive <n=revertiv@83.119.75.151> was last seen on IRC in channel #htc-linux, 66d 19h 53m 55s ago, saying: 'oops sorry'.
18:00.55Marajinheh
18:00.58Marajinominous
18:01.09Marajin2 months missing after saying "oops sorry" ?
18:01.26ali1234hmm
18:01.30ali1234~seen trixter
18:01.31apttrixter <n=trixter@65-165-167-217.du.volcano.net> was last seen on IRC in channel #asterisk, 736d 20h 53m 45s ago, saying: 'an asterisk cookbook'.
18:02.00Marajin2 years, we're getting better :P
18:05.47ali1234these are the two guys who seem to know about wizard gsm
18:11.13okias:-D
18:23.44*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
18:32.06*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
18:33.50*** join/#htc-linux pakke (n=user@MYDCXIV.gprs.saunalahti.fi)
18:41.49*** join/#htc-linux TeringTu1y (n=maarten@195-241-125-243.ip.telfort.nl)
18:50.10*** join/#htc-linux SmallR2002 (n=SmallR20@79-69-97-101.dynamic.dsl.as9105.com)
18:54.25*** join/#htc-linux wasup (n=Tech@208.47.103.106)
19:00.05wasuphi everyone
19:03.02*** join/#htc-linux marbalon (n=balon@aefp99.neoplus.adsl.tpnet.pl)
19:07.39*** join/#htc-linux tgreer (n=tgreer@titus.tsone.info)
19:23.22*** part/#htc-linux wasup (n=Tech@208.47.103.106)
19:25.43*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbfc65c.pool.einsundeins.de)
19:36.07*** join/#htc-linux lpotter (n=ljp@CPE-124-191-144-181.vic.bigpond.net.au)
19:59.30tgreerevening all
20:00.28excogood evening
20:03.21*** part/#htc-linux slax[mtk] (n=slax[mtk@dslb-084-059-137-252.pools.arcor-ip.net)
20:24.50*** join/#htc-linux LunohoD_ (n=alex@e180071068.adsl.alicedsl.de)
20:30.55*** join/#htc-linux AstainZZZZZZ (n=Administ@unaffiliated/astainhellbring)
20:47.13*** join/#htc-linux m0t3jl (n=m0t3jl@ip-41.galance.net)
20:48.41m0t3jlHello guys, I have this HTC Artemis (P3300) and I am quiet desperate.My Fedora 8 freezes every time I try to sync my PDA with it. So I wanted to try to sync it at least in qemu, but it seems I can't find the appropriate drivers. Which drivers should I have for win other then ActiveSync or the mobile device center (for vista(? Thanks a lot ^^
20:55.30*** part/#htc-linux okias (i=ejabberd@poseidon.kraja.cz)
21:05.02ewonI'd find out why FC8 is freezing
21:05.09ewonI'd try a more uptodate distro for a start :)
21:06.14ali1234i'd ask in a fedora channel (although they'd probably tell you FC8 is not supported or something)
21:11.00m0t3jlali1234, why should it be not supported ... you obviously don't know anything about the development process of Fedora ...
21:14.28m0t3jlali1234, I realised my answer could be considered rude ... it isn't ;)
21:15.17ali1234to be perfectly honest i didn't think it was that different to any other distro. try going into #ubuntu and asking for help with 7.08 for example. they will just say "first, upgrade" same goes for #opensuse
21:15.59ali1234i meant 7.10 of course
21:16.16m0t3jlali1234, I do not think so, every one know that new versions have to be around here for about half a year at least to be considered stable - that's why I don't consider F9 stable
21:16.47ali1234um well why is it on the front page of fedoraproject.org if it isn't stable?
21:17.16m0t3jlali1234, you know what I mean, it's stable for freaks, but when you wanna actually work with it, it's unstable
21:17.44ali1234if you want to "work with it" you are supposed to buy RHEL. no?
21:17.45m0t3jlali1234, despite that fact, there are still updates being sent into F8 repositories
21:17.57m0t3jlali1234, RHEL is a server operating system
21:18.30m0t3jlBut we are here not to argue about that, are we? ;)
21:18.54ali1234we are trying to make linux run on htc devices
21:19.02m0t3jlali1234, ;)
21:19.10m0t3jlali1234, does linux run on Artemis P3300? ;)
21:19.17ali1234for what it's worth you shouldn't need any extra drivers for windows assuming you got the latest activesync
21:19.25ali1234yes it does
21:19.36m0t3jlali1234, what are the features supported?
21:19.47m0t3jlali1234, and what's the risk? ;)
21:19.47ali1234um... not sure. do you know what cpu it has?
21:19.53ali1234the risk is none these days
21:20.05m0t3jlali1234, do you know a way I can find it out?
21:20.20ali1234any WM5 device has a nand flash chip which wont get wiped... in fact linux does not even have a driver for it, and cannot touch it in anyway
21:21.12m0t3jlali1234, you have been talking spanish or what? ;)
21:21.20m0t3jlwhat's a NAND chip?
21:21.36ali1234it's a flash memory chip
21:21.48ali1234it doesn't matter :)
21:21.55m0t3jlah, so it's still windows installed, but linux booted from them?
21:22.00ali1234yes
21:22.09m0t3jlali1234, that's cool
21:22.17ali1234you should be able to boot from SD card actually, without loading windows first
21:22.24m0t3jlali1234, but this is WM6 device
21:22.30ali1234your device is omap 850, almost the same as wizard
21:22.43ali1234"WM5 and newer" i meant
21:23.25m0t3jlali1234, I guessed that but you never know ;)
21:23.47ali1234what will probably work: display, USB, gsm (but only when booting from windows), maybe touchscreen and keyboard if it has one
21:23.49m0t3jlali1234, and what do you get from knowing that it's omap?
21:23.53*** join/#htc-linux OpnSrc1 (i=harisha1@gateway/tor/x-01750fbf4c02a289)
21:23.54ali1234nothing else currently works
21:24.03m0t3jlali1234, no keyboard, just touchscreen
21:24.21ali1234from knowing it is omap you know the omap850 kernel will work on it, you know what DSP it has, and therefor what gsm driver it needs
21:24.23m0t3jlali1234, how does the GSM work?
21:24.36ali1234that's quite a question :)
21:24.44ali1234you got several hours for me to explain it?
21:24.54m0t3jlali1234, I mean, can I actually make phone calls from that Linux?
21:25.09ali1234sort of
21:25.26m0t3jlali1234, pls describe for me the term sort of, if you please ;)
21:25.31ali1234you can make phone calls, but you can only hear the other person if you booted linux from windows, during a phone call
21:25.55m0t3jlali1234, that's very convenient :DDD
21:26.05ali1234and you have to make a phone call by typing commands like "echo -e "ATD3498734829\r" > /dev/gsm
21:26.32ali1234and since you got no keyboard, that means you'll have to have it plugged in to usb to do it
21:26.44ali1234cos there is currently no working dialer gui
21:26.52m0t3jlali1234, oh ...
21:26.57ali1234that's assuming your touchscreen even works, which it might not
21:28.05ali1234there is a channel btw, #linwizard - but other similar devices are not really a priority. project page is here: http://linwizard.sourceforge.net
21:29.20m0t3jlali1234, pitty, you could have said it's rubbish +;)
21:29.43ali1234yeah but if i said that, the developers might get pissed off and stop working on it :)
21:30.28m0t3jlali1234, I really appreciate the work you guys are doing here
21:30.57m0t3jlpitty I can't help much, except for donations
21:32.14m0t3jlali1234, what do I have to do to try the current state on my machine?
21:33.27ali1234hmmm... download a zip file and unpack it, and then run the exe
21:34.04*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
21:34.04ali1234sorry it's tar.bz2 not zip
21:34.50m0t3jlali1234, the Artemis is not listed on the http://handhelds.org/moin/moin.cgi/HTC_2dPhones site, why not?
21:35.20ali1234er, because that page is hopelessy out of date?
21:35.32ali1234wikipedia has more phones listed than that
21:35.44m0t3jlali1234, so, why is the link still in the topic here?
21:35.56ali1234dunno, i don't make the rules :)
21:36.33ali1234also htc phones tend to get released under about 50 different names
21:36.45ali1234so maybe your actually is on that page under a different name
21:37.07m0t3jlhttp://handhelds.org/moin/moin.cgi/Artemis
21:37.32m0t3jlAccording to that page I should be able to even run OPIE on my machine
21:37.44ali1234yes of course
21:37.51ali1234OPIE can run on any linux kernel
21:37.57ali1234any linux software can
21:38.05ali1234arch hardly matters at all
21:38.29ali1234of course getting it to run, and getting it to work well are two different things
21:38.50m0t3jl;) pitty it's not listed there on the site
21:39.04ali1234well it's a wiki... you know the rest
21:39.30ali1234there is at least one way you can contribute
21:40.31m0t3jlali1234, and that is?
21:40.52ali1234update the wiki
21:41.39m0t3jlhttp://handhelds.org/moin/moin.cgi/ArtemisScreenshots
21:42.11ali1234right... none of that stuff works
21:42.55m0t3jlali1234, none?
21:43.11ali1234well the phone kind of does, as i said above
21:44.03ali1234http://linuxbox2.free.fr/artemis/
21:44.06ali1234maybe it does
21:44.14ali1234havn't seen that site before
21:44.30m0t3jlIn the download section there are just two files: Qtopia-artemis.exe and QtopiaPhone-artemis-image.rootfs.tar.bz2, are those the only two I need to run it? Does not look like it ...
21:45.05ali1234yes they are
21:45.21ali1234the exe is bootloader and kernel combined image
21:45.27ali1234the other is rootfs
21:45.35m0t3jlali1234, well, I can test those two and then the one you sent, right?
21:45.45ali1234yeah
21:45.57m0t3jlali1234, I'll give it a try
21:47.06ali1234be prepared for disappointment
21:47.27m0t3jlali1234, pitty I obviously can't make phone calls with the first one ;)
21:47.49ali1234you should be able to
21:48.05ali1234in theory anyway
21:50.14m0t3jlali1234, the wiki says there's no GSM available, but who knows ;)
21:51.32m0t3jlali1234, the second one, what's it about? I can see kernel image there and some loader. Does it contain any applications?
21:52.31m0t3jlali1234, one more thing, will it somehow screw the card, like erase everything on it?
21:53.16ali1234no
21:53.29ali1234you probably wont be able to even access the card
21:53.58ali1234until you boot back into windows
21:55.12ali1234the linwizard project page does not have the latest linwizard stuff.. that's at http://tinderbox.dev.gentoo.org/embedded/linwizard/gizard-20080602.tar.bz2 but it's a bit more tricky to install and get it booted
21:55.41ali1234and obviously it isn't meant for artemis, although it should work to some extent
21:56.22m0t3jlwhy is there the screenshot then?
21:56.38ali1234which one do you mean?
21:56.40m0t3jlhttp://linuxbox2.free.fr/artemis/16_47_17-190508.jpg <-- that's my phone
21:57.03ali1234oh yeah.. that's a totally different project to linwizard... never tried it
21:58.12ali1234that's the same project as the exe and rootfs.tar.bz2 thing i guess
21:59.11excoTest: Aldi Medion Akoya Mini Netbook E1210 - PC-WELT <http://www.pcwelt.de/start/mobility_handy_pda/notebook/tests/169235/medion_akoya_mini_netbook_e1210/>
21:59.19m0t3jlwe'll see
21:59.40m0t3jlI am now looking at the tux while booting the kernel ;)
21:59.41excosorry wrong again
21:59.54dcordes_m0t3jl: which device?
22:00.07m0t3jldcordes_, HTC Artemis (P3300)
22:00.15dcordes_Kevin2: ping?
22:00.41dcordes_m0t3jl: you boot the babelO qtopia rootfs?
22:00.58m0t3jldcordes_, it's this one: http://linuxtogo.org/~htcpxa/htcartemis/qtopia/
22:02.37dcordes_m0t3jl: what does the webserver tell you when it was uploaded?
22:03.01m0t3jl30st May 2008?
22:03.29dcordes_maybe babel's is more uptodate then
22:04.37ali1234dcordes_: got link? i'd like to try it on wizard
22:05.20dcordes_I fear not. see topic for the rikers log and search for weblinks posted by babel if not somebody s present who can help you
22:05.31ali1234ok i'll search
22:06.30m0t3jlali1234, can you send me the link if you find one? thanks
22:06.31dcordes_BabelO is the name
22:09.21ali1234*sigh* anyone got a plaintext log?
22:10.56dcordes_zgrep em
22:14.10ali1234dcordes_: does http://82.243.122.54/download/mio_a701/rootfs/eabi-debian-root.tar.bz2 have working apt-get??
22:16.26dcordes_I don't know didn't try man
22:16.38dcordes_Just debootstrap  one yourself
22:16.52dcordes_maybe I will fight hangover with it tomorrow
22:17.37ali1234i dont really have the space... could use initrd i suppose
22:17.45ali1234yeah... i'll try that
22:17.51dcordes_no space
22:18.02dcordes_what device also artemis?
22:18.12ali1234no wizard
22:18.15ali1234same cpu
22:19.02ali1234not that it matters.. arm-eabi binaries run anywhere... omap, msm... does not matter
22:22.17m0t3jlali1234, lol, when the display blackens from inactivity, it never switches on again ;) I have to restart the device ;)
22:22.52ali1234yeah, lots of things like that need fixing
22:23.16ali1234there is still a long way to go
22:25.04m0t3jlali1234, I thinkg it's still worth thanking for ;)
22:27.38ali1234hang on, can debootstrap do cross-arch? i bet it can you know...
22:40.56ali1234http://wiki.debian.org/EmDebian/CrossDebootstrap
22:44.46*** join/#htc-linux AstainZZZZZZ (n=Administ@unaffiliated/astainhellbring)
22:45.19*** join/#htc-linux wasup1 (n=Tech@208.47.103.106)
22:48.26*** join/#htc-linux dcordes (n=dcordes@f049170097.adsl.alicedsl.de)
22:48.37*** join/#htc-linux par (i=par@dipole.idlepattern.com)
22:51.08*** part/#htc-linux wasup1 (n=Tech@208.47.103.106)
23:05.14*** join/#htc-linux exco (n=exco@e181117038.adsl.alicedsl.de)
23:09.11exco"explore with file manager" with synce-gvfs on intrepid http://img398.imageshack.us/my.php?image=synceerrorew2.png
23:10.15excosorry
23:10.35*** join/#htc-linux wasup (n=Tech@208.47.103.106)
23:10.39*** part/#htc-linux wasup (n=Tech@208.47.103.106)
23:44.15*** join/#htc-linux wasup (n=Tech@208.47.103.106)
23:44.38*** part/#htc-linux wasup (n=Tech@208.47.103.106)
23:56.49tmztexco: where did you get that?
23:58.35excoI accidentially pasted it here instead of #synce... but that error pops up when trying to connect to the XDA using nautilus
23:59.12exco(right klick synce-trayicon ...)
23:59.37tmztno where did you get synce-gvfs I don't think I have it installed on intrepid

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