IRC log for #htc-linux on 20081216

00:09.58*** join/#htc-linux meshuga (i=meshuga@c-98-237-137-219.hsd1.wa.comcast.net)
00:11.54*** join/#htc-linux TrinityDied (n=TrinityD@212-198-144-81.rev.numericable.fr)
00:18.12*** join/#htc-linux nashpa1 (n=dliviu@dliviu.plus.com)
00:46.09*** join/#htc-linux meshuga (i=meshuga@c-98-237-137-219.hsd1.wa.comcast.net)
00:48.46*** join/#htc-linux AstainHellbring (n=AstainHe@unaffiliated/astainhellbring)
00:51.41*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
01:11.03*** join/#htc-linux meshuga (i=meshuga@c-67-183-113-120.hsd1.wa.comcast.net)
01:18.09*** join/#htc-linux meshuga (i=meshuga@c-67-183-113-120.hsd1.wa.comcast.net)
02:10.21*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
02:25.49*** join/#htc-linux fnord__ (n=fnord@24-151-90-116.static.nwtn.ct.charter.com)
03:18.20*** join/#htc-linux fnord__ (n=fnord@24-151-90-116.static.nwtn.ct.charter.com)
03:32.04tmzt_wasabi: the kernel source has the qmi and rmnet, I think you just need to bring up the interface and negotiate the ip address somehow
03:33.03wasabiso it's not ppp at all?
03:33.16tmzt_I think ppp also works
03:43.58wasabiwell that's not very specific
03:45.08tmzt_I mean you should be able to use the gprs commands on /dev/smd0 and bring up ppp on /dev/smd1, or use qmi and rmnet
03:45.36wasabiwell what are rmnet and qmi?
03:45.38wasabiif not ppp?
03:46.16tmzt_rmnet is a shared memory ethernet type protocol, using ethernet frames. qmi is a simple ascii protocol to control the link on the AMSS (radio)
03:46.44wasabiSo the radio itself does ethernet?
03:46.47wasabiThat's odd.
03:47.22tmzt_I'm sure swetland or SanMehat could explain it better
03:48.13tmzt_but if you where asking if specific android tools were needed in your filesystem, I would say no
03:48.15wasabiNever seen IP work like that on GSM. Usually been initiating a call to some special number, like #777
03:48.23wasabiAnd then running PPP over that.
03:48.25tmzt_that's cdma
03:48.28wasabioh is it?
03:48.30wasabihmmm
03:48.37wasabiAll the AT&T devices here which are GSM do that
03:48.43tmzt_#777 is cdma, gprs is different number
03:48.48wasabiOh. Those are just numbers.
03:48.51wasabiThey are different by ISP.
03:49.03wasabiI mean, the methodology, of dialing 'a number'.
03:49.07wasabiand using ppp
03:49.20tmzt_yes, like I said I believe that way is also supported
03:49.31tmzt_except the ppp is on /dev/smd1
05:44.48maejrepisn't at&t wcdma?
05:48.46tmzt_maejrep: hi
05:48.53maejrephello
05:49.02tmzt_maejrep: what are you asking, what AT command is used?
05:49.13maejrepI'm not asking anything
05:49.23maejrepwas just referring to wasabi's comment about AT&T
05:49.40tmzt_have you looked at the 2.6.27 android kernel, there is some more stuff in there about hsusb (though not fsusb)
05:50.43maejrepI haven't, was kind of waiting for someone with more experience with linux+phones to take a look at proceeding to 2.6.27
05:51.14maejrepI'd love to try it, but since I can't even get 2.6.25 booting on my phone, it probably wouldn't be very successful :p
05:52.13tmzt_ok, you were working on clocks for usb then, is that working and the PHY regs not?
05:52.50maejreper, I was working on finding out why I can't get my phone to boot :x  raph800
05:53.27tmzt_sorry
05:53.36tmzt_trying to keep these things straight
05:54.48maejrepnp
05:54.54tmzt_ah, that was rolk
05:55.20tmzt_it's hard enough with different people in here at different times
05:55.30tmzt_harder to coordinate anything that way
05:56.18tmzt_what patch broke raph800?
05:57.17maejrepwell I think it was the usb_ether patch, but I haven't had any luck (nor time) yet to see if reverting that fixes it.
05:57.39maejrepthat is, it could be the usb_ether patch, or any patch after that
05:58.01maejrepthe kernel before that, using hillsdale's mddi patch was able to boot to NetRipper's busybox initrd and to a shell
05:59.08tmzt_is it still the STUB being the last thing printed?
05:59.30tmzt_there was something in the thread about it still being possible to calibrate the on screen keyboard
06:01.10maejrepyeah, NetRipper kept saying something like: even if you can't see the dots, just try to calibrate it anyway
06:01.17maejrepand that doesn't seem to do anything for me either
06:01.44maejrepyou mentioned something about grabbing registers before - which registers?
06:01.46tmzt_ok, if you disable usb client completly it still stops after STUB?
06:02.09maejrepnot, sure i'm gonna try a clean pre-usb_ether kernel ..  still haven't had time to do that yet
06:02.26maejrepbut right now i'm waiting for my clothes to dry :p  So I'll try to get that done and see which patch actually breaks it
06:02.47tmzt_the pwrsink stuff suggests STUB is not related to anything
06:03.05maejrepright, I agree, just that it's the last thing that gets printed
06:03.09tmzt_it can even be disabled and the STUB message removed from the .h file
06:03.10maejrepit could be dying anywhere after it
06:03.38maejrepany idea how to revert a checkout to a specific revision? :|
06:03.38tmzt_ok, can you add a printk at the end of _init() in the board file?
06:03.45maejrepI'm used to svn and cvs, never worked with git
06:03.55tmzt_git reset --hard <hash>
06:04.18tmzt_at least that will make that commit the HEAD
06:04.37maejrepthanks
06:11.24maejrepwhich _init function are you wanting a printk in?
06:11.50maejrepoh halibut_init() heh
06:13.02tmzt_yes
06:13.13tmzt_as the last instruction
06:13.18maejrepk
06:13.26maejrepmaking now
06:18.06maejrepknow of any better usb-storage app for winmo that is more reliable than the one that is shipping with the touch pro? :x
06:18.26maejrepsometimes i have to unplug/replug 2-3 times before it'll actually register as a mass storage device
06:18.32tmzt_no, didn't know it had one
06:19.19maejrephah!  i get a shell again!
06:19.27tmzt_what did you disable?
06:19.37tmzt_or, can you bisect between those two
06:20.09maejrepI went back to revision 6ec22f1385dcc2ca15d08361657a0b14821534b8 and applied hillsdale's patch
06:20.30maejrepoddly, I don't see any of my printk()s from the init function though  :o
06:20.39maejrepKERN_INFO should still print, right?
06:20.42maejrepor should i use ERR?
06:20.48tmzt_use DEBUG
06:20.54tmzt_but INFO should work
06:20.57tmzt_also check dmesg
06:22.46maejrephmm, still nothing
06:22.53maejrepi wonder if that was the right file..
06:23.09maejreparch/arm/mach-msm/board-htcraphael.c >
06:23.11maejrep*?
06:23.16tmzt_should be
06:23.20maejrep+printk(KERN_INFO "board-htcraphael.c:363\n");
06:23.40maejrepput that between each line of static void __init halibut_init(void)
06:23.44tmzt_you are building CONFIG_MACH_HTCRAPHAEL ?
06:23.47maejrep(different line numbers)
06:23.48maejrepyeah
06:23.59maejrepCONFIG_MACH_HTCRAPHAEL=y
06:24.25maejrepoh well, right now i'm going to step through each revision one at a time
06:24.33maejrepuntil i find for sure which one broke it
06:24.47tmzt_ah, what is hillsdale patch?
06:24.54tmzt_can you build that revision without it?
06:25.57maejrephttp://www.privatepaste.com/09rcsUiFNn/download
06:26.13tmzt_ok, you are building htc-msm-2.6.26 or android-msm-htc-2.6.25?
06:26.13maejrepi need that patch to get passed console handoff
06:26.21maejrephtc-msm-2.6.25
06:26.56tmzt_can you diff the revision that worked and the one that didn't?
06:27.16maejrepi don't know which revision made it stop
06:27.19maejrepthat's what i'm checking now
06:27.48tmzt_what in that patch does the console handoff?
06:28.03maejrepit makes it detect the display correctly
06:28.10maejrepraph800 uses a different display from raph100
06:28.24tmzt_so the early console just uses the display as inited by wm?
06:28.33maejrepso d263 works for raph100, but for raph800 we had to add detection for 4ca3
06:28.43maejrepit uses druidu's console
06:28.58tmzt_right, that's what I meant
06:30.37maejrepNetRipper later included a similar patch to detect the raph800 display, based on hillsdale's, but somewhere between the usb-ether commit and HEAD, my phone stopped booting
06:30.55maejrepit may have been NetRipper's version of the patch that broke it, may have been the usb changes, or a number of other changes
06:31.00maejrepso that's what I'm trying to find out
06:31.32tmzt_I don't know if git-bisect will allow you to apply a patch each time, but it should automate building all those kernels
06:31.36maejreptrying now with the usb-ether revision (plus hillsdale's mddi client)
06:32.07tmzt_http://kerneltrap.org/node/11753
06:32.30maejrepok, the problem is definitely introduced in this revision: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=df6bc3917c80b8e4e6d718d58e4ca227259a8408
06:33.08maejrepso you would think disabling USB_FUNCTION_ETHER should fix it
06:33.12maejrepi thought I tried that before though
06:33.15tmzt_how?
06:33.27*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
06:33.36tmzt_did you add the comma
06:33.54tmzt_after .ifc_subclass = 0x00
06:34.19tmzt_can you see if that revision builds with that comma added?
06:34.28maejrepI did in previous builds, but 1) the ifdef prevents that line from ever being called so it's not an issue, and 2) previously after fixing the ifdef macro and the comma, it still didn't have any impact for me
06:34.36maejrepit does build, that's not the problem
06:34.41maejrepand it builds because the ifdef is wrong
06:34.49maejrep#ifdef MACH_HTCRAPHAEL
06:34.51tmzt_that's right
06:34.56maejrepshould have been CONFIG_MATCH_HTCRAPHAEL
06:34.59maejrep*MACH
06:35.18tmzt_so it's CONFIG_USB_FUNCTION_ETHER=y ?
06:35.27tmzt_can you build it with that disabled in that revision?
06:35.40maejrepyup, that's what i'm trying now
06:35.46maejrepif the damn thing will mount :/
06:37.09maejrepsweet, that did it
06:37.19tmzt_nice
06:37.22maejrepi wonder if there's just something about my usb ether setup that's causing it to break
06:37.27tmzt_we need to find what broke that then
06:37.40maejrepordinarily, how should I have that setup?
06:37.44tmzt_what patch did you use?
06:37.54tmzt_have what setup?
06:38.02maejrepto use usb-ether
06:38.10maejrepi have usbnet loaded on my desktop machine
06:38.19maejrepbut it never detects a usb0 or usb1 interface
06:38.52maejrepanyway, i guess now i can go back to HEAD and disable that >:/  I could have sworn I'd already tried that
06:38.57tmzt_shouldn't swetland ether function driver work, what patches were needed for it?
06:39.11maejrephttp://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=commitdiff;h=df6bc3917c80b8e4e6d718d58e4ca227259a8408
06:39.23maejrepthis patch enabled it in defconfig and changed the vendor/product IDs
06:39.32tmzt_ah, lsusb -v -d vid:pid
06:39.36tmzt_ah, lsusb -v -v -d vid:pid
06:39.45maejrepon my desktop, or in console?
06:39.54maejrepdesktop or phone*
06:40.01tmzt_on the desktop
06:40.34maejrepand when phone is in WM, or after starting to boot from linux?
06:40.52tmzt_in linux
06:40.58maejrepwould putting the usb interface into the "disk drive" mode on the phone cause it to not realize it's a network interface?
06:41.01tmzt_where you say usbnet doesn't work
06:41.46maejrepi transfer my kernels to the phone via the usb mass storage "disk drive" mode
06:42.43tmzt_I don't know if it's like pxa udc which will keep it's configuration
06:42.48maejrepso that changes the way the desktop detects the usb device -- as "disk drive mode", its a usb storage device that I can mount and transfer files over
06:42.53maejrepgrr
06:42.55maejrepthats probably it then
06:43.12tmzt_I don't think as much of the usb logic is in hw as pxa
06:43.12maejrepif I switch it to activesync mode before booting, that might fix it
06:43.21tmzt_advanced networking
06:43.30maejrepright
06:43.46maejrepwhen I plugin usb on the phone, I get a popup asking if I want to connect in activesync mode, or in disk drive mode
06:43.56maejrepI've been choosing disk drive because that's how I transfer my kernels over
06:45.39tmzt_that could be it if linux is not reseting the hsusb properly, maybe
06:45.55tmzt_or it's as different on raph800
06:46.47maejrepheh
06:47.12maejrepI'm just gonna make sure I can still get a console with the usb-ether disabled, to confirm that is the problem
06:47.21maejrepthen I'll try it again with it enabled, and the phone in activesync mode
06:48.18maejrepmeh, doesn't get past handover
06:48.22maejrephmm, what did i break this time
06:49.59tmzt_you have the raph800 patch?
06:50.11maejrepwhich patch?
06:50.11tmzt_mddi
06:50.21maejrepNetRipper included that in a later revision to git
06:50.28maejrepso now it shouldn't be needed anymore
06:50.31maejreplet me check his version of it though
06:50.37maejrepactually i might need to make clean
06:50.41maejrepthat'd probably help
06:53.54maejrepsweet, that fixed it
06:54.12maejrepnow i have fixed colors (thanks to jobo's 444 patch), and a console
06:56.08maejrepok, now to try usb-ether with the correct mode :x
07:00.09maejrephmm, actually I have this problem even if I don't connect the USB cable
07:00.22maejrepso I wonder if it's going to make a difference
07:02.31tmzt_you mean it still stops on booting?
07:02.41maejrephaven't tried yet
07:02.45maejreprecompiling now
07:02.51tmzt_I mean the problem where no usbnet devices are detected
07:02.56maejrepbut previously, it was happening when USB was not plugged in
07:03.22maejrepI was just thinking out loud
07:03.24maejrepI didn't try anything yet
07:03.34maejrepbtw:  Bus 001 Device 083: ID 0bb4:0c2c High Tech Computer Corp.
07:03.39maejrepthat's in disk drive mode
07:03.56tmzt_lsusb -v -v gives a lot more information
07:04.08tmzt_sorry, I was not here a few minutes
07:04.54tmzt_which problem did you have even when not connecting the usb cable?
07:06.32maejrepthe same hang after the 4 STUB lines
07:06.37maejrepwhether USB was plugged in or not
07:06.45tmzt_ok
07:06.45maejrepbut it was always in disk drive mode
07:06.50maejrephttp://www.privatepaste.com/53MlrdfqhN <-- lsusb -vv
07:07.38tmzt_that looks right from what I can see
07:07.57maejrephttp://www.privatepaste.com/d02Mo5a7uv
07:08.02maejrepthat's in activesync mode
07:08.18tmzt_are those as root?
07:08.20maejrepyes
07:08.29maejrephmm, I still don't see a usb* interface
07:08.34tmzt_do you know what the debug descriptor issue is?
07:08.37maejrepshould I see that before it boots?
07:08.39maejrepnow, I don't
07:08.40tmzt_you probably won't
07:08.41maejrepno*
07:09.13tmzt_do you see /dev/ttyUSB0 ?
07:09.25tmzt_you are not in advanced networking somehow
07:09.58maejrepI think I disabled that actually
07:10.09tmzt_that is rndis
07:10.18maejrepsince i think it's the only way to sync in VirtualBox/XP without crashing :)
07:10.21maejrepI remember that now
07:10.26tmzt_you have the ipaq protocol but not with the same vid/pid I think
07:10.28maejrepso it needs to be in advanced networking mode?
07:10.50tmzt_well, the kernel should be able to setup whatever it needs
07:11.11tmzt_but maybe putting it in advanced networking and dumping the hsusb and ulpi registers will help
07:11.42tmzt_does the swetland ether function work, without the usbnet changes?
07:12.17maejrepheh yet a new vid/pid
07:12.19tmzt_can you checkout a specifc git version of one file?
07:12.24tmzt_paste it
07:12.41maejrepBus 001 Device 087: ID 0bb4:0b2c High Tech Computer Corp.
07:12.45maejrep1 sec for -vv
07:13.15tmzt_this is advanced networking?
07:13.34maejrephttp://www.privatepaste.com/3aISK3BrPA
07:13.38maejrepyes, with advanced networking enabled
07:13.48*** join/#htc-linux stefan_schmidt (n=stefan@w1536.wlan.rz.tu-bs.de)
07:14.07maejrepre the debug error, this is probably related:
07:14.09maejrepusb 1-6: usbfs: USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 6 len 4 ret -110
07:14.16maejrep(on desktop)
07:14.29maejrepbooting now to see what happens with it in this mode
07:14.35*** join/#htc-linux rob_w (n=bob@p549BDD1A.dip.t-dialin.net)
07:14.50rob_wo/
07:14.58tmzt_can you disable rndis_host in /etc/modprobe.d/blacklist-* ?
07:15.04rob_wanybody interested in my htc nike ?
07:15.07maejrephmm
07:15.13maejrepwell it boots :)
07:15.23maejrepi don't think it setup usbnet, but at least I get a shell
07:15.38tmzt_the same kernel boots with advanced networking but not without?
07:15.39maejrepand on my desktop: Bus 001 Device 088: ID 049f:505a Compaq Computer Corp. Linux-USB "CDC Subset" Device, or Itsy (experimental)
07:15.48maejrepI didn't try without advanced networking
07:15.49tmzt_ok, try usbnet
07:15.59maejrepbut it certainly doesn't work in "disk drive" mode heh
07:16.14tmzt_did you unmount the storage before booting?
07:16.17maejrepok i have usb0 and usb1
07:16.30tmzt_it could have had dma setup for the storage device or something
07:16.33maejrepyes, I always umount'ed and unplugged before booting
07:16.52maejrepthis time, I unplugged, re-plugged, and selected active sync mode, before booting
07:17.08maejrepso which device needs the IP?
07:17.12tmzt_both
07:17.24tmzt_same as ethernet networking
07:17.36tmzt_oh, usb1
07:17.42tmzt_can you paste lsusb -v -v
07:17.56tmzt_this is the problem NetRipper or cr2 was talking about apparently
07:18.39maejrephttp://www.privatepaste.com/4aQOGJYGrX
07:20.05maejrep# ping 192.168.0.206 -I usb0
07:20.05maejrepPING 192.168.0.206 (192.168.0.206) from 192.168.0.202 usb0: 56(84) bytes of data.
07:20.05maejrepFrom 192.168.0.202 icmp_seq=2 Destination Host Unreachable
07:20.37tmzt_it's up on both ends?
07:20.39maejreptried both usb0 and usb1
07:20.42tmzt_RUNNING ?
07:20.52tmzt_only bring up usb1 on your side
07:20.56maejrepon phone yes, usb0 is "RUNNING"
07:21.05tmzt_I thought by devices you meant both phone and pc
07:21.25maejrepright I know
07:21.30maejrepI tried usb1 first, and got the same result
07:21.49tmzt_route -n
07:21.56maejrepifconfig usb1 up 192.168.0.202 netmask 255.255.255.0
07:22.01maejrepon desktop?
07:22.05tmzt_yes
07:22.59maejrepheh
07:23.02maejrepwell that's not useful
07:23.02*** join/#htc-linux pleemans (n=toi@d54C2AAB7.access.telenet.be)
07:23.10maejrepDestination     Gateway         Genmask         Flags Metric Ref    Use Iface
07:23.10maejrep192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
07:23.11maejrep192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 usb1
07:23.24maejrepwhy did he have to choose 192.168.0? :p
07:23.33maejrepbut still, ping -I should force it over usb1
07:23.34tmzt_yes, you need to change that
07:23.42maejrepright?
07:23.50tmzt_and bypass the routing table in the kernel? don't think so
07:23.55tmzt_maybe arping
07:24.20maejrep# ping 192.168.0.206 -I usb1
07:24.21maejrepPING 192.168.0.206 (192.168.0.206) from 192.168.0.202 usb1: 56(84) bytes of data.
07:24.27maejrepat least I don't get unreachable
07:24.32maejrepmaybe its iptables or something ;p
07:25.08tmzt_I looked into this trying to figure out how to route packets from my phone to the internet using usbnet and no nat
07:25.35tmzt_but I think ping -I just binds the socket to that ip address rather than 0.0.0.0 (any)
07:27.44maejrep# ping 192.168.2.206
07:27.44maejrepPING 192.168.2.206 (192.168.2.206) 56(84) bytes of data.
07:27.44maejrep64 bytes from 192.168.2.206: icmp_seq=1 ttl=64 time=2.57 ms
07:27.45maejrep:D
07:28.39tmzt_right
07:29.43*** join/#htc-linux kiozen (n=oeichler@p5492A084.dip0.t-ipconnect.de)
07:31.38maejrepthanks for your help btw :)
07:31.43maejrepgotta go get my clothes now, bbiab
07:32.25maejrepsweet, usb-ether makes it so much better to work with :)  easier on the eyes
07:39.15*** join/#htc-linux rmoravcik (n=rmoravci@gtsgw.ttc.cz)
07:43.23maejrepso, 1) probably a dumb question, but is it possible to use haretconsole when in linux?  or only in WM before booting linux?
07:43.48maejrepand 2) how can I use haretconsole to find out what WM does to switch the mode of the USB connection?
07:43.50tmzt_haret only runs in wm
07:44.19tmzt_dump the registers using the physical address in the linux headers
07:44.26maejrepmaybe if I can find out how to switch it, we can have it check the current mode and switch it if it's in disk mode
07:44.42maejrep:x  physical address of what
07:44.54tmzt_the registers
07:44.59tmzt_hsusb
07:45.03maejrepsorry, I'm a programmer by profession, but I don't usually work this low-level
07:45.24tmzt_ok, physical address is the address used on the memory bus
07:47.39maejrep#define USB_USBMODE          (MSM_USB_BASE + 0x01A8)  possibly?
07:47.51tmzt_virtual address is the address (or addresses) that is translated to the physical address by the memory management unit (MMU)
07:47.55tmzt_yes
07:48.06tmzt_but you can dump the whole block from MSM_USB_BASE
07:50.20*** join/#htc-linux lavender-t (n=jerrey@c-24-17-204-47.hsd1.wa.comcast.net)
07:50.26tmzt_lavender-t: hi
07:50.40lavender-thi tmzt !
07:50.47maejrepah ok
07:51.01tmzt_maejrep has ether working on raph800 it looks like
07:51.24lavender-tcool. i just read the post in the forum
07:51.35maejreplavender-t, yep, it wasn't your patch that broke it :)  although your patch (and NetRipper's commit of it to git) is what pointed out the problem
07:51.41lavender-tthanks for helping and great to see things work out :)
07:52.47lavender-tyeah. great you've found out the root cause of it.
07:53.10tmzt_what are you working on, I've been trying to read the thread but I've only gone back 10 pages
07:53.35lavender-tme ? i'm trying the make the mmc work
07:53.54lavender-tandroid 1.0 is way too big to boot fro mthe ramdisk
07:54.03*** join/#htc-linux Robwoerle (n=bob@p549BE168.dip.t-dialin.net)
07:54.20tmzt_ok, you have that partly working on diamond?
07:54.36lavender-tyeah. it can recognize the device now
07:54.46lavender-tbit still having problem reading data
07:54.52tmzt_does it have wifi?
07:54.56maejrepbah, i really want to dig more into this :|  3am though..
07:55.04lavender-thave to tweak the clock in the dark ... :(
07:55.40lavender-ti havent tried wifi yet :)
07:55.53tmzt_ok so you do have a sd mux
07:56.12tmzt_sdc2 is moviNAND, what are sdc1 and 0?
07:56.52lavender-ti didnt turn them on altogher
07:57.08lavender-tfor now just SDC2 is on
07:57.34tmzt_you are writing the clocks directly or using proc_comm?
07:57.36lavender-talso when i said SDC2 i meant '1' based
07:57.43tmzt_oh
07:57.52lavender-tso it was SDC1,2,3,4. as in the code.
07:58.26lavender-ti was trying to port the kaiser/vogue clock as netripper suggested
07:58.41tmzt_is it possible you are supposed to implement that with embedded sd, put the values in the kernel as pdata?
07:58.55lavender-the said proc_comm doesnt work in diamond/raphael
07:59.12maejrephmm tmzt_ know what MSM_USB_BASE should be?
07:59.27tmzt_git-grep or grep search on ltg
08:00.21*** join/#htc-linux marmotta (n=skodde@unaffiliated/skodde)
08:00.33maejrepwell I have the define, which is #define MSM_USB_BASE ((unsigned) ui->addr)
08:01.21lavender-tic. yeah raphael and diamond can be quite different on that.
08:01.56tmzt_maejrep: look it up in usb info in htcraphael.c
08:03.39*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
08:03.51lavender-tbtw, tmzt, i wonder if you know any details tweaking the A0/A4 values ?
08:04.01tmzt_no
08:04.18tmzt_are you ever in #android?
08:04.29lavender-toh no.
08:04.39lavender-tyeah i'll try my luck there
08:04.49maejrepthanks
08:04.55tmzt_maejrep: find it?
08:05.13maejrepi think so ..  MSM_HSUSB_PHYS (?)
08:05.21maejrep:p
08:06.24tmzt_yes
08:10.30tmzt_maejrep: it's another #define
08:11.45maejrepyeah I got it
08:30.11*** join/#htc-linux BabelO (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
08:33.14*** join/#htc-linux goxboxlive (n=goxboxli@mail2.hjellnesconsult.no)
08:33.20maejrephmm, can't really tell much from this, as far as a flag that indicates disk mode or activesync mode
08:34.10tmzt_do you see the vid/pid anywhere?
08:34.25tmzt_you really have to use the linux headers/driver to decode it
09:13.33*** join/#htc-linux tsdogs (n=tsdogs@net70-17.metalit.net)
09:14.34tsdogsBabelO, goxboxlive: hi, what happened to the http://wiki.xda-developers.com/index.php?pagename=UniversalGSM  HTC_GSM wiki page ??
09:15.08tsdogsI wanted to fix the issues with 4.4.2 for my universal, but have no reference on the commands
09:16.42tmzt_are pages with tables still broken?
09:17.37tsdogstmzt_: not all of the i guess: http://wiki.xda-developers.com/index.php?pagename=UniversalASIC3
09:18.05tmzt_oh
09:23.36tsdogsho well, logging in and editig got me to what I wanted :)
09:24.18goxboxlivetsdogs: i have no i dea, sometimes they just disappear. But you have fixed it i c.
09:25.07tsdogsgoxboxlive: any news?
09:52.58*** join/#htc-linux rolk (n=rolk@ip5457417f.direct-adsl.nl)
09:59.18*** join/#htc-linux Elf_ (n=chatzill@151.23.137.170)
10:06.38*** join/#htc-linux divinebovine (n=rtaylor@S01060016b6b53675.vf.shawcable.net)
10:13.49*** join/#htc-linux metter (n=metter@32-149.62-81.cust.bluewin.ch)
10:33.31*** join/#htc-linux BabelO_ (n=fcr@lun34-2-82-238-28-28.fbx.proxad.net)
10:34.05*** join/#htc-linux rob_w (n=bob@p549BE168.dip.t-dialin.net)
11:22.18*** join/#htc-linux divinebovine (n=rtaylor@S01060016b6b53675.vf.shawcable.net)
11:30.46*** join/#htc-linux datachaos (n=datachao@c915521c.virtua.com.br)
12:38.13*** join/#htc-linux PoohbaLT (n=Poohba@c-98-235-66-242.hsd1.nj.comcast.net)
12:55.28*** join/#htc-linux EA2 (n=chipper@cpe-024-074-138-191.carolina.res.rr.com)
13:51.46*** join/#htc-linux br1ck (n=br1ck@xdslr039.osnanet.de)
13:56.38*** join/#htc-linux tekkdrone (n=tekkdron@72.183.115.231)
14:25.56*** join/#htc-linux mooky (n=suzannet@berger.projecthugo.co.uk)
14:28.24*** join/#htc-linux stefan_schmidt (n=stefan@c120.apm.etc.tu-bs.de)
14:50.58*** join/#htc-linux TheOther (n=nahh@178.80-202-153.nextgentel.com)
15:48.54*** join/#htc-linux pigeon (n=pigeon@60-241-137-179.static.tpgi.com.au)
16:04.24*** join/#htc-linux GPFerror (n=gpferror@cpe-76-187-41-132.tx.res.rr.com)
16:10.20*** join/#htc-linux pigeon (n=pigeon@60-241-137-179.static.tpgi.com.au)
16:28.40*** join/#htc-linux TrinityDied (n=TrinityD@93.3.142.22)
16:32.34*** join/#htc-linux the_sys0p (n=the_sys0@cpe-75-85-249-111.bak.res.rr.com)
16:48.54NetRippermaejrep, so the boot problem is solved? what was the problem (in a nutshell?) :)
16:48.57NetRipperand
16:49.20NetRippermaejrep, i read you have good colors now, and you refer to jobo's 444 patch, do you have a diff of specifically the thing that does work? jobo had multiple patches up
16:53.48*** join/#htc-linux goxboxlive (n=goxboxli@24.84-48-212.nextgentel.com)
17:04.09*** join/#htc-linux orux (n=jose@89.130.46.3)
17:05.18br1ckNetRipper: from what i could get from maejrep's forum post, the usb was still stuck in mass storage mode when rebooting, switching to activesync before boot avoids the hang. apparently a problem with usb driver not being able to cope with mass storage mode
17:07.00NetRipperbr1ck, indeed, i just read that, thanks
17:07.27NetRipperdinner time
17:07.28NetRipperbbl
17:07.32br1ckheh sorry for my redundant babbling then
17:08.04br1ckbr1ck = putting unwanted stuff into nutshells since 1981 ;)
17:09.52*** join/#htc-linux imfloflo (n=imfloflo@cap31-6-88-180-73-121.fbx.proxad.net)
17:13.13*** join/#htc-linux LunohoD_ (n=alex@e180072139.adsl.alicedsl.de)
17:14.25*** join/#htc-linux Xime (n=xime@dag94-3-82-233-170-230.fbx.proxad.net)
17:20.35*** join/#htc-linux GPFerror (n=gpferror@cpe-76-187-41-132.tx.res.rr.com)
17:24.20*** join/#htc-linux metter_ (n=metter@37-237.62-81.cust.bluewin.ch)
17:31.42*** join/#htc-linux diogene31 (n=rj@mur31-2-82-243-122-54.fbx.proxad.net)
17:40.13*** join/#htc-linux BHSPitLappy (n=BHSPitLa@unaffiliated/bhspitmonkey)
17:45.07*** join/#htc-linux thejigsaw (n=root@77.29.68.6)
17:46.26*** join/#htc-linux hollo (n=hollo@3e6b025d.rev.stofanet.dk)
17:51.38*** join/#htc-linux mib_auc312 (i=52adc631@gateway/web/ajax/mibbit.com/x-0d1949051fe8fd1c)
17:56.56*** part/#htc-linux thejigsaw (n=root@77.29.68.6)
17:59.57*** join/#htc-linux kiozen (n=oeichler@rgnb-5d87d426.pool.einsundeins.de)
18:12.01NetRipperbr1ck, dont worry, i'd rather hear something twice than not hear it at all ;)
18:12.17NetRipperand you couldnt know i read the thread.. ;)
18:23.08*** join/#htc-linux GPFerror (n=gpferror@cpe-76-187-41-132.tx.res.rr.com)
18:40.59*** join/#htc-linux exco (n=exco@e181106122.adsl.alicedsl.de)
18:46.05*** join/#htc-linux OpnSrc1 (i=harisha1@gateway/tor/x-1f36720dc48cbff6)
18:54.55*** join/#htc-linux marex (n=marex@vasut.kolej.mff.cuni.cz)
19:05.23maejrepNetRipper, exactly ^ :p
19:05.29*** join/#htc-linux chab7 (n=kvirc@212.92.4.114)
19:06.26maejrepas for jobo's 444 patch, it was a suggestion in one of his posts.  the diff is at: http://www.privatepaste.com/1dJhdyWvaS
19:07.36maejrepwould obviously need to be either detected, or an ifdef switch for a raph800-specific implementation (might help with optimizing mddi as well, and/or if we can find out how to detect the mode of USB upon booting up)
19:08.15*** join/#htc-linux stefan_schmidt (n=stefan@p5B034A6D.dip.t-dialin.net)
19:19.37*** join/#htc-linux dcordes (n=dcordes@ip-77-25-225-176.web.vodafone.de)
19:21.05dcordesmaejrep I heard the built in diamond sd works?
19:21.30maejrepno clue :x
19:21.53dcordesI confused nicks
19:23.47*** join/#htc-linux Kevin2 (n=Kevin2@207-237-194-161.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
19:25.07AstainHellbringhi dcordes how goes it
19:29.32*** join/#htc-linux woodson (n=CDP@c-76-101-90-149.hsd1.fl.comcast.net)
19:46.45*** join/#htc-linux cr2 (n=konversa@crpl6.physik.uni-wuppertal.de)
19:52.50*** join/#htc-linux dimitris (n=dimitris@cpe-128964.ip.primehome.com)
19:53.01*** part/#htc-linux dimitris (n=dimitris@cpe-128964.ip.primehome.com)
19:57.37cr2dcordes: can you add the CKEN tracing to msm ?
19:58.19*** join/#htc-linux Kuma (n=John@g227134223.adsl.alicedsl.de)
20:02.06cr2btw, consider adding the RGB bitmask info into platform_data, together with the possible display resolutions.
20:02.53cr2444 sounds like a shitty 4096 LCD all over again ;)
20:03.45cr2good nightr
20:12.53*** join/#htc-linux TripleQ (i=52adc631@gateway/web/ajax/mibbit.com/x-b30d5ed90a1ef949)
20:19.34*** join/#htc-linux Moku (n=John@g227134223.adsl.alicedsl.de)
20:28.10*** join/#htc-linux infernixx (n=nix@unaffiliated/infernix)
20:37.59*** join/#htc-linux TrinityDied (n=TrinityD@212-198-144-81.rev.numericable.fr)
21:07.19*** join/#htc-linux ionstorm (n=ion@ip68-228-225-247.ph.ph.cox.net)
21:12.57*** join/#htc-linux rolk (n=rolk@ip5457417f.direct-adsl.nl)
21:38.43NetRipperman wiki is real great
21:38.49NetRipperhttp://wiki.xda-developers.com/index.php?pagename=RaphaelMemoryMap
21:38.53NetRipperdoes that work for anyone?
21:42.56AstainHellbringnope
21:48.39NetRipperdarn.. other wiki pages do work
21:57.20toersame problem occured some weeks ago
22:11.44*** join/#htc-linux rmoravcik (n=rmoravci@ip-89-102-255-171.karneval.cz)
22:15.09*** join/#htc-linux TrinityDied (n=TrinityD@212-198-144-81.rev.numericable.fr)
22:17.06*** join/#htc-linux br1ck_ (n=br1ck@xdslcv234.osnanet.de)
22:36.49*** join/#htc-linux rolk (n=rolk@ip5457417f.direct-adsl.nl)
23:13.03mickeyldcordes: ping
23:14.38*** join/#htc-linux TrinityDied (n=TrinityD@212-198-144-81.rev.numericable.fr)
23:21.57*** join/#htc-linux rob_w (n=bob@p549BEEB7.dip.t-dialin.net)
23:23.03maejrepyeah I couldn't get to the memory map page either
23:24.33*** join/#htc-linux pishuri (n=pishuri@194.230.146.79)
23:30.33*** join/#htc-linux lavender-t (n=jerrey@c-24-17-204-47.hsd1.wa.comcast.net)
23:47.00*** part/#htc-linux exco (n=exco@e181106122.adsl.alicedsl.de)
23:56.26ALoGeNohou hou hou..
23:56.31ALoGeNolo all

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