| 00:00:26 | | Quit fyrestorm (Read error: 104 (Connection reset by peer)) |
| 00:01:00 | | Join fyrestorm [0] (n=fyre@cpe-68-173-160-247.nyc.res.rr.com) |
| 00:01:29 | rasher | Does anyone see why we're still shipping profont? The license (which we include) says "You may redistribute unmodified copies of ProFont Distriubtion" |
| 00:01:48 | rasher | I don't believe shipping it as .bdf counts as unmodified. |
| 00:03:06 | scorche|sh | rasher: hrm...i am trying to remember exactly how we counted it, i think lostlogic might remember... |
| 00:03:08 | linuxstb | And we're also not distributing "ProFont Distribution" - which is defined as 7 different things... |
| 00:03:51 | rasher | FWIW Bagder seems to agree http://www.rockbox.org/irc/log-20070617#23:30:28 |
| 00:04:03 | Llorean | The original font is "Freeware" |
| 00:04:20 | Llorean | They do state their intent is to have profont distributed "as widely as possible", but apparently only as that specific package. |
| 00:07:18 | amiconn | saratoga: That patch is nasty as-is |
| 00:07:52 | amiconn | In pcf50605.c, it disables voltage setup for all targets, and only implements it for ipod video |
| 00:08:23 | amiconn | -> all other PCF PP targets no longer get those voltages set up |
| 00:09:11 | | Join austriancoder__ [0] (n=austrian@80.120.117.30) |
| 00:09:25 | saratoga | amiconn: could you post that in the FS thread so taht buschel sees it? |
| 00:09:30 | amiconn | And why it switches off the dock connector voltage even on G5 is beyond me. I'd expect reports about non-working accessories from this |
| 00:09:45 | Llorean | rasher: Sadly, the maintainer email in the license doesn't work. =/ |
| 00:11:02 | | Join countrymonkey [0] (n=4b05639a@gateway/web/cgi-irc/labb.contactor.se/x-f4bdf578911d4255) |
| 00:11:17 | | Quit ompaul (Client Quit) |
| 00:13:16 | countrymonkey | rasher: Any news on the arabic translation? |
| 00:17:27 | rasher | countrymonkey: would you mind not asking the same question every 2 days? It's not like I'm going to keep the translation to myself unless you ask me for it. |
| 00:18:34 | | Join aneka [0] (n=kvirc@66.251.24.123) |
| 00:22:08 | countrymonkey | ok |
| 00:22:51 | karl_ | rasher: is your nick referring to the irish bacon, or something else? |
| 00:24:29 | | Quit austriancoder_ (Read error: 110 (Connection timed out)) |
| 00:27:08 | countrymonkey | rasher: speaking of translations, your translate page has a mistake. It reads tradtional chinese. I assume you mean traditional chinese. Could this please be fixed? |
| 00:28:31 | saratoga | amiconn: should i make those corrections now and comitt it or do you want me to kick this back to Buschel for further cleanup? |
| 00:29:46 | rasher | countrymonkey: fixed |
| 00:29:59 | rasher | karl_: That's off topic, and no, it doesn't refer to anything. |
| 00:30:03 | | Quit desowin () |
| 00:30:28 | gevaerts | Write support still has some problems. I copied a linux kernel source tree to my sansa and back, and there is a problem with 21 files (out of 22390) |
| 00:30:58 | countrymonkey | thanks |
| 00:32:18 | | Join grndslm [0] (n=grndslm@24-116-87-97.cpe.cableone.net) |
| 00:33:21 | gevaerts | Actually it might just as well be read support. I'll boot to OF to check |
| 00:35:37 | | Quit petur ("Zzzzz") |
| 00:45:55 | | Quit ender` (" Kids. You gotta love them. I adore children. A little salt, a squeeze of lemon--perfect. -- Harry Dresden") |
| 00:46:31 | | Join crzyboyster [0] (n=6210f026@gateway/web/cgi-irc/labb.contactor.se/x-d5b53e9b8a141c4b) |
| 00:46:36 | | Quit karl_ (Remote closed the connection) |
| 00:46:47 | crzyboyster | Just finished up the update to the Hindi translation > http://www.rockbox.org/tracker/task/8575 |
| 00:48:52 | | Join webguest15 [0] (n=5bc02253@gateway/web/cgi-irc/labb.contactor.se/x-103e72ea32de8879) |
| 00:49:17 | | Quit Domonoky (Read error: 104 (Connection reset by peer)) |
| 00:49:36 | | Quit ctaylorr (Read error: 110 (Connection timed out)) |
| 00:49:47 | gevaerts | False alarm : the files were not actually different, but there were some files missing due to having names only differing in case, so some of them disapeared when copying them to a FAT filesystem. |
| 00:50:33 | rasher | crzyboyster: Please fix your text editor to not insert a BOM at the beginning of files |
| 00:50:34 | | Quit webguest15 (Client Quit) |
| 00:50:55 | crzyboyster | Sorry, but what is a BOM? |
| 00:51:35 | linuxstb | http://en.wikipedia.org/wiki/Byte-order_mark |
| 00:52:41 | Llorean | gevaerts: So it seems reliable? |
| 00:52:53 | crzyboyster | I use notepad. Is the "$Id$" what you guys are talking about? |
| 00:53:26 | | Join [SiC][DeZmOnD] [0] (i=werj@91.192.34.83) |
| 00:53:27 | rasher | "sed -i -e 's/\xef\xbb\xbf//' filename" to remove a BOM |
| 00:53:32 | rasher | crzyboyster: no, read linuxstb's link |
| 00:54:18 | crzyboyster | I really don't understand any of that... |
| 00:54:54 | rasher | crzyboyster: Just don't use notepad |
| 00:55:21 | | Quit [SiC][DeZmOnD] (Client Quit) |
| 00:55:33 | Horscht | notepad++ or TED notepad are good notepad replacements for windows |
| 00:55:56 | soap | notepad2 as well |
| 00:56:38 | crzyboyster | Point taken, I won't use notepad anymore (down with Windows!) and can you just remove the BOM yourself for me? |
| 00:57:16 | rasher | crzyboyster: Already committed. |
| 00:59:03 | | Quit mf0102 ("Verlassend") |
| 00:59:05 | | Quit crzyboyster ("CGI:IRC (EOF)") |
| 01:00 |
| 01:00:08 | | Join Cruleworld [0] (n=Crulewor@71.239.117.120) |
| 01:03:41 | | Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) |
| 01:04:37 | | Quit einhirn (Read error: 104 (Connection reset by peer)) |
| 01:07:44 | *** | Saving seen data "./dancer.seen" |
| 01:08:28 | gevaerts | Llorean: For me and rasher anyway. There's a report on the tracker about some problems, but I'm still looking into it. |
| 01:14:12 | | Join star_jasmine [0] (n=arwyneve@75.108.74.16) |
| 01:14:56 | gevaerts | rasher: do you see the sd card slot appearing in your dmesg output if there is a sdhc card in it with the OF ? |
| 01:15:56 | gevaerts | rasher: I'm asking because I find it strange that in http://www.rockbox.org/tracker/task/8562#comment21383 there is no trace of the sd card at all |
| 01:16:36 | | Join linuxstb____ [0] (n=chatzill@i-83-67-212-170.freedom2surf.net) |
| 01:17:26 | | Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) |
| 01:17:30 | rasher | gevaerts: So you want the dmesg output when plugging with an sdhc card while in OF? |
| 01:18:13 | gevaerts | rasher: yes. I don't need the entire output, but I just want to know if the OF presents two devices |
| 01:18:30 | rasher | I think it does |
| 01:19:02 | gevaerts | It should, but maybe it just ignores it entirely if there is an unsupported card in it. |
| 01:19:26 | rasher | Actually that seems to be the case |
| 01:20:31 | | Quit ol_schoola (Read error: 110 (Connection timed out)) |
| 01:21:19 | rasher | http://www.pastebin.ca/898011 |
| 01:21:29 | star_jasmine | wow... congratulations and thanks to the people responsible for the rbuilt utility. I just took a look at the right one for use with screenreaders. very accessible |
| 01:21:51 | | Quit Rob2222 (Read error: 104 (Connection reset by peer)) |
| 01:23:32 | gevaerts | rasher: it prints '[sdc] Attached SCSI removable disk' for it. The tracker post doesn't contain that (neither for OF nor for rockbox), so I'm a bit doubtful about his hardware |
| 01:23:55 | rasher | Ah, so it does. I missed that |
| 01:25:22 | rasher | gevaerts: It even does that when no card is present |
| 01:26:08 | gevaerts | rasher: that's needed for hotplug support. |
| 01:26:40 | rasher | Sure, I'm just saying there's really no reason why he should not get a second disk |
| 01:27:04 | gevaerts | Except if he has broken hardware... |
| 01:28:37 | | Quit linuxstb (Read error: 113 (No route to host)) |
| 01:28:37 | | Join crzyboyster [0] (n=6210f026@gateway/web/cgi-irc/labb.contactor.se/x-8f6f041bbc7a8961) |
| 01:28:48 | | Quit Cruleworld ("Leaving") |
| 01:29:03 | rasher | gevaerts: Where does the OF live? Is it possible that it's become slightly corrupted? |
| 01:29:19 | crzyboyster | Which font gallery format is better at > http://www.rockbox.org/twiki/bin/view/Main/UserConvertedFonts ? The top one or the bottom one? |
| 01:29:24 | | Quit asdrubal (Connection timed out) |
| 01:29:35 | | Quit Axio () |
| 01:29:53 | BigBambi | gevaerts: I've just been trying the patch with an e260 + 1GB SD in linux - it mounts and I can browse both the internal memory and the sd card fine, but on the unit tiself I don't get a USB screen and I can still browse the menus etc. I havne't tried to do anything like play music as I don't want to corrupt anything :) |
| 01:29:58 | gevaerts | rasher: from what I understand the OF lives on the second partition. |
| 01:30:32 | rasher | BigBambi: I don't think the USB screen is working yet |
| 01:30:40 | gevaerts | BigBambi: I'm seeing the same thing. |
| 01:30:44 | BigBambi | OK cool |
| 01:31:02 | rasher | crzyboyster: The bottom one is full of weird info.. it's hard to make a decision based on an incomplete example |
| 01:31:15 | BigBambi | Jolly nice work by the way :) |
| 01:31:25 | gevaerts | Actually, I did try high speed again earlier today (it still doesn't work), and then I got the USB screen when I plugged in. |
| 01:31:38 | BigBambi | One or the other :) |
| 01:32:44 | rasher | crzyboyster: Also, there's little need for such a big screenshot.. and using standard wiki syntax for the tables would be preferable |
| 01:33:41 | crzyboyster | rasher: What about now, is it easier to decide? And the problem is that the regular wiki syntax doesn't allow me to make it look like that... |
| 01:33:46 | | Join asdrubal [0] (n=abc@cpe-76-190-216-97.neo.res.rr.com) |
| 01:34:30 | rasher | crzyboyster: The top one is certainly possible |
| 01:35:41 | crzyboyster | Hold on, can someone fix it to make it wiki syntax compatible? And how do you "log off" of twiki? |
| 01:36:14 | gevaerts | If I rmmod ehci_hcd, I get the USB screen as well. There's probably something weird effect from this force-full-speed bit. |
| 01:36:28 | | Join faeries26 [0] (n=arwyneve@75.108.74.16) |
| 01:36:34 | crzyboyster | I am leaning toward the top one, though... |
| 01:37:10 | crzyboyster | I will be back shortly... |
| 01:37:11 | | Quit crzyboyster ("CGI:IRC") |
| 01:37:24 | faeries26 | I must be doing something wrong. when I ask the rbuilt tool to configure/ create a voice, it downloads the current one from rockbos'x website, and claims not to be able o find an mp3 file in temp |
| 01:37:42 | BigBambi | faeries26: Wich target? |
| 01:38:06 | BigBambi | Do you not want to select speex for voice now? |
| 01:38:20 | faeries26 | sansa e200... an e280 to be exact |
| 01:38:33 | faeries26 | I selected speex |
| 01:38:54 | BigBambi | Hmmm, not sure then |
| 01:39:34 | BigBambi | Domonoky and bluebrother are your rbutil chaps, but it is 01:40 over here at the moment so I suspect they are asleep |
| 01:39:36 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
| 01:39:42 | | Quit K4rP4D ("Leaving") |
| 01:39:57 | simonrvn | crashd_: ?logout=true IIRC |
| 01:39:58 | faeries26 | oh ok. well, I can always use cygwin. very nice utility |
| 01:40:02 | faeries26 | rbuilt that is. |
| 01:40:21 | faeries26 | just have to figure out what I've done wrong |
| 01:40:29 | simonrvn | crashd_: sorry |
| 01:40:38 | simonrvn | person it was meant for is gone... |
| 01:40:50 | countrymonkey | Would somebody please build me a copy of svn rbutil and post it somewhere? I cannot figure out qt. |
| 01:41:26 | BigBambi | I'm not going to, but you might get more takers if you at least specified OS |
| 01:41:39 | countrymonkey | Sory, windows |
| 01:41:55 | BigBambi | Then why not use the binary bluebrother posted the link to in the forum? |
| 01:42:00 | countrymonkey | I don't know why I always forget. |
| 01:42:12 | countrymonkey | what link? |
| 01:42:19 | BigBambi | There is a search button |
| 01:44:25 | | Quit conando (Read error: 110 (Connection timed out)) |
| 01:45:15 | | Quit faeries26 () |
| 01:46:04 | gevaerts | I'm going to get some sleep |
| 01:46:39 | | Quit gevaerts ("ZZZZZZZZZZZZZZzzzzzzzzzzzzzzzzzzz...............") |
| 01:46:58 | | Quit obo ("bye") |
| 01:47:32 | | Quit star_jasmine (Read error: 110 (Connection timed out)) |
| 01:49:48 | | Quit lee-qid (Read error: 110 (Connection timed out)) |
| 01:51:55 | | Quit FOAD (Read error: 110 (Connection timed out)) |
| 01:51:55 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
| 01:52:30 | midgey | so, it seems safari doesn't like the live irc log |
| 01:53:04 | midgey | it works fine on the archived logs, but the current log gets in a loop where it keeps downloading the file over and over and never displays |
| 01:55:12 | | Quit Nico_P (Remote closed the connection) |
| 02:00 |
| 02:04:22 | | Join tvelocity [0] (n=tony@athedsl-123206.home.otenet.gr) |
| 02:07:57 | | Join caysee [0] (i=mazzola@d149-67-242-99.try.wideopenwest.com) |
| 02:08:20 | DerPapst | midgey: yupp.. iirc firefox is the only browser which likes the live log. not sure about opera though |
| 02:09:13 | midgey | at least on other non-supported browsers (like IE) you get a log that doesnt update |
| 02:10:43 | midgey | according to wikipedia (http://en.wikipedia.org/wiki/Push_technology) http server push should work |
| 02:14:49 | countrymonkey | I wish 8456 would be committed. I know less than 3% is translated but it will let other people use rasher's page to finish the work. I don't think alex will keep the translation going. |
| 02:22:50 | | Join Geeky123 [0] (n=colin@bas12-montrealak-1167976327.dsl.bell.ca) |
| 02:22:56 | | Quit Geeky123 (Read error: 104 (Connection reset by peer)) |
| 02:24:24 | DerPapst | Good night everyone :-) |
| 02:24:29 | | Quit countrymonkey ("CGI:IRC (Ping timeout)") |
| 02:24:40 | | Quit DerPapst ("So Long And Thanks For All The Fish!") |
| 02:30:57 | | Quit asdrubal ("Leaving") |
| 02:33:50 | | Quit bertrik ("bye") |
| 02:38:11 | | Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-7224171074b9ed44) |
| 02:40:19 | | Join star_jasmine [0] (n=arwyneve@75.108.74.16) |
| 02:40:55 | | Quit miepchen^schlaf (Read error: 110 (Connection timed out)) |
| 02:41:21 | | Join MethoS-- [0] (n=clemens@pD955F681.dip.t-dialin.net) |
| 02:42:49 | | Join jurrie [0] (n=jurrie@adsl-068-209-041-021.sip.asm.bellsouth.net) |
| 02:56:36 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
| 02:59:32 | | Quit star_jasmine () |
| 02:59:58 | | Quit MethoS- (Read error: 110 (Connection timed out)) |
| 03:00 |
| 03:02:15 | | Quit DaCapn (Read error: 104 (Connection reset by peer)) |
| 03:07:45 | *** | Saving seen data "./dancer.seen" |
| 03:10:21 | | Quit tvelocity ("Αποχώρησε") |
| 03:12:05 | | Quit FOAD (Read error: 110 (Connection timed out)) |
| 03:12:06 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
| 03:32:57 | | Quit Thundercloud (Remote closed the connection) |
| 03:33:59 | | Quit goffa (Remote closed the connection) |
| 03:36:05 | | Quit DerDome (Nick collision from services.) |
| 03:36:08 | | Join DerDom1 [0] (n=DerDome@dslb-082-083-235-207.pools.arcor-ip.net) |
| 03:36:18 | | Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-235-207.pools.arcor-ip.net) |
| 03:36:53 | | Join DrDnar [0] (n=DrDnar@cmu-24-35-93-16.mivlmd.cablespeed.com) |
| 03:39:43 | | Join goffa [0] (n=goffa@216.220.23.105) |
| 03:42:38 | | Quit homielowe (Read error: 110 (Connection timed out)) |
| 03:44:25 | | Join crzyboyster [0] (n=6210f026@gateway/web/cgi-irc/labb.contactor.se/x-915f72c2d26f258c) |
| 03:45:56 | | Quit kslater (Read error: 113 (No route to host)) |
| 03:46:32 | crzyboyster | I'm having trouble generating a Hindi voice file in rbutilqt (can it even generate Hindi voice files from espeak HI?) |
| 03:46:57 | crzyboyster | How exactly should I set it up properly because right now it spits out a 3 kb file. |
| 03:48:28 | | Quit DerDome ("Leaving.") |
| 03:51:21 | | Quit crzyboyster ("CGI:IRC") |
| 03:58:38 | | Join JdGordon [0] (n=jonno@usw3662-s-207-244-148-63.dsl.w-link.net) |
| 04:00 |
| 04:00:47 | | Join ctaylorr_ [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) |
| 04:02:20 | | Quit BitTorment ("SEGFAULT: shit!") |
| 04:05:16 | | Quit saratoga ("CGI:IRC (EOF)") |
| 04:08:46 | | Quit csc` (Read error: 110 (Connection timed out)) |
| 04:11:38 | | Quit ctaylorr (Read error: 110 (Connection timed out)) |
| 04:17:22 | | Join goffa_ [0] (n=goffa@216.220.23.105) |
| 04:26:01 | | Quit goffa (Read error: 110 (Connection timed out)) |
| 04:27:42 | | Join csc` [0] (n=csc@archlinux/user/csc) |
| 04:31:28 | | Quit tessarakt ("Client exiting") |
| 04:53:17 | | Join keanu [0] (n=none@unaffiliated/keanu) |
| 04:53:19 | | Quit MethoS-- (Remote closed the connection) |
| 05:00 |
| 05:00:08 | | Quit csc` (Success) |
| 05:07:45 | kfazz | i get the usb logo every time, unless i hold the center button, but i'm on a fullspeed port |
| 05:07:46 | *** | Saving seen data "./dancer.seen" |
| 05:08:04 | * | kfazz talks to the logs |
| 05:20:14 | | Quit grndslm (Read error: 113 (No route to host)) |
| 05:20:55 | * | keanu was hoping JdGordon was on |
| 05:22:49 | | Join Buschel [0] (n=AndreeBu@p54A3C4A2.dip.t-dialin.net) |
| 05:31:42 | | Join webguest76 [0] (n=4644967b@gateway/web/cgi-irc/labb.contactor.se/x-d5a41d39ac5bc835) |
| 05:31:53 | webguest76 | hi |
| 05:32:58 | | Quit webguest76 (Client Quit) |
| 05:32:59 | | Join webguest82 [0] (n=4644967b@gateway/web/cgi-irc/labb.contactor.se/x-0c8842f24591f040) |
| 05:33:11 | | Quit webguest82 (Client Quit) |
| 05:33:21 | | Join webguest82 [0] (n=4644967b@gateway/web/cgi-irc/labb.contactor.se/x-242c2788fdf2786d) |
| 05:34:11 | | Quit webguest82 (Client Quit) |
| 05:35:47 | keanu | hi |
| 05:36:02 | keanu | ...or not |
| 05:36:49 | | Join homielowe [0] (n=chatzill@d207-81-67-190.bchsia.telus.net) |
| 05:40:09 | | Join saratoga [0] (n=9803c6dd@gateway/web/cgi-irc/labb.contactor.se/x-b5792d135c899539) |
| 05:41:24 | saratoga | Buschel: i saw your new patch |
| 05:41:34 | saratoga | does it still use 24MHz as the default clock rate? |
| 05:43:06 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
| 05:45:51 | Buschel | ah, hi :) |
| 05:45:57 | Buschel | yes, it still uses 24MHz |
| 05:46:10 | Buschel | just reading your reply |
| 05:47:04 | saratoga | you'll have to go through amiconn and the other ipod developers to get the 24MHz core clock change committed |
| 05:47:13 | saratoga | but i can commit the device disable changes sooner |
| 05:47:52 | saratoga | theres actually a long history of people arguing over what the core clock speed should be |
| 05:48:14 | Buschel | i had this discussion with them a few weeks ago :) |
| 05:48:20 | saratoga | for a while, people wanted to increase the boosted speed to improve performance, and there were some bitter arguments on filespray about it |
| 05:48:47 | saratoga | so people will be cautious about it i think |
| 05:48:48 | Buschel | well, it's a pitty that my GUI-boost didn't work fine... |
| 05:49:00 | saratoga | what was the issue with that anyway? |
| 05:49:47 | Buschel | it did not boost on scrolling lines. this caused some interference... |
| 05:50:18 | saratoga | i always liked the idea of just tying boost to the back light |
| 05:50:21 | Llorean | saratoga: No, they wanted to raise the base speed to improve performance. Raising the boosted speed really doesn't do much, in almost all cases, I'd think. |
| 05:50:39 | saratoga | Llorean: that makes sense |
| 05:50:55 | Buschel | we really need to find a solution to scale the CPU for low consuming codecs. FLAC may run at <20MHz, but we're wasting mA's with letting CPU run at 30MHz |
| 05:51:33 | saratoga | i really do like the idea of adjusting the base clock speed depending on usage |
| 05:52:00 | saratoga | would it be feasible to lower the base clock speed whenever the back light is off? |
| 05:52:08 | saratoga | and keep it at 30MHz when on? |
| 05:52:20 | saratoga | would sidestep the GUI responsiveness and plugin issues neatly |
| 05:53:10 | Buschel | this is really something for a seperate patch ;o) |
| 05:53:16 | Buschel | but it would be feasible |
| 05:53:16 | saratoga | yes i know |
| 05:54:00 | | Join star_jasmine [0] (n=arwyneve@75.108.74.16) |
| 05:54:04 | saratoga | can you update your patch to do 30MHz now? |
| 05:54:07 | saratoga | I'd like to commit it |
| 05:54:54 | Buschel | I am doing a test build right now. there will be something quick-and-dirty like #if 0/#else/endif, wherease the #if0 contains the 24MHz variant |
| 05:55:18 | saratoga | i think thats acceptable |
| 05:57:28 | | Quit FOAD (Read error: 110 (Connection timed out)) |
| 05:57:28 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
| 05:58:22 | Buschel | my PC is building sloow |
| 05:58:42 | saratoga | didn't people get you a new PC a while back? |
| 05:58:53 | Buschel | ? when? |
| 05:59:12 | saratoga | i thought there was some donations for an mpc developer's PC |
| 05:59:18 | saratoga | or was the Klemm |
| 05:59:29 | Buschel | that was Klemm, I never did such things |
| 05:59:53 | | Quit aneka ("KVIrc 3.2.4 Anomalies http://www.kvirc.net/") |
| 06:00 |
| 06:00:35 | saratoga | ah got you two confused |
| 06:01:23 | Buschel | Klemm took over the development and then asked the users to donate a PC |
| 06:01:39 | JdGordon | keanu: sup? |
| 06:01:48 | | Quit goffa_ ("Lost terminal") |
| 06:01:54 | Buschel | in 2000 or 2001 |
| 06:02:37 | keanu | JdGordon, sorry, I gotta go now =/ |
| 06:04:03 | Buschel | saratoga: only a few minutes to go |
| 06:06:11 | | Quit star_jasmine () |
| 06:07:33 | saratoga | Buschel: what are you building on? |
| 06:07:54 | Buschel | 30MHz, build ready, just running. now creating patch |
| 06:13:18 | Llorean | saratoga: I do agree that I'd rather not see the UI responsiveness lowered for just two or three codecs, especially when MPC and FLAC aren't exactly the most widely used things ever in the first place. |
| 06:13:51 | Llorean | If a solution can be come up with where the UI isn't hindered, then I'm all for savings there, of course. |
| 06:14:12 | Buschel | saratoga: http://www.sendspace.com/file/gjck1y to verify |
| 06:14:58 | Buschel | Llorean: did you use this patch (@24MHz) and found the GUI less responsive? |
| 06:17:54 | Llorean | Buschel: I don't have a 5th generation iPod, the one where it will most be a problem |
| 06:18:06 | Llorean | But I know there are already people who think it's not responsive enough during music playback at 30mhz |
| 06:18:37 | Buschel | saratoga: btw, my PC is some x686 700MHz |
| 06:19:33 | saratoga | Buschel: no wonder it takes you a while to build |
| 06:19:49 | saratoga | i could probably get you SSH access to a faster system if you'd like |
| 06:20:06 | saratoga | though hopefulyl you have fast internet if you're going to pull builds between them |
| 06:20:30 | soap | ditto |
| 06:20:48 | Buschel | saratoga: I'll buy a new notebook soon as I otherwise would have to go into the basement in future. my son will have my home-office as his room. |
| 06:21:14 | saratoga | alright, let me know if you change you mind |
| 06:21:28 | Buschel | i will and thanks for your offer |
| 06:22:26 | soap | maybe a second build server farm - round-robin assignment of single builds for developers who lack access to a decently fast machine? |
| 06:23:06 | soap | but that's probably overkill. |
| 06:23:50 | saratoga | i could probably just stick an old P4 in a lab somewhere and leave SSH on if anyone really needed it |
| 06:24:13 | saratoga | probably be good for ~2 minutes a build, maybe a bit better |
| 06:24:45 | Buschel | mine needs 26-28 minutes |
| 06:27:07 | saratoga | heh, i do about ~ 35 seconds |
| 06:27:22 | Buschel | clean build? |
| 06:27:47 | Llorean | With ccache, sure. |
| 06:27:52 | Llorean | About 40 seconds here. |
| 06:28:08 | Buschel | I need a new PC |
| 06:28:27 | Llorean | As much as 4 minutes in a completely clean environment with ccache emptied, iirc. |
| 06:28:36 | saratoga | i don't have ccache |
| 06:28:39 | Buschel | funny thing is: my wife also wants a new one, so I should take the chance ;-) |
| 06:29:14 | saratoga | does it make a big difference |
| 06:29:31 | Llorean | saratoga: It can under a lot of circumstances. |
| 06:30:00 | saratoga | Buschel: for the commit message, how much should I say this improves battery life? |
| 06:30:04 | soap | depends on your build habits. If the same files keep getting compiled over and over again w/o revision, it will save you some serious CPU. |
| 06:30:39 | Buschel | saratoga: let me check my Excel file |
| 06:30:47 | Llorean | saratoga: you could always just say "significant battery life improvement" |
| 06:31:11 | Llorean | If you quote a number, someone's always going to say "I don't get that much" and turn out to either have wrong math, or just unique circumstances, but they'll file a bug report nonetheless. :-P |
| 06:33:16 | Buschel | about this (when not taking into account the MPC/FLAC measurements): iPod 4G +~50%, 5G +15-20%, C200 +15%, E200 +20%, H10 +25%, nano +30% |
| 06:33:24 | | Quit z35 ("Leaving") |
| 06:33:31 | Buschel | but for H10/nano there were only few measurements |
| 06:33:35 | | Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) |
| 06:34:45 | | Quit JdGordon (Remote closed the connection) |
| 06:35:01 | Buschel | but you should better say "significant improvement" like Llorean suggests |
| 06:35:06 | | Join JdGordon [0] (n=jonno@usw3662-s-207-244-148-63.dsl.w-link.net) |
| 06:39:37 | saratoga | ok commited |
| 06:39:51 | Buschel | let's see |
| 06:40:55 | saratoga | this reminds me, i still need to go through the Sansa's power management chip and squeeze some more battery life out of it |
| 06:40:56 | | Quit homielowe (Read error: 110 (Connection timed out)) |
| 06:41:32 | Llorean | And get charging working properly? |
| 06:41:42 | saratoga | Buschel: do you mind if I close your FS entry now? |
| 06:41:45 | Buschel | it's quite a pain to play around with power management. you'll need lots of time to find out if it's stable... |
| 06:41:47 | saratoga | or do you want to do the honors |
| 06:42:05 | saratoga | Llorean: yeah that too, though its pretty simple to do |
| 06:42:30 | Buschel | saratoga: just close it. I might open up a new one for the 24MHz and PCF-fiddling ;) |
| 06:43:37 | Buschel | it's a good feeling to see the work of several weeks finally committed :) |
| 06:46:19 | saratoga | i'm just amazed to see this |
| 06:46:27 | saratoga | i didn't htink we'd ever get anywhere with the ipod runtime |
| 06:47:38 | saratoga | damn it broke some sims |
| 06:48:02 | Llorean | saratoga: Improved runtime on iPods, USB support on the horizon... What next, someone cracking the Zune of the iPod Classic? |
| 06:48:13 | Llorean | or |
| 06:48:56 | * | jhMikeS has a probable answer for shorter run times on PP - the tick runs too slow (not a joke) |
| 06:48:59 | | Quit ol_schoola (Read error: 104 (Connection reset by peer)) |
| 06:49:02 | Buschel | damn, the debug menu... |
| 06:49:02 | | Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) |
| 06:51:10 | jhMikeS | e200 fell ~4s behind in 3 minutes which is similar for H10. |
| 06:51:52 | saratoga | Buschel: what does that check for DEBUG_CANCEL even do? |
| 06:52:02 | saratoga | jhMikeS: fell behind what? |
| 06:52:26 | Buschel | saratoga: there's a #ifndef SIMULATOR missing around dbg_pcf() |
| 06:53:26 | jhMikeS | saratoga: compared with the clock on my desktop PC |
| 06:53:41 | saratoga | Buschel: line 1366 in debug_menu.c? |
| 06:54:05 | saratoga | jhMikeS: thats with this latest commit? |
| 06:54:44 | Buschel | yes: #if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR) |
| 06:54:53 | jhMikeS | no. I was just seeing how accurate ticks are and they're pretty badly off (comparing others to some adjustments on S) |
| 06:55:23 | * | jhMikeS does some triple checking on something |
| 06:57:32 | | Quit alienbiker99 (Read error: 110 (Connection timed out)) |
| 07:00 |
| 07:03:02 | saratoga | jhMikeS: the 5024 can adjust the clock if its running too fast or too slow |
| 07:04:44 | | Join z35 [0] (n=z@149.123.33.65.cfl.res.rr.com) |
| 07:07:32 | Llorean | jhMikeS: That'd account for another 2% or so runtime error? |
| 07:07:47 | *** | Saving seen data "./dancer.seen" |
| 07:08:48 | * | Buschel hides away |
| 07:09:02 | Buschel | again build error for PCSIm |
| 07:10:06 | saratoga | yeah i'm fixing it |
| 07:10:33 | saratoga | this time i'm even going to compile a sim before i decide its fixed! |
| 07:10:48 | jhMikeS | hmmm...did a different check and the theory seems to be disproven. Woulda been neat if it were that simple. :) |
| 07:10:55 | Buschel | the line should be added to 2383... I am doing the same right now |
| 07:11:55 | saratoga | Buschel: already commited |
| 07:12:12 | Buschel | well, you're building faster :) |
| 07:12:19 | * | jhMikeS hates jumping the gun so badly like that...argh |
| 07:12:33 | Buschel | my fault, don't bother |
| 07:21:53 | saratoga | ok all green |
| 07:21:56 | saratoga | and i'm going to bed |
| 07:22:10 | Buschel | thanks! |
| 07:23:47 | | Quit XavierGr (Nick collision from services.) |
| 07:24:00 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 07:27:10 | | Quit saratoga ("CGI:IRC (Ping timeout)") |
| 07:33:57 | | Quit XavierGr (Nick collision from services.) |
| 07:34:10 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 07:36:58 | | Join mewshi [0] (n=mewshi@pool-71-162-39-46.altnpa.east.verizon.net) |
| 07:37:01 | mewshi | hi |
| 07:38:11 | | Join [potato] [0] (n=insanpeo@c220-237-156-138.brodm1.vic.optusnet.com.au) |
| 07:42:19 | mewshi | So... I got my girlfriend to try rockbox ^_^ |
| 07:43:09 | mewshi | and... um... |
| 07:43:14 | mewshi | she has a few complaints |
| 07:47:52 | | Quit daurnimator (Connection timed out) |
| 07:48:16 | mewshi | ??? |
| 07:48:19 | | Join simonrvn_ [0] (i=simon@unaffiliated/simonrvn) |
| 07:49:23 | | Quit simonrvn (Nick collision from services.) |
| 07:49:28 | | Nick simonrvn_ is now known as simonrvn (i=simon@unaffiliated/simonrvn) |
| 07:51:06 | [potato] | me thinks theres a feedback thingy for complaints on the rockbox site. |
| 07:53:58 | | Quit gtkspert (calvino.freenode.net irc.freenode.net) |
| 07:53:58 | NSplit | calvino.freenode.net irc.freenode.net |
| 07:53:58 | | Quit mokkurkalve (calvino.freenode.net irc.freenode.net) |
| 07:53:58 | | Quit maddler (calvino.freenode.net irc.freenode.net) |
| 07:54:02 | | Quit DrDnar (Read error: 110 (Connection timed out)) |
| 07:55:14 | mewshi | Yeah |
| 07:55:17 | NHeal | calvino.freenode.net irc.freenode.net |
| 07:55:17 | NJoin | mokkurkalve [0] (n=eivind@062016137035.customer.alfanett.no) |
| 07:55:25 | mewshi | Just wondering, how hard would it be to put rockbox into standby? |
| 07:55:55 | NJoin | gtkspert [0] (n=gtkspert@203-206-39-10.dyn.iinet.net.au) |
| 08:00 |
| 08:00:40 | [potato] | standby? |
| 08:00:49 | [potato] | wouldn't that be a waste of batteries? |
| 08:04:30 | soap | Depends on your point of view. If the point of batteries is to power your device - and the point of your device is to give a satisfying user experience - and the reboot cuts into your satisfaction - I'd say standby mode would be a good usage of battery. |
| 08:05:31 | soap | Also, depending on your usage pattern - in and out of standby might actually prolong battery life if you are frequently powering off and on a HDD player. |
| 08:08:12 | [potato] | i didn't think of it that way. |
| 08:08:22 | mewshi | Yeah :) |
| 08:08:32 | [potato] | =] |
| 08:08:32 | mewshi | my girlfriend would like that, like the original firmware on her player has |
| 08:08:49 | soap | That being said, and no offense to mewshi intended - but I think it is rather silly to think standby mode would be A-Easy and B-Valuable and C-Not done. |
| 08:09:15 | [potato] | where can i go to check on the status of the USB stack? |
| 08:12:36 | scorche | rockbox.org/irc |
| 08:12:38 | | Join linuxstb_____ [0] (n=chatzill@i-83-67-212-170.freedom2surf.net) |
| 08:12:42 | | Nick linuxstb_____ is now known as linuxstb (n=chatzill@i-83-67-212-170.freedom2surf.net) |
| 08:12:45 | scorche | browse the logs :) |
| 08:12:54 | [potato] | thnx =] |
| 08:12:56 | kfazz | so... trying to compile an interrupt enabled bootloader for e200. i keep getting undefined references to current_tick in thread.c |
| 08:13:06 | kfazz | was looking at the new gigabeat s one for reference |
| 08:13:40 | | Quit linuxstb____ (Read error: 113 (No route to host)) |
| 08:14:53 | | Quit spr0k3t (Read error: 104 (Connection reset by peer)) |
| 08:15:49 | soap | [potato], |