--- Log for 01.06.105 Server: tolkien.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 9 days and 14 hours ago 00.00.23 # and it should work with source from the daily tarball 00.00.36 # if anything of this fails, there's a bug somewhere 00.00.48 # but why the cvs source is smaller with less folders? 00.01.05 Quit thegeek (Read error: 54 (Connection reset by peer)) 00.01.57 # yeah doing the mix up produced more errors 00.02.36 # smaller with less folders? 00.02.38 # If your cvs checkout does contain less folders, you didn't checkout everything 00.03.44 # i type "cvs -z3 -d:pserver:anonymous@www.rockbox.org:/cvsroot/rockbox co rockbox" as the documentation says 00.04.02 Join Stryke` [0] (~Chairman8@cpe-24-168-110-99.si.res.rr.com) 00.04.52 # does it matters if I am in another folder when i type it? 00.06.46 # well the cvs has 5 folders where the daily build has 8 folders!! Any ideas? 00.07.09 # XavierGr: co rockbox-all 00.08.28 Quit FireEgl (Connection reset by peer) 00.11.12 # yeah thanks LinusN now it is downloading all the folders 00.11.41 # and some more even from the daily build! 00.12.35 Join FireEgl [0] (Ariel@Atlantica.US) 00.12.41 # LinusN: I tweaked my new recording loop; however, saving a file from the recording screen when a fsinfo scan is needed still takes unusally long 00.13.07 # (about 10 seconds for a write() of ~70 KB, not counting the open() and the spinup) 00.13.26 # ...even when recording is paused, i.e. without interrupt load 00.13.38 # However, I observed another thing: 00.13.51 Join ehntoo [0] (~noclue2@24-177-161-77.dhcp.mrqt.mi.charter.com) 00.14.54 # The red LED blinking for 'recording standby' is rather irregular. Maybe the recording screen doesn't yield() often enough (?) 00.15.38 Quit TiMiD[FD] ("leaving") 00.15.43 # Maybe this was introduced with triggered recording... 00.16.48 # the blinking isn't "recording standby" 00.17.13 # it blinks when the trigger level is above the threshold 00.17.15 Quit ze (Read error: 104 (Connection reset by peer)) 00.17.20 Join ze [0] (ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net) 00.17.20 # hmm now it is downloading this 00.17.21 # U www/internals/archos_top.jpg 00.17.21 # U www/internals/bjorn.t 00.17.28 # is that right? 00.17.30 # LinusN: I don't have any trigger activated... 00.17.34 # XavierGr: yeah 00.17.35 # XavierGr: you get the lot 00.17.38 # you asked for it 00.17.53 Quit FireEgl (Remote closed the connection) 00.17.57 # so how much data is in there? 00.18.01 # maybe rockbox-devel would have been better...? 00.18.02 # in MB? 00.18.03 # I dunno 00.19.21 # So it will download all the site!? 00.19.35 # all the cvs repo, yes 00.19.43 # LinusN: Hmm; now I 'visited' the trigger settings screen once, and it doesn't blink any more.... 00.21.13 # it stopped fehww!!!! 00.21.21 # XavierGr: A full checkout is ~27 MB 00.21.43 # good it is around that 00.21.58 # 17.2 rared 00.27.50 Quit ted2005 () 00.28.14 # hooray it built fine!! 00.28.19 # thanks all! 00.28.43 # Now i will try to fix some plugins for the iriver 00.29.04 # (not that I will succeed but I will try anyway) 00.31.53 Quit ze (Read error: 104 (Connection reset by peer)) 00.33.28 # but now I got the same error when I try to open plug-ins inside the simulator 00.33.42 # rockboxui.exe - bad image 00.34.00 # did you do "make install" 00.34.39 # would it be a good idea, to run doxygen over rockbox code to get a nice api-doku? 00.34.44 # "The application or DLL C:\cygwin\rockbox-all\build\archos\.rockbox\rocks\bounce.rock is not a valid Windows image." 00.34.51 # austriancoder: yes I think so 00.35.00 Join ze [0] (ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net) 00.35.02 # I once tried to, but failed for some weird reason 00.35.14 # LinusN:Just type make install instead of make? 00.35.29 # XavierGr: no, after you did 'make' 00.35.33 # no, after make 00.35.42 # :) 00.36.19 # Bagder: I will try it.. 00.39.46 # i had placed a .rockbox folder into the archos folder. I just did a make install and it gave me a rockbox.zip with a .rockbox folder where I put on the archos folder 00.39.56 # again 00.39.58 # the same 00.40.00 # error 00.40.20 # its strange though because I have an old build of the simulator and it runs fine 00.42.09 # ok i fixedit 00.42.30 # I was doing something stupid probably. 00.43.20 # Thanks and sorry to bother you. I just wanna try to help. (seems difficult though) 00.45.04 Join TCK [0] (TCK@81-86-99-123.dsl.pipex.com) 00.45.13 # LinusN: I found out why the LED is blinking irregularly. 00.46.35 # It is supposed to blink regularly but can't because the recording screen wants it to blink at ~3 Hz (16 ticks on / 16 ticks off), but peakmeter_draw_get_button() runs for 0.1 sec (10 ticks) 00.47.31 # The 16 / 10 ticks ratio doesn't do any good... 00.48.11 # ...and it seems the peakmeter is drawing too much CPU power 00.50.28 # night. 00.54.29 # night 00.55.05 Quit Stryke` (Read error: 110 (Connection timed out)) 00.55.50 # Bagder: i have done a doxygen run 00.56.28 # and it only works fine with libflac code, because it uses a doxygen-liked commenting style 00.58.29 # doxygen :/ 00.59.00 # lets say that I want to recompile aand fix a plug-in. All i have to do is find the .c file of the plug-in, make the changes and then rebuild the uisimulator? 00.59.35 # doxygen is a very nice tool.. maybe i can play a little with the options 01.00.08 # i can't remember having seen a project that uses doxygen properly 01.00.28 # everything ends up like half-baked pdf files full of function and struct declarations 01.01.31 # let's be the first! 01.03.20 # i have seen many projects using doxygen successfully 01.03.30 # ogre3d for instance 01.04.50 # i can't find any doxygen generated docs on their site 01.05.49 # http://www.ogre3d.org/docs/api/html/ 01.06.17 # riiight, i'm blind 01.07.06 # looks like the same old shit to me 01.07.22 # http://www.ogre3d.org/docs/api/html/structbsp__model__t.html 01.07.25 # nice example of what i mean 01.07.30 # it isn't even annoted 01.07.34 # it's just a reformated header 01.07.52 # it is only some infos about the API.. nothing more 01.08.22 # sure, it's just that i don't see the point in generating html/pdf docs when it nonetheless just is a reformated version of the headers themselves 01.08.28 # but it can't hurt, i guess 01.08.33 # just me being easily annoyed, heh 01.08.47 # preglow: i agree with you 01.09.37 # but it makes researching easier... 01.09.37 # i'll take that as authorative proof that i'm right 01.10.02 # well, if you think so, i'd just as well read the headers themselves, at least then i know i'm not missing out on anything 01.10.31 # i think i can find my way faster with grep than clicking around in doxygen 01.10.44 # but hey, i'm old :-) 01.11.21 # it was only an idea.. i have seen a menu entry in kdevelop for doxygen.. thats all 01.11.46 # i think doxygen might be a good thing...if used correctly 01.12.00 # sure, i agree, my original point is that it never is used correctly 01.12.12 # exactly 01.12.24 # what do you mean with correctly? 01.12.39 Join ashridah [0] (ashridah@220-253-123-50.VIC.netspace.net.au) 01.13.10 # correctly == using special comments to spice up the doxygen generated pages 01.13.31 # as libflac does it... 01.13.41 Join webguest87 [0] (~51e23707@labb.contactor.se) 01.13.42 # yup 01.14.19 # so libflac does something correctly, at least 01.14.45 # is it ok for you, that my next commits will use some doxygen style documentation as in libflac? 01.14.47 # the 5249 dma controller is so farking lame! 01.14.51 # oh? 01.15.16 Join lostlogic [0] (~lostlogic@node-4024215a.mdw.onnet.us.uu.net) 01.15.31 # it attempts to detect bad register settings, i.e bad alignment and sizes 01.15.50 # for example if size == 2 on longword transfers 01.15.57 # or even worse, 3 01.16.39 # but size == 0 also triggers a config error 01.17.18 *** Saving seen data "./dancer.seen" 01.17.27 # hahah 01.17.42 # so if the dma controller is finished (size == 0) and the audio unit wants more data, the dma controller signals config error 01.18.20 # so the dma interrupt has basically no time to react 01.18.33 # is there a faster way of compiling plug-ins instead of recompiling the whole rockbox source? 01.18.48 # XavierGr: "make" shouldn't take long if all you've changed is plugins 01.18.48 # XavierGr: should rebuild automatically 01.19.23 # make inside the plug-ins or build? 01.19.28 # XavierGr: if you avoid 'make clean', and no-one's changed a header that's used everywhere, make should only compile the changed stuff 01.19.36 # XavierGr: always inside build 01.21.15 # LinusN: oh well, not the first lame thing about this cpu 01.21.27 # annoys me to death 01.21.34 # understandable 01.21.37 # but i really should start contemplating the bed 01.21.43 # same here 01.21.50 # see you later, all 01.21.50 # gnite 01.21.58 Quit preglow ("av") 01.23.22 Quit webguest87 ("CGI:IRC") 01.23.56 # here is what I did: I changed some code to \apps\plugins\calculator.c i can compile everything up again running ../tools/configure and then make. But how can I compile only the calculator plugin? 01.25.42 # Gah, this is annoying :( 01.26.10 # LinusN: Do you have an idea how to check which thread or other code is eating up cpu time? 01.34.16 Quit _aLEX ("Leaving") 01.37.52 # amiconn: not really 01.38.18 # XavierGr: you don't need to run configure again 01.39.05 # in fact, you shouldn't 01.41.39 # just run "make" after you have changed the plugin source code 01.43.43 # thanks again it worked 01.44.49 # do you think that make install will change the .rockbox alone or do I have manually to delete the .rockbox directory and then type make install? 01.45.46 # make install updates .rockbox 01.46.03 # all you need to do is "make" and then "make install" 01.47.07 # yes but it seems that I have to manually delete ".rockbox" because if I dont I dont get the latest updates, i will try again. 01.50.53 # XavierGr: i don't have to delete it, and i haven't heard of anybody else having to do it either 01.52.42 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 01.52.42 # * LinusN goes to bed 01.52.58 # cu in a few hours 01.53.01 Part LinusN 01.59.54 # http://img.engadget.com/common/images/2512853438673730.JPG?0.8177002958975231 01.59.59 # and now we are in trouble 02.00.03 # prepare for the lawsuits :P 02.00.29 # that says rocbox not rockbox 02.00.43 # plus there was a player called rockbox that showed up a couple years ago 02.00.48 # rockbox firmware came first anyway 02.00.57 Join Carman [0] (Poopie@modem-287.munger.dialup.pol.co.uk) 02.01.09 # yeah and i think this has been discussed before 02.01.15 # and beside all that firmware != player, different animal, no conflict 02.02.35 # hm 02.02.42 # I've seen it before. 02.06.36 Quit austriancoder ("using sirc version 2.211+KSIRC/1.3.12") 02.11.12 Quit courtc (Read error: 104 (Connection reset by peer)) 02.20.45 Quit edx (Read error: 110 (Connection timed out)) 02.21.13 Join StrathAFK [0] (~mike@dgvlwinas01pool0-a216.wi.tds.net) 02.26.16 Join courtc [0] (~courtc@adsl-158-14-158.asm.bellsouth.net) 02.36.16 Quit Strath (Nick collision from services.) 02.37.13 Nick StrathAFK is now known as Strath (~mike@dgvlwinas01pool0-a216.wi.tds.net) 02.37.47 Quit ashridah (Read error: 113 (No route to host)) 02.41.12 Join MiLK^ [0] (Poopie@modem-287.munger.dialup.pol.co.uk) 02.41.12 Quit Carman (Read error: 104 (Connection reset by peer)) 02.41.30 Nick MiLK^ is now known as Carman (Poopie@modem-287.munger.dialup.pol.co.uk) 02.47.51 Join tvelocity [0] (~tony@ipa142.6.tellas.gr) 02.54.53 Join ashridah [0] (ashridah@220-253-122-117.VIC.netspace.net.au) 03.15.34 Join pabs_ [0] (~pabs@xor.pablotron.org) 03.17.21 *** Saving seen data "./dancer.seen" 03.17.39 Quit courtc (Read error: 104 (Connection reset by peer)) 03.18.03 Quit pabs (Read error: 145 (Connection timed out)) 03.20.30 Nick pabs_ is now known as pabs (~pabs@xor.pablotron.org) 03.26.59 Join amiconn_ [0] (~jens@p54BD7ACA.dip.t-dialin.net) 03.27.51 Quit XavierGr () 03.34.13 Join courtc [0] (~courtc@adsl-158-44-178.asm.bellsouth.net) 03.35.27 Quit amiconn (Read error: 145 (Connection timed out)) 03.35.28 Nick amiconn_ is now known as amiconn (~jens@p54BD7ACA.dip.t-dialin.net) 04.05.27 Join QT_ [0] (as@area51.users.madwifi) 04.13.37 Quit Carman (Read error: 145 (Connection timed out)) 04.15.37 Quit QT (Read error: 113 (No route to host)) 04.21.27 Quit webguest62 ("CGI:IRC (EOF)") 04.42.21 Join bipak_ [0] (~bip@p50885930.dip.t-dialin.net) 04.43.02 Part MoosCamaro 04.47.10 Quit tvelocity ("Leaving") 04.59.39 Quit bipak (Read error: 110 (Connection timed out)) 05.17.25 *** Saving seen data "./dancer.seen" 06.16.51 Join TCK- [0] (TCK@81-86-99-123.dsl.pipex.com) 06.17.34 Quit TCK- (Client Quit) 06.22.40 Quit TCK (Read error: 54 (Connection reset by peer)) 06.24.56 Join TCK [0] (TCK@81-86-99-123.dsl.pipex.com) 06.49.32 Quit TCK (Read error: 131 (Connection reset by peer)) 07.05.13 Quit Aditya ("Download Gaim: http://gaim.sourceforge.net/") 07.17.28 *** Saving seen data "./dancer.seen" 07.39.00 Join LinusN [0] (~linus@labb.contactor.se) 07.53.47 # linusn 07.53.53 # hola 08.12.52 # hmm, we need to rethink the pcm playback system 08.13.17 # the dma interrupt handler is too slow 08.13.34 # or we have to rethink the cpu_boost concept 08.21.25 # i take it you're boosting whenever's required? 08.21.31 # hence the boost-count stuff? 08.22.15 # yes 08.24.20 # the problem is that the cpu has to step down to 11MHz when changing the pll 08.24.36 # so it will run at 11MHz for up to 10ms 08.24.54 # and the dma interrupt handler is too slow for that 08.25.39 # and the dma itself eats up a considerable amount of the memory bandwidth 08.26.48 # so, we have no choice but to either a) run at max speed all the time (bye bye battery life), or figure out a way to make sure the dma interrupt never triggers while we need to change speeds. 08.27.32 # there's no way you can't schedule it to wait until immediately after a dma interrupt is finished? 08.29.52 # there are a number of ways to solve it 08.30.23 # if we decide to keep the cpu frequency constant, we don't have to run it at max speed 08.30.45 # we can set it to any speed we like 08.31.12 # we can also make sure the dma interrupt triggers when we want it to 08.31.26 # and that can even be "never" 08.31.59 # or we can make sure that cpu_boost doesn't collide with the dma interrupt 08.32.16 # or we can optimize the dma interrupt handler 08.33.18 Part courtc ("Leaving") 08.33.37 # potentially how far appart do dma interrupts trigger, for pcm playback? (i assume it's the audio output stuff that's asking for more stuff when it does) 08.33.43 # or are we talking disk access dma handling? 08.34.26 # the only dma is the audio dma 08.34.47 # the dma interrupt triggers when the dma block transfer is done 08.34.55 # and a block can be huge 08.35.06 # up to 16Mbytes 08.35.21 # in our current implementation, it's 32kbytes 08.35.40 # rougly 1/3 of a second 08.35.43 # i'm assuming the audio output stage has its own buffering, so it can wait while you setup a new range to output? 08.35.59 # that's the problem 08.36.11 # it's too small? 08.38.28 # the docs are a bit unclear, but if i understand it correctly, it triggers a dma transfer when the fifo is empty 08.38.52 # and then you only have a few microseconds to respond 08.43.36 # hi 08.44.46 # hi Slasheri 08.44.58 # i have found the reason for the cpu_boost hang 08.45.09 # or should i say reasons 08.46.02 # that's great, i was just reading the logs :) 08.46.41 # great that i found it, but not so great that it is a hard one to solve 08.46.45 Join oxygen77 [0] (~c1c28427@labb.contactor.se) 08.46.51 # now it's easier to make a fix as we know the reason 08.46.57 # sure 08.47.21 # the immediate fix is of course to run at full speed all the time 08.47.58 # the long-term fix is probably to rewrite the pcm playback code 08.48.24 # hmm, yes. Maybe we could really do the cpu_boost switch immediately after dma interrupt as said above so that should work 08.48.32 # i wish the dma controller wasn't so incredibly lame 08.51.03 # this is my idea: 08.51.41 # the current dma interrupt looks up the next buffer address/size using the callback 08.51.48 # and then reprograms the dma 08.52.11 # this may happen too late 08.52.52 Join einhirn [0] (Miranda@bsod.rz.tu-clausthal.de) 08.53.50 # if we instead provide the new address/size in another way, the dma handler can find it more quickly and reprogram the dma first, and then call the callback for the upcoming address/size 08.54.42 # i.e always have two globals up-to-date, next_dma_address and next_dma_size 08.55.06 # ah, interesting 08.55.33 # another idea is to set the size to a huge value and just let the dma run 08.55.46 # changing only the address when necessary 08.55.50 # on the fly 08.56.10 # this is not recommended by the data sheet but i think it could work 08.56.23 # Hmm, i think that both of these could be good solutions 08.57.03 Quit ashridah ("Leaving") 08.57.35 Join ashridah [0] (ashridah@220-253-122-117.VIC.netspace.net.au) 08.57.38 # the latter solution may be tricky, as the dma could run past the dma buffer if we don't change the address in time, or stop the audio request 08.58.18 # i think we should try the first solution 08.58.36 # gotta go away for a few minutes 08.59.06 # indeed, that might be better if we could it working that way 08.59.10 # i will try something :) 09.12.15 Quit rasher (Read error: 110 (Connection timed out)) 09.12.40 # Hmm, this looks promising :) 09.14.02 Join Harpy [0] (XH7VutxuZt@dsl-hkigw7wbb.dial.inet.fi) 09.17.00 # Slasheri: we could of course abandon my stuff with the add_chunk api and use only the ring buffer method 09.17.26 # Hmm.. 09.17.30 *** Saving seen data "./dancer.seen" 09.18.00 # anyway, i think this is the solution 09.18.28 # at least system is not crashing now when i go to the debug menu and change frequency 09.18.55 # what did you do? 09.19.19 # I need to do few more tests to be sure, just a moment 09.19.38 Join preglow [0] (thomj@s183a.studby.ntnu.no) 09.19.53 # took me quite a while to figure out the cause of the crash 09.20.35 # i can imagine 09.20.49 # retarded hardware does that to you 09.27.39 # by god, i am extremely tired of this computer fan hell 09.28.55 # watercooling is the solution ;) 09.31.20 # not a solution i currently employ, unfortunately 09.32.58 # :-/ 09.33.03 # there were in fact two problems 09.33.12 # 1) the dma is braindead 09.33.29 # 2) the dma interrupt was at level 7, which meant it could interrupt itself 09.33.59 # filling the stack in no time, overwriting iram code 09.35.51 # hahah, ouch 09.36.00 # well, does it fare better if you raise the priority? 09.36.59 # raise? how? level 7 is the highest 09.37.21 # lowering it made it behave better 09.37.56 # since level 7 is nmi, unmaskable 09.38.16 # bah, nevermind me 09.38.25 # i haven't done much interrupt level stuff 09.38.27 # LinusN: I think it's crashing no more :) At least i am unable to make it crash with music playing and dynamic cpu_boost enabled 09.38.40 # Slasheri: what did you do? 09.38.52 # LinusN: Do you think the whole add_chunk thing is unnecessary? 09.39.13 # it's a handy interface, but we can live without it 09.39.46 # I made the next buffer descriptors to global variables so those can be read immediately we reach the dma interrupt 09.39.58 # great 09.40.08 # gimme da patch man! 09.40.26 # just a moment, now there is a little glitch when cpu frequency is changing 09.40.30 # need to fix that =) 09.40.41 # probably some problem with that quick hack 09.40.43 # glitch? 09.41.08 # yes, some interrupt with the audio output 09.41.16 # badness 09.41.19 # :/ 09.42.58 # try puttin the descriptors in iram 09.43.07 # or at least the globals 09.43.16 # ah, i think it's buffering problem only 09.43.29 # should be fixed soon, i just made some bug 09.43.34 # oki 09.43.37 # :) 09.43.52 # make sure the globals are updated both in add_chunk and in the callback 09.46.04 # the problem was only that the pcm buffer data will get overwritten when the buffer reaches full state :) 09.47.01 # aha 09.47.22 # gimme gimme gimme da patch before midnight... 09.47.36 # of course, when it's midnight there? :) 09.48.02 # are you Bjorn or Benny? :-P 09.48.11 # :D 09.48.31 # * Bagder has his ABBA-recognition filter activated 09.49.14 Join bobTHC [0] (~foo@l06m-18-194.d1.club-internet.fr) 09.49.32 # mornin' folks ! 09.49.37 # howdy 09.50.48 # LinusN: Hmm, this would be much easier to fix if the other add_chunk code would be not needed (as ring buffering does almost the same thing) 09.52.01 # Ah, okay these are not exactly same. Ring buffer needs memcpy and add_chunk does not 09.52.09 # So it's good to have both of them 09.52.26 # avoiding memory copy is a good thing 10.05.08 Join b0bTHC [0] (~foo@l06m-18-194.d1.club-internet.fr) 10.05.30 Quit bobTHC (Nick collision from services.) 10.05.57 Nick b0bTHC is now known as bobTHC (~foo@l06m-18-194.d1.club-internet.fr) 10.24.13 Join Lynx0 [0] (HydraIRC@134.95.189.59) 10.26.35 Quit Lynx_ (Read error: 60 (Operation timed out)) 10.27.07 Nick Lynx0 is now known as Lynx_ (HydraIRC@134.95.189.59) 10.36.58 # * amiconn can catch the digital flow now :) 10.37.05 # :)) 10.37.06 # woooo 10.37.16 # crongratulations! 10.37.24 # s/cr/c 10.37.47 # don't let it run out 10.38.06 # no, i think 'crongratulations' is almost right, given that the company is korean 10.38.12 # maybe loose the l 10.38.18 # :-) 10.38.51 # clongraturations 10.39.02 # clonglatulations 10.39.06 # * Bagder giggles 10.39.18 # amiconn: w00t 10.42.48 Quit bobTHC (Read error: 110 (Connection timed out)) 10.45.02 # LinusN: i know it's low priority, but did you take a comparing picture between H1x0's and H3x0's LCD remotes ? 10.45.14 # nope 10.46.00 # oki 10.48.41 # just asking :) 10.51.06 # LinusN: Now i got it working 10.51.15 # wee! 10.51.31 # Maybe i will put the updated files to web (sorry, including the all in a patch was too hard to do :D) 10.51.42 # and after that i have to go to work :) 10.52.56 # Slasheri: good 11.11.34 # * Bagder builds rockbox with ccache 11.11.39 # faaaast ;-) 11.11.45 Join bobTHC [0] (~foo@l06m-18-194.d1.club-internet.fr) 11.14.16 # Bagder: c00l 11.14.48 # simply setting 'ccache m68k-elf-gcc' in the root Makefile works fine 11.17.35 *** Saving seen data "./dancer.seen" 11.19.25 # pretty neat app, that ccache 11.19.42 # yes, it "just works" 11.20.04 # I had forgotten I used it for my plain gcc ;-) 11.21.37 Join ted2005 [0] (ted@74pc225.sshunet.nl) 11.21.41 # wouldn't a properly written makefile do the same job? 11.34.29 Join XShocK [0] (~XShocK@pcp09492659pcs.nrockv01.md.comcast.net) 11.36.44 # sup? 11.36.48 # hi 11.36.56 Join markun [0] (~markun@bastards.student.utwente.nl) 11.37.17 # I've just been listening to weezer using rockbox! 11.37.28 # :)) 11.40.03 Join textchimp [0] (~chimp@ip67.net66.ipnetworks.net.au) 11.41.17 # i wonder, could the iriver ihp 1x0 recharge from USB like the 3x0 can, or is it a hardware limitation? 11.41.34 # textchimp: it's been done with third party mods to the cable. 11.41.59 # Loading the files to the filebuffer seems a bit slow (slower than the iriver firmware). Is that because we don't use dma? 11.42.40 # did someone check sound-playing code into rockbox without me noticing? 11.43.02 Quit ted2005 (Read error: 60 (Operation timed out)) 11.43.11 # I just downloaded the code from slasheri's site. 11.43.28 # which is where? 11.43.45 # so it's the cable rather than the player itself? 11.43.47 # nevermind, 11.43.51 # found it 11.44.00 # tell me where it is then 11.44.08 # http://ihme.org/~miipekk/rockbox/ 11.44.10 # is it working with changing songs without rebooting? 11.44.12 # textchimp: yeah, people just split out the power cable and graft a plug onto the end 11.44.59 # textchimp: misticriver.net probably has some examples floating around 11.45.17 # ashridah: the 3x0 seems to recharge from what looks like a normal USB cable, which comes with it 11.45.58 # the 3xx hardware has different wiring on the inside 11.46.07 # that's what i was wondering about 11.46.14 # as i say, people have done it with the 1xx by grafting a plug onto a standard usb cable 11.46.30 # one could probably do it by doing the mod on the inside 11.46.43 # what do i need to do to get this sound playing code to work? do i need to have the entire CVS head downloaded first? 11.46.44 # but that restricts you to charging and having it on at the same time 11.47.02 # * ashridah hands textchimp the sacrifical goat 11.47.52 Join leftright [0] (~5087ebda@labb.contactor.se) 11.49.03 # I dont think that using a hacked usb to power chord is a good idea 11.49.55 # leftright: it's been done before. of course, using your pc to do it may well be harmful 11.50.05 # but from a powered usb hub it probably would work 11.50.08 # it could exceed the max amperage that the host usb ports amperage 11.50.47 # leftright: yes. some systems have trouble with that. and of course, if the hardware's written properly, the current should get clamped. 11.50.56 # s/written/designed/ 11.51.00 # of course, that depends on the drivers too 11.51.27 # i'm yet to run into a situation where the battery life hasn't lasted long enough yet 11.52.07 # same here 11.52.27 # I suppose for folks that travel with notebooks its handy 11.52.37 # one less item to lug around 11.53.57 # wouldn't be that hard to build a mod for the power supply to split off extra chargers for things like phones/mp3 players. 11.54.28 # of course, you'd want to take care not to confuse the nokia one with the iriver one :) 11.55.15 # thats a great idea, I'm going to spice the DC chords to my notebooks power supply 11.55.36 # splice 11.56.06 # i'd be incliend to actually make yourself a small breakout box 11.56.30 # of course, that implies that you have some skill with building voltage regulating circuits :) 11.57.15 # the usb power supply is eegant though, just a pity that the H140's hardware doesn't support it 11.57.25 # elegant 11.57.45 # so sell it and get a 3xx :) 11.57.51 # nah 11.57.56 # what do i need to do to get this sound playing code to work? do i need to have the entire CVS head downloaded first? 11.58.58 # textchimp: gotta patch and copy stuff into appropriate places. 12.00.28 Quit XShocK (" HydraIRC -> http://www.hydrairc.com <- 100,000+ downloads can't be wrong") 12.01.05 # ashridah: do i need the latest cvs version or can i do it to the latest release? 12.01.56 # it might work on a daily 12.02.03 # usb current is very, very seldomly limited by the drivers 12.02.06 # patch is usually fairly forgiving. 12.02.20 # and not much has changed in the last day or two 12.02.38 # hell, i can use my usb midi keyboard without even having my computer switched on 12.02.58 # preglow: usb midi keyboard? what kind of thingie? 12.03.38 # what about it? 12.03.53 # it's a midi keyboard, just with an usb option 12.03.53 # heh 12.04.07 # so i should just grab the latest rockbox-devel from cvs? 12.04.17 # what do you reckon are the amperage parameters for notebooks ? 12.05.12 Join Naked [0] (naked@naked.iki.fi) 12.05.25 Nick Naked is now known as Hadaka (naked@naked.iki.fi) 12.05.35 # that depends on the laptop 12.05.52 # thought it was standardised 12.06.09 # how could it be standardized? 12.06.26 # Bagder: do you use ccache for the dailies? 12.06.30 # some IEEE spec for mobo's ? 12.06.30 # every laptop's going to use a different amount of current than another 12.07.12 # sorry I'm ferering to usb ports specifically 12.08.05 # oh. it's generally considered 500mA (per port, iirc) 12.08.09 # each usb port can give around 500ma 12.08.13 # but it's usually much more 12.08.18 # since there's no current limiter per port 12.09.08 # per default the current limit is much lower, and each device has to confer with the usb driver to use more power, but i've never seen that actually implemented 12.09.19 # no protection circuits ? 12.09.29 # preglow: no I don't 12.09.43 # there probably is a protection circuit, but it's for the entire usb controller 12.10.06 # i' 12.10.09 # arhjl 12.10.29 # i've managed to setup a ground loop with my pc and my printer once that shut down one of my usb ports as i was plugging it in 12.10.38 # Bagder: any plans to? 12.10.44 # heh 12.11.02 # I hadn't considered it, but yes, it would speed up recompiles considerably 12.11.12 # ah, its the specs for that usb controller that I'm after 12.11.19 # time to google 12.12.06 # Bagder: yeah, and if i don't remember incorrectly, build times are starting to get pretty high 12.12.19 # yes 12.12.36 # I'll just work out how configure should act to detect and enable ccache 12.12.53 # Does anyone remember why read() doesn't use dma? 12.13.23 # Bagder: wouldn't a simple flag suffice? 12.13.29 Join MoosCamaro [0] (MoosCamaro@m214.net81-66-158.noos.fr) 12.13.31 # probably 12.13.40 # Hi all 12.14.04 # i don't think configure scripts should second guess the programmer, ccache shouldn't be mandatory just because it's installed ;) 12.14.10 # but changing anything in the configure sequence means changing lots of other scripts that use that 12.14.38 # I think a command line option is good enough 12.15.51 # should be just fine 12.20.30 # hmmm 12.21.37 # ccache works equally well with heavily #defined source? 12.22.02 # yes 12.22.10 # then all is well 12.22.21 # what is ccache? 12.22.31 # system that caches compiler results 12.22.39 # and doesn't recompile if it doesn't have to 12.22.43 # aha 12.22.49 # even after make clean 12.23.01 # that is, especially after make clean ;) 12.23.09 # :p 12.23.22 # * HCl only just woke up. 12.24.29 Quit DMJC ("Leaving") 12.25.36 Part leftright 12.26.44 # Good day HCl :) 12.27.00 # hi :) 12.27.25 # what bugs are left in the mp3/ogg playing code? 12.27.43 # * preglow produlates slasheri 12.31.18 # man, ccache sat poorly with scons 12.31.57 # rockbox plays ogg?! 12.32.06 # Nibbler: well, unofficially 12.32.39 # i only heared "playing ogg is technically impossible on archos" 12.32.47 # iriver 12.32.49 # not archos 12.32.52 # ah ok then :( 12.33.03 # the old archos players will never play vorbis 12.33.13 Join mrlala [0] (~mistame@cpe-66-75-129-164.san.res.rr.com) 12.33.22 # for several reasons 12.37.54 Join Tomas|laptop [0] (~tomas@ip503c08d1.speed.planet.nl) 12.37.55 # hi 12.38.11 Nick Tomas|laptop is now known as t0mas|lt (~tomas@ip503c08d1.speed.planet.nl) 12.39.28 # Hi 12.40.24 # it's european referundum today in Netherlands, HCl, t0mas.... go vote 12.43.36 Join asdsd____ [0] (~asdsd@h-67-100-28-228.miatflad.dynamic.covad.net) 12.47.01 # yea. 12.47.03 # i will 12.49.04 # I'm 17 MoosCamaro 12.49.11 # so can't vote yet :) 12.49.28 # but I would vote "yes" to start a new discussion ;) 12.50.01 Join ted2005 [0] (ted@74pc225.sshunet.nl) 12.52.31 # preglow: Properly designed USB controllers do limit the current per port (500 mA). However, many USB controllers aren't designed properly, especially those integarted on mobos 12.53.42 Quit markun () 12.56.28 # amiconn: most i've seen aren't 12.57.02 # HCl/t0mas: here in France we have vote for NO the last week-end and will probably in Netherlands too this night 12.57.23 # amiconn: congratulations for your new precious ;) 12.57.24 # preglow: My highway card is (USB controller for Amiga) 12.58.11 # MoosCamaro: tnx 13.01.38 # the API graphical and grayscal will evolve :) 13.01.48 # amiconn: it's flashed already, i assume? ;) 13.02.39 # nope 13.03.16 # you want to enjoy the iriver firmware first? :P 13.05.01 # he must catch the digital flow! 13.05.25 Join lostlogic_ [0] (~lostlogic@node-4024215a.mdw.onnet.us.uu.net) 13.05.59 Join rasher [0] (rasher@zork.zork.net) 13.09.59 # ooh, he's in for the treat of his life 13.10.52 Quit lostlogic (K-lined) 13.10.52 Quit lostlogic_ (Client Quit) 13.11.01 Quit ehntoo ("Leaving") 13.17.37 *** Saving seen data "./dancer.seen" 13.27.10 # ccache test build in progress 13.29.10 Quit oxygen77 ("CGI:IRC") 13.30.33 Quit mrlala ("-=SysReset 2.53=-") 13.38.08 # if someone implements the rockbox playback engine in the sim, i'll bloody start using that as my linux audio player 13.38.27 # preglow: never used amarok? 13.38.55 # it would be _really_ useful to have the sim using the same codec api 13.39.11 # but I don't hold my breath for that 13.39.21 # why not? 13.39.26 Quit t0mas|lt ("brb") 13.39.27 # i don't think it's impossible 13.39.33 # oh no it isn't 13.40.31 # ahh, kde 13.40.53 # i don't even think ubuntu has the kde libs needed 13.44.20 Part asdsd____ 13.46.27 # daily builds looks pretty strange :> 13.46.48 # yes ;-) 13.46.55 # I aborted a build in the middle 13.47.01 # ahh 13.47.01 # heh 13.47.18 # :P 13.47.30 # *yawn* 13.48.21 # how the hell do i get the latest diff out of a cvs tree? 13.48.28 # for one file, yes 13.48.45 # cvs diff -r1.12 -r1.13 filename.c 13.49.06 # but that's what i'm doing! 13.49.19 # ahh, file name has to come after 13.49.38 # cvs is very sensitive on where the options and order etc 13.57.30 # yes. one of CVS's many endearing qualities 13.58.17 Join tvelocity [0] (~tony@ipa142.6.tellas.gr) 14.13.36 # * HCl prods Slasheri 14.14.47 # i think he's at work 14.15.27 # k. 14.16.40 # what do i do to apply this audio patch, i haven 14.16.48 # haven't applied a patch in a while 14.17.29 Quit elinenbe (" HydraIRC -> http://www.hydrairc.com <- Get hot chicks here!") 14.25.17 Part ted2005 14.25.29 Join ted2005 [0] (ted@74pc225.sshunet.nl) 14.28.08 # textchimp: http://www.rockbox.org/docs/patch.html 14.29.32 # Bagder: thanks...not sure if i need the -p option for this patch? http://ihme.org/~miipekk/rockbox/snapshot.diff 14.30.12 # use -p0 if you're standing in the rockbox tree root 14.30.59 # okay, got it, thanks! 14.30.59 # is that slasheris latest? 14.31.27 Join Mouss [0] (MoosCamaro@m214.net81-66-158.noos.fr) 14.34.11 # well, you need the separate new files too 14.34.17 # as the patch is not made to add those 14.34.18 # what people what from h3x0 rockbox is higher framerate video, it seems... 14.34.26 # damn: i got this error: make[1]: *** No rule to make target `playback.c', needed by `/home/texty/build/rockbox/rockbox-daily-20050601/target/apps/dep-apps'. Stop. 14.34.29 # want 14.34.43 # playback.c is new.....doesn't the patch tell make what to do with it? 14.34.45 # textchimp: exactly, and then read my last remark ;-) 14.34.48 # textchimp: read what bagder said 14.35.04 # doh 14.35.18 # i have the files...i need to copy them to the apps dir i guess 14.35.58 # they most certainly can't be wherever you want, heh 14.36.16 # yes, i see now that i am an eeeeediot 14.36.28 # it looks like they have to be where shown in snapshot.diff? 14.36.29 # it really is unfortable to have those files separate from the patch 14.38.09 # uncomfortable is the word 14.40.19 # i like "unfortable" 14.40.40 # he didn't know how to make the patch contain new files, i thinks 14.41.09 Quit MoosCamaro (Read error: 60 (Operation timed out)) 14.41.39 Nick Mouss is now known as MoosCamaro (MoosCamaro@m214.net81-66-158.noos.fr) 14.43.41 # hmm.. 14.43.48 # now i get this error: midi2wav.c:174: error: dereferencing pointer to incomplete type 14.44.23 # but this beforehand: midi2wav.c:47:27: midi/midiutil.c: No such file or directory 14.44.36 # it's looking for some midi stuff that isn't there? 14.45.01 # i'm using the daily build source 14.45.16 # how do you build it? 14.45.27 # aha, I think the midi dir is missing 14.45.32 # oops 14.46.12 # i don't care about midi right now 14.46.25 # in fact, i've never cared about midi less than at this moment 14.46.31 # can i just exclude it from the build? 14.46.41 # somebody try porting speex already! 14.46.54 # textchimp: remove the midi2wav.c from apps/plugins/SOURCES 14.47.52 # i'll try it 14.48.09 # Slasheri's code uses bad ifdefs 14.48.50 # he's only been on the case for two weeks or something hasn't he? 14.49.06 # heck, he's done a great job in really no time 14.49.47 # shouldn't there be a make install target? 14.49.54 # no 14.49.59 # what would that do? 14.50.08 # install how/where? 14.50.28 # heh /usr/local :PPP 14.50.29 # um, okay.... it did make a rockbox.iriver.... i seem to recall using make install somewhere in this build? 14.50.30 # he's been on it for under a week 14.50.38 # maybe for the simulator? 14.50.44 # textchimp: there is one for the sim 14.51.05 # textchimp: "make zip" 14.53.24 # build time is now less than half 14.53.42 # for the cvs table build 14.54.29 # goodie 14.55.15 # neato! 14.55.19 # thanks to ccache? 14.55.22 # yes 14.55.27 # cool stuffs! 14.58.53 Join Lost-ash [0] (ashridah@220-253-122-117.VIC.netspace.net.au) 14.58.55 Quit ashridah (Read error: 131 (Connection reset by peer)) 14.59.25 Nick Lost-ash is now known as ashridah (ashridah@220-253-122-117.VIC.netspace.net.au) 15.00.28 # hey, there it is 15.00.30 # AUDIO 15.00.55 # glorious sound waves 15.00.58 # and not just that unholy insect buzzing 15.01.02 # :) 15.01.18 # it even fades out when you stop it 15.01.32 # the luxury 15.01.32 # the sheer undeserved luxury of it 15.01.45 # iriver got audio? 15.02.03 # it's freakin out if i try to play more than one track 15.02.14 # dwihno: in the most experimental yet audible sense 15.02.39 # a clean playback of one song for the moment 15.02.52 # that's it textchimp ? 15.02.58 # textchimp: you need to restart 15.04.02 # yeah 15.04.02 # i got that 15.04.19 # well well 15.04.33 # did i see some modifications to recorder.c in that diff? does it even record? 15.04.39 # no 15.05.29 # sorry 15.05.32 # i'm getting greedy 15.06.06 # well, anyway, that's great 15.06.46 # to be liberated from the crapness of Iriver's official and hopelessy half-assed 'updates' 15.06.57 # if that not broke evereything it's a littlebit nifty ;) 15.07.34 # i'm kidding, good work textchimp 15.08.08 # but seems to need some ajustments 15.08.17 # "some" :-) 15.08.17 # nooo, its done now 15.08.22 # we can go home 15.08.27 # :-) 15.08.57 # lol 15.08.59 # i didn't do anything bobTHC 15.09.20 # i'm a cheerleader 15.09.34 # Slasheri's works for a lot :) 15.09.37 # it's a job 15.09.39 # ;) 15.09.40 # for playback 15.09.53 # Hi bob ca va? 15.10.07 Join tucoz [0] (~81b1111b@labb.contactor.se) 15.10.33 # well thx, 15.10.51 # hi, are there any thoughts on a preferred encoding format when recording on the iriver? 15.10.58 # * LinusN spots logfdump in CVS 15.11.22 # or will that also be all encoders that will run in realtime? 15.11.23 # jawohl 15.11.31 # like the decoders 15.11.46 # there will be multiple encoders 15.11.51 # ahh, great 15.13.36 # ok, goodnight 15.13.36 Quit textchimp () 15.13.50 Join thegeek [0] (na@ti521110a080-1186.bb.online.no) 15.14.11 # is encoding usually a bit more processor demanding than decoding? 15.14.21 # yes 15.14.56 # much more 15.17.38 # So, the first step will be to get the various encoders to compile on iriver, right? 15.17.42 *** Saving seen data "./dancer.seen" 15.17.49 # yes 15.19.08 # I haven't found a wiki-page for this, but that will those be placed under apps/encoders or something then? similar to codecs 15.19.19 # just making an encoder run realtime will be hard 15.19.24 # most encoders also use floating point 15.20.05 # oh, bummer 15.20.30 # i'd be happy with FLAC (and that should also be quite easy, shouldn't it?) 15.21.43 # wavpack 15.22.37 # for me the recording format is .wav for sound recording (to use it like a DAT) 15.22.59 # wavpack looks nice 15.23.18 # the lossless codecs will probably be the first encoders, yeah 15.23.33 # no fancy psycho acoustics and already fixed point 15.23.46 # with the exception of some flac parts 15.23.47 # maybe FLAC and speex would be almost enough for almost any use 15.24.08 Join oxygen77 [0] (~c1c28427@labb.contactor.se) 15.24.50 # speex will be good to use it as voice recording indeed 15.25.25 Join t0mas [0] (~Tomas@ip503c08d1.speed.planet.nl) 15.25.41 # yes, and FLAC for almost anything else - these are hard disk players anyway :P 15.26.10 # well, people do looong recordings 15.26.27 # some do :) 15.26.31 # we've had numerous people doing >24 hours 15.26.39 # and then flac is not really suitable 15.27.19 # but let's wait and see what we can do 15.27.22 # well, 24 hours is still only less than 10 gigs 15.27.37 # too big for fat32, hrm :) 15.27.49 # rockbox splits them 15.27.52 # splitting up files shouldn't pose a problem 15.27.53 # rockbox splits it into several files 15.28.08 # okey 15.29.31 # speex is a float encoder too 15.30.10 # :/ 15.30.11 # even decoder 15.30.25 # looks like there's work on a fixed point implementation 15.31.25 # indeed 15.31.38 # its more or less complete 15.32.39 # i was going to check, but the site is down 15.32.45 Part LinusN 15.34.20 # is neuros-audio able to record? In that case, their flac-port might be worth looking at. 15.34.34 # ..as mentioned on the rockbox-wiki 15.36.51 # the neuros forums are impossible to navigate 15.37.23 # say that again, it's impossible to find the source as well 15.37.30 # yes 15.37.34 # the source is removed 15.37.37 # hehe 15.37.47 # do you know why? 15.37.49 # they are in trouble with TI since eons 15.37.52 # oh 15.38.02 # since they released code they were not quite allowed to... 15.38.48 # too bad 15.39.06 # we had a look on it when they first relased it 15.39.18 # no google cache ? ;) 15.39.38 # it didn't have anything to offer Rockbox 15.39.48 # back then at least 15.40.30 # wonder why they call it open source firmware still. http://open.neurosaudio.com/ 15.40.31 # did it have any cool features? 15.40.43 # tucoz: the called it open source YEARS before they released the code too 15.41.24 # dwihno: no, most of the cool stuff were made in 3rd party libs, and the code for those was not included 15.42.21 # * Bagder remembers some not so favourable reviews on the rockbox list... 15.43.34 # sounds cool, might not be though. It also looks as if the licencing policy for monkey's audio is going nowhere aswell 15.46.24 # Bagder: aww... too bad. cool ideas is always neato 15.46.40 # cool code at least 15.47.00 # we have more ideas than we can deal with ;-) 15.47.44 # http://www.rockbox.org/mail/archive/rockbox-archive-2003-09/0491.shtml 15.47.46 # the one 15.48.52 # so arm4 doesn't have mac opcodes 15.50.19 # no idea 15.50.21 # arm doesn't have div??? 15.52.00 # hehe, a google search for neuros ended up with: open.neurosaudio.com: A Step in the Open Source Direction 15.52.24 # at least they have made a step 15.53.15 # at least speex has seperate files for all dsp 15.53.16 # yes, they seem to try 15.55.24 Quit MoosCamaro (Read error: 60 (Operation timed out)) 15.56.11 # loads and loads of places to optimise in libspeex 15.56.15 # * preglow calls for volunteers 15.57.42 # * amiconn 's iriver is fully charged now 15.59.20 # :-) 16.02.08 # funny read that neuros review 16.02.17 # get working on that grayscale lib! :P 16.02.25 # we want video darnit 16.02.25 # :P 16.02.35 # haha 16.02.47 # i haven't exactly got high hopes for the h1x0 lcd 16.02.54 # everything will be blurred to hell and beyond 16.02.58 # HCl: Video doesn't use the grayscale lib on archos; video is pre-rendered 16.03.25 # oh 16.03.26 # predithered as well? 16.03.31 # i take it 16.03.48 # Yes that's what I mean 16.03.58 # a fixedpoint port of the ARM audio voice encoder/decoder > http://www.koders.com/c/fid01888E322FDDEA4B959BF42CE3C4485FB1853297.aspx 16.04.13 # Btw, is it normal that the iriver fw keeps the hd spinning? 16.04.26 # amiconn: yes 16.04.38 # lame... 16.04.47 # amiconn: you will find it's not the only lame thing 16.04.51 # indeed lame 16.04.55 # :) 16.05.07 # it has a longer hdd spindown time, and people have bitched in the past about a hdd spin bug or something 16.05.07 # amiconn: also, if you're playing a track, and exit to the file viewer, then it will spin all the time until you choose another track, no matter how long that takes 16.05.38 # i don't think iriver uses a threaded os 16.05.51 # might explain not having gapless 16.06.26 # oh? 16.06.29 # i don't see what people like so much about starwars 16.06.34 # *watches episode 3* 16.06.51 # i didn't bother seeing episode 3 16.07.01 # i'll probably see it some day 16.07.02 # no hurry 16.07.05 # well, i might as well watch it since i can 16.07.06 # episode 4 kinda spoiled the ending for me ;) 16.07.13 # i haven't seen episode 4 16.07.14 # :) 16.07.17 # nor 5,6,7 16.07.32 # episode 7 ? 16.07.36 # it'd be hard to see 7 16.07.39 # isn't there a 7? oh :) 16.08.06 # well, unless you count that movie about the ewoks or whatever it was 16.08.10 # the 4th is in fact "Star Wars" 16.08.44 # a new hope 16.08.50 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 16.08.55 # :) 16.09.58 # Bah. I set the language to german (iriver fw), but it still displays english. 16.10.08 # HCl: i hope you watch it in english, the dialogs were even worse in the german translation 16.10.09 # it's normal 16.10.09 # you probably need to reboot? 16.10.16 # Lynx_: lmao. ofcourse. 16.10.25 # HCl: I did. 16.10.28 # oh. 16.10.29 # okay 16.10.38 # does it actually have other languages than english? 16.10.56 # i thought they all were really only about character set in tags 16.11.01 # when Iriver says "German" it's just font support 16.11.10 # yep 16.11.20 # That's really odd... 16.11.54 # When it says 'language' I'd expect this sets the ui language 16.11.58 # it doesn't 16.12.07 # amiconn, now you getting to know why we want rockbox on the iriver 16.12.15 # your'e 16.12.30 # erm, you're 16.12.51 # lmao. 16.12.51 # yea 16.12.56 # Meh. I'll flash it in the evening. 16.13.16 # ..and I need to build the coldfire compiler 16.13.52 # Rockbox may not have all that fancy graphics stuff, but it's certainly much more user friendly. 16.14.04 # I totally agree 16.14.15 # Not that I care much about that graphics stuff 16.14.46 # although some graphical elements can enhance the usability a bit 16.15.28 # Yes of course 16.15.54 # The iriver fw ui has quite a number of unnecessary graphics 16.16.13 # the file browser is a bit strange 16.16.53 # not to mention the weird bouncy level meters in the playing screen 16.18.05 # what do they actually do? while(song_is_playing) do random calls to various bitmaps 16.18.39 # and the font size... 16.19.21 # anyway, got to go. bye 16.19.26 Part tucoz 16.19.57 Join ripnetuk [0] (~george@82-70-100-230.dsl.in-addr.zen.co.uk) 16.20.31 # a fancy graphical UI (like on phone) with "most used" function is a good idea. and the "standard" rockbox UI to have all options for "power users" 16.21.49 # but that's not really time to "cosmetics" things, i'm agree 16.26.53 # i wonder why everything looks like crap in gnome when i set it to antialias fonts using the correct monitor pixel order 16.27.56 Join Aditya [0] (~Aditya@pcp09495878pcs.nrockv01.md.comcast.net) 16.30.33 # bobTHC: My phones all have textual menus (the cellphone has added icons though), and in fact I prefer it that way 16.30.55 # it's normal ure a power user ;) 16.31.12 # ...and prefer the menus to be in my native language as well, although I have no problems using English 16.32.06 # The problem with icons is to make them really intuitive. 16.32.12 # people tend to be so bad at translating to norwegian that i prefer using english for most things 16.33.06 # amiconn> i'm totally agree with u but for a part of users, icons, contextual navigation... are more intuitive 16.33.13 # i think a lot of options should be switch-offable, as per the original iriver firmware, where I can say I NEVER was shuffle 1 folder, or shuffle 1 album. Then the options are shuffle all, and shuffle off, which is nice 16.33.21 # never WANT 16.34.03 # More options for disabling options sounds really odd to me 16.35.02 # :) 16.35.03 # being able to disable some shuffle/repeat modes that show up when you bang the A/B button *is* a good thing 16.35.21 # bobTHC: I agree that contextual navigation is a good thing, however I don't agree on the icon stuff 16.35.37 Quit tvelocity ("Leaving") 16.35.42 # crwl: It's a question of navigation, not a question of disabling options 16.35.55 # amiconn, may be 16.37.15 # preglow: With rockbox you have the chance to prettify the norwegian translation yourself ;-) 16.37.16 # the iRiver UI doesn't offer a very good way to switch between different shuffle/repeat modes, and that's why being able to disable the unwanted modes is good :) 16.37.44 # I wonder what modes that might be 16.38.06 # (repeat) off, one track, all tracks 16.38.11 # (shuffle) on or off 16.38.13 # amiconn: i have 16.38.24 # but i'm so used to english i never use anything else 16.38.33 # shuffle album (=directory), shuffle all, repeat album 16.38.50 Join tvelocity [0] (~tony@ipa142.6.tellas.gr) 16.39.18 # i can't remember what does "shuffle one" do, but there's such a setting too :) 16.40.19 # shuffles one track over and over again! 16.41.00 # crwl: Mixing repeat and shuffle modes is bad navigation imho. The mode counts are multiplied... 16.41.13 # amiconn, come to think of it, it is... 16.41.44 # OTOH i rarely use any shuffle or repeat mode, so it hasn't bothered me very much 16.41.46 # also while on the subject, a semi-locked mode where only volume works would rock - im always accedently changing tracks 16.42.03 # of course, mp3 playback would rock more ;-) 16.43.07 # i think i'll try rockbox when slasheri releases something that doesn't need a restart between tracks :P 16.44.20 # it doesn't need a restart between tracks, it needs a restart each time you press 'stop' :P 16.44.25 # which actually makes it quite useful for me 16.44.31 # heh 16.45.17 # preglow: Non-working stop button? ;-) 16.45.33 # haha, no 16.45.37 # i tend to listen to entire albums 16.45.50 # Me too 16.47.15 # me too 16.47.26 # i almost always have shuffle all on - in fact thats why i switched to rockbox in the first place when i had archos r20 16.47.45 # apart from in the car - sudden death metal can be dangerous :) 16.47.52 # lol 16.48.32 # particularly just after a sonata ;) 16.48.56 # system of a down == best car music 16.49.27 # to be arrested ? 16.51.27 # hrm. now I need to find out what to do in order to build rockbox for my h120 16.51.37 # i just understood i don't have anything better to do today 16.51.54 # http://www.rockbox.org/twiki/bin/view/Main/DevelopmentGuide 16.52.03 # is "1.65 U" eu or us version? can't remember which one i have there 16.52.19 # win32 or linux ? 16.52.27 # linux 16.52.44 # so RTFM 16.52.47 # yes. :) 16.54.19 # i take it slasheri's patches are meant to be built against current CVS? 16.54.45 # yes 16.57.54 # I'll probably add a nice H-140 scan to the wiki, showing the rockbox logo 17.01.12 # cya guys 17.01.13 Quit ripnetuk ("Leaving") 17.01.46 Quit t0mas ("brb") 17.02.42 Nick Lynx_ is now known as Lynx_awy (HydraIRC@134.95.189.59) 17.08.48 Quit oxygen77 ("CGI:IRC (EOF)") 17.12.52 Join t0mas|lt [0] (~tomas@ip503c08d1.speed.planet.nl) 17.12.55 # lo 17.17.43 *** Saving seen data "./dancer.seen" 17.22.22 # If it stinks, it's chemistry. If it moves, it's biology. If it doesn't work, it's computerscience! 17.22.27 Quit Seed (Nick collision from services.) 17.22.35 Join Seed [0] (ben@l192-117-115-168.broadband.actcom.net.il) 17.22.51 # hehe 17.32.50 # /home/crawlie/rockbox/rockbox/tools/buildzip.pl -r "/home/crawlie/rockbox/rockbox" -DIRIVER_H100 rockbox.iriver 17.32.54 # can't open dir fonts at /home/crawlie/rockbox/rockbox/tools/buildzip.pl line 88. 17.32.57 # hrm? 17.32.57 # * HCl watches star wars ep 4 17.33.29 # have you checked out fonts, then? 17.33.39 # maybe I haven't... :P 17.34.28 # thanks :) 17.36.28 # np 17.41.35 # i'm bored :/ 17.41.42 # how far has Slasheri 's patch progressed? 17.41.45 # is it stable yet? 17.41.48 # so how do i play something with slasheri's patch? 17.41.56 Quit ted2005 (Read error: 54 (Connection reset by peer)) 17.42.17 # crwl: just select it 17.42.21 # HCl: what do you mean by stable? 17.42.22 Nick QT_ is now known as QT (as@area51.users.madwifi) 17.42.27 # it was stable yesterday 17.42.42 # well, earlier he had crashes during mp3 playback 17.43.01 # it still has the start stop bug right? 17.43.09 # yea 17.43.14 # but thats all? 17.43.18 # he had cpu_boost crashes, i blieve 17.43.19 # preglow, nothing seems to happen, the hd light just lights up and then comes off 17.43.22 # i think they've been fixed 17.43.27 # or did i already cause the start stop bug? 17.43.28 # crwl: press up and down a bit 17.43.38 # crwl: to see if volume needs adjusting 17.43.48 # the screen says the same too 17.43.50 # hi 17.44.04 # crwl: You need the codecs copied to /iriver/.rockbox/codecs/ 17.44.08 # ahhhhh 17.44.12 # haha 17.44.15 # thanks :) 17.44.17 # :) 17.45.20 # I think that the start/stop -bug is a wps problem and i know nothing about wps yet.. 17.45.31 # what do you mean wps problem? 17.45.32 # hum, i don't have apps/plugins/*.rock 17.45.34 # do we have a wps yet? 17.45.40 # i wonder what have i messed up now 17.45.55 # anyway, the system will send immediately audio_pause followed by audio_stop when play will be selected second time 17.46.10 # So the playback system wont refuse to play but system will stop it 17.46.33 # what? o.o 17.46.39 # :D 17.46.51 # i don't know yet why this happens 17.46.58 # okay 17.47.10 # But i think that somebody who knows something about wps, should fix it 17.47.52 # scramble someone who knows something about wps! 17.48.04 # we have that person 17.48.12 # * HCl searches for t0mas|lt and holds him up 17.48.14 # see? 17.48.21 # we just need to dust it off and get it working 17.48.25 # :p 17.48.40 # * preglow gives t0mas|lt a duster 17.48.40 # * HCl prods the t0mas|lt 17.50.51 Quit Aditya (Read error: 131 (Connection reset by peer)) 17.51.59 Join d2005 [0] (ted@74pc225.sshunet.nl) 17.53.50 # should i have apps/codecs/codec.c? it's mentioned in snapshot.diff 17.54.10 # now, you should not have it 17.54.13 # -w 17.54.25 # I just forgot to remove those lines 17.56.40 # but why don't I have apps/plugins/codec*.rock after compiling? :) 17.57.37 # Hmm, they should be in your build directory somewhere 17.57.47 # Slasheri: what do you need to do before it'll be commited? 17.57.51 # Try find rockboxroot -name 'codec*.rock' 17.58.09 # preglow: I don't know, nothing big i think :) 17.58.14 # oh, they're under build/apps/plugins/ ... stupid me :) 17.58.20 # doh. 17.58.25 # :) 17.58.28 # i thought i did use find already 17.58.29 # good 17.58.39 # with this much new code, there should be a commit soon 17.59.34 # currently i am trying to fix some bugs and investigating gapless mp3 playback 17.59.55 # I think that i will give the wps stuff for someone else to do (who is more familiar with it) 18.00.30 # yea 18.00.34 # t0mas expressed a wish to work on it 18.00.44 # yes, that's great :) 18.02.43 # * HCl is also waiting for it to be committed 18.02.52 # after tomas is done, i'm gonna get the runtime database up and running 18.03.05 # and after that, work on rockbeans 18.03.20 # and after that, try to create a better gui with austriancoder 18.03.25 # busy :x 18.03.56 # hope i'll have some time to code stuff come july/august 18.04.14 # btw, if some is interested in porting existing codecs to support codec api, it should be quite easy. Just take a look to codecvorbis and codecmpa 18.04.21 # +body 18.04.34 # if i feel i've a good boy afterwards, i might take on a couple 18.04.57 # been a good boy, even 18.05.00 # but i'll just idle a bit now 18.17.40 Join t0mas [0] (~Tomas@ip503c08d1.speed.planet.nl) 18.17.55 Quit HCl ("Lost terminal") 18.18.48 Join HCl [0] (hcl@titania.student.utwente.nl) 18.19.03 # t0mas: get working on wps! :p 18.19.24 # what? is there a patch? 18.19.41 # can't i currently enter the filebrowser while playing? 18.21.58 # HCl: is there a patch? 18.22.01 # yes 18.22.02 # there is 18.22.04 # where? 18.22.10 # but i just crashed and don't remember where 18.22.13 # * HCl pokes preglow 18.22.15 # I was sort of busy... as in girlfriend here... 18.22.20 # mm.. 18.22.27 # and she's cooking now... so I have 10 minutes ;) 18.23.03 # http://ihme.org/~miipekk/rockbox/ 18.23.07 # here 18.24.19 # k 18.24.56 # hm... I need the new bootloader for that right? 18.25.06 # (maybe that's HCl's problem too?) 18.25.16 # hmm 18.25.20 # maybe 18.25.42 # wha? 18.25.46 # new bootloader 18.25.46 # ? 18.25.48 # because of the 16 mb RAM mirroring ? 18.25.51 # oh 18.25.52 # right 18.26.12 # yes Chamois that's what I thought 18.26.14 # god 18.26.17 # my laptop is pathetic 18.26.17 # but maybe it's just bs ;) 18.26.20 # 2800+ 18.26.24 # and it can't even play an xvid properly. 18.26.32 # hmz... sounds like windows? :P 18.26.35 # yea. 18.26.41 # and a lot of spyware? 18.26.41 # i can't get wireless to work in linux. 18.26.46 # no 18.26.50 # what card? 18.27.00 # internal, broadcom. 18.27.02 # the card works. 18.27.05 # 802.1x does not. 18.27.22 # and i don't have non-802.1x networks. 18.27.48 # that's wpa right? 18.27.54 # no 18.27.56 # but like it. 18.28.13 Join TCK [0] (TCK@81-86-101-250.dsl.pipex.com) 18.28.17 # tried ndiswrapper? 18.28.22 # and wpa_supplicant? 18.28.33 # I have those on my laptop... and it just works there... 18.33.13 # yes 18.33.15 # both 18.33.19 # wpa supplicant failed 18.33.32 # and there are absolutely no howtos on how to set it up 18.33.38 # the few docs that i did find did not work 18.33.45 # ndiswrapper works, the rest doesn't. 18.34.06 # then retry wpa_supplicant... 18.34.08 # it works here 18.34.18 # i don't see why i should retry it unless i want to frustrate myself even more 18.34.28 # nothing has changed to wpa supplicant, nothing has changed of our network 18.34.32 # there is no new documentation. 18.34.41 # i won't have any better chance at getting it to work than before 18.35.04 # well... you can try some different options... 18.35.17 # i tried everything, the errors i got were never documented 18.35.24 # then i got too frustrated and gave up. 18.35.45 # http://tldp.org/HOWTO/html_single/8021X-HOWTO/ 18.36.00 # hmm, thats new :) 18.36.24 # that's not what you need 18.36.31 # just read it... it's about PEAP 18.36.33 # i thought so o.o 18.36.40 # i need eap-ttls 18.36.46 # tunneled pap 18.36.53 # http://forums.fedoraforum.org/showthread.php?t=25891 18.37.02 # i use debian/ubuntu 18.37.19 # wpa supplicant is the same in FC3 as in debian 18.37.52 Quit bobTHC ("Smoke Weed Every Day !") 18.38.48 # EAP-TTLS/PAP 18.38.54 # is what you needed right? 18.40.13 # yea 18.40.37 # well, wireless broke just a while ago anyways, i wouldn't be able to connect :/ 18.41.33 # hm... for when it works again: http://hostap.epitest.fi/wpa_supplicant/wpa_gui.html 18.41.39 # a graphical tool to do it :) 18.41.41 # nice 18.41.43 # :) 18.41.45 # i'll try that, thanks 18.41.56 # i'm starting to find reasons to switch to linux 18.42.22 # yes... and the dutch tax idiots now have a web form... 18.42.35 # so you don't have to install their 16 bit windows 3.11 app anymore :P 18.42.51 # hehe.. 18.45.20 Quit ashridah ("Leaving") 18.45.50 # t0mas: new bootloader is done in a minute anyway 18.46.11 # is there a precompiled bin already? 18.46.37 # everything you need is in the wiki IriverBoot page 18.46.57 # i tried ubuntu today 18.47.54 # took me 15 minuten alone to get alsa working (damn thing wouldn't use the second soundcard) 18.48.46 # i really don't understand how someone could use esd instead of alsa per default... 18.50.12 # the fwpatcher really is minimal, isn't it. 18.50.22 # if it says success, can i assume the h120.hex is okay? 18.50.29 # Yes. 18.50.33 # okay 18.50.40 # of course, you can also md5sum it yourself 18.50.43 # mhm.. 18.50.46 # windows though. 18.50.56 # it'd be nice if the fwpatcher mentioned the md5sum 18.51.13 # rasher, you coded the fwpatcher? 18.51.52 # just wanted to say thanks, its quite a timesaver 18.52.05 # * HCl goes to flash 18.52.08 # HCl: you should of course assume the firmware is ok 18.53.02 # a window saying "this firmware is Verified To Be Ok(tm)" sounds kind of silly to me 18.53.18 # CoCoLUS: i coded it 18.53.21 # flashing.. 18.54.14 # that didn't take as long as last time, it feels.. 18.54.15 # oh 18.54.15 # well 18.54.19 # thanks preglow ;) 18.54.27 # save your thanks, send money! 18.54.29 # :P 18.54.33 # :P 18.54.38 # * HCl pokes t0mas 18.54.52 # hm? 18.54.57 # work on wps :p 18.55.10 # i'll send you an iriver employee paid to do anything you want him to ;) 18.55.11 # we can have rockbox running really quickly now o.o 18.55.51 # * t0mas points a few lines up... 18.55.57 # gf here... and time for dinner now :) 18.56.11 # and I'm really busy the next 2 weeks... 18.56.16 # :/ 18.56.24 # have to finish a lot of things before my vacation starts 18.56.27 # boulderdash! 18.56.40 # ? 18.56.52 # you've watched too little futurama 18.56.58 # yesh! 18.56.59 # :) 18.57.03 # futurama rocks 18.57.07 # aye 18.57.07 # too bad they quit :/ 18.57.12 # again, aye 18.57.18 # but that's the way good series go 18.57.24 # mmm... 18.57.32 # *wonders about the new simpsons* 18.57.40 # simpsons have grown stale and boring 18.57.41 # god i hate not having wireless. 18.57.44 # yea. 18.57.48 # but better than nothing 18.57.57 # well, i just gave up watching it 18.58.01 Join TCK- [0] (TCK@81-86-102-150.dsl.pipex.com) 18.58.03 # should be about time for a new family guy soon, though 18.59.32 # argh. 18.59.44 # * HCl again accidentally tries to use wireless when he cant 18.59.56 # tomorrow, first thing in the morning, i'll buy utp cables :/ :/ 19.04.31 # Hmm, i can find song length from mp3entry struct but is there somewhere a frame length also? 19.04.54 # Maybe i have to calculate that on fly.. 19.05.31 Quit TCK (Read error: 145 (Connection timed out)) 19.05.45 # i thought lame also had the amount of zeroes in the last frame 19.05.47 # * HCl prods preglow 19.06.46 # hmm? 19.06.52 # know anything about that? 19.06.54 # frame length is constant? 19.08.01 # i'm fairly certain it is 19.08.08 # brb 19.09.49 # forget it 19.09.59 # i keep thinking 'window' 19.10.20 # frame size is put in each frame header, no? 19.10.50 # why do you need frame length, btw? 19.11.33 # I am not sure, it might be useful to use with song length to cut the last bytes out from the stream 19.12.00 # But hmm.. It should work with pcm data so maybe it's not very useful :) 19.13.34 # Perhaps first_frame_offset is more useful 19.13.39 # I will try that at first 19.14.19 # how do you know libmad is giving you the last frame, btw? 19.14.30 # I dont :) 19.14.35 # how nice 19.14.46 # But that can be calculated 19.14.57 # well, i believe all you need to do is shave the first frame and the last frame by the padding amounts 19.15.07 # by the latency and padding amount 19.15.36 # Hmm, yep. I will try figure out more from mpeg.c 19.16.13 # samples per frame differs with sample rate as well, btw 19.16.48 # ok. Maybe it's best to calculate the real sample count 19.17.45 *** Saving seen data "./dancer.seen" 19.19.26 # mp3 frames have a fixed playtime (depending on sample frequency), but not a fixed length 19.20.05 # preglow: Samples per frame is constant for the same mpeg version 19.22.21 # of course 19.22.35 # having that dependent on sample rate would risk not having constant length frames 19.27.07 # * HCl waits for Slasheri's patch to get committed.. 19.27.24 # star wars is boring :/ 19.33.41 # well, no shit 19.47.22 # does anybody have any short mp3s that are gapless for sure? 19.48.56 # are there that kind of mp3's? 19.48.56 Join jochen [0] (~jochen@dsl-082-082-186-014.arcor-ip.net) 19.49.22 # Slasheri: i can get you gapless mp3s, methinks 19.49.26 # dunno about short, though 19.49.42 # good evening everybody 19.49.48 # preglow: great. I also have something but i am not sure if they are encodec right way so they really are gapless 19.49.58 # do you have foobar? 19.50.20 # hmm, i no :) 19.50.32 # well, if you download foobar2000, that can tell you if it's gapless 19.50.32 # -i 19.50.46 # ah, thanks :) 19.51.01 # just open the file, right click on it and choose properties 19.51.03 # Hmm, is that software for linux or windows only? 19.51.08 # windows only :/ 19.51.09 # so it's windows app.. :/ 19.51.20 # ill see about getting you some gapless mp3s 19.51.36 # if i can find them, i'm in linux myself 19.51.38 # But i can reboot windows on other machine, just a moment 19.51.41 # ahh 19.51.42 # :) 19.52.31 # um, i don't want to disturb you, but i can't make the codec*.rock work 19.52.59 # i suggest you wait until it's in cvs 19.53.21 # that's true.. 19.53.36 # we can't spend time supporting unofficial patches 19.53.41 # jochen: have you copied the codecvorbis.rock and codecmpa.rock to .rockbox/codecs/ ? 19.53.48 # and the coder himself spends the time better coding ;) 19.53.53 # Slasheri, yeah, i did. 19.53.54 # :) 19.54.03 # Hmm, what was the problem? 19.54.26 # well, i just don't get any sound. but well, ok, i'm just gonna wait. 19.54.36 # you have to touch the volume key 19.54.43 # jochen: shouldn't be too long before the code is official anyway 19.54.53 # Slasheri, i did 19.55.15 # jochen: Hmm.. Did it fill the buffer loading a bunch of songs from disk? 19.55.56 # Slasheri, don't think so as the hard drive isn't really doing something as i select a song 19.56.16 # jochen: I think you haven't updated rockbox.iriver 19.56.29 # That should go to your iriver root folder 19.56.44 # Slasheri, you may call me dumb from now... ;-) 19.56.49 # ;D 19.56.55 # i'm sorry for wasting your time. 19.57.01 # hehe 19.57.17 # thanks for your help and go on coding. ;-D 19.57.22 # :) 20.08.37 Join webguest49 [0] (~54b3978f@labb.contactor.se) 20.10.16 # but yeah 20.10.39 # properites window in foobar2000 should say something like mp3_accurate_length = 1 to the right 20.10.42 # if it's gapless 20.11.20 # hmm 20.11.25 # does rockbox support replaygain? 20.11.30 # not yet 20.11.39 # mp3s dont need player support for replaygain 20.11.46 # they're modified 20.11.52 # they do if you want both album and track gain 20.12.00 # sure 20.12.00 # or precision better than 1,5 dB 20.12.06 # 0.5, afaik 20.12.17 # i thought it was 1.5, but i'm not certain 20.12.20 # what do you mean they dont need it? 20.12.22 # me neither ;) 20.12.23 # heh 20.12.30 # thegeek: the gain in the track is altered 20.12.38 # thegeek: so all mp3 players can handle it 20.12.39 # it is? 20.12.40 # oh 20.12.42 # yes 20.12.45 # but that's just track gain 20.12.46 # ah 20.12.49 # like crwl says 20.12.50 # yes 20.12.58 # I have mixed format albums;) 20.13.07 # how nice :P 20.13.08 # and only use album-replaygain 20.13.14 # hhumhum 20.13.26 # it can be just album gain too, whichever you decide 20.14.29 # well, yeah 20.14.47 # anywho 20.14.51 # proper replaygain is better 20.15.20 Join TCK [0] (TCK@81-86-209-123.dsl.pipex.com) 20.18.51 # proper? 20.18.54 # wow 20.18.56 # I'm confused 20.19.00 # and I feel like a noob 20.19.05 # suddenly I don't like replaygain 20.19.08 # ;p 20.19.48 # proper replaygain where you save the necessary data somewhere else, usually in a tag 20.20.04 # ah 20.20.05 # yes 20.20.10 # that's what I'm using I guess 20.20.15 # with foobar 20.21.38 # preglow: Hmm. If i enabled gapless from dsp settings, the foobar gives gapless output 20.21.54 # But i was unable to find the mp3_accurate_length parameter 20.29.58 Join Stryke` [0] (~Chairman8@cpe-24-168-110-99.si.res.rr.com) 20.30.05 Quit Mr_Wik (Read error: 110 (Connection timed out)) 20.30.15 Join Mr_Wik [0] (~Mr_Wik@lns-vlq-21-mar-82-255-56-22.adsl.proxad.net) 20.32.14 Quit TCK- (Read error: 110 (Connection timed out)) 20.35.18 # Slasheri: you shouldn't have to enable it 20.36.14 # but i can send you a couple of tracks that are supposed to be gapless if you want 20.36.17 # just need to find 20.36.37 # preglow: Hmm, it's not gapless unless i enable it :/ 20.37.24 # will sound exactly same as on iriver without the gapless option 20.37.44 # then the mp3s aren't gapless 20.37.48 # :/ 20.37.53 # but gimme a sec 20.37.57 # :) 20.38.03 # all i've got are bloody .ogg files, heh 20.38.10 # hehe :D 20.38.14 # Hmpf, it seems I am unable to build coldfire gcc :( 20.38.19 # amiconn: why? 20.38.51 # I get that dreaded fmovem operand mismatch error, and the patch doesn't work for gcc 3.4.4 20.39.05 # (disabling all multilibs but m5200) 20.39.25 # The Makefile seems to be completely rewritten compared to gcc 3.4.3 20.40.39 # preglow: most of my files are recent lame encodes and gapless 20.41.04 # Stryke`: i just got him a couple, let's see if there are any problems with those 20.41.08 # ok 20.41.51 # fmovem, of all things 20.42.01 # well 20.42.05 # i gave up trying to make it work in cygwin 20.42.58 # anything new? 20.43.05 # aside from my wlan working again, yay. 20.49.02 Quit jochen ("Verlassend") 20.49.32 # * HCl prods people 20.49.53 # guess not.. 20.51.03 # haha 20.56.17 # I found something... let's see whether this will work 20.57.20 # Hmm, now iriver was almost gapless with that same song =) 21.02.23 # Slasheri: foobar reports mp3_accurate_blahblah for those, yes? 21.05.59 Join massive_H [0] (~haunman@user-0c6s14v.cable.mindspring.com) 21.07.38 Join TCK- [0] (TCK@81-86-208-204.dsl.pipex.com) 21.15.31 # HCl? is this plugin from plugin calling working already? 21.17.47 # The iriver backlight is mouted on the right side of the lcd only? 21.17.47 # *mounted 21.17.47 # looks like it 21.17.47 # screen is fairly evenly lit, though 21.17.48 *** Saving seen data "./dancer.seen" 21.18.31 # It seems there are more buttons on the remote than on the main unit 21.18.41 # there are indeed 21.18.49 # it's a pretty nice remote 21.19.05 # t0mas: no 21.19.20 Quit massive_H (tolkien.freenode.net irc.freenode.net) 21.19.20 NSplit tolkien.freenode.net irc.freenode.net 21.19.20 Quit webguest49 (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit t0mas|lt (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit thegeek (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Harpy (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Chamois (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Bagder (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Stryke` (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit t0mas (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit d2005 (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Hadaka (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit QT (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit bill2or3 (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Rick (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit rasher (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Mr_Wik (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit TCK (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit amiconn (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Strath (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit silencer_ (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit mbr (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit odd (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit CoCoLUS (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Nibbler (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit rob- (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit gromit` (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit ze (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit _DangerousDan (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit crashd (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit preglow (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit tvelocity (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit bipak_ (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit Plugh_ (tolkien.freenode.net irc.freenode.net) 21.19.20 Quit dwihno (tolkien.freenode.net irc.freenode.net) 21.19.21 Quit crash_ (tolkien.freenode.net irc.freenode.net) 21.19.29 # o_O 21.19.36 # netsplit o.o; 21.21.12 NHeal tolkien.freenode.net irc.freenode.net 21.21.12 NJoin Mr_Wik [0] (~Mr_Wik@lns-vlq-21-mar-82-255-56-22.adsl.proxad.net) 21.21.12 NJoin Stryke` [0] (~Chairman8@cpe-24-168-110-99.si.res.rr.com) 21.21.12 NJoin TCK [0] (TCK@81-86-209-123.dsl.pipex.com) 21.21.12 NJoin webguest49 [0] (~54b3978f@labb.contactor.se) 21.21.12 NJoin t0mas [0] (~Tomas@ip503c08d1.speed.planet.nl) 21.21.12 NJoin d2005 [0] (ted@74pc225.sshunet.nl) 21.21.12 NJoin t0mas|lt [0] (~tomas@ip503c08d1.speed.planet.nl) 21.21.12 NJoin tvelocity [0] (~tony@ipa142.6.tellas.gr) 21.21.12 NJoin thegeek [0] (na@ti521110a080-1186.bb.online.no) 21.21.12 NJoin rasher [0] (rasher@zork.zork.net) 21.21.12 NJoin Hadaka [0] (naked@naked.iki.fi) 21.21.12 NJoin preglow [0] (thomj@s183a.studby.ntnu.no) 21.21.12 NJoin Harpy [0] (XH7VutxuZt@dsl-hkigw7wbb.dial.inet.fi) 21.21.12 NJoin bipak_ [0] (~bip@p50885930.dip.t-dialin.net) 21.21.12 NJoin QT [0] (as@area51.users.madwifi) 21.21.12 NJoin amiconn [0] (~jens@p54BD7ACA.dip.t-dialin.net) 21.21.12 NJoin Strath [0] (~mike@dgvlwinas01pool0-a216.wi.tds.net) 21.21.12 NJoin ze [0] (ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net) 21.21.12 NJoin Chamois [0] (~Chamois@champigny-5-82-226-182-23.fbx.proxad.net) 21.21.12 NJoin Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 21.21.12 NJoin bill2or3 [0] (bill@cerberus.protovision.com) 21.21.12 NJoin Rick [0] (rick@pool-71-108-23-179.lsanca.dsl-w.verizon.net) 21.21.12 NJoin Plugh_ [0] (~plugh@adsl-68-122-77-189.dsl.pltn13.pacbell.net) 21.21.12 NJoin rob- [0] (~robbie@haylott.plus.com) 21.21.12 NJoin silencer_ [0] (~silencer@zen.via.ecp.fr) 21.21.12 NJoin mbr [0] (~mb@stz-softwaretechnik.de) 21.21.12 NJoin odd [0] (mrodd@fangorn.starshadow.com) 21.21.12 NJoin _DangerousDan [0] (~Miranda@newtpulsifer.campus.luth.se) 21.21.12 NJoin CoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at) 21.21.12 NJoin gromit` [0] (~gromit`@ras75-5-82-234-244-69.fbx.proxad.net) 21.21.12 NJoin Nibbler [0] (~sven@port-212-202-79-250.dynamic.qsc.de) 21.21.12 NJoin crashd [0] (nobody@badger.ing.me.uk) 21.21.12 NJoin crash_ [0] (~crash@a15167580.alturo-server.de) 21.21.12 NJoin dwihno [0] (~dw@81.8.224.89) 21.21.30 Quit thegeek (Read error: 54 (Connection reset by peer)) 21.22.43 # o.o 21.22.43 # anyways. 21.22.49 # what'd i miss 21.23.07 # hehe 21.24.08 Quit Bagder (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit Chamois (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit t0mas|lt (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit webguest49 (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit Harpy (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit bill2or3 (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit d2005 (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit t0mas (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit QT (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit Stryke` (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit Hadaka (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit Rick (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit rasher (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit CoCoLUS (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit odd (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit mbr (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit silencer_ (tolkien.freenode.net irc.freenode.net) 21.24.08 Quit amiconn (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit TCK (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit Mr_Wik (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit Nibbler (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit rob- (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit Strath (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit gromit` (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit _DangerousDan (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit crashd (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit ze (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit preglow (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit dwihno (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit crash_ (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit Plugh_ (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit tvelocity (tolkien.freenode.net irc.freenode.net) 21.24.09 Quit bipak_ (tolkien.freenode.net irc.freenode.net) 21.25.12 NJoin Mr_Wik [0] (~Mr_Wik@lns-vlq-21-mar-82-255-56-22.adsl.proxad.net) 21.25.12 NJoin Stryke` [0] (~Chairman8@cpe-24-168-110-99.si.res.rr.com) 21.25.12 NJoin TCK [0] (TCK@81-86-209-123.dsl.pipex.com) 21.25.12 NJoin webguest49 [0] (~54b3978f@labb.contactor.se) 21.25.12 NJoin t0mas [0] (~Tomas@ip503c08d1.speed.planet.nl) 21.25.12 NJoin d2005 [0] (ted@74pc225.sshunet.nl) 21.25.12 NJoin t0mas|lt [0] (~tomas@ip503c08d1.speed.planet.nl) 21.25.12 NJoin tvelocity [0] (~tony@ipa142.6.tellas.gr) 21.25.12 NJoin rasher [0] (rasher@zork.zork.net) 21.25.12 NJoin Hadaka [0] (naked@naked.iki.fi) 21.25.12 NJoin preglow [0] (thomj@s183a.studby.ntnu.no) 21.25.12 NJoin Harpy [0] (XH7VutxuZt@dsl-hkigw7wbb.dial.inet.fi) 21.25.12 NJoin bipak_ [0] (~bip@p50885930.dip.t-dialin.net) 21.25.12 NJoin QT [0] (as@area51.users.madwifi) 21.25.12 NJoin amiconn [0] (~jens@p54BD7ACA.dip.t-dialin.net) 21.25.12 NJoin Strath [0] (~mike@dgvlwinas01pool0-a216.wi.tds.net) 21.25.12 NJoin ze [0] (ze@ca-dstreet-cuda2-c9a-73.snbrca.adelphia.net) 21.25.12 NJoin Chamois [0] (~Chamois@champigny-5-82-226-182-23.fbx.proxad.net) 21.25.12 NJoin Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 21.25.12 NJoin bill2or3 [0] (bill@cerberus.protovision.com) 21.25.12 NJoin Rick [0] (rick@pool-71-108-23-179.lsanca.dsl-w.verizon.net) 21.25.12 NJoin Plugh_ [0] (~plugh@adsl-68-122-77-189.dsl.pltn13.pacbell.net) 21.25.12 NJoin rob- [0] (~robbie@haylott.plus.com) 21.25.12 NJoin silencer_ [0] (~silencer@zen.via.ecp.fr) 21.25.12 NJoin mbr [0] (~mb@stz-softwaretechnik.de) 21.25.12 NJoin odd [0] (mrodd@fangorn.starshadow.com) 21.25.12 NJoin _DangerousDan [0] (~Miranda@newtpulsifer.campus.luth.se) 21.25.12 NJoin CoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at) 21.25.12 NJoin gromit` [0] (~gromit`@ras75-5-82-234-244-69.fbx.proxad.net) 21.25.12 NJoin Nibbler [0] (~sven@port-212-202-79-250.dynamic.qsc.de) 21.25.12 NJoin crashd [0] (nobody@badger.ing.me.uk) 21.25.12 NJoin crash_ [0] (~crash@a15167580.alturo-server.de) 21.25.12 NJoin dwihno [0] (~dw@81.8.224.89) 21.25.29 Ctcp Version from freenode-connect!freenode@connect.utility.freenode 21.25.29 *** Server message 477: 'logbot #rockbox :[freenode-info] help freenode weed out clonebots, please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup' 21.25.50 Quit TCK (Read error: 110 (Connection timed out)) 21.26.18 Quit d2005 () 21.26.31 Join d2005 [0] (ted@74pc225.sshunet.nl) 21.27.00 Join thegeek [0] (na@ti521110a080-1186.bb.online.no) 21.32.28 # Yay, finally! m68k-elf-gcc 3.4.4 up and running 21.35.04 # w000t 21.35.12 # so, what'll you be starting out on? ;) 21.36.06 Quit t0mas ("brb") 21.38.05 # I'm going to flash now... 21.40.19 # Rockbox is there... :-)) 21.41.20 # :) 21.41.38 Join t0mas [0] (~Tomas@ip503c08d1.speed.planet.nl) 21.42.38 # I'm back :) 21.42.55 # will making the wps work constitute much work? 21.43.08 # not sure 21.43.15 # first have to find where to add the functions 21.46.59 # yay. 21.52.54 Join ehntoo [0] (~noclue2@24-177-161-77.dhcp.mrqt.mi.charter.com) 21.59.07 # The iriver scrolling method is strange... 21.59.28 # what scrolling method? 21.59.40 # it doesn't scroll 21.59.47 # haha, yes 22.04.05 # Whatever you may call what it does, it looks odd... 22.09.15 Quit Slasheri (Read error: 110 (Connection timed out)) 22.09.52 # ugh. 22.12.21 Join Dave99 [0] (~Dave@81-86-115-62.dsl.pipex.com) 22.13.23 # hello? 22.13.28 # hi? 22.13.37 # :> 22.13.57 # could anyone give me a bit of help getting rockbox to build? 22.15.08 # what's wrong? 22.15.35 # well, I am doing this for the first time so maybe I have missed something 22.15.49 # I have installed cygwin environment 22.15.56 # got the src from cvs 22.16.14 # it compiles loads of c files 22.16.44 # then fails CONVBDF 22.16.44 # make[1]: /home/David/rockbox/tools/convbdf: Command not found 22.16.44 # make[1]: *** [/home/David/rockbox/build/firmware/sysfont.o] Error 127 22.16.44 DBUG Enqueued KICK Dave99 22.16.44 # make: *** [all] Error 2 22.17.05 # go to tools directory 22.17.07 # type 'make' 22.17.11 # then continue as you were 22.17.27 # Bagder: why doesn't that happen automatically anyway? 22.17.38 # It once did... 22.17.42 # i know 22.17.44 # i never had to do that 22.17.55 # thats looking better - cheers! 22.18.06 # give me visual studio ;o) 22.18.09 # heh 22.19.39 # or at least eclipse :) 22.19.51 # got a lot further, does this mean anything to you 22.19.51 # (dumb) CC src/it/itload.c 22.19.52 # (dumb) CC src/it/itread.c 22.19.52 # src/it/itread.c: In function `it_load_sigdata': 22.19.52 *** Alert Mode level 1 22.19.52 # src/it/itread.c:1161: error: insn does not satisfy its constraints: 22.19.53 *** Alert Mode level 2 22.19.53 # (insn 2275 1148 1149 77 0x0 (set (reg:QI 8 %a0) 22.19.53 *** Alert Mode level 3 22.19.53 # (mem/s/j:QI (plus:SI (reg/f:SI 8 %a0 [354]) 22.19.55 # (const_int -288 [0xfffffee0])) [0 mididata S1 A8])) 37 {*m68k.md 22.19.57 # :1060} (nil) 22.19.59 # (nil)) 22.20.01 # src/it/itread.c:1161: internal compiler error: in reload_cse_simplify_operands, 22.20.14 # at reload1.c:8378 22.20.14 # Please submit a full bug report, 22.20.14 # with preprocessed source if appropriate. 22.20.14 *** Alert Mode level 4 22.20.14 # See for instructions. 22.20.15 *** Alert Mode level 5 22.20.15 # make[4]: *** [/home/David/rockbox/build/apps/codecs/dumb/itread.o] Error 1 22.20.15 *** Alert Mode level 6 22.20.15 # make[3]: *** [all] Error 2 22.20.16 *** Alert Mode level 7 22.20.16 # make[2]: *** [dumb] Error 2 22.20.18 # make[1]: *** [build-codecs] Error 2 22.21.07 # ouch 22.21.11 # what gcc is this? 22.21.33 # version, that is 22.21.54 # 3.3.3 by the looks of it 22.22.05 # i'd advice you get 3.4.x 22.22.08 # I'd rather suspect binutils, as it's an asm error.. 22.22.13 # no it's not 22.22.17 # it's a gcc backend error 22.22.28 # Anyway, gcc 3.4 is also recommended for iriver builds 22.22.33 # yes 22.22.35 # 3.4.x that is 22.22.41 # we've had plenty of compiler errors with 3.3.x 22.22.47 # I just built 3.4.4 successfully on cygwin 22.23.01 # grrr, I'll give it a go - is it just a matter of rerunning cygwin installer and picking a later version? 22.23.08 # Nope 22.23.22 # not unless you're building a sim 22.23.27 # which you're not 22.23.36 Join jochen [0] (~jochen@dsl-082-082-186-014.arcor-ip.net) 22.23.52 Join Slasheri [0] (miipekk@ihme.org) 22.23.57 # preglow: Default cygwin gcc is still 3.3.3 (which is sufficient for the sims btw) 22.23.58 # Slasheri: how's mp3 coming? 22.24.06 # amiconn: is that so 22.24.06 # ah, fair enough 22.24.13 # good evening again. ;-) 22.24.17 # jochen: welcome back 22.24.22 # thx preglow 22.24.25 # how's wps etc. coming? ;) 22.24.30 # it's not 22.24.34 # argh, network was down few minutes :) 22.24.37 # preglow: almost ready 22.24.46 # Dave99, that's in fact a matter of gcc's version. i've had the same problem. 22.24.46 # Slasheri: stellar 22.24.57 # yeah, it's a known problem 22.24.57 # :) 22.25.00 # i've seen it loads of time 22.25.01 # s 22.25.15 # Slasheri, you're gonna be my god when it's finished. ;-) 22.25.21 # :D 22.25.28 # well, at least you'll have proof your god exists 22.25.43 # hehe. 22.25.51 # lol 22.25.52 Join einhirn [0] (Miranda@carlsberg.heim2.tu-clausthal.de) 22.25.55 # yea 22.25.55 # you can also claim he has granted you gifts without feeling the gnawing doubt in your mind 22.26.01 # good one. ;-) 22.26.27 # omg, i've ever known computer scientists are freaks. *gg* 22.26.36 # preglow: indeed :D 22.26.42 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 22.26.42 # * jochen gets himself another beer 22.26.56 # * preglow gets... water.... 22.27.09 # preglow: huh? 22.27.25 # preglow, water? yeah, you're indeed a freak. ;-) 22.27.55 # amiconn: huh what? 22.28.31 # water... do I remember something incorrectly? ;-) 22.28.39 # i've fallen on bad times 22.28.50 # Bah, these gaps are annoying :( (iriver fw) 22.28.57 # amiconn: no shit 22.29.19 # btw, i love the rockbox project, all of its members and i'm really looking forward to help you coding someday. ;-) 22.29.25 # we too 22.29.48 # when i've finished my bachelor's thesis... 22.30.17 *** Alert Mode OFF 22.30.22 # oh, indeed 22.30.23 # how many devs are currently on the iriver rockbox fw? 22.31.20 # amiconn? the plugin api docs.... can I update those? 22.31.30 # in there it says: int fprintf(int fd, const char *fmt, ...); 22.31.42 # while it is int fdprintf(int fd, const char *fmt, ...); 22.31.44 # afaik 22.32.25 # hey, don't spend any time on docs *lol* 22.33.20 # what binutils do I want when compiling gcc 3.4.4 for iriver ? 22.33.24 # Bagder in version 1.81: "fprintf() is now fdprintf()" 22.33.45 # it is 22.33.51 # thegeek: 2.16 22.33.53 # hmm 22.33.54 # wierd 22.33.58 # jochen: it's better to have these kind of things right.. it slows down devving a lot when you have to search for those functions 22.33.58 # thegeek, i used 2.16 22.33.59 # thegeek: 2.16, always 22.34.22 # t0mas, yeah, i know. was ment to be a joke. ;-) 22.34.24 # mhm 22.34.38 # :) 22.36.24 # I had to add the /bin inside the buildenv in order for gcc to find sh-elf-ar ;) 22.36.39 # s/add/add it to the path 22.36.48 # bah 22.36.49 # oh well 22.36.57 # pardon? *gg* 22.37.03 # hehe 22.37.16 # I was trying to compile gcc 22.37.34 # but it refused to find sh-elf-ar because the /bin of the prefix path was not in my path 22.38.01 # humhum 22.38.03 # thegeek: of course you have to add it to the path 22.38.09 # yeah, that's mentioned in the wiki, isn't it thegeek? 22.38.12 # ;p 22.38.12 # or symlink it somewhere... 22.38.13 # no 22.38.16 # well 22.38.18 # it should be 22.38.24 # and i remember reading it :P 22.38.26 # the wiki says to add the / of the build env path to PATH 22.38.31 # i'm pretty sure it is 22.38.34 # hmm 22.38.37 # perhaps I'm blind 22.38.50 # oh 22.38.55 # indeed I am 22.39.01 # well, you're doing quite well on irc, for a blind. *gg* 22.39.02 # I missed the ../bin.. 22.39.13 # perhaps I'm just impaired 22.39.19 # could very well be 22.39.52 # if i knew that word, i would certainly agree. *lol* 22.40.01 # or maybe he's got a very, very good screen reader 22.40.06 # unfortunately, they don't exist 22.40.07 # =P 22.40.24 # well 22.40.25 # actually 22.40.30 # I guess for irc 22.40.36 # a screen reader could work quite well 22.40.57 # yeah, that's it. "could"... *gg* 22.41.02 # ;p 22.41.02 # they do 22.41.10 # we've had blind people in here before 22.41.14 # really? 22.41.20 # of course 22.41.24 # yeps 22.41.29 # rockbox is the only dap os blind people can use 22.41.33 # the only one i know of 22.41.40 # ah Bagder around :) 22.41.46 # oh, sure, because of the voice functon. i forgot. 22.41.47 # saw my privmsg? 22.41.50 # yes 22.41.56 # any toughts on it? 22.42.08 # yes, if this doesn't work then something is really broken 22.42.12 # and my change didn't break it 22.42.19 # does rockbox support ordinary fat fs? 22.42.24 # 8.3, etc 22.42.30 # but i find it hard to imagine a blind compiling m68k-elf and so on... *lol* 22.42.34 # Bagder: 22.42.34 # rb->lseek(fData, (off_t)readlong(&word.offset), SEEK_SET); 22.42.34 # debug = rb->lseek(fData, (off_t)0, SEEK_CUR); 22.42.34 DBUG Enqueued KICK t0mas 22.42.34 # rb->fdprintf(fDebug, "Offset: %d\n", debug); 22.42.39 # there I get 0 22.42.43 # jochen: there are binary distros, heh 22.43.01 # preglow, aah, boring. *gg* 22.43.05 # and readlong(&word.offset) != 0 22.43.19 # t0mas: lseek() takes an off_t as second argument 22.43.36 # not a long 22.43.36 # yes... and what type is an off_t ? 22.44.06 # int4 ? or something? 22.45.02 # jochen : hehe, imagine a screen reader trying to cope with the output of a make ;) 22.45.15 # I'd feel sorry for the person on the receiving end 22.45.21 # t0mas: when is this a problem? sim on Linux? 22.45.21 # ;) 22.45.42 # t0mas, signed long, i think 22.45.43 # Bagder: no, target 22.46.05 # then off_t should be a signed long 22.46.15 # firmware/include/sys/types.h 22.46.26 # ok, can you explain that 0 then? 22.46.28 # thegeek, well, imagine the output of gcc. *lol* 22.46.32 # t0mas: no 22.46.36 # :( 22.46.38 # me neither 22.46.46 # I'll check the return value... 22.46.51 # thegeek, and i don't mean the stderr output. *gg* 22.46.58 # hehe 22.47.07 # geek humor;) 22.47.20 # quite. *gg* 22.48.01 # ;) 22.48.24 Join Shagnar [0] (~tester@p54A0E206.dip.t-dialin.net) 22.49.33 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 22.49.33 # * jochen still wonders if rockbox will support ext2 one day 22.49.39 Quit TCK- (Read error: 110 (Connection timed out)) 22.49.56 # ot won't 22.49.58 # *it 22.50.00 # :< 22.50.01 # would ext2 have any advantage over fat? 22.50.13 # no... it would only cost memory... 22.50.19 # no use for ext2 on a dap 22.50.19 # mhm 22.50.25 # now, reiserfs would be nice. 22.50.25 # and no windows machine would read it :< 22.50.31 # well 22.50.35 # of course there's a use, you can boot linux from it ;) 22.50.36 # there are ext2 drivers for windows 22.50.41 # bipak_, i don't care. *gg* 22.50.44 # thegeek: none of them extremely good 22.50.51 # ;) 22.51.16 # well, i just don't trust vfat very far. 22.51.21 # jochen: i exchange files with friends... and most of them have win.. 22.51.42 # jochen : it's not like it's closed or anything 22.51.56 # bipak_, well, another argument why thay shouldn't. *g* 22.51.57 # bipak_: Then use NTFS perhaps? ;-) 22.52.05 # -a+e 22.52.21 # why that? *confused* 22.52.42 # I think you were supposed to take the smiley at the end as a hint of sarcasm 22.52.53 # hehe 22.53.09 # me? sarcastic? never. *lol* 22.53.17 # :) 22.53.35 # germans aren't sarcastic ;)) 22.54.08 # Bah! Wth does the iriver fw not stop at the end of a dir???? 22.54.25 # eer... yes.. err... *g* bipak_ 22.54.36 # it certainly behaves in mysterious ways 22.54.44 # amiconn: hence why I'm waiting for rockbox so anxiously 22.55.34 # who doesn't? 22.57.34 # * jochen hugs everybody because he is so happy that sound starts working on iriver. 22.58.10 # * bipak_ pushes jochen away 22.58.22 # narF *gg* 22.58.24 # :> 22.58.38 # lol. 22.58.41 # * preglow refuses to let jochen go 22.58.53 # even more narF *loool* 22.59.27 # whoa... when did sound start working? 22.59.31 # I must've missed something major. 22.59.36 # week ago or so 22.59.47 # well, not officially. *gg* 23.00.20 # but there was a neat patch released today 23.00.28 # Bagder? 23.00.36 # #ifdef ROCKBOX_BIG_ENDIAN 23.00.38 # in a plugin... 23.00.41 # does that work? 23.00.45 # yes 23.00.58 # if it includes the proper include 23.01.03 # like config.h 23.01.36 # ok, so that's not included in plugin.h ? 23.01.42 # it should 23.01.52 # it is 23.01.54 # just checked 23.02.55 # o 23.02.56 # k 23.14.22 Quit webguest49 ("CGI:IRC (EOF)") 23.15.52 # hmm 23.16.08 # I just compiled rockbox with the soundpatch 23.16.26 # do I just open the mp3 with "open with" and then mpa2wav? 23.16.51 # no thegeek, just, open them. with -> 23.17.11 # when I do rockbox freezes 23.17.42 # thegeek, what do you mean with "freezes"? 23.17.49 *** Saving seen data "./dancer.seen" 23.18.08 # I select an mp3 23.18.15 # and just press the joystick 23.18.17 # it freezes 23.18.36 # or 23.18.36 # wait 23.18.56 # and you have compiled it cleanly, make zip, extracted and so on thegeek? 23.18.58 # thegeek? have you installed the new bootloader? 23.19.14 # well - more or less "cleanly"... 23.19.20 # as that fixes a memory problem... and that mem is needed by the mp3 code 23.19.24 # oh 23.19.27 # I have not 23.19.28 # ;) 23.19.35 # then that's the problem 23.19.39 # yeah 23.20.03 # there you go ;-) 23.22.33 # gtg sleeping now, gn8 and gl 23.23.37 Quit jochen ("Verlassend") 23.23.50 # amiconn: I think i have a bug... 23.24.02 # when I'm in a menu... and i pull out the usb plug 23.24.11 # then the rolo display comes up after I exit the menu 23.24.14 # and not before 23.24.26 # is that a feature? or by-design? or a bug? :) 23.25.05 # bah 23.25.06 # The check for bootfile change is part of the file browser 23.25.12 # I can't even extract the firmware 23.25.18 # One or more CON code pages invalid for given keyboard code 23.25.18 # Program too big to fit in memory 23.25.24 # annoying 23.25.45 # tried redownloading 2 different files(eu/us) 23.26.30 # what, the h1x0 firmware? 23.27.34 # mhm 23.27.47 Quit d2005 () 23.27.52 # funny 23.27.58 # indeed 23.27.59 # there are no funny characters in those files 23.28.04 # try using winzip or something instead 23.28.21 # I already extracted it with winrar;) 23.28.28 # but still 23.28.30 # annoying 23.29.59 # btw 23.30.06 # tip for anyone with a scratched screen 23.30.10 # use toothpaste 23.31.57 # toothpaste? 23.32.05 # I've heard of using it on cds 23.32.31 # works on almost anything with small scratches 23.32.31 # but on scratched screens? Do you mean lcd's or crt's? 23.32.45 # I used it on a magnifying glass (of glass) 23.32.50 # and on my axim x50v 23.32.53 # and on my iriver h120 23.33.09 # removes small scratches 23.33.24 # just make sure whatever you use does not scratch 23.33.30 # good idea... *writes note on hand to try it on his iriver* 23.33.34 # it's rather a mess 23.33.37 # ;) 23.33.41 # should be sure to use those damn whitening toothpastes, then 23.33.43 # people use it on ipods 23.33.45 # probably contains sand 23.33.46 Join Tangleding [0] (~Tangledin@ARennes-252-1-36-197.w83-195.abo.wanadoo.fr) 23.33.48 # and claim it works very good 23.33.55 # worked good on my iriver 23.33.56 # ;) 23.33.59 # preglow 23.34.00 # it does 23.34.07 # yeah, i've heard it myself 23.34.14 # but i have no scratched on my h120 or my screen 23.34.26 # I only had a few 23.34.29 # hi guys 23.34.30 # :) 23.34.34 # and the only stuff that's coming anywhere near my spanking new lcd screen is towels of the softest silk 23.34.40 # indeed 23.34.46 # I'm not even touching my 2005fpw;) 23.34.50 # it's supahsmooth 23.34.55 # i've just bought a H140 on eBay 23.34.56 # :) 23.35.01 # 300€ 23.35.03 # snow.rock @11 MHz is really smooth ;) 23.35.09 # hehe 23.35.13 # hi amiconn :) 23.35.14 # Tangleding: what, i thought you had one alraedy 23.35.20 # amiconn: how do you switch it to 11mhz?= 23.35.24 # i own a H120 in fact 23.35.29 # preglow: debug menu 23.35.31 Quit t0mas ("good night") 23.35.42 # oh, i can only switch it to 49mhz 23.35.43 # i was interested by a H140 to upgrade my H120 23.35.46 # ahh 23.35.55 # i will own one of the first 23.35.57 # preglow: Press select instead of moving up/down 23.35.58 # amiconn: forget it 23.36.02 # amiconn: yeah, found out 23.36.04 # H140 champaign in the world 23.36.06 # lol 23.36.15 # (will be sweet) 23.36.29 # with rockbox in ROM of course 23.36.31 # :D 23.36.39 # Rockbox produces a bang when starting / shutting down :( 23.36.59 # as do many audio devices 23.37.06 # the default fw does too 23.37.07 # amiconn : confirmed 23.37.08 # just not as loud 23.37.12 # mhm 23.37.15 # amiconn: i think i heard the radio buzzing in once, actually 23.37.45 # ehntoo: It's significantly less with the original fw 23.37.57 # hmm 23.38.19 # when I try to play an mp3 (with the patch), I only see an icon blink in the upper right for a second, then nothing.. 23.38.20 # amiconn, I'm guessing it's because of a different volume level on startup? 23.38.20 # amiconn: did you catch the snow on the remote as well? :P 23.38.29 # thegeek: press volume 23.38.37 # thegeek: that is, up or down 23.38.51 # then I just go up or down 23.38.54 # as in 23.38.56 # selecting files 23.39.12 # did you copy the codecs to /.rockbox/codecs? 23.39.15 # no? then do so ;) 23.39.17 # hmm 23.39.19 # I did make zip 23.39.23 # I guess not;) 23.39.23 # not enough 23.39.26 # mhm 23.39.28 # manual copy 23.39.36 # * thegeek hides 23.39.38 # sorry;) 23.39.38 # hehe 23.39.54 # yes, you better hide, count yourself lucky i don't kick your sorry ass out of here! 23.39.59 # humhum 23.40.32 # then it should work 23.42.45 # hmm 23.42.52 # atleast I get hd access.. 23.42.58 Part t0mas|lt ("Leaving") 23.43.11 # not much sound though 23.43.14 # even with 100 volume 23.43.15 # barf 23.43.19 # no 23.43.20 # 85 is max 23.43.34 # or perhaps he fixed that 23.43.43 # hehe 23.44.00 # *retries 23.44.18 # eureka 23.44.19 # and keep in mind you need to restart 23.44.24 # 100 works 23.44.26 # after each time you press stop 23.44.27 # had to restart.. 23.44.28 # ;) 23.44.29 # oh 23.44.30 DBUG Enqueued KICK thegeek 23.44.30 # haha 23.44.58 # hehe 23.44.58 # nice 23.45.00 # even fades out 23.47.11 # quite 23.47.19 # it's leetness incarnate 23.48.18 Quit tvelocity ("Leaving") 23.50.50 # ;) 23.51.07 Join xen` [0] (~xen@pla25-1-82-227-196-9.fbx.proxad.net) 23.55.01 Quit Shagnar (Remote closed the connection) 23.55.44 # For the moment iRiver fw is still a litlle bit ergonomic to listen music 23.55.46 # ;) 23.56.20 # pft, now that i have tasted gapless, i will not go back 23.56.29 # this i swear 23.56.40 Join MoosCamaro [0] (MoosCamaro@m214.net81-66-158.noos.fr) 23.56.48 # preglow: 100% agreed. 23.57.42 # Gaps are really annoying 23.57.46 # oh yes 23.57.56 # especially the half-hour long gaps iriver operates with