--- Log for 19.01.107 Server: leguin.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 17 days and 18 hours ago 00.00.04 # maybe something has changed after implementing support for 5.5G 30GB ipod 00.00.43 # What happens when you try to load Rockbox? 00.02.27 # it just said: err: Open failed 00.02.42 # Ah, then that's unrelated to my change. 00.03.02 # All my change did was change what loader2 did after loading Rockbox into RAM. 00.03.24 # oh. ok. 00.03.43 # i'll do some tests tomorrow. currently i can't boot my pc because of energy fluctuations. 00.04.15 # (using a notebook right now without linux) 00.05.05 Quit linuxstb (Read error: 113 (No route to host)) 00.05.42 Nick linuxstb__ is now known as linuxstb (i=5343d4aa@gateway/web/cgi-irc/labb.contactor.se/x-96030ca44c1d0c3a) 00.09.32 Quit Febs (Read error: 110 (Connection timed out)) 00.13.05 # i must say that scrolling in the file view is sluggish on my 5G 00.14.02 # it is on my dad's 5G as well 00.14.12 # not sluggish but the scroll wheel ratio is low 00.14.45 # Slasheri is working on that. 00.15.10 # I guess you're talking about your 80GB 5G though? :) 00.15.36 # heh... just wanted to ask something similar 00.15.53 # the scroll wheen delta needs to be different on the various ipods because the wheels are different sizes 00.16.19 # I don't think the delta needs to be different 00.16.31 # The problem on the G5 is that the lcd is so slow 00.16.34 Part Llorean 00.16.51 # ...and the wheel events are throttled in order not to queue up 00.17.16 # Otherwise there would be significant afterscroll 00.17.58 # linuxstb: No, an older 5G not 80Gb 00.18.19 # amiconn: Makes sense 00.18.38 # at least they don't queue, that's aggravating 00.19.21 Quit dpassen1 () 00.19.35 # i think they should queue, but the file tree could peek ahead and see how many scrolls there are, and skip directly that many steps ahead 00.19.40 # linuxstb: nah, my 5.5G is not working yet :-) 00.19.49 # or to formulate more correctly, would that be a good idea? 00.20.55 # I dissagree 00.21.28 # Mikachu: Then all "clients" of the button code would need to peek ahead 00.21.41 # since the normal user follows the screen movement and applies forward motion until the selector reaches the correct destination 00.21.43 # I think the way the Apple firmware works is good - it increases the skip from 1 line, to 2, then 4, then 8 etc, depending on the speed. 00.22.04 # normally people don't say "I need to scroll down 6 files, that's 23.4º on the scrollwheel" 00.22.08 # I'm not sure, maybe the wheel code could count the number of suppressed events, and when it sees an empty queue pass this number as a parameter to the event 00.22.17 # linuxstb: good idea. 00.22.35 Join webguest98 [0] (i=4a64c678@gateway/web/cgi-irc/labb.contactor.se/x-822f188cefaa40a4) 00.22.45 # Where can I get the Halflife game? 00.22.46 # Then the "client", e.g. list scrolling, could decide whether to use this parameter, and e.g. skip the appropriate number of lines 00.23.02 # Isn't there already a patch for this? 00.23.06 # ah 00.23.11 # sorry, hadn't read back far enouygh 00.23.14 # webguest98: You need to get a half-life WAD for Doom. Maybe ask google. 00.23.38 # Does the doom port support half-life? 00.23.47 # er 00.23.51 # wow, generatio ngap there 00.23.56 # Where do I put the files? 00.24.00 # I should have asid "does the quake port" 00.24.04 # but there isnt' a quake port, is there? 00.24.05 # in .rockbox/doom? 00.24.31 # I think it goes in /Games/doom actually 00.24.38 # but I'm sure that's in the docs. 00.24.42 # No, it's .rockbox.doom as of about 4 days ago. 00.24.55 # linuxstb: ah, neat 00.24.58 # Add-ons go in (I think) .rockbox/doom/addons/ 00.25.06 # I hadn't noticed any changes i nthe changelogs recently 00.25.09 # thanks 00.25.24 # There was a change?? Do I have to update my iPod or something? 00.25.56 # When did you install Rockbox? 00.26.56 Quit Arathis ("[rl_bot quit]") 00.27.09 # idk 00.27.13 # Sunday 00.27.22 Quit lee-qid ("aufwiederbyebientotsayonara") 00.27.39 Quit funky_ ("leaving") 00.28.01 # webguest98: It's worth updating whenever you get the chance - you just need to download a new rockbox.zip and extract it over the top of the existing files. No need to upgrade the bootloader. 00.28.23 # amiconn: did you see my most recent pastebin? 00.28.42 # Will the other files I put on myself be wiped? 00.28.56 # no. 00.29.13 # the older stuff just gets overwritten 00.29.33 # The worse that can happen is that your Rockbox settings will be reset, but that only happens occasionally. 00.29.58 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 00.30.19 Join funky_ [0] (n=repulse@81-202-211-251.user.ono.com) 00.30.32 Nick Mouser_X3 is now known as Mouser_X (n=mouser_x@67.110.120.159.ptr.us.xo.net) 00.33.03 # Where do I get Doom 2? 00.33.23 # Do I have to make a new folder for it and where do I put it 00.33.45 Quit mirak (Remote closed the connection) 00.34.08 # webguest98: search for freedoom 00.34.36 # regarding the long buffering times on the 5g ipod, is it because the ata is slow, or because the ata driver gets too little cpu? 00.34.38 # webguest98: and put the doom2.wad into .rockbox/doom 00.36.56 # LinusN: Both, I'd guess 00.38.10 # We don't know how to control parameters of the ata port. Then playing mp3 already takes a good deal of cpu power, and on the G5 graphics is also quite heavy 00.38.17 # the buffering is a lot faster when the music is paused 00.38.35 # Both because of the high resolution and the lcd updates 00.39.34 # I'm sure an asm ATA read function could help a lot though. 00.39.44 # On my mini G2 I can play mp3 with all 5 eq bands enabled, and a peakmeter in the wps without skipping, but then buffering takes nearly forever 00.39.52 # Or DMA - MrH has given us some info on that. 00.40.02 # That became possible due to the improved memcpy 00.40.46 Join NicolasP_ [0] (n=nicolas@jau31-3-82-239-20-145.fbx.proxad.net) 00.41.03 # * amiconn is really curious what the apple firmware uses for transfer 00.41.09 # * Genre9mp3 notices lately a black vertical line (one pixel thick) showing up when booting on his H300 LCD... should he start get worrying? 00.41.12 # pio or mwdma or even udma? 00.41.41 Join dan_a [0] (n=dan-mirc@217.23.173.156) 00.41.41 # i guess pio with internal dma 00.41.42 # The line is showing up exactly on the same position 00.41.57 # When I open doom and choose an addon and Play Game it restarts??? 00.42.00 # LinusN: Yes. 00.42.31 # Sorry, I misread, I meant MrH's docs show us how to do PIO with DMA, I don't know what the Apple firmware does. 00.42.42 # Guessing is not as good as knowing... 00.43.01 Quit NicolasP_ (Client Quit) 00.43.21 Quit mk3y () 00.43.26 # i wonder if we could use the new pp emulator to investigate stuff like this 00.43.28 # In lieu of some proper ASM optimisation, could Duff's Device help the ATA transfer? 00.44.32 # midgey: Yes, that should work. I would just combine case 2: and default: though 00.44.51 # They run identical code 00.44.54 # ok, i committed that already 00.45.05 # i'll fix it up in a later commit 00.45.21 # dan_a: i can't see where that would help 00.45.49 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon) 00.45.55 # hmmm... the line doesn't show up when starting the original firmware... 00.46.24 # also there's a slight backlight fading when the line shows up 00.46.36 # LinusN: OK. I don't know enough theory to know where some things will help :) 00.47.36 # dan_a: Combining transfers on the memory side will help. Duffs device can't do that. Asm can, in case of arm using ldmia and stmia 00.48.48 # The unaligned case needs much bitshifting, but arm seems to be built around a shifter... 00.49.50 # * amiconn is still puzzled about the coldfire ata port not liking dma with auto-alignment enabled 00.50.14 # Without auto-alignment it works, but then it's slower than my asm loops 00.50.38 # how long would it take one of you to actually write this asm ata code you've been talking about for a week now? :) 00.51.02 # Can we steal code from memcpy (without updating the source address) or is that optimised for the wrong things? 00.51.46 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 00.52.51 # It's unnecessarily complex 00.54.43 Quit Zagor ("Client exiting") 00.57.53 # bedtime 00.57.55 # nite all 00.57.58 Part LinusN 00.59.22 Join webguest81 [0] (i=400c7488@gateway/web/cgi-irc/labb.contactor.se/x-28a69803d4ef358c) 01.01.06 # hello im a noob 2 ipod modding and could some one tell me the easyest program 2 have a gamebuy emulator on? 01.02.00 # webguest81: Please use proper English on this channel - a lot of the most helpful people are not native speakers 01.02.11 # boy* any one plz? 01.02.31 # ahhahaha 01.02.35 # I just can't help myself;P 01.02.54 # The only file u need in .rockbox/doom is doom1.wad? 01.03.18 # http://www.rockbox.org/twiki/bin/view/Main/PluginDoom 01.03.27 # ;P 01.03.45 # so i dont have to have ipodlinux oh ok cool thank you 01.03.54 # crazy aolers 01.04.13 # ;) 01.04.27 # webguest81: If I recall correctly, ipodlinux has a gameboy emulator. We have one too. 01.04.35 # webguest81: If you're asking how to install Rockbox (which has a gameboy emulator amongst one or two other features), start with the manual: http://www.rockbox.org/manual.shtml 01.04.54 # and iPL has NES and GameGear.... 01.04.59 # :) 01.05.13 # Although it's not available on all ipods... See if it's included in your manual. 01.06.42 # DerPapst: Have you tried them? Are they fast enough to be playable? 01.06.44 Quit funky_ ("leaving") 01.06.55 # crazy zsh of the day 01.06.57 # function hexip() { a=$(for a (`echo $1 | sed -r 's/(..)(..)(..)(..)/\1 \2 \3 \4/'`) {hextodec $a}|xargs|sed s/\ /./g); hostx $a } 01.07.03 Quit bluebrother ("leaving") 01.07.28 # ok cool thanks i was just reading and ipod linux sounds dumb cause u have to deleate ur songs and i have a 30g vid 01.07.36 # linuxstb: no.. :) but they are there ;) (i don't play a lot with my 3G) 01.08.34 # but the NES thingy seems to have a acceptable spped. 01.08.41 # *speed 01.08.49 Quit muesli__ ("ich will Khe!!!") 01.09.24 # * DerPapst don't want cows :$ 01.11.20 # surely you can send them all over to muesli... 01.11.26 Quit Mouser_X (Read error: 110 (Connection timed out)) 01.11.38 Join Mouser_X [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 01.12.01 # hehe... i'll ask him if he want mine when he's back ;) 01.12.08 # haha, funny mail header: 01.12.22 # X-fromdanielhimself: yes 01.12.46 # DerPapst: I wonder why there are some in the Vatican anyways ;) 01.13.10 # hahaha 01.13.11 # there are? didn't know that :) 01.13.42 # * Genre9mp3 wonders what DerPapst and pixelma are talking about 01.13.50 # so is rockbox the simplest or easyest (working) gameboy emulator 01.13.55 # * DerPapst wonders whether the real Pope already has rockbox on his nano... 01.14.16 # webguest81: Rockbox is not a gameboy emulator, it has one though 01.14.34 # nintendo makes the best gamboy emulators, in my experience. 01.14.34 # Genre9mp3: the quitmessage of muesli__ was "i want cows!!!" 01.15.05 # in german 01.15.05 # ya sry thats what i ment, yes i ment for and ipod duh 01.15.14 *** Saving seen data "./dancer.seen" 01.15.30 # webguest81: _please_ use proper english 01.15.46 Quit dan_a () 01.16.43 # webguest81: I don't have an iPod nor I ever tried iBoy so I don't know how it compares to Rockboy 01.17.01 # webguest81: RockBox is a firmware. mostly you use it to play music with it. but the devs get bored so they made some cool plugins for it.... 01.17.09 Join mofonyx [0] (n=weesim@resnet-167985.resnet.bris.ac.uk) 01.17.13 # hi 01.17.26 # does rockbox'd iPod 5th Gen results in it not being able to play videos? 01.17.58 # there is a mpeg player plug in. 01.17.59 # ok thanks (im so confused modding a psp is sooo much easyer) 01.18.23 # It can play videos, but it's a work in progress so there's no A/V syncing yet among other things 01.18.52 # so better use AppleOS to playback your videos 01.19.13 # DerPapst : So, dual boot? 01.19.40 # Do I have to pay for Doom 2 01.21.03 # mofonyx: yes 01.21.07 Join Juice^ [0] (n=juice@213.167.96.196) 01.22.19 Quit webguest81 ("CGI:IRC (EOF)") 01.23.10 # and webguest98 01.23.35 # ? 01.23.57 # mofonyx: yes / and (yes to) webguest98 ('s question) 01.24.38 Quit Lars_G ("Leaving") 01.25.13 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 01.26.12 # where can i get free doom 2 01.26.51 # try google: freedoom 01.28.24 # none of them are doom 2 01.28.40 # then i can't help you 01.28.47 # i don't use doom 01.28.54 # cheers guys :) 01.29.02 # is there a guide on rockbox.org for the dual boot configuration? 01.29.39 # if you install the loader your ipod can always dual boot 01.30.37 # have you read the manual? 01.33.16 # monfonyx: What player are you using? 01.33.38 Part safetydan 01.35.42 Join fasmaie [0] (n=yohannmi@cpe-71-72-99-25.columbus.res.rr.com) 01.36.36 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 01.36.59 # in order to use ccache do I simply type "ccache make"? 01.37.10 # (when compiling) 01.37.50 Join barrywardell [0] (n=barrywar@194.46.161.247) 01.37.52 # no 01.38.14 Quit scubacoles (Remote closed the connection) 01.38.23 # webguest98: you can not get doom2 for free, it is a commercial game. 01.38.23 # * Genre9mp3 spots some more blue in the channel! :) 01.38.26 # You just need to have ccache installed when configuring, configure will detect it 01.38.34 # ah 01.38.47 # I think my Vmware image has it installed 01.39.03 # configure will tell you if it's going to use ccache 01.39.23 # ok let me see again 01.40.05 Join petur [0] (n=petur@d54C1A65E.access.telenet.be) 01.40.11 # Found and uses ccache (/usr/bin/ccache) 01.40.12 # "Found and uses ccache (/usr/bin/ccache)" 01.40.15 # snap! 01.40.16 # lol 01.40.16 # ...and if you explicitly don't want to use ccache, use configure --no-ccache 01.40.17 # echo 01.40.17 Join hen3rz [0] (n=hen3rz@203-206-72-48.dyn.iinet.net.au) 01.40.42 # how do i get write access to the wiki 01.41.18 # when do I _not_ want to use ccache? When troubleshooting? 01.41.28 # hen3rz: ask here with your wiki name 01.42.07 # now another question: when I reconfigure on a clean empty dir and compile (let's say for H300) I get 3 minutes to compile it, while if I type a "make clean" and then compile I get 1.20 minutes. I thought that make claen = rm -r * (on the compile directory) 01.42.08 # my wiki name is HenryLawson and could i please be given write access 01.42.53 # Soap: or if you have ccache installed for other stuff and don't want rockbox builds ejecting other stuff from your cache 01.43.27 # XavierGr: how about if you try it again the first way? it could be down to files not being cached the first time 01.43.31 # ahh, ok, makes sense sneakums. So if I don't want to cross-pollinate caches, or troubleshooting. 01.44.04 # hen3rz: done 01.44.27 # sneakums: ok let me do it again, though I almost certain that I've build 3 times already in the same directory 01.45.36 # petur: Thank you 01.46.19 # Genre9mp3: Blue eh? Linus is blue for me and amiconn is green on my set up :P 01.48.23 # We agree on the second one! :) 01.48.27 # heh 01.49.09 Quit webguest98 ("CGI:IRC (EOF)") 01.49.21 Join piyo [0] (n=sir@201.230.91.157) 01.49.24 # btw, how I review all avail. colours? Do you remember? 01.49.32 # ^to XavierGr 01.49.52 # can i get some help pls? 01.50.23 # i just updated my ipod 01.50.24 # with itunes 01.50.32 # and now i cant launch rockbox :( 01.51.16 # piyo: you probably need to reinstall the bootloader 01.51.33 # ok 01.51.35 # how do i do that 01.51.38 # im retarded 01.51.42 Join EvilDude [0] (n=prashant@CPE-60-227-89-93.nsw.bigpond.net.au) 01.51.49 # * petur points to the wiki 01.52.02 # piyo: The same way you installed Rockbox the first time. 01.52.07 # hahaha 01.52.46 Quit fasmaie () 01.52.46 # dam 01.52.48 # i forgot 01.52.51 # if i install that 01.52.59 # will it erase my songs or something? 01.53.15 # Did it erase your songs the first time? 01.53.18 # nah, but wise people have backups 01.53.21 # i cant remember 01.53.27 # i installed it last year xD 01.53.49 # and still using itunes? tsk tsk tsk 01.53.56 # installing the bootloader does not do anything to the data partition, when it's done correctly. 01.54.08 # c00l 01.54.18 # can anyong give me link 01.54.23 # to d/l 01.54.28 # Last year was only three weeks ago... 01.54.28 # the b00t loader 01.54.36 Quit Mouser_X (Read error: 110 (Connection timed out)) 01.54.40 # we all know >.> 01.54.59 # http://www.rockbox.org/manual.shtml 01.55.05 # or http://www.rockbox.org/twiki/bin/view/Main/IpodInstallationBeta ? 01.55.16 Join Llorean [0] (n=Llorean@rockbox/administrator/Llorean) 01.55.29 # basically 01.55.38 # do i have to reinstall da thing? 01.55.47 # just the bootloader 01.56.16 # You could send it to me, and I will reinstall da thing. 01.56.48 # lol 01.57.21 # a a.... 02.01.04 # do i need to dl the ipodpatcher? 02.01.32 # to install a bootloader? no you can use a hex editor as well but ipodpatcher is easier 02.01.42 # sry guys was busy 02.01.46 # replying on behalf of a friend 02.01.50 # he's in iPod 5G 02.01.58 # i'm on 4G, not particularly concerned about the dual-boot thingy 02.03.22 # yo da ipodpatcher link is dead 02.03.29 # http://download.rockbox.org/bootloader/ipod/ipodpatcher/ 02.03.38 # someone try it pls 02.03.48 # www.download.rockbox.org/bootloader/ipod/ipodpatcher/ 02.04.12 # Your first link works fine for me. 02.04.37 # does it direct you to a page 02.04.41 # where it says index 02.04.44 # then parent directory 02.04.47 # then 4 folders? 02.04.54 # Yes. 02.04.59 # which do i clik 02.05.07 # aaaargh 02.05.08 # Have a guess. 02.05.20 # (lol) 02.05.22 # * petur runs off, screaming.... 02.05.28 # the firs one :D 02.05.31 Quit petur ("aaaargh") 02.05.52 # bad choise? 02.06.18 # piyo: What operating system are you on? 02.06.41 # windows 02.06.43 # i know!!! 02.06.45 # the last one 02.06.48 # win32 02.06.56 # Now that wasn't too terribly hard, was it? 02.06.59 # hahahaha 02.07.10 # (sorry) 02.07.10 # not for me 02.07.13 # im a genius 02.07.20 # * piyo rubs nipples 02.09.16 Join perl|wtf [0] (n=say@cpe-66-65-88-127.nyc.res.rr.com) 02.12.41 Quit roolku () 02.13.32 Quit linuxstb ("CGI:IRC") 02.13.32 # * barrywardell notices midiwall's posts at misticriver and wonders if he is a portalplayer developer 02.14.42 # barrywardell: Posts? 02.15.20 # barrywardell: i've been meaning to respond to your comment on my flyspray entry (adapting e200 plugins) 02.15.33 Quit perldiver (Read error: 145 (Connection timed out)) 02.16.05 # Llorean: eg this one http://www.misticriver.net/showthread.php?p=331298#post331298 02.16.13 # by removing that bit of code, the ships in spacerocks are drawn vertically instead of slanting at a 45 degree angle 02.16.17 # that's quite old 02.16.27 # but he has recently started posting again 02.17.05 # midgey: yes, i figured that out eventually. i'm not sure what the preferred behaviour would be though... 02.17.19 # barrywardell: sorry if you're not the right one to talk to but I thought you could know the source... I've experienced that the backlight will switch of after about 1 second on really low battery. (not that I have backlight for long - have a modded Ondio for about 3 weeks but I heard others reporting it too). Is that intentional, or a bug? 02.17.54 # after an event that switches it on of course 02.17.57 # pixelma: i don't think that is intentional 02.18.03 Join Mouser_X [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 02.18.08 # barrywardell: im not sure either, i personally think it look better with the ships straight and that how the original version worked 02.18.16 # there are some changes to backlight behaviour 02.18.21 # at low battery 02.18.27 # barrywardell: Yes, he definitely sounds like he had a part in developing the generic portalplayer OS 02.18.29 # but that one doesn't make much sense 02.18.41 Quit miepchen^schlaf (Read error: 110 (Connection timed out)) 02.18.49 Join miepchen^schlaf [0] (n=hihi@p57B97B3D.dip.t-dialin.net) 02.19.04 # midgey: and it simplifies the code by removing a couple of irrelevant lines 02.19.18 # I mean most probably it's more visible to me because Ondio uses NiMH cells and runs till they are really empty 02.19.30 # (or batteries) 02.19.33 # Llorean: he would be a good person to have contributing to rockbox 02.19.55 # barrywardell: you plan to PM the guy? 02.20.29 # yes, i was thinking about doing so 02.21.04 # thats awesome :D 02.21.52 # barrywardell: Or at the very least address a few key questions to. I doubt he can contribute directly (who knows) but at the very least he might be able to answer "Do your remember if..." kinda things. 02.23.21 # Llorean: yeah, he might have nda problems. 02.25.01 Quit akadewboy () 02.26.32 # barrywardell: check out this post 02.26.34 # http://www.yotatech.com/showpost.php?s=34a1a5736bab5961631ac57c2361eda7&p=50377136&postcount=11 02.27.20 # pixelma: line 636 seems to be the culprit. it changes the timeout to 2 seconds when the batteries are low 02.27.33 # pixelma: line 636 of firmware/powermgmt.c 02.27.54 # http://www.pastebin.ca/321064 02.28.06 # if someone could look at my build error I would appreciate it. 02.28.55 # I don't care if doom failed to compile (I believe that is all that failed), I'm more curious why (outside the obvious plugin buffer being full) 02.29.05 # midgey: i guess that answers my question so 02.29.06 # midgey: I wonder where he got the impression DRM support is coming, ever. 02.29.30 # now we just need to persuade him to help rockbox 02.29.31 # I like the "We couldn't get enough throughput out of the chip when we did the original OS to do anything reasonable" bit though. Running video on my Nano at 25fps seems kinda special now. 02.29.36 # Llorean: i saw that... 02.30.21 Quit MarcoPolo (Remote closed the connection) 02.30.29 # barrywardell: yes this is how it feels - but I can't imagine that on a colour display the user could read something at all with this setting 02.32.18 # pixelma: yes, i agree. that could be easily removed, but the real problem is that power management is in need of a bit of an overhaul imho 02.33.37 Part DerPapst 02.34.26 # hmm... ok. Should I file a bugreport then or something? 02.35.11 Join Thundercloud_ [0] (n=thunderc@82.152.223.69) 02.35.14 # * Soap doubts midiwall works for PP. 02.36.54 Quit Stalwart (Remote closed the connection) 02.37.07 # Soap: If he doesn't he's going through an awful bit of trouble, all the way down to setting his location correctly. May as well give him the benefit of the doubt, it's not like he can provide anything less than the 'nothing' we already get from PP. 02.37.44 # oh no - I'm not poopooing on contacting him - I just am always cynical about forum bravado. 02.38.20 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 02.38.52 # Soap: With 8,000 posts on that forum I'm guessing he's generally a fairly serious member. *shrugs* 02.39.21 Join gotthardt [0] (n=chatzill@c-71-56-149-94.hsd1.or.comcast.net) 02.39.27 # I'm always skeptical to the point of cynical - ignore my poopooing. 02.39.31 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 02.39.52 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 02.41.41 Quit piyo () 02.43.37 Quit tvelocity ("Αποχώρησε") 02.45.25 # though (on a less pessimistic tone) Maybe he is one of the ~4 dozen fired after Apple cut PP out of the Nano 2nd gen, and he is bitter and willing to point in the right direction. 02.50.25 Quit Thundercloud__ (Read error: 110 (Connection timed out)) 02.50.35 Quit Mouser_X (Read error: 110 (Connection timed out)) 02.50.50 Quit barrywardell (Read error: 110 (Connection timed out)) 02.53.03 Quit luigi_ (Read error: 110 (Connection timed out)) 02.53.10 Join scubacoles [0] (n=scoles@eth4699.sa.adsl.internode.on.net) 02.57.53 Quit hen3rz () 02.58.21 Join rUISu [0] (n=ircap8@201.170.16.44) 02.58.49 # hi, i want to make a raw image, but i can see how to in windows X[ any body know how to in windows?? 03.00.12 # JdGordon: i'm not staying long, but have you seen my latest cuesheet changes ? 03.00.34 # hey 03.00.35 # no 03.00.40 # on the wiki or fs? 03.00.46 # FS 03.00.48 Join debauched_sloth [0] (n=debauche@c-24-63-72-200.hsd1.ma.comcast.net) 03.00.50 Nick perl|wtf is now known as perldiver (n=say@cpe-66-65-88-127.nyc.res.rr.com) 03.01.03 # maybe you knwo about them, i didn't do anything today 03.01.45 Quit capsaicin () 03.02.22 # ah yes, I saw the comment, havnt had a look at the patch yet tho 03.02.35 # ok 03.03.10 # i haven't touched the loading part because i need do discuss it with the swedes 03.03.32 # LinusN seemed to prefer the way it's done currently 03.03.43 # allowing both to load? 03.03.44 # i wouldn't want to rework it all for nothing 03.04.23 # rather using the cue as a link to the mp3... the issue of both being added to the playlist is a negative side effect 03.05.57 # if you have any new ideas on how to deal with this, please post them on the tracker... i'm going to bed now ;) 03.06.04 # ok 03.06.07 # nn 03.06.14 # im not really sure how it should be handled 03.06.20 # so ill leave that up to you guys 03.06.40 # i'm not really sure either :s 03.07.05 # anyway, we'll see that another time 03.07.11 # bye 03.07.17 Quit Nico_P (Remote closed the connection) 03.08.03 Join iwantanimac [0] (n=iwantani@203-59-152-209.dyn.iinet.net.au) 03.08.21 Join fasmaie [0] (n=yohannmi@cpe-71-72-99-25.columbus.res.rr.com) 03.08.49 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 03.10.22 Join andrewg_ [0] (n=andrew@stjhnf0122w-142162044227.pppoe-dynamic.nl.aliant.net) 03.11.35 Join Daishi [0] (n=daishi@ool-4570aea6.dyn.optonline.net) 03.12.41 Part rUISu 03.13.27 Quit Phantompyro ("GoodBye") 03.14.14 Quit andrewg (Read error: 145 (Connection timed out)) 03.14.20 Join Siryus [0] (n=i_sirrus@24.52.211.102) 03.14.32 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 03.14.32 # so I want to play doom on my ipod 03.14.34 Quit Genre9mp3 ("I don't suffer from Rockbox psychosis. I enjoy every minute of it.") 03.14.39 Nick Mouser_X3 is now known as Mouser_X (n=mouser_x@67.110.120.159.ptr.us.xo.net) 03.14.44 # what files do I have to download 03.15.19 *** Saving seen data "./dancer.seen" 03.15.39 # you need the rockdoom.wad and a doom.wad file... or doom2.wad - there are links to rockdoom.wad and the shareware doom 1 wad on the wiki... 03.15.41 # Siryus: You need to own a copy of Doom, and read the Rockbox manual. 03.16.01 # I'm at the wiki 03.16.35 # Siryus: it says clearly there that you need to download rockdoom.wad, and there's a link. 03.16.38 Join phrozen77__ [0] (n=phrozen7@pD9EC6E63.dip.t-dialin.net) 03.16.43 # what folder do I put the rockdoom wad file in? 03.17.00 # wasn't it updated to /.rockbox/doom/? 03.17.16 # Siryus: Do you have something against just reading the manual where it explains everything? 03.17.24 # ....... 03.17.30 Quit Siryus (Client Quit) 03.22.10 Quit Stalwart (Remote closed the connection) 03.22.53 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 03.23.02 # are .cfg files case sensitive? 03.23.26 Part pixelma 03.25.36 Quit iwantanimac ("The Bersirc are coming! The Bersirc are coming! [ http://www.bersirc.org/ - Open Source IRC ]") 03.27.56 Join iwantanimac [0] (n=iwantani@203-59-152-209.dyn.iinet.net.au) 03.31.24 Quit iwantanimac (Client Quit) 03.31.39 Join iwantanimac [0] (n=iwantani@203-59-152-209.dyn.iinet.net.au) 03.33.34 Quit phrozen77_ (Read error: 110 (Connection timed out)) 03.34.30 Join tvelocity [0] (n=tony@ipa185.12.tellas.gr) 03.40.45 Join BHSPitMonkey [0] (n=stephen@adsl-65-65-221-216.dsl.rcsntx.swbell.net) 03.41.34 Quit iwantanimac ("I don't like you. But Bersirc 2.2 does. Try it out now. [ http://www.bersirc.org/ - Open Source IRC ]") 03.47.01 Quit |Rincewind| ("Cya") 03.51.38 Quit Mikachu (Remote closed the connection) 03.51.41 Join Mikachu [0] (i=Mikachu@kr-lun-154-152-233-83.3.cust.bredband2.com) 03.56.42 Quit Criamos ("( www.nnscript.de :: NoNameScript 4.03 :: www.XLhost.de )") 04.04.31 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 04.04.41 Quit Mouser_X (Nick collision from services.) 04.04.43 Nick Mouser_X3 is now known as Mouser_X (n=mouser_x@67.110.120.159.ptr.us.xo.net) 04.06.34 Quit tvelocity ("Αποχώρησε") 04.08.46 # Soap? 04.09.43 Quit Thundercloud_ (Remote closed the connection) 04.10.37 # Soap let me know if its something you wanted when you see this: http://img258.imageshack.us/img258/2850/splashsj4.png 04.11.40 Quit Stalwart (Remote closed the connection) 04.13.06 Part debauched_sloth 04.13.08 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 04.18.32 # egg zactly 04.18.37 # thank you 04.24.39 # want an uncompressed version? 04.26.16 Quit gotthardt ("Chatzilla 0.9.77 [Firefox 1.5.0.9/2007010223]") 04.27.55 # fire at will 04.27.56 Quit Alonea ("Chatzilla 0.9.77 [Firefox 2.0.0.1/2006120418]") 04.29.58 # Soap here we go 04.29.59 # http://download.yousendit.com/7B3900192225919D 04.30.49 # if you need any custom logos (like we did for gigabeat) let me know 04.32.08 # I'm not really sure why there's a custom logo just for the gigabeat. 04.32.21 # It seems like it'd make more sense just to have the logos by screen size rather than individual target. 04.33.23 # Llorean make sense, yes 04.33.45 # Keeps the source archive from getting too big as the number of targets expand. 04.34.34 # but we have this idea of custom splash going on for gigabeat 04.34.53 # so people can create their own ones 04.35.06 # and the custom one is included in bootloader as an example 04.35.44 # this one 04.35.45 # http://img250.imageshack.us/img250/5273/splashtest02el0.png 04.36.04 # Most targets don't even have a splash in the bootloader. It's kept as small as possible and purely functional. But 'eh, I've no place to speak on it. 04.36.20 Quit Stalwart (Remote closed the connection) 04.37.06 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 04.37.21 # its really part of the "theme" concept, when someone can creat splash+backdrop+wps 04.37.31 # create* 04.37.38 # following the same style 04.38.31 # The bootloader isn't really considered the same sort of part of Rockbox. 04.38.53 # On many targets it's stored in flash and doesn't even access the disk until Rockbox itself is loaded, sometimes useful for recovering bad filesystems. 04.39.17 # yes, i understand 04.39.43 # but do you think offering this option on targets where its possible is bad idea? 04.39.49 # Wouldn't it be more logical to make the customizable splash the one when Rockbox boots, rather than as part of the bootloader? 04.39.49 Quit daurn (No route to host) 04.39.49 Quit Daishi (Read error: 110 (Connection timed out)) 04.40.16 # its a separate .raw file that should be placed in root 04.40.28 # if its not present regular rockbox screen comes up 04.40.36 # I meant though that wouldn't it make more sense for Rockbox to load the .raw, and not the bootloader? 04.40.55 # it loads the .raw 04.41.07 # What 'it'? 04.41.12 # You've been saying the bootloader so far. 04.41.13 # the bootloader 04.41.36 # So, how does saying "it loads the raw" respond to "Wouldn't it make more sense for Rockbox to load the .raw, and not the bootloader?" 04.41.55 # I just don't see why it's a feature of the bootloader rather than the core. 04.42.08 # oh i see what you mean now 04.42.28 # If it were a part of the core, every target could have the feature, and at the same time you wouldn't be messing with the current bootloader paradigm. 04.43.05 # but i think it never became a core feature because its not possible on all targets? 04.43.35 # On what target would it be impossible for the core to load an image, other than the Archos Player (because it has a charcell display)? 04.45.16 # but is it possible to display an image before the bootloader displays its data on load? 04.45.22 # Llorean: now that pijulius is back, should his 34 page thread be pruned, since much is outdated? 04.45.43 # Soap: If he wants it pruned, I will. 04.46.08 # As far as I'm concerned, the unsupported builds are none of my business outside of me keeping unrelated threads from showing up on their boards, or keeping them out of our boards. 04.46.39 # perldiver: So you're trying to hide the bootloader data for some reason? 04.47.39 Join dantheman [0] (n=danielma@134.178.20.94) 04.47.55 # interesting train of thought but of course not, its just the dilemma here "bootloader data or splash screen" 04.48.44 # But there's already the normal Rockbox splash upon boot. I just don't see why you feel the need to add any graphics into the bootloader as part of 'themeing' when there's the normal Rockbox splash that could be made themeable. 04.49.20 # It seems rather odd to add a themeable feature to just one target by way of the bootloader, when you could make a universal feature with the normal bootup splash, and leave the bootloaders as they are, text-only and very simple. 04.52.31 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 04.52.37 Quit Mouser_X (Nick collision from services.) 04.52.48 Nick Mouser_X3 is now known as Mouser_X (n=mouser_x@67.110.120.159.ptr.us.xo.net) 04.58.05 Join daurnimator [0] (i=daurn@unaffiliated/daurnimator) 05.15.08 # On the bootloader splash topic, it makes Rockbox look far more "professional" or finished if no boot text is visible. 05.15.20 *** Saving seen data "./dancer.seen" 05.15.55 # * perldiver hides 05.18.26 # scubacoles: But that can wait for a release version in which something like a simple progress bar can be used. 05.18.36 # Something that can be done identically on all targets. 05.18.50 # yeah, fair call.. 05.18.56 # That still doesn't in any way address the "Splash in the core vs bootloader" question. 05.20.05 # Perhaps us giogabeat users are coming from a different perspective 05.20.14 Quit dantheman (Read error: 110 (Connection timed out)) 05.21.11 # We have to boot with part of the Toshiba bootloader, then flick over to the Rockbox bootloader, going from Toshiba splash to boot text to rockbox splash to file browser (or WPS) 05.21.39 # scubacoles: Rockbox itself should be able to show a splash though. 05.21.54 # How long does the Gigabeat spend in the bootloader? 05.21.58 # over the top of the bootloader text?? 05.22.07 # 2 seconds 05.22.12 # Llorean 2-3 seconds 05.22.28 # scubacoles: Remember, I suggested that the bootloader text be removed for a final version. 05.22.43 # 2-3 seconds of a blank screen, or a progress bar, followed by a Rockbox splash shouldn't be too jarring, should it? 05.22.59 # On an entirely unrelated note, I believe I shall be joining the ranks of Gigabeat owners shortly. 05.23.17 # Oooh, 05.23.29 # Llorean thats great, i hope you will 05.23.32 # Indeed. 05.23.41 # join us.... 05.23.41 # Well, it really depends on one final email coming back to me saying "Agreed, we have a deal" 05.23.41 # Heh 05.24.22 # progress bar followed by a splash sounds great but we have are "own" progress bar screen built into gigabeat 05.24.31 # But I still think the splash should be a part of the core. The bootloader shouldn't have any non-essential code in it except perhaps a very simple, elegant progress bar, so that it can be consistent across all targets. 05.25.03 Join fasmaie_ [0] (n=yohannmi@cpe-71-72-99-25.columbus.res.rr.com) 05.25.03 Quit fasmaie (Read error: 104 (Connection reset by peer)) 05.25.32 Part fasmaie_ 05.25.48 # it comes up right after you turn on the player 05.25.53 Join webguest23 [0] (i=184520d9@gateway/web/cgi-irc/labb.contactor.se/x-6bac693637aaf676) 05.26.00 # and i guess theres nothing can be done about it 05.26.08 # perldriver is referring to the Toshiba part I think... 05.26.16 # has its own progress bar 05.26.16 # Aye, I figured that. 05.26.28 # Well, the Rockbox bootloader could also just be a blank screen. 05.26.48 # i'm up for elegant progress bar across all targets 05.26.48 # My big concern is that the bootloader itself should be treated as something that should be minimal and as fast as possible. 05.26.59 # agreed 05.27.23 # The iPods show a splash on boot, but it's the first thing *after* the bootloader that you see. 05.28.14 # Especially considering that in the end, the ideal for nearly any target would be to get the bootloader itself into flash. I don't know if that's physically possible ever on the Toshibas though. 05.28.14 Quit webguest23 (Client Quit) 05.29.28 # toffe is looking into it I believe, via the jtag connector on the motherboard. No promises though 05.30.41 Quit EvilDude (Read error: 104 (Connection reset by peer)) 05.30.46 Join protonite [0] (n=vircuser@ACCA8B53.ipt.aol.com) 05.30.54 # Alright, as of Monday I shall be $180 poorer, and an F40 richer. 05.31.14 # aww. 05.31.30 # Aww? 05.31.46 # hey, i upgraded the version of rockbox on my ipod to the new build yesterday (i was using one from last June), and today my ipod completely died, is there any way that rockbox could be responsible for that or is it coincidence? 05.32.06 # Llorean: congratulations, you wont regret it....unless you accidentally try the Toshiba firmware first!!!! Although then you'll understand why so many gigabeat owners have flooded this channel since Christmas :-) 05.32.06 # protonite: Coincidence. What kind of "completely died"? 05.32.23 # scubacoles: It will be my... umm... 5th or 6th Rockbox target. 05.32.26 Join webguest15 [0] (i=184520d9@gateway/web/cgi-irc/labb.contactor.se/x-f589dda19b946618) 05.32.28 # Llorean just happy for you 05.32.58 # Llorean - I had around 70% battery left, turned it off, then when i tried to turn it on I got a low battery symbol in rockbox, and it turned itself off 05.33.04 # it now wont turn on, or recharge 05.33.06 # Llorean: yeah I understand that I'm the newbie here... 05.33.11 # maybe it will become your favourite target 05.33.14 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 05.33.18 # protonite: turn hold on, turn hold off, hold menu+select for 30 seconds very carefully 05.33.22 # perldiver: Unlikely 05.33.30 # perldiver: Very, very, very unlikely 05.33.35 # you have a winner already? 05.33.37 # I can't imagine anything competing with the H120 for pure audio function. 05.34.02 # er 05.34.08 # ok that just worked 05.34.20 # protonite: I know. ;) 05.34.23 Quit Mouser_X (Nick collision from services.) 05.34.25 Nick Mouser_X3 is now known as Mouser_X (n=mouser_x@67.110.120.159.ptr.us.xo.net) 05.34.31 # thanks, but what was the problem? even plugging it onto my computer done nothing before, that normally causes it to reboot automatically? 05.34.48 # i thought the battery had just blew up or something :o 05.34.57 # protonite: The iPods have somewhat strange batteries it seems, and sometimes you have to use the full hard reboot procedure. 05.35.14 Quit webguest15 (Client Quit) 05.35.27 # hm, fair enough 05.35.30 # perldiver: Honestly, I'm just getting it because the price was cheap enough for a 40gb player, and it'll make it easier for me to provide support. 05.36.11 # h120 has alot to offer yeah 05.36.36 # Color screens 'n all that jazz, not really stuff I use terribly often. 05.36.58 # Though if the battery life beats the H120, and the sound quality is comparable it could replace it for everyday use. 05.37.19 # Actually, my H120 needs a new battery anyway. The original's too many years old 05.37.25 # id definitely swap my ipod for my old h140 if i could find one in good condition :/ 05.39.22 Join debauched_slot1 [0] (n=debauche@c-24-63-72-200.hsd1.ma.comcast.net) 05.40.05 # Most of my players are ones I've ended up with through various deals or in the case of my Archos, my brother's old player. 05.40.11 Join webguest96 [0] (i=4a60413d@gateway/web/cgi-irc/labb.contactor.se/x-9539034b82e10189) 05.40.23 # i need help 05.40.23 Join toffe [0] (n=toffe@12.22.37.162) 05.40.34 # webguest96: What problem are you having? 05.40.55 # my video ipod is displaying " dara abort at 00041b30" 05.41.01 # data* 05.41.08 # What did you do immediately before this happened? 05.41.18 # playing music 05.41.27 # What build are you using? 05.41.33 # how do i turn it off 05.41.42 # video ipod v5.5 05.41.46 # Just use the reset combination. 05.42.02 # which is? 05.42.02 # No, I meant, how old is the build, and is it an official one. 05.42.06 # Menu+Select, hold it for several seconds. 05.42.09 # for rockbox 05.42.09 Part debauched_slot1 05.42.22 # then nest one for video ipod 05.42.42 # thanks 05.42.54 # So it's from the SVN Builds link on the site? 05.42.55 # im still new to rockbox 05.43.20 # daily build 05.43.28 # scubacoles , Llorean : the jtag is accessible on the gigabeat, it is part of my todo list :) 05.43.42 # its a bit hard to find my music though on it 05.43.57 # to try to connect to it and read (if possible an reflach) 05.43.57 # toffe: But is it flashable without the JTAG (once you've got a safe bootloader, can it be flashed by normal users?) 05.44.01 # do i have to get rid of the itunes uploaded music first? 05.44.14 # webguest96: Have you read the manual yet? I suggest the portions on Database 05.44.33 # is there a setting in rockbox thatll make the ipod buttons work as soon as you press them when its been active? not sure to describe what I mean but when Ive not used it for a while it ignores me pressing fastforward/pause etc until Ive played around with the scrollwheel a bit to activate it 05.44.41 # s/active/inactive/ 05.44.55 # protonite: Turn off "First keypress enables backlight" 05.44.56 # Llorean : I don't think you can flash it without the jtag 05.45.23 # toffe: So the Toshiba bootloader built in can never be upgraded in a firmware update? 05.45.54 # can it play my videos? 05.45.58 # cool, thanks 05.46.04 # webguest96: Rockbox does not support the same formats of video. 05.46.13 # oh, k 05.46.17 # protonite: It may not help perfectly though. Some of it's just because of the slowness. 05.46.26 # fair enough 05.46.38 # it was a lot worse on the June 2006 build i was using 05.46.40 # Llorean : I don't know enough to answer 05.46.49 # the new one is far far better so thanks :o 05.46.49 # protonite: Try the kernel_on_cop patch. 05.46.57 # toffe: Alright, I'm just curious. :) 05.47.11 # ah i got it now 05.47.24 # i hold menu down for 3 seconds or so 05.47.33 # then go to database 05.47.45 # to see my music 05.49.35 # whats a good looking theme 05.50.21 Join EvilDude [0] (n=prashant@CPE-60-227-89-93.nsw.bigpond.net.au) 05.51.19 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 05.56.14 # check out beatMPgirl, if you can 05.56.47 # do using non-default themese decrease batterylife? 05.57.32 # protonite: It can depend on the theme. 05.57.47 # Animation, alternating sublines, peakmeters, complex graphics can all affect things 05.58.02 # ok 05.58.12 Join debauched_slot1 [0] (n=debauche@c-24-63-72-200.hsd1.ma.comcast.net) 05.59.26 # off to bed, thanks for the help 05.59.26 Quit protonite ("User pushed the X - because it's Xtra, baby") 06.01.29 Part debauched_slot1 06.02.47 Quit webguest96 ("CGI:IRC (EOF)") 06.04.56 Quit Mouser_X (Read error: 110 (Connection timed out)) 06.06.18 Quit EvilDude (Read error: 104 (Connection reset by peer)) 06.18.19 Join akadewboy [0] (n=akadewbo@dialup-4.228.33.48.Dial1.Denver1.Level3.net) 06.20.24 Quit akadewboy (Client Quit) 06.21.45 Join Mnementh114 [0] (n=craigih@adsl-216-101-144-102.dsl.snfc21.pacbell.net) 06.22.09 # i figure people here might be able to answer my rockbox question 06.22.25 # is there a way to charge the ipod and play music when running rockbox? 06.22.47 # because every time I do, It won't run because it thinks a usb is connected 06.23.10 # Hold Menu while plugging it in. 06.23.20 # then it boots to old os 06.23.36 # AFTER Rockbox is on, Hold Menu, then while menu is down, plug in USB. 06.23.36 Quit sneakums ("There shouldn't be this reign of silence, but what are the options when someone great is gone?") 06.24.09 # gotcha. 06.26.12 Part Mnementh114 06.27.43 Join sneakums [0] (i=sneakums@jenny.ondioline.org) 06.35.13 Quit BHSPitMonkey (Remote closed the connection) 06.35.56 Join webguest36 [0] (i=4a60413d@gateway/web/cgi-irc/labb.contactor.se/x-64806e0b872d38d9) 06.36.45 # why is it that my database "isn't ready" 06.37.00 # webguest36: Did you follow the directions for how to get it set up? 06.37.25 # well do i have to restart it? 06.37.51 # onece the cange to the settings has been done? 06.38.14 Join Mouser_X [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 06.38.31 Quit Mouser_X3 (Nick collision from services.) 06.38.48 # perhaps that message should be "database build in progress. please wait." 06.38.56 # (assuming that is why it isn't ready) 06.39.00 # webguest36: I take it that's a "I haven't read the instructions" then? 06.39.10 # yep 06.39.15 # im very tired 06.39.43 # webguest36: And magically the words we put on the screen are easier to read than the words that were already there? 06.40.30 # sorry, you lost me 06.40.38 # ha ha. 06.40.46 # sneakums: Well, the database can be not ready because the build is in progress, or because the person hasn't restarted after, or because it was never initialized in the first place. 06.40.55 # ah 06.41.04 # that makes sence 06.41.09 # *sense 06.41.24 # right 06.41.42 # webguest36: My point is, if you'd just read the bloody manual you wouldn't have had to ask in the first place, and I don't see how "I'm very tired" is an excuse since reading the manual is something you should've done in the first place, and doesn't require any of us to retype things yet again. 06.43.09 # Seriously, the manual was written for a reason and it's rather frustrating that when I asked if you'd read it, you attempted to dodge the subject. 06.43.36 # i understand that the manual was made for that 06.43.51 # and i did read the basic stuff 06.44.00 # and a bit more after 06.44.17 # i just wanted a live answer 06.44.25 # Why? 06.44.43 # i find it to be faster 06.44.49 # Did the logic go something like "They already wrote it down for me, but I should make them type it again even though it's the very same people saying it?" 06.45.24 # So, the logic is "I want to make someone else work to save me time" then. 06.45.39 # That's what "Getting someone to tell it to me so it's faster for me" boils down to. 06.45.44 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 06.45.44 Quit Mouser_X (Nick collision from services.) 06.45.51 Nick Mouser_X3 is now known as Mouser_X (n=mouser_x@67.110.120.159.ptr.us.xo.net) 06.46.01 # i find it to be faster 06.46.01 # webguest36: It wasn't faster this time... 06.49.58 Join Rob222241 [0] (n=Miranda@p54B1461A.dip.t-dialin.net) 06.50.21 Join johnd0e [0] (n=123@66-190-234-123.dhcp.klmt.or.charter.com) 06.50.34 # hey room 06.50.49 # Howdy johnd0e 06.51.08 # I have a quick couple of questions about rockbox on a ipod 5g 06.51.15 # Shoot. 06.51.43 # Does rockbox support the ipod wall chargers ? 06.51.45 Join kaaloo [0] (n=luis@rue92-3-82-232-48-241.fbx.proxad.net) 06.51.48 # (As in, dang, sorry, I can't help.) 06.51.51 # :P 06.51.54 # lol 06.51.58 # I don't know, but I would assume so. 06.51.59 # johnd0e: Yes. 06.52.08 # Hmmm. 06.52.30 # Perhaps the charger I have is defective then... Damn cheap foreign electronics... 06.52.39 # Another: 06.52.53 # you could check for sure by booting into the apple firmware, if you have dual boot 06.53.08 # wow, sneakums just brought up my next question 06.53.16 # how can you dualboot with orig firmware? 06.53.20 # ipodpatcher? 06.53.43 # No, start Rockbox, and while it's booting, turn on the HOLD button (is that right?) 06.53.55 # johnd0e: If you installed it properly, you just turn on the hold switch immediately after powering up 06.53.56 # (I know it's close to that) 06.54.01 # Is that in the documentation anywhere? 06.54.09 # Or if you have the old bootloader, hole Menu down while booting. 06.54.15 # I scoured the docs and didn't find anything... 06.54.19 # johnd0e: It's in the IpodFAQ on the website, and *probably* in the manual too. 06.54.42 # Leave it to technology to leave me feeling stupid... haha... 06.55.43 # Note for others: It is the hold switch. Boot the ipod with hold on, and it will boot orig firmware. 06.55.50 # Thanks for the help guys 06.56.12 # Well, I try. 06.56.19 # Sorry I couldn't be of service... 06.56.41 # no problem. You're part of a great community 06.56.51 Join FOAD_ [0] (n=dok@dinah.blub.net) 06.56.58 # Heh. 06.57.08 # What a polite nick, FOAD... 06.57.52 # @llorean, Yeah, it was there in the IpodFAQ... Darn... I didn't check that. 06.58.20 # johnd0e: It wasn't until you said that, that I realized it wasn't a mispelling of "toad." 06.58.23 # :( 06.58.31 # lol 06.58.53 # There are some things that I am very happily ignorant of. 06.59.29 # Mouser_X any progress on wps? 06.59.39 # Not at this time. 06.59.49 Part Llorean 06.59.50 # I'll probably get back to it on Friday. 06.59.58 # im about to start drawing icons for mine 07.00.12 # Icons? In what form? 07.00.19 # Or, I should say, what's their use? 07.00.36 # well, battery, play/pause, shuffle etc etc 07.00.43 # Ah. 07.00.55 # Yes, I still need to do those (and figure out their placement). 07.01.04 # well anyways, thanks to you all for the help and have a good morning/night/afternoon! 07.01.07 # Well, for the battery anyway. 07.01.18 # evening folks 07.01.28 Quit johnd0e () 07.01.47 # I have play, pause, stop, shuffle, repeat, and all the standard buttons of Winamp to take care of that stuff. 07.01.59 Quit webguest36 ("CGI:IRC (EOF)") 07.02.27 # Though, because of the multiple modes of repeat, I might have to modify that... 07.02.38 # Or, display it in 2 places, or something. 07.05.12 Quit FOAD (Read error: 145 (Connection timed out)) 07.06.21 Join midgey_ [0] (n=tjross@markely-164-75.reshall.umich.edu) 07.06.32 Quit midgey (Read error: 104 (Connection reset by peer)) 07.08.07 Quit Rob222241 (Read error: 110 (Connection timed out)) 07.08.10 Quit Rob2222 (Read error: 110 (Connection timed out)) 07.15.23 *** Saving seen data "./dancer.seen" 07.19.15 Join webguest62 [0] (i=cfc87488@gateway/web/cgi-irc/labb.contactor.se/x-46ecccccbfd176f8) 07.19.57 Join Rob2222 [0] (n=Miranda@p54B1716E.dip.t-dialin.net) 07.20.39 # Anyone know why my Ist gen ipod nano won't be found by ipodpatcher 07.21.07 # ive done it like 50 different ways 07.21.25 # Reminds me of Thomas Edison. 07.21.36 # ? 07.21.56 # "I didn't fail 5000 times when making the light-bulb. I learned 5000 ways not to build a light-bulb." 07.22.11 # O 07.22.16 # (Take note, that's not a direct quote, but he did say something pretty close to it.) 07.22.36 # Sorry, I don't have an answer for you. 07.23.10 # sorry i don't have that long and im not Thomas Edison 07.23.31 # anyone else maybe 07.24.02 Quit JoeBorn ("bedtime, how about them bears!") 07.24.33 # it just says no ipod found 07.26.31 # it says i need to make it show up as a disk drive but i can onlty think of 2 ways so thats what 4 combinations 07.26.32 Part kaaloo 07.27.03 Join kaaloo [0] (n=luis@rue92-3-82-232-48-241.fbx.proxad.net) 07.27.48 # all right Im assuming that means no one knows thats currently here 07.28.03 Part kaaloo 07.28.08 Quit webguest62 ("CGI:IRC (EOF)") 07.39.28 # i'm pretty sure it's a case of "open to itunes, tick box" 07.46.34 Quit akaias (Read error: 104 (Connection reset by peer)) 07.52.32 Quit toffe ("MegaIRC v3.27 http://ironfist.at.tut.by") 07.55.43 Join MarcoPolo [0] (n=MarcoPol@virlet.rez-gif.supelec.fr) 07.59.00 Quit MarcoPolo (Client Quit) 07.59.37 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 07.59.46 Join MarcoPolo [0] (n=MarcoPol@virlet.rez-gif.supelec.fr) 08.05.51 Join Shameless [0] (n=Sparks@24-231-228-185.dhcp.aldl.mi.charter.com) 08.07.00 Quit Shameless (Client Quit) 08.07.39 Join akaias [0] (n=akaias@c-76-16-18-102.hsd1.il.comcast.net) 08.10.22 Join RIAA [0] (n=lee@67-42-194-198.eugn.qwest.net) 08.10.37 Quit RIAA (Client Quit) 08.16.32 Quit Mouser_X (Read error: 110 (Connection timed out)) 08.21.14 Join akadewboy [0] (n=akadewbo@dialup-4.228.33.82.Dial1.Denver1.Level3.net) 08.23.38 # Can I get write permission for the Wiki so I can upload my WPS? WikiName: RobertOlenichak 08.31.07 Join _Veseliq_ [0] (n=veseliq@195.85.215.210) 08.33.38 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 08.34.01 Join GodEater [0] (i=c2cbc95c@gateway/web/cgi-irc/labb.contactor.se/x-0df06ac3628c3168) 08.36.41 Join My_Sic [0] (n=MySic@gw-wlan.ece.fr) 08.39.03 Quit merbanan (Read error: 145 (Connection timed out)) 08.45.00 Quit Vyrus001 ("Leaving") 08.48.10 # akadewboy: done 08.48.19 # any perl/script kiddies here? 08.49.13 # thank you :D 08.51.38 Join LinusN [0] (i=linus@rockbox/developer/LinusN) 08.52.07 Join AndreSmith [0] (n=MyUser@60-242-25-74.static.tpgi.com.au) 08.52.12 Join upsioned [0] (n=ju@82.67.68.29) 08.52.14 Quit subson (Read error: 104 (Connection reset by peer)) 08.52.32 # I downloaded the rockbox zip and rockboy.rock doesnt seem to be there 08.52.47 # which platform? 08.52.52 Quit Juice^ ("Leaving") 08.53.03 # e200 08.53.20 # i guess rockbox hasn't yet been ported to the sansa 08.53.26 # sorry, rockboy 08.53.33 # Oh, but it has, many people with a sansa have rockboy on theirs 08.53.45 # are you looking in the right place? 08.53.54 # .rockbox/viewers? 08.54.21 Join B4 [0] (i=d94e2a0b@gateway/web/cgi-irc/labb.contactor.se/x-e5b0d39962571c08) 08.54.57 # yes, hmmm, looks like it's not there 08.55.09 # strange, does that mean it might have been taken off? 08.55.52 Join ender` [0] (n=ender@84.52.165.220) 08.55.54 # Where would I acquire rockboy then? 08.58.38 # i'm surprised to hear that it has been there and then removed 08.58.51 # I wonder why 08.58.58 # is there anyway to get it though? 08.59.11 # stay tuned, i'm checking 08.59.21 # Thanks 08.59.49 # mo0ning 09.01.00 # Bagder: Did you make the buildmaster exclude godeater.dyndns.org and lostlogicx.com from simulator builds? 09.01.29 # * amiconn noticed the absence of yellow in his latest commit 09.01.39 # amiconn: nope 09.01.53 Nick B4 is now known as Bagderr (i=d94e2a0b@gateway/web/cgi-irc/labb.contactor.se/x-e5b0d39962571c08) 09.02.31 # weird. All previous builds had some yellow due to the bad gcc 09.02.36 # I've only removed slasher's server 09.02.46 # so I guess the distribution is now very different 09.04.00 # LinusN: Found anything? 09.04.02 # Hmm, possible 09.05.47 # AndreSmith: this is really weird. Rockboy is being built when i build the sansa code myself, but not by the build servers 09.06.03 # Strange 09.06.06 # Why is that so? 09.06.07 # really 09.06.12 # i wish i knew 09.06.31 # Well, for the time being is it possible to send me the plugin? 09.06.33 Join petur [0] (i=d4efd6a6@gateway/web/cgi-irc/labb.contactor.se/x-2ac1aa893568e760) 09.06.57 # is that problem in the daily builds too? 09.07.08 Join YouCeyE [0] (n=YouCeyE@unaffiliated/youceye) 09.07.48 # I dont think the e200 is on the daily builds yet 09.07.49 # Is it? 09.08.04 # no, only svn builds 09.08.08 # uhm 09.08.12 # I'll add it 09.08.15 # Bagderr: Hmm, fnarfbargle.com might have the same problem as Slasheri's server 09.08.27 # not svn converted? 09.08.28 # I'll check 09.08.40 # The latest build is missing rockboy, but the previous one has it 09.08.56 Join merbanan [0] (n=banan@c80-216-155-218.bredband.comhem.se) 09.08.58 Quit netmasta10bt (Read error: 110 (Connection timed out)) 09.09.03 # Previous was built on a different server, farsan.haxx.se 09.09.14 # indeed 09.09.21 # fnarfbargle.com is bad 09.09.43 # amiconn: you can always trust farsan :-) 09.13.48 # do I disabled both fnarfbargles 09.13.52 # s/do/so 09.14.43 Quit upsioned () 09.14.53 # Bagder: what's the issue with it? 09.14.59 # no svn 09.15.04 Join subson [0] (n=ju@82.67.68.29) 09.15.06 # rather no checkout repo 09.15.15 # why not do it then? 09.15.29 *** Saving seen data "./dancer.seen" 09.15.31 # I'm not sure they want me to 09.15.42 # I rather ask the admins to do it 09.15.42 # ok 09.16.32 Join tucoz [0] (i=528612c1@gateway/web/cgi-irc/labb.contactor.se/x-5dd9d9cef357394b) 09.16.34 # has anybody tried to run the ipod ata patch on another platform? 09.17.00 # * tucoz notices more manual commits from Mr. Ross. Yay! 09.17.44 Quit My_Sic (Read error: 145 (Connection timed out)) 09.18.17 # midgey_: nice work :) 09.18.23 # which ATA patch would that be Linus ? 09.20.49 # nevermind - found it 09.21.50 # did you get fat32 to work then LinusN? or what exactly :) 09.22.17 # DataGhost: i take it you haven't checked my patch :-) 09.22.17 # http://www.rockbox.org/tracker/task/6549 09.22.27 # if necessary I cn test it on my 4G iPod after my exam today, if that's 'another' enough :) 09.22.32 # no I haven't checked it yet indeed :) 09.23.04 # it turns out that fat32 is very much non-trivial to fix 09.23.13 # heh 09.23.16 # and ext3? 09.23.19 # or didn't you try that? 09.23.26 # rockbox doesn't have ext3 09.23.37 # oh ok :P 09.23.42 # I really need to try it on my 4G some time :P 09.24.42 # and now, we have a daily sansa build too 09.25.01 Quit merbanan (Read error: 145 (Connection timed out)) 09.25.11 # LinusN: sadly I don't have another target with me here to test at the moment - but since I'd like to test it on my 5.5G, I'd like to ask: do I need to build both the bootloader and the firmware, or can I do just the firmware ? 09.26.23 # it won't be able to load the firmware, so don't bother :-) 09.26.36 # just bootleader then ? 09.27.12 # yes, and with an unmodified ipod.c, you won't see anything else but a hang 09.27.15 # * GodEater assumes this will just display the MBR properly 09.27.21 # not even that 09.27.30 # no? still sleep() hangs ? 09.28.35 # because the current ipod.c displays the partition table *after* mounting the file system 09.28.50 # which fails, since fat32 isn't fixed yet 09.28.52 Join Soap_ [0] (n=Soap@rockbox/staff/soap) 09.29.00 # ah 09.29.03 Quit Soap (Read error: 131 (Connection reset by peer)) 09.29.07 # ah, that explains why my experiment of changing the mbr-read to be 1024 bytes didn't seem to do anything 09.29.13 # probably 09.29.18 # that'll teach me to look more carefully 09.29.26 # (actually, it probably won't) 09.30.04 # :-) 09.30.18 Quit AndreSmith ("Computer goes to sleep!") 09.30.35 # I saw your note in the logs re: fat 32 directory handling being very 512 byte centric 09.30.53 Part mofonyx 09.31.08 # GodEater: yes, in the rockbox driver 09.31.19 # well that's what I meant ;) 09.32.04 Quit lurk_err ("leaving") 09.32.41 # the rockbox fat driver is very optimized for low memory usage 09.32.48 # as I would expect 09.33.17 # but that unfortunately made it harder to adapt for 1024-byte physical sectors 09.33.52 # i curse toshiba for not allowing 1-sector reads 09.34.05 # I second your curse, and also thumb my nose at them 09.34.25 # i additionally set them on fire 09.34.33 # :-) 09.34.50 # in fact, I nominate them Rockbox's "Public Enemy No. 1" for the month. 09.36.03 # here's an idea 09.36.31 # is it worth just re-writing ata_read_sectors so that it always reads 2, and always throws away the second one ? 09.36.36 # very inefficient 09.36.41 # but perhaps easy to make this worth with ? 09.37.18 # * GodEater waits for his shiny idea to get shot down in flames and stamped on.... 09.37.50 # GodEater: then it wouldn't be compatible with the existing filesystem 09.37.56 # heh - I can imagine amiconn choking into his breakfast just reading that 09.38.07 # ah well - it was just an idea 09.38.31 # how is the exisiting file system done then ? 09.38.55 # according to the fat32 specification 09.39.08 # I'll google for it 09.39.21 # if we only used every second sector, we will not be able to read the filesystem 09.39.27 # it's a horrible word document somewhere on microsoft.com, iirc 09.40.02 # LinusN: well, i think the idea is more to round the requested sector down to even, read 1024 bytes, and throw away whicever half isn't needed 09.40.10 # so it would read the existing format 09.40.15 # GodEater: no need to google, http://www.rockbox.org/twiki/pub/Main/DataSheets/FAT32Spec103.pdf 09.40.40 # but the writing would be horrible if you try to hide it that way, i guess 09.40.52 # since you'd have to read the 1024 bytes, change the right 512, and write it back 09.41.00 # (assuming writes as constrained as reads are) 09.41.01 Join bluebrother [0] (i=tvRsxQK8@rockbox/staff/bluebrother) 09.41.08 # sneakums: yes, that is a way, but then we must handle unaligned reads and writes by buffering, and that is a mess 09.41.29 Quit akadewboy () 09.41.50 # I did a cursory inspection of the code tree, and never came up with anywhere that we were reading many sectors at once 09.41.58 # it's not that fixing the fat32 driver is impossible, just not as easy as i had hoped for 09.42.37 # GodEater: exactly, the only places we do that is when we read/write files 09.42.40 # so I always figured it was currently returning 512 byte buffers 09.43.46 # so my idea was to just modify ata_read_sectors to always return the first 512 bytes from a 2 sector read. That way the code calling ata_read_sectors would always get back what it currently expects 09.44.07 Join Exodus [0] (i=3ba7b8af@gateway/web/cgi-irc/labb.contactor.se/x-ce25becb62b17b15) 09.44.08 # GodEater: what about when it reads an odd sector? 09.44.16 # but that would become very messy (as you say) when we start doing more sectors at one time than just one. 09.44.37 # does the Toshiba driver moan when you give it an odd starting sector number as well then ? 09.44.44 # s/driver/controller 09.44.56 # afaik, yes 09.45.02 # what a pain 09.45.04 # the ata spec seems to indicate you'd have to do the i/o on multiples of the physical sector size 09.45.13 # I thought we just had to set NSECTORS to a power of 2 09.45.26 # not LBA to be a power of 2 as well 09.45.52 # er, my sentence didn't really say what i wanted it to say, i think 09.45.57 # but you get it anyway :) 09.46.28 # GodEater: we basically have to align the i/o to the physical sector size 09.46.52 Join Wiwie [0] (n=goddi@vpnsh0087.fh-trier.de) 09.47.05 # has anyone (i.e. you ;) ) actually tried an odd numbered sector offset to read ? Cos if you haven't I'll try it now. 09.47.07 Quit JdGordon ("Konversation terminated!") 09.47.37 # GodEater: try it, i would be utterly surprised if it worked 09.48.58 # * GodEater gets to it 09.51.19 # even if that worked, we would still have a nightmare to support 1-sector writes 09.54.08 Join mofonyx [0] (n=weesim@resnet-167985.resnet.bris.ac.uk) 09.54.43 # aware of that now that sneakums pointed it out - I'm now just burning with curiousity ;) 09.58.13 # hey ladies and gents 09.59.45 Join Echelon [0] (i=ryan@38-101-153-226.jack.fl.echel0n.net) 10.01.10 Quit idnar (Nick collision from services.) 10.01.12 Join idnar_ [0] (i=mithrand@unaffiliated/idnar) 10.02.26 Join jba [0] (n=jba@c211-30-242-204.blktn3.nsw.optusnet.com.au) 10.02.29 # was wondering if some one could clarify if you can watch standard ipod video format with rockbox before i go and install it with linuxbooter 10.04.11 # Exodus: the answer is no, but you can always boot the original firmware to watch them 10.04.12 # read the mpegplayerplugin page on the wiki 10.04.24 Join linuxstb__ [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 10.04.33 # ok thank you at least i know my options 10.05.12 # ive been reading some of the wiki and have found that the mpeg player is some what slow 10.05.55 # rotfl 10.06.21 Quit subson () 10.08.23 Quit Exodus ("CGI:IRC (EOF)") 10.08.51 Quit BigBambi (Read error: 104 (Connection reset by peer)) 10.11.59 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 10.12.59 Join subson [0] (n=ju@82.67.68.29) 10.14.34 Join roolku [0] (n=roolku@82-41-2-141.cable.ubr01.edin.blueyonder.co.uk) 10.14.36 Quit Rob2222 (Read error: 104 (Connection reset by peer)) 10.14.44 Join Rob2222 [0] (n=Miranda@p54B1716E.dip.t-dialin.net) 10.15.27 Quit linuxstb_ (Read error: 110 (Connection timed out)) 10.16.15 Part l_r ("Leaving") 10.16.38 Join lee-qid [0] (n=liqid@p5496604E.dip.t-dialin.net) 10.20.11 Join webguest52 [0] (i=8506cf9d@gateway/web/cgi-irc/labb.contactor.se/x-4e19b288d845a92f) 10.20.12 Join Thundercloud [0] (n=thunderc@82.152.223.69) 10.21.26 # Hello 10.22.29 # Just wondering, does RockBox work with the iAudio 6? 10.24.38 # no 10.24.52 # it works only on the players that are stated at the frontpage. 10.25.35 # Hm, bummer. I have to buy some number of audio units for a university project but the X5 seems to be discontinued. 10.26.43 # you can look in the New Ports forums if there is a discussion about that player. 10.27.01 # but I doubt that -- never heard of an iaudio 6 10.27.27 # It's the newest version, I thought. http://global.cowon.com/product/product_iAUDIO6_feature.php 10.28.04 # bluebrother: the 6 has been out for quite a while. 10.28.47 # Any idea if there are technical reasons why Rockbox wouldn't work on the iAudio 6? 10.29.00 # hmm, I'm definitely not up to date 10.29.25 # do you know techical details about the iaudio6? Like CPU? 10.30.47 Join Kittt0s [0] (i=Kaa@84.94.79.56.cable.012.net.il) 10.30.49 Quit Kitt0s (Read error: 110 (Connection timed out)) 10.30.51 # I don't, unfortunately (googling now) 10.30.52 # hmmm - my ipod appears stuck in wait_for_bsy() 10.30.59 # it's too bad that they decided to discontinue the x5, it was a very popular rockbox target 10.31.12 # and a very good player in general 10.31.38 Quit Wiwie ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 10.32.20 # Yeah, I want to buy 5 units but the stores here say "no can do, no longer sold" 10.32.39 # So I might have to buy the iAudio 6 but I need to know if RockBox will work on them 10.32.55 # no it won't, at least not in the near future 10.33.06 # try to get hold of some x5's from another store 10.33.16 # amazon.de seems to still have some in stock 10.33.27 # University regulations unfortunately require me to purchase from approved sellers, argh. 10.33.38 # their loss then 10.34.13 # Is porting to X6 probably difficult? Or probably similar? Or impossible to say? 10.34.28 # the x6 is a totally different beast, afaik 10.34.33 # Aaargh. 10.34.40 # so no more coldfire? Too bad. 10.34.45 # very bad 10.35.41 # Well, I'll try to convince my superiors to purchase remaining X5s from non-approved sources. 10.35.56 # Thanks for the info guys. 10.36.20 # found a firmware file for the iaudio6. I6_FW.bin with over 7MiB size 10.36.24 Join barrywardell [0] (n=barrywar@194.46.160.175) 10.37.29 Quit petur ("CGI:IRC (Ping timeout)") 10.38.04 Join austriancoder [0] (i=c108287e@gateway/web/cgi-irc/labb.contactor.se/x-0ee266c38ffe8549) 10.38.12 Quit austriancoder (Client Quit) 10.38.16 # LinusN: any idea why I'm stuck in wait_for_bsy() now ? That's not happened before AFAIAW 10.38.18 # i'm not surprised that cowon pulled the x5, it has been on the market for quite some time 10.38.24 # *ears perk up* bluebrother - does that mean rockbox will run on the i6??? 10.38.43 # GodEater: because the fat code reads 1 sector at a time 10.38.52 Join austriancoder [0] (i=c108287e@gateway/web/cgi-irc/labb.contactor.se/x-43842a34e29d8482) 10.39.37 # I've not got as far as the filesystem yet 10.39.38 Quit GodEater ("CGI:IRC (EOF)") 10.39.59 Quit jba (Read error: 110 (Connection timed out)) 10.40.02 # can you even buy an i6 in europe? 10.40.12 Join GodEater [0] (i=c2cbc95c@gateway/web/cgi-irc/labb.contactor.se/x-709de99af6d41f7e) 10.40.27 # This hasnt even finished ata_init() yet LinusN 10.40.34 # it's not gone near the fat code yet 10.40.53 # GodEater: interesting, what have you changed? 10.42.12 # Tech info in i6: http://iaudiophile.net/forums/archive/index.php/t-8344.html 10.42.21 # s/in i6/on i6/ 10.43.20 # LinusN: apart from the odd numbered start in the call to get the MBR - nothing 10.43.23 # and it's not got there yet 10.44.05 # weird 10.44.43 # very 10.45.11 # * GodEater curses 10.45.21 # and now - for no reason at all 10.45.25 # it's just finished ata_init() 10.45.47 # so it's not stuck there anymore 10.46.39 # "odd numbered start"? 10.47.07 # ah, an unaligned read? 10.48.09 # well I just brutally hacked disk_init() to read sector 1, not sector 0, just to see if ata_read_sectors() would return without an error 10.49.16 # and I got no error 10.49.41 # did you change it to read only 1 sector too? 10.49.48 Join netmasta10bt [0] (n=torment@pool-71-251-91-52.tampfl.fios.verizon.net) 10.51.01 # nope - still reading 2 10.52.04 # o.o 10.52.08 # where is jd? 10.52.35 Join My_Sic [0] (n=MySic@gw-wlan.ece.fr) 10.53.58 Join mk3y [0] (n=mkey@pD9E35B92.dip.t-dialin.net) 10.54.57 # this is odd 10.55.08 # it's hanging again now I've taken more of my printfs out 10.56.44 # webguest52: no, that doesn't mean anything. I was just a bit surprised by the size 10.57.03 # I guess that file is encrypted, so simply disassembling it won't work 11.00.45 Quit phrozen77__ ("All generalizations are false.") 11.01.18 # I'd completely disregard that no error statement from above 11.01.29 # I only managed to get my iPod to that stage once 11.01.37 # now it's just hanging randomly again 11.02.30 # GodEater: are you running the bootloader? 11.02.50 # yes 11.03.04 # I went through and replace all the sleep() calls with udelay() calls 11.03.09 # doesn't seem to make any difference 11.03.13 # ok 11.03.25 # I don't think that's where it's hanging 11.03.39 # when I got to the point with numerous printf()s of narrowing it down 11.03.46 # it suddenly skipped past the point it was hanging 11.03.54 # it's *somewhere* in set_multiple_mode() 11.03.57 # but this is still with the unaligned read? 11.04.00 # but I'm not sure why or how 11.04.06 # well it's not got that far though 11.04.11 # i see 11.04.12 # so I'm not sure that's relevant 11.04.18 # it's still in ata_init() 11.04.22 # before it shows the HD model 11.04.29 Join norbusan [0] (n=norbusan@chello213047086216.5.14.tuwien.teleweb.at) 11.04.35 # weird indeed 11.04.42 # yeah =/ 11.04.54 # and as soon as I took the printf()s out again - it hung again 11.04.59 # so it hasn't even tried to perform a READ_MULTIPLE? 11.04.59 # Nicolas, are you here? 11.05.05 # nope it hasn't 11.05.15 # major weirdness 11.05.18 # I don't understand it 11.05.27 # three weeks ago this was utterly reliable 11.05.44 # * amiconn would like to see rockbox on the M5 11.05.54 # bluebrother. run strings on the file. Iirc, the x5 fw is not encrypted. 11.05.55 # Should be fairly easy 11.06.18 # amiconn: yes it should be easy 11.06.27 # bluebrother: and i think i ran strings on the x6 as well some time ago, and i think it wasn't encrypted 11.06.43 # * tucoz says think a lot 11.06.48 # but can you buy an m5 nowadays? i think not. 11.06.55 # s/says/writes 11.07.11 # Sorry for the noob question, but what use is the fw file? Reverse engineering the binary firmware? 11.08.10 # You can find info on the hardware used for instance 11.09.38 # webguest52. it is a lot easier to add a bootloader to the player if the original fw is not encrypted. 11.10.16 # Ah, I get it. Reminds me of hacking disk boot sectors on my Atari 800 back in the day. 11.11.46 # i6_FW.bin appears unencrypted (just downloaded and ran strings on it) 11.12.56 # yep. so i remember it to be 11.13.31 # What's the general process of adding a bootloader? Reverse engineer magic numbers for booting, disassemble the code, insert a jump point to your code, that sort of thing? 11.13.39 # try and see what info you can gather by looking through that. you can get hints to what hw and libraries is used etc. 11.13.47 Quit My_Sic (Read error: 145 (Connection timed out)) 11.13.56 # webguest52. ask LinusN that 11.14.13 Join phrozen77 [0] (n=phrozen7@pD9EC6E63.dip.t-dialin.net) 11.14.28 # looks really like the FW isn't encrypted. 11.14.35 # webguest52: yes, that's basically it 11.14.39 # strings even tells something about cue sheets. 11.15.05 Quit norbusan ("Leaving.") 11.15.31 *** Saving seen data "./dancer.seen" 11.15.46 # I wish I had time to work on this sort of porting officially :-( 11.16.04 # why not work on it unofficially then ? ;) 11.16.09 # ok ... TELECHIPS TCC720 USB MMC 11.16.30 # oh 11.16.33 # Different then the X5? 11.16.39 # at least that is found by strings 11.16.54 Join Genre9mp3 [0] (n=yngwiejo@rockbox/contributor/Genre9mp3) 11.17.24 # * bluebrother even found some windows file paths with strings 11.17.38 # iirc, i found references to coldfire in that fw file. i could be wrong though. 11.17.57 # Yeah I saw the windows file paths, must be leftovers from their development environment seeping into the binaries. Kinda funny though. 11.18.32 Nick linuxstb__ is now known as linuxstb (n=linuxstb@i-83-67-212-170.freedom2surf.net) 11.18.40 # webguest52: the iriver firmware had all the debug strings left in the binary, a gold mine for reverse engineers 11.18.51 # __FILE__ is nice 11.18.54 # Ah... never thought about that. Interesting, interesting. 11.19.32 # those telechips are the usual "we don't show the world anything" kind of chips 11.19.38 # yeah, __func__ also :) 11.19.55 # I remember 15 years ago I released a "copy-protected" shareware program with the debug strings in the executable :-) 11.20.06 # hehe 11.20.36 # use obfuscated debug stings like "!!!" only ;-) 11.21.32 # So, anyway, i6 is probably technically possible with RockBox given the firmware, right? 11.21.47 # Or are those famous last words? 11.22.40 # technically, yes 11.23.01 # Looks like some DRM stuff in the firmware too, REVOCATIONINFO WMDRMNET_RVK LICENSERESPONSE DRM_HDS_HASHKEY1DRM_HDS_HASHKEY2 11.23.34 # I wonder what processor the U3 uses. it might have been that fw file i ran through strings 11.24.11 Quit GodEater ("CGI:IRC (EOF)") 11.28.53 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 11.29.30 Join Arathis [0] (n=doerk@p5484833A.dip0.t-ipconnect.de) 11.32.11 # tucoz: http://www.rockbox.org/twiki/bin/view/Main/IaudioU3Info 11.32.11 Join GodEater [0] (i=c2cbc95c@gateway/web/cgi-irc/labb.contactor.se/x-2d993efa47ccc7b0) 11.33.23 Join Wiwie [0] (n=goddi@vpnsh0146.fh-trier.de) 11.33.54 # I would say that it's *technically* possible to port rockbox to all sorts of targets, including a full on PC. That doesn't mean that a) anyone ever will, or b) that it's a good idea :) 11.33.57 # I assume the SDK for such chips costs $$$? 11.34.21 # it's not so much the $$$, it's rather the NDA 11.34.26 # Ah... 11.34.30 # webguest52: that's one hurdle - but they're normaly bound up in NDAs too - which would mean we couldn't use them, even if we could afford them 11.34.50 # the tccs mostly use arm cores 11.35.00 # so there's no need for any SDK from them, just docs 11.36.57 # Bagder - did that guy Stephen from positive get back to you at all yet? Last I heard (in the email we were both cc'd on) he was still reading the buildserver wiki page ? 11.37.20 # I've only gor that single reply as well 11.37.25 # got 11.37.35 # I'll give him a nudge again today then 11.37.50 # I wonder what sort of box he has for us 11.40.10 Quit linuxstb (Read error: 113 (No route to host)) 11.40.14 # * bluebrother just found batik -- http://xmlgraphics.apache.org/batik/ 11.40.38 # tucoz: converter between pdf and svg 11.43.22 # too bad it's java 11.44.18 # bluebrother: there is also a little tool called svg2pdf http://cairographics.org/snapshots/ 11.44.25 # or do you want it the other way around? 11.44.50 # Bagder: [11:34:50] the tccs mostly use arm cores <== mostly, but not always. Think of the TCC730... 11.45.13 # I know, hence "mostly" since I think that's the only exception 11.45.57 # Running a main firmware on a dsp seems just weird. 11.48.30 # * LinusN runs the sansa emulator 11.50.54 Join voltagex [0] (n=voltagex@124-254-94-253-dsl.ispone.net.au) 11.51.11 # hi guys, anything interesting happening in 'box world? 11.51.34 # not really, move along, nothing here to see :-) 11.51.42 # lol 11.51.52 # I wish I was skilled enough to hack on rockbox. 11.52.05 # well, austria microsystems has given indications that they will help us 11.52.15 # ooh, who are they? 11.52.23 # we have progress on the ipod 80gb 11.52.50 # and I can't speak oesterdeutsch (sp?) 11.53.24 # voltagex: http://www.rockbox.org/twiki/bin/view/Main/AustriaMicrosystems 11.53.39 # the wiki is useful :D 11.53.53 # Austria Mikro Systeme International AG 11.53.55 # austriamicrosystems is a leading designer and manufacturer of high performance analog ICs. 11.55.06 Join pixelma [0] (i=pixelma@rockbox/staff/pixelma) 11.55.09 # sounds good 11.55.13 # any help is good 11.55.20 # Rockbox for president! 11.55.40 # The AS3514 chip is on Sansa? I can't find it in the SandiskE200HardwareComponents page.. What does this chip does? 11.55.52 # 11.56.01 # it''s the dac 11.56.13 # I see.. ok 11.56.15 # Is it used in any other players? 11.56.22 # used for audio, power management, loads of other stuff 11.56.38 # it's inside the pp5024 chip 11.57.07 # chips inside chips... *head asplode!* 12.02.37 Join spiorf [0] (n=spiorf@host41-219-dynamic.8-87-r.retail.telecomitalia.it) 12.02.51 # bluebrother, markun. Looks interesting. the current method to convert svg->pdf is a bit cumbersome 12.03.13 Join tvelocity [0] (n=tony@ipa185.12.tellas.gr) 12.04.36 # haha! Someone at MR asked how to access Rockbox menu on H300. As he mentions, he wonders "why holding NAVI doesn't work"! And I wonder... beside the fact that he didn't RTFM, why on earth didn't try other buttons before posting??? bah... 12.05.29 Join BigBambi [0] (n=Alex@host-144-219.ch.le.ac.uk) 12.08.49 # tucoz: what do you use now? 12.09.53 Join user_ [0] (n=user@000-046-962.area3.spcsdns.net) 12.11.16 # markun: the svg is exported to eps from inkscape and then i run a tool called epstopdf on that file 12.11.16 Quit GodEater ("CGI:IRC (EOF)") 12.12.05 # it produces very tiny pdf's, but it would be great to skip the intermediate step and preferably do it all on commandline 12.12.21 # with one single tool 12.12.59 Join n1s [0] (n=nils@nl104-202-175.student.uu.se) 12.13.15 # tucoz: I believe the pdfs generated with svg2pdf were very well compressed 12.13.31 # NOT very well 12.13.53 # oh. sounds great. i'll have to try that out when i get home 12.14.10 # oh 12.14.17 # not very well. i see 12.15.18 # i'll test both svg2pdf and batik later today 12.18.23 # ok 12.18.42 # tucoz: inkscape can also export from the command line. Haven't tried it yet. 12.18.44 # tucoz: there are also some little tools to (re)compress a PDF file 12.19.12 # I would prefer to be able integrating the conversion in the build itself\ 12.21.16 # bluebrother: hm, yes, that would be better. I'll keep looking 12.23.15 Quit MarcoPolo (Read error: 104 (Connection reset by peer)) 12.23.57 Quit barrywardell () 12.24.59 # I'll try the command line conversion from inkscape when I find time. 12.25.14 # but I don't like adding inkscape as build dependency 12.25.47 # bluebrother: the tool I linked you too requires cairo 12.26.33 # I noticed that. 12.26.41 Join shnee [0] (n=CurtyD13@cpe-24-26-131-198.columbus.res.rr.com) 12.26.56 # and the box I can access right now is too old to build a current cairo 12.27.21 # I should really upgrade the installation on that box 12.28.54 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 12.28.54 Quit austriancoder ("CGI:IRC (EOF)") 12.29.50 Join MarcoPolo [0] (n=MarcoPol@virlet.rez-gif.supelec.fr) 12.30.54 Join FOAD [0] (n=dok@dinah.blub.net) 12.31.09 Quit webguest52 ("CGI:IRC (EOF)") 12.34.26 # bluebrother: there could be a problem if we add the conversion in the build. Inkscape and Corel treats layering differently for the same .svgs. We would have to be sure that the output pdf is working somehow. 12.35.04 # s/ Is working / converted correctly 12.36.02 # hmpf. But maybe we could do the conversion to png during building 12.36.16 # I'd like to reduce the redundancy of the images 12.37.43 Part pixelma 12.38.01 # how many people actually build the manual themselves? 12.39.30 # Mikachu. 396 people on our last count ;) 12.40.00 Quit Arathis (Remote closed the connection) 12.40.21 # bluebrother: i agree. it feels wrong to have 3 copies of each image in svn. 12.41.45 # heh, okay 12.41.49 # tucoz: you counted the people? *g* 12.42.06 # just thought you might not have to be so careful about adding dependencies to it 12.42.28 # it should at least be safe for building on windows and mac 12.43.02 # * n1s builds lots of manuals and dont want more dependencies uless they add something great 12.43.23 # Do those images change very often? 12.43.29 # no. almost never 12.43.38 # we should add a phone-home-and-tell-when-building-the-manual feature ;-) 12.43.52 # In which case, I think it's better to reduce build dependencies. 12.44.15 # but we want to have both the images needed by the buildsystem, and the svg that is used for editing. 12.44.16 # having our own tool in the tools/ folder would be ok for me 12.44.31 # but I agree we shouldn't have too much dependencies 12.45.21 Join merbanan [0] (n=banan@c80-216-155-218.bredband.comhem.se) 12.46.09 # tucoz: So just put them both in SVN... I assume that's how it is now? 12.47.12 # yes. that is how it is done 12.47.13 # yes. svg, pdf and png (for the web) 12.47.36 Join GodEater [0] (i=c2cbc95c@gateway/web/cgi-irc/labb.contactor.se/x-cbb954ba4ac3bc0a) 12.48.00 Quit FOAD_ (Read error: 110 (Connection timed out)) 12.49.36 Quit user_ (Client Quit) 12.52.27 Join austriancoder [0] (i=c108287e@gateway/web/cgi-irc/labb.contactor.se/x-b527516f32cdb639) 12.52.49 Join barrywardell [0] (n=barrywar@dhcp-892b7a6e.ucd.ie) 12.54.30 # I have a question about svn... are all old cvs accounts transferd to svn? 12.55.38 # Yes, but you need to email Bagder a new password (telling him your old cvs username). 12.56.10 Join Arathis [0] (n=doerk@p5484833A.dip0.t-ipconnect.de) 12.56.24 # assuming you had one :) 12.56.41 # GodEater: jep i had one 12.56.51 # I figured you did, or you wouldn't have asked 12.56.59 # mind you - we get all sorts in here 12.57.00 # linuxstb_: thanks.. will mail him 12.57.20 Quit KCC (Read error: 110 (Connection timed out)) 12.58.31 # try not to cc: the rockbox-dev mailing list with your new password like safetydan did :) 12.59.15 # offtopic but if I want to automate a cvs/svn checkout, how do I supply my password? 12.59.37 # #cvs is dead 13.00.16 # you don't supply your password at all for checkout 13.01.09 # GodEater: this isn't for rockbox, the server asks for a password at login 13.01.29 # that's login - not checkout 13.01.44 # AFAIU you only do that once 13.01.46 # ok, my bad 13.02.05 # well it isn't reading .cvspass for some reason 13.03.13 # how do you know ? 13.03.39 # it's still asking me for the password, when the password is in .cvspass ;) 13.04.04 Quit GodEater ("CGI:IRC") 13.04.09 Join GodEater [0] (i=c2cbc95c@gateway/web/cgi-irc/labb.contactor.se/x-4626dd388f8f539a) 13.04.15 # which OS ? 13.04.31 # os x, but a bog standard CVS afaik 13.04.44 # does OSX have strace ? 13.05.05 # bash: strace: command not found 13.05.12 # guess not then 13.05.23 # checking the fink repository 13.05.42 # I can probably compile it 13.05.58 # Any gigabeaters here that knows if Car adapter mode is working or included in the gigabeat builds 13.06.39 # I wonder if I should mention to Llorean that I saw a Gigabeat going for $120 on ebay.... 13.06.47 # probably it would upset him 13.06.54 # oohhh, cheap :-) 13.07.03 # GodEater: I've been watching them, they go for $100-200AUD 13.07.03 # yeah that's what I thought 13.07.14 # I'd have bid myself but the shipping cost would have been silly to the UK 13.07.18 # mind if I /msg you? 13.07.21 # this was USD 13.07.36 # you'll have a job - I've not identify'd :) 13.07.38 # the shipping cost is silly to Australia, from Australia! ($25) 13.07.45 # oh 13.07.51 # damn you *shakes fist* 13.07.59 # sorry - I'm kind of busy with something for paid work =/ 13.07.59 # just wanted to keep #rockbox ontopic 13.08.08 # seeing as I'm gonna be pasting straces :P 13.08.16 # pastebin 13.08.23 # oh, well wheever you have time, I'm in no hurry 13.11.16 Join Nico_P [0] (n=nicolas@jau31-3-82-239-20-145.fbx.proxad.net) 13.11.49 Quit Nico_P (Remote closed the connection) 13.11.57 Join Nico_P [0] (n=nicolas@jau31-3-82-239-20-145.fbx.proxad.net) 13.12.19 Join My_Sic [0] (n=MySic@m204.net81-65-15.noos.fr) 13.15.33 *** Saving seen data "./dancer.seen" 13.19.49 Join blueworm [0] (n=blueworm@7.Red-80-32-172.staticIP.rima-tde.net) 13.20.03 Quit Wiwie (Read error: 110 (Connection timed out)) 13.21.01 # n1s: it shouldn't be working, but we probably can get it to work 13.21.26 # forget that, I think we need to have our bootloader in flash for that 13.23.50 # markun: ok, thanks, the changes proposed by alonoea included it. 13.23.55 # in the manual 13.26.04 # midgey_: you can add yourself to the docs/CREDITS-MANUAL file. 13.37.48 Nick w1ll14m|away is now known as w1ll14m (n=w1ll14m@84-104-81-208.cable.quicknet.nl) 13.38.50 Join Wiwie [0] (n=goddi@vpnsh0128.fh-trier.de) 13.41.36 # hmm, someone else than lostlogic also had a metadata on buffer patch 13.41.40 # anyone remember who? 13.42.32 # nico_p ? 13.42.38 # yes ? 13.42.41 # pondlife? 13.42.49 # i think it was either him or lowlight 13.43.15 # no patch in the tracker i assume 13.43.38 # dpm' 13.43.42 # don't think so, will look 13.44.28 Join softi_42 [0] (n=softi@p549D49F4.dip.t-dialin.net) 13.45.09 # I seem to recall lostlogic mentioning that there was some kind of patch in the wiki. 13.45.30 # http://www.rockbox.org/twiki/bin/view/Main/SoftwareCodecPlayback 13.45.42 # there it is 13.46.33 # yes. but is there a patch from the other attempt? 13.47.35 Quit softi-42 (Read error: 110 (Connection timed out)) 13.48.40 Join LittleGhost [0] (n=chatzill@218.111.223.254) 13.48.53 # Bagderr: ? 13.49.06 # hai all 13.49.19 # nickserv 13.50.11 Quit LittleGhost (Client Quit) 13.50.26 Join LittleGhost [0] (n=chatzill@218.111.223.254) 13.50.42 Quit perldiver (Read error: 110 (Connection timed out)) 13.51.05 Quit LittleGhost (Client Quit) 13.53.45 # hmm no i didn't make a metadata on buffer patch 13.54.16 # tucoz: i don't think there were any other patches 13.54.28 # I think lowlight also did a patch. 13.55.06 # But I think neither of them worked reliably... 13.55.10 Nick linuxstb_ is now known as linuxstb (n=linuxstb@rockbox/developer/linuxstb) 13.58.41 Join Xerion [0] (i=xerion@zarathul.student.utwente.nl) 14.01.16 # whee, midnigt 14.01.24 # midnight* 14.01.44 Quit Stalwart (Remote closed the connection) 14.02.25 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 14.05.47 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 14.06.06 Quit Wiwie (Read error: 145 (Connection timed out)) 14.06.16 Nick Mouser_X3 is now known as Mouser_X (n=mouser_x@67.110.120.159.ptr.us.xo.net) 14.10.14 Quit barrywardell (Read error: 145 (Connection timed out)) 14.15.58 Join perl|wtf [0] (n=say@cpe-66-65-88-127.nyc.res.rr.com) 14.19.34 # huh? The front page says "SVN builds" while the manual page still has "CVS build" ... I assumed the menu to be a template 14.20.13 # Hmm, it seems like the automatic builds trigger on pure manual commits now... 14.21.25 Join smartmind [0] (n=smartmin@88.134.7.242) 14.22.21 Quit smartmind (Client Quit) 14.22.34 Join Rondom [0] (n=Rondom@p57A96F7F.dip.t-dialin.net) 14.24.28 Join kaaloo [0] (n=luis@rue92-3-82-232-48-241.fbx.proxad.net) 14.24.54 Part kaaloo 14.26.44 Nick perl|wtf is now known as perldiver (n=say@cpe-66-65-88-127.nyc.res.rr.com) 14.27.27 # bluebrother: the makefile for the web site really stinks, that's why 14.27.40 # n1s: yeah, I took the lazy route to start with and may address that later 14.28.30 # ah. How good I'm far enough away to not smell it ;-) 14.28.40 Quit My_Sic (Read error: 145 (Connection timed out)) 14.29.06 Part LinusN 14.30.39 # Bagderr: regarding tools/release -- from what I can see the version information isn't stored in apps/version.h any more, so it should create docs/VERSION, right? 14.31.17 # yes, sounds right 14.31.44 # ok. I'll be offline for the weekend, will look into it then 14.31.49 Quit Rondom ("Ex-Chat") 14.35.02 Join mako_ [0] (n=mako@bork.hampshire.edu) 14.37.47 Join Stalwart^ [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 14.42.37 Join Stalwart_ [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 14.50.33 Quit mako (Read error: 110 (Connection timed out)) 14.52.14 Join mako [0] (n=mako@bork.hampshire.edu) 14.52.43 Quit Stalwart (Nick collision from services.) 14.52.56 Nick Stalwart_ is now known as Stalwart (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 14.58.35 Quit Stalwart^ (Read error: 110 (Connection timed out)) 15.02.38 Join webguest27 [0] (i=d5bf46b2@gateway/web/cgi-irc/labb.contactor.se/x-1b1ed75f56baab30) 15.03.56 Quit webguest27 (Client Quit) 15.06.11 Quit blueworm ("Leaving") 15.08.37 Join Kingsqueak [0] (n=who@c-68-38-166-84.hsd1.nj.comcast.net) 15.08.38 Quit mako_ (Read error: 110 (Connection timed out)) 15.10.10 Part tucoz 15.14.15 Quit Mouser_X (Read error: 110 (Connection timed out)) 15.15.36 *** Saving seen data "./dancer.seen" 15.22.42 Join Bradley [0] (i=dcfd8ce1@gateway/web/cgi-irc/labb.contactor.se/x-37cf920a04e128b8) 15.24.07 Quit voltagex () 15.26.03 Join x1jmp [0] (n=x1jmp@p549F2598.dip0.t-ipconnect.de) 15.27.52 # hi all has anyone roxed their ipod nano here? 15.30.15 # Bradley: what's the problem (no, I haven't but maybe I can help) 15.30.35 Quit gamkiller (Read error: 110 (Connection timed out)) 15.36.58 # there. 15.37.01 # that exam wasn't so hard 15.37.09 # started at 14:00 CET 15.37.15 # I have to travel an hour by train 15.43.12 Nick idnar_ is now known as idnar (i=mithrand@unaffiliated/idnar) 15.43.42 # markun: Why do you assume there's a problem? :) 15.44.15 # linuxstb: yes, stupid of me 15.44.29 # linuxstb: hows the rocking 15.44.52 # Waiting for a new box to rock. 15.45.32 # linuxstb: the Elio? 15.45.47 # still! 15.47.12 # markun: An Archos AV320 (to be upgraded with a 160GB drive). 15.47.25 # oww i got the -1 error. i have to check ive done everything right... 15.47.37 # Bradley: Section 2.2.2 of the manual is your friend. 15.52.10 Join Criamos [0] (n=Criamos@p5493319F.dip0.t-ipconnect.de) 15.58.38 Quit Bagderr ("CGI:IRC") 16.03.35 Join kjk [0] (i=1848013b@gateway/web/cgi-irc/labb.contactor.se/x-78394f50b4992bfb) 16.03.39 # hi 16.03.42 # anyone here? 16.03.49 # no 16.03.51 # no 16.03.53 # lmfao 16.04.02 # how can i charge my iPod Video staying in rockbox? 16.04.36 # hold the correct button while inserting the charger cable 16.04.44 # Menu. 16.04.44 # iirc it was select, but I don't know ... 16.04.53 Join barrywardell [0] (n=barrywar@dhcp-892b7a6e.ucd.ie) 16.04.55 # * bluebrother stands corrected 16.05.06 Quit austriancoder ("CGI:IRC 0.5.7 (2005/06/19)") 16.05.07 Join funky_ [0] (n=repulse@81-202-211-251.user.ono.com) 16.05.10 # alright, thanks 16.05.13 Nick kjk is now known as impsy (i=1848013b@gateway/web/cgi-irc/labb.contactor.se/x-78394f50b4992bfb) 16.05.21 # well, i got it working on my ipod nano 16.05.31 # cheers 16.05.44 # now i need to put a few mp3s on it 16.06.08 # and the what ive been wanting to do all alon: PLAY LOSSESSS CD on it! 16.06.29 # Just what the Nano was designed for... 16.06.52 # the installer really needs a front end though - i might be able to help with that 16.07.14 # the Nano is that player with 200GB, right ? 16.07.29 # :) 16.07.54 # mines a 1st gen 4GB 16.08.10 # Bradley: One is in progress - http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility 16.08.19 Part drizztbsd ("Konversation terminated!") 16.08.23 # oh ok - great! 16.08.26 # * bluebrother starts to hate programming on windows 16.08.36 # bluebrother: Then don't... 16.09.07 # hehe - most people here are 'nix es yes? 16.09.22 Join Febs [0] (n=chatzill@207-172-204-33.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) 16.09.23 # Not really. 16.09.25 # I need to have this thing running on windows ... Uni is really contaminated by windows :( 16.09.47 # but ... I could grab rbtool and wxwidgets and try to have some fun with that during the weekend 16.12.11 # ok :) 16.12.36 # ow man rockbox is great! 16.12.51 # Bradley: good to hear you like it! 16.15.04 Join robin0800 [0] (n=robin080@cpc2-brig8-0-0-cust351.brig.cable.ntl.com) 16.16.46 Quit Stalwart (Remote closed the connection) 16.17.36 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 16.18.14 # hmm you know how you can use themes for the whats playing screen, why is some of my text always cut off behind other things 16.19.32 Join perl|work [0] (n=jacquesc@static-64-61-105-170.isp.broadviewnet.net) 16.19.41 # impsy: have you installed the fonts package? 16.20.27 # a bit off topic: anyone know of a good flac CD ripper for windose 16.20.46 # EAC is generally considered the best, at least in terms of quality. 16.20.54 # I usually use CDex. No idea if it can produce flac ... 16.21.41 # hmm i dont think so 16.21.56 # Can I still install it now? 16.22.02 # rip to wav and encode to flac with anything else otherwise 16.22.57 # EAC can use some encoder dlls / acms, and also allows to use any commandline encoder you want 16.24.59 # Doesn't CDex also allow the use of a command line encoder? If so, then it can encode to FLAC. 16.25.59 # I haven't used it in quite a while so I don't remember. 16.26.11 Quit brainiac_ghost_ ("Leaving") 16.26.58 Quit sandeen_ ("Leaving") 16.27.09 # ok. ill look for EAC. id prefer to rip direct from CD to FLAC for best quality though - cheers 16.27.40 # Bradley: without 'transcoding' from WAV? :) 16.28.47 Quit Stalwart (Remote closed the connection) 16.29.09 Join muesli__ [0] (n=muesli_t@91.64.230.92) 16.29.23 # Foobar2000 Audio formats supported: MP1, MP2, MP3, MP4, MPC, AAC, Ogg Vorbis, FLAC / Ogg FLAC, WavPack, WAV, AIFF, AU, SND, CDDA, WMA. 16.29.30 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 16.30.57 # robin0800: so? 16.31.09 # rockbox should support CDDA too! 16.31.15 # :-P 16.31.20 # markun, isnt the best way to rip straight from the source? 16.31.32 Quit impsy ("CGI:IRC (EOF)") 16.31.42 # Bradley, Waw is generally uncompressed PCM -- no quality loss 16.31.48 # Wav 16.31.51 # Bradley: WAV and flac are both lossless. You can change from one to the other as much as you like 16.32.13 # n1s: yes, you are more correct as WAV is a container format 16.32.53 # markum in preferences converter sayes flac level 5 16.33.02 # but don't you get compound-errors when you convert between WAV and FLAC ? 16.33.11 # Bradley: no 16.33.52 # You can go from WAV -> FLAC -> WAV as many times as you like and have identical WAV files - that's the definition of lossless. 16.34.22 # Think of FLAC as the audio equivalent of ZIP or RAR. 16.34.27 # Bradley: lossless = no information is lost. 16.34.30 # Bradley: just don't do the same thing with lossy compression like mp3 or vorbis 16.37.24 # Also very funny when you see someone transcode a 64kbps mp3 into 320kbps 16.37.32 # and then he tells you he notices a difference in soundquality! 16.37.38 # the 320kbps sounds a lot better!!11 16.37.52 # Usually I just let him believe that :') 16.38.10 # Well that is what really matters after all 16.38.22 # maybe he likes the sound of mp3 artifacts 16.38.27 # :P 16.38.32 # ok cheers 16.38.37 # DataGhost: I saw some posts about how crappy ogg vorbis was because when he converted his mp3s they sounded worse 16.38.49 # well, there are a lot of 'stupid' people in the world, at least people who are convinced they are right 16.39.22 # someone @ university, doing computer science... claims a non-native (1280x1024 instead of 1400x1050) resolution is much better on a laptop 16.39.39 # markun: do you mind if I #if 0 out utf16decode() in unicode.c it isn't used anywhere? 16.39.39 # im really into quality music- i use 320K mps (when i HAVE TO use mp3 that is) 16.39.49 # because on 1400x1050 it flickers (??????) and "it's not good for your screen to have it running at the highest resolution" 16.40.01 # I did try to tell him the truth but he won't believe me 16.40.06 # DataGhost: maybe he read that about crts in PC Expert 16.40.12 # n1s: what does the FAT code use? 16.40.15 # hehe I guess so yes 16.40.21 # oh yes and it's not good for your eyes either 16.40.37 # when people read stuff in a computer magazine they won't believe the opposite no matter if you prove it 16.40.40 # I pointed out that his entire screen was blurred (well, that's how I noticed it in the first place) but he couldn't see a difference 16.40.41 # markun: dunno but rockbox compiles an d runs fine without it 16.41.25 Quit Stalwart (Remote closed the connection) 16.41.30 # but I guess that's why 2/3 of all students fail in the first year :P 16.41.37 # in one swedish pc mag, they claimed gf2mx chips were regular gf2 chips clocked lower 16.41.50 # sounding all professional, talking about production yields and stuff 16.42.10 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 16.42.15 # markun: seems to use utf8 functions in fat.c 16.43.21 # Bradley: you might be able to save yourself a lot of space by doing an ABX test. 16.43.31 # i cant fine EAC - well i found a downloadsite but the links are broken 16.43.54 # ABX test?> 16.44.01 # EAC: http://www.exactaudiocopy.com/ 16.44.06 # ABX test is a double blind test. 16.44.23 # Compare a lossless file against a compressed file like an MP3 without knowing which is which. 16.44.36 # try foobar2000 16.44.41 # n1s: I'm pretty sure it used to use my utf16LEdecode function 16.44.58 # My guess is that you wouldn't be able to distiguish a decent MP3 from the original at compression levels far less than 320kbps. 16.45.27 # I read a test about that once 16.45.37 # 64-320kbps + original, tested by 5 people 16.45.49 # markun: I'm not going to remove the LE and BE functions, those are used at least in id3.c but the general utf16decode, as it isn't used. 16.45.52 # all tracks were burned on a CD in random order so they couldn't tell which 16.46.06 # for pop music, 64kbps turned out to be the best quality :') 16.46.12 # n1s: how many bytes do you save by removing it? 16.46.23 # and for the rest ~192 kbps was the limit 16.46.24 # about 100 on h300 :-) 16.46.39 # 5 people is hardly a basis for a scientific study 16.46.54 # Mikachu it was published in a computer mag... nuff said :) 16.46.57 # ah 16.47.19 # Hydrogen Audio tests show that LAME -V5 is transparent for most people. 16.47.28 # That bitrate averages around ~132kbps. 16.47.35 # hm 16.47.40 # depends on your hearing ability - but mostly the quality of your equipment (imho) 16.47.49 # indeed 16.47.54 # I disagree. 16.47.59 # I can hear the difference between 128 and 192kbps 16.48.02 Quit Stalwart (Remote closed the connection) 16.48.02 # without knowing 16.48.16 # usually I hear 'crappy sound', then I check my mp3 player and see it's 128 kbps 16.48.24 # That's meaningless. 16.48.46 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 16.48.47 # If the 128kbps file was encoded in 1999 by a poor encoder, it has no relation to the quality you might expect today from LAME 3.97. 16.48.57 # well, I never get mp3s lower than 192kbps 16.49.05 # Febs: and when you can hear the difference between 192 and 32 kbps? :) 16.49.13 # so the 128kbps ones I have must have slipped through my checks :) 16.49.53 # Febs, i couldnt find EAC on the URL ?? 16.50.16 # Febs, i couldnt find EAC on that URL you gave me 16.50.27 # EAC=Exact Audio Copy. 16.50.43 # That url *is* EAC. 16.51.07 # yar i know but i cant navigate anywhere to donwload it 16.51.09 # Wait. 16.51.13 # Sorry. 16.51.13 # ok 16.51.33 # there's a hell of a difference between a 128kbps cbr file and a lame encoded ~128kbps quality based file 16.51.40 # http://exactaudiocopy.org/ 16.51.49 # (.org, not .com) My mistake. 16.51.58 # it's likely vbr at 128 is better than cbr at 160 and even 192 for some music styles 16.52.11 # Febs, the links are broken there 16.52.22 Quit BigBambi ("Leaving") 16.52.25 # hehe 16.53.08 Quit ender` (" The propeller is just a big fan in front of the plane used to keep the pilot cool. When it stops, you can actually watch the) 16.53.14 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 16.53.47 # its funny how life treats you - i envisaged spending 4 hours to get Rockbox running and 15 mins to rip a CD to FLAC, but it took 15 mins to get RockBox going sweet and 3 hours to find a FLAC CD ripper 16.54.10 # heh 16.54.24 # does anyone do FLAC cd ripping at all? 16.54.25 # in linux you can just apt-get/emerge/whatever abcde 16.54.46 # 16.55.02 # I do, but using cdparanoia and the command line flac encoder 16.55.41 # Bradley: I do. 16.55.48 Join rp- [0] (n=rp@193.154.222.107) 16.56.10 # hcs, it that for windows? if so where can i get that tool? 16.56.30 # Bradley: not to my knowledge, is a linux tool, I use EAC when in windows 16.56.46 # ah 16.57.23 # Bradley: i used cdparanoia + flac 16.57.38 # command line tools, i'm sure they're available for windows too 16.57.55 # n1s: bastard :) 16.58.21 # foobar2000 definately works and yes straight fom cd 4 mins for 20 tracks 16.58.43 # markun: when you dind't object... :-) 16.59.23 # Bradley: tried these too? http://www.exactaudiocopy.de/eac6b.html 17.00.27 Join redwood [0] (n=penovich@castor.rfa.org) 17.00.39 Join ender` [0] (n=ender@84.52.165.220) 17.00.48 # I use jack in Debian 17.00.53 # (which also doesn't help you) 17.01.00 # Bradley: do you have an email address you can provide to me where you can receive a ~2mb file? 17.01.40 # the links mikach posted work fine here 17.02.27 # febs sure - bradnerdhss@hotmail.com 17.03.18 # ive tried eac and to be honest it may be best but its not the easiest and i have found it abit buggy 17.03.19 # for the moment ill rip to WAV via windows media player - then use the FLAC tools from the website to convert to FLAC 17.03.46 # * Bagder reads the XSPF specs and shakes head 17.03.58 # xml... 17.04.04 # http://www.foobar2000.org/ 17.04.52 Join webguest36 [0] (i=430a49f9@gateway/web/cgi-irc/labb.contactor.se/x-b2ac0ebf116c1f3d) 17.05.04 # one step conversion and replay gain too 17.05.35 Quit midgey_ () 17.05.56 # obin0800, ok ill give it a go 17.06.49 Join dpassen1 [0] (n=dpassen1@cpe-24-168-110-99.si.res.rr.com) 17.07.18 # robin0800@hotmail.co.uk if you have problems 17.09.37 # Bradley: http://www.digital-world.de/downloads/audio/software/1253089/index.html 17.11.19 # Hmm, that doesn't work, but Mikachu's link does 17.11.45 Quit mk3y (Read error: 110 (Connection timed out)) 17.12.58 Quit webguest36 ("CGI:IRC (EOF)") 17.15.12 # robin0800, cheers - its working 17.15.38 *** Saving seen data "./dancer.seen" 17.16.00 # amiconn, thoes links don't work 17.16.19 # They're working here 17.16.20 # nev mind gents - im using foobar2000 17.16.49 # whoa that was freaky 17.17.07 # my iPod just beeped for no apparent reason? at the same time my cam shut itself down because the batteries were dead 17.17.19 # robin0800, quick question- whats the 'Level 5' mean in the FLAC settings ? 17.18.00 Join mk3y [0] (n=mkey@pD9E378F5.dip.t-dialin.net) 17.18.16 Quit mk3y (Read error: 104 (Connection reset by peer)) 17.19.09 Join Arathis_ [0] (n=doerk@p54848E73.dip0.t-ipconnect.de) 17.19.50 # I don't know 17.20.10 # Bradley: It's the compression level. 5 is the default, but I use 8 for all my FLAC encodes. The higher the level, the longer the encoding time, and the smaller the resulting file. 17.20.34 # it is adjustable though from i to 9 17.21.07 # linuxstb: how long does your machine take to compress a typical 4 minute tune at that level ? 17.21.08 # From 0-8. 17.21.14 # Bagder: it's crazy 17.21.16 Join Mouser_X [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 17.21.19 Quit dpassen1 (Read error: 145 (Connection timed out)) 17.21.28 # Bagder: they are like "if the filenames don't match exactly it should work anyway" 17.21.42 # GodEater: I don't know. I think it's slower than the actual ripping though. 17.21.57 # but not by much if you're not sure ;) 17.22.21 # secondly, filenames can be arbitrary bytes except 0x00 and 0x2F, but xml only allows a specified charset, so you have to invent some private way to encode bytes in xml, and that definitely doesn't make it exchangeable 17.22.27 # Mikachu: I didn't even other to read that much 17.22.30 # bother 17.22.32 # at 5 20tracks took 4mins 17.22.34 # audacious uses it 17.22.46 # i had to hack it a bit to make it actually save my filenames properly 17.22.55 # they use url encoding for all filenames now :) 17.23.00 # haha 17.23.11 # so the .xspf files are like 4x as large as the .m3u file 17.23.21 # and i doubt anything else will find the files 17.25.23 # they're xml... 17.26.42 # yes, that provides the first 3x :) 17.26.44 # xml but with added encoding on the filenames 17.27.23 # but the quality of flac remains the same no matter what level you choose - right? Its just the file compression - nothing to do with the audio - am i right? 17.27.34 # Bradley: correct, hence lossless 17.27.35 # yes, correct 17.27.51 # Bagder: here is a sample playlist entry http://gentoo.pastebot.ath.cx/3 17.28.04 # ah ok cheers. i think im becomming to understand now 17.28.05 # hahahaha 17.28.12 # I love it 17.28.22 # *shudder* 17.28.30 # it would appear to take almost twice as long for 8 17.29.06 # * Bagder goes to make food 17.30.08 Quit GodEater ("CGI:IRC") 17.30.16 # well im now listenning to jean michelle jarre in FLAC on my ipod nano thanks to RockBox ! 17.30.24 Join GodEater [0] (i=c2cbc95c@gateway/web/cgi-irc/labb.contactor.se/x-aa49e4105e1c48f4) 17.31.01 # its amazing what the developers have done! 17.31.47 # later all, and thanks for all the help 17.31.49 Join webguest55 [0] (i=c13354c1@gateway/web/cgi-irc/labb.contactor.se/x-8c3e25757fa17b0e) 17.31.54 Join Llorean [0] (n=Llorean@rockbox/administrator/Llorean) 17.32.11 # http://svn.rockbox.org/viewvc.cgi/songdbj/ 17.32.55 # are this dir still needed since new database, strange to see yet java files ;) 17.33.18 Quit Arathis (Read error: 110 (Connection timed out)) 17.33.27 # s/are/is 17.33.28 # Maybe someone can make it work with the new database 17.34.04 # but it's obsolete now, the tagcache made what that database made 17.34.19 Quit Bradley ("CGI:IRC (EOF)") 17.34.26 # There's already a C version - tools/database.c (but I think it still needs some work...) 17.34.29 # any lords of c++ here? :-/ 17.35.01 # linuxstb: then remove those unusable files? 17.35.33 # linuxstb: wasn't tagcache suposed to replace this db version? 17.35.53 # Yes, it has. 17.36.29 # cause this dir http://svn.rockbox.org/viewvc.cgi/songdbj/, is plenty of subdirs with plenty of files, for nothing ;) 17.36.48 # webguest55: Some users want to generate the database on a computer still and that tool could possibly be adjusted to work. 17.37.33 # n1s: isn't Slasheri made some works for made it happen for tagcache too? 17.37.41 # webguest55: Yes, it's probably useless, but it doesn't do any harm there... 17.37.56 Part redwood 17.38.18 # yeah indeed, just cleaning sources 17.38.23 Quit bluebrother ("the weekend starts ... here") 17.38.46 # webguest55: That's what I mean, making it work with the new database (aka tagcache) 17.39.16 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 17.39.16 # Not that there semm to bee any interest from the developers.... 17.39.36 # Wasn't someone from xmms2 working on integrating Rockbox support? 17.39.53 # linuxstb xmms2? 17.39.57 # yes, I remember that tooo 17.39.58 # * webguest55 googles 17.40.01 # -o 17.41.05 # linuxstb: DraX 17.41.14 # 21:27 -!- DraX [n=alex@xmms2/developer/DraX] has joined #rockbox 17.41.14 # 21:29 i'm writing a xmms2 <-> rockbox syncer 17.41.23 Join stoffel [0] (n=sfr@p57B4DA65.dip.t-dialin.net) 17.43.29 # I wanted to look at playback engine, but seems a big beast and not very easy code to understand :( 17.43.34 # * linuxstb tries apt-get install xmms2 17.44.13 Quit webguest55 ("CGI:IRC") 17.46.21 Join gamkiller [0] (i=1001@c83-250-79-230.bredband.comhem.se) 17.51.59 # oh, woe 17.52.05 # why can't linux have a good music player 17.52.07 # apart from the rockbox sim 17.52.20 # you should write one! 17.52.41 # lets port rockbox to x86! 17.53.21 # if only foobar was ported to linux 17.53.22 Quit stoffel_ (Read error: 110 (Connection timed out)) 17.53.34 # add to that media player classic :P 17.54.59 # * GodEater likes both amarok and mplayer 17.55.25 # quod libet is a nice player for linux 17.55.41 # not my favourite - bit too simple for me 17.56.19 # for simplicity I favour mpd and emphasis 17.58.27 # * linuxstb spots that it's almost 5pm on a Friday afternoon and goes to the fridge for beer 17.59.59 # * Febs has the flu and goes to the medicine cabinet for cough medicine. :( 18.01.39 # * w1ll14m ran to the beertender and got him self another nice glass of beer (it's 18:00) 18.01.52 Quit Stalwart (Remote closed the connection) 18.02.21 # * n1s drank lots of beer yesterday and has a hangover... 18.02.34 # At least xmms2 seems to play FLAC gaplessly, so it does one thing right. 18.02.49 Quit barrywardell (Read error: 110 (Connection timed out)) 18.03.08 Join Stalwart [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 18.03.42 Join Wiwie [0] (n=goddi@trir-590fac64.pool.einsundeins.de) 18.06.32 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 18.07.47 Join Stalwart^ [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 18.07.55 # linuxstb: i just saw your comment on the cuesheet tracker entry 18.08.46 # for the two cues in memory, the assumption is that mp3s described bu cuesheets are long so we'll rarely have more than two cuesheets to store 18.09.04 # but i agree it's not general enough and doesn't work for SPC files 18.09.36 # or SID files i mean... anyway smaller files with cuesheet type info in them 18.09.56 # Or even the 64MB targets with MP3s... 18.10.03 # also yes 18.10.48 # and about the "mp3 looks for cue" technique, LinusN seemed to be rather in favor of the one i use currently, so i didn't really know what to do about that and focused on other things 18.11.29 # before thinking of integrating it better into the current system i need to have it work properly 18.12.06 Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) 18.12.31 # it would be nice if you could playlist specific subtracks as well 18.12.51 # not that i'm likely to, but if i have a bunch of .nsf, i probably don't want to hear 5 minutes of sound effects 18.12.59 # Mikachu: that's another different issue 18.13.08 # i'm just putting it out there 18.13.39 Quit Stalwart^ (Remote closed the connection) 18.13.53 # linuxstb: about memory management... what are my options ? besides implementing metadata on buffer i mean... ;) 18.14.03 # using the plugin buffer ? 18.14.25 Join Stalwart^ [0] (n=stalwart@ip-10.154.Home-Lan.FastNet.lv) 18.14.30 # but what if the user starts a pliugin then? 18.15.05 # n1s: i know but it's about the only solution i can think if 18.15.56 # n1s: plugins don't necesseraly use the whole plugin buffer, do they ? 18.16.00 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 18.16.10 # err that wasn't specifically for you, n1s 18.16.16 # dunno, but some do and I think the loader clears the whole buffer 18.16.27 # the loader only clears the bss section 18.16.45 # well i might need to reload the cuesheets after the plugin is exited then 18.16.47 # bss ? 18.17.04 # zero-initialized memory segment 18.17.17 # i thought 18.17.34 # Nico_P: I don't think there are any other options... 18.18.07 # you could invent a new memory segment 18.18.15 # but that might be considered a waste by some :) 18.18.26 # Does the current implementation work if you try and buffer 3 short files with cuesheets? 18.18.33 Join dpro [0] (n=x@vlab.powerlesspointless.com) 18.18.48 # linuxstb_: it will spin the disk to read the third 18.19.07 # I can live with that, as long as it works reliably. 18.19.16 Nick Arathis_ is now known as Arathis (n=doerk@p54848E73.dip0.t-ipconnect.de) 18.19.32 # that's what i thought... especially as cues are most used with long files 18.20.26 # ha mpegplugin is working on the sansa, except sound 18.20.39 # You found the blocking bug? 18.21.36 # actually not really, but i tried another mpg file in this looks ok, no pixel errors or something like that 18.21.57 Join mk3y [0] (n=mkey@pD9E35DDB.dip.t-dialin.net) 18.22.08 # and with the elefant .mpg file from the wiki i got those errors 18.22.31 # Did you try different size Elephants Dream files? 18.22.43 Quit midgey () 18.22.56 # Also, did you try the COP patch? 18.23.09 # 128x128 and 224x176 18.23.49 # yesterday i patched my source but i don't think it worked, had no performance increase, but i didn't have a closer look at it 18.23.59 Quit Stalwart (Connection timed out) 18.24.07 Part Llorean 18.24.56 # rp-: It's probably worth talking to dan_a or barrywardell about it. 18.25.11 Quit Mouser_X (Read error: 110 (Connection timed out)) 18.25.15 # linuxstb_: would using the plugin buffer be an acceptable (temporary until metadata on buffer arrives) solution in order to get my album art patch in SVN ? 18.25.28 # and maybe also for the cuesheet patch, i don't know 18.26.46 # ok i will, with the video i have no proplems is not downsized and i get only 13 frames, maybe the lcd update timing creates these errors, but i will talk about it with dan_a 18.27.30 # I would like to see your album art patch in SVN, but using the plugin buffer just seems to be adding complexity. You need to deal with the case where the plugin buffer is being used when the album art should be being buffered... 18.27.41 Join Ribs [0] (n=ribs@91.84.8.218) 18.27.57 Join PaulJam [0] (i=Paul@vpn-3121.gwdg.de) 18.28.03 Quit linuxstb (Read error: 113 (No route to host)) 18.28.28 # Nico_P: What is the cost in terms of memory with your current album art patch? 18.29.35 # the current one uses the WPS image buffer and puts only one bitmap at a time in there 18.29.39 Quit muesli__ ("ich will Khe!!!") 18.29.40 Join kretender [0] (n=kaspar@243.117.62.81.cust.bluewin.ch) 18.29.46 # so it spins the disk each time a new bitmap is needed 18.29.52 # What about the id3 structure? 18.30.23 # placing a bitmap in there would mean reserving space for 32 different bitmaps 18.30.43 # I mean do you add fields to the id3 structure? e.g. the bmp filename? 18.30.49 # ah sorry 18.30.52 # yes 18.31.34 # the bmp is looked for in get_metadata 18.31.52 # I was thinking that you could remove that filename, and just use a single byte instead - e.g. 0 means cover.bmp in the same directory, 1 means same name as current track etc. Would that work? 18.32.30 Join Thundercloud_ [0] (n=thunderc@82.152.223.69) 18.32.30 # (and another value for "no bitmap") 18.33.12 Quit Thundercloud (Read error: 104 (Connection reset by peer)) 18.33.47 # MAN, c++ can be so annoying 18.33.48 # linuxstb_ Nico_P: like 3_lyrics+albumart.patch at http://www.rockbox.org/tracker/task/6301 18.34.11 # linuxstb_: that's a good idea yes 18.35.19 # and if we do cuesheet your way it would also save quite a bit of memory (down from MAX_PATH to a bool) 18.35.37 # * 32 18.38.12 Quit dpro ("BitchX-1.0c18 -- just do it.") 18.40.00 Join x1jmp_ [0] (n=x1jmp@p549F2598.dip0.t-ipconnect.de) 18.40.08 # For cuesheet we would need None/Internal/External 18.40.24 # that's true 18.40.41 # But yes, cuesheets could work that way as well. 18.41.17 # what's the smallest possible type besides a bool or a char ? 18.41.40 # There isn't one. And depending on the alignment needs for other variables in the struct, a bool/char may need more than one byte. 18.42.11 # ok, so what's the best to use to store small values ? would a char be ok ? 18.42.31 # Yes, I think so. 18.42.36 # ok 18.42.46 Quit MarcoPolo (Read error: 104 (Connection reset by peer)) 18.42.49 # and is an enum automatically an int ? 18.43.07 # I'm not sure... 18.43.11 # or is it optimised to take as less as possible ? 18.43.29 # as little as possible i mean 18.44.05 # that's something i've been wondering (because of the WPS tokenizer) 18.45.10 # I guess it will also depend if gcc is optimising for speed or space - chars can sometimes be slower to deal with than ints. 18.46.04 Nick linuxstb_ is now known as linuxstb (n=linuxstb@rockbox/developer/linuxstb) 18.46.59 # Also, I think that a first commit of album art would probably need to be without the bmp resize patch. I don't think amiconn was happy with how that was implemented. 18.47.25 # But I'm definitely in favour of committing album art if the impact on non album-art users is minimal. 18.48.21 # The efficiency of album art itself can then be improved when/if metadata-on-buffer is implemented. 18.48.57 # linuxstb: i agree about the bmp resize... anyway it's no longer in sync with SVN because of the big changes amiconn made to BMP handling a while ago 18.49.12 Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) 18.49.16 # it used a pretty bad resizing algorithm 18.50.59 # so what should i go for ? buffer_alloc with an onn/off option like for the cuesheets (that would require a much bigger buffer but album art users are probably willing to sacrifice the file buffer), the plugin buffer, or the current system (which i don't like much) ? 18.52.25 # Would buffer_alloc store 32 bitmaps? 18.52.44 # all have different issues... i don't really see which could be the best. Maybe a combination of two, like plugin buffer + wps image buffer for the current bitmap (to avoid it getting overwritten by a plugin) 18.53.00 # linuxstb: no idea... plus it depends on the size of the bitmaps 18.53.15 # which varies with the size of the target's screen 18.53.46 # Do you know if the wps is loaded before or after buffer_alloc is available? 18.53.47 # and there is also the possiblity of having many times the same bitmap for the buffered tracks 18.53.52 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 18.55.10 Quit x1jmp (Read error: 113 (No route to host)) 18.55.53 # does the album art patch spins the disk on every track now? 18.56.14 # perl|work: curently it spins the disk each time the bitmap changes 18.56.26 # i was doing the battery bench with it, though the tracks in the playlist didnt have any art, so im wondering... 18.56.54 # perl|work: then it probably didn't change anything to the result 18.56.57 # or did it ? 18.57.28 # hard to say now, it was the bench with the newly implemented cpu scaling for the gigabeat target 18.57.37 # i got less hours than usual 18.57.58 # just wanted to rule out AA patch from it 19.00.13 # can't wait for the cue sheet support :) 19.00.54 # linuxstb: i'm not sure when the WPS is initialised 19.01.48 Join Redbreva [0] (n=chatzill@host86-144-107-44.range86-144.btcentralplus.com) 19.02.39 # It's probably when the settings are loaded. 19.03.39 Join God_Eater [0] (i=bryan@host-84-9-15-114.bulldogdsl.com) 19.03.54 # Looking at apps/main.c, gui_sync_wps_init() is called immediately after settings_load(), so I'm guessing we will know the size of the album art image at a time when we could buffer_alloc() 32 of them (if we wanted to go that route). 19.04.07 # But it does seem a waste... 19.09.07 # linuxstb: you mean the WPS has already been parsed at that time ? 19.12.50 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 19.13.00 Quit x1jmp_ (Read error: 113 (No route to host)) 19.13.02 # Nico_P: I think so, yes. 19.13.16 Quit linuxstb (Nick collision from services.) 19.13.27 Nick linuxstb_ is now known as linuxstb (n=linuxstb@rockbox/developer/linuxstb) 19.15.41 *** Saving seen data "./dancer.seen" 19.16.45 Quit Wiwie ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 19.20.30 Join MarcoPolo [0] (n=MarcoPol@virlet.rez-gif.supelec.fr) 19.25.04 Quit MarcoPolo (Remote closed the connection) 19.25.30 Quit PaulJam (".") 19.26.16 Quit GodEater (Nick collision from services.) 19.26.21 Nick God_Eater is now known as GodEater (i=bryan@host-84-9-15-114.bulldogdsl.com) 19.27.15 Join muesli__ [0] (n=muesli_t@91.64.230.92) 19.27.53 Join MarcoPolo [0] (n=MarcoPol@virlet.rez-gif.supelec.fr) 19.28.21 Join mako_ [0] (n=mako@bork.hampshire.edu) 19.30.33 # yay senab is back 19.35.27 Join eskorpian [0] (n=eskorpia@c-76-21-9-193.hsd1.ca.comcast.net) 19.35.39 # hi all 19.36.10 # just read about your SW in the Popular Science mag 19.36.10 # very nice 19.36.11 Quit darkless (Read error: 113 (No route to host)) 19.36.31 # just wanted to find out if yr sw is available for the Creative Zen? 19.37.45 Join Ghoulunat [0] (n=woot@74-139-194-213.dhcp.insightbb.com) 19.38.30 Join mako__ [0] (n=mako@bork.hampshire.edu) 19.38.55 # hey everyone 19.39.01 # eskorpian: no. 19.39.38 # ok 19.39.50 # is there any plans to make it for the Zen? 19.40.34 # We don't "plan" to make Rockbox available for any particular platform. If someone wants to do it, they do. 19.40.42 Quit roolku () 19.41.28 # I've got a few questions about the new Gigabeat build 19.41.28 # ok 19.41.33 # thx 19.41.33 # There has been some discussion of that platform. You can read this forum thread for more information: http://forums.rockbox.org/index.php?topic=3320.0 19.41.51 # ok, thanks 19.41.58 # oh, whoops 19.43.28 Part eskorpian 19.43.40 # Ghoulunat what is the question? 19.45.13 Quit mako (Read error: 110 (Connection timed out)) 19.46.55 Join linuxstb_ [0] (i=5343d4aa@gateway/web/cgi-irc/labb.contactor.se/x-b09b6a4a66f1540f) 19.47.01 Join Alonea [0] (n=chatzill@24-117-195-16.cpe.cableone.net) 19.49.02 # well, I installed the new build today 19.49.10 # and it just acts weird 19.49.20 # it won't save my theme settings 19.49.37 # and when I try to play songs I get some weird bar across the bottom that fluctuates back and forth 19.49.48 # and when it hits the right side of the screen, the song stops 19.49.54 # and then it goes back and the song plays again 19.51.07 Join Thundercloud__ [0] (n=thunderc@82.152.211.72) 19.54.50 Join Llorean [0] (n=Llorean@rockbox/administrator/Llorean) 19.55.03 # Ghoulunat when was the last time you updated the bootloader? 19.55.27 # also, i suggest to make the battery reset before booting 19.55.39 Quit mako_ (Read error: 110 (Connection timed out)) 19.56.26 # you seem to have an old scrolling bug which was fixed 2 days ago 19.56.41 # I just updated this morning 19.56.44 # well, not the bootloader 19.57.24 # make sure you're using the latest bootloader and do the battery reset 19.57.31 # where do I get said bootloader? 19.57.50 # http://www.rockbox.org/twiki/bin/view/Main/GigabeatFXPort 19.57.53 # bottom of the page 19.58.24 # ok thanks 20.00.39 Nick Everybody|away is now known as Everybody (n=everybod@harpo.demon.co.uk) 20.00.53 Join JoeBorn [0] (n=rootmeis@adsl-75-3-43-215.dsl.chcgil.sbcglobal.net) 20.00.55 Quit Ribs ("eh eh ehhhh!") 20.02.51 Quit kubiix (Read error: 104 (Connection reset by peer)) 20.03.31 Join kubiix [0] (n=Miranda@mos-81-27-201-28.karneval.cz) 20.03.35 # Ghoulunat any better? 20.04.16 Quit kretender (Read error: 110 (Connection timed out)) 20.04.32 # working on it, where do I put the splash? 20.05.31 # bootsplash.raw 20.05.37 Quit Thundercloud_ (Read error: 110 (Connection timed out)) 20.08.00 Join barrywardell [0] (n=barrywar@dhcp-892b7a6e.ucd.ie) 20.08.09 # root folder e.g L:\ 20.09.55 Join dpro [0] (n=x@vlab.powerlesspointless.com) 20.10.11 # Ghoulunat root folder yes 20.10.24 # hey alison 20.10.28 # hows it going 20.12.02 # well, I am freezing my arse off down here . Should probably put a sweater on. Just waiting for my cable to get here really. Also sorta watching this thing about China on tv. 20.12.42 # the peakmeter thing is still there 20.13.03 Quit midgey () 20.13.03 Join dpassen1 [0] (n=dpassen1@cpe-24-168-110-99.si.res.rr.com) 20.13.06 # did you do the battery reset? 20.13.23 # yeah 20.13.29 # I did it when I first installed the new firmware 20.13.38 # it's not skipping anymore 20.13.44 # ok, now let me see if it will keep my theme 20.14.21 # well you have to do the battery reset again if you installed the new bootloader 20.14.29 # I did 20.14.32 # ok good 20.14.49 # it might reset the settings after 1st power off 20.15.08 # where are the themes? 20.15.11 # just apply them again and everything will work from that point on 20.15.13 # rockbox-themes.org? 20.15.18 # yes 20.15.33 # yeah, anytime you do the battery reset youwill have to reset the time usually, but that is all I ever notice that is reset 20.15.51 # Alonea sometimes it resets again after 1st power off 20.16.09 # maybe not anymore but did in the past 20.16.49 # ok 20.16.55 # I'm restarting it atm 20.16.59 # ok it kept 20.17.01 # now for new themes 20.22.37 Quit barrywardell () 20.22.57 # some of the themes dont' work 20.23.01 # they won't unzip 20.23.54 Join barrywardell [0] (n=barrywar@dhcp-892b7a6e.ucd.ie) 20.25.04 Join kretender [0] (n=kaspar@243.117.62.81.cust.bluewin.ch) 20.26.13 Join fasmaie [0] (n=yohannmi@cpe-71-72-99-25.columbus.res.rr.com) 20.26.38 Join mirak [0] (n=mirak@m145.net195-132-203.noos.fr) 20.26.46 # which theme will not unzip? 20.26.55 Join kretende1 [0] (n=kaspar@243.117.62.81.cust.bluewin.ch) 20.27.40 Quit dpassen1 (Read error: 145 (Connection timed out)) 20.28.49 # just a sec 20.29.01 Join MyGhete1 [0] (n=MyGhetek@c-24-5-175-194.hsd1.ca.comcast.net) 20.29.03 # Pixel and Yellowprint I think 20.29.16 Part MyGhete1 20.29.35 # Give me a minute, and I will upload a re-compressed version... 20.29.43 # ok 20.30.31 # I have just started to use Winzip 11, and it's default compression seems to be not very compatible :-( 20.30.35 Join Vyrus001 [0] (n=Vyrus001@adsl-69-231-68-176.dsl.irvnca.pacbell.net) 20.30.43 # www.7-zip.org 20.30.49 # hmm everything works for me in winrar 20.30.52 # yeah, winzip is pretty much obsolete 20.31.03 # or winrar if you really want to use shareware 20.31.05 # lol 20.31.08 # heh 20.31.23 # filzip is freeware 20.31.25 # What do i do when dsfsck tells me it doesn't support 191 FATs when running it on my h300? 20.31.28 # ok just checked yellowprint and it does not unzip for me either 20.31.34 # 7zip is free as in speech 20.32.50 # though pixel did work 20.32.57 # didn't work in winrar for Yellowprint 20.34.29 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 20.34.58 # so far it just seems the Yellowprint will not extract correctly... 20.35.08 # hmm, seems that it has an 'adaptive' mode and changes the compression scheme for each file in the archive depending on what compresses it the best... Just re-loading all the GB zips now.. 20.35.36 # OK, they should be done now 20.35.57 # says File skipped unknown compression method. ok, thanks Redbreva 20.37.20 # it works now. 20.38.44 # Hmm, time to junk Winzip I think.... 20.39.45 # yeah lol 20.42.23 Quit kretender (Read error: 110 (Connection timed out)) 20.45.58 Quit amiconn (" Want to be different? HydraIRC -> http://www.hydrairc.com <-") 20.45.58 Quit fasmaie (Read error: 104 (Connection reset by peer)) 20.54.44 Join fasmaie [0] (n=yohannmi@cpe-71-72-99-25.columbus.res.rr.com) 21.01.23 Part kretende1 21.05.38 Join darkless [0] (n=darkless@62.79.44.48.adsl.vby.tiscali.dk) 21.07.34 Join Mouser_X [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 21.15.44 *** Saving seen data "./dancer.seen" 21.20.10 Join kaaloo [0] (n=luis@rue92-3-82-232-48-241.fbx.proxad.net) 21.27.18 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 21.29.46 Join jackfusion [0] (i=cdc80c8a@gateway/web/cgi-irc/labb.contactor.se/x-0979cca51e554dff) 21.30.49 # hi all 21.31.16 Join amiconn [0] (n=jens@p54BD62FA.dip.t-dialin.net) 21.31.39 # dose editting the viwer.config on the ipod work? 21.31.50 # yes, but you have to reboot to take effect 21.34.25 # how do u get the mpegplayer to play avi files? 21.34.40 # Convert them to .mpg files. 21.34.43 Join Mouser_X3 [0] (n=mouser_x@67.110.120.159.ptr.us.xo.net) 21.34.50 # ok 21.36.40 # when I turn on my ipod and set it to hold right away the settings get cleared why? 21.37.11 # jackfusion: they are supposed to 21.37.11 # Because that's how you clear the settings. 21.37.25 Quit mk3y (Connection timed out) 21.37.26 # haha 21.37.44 # then how do u load the apple firmware 21.37.52 Part kaaloo 21.38.04 # rewind button? 21.38.10 # oh wait I'm in #rockbox 21.39.46 # w1ll14m are you here? 21.40.49 # jackfusion: turn hold on earlier :) 21.40.59 # jackfusion: set hold, then power on to get to apple firmwarwe 21.41.03 # jackfusion, that's strange...because my 5.5g loads apple if you turn hold on right away..however, i updated my bootloader last month for coprocessor support 21.41.16 # n1s question: how do you power on with the hold button on? :P 21.41.33 Join mk3y [0] (n=mkey@pD9E35DDB.dip.t-dialin.net) 21.41.34 # oh, I thought it was purely software hol 21.41.38 # d 21.41.45 # I have 5g 21.41.56 # do what the others said 21.42.10 # you can put the cable in to turn it on 21.42.11 # any ata.c wizards here 21.42.25 Nick Everybody is now known as Everybody|Determ (n=everybod@harpo.demon.co.uk) 21.42.26 # heh, I'm just reading it 21.42.33 # I'm hardly a wizard yet :P 21.43.06 # jackfusion: Is your Rockbox bootloader showing white text on a black background, or back text on a pale blue background? 21.43.50 # press and hold menu to get into the apple firmware. 21.43.53 # DataGhost: The problem is that whit ata poweroff enabled on h10 the first read after poweron fails. It sounds to me like it is trying to read too soon, increasing the READ_TIMEOUT didn't help... 21.44.50 # n1s: i've just been reading the bug report 21.44.54 # oh and I don't have a h10, whatever that may be :) 21.45.14 # Iriver h10, pp5020 based 21.45.42 # barrywardell: do you mean the patch? If so my last post there is the only thing I can think of 21.45.59 # n1s: might be worth adding a sleep(HZ*2) into ide_power_enable() in firmware/target/arm/iriver/power-h10.c 21.46.08 # or maybe a longer delay 21.46.19 # 2 seconds??? 21.46.35 # DataGhost: the problem is that I don't have one either 21.46.40 # hehe 21.46.41 # just for testing purposes 21.47.14 # barry is it possible to move the ata thread to the cop ? 21.47.20 # and I'm not even entirely sure yet how ata works 21.47.36 # but if it's trying to read too soon, could it be possible that the request is 'ignored' until the drive is ready? 21.47.45 # which would lead to a sleep() indeed :) 21.47.59 # yes, but it will timeout 21.48.05 # The drive should set busy until it's ready 21.48.15 # BiptoN: i don't know. i'm really not the person to ask about that 21.48.35 # should 21.48.41 # BiptoN: Why would you want to do that? 21.48.53 # I've seen enough in the last few days to not trust 'should' things with drives :P 21.49.01 # The ata thread has _very_ little to do 21.49.59 # well, the codec "seems" to take alot more cpu to run and me and william were thinkin of chnagin the speed to 1/2 so maybe less intensive things could run on it 21.50.01 # exactly 21.50.16 # if it has little to do it could run on the cop at 1/2 speed right? 21.50.39 Join [IDC]Dragon [0] (n=Joerg@p57A2A0B8.dip0.t-ipconnect.de) 21.51.28 # <[IDC]Dragon> hi rockbox! 21.51.53 # hi rockboxer 21.52.13 Quit muesli__ ("ich will Khe!!!") 21.52.45 Quit Mouser_X (Read error: 110 (Connection timed out)) 21.57.57 # thank u all for ur help. 21.58.01 Part jackfusion 21.58.35 Join lowlight [0] (i=c730190a@gateway/web/cgi-irc/labb.contactor.se/x-f11868ed2c48787c) 22.01.28 Quit robin0800 ("Make it idiot proof and someone will make a better idiot.") 22.03.00 Join Quelsaruk [0] (n=kvirc@73.pool85-61-14.dynamic.orange.es) 22.03.02 # hi 22.03.39 Quit Everybody|Determ (Read error: 110 (Connection timed out)) 22.03.52 Quit mk3y (Read error: 104 (Connection reset by peer)) 22.06.43 # ipod? rockboy? 22.06.43 # http://gizmodo.com/gadgets/portable-media/iboy-classic-gameboy-ipod-case-229985.php 22.06.45 # the next logical step 22.11.05 # how well does arm7 emulate z80? 22.16.46 # well enough 22.16.58 # good to know. 22.16.59 # I'm not even sure on what scale "well" is being compared. 22.17.48 # | | 22.17.53 # well enough to emulate the 4.1mhz custom z80 in 75 mhz 22.18.14 Join matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se) 22.21.42 # well, that's quite a lot 22.21.55 # it will be able to do that using interpreting, but not much else, i'd wager 22.23.10 # gameboy uses a z80 clocked lower than that for its main cpu, so you could check out rockboy's performance as an indication as far as performance goes 22.23.49 # 4.194304 MHz 22.23.49 Join muesli__ [0] (n=muesli_t@91.64.230.92) 22.30.26 # hmm, apparently 22.30.31 # well, then you have your answer :-) 22.30.51 # and the current emulation core isn't even optimised for the arm, which it should be 22.30.55 Join Daishi [0] (n=daishi@ool-4570aea6.dyn.optonline.net) 22.31.30 # pacbox emulates a 3.072MHz z80, and that seems to be comfortable on the PP. 22.31.58 # with the cop patch, does the cop boost/unboost? 22.32.04 # and if not, what speed does it run at? 22.32.13 # Mikachu: It follows the main processor's speed 22.32.20 # ah 22.32.30 # it can't do anything else, afaik 22.32.51 # preglow: Supposedly with clock skipping it can also be 1/2 or 1/4 the main core's speed 22.32.53 # it can but we don't know how afaiu 22.33.03 # Llorean: i though that was the other way around 22.33.09 # Llorean: forget that, i'm wrong 22.33.35 # geeez, i'd love some pp docs 22.33.54 # wouldn't we all 22.33.56 # =/ 22.34.03 Quit stoffel ("leaving") 22.35.52 Join baseballluver [0] (i=187f25f4@gateway/web/cgi-irc/labb.contactor.se/x-f1b75c3992e379a6) 22.36.13 # Hi, I'm having a spot of trouble with running rockbox. 22.37.18 # could I get some help? 22.37.30 # baseballluver: Well we don't know what your problem is yet. 22.37.35 # Oh, hi [IDC]Dragon 22.37.42 # Hah, I wasn' sure if anyone was on 22.38.02 Join combrains [0] (n=combrain@222-155-33-18.jetstream.xtra.co.nz) 22.38.07 # all right, well, I'm running the command scripts to install it, but when I run "ipodpatcher" it can't find my ipod 22.38.44 # any pointers? 22.39.10 # baseballluver: What kind of iPod do you have, and is it in disk mode? 22.39.11 # Windows, Mac, Linux? What's the command you're typing? 22.39.12 # what flavour ipod have you got ? 22.39.28 # the three musketeers leap to the rescue.... 22.39.31 # I'm on Windows 2000, running a 30GB 5.5G ipod 22.39.46 # and it's skittled-flavor. 22.39.59 # Are you running "ipodpatcher --scan" 22.40.04 # yes 22.40.07 Part mofonyx 22.40.24 # Can you see it as a drive letter? 22.40.52 # it says [ERR] nO IPODS FOUND 22.41.10 # Er, [ERR] No ipods found. 22.41.18 # baseballluver: What drive is your iPod showing up as right before you do that? 22.41.33 # I know what drive it's in, it's not showing up at all though 22.41.40 # it's the K:\ drive. 22.42.14 # Is the Apple firmware working OK? Have you performed any mods to your ipod in the past? 22.42.43 # I was trying to, but I ran into walls with the itunes 7.0 firmware upadater. 22.43.00 # this is my second ipod, and on the first ipod, I modded it a lot. 22.43.34 # So what did you do to this ipod? 22.44.08 # I haven't been able to do anything with it thus far. 22.44.34 # When I was trying to get past some authorization tags for games, I created some new folders, but they're empty. 22.45.15 # actually, they're not empty, they have some games in them. 22.45.23 # Will that affect the search at all? 22.46.12 # Does itunes recognise your ipod? 22.46.21 # yes 22.46.36 # it doesn't have any problems at all. 22.47.18 # <[IDC]Dragon> amiconn, I got bootbox down to about half its size 22.47.18 # Does ipodpatcher display the sector size of your ipod? 22.47.32 # no, it just says: 22.47.41 # Yes, forget that... 22.47.55 # <[IDC]Dragon> wtf? 22.48.15 # sorry 22.48.19 # I was going to typ ein what it said. 22.48.26 # <[IDC]Dragon> something's stuck here with me typing 22.48.59 # <[IDC]Dragon> ah, now I see what I type 22.49.28 # baseballluver: Did you modify your firmware partition in any way? 22.50.06 # Other than creating folders for games, and putting games in them, no. 22.51.04 # Do you have administrator rights? 22.51.24 # have we enabled disk mode in itunes already? 22.51.41 # [IDC]Dragon: so how big is it now? 22.51.51 # Mikachu: "it's the K:\ drive" 22.52.04 # Last time I checked it was 22.52.16 # and I can run the program fine without administrator rights, it just doesn't find anything. 22.52.18 Join Zagor [0] (n=bjst@46.35.227.87.static.tab.siw.siwnet.net) 22.52.37 # I'm using the non-administrator account right now, lest I download something. 22.52.56 # linuxstb_: he also said it didn't show up 22.52.56 # That's probably the problem - you need to have administrator rights. 22.53.21 # really? You mean it won't find anything without admin rights? 22.53.32 # all right, I'll try running it with a different account. 22.53.46 # ipodpatcher needs raw access to the disk device. 22.54.09 # The instructions mention it... 22.54.28 # well, I saw that afterwards and didn't think it would affect it since it messed it up. 22.54.55 # <[IDC]Dragon> preglow, about half the size, like I said, but checking now... 22.55.00 # Is there a way to use the "run" program through a different user without having to log off? 22.55.10 # yes, but i don't know how :) 22.55.25 # ah, then thanks, I'll come back in a minute. 22.55.27 # is it w2k or wxp? 22.55.33 Quit baseballluver ("CGI:IRC") 22.55.37 # [IDC]Dragon: yes, but i don't know how big it used to be :> 22.56.22 Quit Mouser_X3 (Read error: 110 (Connection timed out)) 22.57.00 # <[IDC]Dragon> here I see one with 28892 bytes, that's what it use to be 22.57.16 Join hotwire_ [0] (n=hotwire@69-17-132-197.kingkom.com) 22.57.24 # <[IDC]Dragon> now still looking for the newer one... 22.58.25 # <[IDC]Dragon> found it, 15170 bytes 22.58.32 # nice 22.58.59 # <[IDC]Dragon> but I broke something, USB is not detected 22.59.34 # <[IDC]Dragon> generally, I don't like the "butchering" approach any more 22.59.37 Join powr-toc [0] (n=r@84-51-129-124.rickmo645.adsl.metronet.co.uk) 23.00.20 Part fasmaie 23.00.45 # <[IDC]Dragon> size saturates bigger than it could, so I'm considering writing a new bootbox "from scratch", cannibalising from the existing Rockbox code 23.01.37 # <[IDC]Dragon> bootbox needs no threads, queues, etc. 23.02.03 # <[IDC]Dragon> and the file system code can be much simpler 23.02.55 # [IDC]Dragon: looking for new bugs to fix? ;) 23.03.03 # Wouldn;'t that mean it's no longer portable? Or is it already Archos specific anyway? 23.03.10 Join Everybody [0] (n=everybod@harpo.demon.co.uk) 23.04.15 # [IDC]Dragon: oh, i already thought that was how it worked 23.06.45 # <[IDC]Dragon> I already reduced a lot of stuff, e.g. the filesys is read only 23.07.18 # <[IDC]Dragon> but I didn't touch "Rockbox fundamentals" so far, like threads, button queue 23.07.33 Quit tvelocity ("Αποχώρησε") 23.08.06 # <[IDC]Dragon> it is still portable 23.09.34 Join Thundercloud_ [0] (n=thunderc@82.152.208.73) 23.09.37 Quit blue_lizard (Read error: 110 (Connection timed out)) 23.09.49 Join blue_lizard [0] (n=blue_liz@p54987F8E.dip.t-dialin.net) 23.10.05 Part lowlight 23.10.19 # <[IDC]Dragon> is CVS still around, read only? 23.10.19 # yea 23.10.20 # they say so 23.10.35 # <[IDC]Dragon> so I can make a patch against it 23.10.42 # now, we moved it to avoid people grabbing it 23.11.20 # s/now/no/ 23.11.25 Join webguest17 [0] (i=3efe8005@gateway/web/cgi-irc/labb.contactor.se/x-bc21a7e61c35a168) 23.12.33 Join baseballluver [0] (i=187f25f4@gateway/web/cgi-irc/labb.contactor.se/x-8a938ef32930078d) 23.12.50 Part Llorean 23.13.05 # OK, thanks guys, that worked. Do I need to stay on administrator for the rest of the installation? 23.13.22 # <[IDC]Dragon> where did it move to? Can I change my local CVS/Root tags to reach and diff it? 23.13.26 # No, just the ipodpatcher parts. 23.13.52 # ok, so once I know the disk device number (6), I can go onto the other account? 23.14.22 # no need for disk number any more 23.14.28 # eh? 23.14.56 # if you've installed the bootloader, the rest is drag and drop a few files 23.15.12 # [IDC]Dragon: hmm, we actually never did move it. only discussed/decided to move. so you should be able to diff it right away. 23.15.24 # but I do need to know the disk number, right? 23.15.26 Join rotator [0] (n=e@rockbox/developer/rotator) 23.15.28 # tell me when you're done, I'll move it away then 23.15.42 # baseballluver: to install the bootloader, yes 23.15.48 *** Saving seen data "./dancer.seen" 23.17.20 # baseballluver: Yes, any part of the installation that needs ipodpatcher needs admin rights. 23.20.04 # ah, dang it. 23.20.36 Quit lee-qid (Read error: 110 (Connection timed out)) 23.21.21 # * n1s didn't know any windows users were actually using non-admin accounts if they had an option... 23.21.50 # <[IDC]Dragon> Zagor, I won't be done so soon, you probably want to move it before 23.21.57 Quit Daishi (Remote closed the connection) 23.22.15 # n1s: it's effective to fight against spyware and other unwanted stuff :) 23.22.15 # <[IDC]Dragon> I'm fine as long as the place is public 23.22.38 # and I take it that it's going to take a while to write 48132 sectors? 23.22.57 # that's like 100 megs 23.23.14 # ah, ok then. 23.23.17 # doo doo doo... 23.23.40 Quit Thundercloud__ (Read error: 110 (Connection timed out)) 23.25.15 # [IDC]Dragon: What is the reason you are diffing against cvs instead of svn? 23.26.00 Quit perl|work (Read error: 104 (Connection reset by peer)) 23.26.02 # <[IDC]Dragon> tortoise cvs "pampering" me 23.26.59 # <[IDC]Dragon> it quickly shows me the modified files 23.27.26 # isn't the svn version as good? as I understand it you can simply copy tree into the svn checkout and keep working. 23.27.37 # <[IDC]Dragon> so I don't have to learn cvs/svn/diff command lines ;-) 23.27.41 Quit subson () 23.27.58 # <[IDC]Dragon> aha, ok 23.28.54 # thanks, everybody! 23.29.52 # linuxstb_: latest news: "19 jan kl 20:52 Stockholm Sdra, Frsndelsen har sorterats" :-) 23.30.20 # late christmas presents? 23.30.39 # something like that, yeah 23.31.03 Quit powr-toc (Remote closed the connection) 23.32.36 # I assume that's good news? 23.33.35 Quit Thundercloud_ (Read error: 104 (Connection reset by peer)) 23.33.59 Join Thundercloud_ [0] (n=thunderc@82.152.171.166) 23.35.05 # preglow: how do you write the assembly for a mac instruction with a scale factor? 23.35.43 # linuxstb_: well, nothing special. just the next step in the chain. 23.36.09 # I just find it funny how limited it is to only offer the package tracker in swedish 23.36.42 # Yes, I noticed a lot of the site was in English. 23.37.22 # lots of the sales talk and pretty PDFs at least. but none of the actual functions, as far as I could see... 23.37.56 Quit dpro ("BitchX-1.0c18 -- just do it.") 23.41.42 Join Stalwart_ [0] (n=stalwart@ip-10.154.Home-Lan.fastnet.lv) 23.43.15 # [IDC]Dragon: I wouldn't recommend tortoisesvn. It has problems regarding *nix versus windows line ends, more than the cvs version 23.43.54 # Well, you can use it if you switch your cygwin installation to windows line ends and then do everything in crlf locally 23.44.40 # Even though I usually prefer gui applications over the command line, tortoise is a thing I wouldn't want to use 23.45.14 # request for opinions: I intend to implement feature request #1569 (Short rewind on resume) by simply subtracting 64KB from the resume offset. this of course will cause different amount of rewind on different bitrates, but in my opinion exact rewind time isn't the point of the feature. and I think a setting selecting the amount of rewind is overkill, I'll rather just have a 1-bit on/off. does anyone disagree? 23.45.54 # Not all offsets are byte offsets AFAIK. 23.46.00 Quit webguest17 ("CGI:IRC") 23.46.08 # Some are in ms - it's codec dependant on swcodec. 23.46.25 # amiconn: I asked preglow about a question about how to specify an emac scale factor in assembly but I'm sure you know the answer too. :) Can't seem to find an example of it. 23.46.36 # Zagor: doesn't the headphone patch already implement that? 23.46.42 # linuxstb_: aha, I'll have to look at that then. thanks. 23.46.51 Join petur [0] (n=petur@rockbox/developer/petur) 23.46.57 # Mikachu: I have no idea, I'll look at that too. 23.47.11 # it lets you rewind a set number of seconds when you plug them in 23.47.19 # that code is probably not anywhere near the startup resume code though 23.47.25 # I'm not even sure we need an option though - why not just always rewind a little? 23.48.00 # * n1s votes for no option too 23.48.06 # linuxstb_: I agree. I think :) 23.48.07 # on headphone reinsert it would be annoying with always rewind 23.48.17 # so please don't change that 23.48.26 # Yes, but headphone insert is normally a short pause. 23.48.35 # Mikachu: is this patch committed or in the tracker? 23.48.41 # i'm not sure :) 23.48.44 # But I'm probably not the best person to comment, as I don't use either kind of resume... 23.48.47 # unpause != resume 23.48.52 # I thought it was in SVN ? 23.48.54 # i am almost sure it's in svn though 23.49.53 # yes it is: 'unplug_rw' 23.49.53 Quit baseballluver ("CGI:IRC (EOF)") 23.50.06 # What will it do if it rewinds past the start of the track? 23.50.18 # start at beginning 23.50.21 # If rewind on resume is going to be added, there should be an option 23.50.34 # sounds good to me then :-) 23.50.35 # I often use resume, but I would never want it to rewind 23.51.19 # jhMikeS: No idea... 23.51.38 # amiconn: just to clarify, it won't rewind to start of the track. just a few seconds. 23.51.45 # I understand that 23.52.10 # I don't think I would be able to tell if this feature was either on or off, often I don't even remember on which track I was 23.52.13 # Resume should resume where I left off, not a few seconds back or forward 23.52.32 Join EnterUserName [0] (n=dave@pdpc/supporter/student/GeekZoid) 23.52.36 # hey all 23.52.41 # i see why it's useful for audiobooks 23.53.02 # Mikachu: yes, that's what I want it for 23.53.14 # just a thought, would it be easier to change the code that saves the resume point? 23.53.17 # as there been any advancements in video for nano and using smaller video 23.53.19 # yes it's very useful with audiobooks, so one can have an option for this 23.53.19 # files 23.53.23 # instead of raw filesd 23.53.27 # I don't have audio book, but even if I would, I don't understand why resume should rewind 23.53.48 # amiconn: if you read a book, to you resume at the exact same word, or a paragraph/page back? 23.53.48 # amiconn: so you remember where in the story you are 23.54.17 # EnterUserName: The video was never raw, but now it has sound too :-) 23.54.21 # Mikachu: I stop at chapter boundaries, and resume exactly where I left off 23.54.35 # oh n1s: wasn't it large avi files where 20 minutes would be like 2 gigs 23.54.50 # I stop wherever and pick up right where I left off 23.55.05 # im wondering if it allows something like divx or something similiar.. 23.55.10 # and what if something interruots you while listening? 23.55.22 # well, an option it is 23.55.26 # I have a good memory =/ 23.55.37 # Either I remember where I was (audio or printed book) then I would always want to resume exactly where I left off. Or I don't, then I would start over anyway 23.55.44 # EnterUserName: Nope, the old ones were m2v, which is peg 2 video without sound, now we use mpg which is mpeg video with sound 23.55.58 # and no divx/xvid 23.56.04 # hmm 23.56.08 # The latter would take several weeks to apply (that I don't remember where I left off) 23.56.09 # mpg.. how big of a file is that.. 23.56.17 # for 20 mins.. 23.56.21 # As big or as small as you want it... 23.56.30 # Depends a lot on bitrate 23.56.42 # hmm thank you.. its been a whuile since i used it.. i'll give it a try :) 23.56.46 # Genre9mp3: That's what pause is for 23.57.40 # EnterUserName: Look at the PluginMpegplayer wiki page. That has some sample files as well. 23.57.55 # Zagor: maybe the resume on startup option could be extended to resume, resume with rewind and off 23.57.58 # (as well as a long to-do list of unimplemented features...) 23.58.07 # Mikachu: have you used the headphone rewind option? does it work well in your opinion? 23.58.12 # oh... I thought we were talking about an option for rewind on resume after both pause or stop 23.58.24 Quit Stalwart^ (Connection timed out) 23.58.28 # Zagor: no, i only use headphone resume without rewind 23.58.44 # n1s: nah, that'd need more bits for that option and hence make the config block incompatible. better a new option. 23.58.50 # anyway... I never listen to audiobooks so I would never need it actually 23.58.59 Quit Aggression (Read error: 113 (No route to host))