IRC log for #htc-linux on 20110811

00:06.55*** join/#htc-linux mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
00:07.35*** part/#htc-linux fpu (~nonperson@178-36-181-150.adsl.inetia.pl)
00:07.38*** join/#htc-linux fpu (~nonperson@178-36-181-150.adsl.inetia.pl)
00:08.03foobar1there a C channel on here somewhere?
00:10.02fpu#c :-)
00:10.29foobar1invite only :P
00:10.35fpuno
00:10.38foobar1i'm pulling my hair out :/
00:10.42fpuyou may need to register though
00:10.47foobar1ahh yeah
00:10.52fpu:-)
00:10.54foobar1am waiting for my activation email
00:11.18fpuwhat e-mail provider you use
00:11.23fpuit doesn't like mailinator for example
00:11.37foobar1ahh
00:11.47foobar1i just picked a random one of the net actually :P
00:11.53foobar1i should probably use my yahoo
00:12.06foobar1i dont like spam :/
00:13.28foobar1i got this bizare problem where serial operations like open(), tcsetattr() etc block for _exactly_ 5 seconds to complete
00:13.44foobar1err two halves of different sentance lol
00:14.33foobar1dunno where to get help tho.. the linux channel guys dont know and the C guys blame the distro/driver
00:15.21*** join/#htc-linux arif-ali_ (~arif-ali@88-104-143-145.dynamic.dsl.as9105.com)
00:15.56fpufoobar1: sorry, don't know C at all
00:16.00*** join/#htc-linux D3tul3 (~Oliver@pool-96-234-129-124.bltmmd.east.verizon.net)
00:16.11fpuhello arif-ali: I have a feeling I know you
00:16.12fpucLK?
00:16.23arif-ali_hi fpu
00:16.31arif-ali_yeah, cLK
00:16.39arif-ali_and CM nightlies for leo
00:16.56fpuCM nightlies? Not TyphooN's ones?
00:17.08arif-ali_nope, compiled from source for the leo
00:17.25arif-ali_afaik, all others are ports from desire
00:19.36fpuyes typhoon's one is desire based
00:22.26arif-ali_fpu, which phone/forum you from?
00:23.08fpuleo
00:24.35foobar1http://ubuntuforums.org/showthread.php?t=1305856 another guy with the same problem :/
00:24.38foobar12009 oO
00:26.02Cotullashit bees.. who know anything against bees?
00:26.05ali1234foobar1: i've seen that happen
00:26.11ali1234it can be caused by network manager
00:26.11foobar1u have?
00:26.21ali1234whenever a new serial port is added on the system it probes it for modems
00:26.23foobar1i'm actually on centos tho
00:26.26ali1234by spamming lots of AT commands
00:26.42foobar1and its a minimal install too :)
00:26.44ali1234well, i dunno if centos has something similar
00:27.18foobar1i'll check
00:27.36ali1234does it only happen after plugging it in the first time?
00:27.46foobar1nope every time
00:27.50ali1234hmm
00:27.51foobar1its really odd..
00:28.01foobar1so i have a thinkpad laptop running centos
00:28.04foobar1and a server
00:28.19foobar1both connected to the same usb->serial device
00:28.41foobar1on the laptop it did the exact same thing.. then randomly stopped
00:28.42ali1234presumably one on rs232, right?
00:28.44foobar1and hasnt since
00:28.47foobar1yeah
00:29.11ali1234thinking about it, i've had a lot of problems with usb serial
00:29.17ali1234i think some of the chips are just crap
00:29.25foobar1its exactly 5 seconds too, so i suspect its some wierd thorttling
00:29.28ali1234quirks and stuff, you know
00:29.29foobar1yep :/
00:29.55ali1234i keep an old laptop just because it has a real parallel and serial port :)
00:29.59foobar1i read one guy say that if it opens fine once, its good, but if it opens slow, then it remains slow
00:30.18foobar1the open() i could tolerate, but the serial data itself is sputtery too
00:30.27ali1234hmm
00:30.33ali1234baud rate mismatch?
00:31.04ali1234or maybe some handshaking mismatch or something
00:31.19foobar1i would normally think so
00:31.24ali1234obviously the comms on the USB side are not governed by the baud rate
00:31.32ali1234but the port still has a baud rate
00:31.33foobar1but exact same code.. server sputery, laptop fine
00:31.54ali1234which end is on usb?
00:31.54foobar1same usb->serial cable too
00:32.08foobar1the computer
00:32.14ali1234hu?
00:32.19ali1234they're both computers
00:32.25foobar1oh hehe
00:32.55ali1234you have something like laptop usb port <-> server rs232 port?
00:32.56foobar1actually its a integrated device from my customer
00:33.16ali1234oh, so you're swapping the USB end between two computers, ok
00:33.23foobar1so its usb -> their device, and it presents me 2 serial ports on the pc
00:33.31foobar1yeah
00:33.37foobar1sorry
00:33.54ali1234well in that case, check the tty settings on both computers, and also compare full kernel versions
00:33.59foobar1which points to some quirk with the driver or something
00:34.40ali1234eg: stty -F /dev/ttyUSB0
00:35.19foobar1[root@localhost ~]# stty -F /dev/ttyUSB0
00:35.19foobar1speed 9600 baud; line = 0;
00:35.19foobar1-brkint -imaxbel
00:35.23foobar1same on both
00:35.39foobar1[root@localhost ~]# uname -r
00:35.39foobar12.6.18-238.19.1.el5
00:35.40foobar1also same
00:35.47ali1234maybe try upping the baudrate anyway
00:35.57foobar1yeah i did
00:36.09ali1234well, i'm stumped
00:36.10foobar1it goes upto 9216000
00:36.15ali1234is the server 64 bit?
00:36.20foobar1yeah
00:36.34foobar1the wierd thing is, it was doing the same on the laptop
00:36.38foobar1then sudenly stopped
00:36.46ali1234ugh
00:36.51foobar1exactly
00:36.52foobar1:/
00:36.53ali1234nasty intermittent fault
00:37.05foobar1its never done it since on the laptop
00:37.24foobar1(days, many reboots)
00:38.02ali1234hmm... ftdi you say?
00:38.12ali1234this might explain another bug i once encountered
00:38.18ali1234never solved it though
00:38.18foobar1oh?
00:39.19ali1234friend had an arduino that appeared "dead" to the arduino IDE
00:39.30ali1234but maybe it was just timing out before the end of the 5 second delay
00:40.09foobar1could be
00:41.48ali1234ok turns out to not be related... that board wasn't even enumerating
00:42.49ali1234well i have no idea. time to take up kernel hacking i think
00:43.34foobar1hehe
01:04.01*** join/#htc-linux krisse (~kvirc@109.131.16.169)
01:04.16krissehello
01:04.54krissesomebod available?
01:05.26Cotullaw00t?
01:05.45Cotullaw00t?
01:05.52krissehi cotulla
01:05.55Cotullahey
01:06.10krisseI'm a bit further with the wifi stuff now
01:06.14krissenot yet finished
01:06.22krisseI got the device available wlan0
01:06.32krissebut when I start it (ifconfig wlan0 up)
01:06.37krisseifconfig hangs
01:06.43krissein dmesg I see this:
01:07.04krisse<7>[  578.152923] mmc0: starting CMD53 arg 97ff8010 flags 000001b5
01:07.04krisse<7>[  578.153076] mmc0:     blksz 16 blocks 1 flags 00000100 tsac 1000 ms nsac 0
01:07.04krisse<PROTECTED>
01:07.04krisse<7>[  578.153228] mmc0: msmsdcc_start_command_deferred: op 35 arg 97ff8010 flags
01:07.04krisse<PROTECTED>
01:07.05krisse<7>[  578.153381] mmc0-irq1-r txactive rxactive txhalfempty txfifoempty rxfifoem
01:07.05krissepty sdiointr
01:07.16krisseany id?
01:07.40Cotullaso it halts inside mmc driver?
01:07.52krisseseems so yes
01:08.09Cotulladid u tried to add more output?
01:08.24krissewell
01:08.32krisseI think I have flagged all debug stuff in there
01:08.36Cotullahm
01:08.37Cotullastrange
01:08.43krissemaybe there is more
01:08.45krisselet me see
01:08.49Cotullalook for loops
01:08.55Cotullawithout timeouts
01:09.10Cotullau can measure cpu load
01:09.21Cotullaif it high, it's looping
01:09.27*** join/#htc-linux HardDisk_WP (~marco@wikipedia/harddisk)
01:10.43krissehmm
01:10.56krissehow can I get cpu usage info?
01:10.59krisseps tool is limited
01:11.03krissebusybox
01:11.30Cotullahm
01:11.32Cotulladon't know :)
01:13.27krisseI'm trying different commands now
01:13.50*** join/#htc-linux oliver__ (~oliver@pool-96-234-129-124.bltmmd.east.verizon.net)
01:14.23krissewell
01:14.29krisseseems none are workinh
01:14.37krissebut seems to me its not using all cpu
01:14.41krisseas the gui is still working
01:15.57Cotullamaybe waiting event
01:15.59Cotullawhich never comes
01:16.22krissefor the additional logging
01:16.29krisseonly in msm_sdcc.c?
01:18.10Cotullayou should go from last shown line
01:18.11Cotullammc0-irq1-r txactive rxactive txhalfempty txfifoempty rxfifoem
01:18.26Cotullamaybe put pintk near every wait
01:19.54krissecan only find msmsdcc_start_command_deferred:
01:20.01krisselast line is generated I think
01:23.46Cotulla7>[ 578.153381] mmc0-irq1-r txactive rxactive txhalfempty txfifoempty rxfifoem
01:23.47Cotulla>
01:23.49Cotulla?
01:24.16krisseI can't find it
01:24.24krisseI will try to add debug message to msmsdcc_start_command_deferred:
01:24.29krisse@ the end
01:24.43krisseand see if it shows or hanging somewhere on the way :)
01:25.04krisseI will try adding for each if in that function after showing the msmsdcc_start_command_deferred: line
01:25.41krissestupid I have to reflash the device all the time for that... but I suppose there is no other way...
01:31.18*** join/#htc-linux hardwalker (~hardwalke@122-117-115-146.HINET-IP.hinet.net)
01:34.35krisseaha
01:34.38krissefound the last line :)
01:34.46krissebased on irq1-r
01:35.47krissecotulla: just after it there is a while loop starting
01:36.31krissecotulla: somehow to detect the IRQ....
01:36.41krissecotulla: not sure
01:36.47krissecotulla: will ad logging
02:02.48*** part/#htc-linux Cotulla (~w3489sdf@nat100-255-205-109.tvoe.tv)
02:06.07*** join/#htc-linux programmer8922 (~Evan@97-119-134-158.albq.qwest.net)
02:09.09*** join/#htc-linux swc|666 (~gecko@unaffiliated/swc666/x-4934821)
02:53.06*** join/#htc-linux JesusFreak316 (~JesusFrea@pool-173-65-77-157.tampfl.fios.verizon.net)
03:24.22*** join/#htc-linux programmer8922 (~Evan@97-119-134-158.albq.qwest.net)
03:31.04*** join/#htc-linux LTxda (~anon@c-98-194-107-10.hsd1.tx.comcast.net)
03:38.41*** join/#htc-linux Rob2223 (~Miranda@p4FFF1B47.dip.t-dialin.net)
04:35.30*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
05:00.23*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
05:13.52*** join/#htc-linux kiozen (~kiozen@ppp-93-104-80-183.dynamic.mnet-online.de)
05:50.45*** join/#htc-linux avinashhm (~avinash-h@192.94.92.14)
06:19.51*** join/#htc-linux dekar_ (~dekar@drms-590cff68.pool.mediaWays.net)
06:24.06*** join/#htc-linux kiozen (~kiozen@p5DDF3590.dip.t-dialin.net)
06:31.57*** join/#htc-linux MacDrunk (~marper@201.164.167.171)
06:38.26*** join/#htc-linux dobrin (~dobrin@85.91.150.26)
07:02.26*** join/#htc-linux NikonElite (~Elite@unaffiliated/nikonelite)
07:02.58*** part/#htc-linux NikonElite (~Elite@unaffiliated/nikonelite)
07:14.07*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
07:18.57*** join/#htc-linux Segnale007 (~Segnale00@ppp-241-32.26-151.libero.it)
07:24.03*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
07:36.46*** join/#htc-linux gauner1986 (~Miranda@ip-109-91-117-51.unitymediagroup.de)
07:57.17*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
08:09.14*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-164-254.netcologne.de)
08:27.47*** join/#htc-linux Ceesheim (~ceesheim@p5B3474E8.dip.t-dialin.net)
08:30.30*** join/#htc-linux paulk_ (~paulk@lib33-1-82-233-88-171.fbx.proxad.net)
08:51.25*** join/#htc-linux arif-ali (~arif-ali@ip-81-23-53-226.ask4internet.com)
08:52.42*** join/#htc-linux tinmrn (~bas@f151079.upc-f.chello.nl)
08:57.34*** join/#htc-linux D3tul3 (~oliver@hw-ma-6l13f61.mat.jhu.edu)
09:07.44*** join/#htc-linux Cass (~Cass@nat/sun/x-uokxephospbmaock)
09:07.59*** join/#htc-linux Segnale007 (~Segnale00@87.18.248.25)
09:22.52*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
09:29.58*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-164-254.netcologne.de)
09:56.58*** join/#htc-linux gauner1986 (~Miranda@ip-109-91-117-51.unitymediagroup.de)
10:05.09*** join/#htc-linux T-Junk (C7xx@i22172.upc-i.chello.nl)
10:42.19*** join/#htc-linux arif-ali (~arif-ali@ip-81-23-53-226.ask4internet.com)
10:56.06*** join/#htc-linux Detule (~Oliver@pool-96-234-129-124.bltmmd.east.verizon.net)
11:03.28*** join/#htc-linux LordDeath_ (~LordDeath@cable-81-173-164-254.netcologne.de)
11:06.59*** join/#htc-linux mack1e (~mack1e@50-88-143-107.res.bhn.net)
11:09.53*** join/#htc-linux oliver__ (~oliver@pool-96-234-129-124.bltmmd.east.verizon.net)
11:15.49*** join/#htc-linux LordDeath (~LordDeath@cable-81-173-164-254.netcologne.de)
11:31.26*** join/#htc-linux Segnale007 (~Segnale00@ppp-241-32.26-151.libero.it)
11:40.39*** join/#htc-linux arif-ali (~arif-ali@ip-81-23-53-226.ask4internet.com)
11:44.16*** join/#htc-linux balans2 (~user@82-170-217-205.ip.telfort.nl)
12:16.16*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
12:17.09*** join/#htc-linux dekar_ (~dekar@drms-590cff68.pool.mediaWays.net)
12:23.32*** join/#htc-linux Berger (~noreply@90.149.127.254)
12:29.59*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
12:32.24*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
12:45.53*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
12:50.51*** join/#htc-linux [Delenn] (~w3xcx489s@nat100-255-205-109.tvoe.tv)
12:50.57[Delenn]hi
12:51.07gauner1986hi
12:51.14[Delenn]hey gsodder ;)
12:51.25[Delenn]like in old good times
12:51.32gauner1986call me headacher :P
12:51.33[Delenn]u remember?
12:51.40gauner1986yeah.. these times <3
12:51.44[Delenn]shit :( u still have it?
12:52.03gauner1986yeah.. i have been bitten by a tick
12:52.41*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
12:53.36*** join/#htc-linux balans2 (~user@82-170-217-205.ip.telfort.nl)
13:13.22*** join/#htc-linux DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com)
13:18.35*** join/#htc-linux skodde (~skodde@unaffiliated/skodde)
13:21.09*** join/#htc-linux worldfuture (~worldfutu@58.100.252.88)
13:23.21*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
13:24.04*** part/#htc-linux worldfuture (~worldfutu@58.100.252.88)
13:43.57*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
13:59.15*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
14:03.07*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
14:08.58*** join/#htc-linux HardDisk_WP (~marco@velirat.de)
14:08.59*** join/#htc-linux HardDisk_WP (~marco@wikipedia/harddisk)
14:09.08*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
14:12.45*** join/#htc-linux Andreyxxl[HD2EU] (~Andreyxxl@94.52.236.39)
15:04.43*** join/#htc-linux [acl] (~abel@96.246.167.90)
15:09.02*** join/#htc-linux GlemSom (~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk)
15:20.56*** join/#htc-linux programmer8922 (~Evan@97-119-134-158.albq.qwest.net)
15:54.05*** join/#htc-linux dekar_ (~dekar@95.143.165.210)
16:03.55*** join/#htc-linux NeoMatrixJR (~NeoMatrix@173-20-63-62.client.mchsi.com)
16:06.50*** join/#htc-linux MethoS- (~clemens@134.102.106.250)
16:11.21*** join/#htc-linux gauner1986 (~Miranda@ip-109-91-117-51.unitymediagroup.de)
16:24.32*** join/#htc-linux rpierce99 (~rpierce99@96-42-102-103.dhcp.stcd.mn.charter.com)
16:32.01*** join/#htc-linux worldfuture (~worldfutu@58.100.252.88)
16:36.18*** join/#htc-linux rob_w (~bob@ppp-88-217-69-169.dynamic.mnet-online.de)
16:39.39*** join/#htc-linux |Jeroen| (~jeroen@d5152B25B.access.telenet.be)
16:56.33*** join/#htc-linux MN-- (~yaaic@host86-134-36-116.range86-134.btcentralplus.com)
17:01.33*** join/#htc-linux krisse (~kvirc@109.131.16.169)
17:04.41*** join/#htc-linux programmer8922 (~Evan@97-119-134-158.albq.qwest.net)
17:06.42*** join/#htc-linux rajkosto (~rajkosto@cable-188-2-156-181.dynamic.sbb.rs)
17:18.21*** join/#htc-linux Segnale0_ (~Segnale00@ppp-241-32.26-151.libero.it)
17:19.51*** join/#htc-linux dekar_ (~dekar@95.143.165.210)
17:20.56*** join/#htc-linux [acl]_ (~abel@96.246.167.90)
17:23.11*** join/#htc-linux DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com)
17:24.11*** join/#htc-linux hopkinskong (~chatzilla@n11649245054.netvigator.com)
17:24.16*** join/#htc-linux MN--2 (~yaaic@94.197.127.101.threembb.co.uk)
17:28.36*** join/#htc-linux LTxda (~anon@c-98-194-107-10.hsd1.tx.comcast.net)
17:30.31*** join/#htc-linux WyrM (~WyrM@unaffiliated/wyrm)
17:31.07*** join/#htc-linux Alex[sp3dev] (~alexander@86.110.163.19)
17:34.08*** join/#htc-linux Andreyxxl[HD2EU] (Andreyxxl@94.52.236.39)
17:34.22*** join/#htc-linux Alex[sp3dev] (~alexander@86.110.163.19)
17:35.55arrrghhhAlex[sp3dev], what is up my ruskie friend
17:37.31[acl]_Alex[sp3dev]: i was reading the logs bro and something baout your refrigerator ? bro i had a similar thing happen to me
17:37.41[acl]_Alex[sp3dev]: more than once
17:37.42[acl]_lol
17:37.51Alex[sp3dev]arrrghhh: i've been reversing the vfe messages and now am drawind a diagram of the state machine to understand how to make it work. anyway, 'russkie' is the plural form. the singular is 'russkiy [ruskɪj]'
17:37.52[acl]_it gets really bad when maggots start growing
17:38.19arrrghhhlol
17:38.41arrrghhhAlex[sp3dev], wow, i didn't realize russkiy was a real word.
17:38.55arrrghhhi shall keep this in mind :D
17:39.10Alex[sp3dev]lol
17:41.01[acl]i had to scrape em of with a paint scraper..
17:41.17[acl]so the landlord would bitch at me and ask me to buy a new fridge
17:44.12[Delenn]lol
17:44.53[acl]maggots are effin nasty ..
17:45.10[Delenn]it's Alex need fridge with backup battery, isn't it?
17:45.18D3tul3you can't get rid of them regardless of how hard you clean the fridge
17:45.40[acl]D3tul3: fuck that.. as long as the landlord didnt see em when i left thats all that mattered :-)
17:45.56Alex[sp3dev]D3tul3: depends on the construction of the fridge actually
17:46.07D3tul3right when it happened to me they somehow got behind the panels
17:46.21[Delenn]I disassemble few soviet fridges when was small
17:46.29D3tul3i would clean it out, and they'd be back at it in the morning
17:46.54D3tul3though my infestation was a month old :)
17:46.55[acl]D3tul3: dang bro.. did u keep bringing carcases for them to feed on ?
17:47.02[Delenn]ever was able to open engine via zubilo
17:47.42D3tul3sigh, that day i spent cleanining .... some of the nastiest business i have ever done
17:47.53arrrghhhgawd
17:47.57arrrghhh#htc-linux anyone?  :P
17:47.58[acl]ahh the good ol days
17:48.06arrrghhhf-in maggots
17:48.07Alex[sp3dev]well, my fridge walls seems to be sealed so even fluid cannot get inside. and luckily we were away for less than 2 weeks.. so no worms yet :*
17:48.08arrrghhh:P
17:48.16[Delenn]worms
17:48.16[Delenn]:D
17:48.36[Delenn]there small mosquito usually  appear
17:48.47Alex[sp3dev]not mosquitoes but flies rather
17:48.49[Delenn]I don't know how they are called
17:48.56[Delenn]and don't want to know even
17:49.15[acl]maggots
17:49.17D3tul3gnats
17:49.24Alex[sp3dev]you'll have to learn one day
17:49.29[Delenn]fuuu
17:49.35[acl]maggots are larva of a fly
17:49.39[acl]dang u people..
17:50.14arrrghhhlol
17:50.15[Delenn]Alex, u happy, after 4 weeks I will afraid to open bridge at all, because something produce strange sounds inside  :o
17:50.40[Delenn]a big fridge monster I guess
17:51.54Alex[sp3dev]http://scrapetv.com/News/News%20Pages/Science/Images/dune-sandworm.jpg
17:52.09arrrghhhlol
17:52.12[Delenn]OMFG
17:52.18arrrghhhyou've got an epic fridge evidently
17:52.33[Delenn]Dune was done on Pascal
17:53.16*** join/#htc-linux avinashhm (~avinash-h@192.94.92.14)
17:58.52[acl]dang.. had to talk about this during lunch time huh
17:59.03[Delenn]bad...
17:59.09arrrghhhbut of course..
18:05.30Alex[sp3dev]mad skillzor!! http://img607.imageshack.us/img607/2733/63294703.png
18:06.09[Delenn]is it ur?
18:06.16Alex[sp3dev]no, yours
18:06.17[Delenn]bridge?
18:06.20[Delenn]*fridge?
18:06.38[Delenn]hm why bridge so similar to fridge?
18:06.49[Delenn]are there some hidden ideas?
18:06.52arrrghhhcuz fridge is just lingo
18:07.04[Delenn]arrrghhh, explain
18:07.27arrrghhhit's... a shortened version of refrigerator?
18:07.34[Delenn]hm
18:07.39[Delenn]what about bridge?
18:07.44arrrghhhlol
18:07.45[Delenn]bridgerator?
18:07.47arrrghhhthat's a normal word
18:07.49arrrghhhLOl
18:07.54arrrghhhi want a bridgerator now
18:07.57[Delenn]what u mean under normal?
18:07.58arrrghhhgoes well with my kegerator
18:08.03arrrghhhok
18:08.24arrrghhhfridge is a word created by people in order to avoid having to say refrigerator.
18:08.33arrrghhhit's easier to say
18:08.35[Delenn]right
18:08.43[Delenn]what about bridge?
18:08.48arrrghhhthat's a full word
18:08.50arrrghhhall on its own
18:08.52[Delenn]how it appear?
18:08.53arrrghhhnot shortened for anything
18:09.03arrrghhhyou know what a bridge is right?
18:09.08[Delenn]yeah
18:09.12arrrghhhis this #htc-how-to-speak-english?  lol
18:09.25[Delenn]it's something which maps two stream interfaces
18:09.30arrrghhhlies
18:09.34[Delenn]to transport data from one I/F to other :D
18:09.47[Delenn]okay, it's something which allow people to walk over rivers :)
18:10.06Alex[sp3dev]okay, bridge is jesus
18:10.08arrrghhhoh
18:10.11arrrghhhlol
18:10.14arrrghhhyou were saying what a bridge is
18:10.17arrrghhhepic.
18:10.27[Delenn]it's not?
18:10.56[Delenn]program fridge
18:11.04[Delenn]<---- it holds data for some time
18:11.06[Delenn]no?
18:28.49*** join/#htc-linux Echo31 (~olivier@mir31-4-82-240-194-54.fbx.proxad.net)
18:32.27*** join/#htc-linux pH5 (~ph5@e178211247.adsl.alicedsl.de)
18:37.11Alex[sp3dev]arrrghhh: what are the problems with the current acoustic implementation? got any objections to merging it? stinebd says he's not against, but we need a summary of bugs or regressions
18:37.44arrrghhhwell dual-mic support still seems missing/broken
18:37.54arrrghhhin speakerphone mode, the far end cannot hear you
18:38.17arrrghhhwhat else... there weren't many.  hyc said audio would just 'randomly die'.  never had that, but i didn't use it for any extended periods.
18:38.37arrrghhhoh volume - it seems that the volume rocker either does very little, or nothing at all.
18:38.37arrrghhhemwe noted this
18:38.48Alex[sp3dev]i have not noticed this
18:38.59*** join/#htc-linux fuzion24 (~fuzion24@216.231.135.253)
18:39.23arrrghhhwhich
18:39.24arrrghhh:P
18:40.01Alex[sp3dev]so.. we need to devote a day to integrating it. i think hyc could make patches to current 27 tree (because he's already done it for rhod, it should not be hard to pull the stuff for other devices from jb) and i could sort the userland libraries and fix makefiles
18:40.24arrrghhhhave you spoken to JB?
18:40.27arrrghhhi thought it was not done yet
18:40.35arrrghhhi haven't seen/heard/anything from him in a while
18:40.41arrrghhhlast commit on his tree was sometime in June..
18:41.44Alex[sp3dev]well, it is more or less done, i suppose.. i've been running it on 35 since spring.. anyway.. we need to integrate it for all devices including raph/diam and roll a test release. there's no other way to find out bugs
18:43.12arrrghhhindeed
18:43.32arrrghhhhyc did that for RHOD
18:43.39arrrghhhi don't mind setting it up for other devices, if you think it's ready
18:43.44arrrghhhi didn't think it was feature-complete
18:43.48arrrghhhdual-mics, volume control, etc.
18:43.54arrrghhhit's certainly close...
18:45.36[acl]P0m5144-01gsg2008!
18:45.45Alex[sp3dev]you are wrong here. volume control works more correct with it (for example, some bugs with no sound when using volume keys to change volume) and hardware equalizer works with csv files. as for the mic.. well, i'll test it. iirc mic is not working for me, but i do not know whether it is my 35 or acoustic
18:45.46[acl]oops wrong window
18:46.19arrrghhhAlex[sp3dev], your experience on X1 might be different than my experience on RHOD...
18:46.45arrrghhhemwe said something similar about the volume control.  i haven't messed with the new acoustic in quite some time, i apologize for my ignorance...
18:47.11arrrghhhhowever, have you thought about how to implement?  I'm not sure if jb had a plan or not, but it seems implementation is going to be messy with these CSV's that users have to pull from their ROM, etc.
18:48.41Alex[sp3dev]well. currently the library looks for cvs in /system/etc and then in sdcard. we should invert this. so that if the user supplies his file, it is used, otherwise - fall back to default one - we need to generate one that will produce audible sound on all devices. probably just use the one that was used to generate AudioPara.c
18:49.07arrrghhhok.  you certainly know more about this than me
18:49.13[acl]arrrghhh: are you the reason xda now has the "iron fist" ? lol
18:49.25arrrghhhmy tiny brain was struggling with the "need to generate one that will produce audible sound on all devices" part :P
18:49.42arrrghhh[acl], you like that?  no, i'm not the reason.  i'd like to think i'm part of the iron fist tho :D
18:49.51[acl]nice nice..
18:49.59Alex[sp3dev]probably.. anyway, it was my idea to fix userland and not use hacks in kernel. and jb is a damn machine, he made the acoustic stuff in like two days
18:50.16arrrghhhlol
18:50.26arrrghhhhe is a machine... that then falls off the face of the earth.
18:50.46[acl]arrrghhh: lots of folk taking it easy. but i get the feeling we will be back full force the last quarter
18:50.54arrrghhhi couldn't imagine what he would achieve if he worked on this project full time.  or even part-time...
18:51.19arrrghhh[acl], gaging by quarters now eh?  do you have an XDAndroid IPO?
18:51.31arrrghhhi'd like to see the financial statements. :P
18:51.33[acl]arrrghhh: might as well right .. lol
18:51.42arrrghhhhahaha
18:52.26Alex[sp3dev]what phones will we guys buy next? GTA04? Nokia N9? or some dual-core android crap?
18:53.06[acl]Alex[sp3dev]: im bound by contract.. so as soon as my carrier gives me a new one im stuck with this sammy
18:53.49Alex[sp3dev][acl]: damn you americans. and europeans. everyone gets cheap phones with contracts except soviet russia
18:55.03[acl]Alex[sp3dev]: well its not really cheap. If you are bound to something for 2 years.. trust me you are paying for the phone plus more
18:55.24arrrghhhindeed
18:55.34arrrghhhbut our plans are odd [acl] compared to the rest of the world.
18:55.42arrrghhhtmobile is the only one that kinda has plans like the rest of the planet.
18:55.59[acl]Alex[sp3dev]: you know whats hard to get in the US ? .. and sometime ive been looking for ? i want a nice red shirt that says CCCP on the back. i bet you can get that right ? lol
18:56.21arrrghhhlmao
18:56.22[acl]id love to show up somewhere with it.. see what people will say ..
18:56.51Alex[sp3dev][acl]: a party van will abduct you
18:57.41arrrghhhhehehe
18:59.32[acl]Booya
18:59.33[acl]http://www.cccp-shirts.com/product_info.php?products_id=41
18:59.49[acl]killer business idea.. too bad i'm too late
18:59.59arrrghhhheh
19:00.08arrrghhhthey will gladly take your credit card
19:00.44arrrghhhhttp://www.cccp-shirts.com/popup_image.php?color=&pID=1183
19:00.44arrrghhhseems like blasphemy, but i guess that's the point
19:00.46arrrghhhAlex[sp3dev], does that make your blood boil?  :P
19:01.20*** join/#htc-linux gnutoo (~gnutoo@host239-153-dynamic.51-79-r.retail.telecomitalia.it)
19:02.05*** join/#htc-linux imnotamused (~imnotamus@173.212.220.6)
19:02.41[acl]ok now its time to be serious.
19:02.55Alex[sp3dev]what makes me wonder is that my russian passport says i was born in russia and my international passport says i was born in the ussr. kind of epic
19:03.04[acl]what devices have light sensors ? rhod is done.. but i need to make sure topaz and raph are as well. Any others
19:03.14arrrghhhAlex[sp3dev], which one were you born in?  :P
19:03.24arrrghhh[acl], i thought they all did
19:03.30[acl]ussr doesnt sound as cool as cccp
19:03.34Alex[sp3dev]arrrghhh: in russia. since i was born in 1992
19:03.38arrrghhhso you fixed the ambient light sensor, or prox sensor?
19:03.46arrrghhhAlex[sp3dev], yup.  you young'in.
19:04.21[acl]arrrghhh: light sensor for now.. its just in testing phases. But need to see what the other devices communicate.. not sure if they are all microp like rhod
19:04.35arrrghhh[acl], ah.
19:04.47arrrghhhwell if RAPH has it, DIAM probably does as well.
19:04.48Alex[sp3dev][acl]: i think all devices do have ls.. but on kovs there is no hw auto-bl, the userland reads ls and sets bl manually
19:05.17arrrghhhbut yes, i do believe all devices we support have some sort of a light sensor.
19:06.24gnutoo;window 5
19:06.32gnutoooops
19:06.34arrrghhhlol
19:06.41stinebdAlex[sp3dev]: keep in mind hyc is currently inactive
19:07.15arrrghhhi shall bb.
19:07.17[acl]Alex[sp3dev]: ok, so for kov im assuming we read LS via microp. And then report back to userland. Userland then changes the brightness ?
19:07.36Alex[sp3dev][acl]: should be like that. actually for kovs LS is not implemented in linux
19:09.42Alex[sp3dev]and imo auto-bl sucks hard. at night it always sets the lowest brightness and even at daytime the screen is too dark inside the building
19:09.46[acl]Alex[sp3dev]: hmm. do you know how to enable the LS in kov? im trying to do 1 driver for all. Should be easy to throw into micropng for you
19:10.23[Delenn][acl], I remember by LS driver works
19:10.26[Delenn]do you want code?
19:10.30[Delenn]*my
19:10.36[acl]no its done for rhod
19:10.46[acl]i need to know how others work .. kov, black stone and stuff
19:10.47[Delenn]ok
19:10.53Alex[sp3dev][acl]: i sort of know.. well. and maybe i'll implement it tomorrow. so i think we can export it via sysfs like other light sensort in staging/iio in newer linux
19:11.02[Delenn]they should similar
19:11.27[acl]address for microp is differed for each device tho right? or at least thats how it is now in the klt code
19:12.49[acl]ill just commit for rhod first and Alex[sp3dev] can throw in his poop later. besides emwe has some master plan to implemtn in userland.
19:13.01Alex[sp3dev]well, even the values to write to the register and the range of returned values is different.. so we should just look into ls drivers in newer linux and create devices in sysfs. and let userland iterate over sysfs classes and find it.
19:13.42[acl]Alex[sp3dev]: yeah.. exactly. have that in there for enable and current value.
19:13.52[acl]so we can enable via sysfs and read off the value
19:14.31Alex[sp3dev]actually what i think could be done is replace devices passed via platform data with mfd for microp-ng. i can even port rhod and other devices to microp-ng if someone is ready to test. i just want to separate device-specific code to different files and not use any of the htc code
19:15.14[Delenn]Alex,
19:15.20[Delenn]why u post so many words always
19:15.21[Delenn]?
19:15.23[acl]Alex[sp3dev]: your code is very similar to atmega comon... so its not that different.
19:15.41[acl]Alex[sp3dev]: i almost think you copied it :-p
19:15.49Alex[sp3dev][Delenn]: is your screen so small you cannot read my messages?
19:16.01[Delenn]no brain fifo
19:16.44[acl]Alex[sp3dev]: i woudlnt bother with micropng on .27.. .35 has it and its working good. So im cool with that
19:17.23[acl]Alex[sp3dev]: my last commit for the 3.5mm headset does alot of microp stuff on its own and i dont like it. But had no choice since i didnt want to throw all of that into klt code. just nasty
19:18.02[Delenn]black3.5jack
19:18.02[Delenn]:D
19:18.03D3tul3acoustic does randomly die on frx06+ for me
19:18.04[Delenn]u remember?
19:18.06Alex[sp3dev][acl]: well. okay. my plans now are to fix mmc (wl1251 power) on 35 and try to implement v4l2 camera. then i want to migrate to 39 and migrate my patches there. so i think we'll port the remaining stuff to microp-ng then
19:18.51D3tul3to the point where i have to make sure i always have vibrate on, because the ringer is prone to not ring for an incoming phone call more often than not
19:19.16[acl]Alex[sp3dev]: thumbs up on that
19:20.20Alex[sp3dev][acl]: my other plan is to clean up msm drivers for i2c and rpc and either push them mainline or just keep my own tree based on mainline without android patches and run debian on it
19:20.45[acl]Alex[sp3dev]: oo debian.. sounds tasty
19:21.12*** join/#htc-linux dan1j3l (~danijel@93-141-40-43.adsl.net.t-com.hr)
19:21.42[acl]Alex[sp3dev]: can we trace microp on haret ? you know i trust ur haret skills
19:21.56Alex[sp3dev]yes. shr has gsm working (i am constantly forgetting what their gsm stack is), wifi and bt should work. so the only things left are v4l2 camera and alsa sound
19:22.09Alex[sp3dev][acl]: yes, you can trace i2c with haret
19:22.55[acl]sexy..  i can just post on xda to some fools and see if they can see what address the blac and topaz use for autobl. if same is raph, then commit time
19:23.32Alex[sp3dev]isn't disassembling the winmo driver easier?
19:23.52[acl]Alex[sp3dev]: thats how i did it.. but i dont have the dlls for other devices
19:24.03[acl]and i cant ask on xda no more... the iron fists is strict llol
19:25.34Alex[sp3dev]what's iron fists? some bullshit to shut up developers and praise trolls?
19:26.14[acl]Alex[sp3dev]: you know how RE is frowned upon in public.. so i respect the decision but makes it harder for us
19:27.06[acl]ill ask klinux. I think he may have the dlls for blac
19:28.04[Delenn]trolls... our life will be so boring without them
19:28.34[acl]its ugly when trolls attack
19:28.49[acl]poor arrrghhh was dragged through the mud a few weeks ago.
19:30.24Alex[sp3dev][acl]: use mmutrace on 0xb2300000 for writes and 0xb230000c for reads. and you may need to 'set permissivemmutrace 1' before it
19:30.54[acl]Alex[sp3dev]: thanks bro..
19:33.00[Delenn]trolls attack <--- it's nice. I troll one n00b once to help me build working kernel :D
19:33.11[Delenn]and everytime give him wrong errors
19:35.41*** join/#htc-linux imnotamused (~imnotamus@173.212.220.6)
19:41.45hopkinskongapt: go die
19:41.54hopkinskongapt: apt suicided
19:42.00hopkinskongapt: what is hopkinskogn
19:42.00apthopkinskong: I think you lost me on that one
19:42.03[Delenn]apt kill hopkinskong
19:42.03aptACTION shoots a magneto-ionized fluxelectron gun at hopkinskong
19:42.10hopkinskongapt kill [Delenn]
19:42.10aptACTION shoots a excited fluxpositrino gun at [Delenn]
19:42.14hopkinskonghaha
19:42.18[Delenn]no
19:42.28hopkinskongapt: who is [Delenn]
19:42.28aptfrom memory, [delenn] is a deep throat making sl'ut
19:42.34[Delenn]apt kill hopkinskong because he slow kernel builder ;)
19:42.34aptACTION shoots a magneto-ionized fluxpositrino gun at hopkinskong because he slow kernel builder ;)
19:42.46hopkinskongahh
19:42.49[Delenn]I know u, but u don't know me
19:42.55hopkinskong~Cotulla
19:42.56aptwell, cotulla is not AWOL anymore, yay!
19:43.03*** join/#htc-linux WyrM (~WyrM@unaffiliated/wyrm)
19:43.07hopkinskongapt: last seem cotulla
19:43.13hopkinskongapt: last seen cotulla
19:44.03*** join/#htc-linux Markinus (~Adium@212.255.30.48)
19:44.32[Delenn]hehe
19:45.26[Delenn]don't tell me that u got it working
19:50.50*** part/#htc-linux imnotamused (~imnotamus@173.212.220.6)
19:50.59hopkinskongme>
19:51.01hopkinskong?
19:57.05[Delenn]no, gnoksnikpoh
19:57.36[Delenn]apt: who is [Delenn]
19:57.36aptwell, [delenn] is Cotulla's spirit
20:05.14hopkinskongapt forget [Delenn]
20:05.15apthopkinskong: i forgot [delenn]
20:05.16hopkinskong:P
20:05.47[Delenn]apt: who is [Delenn]
20:05.48apthmm... [delenn] is Cotulla's spirit
20:06.02[Delenn]not working :(
20:06.52hopkinskongapt forget [Delenn]
20:06.53apthopkinskong: i forgot [delenn]
20:07.00hopkinskongapt [Delenn] is [Delenn]
20:07.00apt...but [delenn] is already something else...
20:07.04hopkinskonghmm
20:07.17hopkinskongapt delete [Delenn]
20:07.17aptACTION glares at [Delenn] and then takes every step necessary to completely delete [Delenn] and destroy any and all evidence that [Delenn] ever existed
20:07.18[Delenn]?
20:07.21phhapt: get a brain
20:07.21aptACTION fetches a brain
20:07.33hopkinskongapt: who is phh
20:07.34aptsomebody said phh was now known as phh_doesn't_have_leo
20:07.34[Delenn]phh hi ;)
20:07.39[Delenn]lol
20:07.43hopkinskonglol
20:07.50[Delenn]phh still?
20:07.52hopkinskonggonna sleep
20:07.57hopkinskong4:07 am here
20:08.04phh[Delenn]: still what ?
20:08.14[Delenn]LEO
20:08.27phhi doubt i'll ever have a leo
20:08.34[Delenn]okay
20:08.50phhi had enough money, i'd get a nexus S 4G as my next phone
20:09.00[Delenn]:P
20:11.45*** join/#htc-linux dobrin (~dobrin@85.91.150.26)
20:17.12*** part/#htc-linux Alex[sp3dev] (~alexander@86.110.163.19)
20:22.21*** join/#htc-linux kiozen (~kiozen@ppp-93-104-80-183.dynamic.mnet-online.de)
20:25.00*** join/#htc-linux dekar_ (~dekar@dslb-188-107-194-082.pools.arcor-ip.net)
20:30.46*** join/#htc-linux krisse (~kvirc@109.131.16.169)
20:34.18*** join/#htc-linux swc|666 (~gecko@unaffiliated/swc666/x-4934821)
20:48.26*** join/#htc-linux programmer8922 (~Evan@97-119-134-158.albq.qwest.net)
21:18.03krissehi all
21:18.26krissecan somebody explain where I can find lib80211
21:18.35krisseas module for the kernel
21:18.42krisserefering to this wiki
21:18.54krissehttp://htc-linux.org/wiki/index.php?title=WL1251
21:19.17krissethx
21:22.53*** join/#htc-linux hopkinskong (~chatzilla@n11649245054.netvigator.com)
21:23.06krissewhen I compile compat-wireless it doesn't have this lib80211.ko generated....
21:23.10krissecan somebody help please?
21:35.42[Delenn]they are Zzzz..... Zzzzz...... Zzzzz...... Zzzzz...... Zzzzz...... Zzzzz...... Zzzzz......  now seems ;)
21:38.19krisseok
21:49.51*** join/#htc-linux dekar_ (~dekar@drms-590cff68.pool.mediaWays.net)
21:57.53*** join/#htc-linux Detule (~oliver@pool-96-234-129-124.bltmmd.east.verizon.net)
21:58.36*** join/#htc-linux T-Junk (C7xx@i22172.upc-i.chello.nl)
22:03.04*** join/#htc-linux Regulator (~duffman@unaffiliated/regulator)
22:09.25*** join/#htc-linux Entropy512 (~quassel@cpe-69-205-145-233.stny.res.rr.com)
22:51.44*** join/#htc-linux jonpry (~jon@c-24-17-200-206.hsd1.wa.comcast.net)
23:18.04*** join/#htc-linux ftoz (~root@cst-prg-45-8.vodafone.cz)
23:35.27*** part/#htc-linux [Delenn] (~w3xcx489s@nat100-255-205-109.tvoe.tv)
23:43.08*** join/#htc-linux Detule (~oliver@pool-96-234-129-124.bltmmd.east.verizon.net)

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