IRC log for #htc-linux on 20080825

00:23.26*** join/#htc-linux foobar`` (n=testuser@c-67-180-30-93.hsd1.ca.comcast.net)
01:20.48*** join/#htc-linux marajin (n=marajin@87-194-102-189.bethere.co.uk)
01:20.53marajinthat was worrisome
01:22.21ginge<PROTECTED>
01:22.59gingedcordes_: I guess we should either probe those and create them with a script, or fix auto dev creation
01:25.48dcordes_fix auto dev creation would be more elegant no
01:26.57dcordes_that is not what caused the problem with ppp in angstrom, because I had only smd0
01:27.06dcordes_and no other smd device
01:27.34gingeyeah, it depends on the order of initialisation of the char devs. Auto would be best
01:28.29dcordes_is that in kaiser-smd.c?
01:30.33gingeno, it would be angstrom init I would imagine
01:30.35marajin'lo ginge
01:30.52marajindcordes_: ginge: you didn't try to run anything on perses er.. ~ 45 minutes ago did you?
01:30.52gingethe alternative is to define a major for in in the smd code
01:31.15gingemarajin: no, but I did reboot about then, probably logged in over ftp and did ls
01:31.27marajinhmm
01:32.01gingeerr no, wait it is much later than I thought...
01:32.10ginge02:31:46 up
01:32.12marajinwell the wierdness is that perses would NOT talk to the network, and I didn't wish to go into the attic disturbing people at 2am to see what was on the screen
01:32.38gingehmm
01:32.43marajinI did a rather nasty powercycle from here which brought it back up but I get worried when things pretty seriously lock up
01:33.03marajinoddly it was responding to pings
01:33.14marajinbut ssh/http were dead
01:34.06marajinI see naff all suspicous in logs
01:35.57dcordes_ginge: I think we should do it in the kernel so in all distros we get the correct device assignments from udev
01:36.10dcordes_marajin: I didn't access any of your servers
01:36.56marajindcordes_: I only have one mate
01:37.20tmzt_mp900care the smd's in /sys/class/tty ?
01:38.57dcordes_tmzt_mp900c: booting..
01:39.14dcordes_but they are registred as normal serial devices in the system iirc
01:41.48tmzt_mp900cdid you get the angstrom problem solved?
01:42.15dcordes_tmzt_mp900c: in /sys/class/tty/ all smd devices provided by the driver are registred.
01:42.26gingedcordes_: we could do it in the kernel... one line change here is an approximation of mine
01:42.26gingesmd_tty.c
01:42.26ginge-smd_tty_driver->major = 0;
01:42.26ginge+smd_tty_driver->major = 199; //or whatever
01:42.47dcordes_which are (with the htc-msm git) 0 1 2 3 7
01:43.47dcordes_tmzt_mp900c: the problem with the system freezing when I try to access the smd caracter devices?
01:43.50dcordes_no
01:44.09gingedcordes_: get those ttySx autocreated at boot, and ln smdx to them
01:44.10dcordes_very odd, only appears in fso image
01:44.38dcordes_which ttySx?
01:45.05gingeI assume that angstrom proves sys and gets the tty devices, autocreating them.
01:45.24ginges/provs/provides udev/
01:45.31dcordes_we've always had smdx not ttySx devices
01:45.31gingebah
01:45.48tmzt_mp900cif there in sys shouldn't udev already create them?
01:45.51gingeright, but most scripts will autocreate them as tty names
01:46.05dcordes_what scripts?
01:46.13gingeinit scripts
01:46.17gingeudev
01:46.27dcordes_angstrom udev doesn't
01:46.38tmzt_mp900cthen something is missing?
01:46.40gingewhat does it call them?
01:46.59gingeyeah, its not configured right
01:47.11dcordes_when you don't run udev in angstrom, you won't get /dev/smd?
01:47.43gingedidnt you hard create them?
01:47.54dcordes_no that's only in the odd image
01:48.08dcordes_because init isn't called there correctly
01:48.15dcordes_it only runs /bin/sh
01:48.35gingeright, but it has an init sequence handler, right?
01:48.44dcordes_with the old (non rtc) kernel, the devices are created perfectly in angstrom.
01:49.08gingedid you try rtc?
01:49.11gingeit is in mainline
01:49.28dcordes_oh you got a git account?
01:49.39gingeno no no.
01:49.50gingethe rtc code is in git already, did you try it?
01:50.08dcordes_of course.. the marbalon
01:50.11dcordes_no
01:50.23dcordes_I only ran your .25 image with rtc
01:50.30dcordes_but didn't check for smd
01:50.36ginge:/
01:50.46gingeso none of it is tested
01:50.55dcordes_I assumed marbalon tested it
01:51.02gingeO.o
01:51.12dcordes_?
01:51.15gingecan you try your .24 git enable rtc and see if smd works please
01:51.25dcordes_yes 3 mins
01:51.52dcordes_my commit from 2008-07-27 doesn't do anything
01:51.54gingeIf I tell someone my patch would work I assume that there will be at least three problems, and hope someone sees them :)
01:52.08gingeno rush... just curious
01:52.34dcordes_I didn't test it enough
01:52.50dcordes_the keyboard problem is very random
01:53.04gingedont really get it happen that often
01:53.28dcordes_me n'either
01:53.55gingenot enough for me to worry about at this stage
01:56.26dcordes_ginge: I have 2.6.24 with CONFIG_RTC_DRV_MSM7x00=y running.
01:56.41gingesmd major ok?
01:56.49gingewhat is the major btw?
01:56.53dcordes_I fetched htc-msm the other day and patched with ts fixes.
01:57.19dcordes_I only got 0 1 2 3 7
01:57.35gingeyeah but whats the major numbers of those?
01:57.37dcordes_that's AT GPRS mystery1 mystery2 GPS no?
01:57.50gingecat /proc/devices
01:58.03gingeor ls -l /dev/smd*
01:58.10dcordes_they are not listed there
01:58.20gingewhere?
01:58.27dcordes_01237
01:58.35dcordes_253
01:58.36gingeyou should have 253 smd
01:59.06dcordes_sorry, smd 253 is present in /proc/devices
01:59.22gingeokay, if data works, its okay
01:59.39gingejust image that had it hard coded would break (android sd images etc)
01:59.47dcordes_date matches my desktop time
01:59.51dcordes_so the rtc seems to work right?
02:00.16dcordes_why would something break?
02:00.47gingebefore rtc the smd was 254
02:00.52dcordes_oh
02:01.00dcordes_got it.,.
02:02.47dcordes_ginge: did you ever try wifi?
02:02.56gingeworking on it now
02:03.11dcordes_you seen my conv. with san?
02:03.19gingeno?
02:03.28dcordes_or rather his pointer with the wifi irq sdio
02:03.39dcordes_GPIO for wifi irq.
02:03.55gingewhen?
02:04.07dcordes_yesterday
02:04.15gingeoh, yeah I think I found that one already
02:04.39dcordes_basically, that's all info I got from him.
02:04.51dcordes_so a logread won't be worth the time
02:05.28dcordes_right, he also revealed that he knows the TNETW1251
02:05.38marajinginge: I got the impression that the wireless is basically working perfectly in acx100 as long as you provide the right info to it but it's not explicit
02:05.53dcordes_brb
02:06.01gingemostly yeah, sdio is being a pita
02:06.09marajinbut yeah, he definitedly recognized the 1251
02:06.25marajin.. i speks inglesh gud
02:06.28gingethere are some more gpios that I need to find that do other (undefined) stuff
02:07.01marajinyou can do it!
02:07.59gingeyeah nearly got something going
02:08.06gingethen I will get dma errors ;)
02:08.31marajin:D
02:08.35marajinyou luffs it!
02:08.51gingesmashes a brick over his head
02:09.10marajina large gold brick wrapped in a lemon slice?
02:09.36gingewith a pink ribbon inscribed with the words "OMG ponies!"
02:10.18marajinya know I can technically oblige the ponies point :P
02:10.51gingealso I am just about to kill asp.net with a big stick, grind it down into paste, burn it, stomp on it, take a piss on it, and then fire it into the sun.
02:11.09marajinman, you must like it on the relative scale of things
02:11.43gingeIf I want augenerated code that looks like it was written by a child, and horrible intine css and sizes forced in for no reason, yeah!
02:12.02gingeand "features" that dont work
02:12.37gingeis looking at triggers
02:12.52gingethis is the first and last time I touch asp
02:13.06marajinheh
02:13.12marajinnot an uncommon sentiment
02:17.20dcordes_asp.net lol
02:17.40dcordes_ginge: you need to go there for work purposes
02:17.41dcordes_?
02:26.26gingeI normally do lower level c stuff, but the asp guy quit and I have to finish his code ... quickly
02:26.36marajinsucks
02:26.42gingeindeed
02:26.51marajin<PROTECTED>
02:27.24gingeheh punishment
02:27.35marajinhey I can throw people, chairs should be easy ;)
02:27.52ginge:)
02:28.13gingewe are all going to be offshored next year anyway
02:28.21marajinyow
02:28.22gingethe asp guys anyway
02:28.34marajinoffshoring low level is dodgy though
02:28.41marajinit comes back as ...
02:28.41marajinheh
02:28.55gingeluckily I deal with stuff that is uk only, as needs a uk dev to make it work
02:29.08marajinlucky bastard :P
02:29.14marajinjob security is nice
02:29.16gingewe shall see
02:30.34gingeah crap. I forget to change something in the android image ai just repacked. I was just about to hit run
02:34.26marajinginge: more caffeine?
02:52.36marajinrofl
02:52.46marajinok I was just watching the olympic closing bit from earlier
02:52.59marajin"Maybe London olympics need to be...well. if not _disorderly_"
02:53.20marajinwtf? they want our olympic staging to be a mess?
02:54.27dcordes_I'll get some tv too
02:54.51dcordes_later guys
02:55.00marajinsee ya dcordes_
03:30.08marajinexits with SIGNOBOOZELEFT
04:02.17*** join/#htc-linux CPress (n=cpress@CPE-72-129-218-217.new.res.rr.com)
04:02.26CPresshey guys
04:38.50*** join/#htc-linux goxboxlive (n=goxboxli@195.159.97.196)
04:49.01*** join/#htc-linux Marex (n=vasum7am@auryn.karlin.mff.cuni.cz)
05:04.43*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
05:09.21*** join/#htc-linux Sni1 (n=igor@195.208.14.74)
05:29.27*** join/#htc-linux pleemans (n=peter@dD577D009.access.telenet.be)
05:48.41*** part/#htc-linux Sni1 (n=igor@195.208.14.74)
06:11.08*** join/#htc-linux devslashnull (n=delvslas@pool-71-104-112-69.lsanca.dsl-w.verizon.net)
06:14.57*** join/#htc-linux marajin (n=marajin@87-194-102-189.bethere.co.uk) [NETSPLIT VICTIM]
07:33.04*** join/#htc-linux BabelO (n=Fabrice@unaffiliated/babelo)
07:36.14*** join/#htc-linux zoolooc (n=lucian@nrbg-4dbf98f7.pool.einsundeins.de)
08:05.02*** join/#htc-linux DasFx (n=John@dasfx-lptp.euronet.nl)
08:05.05*** join/#htc-linux DasFx (n=John@dasfx-lptp.euronet.nl)
08:12.05*** join/#htc-linux rob_w (n=rob@p549B9C05.dip0.t-ipconnect.de)
08:42.23*** join/#htc-linux tmzt_mp900c (n=tmzt@adsl-99-164-110-123.dsl.akrnoh.sbcglobal.net)
08:46.45*** part/#htc-linux zoolooc (n=lucian@nrbg-4dbf98f7.pool.einsundeins.de)
08:57.58*** join/#htc-linux zoolooc (n=lucian@nrbg-4dbf98f7.pool.einsundeins.de)
09:18.21*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
09:18.38BabelO_hi
09:40.00*** join/#htc-linux wireddd (n=wired@unaffiliated/wireddd)
10:01.48*** join/#htc-linux kedar (n=kstate@kerberos.upv.cz)
10:02.21kedarhi all :) any news with Diamond or TouchPro ?
10:33.26*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
10:40.24*** join/#htc-linux skodde2 (n=skodde@unaffiliated/skodde)
11:02.29*** join/#htc-linux SmallR2002 (n=SmallR20@79-69-122-117.dynamic.dsl.as9105.com)
11:07.24*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
12:13.28*** join/#htc-linux sni1 (n=igor@92.124.44.152)
12:18.19*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
12:33.57*** join/#htc-linux goxboxlive (n=goxboxli@226.84-48-126.nextgentel.com)
12:54.05*** join/#htc-linux patoche (n=patrice@lns-bzn-56-82-255-239-54.adsl.proxad.net)
12:55.32*** join/#htc-linux _newbie_ (n=patrice@lns-bzn-20-82-64-53-208.adsl.proxad.net)
12:56.27*** join/#htc-linux rob_w (n=rob@p549B9C05.dip0.t-ipconnect.de)
13:13.45*** join/#htc-linux Alex[sp3dev] (n=Alexande@86.110.163.25)
13:16.09*** part/#htc-linux sni1 (n=igor@92.124.44.152)
13:22.31*** join/#htc-linux patoche (n=patrice@lns-bzn-20-82-64-53-208.adsl.proxad.net)
13:26.41*** join/#htc-linux ginge (n=baz@78-105-175-81.zone3.bethere.co.uk)
13:34.54*** join/#htc-linux ali1234 (n=al@62.24.214.38)
13:54.17*** join/#htc-linux the_sys0p (n=the_sys0@cpe-76-88-212-37.bak.res.rr.com)
14:27.48dcordes_hi
14:28.08dcordes_SIGNOBOOZELEFT lol
14:28.19dcordes_marajin: nice one
14:30.40zooloocdcordes_: marajin: are boozes some kaiser interbals :P ?
14:31.56dcordes_no but they are important to take the pain with wifi not working
14:37.31*** join/#htc-linux tgreer (i=c24ae182@gateway/web/ajax/mibbit.com/x-0f8b6d61e02c9c30)
14:37.52tgreerhey all...do you know if text messages are stored on the phone or on the sim with the kaiser?
14:38.03tgreerjust my screen's trashed n i has 2 text messages to read...
14:53.55*** join/#htc-linux Alex[sp3dev] (n=Alexande@86.110.163.25)
14:55.18Alex[sp3dev]hello everyone. has anybody here tested udc on pxa270 in mainline after the patch that split udc between 250 and 270? (it was in mainline after 2.6.27-rc1)?
15:03.00*** part/#htc-linux zoolooc (n=lucian@nrbg-4dbf98f7.pool.einsundeins.de)
15:29.26*** join/#htc-linux patoche (i=kvirc@lns-bzn-20-82-64-53-208.adsl.proxad.net)
15:49.06SanMehatmorning
15:52.02BabelO_hello SanMehat
15:52.10SanMehathey BabelO_
15:55.55*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
16:20.32*** join/#htc-linux diogene31_ (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
16:49.04*** join/#htc-linux tetsuo\0 (n=user@201-213-104-15.net.prima.net.ar)
17:21.11*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
17:24.24*** join/#htc-linux GPFerror (n=gpferror@cpe-76-187-41-132.tx.res.rr.com)
17:27.42*** join/#htc-linux dcordes (n=dcordes@unaffiliated/dcordes)
17:29.05*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
17:51.42*** join/#htc-linux DasFx (n=John@5354790B.cable.casema.nl)
17:53.19*** join/#htc-linux DasFx_ (n=John@5354790B.cable.casema.nl)
18:06.14*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
18:06.53*** join/#htc-linux DasFx__ (n=John@5354790B.cable.casema.nl)
18:07.13*** join/#htc-linux DasFx___ (n=John@5354790B.cable.casema.nl)
18:25.59*** join/#htc-linux Red_Lion (n=lion@79.164.130.87)
18:27.13*** join/#htc-linux fnord_ (n=fnord@63.118.154.131)
18:27.50fnord_holy crap, not only does this channel really exist, there are 63 people here
18:28.23Miek!
18:29.24fnord_i finally gave up on Palm/Treo, and moved to a Tilt
18:29.32fnord_but a month of WM has me pulling my hair out
18:38.51dcordeswelcome aboard
18:39.09dcordeshttp://linuxtogo.org/~lgorris/kaiser-bootkit/
18:45.18*** join/#htc-linux Zoolooc (n=fredsiba@nrbg-4dbf98f7.pool.einsundeins.de)
19:05.12marajindcordes: haha :P what a recruitment speech
19:05.35marajinfnord_: yep basically we agree so we're putting google android and linux on the tilt/kaiser/stellar/whateveryouwanttocallit
19:22.01*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
19:28.31*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
19:28.32ali1234BabelO: linux serial core is seriously doing my head in. i can't even get the tiny tty driver to work.
19:31.44ali1234hmm. i just found something claiming to be "version 2.0"
19:31.49ali1234maybe it will actually work...
19:33.40*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
19:42.28*** join/#htc-linux kedar (n=kstate@r9cc239.net.upc.cz)
19:54.58*** join/#htc-linux LunohoD (n=alex@e180075129.adsl.alicedsl.de)
20:05.08*** join/#htc-linux dwaradzyn (n=gudz666@damian8155.net.autocom.pl)
20:27.35*** join/#htc-linux wasup (n=Tech@208.47.103.106)
20:28.41wasuphmm.... anyone have any luck with dzo newest android release for the titan??
20:29.37ali1234no but i have a new keyboard test for you to try
20:31.32wasupyeah?
20:31.40wasupwhere do i download?
20:32.04ali1234http://al.robotfuzz.com/~al/random/zImage
20:32.42Zooloocis there actually a new android image for the kaiser (based on newest sdk for example)?
20:33.17ali1234wasup: when you boot it (assuming it works) the keyboard will not produce characters, instead you should see messages on the syslog which tell you the row and column of the key you pressed
20:33.42ali1234you will need to boot using a rootfs that shows you the syslog though, such as gizard
20:34.16*** join/#htc-linux miknix (n=miknix@81.193.95.226)
20:35.53ali1234hi miknix. any idea why add_timer() is making my wizard segfault or freeze?
20:36.21miknixali1234, add_timer() ? where?
20:36.51ali1234in the tiny serial driver (an example tty serial driver)
20:37.14miknixoh. sorry, never played with serial
20:37.28ali1234it doesnt actually touch any hardware
20:37.41ali1234it just uses a timer to produce fake output from the tty
20:37.52miknixhum..
20:38.01wasupso what all do i need to download?
20:38.03ali1234but when it tries to add the timer, it either segfaults the kernel or freezes the wizard completely
20:38.10wasupi need to boot angstrom to test the keyboard?
20:38.33miknixali1234, are you using the i2c-cpld driver?
20:38.44ali1234miknix: no, this has nothing to do with any driver
20:39.03miknixali1234, yeah, but it might be related
20:39.06ali1234miknix: code: http://www.cs.fsu.edu/~baker/devices/lxr/http/source/ldd-examples/tty/tiny_serial.c
20:39.13miknixare you using it?
20:39.15ali1234no
20:39.22ali1234not that i know of
20:40.11ali1234wasup: you need a rootfs that displays the syslog... so doesnt load up X or anything like that
20:40.12miknixok. cause using the i2c-cpld driver with omap-i2c produces interrupt conflicts
20:40.22miknixand hangs the device
20:40.38ali1234well... i dont even know if this uses interrupts. i guess the timer must do. but add_timer never even returns
20:41.49miknixhum..
20:42.19miknixI would look to omap clocks
20:42.39miknixthat timer should be using some clock that is not working
20:43.15miknixwell.. I have to go. good luck :)
20:43.23ali1234cheers... cya
20:44.52wasupali1234: a little more detail? im not too smart on this stuff but give me directions and i follow them to the T
20:45.09ali1234wasup: download this: http://tinderbox.dev.gentoo.org/embedded/linwizard/gizard-20080602.tar.bz2
20:46.33ali1234extract the file "initrd" from it
20:46.53ali1234copy it to your device in the folder where you keep haret and initrd images and kernels etc
20:46.59ali1234rename it if you want
20:47.09ali1234initrd-gizard might be a good choice
20:47.42ali1234next copy the zImage you downloaded before to the same folder. rename that too if you want. zImage-kbtest
20:47.51ali1234then edit your default.txt
20:48.16ali1234set KERNEL "zImage-kbtest"
20:48.24ali1234set INITRD "initrd-gizard"
20:48.31ali1234save it, and boot using haret
20:50.47ali1234hopefully after a while you should see "linwizard login:" on the screen
20:51.02ali1234then start hitting keys and make a note of the messages
20:56.56wasupok..
20:57.38*** join/#htc-linux kedar (n=kstate@r9cc239.net.upc.cz)
21:03.00dwaradzynany luck with running android 0.9 on kaiser/polaris ?
21:06.31wasupkaiser hasnt ran yet?
21:06.40wasupit booted up on my titan... but it says locked
21:06.50wasupi cant find the menu key...hahaha
21:07.06herriojrok, so the m5 build doesn't work for the vogue I have, but the 0.9 does
21:09.05zuleyou try the arrow keys for menu?
21:09.57dwaradzyni tried on my polaris, with vogue initrd, system.gz and data.gz and polaris kernel. it hangs on "Please append a correct root=....", i think it does not execute vogues initrd at all
21:10.37ali1234so near yet so far
21:12.02wasupdude.. it just sits at the booting linux screen and freezes
21:12.58ali1234well... that's normal for haret isn't it?
21:13.55ali1234quite possibly that kernel is not quite compatible with your device. it was based on htckaiser_defconfig
21:23.06ali1234is it possible to extract the config.gz from a kernel compiled with /proc/config.gz support, without booting the kernel?
21:25.56SanMehati'm sure its *possible*
21:26.20SanMehatyou'll need to see how /proc/zConfig works and where it gets the data from...
21:37.05dwaradzynfinally: Please wait... Extracting System Image :)
21:38.57*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
21:39.29dwaradzynmmc0: DMA failed
21:40.40dwaradzynis the reason for dma problem with sdcard known? can anyone briefly describe what needs to be done in order to fix i?
21:41.07ali1234it's known, but nobody knows how to fix it
21:44.00ali1234to extract .config: http://www.cs.caltech.edu/~weixl/research/fast-mon/scripts/extract-ikconfig
21:44.03herriojrhas anyone tried Android 0.9 on a CDMA phone?
21:44.08ali1234thanks, wikipedia!
21:44.34herriojrI got it installed, but I can't get the data connection to work (although I can make phone calls)
21:48.52*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
21:51.46Zooloocherriojr: so there are already android 0.9 images in the wild?
21:52.58zuleyes
21:53.07zulethe dzo version for the cdma vogue works great
21:53.38zulehttp://it029000.massey.ac.nz/vogue/android-new.zip
21:54.13zuledata works fine on my sprint vogue
21:55.02marajinZoolooc: yeah the vogue one is fine but on the kaiser the SD issue kills us, otherwise it'd technically work as well as it does on the vogue AFAIK
21:55.04Zooloocthx zule
21:55.32marajinit has been booted on the kaiser but it crashed at the desktop (SD issue) so..
21:55.38Zooloocmarajin: too bad this sd issue is not yet under control
21:56.02marajinZoolooc: I know :(
21:56.05zuledid you have the sd working on m5 version with kaiser?
21:56.21marajinzule: No the bug is in the kernel, all systems crash with it
21:56.22Zooloocis it only available as a file system, no initrd, or maybe too large for initrd?
21:56.36marajinZoolooc: We haven't bothered making an initrd.. I guess no one really sees the point
21:56.43marajinbut technically it should be possible
21:56.53marajinthough with that 25mb limit... iunno
21:56.57Zooloocmarajin: you're actually right
21:57.28marajinyeah
21:57.36marajininitrds are only useful for proof-of-concept
21:57.46marajinand well.. we KNOW it works if the SD issue is fixed
21:58.15Zooloocis that SD kernel issue dangerous for partitions on the card, other than the one being used under linux?
21:58.30zuleinitrd might be useful if you need to re-enable mpu after haret kills it
21:58.40zuleerr, mmu
21:58.43marajinI'm not entirely sure. I've had card corruption but I think that might have been caused by something else (dodgy card reader)
21:59.07marajinzule: that's the vogue though, I dunno if the kaiser has issues at all in that respect
22:01.01*** join/#htc-linux BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
22:01.31wasuphow do you unlock the andriod screen?
22:01.35wasupit says press menu
22:01.39wasupi dont see menu
22:02.34zulewhat build?
22:03.06zuledzo's build on the vogue has menu as the right d-pad
22:08.52wasupoh...
22:08.59wasupright dpad for titan?
22:09.32zuleherriojr, try yournum@vzw3g.com and password vzw
22:09.39zulein regard to your post
22:22.06*** part/#htc-linux wasup (n=Tech@208.47.103.106)
22:40.22herriojrok
22:40.44marajinherriojr: mmr?
22:40.53herriojrmmr means what?
22:41.01marajingeneric query noise
22:41.27marajinya know like when people don't really say something but just make a noise ?
22:41.33marajinand they usually go mm? or mmr?
22:41.52ali1234mmr?
22:42.05marajinor when they're just subhuman like ali1234
22:42.13herriojrlol
22:42.35ali1234well you got me there
22:45.23marajinrofl
22:45.28marajinI love my kaiser sometimes
22:45.42marajin"bingbingbingbing! Your birthday in 15 minutes!"
22:45.47marajinyeah, cause I'd forgotten
22:51.22NAiLhaha
22:55.06marajingotta love it
22:55.22marajinit fascinates people when my phone just randomly announces appointments
22:55.33marajinmy doctor loves it I know that much..
22:57.18herriojrok, so the touch doesn't seem to get data connection at all with putting in mynum@vzw3g.com vzw
22:58.04marajinherriojr: did you look up the details for your provider on google?
22:58.06marajinit usually knows
22:58.14marajinand/or steal the info from windows mobile?
23:00.49herriojryes, I looked it up
23:01.36herriojrI'm supposed to look up apn username/pass right?
23:05.02*** join/#htc-linux wireddd (n=wired@unaffiliated/wireddd)
23:06.12herriojrthis is what I get out of google:Username for APN: No configuration needed
23:06.12herriojrPassword for APN: No configuration needed
23:07.19ali1234yep, mobile data doesn't need a username and password for authentication. the only reason they give you one is so you have something to type into the windows DUN config wizard
23:07.34ali1234but in reality you can type anything you want in those boxes
23:08.43ali1234what you do need is the APN, which has to be right for your operator and also for whatever country you are in
23:08.56herriojreveryone says make a data connection before starting android, and my evdo network is connected, but it doesn't work when I open android
23:09.16herriojrI'm not given the option in the default.txt file to set the apn
23:10.04marajinevdo? hmm, I have no idea on that count
23:10.27herriojrwhat data connection were you referring to?
23:11.26ali1234what do you mean when you say "network is connected"
23:11.47marajinI'm guessing windows mobile has connected to the data
23:11.55ali1234that's not very useful for linux?
23:11.55herriojrby default, it is active
23:11.57marajinI don't really know what evdo is like compared to gprs/etc.
23:12.02herriojryeah, I know, that's why I'm confused
23:12.14marajinali1234: nope but there may be some initialization of the modem done by windows mobile that helps
23:13.07ali1234but the ppp script resets the modem and tries to connect on gprs...
23:13.40marajinali1234: Rub your eyes and re-read, he's trying to do data in android
23:13.56ali1234right
23:14.04*** join/#htc-linux wireddd (n=wired@unaffiliated/wireddd)
23:14.30marajinhmm, where's ginge anyway? did he lose it at work and savagely murder the boss or something?
23:15.02ali1234i thought to get data in android, you had to use the ppp script by ginge?
23:15.30marajinali1234: nah the vogue has data in android and it's not ginge's script
23:15.46herriojrbrb
23:16.12*** join/#htc-linux wasup (n=Tech@208.47.103.106)
23:16.19marajinginge did some work to get it working on the kaiser but I have NFC how exactly he sets up gprs, it was very unstable and unreliable compared to under angstrom so my guess was it was done via different means
23:16.29*** part/#htc-linux wasup (n=Tech@208.47.103.106)
23:16.52ali1234he wrote a script that sends some AT commands to the modem, to reset it and start a gprs connection
23:17.04marajinyeah ppp.sh which we use under angstrom distros
23:17.10ali1234the parameters of which are read from kernel command line
23:17.29gingeali1234: yeah, but not the same script as angstrom, just similar parametes
23:17.29marajinbut under android he may have done something else (perhaps just given android certain settings and used google scripts/binaries?)
23:17.32gingesetup_modem.sh
23:17.38marajinthere we go :p
23:17.40marajin'lo ginge
23:17.50gingelo
23:18.03gingeI think my hand is going to fall off. I was trying to do through fire and flames
23:18.14marajin:D
23:18.16marajinon what level?
23:18.21gingemedium
23:18.25marajinwuss :p
23:18.30gingeI only got the game saturday!
23:18.33marajinwuss!
23:18.39marajingot the wii version?
23:18.42gingeyeah
23:18.53marajinthat version messes with me..
23:18.59gingehowso?
23:19.00marajinyou get the vision distortion when you look away from the screen? :P
23:19.14marajinit's very common with playing guitar hero but the wii version does it reaaaally badly for me
23:19.30marajinon PC/X360 on the same screen it's very mild though
23:19.36gingemarajin: yeah trippy
23:19.51gingeonly lasts for a second tho
23:19.55marajinyeah
23:20.03marajinbut basically the wii was doing it to me so badly that I'd get dizzy
23:20.18gingeits kinda fun.
23:20.22marajinhah
23:20.28gingeI mamaged to compelte the easy and medium in 4 hours
23:20.35marajinthat'll happen yeah
23:20.37gingehard is a bitch
23:20.43marajinthe 5th fret?
23:20.45marajinyou get used to it
23:20.46gingeyeah
23:20.55gingeit makes yo learn the shit way first tho
23:21.03marajinI can motor through hard songs even without prior exposure to the songs
23:21.03gingebefore you realise you need to move your hand
23:21.29marajini.e. I got GH3, played it plenty, got GH2 coupla days ago.. shot through on hard, never actually failed a song
23:21.30gingebrrrb
23:21.51marajinyou don't have to move your hand unless you have tiny hands but it helps
23:33.16NAiLmarajin: What race are you? There's no way I can reach the 5th fret without moving
23:33.30marajiner
23:33.37marajinI'm just english with average hand size?
23:33.42NAiLhehe
23:33.59marajinseriously I don't hve to move my /hand/ to get the 5th, just stretch to it
23:34.03marajinhave to in some songs
23:34.04NAiLah
23:34.08gingemarajin:  Happy Birthday man
23:34.08NAiLmmhm
23:34.18NAiLcongratulations, marajin
23:34.41marajinginge: heh, thanks, I'm going to try to fleece some relatives then I can buy a replacement laptop ;)
23:34.56gingesounds like a good plan :)
23:34.57NAiLis working on rock band :-P
23:35.18gingeis working on releasing his clawed hand
23:35.30NAiLhehe
23:35.40NAiLFinished the "endless set list" last week
23:35.47NAiL*that* was hard
23:36.14marajinginge: Might get an ultra portable this time, TBH I never used my laptop for much power things except transcoding and well.. my desktop (x2 6000) and perses (quad 2.66 xeon) can pretty much take care of that
23:36.28gingecool, cheap too
23:36.32marajinNAiL: I grabbed a copy of rockband but didn't play it yet.. I'm finishing of GH2
23:36.43marajinginge: ~450 quid yep
23:36.49marajinand 5 hour battery life
23:36.50NAiLmarajin: I've finished GH2 on expert :D
23:37.07marajinNAiL: having tarted on 3, I find gh2 laughably easy on hard yeah
23:37.14marajin3 is harder than 2
23:37.22NAiL(as well as hard and medium. Only "missing" easy, but it's really hard to play easy after expert...)
23:37.33NAiL3 is impossible
23:37.33marajintrue :P
23:37.37marajinthe songs are too slow
23:37.48marajinNAiL: I completed 3 on hard, about 1/2 way through on expert
23:38.01NAiLThrough fire and flames is designed for 14-year olds with extreme adhd
23:38.19marajinI love 2's messages though :P "Dropping your pants on stage does NOT deploy star-power"
23:38.22NAiLhaha
23:38.51NAiLRock Band rocks btw
23:39.10NAiLAnd the "endless setlist" is 58 songs in a row, no breaks ;)
23:39.32NAiLTook a friend and me 4.5 hours
23:40.42NAiLthe rock band guitar sucks though
23:40.56NAiLhave had it replaced, but still have the same problems
23:41.10marajinit's compat with the GH ones on the 360 I think?
23:41.28NAiLyeah, except you loose the "solo-button-thingys"
23:41.35NAiLs/oo/o/
23:42.40NAiLwouldn't have had a chance to play through the endless setlist with the RB guitar. Eg. "Timmeh and the lords of the underworld", I'd fail 15 seconds in
23:43.16NAiLIt seems they've redesigned the sensors/buttons for RB2 though. I really hope so ;)
23:44.27marajinI was gonna make a custom GH guitar
23:45.01marajinI did the design but I I couldn't find enough decent wood in my pile of spare scrap wood
23:45.05marajin:(
23:45.40marajinwell rather I did but the main body/neck I wanted to make was juuuuuuuuuuuuust a bit too big for the piece I found :P
23:45.50marajinI could probably BS it in pieces but I was too lazy
23:50.48herriojrok, I figured it out
23:51.10herriojrI had to open internet explorer first
23:51.21herriojrI didn't really understand when people said to start a data connection first
23:51.30herriojrI thought they meant to just make sure EVDO is up
23:51.46herriojrterminology and wording strikes again :)
23:51.53marajinthat'll happen
23:51.57marajinas long as it gets sorted eventually :)
23:55.44marajinginge: regaining motion in the hand then or shall we get you booked it for a bionic replacement? ;)

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