--- Log for 14.01.106 Server: kornbluth.freenode.net Channel: #rockbox --- Nick: logbot_ Version: Dancer V4.16 Started: 19 days and 22 hours ago 00.07.03 # it is possible to change the background color in a wps ? 00.10.47 # Not unless you patch Rockbox. 00.12.18 # ah 00.13.15 # * petur points to H300 optimized build on MR 00.14.39 # LinusN: (since you may have looked at it before this) there is a new AB repeat patch up on SF which is seemless, and wastes far fewer processor cycles when inactive. 00.18.51 # we need more H1xx/H3xx devs with CVS commit access :/ hope amiconn has his H300 soon... 00.20.14 Quit Lear ("Chatzilla 0.9.69.1 [Firefox 1.5/2005111116]") 00.20.55 # well I'm off... later! 00.20.59 Quit petur ("here today, gone tomorrow") 00.22.50 # hard to grant CVS access (I'd think) when a stray commit to the pcf50606 (or equiv) code could literally brick people's players. 00.23.02 Part SteL 00.26.27 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 00.30.36 # need to be careful, at least 00.32.28 # yes. I lack caution. Submitting patches to a core group makes a lot of sense... I mean it sure works well for the linux kernel. 00.35.24 # haha 00.35.29 # not all stuff needs caution 00.36.11 # i'm pretty comfortable on that side of things 00.37.43 # preglow: trunuf -- would it be possible to give several more people commit permissions only in the apps module or the plugins or the codecs or something? 00.38.19 Join Mmmm [0] (n=mscarrat@cpc2-hem13-3-1-cust77.lutn.cable.ntl.com) 00.41.55 Quit vger_ ("[BX] Amount of time you people were funny: -49 minutes 49 seconds") 00.45.32 # lostlogic: I don't think that's possible with CVS. 00.46.48 # and i don't think that's an issue anyway 00.47.02 # I agree 00.47.14 Quit akaidiot ("( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )") 00.47.15 # if we don't trust you not to tamper with stuff you have no idea about, we don't give you commit access 00.48.13 # that's one of the criteria i'd have anyway 00.50.25 Join ashridah [0] (i=ashridah@220-253-120-194.VIC.netspace.net.au) 00.50.27 # Is LinusN about? 00.51.15 # it's like about 1-2am where he is 00.51.33 # been trying to catch him all evening.... 00.51.45 # what's up? 00.52.20 # he was asking me about the metronome plugin and I made a patch for him to look at. 00.53.42 # He must be taking a well earned evening off! :) 00.54.34 # hehe 01.02.11 Join DrumRBoy320 [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 01.03.19 # Mmmm: is it his plugin? 01.04.13 # it's mine, shebbs,his and possibly amiconns too! 01.05.00 # bit of a mongrel! :) 01.06.18 # Mmmm: i think you should use a better name for the acceleration variable 01.07.19 # BHSPitMonkey: $Id: metronome.c,v 1.21 2006/01/12 00:35:49 dave Exp $ 01.07.22 # Copyright (C) 2004 Matthias Wientapper 01.07.33 # wasn't the pcm_stop_playback() fix supposed to be in that patch as well? 01.07.42 # ooh.. hello there. You think it's a good idea though? what name do you suggest? 01.07.52 # Of course it was extended since then 01.08.00 # amiconn: i'm not a rockbox user, so i wouldn't know :P 01.08.13 # I am a metronome user, however XD 01.08.27 # Mmmm: "bpm_acceleration" or something? 01.08.42 # Linus:the fix was in but i took it out as it was being wierd seemed to work then on a restart of the player didnt work! :S 01.08.50 # accelerando 01.09.05 # :D 01.09.16 # Mmmm: ok 01.09.37 # i really don't like the coding style in that file... 01.09.40 # I'd love to be able to compose on the ipod 01.09.46 # sort of like on some phones 01.09.46 # not your fault, though 01.09.51 # :) 01.10.23 # mmm the "make" files, make with some software> 01.10.24 # ? 01.10.34 # Paprica: ? 01.10.35 Quit ender` (" Smoking is one of the leading causes of statistics.") 01.10.41 # yes 01.10.45 # you need to have make installed to use Makefiles... 01.11.13 Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) 01.11.15 # which is a standard tool 01.11.36 # Linus: what do you reckon it is with the pcm_play_stop ? 01.11.59 # i want to know how can i make then 01.12.00 # m 01.12.10 # Mmmm: what was the problem? 01.12.24 # i want that some files go to some folder in rockbox compile 01.12.39 # how can i do that 01.12.51 # edit the makefile 01.13.12 # LinusN: it doesnt work! when you start the plugin with sound playing it continues playing and then goes mad when you playtock 01.13.19 # i try to do it 01.13.27 # Mmmm: ah yes 01.13.34 # but it doesnt work 01.14.10 # Linus: I tried everything I could think of (which doesn't amout to much really :) ) but couldn't fix it! 01.14.34 # Mmmm: use rb->audio_stop(); 01.15.06 # I kept thinking i had fixed it but then when I rebooted the next day the problem was back! wierd eh? I'll give audio_stop() a go... 01.15.17 Quit Kohlrabi (Nick collision from services.) 01.15.22 Join Kohlrabi [0] (n=Kohlrabi@dslb-082-083-129-077.pools.arcor-ip.net) 01.18.36 Quit DrumRBoy320|Away (Read error: 110 (Connection timed out)) 01.20.51 Quit linuxstb ("CGI:IRC (Ping timeout)") 01.21.51 # Linus: that seems to have done the trick! good one... will that work for the non-sofware codec players too? 01.22.35 # no, then you should use rb->mp3_play_stop() 01.22.57 # some day, we will unify those api's... 01.23.33 # ok then...shall I put the resulting patch on the tracker or just leave it with you? 01.23.35 Quit Shebb ("CGI:IRC (EOF)") 01.24.02 # LinusN: surely, some insane man would have to appear for that task to be done 01.24.27 # * LinusN looks at amiconn 01.24.55 # * preglow starts waiting for amiconn to foam at the mouth 01.27.04 # Linus by acceleration variable do you mean what I have called i? 01.29.24 Join NightCat [0] (n=pink__ki@garant.metacom.ru) 01.29.35 # Hi All! 01.29.52 # Mmmm: yes 01.30.08 # Some help? 01.30.17 # I read this http://www.rockbox.org/twiki/bin/view/Main/HowtoWritePlugins for now... 01.30.21 # Mmmm: by convention, "i" is usually a loop variable, typically an index 01.30.26 # What next? 01.30.27 # but ok, i'm out, later all 01.30.40 # cu preglow 01.30.57 # bey 01.32.00 # how about bpm_step_counter ? after all that's what it really is! 01.33.57 # sure 01.36.50 Quit Moos ("Glory to Rockbox") 01.38.12 # Stupid question, but: why I don't see helloworld plugin in rocks folder (on built fw)? 01.38.57 # (Sorry I mean "why don't I see"...) 01.39.07 # Hey, anybody :) 01.39.27 # OK, I've updated the patch and uploaded it to the same address as the last, this time the fix is in as well as the bpm acceleration. Shall I just leave it with you then Linus? :) 01.39.54 # NightCat: edit apps/plugins/SOURCES 01.40.32 # Thx :) 01.41.02 # Mmmm: fine with me 01.43.22 # Ok then...thanks for all your help Linus! 01.43.28 # you're welcome 01.45.25 # Oh, just one question... Since you told me what timer_register does all those strange numbers suddenly made sense, only I dont quite understand one thing 01.45.27 # for(i = 0;i < (int)sizeof(sound)/2;i++) { 01.46.05 # why the /2 ? surely this would mean that only half the array is loaded into sndbuf ? :s 01.46.33 # so you end up with an array the same size as the original, not double the original! 01.47.06 # obviously I'm wrong as if I remove the /2 it doesn't work but I can't see why! 01.47.50 # it should really be sizeof(sound)/sizeof(short), i.e the number of samples in the array 01.48.33 # sizeof(short) == 2 01.48.46 # as there are 2 channels! 01.49.02 # no, as there are 2 bytes in a short 01.50.14 # heh.. but there are 2 samples because of the two channels 01.50.33 # not in sound[], which is mono 01.51.10 # the loop converts the mono sound[] sample to stereo and puts it in sndbuf[] 01.51.20 # but in sndbuf after you've doubled up all the entries 01.51.29 # yup 01.52.53 # but say sizeof(sound)==4, then i only goes between 0 and 1 right? 01.53.14 # and so only the first two entries are inserted? 01.54.09 # let's say that sound contains 2 samples 01.54.26 # then sizeof(sound) ==4 01.54.36 # since each sample takes 2 bytes 01.55.02 # aaaaaaaahhhhhh..... :D thanks so much Linus... hee hee... now I can sleep soundly! 01.55.18 *** Saving seen data "./dancer.seen" 01.57.47 # Mmmm: the bpm acceleration. <= means this, that you can play MP3s a little faster? 01.58.17 # not at all, just that the bpm settint in the metronome is easier to change 01.58.55 # metronome? in RB? 01.59.06 # yes 01.59.07 # look in plugins! 01.59.09 Quit Kohlrabi ("Fast alle Menschen sind Regenwürmer") 01.59.16 # ok 01.59.54 # well....its snooze time for me... night night...... 01.59.56 # If RB will get a playing speed setting for Mp3 anywhen? 02.00.24 Quit Mmmm ("ZZZZZzzzzzzzz") 02.00.55 # Rob2222: we can set the pitch 02.01.45 # But not on the fly in the player, or? At least I didnt found it, yet 02.02.26 # Rob2222: which player do you have? 02.02.35 # H340@60 02.03.01 # in the wps, hold Play and use up/down to change the pitch 02.03.19 # WTF 02.03.21 # nice! 02.03.24 # muahaha 02.03.33 # Linus, i love you. :) 02.03.39 # rockbox is full of surprises :-) 02.03.44 # uhm, please dont get that wrong ;) 02.03.50 # hehe 02.04.15 # All day i check the daily build for H300 changes ;) 02.04.35 # Ha, I didn't know about this :) 02.04.39 # As i was underway today and it was cold. 02.04.40 # Ahaha, pitch changing is hillarious. 02.04.44 # haha, cool, me neither 02.04.47 # lol 02.05.03 # We should make a WIKI page for Iriver features 02.05.13 # please do! 02.05.18 # Not just iRiver... 02.05.24 # ;) 02.06.01 # that feature is there for all rockbox targets except archos studio 02.06.04 Quit DangerousDan ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 02.06.26 # a few AIR tunes sound much better sped up 02.06.28 # Some other hided futures? 02.06.36 # yeah, do tell more! :P 02.06.42 Join webguest63 [0] (n=5087e041@labb.contactor.se) 02.06.57 # I just found out about the ID3 tag reading feature. 02.07.00 # i believe that feature is in the manual 02.07.21 # Linus: As i was out today and it was could, i didnt wanted to get my player out of my pocket. Then I thought, "hmm, Voice Directorys" would be nice now. But I switched it off, cause it stressed normaly. Wouldn that be a nice option for "QUICKMENU UP". A Voice Togge. Or QUICKMENU UP for a function that can be selected in the preferences ... 02.07.21 # You're right Linus, but... 02.07.45 # ID3 Tag reading feature? 02.07.58 # rob2222: why re-invent the wheel, the wiki already exists just add the info if it isn't there 02.08.11 # Play a song, and in the WPS hold the select key (NAVI on H300) and select ID3 Tags 02.08.47 # ah ok 02.09.06 # does the wiki have a page with key combos for the target? 02.09.13 # *search* 02.09.19 # yep its there somewhere 02.09.27 # ooh where 02.09.49 # * webguest63 fetches high chair and big spoon :-) 02.09.53 # hahaha pitch change offers endless supplies of fun for boredom-remedying 02.09.58 # lmao, yeah 02.11.37 Part webguest63 02.11.39 Quit xmixahlx ("blah blah blah") 02.12.17 # What about wiki page with info about Ñ functions (I mean RB function that I can use in plugin writing)? 02.12.46 # g2g... night night 02.12.55 # Bey 02.12.57 # NightCat: sure. go ahead 02.13.16 # I meant where is it? 02.13.29 # there is no such page (yet) 02.13.30 # I couldn't find it... 02.13.38 # Oh... 02.13.43 # Funny 02.14.02 # And what about short C info? 02.14.06 # has the H300 record button any secret functionality 02.14.07 # ? 02.14.12 # NightCat: google 02.14.13 # No 02.14.22 # Linus: Ok :) 02.18.11 # Hm, then if I want to find a function that, for ex. set the color of the creen pixel I'll have to watch on RB sources and if I want to find a function that for ex. stops for moment (like sleep() or delay() functions in other language) then Ill have to go to google, Am I right? 02.23.50 Quit muesli__ ("ich will Kühe!!!") 02.24.49 # the sleep() and delay() functions are not part of the C language 02.25.17 # sleep() is a rockbox function 02.25.24 # rb->sleep() in a plugin 02.25.32 # Heh :) 02.26.38 # Thx again :) 02.26.40 Join Membrillo [0] (n=sam_kill@58.164.32.154) 02.29.15 # NightCat: see apps/plugin.h for the functions currently exported to the plugins 02.30.25 # I had already find it :) What about function putsxy()? 02.31.13 # Oh putsxy = lcd_putsxy :) 02.31.20 # I see. :) 02.31.48 Join DJDD_ [0] (n=DJDD@220-245-186-182.static.tpgi.com.au) 02.36.13 Join ehntoo [0] (n=ehntoo@24-177-166-0.dhcp.mrqt.mi.charter.com) 02.51.43 Join dpassen1 [0] (n=dpassen1@resnet-233-61.resnet.UMBC.EDU) 02.53.30 Join dpassen [0] (n=dpassen1@resnet-233-61.resnet.UMBC.EDU) 02.55.59 # Linus? 02.56.03 # Question? 02.56.46 # Could I get sound level (left and right) from plugin? 02.56.55 # (I mean in plugin) 03.00.42 # Maybe mas_codec_readreg? 03.02.25 Quit DreamTactix291 (Read error: 110 (Connection timed out)) 03.03.04 # mas_codec_readreg(0xC) left and mas_codec_readreg(0xD) right 03.10.23 Quit dpassen1 (Read error: 110 (Connection timed out)) 03.11.12 Quit dpassen (Read error: 110 (Connection timed out)) 03.14.50 # NightCat: why would you want that? 03.15.14 # what plugin are you working on? 03.16.59 Quit ehntoo (Remote closed the connection) 03.18.32 # Membrillo: I just trying... I try Ñ first day and RB too :) 03.18.41 # Membrillo 03.19.17 # I want try plugin that will blinks on high peaks :) 03.19.21 # sorry? i dont quite understand you 03.19.25 # oh ok, nice 03.20.17 # I want a botton (I don't know wich) in WPS mode that change NEXT song (not now playin)... 03.22.36 Join BHSPitLappy [0] (i=steve-o@adsl-64-123-190-199.dsl.rcsntx.swbell.net) 03.23.07 # oh i get you 03.23.15 # thats a nice idea 03.24.11 Join YouCeyE [0] (n=YouCeyE@vp089013.reshsg.uci.edu) 03.24.52 # Yes :) Play + Up/Down is a pich change and Play + Left/Right can be this future :) 03.25.51 # Hm, what about sound level? SOMEBODY!!! 03.30.02 # does pitch change work on h300? 03.30.49 # Yes. 03.31.11 # haha so it does 03.31.24 # if you go past around 150% the iriver struggles thoguh 03.38.30 Join Paul_The_Nerd [0] (n=Paul_The@cpe-66-68-93-2.austin.res.rr.com) 03.46.04 Quit tvelocity ("Leaving") 03.50.02 # Is someone here??? 03.50.14 # I need help with peakmeter file... 03.55.20 *** Saving seen data "./dancer.seen" 03.56.14 Join ModernExecutive [0] (n=bob@pool-70-18-144-126.norf.east.verizon.net) 03.56.17 # just have one quick question: has anyone succeeded in putting the rockbox bootloader on a US firmware yet? 03.56.34 # nobody has tried 03.57.13 # tried patching a us firmware or putting a patched us firmware on an h300? 03.57.34 # again: nobody has tried 03.57.56 # ok 03.58.16 # you mean nobody has tried either, yes? 03.58.26 # exactly 03.58.28 Quit mikearthur (Remote closed the connection) 03.59.08 # could i be a guinea pig? 03.59.13 # Linus do you know something about sound level? 03.59.15 # it should work, but so far nobody has dared to try it in fear of losing drm 03.59.36 # NightCat: no peak info for plugins on the iriver, afaik 03.59.59 # i would be happy to dare 04.00.12 # ModernExecutive: ok 04.01.02 # what would you like me to do? 04.02.09 # http://linus.haxx.se/ustest.zip 04.02.35 # copy the H300.hex to your player and do a firmware upgrade 04.02.50 # beware! nobody has done this before 04.03.38 Join Kyl3 [0] (i=no@cpe-24-90-236-61.nyc.res.rr.com) 04.03.43 # LinusN: But there could be sound level in plugins on H300 couldn't it? 04.03.43 # did he do it yet? 04.03.44 # lol 04.04.10 # should i copy a bleeding edge build over as well? 04.04.12 # NightCat: there *could*, yes, but it isn't implemented yet, afaik 04.04.14 # LinusN: Because there is a peakmeter on H300... 04.05.20 # Hm... 04.05.30 # the peak info is there, just not in the plugin api 04.05.33 # Very Sadly... 04.05.47 # NightCat: you can add it of course 04.05.54 # Then I'll try :) 04.06.17 # Where this info could be? 04.06.29 # sorry. this is a stupid question. do i just need to download the latest build and extract them on to the player and then flash to the patched firmware, or is there something more that needs to be on the player's hard drive (besides the .rockbox folder and the rockbox.iriver file)? 04.07.07 # No just the build should work 04.07.09 # you need to flash the H300.hex i gave you, and then install the latest rockbox build 04.07.12 # You need .rockbox folder and the rockbox.iriver file and HEX file 04.08.22 # ok 04.08.25 # here goes nothing 04.08.35 # * Kyl3 holds breath 04.08.49 # .. you're not the only one ;) 04.09.07 # if it works, use needleboys build on MR 04.09.37 # its got all the stuff you need for the h300 04.10.03 # fw upgraded. 04.10.03 # how do I boot to the iriver FW now? 04.10.13 # Hold REC and ON 04.10.20 # Until you see the boot screen 04.10.27 # press both at the same time or first rec and then on? 04.10.31 # same time 04.10.53 # ... can't found DRM key. 04.11.08 # sh*t 04.11.13 # damn! 04.11.21 # well happy rockboxing 04.11.30 # actually, i'm RMAing 04.11.46 # Oh. 04.11.56 # got a replacement on its way to me, so i figured "what the hell?" :) 04.12.21 # looks like i'll get myself 1.29k in the mean time. 04.12.23 # ok, so the firmware probably has a checksum to protect against tampering 04.13.47 # is there a way to patch the firmware and somehow change the checksum back to what it was before you patched it? 04.17.00 # i don't know 04.18.16 # thanks anyway, guys 04.18.44 # well atleast now you can see what you've been missing 04.18.53 # ModernExecutive: thank you for trying 04.20.12 # crap 04.20.17 # i think my player's bricked. 04.20.29 # oh... no 04.20.37 # nope... the backlight is just turned off 04.21.14 # Scared me the first time too 04.21.31 # time to sleep 04.21.33 # nite all 04.21.37 Part LinusN 04.21.38 # thanks linus 04.21.43 # those koreans are clever buggers 04.21.50 # stupid question #2: how do i get the backlight back on? 04.22.48 # press a button 04.23.09 # and go to 04.23.21 # ab general settings display 04.23.28 # backlight always on 04.23.40 Join alphakiller [0] (n=bohas@200.162.22.132) 04.25.46 # right? 04.26.52 Quit NightCat (Read error: 113 (No route to host)) 04.27.00 # thats a bit hard if you cant see anything 04.27.12 # when i hit the on button, it boots to the standard iriver firmware 04.27.21 # hold on 04.27.37 # if you want ill get you 1.29k patched 04.28.04 # ok 04.28.09 # h/o 04.28.31 # crap 04.28.36 # my navi button doesn't work 04.29.02 # reset plug in USB 04.29.47 # crap 04.29.48 # brb 04.29.50 # kk 04.31.19 # so with recording. Adjusting gain when its analog won't affect quality, adjusting gain digitally will 04.38.11 # ok 04.38.16 # still there kyl? 04.38.22 # yes 04.38.38 # shoot me a patched fw 04.38.59 # whats your email address I'm gonna send you a patched formware and the latest optimized build 04.40.12 # Ok I will 04.40.20 # I cant PM im not registered 04.40.41 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-95.bna.bellsouth.net) 04.41.03 # while its off? 04.41.14 # np 04.41.18 # hey you two 04.41.19 # it's on 04.41.21 # :) 04.41.23 # and booting to the iriver fw 04.41.30 # what means "cant found drm key"? 04.41.31 # try while its off 04.41.41 # you cant see something? 04.41.44 # that means drm is broken 04.41.47 # try a flashlight 04.42.18 # read that anywhere 04.42.24 # connecting usb while off doesn't seem to do anything 04.42.27 # but doesnt kwof if it helps 04.42.35 # no lcd indication 04.42.49 # ok, whats your status? 04.42.53 # RB bootloader? 04.43.03 # ... i think flashing a patched fw over a bad us patched firmware might not have been a good idea 04.43.14 # US player? 04.43.23 # i probably should have flashed to a regular iriver firmware first and then to the patched fw 04.43.40 # what player you have? 04.43.42 # I'm sending the fw now 04.43.46 # thx 04.44.03 # well, whats the problem at the moment? 04.44.03 # then ill send the latest optimized for h300 build 04.44.17 # The problem is he did an experiment for Linus 04.44.18 # although i have no idea how i'm going to upgrade w/o the navi button working 04.44.43 # And it broke his player 04.44.46 # what is working? RB and/or Iriver fw? 04.45.22 # brb 04.45.25 # Kyl3: yes, but what does happen now? 04.45.33 # does the Bootloader work? 04.45.38 # I dunno 04.45.46 # hmm 04.45.51 # He says it boots into the iriver fw 04.45.55 # when he presses on 04.46.07 # but the NAVI button doesnt function 04.46.15 # huh 04.46.22 # and its not seen by his computer 04.46.31 # double huh 04.46.53 # if navi is really not working with iriver FW .... 04.46.55 # hmm 04.46.58 # he tried patching US firmware for Linus to see if it'll break the ability to play DRM files 04.47.01 # dotn know how to flash 04.47.12 # ah 04.47.15 # well 04.47.23 # and it did thats what the "cant found DRM key" is 04.47.23 # ok 04.47.35 # yes, what me is interesting 04.47.41 # when he get that message 04.47.49 # what is then? 04.47.59 # is the whole player not working? 04.48.06 # or only DRM files not working 04.48.19 # I dunno 04.48.22 # DRM isnt 04.48.40 # and he has an US player? 04.48.46 # (which was predicted) but the strange thing is NAVI button isnt working 04.48.50 # Yes he does 04.49.02 # 5am here, damn :( 04.49.21 # well 04.49.37 # i dont know how linus patched the fw 04.50.49 # through the descramble, mkboot, rescrable way I guess 04.51.35 # ok, i do know almost nothing about the BL 04.51.42 # hi 04.51.53 # hi 04.51.53 # Both SENT 04.51.56 # ane? 04.52.12 # receiving 04.52.23 # ModernExecutive: still no navi key working? 04.52.31 # received 04.52.34 # have you restartet / reset the unit? 04.52.42 # .hex and the build? 04.52.42 # i have reset the unit 04.52.47 # it's the only way to turn it off 04.52.53 # no build yet 04.52.57 # just the hex 04.53.13 # well umm try your best to flash it 04.53.31 # i think the only buttons that work are the on button and the a-b button 04.53.41 # hmm 04.54.00 # at least on the iriver side 04.54.00 # if linus replaced the wrong part of the original fw? 04.54.06 # /win3 04.54.10 # gah, sorry. 04.54.15 # i dont think ... 04.54.18 # hi ll 04.54.27 # lostlogic: Windows 3.1? 04.54.47 # hehe, irssi, was trying to do /win tab 3 to change to window number 3. 04.55.00 # what does linus do to unbrick a bricked player? 04.55.18 # flahes it with the BDM 04.55.22 # ModernExecutive: he has a BDM wiggler (serial connection) to the flash so he can reprogram it. 04.55.23 # yep 04.55.32 # linus has a bdm? 04.55.37 # ah ok 04.55.38 # can i pick that up at my local compusa? ;) 04.55.43 # lol 04.55.49 # no :) 04.55.52 # (i think) 04.55.57 # probably not... Frys maybe. 04.55.59 # no 04.56.06 # not compusa 04.56.09 # ModernExecutive: did you get your query answered 04.56.20 # kind 04.56.21 # a 04.56.26 # brb 04.56.29 # you could send it to linus, or wait for your rma 04.56.46 # ou thats expensive 04.56.53 # linus is here in europe, or? 04.56.56 # and ME in USA? 04.57.05 # i dunno 04.57.15 # i think linus is switzerland 04.57.38 # wasnt it anything up in the high north? 04.58.00 # Linus is in Stockholm 04.58.02 # is he the same place as the haxx.se site? 04.58.25 # always remember that cos it reminds me of that Muse song "Stockholm Syndrome" 04.58.43 # isnt that blink 182 04.59.11 # nope 04.59.13 # Muse 04.59.18 # off the Absolution album 04.59.41 # blink 182 had a song called stockholm syndrome 04.59.56 # off their blink 182 album 05.00.25 # well 05.00.31 # let that be a lesson to me 05.00.39 Join Rob2222_ [0] (n=Miranda@ACB18E46.ipt.aol.com) 05.00.43 # Yeah well the Muse one is better. 05.00.56 # it prolly is 05.00.57 # lol 05.00.58 # aliask: haha i agree 05.00.58 # ... i just find it hard to believe that the fwpatcher made a bad hex 05.01.06 # nite all 05.01.09 # Night 05.01.16 # sorry ME 05.01.22 # so wait, what happens with your player when you try to turn it on? 05.01.31 Quit Kyl3 ("( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )") 05.01.35 # first, i have to have it hooked up to the charger 05.01.44 # the player doesn't seem to care that the battery was fully charged 05.02.04 # There is up until this point a zero brick ratio from rockbox flashes, so I'd be surprised if you became the first. 05.02.06 # second, when i just hit "on", there's no backlight and it boots to the iriver firmware 05.02.42 # third, the only buttons that seem to work within the iriver firmware are on, record, and a-b 05.02.55 # lostlogic: it was a test for linus 05.03.21 # ... because navi doesn't work, i can't access the configuration menus 05.03.24 # ModernExecutive: the whole iriver FW is without backlight? 05.03.27 # yep 05.03.40 # ... did Linus say that it was unfixable without sending the player to him? 05.03.55 # I bet it's not 05.03.58 # the no backlight thing, I think there was a weird fix for involving pressing weird buttons. 05.04.01 # it really sounds, like the patch has replaced the wrong part of the iriver fw 05.04.03 # Paul_The_Nerd: yeah, tha'ts what I"m thinking. 05.04.14 # If you can still load Rockbox, couldn't you load an app that *just* reflashes with a commercial firmware image? 05.04.25 # how do i load rockbox? 05.04.31 # he can't load rockbox 05.04.39 # and can i connect via usb if i could load rockbox? 05.04.45 # yes 05.04.46 # yes 05.04.54 # what happens when you just plug up USB currently? 05.05.02 # have you a bootloader screen at startup? 05.05.32 # when i press on, it goes to the iriver firmware startup logo 05.05.45 # immidiately? 05.05.48 # yes 05.06.01 # and when player is off and connecting usb? 05.06.14 # does it switch on? 05.06.34 # it does sound like the patcher replaced the wrong part, tbh. maybe my previous statement was wrong. The DRM part of the US firmware probably confused it. 05.06.38 # if the player is off and i just connect usb to the data port, nothing happens 05.06.52 # yeah 05.07.01 # sounds like the RB BL doesnt get loaded 05.07.21 # damn dude, sorry, I guess you -are- the first... what a crappy thing to be the first of. 05.07.32 # ModernExecutive Have you installed rockbox itself on the HD, yet? 05.07.47 # i had needleboy's build copied to the root before i flashed 05.08.06 # ok, so the .rockbox sdirectory was at the root? 05.08.09 # yep 05.08.18 # so far as I remember 05.08.19 # and the .iriver file at root, too? 05.08.23 # yep 05.08.30 # have you usb connection under iriver FW? 05.08.59 # the player says connected, but winxp doesn't show it as a drive 05.11.07 # device manager doesn't even show it 05.12.39 # hmm 05.12.41 # bad 05.12.50 # and what you said with RMA? 05.13.11 # Must you RMA cause that test or was there anything other? 05.13.32 # i had a problem with the player's internal microphone 05.14.16 # so that unit must to rma, even without test? 05.14.16 # it sounded like there was a loose connection inside, popping all the time during a recording, especially when the player was moving 05.14.33 # i already had an rma going 05.14.43 # ah ok 05.14.49 # and thats the old unit? 05.15.03 # hopefully, iriver will keep their word and send me the replacement unit before i send this one back. 05.15.13 # ... so i can wipe the HDD of anything rbx related 05.15.42 # they're pretty generous when it comes to rockbox 05.15.55 # heck, half the people in this channel could work for iriver 05.16.17 # ... 05.16.19 # they wouldnt be oblivious to it 05.16.26 Join josh_ [0] (i=josh@adsl-64-161-78-226.dsl.lsan03.pacbell.net) 05.16.36 # no ones had an RMA turned down because of RB on their hd 05.16.50 # that's encouraging 05.16.58 # well 05.17.02 # thats sarcasm? 05.17.10 # no... that's sincere 05.17.18 # with such a great firmware like rockbox they sell more players 05.17.19 # terrific :) 05.17.24 # they should support it :) 05.17.31 # but well 05.17.32 Quit Rob2222 (Read error: 110 (Connection timed out)) 05.17.41 # H300 is discontinued, isnt it? 05.17.46 # anyone know of any way to format the drive independent of the h300? 05.17.59 # yea 05.18.04 # Rob2222: exactly. To be honest, i dont think they have a problem with it. Theyre not pro-rockbox, but theyre not anti-rockbox either. They tolerate it 05.18.04 # i have a USB 05.18.07 # in other words, is there a device that can plug into and operate the toshiba drive in there 05.18.16 # ModernExecutive buy a usb case for it 05.18.29 # i have my old iriver 40GB disk in a usb case 05.18.30 # ... available at the local compusa? 05.18.38 # lol, dont know 05.18.41 # aviable at ebay 05.18.42 # :) 05.18.46 # or buy a 1.8" to IDE converter 05.18.53 # and plug the hd right into your computer 05.18.59 # a LOT cheaper 05.19.01 # 1,8 to IDE? 05.19.06 # does it exist? 05.19.12 # yrp 05.19.14 # yep* 05.19.26 # link? 05.19.40 # http://www.addonics.com/products/io/aaedt18ide25.asp 05.19.42 # I just got a 1.8-to-USB thing 05.19.44 # from drive solutions 05.19.45 # good 05.19.49 # http://cgi.ebay.de/50-bis-40-Stift-IDE-Adapter-fuer-NB-1-8-Harddisk-CF_W0QQitemZ8750294302QQcategoryZ79424QQssPageNameZWDVWQQrdZ1QQcmdZViewItem 05.19.49 # theres one 05.19.51 # ah ok 05.20.39 # yeah. you can buy them, but they won't be as common as laptop->ide converters, which are a different size iirc. 05.20.43 # Rob2222: yep thats perfect 05.20.53 # laptop is 2.5 usually except for thin-and-lights 05.21.19 # lostlogic: yeah, 1.8" and friends end up in tablets and portable things like mp3 players 05.21.56 Quit perplexity (Read error: 113 (No route to host)) 05.22.15 # if anyone has a dead H340, could i buy the HD off you? 05.22.20 # i want to put it in my h320 05.22.28 # it's 1mm thicker 05.22.30 # Membrillo: will that fit? 05.22.35 # how you goin' ta fit it? 05.22.36 # ModernExecutive: Is there no one with a BDM in the USA? 05.22.37 # ashridah: yes it will 05.22.44 # rob: the USA is pretty large 05.22.44 # wouldn't you need to get a smaller battery to compensate? 05.22.47 # Word is a 1.8" 120 gb is due out by the end of '06. (At least, someone was claiming they'll have one by the end of the year" 05.22.47 # i mean @ all 05.22.53 # it should fit shouldnt it? 05.22.58 # i'm sure there's somebody with a bdm... especially in california 05.23.08 # ModernExecutive: I think about shipping costs :) 05.23.08 # ... but in eastern virginia, that's a bit of a trek 05.23.21 # ModernExecutive: Shipping to linus and back would be expensive i think 05.23.33 # so having a 40gb and an ipod battery is out of the question for my h320?? 05.23.35 # probably 05.23.48 # heh, probably, I can barely close my 340 with that combo 05.23.50 # Membrillo: Single-platter 40gbs are available, they're just expensive. 05.23.58 # Membrillo: what would you like to pay? 05.24.12 # Rob2222_: where do you live? 05.24.16 # http://www.drivesolutions.com/cgi-bin/shop/store.cgi?command=listitems&kind=1.8in&pos=0&type=group&group=1.8in 05.24.16 # for shipping 05.24.17 # germany 05.24.23 # hmmm 05.24.28 # but well 05.24.30 # quite expensive to ship to AUS then 05.24.34 # yeah 05.24.36 # and 05.24.40 Part josh_ 05.24.54 # i think its better to behold my 40gb drive, if i must RMA anywhen 05.24.54 # is that USD? 05.24.59 # and I just got: http://www.drivesolutions.com/cgi-bin/shop/bstore.cgi?command=listitems&pos=0&type=itemid&kind=kit&itemid=a8.1 (if others were interested in making a 1.8in portable hdd) 05.25.59 # Membrillo: 40GB drive in H320 is even close.... 05.26.10 # hmmm 05.26.21 # 53 USD?! 05.26.25 # lostlogic: there arent any 40gb single platters on that site you linked 05.26.31 # i payed 20 eur 05.26.41 # how does the bdm connect to the h300? 05.26.52 # good question. 05.26.56 # next question. 05.26.58 # ;) 05.27.02 # mom 05.27.03 # isn't he 4006GAH? 05.27.25 # WTF 05.27.31 # is GAH single platter? 05.27.33 # why is iriverlounge closed? 05.27.37 # no 05.27.39 # afaik 05.27.40 # 4004 is double 4006 is single I think 05.27.46 # H=high 05.27.52 # L= low 05.27.55 # wasnt it so? 05.28.15 # well, guys 05.28.19 # this has been enough drama for one night 05.28.20 # :) 05.28.22 # take care 05.28.26 Quit ModernExecutive () 05.28.34 # MK-4006GAH or MK-4004GAH 05.28.36 # wait 05.28.42 # yeah thats right 05.28.46 # which one of those 05.28.47 # Membrillo: both double drives 05.28.50 # dang 05.28.57 # afaik 05.29.08 # GAL = single platter 05.29.12 # http://www.geizhals.at/deutschland/?cat=hd1 05.29.35 # Well if i bought a bricked H340, could i use the case and the HDD on my h320? 05.29.43 # to create a hybrid h320\40 05.29.56 # hmph, weird, wonder what the difference between the 4004, 4006 and 4008 GAH are then. 05.30.26 # could you put a h340 case on a h320? 05.30.28 # Membrillo: probably. 05.31.17 # might consider that. I wonder with a h340 case, if i could fit a h340 hd and a newtech\camsino battery in my h320 05.31.25 # tight squeeze 05.31.44 # Membrillo: Hmmmm I have a mostly intact H340 case, and a working drive sittin' in front of me... 05.31.46 # there was someone 05.31.50 # the case has one broken screw blastic thingy 05.31.54 # bould a High drive in a H320 05.31.58 # is it only the hd that effects the phsyical size between h320s and h340s? 05.31.58 # build 05.32.06 # yep 05.32.12 # and the drive speed in MB/s 05.32.13 # ;) 05.32.42 # lostlogic, are they for sale? 05.33.10 # Membrillo: under debate... considering I did just get an enclosure for the HDD to use it as a portable drive... /msg me 05.33.44 # how do i /msg 05.33.59 # /msg lostlogic yourmsg 05.34.03 # ah 05.36.17 # ducducpham has replaced the MK2006GAL in his H320 with an MK4004GAH 40GB drive. To do this, however, the rubber padding must be removed (which may not be the best idea) 05.36.23 # http://www.misticriver.net/showthread.php?t=16205 05.36.32 # thats a 40gb drive in a H320 05.36.51 # looks like ill need a h340 case then 05.37.13 # not really 05.37.18 # look that thread 05.38.58 # looks a bit dodgy 05.39.03 # but insert a drive without padding .... i dont know 05.39.06 # yeah 05.39.11 # the blue padding replaced with tape 05.39.30 # might be a bit susseptable to damage from bumps 05.39.49 # heres a FAQ with drive upgrade infos 05.39.51 # http://www.misticriver.net/showthread.php?t=18911 05.41.13 # but why is iriverlounge closed ?! 05.41.57 # the 4, 6 and 8 designate model years 05.42.17 # no not really 05.42.32 # one has another connector i think 05.43.12 # the 08 have a Zero Insertion Force (ZIF) connector 05.43.31 # 06 was the "old" one 05.43.45 # and 07 has Perpendicular Magnetic Recording technology (PMR) 05.43.54 # so ill be looking at 200 dollars australian 05.44.12 # what you want to buy? 05.44.21 # 4007 GAL? 05.44.27 # http://sdd.toshiba.com/main.aspx?Path=810000000007000000010000659800000000/810000000B0C000000010000659C000026BD 05.44.28 # i think so 05.44.37 # yeah 05.44.52 # 80GB in a H320 would be nice 05.44.54 # ^^ 05.45.13 # For that i would really think about remove padding ;) 05.46.03 # Well, as I said, somewhere I read that Toshiba had announced plans for a 120gb dual platter (which would imply a 60gb single platter) by the end of the year 05.46.06 # nah i will only need a 40 05.46.25 # a 40 would suit me fine 05.46.31 Quit eEye ("fractal2 mirc script (ver 1.0betar2) · http://fractal2.net") 05.46.40 # ive just filled my 20, and i hate deleting things 05.47.01 # my 60gb is amlost full :( 05.47.26 # http://www.misticriver.net/wiki/index.php/Customize_Your_H3xx has the H300 stock battery really only 1300mAh? 05.50.12 # http://cgi.ebay.com.au/MK3006GAL-iPod-Hard-Drive-Parts-Repair-30GB-Broken-4G_W0QQitemZ5852192933QQcategoryZ73837QQssPageNameZWD2VQQrdZ1QQcmdZViewItem 05.50.15 # check out that 05.50.18 # 30gb 05.50.39 # $30 05.50.43 # to good to be true 05.51.22 # its defect 05.51.24 # i bet 05.51.51 # haha 05.52.04 # if you read the questions the buyer isnt sure wether it will work 05.52.14 # i can only assume that it's bad. it doesn't make any loud clicking noises, but i couldn't get it to work. 05.55.25 *** Saving seen data "./dancer.seen" 05.55.37 # i killed a 10gb 1,2" HD 05.55.47 # http://cgi.ebay.com/60GB-Ipod-replacement-hard-drive-Toshiba-1-8_W0QQitemZ8750812490QQcategoryZ16178QQssPageNameZWDVWQQrdZ1QQcmdZViewItem 05.55.50 # and you didnt see that 05.55.51 # if your interested 05.56.12 # nice price 05.56.28 # but i have a 60GB in my player 2 weeks after they were on market ;) 05.56.35 # in what player? 05.56.38 # but i payd 200 Euro 05.56.39 Quit DrumRBoy320 (Read error: 110 (Connection timed out)) 05.56.42 # H340 @ 60 05.57.02 Part Paul_The_Nerd 05.57.21 # so to put that 60gb into my h320, i would need an h340 case or remove the padding 05.59.59 # right 06.00.45 # looks like i wont be doing any harddrive upgrades 06.00.50 # its all too pricey 06.01.11 # a 40gb is going to put me back 230 dollars (half the price of the player 06.02.25 Quit adamd ("CGI:IRC (Ping timeout)") 06.02.42 # i payed 200 euro, too 06.02.54 # i dont have that kinda cash :P 06.03.01 # teh 40gb single patter is expensive cause the new system 06.04.11 # although i could always buy my friends broken ipod and put my old HD in it and sell that off 06.04.35 # yeah 06.05.05 # what do you think of the quality of this battery 06.05.07 # http://cgi.ebay.com.au/IPOD-BATTERY-2200mAh-GENERATION-1-2-1G-2G-NEW_W0QQitemZ5853231543QQcategoryZ48680QQrdZ1QQcmdZViewItem#ebayphotohosting 06.05.30 # good question 06.05.47 # i read anywhere that you have to reverse polarity on the iüod battery 06.05.55 # to use it in the iriver 06.06.17 # yeah i know that. But i dont want to buy a dodgy battery that will bloat in my iriver 06.06.58 # ah 06.07.00 # http://www.misticriver.net/showthread.php?t=4680&page=7 06.07.03 # ok 06.07.04 # well 06.08.27 # I've read how to do it. Just gotta find one to buy 06.08.49 # fuck. more bloody forums than friends have wished me a happy birthday yet. i spend far too much time online 06.09.04 # hahahaha 06.09.15 # now wouldnt be a good time to say happy birthday would it 06.09.27 # lol 06.09.28 # :( 06.09.30 # heh 06.09.33 # nah, it's okay. 06.09.42 # Happy Birthday Ash! 06.09.44 # happy birthday ;) 06.10.33 # ashridah: http://home.att.net/~cecw/lastpage.htm 06.10.56 # http://www.stud.fernuni-hagen.de/q6551254/ 06.11.00 # :) 06.11.23 # if that's the last page on the internet, i've already seen it. i'm playing through it again to find all the secrets 06.11.30 # next time through i'm using cheat codes 06.11.49 # lol 06.11.53 # :) 06.11.55 # damn 06.11.57 # 6am here 06.12.08 # im to long online, too 06.13.42 # night all 06.17.21 Quit Nibbler (Read error: 110 (Connection timed out)) 06.17.52 Join Nibbler [0] (n=sven@e181111132.adsl.alicedsl.de) 06.20.24 Join perplexity [0] (n=joust@ldb461.emirates.net.ae) 06.24.51 Quit perplexity (Read error: 113 (No route to host)) 06.25.53 Quit Membrillo () 06.31.13 Join DrumRBoy320|Away [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 06.33.45 Join munkymonkjr [0] (n=munky@c-24-13-216-144.hsd1.il.comcast.net) 06.34.00 # hi 06.35.15 # * aliask holds his breath. 06.35.50 # i need some help ASAP regarding iRiver H300 + rockbox. I accidentally opened the jpeg plugin and well...it froze! the screen is on and there is no responce to any buttons! what do i do to unfreeze it? 06.39.59 # stick an opened up paper clip in the hole on the side 06.40.15 # the reset hole 06.40.21 # that should do it 06.44.58 # thanks a lot my man. wow...it has a rest holle? i've owned this thing for a YEAR and i never knew that 06.45.21 # heh 06.45.25 # it's more obvious on the H1xx 06.48.18 Part munkymonkjr 06.48.30 Quit manhattan () 06.55.15 Quit Bagder (kornbluth.freenode.net irc.freenode.net) 06.55.15 NSplit kornbluth.freenode.net irc.freenode.net 06.55.15 Quit Blipus (kornbluth.freenode.net irc.freenode.net) 06.55.15 Quit vHs_ (kornbluth.freenode.net irc.freenode.net) 06.55.15 Quit crwl (kornbluth.freenode.net irc.freenode.net) 06.55.15 Quit novimon (kornbluth.freenode.net irc.freenode.net) 06.55.29 NHeal kornbluth.freenode.net irc.freenode.net 06.55.29 NJoin Bagder [0] (n=daniel@1-1-5-26a.hud.sth.bostream.se) 06.55.30 DEBUG EOF from server (Success) (snapshot: netstuff.c line 545) 06.55.30 *** Cleanup 06.55.30 *** Cleanup 06.55.30 *** Saving seen data "./dancer.seen" 06.55.30 *** Exit 06.55.30 *** Started Dancer V4.16 06.55.30 *** Connected to irc.freenode.net on port 6667 06.55.30 *** Logfile for #rockbox started 06.55.34 *** Server message 501: 'logbot_ :Unknown MODE flag' 06.55.34 Mode "logbot_ :+i" by logbot_ 06.55.34 Join preglow [0] (n=thomjoha@hekta.edt.aft.hist.no) 06.55.34 Join logbot_ [0] (n=bjst@labb.contactor.se) 06.55.34 Join kro [0] (i=ork@kro.hn.org) 06.55.34 Join Bagder [0] (n=daniel@1-1-5-26a.hud.sth.bostream.se) 06.55.34 Join lostlogic [0] (n=lostlogi@node-4024215a.mdw.onnet.us.uu.net) 06.55.34 Join dwihno [0] (n=dw@81.8.226.44) 06.55.34 Join ze [0] (i=ze@ca-dstreet-cuda1-c6a-130.snbrca.adelphia.net) 06.55.34 Join CoCoLUS [0] (n=coco@h081217139221.dyn.cm.kabsi.at) 06.55.34 Join Nilisco [0] (i=nilisco@wrath.shellfx.net) 06.55.34 Join crash_ [0] (n=crash@a15167580.alturo-server.de) 06.55.34 Join goa [0] (i=hd@gate-hannes-tdsl.imos.net) 06.55.34 Join wubbla [0] (n=wubbla@adsl-093.215.166.194.arpa.as1901.net) 06.55.34 Join igor47 [0] (n=igor47@temple.src.uchicago.edu) 06.55.34 Join bagawk [0] (n=lee@unaffiliated/bagawk) 06.55.34 Join BHSPitMonkey [0] (n=billybob@adsl-64-123-190-199.dsl.rcsntx.swbell.net) 06.55.34 Join gromit` [0] (n=gromit`@ras75-5-82-234-244-69.fbx.proxad.net) 06.55.34 Join pabs [0] (n=pabs@xor.pablotron.org) 06.55.34 Join `3nergy [0] (n=3nergy@techgaming.net) 06.55.34 Join Bger [0] (n=Bager@83.222.160.88) 06.55.34 Join markun [0] (n=karl@bastards.student.ipv6.utwente.nl) 06.55.34 Join Rob- [0] (n=robbie@haylott.plus.com) 06.55.34 Join Seed [0] (i=ben@85-64-200-85.barak-online.net) 06.55.34 Join Xerion [0] (i=xerion@zorgash.student.utwente.nl) 06.55.34 Join Slasheri [0] (i=miipekk@ihme.org) 06.55.34 Join amiconn [0] (n=jens@p54BD6112.dip.t-dialin.net) 06.55.34 Join Vladoman [0] (n=Vladoman@p54A7FAAD.dip.t-dialin.net) 06.55.34 Join kernelsensei [0] (n=boris@unaffiliated/kernelsensei) 06.55.34 Join Paprica [0] (n=Paprica@TLV62-0-106-155.bb.netvision.net.il) 06.55.34 Join jelle-k [0] (n=jelle-k@jelle-online.xs4all.nl) 06.55.34 Join Rick [0] (i=rick@unaffiliated/Rick) 06.55.34 Join lars|offline [0] (n=lars@jelle-online.xs4all.nl) 06.55.34 Join ismo [0] (i=laitinei@huippu.net) 06.55.34 Join actionshrimp [0] (i=dave@dhcp-163-1-214-173.seh.ox.ac.uk) 06.55.34 Join Febs_ [0] (n=medifebb@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) 06.55.34 Join vektek [0] (n=K@80-235-134-199.cable.ubr06.nail.blueyonder.co.uk) 06.55.34 Join solexx_ [0] (n=jrschulz@d020198.adsl.hansenet.de) 06.55.34 Join webguest82 [0] (n=52278849@labb.contactor.se) 06.55.34 Join XavierGr [0] (n=XavierGr@ppp15-adsl-215.ath.forthnet.gr) 06.55.34 Join TCK [0] (n=tckocr@81-178-201-193.dsl.pipex.com) 06.55.34 Join kkurbjun [0] (n=Jim@c-24-8-222-177.hsd1.co.comcast.net) 06.55.34 Join sanitarium [0] (n=sanitari@A-106-13.cust.iol.ie) 06.55.34 Join uwe_ [0] (n=uwe@dslb-084-056-027-153.pools.arcor-ip.net) 06.55.34 Join RotAtoR [0] (n=e@12-210-82-91.client.insightBB.com) 06.55.34 Join edx [0] (i=edx@p54A85D9C.dip.t-dialin.net) 06.55.34 Join ashridah [0] (i=ashridah@220-253-120-194.VIC.netspace.net.au) 06.55.34 Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) 06.55.34 Join DJDD_ [0] (n=DJDD@220-245-186-182.static.tpgi.com.au) 06.55.34 Join BHSPitLappy [0] (i=steve-o@adsl-64-123-190-199.dsl.rcsntx.swbell.net) 06.55.34 Join YouCeyE [0] (n=YouCeyE@unaffiliated/youceye) 06.55.34 Join alphakiller [0] (n=bohas@200.162.22.132) 06.55.34 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-95.bna.bellsouth.net) 06.55.34 Join Rob2222_ [0] (n=Miranda@ACB18E46.ipt.aol.com) 06.55.34 Join Nibbler [0] (n=sven@e181111132.adsl.alicedsl.de) 06.55.34 Join DrumRBoy320|Away [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 06.55.39 Join psi [0] (i=psi@pcp0010406631pcs.verona01.nj.comcast.net) 06.55.44 Join Kingstone [0] (n=sg1@195.226.51.74) 06.55.44 Join Lost-ash [0] (i=ashridah@220-253-123-48.VIC.netspace.net.au) 06.55.49 Join pill [0] (i=pill@cybercrimi.nl) 06.55.58 Join Blipus [0] (n=raoul@cpe-65-27-175-101.cinci.res.rr.com) 06.56.01 Join mbr [0] (n=mb@stz-softwaretechnik.de) 06.56.22 Ctcp Version from freenode-connect!freenode@freenode/bot/connect 06.57.05 Nick lars|offline is now known as _lars (n=lars@jelle-online.xs4all.nl) 06.57.08 # <_lars> lo 06.58.43 # <_lars> anyone read my reaction to the iDoom topic on Mistic? Is there anyone willing to help me with porting iDoom? you can get the source from here: http://www.acc.umu.se/~hyarion/highbw/iDoom_src.zip 06.59.01 # <_lars> it's just... too much to do at your own 07.00.22 Join novimon [0] (n=novimon@a84-230-230-239.elisa-laajakaista.fi) 07.00.31 Join Naked [0] (i=naked@naked.iki.fi) 07.00.38 # <_lars> lo 07.00.39 Nick Naked is now known as Hadaka (i=naked@naked.iki.fi) 07.00.45 Join crwl [0] (n=crawlie@karu.kekkola.jyu.fi) 07.00.47 Join vHs [0] (n=vincent@speelplaats.net) 07.00.56 # <_lars> lo all :P 07.01.02 # <_lars> getting bussy here 07.01.03 # <_lars> :P 07.01.39 Join drumrboy [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 07.02.40 # _lars: bah, iirc, someone ported doom to the interactive texture system in doom3. 07.02.52 # how hard can it be to get it to run on rockbox? :) 07.16.10 Quit ashridah (Read error: 110 (Connection timed out)) 07.16.28 Quit DrumRBoy320|Away (Read error: 110 (Connection timed out)) 07.20.37 Nick _lars is now known as lars|offline (n=lars@jelle-online.xs4all.nl) 07.30.01 Nick Lost-ash is now known as ashridah (i=ashridah@220-253-123-48.VIC.netspace.net.au) 07.47.07 Quit ashridah ("Leaving") 07.48.56 Quit aliask ("Chatzilla 0.9.69.1 [Firefox 1.5/2005111116]") 07.53.12 Join Aiden [0] (i=AlphaD@71-37-36-106.tukw.qwest.net) 07.53.24 # hello anyone here? 07.55.01 Join mymomthelush [0] (n=lush@adsl-69-231-151-189.dsl.irvnca.pacbell.net) 07.55.15 Part mymomthelush 07.58.32 Part Aiden 08.19.59 Join TCK- [0] (n=tckocr@81-178-228-46.dsl.pipex.com) 08.28.24 Quit RotAtoR () 08.34.50 Quit TCK (Read error: 110 (Connection timed out)) 08.55.32 *** Saving seen data "./dancer.seen" 08.58.38 # morning 08.59.24 Join DrumRBoy320|Away [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 09.14.56 Quit drumrboy (Read error: 110 (Connection timed out)) 09.18.35 Join Skydemon [0] (n=skydemon@xdsl-81-173-172-151.netcologne.de) 09.21.23 Join ashridah [0] (i=ashridah@220-253-121-214.VIC.netspace.net.au) 09.23.21 Nick lars|offline is now known as _lars (n=lars@jelle-online.xs4all.nl) 09.34.41 Join SteL [0] (n=chatzill@slawson.plus.com) 09.52.51 Nick _lars is now known as lars|offline (n=lars@jelle-online.xs4all.nl) 09.59.46 Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) 10.01.34 Quit DreamTactix291 (Read error: 110 (Connection timed out)) 10.13.38 Join amiconn_ [0] (n=jens@p54BD5F81.dip.t-dialin.net) 10.17.42 Join hd [0] (i=hd@gate-hannes-tdsl.imos.net) 10.18.07 Join Kohlrabi [0] (n=Kohlrabi@dslb-082-083-129-077.pools.arcor-ip.net) 10.20.21 Quit thegeek (Read error: 113 (No route to host)) 10.23.48 Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) 10.25.14 Quit goa (Read error: 110 (Connection timed out)) 10.25.14 Nick hd is now known as goa (i=hd@gate-hannes-tdsl.imos.net) 10.29.24 Join thegeek_ [0] (n=thegeek@s026b.studby.ntnu.no) 10.31.28 Quit amiconn (Read error: 110 (Connection timed out)) 10.31.29 Nick amiconn_ is now known as amiconn (n=jens@p54BD5F81.dip.t-dialin.net) 10.33.16 Quit Febs_ (Read error: 110 (Connection timed out)) 10.46.42 Quit thegeek (Read error: 110 (Connection timed out)) 10.50.05 Join drumrboy [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 10.55.36 *** Saving seen data "./dancer.seen" 11.17.05 Quit vektek (Read error: 110 (Connection timed out)) 11.19.31 Quit DrumRBoy320|Away (Read error: 110 (Connection timed out)) 11.19.55 Join DrumRBoy320|Away [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 11.24.31 Join needleboy [0] (i=needlebo@82.166.236.97) 11.26.19 Quit drumrboy (Read error: 110 (Connection timed out)) 11.33.23 Nick lars|offline is now known as _lars (n=lars@jelle-online.xs4all.nl) 11.33.26 # <_lars> lo 11.33.27 # hoi lars 11.33.39 # <_lars> EEK!! some text 11.33.40 # <_lars> :P 11.33.44 # rofl 11.33.50 # het is gewoon stil in dit kanaal? 11.34.14 # <_lars> Yeah, but then it would have been quiet for over 2 hours :X 11.34.22 # <_lars> Talk english ;) 11.34.29 # mmmmkay 11.34.32 # :P 11.36.34 Join jelle-k2 [0] (n=jelle-k@jelle-online.xs4all.nl) 11.36.40 # see this? 11.37.17 # <_lars> test 11.37.21 Quit TCK- ("I shall not cease!") 11.37.21 # lars? 11.38.31 # test 11.40.02 Join Vlad0man [0] (n=Vladoman@p54A7CA46.dip.t-dialin.net) 11.40.08 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-95.bna.bellsouth.net) 11.41.41 Quit Vladoman (Read error: 110 (Connection timed out)) 11.44.19 Join lars2 [0] (n=lars@niwg-n-3f07.adsl.wanadoo.nl) 11.44.23 # test 11.44.30 # <_lars> test 11.44.33 # arg 11.44.38 # stupid bouncer 11.44.42 # :P 11.44.55 # at _lars i can't see anything you chat in here :X 11.45.28 # but from direct connection lars2 i can see _lars chatting 11.45.53 # so sorry if I didn't react this morning about the iDoom port 11.46.04 # still volunteers willing to help? 11.46.24 Quit Kohlrabi ("Fast alle Menschen sind Regenwürmer") 11.46.40 # lets see if it's already in the logs.... 11.48.49 # found it: anyone read my reaction to the iDoom topic on Mistic? Is there anyone willing to help me with porting iDoom? you can get the source from here: http://www.acc.umu.se/~hyarion/highbw/iDoom_src.zip 11.49.07 # it's just... too much to do at your own 11.49.43 Nick _lars is now known as lars|offline (n=lars@jelle-online.xs4all.nl) 11.50.41 # test 11.51.29 Join ender` [0] (i=ychat@84.52.165.220) 11.54.06 Quit lars2 () 11.56.29 Quit jelle-k2 () 11.58.34 Nick lars|offline is now known as lars (n=lars@jelle-online.xs4all.nl) 11.58.47 # lo 11.58.59 # hopefully it will finally work now :x 11.59.17 # :) 11.59.20 # i hope so 11.59.34 # me 2 11.59.36 # :) 11.59.38 # :D 12.00.46 Nick lars is now known as larsie (n=lars@jelle-online.xs4all.nl) 12.01.37 # arg all my nicks are already registered 12.02.09 Nick larsie is now known as larsie90 (n=lars@jelle-online.xs4all.nl) 12.02.11 # hehe 12.02.16 # this one isn't 12.02.17 # B) 12.03.51 Quit webguest82 ("CGI:IRC") 12.07.51 # test 12.09.24 Join drumrboy [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 12.14.38 Join Moos [0] (i=DrMoos@m53.net81-66-159.noos.fr) 12.17.46 Quit sanitarium (Read error: 110 (Connection timed out)) 12.17.57 Join sanitarium [0] (n=sanitari@213-202-155-85.bas503.dsl.esat.net) 12.19.58 Join mirak [0] (n=mirak@ip-71.net-81-220-111.rev.numericable.fr) 12.21.51 Nick larsie90 is now known as lars|offline (n=lars@jelle-online.xs4all.nl) 12.25.50 Quit DrumRBoy320|Away (Read error: 110 (Connection timed out)) 12.28.05 Join Membrillo [0] (n=sam_kill@58.164.32.154) 12.28.29 # drumrboy, thanks for the help with the H300 Optimized logo 12.29.22 Join amiconn_ [0] (n=jens@p54BD5F81.dip.t-dialin.net) 12.29.37 Quit amiconn (Nick collision from services.) 12.29.44 Nick amiconn_ is now known as amiconn (n=jens@p54BD5F81.dip.t-dialin.net) 12.31.13 # anyone know of any apps that batch remove silence from mp3 tracks without re-encoding? 12.31.20 Join DocterD [0] (n=DocterD@dslb-084-059-080-103.pools.arcor-ip.net) 12.31.33 # from the ends of tracks that is 12.34.02 # well, you can't really remove all of it 12.34.19 # what do you mean? 12.34.31 # mp3 doesn't allow for variable sized frames 12.34.39 # i ripped a cd and my ripping app was a bitch and added 2 seconds of silence 12.34.52 # hmmm 12.34.54 # so unless the mp3 magically manages to have it's last non-silent sample on the boundary of a frame, you're going to get *some* silence 12.34.57 # so what would you advice i do 12.35.00 # ouch 12.35.12 # hmmm 12.35.12 Quit thegeek_ (Read error: 104 (Connection reset by peer)) 12.35.13 # rerip it, and use something other than mp3, that has variable framesizes 12.35.13 # tricky 12.35.50 # yeah, i want to rip to OGG or FLAC but Neros Save Tracks function only rips to MP3 at the moment 12.35.56 # what do you use to rip? 12.36.06 # for windows? 12.36.08 # yep 12.36.09 # last time, i used cdex 12.36.22 # cdex aye? 12.36.32 # if you add ogg vorbis directshow codecs to your system, you can encode to that 12.36.35 # does that have freedb lookups? 12.36.43 # yes 12.36.48 # nice 12.36.55 # might check it out. Nero is pissing me off 12.37.09 # ill have to reborrow the cd though. ah ewll 12.37.12 # well* 12.37.20 # heh. pirate :) 12.37.43 # hey, who said they were copyrighted cds :P 12.37.56 # could be a friends personal recording 12.37.59 # never assume ;) 12.38.02 Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) 12.38.10 # anyway, i like ogg as a general lossy codec. flac's good for archiving (ie, rip to flac, burn many cds to a bunch of dvdr's, and use that as backups and/or a source for transcoding 12.38.32 # yeah 12.38.35 # sounds good 12.38.40 # i like the sound of oggs 12.38.49 # Membrillo: if they were a friends personal recording of anything other than the friend's own performance of the friend's own work... 12.38.54 # then why didn;'t he just burn you a copy? :) 12.39.21 # well... they are cheap and cant afford cdrs *rolls eyes* 12.39.33 # right 12.39.37 # haha 12.39.55 # cdex looks discontinued 12.40.29 # hm. i used it a month ago 12.40.48 # admittedly, i don' 12.40.51 # t use it particularly often 12.41.05 # wait found it. one sourceforge page said they needed help getting a site or something 12.41.14 # but i found another with a download 12.41.17 # yeah, many projects don't like cdex 12.41.28 # s/cdex/sourceforge 12.41.39 # i really need to stop watching a dvd and trying to talk at the same time 12.41.50 # but sourceforge is a pain to deal with. 12.42.07 # indeed it is 12.42.16 # haha yeah ok, get back to your DVD :) 12.42.40 # they have an australian mirror though, which is useful 12.42.41 # somehow 12.42.57 # Bagder: once (or more) burned, twice shy, eh? 12.43.35 # * Bagder used to host lots of project stuff on sourceforge too 12.43.55 # until it got unbearable 12.44.06 # pity 12.44.15 # ahh lucky. Most of the cds arent made to be gapless so i can live with that silence 12.44.26 # just one or two i need to reborrow 12.44.51 Quit needleboy () 12.45.11 Quit sanitarium (Read error: 110 (Connection timed out)) 12.45.30 Join sanitarium [0] (n=sanitari@213-202-139-153.bas502.dsl.esat.net) 12.45.38 Join Strath [0] (n=mike@dpc67143207025.direcpc.com) 12.49.36 # vorbis rocks 8) 12.50.10 # has anyone here got custom made sleeves for their shures? 12.50.24 # shures? 12.50.33 # shure e2\3\4\5 12.50.33 # is that a euphemism? 12.52.10 # not intentionally 12.52.46 # i'm still not sure what a "shure" is. i assume it's a player or something. 12.52.56 # shure earphones? 12.53.27 # quite popular among iriver folks 12.53.33 # aah 12.53.40 # i'm a sennheiser first. 12.53.46 # s/first/man/ 12.53.48 # ah ok 12.54.28 # * ashridah has 3 pairs of them around the house 12.54.57 # nice 12.55.22 # i own sennheiser hd202 (i think?) headphones 12.55.39 *** Saving seen data "./dancer.seen" 12.55.43 # KOSS plugs ) 12.55.50 Quit sanitarium (Read error: 104 (Connection reset by peer)) 12.56.11 # ashridah: what DAP's do you own? 12.56.25 # H140. 12.56.40 # nice 12.56.43 # unless you count my phone, technically it can play mp3's. 12.56.50 # i wish id bought an h1xx 12.57.29 # i had no idea about the iriver series until I bought an h320 (the only iriver in the shop) and went on MisticRiver 12.57.59 Join f0g [0] (i=asdasd@85-65-120-230.barak-online.net) 12.58.14 # ah, i did a bit of research first, i've got a lot of ogg vorbis files 12.58.28 # i rather listen to music than watch video or play games. so h1xx should of been my choice 12.58.35 # although the H140 had only just come into stock when i bought it, so it was fairly lucky that i got it 12.58.39 # * ashridah nods 12.58.45 Join linuxstb [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 12.58.55 # rockbox can play video ? 12.59.06 # oh ok. Well it was only once i bought my h3xx that i seriously started my music collection 12.59.22 # f0g: Only on the Archos devices. 12.59.25 # f0g: no, but iriver's H3xx series can play it, at around 10fps, if the file is preprocessed on a PC 12.59.39 # (in iriver's firmware, that is) 12.59.46 # ok 12.59.49 # <: 13.00.08 Quit f0g (Client Quit) 13.00.33 # it will eventually though. Even if its still restricted to 10fps 13.00.48 Join Kohlrabi [0] (n=Kohlrabi@dslb-082-083-129-077.pools.arcor-ip.net) 13.01.55 # of course, in the meantime, an ipod video would be a better choice, since it can play it at full speed on any file, more or less 13.02.01 # (well, reasonable file) 13.02.04 # already got me one of those 13.02.25 # i had my 4g converted to a video 13.02.35 # ashridah: The only real limitation is that the ipod video will only play video files with AAC audio. So you always have to transcode. 13.03.03 # does it? 13.03.05 # ick 13.03.08 # Yes :( 13.03.09 # what a poor business decision 13.03.29 # and yet, strikingly apple 13.03.37 # the ordinary ipod user is a itunes sucker anyway 13.03.46 # But it even has a TV-Out, and is capable of playing files larger than the LCD size - 480x480 (or equivalent) 13.04.19 # linuxstb: yeah, i've heard 13.04.32 # Happy birthday, btw. 13.04.34 Join perplexity [0] (i=heh9319@217.165.102.253) 13.05.59 # I tried the SDL sim on Mac OS last night, and made some progress. It starts, but the mac equivalent of the hour-glass is constantly displayed, and the sim doesn't accept any keyboard input. But it starts. 13.06.04 # how do you get tv out to work, do you have to purchase another cable? 13.06.12 # my ipod video didnt come with a tv out cable 13.06.24 # yep 13.06.35 # macistas love to accessorize 13.06.36 # Membrillo: Yes, but a standard camcorder->TV cable will work as well. The video signal is on a third ring in the headphone socket. 13.06.45 # thats what i hate about apple. You buy something off them, then spend the price of the product again to get it to do everything it can 13.07.09 # oh, so its in the headphone port? nice 13.07.09 Join gtkspert [0] (i=gtkspert@123.a.001.rkh.iprimus.net.au) 13.07.11 # Yep, the video ipod doesn't even come with an AC adapter. 13.07.22 # LOL 13.07.25 # so camcorder -> RCA? 13.07.30 # 2 hours of video :P 13.07.32 # Membrillo: Yes. 13.08.02 # I only get an hour and a half of video. Straight out of the box 13.08.08 # piece of shit 13.08.17 # rofl 13.08.35 # I've never tried watching anything more than a few test videos. But the quality is nice. 13.08.36 # cant even got through a cheesy short hollywood video 13.08.42 # i like my h320 :P 13.08.44 # Haven't tried it on the TV though. 13.08.54 # w00t 13.08.58 # i will agree. The quality is very nice 13.08.59 # H340 arrived :-) 13.09.07 # a bitch to get videos converted though 13.09.12 # amiconn: So what's in your DAP collection now? 13.09.18 # its almost as picky as the iriver video 13.09.25 # ipod is overhyped 13.09.47 # jelle-k: your telling me. Its nothing more than a fashion statement 13.10.20 # friends of mine say. Wow, your iriver does so much more than the ipods. I would buy one, but i like white 13.10.34 # linuxstb: (chronological) Archos Jukebox Recorder v1 (80GB, white backlight), Archos Ondio 128 SP, Archos Jukebox Studio 10, Iriver H140, Archos Ondio 128 FM, Iriver H340 13.10.34 Join sanitarium [0] (n=sanitari@212.2.175.188) 13.10.35 # what a world we live in.... 13.11.03 # H340 is charging now... 13.11.18 # How do you keep track of the chargers? :) 13.11.21 # How do I know which model it is? At boot it says 1.08E ... 13.11.44 # international 13.11.50 # thats good :) 13.12.03 # amiconn: theyre for testing and dev purposes arent they? 13.12.16 # linuxstb: Fairly simple. Recorder v1 and Studio chargers are exchangeable. Ondios have no charger. H140 and H340 are identical spec-wise, but have different plugs 13.12.36 # The only danger is plugging an archos charger into the H140 13.12.49 # So Ondios charge via USB? 13.12.52 # No 13.13.04 # Ondios have no built-in charging at all 13.13.13 # They're meant to be run from alkalines 13.13.28 # So what is the HAVE_USB_POWER define? 13.13.38 # ...but they draw power from USB instead of the batteries when they are connected 13.14.05 Join lear [0] (n=chatzill@h194n1c1o285.bredband.skanova.com) 13.14.16 # I see. I used that same define for USB charging in the ipods. Maybe I shouldn't. 13.14.18 # You'll never have to worry about running out of battery when the Ondio is connected 13.14.27 # It even runs with the batteries removed 13.14.37 # linuxstb: No, that's correct 13.14.58 # Are the fm recorder and recorderv2 the same? 13.15.05 # I mean have the same type of usb power. 13.15.39 # HAVE_USB_POWER means the unit can draw power from USB, and therefore it's useful to allow rockbox operation while connected to USB instead of entering USB mode 13.15.56 # FM and V2 recorders charge from USB 13.16.52 # What kind of power draw that is (just running from it or charging) doesn't matter 13.17.32 # H340 will probably get HAVE_USB_POWER as well, as it can charge from it, like FM, v2 and iPod 13.17.54 # BTW, I do like the idea of pressing a button to disable disk mode when inserting USB. ipodlinux's approach is to bring up a charge/disk mode dialog, so you always have to do something. 13.18.07 # H3xx can't support HAVE_USB_POWER. USB doesn't supply enough juice 13.18.14 # ? 13.18.24 # Membrillo: It provides enough juice to charge? 13.18.44 # USB can provide up to 500 mA 13.18.49 # Membrillo: you can't get more than 1h30 of video playback ? 13.18.57 # but usb cant provide enough power to run rockbox directly from the usb current right? 13.19.05 # mirak: nope 13.19.16 # Membrillo: you tried with smaller videos ? 13.19.21 # yep 13.19.24 # Membrillo: I mean smaller resolutions 13.19.26 # Since all disk-based jukeboxes I know of are self-powered in USB mode (from the battery) they don't need to draw power for USB operation 13.19.33 # at lowest quality i get 2hours tops 13.19.38 # ...so almost 500 mA are available for charging 13.19.44 # Membrillo: like a resolution matching exactly the screen 13.19.52 # powering a hard drive is only a problem for startup for usb's current limitations 13.19.54 # mirak: yep 13.20.20 # easiest settings for the ipod, ill get 2hr15min on a good day 13.20.21 # I could watch Lost in the train on my H300 with just one quarter of the battery 13.20.22 # since the battery is there, and the PCF provides buffer against overdrain, you'd be able to use the battery to start the drive, then switch over to tricklecharge 13.20.42 # Membrillo: Apparently it's the LCD that draws a lot of power on the ipod. 13.20.46 # (video ipod I mean) 13.20.47 # Membrillo: that's just 10 fps xvid, but well I can watch 6 hours of video probably 13.20.48 # Of course the battery may drain overall when your're charging and using the unit at the same time, with the disk spinning a lot 13.21.02 # linuxstb: the screen is huge 13.21.29 # hmmm yeah 13.21.47 # its still a bit dissapointing. You think if apple advertised video, they would supply a better battery 13.22.29 # Are there two types of H340 front plates? 13.22.30 # ashridah: was that you who tried to use the mod for charging from the usb cable ? 13.22.34 # i mean were paying hundreds of dollars because it advertises video, which it does do legitimetely, but still... 13.22.39 # or was it markun ? 13.22.47 # Mine has the 'Multi codec jukebox' at the right side of the LCD 13.23.02 # amiconn: they all have it I think 13.23.18 # mirak: no 13.23.45 # mirak: the H1xx doesn't have the hardware necessary to charge and run from usb safely. 13.23.58 # well on guy said that he cramed his USB port on the mother board 13.24.23 # Hmm. 13.24.25 # by doing the mod where you extract power from usb cable to direct it to the supply plug 13.24.40 # it was usb1 13.24.45 # I can't start the H340 from the charging screen. Is that normal? 13.24.45 # maybe usb2 can handle more 13.25.05 # mirak: yeah, i really wouldn't recommend doing it to the motherboard 13.25.25 # since it's going to entirely depend on the quality of the motherboard's hardware as to wether it can sustain the current draw for that long 13.25.35 # i'd use a powered hub 13.25.44 # that's what I use 13.25.50 # amiconn: I think I've heard people say that you can't use the h340 at the same time as charging via USB. 13.25.50 # Ah, repeated button presses do the trick. 13.26.04 # linuxstb: yes you can't 13.26.08 # mirak: it's less likely to be picky (or fatal to the pc) if it's overdrawn 13.26.11 # This wasn't USB charging 13.26.12 # linuxstb: that's a shame 13.26.40 # amiconn: well yes it was a plug mod 13.26.49 # ? 13.27.17 # the mod consists in plugin the usb wire into the battery input 13.27.26 # as well as in the usb input 13.28.00 # to get charging from usb and ums at the same time 13.28.00 Quit edx (Read error: 104 (Connection reset by peer)) 13.30.54 # the chargning from usb is already really slower than from AC power supply. So probably charging at the same time than using the H300 would make the charging really inneficient 13.30.57 # and pointless 13.31.37 Join webguest53 [0] (n=5087d83f@labb.contactor.se) 13.32.22 Join webguest55 [0] (n=5087d83f@labb.contactor.se) 13.32.23 Quit webguest53 (Client Quit) 13.33.44 # lol, there are acutally erlang bindings for sdl. :) 13.34.03 # ? 13.34.32 # hmm, I think that the max amperage that a pc's usb port can supply is 500mAmp, this wont be enough to run the player and recharge the battery effectively 13.34.59 # It will still charge, or at least maintain battery level 13.35.12 # erlang is a language developed by Ericsson for use in their products. 13.35.14 Join Febs [0] (n=medifebb@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) 13.35.24 # i agree. the biggest spike of current is starting the hd. usb can usually just manage that 13.35.27 # perhaps, suppose it depends on the load/amps the unit is drawing 13.35.45 # excluding battery charging 13.35.45 # keeping it spun up is not as high a demand, so there should be current left over 13.35.47 # The original ipod firmware allows you to use the player at the same time as charging, but you have to enter diskmode first, and then eject the ipod from your PC, whilst leaving the USB cable plugged in. 13.36.06 # as i say, i'd be more worried about frying the port than the unit 13.36.25 # yep, dont think there re fuses there, dont know 13.36.47 # thus, using a powered hub is a better option 13.36.49 # The charging won't overdraw the USB current supply. The device always runs from battery, the charger (or USB) just charges 13.36.52 # hmmm, when I 'safely remove hardware' my ipod recognizes that and exits USB mode. Could rockbox do that potentially 13.36.55 # they're far less likely to have current clamps, for starters 13.37.24 # ashridah: by the way why would the drive need usb power to run ? Doesn't it just run from battery already ? I have heard that you can't use an H300 without a battery. 13.37.25 Quit Skydemon ("Nettalk6 - www.ntalk.de") 13.37.44 # amiconn, are you aure that the battery supllies operating power when its charging ? 13.37.53 # mirak: i'm talking about usb hd caddies in that respect (as a qualifier for "enough current from usb") 13.38.05 # amiconn: you were faster, I look like a parrot :) 13.38.15 # So, if the unit needs momentarily more current than the charger provides, the battery will discharge during that time (still less than without USB charging) 13.38.45 # indeed 13.39.00 # if anything, you'll get longer runtime. 13.39.03 Join einhirn [0] (n=Miranda@p54861121.dip0.t-ipconnect.de) 13.39.10 # If the _average_ current draw of the unit is lower than what the charger/USB provides, the battery will still be charged 13.39.22 # I think my battery dies in an hour if I forgot to unplug the usb when in UMS mode 13.39.22 # I thought that the hardware supplies power directly to the unit if needed whilst charging, that way not interupting the charge cycle 13.39.59 # mirak: That's because the HD keeps spinning all the time in UMS mode. 13.40.02 Quit ender` (" AAAAA: Association Against Acronym Abuse and Ambiguity.") 13.40.21 Join ender` [0] (i=ychat@84.52.165.220) 13.40.30 # amiconn: yep. a power saving would be nice. Could rocbox do that when on idle ? 13.40.47 # or it controls nothing about the drive when in ums mode ? 13.40.48 # mirak: no, but the PC can 13.41.05 # In UMS mode, the CPU has no control over the HD. The USB bridge has exclusive control 13.41.06 # the ums controller takes over, but the pc can tell it to go into power saving and back out 13.41.24 # The PC would have to do it. 13.41.39 # Anyone on (K)Ubuntu/Debian? 13.41.41 # actually it would stop all hd probablt 13.41.46 # lear: me 13.41.48 # lear: yes 13.41.55 # It seems that the initial behaviour (if the PC doesn't control spindown) depends on the USB bridge configuration ROM 13.42.04 # Trying to build cross-compiler under Linux, but without much success. Keep getting ICE:s in one file... 13.42.19 # My archoses do spin down automatically when connected but not accessed. The H140 doesn't 13.42.24 # lear: which version of gcc? 13.42.25 # im trying to build a cross compiler 13.42.37 # So I thought the gcc 4.0.2 prerelease wasn't a good use, so I (tried) to use 3.4.5, but got the same error... 13.42.39 # i've tried four times and havent secceeded 13.42.50 # lear: odd. 13.42.57 # i've built it fine. recently too. 13.43.07 # overclocking? 13.43.13 # I mean, setting CC=gcc-3.4 before running configure/make should do it, no? 13.43.22 # And no overclocking... 13.43.25 # lear: have you tried using another compiler to compile GCC's bootstrap? 13.44.27 # no, as I don't know how to do that... 13.44.30 # hmm. not sure about the CC= bit, gcc may have quirks 13.46.01 # lear: which options are you passing to ./configure? 13.46.08 # I had problems using the CC=gcc-blah.. here's how I got around it.. 13.46.13 Join sanitarium_ [0] (n=sanitari@194.125.99.168) 13.46.14 # Hrm, checked the makefile generated, says CC=gcc... 13.46.24 # yeah 13.46.25 # well 13.46.27 # bklaptop:~>ls bin/ 13.46.27 # cpp gcc gcov i486-linux-gnu-g++ 13.46.27 # g++ gccbug i486-linux-gnu-cpp i486-linux-gnu-gcc 13.46.36 # gcc builds itself with its own compiler for compatability 13.46.43 # these are all symlinks to the gcc-3.3 equivalents.. placed in ~/bin 13.46.45 # ls-la 13.46.48 # oops 13.47.02 # lrwxrwxrwx 1 brad brad 16 2006-01-03 21:49 gcc -> /usr/bin/gcc-3.3 13.47.14 # yeah, i'd try overriding the path with symlinks to gcc-3.4's stuff, i guess 13.47.21 # I just set PATH=~/bin:$PATH before I compile and I auto get the correct version :) 13.47.23 # Assuming ~/bin is early enough in the path, that should work, yes. Not very elegant... 13.47.29 # it's lowbrow, but i don't know enough about gcc's build to help 13.47.58 Quit sanitarium (Connection timed out) 13.48.01 # it does the job anyway 13.48.03 # i'm pretty sure i built 3.4.5 with 4.0.2-5/6 from debian last week 13.48.52 # I'm using 3.4.4 but I built it before I upgraded this machine from stable to testing, so it was built with gcc-3.3 in any case 13.48.54 # Do I need more than cpp and gcc? 13.49.29 # i'd do as much as perplexity has 13.49.40 # have no idea.. probably not. Which version of binutils are you using ? 13.49.49 # 2.16.1 I think. 13.49.49 # mixing versions would probably confuse it 13.50.33 # I have lots of ugly hacks/workarounds for little quirks.. I need gcc-3.3 to build qemu properly, but I cant make any CC overrides work properly, so I just bodge it up that way 13.50.33 # Think I'll really switch to H340 as my main unit. These buttons are a lot better than the side buttons and the slippy joystick of the H140 13.51.18 # Really? I read a review of the H340 quite a while ago, and they weren't too fond of the buttons, IIRC. 13.51.26 # I like them 13.51.46 # I like mine, but then I have never been near a h1x0 13.51.53 # Maybe it was more the placement, with them being too close or something. 13.52.19 # But moving to the side buttons is a bit inconvenient, yes... 13.53.24 # Yes, especially if you use the unit like I do often: placed on a shelf connected to the stereo, or placed in the car and connected to the car stereo 13.56.56 # reading the charging spec sheat, the charge IC controller has a method of recharging the battery if the voltage falls below the " Battery Recycle Threshhold". nice 13.57.14 # is there an option in RB at the moment to switch the left and right audio channels? 13.57.37 # Is there a (posix or otherwise) standardised function name for filling a memory area with a 16 bit pattern? 13.58.47 Quit DocterD ("Leaving") 13.59.19 Join DrumRBoy320|Away [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 14.00.42 # a cordless bluetooth remote for a DAP would be nice, (just thinking aloud) 14.03.46 Part webguest55 14.09.23 # so i guess not with the channel switching 14.09.54 # Hmm. Is it correct that fwpatcher increses the size of H300.hex that much? 14.10.07 # 1.30EU was ~2.5MB before, and is 4MB now 14.10.20 # amiconn: Not that I know of. Maybe use memset16? 14.10.26 # amiconn: i'd say so, given that the .hex isn't a raw memory dump. 14.10.55 # that size increase is normal 14.11.15 # then again. 14.11.34 # The md5sum matches 14.12.35 # Well, redirecting gcc and cpp wasn't enough, it seems... 14.12.48 # Maybe me being on an AMD64 system is the reason... 14.14.17 # lear: Don't scare me... :-/ 14.15.26 # I am long time user of ubuntu, and I tried 64bits but siwitched back to 32 14.15.45 # actually that's less trouble to be in 32bits, and you gain almost nothing in 64bits 14.15.49 # at least for now 14.15.53 Quit drumrboy (Read error: 110 (Connection timed out)) 14.15.54 # amiconn: why, planning to buy one? 14.16.06 # I'll have one soon 14.16.11 Join drumrboy [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 14.16.32 # if you still use a 32bits linux it change nothing 14.16.36 # mirak: hm... maybe, but it seems silly to not use the features if you have them. :) 14.16.52 # lear: not when they are not mature enough 14.17.14 # some apps are slower on 64bits even because there is no asm optimisations yet for i 14.17.15 # it 14.17.24 # after being around for several years, most should be mature enough, one would hope... 14.17.55 # lear: well yes, but not many people use desktop applications on itanium :) 14.19.09 # but amd64 systems have been around for quite a while... 14.19.46 # yes 14.19.52 # lear: do you use K8 kernel ? 14.20.03 # yep. 14.20.26 # problem is still the same than with i386 i686 etcetera 14.20.41 # the binaries 64 bits are not compiled for K8 14.20.41 Join sanitarium__ [0] (n=sanitari@213-202-155-33.bas503.dsl.esat.net) 14.20.52 Quit sanitarium_ (Read error: 110 (Connection timed out)) 14.20.59 # but generic 64 bit I think 14.21.17 # mirak: ati or nvidia for graphics, btw? 14.21.20 # This trend at Mistic River to have a separate branch of Rockbox is frustrating. 14.21.33 # lear: I bought a nvidia in august 14.21.47 # Febs: what is it ? 14.22.03 # because I have an ati, and the screen updates are really slow, even with the ATI binary driver. :/ 14.22.10 # lear: I think gentoo still have the advantage 14.22.31 # lear: are you sure the module is loaded ? 14.22.33 # too painful to install, I'd say. 14.22.35 # Some people are creating patches, plug-ins, etc. and maintainin them on their own sites without adding them to the patch tracker. 14.22.44 # lear: yeah I don't like it as well 14.22.45 # Yep, says so in the log quite clearly... 14.23.28 # I even tried Gentoo once, but even after that lenghty install, there were lots of things left to fix, e.g., to get the mouse wheel to work. It was a while ago though... 14.23.35 # lear: on debian/ubuntu there is apt-build wich is supposed to be able to what portage do and optimise packages, but actually it's broken since seveal months 14.23.38 # several 14.23.56 # to do 14.24.36 # lear: what you can do though is rebuild some critical packages with optimisations you need 14.25.01 # that's what they do for encoders, the kernel, etecettera 14.25.14 # sounds like overkill, and unlikely to fix the video... 14.26.28 Quit DrumRBoy320|Away (Read error: 110 (Connection timed out)) 14.27.48 Join mikearthur [0] (i=mike@82-41-205-190.cable.ubr11.edin.blueyonder.co.uk) 14.27.52 Quit lear ("Chatzilla 0.9.69.2 [Firefox 1.0.7/20051010]") 14.28.54 Quit ashridah ("Leaving") 14.29.13 # Febs: I agree with what you're saying about the "mistic river" branch. But it needs a H3x0 owner with CVS write access to start committing the patches. 14.30.26 Quit Strath (Read error: 104 (Connection reset by peer)) 14.31.10 Join Strath [0] (n=mike@dpc67143207025.direcpc.com) 14.31.59 Join Lear [0] (n=chatzill@h194n1c1o285.bredband.skanova.com) 14.32.00 Quit psi (Nick collision from services.) 14.32.04 Join psi` [0] (i=psi@pcp0010406631pcs.verona01.nj.comcast.net) 14.33.31 # linuxstb, they can't commit the patches if the authors don't upload them to the patch tracker. 14.37.47 # Who maintains the H300 optimized stuff? Do they know what they're doing? It has a rather risky feel to me. 14.40.08 # A MR user called Needleboy. 14.41.52 Join HypnoticMonkey [0] (n=52278849@labb.contactor.se) 14.42.12 # Im just here to say to devs........ 14.42.20 # ENLIGHTEN THOSE IPOD USERS! 14.42.54 # seriously, the ipod port offers rockbox the chance for proper recognition for all your talents, gan for it.. 14.43.01 # anyone uses itunes on mac ? 14.43.17 # I try to load a 50G library but it seems to stalls 14.45.10 Join adamd [0] (n=5684d2f0@labb.contactor.se) 14.51.04 Quit Membrillo () 14.55.12 # Febs: Patches don't _have_ to be in the patch tracker for someone to commit them to CVS. 14.55.40 *** Saving seen data "./dancer.seen" 14.56.38 Quit perplexity (Read error: 113 (No route to host)) 15.01.33 Quit HypnoticMonkey ("CGI:IRC") 15.02.53 # can anyone tell me the name of the charging chip on the archos recorder v1 (that has charge control)? 15.02.55 Join Acksaw [0] (i=Acksaw@spc1-stok5-4-0-cust173.bagu.broadband.ntl.com) 15.03.00 # yo 15.03.01 Join dpassen1 [0] (n=dpassen1@resnet-233-61.resnet.UMBC.EDU) 15.04.17 Quit Acksaw (Client Quit) 15.12.10 Join perplexity [0] (i=heh2960@217.165.102.253) 15.13.22 Join DangerousDan [0] (n=Miranda@newtpulsifer.campus.luth.se) 15.18.41 Join webguest80 [0] (n=864c030d@labb.contactor.se) 15.19.10 # is MR down for anyone else? 15.21.27 # Nope. Works for me. 15.21.57 # ok, works now for me 15.22.04 # I was getting the database error thing 15.27.51 Join akaidiot [0] (n=nope@c-7244e255.363-1-64736c11.cust.bredbandsbolaget.se) 15.47.46 # what kind of transfer speeds to people see when writing to the 1.8in hdd based players? 15.48.21 # (I'm not seeing over 10mbit, and wondered if that's a problem with my USB driver, my USB storage driver, or a limitation of the drive) 15.49.40 # I usually get towards 5000/6000 kbit 15.49.58 # what OS? 15.50.31 # (ie. I thought 10000kbit was slow, I feel for you) 15.56.05 Join ghode|afk [0] (n=garudin@host-84-9-105-221.bulldogdsl.com) 16.02.24 Quit DreamTactix291 (Read error: 110 (Connection timed out)) 16.02.51 Join akaidiota [0] (n=nope@c-7244e255.363-1-64736c11.cust.bredbandsbolaget.se) 16.03.53 Quit akaidiot (Read error: 110 (Connection timed out)) 16.11.15 # lostlogic 16.11.30 # 5000/6000 kbit is not exactly bad 16.11.35 # woha 16.11.36 # crap 16.11.49 # kbyte 16.11.53 # I mean kbyte 16.12.05 # damn, how could I mix that up;) 16.12.15 # now I feel stupid;) 16.12.51 Quit einhirn (Read error: 104 (Connection reset by peer)) 16.14.21 # anyway, it does not matter if I use my serverbox(gentoo) or windows 16.14.47 # though I use "total copy" for windows 16.15.02 # since it seems like explorer's copy function totally sucks 16.15.05 # that goes for all copying 16.15.09 # over networks too 16.15.52 Join einhirn [0] (n=Miranda@p54861121.dip0.t-ipconnect.de) 16.18.11 Join einhirn_ [0] (n=Miranda@p54861121.dip0.t-ipconnect.de) 16.20.42 Quit perplexity (Read error: 113 (No route to host)) 16.26.33 Quit sanitarium__ (Remote closed the connection) 16.29.21 Quit actionshrimp (Read error: 110 (Connection timed out)) 16.32.02 Join perplexity [0] (i=heh4054@217.165.102.253) 16.35.39 Quit einhirn (Read error: 110 (Connection timed out)) 16.40.31 Quit Lear ("Chatzilla 0.9.69.1 [Firefox 1.5/2005111116]") 16.40.58 # thegeek: hmph -- so you get 4 or 5 times the speed I do... wtf. 16.41.04 # *scowls at his USB* 16.45.41 Quit Moos ("Glory to Rockbox") 16.46.27 Join tvelocity [0] (n=tony@84.254.11.240) 16.49.29 Quit drumrboy (Read error: 110 (Connection timed out)) 16.49.54 # ;) 16.50.03 # you sure you have usb2 ? 16.50.40 Quit uwe_ (Client Quit) 16.55.41 *** Saving seen data "./dancer.seen" 17.04.09 Quit akaidiota (Connection timed out) 17.04.09 Quit DJDD_ (Read error: 104 (Connection reset by peer)) 17.04.41 Join DJDD_ [0] (n=DJDD@220-245-186-182.static.tpgi.com.au) 17.06.23 Quit Strath (Read error: 104 (Connection reset by peer)) 17.06.36 # thegeek: yes, it reads at 20MB/s -- I have a USB2 card and am using EHCI-HCD. 17.06.36 Join Strath [0] (n=mike@dpc67143207025.direcpc.com) 17.08.46 # hmm 17.08.49 # wierd indeed 17.17.18 Quit alphakiller () 17.22.36 Join lostlogi1 [0] (n=lostlogi@node-4024215a.mdw.onnet.us.uu.net) 17.24.09 Quit lostlogic (Nick collision from services.) 17.24.12 Nick lostlogi1 is now known as lostlogic (n=lostlogi@node-4024215a.mdw.onnet.us.uu.net) 17.26.07 Join gtkspert_ [0] (i=gtkspert@039.a.001.rkh.iprimus.net.au) 17.26.22 Join vger_ [0] (n=henrico@cn-mss-cb01-2760.dial.kabelfoon.nl) 17.28.08 Join NicoFR [0] (n=nico404@rob92-6-82-231-243-63.fbx.proxad.net) 17.31.18 Join DGP [0] (i=dgp747@17924399.rjo.virtua.com.br) 17.32.00 Part DGP 17.37.35 Join DrumRBoy320|Away [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 17.39.11 # Bger: Are you here? 17.42.11 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-95.bna.bellsouth.net) 17.43.04 Quit gtkspert (Connection timed out) 17.51.31 Join Matze [0] (i=Miranda@p5484F23E.dip.t-dialin.net) 17.54.31 # now, there's nothing like finding a nice tv series to download when it comes to boosting productivity 18.01.52 Join RotAtoR [0] (n=e@12-210-82-91.client.insightBB.com) 18.05.38 Quit webguest80 ("CGI:IRC") 18.06.41 Join akaidiot [0] (n=nope@c-7244e255.363-1-64736c11.cust.bredbandsbolaget.se) 18.09.48 Quit linuxstb (Read error: 110 (Connection timed out)) 18.18.44 Join DT291 [0] (n=DreamTac@adsl-149-149-95.bna.bellsouth.net) 18.23.57 # wohoo nice patches there since last week :) 18.29.45 Quit DreamTactix291 (Nick collision from services.) 18.29.50 Nick DT291 is now known as DreamTactix291 (n=DreamTac@adsl-149-149-95.bna.bellsouth.net) 18.39.54 Join drumrboy [0] (n=Drumrboy@ool-44c2019c.dyn.optonline.net) 18.50.02 # why... why... why... is there CHARGER_PLUGGED as a charger_input_state and a separate "charger_inserted()" method? 18.50.55 # nevermind. 18.50.58 # it's just used weirdly. 18.55.44 *** Saving seen data "./dancer.seen" 18.56.07 Quit DrumRBoy320|Away (Read error: 110 (Connection timed out)) 19.03.17 Quit DreamTactix291 (Read error: 110 (Connection timed out)) 19.07.35 Join Jungti1234 [0] (n=jungti12@124.60.15.86) 19.08.00 # hi 19.08.46 Quit einhirn_ (Read error: 104 (Connection reset by peer)) 19.13.22 # So there I find myself... looking at the board images Iput on the wiki long ago trying to figure something out... completely ignoring the fact that I have an H340 board SITTING IN FRONT OF ME 19.15.42 # hah! 19.15.46 # reality is for pussies 19.21.29 Join eEye [0] (i=shift@CPE000c6e94cf09-CM001225d870de.cpe.net.cable.rogers.com) 19.22.00 # heh 19.24.11 Quit akaidiot (Connection timed out) 19.28.19 Quit gtkspert_ () 19.29.13 # blah, anyone want to tell me if the PCF50606's interrupt line is connect anywhere on the coldfire in the H340? 19.32.00 # well, it should be 19.35.14 # I don't see it's interrupt defined in system.c am I looking the wrong place, or is it not defined and I need to find it or something sad like that? 19.35.16 # can you unmask all the ints and do something to the PCF that should fire an interrupt? 19.35.29 # perplexity: hmm, yes, I could 19.35.40 # charger insertion is an interrupt event. 19.36.18 # just remember to build some kind of default int handler for every unmasked vector or it could get ugly :) 19.36.52 # it seems like the system defaults to having everything unmasked... I think I'm not understanding the interrupt code yet. 19.43.58 # bye 19.44.02 # good night 19.44.03 Quit Jungti1234 () 19.44.44 Join tarom [0] (n=Shoops@jo137-1-82-233-167-92.fbx.proxad.net) 19.44.56 Quit tarom (Client Quit) 19.56.54 Join muesli__ [0] (n=muesli_t@88.134.37.157) 19.58.46 Join eagle730 [0] (n=d950300d@labb.contactor.se) 19.59.34 Quit eagle730 (Client Quit) 20.09.34 Join uwe_ [0] (n=uwe@p54996067.dip.t-dialin.net) 20.23.32 Quit SteL (Remote closed the connection) 20.26.31 Join linuxstb [0] (n=5343d4aa@labb.contactor.se) 20.35.57 Quit drumrboy (Read error: 104 (Connection reset by peer)) 20.39.34 # preglow: I managed to install the ipod bootloader from Windows this afternoon. 20.39.53 Quit Matze (Read error: 113 (No route to host)) 20.42.41 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-95.bna.bellsouth.net) 20.47.12 # linuxstb: w00t! how? 20.47.21 # linuxstb: we're not speaking cygwin? 20.49.01 # Yes, in cygwin, but the principle applies to standard win32 as well. 20.49.30 # oh? 20.49.31 # explain 20.49.37 # The basic trick is just to write to the disk starting from the first sector - e.g. dd if=rockboot.bin of=/dev/sdc 20.49.59 # and use offsets? 20.50.07 # how do you do that in winapi? 20.50.27 # So you need to read the first (in my case) 63 sectors from /dev/sdc first, and then prepend those to the boot partition data, and write the whole thing back to the start of the disk. 20.51.05 # There is a utility called rawdisk which I have the source to that reads/writes to a disk in winapi 20.51.14 # url? 20.51.24 # we'll probably want to make a utility 20.51.32 # And it's GPL'd 20.52.08 # I'll find the url... 20.53.06 # Just google for rawdisk - it's the first hit 20.53.13 # did christi release the source code for that tool of hers, btw? 20.53.18 # http://www.stud.uni-hannover.de/user/73174/RawDisk/ 20.53.31 # No, she wanted to clean it up some more first. 20.53.53 Join akaidiot [0] (n=nope@c-7244e255.363-1-64736c11.cust.bredbandsbolaget.se) 20.54.43 # think i'll just make it a command line tool first, then 20.54.53 # gui coding in winapi is not much fun 20.55.02 # at least not after i found out how easy it is in gtkmm 20.55.14 # I've already written a utility that does it in Cygwin. You could adapt it to the win32 api. 20.55.47 *** Saving seen data "./dancer.seen" 20.55.50 # i could 20.55.58 # hmm, i keep forgetting i'm not in windows 20.56.02 # hehe 20.56.19 # i'm really comfortable in gnome now 20.58.06 # Talking about the bootloader, do you think the hold button would be easier to detect? 21.00.17 # easier than what? 21.00.28 # The other keys 21.00.43 # i don't know, i detect it through the same interface as the other keys right now 21.01.43 # that is, i don't, but i assume i can, i remember it generated interrupts 21.02.12 # this is going to be a breeze, btw, it's all about the DeviceIoControl() function 21.02.28 # do we have any way of making sure we're writing to an ipod? 21.02.36 # i guess we could search for the apple signature in the bootsector 21.03.47 # Yes, checking the apple signature sounds sensible. 21.04.36 # at least it's a nice safety check 21.04.41 Quit mirak ("Ex-Chat") 21.04.49 # we could always include a "force write" option for those who've replaced their bootsector with something custom 21.05.15 # But that's probably the same check the apple bootloader does - so you can't replace it. 21.05.54 # Anyway, if you're interested in my utility: http://www.davechapman.f2s.com/rockbox/diskdump.tgz 21.06.36 # The useful code (stolen from Rockbox) is the function to read the paritition table - so you know which sector the boot partition starts at. 21.07.04 # i'll take a look at it when i'm in windows again 21.07.24 Quit adamd ("CGI:IRC (EOF)") 21.11.13 # i really don't get it... 21.11.34 # get what 21.11.42 # i can't build rockbox anymore as soon as i ask to compile rockcalendar and/or brickmania 21.12.03 # the build just seems to take forever 21.12.13 # and i have 100% CPU usage 21.12.24 Join Moos [0] (i=DrMoos@m53.net81-66-159.noos.fr) 21.12.34 # as soon as i remove both the plugins from SOURCES it works fine again 21.13.51 # am i the only one having the problem ? 21.14.36 # afaik 21.15.30 # * preglow throws his eq code on the floor and runs away 21.16.26 # I've compiled brickmania without problems. 21.17.28 # any ideas about where this could come from ? 21.18.21 # No. The compilation shouldn't just freeze.o 21.18.27 # * lostlogic throws PCF50606 specs on the floor and runs after preglow 21.19.11 # Try typing "make V=1" 21.19.24 # This will make the build process more verbose 21.20.31 # hmmm interesting 21.20.33 # lots of text 21.20.37 # ill dump it to a file 21.21.46 # funny... it didn't show the text again and then it now builds fine with just "make" 21.22.12 # (i only added brickmania so now i'll try with rockcalendar) 21.24.41 # gah -- I need Linus for this. 21.27.13 # well this time it's gone into an infinite loop 21.28.29 # can i paste the repeating pattern ? 21.29.02 Quit linuxstb ("CGI:IRC (Ping timeout)") 21.29.26 Join SteL [0] (n=chatzill@slawson.plus.com) 21.30.09 Join linuxstb [0] (n=5343d4aa@labb.contactor.se) 21.30.15 Join koseski [0] (n=koseski@adm214.internetdsl.tpnet.pl) 21.30.53 # Try http://pastebin.com/ 21.31.26 # http://pastebin.com/505786 21.31.36 # this pattern keeps on repeating 21.32.46 # anyone had a shot at fixing the libmad related problem that got reported yesterday? 21.35.50 # NicoFR: Sorry, I've got no suggestions. 21.36.21 # preglow: Is that the MAD_GUARD_BUFFER thing? 21.36.31 # well your tip was helpful... now i can compile brickmania and i get mor info :) 21.37.58 # linuxstb: aye 21.41.15 # well i really can't rockcalendar to compile... 21.41.23 # still this infinite loop 21.41.41 # and i can't get brickmania to break the build anymore :-p 21.41.43 Quit linuxstb ("CGI:IRC (Ping timeout)") 21.41.48 Join linuxstb [0] (n=5343d4aa@labb.contactor.se) 21.58.24 Quit SteL (Connection timed out) 21.59.42 Join SteL [0] (n=chatzill@slawson.plus.com) 22.00.51 Join solexx [0] (n=jrschulz@d085169.adsl.hansenet.de) 22.04.49 Join Midgey34 [0] (n=Midgey34@c-24-11-55-125.hsd1.mi.comcast.net) 22.07.55 Quit linuxstb ("CGI:IRC (Ping timeout)") 22.14.30 Quit solexx_ (Read error: 110 (Connection timed out)) 22.32.14 # w00t. progress is. 22.32.28 Join LinusN [0] (n=linus@labb.contactor.se) 22.32.59 # lostlogic hum? 22.33.12 # I'm working on power management in the h3x0 and I've finally made progress. 22.33.21 # :D 22.33.24 # usb charging? 22.33.46 # lostlogic: nice 22.33.52 # LinusN http://daniel.haxx.se/m3-sida1.jpg all we need is a translator ;-) 22.34.05 # LinusN: YAY you're here! Having trouble with trying to use the secondary interrupt controller in H3x0... where would I catch an interrupt from the pcf50606? 22.34.08 # old stuff 22.34.40 # not sure, i haven't traced the irq pin 22.35.09 # ahhh, ok... not strictly necessary, but interrupt driven charge control would be preferable to me than polling based. will poll for now. 22.35.56 # remind me to trace those pins when i have more time 22.36.21 Quit muesli__ (Read error: 104 (Connection reset by peer)) 22.36.27 # afk 22.36.33 # that would reqire us actually _knowing_ when you have more time :) 22.36.35 # I will... unless I get a multimeter and probes to trace it myself on my fried H340 board. 22.39.11 Join muesli__ [0] (n=muesli_t@88.134.37.157) 22.39.50 Quit Kohlrabi (Read error: 104 (Connection reset by peer)) 22.42.25 Quit koseski () 22.47.12 Join Kohlrabi [0] (n=Kohlrabi@dslb-082-083-129-077.pools.arcor-ip.net) 22.50.52 Join Owner_ [0] (n=chatzill@CBL217-132-95-215.bb.netvision.net.il) 22.51.06 # hi 22.51.30 # anybody here? 22.51.36 # yes 22.51.39 # hi 22.51.51 # how do i make a theme file? 22.51.58 # so i can use other wps 22.52.18 # you don't need to make "a theme file" for that 22.52.26 # just create a new wps file and "play" it 22.52.50 # http://www.rockbox.org/twiki/bin/view/Main/CustomWPS 22.53.38 # ok thanks 22.53.40 # cya 22.53.51 # hey can i play gbc games 22.53.55 # and use the save option? 22.54.00 # will it save my game? 22.54.10 # like a gameboy? 22.54.12 # you considered reading the FAQ? 22.54.33 # lol 22.54.36 # not yet 22.54.52 # well can i save?.. 22.55.14 # :\ 22.55.42 Quit Owner_ (Client Quit) 22.55.49 *** Saving seen data "./dancer.seen" 22.58.25 # i think feel some rockbox time coming up 22.58.31 # so, what to work on, eq or ipod 22.58.48 # do the funnier thing 22.58.51 # * RotAtoR whispers muuuuusepack 22.58.59 # ;) 23.00.07 # eq 23.00.08 # hehe 23.01.15 # preglow: you should tell me why the this chip constantly tells me a charger is connected on one register, but not on another register. 23.01.15 Join linuxstb [0] (n=5343d4aa@labb.contactor.se) 23.01.29 # * linuxstb prods preglow towards the fiq and ipod audio driver... 23.03.26 # * amiconn asks preglow about the status of speex ;) 23.03.56 # I'm thinking about a feature for H3x0 23.04.29 # Like backlight fading for the H1x0, we could have a 'half-bright phase' before switching off the display completely 23.04.55 # My mobile phone does this, and it's pleasant 23.07.42 # amiconn: i've got a half-ported speex lying around here, but it turned out to be a bit harder than i'd thought 23.07.51 # perhaps speex is more fixed point friendly these days 23.07.53 # * preglow checks out 23.08.59 # why, indeed, the newest release does indeed list fixed point fixes 23.09.09 # I found another thing: the progress bar in the wps doesn't adapt to the font height (unlike the peakmeter) 23.09.32 # Should be a quick fix; I'll look at that (after the plugin loader) 23.09.35 Join Janco [0] (n=57416b54@labb.contactor.se) 23.11.10 Quit Janco (Client Quit) 23.23.11 Quit akaidiot (Connection timed out) 23.30.17 Quit linuxstb ("CGI:IRC") 23.34.43 Quit Strath (Read error: 104 (Connection reset by peer)) 23.35.55 # uhm 23.35.55 Join linuxstb [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 23.36.17 # how can i make that no BOOTLOADER USB MODE comes when connecting USB? 23.36.24 Join Strath [0] (n=mike@dpc67143207026.direcpc.com) 23.37.00 # amiconn backlightfading for h3xx would rule! 23.37.18 # Soft fading isn't possible, unfortunately 23.37.50 # The possible steps for backlight brightness are too coarse, and we have no direct LED control 23.38.38 Quit Febs (Read error: 110 (Connection timed out)) 23.38.44 # :-/ i loved that h1xx fading 23.38.54 # Help. When I set my H300 in my docking station it immidiately fires up "BOOTLOADER USB MODE" 23.39.03 # But I only want to charge. 23.39.10 # Is there a key combo? 23.39.52 Join Janco [0] (n=Janco@87.65.107.84) 23.40.08 # Rob2222_: hold REC when you insert it 23.40.26 # Ah, Linus is on. 23.40.37 # I almost was sure there IS a button. :) 23.41.09 # ah, iriver FW 23.41.11 # kk 23.41.48 # :) 23.43.58 # does snprintf in rockbox not have a %f conversoin? 23.44.16 # no, it doesn't 23.44.36 # at least I'm not insane. thanks 23.45.58 # haha 23.46.01 # why're you using floats? :P 23.46.13 # Hello float police. 23.46.22 # just to display battery voltage pretty in my new PCF display thingus. 23.53.49 # LinusN: sorta confirmation that the H3x0 does run off of the charger when it's connected: I connected it, it reached full charge, the charger was set to idle (by my neat new code), and the battery voltage held exactly where it had been. after a while, I got bored, and removed the charger plug and the voltage immediately dropped off. 23.54.19 Quit vger_ ("gtkBitchX: the ONLY bug-free client") 23.56.16 # Today I found a strange bug on recorder v1 (during repeated occurence of the low-bat OFF event bug) 23.57.10 # Obviously it might happen that if a track is stopped a split second before it really ends, the resume info doesn't advance to the next track, but the time pointer does 23.58.13 # So, the wps e.g. displayed Track 6, position 5:20 (of 5:00), but actual playback was Track 7, position 0:20 23.58.59 # This then didn't change no matter how often I stopped and resumed. An fresh start of playback then did