IRC log for #htc-linux on 20071222

00:00.15*** join/#htc-linux Pryan (n=pryan@84.125.95.110.dyn.user.ono.com)
00:00.29Pryansomebody with a qtopia.sh for PC ?
00:00.59BabelOcr2: clock seem to be ok, because we read correct values , maybe pH5 found why it does not work with pasic code :(
00:01.20BabelOPryan: it is the same
00:02.02ymerejtBabelO, the battery monitoring seems to work
00:02.15cr2BabelO: i've another "questionable" clock. in the asic3_mmc
00:02.17ymerejtBabelO, /proc/apm value changed from 99% to 98%
00:02.54ymerejtBabelO, but actualy I really don't understand this very ugly rom_id
00:02.54cr2BabelO: the 24MHz is hardcoded, but is it correct ? asic3 has a 24.576 clock.
00:03.46BabelOymerejt: maybe htc wince driver does not take care about this id because they know there is only battery druiver on ds1wm bus
00:05.04ymerejtBabelO, I think so.
00:05.08BabelOcr2: ah ?! good idea, maybe it can explain the patch we made to clear the double irq in ds1wm.c
00:06.19ymerejtBabelO, and I'm not proud of my patch. I should find another way.
00:06.21BabelOcr2: actually i don' t understand why asic3 hang on 2.6.23 :(
00:06.55*** join/#htc-linux Pryan (n=pryan@84.125.95.110.dyn.user.ono.com)
00:07.25*** join/#htc-linux TeringTuby (n=maarten@195-241-125-243.ip.telfort.nl)
00:09.34BabelOcr2: can you gave me the link of initramfs you use on athena ?
00:09.44ymerejtIt's getting late. I'm going to sleep
00:09.45*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-98fd51433b4c8b4e)
00:09.47ymerejtGood night
00:09.53BabelOgood night
00:10.07PryanBabelO the inputs arent the same, and it says to me good night ymerejt
00:10.15Pryansorry
00:10.25Pryanits have written
00:10.46PryanBabelO the inputs arent the same
00:10.57Pryangood night ymerejt
00:11.01PryanxD
00:11.05BabelOPryan: yes you have no ts
00:11.25Pryanyes, and keyboard
00:11.34BabelOPryan: you can only set keyboard and mice
00:11.40Pryanand phone
00:12.11BabelOPryan: but it is just some path to correct entry, it depend of your computer
00:12.35Pryanyes, because this i ask if somebody got it
00:12.39Pryanit says me
00:13.26PryanTransformed: driver not found
00:15.16BabelOcr2: ok i found the link ;)
00:26.16cr2BabelO: i'm not using ramdisk anymore. it's the same version of Kevin2
00:26.34BabelOcr2: linux/mfd/tmio_mmc.h>    /* TODO: replace with asic3 */
00:26.36cr2ymerejt: btw, what will happen on the phones without w1 ?
00:26.39BabelOcr2: it is still here ;)
00:27.27cr2BabelO: yes, it's some mess there. i don't understand why tmio is good for us.
00:27.38BabelOcr2: where these 24Mhz are hardcoded ?
00:27.49*** join/#htc-linux CD_Fighter (n=c@dslb-084-058-137-187.pools.arcor-ip.net)
00:28.07cr2the core is the same, but asic3 is substantially different from tmio. The same applies to atiw.
00:28.25cr2BabelO: in the divisor calculation routine.
00:28.41cr2it should be checked with the wince driver.
00:28.50cr2atiw has 80MHz base clock.
00:29.21cr2and it really runs at 20MHz SD clock.
00:29.30cr2with div=4
00:29.59cr2asic3_mmc uses divisor=2
00:30.38cr2so if i get it right, it should run at 24.756/2=12.288MHz
00:31.39cr2the only "real" way to check it is to measure the SD clock on a card with an oscilloscope or a counter.
00:31.55cr2but it will need a card extender board ;)
00:32.39BabelOyes, i have the osciloscope ;)
00:33.22cr2BabelO: and asic3 uses 16bit transfers, while atiw 32bit.
00:33.47cr2so atiw has 4x bandwidth.
00:42.27BabelOcr2: still here ?
00:42.44*** join/#htc-linux Marex-notebook (n=marex@gwfm10-3-250.802.cz)
00:43.05BabelOcr2: http://pastebin.ca/827795
00:45.05cr2BabelO: there must be some other device that uses ffuart
00:45.14cr2hm. sorry. hwuart
00:45.42BabelOcr2: yes because a structure change and i set dpram to ttyS without a number and kenrel take the first one
00:45.44*** join/#htc-linux Pryan (n=pryan@84.125.95.110.dyn.user.ono.com)
00:46.00BabelOcr2: now i ve renamed ttyS8 to gprs :)
00:47.44cr2BabelO: does it work ? i have a similar dpram on athena.
00:48.32BabelOcr2: yes it works ;) already tested
00:48.34cr2but not only for the data channel, but command and so on. much more advanced, so it#s more like a dpram-based multiport serial card.
00:52.11BabelOcr2: look better now ;) http://pastebin.ca/827800
00:55.26cr2mymtd=00000000 ?
00:55.37BabelOstrata
00:55.59cr2that looks good ->
00:56.01cr2<PROTECTED>
00:56.08cr2much better than before.
00:56.22cr2pxa2xx-ir-serial: Initialized ?
00:56.35cr2we don't have a mux driver afair ?
00:57.11BabelOno mux :(, next step is to add ir / serial switch over sysfs
00:57.21cr2ok
00:57.34cr2DPM: pda_udc: Turning off por
00:57.40cr2is it power manager ?
00:58.10BabelOdon't know
00:58.11cr2No soundcards found. ?
00:58.19BabelOlook like the usb gadget pxa udc ?
00:58.34cr2don't know.
00:59.00cr2can you unset the LCD gpios in asic3 .init ?
00:59.06cr2btw, how do you boot ?
00:59.17cr2with default.txt  ?
01:00.11BabelOcr2: i boot with initramfs now ;)
01:00.55BabelOcr2: ok i can unset, before mmc test ;)
01:01.23cr2i think we should extend the 'boot protocol'
01:01.55cr2i.e. haret should powerdown wifi/bt/phone/etc.
01:02.00BabelOhmmm asic3_mmc hang the device quickly now :(
01:02.01cr2backlight
01:02.15cr2and LCD, if you are not using the vsfb.
01:02.33BabelOcr2: yes agrre and need also to double check asic3 init status for pcmcia and other stuff
01:02.57cr2the LCD powerdown command is included in haret. BKL/wifi/IR/bt need to be copied from gnu-haret
01:02.58cr2yes.
01:03.19cr2even on the universal there are 1-2 strange gpios.
01:05.22BabelOkompare drivers/mmc/asic3_mmc.c /local/devel/handhelds/linux-hh/kernel26/drivers/mmc/asic3_mmc.c
01:05.53BabelOoups :)
01:07.35BabelOcr2: big difference between sd.h and protocol.h
01:11.55cr2BabelO: why does it work on universal ?
01:12.15BabelOdon't understand universal use asic3_mmc too :(
01:12.37cr2yes.
01:12.51cr2i've not tried it, but goxboxlive says it works.
01:13.23BabelOhow can i get a log of what hand ? because it display kernel only on device screen
01:26.42cr2do you have a serial cable ?
01:26.55BabelOcr2: no :(
01:27.00BabelOjust usb
01:27.54BabelOcr2: is it normal on ba ? /sys/devices/platform/pxa2xx-mci
01:30.35dcordes你好同志
01:31.56BabelO~x jp en 你好同志
01:33.41dcordestry cn
01:34.00dcordes~x cn en 你好同志
01:34.04dcordeshm ^^
01:34.19BabelO~x cn en 你好同志
01:34.30BabelOok :(
01:34.39dcordeshello comrades ^^
01:34.39BabelO<PROTECTED>
01:34.47dcordesgood night
01:35.54dcordescr2: still there?
01:42.40*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
01:42.56dcordescr2, can we do somethign about topoly?
01:43.14dcordess/somethign/something
02:59.11*** join/#htc-linux TimRiker (n=timr@rikers.org)
03:32.39paulproteusEr, my Uni just rebooted.
04:04.39*** join/#htc-linux Pryan (n=Pryan@217.168.3.246)
04:04.56Pryani must to reinstall my comp
04:05.01Pryanhehhe
04:09.30ewayheh
04:10.10ewayso i guess you`ll be back next year once u finish recompiling your base enviroment
04:18.36Pryanhahhah
04:18.38Pryannaa
04:18.52Pryanits for holydays
04:19.05Pryani go to alicante
04:20.44Pryanand probably with this rein.stall the emulators will work
04:30.56Pryani will work all night
04:31.36Pryanthere is no time to loose
04:33.17Pryanwhat its the better filesystem to use on a desktop?.
04:34.20ewayxfs reiserfs ext3 jfs
04:34.31ewaymore down to the individualal
04:34.38Pryanbut between them
04:34.46ewayi use reiser and xfs myself
04:34.46Pryanwhat is the best
04:35.12Pryani will try to use reiser4
04:35.12ewayi`d have to say i prefer xfs
04:35.32ewaybut i do have lots of sgi hardware
04:35.39Pryanxfs ? its for big files not ?
04:36.10ewaywell the smallest hdd i have with xfs is a 1.2 gb drive
04:37.05ewaygot rid of anything smaller than that ages ago
04:37.27Pryanaham
04:43.05paulproteusI'd say ext3.
04:43.17paulproteusI've had data loss with both reiserfs and xfs.
04:43.27paulproteusAnd the fsck tools are not as mature, I found.
04:43.33Pryanext4?
04:43.45paulproteusI don't think it's stable yet.
04:43.51paulproteusLike I think the on-disk format is subject to change.
04:44.40Pryanbah. in this distribution i have they get it as defaut
04:44.49paulproteusBoy oh boy.
04:44.52Pryandefault*
04:45.11Pryani bspeak of knoppix
04:45.39ewayxfs is ok
04:46.19ewayi`ve never had any data loss on any of my xfs systems
04:46.33ewaybut i`ve been using xfs for a long time
04:47.02ewayeven before xfs made it into the linux kernel
04:47.21ewayand before it was avaailable as patches
04:47.28paulproteusYay SGI.
04:47.37paulproteusIt looks like the ext4 on-disk format is stable, I take that back.
04:47.54ewaythe oldest i have here atm is a r4k indigo
04:48.08Pryanahama
04:48.11ewaybut the psu is on its way out
04:48.17Pryanmaybe ext4
04:48.24Pryanto test
04:48.52Pryani am using reiser  for a loT of years
04:58.57Pryanmaybe i must go bed
04:59.18Pryanif i cannot sleep i come
05:07.51Pryanwell, not
05:07.54Pryanxd
05:11.09*** join/#htc-linux knoppix (n=knoppix@84.125.95.185.dyn.user.ono.com)
05:11.22knoppixhi from here
05:19.55Pryanill go bed
05:20.00Pryansee ya
06:22.11*** join/#htc-linux rmoravcik (n=rmoravci@adsl-dyn19.91-127-90.t-com.sk)
06:32.20*** join/#htc-linux goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
06:40.36goxboxlivegood morning
06:40.56paulproteusMorning. (-:
07:02.16goxboxlive:-)
07:41.09ewaymorning
08:04.00*** part/#htc-linux rmoravcik (n=rmoravci@adsl-dyn19.91-127-90.t-com.sk)
08:13.56goxboxlivepaulproteus: there?
08:14.00paulproteusYes.
08:14.06paulproteusI don't know why I'm still awake, but here I am.
08:14.10paulproteusWhat's up? (-:
08:14.11goxboxlive:-)
08:14.27goxboxliveis shouldnt the right way to write in english?
08:14.34goxboxlive"shouldnt"
08:14.37paulproteus"shouldn't"
08:14.44goxboxliveok thx
08:14.46paulproteusYou shouldn't click the Cancel button during a reformat.
08:14.49paulproteus(for example)
08:15.10goxboxliveok
08:15.11goxboxlivethx
08:15.13goxboxlivehttp://www.linuxtogo.org/~htcpxa/htcuniversal/images/O.P.I.E-II/Qtopia-Linux.cab
08:15.50goxboxliveI made a new one now that the acx modules are ok. They will be loaded at boot, but doesnt drain power
08:15.53paulproteusI wonder why my Qtopia doesn't load....
08:15.58paulproteusOh, that's good!
08:16.11goxboxlivepaulproteus: yes that is strange. Mine is working very good now
08:16.20paulproteusLucky (-;
08:16.46paulproteusI tried with a full battery and get the same problem.
08:17.24paulproteusI wonder if AT chatting with the modem in Linux works.
08:17.35goxboxlivepaulproteus: Is the wm6 version you are using new?
08:17.47goxboxlivepaulproteus: upi could test with cu
08:17.56goxboxlives/upi/you/
08:18.41paulproteusI don't know how new it is.
08:18.49paulproteusI can try cu right now I guess.
08:19.32paulproteusI don't even know how I would find out how new it is.  What exact version does Settings->About say for you?
08:19.45paulproteusCE OS 5.2.1933 (Build 18533.0.7.0) is what mine says. (it's also in the log at http://apt.rikers.org/%23htc-linux/20071221.html.gz )
08:20.17paulproteusI guess I need to build an ipkg for cu.
08:20.30paulproteusI can do that, I'm pretty sure.
08:20.57*** join/#htc-linux Zoolooc (n=fredsiba@p549510DE.dip0.t-ipconnect.de)
08:21.00goxboxlivepaulproteus: yes build 'uucp'
08:22.15paulproteusDo you know what I should actually send to the modem other than "ATDT <phone number>"?
08:24.13goxboxlivepaulproteus: yes
08:24.26goxboxliveinstalkl it and i guide you
08:25.21paulproteusBTW once the bitbake finishes, do you know where the ipkg files end up?
08:26.25goxboxlivepaulproteus: create a ftp server on your machine
08:26.33goxboxliveand use it as a repo
08:26.40paulproteusI can scp the ipk files across...
08:26.48paulproteus...if only I can find them. (-:
08:26.53paulproteusThat sounds easier than a repo.
08:26.57paulproteusOh, sweet, found them!
08:26.59goxboxliveto index the database do: bitbake package-index -crebuild
08:27.20goxboxlivepaulproteus: not if you need other files to that it depends on
08:28.59paulproteusuucp is installed.
08:29.09goxboxlivegood
08:29.14goxboxliveover ssh
08:29.22paulproteusI can't find 'cu', though....
08:29.32goxboxliveinstall cu also then
08:29.44paulproteusHah, I have an old cupbinary actually. (-:
08:29.55paulproteusGot one running.
08:30.19paulproteusroot@htcuniversal:/$ ./old/qtopia/usr/bin/cu /dev/ttyS0
08:30.19paulproteus./old/qtopia/usr/bin/cu: /dev/ttyS0: System not found
08:30.43paulproteusroot@htcuniversal:/$ dmesg | grep pxa2xx
08:30.44paulproteus[    0.490000] pxa2xx-uart.0: ttyS0 at MMIO 0x40100000 (irq = 22) is a FFUART
08:30.44paulproteus[    0.500000] pxa2xx-uart.1: ttyS1 at MMIO 0x40200000 (irq = 21) is a BTUART
08:30.44paulproteus[    0.510000] pxa2xx-uart.2: ttyS2 at MMIO 0x40700000 (irq = 20) is a STUART
08:30.50paulproteusThose seem the only relevant ttywhatever lines in dmesg.
08:31.07goxboxlivehave you installed cu?
08:31.21paulproteusI'm using a cu binary on the phone that I had lying around from an old image.
08:31.41paulproteusThat's why it's in /old/.
08:31.47paulproteusBut it runs, so we can proceed with it.
08:31.50goxboxliveinstall a new one
08:31.54goxboxliveok
08:32.21goxboxlivedo 'chown uucp.uucp /dev/ttyS0'
08:32.28goxboxlivecu -l /dev/ttyS0
08:32.35goxboxliveatv1
08:32.37goxboxliveate1
08:32.49paulproteusroot@htcuniversal:/$ chown uucp.uucp /dev/ttyS0
08:32.49paulproteusroot@htcuniversal:/$ ./old/qtopia/usr/bin/cu /dev/ttyS0
08:32.49paulproteus./old/qtopia/usr/bin/cu: /dev/ttyS0: System not found
08:32.53paulproteuser, I'll do cu -l
08:33.02paulproteusok!
08:33.20paulproteusroot@htcuniversal:/$ ./old/qtopia/usr/bin/cu -l /dev/ttyS0
08:33.20paulproteusConnected.
08:33.20paulproteus4
08:33.34goxboxliveok follow this now
08:33.37paulproteusI entered "atv1<enter>" and "ate1<enter>"
08:33.39goxboxliveatv1e1
08:33.42goxboxliveyes
08:33.57paulproteusdone
08:34.00goxboxliveat+cfun=1
08:34.02paulproteusThere's no echo, btw.
08:34.05goxboxliveate1
08:34.20paulproteusdone
08:34.27goxboxliveat+cpin="your pin"
08:34.34paulproteusThere is no PIN on the SIM.
08:34.44goxboxliveok, the forget that one
08:34.46goxboxliveat+cops=0
08:35.03paulproteusdone (I'm doing this in lowercase btw)
08:35.32goxboxlivenp
08:35.43goxboxliveat+cops?
08:35.49goxboxlivewhats the output?
08:35.57paulproteusNo output, and I got no echo.
08:36.10paulproteusAll I see is this "Connected. <newline>4"
08:36.12goxboxliveate1 doenst give you echo?
08:36.38paulproteusNo echo.
08:36.42paulproteusBTW I got this on the console:
08:36.44paulproteus[  836.460000] htcuniversal configure phone: 0
08:36.44paulproteus[  836.470000] htcuniversal configure phone: 1
08:36.44paulproteus[  836.480000] phone_reset called
08:36.44paulproteus[  836.700000] phone_reset called
08:36.44paulproteus[  836.940000] UMTS_DCD tries=0 of 200
08:36.45paulproteus[  840.850000] BB_READY tries=129 of 200
08:36.47paulproteus[  840.850000] Will request IRQ=179
08:36.49paulproteus[  840.860000] usb 1-1: USB disconnect, address 2
08:36.58goxboxliveyes that tells that the phone is ok
08:37.01paulproteusUSB ethernet still works, I'm in a separate SSH session running dmesg.
08:37.13goxboxlivedo it verbose?
08:37.21paulproteusHuh?
08:37.28goxboxlivedo you see your input?
08:37.37paulproteusNo, still just "Connected.<newline>4"
08:37.47goxboxlivetest just "at"
08:37.50paulproteusShould I kill cu and try again with some other options?
08:37.54goxboxliveno
08:38.08paulproteusI pressed enter twice and typed "at" then enter; nothing...
08:38.22goxboxlivehmm
08:38.36*** join/#htc-linux rmoravci1 (n=rmoravci@adsl-dyn19.91-127-90.t-com.sk)
08:38.37paulproteusBTW do you know what this "4" is about?
08:38.45*** part/#htc-linux rmoravci1 (n=rmoravci@adsl-dyn19.91-127-90.t-com.sk)
08:38.51goxboxliveyes 4 = ERROR
08:38.59paulproteusHah, ouch.
08:39.00goxboxlive0 = OK
08:39.26goxboxlivetest with a new cu application
08:39.29paulproteusOkay.
08:39.31goxboxliveinstall a new one
08:39.32paulproteusI will build a fresh cu.
08:39.37paulproteusKill this one then?
08:40.01goxboxliveyes
08:40.05goxboxlivegood
08:40.54paulproteusBTW is there a wiki page somewhere or something where I can read some more about this?
08:41.11goxboxlivehttp://wiki.xda-developers.com/index.php?pagename=BlueangelGSM
08:41.18goxboxlivethis is all, not much
08:41.29paulproteusERROR: No providers of build target cu (for [])
08:41.38goxboxlivehttp://wiki.xda-developers.com/index.php?pagename=HTC_GSM
08:41.54goxboxlivepaulproteus: but you build uucp so cu should allread exist
08:42.05goxboxliveget the cu*.ipk and install it
08:42.34paulproteusAh yes.
08:42.35paulproteusThanks. (-:
08:43.25paulproteusOkay, fresh cu
08:43.29goxboxlivegood
08:43.39goxboxlivethe chown for ttyS0
08:43.46goxboxlivethen just do as i do, ok?
08:43.51paulproteusBTW I'm root; the chown should be meaningless (-:
08:43.56goxboxliveno
08:44.01paulproteusEr, if you say so.
08:44.03goxboxliveroot failes
08:44.14goxboxlivechown uucp.uucp /dev/ttyS0
08:44.17paulproteusdone
08:44.22goxboxlivecu -l /dev/ttyS0
08:44.26paulproteusConnected.
08:44.29goxboxliveat
08:44.40goxboxliveate1
08:44.40paulproteusdone
08:44.43goxboxliveatv1
08:44.51goxboxliveat+cfun=1
08:45.01goxboxliveat+cops=0
08:45.02paulproteus(done, but no echo still)
08:45.33goxboxliveatq1
08:45.48paulproteusdone
08:45.54goxboxliveat
08:46.14goxboxlivewhats the output now?
08:46.23goxboxlivedo you have any echo?
08:46.26paulproteusStill empty.
08:46.30goxboxliveplease pastbin
08:46.34paulproteusroot@htcuniversal:~$ cu -l /dev/ttyS0
08:46.34paulproteusConnected.
08:46.35paulproteusThat's it.
08:46.53goxboxliveohh
08:47.07goxboxliveand dmesg
08:47.24goxboxlivesame as before?
08:47.34paulproteus[ 1260.270000] htcuniversal configure phone: 2
08:47.34paulproteus[ 1260.280000] tried to call phone_off, stack will follow:
08:47.34paulproteus[ 1260.280000] htcuniversal configure phone: 3
08:47.34paulproteus[ 1519.850000] htcuniversal configure phone: 0
08:47.34paulproteus[ 1519.850000] htcuniversal configure phone: 1
08:47.36paulproteusJust those more.
08:47.50goxboxlivethis ones shut down the modem: <paulproteus> [ 1260.270000] htcuniversal configure phone: 2
08:47.51goxboxlive<paulproteus> [ 1260.280000] tried to call phone_off, stack will follow:
08:47.51goxboxlive<paulproteus> [ 1260.280000] htcuniversal configure phone: 3
08:47.57goxboxliveand 0 and 1 brings it up
08:48.12paulproteus2 and 3 were probably from me killing the earlier cu.
08:48.18goxboxliveyes
08:48.41goxboxlivewell, seems like you have to install an older wince image. It have to be that
08:48.49goxboxlivemine is old
08:48.51paulproteusInteresting, I can try that.
08:48.56goxboxlivefrom the spring i think
08:49.12goxboxlivepaulproteus: to be sure install a wm5 image
09:25.37ymerejtgood morning
09:25.53goxboxlivehi ymerejt
09:29.08ymerejtgoxboxlive, I have solved my battery problem. The problem was the battery
09:30.06goxboxliveymerejt: really
09:30.14goxboxliveso now you have it working
09:30.21ymerejtgoxboxlive, YES !
09:30.23ymerejt;)
09:30.42goxboxlivegreat
09:30.59goxboxliveI have started to use it as my main phone now :-)
09:31.13ymerejtgoxboxlive,Now, I have to prepare myself to go to my parent house for 5 days
09:31.32goxboxliveI have had acx/htcuniversal_acx loaded since yesterday now, and the battery indicator hasent moved
09:31.36ymerejtgoxboxlive, I use it as my main phone for already two days !;)
09:31.46goxboxliveymerejt: :-)
09:31.50goxboxlivecool
09:32.48ymerejtgoxboxlive, I'm not sure to be able to work on my phone during its 5 days. But I will try to work on some know bugs ... ;)
09:33.06goxboxlivegood
09:33.16ymerejtgoxboxlive, if something happens during this time, please send me a summary mail
09:33.25goxboxliveI will start to look at the devtools. So we can have BT and wifi controled with it
09:33.35goxboxlivei will :-)
09:33.41ymerejtthx
09:34.56ymerejthave a nice day and MERRY CHRISTMAS !
09:35.55goxboxliveu 2
09:50.28paulproteus(Bye ymerejt!)
09:50.36paulproteusMy update is still installing.
09:50.46paulproteusIt's 4:50 am here.
09:55.32ewaygoxboxlive is there a image of the current qtopia your using on the universal that i can try ?
09:56.49ewayi still dont yet have a box setup with a build enviroment lack of local disk space and time
09:57.29Pryangoxboxlive, my desktop installation has crached
09:57.40Pryanhi all
09:58.12Pryanim backing up the data to start reinstalling gentoo
10:05.38paulproteusgoxboxlive, Same "No network" problem with WM 5.
10:07.48paulproteusI'll try with cu.
10:10.57paulproteusgoxboxlive, Hey!
10:11.05paulproteusAll it took was me quitting and reopening Qtopia!
10:11.46paulproteusI think I may be connected.
10:13.37paulproteusYes, I can receive a call!
10:19.55paulproteusBTW, goxboxlive, I don't think it's going to sleep automatically.
10:20.29paulproteusI guess I'll leave it overnight and we'll see. (-:
10:23.16Pryangoxboxlive, please make me a list of programs that you want to have in your pda phone, it's for not emerging them
10:23.30Pryanand everybody can contribute
10:24.27paulproteusPryan, Why spend your time building a new system of packages when there is already one that works well?
10:24.40Pryanbecause i like gentoo
10:24.47paulproteusAnd BTW you haven't even *tried* the existing system.
10:24.48Pryanits the best distribution
10:24.50paulproteusMaybe this system is better.
10:24.51paulproteusYou'd never know?
10:25.02Pryani dont like the ipkg system
10:25.08Pryantoo few packages
10:25.30paulproteusI firmly believe you are wasting your time.
10:25.34paulproteusAt least try the ipkg system out.
10:26.05Pryanfirst i want to try with this proyect
10:26.15paulproteusYou should learn what already exists first.
10:26.20paulproteusThen you will know how to make your project better.
10:26.26Pryanand there is more people interested in this proyect
10:26.27paulproteusOtherwise you may repeat mistakes that have already been made in ipkg.
10:26.44Pryanprease instrude me
10:26.58paulproteusWhat does instrude mean?
10:27.04Pryanteach
10:27.08Pryani dont know
10:27.14paulproteusThen learn what is there first.
10:27.19paulproteusThen you can learn how to make it better.
10:27.19Pryanin spanish is instruyeme
10:27.26Pryanok
10:27.27paulproteusIn English it is "instruct". (-:
10:27.32paulproteusRead about OpenEmbedded, get it going.
10:27.33Pryanok
10:27.35PryanxD
10:27.51paulproteusI was involved in Xbox Linux from near the start also.
10:28.06paulproteusWe learned by trying each others' systems and learning from what each other did well.
10:28.20Pryanaham
10:28.27paulproteusIn Xbox Linux, there was eventually a Gentoo system, and a Debian system, and a Fedora system, and a Slackware system.
10:28.47paulproteusIt worked because we understood how each others' systems worked, so we could take improvements from one and apply them to the other.
10:29.08Pryanaham
10:29.37paulproteusYes?
10:30.48paulproteusWhat worries me is that you seem uninterested to learn about OpenEmbedded, which has a lot of success on these HTC devices.  You have to learn what works before you can start improving it.
10:31.43paulproteusI know you like Gentoo a lot, and I know you think it's the best thing.  I personally don't, but that's not what's important.  What's important is that you have to learn how OpenEmbedded has been set up and why it succeeds so that you can those lessons in order to make Gentoo a good fit.
10:32.02paulproteusThat's my advice.  I hope very much that you'll take it.
10:32.09paulproteusFor now it's past 5:30 am here, so I should go to sleep.
10:34.10paulproteusI'll be back here in the morning, so if you have any comments or feedback on this advice do let me know. (-:
10:36.47Pryanok
10:36.49Pryanthanks
10:41.20goxboxliveeway: http://forum.xda-developers.com/showpost.php?p=1755778&postcount=1799
10:52.16Pryangoxboxlive, ok i will use this image too
10:52.39Pryanremember me when i come from holidays
10:54.12Pryanbut qtopia is for using alone r with opie
10:54.21Pryani havent understand this
11:09.10*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
11:10.37ewaydownloading it now
11:10.56ewaybut the linuxtogo server is being slow atm
11:13.01ewayi`m getting about 50k/sec
11:20.10ewayisit worth mirroring the file on the htc-linux.org server ?
11:36.47eway1st boot device is locked with the no network
11:36.54Pryani have my own server, maybe we could mirror from there
11:37.09Pryanor from htc-linux.org its the same
11:38.00ewayhtc-linux.org is on my main hosting server
11:46.15Pryanah ok
11:47.09*** join/#htc-linux kiozen (n=kiozen@rgnb-4db03d25.pool.einsundeins.de)
11:48.08ewayPryan i work for a isp :)
11:50.01Pryanoh, fine
11:51.10ewayok still no network for meeven after enabling the atchat modem and mux on 1 handset with radio 1.17.00
11:51.26ewayabout to try on my other handset with radio 1.15.00
11:52.21Pryanok
11:57.34Pryanhi kiozen
12:03.35ewayand the same on my other handset aswell
12:04.07ewayboth handsets are running wm5
12:05.11eway1 handset with radio 1.17.00 the other with radio 1.15.00 both devices give the no network msg
12:07.16Pryanwhith what device are you trying to connect
12:07.20Pryangprs
12:07.23Pryanwifi
12:07.59ewayboth devices are universals
12:08.40Pryanwhat type of connection
12:08.53ewayand its the gsm modem no network
12:08.59Pryanhmm
12:09.38Pryanwith wm5
12:09.54Pryanmaybe a problem of your services provider
12:10.01ewayyep both devices running wm5
12:10.19Pryancall'em
12:10.31ewayyeh right tmobile uk
12:11.00ewayboth devices work fine Pryan and its not a network issue as such
12:11.10Pryanhmm, strange
12:11.25ewaynope
12:11.31ewaynot strange
12:11.39ewayits called development
12:11.48Pryanwell
12:11.57Pryanmaybe its a failure of software
12:12.21Pryanhave you updated something
12:13.07ewaygoxboxlive only put the link up to the new image this morning
12:13.23Pryanahm, then its development
12:13.25PryanxD
12:13.45Pryani thing you have done nothing
12:13.55Pryanmaybe a problem of provider
12:13.59Pryanbut nope
12:14.15ewaynope provider is fine
12:15.59ewaythe handset with radio 1.17.00 is the current tmobile uk image the other handset is the tmobile hr rom with the uk extrom and radio 115.00
12:16.33Pryanaham, i dont know much about universal
12:16.41Pryani have an athena
12:17.02ewayi no
12:17.09ewayi read the logs
12:17.32ewayu have the athena and no usb cable or hub yet
12:17.50Pryanyep, HUB yes, because pendrive is working
12:17.59ewayand you`ve been trying to get qemu working as a arm emulator
12:18.05Pryanbut no usb cable to sync with linux
12:18.17Pryanyes, but it doesnt load my image
12:18.40ewaysee i no
12:18.43Pryani have tryed with a livecd of development and a default image and it runs
12:18.54Pryanbut with my image doesnt
12:19.13Pryanso i will do more development
12:19.29Pryanuntil i got a working gentoo system in arm
12:19.44Pryancappable to make the stage4
12:20.05ewaywell development is somthing you should be fairly good at seeing as your running gentoo
12:20.16Pryanyeah
12:20.28Pryani have created a partition to boot from
12:20.35Pryanthat i havent before
12:20.44Pryanso i can easy boot a kernel
12:20.52Pryanwith qemu-system-arm
12:21.15ewaymyself i`ll stick with a base system thats nice and easy
12:21.52Pryanmy gentoo base system will have splashscreen
12:21.59ewaygentoo is ok if you dont mind compiling everything by hand but if your going to do that you might aswell build your own lfs
12:22.28Pryani will give all the package that you would need
12:22.38Pryanso there is no need to emerge more
12:22.49Pryanonly a few packages
12:23.05ewayeven so
12:23.14goxboxliveeway: so cant run it either. on guy reflased his uni and then i worked. ANother one replced his battery with the original then it worked
12:23.43ewayi`m using a genuine battery
12:24.01ewaybut its the extended capacity version
12:24.09eway3800mah pu16b
12:25.10ewaywill try with a pu16a battery
12:25.59goxboxlivegood
12:26.19ewaythe pu16b is made by dynapack international
12:28.29ewayjust checked all my batteries are made by dynapack
12:30.35ewayi woud guess that dynapack is the manufactor of the original battery
12:34.31ewayok booting now with a standard capicty battery
12:36.34ewaysame thing no network
12:37.06ewaythe guy who reflashed
12:37.22ewaydo you happen to know what he flashed from and to ?
12:37.48ewayie did he have wm6 and flash back to wm5
12:38.12ewayor from a new wm5 to a old wm5 etc etc
12:38.32ewayi no that both my handsets are running wm5 aku 3.3
12:39.16ewayso not the newest wm5 that is out there
12:39.47ewayalso just noticed somthing
12:40.13ewayafter holding the power button and waiting for the menu and doing a restart qtopia
12:41.50ewaywith the extended battery i get a seg fault after the configure phone 3 line
12:42.10ewaywith the standard battery this seg fault doesn`t happen
12:42.45*** join/#htc-linux Marex-notebook (n=marex@gwfm10-3-250.802.cz)
12:48.54goxboxliveeway: he used this one: ftp://ftp.clubimate.com/JASJAR_WWE_13076_164_10900_wwe_ship.zip
12:49.56ewayk
12:51.19ewayi can do a spb backup my handset and go back to the old rom UNI_TMUK_130114_130232_11003_WWE_BL101_Ship.exe
12:51.58eway1 handset is cid unlocked
12:52.09ewaywell cid and sim
12:52.18ewaythe other is still locked
12:52.26goxboxliveyes test and see if it work
12:53.01ewaywill take a lil while to do the flash
12:53.18ewaygotta do the backup 1st
12:54.06goxboxlivek
12:58.50ewayk backup running
13:04.27*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
13:19.07ewayflashing now
13:26.54goxboxlivek
13:43.53*** join/#htc-linux BabelO (n=Fabrice@2a01:5d8:52ee:1c1c:250:fcff:fe46:5573)
13:44.52goxboxlivealo BabelO
13:45.01Pryanhola BabelO
13:45.04BabelOhello goxboxlive
13:45.10BabelOhello Pryan
13:45.23Pryanwats up ?
13:45.33Pryani am reinstalling my desktop pc
13:45.42Pryanhehehe, it crashed
13:45.48BabelOPryan: yes i read on the log ;)
13:46.00Pryanhahaha, ok
13:46.19BabelOgoxboxlive: maybe it is time to add bt / wifi powered on / off over sysfs
13:47.20goxboxliveBabelO: yes that would be a good idea, How do we do that?
13:48.04Pryanlike GPS, with daemons
13:48.08BabelOgoxboxlive: i m looking for a sample we done on BA
13:48.09Pryanits one way
13:48.30ewayflash complete
13:48.53ewayits currently installing the extrom
13:50.06goxboxliveBabelO: is it like the Ficphone dooes it?
13:50.18BabelOgoxboxlive: yes exactly
13:50.26goxboxliveI think that is a good idea.
13:50.43goxboxliveIs it somewhere in OE we can set it up?
13:52.28BabelOgoxboxlive: no it is in kernel drivers
13:52.37goxboxliveok
13:54.46Pryanits some way that knoppix rescan my devices to add /dev/sda4 ?
13:54.53Pryani have partitioned the hd
13:54.58Pryanim with livecd
13:55.58BabelOgoxboxlive: i send you it as an email
13:56.56BabelOgoxboxlive: on universal driver is the same
13:57.23goxboxliveok thx
13:57.39ewayok booting qtopia now
13:58.55*** join/#htc-linux dcordes (n=dcordes@tmo-035-171.customers.d1-online.com)
13:59.12dcordeshi all
13:59.17Pryandcordes !
13:59.23Pryanke pasa chaval
13:59.37dcordespryan looked into openembedded yet?
13:59.50ewayno network
14:00.08Pryanwhy ? i dont remember
14:00.26dcordesnada estoy en train just read logs
14:00.40goxboxliveeway: held the pwr button in for a few sex
14:00.43goxboxlivesorry sec
14:00.51dcordesi mean what paulproteus told you earlier
14:00.55goxboxlivechoose restart qtopia
14:00.57ewayrestart qtopia ?
14:01.04BabelOgoxboxlive: lol, two time you do this mistake ;)
14:01.21ewayintresting
14:01.23goxboxliveBabelO: man i really wonder whats in my thuoghts this days :-)
14:01.56dcordespryan paulproteus said what im thinikng all the time. you should first start off with openembedded and maybe later go to gentoo
14:02.09ewayas i said before about the segmentation fault after the confogure phone 3 line
14:02.10goxboxlive:-)
14:02.23goxboxlive??
14:02.26ewayi was only getting that on the extended batery before
14:02.31Pryanno, i have made a partition so i can easily boot from
14:02.42ewaynow i`m getting it on the standard battery aswell
14:02.54ewaybut still after the restart no network
14:03.16dcordespryan got your kbd working yet?
14:03.34Pryandesktop or pda ?
14:03.46dcordespda of course
14:03.53Pryanin linux ?
14:04.03dcordesyes
14:04.19Pryani havent run linux yet
14:04.31Pryanbut kevin2 doesnt finished the driver
14:04.58dcordesi thought you wanted to get usb keyboard
14:05.17Pryanyes, ill buy a ps2/usb adapter
14:05.26Pryanto plug in my desktop keyboard
14:05.49dcordesgd gd
14:06.04dcordesi will catch you up later
14:06.22goxboxliveeway: ok, i have no idea. I thin cr2 have to look furher on it
14:06.33ewaynp
14:06.45goxboxliveeway: do you have cu working?
14:07.05ewayonly if you have it in your image
14:07.06*** join/#htc-linux gibi92 (n=bourgoin@obs92-2-82-230-37-168.fbx.proxad.net)
14:08.33*** part/#htc-linux gibi92 (n=bourgoin@obs92-2-82-230-37-168.fbx.proxad.net)
14:14.59goxboxliveok
14:28.26ewayanything else i can try ?
15:19.32*** join/#htc-linux dcordes (n=dcordes_@unaffiliated/dcordes)
15:20.13cr2hi dcorder
15:20.42cr2dcordes: i've looked at the latest android git changes
15:21.30dcordescr2, hi
15:21.47*** join/#htc-linux skodde (n=skodde@unaffiliated/skodde)
15:22.01dcordesrpc, bootloader?
15:23.14dcordesadsp?
15:24.36cr2rpc points to the stuff which android want to shadow out with microkernel
15:25.14cr2to our advantage htc layout does not match what they do, so we can learn many interesting things by differential analysis.
15:26.59dcordesour strategy is to not use microkernel?
15:30.50cr2well, the "purist" linux strategy is not to use the microkernel design to reduce the overhead.
15:31.51cr2or even more accurate. linux is not designed as a microkernel os.
15:32.28cr2but i'm more concerned about the hardware details now, not the software architecture.
15:33.15dcordesabout kaiser's very own hardware components?
15:34.11cr2yes, the msm7x00 hardware internals
15:35.51dcordesnot peripheral but what is in the chip?
15:36.18dcordesI only know what is on the wiki and what harald has in his blog
15:36.56cr2periferals are BT and wifi
15:37.08cr2wifi is connected to a sdio channel
15:37.18dcordesah right. and bt serial?
15:37.27dcordeseverything else we have oc?
15:37.39cr2BT goes over rpc, so microkernel hacking is needed.
15:38.04cr2the SPL references 3 UARTs, but i don't get the context.
15:38.25cr2the usb client is a puzzle.
15:39.59dcordesis usb also connected to the microkernel?
15:40.07dcordesrpc  I mean
15:40.55cr2in wince - yes.
15:41.26cr2SPL uses a different set of registers, which does not match the android code.
15:42.05dcordeswhat is spl again?
15:42.44cr2wince bootloader
15:43.02cr2located in the the first MB of SRAM
15:43.12dcordeshm I think bluetooth is rather of minor priority, isn't it?
15:43.30dcordesI wonder what we can do about display
15:43.42dcordesyou had that approach when x_bruce was here
15:45.25cr2to connect without the display is very helpful
15:45.45cr2to take over the non-vsfb display is really difficult.
15:46.08dcordesso usb would be useful right now
15:46.24dcordesto get some kind of access to the running system
15:48.59cr2if BT was on the UART, it may be even easier.
15:49.43cr2but since it uses rpc, it's not clear if (1) it uses uart, and (2) if it#s traceable with haret.
15:50.02cr2we already have a similar problem with MDP.
15:50.06dcordescan't we try out (2) ?
15:50.15cr2you can try :)
15:50.18dcordeshow
15:50.30cr2mmutrace for the uarts.
15:50.33dcordesok
15:52.08dcordesaddlist mmutrace 0xa9a00000 +0x03
15:52.32dcordesset permissivemmutrace 1
15:53.12cr2ddlist mmutrace p2v(0xa9a00000) 256
15:53.38dcordeswhat is p2v and why 256?
15:53.56cr2but if it's controlled by the microkernel, then tracing will fail
15:54.15cr2mmutrace traces the virtual mapping -> p2c
15:54.21cr2s/pc2/p2v/
15:54.24cr2s/p2c/p2v/
15:54.58cr2256 bytes after p2v(0xa9a00000) should cover all known registers.
15:55.24*** join/#htc-linux gibi92 (n=bourgoin@obs92-2-82-230-37-168.fbx.proxad.net)
15:56.53dcordescr2, In the output I only see 15
15:56.55dcordesirq
15:57.01dcordesthat's usb data riq
15:59.46dcordescr2, iirc we tried that yet when I installed active sync to make sure there is valid usb traffic
16:01.11dcordescr2, I have to go now. bbl
16:15.09*** join/#htc-linux Pryan2 (n=Pryan@217.168.1.213)
16:15.17Pryan2hi all
16:17.24*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
16:19.15Pryan2hola dcordes
16:34.46Pryanim here
16:40.00paris wifi fully working on the BlueAngel with the new kernel?
16:40.57paror is it now working with an older kernel even, i haven't been around here in a while ;)
16:44.03Pryani dont knoe
16:44.07Pryanknow*
16:49.15parcr?
16:57.00*** join/#htc-linux BabelO (n=Fabrice@2a01:5d8:52ee:1c1c:250:fcff:fe46:5573)
16:57.14Pryanhi BabelO
16:57.17BabelOpar: yes wifi is supported in latest kernel
16:57.22BabelObbl in 1 hour
16:57.42Pryanwhat means bbl ?
16:58.48goxboxliveola
16:59.02Pryanke paso goxboxlive
16:59.04PryanxD
17:02.37goxboxlivePryan: bbl : be back later
17:02.56Pryanok
17:03.28goxboxlivecr2: are you here?
17:03.41Pryanim making the crosscompiler
17:03.49Pryaninstalling kde
17:03.53Pryanand so one
17:05.14parwhats the latest kernel version these days
17:06.38Pryani dont know where is the kernel in hh.org
17:09.25parwould be great to have the binaries for the latest and greatest kernel and everything else
17:09.43parfor the blueangel
17:09.53Pryanyeah
17:10.26pari have an olpc
17:11.00parso i want to run the distro on the blueangel and link wifi through adhoc to it
17:11.12parthen nat the gprs data connection
17:11.55Pryanaham
17:12.20Pryanso you need support for wifi and gprs
17:12.24paryes
17:12.41parblueangel has everything as long as they got the wifi working
17:12.51paryou can even make voice calls in linux on it now
17:13.34parunless something in the kernel changed dramaticaly and caused problems to any of that functionality which was working in previous versions
17:17.28cr2par: there are some troubles with qtopia on ba.
17:20.35pari'll live with gpe
17:21.14parbut all the basic functionality is still held for everything in hardware right/
17:22.05cr2yes
17:22.16pargreat! thanks cr2
17:24.39Pryanhi cr2
17:25.32Pryanhow is the development on athena ?
17:26.33cr2Pryan: i'm working on other things
17:26.39Pryanok
17:29.14Pryanwhat is the actual status of athena ? what works ?
17:29.50Pryantouchscreen, extUSB, Bluetooth and what more
17:38.48Kevin2Hi
17:39.54goxboxlivehi Kevin2
17:40.11Kevin2What's new?
17:40.53goxboxliveKevin2: at last we have suspend/resume and power draining fixed on universal. So now i am using my universal as my main phone
17:41.01goxboxliverunning Qtopia
17:42.59Kevin2goxboxlive: Wow, that's great.  I wish we could get there with Apache.  We really only need battery charge, the phone module, and some distro scripts to get there.
17:43.13goxboxlive:-)
17:43.44Kevin2cr2: Any luck with Hermes SD controller?
17:44.15Kevin2I got Hermes keyboard working and I applied the openmoko fix for s3c usb (works great now).
17:45.44PryanKevin2 and the keyboard of athena ?
17:46.08Kevin2Pryan: I'm told it should work for Athena also, but I don't have an Athena to verify that.
17:47.10Pryanok, when xmas pass, i probably got a running gentoo on athena
17:47.28Pryanbecause i will buy the hardware
17:47.31cr2Kevin2: i still can't get the async irq right, maybe i need to investigate the ati irq handling in more detail
17:48.11goxboxlivehi cr2
17:48.12cr2Kevin2: the main problem on athena will be the keyboard powerup on plugin
17:48.18cr2hi goxboxlive
17:48.40Kevin2cr2: What does the async irq code look like?
17:48.40cr2goxboxlive: can you create an image for the uni with .23 kernel ?
17:49.15cr2Kevin2: the irq in wince sometimes come in the middle of the command code
17:49.43cr2Kevin2: maybe i'll commit all my current code to CVS, so you'd look yourself.
17:50.02Kevin2cr2: Why not push to git?
17:51.05goxboxlivecr2: Not an image, but i can make you the zImage and the modules in a tar ball so you can extract them yourself?
17:51.16cr2hmm. i need to do a lot of handwaving already. i have n560 changes, and some other stuff in my tree.
17:51.54cr2goxboxlive: hmm. my old wish of having the modules in initramfs...
17:52.06goxboxlivecr2: or i can send you my patch from the linuxtogo tree. But it includes some of the patches from ymerejt
17:52.25goxboxlivei send you the pathc, thats easier
17:52.25cr2goxboxlive: create the tar.gz
17:53.23cr2hehe, i'e broken a lof of things now.
17:53.26cr2svn: Mismatched RA version for 'https': found 1.4.6, expected 1.3.0
17:55.23goxboxlivecr2: mail sent.
17:59.53goxboxlivecr2: and the modules and the kenrel zImage is sent
18:01.02cr2thanks.
18:01.34cr2goxboxlive: have you enabled the sdio-gps ?
18:01.56cr2it will not work, but a nice option anyway.
18:02.09goxboxlivei dont think so, check the kenrel defconfig
18:03.14goxboxlivecr2: what's the name of it in the config? I cant find it
18:03.50*** join/#htc-linux lieter_ (n=lieter@a62-251-100-248.adsl.xs4all.nl)
18:04.26cr2goxboxlive: looking myself. btw, it should works on pxa-mci, i.e. magician
18:05.13goxboxliveok
18:06.07goxboxlivecr2: i see that the config misses a lot, like acx and sp
18:06.12goxboxlives/sp/so/
18:06.44BabelOback ;)
18:07.25BabelOhi cr2
18:07.27BabelOhi Kevin2
18:07.48BabelOKevin2: with have some trouble with BA and asic3 for 2.6.23 kernel
18:08.24paulproteuspar++ that'd be great, OLPC + HTC
18:09.32paulproteusGood morning everybody!
18:14.38Kevin2BabelO: Okay.  I don't have any devices with asic3 so I don't think I can help much.
18:15.12BabelOkiozen: Chateau de Sauvanes - Faugéres
18:15.41BabelOKevin2: ok, but it seem universal can boot and it have asic3 too
18:16.13BabelOKevin2: maybe it is something like common gpio which psokolovsky have added
18:16.55kiozenBabelO: oh la la! I have to go dancing this evening, have to stay sober :(
18:18.00BabelOkiozen: lol
18:18.08BabelOkiozen: did your app support gpsd ?
18:18.40kiozenI plan to, but after reading the doc this afternoon I am not that sure :)
18:19.08Pryan*  sci-geosciences/gpsd
18:19.09Pryan<PROTECTED>
18:19.12BabelOWhy ?
18:19.48Pryangentoo supports gpsd
18:20.00Pryanwhats running on athena ?
18:20.10Pryantouchscreen, extUSB, Bluetooth and what more
18:20.25paulproteusOh, come on, Pryan.
18:20.55kiozenBabelO: looks like another piece of software in between, that hides what is done
18:21.12kiozenI wonder if I get happier with doing the NMEA directly
18:21.16Pryanpaulproteus, :o)
18:21.30Pryanthe emotion of the moment
18:21.31PryanxD
18:21.47kiozenBabel=: on the other hand side with gpsd several apps can use the gpsr simultaniously
18:21.56BabelOkiozen: ok , i understand, it  seem gpsd support sirf binary mode
18:22.01kiozenBabelO: I have to play with it first :)
18:22.30BabelOkiozen: ok, if you look at roadmap or gpsdrive, they use it
18:22.46kiozenBabelO: sante! My family is back (severe NMI mode) bbl
18:23.06BabelOkiozen: bbl, next week then , i ve to go me too
18:23.36kiozenhave nice holidays
18:23.45goxboxliveBabelO: are you going away for x-mas?
18:24.20BabelOgoxboxlive: yes until next saturday or sunday after i go back to work
18:25.03goxboxliveBabelO: ok, going to the alps again?
18:25.11BabelOgoxboxlive: i ve to look at Blender this week, nex release do lot of interesting thing, maybe i can make a nice logo myself ;)
18:25.31goxboxliveWHat is Blender?
18:25.31kiozenlol
18:25.40BabelOgoxboxlive: not the alps, going to Bordeaux :)
18:25.50goxboxliveok :-) nice trip then
18:25.54BabelOgoxboxlive: www.blender.org
18:26.40BabelOgoxboxlive: and there is a new renderer to try www.indigorenderer.com
18:27.27goxboxlive:-)
18:36.11cr2hehe. gpsd is nothing more than a portable NMEA daemon.
18:38.05BabelOola cr2, i m checking diff between universal and blueangel use of asic3
18:38.20cr2BabelO: gpsd could have been more ;)
18:38.42cr2BabelO: there is no difference.
18:39.20BabelOcr2: i remember i have added something to support gpio2
18:39.46cr2BabelO: well, then you need to blame yourself :)
18:40.26BabelOcr2: or maybe it is the mmc insert detection, does universal use it ?
18:40.52cr2insert detection is not used anywhere.
18:41.06cr2it maybe the .readonly detection.
18:47.45paulproteusgoxboxlive, So we should figure out how to detect the carrier, right?
18:47.58paulproteusI mean the phone carrier, not like "CARRIER DETECT" on a serial line.
18:48.03paulproteusMine says my operator is the string "0", which can't be right.
18:48.30paulproteusymerejt said that the phone doesn't report it the normal way - I guess we/I should trace the serial line in Windows to see where the name comes from?
18:49.08parin the radio rom?
18:50.21goxboxlivepaulproteus: he said it was read from the sim card
18:50.39paulproteusgoxboxlive, Interesting, I wonder what Windows does when you roam?
18:50.57parright, it would be just be from the sim
18:51.00goxboxliveBut i am not sure about it. I mean while i have been out of the country i have had other operators on it.
18:51.09goxboxliveI guess cr2 can answer us this
18:52.59goxboxlivepaulproteus: i think the most imortant in Qtopia now is to have system sound working together with the mediaengine.
18:53.18goxboxliveI am testing on my ficphone now, to see if helix and phone alert works togetter
18:54.22cr2paulproteus: the operator names are hardcoded.
18:54.33cr2paulproteus: look at the gnokii source.
18:55.07goxboxlivecr2: but from where does it get the info about the correct operator??
18:55.25goxboxliveis there a list in Qtopia or something?
18:55.28cr2paulproteus: htc hadrcodes the names everywhere :) if you can dump your radio firmware, maybe it's also added there, but i doubt it.
18:55.37goxboxlivethat says 24001 is telenor?
18:55.55cr2goxboxlive: it's a dumb idea to hardcode it anyway
18:56.02parcarrier specific information is usually located in the radio rom
18:56.06cr2<PROTECTED>
18:56.21cr2par: these assigments change with time.
18:57.02cr2i think the table should be ripped out of gnokii, and updated from the data in recent rilgsm.dll's
18:57.14cr2and put to /usr/share/gsm.ids
18:57.18parif the phone is locked to a specific carrier, there is even a special area where that is coded.. and its in neither the radio rom or the base rom.
18:57.22cr2like it's done for pci and usb
18:57.44cr2par: ?
18:57.56parthats the only exception .. if the phone is locked.
18:58.05cr2par: you speak about strage creations like iphone, right ?
18:58.05goxboxlivecr2: what do i have to do to prevent universal from wakeup when touching the touchscreen?
18:58.18parno, well blueangel on this one
18:58.47cr2par: it was known how to unlock ba many years ago.
18:59.01cr2goxboxlive: is it not masked ?
18:59.39goxboxlivecr2: No i dont think so. Because when it is in suspend mode it wakes up when i hit the TS.
18:59.43cr2goxboxlive: the buttons are not masked too, so will cause a wakeup.
18:59.45goxboxliveI want to get rid of that
18:59.59goxboxlivecr2: but the buttons is ok i think, but not the TS
19:00.04goxboxlivecan we fix it?
19:00.37parcr2: yes, that is correct.
19:01.27parcr2: however, that still doesn't change the fact that the area where the lock is configured isn't changed in either the base or radio rom area.. its in a special area of the phone
19:02.27cr2goxboxlive: do you wakeup on sound or cam buttoin ?
19:03.17cr2par: i didn't look into that in detail. you mean CID ? it has nothing to do with the reported operator id.
19:03.39paroh ok
19:03.51goxboxlivecxri'll check
19:04.00parso the reported id is simply read directly from the sim
19:04.10goxboxlivecr2: yes it wakes on sound button
19:04.27cr2goxboxlive: 24001 is telenor, this data is compiled into rilgsm.dll. and is available in gnokii
19:04.36goxboxliveok
19:05.00cr2goxboxlive: ok. backlight button ?
19:05.09goxboxlivecr2: yes it also wakes when hitting the cam button
19:05.12goxboxliveI'll check
19:05.40goxboxlivebaccklight button  wakes it up
19:06.07goxboxliveand the memo/record button also
19:06.39goxboxliveso i guess it wakes up no mather what you hit on it. It also wakes when closing/opening the lid
19:07.14goxboxliveBut i mean for it doesnt matter, but we should have mask the TS. It's anoying
19:07.30goxboxlives/it/now/
19:18.36Pryanreboot
19:18.59parpaulproteus: yeah, i figured i would just connect the OLPC via ad hoc wireless to the BA and use iptables with ip forwarding and masquerading to handle its nat on the phone side for connecting to the internet.
19:19.41cr2goxboxlive: have a look here, the TS should be masked...
19:19.53cr2http://wiki.xda-developers.com/index.php?pagename=UniversalASIC3
19:20.23cr2because we init asic3 with the same wince values.
19:21.00cr2goxboxlive: can you add the lcd powerdown command to default.txt before the boot command ?
19:21.29goxboxliveok, Yes, what is the line
19:21.31cr2and remove the LCD gpio bits from .init
19:21.40cr2hmm.
19:21.42goxboxlivehow?
19:22.20cr2everything that is "LCD power" here http://wiki.xda-developers.com/index.php?pagename=UniversalASIC3
19:22.42cr2i'll check
19:22.57cr2the command is 'setlcd 4' ?
19:23.08cr2BabelO: do you remember the lcd powerdown command ?
19:26.22BabelOcr2: no :(
19:47.41*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
19:55.19*** join/#htc-linux pleemans (n=peter@d51A5E76A.access.telenet.be)
21:23.31*** join/#htc-linux rmoravcik (n=rmoravci@adsl-dyn19.91-127-90.t-com.sk)
21:46.37*** join/#htc-linux Pryan (n=Pryan@217.168.0.112)
21:46.42Pryanhi
21:54.59Pryancr2 its a joke. i reinstall the system in x86 because the emulators and it doesnt compile
21:55.55Pryani will install the dependencies and get binaries until the bugs are solutioned
22:25.19*** join/#htc-linux Pryan2 (n=Pryan@23.Red-88-14-226.dynamicIP.rima-tde.net)
22:25.26Pryan2wb
22:25.42Pryan2im with wifi now
22:40.48*** join/#htc-linux Marex-notebook (n=marex@gwfm10-3-250.802.cz)
22:55.41*** join/#htc-linux rmoravcik (n=rmoravci@adsl-dyn19.91-127-90.t-com.sk)
22:56.01Pryanwb rmoravcik
23:20.37*** join/#htc-linux Pryan (n=Pryan@23.Red-88-14-226.dynamicIP.rima-tde.net)
23:20.46Pryanwb
23:21.29ewaypryan why u always welcome yourself back ?
23:21.40ewaystrange
23:21.51Pryanhahhah. im very polite
23:22.08ewayno definantly strange
23:22.17Pryanhahhah
23:22.25Pryanwell, ok
23:22.49Pryanits only a way to say hello
23:23.10Pryanbut because you come back
23:23.24Pryansays welcome back
23:25.54*** join/#htc-linux bd2_ (n=cbou@85.21.88.2)
23:26.02Pryanhi bd
23:26.10*** join/#htc-linux bd2 (n=cbou@79.120.76.104)
23:28.32Pryaneway what phone do u have ?
23:33.42PryanKevin2 are u here ?
23:34.37Pryanwell, somebody, has hh.org a cvs to download the latest snapshot of the kernel ?
23:35.40Pryans/somebody/anybody/
23:45.33*** join/#htc-linux Pryan (n=Pryan@23.Red-88-14-226.dynamicIP.rima-tde.net)
23:45.44Pryanwb
23:46.15Pryanthis wifi is a complete shit
23:54.33ewayPryan i have 2 universals + access to another 3 universals also access to a htc touch a wizard a magician a himalaya an ameo and a prophet
23:58.45*** join/#htc-linux Pryan (n=Pryan@23.Red-88-14-226.dynamicIP.rima-tde.net)
23:59.17Pryanwats the last you have read from me ?
23:59.39*** join/#htc-linux the_sys0p (i=the_sys0@gateway/tor/x-36654e6271b79e7a)

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