Tuesday, 2012-02-21

*** bzo has quit IRC00:11
*** co_ajak_cewe_ngi has joined #xdandroid01:41
*** co_ajak_cewe_ngi has left #xdandroid01:41
*** Xawen has quit IRC03:13
*** Xawen has joined #xdandroid03:14
*** hardwalker has quit IRC05:06
*** arrrghhh has quit IRC05:34
*** arrrghhh has joined #xdandroid05:36
*** ke- has joined #xdandroid06:13
*** drakaz has joined #xdandroid08:14
*** helicopter88 has joined #xdandroid09:06
*** fishhead2567 has joined #xdandroid09:11
*** NeoMatrixJR_away is now known as NeoMatrixJR10:25
*** helicopter88 is now known as helicAWAY11:41
*** xdandroid has joined #xdandroid12:29
*** xdandroid` has joined #xdandroid12:33
*** xdandroid` is now known as xdandroid12:33
*** ke- has quit IRC12:40
*** xdandroid has joined #xdandroid23:09
hychttp://pastebin.com/XFR0d9m723:09
hycsee the bottom of the paste23:09
hycthe command spits out a bunch of stuff on stdout23:09
hycbut also sends it to the kernel23:09
d3tul3oh crap it just came up23:10
d3tul3but i have no idea what i did23:10
hycheh heh23:10
hyclet's see your dmesg now23:10
d3tul3yeah looks the same as yours23:10
d3tul3i see wl0.123:10
hycyep23:11
hycso this was using the original firmware right?23:11
hyc4.217.74.023:11
d3tul3er not sure i was just trying the apsta firmware from your link23:12
d3tul3but that didn't load properly23:12
hycok23:12
hycweird23:12
arrrghhhhyc, my evil rootfs was the reason for the firmware copy :meep:23:12
hycarrrghhh: you and your stupid patches to unconditionally copy files around..... :P23:13
arrrghhhlol23:13
arrrghhhi was asking about how to do that w/o copying every time23:13
d3tul3how did you get the tether notification to go away23:13
arrrghhhcouldn't think of a reasonable way to do it23:13
hyctether notification to go away?23:13
hycup in the status bar?23:13
d3tul3yeah23:14
hycjust ifconfig down / rmmod23:14
d3tul3that worked23:14
hycyeah, no problems23:14
d3tul3ok now to reproduce23:15
hycheh heh23:15
hycand find out what ioctls they're using23:15
hycoh, we have strace, good23:16
d3tul3is there any source for this ultra binary?23:18
hycno idea23:18
hycask this guy http://forum.xda-developers.com/showthread.php?t=69744123:19
d3tul3https://gist.github.com/82434123:22
hycexcellent23:22
d3tul3back to not working http://pastebin.com/DngN51Et23:27
hycnon-BDC packet received23:28
hycI saw a lot of messages like that on the old firmware23:28
hyccould try it again23:29
hycor try rmmod and try the new firmware again23:30
d3tul3well it worked23:32
d3tul3afer23:32
hyc?23:32
d3tul3after stuffing the _apsta firmware in BCM4325_apsta.bin23:32
hycok23:32
hycso I guess we really need the new firmware23:32
d3tul3at least the new apsta firmware23:33
hycmight as well have a matching set. assuming the new one doesn't break your regular wifi23:34
*** rpierce99 has quit IRC23:36
d3tul3so those ioctls on 235 and 241 all we need?23:36
hycprobably23:36
hycmabye also 16323:38
hyci.e, I wonder if 163 is what tells the android listener that a tetherable interface appeared.23:39
hycI don't know...23:39
hycor maybe it's just watching for wl0.1 to be created, that's also likely23:39
d3tul3so what do you think patch softap in userland?23:40
hycmmm. seems kinda gross23:41
d3tul3or whatever android controller that is currently crappign out23:41
hycwas thinking it might be nicer to patch the bcm driver to handle the ioctls android is using23:42
hycdunno23:42
hycstrange23:45
d3tul3i mean that SIOCSIWPRIV ioctl is clearly in place23:45
hycSoftapController.cpp seems to already have code to generate this ascii command23:46
*** BulitPruf has joined #xdandroid23:47
hycmaybe the problem is just a sequencing thing23:50
hyclooks like the userland tries to start the interface before configuring it23:50
hycand ultra_bcm configures it before starting it23:50
hycor mebbe driver start is a no-op23:52
hyccould try just commenting out the SoftapControler::startDriver() stuff and see if skipping it is enough to make it work23:54
d3tul3i think it's pooping out somewhere in setsoftap23:54
hycnope, it's not getting that far23:54
hycthe caller does softap stop / softap fwreload / softap start23:55
hycit fails at softap start23:55
hycthe next thing after that is softap set23:55
hycand then finally softap startap23:55
hycso it never gets to softap set23:55
d3tul3i see softap start returning23:56
hycI see it returning 123:56
hycwhen it should return 023:56
d3tul3sure but that wouldn't trigger an exception right23:56
hycline 9 of my paste23:56
hycdunno23:57
hycI guess it's possible, we need some more debugging to know for sure23:57
hycbut there's never any log from Softap set23:58
hycso I believe it never got there23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!