IRC log for #htc-linux on 20100130

00:02.42*** part/#htc-linux c2d (n=Mike@port-92-200-76-203.dynamic.qsc.de)
00:18.42Boydellanyways takin off for the night later
00:30.35ToAsTcfhanyone know of a v4l2 camera app that may work on our devices? iv tried a bunch and none seem to work
00:31.01ToAsTcfhtmzt:^^^^^^^^^^^^^^^^?
00:31.39tmztyes
00:31.47tmztthe one from uvcvideo
00:32.21ToAsTcfhok
00:32.36ToAsTcfhyeah i just need to test if it even is working
00:39.22ToAsTcfhtmzt: luvcview wont work for me. i keep geting
00:39.25ToAsTcfhadb shell luvcview -o luvcview
00:39.25ToAsTcfhluvcview: 1: Syntax error: "(" unexpected
00:39.57tmztadb shell
00:40.01tmztrun it from there
00:40.11ToAsTcfhtried it
00:40.18ToAsTcfhno dice
00:40.45*** join/#htc-linux babijoee (n=babijoee@d110-33-177-242.sun801.vic.optusnet.com.au)
00:40.47ToAsTcfhsamething
00:41.38tmztpaste the command and the output
00:41.43tmztsee if it's a shell script
00:41.44tmztetc.
00:42.21ToAsTcfh# luvcview -o luvcview
00:42.21ToAsTcfhluvcview: 1: Syntax error: "(" unexpected
00:42.52tmztis it a shell script
00:42.56tmzttry less
00:43.25ToAsTcfhsamething
00:46.43ToAsTcfhyeah it just doesnt seem to work
00:47.35ToAsTcfhive tried like six different ones and none of which will even start
00:47.54tmztI don't think you're getting it
00:48.09ToAsTcfhim not
00:48.09tmztthat's not an error you should be receiving
00:48.19ToAsTcfhi know
00:48.26tmzttry ./luvcview
00:48.27tmztoh
00:48.34ToAsTcfhsamething
00:48.41tmztgcc -o luvcview luvcview.c ?
00:48.58*** join/#htc-linux leaigor (n=laigor@188.134.16.241)
00:49.37ToAsTcfhmake does that in the source folder. but yes it does that when u make
00:51.53ToAsTcfhlol it actually errors out when i do in the source folder
00:52.51ToAsTcfhthis is what happens when i type make as instructed in the source folder
00:52.54ToAsTcfhroot@Oldschool:~/Downloads/luvcview# make
00:52.54ToAsTcfhgcc-DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.4\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  luvcview.o utils.o v4l2uvc.o gui.o  \
00:52.54ToAsTcfh<PROTECTED>
00:52.54ToAsTcfh-L/usr/lib -lSDL \
00:52.54ToAsTcfh-o luvcview
00:52.56ToAsTcfhchmod 755 luvcview
00:53.29tmztwhat does it do?
00:53.54ToAsTcfhum i just paisted it
00:54.10ToAsTcfhgcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.4\" -I/usr/include/SDL
00:54.21ToAsTcfh-D_GNU_SOURCE=1 -D_REENTRANT  luvcview.o utils.o v4l2uvc.o gui.o  \
00:54.33ToAsTcfh<PROTECTED>
00:54.41ToAsTcfh<PROTECTED>
00:54.50ToAsTcfhchmod 755 luvcview
00:55.13ToAsTcfhmaybe it has to be made on the device
00:56.02ToAsTcfhidk... but damn sure isnt working in android
00:56.35ToAsTcfhi just wanna take a pic and be done. just to see that the thing works
00:57.06tmzton the device??
00:57.19tmztyeah, unleess you use a toolchain
00:57.37ToAsTcfhidk i was just putting it out there
00:58.03ToAsTcfhits all i can think of
00:58.05tmztyes do it on the device
00:58.12tmztor use an arm gcc
00:58.30tmztI use debian for this as it simplifies dependencies
00:59.40ToAsTcfhbah... i dont wanna setup debian. although it would simplify this whole deal
00:59.47dcordesToAsTcfh, I can try building this in openembedded.org if you like
01:00.12ToAsTcfhyeah sure
01:00.46dcordesouf didn't pull OE in 2 months
01:01.15dcordesYour branch is behind the tracked remote branch 'origin/org.openembedded.dev' by 2436 commits
01:02.31ToAsTcfhbah so its an old version
01:04.07ToAsTcfhyeah i just need to be sure that the camera is working. then i wanna try to do what these guys have done for eclair http://groups.google.com/group/android-porting/browse_thread/thread/f6b9c22ee45a68c4/8713ee652441a361
01:04.42ToAsTcfhthes guys managed to use v4l2 in the android camera
01:04.53tmztwhat device?
01:05.06dcordesgood to use v4l2
01:05.17ToAsTcfhyeah its my only option
01:05.21ToAsTcfhno libs
01:05.43dcordesno reinventing the wheel
01:05.54tmztno preview without pmem though
01:06.14ToAsTcfhreally?
01:06.23ToAsTcfhthey managed it
01:06.39ToAsTcfhthey rewrote libcameraservices
01:10.47dcordesToAsTcfh, why do you want luvcview ?
01:11.23dcordesToAsTcfh, what's your device..
01:13.30*** join/#htc-linux babijoee (n=babijoee@d110-33-162-177.sun801.vic.optusnet.com.au)
02:09.35*** join/#htc-linux zycho_ (n=zycho@g227176178.adsl.alicedsl.de)
02:21.22*** join/#htc-linux DarkMasterHalo (n=sam@modemcable187.118-80-70.mc.videotron.ca)
02:28.38MrPippyarrgh battery.dll uses doubles and software fp for math
02:28.50*** part/#htc-linux DarkMasterHalo (n=sam@modemcable187.118-80-70.mc.videotron.ca)
02:40.00tmztdco: it's about the most basic and lowlevel v4l2 client for image sensor type devices
02:40.12tmztit can also work without dga
02:51.06*** join/#htc-linux chamonix (i=chamonix@netburst.org) [NETSPLIT VICTIM]
02:51.12*** join/#htc-linux the_sys0p (n=the_sys0@cpe-76-93-251-206.bak.res.rr.com) [NETSPLIT VICTIM]
03:39.59*** join/#htc-linux jooprzol (n=jooprzol@ip72-213-132-178.ok.ok.cox.net)
03:46.46*** join/#htc-linux spikebike (n=bill@209.237.247.72)
04:07.23ToAsTcfhdcordes: to at least see if v4l2 is working and my device is a HTC Heroc(cdma)
04:13.30ToAsTcfhtmzt: u around still
04:16.49tmztyes
04:17.01tmztbut you don't have enough information
04:17.12ToAsTcfhdamn
04:17.25tmztif the driver exists for your device for v4l2 then lavc should work
04:17.40tmztbut you may need to make some changes
04:17.50ToAsTcfhi have /dev/video20
04:18.10ToAsTcfhand its under v4l2
04:18.42tmzttry v4l-config
04:18.45tmztget that working
04:19.02ToAsTcfhi do have an older version of luvcview and that may be the issue
04:19.25tmztdid dcordes get it to build?
04:19.37*** join/#htc-linux kad_ (n=kad@219-89-117-161.adsl.xtra.co.nz)
04:19.44ToAsTcfhi never heard back from him
04:20.03ToAsTcfheh maybe hell hit me up tomarrow
04:21.23ToAsTcfhim really just tryig to test if v4l2 is really working (ie need to take a picture with it
04:21.49tmztyou have the wrong program then
04:21.52tmztfor still image
04:22.03ToAsTcfhwhat then
04:23.10ToAsTcfhwill omap2 stuff work
04:23.33tmzton what end?
04:24.15ToAsTcfhjust to take a pic.? dont they use android or mobile type linux
04:25.21tmztwhat?
04:25.34tmztthey use dsp bridge probably
04:25.42tmztmeaning they are essentially useless
04:25.54tmztbut n770/800 uses v4l at least
04:26.22ToAsTcfhv4l is v4l right
04:27.03ToAsTcfhfuck it. i gotta find a simple way to take a picture
04:27.19ToAsTcfhshouldnt be that sdamn hard
04:27.30ToAsTcfhi got the drivers
04:30.01ToAsTcfhits just being a pain
04:30.49ToAsTcfhtmzt: what were u saying about pmem
04:31.10ToAsTcfhand not getting previews
04:33.07*** join/#htc-linux arrrghhh (n=me@c-71-196-233-184.hsd1.co.comcast.net)
04:33.49tmztyou know how previews work?
04:35.22ToAsTcfheh i guess its passed to the app and the app passes it to a part of the camera driver. but i guess u could be right on the pmem being the part thats not getting the preview
04:36.57tmztthe surface comes from srufaceflinger
04:37.11tmztit happens to have the preview rendered to it by vfe
04:37.18tmztyour app never sees it
04:37.39ToAsTcfhmajrep got msm_camera working but for some rason when the camera app would use sufacer to get the preview it would fail. we just assumewed it was the fact we were  using libs for a msm camer but a different camera all together
04:38.04ToAsTcfhsurfacer would pass a null
04:38.22ToAsTcfhsurfacerhold i thingk
04:38.31tmztright
04:38.53ToAsTcfhso the only way i see around that is to use v4l2
04:40.03ToAsTcfhand skip the other libs like libqcamer and liboemcamera and just use a libcamera and libcameraservices that usesthe v4l2 camera
04:40.55ToAsTcfhsome other dudes did it, but for 1.0 android. im sure it wouldnt take much to forwardport it
04:42.27ToAsTcfhhttp://groups.google.com/group/android-porting/browse_thread/thread/f6b9c22ee45a68c4
04:42.49ToAsTcfh^^^^^ these guys
04:43.43ToAsTcfhthere is also no real reason that ive found for sufacerhold to pass null
04:44.05ToAsTcfhmeaning its not a set reason that can be debugged
04:44.26ToAsTcfhlike"hey ur libs suck"
04:45.07ToAsTcfhthe libs are just a good guess at it
04:47.06tmzttalk to android people
04:47.08ToAsTcfhphh: thread above may help u if u dont already know about it
04:47.10tmztit's theirs
04:47.48ToAsTcfhnot many are that deep in it i guess
04:48.11ToAsTcfhits not even on the dev site for android
04:48.44ToAsTcfhat least a reason tho why surfacer would pass null
04:56.26*** join/#htc-linux randomblame (n=kevin@c-71-59-184-96.hsd1.wa.comcast.net)
04:57.43randomblamehey guys I'm trying to figure out where the incite stores it's dex memory
04:58.04randomblameIf I dumped the allocation table could somebody take a look?
04:59.03randomblame<PROTECTED>
04:59.29tmztask cr2 tomorrow
04:59.47tmztcan you trace writes with mmutrace?
04:59.53tmztor study the drivers/nk
04:59.56tmztspl
05:01.47randomblameI don't have the know how :D
05:03.42*** join/#htc-linux droid001 (n=g1@p4FDCA51C.dip.t-dialin.net)
05:04.11randomblameI wouldn't know what to look for if I dissasembled nk.exe and I've never tried mmutrace
05:04.43randomblameI need a full memory map and I figured the allocation table would be a good place to start getting these addresses tied down
05:10.51*** join/#htc-linux zycho__ (n=zycho@g227176178.adsl.alicedsl.de)
05:11.00*** join/#htc-linux DJWillis (i=djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com)
05:12.11tmztwhat tables?
05:12.22tmztstart by looking for the AT buffers
05:12.35tmztyou should find smem that way
06:15.16*** join/#htc-linux bartman (n=bart@tau.jukie.net)
06:52.06*** join/#htc-linux GlemSom (n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
07:39.34*** join/#htc-linux luc_ (n=luc@89-115-128-35.cl.ipv4ilink.net)
08:51.50*** join/#htc-linux apt (ibot@rikers.org)
08:51.50*** topic/#htc-linux is Welcome to htc-linux | Project homepage and wiki http://htc-linux.org | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Logs: http://apt.rikers.org/%23htc-linux | htc-linux is not android
08:54.44*** join/#htc-linux malgon (~simon@ABordeaux-257-1-158-200.w90-60.abo.wanadoo.fr)
08:54.48*** join/#htc-linux cosein (logan@slammer.CS.Dal.Ca)
08:55.38*** join/#htc-linux balans (~Gebruiker@212-123-149-239.ip.telfort.nl)
08:56.11*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
08:56.14*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
08:56.18*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
08:56.28*** join/#htc-linux kiozen (~oeichler@rgnb-5d87c8ba.pool.mediaWays.net)
08:58.21*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
08:58.23*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
08:58.25*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
08:58.35*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
08:59.13*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:00.22*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:00.42*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:00.42*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:00.42*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:00.42*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:01.13*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:01.35*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:02.12*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:02.50*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:03.05*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:03.09*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:03.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:03.13*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:03.35*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:04.12*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
09:05.19*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:05.22*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:05.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:07.27*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:07.29*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:07.31*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:10.04*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:10.06*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:10.08*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:12.11*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:12.14*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:12.18*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:14.21*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:14.23*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:14.25*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:16.29*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:16.32*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:16.34*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:18.54*** join/#htc-linux droid001 (~g1@p4FDCA51C.dip.t-dialin.net)
09:19.07*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:19.09*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:19.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:21.15*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:21.17*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:21.19*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:23.22*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:23.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:23.26*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:25.29*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:25.31*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:25.33*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:28.06*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:28.08*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:28.10*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:30.13*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:30.15*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:30.22*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:32.25*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:32.27*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:32.29*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:35.02*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:35.04*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:35.07*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:37.10*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:37.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:37.14*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:38.46*** join/#htc-linux Squarc (~Squarc@82-217-32-29.cable.quicknet.nl)
09:39.17*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:39.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:39.27*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:41.15*** join/#htc-linux mickey|bbl (~nnnnmicke@80.81.242.146)
09:41.30*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:41.32*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:41.34*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:43.35*** join/#htc-linux droid001 (~g1@p4FDCA51C.dip.t-dialin.net)
09:43.41*** join/#htc-linux skodde (~skodde@93.37.143.250)
09:44.08*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:44.10*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:44.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:45.35*** join/#htc-linux Jos- (Jos@Lithium.Jossie90.info)
09:46.15*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:46.17*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:46.19*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:46.25*** part/#htc-linux mickey|bbl (~nnnnmicke@80.81.242.146)
09:48.22*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:48.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:48.27*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:50.31*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:50.33*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:50.35*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:50.40*** join/#htc-linux maejrep (~madcoder@c-68-42-30-56.hsd1.pa.comcast.net)
09:53.09*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:53.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:53.15*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:53.17*** join/#htc-linux alphaone|gone (~alphaone@2001:638:602:af01::1)
09:53.28*** join/#htc-linux friehmaen (freeman@xers.de)
09:53.38*** join/#htc-linux stinebd (~bryan@gentoo/developer/battousai)
09:53.45*** join/#htc-linux IceBone (~IceBone@89-212-106-54.dynamic.dsl.t-2.net)
09:55.13*** join/#htc-linux mickeyl_ (~mickey@80.81.242.146)
09:55.18*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:55.20*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:55.22*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:57.02*** join/#htc-linux luke-jr (~luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d)
09:57.25*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:57.29*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
09:57.31*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:00.05*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:00.07*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:00.09*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:00.23*** join/#htc-linux mickeyl (~mickey@openmoko/coreteam/mickey)
10:00.36*** join/#htc-linux friehmaen (freeman@xers.de)
10:00.36*** join/#htc-linux luke-jr (~luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d)
10:00.36*** join/#htc-linux skodde (~skodde@93.37.143.250)
10:02.17*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:02.19*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:02.21*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:04.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:04.26*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:04.28*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:04.58*** join/#htc-linux alphaone|gone (~alphaone@2001:638:602:af01::1)
10:06.31*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:06.33*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:06.35*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:09.08*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:09.10*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:09.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:11.15*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:11.17*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:11.19*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:13.22*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:13.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:13.27*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:13.34*** join/#htc-linux alphaone|gone (~alphaone@2001:638:602:af01::1)
10:13.34*** join/#htc-linux friehmaen (freeman@xers.de)
10:13.34*** join/#htc-linux luke-jr (~luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d)
10:13.34*** join/#htc-linux Guest30592 (~skodde@93.37.143.250)
10:15.30*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:15.34*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:15.36*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:18.09*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:18.11*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:18.13*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:20.16*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:20.18*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:20.20*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:22.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:22.26*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:22.28*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:22.48leobaillardwaow wth ?
10:23.41phhleobaillard: ctcp flooders.
10:23.50leobaillardoh you're there ?
10:23.52leobaillard:)
10:23.54leobaillardhi :)
10:23.56phhhi
10:24.31*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:24.33*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:24.37*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:24.40leobaillardchamonix: for the httpd, did you try lighttpd or nginx ? they're really light
10:24.59leobaillardrah ! please kline the guy
10:27.10*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:27.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:27.14*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:29.17*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:29.19*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:29.21*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:29.23*** join/#htc-linux dvarnes (~dvarnes@203-206-128-239.perm.iinet.net.au)
10:31.26*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:31.28*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:31.30*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:33.46chamonixhey leobaillard
10:34.03*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:34.05*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:34.09*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:34.11chamonixI've been playing with i-jetty and now with the one from busybox
10:36.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:36.14*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:36.16*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:38.20*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:38.22*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:38.24*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:40.27*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:40.29*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:40.31*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:43.04*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:43.06*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:43.08*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:43.54leobaillardchamonix: busybox have one ?
10:44.01chamonixyes
10:44.04leobaillardwhat's it's name ?
10:44.10chamonixhttpd
10:44.14leobaillard^^
10:44.19chamonix:P
10:44.51chamonixunfortonately my dumb mobile provider blocks allincoming ports :-/
10:45.02phhchamonix: I don't even have public ip.
10:45.03chamonixunfortu*
10:45.09chamonixhey phh
10:45.12*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:45.13phhhi chamonix
10:45.14*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:45.15chamonixit's sad
10:45.16*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:45.37chamonixand tuneling is very battery intensive :)
10:45.40phhchamonix: use freewifi if you need public ip :p
10:45.43phhchamonix: uh really ?
10:45.59phhif it is it's because it isn't correctly done :p
10:47.06chamonixwell I haven't tried twaeking it but it seems to be the keep alives on a ssh tunnel
10:47.10leobaillardor because there is a constant activity
10:47.19*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:47.21*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:47.21phhchamonix: keep alive for ssh is ~ 1hour ...
10:47.23*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:47.32chamonixhmmmm
10:47.42phhwhen settled.
10:48.07chamonixwell I'l keep on testing after I got dropbear with priv/pubkey working
10:48.15phhchamonix: but tunelling tcp over ssh makes three keepalives
10:48.25phhone for the underlaying tcp, one for ssh, one for the one over ssh.
10:48.45leobaillardis there some mobile providers that give a public IP ?? if so, I didn't know it was used in this field...
10:49.00phhleobaillard: FreeWifi counts  ? :p
10:49.04leobaillardno
10:49.06leobaillard:p
10:49.11*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
10:49.12phhstill some operators has such offers
10:49.13leobaillardit's not a mobile provider
10:49.14phhbut €€€€€€€€€€
10:49.18chamonixleobaillard: vodafone germany gives one put still uses NAT and closes all ports
10:49.20leobaillardyeah, you bet...
10:49.26*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
10:49.27leobaillardok
10:49.41chamonixexcept for business package
10:49.49leobaillard'course...
10:50.28phhchamonix: so for leds management, you think you can do something ?
10:50.59leobaillardmmmh : http://www.numerama.com/magazine/14949-150-internautes-accuses-de-piratage-clament-leur-innocence-en-grande-bretagne.html [fr]
10:51.11chamonixphh: I have to solve the su commands, that's the only problem I see
10:51.22phhchamonix: what's the problem with it again ?
10:51.39leobaillardyou're talking about the raph/diamond leds ? (on the bottom)
10:52.03chamonixit's returns weird errors and I don't any debug info.... I tried sh -c su -s "command" or su -c sh -c "command"
10:52.04phhleobaillard: yup
10:52.54chamonixmy app right now does execute any command without su
10:53.33chamonixso it's a quite generic tool for reading writing /dbgfs if there weren't the perms
10:54.23chamonixI've found 3 alternatives to start shell procs so I'll try the two other so see if I get more debug stuff
10:54.30phhthe leds api won't use the /dbgfs, but /sys anyway
10:55.01chamonixthat wouldn't make any diff, I started with /dbgfs for a common tool to read/write settings
10:55.20chamonixcommon=generic
10:55.25phhmmmm
10:55.31phhwho told me to use the leds linux API
10:55.33chamonixu can define or write and read command in a db
10:55.43phhit doesn't seem to do what I want at all
11:00.01leobaillardi've read about you talking yesterday about writing an update tool, what should it do exactly, in facts I mean
11:00.32phhleobaillard: read mmc's system/rootfs and put it into the nand
11:00.59leobaillardokay, so basically a flashing tool ?
11:01.14*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
11:01.18phhyes
11:01.46leobaillardwhat did you use to put the files into the NAND chamonix ?
11:01.54phhtar
11:01.55chamonixtar
11:01.56chamonix:)
11:02.03phhthe best copying tool ever :p
11:02.19leobaillardhehe, but how did you access the file system ?
11:02.26chamonixmount
11:02.33chamonix:P
11:02.43leobaillard<PROTECTED>
11:02.56phh/dev/block/mtdblock0
11:02.57chamonixvia loop7
11:03.04phhah. which filesystem ? :p
11:03.08chamonixyaffs
11:03.15leobaillard:)
11:03.25phhleobaillard: the problem is not about how to access to nand
11:03.33phhthe problem is how to access to it, without killing wince.
11:03.49phh(not killing the SPL would be nice too.)
11:03.55leobaillardyep, understood that ;) and partitionning is out of the way ?
11:04.13phhbah that's what I asked michyprima to do, but it seems it didn't work
11:04.17phhbut it worked for chamonix -_-'
11:04.22chamonix:)
11:04.42leobaillardbecause, if it's partitioned right, we can't harm wince nor the SPL ?
11:04.59phhleobaillard: oh we still can. but if it's partitioned there is some place we can use freely
11:05.12leobaillardthat's what I meant
11:05.24phhthen it's that :p
11:06.56phh\o/
11:06.58leobaillardphh: with libhtc_ril, it doesn't even send the sms...
11:07.11phhsending dex arm9 slow speed 2 doesn't kills ARM9 \o/
11:07.23phhleobaillard: uh ? strange
11:07.26leobaillardit's stucked with the little enveloppe with the clock on it
11:07.38leobaillardah no
11:07.48leobaillardafter a minute, it's gone
11:07.55leobaillardbut still the character problem :/
11:08.02phh\o/
11:08.09phhnot our fault then :p
11:08.21leobaillardthen who's ?
11:08.25chamonixandroid
11:08.26phhandroid
11:08.28phh-_-'
11:08.34leobaillardyeah of course
11:08.47chamonixleobaillard: there are/were at leat thwo encoding bugs in android
11:09.00leobaillardtsss :/
11:09.03leobaillardwaht a shame
11:09.20phhchamonix: the multi-messages problem is not his problem
11:09.26chamonixI know
11:09.41chamonixbut there is one other fix that I wanted to check for
11:10.01chamonixunfortunately it's hard without the source we run
11:10.15leobaillardif there anything you might want to test while I'm rebooting to winmo, feel free to ask, even if it's not related to my proble
11:10.18leobaillard+m
11:11.11phhchamonix: you'll have a new kernel to test :D
11:11.23phhfor battery life
11:11.33phhfirst I do clean changes.
11:12.38leobaillardphh: why only chamonix ? :p I'm jealous
11:12.49phhhe is the official battery life tester :p
11:12.56leobaillardhehe okay :)
11:13.14leobaillardoh oO the boot sound is commented out in the init.eclair.rc, is that normal ? if so, why ?
11:13.28phhwho want it ? :p
11:13.39phhwhen I start my phone in class, it's better so :p
11:13.51chamonixcool!
11:15.11leobaillardphh: just set the sound off before turning it down ;)
11:15.20phhleobaillard: yeah... no... :p
11:15.22leobaillard"write /proc/sys/kernel/panic_on_oops 1" why do we want that ?
11:15.43leobaillardkernel oopses are not always fatal
11:16.07leobaillardthat's why they are oopses and not panics, I don't understand. any logical explaination ?
11:16.40*** join/#htc-linux pidpawel (pidpawel@aaci129.neoplus.adsl.tpnet.pl)
11:16.43phhI have none at least
11:17.16*** part/#htc-linux pidpawel (pidpawel@aaci129.neoplus.adsl.tpnet.pl)
11:18.24*** join/#htc-linux x29a (~x29a@unaffiliated/x29a)
11:23.02*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
11:26.29*** join/#htc-linux GNUtoo (~GNUtoo@host46-130-dynamic.244-95-r.retail.telecomitalia.it)
11:29.36*** join/#htc-linux sxe (~quassel@ip-62-143-102-161.unitymediagroup.de)
11:30.36*** join/#htc-linux Forsaken|Desk (~Forsaken@dslb-084-058-244-232.pools.arcor-ip.net)
11:38.13*** join/#htc-linux c2d (~Mike@port-92-200-114-107.dynamic.qsc.de)
11:44.11*** join/#htc-linux zachy (~george@85.193.4.18)
11:45.43leobaillardrah, wth did I not checked out the glemsom page before booting ? damn me...
11:46.07phhwhy ?
11:46.12phhsomething's broken ?
11:46.17leobaillardto download you're last kernel !
11:46.29leobaillards/you're/your/
11:46.29phhah.
11:46.53phhbecause I'll do other changes soon ? p
11:46.59leobaillardhehe :D
11:47.27leobaillardbtw, does either on of you have a screen protection ?
11:47.50leobaillardI wanted to know if this was affecting in any problematic way the finger touch
11:47.56phh<PROTECTED>
11:47.56phh376
11:47.59phhI already changed that meanwhile :p
11:48.14phhno protection, but I should have used one :(
11:48.26leobaillardyou scratched your screen ?
11:48.38phhyes
11:48.43leobaillardbadly ?
11:48.51phhbah it's still usable
11:48.53phhbut ugly.
11:57.21*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
11:59.37CaptnoordMrPippy send me your battery.dll
12:16.21*** join/#htc-linux rayman18 (~opera@163.117.102.227)
12:18.58*** part/#htc-linux c2d (~Mike@port-92-200-114-107.dynamic.qsc.de)
12:21.25*** part/#htc-linux rayman18 (~opera@163.117.102.227)
12:23.05*** part/#htc-linux x29a (~x29a@unaffiliated/x29a)
12:24.56chamonix\o/ dropbear with pubkey works
12:32.01*** join/#htc-linux sxe_ (~quassel@ip-62-143-102-161.unitymediagroup.de)
12:47.53*** join/#htc-linux StarLite (~nnscript@s55916cb1.adsl.wanadoo.nl)
12:48.55*** part/#htc-linux zachy (~george@85.193.4.18)
13:21.25*** join/#htc-linux pershoot (~pershoot@cpe-72-227-138-97.nyc.res.rr.com)
13:21.27pershoothey guys
13:23.52pershootgot a question.  jus pulled 2.6.32 from android.git.  under staging, i get: *** Qualcomm MSM Camera And Video *** and *** Camera Sensor Selection ***, so cant select to build msm_camera.  is there a patch to enable this?
13:25.28Captnoordpershoot: what phone?
13:25.38pershoothtc dream
13:25.49Captnoordthat I don't know
13:26.14pershooti see the modules and related there, just cant build them
13:26.15Captnoordmaybe with the make config
13:26.21pershootya tried that.  wont show up
13:26.30Captnoordits in arch/arm/
13:26.34pershootthe kernel builds ans boots successfully.  just the camera bits cant become enabled
13:27.06pershooti see pmem_camera under /dev, but no msm_camera which the software needs
13:29.26Captnoordhow do you build your kernel?
13:30.49pershootmake -j3 ARCH=arm CROSS_COMPILE=$CCOMPILER
13:30.50pershootecho $CCOMPILER
13:30.51Captnoord./arch/arm/configs
13:30.56pershoot/root/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
13:31.05Captnoordhmmm I see
13:31.19CaptnoordI don't have anough knowlage about that
13:31.21Captnoordcrap
13:31.34Captnoordmy guess would have been to change the build config file
13:31.54pershootthis kernel is flying.  just need to resolve this and modifyiong ti wlan driver for >2.6.30
13:33.24*** join/#htc-linux GNUtoo|oeee (~GNUtoo@host46-130-dynamic.244-95-r.retail.telecomitalia.it)
13:33.33CaptnoordGNUtoo: help this guy
13:33.35Captnoordpershoot:
13:33.36Captnoord:P
13:33.40pershoothehe
13:33.47GNUtoo|oeeehi pershoot
13:33.50pershoothey dude
13:34.01GNUtoo|oeeewhat's the problem?
13:34.06GNUtoo|oeeedevice=htcdream?
13:34.12pershootlong and short, im building out 2.6.32 for htc dream from android.git.  works fine, but msm_camera wil not build in
13:34.27pershooti cant select it either
13:34.39GNUtoo|oeeepershoot, you need v4l and similar things
13:34.43pershooti see pmem_camera under /dev/ but not msm_camera
13:34.43pershootyea
13:34.48pershoothow on earth do i get it to build
13:34.59GNUtoo|oeeepershoot, but I didn't test if the camera worked
13:35.03pershootits def available (.c/.h files)
13:35.49pershootis there some patch im not aware of or something around those lines?
13:35.51GNUtoopershoot, so make ARCH=arm xconfig
13:35.55pershootyea
13:36.04pershootthats all done .. it wont show up
13:36.14pershoot*** Qualcomm MSM Camera And Video *** and *** Camera Sensor Selection ***
13:36.18GNUtoook then I'll paste you the deps
13:36.23pershoothelp states, used by other
13:36.28pershootwtf does that mean, ha
13:37.08pershootk
13:38.21GNUtoohelp says:
13:38.23GNUtoo<PROTECTED>
13:38.41GNUtooso select all theses before selecting the camera
13:38.46GNUtoos/camera/msm camera
13:41.27pershootk let me check my config
13:42.42GNUtoopershoot, don't forget to add the sensord
13:42.46GNUtoo*sensors
13:42.56GNUtoothey are in video capture adapter
13:43.10GNUtoounder qualcomm msm camera and video
13:43.14GNUtooI'll compile and test
13:43.36CaptnoordGNUtoo: how's life.... and how's coding?
13:43.43CaptnoordI heared the alsa stuff is fixed
13:43.45pershootu know where video capture is?
13:44.03GNUtooI had some exams so I had to stop kernel hacking for a bit
13:44.03pershootwithin menuconfig..
13:44.11GNUtooCaptnoord, mostly
13:44.19Captnoordnice...
13:44.22GNUtooCaptnoord, basically alsa are like this:
13:44.24Captnoordmy laptop broke down
13:44.26GNUtoo-ao alsa works
13:44.31GNUtooouch
13:44.39GNUtoome too but I can still use it via ssh
13:44.49Captnoordand they charge me 400 euro's to fix it
13:44.56Captnoordfor that amoun I have a similar laptop
13:44.58Captnoordnew
13:44.58GNUtooouch
13:45.00GNUtoook
13:45.32Captnoordnah not similar... but at least I don't follow the " you are our slaves and you must pay " way
13:45.53pershootah i see them opening up
13:45.55Captnoordits well known that the asus g1s has some serieus design flaws
13:50.07pershootdo u know if i need SOC?
13:51.17pershootnope dont think so
13:58.10pershootbuilding now.  will rpeot back shortly.  thx so much gnutoo
13:58.25pershoot*report
13:58.45GNUtoopershoot, ok in our tree there are compilation issues that I'm fixing  for msm camera and deps
13:58.53pershootmay i ask another question of you once this is done and working?
13:59.08GNUtoopershoot, SOC? do you have more details?
13:59.13GNUtoolike the full name
13:59.18pershooti checked my old config.  it wasnt set
13:59.24GNUtoook
14:00.05GNUtoocompiled
14:00.29pershooti gather, if i enable RNDIS, that will enable USB GADGET to perform usb ethernet functions (i.e. tethering, etc.)?
14:00.50GNUtoopershoot, http://pastebin.com/d4adfec99
14:01.07pershootawesome
14:01.08GNUtoopershoot, usb gadget is for ethernet over usb...so you can ssh into your phone
14:01.30pershootya
14:01.33GNUtoopershoot, as I said I'm not shure it'll work at runtime
14:02.02GNUtooand if it doesn't work I've no time to fix it now...maybe later
14:02.18GNUtoobecause we have more important things to fix than the camera
14:02.29GNUtoolike for instance finish polishing the audio
14:03.24*** join/#htc-linux malgon (~simon@ABordeaux-257-1-158-200.w90-60.abo.wanadoo.fr)
14:04.33pershootyup.  having difficulty building.  1 sec il paste u error
14:05.35GNUtoopershoot, http://pastebin.com/d1ca7e36f
14:06.41GNUtooand on mplayer's side: v4l2: ioctl get standard failed: Invalid argument
14:06.54pershoothmm
14:07.03GNUtooand:  inputs:v4l2: ioctl get input failed: Invalid argument
14:07.19GNUtoostandard means pal/secam/ntsc ?
14:07.35pershooti s'pose yea
14:08.34pershootdrivers/media/video/msm/msm_vfe7x.c: In function 'vfe_7x_ops':
14:08.34pershootdrivers/media/video/msm/msm_vfe7x.c:169: error: 'TASK_NORMAL' undeclared (first use in this function)
14:08.34pershootdrivers/media/video/msm/msm_vfe7x.c:169: error: (Each undeclared identifier is reported only once
14:08.34pershootdrivers/media/video/msm/msm_vfe7x.c:169: error: for each function it appears in.)
14:08.34pershootdrivers/media/video/msm/msm_vfe7x.c: In function 'vfe_7x_stop':
14:08.34pershootdrivers/media/video/msm/msm_vfe7x.c:220: error: 'TASK_UNINTERRUPTIBLE' undeclared (first use in this function)
14:08.34pershootdrivers/media/video/msm/msm_vfe7x.c:220: error: implicit declaration of function 'schedule_timeout'
14:08.35pershootmake[4]: *** [drivers/media/video/msm/msm_vfe7x.o] Error 1
14:08.56GNUtoothat's what I pasted the patch for
14:09.05pershootahh! coffee may not have hit me yet
14:09.10pershoothehe sorry man
14:09.20GNUtoohttp://pastebin.com/d4adfec99
14:09.33GNUtoofor applying the patch do it by hand
14:09.46pershootk
14:09.54GNUtoothat is to say open an editor and insert thoses lines where they should be insered
14:10.00pershootyup
14:10.15GNUtoothat will be easier and will have less chance of errors
14:10.24GNUtoobut at the end it would fail at runtime
14:11.49GNUtoopershoot, what phone do you have btw?
14:13.08pershooti have a htc dream (g1)
14:19.40pershoothaving a bit of trouble with msm_v4l2.c
14:20.14GNUtoook
14:20.27GNUtooI've htcdream too
14:20.40pershootthis is how my file looks
14:21.01pershootstatic int msm_v4l2_video_dev_init(struct video_device *pvd)
14:21.01pershoot{
14:21.15GNUtoobut I bet it'll fail at runtime and I won't be able to fix that without huge effort
14:21.26pershootpvd->fops = &msm_v4l2_fops;
14:21.26pershoot<PROTECTED>
14:21.26pershoot<PROTECTED>
14:21.26pershoot<PROTECTED>
14:21.26pershoot<PROTECTED>
14:21.27pershoot}
14:21.40pershooti slipped in: static const struct v4l2_ioctl_ops msm_ioctl_ops = {
14:21.51pershootpvd->vfl_type = V4L2_CAP_VIDEO_CAPTURE;
14:21.56pershootand i get
14:22.05pershootdrivers/media/video/msm/msm_v4l2.c:703: error: redefinition of 'msm_ioctl_ops'
14:22.06pershootdrivers/media/video/msm/msm_v4l2.c:671: note: previous definition of 'msm_ioctl_ops' was here
14:22.06pershootdrivers/media/video/msm/msm_v4l2.c:704: error: expected expression before 'static'
14:22.15pershootmy C sucks (as u can see), so its all foreign to me, ha
14:22.24GNUtoopershoot, could you pastebin because I understand nothing
14:22.29pershootsure
14:22.31pershoot1 sec
14:24.34pershoothttp://pastebin.com/m29506d5c
14:25.37*** join/#htc-linux GregLem (~greg@lal69-5-88-171-98-250.fbx.proxad.net)
14:25.40pershootwoops i missed a line of copy paste on top.  ill repost it for you so its easier to read
14:27.54GNUtoopershoot, could you paste the whole file
14:27.59GNUtooas it is
14:28.06GNUtoowithout things you want to say
14:28.10pershootyup sure
14:28.21pershoot1 sec..
14:28.47*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
14:30.52*** join/#htc-linux Dunedan (~dunedan@phoenitydawn.de)
14:36.44pershoothttp://pastebin.com/m6cd329d0
14:39.35GNUtoook I read
14:40.24Captnoordpershoot: you have to know that what you 2 are doing is one of the hardest things todo.....
14:41.37GNUtoopershoot, is that the modified or unmodified file?
14:41.41pershootunmodified
14:41.44GNUtoook
14:42.31GNUtoo2 things:
14:42.42GNUtoo*the file looks quite different than the one I've got
14:42.54GNUtoo*add this to drivers/media/video/msm/msm_vfe7x.c:
14:43.27GNUtoo#include <linux/sched.h>
14:43.31GNUtooon top of it
14:43.50GNUtooand do not modify http://pastebin.com/m6cd329d0
14:44.21pershootk
14:44.50pershootbuilding..
14:45.36GNUtooCaptnoord, did some people fix msm_camera runtime issue?
14:45.39pershootgnutoo, do you know if there is a patch avail for ti wlan, to replace the open,xmit,start functions that have underwent api change past 2.6.29 kernel?
14:45.50CaptnoordGNUtoo: not that I know off
14:46.07Captnoordbut that doesn't mean it hasn't been done
14:46.09GNUtoopershoot, try compat-wireless and bob copeland howto
14:46.11GNUtoook
14:46.13Captnoordphh is bussy with porting
14:46.31Captnoordand i'm in the middle of one of the bussiest years of my life....
14:46.35GNUtoook and I was busy with exams...
14:46.38GNUtoook
14:46.39Captnoordand I would love to spend time on it
14:46.40CaptnoordI can't
14:46.42Captnoordcrap
14:46.55Captnoordnow making sure I can finish my project
14:46.59Captnoordbleh
14:47.04Captnoordwork related
14:47.07Captnoordnot school
14:47.07GNUtooah ok
14:47.22pershootwork always gets in the way, doesnt it? hehe
14:47.37Captnoordneed to get the sd card reader with spi slave device back on the road
14:47.48Captnoordyup
14:47.49GNUtoook
14:48.03GNUtoowhat about wifi, is it compatible with rootfs on microsd?
14:48.12Captnoordwifi works
14:48.15GNUtoook
14:48.19pershootit built.  awesome.  let me test
14:48.22GNUtooI had bad luck then
14:48.27GNUtoopershoot, ok
14:48.47Captnoordmain problem is that most of the people don't know that it doesn't work out of the box
14:50.05GNUtooCaptnoord, wifi? or generaly the htc phones on GNU/Linux?
14:50.58Captnoordfrom what I have heared....
14:51.14Captnoordis that you just needs to make sure that the wifi stuff is loaded correctly
14:51.25Captnoordbut most people just dump it in the sd card root
14:51.32Captnoordand never think about it again
14:51.40Captnoordand keep nagging about wifi not working
14:51.48CaptnoordI came to this conclution
14:51.55Captnoordbecause people started nagging that wifi didn't work
14:52.04Captnoordwhen the only thing that was changed was ts
14:52.08Captnoordon glemsom site
14:52.37*** join/#htc-linux toi (~toi@d54C2A96D.access.telenet.be)
14:53.26GNUtoook
14:53.42*** join/#htc-linux infernix (nix@unaffiliated/infernix)
14:53.57*** join/#htc-linux luc_ (~luc@89-115-128-35.cl.ipv4ilink.net)
14:53.57Captnoordbut again... I just don't know....
14:54.19Captnoordand I know from past experiences, on this my conclutions aren't to be trusted
14:54.30Captnoordhehe
14:56.27*** join/#htc-linux AstainHellbring (~AstainHel@unaffiliated/astainhellbring)
14:58.54pershootcamera app goes to blackscreen.. nothing useful in the logs.  just a mention about a freeze
14:59.12pershootbut at least it launches.  and at a better spot.  thx gnutoo.  really appreciate the help:)
14:59.48GNUtoopershoot, ok,you used android then
14:59.56AstainHellbringmorning
15:00.03GNUtoopershoot, look at dmesg
15:00.10pershootk
15:03.30pershoothmm i may have the wrong sensor.  le tme re-check and rebuild
15:04.21phhpershoot: did you try V4L2 ?
15:04.45pershootya thats def set
15:04.48phhI hate this stupid 3MiB uncompressed kernel size -_-'
15:05.41NetRipperwhy uncompressed then?
15:06.04phhNetRipper: I mean if we use compressed zImage, the size must not exceed 3MiB for the uncompressed file
15:06.31NetRipperhm
15:06.37NetRipperdidnt know
15:06.50pershootdmesg doesn't output anything useful.  no errors.  things look good. config looks ok too
15:07.05*** part/#htc-linux ToAsTcfh (~toast@110-43.200-68.tampabay.res.rr.com)
15:07.05*** join/#htc-linux ToAsTcfh (~toast@110-43.200-68.tampabay.res.rr.com)
15:07.21pershootaonly thing that stands out is
15:07.22pershoot<4>[  146.783020] pmem: can't remap task is gone!
15:07.22pershoot<4>[  146.783630] pmem: can't remap task is gone!
15:07.34pershootright before it opens msm_camera
15:08.29pershootand then this after init
15:08.30pershoot<6>[  156.403472] msm_camera: msm_get_stats: timeout -1
15:08.30pershoot<6>[  180.773223] msm72k_udc: msm72k_udc: suspend
15:08.30pershoot<6>[  181.101257] msm72k_udc: msm72k_udc: reset
15:08.40phhmsm72k_udc is usb gadget
15:08.49phhand you have correct sensor ?
15:08.53pershootya
15:08.54phhit sounds like wrong i2c addr
15:08.58phhmight sound like.
15:09.10pershoot<6>[  155.966949] msm_camera: mt9t013 model_id = 0x2600
15:09.10pershoot<6>[  156.305603] msm_camera: !!! mt9t013 !!! PowerOn is done!
15:09.45phhok
15:13.44phhchamonix: led effects to be commited soon :p
15:14.38*** join/#htc-linux ToAsTcfh (~toast@110-43.200-68.tampabay.res.rr.com)
15:14.39phhGNUtoo: do you have any idea how to handle "led effects" (ie there is a set of leds that can programmed to do various effects, like circling, flashing and such) ? I can't see any proper linux api to do that
15:15.18ToAsTcfhphh
15:15.50ToAsTcfhi never could find a tool to get a snapshot from v4l2
15:16.02ToAsTcfhwell i did but none would work
15:16.09ToAsTcfhsyntax errors
15:17.02ToAsTcfhthey worked fine on my desktop but when i would push them to the device they would give a syntax error
15:17.21*** join/#htc-linux c2d (~Mike@port-92-200-114-107.dynamic.qsc.de)
15:17.48GNUtoophh, no I didn't look into that... you mean from userspace?
15:18.31phhGNUtoo: I mean from userspace to kernel
15:18.46GNUtooah maybe ask mickel then
15:18.47phhToAsTcfh: I'll do it then.
15:18.56GNUtoobut he's in bbl state
15:19.04phhok
15:19.11pershootthx gnutoo,phh,captnoord.  will keep at this
15:19.39pershootthis really does speed things up.  so its in my cards to get fully working
15:19.48pershootor die trying! hehe
15:20.16ToAsTcfhphh: what tool are u using? ive tried luvcview also and it gave me te same error
15:20.25phhToAsTcfh: none yet
15:20.31phhI haven't retried since i tried with android tools
15:20.43ToAsTcfhhmmm
15:20.46phhI do some stuff for leds and automatic backlight, and I'll try that
15:21.02ToAsTcfhok
15:21.24*** join/#htc-linux swc|666 (~infidel20@unaffiliated/swc666/x-4934821)
15:21.27ToAsTcfhdid u get the link i sent u last night?
15:21.33ToAsTcfhon here
15:22.29ToAsTcfhi know u hate androids userspace but these guys managed to make a libcameraservices that would use v4l2
15:22.39phhI know
15:22.52phhbut I'm not going to try until I get it working with linux user tools.
15:23.16ToAsTcfhyeah i was wanting to do the same
15:23.27*** part/#htc-linux GregLem (~greg@lal69-5-88-171-98-250.fbx.proxad.net)
15:23.35*** join/#htc-linux GregLem (~greg@lal69-5-88-171-98-250.fbx.proxad.net)
15:24.05ToAsTcfhfigured if i couldnt get it to take a picture with luvcview or something then adroid would be a waist of timee
15:24.46phhnot exactly since v4l2 might be not working while /dev/msm_camera/* is
15:24.55phh(I love qualcomm.)
15:26.50Captnoordlolz
15:27.03ToAsTcfhyeah but i didnt know we could use msm_camera wuithout the android userland
15:27.11ToAsTcfhie the libs
15:27.33phhI'd guess you can
15:27.47phhbut you'll need some porting code.
15:30.09*** join/#htc-linux cyberdesigner (~cyberdesi@port-92-206-189-164.dynamic.qsc.de)
15:31.03*** join/#htc-linux onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
15:32.17ToAsTcfhi think the whole reason msm_camera is causing surfaceholder to pass null for us is the fact we dont have a liqcamera or liboemcamera that uses msm_camera on our camera device
15:32.28ToAsTcfhif tha makes any since
15:34.54ToAsTcfhi actually tried the libcameraservices in that link i sent. even though it was built for 1.0 and im using 2.0.1. the lib actually worked. but it was using a fake camera
15:35.48ToAsTcfhehen i tried the patch for use of the v4l2 camera the patch didnt apply clean. and needed to bee forward ported to 2.0.1
15:39.42ToAsTcfhso yeah instead of pursuing the forward port. i decided to see if the v4l2 camera would even work first. and thus far i havent found a tool to work on android
15:53.14*** join/#htc-linux xfight81 (~quassel@host106-136-dynamic.5-87-r.retail.telecomitalia.it)
16:01.06*** join/#htc-linux ImCoKeMaN (~imcokeman@pool-71-251-145-207.hrbgpa.fios.verizon.net)
16:16.28*** join/#htc-linux bja (~bja@c-98-222-1-220.hsd1.il.comcast.net)
16:19.06*** join/#htc-linux ChanServ (ChanServ@services.)
16:19.06*** mode/#htc-linux [+o ChanServ] by niven.freenode.net
16:19.29*** join/#htc-linux HardDisk_WP (~Marco@wikipedia/harddisk)
16:36.13*** join/#htc-linux toi (~toi@d54C2A96D.access.telenet.be)
16:52.05*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
16:54.28*** join/#htc-linux Zeman4323 (~mzeman@c-71-239-97-164.hsd1.il.comcast.net)
16:57.14*** join/#htc-linux bja (~bja@c-98-222-1-220.hsd1.il.comcast.net)
16:58.47dcordesello
16:59.04AstainHellbringhi
17:03.17*** join/#htc-linux luc_ (~luc@89-115-128-35.cl.ipv4ilink.net)
17:08.03*** join/#htc-linux ulaas (~ulaas@88.253.8.69)
17:08.12NetRipperarf
17:08.37NetRipperwhere's dcordes
17:08.40NetRipperany other linuxtogo admins about?
17:09.56*** join/#htc-linux sxe (~quassel@ip-62-143-102-161.unitymediagroup.de)
17:10.58mickeylflorian is in #oe
17:13.59NetRipperok ive left a message in #linuxtogo, florian is there too
17:17.23*** join/#htc-linux toer (tore@179.81-166-86.customer.lyse.net)
17:21.51*** join/#htc-linux dcordes (~dcordes@unaffiliated/dcordes)
17:22.15dcordesAstainHellbring how's it going? got any new phones recently?
17:23.38*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
17:23.56AstainHellbringdcordes sure do
17:24.06AstainHellbringI have the lg expo/lg iq/lg monaco
17:24.22*** join/#htc-linux bja (~bja@c-98-222-1-220.hsd1.il.comcast.net)
17:24.44*** part/#htc-linux c2d (~Mike@port-92-200-114-107.dynamic.qsc.de)
17:24.46AstainHellbringdcordes it has the 1ghz snapdragon its nice
17:25.37*** join/#htc-linux arrrghhh (~me@c-71-196-233-184.hsd1.co.comcast.net)
17:26.10*** join/#htc-linux Boydell (~Boydell@69.49.58.28)
17:26.51*** join/#htc-linux Boydell_ (~Boydell@69.49.58.28)
17:28.25arrrghhhmakkonen, hey man you here?
17:31.30*** part/#htc-linux Boydell_ (~Boydell@69.49.58.28)
17:31.52Boydellhavent seen him
17:31.54Boydellwhatsup?
17:32.09arrrghhheh i grabbed his git.  tryin to figure out what's up with the battery status.
17:32.25Boydellas in? The numbers or?
17:32.37mickeylhi guys, any idea about the compass protocol? it's mapped to an input device node, but how can i talk to it?
17:32.38arrrghhhi built a kernel, and my data conn seems to not be working but other than that it's workin really well.
17:32.43mickeyl(htcdream)
17:32.43*** join/#htc-linux TAsn (~tasn@85-250-129-232.bb.netvision.net.il)
17:32.50BoydellSome other people are tryig to figure out what theright math is.
17:33.01Boydelleh. data broke?
17:33.02arrrghhhoh as in why it's always "charging".
17:33.07Boydellwell that too
17:33.15arrrghhhyea, this kernel i just built has broken data
17:33.20Boydellbut like, it jumps around alot, and it doesnt report right
17:33.20arrrghhhand it no longer says it's always charging...
17:33.26arrrghhhjust says it's always charged.  d'oh.
17:33.38Boydellreally?
17:33.47BoydellMine goes down after a while
17:33.51arrrghhhbut hey it doesn't heat up like crazy now!  i think that's probably because data's broken.
17:34.01Boydellhm. is your phone super slow?
17:34.04arrrghhhno
17:34.09arrrghhhit's actually running really well.
17:34.31arrrghhhtouchscreen is very accurate, but i did use the calibration technique makk and phh are working on.
17:34.52Boydellthe calib app that starts up on first boot?
17:35.05arrrghhhit wakes up very well also... i think the data conn was causing a lot of instability unfortunately.
17:35.10arrrghhhyea
17:35.33BoydellIt may have been. whats your carrier?
17:35.37arrrghhhsprint
17:35.47arrrghhhwhich is why i'm pullin from makk's git :D
17:36.15Boydellyah im telus. everything seems to be working. Did you set up your enviroment properly?
17:36.24arrrghhhi think so
17:36.27arrrghhhi exported the path
17:36.29arrrghhhwhat else do you mean?
17:36.38*** part/#htc-linux TAsn (~tasn@85-250-129-232.bb.netvision.net.il)
17:36.58arrrghhhgot the arm toolchain
17:37.14arrrghhhi haven't touched the modules yet
17:37.18arrrghhhjust working on the kernel
17:37.26arrrghhhor do i have to do the modules at the same time, and that's my issue?
17:37.32Boydelldid you go to the google site? set up everything there? what distro of linux are you running?
17:37.44arrrghhhubuntu
17:38.01arrrghhhi didn't go to the google site... you mean for grabbing all the android stuff?
17:38.24arrrghhhi was thinking i would just focus on the kernel
17:38.45Boydellthere are some things that google wants you to have
17:38.46Boydellone sec
17:38.51arrrghhhoh
17:38.51arrrghhhok
17:39.18Boydellhttp://source.android.com/download
17:39.26arrrghhhsudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev
17:39.29arrrghhhthat stuff?
17:39.32Boydellyah
17:39.37arrrghhhyea i was just lookin at that page
17:39.43arrrghhhi'll set it up
17:39.48arrrghhhyou think that's why i'm missing data?
17:39.49Boydellare you running the newest version of unbuntu?
17:39.53BoydellIm not sure what
17:39.58arrrghhhyea
17:39.59arrrghhh9.10
17:40.00Boydellbut this doesnt hurt
17:40.18Boydellok, you need to add the old repo to get JDK5.0
17:40.20Boydellone sec again
17:40.28arrrghhhwell it seems like i already had all those packages
17:40.37Boydell?
17:40.39arrrghhhalthough it had a problem with the sun-java5-jdk package
17:40.45Boydellyah it will
17:40.49Boydellagain, one sec
17:40.54BoydellI had problems with that one
17:40.59arrrghhhnp
17:41.08arrrghhhi'm installing the rest
17:41.09Boydelltill I added the repo for the version down from this one
17:41.29arrrghhhah
17:42.41Boydellhttp://archive.canonical.com/ubuntu
17:43.06BoydellI think thats the one
17:43.53Boydellhm
17:43.59BoydellI'm not sure anymore..
17:44.04arrrghhhhaha
17:44.18arrrghhhwell i'll try rebuilding w/o the java package
17:45.23arrrghhhit's amazing, it really was running well.  i did get a few notifications of processes that were hung... but i've always gotten them.
17:45.23Boydelleh
17:45.37mickeylah, we have ms1, ms2, ms3 as sysfsnodes for compass
17:45.44BoydellI always get a keyboard one a startup
17:47.03*** join/#htc-linux kupo (kupo@pdpc/supporter/student/Kupo)
17:49.13arrrghhhit ran in android for a good hour, didn't heat up at all.
17:49.25Boydellhm
17:49.28arrrghhhit's usually a fireball and crashes after 15 minutes of usage for me usually.
17:49.37arrrghhhusual usage
17:49.42BoydellNot me :S
17:49.47arrrghhhoh really?
17:49.50arrrghhhis telus gsm?
17:49.53Boydellnope
17:49.54BoydellCDMA
17:49.57arrrghhhweird.
17:49.59BoydellI use makk's too
17:50.08arrrghhhis it the RAPH800?
17:50.12Boydellyup
17:50.27arrrghhhsame.
17:50.29arrrghhhstrange
17:50.50arrrghhhok, back to "normal.
17:51.05arrrghhhcdma data workin again.  says it's charging all the time, but it is counting down.
17:51.20Boydellyah it always says charging
17:51.28Boydelldo a java -v
17:51.37Boydellwhat version are you running?
17:51.39arrrghhhdamn
17:51.44arrrghhhunrecognized switch -v
17:51.54Boydelljava -version then
17:51.57arrrghhhi'm not sure really... i haven't booted linux on this machine in a looong time
17:52.11arrrghhh1.6.0_16
17:52.15Boydellhm
17:52.23Boydellweird. Mine would work with that
17:52.40Boydell1.5
17:52.51Boydellis what mine would work with
17:55.35arrrghhhcrap.  i didn't initiate a call in winmo.  just tried to answer a call in android, and i don't think the mic was working.  earpiece was tho!
18:01.30arrrghhhdamn dialpad is all slow again...
18:01.48*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
18:03.33*** join/#htc-linux miknix (~miknix@bl4-91-244.dsl.telepac.pt)
18:06.12arrrghhhit doesn't seem to be heating up, and cdma data is working tho.
18:06.18arrrghhhaccelerometer is still all wacky tho
18:06.48arrrghhhthe only way i can seem to fix it is turning the device upside-down lol
18:07.41*** join/#htc-linux miknix (~miknix@bl4-91-244.dsl.telepac.pt)
18:07.58*** join/#htc-linux miknix (~miknix@gentoo/developer/miknix)
18:11.16Boydellha
18:28.37kupoarrrghhh: what device is this?
18:29.13arrrghhhraph800
18:33.22BoydellIve also created a nice little script to do things for me. delete the old zImage and modules, build the zImage, build the modules, then place them in a nice folder for me :)
18:33.36arrrghhhcool
18:34.01arrrghhhso do you have to build new modules with every kernel?
18:34.13Boydellyah
18:34.15Boydellyou do
18:34.31arrrghhhhrm
18:35.05arrrghhhi built the kernel, haven't done anything with the moduesl
18:35.07arrrghhhmodules
18:35.10BoydellI also wrote the script not knowing much/any linux lol. its pretty much like a batch script, but for the linux terminal.
18:35.49Boydellshell script i guess?
18:35.53arrrghhhyea, bash is pretty powerful.
18:36.25Boydelland handy lol for lazy people like me
18:37.00arrrghhhwell computer nerds are lazy.  i always make computers work for me.
18:37.13Boydell:)
18:37.34Boydellwow, something fudged up hard.
18:37.53*** join/#htc-linux BHSPitMonkey (~stephen@unaffiliated/bhspitmonkey)
18:38.25*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
18:41.26ToAsTcfhdcordes: u still around?
18:48.31*** join/#htc-linux jooprzol (~jooprzol@ip72-213-132-178.ok.ok.cox.net)
18:58.55*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
18:58.55*** join/#htc-linux luminoso (~lumos@av-217-129-128-10.netvisao.pt)
18:59.19kupoarrrghhh: is that the treo pro?
18:59.33arrrghhhtouch pro 1
18:59.45arrrghhhcdma
19:00.34makkonenyou shouldn't have to install any of the android stuff to build the kernel.
19:05.15Boydellhey makk, try out the commmit in the main
19:05.20Boydellkills my phone
19:05.22Boydell:(
19:05.46makkonenkills everyone's, it seems.
19:06.21Boydellreally? gets the double vibrate, then resets the phone?
19:06.43makkonencheck glemsom's site -- everyone reports no boot
19:07.18Boydellyah i see that
19:07.45makkonenin other news, something in our repo killed sound again, I think. I wasn't able to get it to produce any noise last night when I played with it.
19:08.01Boydellback speaker? or noth?
19:08.04Boydell*both
19:08.22makkonenboth for me. which is confusing.
19:10.25BoydellI dunno. I need to revert these changes..
19:13.06BoydellAs far As I know, it WAS working for me..?
19:13.53*** join/#htc-linux MrPippy (~pip@adsl-75-37-167-3.dsl.sndg02.sbcglobal.net)
19:14.33BoydellI also need to figure out how to pull down one file in the repo..
19:15.15arrrghhhmakkonen, i just grabbed your git
19:15.21arrrghhhwell a few hours ago now actually
19:15.29makkonenyeah, I read that.
19:15.32arrrghhhbut i have sound out of the earpiece
19:15.36arrrghhhno mic
19:15.38makkonenok.
19:15.41arrrghhhi forgot to start a call first tho
19:15.49makkonenoh. huh.
19:16.30arrrghhhkept lockin up on me
19:16.46arrrghhhit was strange, the first kernel i built it was running fantastic... but no cdma data.
19:16.56arrrghhhthen i rebuilt it, cdma data works but very unstable.
19:17.31makkonenthat's strange.
19:17.52arrrghhhyea, the only difference was i had all the packages recommended by google.
19:17.57BoydellI dont understand how it works for some and not others..
19:18.06makkonenthat really shouldn't make a difference.
19:18.11Boydellarrrghhh: what carrier/radio are you running?
19:18.37arrrghhhoh and the battery was odd... it wasn't reporting it was charging all the time... but it also wasn't reporting any discharging, just always "charged"
19:18.42arrrghhhwell it's sprint
19:18.49arrrghhhlemme check radio ver, i don't remember.
19:19.12arrrghhhlooks like 1.12.34F
19:19.17Boydelland makkonen: what radio are you using?
19:19.37makkonenstock sprint
19:20.18Boydellsame as arrrghhh's?
19:20.28arrrghhhyea, i don't think i swapped the radio on this thing ever.  just unlocked and did a few rom flashes... quite a few.
19:20.30makkonenI assume so. hold on.
19:20.49Boydellthey may be different depending on when you got the phone.
19:21.13arrrghhhcertainly
19:21.17makkonen1.03.15F. I guess I'm behind on my rom upgrades.
19:21.37arrrghhhha what's your rom version?
19:21.43BoydellTry and update your radio to a newer one from sprint. May be the underlying issue right meow
19:21.59arrrghhhi'm running some POS from sprint to see if i can get an upgrade to the RHOD400... but it's been workin great.
19:22.20BoydellPOS?
19:22.21makkonenhah
19:22.21arrrghhhmeow?
19:22.38Boydellnever seen the movie super troppers?
19:22.45Boydell*troopers
19:22.53arrrghhhyea, i love that movie
19:22.59arrrghhhyou callin me a cat meow?
19:23.02Boydellthats what its from?
19:23.08Boydellahha
19:23.17arrrghhhyea
19:23.17Boydellmeow listen up
19:23.20arrrghhhlol
19:23.39*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
19:23.39arrrghhhi just love how he pops his head back in after he went to leave just to say "MEOW!"
19:23.43arrrghhhanyhoo
19:23.48Boydellyah
19:23.50Boydellahha
19:24.00arrrghhhlet me see what the newest radio even is, i'm not sure.
19:24.10arrrghhhi was hopin to work out the battery status issue
19:24.18BoydellI saw a thread, either ppcgeeks or xda
19:24.22Boydellwhich listed all of them
19:24.36arrrghhhi think ppcgeeks... they definitely seem to have more cdma traffic there
19:24.48phhmickey|dinner: uh ? it's really linked to an input ? that's not what I remembered
19:24.59Boydellhttp://forum.ppcgeeks.com/showthread.php?t=74422
19:25.33phhoh I mess with accelerometer
19:25.50Boydellalthough, there, it says telus if 1.04.05V and mine is 1.07.01V
19:25.50arrrghhhlol i was already there ;)
19:26.01Boydellah
19:26.16BoydellI should figure out how to dump mine and add it up there. Cept I have NO CLUE lol
19:26.28arrrghhhlooks like i have the newest for sprint.
19:26.35Boydellyarp
19:26.38phhanyone knows what I broke by any chance  ? :D
19:26.40arrrghhhmakk is running what ships.
19:26.45arrrghhhah well, maybe i did upgrade it.  oh well.
19:26.49Boydellmakkonen: flashy flashy?
19:26.55makkonenbleh
19:26.55Boydellwell, when did you get your TP
19:27.48makkonentakes so much damn time to set everything up after flashing.
19:27.56Boydellnot the radio?
19:28.27BoydellI dont think flashing a radio affects anything else, other than the radio? lol
19:28.46Boydellphh: ARM9 commit i think?
19:28.56phhBoydell: I tried it before commiting ...
19:29.17Boydelldoes everything work for you?
19:29.22arrrghhhyea, it says flashing the radio does NOT hard reset the device.
19:29.29phhyup, I have GPS, camera, FM, BT, 3D working.
19:29.37BoydellWTF
19:29.39makkonen...
19:29.48Boydelloff those 2 commits?
19:29.50phhlol
19:29.50Boydellgimmmmmmmme
19:29.54phhthat was a joke.
19:30.01Boydelloh
19:30.07makkonenwhew. I thought I'd gone insane for a second.
19:30.10phh"[20:38:32] <Boydell> does everything work for you?"
19:30.12arrrghhhlol
19:30.17Boydell:( dont get me excited
19:30.19Boydellbah
19:30.32BoydellI guess I should be more specific. Dont play on my words :p\
19:30.41phh(actually FM and BT does work but that's another story)
19:30.44arrrghhhphh, i think my heart skipped a beat.  lol, awesome.
19:31.16Boydelldid changing the charger status make it so it doesnt say charging all the time? lol
19:31.53Boydell55 PCOM_SET_L2_LOCK_BUS_CLK = 0x1d,
19:31.54Boydell56PCOM_ARM9_LOW_SPEED = 0x1d,
19:31.54phhBoydell: charging all the time is because of htc_battery_smem.fake=1
19:31.59phhif you don't want it, just remove it
19:32.00phhBoydell: I know.
19:32.04phhI'll have to ask cr2 about that
19:32.06Boydellhow are those both 1d?
19:32.25BoydellI find it weird that it worked for you though..
19:32.27phh(yes I love answering before the question)
19:32.33Boydellhaha
19:32.36Boydellas we all say
19:32.38Boydellyour god
19:32.40arrrghhhwhat is that fake command for then?
19:32.40Boydellyou can read minds
19:32.58phharrrghhh: bah to fake the presence of charger all the time
19:33.04phhBoydell: not htc's guy mind :(
19:33.13BoydellDo we need that now though?
19:33.20arrrghhhis that because it doesn't sense a charger currently?
19:33.20ToAsTcfhphh: is there a certain v4l2 tool u would suggest to me?
19:33.26phhToAsTcfh: no
19:33.32phhI'll give a try at xdtv's tools
19:33.44Boydelli think we should hold HTC hostage, and tell THEM to port this over to our phones :)
19:34.03*** join/#htc-linux cr2_ (~cr2@ip-109-84-140-229.web.vodafone.de)
19:34.39phhcr2_: in proc_comm_wince.h, 0x1d dex was set to set l2 lock bus clock, but you said it's ARM9 slow clock, which one to trust ?
19:34.51cr2_both
19:34.54arrrghhhright, that's gonna happen.  there's no revenue potential for them or google to port it to a device that's already been released with winmo
19:35.13cr2_slow is dex_0x1d(2)
19:35.27Boydellarrrghhh: I know. Thats why we hold them hostage. make them do it :)
19:35.36cr2_phh: but you can call dex_1d(0) till dex_1d(7)
19:35.37arrrghhhbwhahaha.  good luck with that!
19:36.09cr2_Boydell: i'll check kbd leds now
19:36.14cr2_phh: any news ?
19:36.27phhcr2_: I tried calling 0x1d 2 then 7
19:36.28phhit worked
19:36.30phhthen I commited it
19:36.32phhand it no longer worked.
19:36.39arrrghhhnice.
19:36.50Boydellcr2_: ah ok. Mind keeping me updating. I like to learn. :)
19:37.22BoydellIf HTC were to port it though, I mean, how long would it take them? I dont think THAT long.
19:37.25cr2_phh: hm. have you looked at the dmesg sequences ?
19:37.43arrrghhhBoydell, probably not, considering they know the hardware.
19:37.45phhnot yet, I had a really busy afternoon. (my water heater exploded \o/)
19:37.50cr2_phh: dump the MSM_CLK pll area, after calling dex_1d(2)
19:37.58phhBoydell: 1hour.
19:38.10arrrghhhphh, had that happen once.  buncha crap got soaked, hopefully you didn't have much around it!
19:38.24BoydellExactly. Like fuck. Lets all chip in and pay there wages for an hour. BAM done and im happy.
19:38.27cr2_phh: maybe the pll0 switched down. it will confuse our current clock_wince.c
19:38.52phhcr2_: theorically this dex call is called only when the system is put into sleep.
19:38.53cr2_phh: hehe. we have real winter here too
19:38.53arrrghhhfurnace went out the same day, and that's when i found the downstairs partially flooded.  still never figured out why it purged.
19:38.55phhso it should still start ...
19:39.09phhcr2_: oh yes, when going to buy a new one, there was a snow storm.
19:39.15phhoh I have to go back to mount it.
19:39.27cr2_phh: no. it is also called when you want to prevent arm11 clock switch
19:46.57arrrghhhphh, hey where is that htc_battery_smem.fake=1 command?  is it in htc_battery_smem.c?
19:52.15*** part/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
19:52.23*** join/#htc-linux captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
19:52.39captnoord[20:35] <cr2_> phh: but you can call dex_1d(0) till dex_1d(7)
19:52.42captnoordas in
19:52.46captnoordprogrammable pll stuff
19:52.56captnoordI wonder
19:53.09captnoordwe haven't mess with it yet
19:53.13captnoordwhat would happen
19:53.20captnoordif in wince the thing would be set low
19:53.30makkonenarrrghhh: just search for fake_charger in that file, you'll see it
19:53.31captnoordand we mess with the clock controls
19:53.34captnoordto get them correctly
19:53.35arrrghhhk
19:53.43captnoordbut all we needed todo was change the pll?
19:53.58arrrghhhit's set to 0...
19:53.59makkonenarrrghhh: or just put htc_battery_smem.fake=0 in your cmdline in startup.txt
19:54.01cr2_captnoord: if pll0 will lower the frequency, clock_wince.c will be very confused
19:54.08arrrghhhah, i was thinking startup.  thanks.
19:54.19captnoordcr2_: that what I am trying to point out
19:54.19makkonenoh. that's true. hmm.
19:56.22tmztcr2_: is that our/your fault or a design flaw?
19:56.45captnoordregarding the pll... its how the system works
19:57.07tmztcr2_: I think I'm going to be waiting for an appropriate open chrome tablet or android phone (with qwerty) and working on open X stuff for that
19:57.19tmztthis kernel project is becoming a base of android workarounds
19:58.08cr2_tmzt: it's a fault of the old clock-wince driver
19:58.55cr2_tmzt: gpio alt, and clock control can be used on any native android phone, as long as the MSM_CLK is not protected by MPU
19:59.00tmztI'm encouraged by Qualcomm's own X drivers but they are snapdragon only and the mess that is the allocation/mapping hardware in 7k makes it unlikely they will ever work properly for us
19:59.01cr2_afaik there are no such phones
19:59.11tmztyep, hence the waiting
19:59.11cr2_where is it the case
19:59.46cr2_kiozen: ping
19:59.47tmzthttps://www.codeaurora.org/gitweb/quic/xwin/?p=xf86-video-msm.git;a=log;h=refs/heads/chromium
20:05.52captnoordtmzt example of the allocation mapping
20:05.54captnoordhardware?
20:06.07kiozencr2_: pong
20:07.03cr2_kiozen: can i delete waypoints on 76cx ?
20:07.38cr2_kiozen: i have 657 of them, most included in osm. want to clean up.
20:08.52kiozencr2_: use delete from the menu on the device?
20:09.02cr2_hm
20:09.37*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
20:12.09cr2_kiozen: which menu ?
20:12.32kiozenif you see the waypointlist in the device
20:12.37kiozenpress menu button
20:13.44phhtmzt: what's the problem of their drivers again ?
20:13.49phhjust the memory allocation part ?
20:14.32phhcr2_: oh I wanted to ask
20:14.45phhcr2_: why do we set vregs by hand when there are PMIC_WLAN_ON dex commands ?
20:15.18cr2_phh: not used by wince
20:15.26phhok
20:15.55phhcr2_: do you know if they enable vregs too ?
20:16.38phh("just try it and dump vreg area"?
20:16.47cr2_you can't
20:16.55cr2_i doubt that they work
20:17.08cr2_because it depends on the amss
20:17.29cr2_so the amss should be changed for each device
20:17.30makkonenhow do I increase the size of the rootfs.img? do I have to create a new one?
20:17.39cr2_which is too complicated.
20:17.51phhmakkonen: yes
20:18.09makkonenand that's just gene2fs or some such things?
20:18.15phhthat's a way
20:18.22phhI use the by hand way :p
20:18.22tmztphh: there's no linear mapping of the mdp on 7k
20:18.30tmztso gem/drm won't work
20:18.34cr2_phh: vreg cmd is just asking arm9 to send a PMIC command over SBI
20:18.54cr2_phh: imho
20:18.56makkonenphh: is the by hand way something that can be explained quickly?
20:19.10phhmakkonen: dd if=/dev/zero of=rootfs.img bs=1024 count=15k
20:19.12phhmkfs.ext2 rootfs.img
20:19.18phhmount -oloop rootfs.img.old d
20:19.21phhmount -oloop rootfs.img d2
20:19.22phhcd d
20:19.26phhtar c . |tar x -C ../d2
20:19.49arrrghhhrelatively
20:19.50phhtmzt: ok, I'm not really awaken.... but isn't mdp memory what they also call pmem ?
20:19.52cr2_phh: which such approach you will not be able to use topa amss on rhod
20:20.09phhcr2_: they have the same amss for different wifi chip ?
20:20.19tmztpmem is their custom means of dealing with the non linear mapping
20:20.22cr2_i think so
20:20.33NetRippercr2_, did you hear? the fm chip in the hd2 can be used as fm transmitter as well :)
20:20.33arrrghhhmakkonen, eh, still says it's charging always.
20:20.37phhcr2_: hum, so unless they did it properly it won't work, ok.
20:20.42arrrghhhNetRipper, that's siiiick!
20:20.42tmztit's a physically address memory device
20:20.44phhNetRipper: I think he already knew that for long.
20:20.55phhNetRipper: even better, N1 can do fm even if it's not advertised
20:21.03cr2_tmzt: what is the purpose of pmem rpc ?
20:21.04NetRipperN1 has same fm chip afaik
20:21.13phhNetRipper: that's why I say that :p
20:21.15NetRipper:p
20:21.21cr2_NetRipper: lol, but does it really work ?
20:21.23makkonenarrrghhh: I figured it would. not sure what's going on there. start commenting out the fake_charger lines, maybe? or just read through it and see where it's doing something hacky.
20:21.23NetRipperthats just pure ownage
20:21.27phhcr2_: they have no driver for it :p
20:21.39NetRippercr2_, no idea, there are no developers picking it up
20:21.45phhI have a driver for TI's FM transmiter if that helps
20:21.50phhbut I can't see how this could even help :p
20:21.59cr2_phh: diffeerent chip
20:22.04NetRippercr2_, but it should.. it seems the same pin is used for receiving and as antenna... i.e. the 3.5mm jack can be used as antenna
20:22.06phhI know :p
20:22.22arrrghhhmakkonen, yea, i'm takin a look at it.  not sure if i'll be able to do any good.  i've never been good at figuring out other's code, and it's been a while since i've looked at anything even close to C...
20:22.24cr2_NetRipper: without a driver we have nothing to RE
20:22.39phhcr2_: do you know if brf6350 is capable of doing A2DP by himself through pcm pins ?
20:22.45*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
20:22.47makkonenarrrghhh: I know the feeling.
20:22.48NetRippercr2_, but if we'd have the datasheet, could we write a driver?
20:22.58cr2_NetRipper: firmware ?
20:23.08NetRipperdunno about that stuff
20:23.19phhNetRipper: if we had docs of the AMSS we could do everything. with if we can redo everything :p
20:23.21cr2_NetRipper: i guess we need a custom firmware too
20:23.38NetRipperphh, data sheet of the fm transmitter is more likely than docs on amss :P
20:23.39arrrghhhis there a way to turn the accelerometer off essentially?  i'd rather it just rotate with the keyboard, as it seems to always want to rotate landscape when i want it portrait :P
20:23.51phhcr2_: hum I don't think so, broadcom won't make a firmware by manufacturer
20:23.52cr2_NetRipper: find a device with this chip, which works as an fm transmitter
20:24.01phharrrghhh: somewhere in display settings
20:24.04NetRipperi've subscribed to the thread
20:24.14NetRipperhttp://forum.xda-developers.com/showthread.php?t=622377
20:24.16tmztphh: pcm is too low speed I think
20:24.25phhtmzt: hu ?
20:24.29tmztyou could maybe ask npelly in #bluez-dev
20:24.30cr2_phh: even on the brf6350 you need to patch fw over .bts for fm to work
20:24.35phhtmzt: pcm FM => modem can do 48kHz
20:24.45tmztstero pcm?
20:24.48phhyup
20:24.52tmztisn't it 192kHz?
20:24.55cr2_phh: yes, set the alt gpio BT PCM pins
20:25.01phhtmzt: 48 is already good no ? :p
20:25.06arrrghhhphh, so i'm guessing globally we want the accelerometer to control the orientation of the screen?
20:25.10cr2_phh: but i have never seen it in action here
20:25.24phhcr2_: I haven't either, but I'd love that it works on android and not on wimo :p
20:25.30cr2_phh: 48 is 1 channel ?
20:25.32tmztthey went to a lot of trouble with hsuart if it was that simple
20:25.40phhcr2_: afaik 48kHz with stereo
20:25.49cr2_tmzt: hm. CD uses 44100
20:25.55phhtmzt: it doesn't go through hsuart, that's the idea.
20:25.57*** join/#htc-linux kvaster (~kvaster@live.bn.by)
20:25.59cr2_2x22kHz
20:26.13tmztright, but why did they bother with hsuart if pcm could do it?
20:26.46phhtmzt: they didn't do pcm in wimo
20:26.54phhtoo hard with the way wimo handles sound I guess
20:27.30cr2_what about bt pcm ?
20:27.46cr2_for voice
20:28.02phhcr2_: imho it will work the same way as a2dp
20:28.16tmztisn't it used for sco?
20:28.37cr2_phh: you can easily enable it, but what about routing ?
20:28.52phhcr2_: snd_set_device 6 iirc
20:28.56tmztthe chips were designed to interface with simple baseband chips
20:28.59tmztlike ti's
20:29.07tmztpcm voice
20:29.08cr2_phh: seen in wince dmesg ?
20:29.24phhcr2_: hum, no in android
20:29.40cr2_phh: and it works ?
20:29.48phhcr2_: oh btw are you sure of the 0xd device to set volume ? it seems (I can't be sure though) it doesn't work
20:29.52phhcr2_: haven't tried it yet
20:29.53cr2_phh: i was already confused about 9 vs 11 for fm
20:30.14cr2_phh: 0xd is hardcoded into wavedev.dll
20:30.35cr2_phh: and 0xd is the only value seen in rpc tx fifo
20:30.39phhok
20:30.47cr2_phh: and on topa/rhod it's 0x11
20:30.52phheven in the ril ?
20:31.04cr2_ril ?
20:31.11phhradio interface layer
20:31.26cr2_ril will call wavedev ioctl, if needed
20:31.29phhok
20:31.48phh(android does software volume, only in-call is done through set_volume rpc)
20:32.00phh(and in-call volume setting doesn't work.)
20:32.08cr2_phh: i think it's the same on wince
20:32.25phhok
20:32.29phh(I don't even want to know why.)
20:32.58cr2_we don't have equalizer control anyway
20:33.28cr2_phh: what do you think about gps ?
20:33.36phhcr2_: nothing :(
20:34.03cr2_we need some breaktrough new idea
20:34.08*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
20:34.27phhand I've none.
20:34.55arrrghhhhave you guys been able to get the gps device to dump any data at all?
20:35.03tmztcr2_: is the cdma/gsm amss similar to gsm one?
20:35.11cr2_we do know much more than on kaiser, but it works there, but not for us ;)
20:35.14tmzthave you got enough rhod400/500 dumps yet?
20:35.24tmztkaiser is too simple
20:35.48cr2_tmzt: does bt work for you ?
20:35.51cr2_wifi ?
20:36.06tmztis there a good test image for those?
20:36.19tmztI don't think the offset is the same for calibration
20:36.23phhcr2_: have we driver for bcm bt ?
20:36.26cr2_no idea
20:36.39tmztamss drives the bt pcm
20:36.48cr2_phh: no, but 115200 should work as is
20:36.49tmztas an output device I think
20:37.01phhcr2_: mmmmm right
20:37.09tmztcr2_: is bcm bt on sdio?
20:37.15cr2_tmzt: i've never seen it in action, so can't trace
20:37.25cr2_tmzt: no
20:37.30cr2_tmzt: uart2dm as usual
20:37.31tmztNexus kernel?
20:37.33tmztoh
20:37.35tmztok
20:37.48cr2_tmzt: on leo it's uart1dm. for some reason
20:37.58cr2_tmzt: like on all android phones
20:38.06tmztcalls are just more important than bt or wifi for me
20:38.24tmztI can't do anything without working calls
20:38.35cr2_tmzt: still no working sound ?
20:38.39tmztso much so that I might need to buy another device
20:38.41makkonenphh: hmm. trying to replicate files with tar, it spews all sorts of complaints about premission denied and no such file or directory.
20:38.47tmztno not the last kernel i tried
20:38.49phhmakkonen: sudo ? :p
20:38.56makkonenyeah, I did.
20:39.07phhsudo tar c . |sudo tar x -C ../d2 .
20:39.10phhsudo tar c . |sudo tar x -C ../d2
20:39.14phhboth sudo ?
20:39.19cr2_tmzt: it's more or less the same peripherals as on leo
20:39.22makkonenhah. that's probably my problem.
20:39.28makkonenhangs his head in shame.
20:39.38tmztcr2_: why wouldn't it work then?
20:39.46tmztsame periphrials?
20:39.58cr2_tmzt: bt/wifi
20:40.11cr2_and accedlerometeerf
20:40.57phhcr2_: accelerometer is working btw
20:41.11cr2_phh: on rhod ?
20:41.14phhtopa
20:41.20phhbut afaik rhod has same accelerometer
20:41.26cr2_yes
20:41.43cr2_do oyu use cal values from nand ?
20:41.46phhcr2_: mahimahi is also using bma150 over spi over microp over i2c, that helps :p
20:41.52phhno cal yet
20:41.57cr2_phh: leo too
20:42.17*** join/#htc-linux M1DLGpc (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
20:42.26cr2_phh: you need it on raph too. afair
20:42.31cr2_raph/diam
20:42.37phhcal values from nand ?
20:42.41cr2_yes
20:42.47phhhum, it works fine for me
20:42.55cr2_they are written into chip on init
20:43.05phhah ok
20:43.14cr2_with absolute values ?
20:43.36phhwhat do you mean with that ?
20:44.15cr2_you get 9.82m/s^2 on the vertical axis ?
20:44.52phhmmm don't know
20:45.00*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
20:45.42cr2_afair the datasheet does not mention initial calibration
20:45.49phhargh
20:45.59cr2_so wince does something not in the datasheet
20:46.23cr2_by writing into undocumented registers
20:46.26cr2_over i2c
20:48.28cr2_phh: what do you think about tvout ?
20:48.42phhcr2_: should be quite easy with a recent enough kernel.
20:49.02cr2_yeah, but what do we need for it ?
20:49.35cr2_phh: can we rename PCOM_* for wince to DEX_* as a first step ?
20:49.49phhit needs a tvenc and tvdac clock
20:50.07cr2_should be easy
20:50.18phhI remember only of one TV ENC clock ...
20:50.20cr2_i have it already in the clock list
20:50.40cr2_dac is on pmic ?
20:50.40phhand there is a "pm_vid_en" call to set
20:50.46phhI guess it sets up pmic
20:50.50cr2_there is a tv rpc call too
20:50.53cr2_yes
20:51.06phhI can't see any rpc reference in msm's code
20:51.37cr2_there are some other rpc calls, but i think they are for profiling only
20:51.55phhisn't halibut the board of G1 ?
20:52.07tmztno
20:52.10cr2_phh: no
20:52.12tmzthalibut is a dev board
20:52.15tmzttrout is g1
20:52.17phhok
20:52.20phhI feared G1 got tv enc :p
20:52.30cr2_lol
20:52.40tmztdon't think it does
20:52.47tmztraph100 does though
20:53.06phhcr2_: http://pastebin.com/m7b1ab84c
20:53.52cr2_looks good
20:54.09phhbut no pmic or proc_comm
20:54.15cr2_, 0); on connectz ?
20:54.26cr2_no
20:55.01cr2_phh: is it a void call ? msm_rpc_call
20:55.29cr2_phh: i think most calls return something.
20:55.35ToAsTcfhbah this camera is a flipping pain
20:55.37cr2_we need to document it better
20:55.48phhcr2_: try calling this RPC and see what ARM9 answers
20:55.59cr2_phh: but there are true void calls too
20:56.03cr2_ok
20:56.32phhcr2_: do you have some in-call gpio dump for bluetooth ?
20:56.33cr2_phh: you need a tv DMA3 channel handler. and irq
20:56.50cr2_phh: no
20:57.27cr2_phh: i think it's mostly about audio routing
20:57.34phhandroid sets PCM_DOUT (68) to alt1, PCM_DIN (69) to alt1, PCM_SYNC(70) to alt2, PCM_SYNC(71) to alt2
20:57.39phhlast one is PCM_CLK
20:57.52cr2_phh: it's all in wiki
20:58.05phhnot for bluetooth
20:58.09Boydellany ideas on what breaks the latest kernal yet?
20:58.15phhwell, BT_CLK is said to be an input at least ...
20:58.16cr2_phh: BT PCM ?
20:58.22phhcr2_: yes
20:58.32cr2_phh: strange. let me check
20:58.55phhhum input is the default setting when BT off
20:59.00Boydellmakkonen: did you update your radio yet?
21:00.00cr2_phh: vid_en should be in the fb1 init/resume
21:00.05cr2_path
21:00.26phhcr2_: !!!!!!!!!
21:00.40phhwant a good joke ?
21:00.47phhyes you do.
21:00.57cr2_yes
21:01.06phhcr2_: http://husson.hd.free.fr/clock-7x30.c
21:01.15phhthat comes from 2.6.32 testing codeaurora's tree
21:01.22cr2_http://htc-linux.org/wiki/index.php?title=Raphael_GPIO
21:01.29phh(if you want to have the codeauroras's link, wait a minute)
21:01.31cr2_phh: i think we have seen it before ?
21:01.39phhreally ?
21:01.45phhwhy do we rewrite that then ?!?
21:02.04cr2_because it's a different cpu
21:02.17phhit's still mostly the same thing ...
21:02.23cr2_SRC_LPXO = 6, /* Low power XO. */
21:02.41phhcr2_: that's TCX0 no ?
21:02.52cr2_no
21:03.08phhhum I don't remember which one tcx0 is
21:03.45cr2_freenode_#htc-linux.log:[Do Sep 3 2009] [22:25:28] <cr2>https://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=blob;f=arch/arm/mach-msm/clock-7x30.c;h=d814eef70053562fc6d15d0170d5164ac5a2d713;hb=62dd8ae96787da0735ed8c065adc2b8d8a58135f
21:03.46cr2_freenode_#htc-linux.log:[Do Sep 3 2009] [22:28:59] <cr2>this file is for msm7x30
21:03.53cr2_3 sep
21:03.55phhpffff
21:04.14phhstatic struct clk_freq_tbl clk_tbl_tv[] = {
21:04.14phh<PROTECTED>
21:04.15phh<PROTECTED>
21:04.15phh<PROTECTED>
21:04.15phh};
21:04.17cr2_phh: there are nteresting things there.
21:04.17phhsounds stupid ?
21:04.27cr2_let me check
21:05.03phhtheir code is way less readble than yours though.
21:05.09cr2_MSM_CLOCK_REG(27000000,0xe1, 0x800, 0, 2, 4, 245760000), /* TV */
21:05.24cr2_our is wrong in many parts though
21:05.46cr2_raph tvout uses PLL0 btw
21:05.55phhwhat about leo's one ?
21:06.03phhI remember it uses a different one
21:06.04cr2_it does not have tvout
21:06.20phhah ?
21:06.23cr2_it has some small microusb plug
21:06.24phhI mess with something else.
21:07.11cr2_with gps and tvout raph will be perfect for a incar navi
21:07.30cr2_real server, as i told you :D
21:07.48phh.
21:07.48AstainHellbringmicrousb can do tv out... lg expo has micro and tv out and is snapdragon
21:08.05cr2_NetRipper: do you have tvout ?
21:08.07phhAstainHellbring: once linux starts, tv out should be easy.
21:08.26cr2_AstainHellbring: i have seen only 5 pins. how can you do tvout ? by multiplexing them ?
21:08.52cr2_AstainHellbring: on the leo connector
21:08.56AstainHellbringcr2_ thats my guess gotta be similar to raph ie using the headphone plugs
21:09.15cr2_AstainHellbring: raph has extusb 5+6 pins
21:09.32AstainHellbringwell yah but I dont think lg expo's micro has that extras
21:09.39cr2_so it has audio/tv muxed with uart on the extra pins
21:09.39AstainHellbringhow does audio over micro work?
21:09.59cr2_is it ?
21:10.07cr2_must be muxed then too
21:10.20cr2_so you can't do usb while doing audio
21:10.30cr2_on raph it's not a problem
21:10.52cr2_you only can't have serial console with tvout
21:11.14AstainHellbringseems so I know on xda there is a guy that tried a audio splitter from a treo pro for lg expo for usb and headphones said only one worked
21:12.06cr2_ok
21:12.09phhcr2_: MSM7500_Core.h:         volatile DWORD                                  usbh_md_reg;                            // offset 0x2BC, clock-7x30.c: #define USBH_MD                 0x02BC
21:12.34phh#define HDMI_NS                 0x0484
21:12.39phhthis one will be tough to find though.
21:12.45cr2_hehe
21:12.54cr2_which phone uses 7x30 ?
21:13.00phhnone currently afaik
21:13.16cr2_ok
21:13.50phhwhy, you want one ? :p
21:14.14cr2_no
21:14.52cr2_uint32_t chld_vfe[] = {C(VFE_MDC), C(VFE_CAMIF), C(NONE)};
21:15.07cr2_static uint32_t chld_tv[] = {C(TV_DAC), C(TV_ENC), C(TSIF_REF),
21:15.08cr2_<PROTECTED>
21:15.29cr2_tsif is needed for tv ? maby for hdmi only
21:15.47phhhum you're sure about that ?
21:15.51phhI think i've already seen it elsewhere
21:15.59cr2_maybe
21:16.02phhtsif exists in msm7500_core.h
21:16.11phhstill, I don't know what is it
21:16.16phh(transport interface something)
21:16.24phhmaybe an interface to the TV encoder ?
21:16.35cr2_no idea
21:16.39cr2_CLK_MND16(VFE, CAM_VFE_NS, B(9), B(13), clk_tbl_vfe_jpeg,
21:16.41cr2_AXI_LI_VFE, chld_vfe),
21:16.42cr2_CLK_SLAVE(VFE_MDC, CAM_VFE_NS, B(11), VFE),
21:16.49cr2_does it tell you something ?
21:17.25phh(that my IRC client doesn't want me to get full lines with copy pasting)
21:17.30phhthe VFE clock might be wrong
21:17.42phhI mean AXI_VFE
21:18.10cr2_some bits are ok
21:18.23phhwait, it means camif vfe_mdc and vfe shares the same clock ?
21:18.24phhmmm
21:18.33cr2_yes
21:18.53cr2_they arer slave, not mnd
21:19.04cr2_real clocks are mnd
21:19.24cr2_or basic
21:19.34cr2_or norate
21:19.42cr2_or 1rate :)
21:20.43*** join/#htc-linux [1]Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
21:20.58cr2_struct clk_freq_tbl *cf = t->current_freq;
21:21.18cr2_they also go through the lst
21:22.44cr2_lol
21:22.51cr2_<PROTECTED>
21:23.21phh:)
21:23.39phhit's pretty much unusable finally.
21:23.52cr2_well, we may revise this table
21:24.06phhthey just show a less ugly but less readable way of coding this clock thing.
21:24.09cr2_ad use this driver
21:24.29cr2_but it still does not match the android driver api
21:25.52phhthe F_BASIC clocks are easy to understand at least.
21:26.32cr2_but we don't have so much plls
21:26.41cr2_and use PLL0 and PLL1 only
21:26.45tmztcr2_: how different are 8k from the uboot patch?
21:26.49tmztas far as clocks
21:26.56cr2_maybe TCX0 too, but it's very seldom
21:27.26cr2_tmzt: they don't need so much clocks in uboot
21:27.30tmztyeah, the vfe thing makes sense, hard to keep it synced otherwise
21:27.41cr2_tmzt: add the 7x30 column to MSM_CLK wiki, then you will see
21:27.47tmztno, but they just copied some datasheet as headers
21:28.02phhtmzt: they did the same in hero's source code
21:28.07tmztthey did that for xx30?
21:28.12makkonenboydell: I have not updated my radio. why should I be updating my radio?
21:28.13cr2_tmzt: i've added 8x50 to MSM_CLK long time ago
21:28.14tmztoh, cool
21:28.28phhtmzt: for 7x30 they gave functional source code.
21:28.30*** join/#htc-linux MarcLandis (~drettsch@port-92-195-10-37.dynamic.qsc.de)
21:28.31phhnot just headers
21:28.49cr2_phh: seems to be the only such cpu ;)
21:28.51phhI don't understand why they removed that from the spl
21:28.57phhamss*
21:28.58phhnot spl...
21:28.59tmztthe should have used a for macro there
21:29.06tmztin kernel code
21:29.24cr2_androids edited the amss
21:29.39phhcr2_: and msm7x30 isn't intented for android ?
21:29.41cr2_and added this code there
21:29.54tmztTSIF_REF?
21:29.57cr2_phh: since there are no such phones so far ?
21:30.03tmztwe don't know what that is?
21:30.06phhcr2_: right.
21:30.31tmztPixi is 7x27 and code should be available now
21:30.36Boydellmakkonen: audio worked for me no problem. Me thinks it may be something with the radio? was earpeice AND back speaker broke for you?
21:30.38cr2_hdmi output for a cellphone ?
21:30.43cr2_tmzt: where ?
21:30.47phhcr2_: motorla announced some
21:30.54phhtmzt: they did release everything ?
21:30.59cr2_opensource.motorola.com ?
21:31.10phhcr2_: pixi is palm :p
21:31.14cr2_btw, i7500 phone is simply ugly
21:31.24cr2_the tg01 is even worse ;)
21:31.48makkonenboydell: not sure. didn't try a call. back speaker was definitely out -- earpiece might've been (couldn't get anything thru google voice). reverted the power off fix and everything's good again.
21:32.05BoydellBah. I like the power off though :(
21:32.07tmztopensource.palm.com if they fixed the 1.3.5 package
21:32.32makkonenI find it useless. I never want to power my phone off. reboot would be nice.
21:33.05BoydellI dont really stay in android. Not yet. I only do some testing here and there with it. Its not stable enough for me.
21:33.13cr2_phh: did you merge the new arm9 reset code ?
21:33.17makkonen(I will try the radio update later -- I don't really expect much out of it, though.)
21:33.34makkonensure. I don't stay in android either... but I also don't shut my phone off. I reboot into winmo.
21:33.43*** join/#htc-linux MarcLandis (~drettsch@port-92-195-10-37.dynamic.qsc.de)
21:34.01cr2_tmzt: only webos somethning there
21:34.06BoydellYah I do the same thing I guess.
21:34.10tmztkernel/linux
21:35.07cr2_Not Found
21:35.08cr2_The requested URL /kernel/linux was not found on this server.
21:37.03phhtmzt: cool
21:37.21*** join/#htc-linux shakaran (~shakaran@169.Red-83-35-49.dynamicIP.rima-tde.net)
21:37.24phhcr2_: just download the patch file
21:37.30phhthe .tar.gz is the vanilla kernel
21:37.59tmztcr2_: look in the package list for 1.3.5
21:38.11tmztphh: is the pixi stuff there now?
21:38.20tmztor still just the board
21:38.22phhtmzt: there are more mach-msm files at least.
21:38.26tmztgood
21:38.29tmztthat's a start
21:38.36cr2_phh: link
21:38.49phhcr2_: http://palm.cdnetworks.net/opensource/1.3.5.2/linuxkernel-2.6.24-patch.gz ?
21:39.00cr2_thanks
21:39.30phhah sorry.
21:39.58phhtmzt: still only one mach-msm file
21:40.27phhthe file i'd seen was just a header
21:41.10tmzthmm
21:41.17tmztwe need to ping geist again
21:41.17cr2_phh: acceleroemter has an own irq on topa ?
21:41.32cr2_490x31irq116 mot?
21:41.32tmztunless it's in microp
21:41.37phhcr2_: afaik it's an interrupt over microp
21:41.42cr2_yes
21:41.47shakaranhi
21:41.50cr2_thedata goes ver microp
21:41.58phhbut not the irq ?
21:42.05shakaranI have two HTC HD and I wanna test with linux and android, someone can give me some info? thanks
21:42.28cr2_phh: do you have a handler for this irq ?
21:42.35phhcr2_: no
21:42.39tmztshakaran: NetRipper
21:43.48shakarantmzt: he says "zz", maybe is sleeping
21:44.08phhtmzt: NetRipper is hd*2*
21:44.14phhhd is blackstone
21:44.20tmztoops
21:44.25tmzttwo HTC HD
21:44.30tmztnot two HTC HD2
21:44.30phh:p
21:44.47phhcode names are so easier
21:44.59tmztwhat's hd2
21:45.15tmztnot whit
21:45.25tmztleo
21:45.47phhcr2_: have you read the interrupt handler of mahimahi ?
21:46.03cr2_phh: where ?
21:46.14phhfor microp device*
21:46.17tmztnexus
21:46.17cr2_no
21:46.25phhoh really ?
21:46.25tmztmahimahi is close to nexus
21:46.27phhhum.
21:46.28tmztor is nexus
21:46.31phhtmzt: is
21:46.36tmztok
21:46.39cr2_different amss
21:46.47cr2_so it needs modified dex
21:46.53cr2_and the lcd panel code too
21:46.57phhcr2_: http://husson.hd.free.fr/board-mahimahi-microp.c
21:47.11shakaranmy model is HTC Touch HD T8282
21:47.29tmztwhat does dex have to do with microp?
21:47.32phhshakaran: its true name is blackstone.
21:47.35phhtmzt: nothing
21:47.44phhtmzt: cr2_ was just talking to leo vs nexus
21:48.00shakaranphh: oh, thanks I don't know it
21:48.06cr2_phh: hm. may be a good addition to wiki
21:48.12phhcr2_: in this file there is one thing I love. all the MICROP_I2C cmds
21:48.16phhonly a few are actually used.
21:48.17tmztshakaran: it's BLAC
21:48.26NetRippershakaran, keep an eye on the linux on hd2 thread on xda
21:48.26cr2_phh: i've already done leo+nexus gpio table
21:48.38NetRipperoh
21:48.41shakaranyes, it is black (I am a spanish guy)
21:48.42tmztthey are all documented thiugh?
21:48.52tmztblackstone
21:49.01cr2_phh: not all
21:49.12shakaranI found this topic on google: http://forum.xda-developers.com/showthread.php?t=584559 and then I go to here
21:49.13tmztI think linux-msm works on it just fine
21:49.19cr2_tmzt: need to create a table in the microP wiki page
21:50.18cr2_phh: i think wiki has more commands
21:50.24phhyes it does
21:50.30phhsome commands has no sense on mahimahi
21:50.36phhlike the LEDs effects stuff
21:50.58cr2_but they are used not so extensively as on raph
21:51.24tmztwould they work?
21:52.19phhcr2_: at least I found the auto backlight command :p
21:52.45phh(yes, I need few to be happy now. after walls like camera or gps ...)
21:53.00*** join/#htc-linux randomblame (~kevin@c-71-59-184-96.hsd1.wa.comcast.net)
21:54.11cr2_NetRipper: do we have readuart N, and writeuart N 0xfoo commands in haret ?
21:54.16shakaranguys, I have a hosting company and I want offer a free hosting for the proyect without restrictions
21:54.29cr2_NetRipper: at least readuart N should be nice
21:55.05NetRipperum they dont sound familiar
21:55.36cr2_NetRipper: there was some irda or serial code
21:55.53phhon lea ? I'd guess it's irda :p
21:56.19cr2_shakaran: there is htc-linux.org. what do you mean by hosting ?
21:56.33tmztbuildbots?
21:56.40cr2_phh: on blueangel/himalaya ?
21:56.46tmztdon't we have those now
21:56.51phhtmzt: I think we would just ask glemsom if we need new build releases
21:56.56tmztyeah
21:56.58phhhe already does main tree
21:57.11shakarantoo, I can offer ssh access, python, django, without restriccions, all free (I really like this project and linux)
21:57.12phhcr2_: bah, on theses ones it doesn't sound stupid.
21:57.59NetRippercr2_, um ok if you say so hehe, i havent used it yet then ;)
21:58.03shakaranwith cpanel, php, mysql, etc
21:58.21cr2_NetRipper: ok, i need to look at my old archives
21:58.28tmztshakaran: ask Kevin2 if he wants a mirror of linuxtogo.org
21:58.44cr2_NetRipper: there even was a version that dumped .dlls off ram;)
21:58.44shakaranok,I ask him
21:58.54phhwow. htc_fb_console works, but without it the system reboots before ramconsole is even inited
21:59.18cr2_phh: hm. you reminded me about VIDEOLFB
21:59.48cr2_phh: rename to htc_msmfb_console ?
21:59.49tmztcr2_: you never answered how we code the dst format value
21:59.52tmztas bpp?
22:00.01tmztdrop htc
22:00.13tmztthere's nothing htc specific about it
22:00.13cr2_yes
22:00.28cr2_tmzt: 7201A specific ?
22:00.45tmzt7k mdp at leastt
22:00.54tmztwe will need something else for 8k/30
22:01.08tmztmsm7x00_earlyfb or _efb
22:01.18cr2_tmzt: will it work on 7[25]00 ?
22:01.34tmzt7x27/30? those are mdp1.2
22:01.42cr2_tmzt: mdp should be in the name
22:01.45tmztwe have to see from qct/palm code
22:01.55tmztmdp is part of it
22:01.59cr2_no. 7200 and 7500 aka vogue/kaiser
22:02.05tmztit should
22:02.10cr2_you are not forced to use mdp
22:02.13tmztdzo uses it even earlier in startup
22:02.15tmzton nand
22:02.22tmztforced to use mdp?
22:02.28tmztno I think mddi scans out
22:02.40tmztmdp has different parts
22:02.42cr2_pmdh
22:02.45cr2_yes
22:02.45tmztpmdh is the host
22:02.51tmztthere's also ppp
22:03.11tmztif we do w h bpp lfb should work on A and non-A
22:03.24cr2_can the host drive the client without mdp ?
22:03.25*** join/#htc-linux surge (surge@pool-98-118-154-21.bflony.fios.verizon.net)
22:03.40tmztI think msm7x0x-efb is the right name, 7xxx if we solve that issue
22:03.48tmztI think sort of
22:03.55tmztif the fb is mapped
22:04.15cr2_ok
22:04.34cr2_i see mdp as an extra layer of complexity
22:04.52ToAsTcfhman no matter what the app is i get syntax error
22:04.56cr2_the early console should be as dumb as possible
22:05.04cr2_like the uboot 8x50 console
22:05.16tmztit shouldn't be char based
22:05.24tmztit should really be registering fbcon
22:05.29tmztit's done for other devices
22:05.43tmztactually dzo's approach is cool too
22:05.51cr2_fbcon init is too late ?
22:05.53tmztsince it works before c stacks are inited
22:05.59tmztearlycon isn't
22:06.10tmztthose are just stages of the kernel booting
22:06.18ToAsTcfhphh: did u eve try it?
22:06.20tmztthe name you use doesn't matter
22:06.30phhToAsTcfh: still not sorry I have a major bug to fi
22:06.30phhx
22:06.39shakaranCould someone add a wiki page for blackstone?
22:06.39ToAsTcfhoh ok
22:06.52shakaranI dont have permissions
22:06.59cr2_shakaran: ask NetRipper
22:07.09NetRipperlol why me?
22:07.18NetRipperyou're delegating too easily cr2 :P
22:07.19phhshakaran: why ?
22:07.20tmztor dcordes
22:07.30phhshakaran: I mean, what's the point ?
22:07.39ToAsTcfhive tried like six different tools and none have even given a different error then the same syntax error
22:07.47cr2_NetRipper: lol. i think you and dcordes always did it :)
22:08.36shakaranphh: for the HTC HD model (blackstone)
22:08.42phhshakaran: yes... and ... ?*
22:08.51phhToAsTcfh: http://husson.hd.free.fr/vgrabber
22:08.55phhshakaran: I mean, what's the point ?
22:09.00tmztvgrabber?
22:09.02shakaranphh: add info?
22:09.02phhit's just a diamond with bigger screen
22:09.21shakaranI newbie, I know, but it dont need some info?
22:09.25phhshakaran: AFAIK all needed and known infos are here
22:09.56cr2_MICROP_I2C_RCMD_GREEN_LED_REMAIN_TIME
22:12.33cr2_phh: mahimahi microp cmd list is quite different from what we have.
22:12.40cr2_there are some common codes though
22:12.50phhcr2_: I'd bet interrupt handling is the same
22:13.44ToAsTcfhphh: it worked!!! but my camera is on /dev/video20
22:13.52phhToAsTcfh: ln then.
22:13.59phhln -s /dev/video20 /dev/video0
22:14.12cr2_video20. omg
22:14.20phhcr2_: yes same here, I still haven't understood why.
22:14.27phhand I don't want to know actually
22:14.40cr2_lol
22:15.04ToAsTcfhlol it worked for a second thenit rebooted the device
22:15.19phhcool.
22:15.22phhramconsole then
22:15.22ToAsTcfhlol
22:15.36phhand fix the crash
22:15.47ToAsTcfhso does it save to the sd or something?
22:15.57phhno, to the memory
22:16.02phhthat's why it's called *ram* console
22:16.13ToAsTcfhno vgrabber
22:16.18phhah.
22:16.21ToAsTcfhlol
22:16.23phhit prints to stdout
22:17.12cr2_ret = request_irq(client->irq
22:17.21cr2_phh: where is it set ?
22:17.31ToAsTcfhheh now the device just keeps rebooting once it gets to the home screen
22:17.49cr2_phh: in the board file ?
22:18.00phh<PROTECTED>
22:18.10phhboard-mahimahi.h:#define MAHIMAHI_GPIO_UP_INT_N         35
22:18.16cr2_phh: let me check
22:18.46tmztToAsTcfh: the device or anddroid/zygote?
22:18.57cr2_35  0x23      EXT_MIC irq?  UP_INT_N
22:19.05tmztnice
22:19.07ToAsTcfhheh it did it twice then stopped
22:19.19tmztdid what?
22:19.26ToAsTcfhrebooted
22:20.01phhcr2_: doesn't seem to match
22:20.37cr2_phh: on topa
22:20.40cr2_270x1birq1111 microP irq
22:20.51cr2_but also
22:20.52cr2_490x31irq116 mot?
22:21.03cr2_we need to ask topa people which one is used
22:21.06phhcr2_: I can't see any microp interrupt we could easily trigger mmm
22:21.23phhon rhod there is the keyboard
22:21.25cr2_"mot" should be some gsensor irq
22:21.33tmztmotion
22:21.51cr2_tmzt: thanks
22:21.55tmztmicrop might have a gpio for motion
22:22.11cr2_tmzt: only motorola came into my mind
22:22.28cr2_so on topaz we have 2 irqs
22:23.25cr2_tmzt: what is keyboard irq ?
22:23.36cr2_tmzt: keyboard opened, or key pressed ?
22:23.46*** join/#htc-linux stickboy (~anonymous@128.153.211.205)
22:24.29NetRipperis it Blacstone or Blackstone?
22:24.35phhblackstone
22:24.38NetRipperok
22:24.40phhaka balc
22:24.41phhblac*
22:24.56NetRippercan only dcordes edit the main page of htc-linux.org?
22:25.19tmztso it's cascaded which is why you would see the microp irq
22:25.23phhI first need a reason to add a blac's page.
22:25.27cr2_NetRipper: maybe
22:25.37cr2_after some spam attack
22:25.47tmztcr2_: the irq is probably a general irq from the microp chip
22:25.55NetRippershakaran will move data for blackstone from xda-devs wiki over to htc-linux wiki and make it up-to-date
22:25.55tmztif it's anthing like pcap on motorola
22:26.12cr2_tmzt: the microp irq may be demuxed for microp gpios
22:26.19cr2_tmzt: but i don't know where is is used. outside nexus
22:26.23tmztyou need to read the isr on the microp
22:26.29tmztyep
22:26.33NetRipperso we need a link on front page for blackstone, hence im asking :)
22:26.34tmztwe need a gpiochip driver
22:26.43tmztwyrm's for pcap should work
22:26.48phhNetRipper: there isn't much differences compared to diam/raph
22:27.14NetRipperphh, yep he could refer to it
22:27.46phhand blac is already documented in raph's section
22:28.58shakaranphh: I remix the info
22:29.17phhhow useful would that be ?
22:30.18NetRippershakaran, what do you mean by remix? please don't totally change the existing pages :)
22:30.37shakaranok
22:31.49phhToAsTcfh: so it keeps crashing the phone ?
22:32.34ToAsTcfhyeah
22:32.46phhcool.
22:32.56ToAsTcfhidk how to use ramconsole still
22:33.04phhcat /proc/last_kmsg ?
22:33.13ToAsTcfhoh
22:33.18ToAsTcfhi know that one
22:33.20ToAsTcfhlol
22:34.20ToAsTcfh[  449.133605] Kernel panic - not syncing: Fatal exception
22:34.53phhNO WAY
22:34.56phhI can't believe it
22:35.45phhToAsTcfh: and seriously, any real message ?
22:36.00ToAsTcfhhttp://pastebin.com/d5c0e7ab0
22:36.02ToAsTcfhlol
22:36.10ToAsTcfhi gotta eat ill brb
22:36.17tmztwyrm/ao2 I think
22:36.22Boydellphh: haha. Never would have seen that coming eh? ahahah
22:37.13phhlol
22:37.18phhmutex_lock_slowpath which crashes
22:40.15phhyay. I lost all my work of the day on microp-klt
22:40.21*** join/#htc-linux nashpa (~dliviu@dliviu.plus.com)
22:40.58*** join/#htc-linux arrrghhh (~me@c-71-196-233-184.hsd1.co.comcast.net)
22:42.05Boydellmicrop-ktl? what you doin in there?
22:42.42phhBoydell: read/write led effects from userland
22:42.45phhhandling auto backlight
22:42.49Boydellah ok
22:43.13BoydellI thought all that was working ok now?
22:43.32phhyou've seen any userland tool sending "breath" led effect ?
22:43.56Boydellwell, I dont really understand the term "userland"
22:44.07phheverything that is not the kernel and that runs on A11 ? :p
22:44.34Boydelldoesnt really help. oh well.
22:49.18ToAsTcfhheh so how to fix the mutinex isse
22:49.38phhI'd say mmmm
22:49.40phhobiwan kenobi
22:49.48ToAsTcfh?!
22:50.03Boydellslash n' hack? lol
22:50.07Boydellbutton mash?
22:53.02ToAsTcfheh so something maybe wrong in the kernel
22:53.12phhToAsTcfh: definitely.
22:53.19phhI hoped for an ARM9 crash though
22:53.48ToAsTcfhneed to look at mutinex.c maybe then
22:54.06ToAsTcfhmutex
23:02.11*** join/#htc-linux apt (ibot@rikers.org)
23:02.13ToAsTcfhwhy are there only 5 people in here
23:02.39ToAsTcfhim on the wrong side of the netsplit i think
23:05.53*** join/#htc-linux kupo (kupo@pinky.ratman.org)
23:05.53*** join/#htc-linux shakaran (~shakaran@169.Red-83-35-49.dynamicIP.rima-tde.net)
23:05.53*** join/#htc-linux high-rez (~gus@carrera.bourg.net)
23:05.53*** join/#htc-linux spikebike (~bill@209.237.247.72)
23:05.53*** join/#htc-linux bkero (~bkero@ash.osuosl.org)
23:05.53*** join/#htc-linux c2d (~Mike@port-92-200-114-107.dynamic.qsc.de)
23:05.53*** join/#htc-linux Dindon (OSEF@193.27.79.0)
23:05.53*** join/#htc-linux NetRipper (~netripper@tikkie.net)
23:05.53*** join/#htc-linux kad_ (~kad@219-89-117-161.adsl.xtra.co.nz)
23:05.53*** join/#htc-linux HardDisk_WP (~Marco@wikipedia/harddisk)
23:05.53*** join/#htc-linux Foxdie (Foxdie@opencanvas.kicks-ass.net)
23:05.54*** join/#htc-linux MoishaSPB (~MoishaSPB@user-12hdsgv.cable.mindspring.com)
23:05.54*** join/#htc-linux pini (~pini@bou-fi.pustule.org)
23:05.54*** join/#htc-linux jontow (jontow@hijacked.us)
23:05.54*** join/#htc-linux grayeul (~brobison@user-12lm3n5.cable.mindspring.com)
23:05.54*** join/#htc-linux nozze (~nozze@u193-11-162-41.studentnatet.se)
23:05.54*** join/#htc-linux Ekips (spike@d51A460C9.access.telenet.be)
23:05.54*** join/#htc-linux nrirclog (~nrirclog@netripper.com)
23:05.54*** join/#htc-linux thedicemaster (thedicemas@j89126.upc-j.chello.nl)
23:05.54*** join/#htc-linux |Jason8| (JayAte@2001:470:1f07:714::15e)
23:05.54*** join/#htc-linux stinebd (~bryan@stinebd-2-pt.tunnel.tserv4.nyc4.ipv6.he.net)
23:05.54*** join/#htc-linux rosseaux (znc@129-167-19-84.nbiserv.com)
23:05.54*** join/#htc-linux IceBone (~IceBone@89-212-106-54.dynamic.dsl.t-2.net)
23:05.54*** join/#htc-linux cyberdesigner (~cyberdesi@port-92-206-189-164.dynamic.qsc.de)
23:05.54*** join/#htc-linux MrPippy (~pip@adsl-75-37-167-3.dsl.sndg02.sbcglobal.net)
23:05.54*** join/#htc-linux surge (surge@pool-98-118-154-21.bflony.fios.verizon.net)
23:05.54*** join/#htc-linux BabelO (~fcr@2a01:e35:2ee1:c1c0:21e:8cff:fe2d:7d3f)
23:05.54*** join/#htc-linux mickey|dinner (~mickey@80.81.242.146)
23:05.54*** join/#htc-linux mpurcell (~mpurcell@sholes.info)
23:05.54*** join/#htc-linux chemical_at_work (~chemical@217.6.162.228)
23:05.54*** join/#htc-linux Dinde (kayser@sur-internet.net)
23:05.54*** join/#htc-linux Hellie (soulreaper@wield.the.scythe.of.the.soulreaper.net)
23:05.54*** join/#htc-linux maejrep (~madcoder@c-68-42-30-56.hsd1.pa.comcast.net)
23:05.54*** join/#htc-linux Forsaken|Desk (~Forsaken@dslb-084-058-244-232.pools.arcor-ip.net)
23:05.55*** join/#htc-linux Dunedan (~dunedan@phoenitydawn.de)
23:05.55*** join/#htc-linux ImCoKeMaN (~imcokeman@pool-71-251-145-207.hrbgpa.fios.verizon.net)
23:05.55*** join/#htc-linux kvaster (~kvaster@live.bn.by)
23:05.55*** join/#htc-linux MarcLandis (~drettsch@port-92-195-10-37.dynamic.qsc.de)
23:05.55*** join/#htc-linux prinex (~prinex@m57s22.vlinux.de)
23:05.55*** join/#htc-linux dilinger (~dilinger@LUNGE.MIT.EDU)
23:05.55*** join/#htc-linux joschi (1002@91.204.171.9)
23:05.55*** join/#htc-linux StarLite (~nnscript@s55916cb1.adsl.wanadoo.nl)
23:05.55*** join/#htc-linux luminoso (~lumos@av-217-129-128-10.netvisao.pt)
23:05.55*** join/#htc-linux Kevin2 (~Kevin2@207-172-165-101.s101.tnt1.nywnj.ny.dialup.rcn.com)
23:05.55*** join/#htc-linux droid001 (~g1@p4FDCA51C.dip.t-dialin.net)
23:05.55*** join/#htc-linux the_sys0p (~the_sys0p@cpe-76-93-251-206.bak.res.rr.com)
23:05.55*** join/#htc-linux Squarc (~Squarc@82-217-32-29.cable.quicknet.nl)
23:05.55*** join/#htc-linux toer (tore@179.81-166-86.customer.lyse.net)
23:05.55*** join/#htc-linux jooprzol (~jooprzol@ip72-213-132-178.ok.ok.cox.net)
23:05.55*** join/#htc-linux leobaillard (~leobailla@leobaillard.org)
23:05.55*** join/#htc-linux AstainHellbring (~AstainHel@174-23-40-113.slkc.qwest.net)
23:05.55*** join/#htc-linux mrmoku|away (~mrmoku@ppp-93-104-27-92.dynamic.mnet-online.de)
23:05.55*** join/#htc-linux rashire (~ed1112war@98.114.89.97)
23:05.55*** join/#htc-linux pigeon (~pigeon@eth5284.nsw.adsl.internode.on.net)
23:05.55*** join/#htc-linux zycho__ (~zycho@g227176178.adsl.alicedsl.de)
23:05.55*** join/#htc-linux stickboy (~anonymous@128.153.211.205)
23:05.56*** join/#htc-linux nashpa (~dliviu@dliviu.plus.com)
23:05.56*** join/#htc-linux BHSPitMonkey (~stephen@pool-71-252-194-100.dllstx.fios.verizon.net)
23:05.56*** join/#htc-linux GNUtoo (~GNUtoo@host46-130-dynamic.244-95-r.retail.telecomitalia.it)
23:05.56*** join/#htc-linux cosein (logan@slammer.CS.Dal.Ca)
23:05.56*** join/#htc-linux cr2_ (~cr2@ip-109-84-140-229.web.vodafone.de)
23:05.56*** join/#htc-linux M1DLGpc_ (~M1DLGpc@bb-87-81-252-83.ukonline.co.uk)
23:05.56*** join/#htc-linux GNUtoo|oeee (~GNUtoo@host46-130-dynamic.244-95-r.retail.telecomitalia.it)
23:05.56*** join/#htc-linux gazab (~gazab@c-2d85e555.04-117-6c6b7013.cust.bredbandsbolaget.se)
23:05.56*** join/#htc-linux Hoochster (~hooch@74.194.109.73)
23:05.56*** join/#htc-linux The-Compiler (florian@unaffiliated/the-compiler)
23:05.56*** join/#htc-linux rzk_ (~rzk@daemonet.ru)
23:05.56*** join/#htc-linux bartman (~bart@tau.jukie.net)
23:05.56*** join/#htc-linux DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com)
23:05.56*** join/#htc-linux ali1234 (~al@robotfuzz.co.uk)
23:05.56*** join/#htc-linux niall0s (niall@spoon.netsoc.tcd.ie)
23:05.56*** join/#htc-linux docc (~docc@static.88-198-83-83.clients.your-server.de)
23:05.56*** join/#htc-linux JdGordon (~jonno@rockbox/developer/JdGordon)
23:05.56*** join/#htc-linux label2k10 (~label2k10@chessman.acephale.fr)
23:05.56*** join/#htc-linux leviathan (~quassel@c-82-192-226-27.customer.ggaweb.ch)
23:05.56*** join/#htc-linux parmaster (par@dipole.idlepattern.com)
23:05.56*** join/#htc-linux thinko (~jdoe6alph@smaug.rackdragon.com)
23:05.56*** join/#htc-linux lenix (~irc@lenix.de)
23:05.56*** join/#htc-linux tmzt (~tmzt@adsl-99-164-34-42.dsl.akrnoh.sbcglobal.net)
23:05.57*** join/#htc-linux furtardo (~mks@nat/yahoo/x-aitbmipwxauhckoz)
23:05.57*** join/#htc-linux dvarnes (~dvarnes@203-206-128-239.perm.iinet.net.au)
23:05.57*** join/#htc-linux pershoot (~pershoot@cpe-72-227-138-97.nyc.res.rr.com)
23:05.57*** join/#htc-linux Captnoord (~Captnoord@dc5147a47b.adsl.wanadoo.nl)
23:05.57*** join/#htc-linux NeoMatrixJR (~chatzilla@173-25-48-60.client.mchsi.com)
23:05.57*** join/#htc-linux luke-jr (~luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d)
23:05.57*** join/#htc-linux friehmaen (freeman@xers.de)
23:05.57*** join/#htc-linux alphaone|gone (~alphaone@2001:638:602:af01::1)
23:05.57*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
23:05.57*** join/#htc-linux infernix (nix@unaffiliated/infernix)
23:05.57*** join/#htc-linux xfight81 (~quassel@host106-136-dynamic.5-87-r.retail.telecomitalia.it)
23:05.57*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
23:05.57*** join/#htc-linux kri5 (~kri5@cowdy.vlmc.org)
23:05.57*** join/#htc-linux phh (~quassel@2a01:e35:2e4b:b2b0:250:8dff:fee1:c793)
23:05.57*** join/#htc-linux darkstar62 (~nndarksta@97-126-116-159.tukw.qwest.net)
23:05.57*** join/#htc-linux IceWewe (~untitled@CPE0015f202b5d6-CM0014e82679d8.cpe.net.cable.rogers.com)
23:05.57*** mode/#htc-linux [+q $~a] by zelazny.freenode.net
23:05.57*** topic/#htc-linux by zelazny.freenode.net -> Welcome to htc-linux | Project homepage and wiki http://htc-linux.org | Livelogs: http://irclog.netripper.com/?chan=htc-linux | Logs: http://apt.rikers.org/%23htc-linux | htc-linux is not android
23:06.57*** join/#htc-linux chamonix (chamonix@2001:5c0:1500:3400::5)
23:06.58*** join/#htc-linux chamonix (chamonix@unaffiliated/chamonix)
23:07.00ToAsTcfhyay!!! that sucked
23:09.10ToAsTcfhwell phh thanx for the help. this sux. i figured the kernel would be the least of my worries
23:15.40shakaranThere is some way to close a fail init on haret?
23:22.57*** part/#htc-linux c2d (~Mike@port-92-200-114-107.dynamic.qsc.de)
23:25.42*** join/#htc-linux chamonix (chamonix@2001:5c0:1500:3400::5)
23:31.13*** join/#htc-linux fish1209 (~fish1209@unaffiliated/fish0912)
23:37.49*** join/#htc-linux fish1209 (~fish1209@unaffiliated/fish0912)
23:38.44*** join/#htc-linux marcin_ (~marcin@chello089077185059.chello.pl)
23:39.15*** join/#htc-linux arrrghhh (~me@c-71-196-233-184.hsd1.co.comcast.net)
23:42.50*** join/#htc-linux cr2_ (~cr2@ip-109-84-140-229.web.vodafone.de)
23:44.12arrrghhhmakkonen, i tried building the kernel from your new commits and it error'd out...
23:48.10*** join/#htc-linux MarcLandis (~drettsch@port-92-195-10-37.dynamic.qsc.de)
23:48.40*** join/#htc-linux swc|666 (~infidel20@unaffiliated/swc666/x-4934821)
23:48.44arrrghhhprobably something i'm doin wrong.
23:54.15*** join/#htc-linux shakaran (~shakaran@169.Red-83-35-49.dynamicIP.rima-tde.net)

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