Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2011-12-19

00:01:25 Quit Topy (Ping timeout: 240 seconds)
00:02:33 Join JdGordon| [0] (~jonno@login.ok-labs.com)
00:02:33 Quit JdGordon| (Changing host)
00:02:33 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
00:02:34 Join Topy [0] (~Topy44@f048007065.adsl.alicedsl.de)
00:03:27 Join itoikenza [0] (~danny.ito@cpe-74-66-79-213.nyc.res.rr.com)
00:08:23 Quit itoikenza ()
00:09:47 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
00:10:42funmanpamaury: s3c-hsotg.c of linux is compatible with our controller?
00:13:58saratogafunman: r31242 works, but 31250 does not, so its probably 31243 that doesn't work on the clipplus
00:16:24funmanadding back DCTL &= ~DCTL_rmtwkupsig; or GRSTCTL = GRSTCTL_intknqflsh; doesn't help?
00:21:24saratogai had two lock up s with 31243, but mostly it worked
00:21:37saratogawonder if i need to start doing more tests at each revision
00:21:43 Quit ender` (Quit: Money is the root of all evil, and man needs roots.)
00:21:50saratogamake that 3 lock ups :)
00:22:07funmanatm i'm looking at linux code
00:25:29saratogaok so 20 cycles without a lock up on 31242, but 4 lock up in about as many cycles on 31243
00:29:04pamauryfunman: don't know, I think it is in theory, I already try to put this without success
00:29:27funmanit is similar at least
00:29:45funmanthe 2 bits i removed in r31243 don't appear in the linux code
00:29:59funmanthey are defined in headers but that's all
00:30:01 Quit liar (Remote host closed the connection)
00:45:18 Quit lebellium (Quit: ChatZilla 0.9.87 [Firefox 9.0/20111212185108])
00:45:59 Quit keyb_gr (Ping timeout: 276 seconds)
00:46:06rarogpamaury: I made some testing vectors for FS #12458, I hope this helps you a little bit.
00:46:06fs-bluebothttp://www.rockbox.org/tracker/task/12458 [Fuze+] The SD card is not reported in usb mode (bugs, new)
00:56:25pamauryrarog: I don't have a), b) is normal since there sd insertion is not reported in bootloader mode, I don't have c) except that the sd card doesn't show up if you insert usb plug but I'm not sure if it's a general rockbox thing or not, don't have d)
00:58:12rarogpamaury: very strange... I can reproduce a) every time with the same address reported.
00:58:43 Join bieber [0] (~quassel@162-78.97-97.tampabay.res.rr.com)
00:59:02pamauryrarog: are you sure you have the latest bootloader ?
01:00
01:00:15pamaurybecause jlbiasini had problems but there were gone once he reinstalled everything, so it might be a problem with the bootloader he linked to
01:01:54rarogI compiled the bootloader with latest revision.
01:02:01rarogand re-flashed it.
01:02:56rarogbut currently I can't reproduce c) anymore, while before I sent my testing results I could do this.
01:03:33pamaurythe strangest of all is a), this sounds pretty much impossible
01:04:30rarogah... and while testing c) I had two times another divide by zero with address 6006D964 when I inserted the sd card
01:05:06pamaurycan you run findadr.pl to find where is this address ?
01:07:09rarogwhere can I find the script?
01:07:34pamauryin utils/analysis I think
01:10:18rarog"Can't locate String/Scanf.pm"
01:10:27rarogIs there some package I have to install?
01:10:54pamauryoh yes, I think we should fix this script, everyone runs into this problem and noones remember the package
01:12:13rarogOk, my package search for ubuntu tells me that I have to install dvdrip
01:12:35rarogo_O
01:12:59rarogAt least this is the only result.
01:13:04 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
01:13:09rarogbut this package is already installed. *sigh*
01:15:53funmanno, dvdrip doesn't install perl macros
01:16:53rarog"/usr/share/perl5/Video/DVDRip/CPAN/Scanf.pm" is the only result I get when I search the packages.
01:17:09funmanit rather has its own copy of it i guess
01:17:15 Join nick-p [0] (~nick@82-69-105-120.dsl.in-addr.zen.co.uk)
01:17:47nick-prarog: Try perl -M CPAN -e install String::Scanf
01:18:32rarog"Missing argument to -M"
01:18:41pamauryrarog: ok, don't bother, have a look at the rockbox.map produced and search for the function which contains thus address
01:19:27nick-prarog: sorry, that was from memory, I'll try it
01:22:24rarogpamaury: Ok, indeed nothing for 6010C4DC from case a). But neither anything for 6006D964
01:22:47funmansaratoga: did you try to add the removed bits one by one in INT_USB() -> GINTMSK_usbreset case?
01:22:49pamaurywhat do you mean by nothing for ?
01:22:58nick-prarog: perl -MCPAN -e install String::Scanf
01:23:12saratogafunman: no sorry was working on something else, I can try now though
01:23:19saratogado you have a patch?
01:24:11funmannope, just add " DCTL &= ~DCTL_rmtwkupsig;" and/or "GRSTCTL = GRSTCTL_intknqflsh;" before DCFG &= ~bitm(DCFG, devadr)
01:24:54rarognothing for the exact address... but now I realise I had to look for addresses near it...
01:24:56rarog0x000000006006ce60 usb_storage_control_request
01:25:15pamauryok, that's the place where I expected it
01:25:31pamaurybut still, I don't understand it could possibly be 0
01:26:22funman[7]: what did you use to write nano2g driver, Reverse Engineering only?
01:26:36saratogafunman: in current svn I assume?
01:26:48funmansaratoga: nope in the first rev not working
01:27:07funmani tried i nsvn without luck but there are lots of other diffs
01:27:08gevaertspamaury: is this sector_size? Maybe plugging in before the disk has ever been mounted?
01:28:08pamaurygevaerts: no, disk_sector_multiplier
01:28:51***Saving seen data "./dancer.seen"
01:30:10gevaertsRight.
01:30:21rarognick-p: ok, this installed the lib locally, but this is not inside the search path... narf. :D
01:31:38pamaurypamaury: but have a look at how it's set: 1 on disk_mount and then j if fat_mount succeeds
01:31:59saratogaDCTL_rmtwkupsig makes the chim sound in Windows but crashes almost everytime (tried with and without the second line)
01:32:05pamauryhmm, there is a strange test too, I should remove this
01:32:08 Quit Scromple (Quit: Leaving)
01:32:37nick-prarog: try to find the dir with Makefile.PL in and type "sudo make install"
01:34:09gevaertspamaury: is disk_sector_multiplier[NUM_DRIVES] = {1}; correct?
01:34:42gevaertsAs far as I know, that will set disk_sector_multiplier[0] to 1, but the rest to 0
01:35:05saratogafunman: r31243 with any combination of those two lines does not work well
01:35:10pamauryhmm, that's a good point
01:35:21 Join Scromple [0] (~Simon@119.225.209.134)
01:37:43gevaertsI think we should rework this a bit anyway. For the ipod video (and possibly on other ATA targets) we want dynamic detection of the size to use, but on fuze+ I think we don't want that
01:37:47nick-prorag: Another approach;
01:37:49nick-pcd /tmp && wget http://search.cpan.org/CPAN/authors/id/J/JH/JHI/String-Scanf-2.1.tar.gz && tar xzf String-Scanf-2.1.tar.gz && cd String-Scanf-2.1 && perl Makefile.PL && sudo make install
01:38:54 Quit chkktri (Ping timeout: 252 seconds)
01:40:13rarognick-p: this worked properly. :) thx
01:40:19CIA-1New commit by pamaury (r31356): disk: fix sector multiplier init, also remove a test which has became obsolete
01:41:08nick-prarog: Phew! (bloody CPAN)
01:41:39pamauryrarog: can you try with this ?
01:42:15CIA-1r31356 build result: All green
01:43:57rarogyes, I'm recompiling right now.
01:44:13 Quit nick-p (Quit: Leaving)
01:47:37 Quit stripwax (Quit: http://miranda-im.org)
01:58:18rarogok, compiled bootloader and rockbox, re-flashing now.
01:59:22 Join chkktri [0] (~user@unaffiliated/chkktri)
02:00
02:00:08rarogyay, no more divide by zero for case a)
02:01:16rarogaaaand the first time I insert the sd card in bootloader mode it is offered to mount to me.
02:01:44rarogbut after I remove it and insert it agein, it's not offered anymore.
02:02:59pamaurywhich is normal
02:03:55rarogsame for normal rockbox.
02:04:00rarogno more error so far.
02:04:28rarogand also when connected in usb mode and I insert the sd card, it's offered to mount., removing and reinserting - no offer.
02:04:44rarogso same behavior for bootloader and normal rockbox mode.
02:10:39raroghm... but I don't understand, why it works the first time inserted and not anymore, when removed and reinserted again. just something not implemented completely in internal logic?
02:12:47pamauryactually it probably shouldn't even work the first time
02:13:30rarogbut it does... :D
02:14:50rarogand it can be mounted correctly.
02:14:52pamauryI'll have a look at this, but it's pretty minor
02:15:05rarogsure. it
02:15:19pamauryit works if the card is inserted when usb is plugged
02:15:49rarogit's a rare case, but if this works instantly every time the card inserted, then sd seems 100% complete to me
02:22:06rarogif you don't know of any other problems and metaphys can't reproduce the "data abroad" anymore, I'll bump sd support to 95% in the wiki.
02:37:45 Join Keripo [0] (~Keripo@eng375.wireless-resnet.upenn.edu)
02:46:16 Quit rarog (Quit: ChatZilla 0.9.87 [SeaMonkey 2.4.1/20111011102430])
02:48:37 Join quem_ [0] (~foo@c83-254-240-58.bredband.comhem.se)
02:52:37 Quit quem (Ping timeout: 252 seconds)
02:52:38 Nick quem_ is now known as quem (~foo@c83-254-240-58.bredband.comhem.se)
02:53:01 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
02:56:08 Quit kugel (Remote host closed the connection)
02:58:10pamaurydoes anyone object if I commit a creative zen x-fi2 port stub ? only the screen is working
02:58:14 Join TorneWuff [0] (~torne@lil.wolfpuppy.org.uk)
02:59:20 Join rarog [0] (~chatzilla@p4FF5C833.dip.t-dialin.net)
03:00
03:00:49pamauryI guess that's not the best time to ask, I'll see after a good sleep
03:01:19rarogpamaury: I just looked over the sd logic, I think I may have understood, why inserting the card may bring the drive into the list of mountable ones and why removing and reinserting it doesn't anymore
03:01:51rarogbut if you want to go to sleep, I'll talk tonight about this. :D
03:02:17pamauryI'll go to sleep, the sd logic needs work anyway, it's inherited from as3525 but I don't really like it
03:03:13 Quit pamaury (Remote host closed the connection)
03:03:38 Quit rarog (Client Quit)
03:04:19 Quit Keripo (Ping timeout: 240 seconds)
03:04:19 Quit Torne (Remote host closed the connection)
03:04:20 Nick TorneWuff is now known as Torne (~torne@lil.wolfpuppy.org.uk)
03:04:20 Quit Torne (Changing host)
03:04:21 Join Torne [0] (~torne@rockbox/developer/Torne)
03:09:51 Quit chkktri (Quit: Leaving)
03:09:57 Join JimmyJ [0] (~prolp@c-24-22-195-68.hsd1.wa.comcast.net)
03:10:59JimmyJI'm wondering how to install Rockbox onto my Clip Zip, the complete installation button is grayed out in the installer.
03:17:40 Join nosa [0] (~m00k@adsl-74-235-84-189.clt.bellsouth.net)
03:18:03 Join Keripo [0] (~Keripo@eng375.wireless-resnet.upenn.edu)
03:19:53 Quit nosa-j (Ping timeout: 244 seconds)
03:19:54 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-84-189.clt.bellsouth.net)
03:27:56 Quit perrikwp (Ping timeout: 255 seconds)
03:28:52***Saving seen data "./dancer.seen"
03:30:40 Join nosa [0] (~m00k@adsl-74-235-79-120.clt.bellsouth.net)
03:31:05 Quit nosa-j (Ping timeout: 240 seconds)
03:31:05 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-79-120.clt.bellsouth.net)
04:00
04:01:56 Quit rasher (Ping timeout: 252 seconds)
04:08:23 Join rasher [0] (~rasher@rockbox/developer/rasher)
04:08:54JimmyJGot it working using a manual installation.
04:09:00JimmyJA lot easier than I expected!
04:20:32 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
04:25:42 Quit [7] (Disconnected by services)
04:26:19 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:28:47 Quit amiconn (Disconnected by services)
04:28:48 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:29:00 Quit pixelma (Disconnected by services)
04:29:02 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:29:04 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:29:10 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:43:35 Quit dys (Ping timeout: 252 seconds)
04:44:01 Join dys [0] (~andreas@krlh-5f7360ab.pool.mediaWays.net)
05:00
05:15:37 Join Rob2223 [0] (~Miranda@p4FFF31E3.dip.t-dialin.net)
05:19:19 Quit Rob2222 (Ping timeout: 252 seconds)
05:21:26 Join kadoban_ [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
05:28:45 Quit markun (Ping timeout: 276 seconds)
05:28:54***Saving seen data "./dancer.seen"
05:34:18 Join dreamlayers [0] (~bgjenero@bas4-windsor12-1279315297.dsl.bell.ca)
05:34:18 Quit dreamlayers (Changing host)
05:34:18 Join dreamlayers [0] (~bgjenero@rockbox/developer/dreamlayers)
05:36:00 Quit Horscht (Quit: Verlassend)
05:40:20dreamlayers-ffunction-sections seems good for everything except coldfire: https://docs.google.com/spreadsheet/ccc?key=0AsEpnuZKewlIdF9Kb2pRazZ0cW9MZGlENm83Y3R5Y3c
06:00
06:34:56 Quit dreamlayers (Quit: goodnight)
06:40:36 Join Buschel [0] (~chatzilla@p54A3B489.dip.t-dialin.net)
06:50:00 Quit bzed (Remote host closed the connection)
06:50:07 Join bzed [0] (~bzed@devel.recluse.de)
07:00
07:28:57***Saving seen data "./dancer.seen"
07:32:05CIA-1New commit by desowin (r31357): Sansa Connect: Use Image Buffer for screen updates. ...
07:33:41Buschel911 fps :)
07:34:01CIA-1r31357 build result: All green
07:37:39 Join cdtmbu [0] (~c37c7229@www.haxx.se)
07:38:18cdtmbuI have a problem. My Ipod classic with latest build does not connect to PC anymore. Some hints?
07:38:46cdtmbuSee also FS12460.
07:38:56Buscheldesowin: 911 fps full screen updates that should be the new top value on http://www.rockbox.org/wiki/LcdFrameRate
07:39:09CIA-1New commit by desowin (r31358): TMS320DM320: Turn on Image Buffer clock on demand (FS #12462) ...
07:39:23Buscheldesowin: results in 133 MB/s or ~70 Mpixel/s
07:40:59CIA-1r31358 build result: All green
07:41:56Buschelcdtmbu: if you already wrote a bug report there's not much you can do, except providing a patch that fixes the issue
07:45:13cdtmbuBuschel: It was not me who wrote the FS. But I hoped for an instruction to downgrade the rockbox to a save variant. Tried the installation instruction on the site but there was no posibility to write the ipod BS. I do have some data on it which I do not want to loose so I won't like to try itunes.
07:49:52Buschelcdtmbu: I am not 100% sure about the iPod classic, but if you still have an older build available you should be able to just unzip it to your device. for this you can enter the emergency disk mode (pressing SELECT + PLAY when the apple logo is visible during startup)
07:51:05BuschelUSB in the emergency disk mode will still work as it is not controlled by rockbox
07:51:41Buschelanyway, I gotta go to work now. I hope I could help you
07:51:52 Quit Buschel (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111104165243])
07:52:18cdtmbuBuschel: Thanks. I have an old image. But the problem is to get access to the disk. Embios is booting and stays in its menu. And no access to disk.
07:58:05 Quit funman (Ping timeout: 252 seconds)
07:58:12 Join funman [0] (~fun@rockbox/developer/funman)
08:00
08:08:04 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
08:08:50 Quit cdtmbu (Quit: CGI:IRC (EOF))
08:08:52 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
08:14:25 Quit Sundiver (Ping timeout: 252 seconds)
08:25:21 Nick kugel_ is now known as kugelp (~kugel@rockbox/developer/kugel)
08:26:13kugelpsaratoga: try the original INT_USB too
08:27:34kugelpthe usbreset case I mean.
08:28:14kugelpthere's a call to dlusg_tx_fifos removed too, perhaps this causes problems
08:28:45kugelps/dlusg/flush/
08:31:06 Quit tchan (Ping timeout: 240 seconds)
08:32:25 Quit [Saint] (Quit: Bye)
08:32:33 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
08:34:30[Saint]So, JdGordon| ...you want 1024*768 cabbie V2 backdrop?
08:36:27JdGordon|indeed :)
08:36:34JdGordon|and well, all the art for it
08:37:09 Quit Scromple (Quit: Leaving)
08:38:21 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
08:38:21 Quit bertrik (Changing host)
08:38:21 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
08:45:27 Quit qnm (Ping timeout: 268 seconds)
08:47:34 Join qnm [0] (~qnm@2001:44b8:3110:f300:208:9bff:fec0:179a)
08:54:54[Saint]JdGordon|: Does the shortcuts menu have a %cs entry?
08:55:11[Saint]last I looked in the docs, I couldn't find it listed, but that was a while ago.
08:55:12 Nick kugelp is now known as kugel (~kugel@rockbox/developer/kugel)
08:55:49 Join wodz [0] (~wodz@89-76-160-35.dynamic.chello.pl)
08:56:07[Saint]I was also a bit surprised there's no means to disable the shortcuts menu from settings? Or have it automagically appear only if used.
08:56:17 Join ender` [0] (~ender@foo.eternallybored.org)
08:56:25[Saint]But I totally missed that whole thing going in, so my saying that is *way* late, of course ;)
08:56:29JdGordon|it should have a cs entry
08:57:55[Saint]I kinda think about the shortcuts menu in the same way as the bookmarks, a "I'll enable it if I want to use it, thanks" kinda thing. But I suppose it would be a complete ass to do at this late stage?
08:58:05 Quit bertrik (Read error: Operation timed out)
08:58:24JdGordon|not so much, kugel's been saying the same thing
08:58:45JdGordon|I'm not against making that happen, just im lazy
08:59:24[Saint]Right, sorry if its been done to death...I've not followed the commit at all, so, yeah.
09:00
09:00:18[Saint](I also think it should be up the top, like bookmarks too...but, menu order is a barrel of fish I'm not ever shooting at again ;))
09:01:08 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
09:02:36wodzJdGordon|: about FS #12464 - this seems to be buflib related as applying the patch from FS #12441 helps. I didn't test extensively though.
09:02:36fs-bluebothttp://www.rockbox.org/tracker/task/12464 can't load user theme in MPIO HD300 (bugs, unconfirmed)
09:02:37fs-bluebothttp://www.rockbox.org/tracker/task/12441 Sansa Clip+: a segmentation fault occurs with sim at r31101 (bugs, unconfirmed)
09:03:53JdGordon|[Saint]: put your shutdown shortcut in there and then its one less patch you need and its not useless :)
09:04:07JdGordon|wodz: oh joy
09:06:16*[Saint] loves CyanogenMods "hold back button to kill active application" ;)
09:06:32[Saint]No shutdown shortcut for me!
09:08:05 Quit wodz (Quit: Leaving)
09:08:08CIA-1New commit by kugel (r31359): Buflib: Fix handles being possibly moved twice ...
09:10:07CIA-1r31359 build result: All green
09:12:37kugel[Saint]: I'm afraid the shortcuts feature harder to discover if hidden by default
09:13:27[Saint]Could the same not be said of bookmarking?
09:13:31[Saint]We have docs...
09:14:19 Join petur [0] (~petur@rockbox/developer/petur)
09:15:28 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
09:15:44 Join nick-p [0] (~nick@82-69-105-120.dsl.in-addr.zen.co.uk)
09:16:18 Quit tchan (Ping timeout: 245 seconds)
09:16:19 Join Thra11 [0] (~thrall@87.114.97.198)
09:16:56kugel[Saint]: yes probably
09:17:32kugelI guess most people don't know about it (especially as there's an independant resume-where-left-off feature)
09:18:48[Saint]If bookmarking too, is genuinely hard to discover, I wouldn;t be against it being shown by default. Nor do I or would I object to Shortcuts being displayed by default. But options to hide/show them (as with bookmarks) would be nice.
09:19:28pixelmaalso the third and fourth items oi
09:19:40pixelmaon the quickscreen now
09:20:19[Saint]Are they? Cool. that's kinda nice.
09:20:52pixelmawhat is nice about them being hard to discover?
09:22:10[Saint]The quickscreen is hard to discover?
09:22:36*[Saint] thinks hes confused.
09:23:33pixelmait's hard to discover that there can be a third and a fourth item if you set it (as currently you'll only see two by default)
09:24:22 Part JimmyJ ("Leaving")
09:24:33[Saint]Oh, right. I thought you were saying that bookmarking and shortcuts were now the third and fourth quickscreen items.
09:24:35[Saint]Sorry.
09:26:18pixelmano need to be sorry, it was a bit confusing and wrong timing
09:29:01***Saving seen data "./dancer.seen"
09:29:10desowinhttp://imageshack.us/photo/my-images/84/connectbattery.png/ - the battery percentage indicator implemented in AVR on Sansa Connect is pretty neat. What do I have to change to fix the "Time Left" displayed in Rockbox info?
09:30:09 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
09:32:16 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
09:35:59[Saint]JdGordon|: Are you able to confirm %cs has a Shortcuts entry? I assume its just appended to the end...but the manual/customwps don't list it.
09:36:10[Saint](tsk tsk ;))
09:36:41JdGordon|yep, one after bookmark
09:37:39[Saint]Right, thanks. Do I bother filing the bug that its not listed in the manual? Or will some kind, TeX-savvy soul read the logs I wonder.
09:46:19 Quit Keripo (Quit: Leaving.)
09:50:34 Join Sundiver [0] (~angel@174-124-36-9.dyn.centurytel.net)
09:54:03CIA-1New commit by jdgordon (r31360): Add the shortcuts menu %cs value to the manual
09:55:53CIA-1r31360 build result: All green
10:00
10:00:29 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
10:02:28 Quit [Saint] (Ping timeout: 240 seconds)
10:10:51 Nick kugel is now known as kugelp (~kugel@rockbox/developer/kugel)
10:19:06 Quit fs-bluebot (Ping timeout: 240 seconds)
10:19:25 Quit bluebrother (Read error: Operation timed out)
10:20:40 Join fs-bluebot [0] (~fs-bluebo@g226071054.adsl.alicedsl.de)
10:21:11 Nick JdGordon| is now known as JdGordon (~jonno@rockbox/developer/JdGordon)
10:22:10 Join bluebrother [0] (~dom@g226071054.adsl.alicedsl.de)
10:22:10 Quit bluebrother (Changing host)
10:22:10 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
10:22:34 Quit [Saint_] (Quit: Bye)
10:22:54 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
10:25:23 Nick scorche is now known as scorche|test (~scorche@rockbox/administrator/scorche)
10:25:27 Nick scorche|test is now known as scorche (~scorche@rockbox/administrator/scorche)
10:45:18 Quit kadoban_ (Read error: Operation timed out)
10:45:35 Nick kugelp is now known as kugel (~kugel@rockbox/developer/kugel)
10:45:49TheSevenfeel free to shove people with lowlevel ipod classic problems like cdtmbu to #freemyipod-support
10:46:15TheSevenor just ping me
10:59:45 Join keyb_gr [0] (~chatzilla@p4FF055A4.dip.t-dialin.net)
11:00
11:03:16JdGordon[Saint]: soooo.... i dont suppose you'd like to take over the 1034*768 cabbie would you? :)
11:04:40[Saint]Just kludge the 480x800 cabbie beside some 700px album art. ;)
11:05:47JdGordonI've started by splitting the screen into 2*480pixel wide screens (portait obviously) and direct port of the 480*800 cabbie
11:09:00JdGordonexcept i *hate* writing skins :)
11:16:57 Join TomColler [0] (~thomas@net-93-144-171-68.cust.dsl.teletu.it)
11:29:03***Saving seen data "./dancer.seen"
11:33:16 Quit [Saint] (Quit: Bye)
11:33:32 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
12:00
12:03:49 Quit keyb_gr (Ping timeout: 248 seconds)
12:04:28 Quit nosa-j (Ping timeout: 240 seconds)
12:04:45 Join nosa-j [0] (~m00k@adsl-74-235-26-161.clt.bellsouth.net)
12:25:14 Quit TomColler (Read error: Connection reset by peer)
12:31:52 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
12:31:52 Quit pamaury (Changing host)
12:31:52 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
12:34:06pamaurydoes anyone object if I commit a port stub for the creative zen x-fi2 ? only the screen is working currently
12:35:10 Quit [Saint] (Read error: Connection reset by peer)
12:35:23 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
12:45:17 Quit [Saint] (Read error: Connection reset by peer)
12:45:49 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
12:46:04 Join TomColler [0] (~thomas@net-93-144-171-68.cust.dsl.teletu.it)
12:46:33 Quit [Saint] (Client Quit)
12:47:49 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
12:49:59 Join WalkGood [0] (~4@unaffiliated/walkgood)
13:00
13:00:07 Quit nick-p (Quit: Leaving)
13:01:20 Quit [Saint] (Read error: Connection reset by peer)
13:01:36 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
13:07:37 Quit TomColler (Ping timeout: 240 seconds)
13:29:05***Saving seen data "./dancer.seen"
13:41:57 Join bluefoxx_ [0] (fuzzylomba@S0106e0cb4e0a6d8a.vs.shawcable.net)
13:46:34 Join remlap1 [0] (~Patrick@190.28.169.217.in-addr.arpa)
13:46:35 Join _Zagor [0] (~bjst@46.35.227.87.static.tab.siw.siwnet.net)
13:46:36 Quit _Zagor (Changing host)
13:46:36 Join _Zagor [242] (~bjst@rockbox/developer/Zagor)
13:46:37 Join Mir_ [0] (~Mir@pool-71-109-220-84.lsanca.dsl-w.verizon.net)
13:46:37 Join n17ikh_ [0] (~peter@c-174-56-150-44.hsd1.sc.comcast.net)
13:46:37 Join honschu_ [0] (~honschu@p5DD14C47.dip.t-dialin.net)
13:46:42 Quit Slasheri (Ping timeout: 244 seconds)
13:46:42 Quit eintopf (Ping timeout: 244 seconds)
13:46:42 Quit Zagor (Ping timeout: 244 seconds)
13:46:42 Quit perrikwp (Ping timeout: 244 seconds)
13:46:42 Quit bluefoxx (Ping timeout: 244 seconds)
13:46:42 Quit soap (Ping timeout: 244 seconds)
13:46:43 Quit crwl (Ping timeout: 244 seconds)
13:46:43 Quit Mir (Ping timeout: 244 seconds)
13:46:43 Quit tmzt (Ping timeout: 244 seconds)
13:46:49 Quit honschu (Read error: Operation timed out)
13:46:59 Join Slasheri [0] (miipekk@xen.ihme.org)
13:47:00 Quit Slasheri (Changing host)
13:47:00 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
13:47:00 Quit Poodlemastah (Ping timeout: 240 seconds)
13:47:00 Quit n17ikh (Ping timeout: 240 seconds)
13:47:00 Quit remlap (Ping timeout: 240 seconds)
13:47:00 Quit froggyman (Ping timeout: 240 seconds)
13:47:00 Quit anewuser_ (Ping timeout: 240 seconds)
13:47:01 Quit Bagder (Ping timeout: 240 seconds)
13:47:22 Join tmzt [0] (~tmzt@76.244.152.58)
13:47:24 Join anewuser [0] (~anewuser@186.93.143.113)
13:47:26 Quit anewuser (Changing host)
13:47:26 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
13:47:30 Quit saratoga (Ping timeout: 258 seconds)
13:47:37 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
13:47:53 Join B4gd3r [0] (~daniel@1-1-5-26a.hud.sth.bostream.se)
13:48:04 Join eintopf_ [0] (~eintopf@zzz.strace.org)
13:52:02 Quit pjm0616 (*.net *.split)
13:52:02 Quit ack (*.net *.split)
13:52:02 Quit Galois (*.net *.split)
13:52:32 Join TheLemonMan [0] (~LemonBoy@ppp-12-50.26-151.libero.it)
13:52:39 Nick CIA-1 is now known as 5EXAAM35L (~CIA@cia.atheme.org)
13:52:42 Join Poodlemastah [0] (~Poodlemas@h-241-205.a218.priv.bahnhof.se)
13:52:42 Join froggyman [0] (~froggyman@50.105.143.13)
13:52:42 Join pjm0616 [0] (~user@114.200.203.101)
13:52:42 Join ack [0] (~ack@mingbai.org)
13:52:42 Join Galois [0] (djao@efnet-math.org)
13:55:04 Quit froggyman (Changing host)
13:55:04 Join froggyman [0] (~froggyman@unaffiliated/froggyman)
13:57:46 Quit Poodlemastah (*.net *.split)
13:57:46 Quit froggyman (*.net *.split)
13:57:47 Quit pjm0616 (*.net *.split)
13:57:47 Quit ack (*.net *.split)
13:57:47 Quit Galois (*.net *.split)
13:58:22 Join crwl [0] (~crwlll@dsl-jklbrasgw1-ffb9c300-103.dhcp.inet.fi)
13:58:35 Join soap [0] (~soap@cpe-76-181-78-156.columbus.res.rr.com)
14:00
14:00:05 Join Poodlemastah [0] (~Poodlemas@h-241-205.a218.priv.bahnhof.se)
14:00:05 Join froggyman [0] (~froggyman@unaffiliated/froggyman)
14:00:05 Join pjm0616 [0] (~user@114.200.203.101)
14:00:05 Join ack [0] (~ack@mingbai.org)
14:00:05 Join Galois [0] (djao@efnet-math.org)
14:03:38 Nick Mir_ is now known as Mir (~Mir@pool-71-109-220-84.lsanca.dsl-w.verizon.net)
14:04:46 Quit Thra11 (Ping timeout: 240 seconds)
14:05:03 Quit remlap1 (Quit: Leaving.)
14:05:17 Join remlap [0] (~Patrick@190.28.169.217.in-addr.arpa)
14:11:185EXAAM35LNew commit by kugel (r31361): Remove deprecated arm toolchain from rockboxdev.sh. Replace with arm-eabi.
14:11:42kugelwhat happened to CIA-*??
14:12:06JdGordonrenamed in the netsplit
14:13:155EXAAM35Lr31361 build result: All green
14:14:45 Join nick-p [0] (~nick@82-69-105-120.dsl.in-addr.zen.co.uk)
14:18:21nick-pkugel: Should it be Example: \"s m a\" rather than Example: \"s m e\"?
14:20:59 Nick _Zagor is now known as Zagor (~bjst@rockbox/developer/Zagor)
14:25:00 Join rarog [0] (~chatzilla@p4FF5D750.dip.t-dialin.net)
14:26:31rarogpamaury: hello, last night I looked further into the problem with sd card in usb mode and now I'm pretty sure, that it's completely unrelated to fuze+ and should happen an all devices. I opened a new bug for this. FS #12468
14:26:31fs-bluebothttp://www.rockbox.org/tracker/task/12468 Hotswap fails to recognize the card after it was removed in USB mode (bugs, unconfirmed)
14:27:21pamauryrarog: yes I know this :)
14:27:54pamauryit's because of the way it's implemented in the driver, but after you remove usb it should work
14:28:54rarogyes, this works then if I remove and reinsert it outside usb mode.
14:30:41rarogbut this still doesn't explain, why the first time the card is read correctly in usb mode, but afterwards fails... and I don't have any clue, where this does happen as theoretically this could be everywhere in the code, where fat is read...
14:31:28pamauryyes, I don't have an explanation for this one
14:33:34pamauryWTF, the creative zen x-fi2 has an accelerometer :-o
14:35:02rarogand it won't be easy to fix, as currently I find it hard to look through the code and where the actual file system read calls are called after card insertion and where it fails... probably it's even an easy fix, once the bug is found.
14:36:09rarogand I wonder if metaphys had really the latest code. if he is using git repository and did try to pull it before the last sync with svn, he didn't have the last fix. and if he has it - what function causes his divide by zero.
14:37:39crwlpamaury, quite an usual piece of hardware for stuff that has automatic portrait/landscape mode detection?
14:37:41pamaurythe same, that's the only place where it could happen basically
14:38:02pamaurycrwl: I didn't know this device has such a feature
14:38:20crwlheh, ok. maybe it was supposed to :)
14:40:20rarogif metaphys won't have this problem tonight anymore, I'll bump SD support to 100% in the wiki. :D
14:40:46pamaurythe problem to fix it is that I don't remember how device insertion is reported in usb mass storage mode, one would need to have a look, it's probably not that complicated but it's very minor
14:42:11pamaurycrwl: apparently it's a known thing but it's only used in photo mode (google says) :-/
14:44:47 Join dfkt [0] (dfkt@unaffiliated/dfkt)
14:51:03dfktseems there's a difference between command and example here, "a" vs "e"? - http://svn.rockbox.org/viewvc.cgi/trunk/tools/rockboxdev.sh?r1=31360;r2=31361;pathrev=31361
14:58:52nick-pdfkt: I thought that was odd, I'll go out on a limb and check in "s m a"
15:00
15:02:395EXAAM35LNew commit by nick_p (r31362): I think 'e' for arm (rather than 'a') is a typo
15:02:57kugelnick-p: oops yes
15:04:24nick-pkugel: I thought I'd jump on it beofre I forgot, didn't realise you were still around :)
15:04:415EXAAM35Lr31362 build result: All green
15:08:05kugelnick-p: no problem at all! thanks for your quick action :)
15:15:09 Nick eintopf_ is now known as eintopf (~eintopf@zzz.strace.org)
15:29:07***Saving seen data "./dancer.seen"
15:37:53MisanthroposI still have problems with my CLIP+ and the usb connect. FS11664 is closed - maybe thats true for the fuze / but not for the clip+, sometimes it works... but most of the times it does not and rockbox freezes on disconnect
15:38:07MisanthroposFS11664
15:38:30MisanthroposFS #11664
15:38:31fs-bluebothttp://www.rockbox.org/tracker/task/11664 Workaround for usb random failures on amsv2. (patches, closed)
15:38:40 Join lembas [0] (toastin@inafire.com)
15:43:25Misanthroposis it just my device or do other have that problem too?
15:43:54Misanthroposusing r31344
15:58:34 Quit liar (Read error: Connection timed out)
16:00
16:01:41 Quit WalkGood (Ping timeout: 248 seconds)
16:04:16rarogok, I give up on usb and sd insertion with FS #12468... I don't have enough overview...
16:04:17fs-bluebothttp://www.rockbox.org/tracker/task/12468 Hotswap fails to recognize the card after it was removed in USB mode (bugs, unconfirmed)
16:19:115EXAAM35LNew commit by nick_p (r31363): Make embedded cuesheet type 1 text encoding check slightly more efficient
16:20:585EXAAM35Lr31363 build result: All green
16:24:05 Quit nomada (Ping timeout: 248 seconds)
16:24:44 Join Thra11 [0] (~thrall@87.114.97.198)
16:28:03 Join y4n [0] (y4n@unaffiliated/y4ndexx)
16:35:34rarogpamaury: ok, metaphys has some strange problems... I can't retest them as on my machine I don't have such confusion cases... or perhaps it is somehow related to my other bug, just that kde doesn't show me any mountable drive while gnome offers it and the divide by zero happens, because it didn't recognize the sd card.
16:41:54pamaurythe divide by 0 shoudl be impssible now :-/
16:42:065EXAAM35LNew commit by kugel (r31364): Hosted/linux: Add process/cpu info screen to the debug menu. ...
16:43:545EXAAM35Lr31364 build result: 4 errors, 0 warnings (kugel committed)
16:46:20rarogperhaps he didn't reflash the device and is always using bootloader mode?
16:46:295EXAAM35LNew commit by kugel (r31365): Fix left-over hardcoded path (oops).
16:48:165EXAAM35Lr31365 build result: 5 errors, 1 warnings (kugel committed)
16:48:23rarogI've asked this explicitly now in the bug...
16:48:30rarogkugel: nooooooooo
16:49:17rarogs/bug/flyspray entry
16:49:28kugel???
16:50:47rarogkugel: just the "nooooo" reffered to you and the even more build errors...
16:51:22kugelbuild errors that I can't reproduce
16:52:33gevaertskugel: NDK version maybe?
16:53:53kugelI'm using r6
16:54:16kugelthere's a README saying that cpufeatures moved :\
16:54:43kugelbut shouldnt it fail earlier if the .c is not at the right place?
16:55:24gevaertsMy laptop is on r5b and I have the issue
16:56:09kugelis cpu-features.[ch] not in sources/android/cpufeatures?
16:56:19kugelsources/cpufeatures has only the .h and that README here
16:56:57kugelmeh, can't simply switch to r7. that can't build rockbox
16:57:12 Part Zagor
16:58:02gevaertsI have cpu-features.h, but it doesn't have android_getCpuCount()
16:58:22TheLemonManargh, screw you i2c with sensible timings
16:59:06 Join schanullekr [0] (~schanulle@178.228.168.127)
17:00
17:02:43 Quit petur (Quit: *plop*)
17:07:10 Join nomada [0] (~nomada@irc.consciente.de)
17:10:52 Join Misan [0] (~Misanthro@adsl-89-217-180-42.adslplus.ch)
17:11:01 Quit nick-p (Quit: Leaving)
17:22:20 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
17:27:44 Join schanulleke [0] (~schanulle@d77121.upc-d.chello.nl)
17:29:10***Saving seen data "./dancer.seen"
17:31:26 Quit schanullekr (Ping timeout: 240 seconds)
17:32:16 Join kadoban_ [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
17:32:39pamauryhmm, the i2c controller of the imx233 is really really picky, it seems that resetting the entire block after each transfer is rather good idea
17:36:49rarogdid you make any progress with the initialization of it?
17:37:42TheLemonMani went for raw bitbanging as i havent ported the dma stuff yet heh
17:43:06 Join chkktri_ [0] (~user@ip-78-139-196-175.danet.in)
17:45:28 Join dreamlayers [0] (~bgjenero@rockbox/developer/dreamlayers)
17:48:48dreamlayersIf a header file requires config.h, should it #include "config.h"?. For example, many header files contain INIT_ATTR but don't include config.h.
18:00
18:02:51 Quit anewuser (Read error: Connection reset by peer)
18:04:16 Nick n17ikh_ is now known as n17ikh (~peter@c-174-56-150-44.hsd1.sc.comcast.net)
18:24:57funmanMisanthropos: yes it's known bug that usb still doesn't work
18:31:58funmanMisanthropos: i closed the bug because the patches were out of date and the bug's content wasn't really helpful
18:35:32 Quit schanulleke (Quit: Bye)
18:35:39 Join Buschel [0] (~chatzilla@p54A3ABB1.dip.t-dialin.net)
18:39:08 Quit TheLemonMan (Quit: WeeChat 0.3.6)
18:41:31 Quit rarog (Quit: ChatZilla 0.9.87 [SeaMonkey 2.4.1/20111011102430])
18:46:43 Quit Thra11 (Quit: kthxbai)
18:54:04 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
18:55:04 Join keyb_gr [0] (~chatzilla@p4FF04CCA.dip.t-dialin.net)
19:00
19:01:56 Quit remlap (Read error: Connection reset by peer)
19:09:22 Join remlap [0] (~Patrick@190.28.169.217.in-addr.arpa)
19:11:49Misanfunman, thx for your input
19:13:06Misanthe funny part i don´t get is - it seemed to worked for a while quite stable - whats your excuse :-)
19:14:53funmanwhen was that? (when it worked quite stable)
19:15:13Misani mean could it be a timing issue or protocol related.. maybe both..
19:15:30Misanlet me think..
19:16:23Misanmaybe in august - i dont have the revsion - but i could try to revert to one of those - but with your patch applied
19:17:38Misani think it stopped after some changes to make the clip more compatible to certain sd-cards
19:19:07 Join jlbiasini [0] (~metaphys@d86-32-96-55.cust.tele2.at)
19:26:38 Join typn [0] (~quassel@pikachunix.truman.edu)
19:27:14jlbiasinipamaury: now that i read the irc log I guess there is a new bootloader update isn't it?
19:27:48pamauryI fixed what could cause a division by 0 and I think it's not included in the latest bootloader released
19:28:42 Join guymann_ [0] (~charles@66-159-173-227.adsl.snet.net)
19:29:10jlbiasinipamaury:ok I will have to retest and compile and release a new bootloader... I think I'm starting to understand why you don't want to have the bootloader on the server for now.... :D
19:29:13***Saving seen data "./dancer.seen"
19:29:58 Quit guymann (Ping timeout: 252 seconds)
19:32:43 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
19:35:10 Nick kugel is now known as kugelp (~kugel@rockbox/developer/kugel)
19:35:22kugelpdreamlayers: yes
19:38:16 Join Horscht [0] (~Horscht@p57988F2E.dip.t-dialin.net)
19:38:16 Quit Horscht (Changing host)
19:38:16 Join Horscht [0] (~Horscht@xbmc/user/horscht)
19:38:16 Nick kugelp is now known as kugel (~kugel@rockbox/developer/kugel)
19:38:54kugelfunman: did you see my comment from this morning?
19:39:28funmankugel: nope
19:39:53kugelI.e. could the removed flush_tx_fifos make a difference?
19:40:07funmanyeah it could
19:40:25funmani didn't try the rev that saratoga mentioned yet
19:41:13Buschelgevaerts: you're there?
19:42:42gevaertsBuschel: yes
19:43:05Buscheldo you have some to test two patches?
19:43:09Buschelon your X5?
19:43:43gevaertsnot right away, but I can do things in halh an hour or so
19:44:11dreamlayerskugel: okay, I'll add the #include "config.h"
19:44:36Buschelgevaerts: that's perfect. FS #12411 and FS #12463 are of interest
19:44:37fs-bluebothttp://www.rockbox.org/tracker/task/12411 Album art not displaying correctly on iAudio x5, verk dark (bugs, unconfirmed)
19:44:38fs-bluebothttp://www.rockbox.org/tracker/task/12463 Speed up FLAC multichannel (patches, assigned)
19:46:26gevaertsBuschel: for FS #12463 do I just test multichannel, or do I also check "regular" flac?
19:46:27fs-bluebothttp://www.rockbox.org/tracker/task/12463 Speed up FLAC multichannel (patches, assigned)
19:47:42Buschelgevaerts: multichannel should be fine, I do not expect changes on mono/stereo flac
19:47:49gevaertsok
19:49:42 Quit jlbiasini (Remote host closed the connection)
19:52:25 Join jlbiasini [0] (~metaphys@d86-32-96-55.cust.tele2.at)
19:54:37jlbiasinipamaury: no bug any more (at least no divide by zero anymore) could you pm me next times you are doing something to the bootloader? It will avoid having false bug report - especially as I build the bootloader for the wiki... :)
19:55:21pamauryI'm sorry, I fixed it early this morning so I went to sleep right after
19:56:09jlbiasiniah yes that's also right :)
19:57:12funmankugel: which amsv2 do you have, fuzev2?
20:00
20:00:16 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
20:01:05 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
20:02:31 Join wodz [0] (~wodz@89-76-160-35.dynamic.chello.pl)
20:02:46funmankugel: building pristine r31242
20:03:24wodzBuschel: I wanted to test 12463 on HD300 (mcf5249) but I couldn't download linked files
20:05:31Buschelwodz: downloading them right now. works here
20:07:05*wodz tries again
20:07:46wodzok, this time works. I can test if you are still interested
20:07:59Buschelof course I am interested :)
20:08:25wodzthis will take a while, my build machine isn't that fast :-)
20:11:55Buschelis it an m3?
20:12:28wodzno mpio hd300
20:12:57wodzit is very similar hardware wise to M5
20:13:05Buschelbad luck, I have a m3-build ready ;)
20:13:48gevaertsBuschel: the FS #12411 looks good
20:13:49fs-bluebothttp://www.rockbox.org/tracker/task/12411 Album art not displaying correctly on iAudio x5, verk dark (bugs, unconfirmed)
20:14:06 Quit jhMikeS (Ping timeout: 240 seconds)
20:14:10Buschelgreat, I'll submit it then
20:14:14 Join Xerion [0] (~xerion@5419A766.cm-5-2c.dynamic.ziggo.nl)
20:16:27wodzwhat are the requirements to add AGC support?
20:17:05 Part jlbiasini
20:17:155EXAAM35LNew commit by buschel (r31366): Fix bitmap scaling for Coldfire. Closes FS #12411.
20:17:16fs-bluebothttp://www.rockbox.org/tracker/task/12411 Album art not displaying correctly on iAudio x5, verk dark (bugs, unconfirmed)
20:18:49 Join lebellium [0] (~chatzilla@91-65-137-216-dynip.superkabel.de)
20:19:195EXAAM35Lr31366 build result: 5 errors, 1 warnings (buschel committed)
20:21:32kugelfunman: fuzev2 but haven't done anything with it in ages
20:24:35gevaertsBuschel: speed data posted
20:25:24Buschelcool, that is quite some speed up :)
20:25:46gevaertsBut not enough!
20:25:58gevaertsThe "slow" file still stutters :)
20:26:12Buschelwhat is max clock on the MCF5250?
20:26:44gevaertsI think we clock it at 120mHz
20:26:47gevaerts*M
20:27:00kugeldreamlayers: great find! and sorry for the typo
20:27:02gevaertsSo there isn't much left there
20:27:56Buschelbut not too far away :) does leaving the WPS help?
20:28:26wodz124MHz
20:29:14wodztest_codec from current trunk doesn't save logs here :/
20:29:39gevaertswodz: did you quit the plugin before plugging in USB?
20:30:09gevaertsBuschel: no, same in the file menu. Maybe decode speed is a bit bursty on this file?
20:30:19wodzhmm, not sure
20:30:29gevaertsI didn't the first time :)
20:30:33Buschelgevaerts: maybe...
20:30:52wodzthe longer file need to rebuffer probably
20:31:15gevaertsIt does, yes
20:31:43kugeldreamlayers: you seem to be talented to find these one-liners :)
20:32:13wodzgevaerts: yep, that was it - I didn't quit plugin before USB plugging in
20:34:12dreamlayerskugel: thanks! the unix command line is useful for stuff like that
20:34:39gevaertswodz: actually, there's something wrong. If I read test_codec.c properly, it should save on USB plugin too
20:36:28desowingevaerts: did the m:robe 500 battery test show any improvement?
20:37:01gevaertsdesowin: I haven't managed to run that yet
20:38:50wodzBuschel: 5249 doesn't gain anything
20:39:15wodzBuschel: both run gives the same results - looking at the patch this seems expected
20:39:20*gevaerts complains about the battery_bench button map
20:39:24gevaertsIt assumes a remote!
20:39:52Buschelwodz: at least this prooves I did not break anything
20:40:57wodzsurround88.flac 309.22% realtime 40.16MHz needed for realtime
20:41:25wodzForUntoUsSurround88.flac 94.44% realtime 131.49MHz needed for realtime
20:44:18wodzWhy only Irivers H series provide AGC? At first glance this looks like pure software feature.
20:45:48funmankugel: saratoga: r31242 seemed to work fine but just caused a deadlock + linux kernel panic for me
20:46:125EXAAM35LNew commit by buschel (r31367): FS #12463: Improve performance for multichannel FLAC decoding. Speeds up decoding by 3 MHz on PP5022, 6-7 MHz on S5L870x and 11-12 MHz on MCF5250. ...
20:46:12fs-bluebothttp://www.rockbox.org/tracker/task/12463 Speed up FLAC multichannel (patches, assigned)
20:46:25funmankugel: saratoga: http://pastie.org/3042319
20:46:42Buschelgevaerts, wodz: thanks for testing!
20:47:465EXAAM35Lr31367 build result: 5 errors, 17 warnings (buschel committed)
20:52:05kugelfunman: I didn't actually test usb yet, just looked at the diff of r31243 when you gave saratoga instructions
20:53:00gevaertsdesowin: "without" battery bench is now running
20:53:515EXAAM35LNew commit by gevaerts (r31368): There's no good reason for requiring the mr500 remote just to run battery_bench
20:55:315EXAAM35Lr31368 build result: 5 errors, 17 warnings (gevaerts committed)
20:55:41 Quit typn (Remote host closed the connection)
20:56:05wodzHmm, I think I need to ask petur about AGC but he is not often around :/
20:56:08*gevaerts points out that the warnings are Buschel's :)
20:56:18Buschelonly few of them :)
20:56:44Buschelwhy do we have some empty ICODE_ATTR defines in several config-headers?
20:58:18dreamlayerssome targets don't have enough iram
20:58:23gevaertskugel: is the minimum android ndk version documented somewhere?
20:58:475EXAAM35LNew commit by kugel (r31369): Android: Ship cpufeatures.[ch] from the sdk to enable the build under the ndk r5 again. ...
20:59:09kugelgah, s/sdk/ndk/
20:59:12dreamlayersBuschel: for example, see comment before rolo_restart()
20:59:37kugelgevaerts: it's r5, r5b and r6 now
21:00
21:00:235EXAAM35Lr31369 build result: 0 errors, 16 warnings (kugel committed)
21:00:29 Quit y4n (Quit: AMIGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAHAHAHAAAAAAAAAAAAHAHAAA)
21:00:35gevaertsMaybe android/README should say that? (or possibly some other place?)
21:01:36 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
21:03:31pixelmawodz: IIRC most (all?) other targets don't have such fine gain steps so that the adjusting would have audible 'jumps' which was deemed not 'good enough' to enable it on other targets
21:03:35 Quit [Saint] (Ping timeout: 268 seconds)
21:03:58pixelmamaybe those jumps would still be better than distortion
21:04:03Buschelhmm, the sansa m200v4 compiles when those arrays are moved to IRAM
21:05:11wodzpixelma: wm8750 has 0.5dB steps in range -17.25 ... +30.0dB and 0.75dB steps in range +30.0dB ... +60.dB
21:05:52wodzmoreover wm8750 offers AGC in hardware (without our 'safe' mode I think)
21:06:16wodzbut with noise gating
21:06:37wodzuda1380 has 0.5dB steps
21:07:24Buscheldreamlayers: is the device working fine (regarding IRAM) if it compiles?
21:07:41lebelliumHallo Kugel : You can find the new ROM/bootloader for R0 here : http://www.anythingbutipod.com/forum/showpost.php?p=589574&postcount=502
21:07:43pixelmawodz: well, it's just the explanation I remembered for the Iaudios and Sansas (both 1.5dB steps)
21:08:21wodzpixelma: yeah, thanks for info anyway
21:08:47dreamlayersBuschel: the linker gives an error if a memory section is overfilled.
21:11:17 Join TheLemonMan [0] (~LemonBoy@ppp-12-50.26-151.libero.it)
21:12:23 Quit factor (Read error: Connection reset by peer)
21:12:54 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
21:12:565EXAAM35LNew commit by dreamlayers (r31370): Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
21:13:475EXAAM35LNew commit by buschel (r31371): Remove obsolete empty IRAM defines from the sansa m200v4 config file.
21:14:29 Join guymann [0] (~charles@69.182.30.160)
21:15:37 Quit [Saint_] (Ping timeout: 240 seconds)
21:15:435EXAAM35Lr31370 build result: 0 errors, 12 warnings (dreamlayers committed)
21:16:15 Quit guymann_ (Ping timeout: 255 seconds)
21:18:005EXAAM35Lr31371 build result: All green
21:28:34 Join factor [0] (~factor@74.197.205.204)
21:29:14***Saving seen data "./dancer.seen"
21:36:36 Quit Stummi (Quit: Leaving...)
21:37:31 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
21:37:51desowingevaerts: "without" means revision before I commited this?
21:38:19gevaertsdesowin: actually a recent revision with your commit reverted :)
21:39:16desowinactually, it seems like OF uses DSP for decoding
21:39:32desowinatleast there is code that loads different code onto DSP for different codecs
21:41:54desowinand I would like to know whether the different audio codec support and wifi chip in OF is merely due to usage of that Everest which seems like some semi-universal platform or actually devices with different chips can be seen in the wild
21:43:42desowinbut given the footprints, atleast for audio codecs, are completely different that would require different PCB layouts
21:46:50 Quit liar (Read error: Connection timed out)
21:47:09 Join Sundiver_ [0] (~angel@174.124.46.253)
21:48:52 Quit Sundiver (Ping timeout: 248 seconds)
21:50:12 Quit Buschel (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111104165243])
21:51:13 Join webguest89 [0] (~63664485@www.haxx.se)
21:51:22 Quit webguest89 (Client Quit)
21:58:50 Join dhrasmus [0] (~dhrasmus@71.216.151.35)
22:00
22:02:32 Join herefornow [0] (~8d00094d@www.haxx.se)
22:03:08 Quit dhrasmus (Ping timeout: 244 seconds)
22:05:30 Quit herefornow (Client Quit)
22:06:43 Join herefornow [0] (~8d00094d@www.haxx.se)
22:07:43 Quit herefornow (Client Quit)
22:08:27 Nick Sundiver_ is now known as Sundiver (~angel@174.124.46.253)
22:09:19 Quit Sundiver (Quit: leaving)
22:09:29 Join Sundiver [0] (~angel@174.124.46.253)
22:17:47 Join limescout [0] (~david@c-69-242-30-52.hsd1.pa.comcast.net)
22:18:15 Part limescout
22:19:59 Quit benedikt93 (Quit: Bye ;))
22:24:54 Quit dreamlayers (Quit: bye)
22:24:55 Quit [Saint] (Read error: Connection reset by peer)
22:25:06 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
22:28:10 Quit Misan (Remote host closed the connection)
22:28:44 Nick B4gd3r is now known as Bagder (~daniel@1-1-5-26a.hud.sth.bostream.se)
22:29:07 Quit Bagder (Changing host)
22:29:07 Join Bagder [241] (~daniel@rockbox/developer/bagder)
22:41:23 Quit [Saint] (Read error: Connection reset by peer)
22:41:40 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
22:42:34 Quit TheLemonMan (Quit: WeeChat 0.3.6)
22:53:39 Quit [Saint] (Read error: Connection reset by peer)
22:54:00 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
23:00
23:08:48 Quit [Saint] (Read error: Connection reset by peer)
23:09:04 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
23:09:53 Quit [Saint] (Read error: Connection reset by peer)
23:10:03gevaerts*why* did my mr500 switch off after an hour and 49 minutes?
23:10:09 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
23:10:15 Quit [Saint] (Remote host closed the connection)
23:10:39gevaertsThe battery bench log claims it still had 96% battery at that point
23:12:34 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
23:16:35gevaertsJdGordon: peakmeters won't use CPU if the LCD is off, right?
23:26:00 Join Scromple [0] (~Simon@119.225.209.134)
23:26:21 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
23:26:38 Quit scanf (Read error: Connection reset by peer)
23:27:23 Part shutin
23:29:16***Saving seen data "./dancer.seen"
23:31:44 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
23:34:01 Quit [Saint] (Ping timeout: 252 seconds)
23:37:54 Quit keyb_gr (Ping timeout: 240 seconds)
23:43:10 Join scanf [0] (~x32@unaffiliated/scanf)
23:46:13JdGordongevaerts: not noticably
23:46:20gevaertsok
23:46:35JdGordonthe drain is updating the lcd apparently, not the needed cpu time
23:49:13 Join thomas [0] (~rotblick@93.216.73.100)
23:50:23thomasheyho, I tried to register for the forum, but it seems impossible. I always get the following message: "You did not answer the verification questions correctly." What should I put in this field: "lease enter the following phrase - no spam:" I tried almost every combination...
23:50:33thomascan anybody help me out?
23:50:46JdGordondid you try.... "no spam:"
23:51:14 Quit soap (Changing host)
23:51:14 Join soap [0] (~soap@rockbox/staff/soap)
23:52:43thomasyeah, I just tried it again with "no spam:"
23:52:53thomasit's not working
23:54:28 Quit wodz (Quit: Leaving)
23:54:39 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
23:55:49JdGordonscorche: can you help thomas ?
23:56:25scorchejust "no spam"
23:56:43scorchethomas: ^^
23:57:34 Quit [Saint_] (Ping timeout: 240 seconds)

Previous day | Next day