--- Log for 19.02.104 Server: truong.freenode.net Channel: #rockbox --- Nick: logbot_ Version: Dancer V4.16p1 Started: 6 days and 19 hours ago 00.03.59 Join Nibbler [0] (~nibbler@port-212-202-73-124.reverse.qsc.de) 00.07.09 # just got my new jukebox (my first one)... 00.07.28 # ... and I must say that you did a great job! 00.07.46 # we aim to please :) 00.07.54 # thanks on behalf of all :) 00.08.20 # are you in contact with archos? 00.11.35 # I was just wondering if you got feedback from archos. A bunch of hackers obviously do a better job job than a bunch of paid engineers... or maybe they have just more time?... ;-) Anyway... 00.12.04 # no official archos feedback afaik 00.16.21 # i think rockbox has taken a lot more time to develop than the original firmware 00.16.40 # and i don't see us as "a bunch of hackers" :-) 00.17.06 # hee hee - by my dictionary the word "hacker" is quite a compliment 00.17.11 # i am a paid engineer most of my time :-) 00.17.24 # i don't mind being called a hacker 00.17.45 # It goes on, but the bit that sticks in my mind is "to use a computer with great skill" 00.17.51 # :) 00.18.30 # hey, linus, any idea why i am only getting 12Mbps over my USB into Windoze? 00.19.41 # my jukebox gets worryingly hot if I leave it plugged while copying lots of data too 00.19.58 # well, first of all, is you controller really 2.0? 00.20.28 # yes, purchased for that reason - checked the chip on the PCI card by part number and reported as v2 by Sandra 00.20.34 # no hub? 00.20.39 # no hub 00.20.53 # pci card -> usb cable -> JBR 00.21.24 # the sandra output you sent on the list showed nothing about the chipset 00.22.03 # hmmm, didn't look - my check was done before I put the card in 00.22.07 *** Saving seen data "./dancer.seen" 00.22.14 # LinusN: did not mean to be insulting ;-) 00.22.19 Quit track (Read error: 110 (Connection timed out)) 00.22.23 # mattzz: hehe, i know 00.24.27 # do you need the chip number? 00.25.14 # cue sheet support: i was just reading http://www5.head-fi.org/forums/showthread.php?s=&threadid=49759 , then found http://sourceforge.net/tracker/index.php?func=detail&group_id=44306&atid=439121&aid=613314 , it was suggested in 2002 but nothing was done. is there anything that makes this difficult to add? 00.26.40 # grosvesir: not really, we just need to find someone with some spare time and a desire to do it 00.26.59 # the current patch is a little buggy 00.27.05 # linus: i see, thanks 00.27.32 # Bluechip: what's the name of the card 00.27.34 # ? 00.27.47 # it was a no-brander from the local computer shop 00.28.57 # ah 00.29.08 # how about drivers? 00.29.34 # hmmmm, now you got me ...let me check my reinstall folder... 00.30.09 # aha - it's a "Q-Tec USB2.0 (13345 _ 422U)" 00.31.39 # the drivers MAY have come off the disk with it, but i seem to recall getting some off the net 00.31.52 # certainly worth a check :) 00.33.49 # http://www.qtec.info/service/support/download.htm?ftype=0&id=1000001636&artnr=13345 00.35.25 # .info ...who would have guessed - lol 00.35.29 # thanks 00.35.34 # Manual: http://download.qtec.info/manuals/13/13345-uk-um.pdf 00.36.28 # thanks again 00.39.48 Quit edx () 00.40.17 Join midknight2k3 [0] (zakk@AC968D9B.ipt.aol.com) 00.41.45 # lol - nothing is ever easy is it? The util needs me to remove the usb card drivers for it - but windoze wont tell me which is which - if i remove the wrong ones i lose my mouse and keyboard - lol 00.41.55 # hi Bluechip 00.41.58 # hi LinusN 00.42.00 # hey mk 00.42.21 # yo 00.42.26 # Bluechip or Linus, do you know how to work the sliderbar? 00.42.41 # let me be more specific 00.42.43 # just a moment 00.43.14 # void slidebar(int x, int y, int width, int height, int percent, int direction) 00.43.18 # here 00.43.29 # int percent would be the position of the slider, right? 00.43.52 # yes 00.44.10 # so where does it get it's "out of "? 00.44.23 # percent 00.44.24 # hmm 00.44.27 # ohh 00.44.35 # so that's out of 100? 00.44.43 # if i give it "50" it will be halfway? 00.44.47 # yes 00.45.02 # what if you give it a larger number? 00.45.04 # hee hee - sure is - "cent" being 100 :) 00.45.17 # sorry, didn't think of it that way until now 00.45.28 # midknight2k3: a larger number will probably f*ck up the display 00.45.38 # i passed it.. 108 i believe 00.45.43 # it's at the beginning now 00.45.52 # hmm 00.45.57 # no 00.46.10 # 1000 puts it about 7/8 of the way 00.47.22 # cool 00.47.33 # from what i can see in the code, any value above 100 will be truncated to 100 00.48.24 # which direction are you using? 00.48.24 # ah 00.48.28 # right 00.49.10 # hold on 00.49.14 # i think i've got it fixed 00.55.30 # Linus: actually 00.55.39 # it appears to change the whole scale when you feed it a different range 00.55.51 # so the max of your range would = 100 and least = 0 00.56.10 # yes, percent 00.56.36 # Linus: right - after all the windows faffing ....that link gives me a content perfect match on the drivers I am using at the moment 00.56.52 # Bluechip: :-( 00.57.30 # void scrollbar(int x, int y, int width, int height, int items, int min_shown, 00.57.31 # int max_shown, int orientation) 00.57.37 # orientation... 00.57.43 # what are the options? 00.57.50 # 1=horiz, 0=vertical? 00.57.57 # midknight2k3: weren't we talking about the slider? 00.58.06 # i decide to use the scrollbar 00.58.13 # it'll work better because it accepts a min and max 00.58.17 # instead of one "percent" 00.58.49 # orientation is VERTICAL or HORIZONTAL 00.59.32 Quit uski ("Fermeture du client") 01.01.14 # Linus: could it be the JBR drivers? 01.01.36 # i dunno 01.01.41 # im prepared to try anything at this stage 01.01.51 # are you a linux man/. 01.01.53 # ? 01.01.57 # yes 01.02.06 # but i use windows as well 01.02.21 # win98se 01.02.32 # WOW - another 98se user :) 01.02.35 # with VIA USB2.0, like you (on the M/B) 01.03.01 DBUG Enqueued KICK Bluechip 01.03.01 # 01are you able to see what sandra reports? 01.03.13 # running linux atm 01.03.23 # that's ok then ;) 01.03.37 # which JBR drivers do you use? 01.06.01 # don't know, they came from the Archos CD 01.06.28 Quit grosvesir ("sudden death") 01.06.35 # hmmmmm, i presume they are the same as on the site, weird 01.07.30 # same OS, same chips, same cable, same drivers, different results :( 01.08.33 # i don't know about the chips though, they are both VIA, but they might be different chips 01.09.51 # i remember someone mentioning that there were other "JBR-compatible" drivers on the list, but have had no luck finding the post 01.10.07 # cypress 01.10.25 # is that a company or the poster? 01.10.27 # lol 01.10.30 # but don't yse the lates driver if you have a Studio or Player 01.10.50 # I have a JBR20 v1 01.10.53 # cypress is the manufacturer of the USB chip on the jukebox 01.11.02 # aha! 01.11.08 # isd300 01.11.13 # thought it was a Hitachi? 01.11.19 # don't know why 01.11.42 # that'd be the hard drive 01.11.46 # or some of them are 01.12.35 # http://www.cypress.com/support/software_download.cfm?objectID=39F4EE8A-9D86-44CE-9A17EC8A3CEDC112&tid=0AC3D3A6-D363-4D3B-98ACB18079FBE66B 01.12.58 # i will suss speed-surfing one day :) thanks again 01.15.42 # Linus: bug alert 01.16.02 # when you load a recent Rockbox version, the disk spins down immediately before it's even done loading 01.16.11 # looks like your spindown fix worked too well :) 01.16.22 # bugger - registered customers only :( 01.16.38 # pah 01.16.41 # i scoff 01.17.47 # midknight2k3: not for me 01.19.17 # rb-update.sh won't lose my work right? 01.19.40 # Bluechip: http://linus.haxx.se/cypress_601.zip 01.19.57 # midknight2k3: nope 01.20.08 # how does it know? 01.20.12 # it knows what's been changed? 01.20.21 # it merges the files 01.20.58 # linus: thank you, but I'm getting Forbidden 01.22.18 # Linus: not meaning to butt in, but have you checked out that VU patch yet? 01.22.25 # Bluechip: try again 01.22.34 # midknight2k3: not had the time 01.23.15 # ok, this is confusing me 01.23.22 # not even scrollbar is working for me 01.23.50 # Linus: thanks - got it :) 01.33.15 # i need to do some rebooting and driver fiddling and eat some food - thanks once more for all your help Linus, if you are not here when I get back, catch you soon :) 01.34.05 Quit Bluechip ("Trillian (http://www.ceruleanstudios.com)") 01.34.14 # LinusN: how is the gameboy emulator progressing? :-) 01.35.18 # splendidly :-) 01.35.30 # ooh what 01.45.25 Quit mattzz ("Client exiting") 01.49.25 Quit hardeep ("My damn controlling terminal disappeared!") 02.11.44 Join hardeep [0] (1098@208.247.65.237) 02.15.58 Quit Lunamanx ("100% Pure Share, It's A Lifestyle!") 02.16.57 Part LinusN 02.21.09 Quit mecraw_ ("Trillian (http://www.ceruleanstudios.com)") 02.22.09 *** Saving seen data "./dancer.seen" 02.43.03 Quit midknight2k3 (SendQ exceeded) 02.43.25 Join midknight2k3 [0] (zakk@AC968D9B.ipt.aol.com) 02.47.52 # mk: http://asdf.com/asdfstory.html 02.48.20 # asdf really 02.48.20 # OMG 02.49.51 Join Dogger [0] (~jimmy@adsl-63-199-31-211.dsl.snfc21.pacbell.net) 02.50.04 # HAHAHAHAHAHAHAH 02.50.27 # click the home link, theres great stuff 02.50.38 # 'asdf should be capitalized, but isn't.' 02.50.43 # GAGAGAGAGAH 02.50.45 # hahaha 02.57.19 Nick midknight2k3 is now known as mk|bbs (zakk@AC968D9B.ipt.aol.com) 03.20.10 Nick mk|bbs is now known as migknight2k3 (zakk@AC968D9B.ipt.aol.com) 03.21.29 Join Richy [0] (~poop@bgp928042bgs.brghtn01.mi.comcast.net) 03.21.33 # hey guys 03.21.57 # hi richy 03.22.04 # seen you before haven't i? 03.22.06 # got my archos in today :) 03.22.07 # yeah 03.22.18 # i was asking questions about getting the amazon player 03.22.22 # ohh the $130 one? 03.22.23 # so i got rockbox loaded on it 03.22.24 # yeah 03.22.24 # skeptic? 03.22.27 # sweet deal 03.22.28 # yeah 03.22.30 # its pretty rad 03.22.30 # you 03.22.31 # lol :) 03.22.43 # it was a good purchase 03.22.56 # good 03.23.00 # i was wondering if flashing the rockbox bios is worth it? 03.23.19 Nick migknight2k3 is now known as midknight2k3 (zakk@AC968D9B.ipt.aol.com) 03.23.46 # well, it cuts boot time to 4seconds 03.23.51 # for a v2, i'd say yes 03.23.54 # as it takes about 10 already 03.23.55 # ok 03.24.01 # how long does it take to flash? 03.24.30 # about 10 seconds 03.24.39 # ok then 03.24.42 # so its relatively painless 03.24.46 # no 03.24.49 # it doesnt flash every boot 03.24.50 # no? 03.24.52 # flash once and you're done 03.24.56 # so, 4 seconds is right 03.25.11 # i know that 03.25.24 # but my question was how long does it take to actually flash the bios 03.25.52 # about ten seconds 03.26.11 # alright 03.26.24 # ohh 03.26.25 # sorry 03.26.29 # 18:23:38 | so its relatively painless 03.26.29 # its ok 03.26.33 # i thought you said pointless! 03.26.34 # :) 03.26.35 # lol 03.26.58 # also, is downloading any of the beta builds worth it? 03.27.08 # yes, for example, my clock is in it 03.27.34 Join Stu1 [0] (~jirc@user118.net513.nj.sprint-hsd.net) 03.27.52 # ok cool 03.27.54 # hmmm 03.28.00 # where might i find the flashable rom? 03.28.05 # it doesnt seem to be on the site anywhere 03.28.09 # well flashing has a marginal risk as your probably read 03.28.15 # but that risk is at a minimum 03.28.24 # nevermind 03.28.26 # yeah 03.28.35 # consider it equivalent to dropping the ajb from 2 inches 03.28.42 # hehe 03.28.43 # well, no 03.28.44 # risk-wise 03.28.46 # that's unfair 03.28.50 # sec 03.30.07 # can i use my old firmware with the new ROM? 03.31.12 Quit AciD` (Read error: 104 (Connection reset by peer)) 03.31.34 Quit Stu1 (Client Quit) 03.32.01 # old firmware? 03.32.14 # well 03.32.18 # i downloaded rockbox 03.32.22 # and changed some settings 03.32.35 # can i just put the 2 bin files from the flash kit and be ok? 03.32.51 # tell you what. i have to go for about 5 minutes. i'll be back in 5, and i can walk you through it if you want. 03.32.59 # no, i should be ok 03.33.12 # im just trying to make sure i understand 03.33.28 # the doc has the info 03.33.33 # follow it carefully 03.33.40 # brb 03.33.44 Quit midknight2k3 (Read error: 104 (Connection reset by peer)) 03.38.25 Join midknight2k3 [0] (zakk@AC99FFB7.ipt.aol.com) 03.39.32 # hi 03.47.25 Quit midknight2k3 () 03.47.41 Join midknight2k3 [0] (zakk@AC99FFB7.ipt.aol.com) 03.58.15 Quit Richy ("-=SysReset 2.53=-") 04.07.16 Quit Hadaka (truong.freenode.net irc.freenode.net) 04.07.16 NSplit truong.freenode.net irc.freenode.net 04.10.00 Join Hadaka [0] (naked@naked.iki.fi) 04.22.13 *** Saving seen data "./dancer.seen" 04.47.45 NHeal (timeout) truong.freenode.net irc.freenode.net 05.01.04 Quit Nibbler (Read error: 104 (Connection reset by peer)) 05.25.30 Quit hardeep ("9) nanoseconds") 05.33.22 Join diddystar5 [0] (Lee@ACC605B3.ipt.aol.com) 05.34.18 # midknight2k3: hello 05.34.24 # hi 05.37.14 Ctcp Ignored 7 channel CTCP requests in 23 hours and 10 minutes at the last flood 05.37.14 # * scott666 is trying the new rvf gui 05.37.53 # ooh WHAT 05.38.01 # oh yeah 05.38.03 # where 05.38.05 # link me 05.39.13 # link me 05.48.43 # mailing list 05.58.16 Join rootcode [0] (~rootcode@24.81.250.188) 05.58.23 # hi 05.58.26 # HI 05.58.30 # HOW-ARE-YOU 05.59.05 # hi rootcode 05.59.09 # SHH 05.59.14 # I actidentally pulled out the usb cable of my Archos Jukebox while a transfer was in progress and now I can only mount it as read-only 05.59.31 # right click and unclick "read only" 05.59.32 # tada 05.59.53 # rootcode: linux? 05.59.56 # ya 06.00.01 # ok 06.00.07 # are you in gnome or kde? 06.00.10 # gnome 06.00.37 # i think you should just be able to right click and change read/write 06.00.43 # ooh dids is the linux master 06.00.48 # but i havent used gnome very much 06.01.13 # no im not i suck at linux :) 06.01.26 # rootcode: i woud think you know more than me :) 06.01.34 # no 06.01.36 # dids is the masta 06.01.43 # won't work. The permissions couldn't be determined 06.01.55 # reboot. 06.02.16 # already tried that 06.02.21 # rootcode: will root login work? or use file manager in super user mode? 06.02.25 # try archos f/w 06.02.51 # ya i have root access 06.03.08 # i dont know dude 06.03.14 # you might want to go to #linux 06.03.20 # they will knwo :) 06.03.38 # I'll ask them 06.03.38 # Masta 06.03.42 # try archos f/w 06.03.44 # ok 06.03.47 # good luck 06.03.52 # i have to go 06.04.03 # bye rootcode midknight2k3 and logbot_ 06.04.04 # ttyl 06.04.07 # lol 06.04.16 Quit diddystar5 ("Leaving") 06.06.44 Quit scott666 ("i'll be back...eventually...") 06.15.55 Quit rootcode ("Leaving") 06.20.22 Join Nibbler [0] (~nibbler@port-212-202-73-124.reverse.qsc.de) 06.22.14 *** Saving seen data "./dancer.seen" 07.03.13 Join Guest [0] (~jirc@lsanca1-ar10-4-60-084-180.lsanca1.dsl-verizon.net) 07.04.41 # Is there any chance the Rockbox crew is going to write firmware for the new Archos Gmini 220 series? 07.05.39 Quit Dogger ("Client Exiting") 07.06.04 # ? 07.06.08 # Help 07.06.24 Quit Guest (Client Quit) 07.06.50 # what? 07.06.52 # no 07.06.55 # no way 07.08.12 Nick midknight2k3 is now known as midk|logging (zakk@AC99FFB7.ipt.aol.com) 07.08.20 # not going to happen 07.08.59 # Do we know what kind of hardware the gmini utilizes? 07.27.17 Quit Nibbler (Read error: 104 (Connection reset by peer)) 07.30.09 Nick midk|logging is now known as midknight2k3 (zakk@AC99FFB7.ipt.aol.com) 07.33.51 # why am i getting a warning "implicit declaration of ata_sleep"? ideas? 07.40.08 Join oxygen77 [0] (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 07.42.40 # ttyl all 07.42.41 Quit midknight2k3 () 08.13.17 Join elinenbe_ [0] (~elinenbe@207-237-224-72.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 08.13.30 Quit elinenbe (Read error: 104 (Connection reset by peer)) 08.13.35 Nick elinenbe_ is now known as elinenbe (~elinenbe@207-237-224-72.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 08.22.18 *** Saving seen data "./dancer.seen" 08.29.45 Quit oxygen77 ("Leaving") 08.34.43 Join oxygen77 [0] (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 08.49.44 Join matsl [0] (~matsl@dhcp91.contactor.se) 09.09.47 Join Nibbler [0] (~nibbler@port-212-202-73-124.reverse.qsc.de) 09.34.41 Quit oxygen77 ("Leaving") 09.39.49 Join oxygen77 [0] (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 10.22.20 *** Saving seen data "./dancer.seen" 10.44.08 Quit Nibbler (Read error: 104 (Connection reset by peer)) 11.00.19 Quit oxygen77 (Remote closed the connection) 11.06.50 Join oxygen77 [0] (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 11.43.44 Join oxygen77_ [0] (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 11.43.45 Quit oxygen77 (Read error: 104 (Connection reset by peer)) 11.53.21 Nick oxygen77_ is now known as oxygen77 (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 12.06.08 Join Nibbler [0] (~nibbler@port-212-202-73-124.reverse.qsc.de) 12.22.23 *** Saving seen data "./dancer.seen" 12.31.24 # -poke- 13.12.21 Join Quelsaruk [0] (~jirc@193.136.159.166) 13.12.29 Quit Quelsaruk (Client Quit) 13.14.17 Join Quelsaruk [0] (~jirc@193.136.159.166) 13.14.25 # hi 13.14.53 # um.. someone here has made any rvf?? 13.26.06 # ... 13.27.43 # cu l8r! 13.32.50 Quit Quelsaruk ("Leaving") 13.49.35 Join JohnWoo [0] (JoeBlack@ny-amherst-C4-2-bg2b-1-249.bflony.adelphia.net) 13.49.45 Quit JohnWoo (Client Quit) 14.22.24 *** Saving seen data "./dancer.seen" 14.27.43 Join uski [0] (~moo@gandalf.digital-network.org) 14.47.56 Quit Nibbler (Read error: 104 (Connection reset by peer)) 14.49.43 Join AciD` [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 15.26.01 Join LKBM1 [0] (jirc@bd213-p09.lab.ecu.edu) 15.27.47 Quit LKBM1 (Client Quit) 15.30.45 Quit AciD` (Connection timed out) 15.42.26 Part leapfrog 16.22.28 *** Saving seen data "./dancer.seen" 16.26.47 Join methangas [0] (methangas@0x50c61c4a.virnxx10.adsl-dhcp.tele.dk) 16.30.55 Join diddystar5 [0] (Lee@ACC60CB4.ipt.aol.com) 16.32.49 Join Nibbler [0] (~nibbler@port-212-202-73-124.reverse.qsc.de) 16.52.47 # hey Nibbler 17.07.33 # lo diddystar5 17.16.17 Join quelsaruk [0] (~asdff@193.136.159.167) 17.16.19 # hi 17.17.04 # dwihno, are you alive? 17.24.10 Join AciD` [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 17.26.51 Quit diddystar5 ("Leaving") 17.40.06 Join track [0] (~74d57721@ACBF2247.ipt.aol.com) 17.40.09 Quit track ("leafChat IRC client: http://www.leafdigital.com/Software/leafChat/") 17.48.11 Join mecraw_ [0] (~mecraw@69.2.235.2) 17.50.42 # hi mecraw_ 18.01.28 Join pfavr [0] (pfavr@dyna218-123.nada.kth.se) 18.02.18 # howdy, quelsaruk 18.05.35 # mecraw_ have you tried to make a rvf? 18.08.00 Quit AciD` (Read error: 60 (Operation timed out)) 18.08.17 Join AciD` [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 18.10.51 Quit quelsaruk () 18.18.13 Quit pfavr ("going to the gym") 18.22.30 *** Saving seen data "./dancer.seen" 18.59.53 Quit elinenbe (Read error: 104 (Connection reset by peer)) 19.15.34 Nick oxygen77 is now known as oxygen_out (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 19.36.41 Join hardeep [0] (1098@208.247.65.237) 19.37.15 Join huz [0] (~huz@AToulouse-103-1-5-8.w81-49.abo.wanadoo.fr) 19.38.04 # hello guys, I just bought a universal charger for my JB6k as I lost the rockbox charger. 19.38.10 # it's a 500ma one 19.38.26 # I didn't really understood your FAQ on the batteries and chargers 19.38.52 # may someone kindly tell me if I can use my new one ? and with which voltage ? 19.38.55 # 9 V ? 19.39.11 # or 12 ? 19.41.16 Join WeeD0pE [0] (WeeD0pE@lpz9-d9ba73d3.pool.mediaWays.net) 19.41.19 # hoho 19.41.40 # Video Converter Windows GUI 19.41.44 # i cnat fin dit 19.43.41 # i cant find it 19.43.41 # need help :) 19.43.41 # anyone available ? 19.49.28 Join Zoni [0] (WeeD0pE@lpz9-d9ba6848.pool.mediaWays.net) 19.50.30 # schlaft ihr alle ? :) 19.53.46 # jemand da ? 19.53.48 # hello ? 19.54.22 Quit AciD` (Read error: 60 (Operation timed out)) 19.57.11 # I finished a simple Windows GUI that'll run the programs for you so you 19.57.11 # don't 19.57.11 # have to go to the command line. 19.57.11 DBUG Enqueued KICK Zoni 19.57.11 # Stuff you need to know: 19.57.11 # First, you gotta download the toolkit from here: 19.57.12 *** Alert Mode level 1 19.57.12 DBUG Enqueued KICK WeeD0pE 19.57.12 # http://joerg.hohensohn.bei.t-online.de/archos/video/ 19.57.18 # but there is no win gui 19.57.20 # hmm 20.03.59 Join track [0] (~74d57721@ACB9B5F6.ipt.aol.com) 20.04.07 Part track 20.07.13 *** Alert Mode OFF 20.07.38 # hmm hello ? 20.11.06 Nick oxygen_out is now known as oxygen77 (~Chris@pauguste-7-82-66-87-78.fbx.proxad.net) 20.12.34 Join moormaster [0] (~trillian@port-212-202-175-65.reverse.qsc.de) 20.15.13 Quit WeeD0pE (Read error: 110 (Connection timed out)) 20.16.50 # I know I have to be patient for an answer and my question wasn't really rockbox-related ... but nobody for my charger problem ? 20.16.55 Join pfavr [0] (~pfavr@c83958a.s-oe.bostream.se) 20.18.23 # you can use your new charger at 6V with 700 mA 20.18.34 # at least my cvharger has 700 mA 20.18.36 # no, it's only 500mA 20.18.38 # for the 20 GB fm 20.19.17 Join wake|lap [0] (~wake@HSE-Ottawa-ppp164349.sympatico.ca) 20.19.20 # but i dont know which power your unit needs 20.19.29 # btw, what's the risk? In the case i begin w/ a low voltage ? 20.20.06 # you could always destroy any diodes inside 20.20.48 # they aren't easy to repair so the whole board would have to be replaced 20.20.54 # ... hmm .. maybe it worth I buy the official one .. 20.22.17 # it worth also I tidy up my bedroom .. 20.22.32 *** Saving seen data "./dancer.seen" 20.26.18 Quit wake|lap (Client Quit) 20.32.21 # anyone tried the windows gui for rockbox video files ? 20.32.49 # does bjorn come often ? 20.32.59 # or linus ? 20.34.06 # I've seen linus in here in the past week 20.34.10 # Video Converter Windows GUI John Wunder (2004-02-19) 20.34.15 # damn i cant find it :( 20.34.21 # where is it ? 20.34.58 # I need a better irc client for KDE/X-Windows, anybody know any they would recommend? 20.38.31 # think i'm gonna drop an email on the list 20.56.56 Part huz 20.57.53 Join huz [0] (~huz@AToulouse-103-1-5-8.w81-49.abo.wanadoo.fr) 21.03.25 Quit huz ("leaving") 21.27.33 Quit matsl (Remote closed the connection) 21.30.37 Join mecraw__ [0] (~mecraw@69.2.235.2) 21.31.56 Quit mecraw_ (Read error: 60 (Operation timed out)) 21.32.25 Join track [0] (~74d57721@ACB9D3E9.ipt.aol.com) 21.32.30 Part track 21.35.07 Part moormaster 21.47.55 Join scott666 [0] (scott666@c-24-245-58-245.mn.client2.attbi.com) 21.53.16 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 21.58.47 Quit AciD (Read error: 60 (Operation timed out)) 22.08.28 Quit methangas (" HydraIRC -> http://www.hydrairc.com <- \o/") 22.15.37 Join moormaster [0] (~trillian@port-212-202-175-65.reverse.qsc.de) 22.22.35 *** Saving seen data "./dancer.seen" 22.23.20 Part moormaster 22.28.13 Join midknight2k3 [0] (zakk@ACC7D2A2.ipt.aol.com) 22.29.25 Join track [0] (74d57721@ACB9F56F.ipt.aol.com) 22.29.37 # hi track 22.29.42 # hi 22.30.45 Quit pfavr ("using sirc version 2.211+KSIRC/1.2.4") 22.34.16 Join Cheo [0] (~jirc@200.75.4.178) 22.34.22 # hello 22.34.41 # Any one has here the jukebok 20 gb fm recorder? 22.34.50 # i do 22.35.07 # i have a problem 22.35.50 # ok... 22.36.02 # i just buy the box, turn it on and work perfecto, connect the chrage, and then my problems beging 22.37.22 Join pfavr [0] (~pfavr@c83958a.s-oe.bostream.se) 22.37.39 Quit Cheo (Client Quit) 22.37.49 Part pfavr 22.37.56 Join Cheo [0] (~jirc@200.75.4.178) 22.38.29 # sorry i hang up, did any ohe answer mi question???????????? 22.39.09 # erm 22.39.14 # you didn't state the problems 22.40.55 # ok, the problem is that only show the charging scrren once, an now onli the green light blink, and the box would not turn On 22.41.35 # what happens when you plug it in 22.43.18 # show the charging screen and then sudendly turn off the screen and now only the green light blink 22.43.40 # and what if you press on? 22.44.54 # nothing 22.45.17 # hmm 22.45.20 # when i disconnect the ac adapter and press on, the unit only blink 22.49.59 Join Quelsaruk [0] (~wer@193.136.159.171) 22.50.03 # hi again 22.50.04 # :) 22.50.22 # so mid u have any answer? 22.50.46 # not really 22.50.49 # hi Quelsaruk! 22.51.41 # hi midknight2k3, i have made a first aproach for my gfx menus :) 22.51.49 # WOOHOO 22.52.06 # is in a very early state.. but works at least the checkboxes :) 22.52.30 # i still have to implement the splash_menu() function, but everything is in my poor mind 22.55.40 Quit track (Read error: 110 (Connection timed out)) 22.57.07 Quit Cheo ("Leaving") 22.57.24 Quit midknight2k3 () 22.57.53 Join midknight2k3 [0] (Zakk@ACC7D2A2.ipt.aol.com) 22.58.25 # :D 23.03.17 Quit Quelsaruk ("rebooting") 23.05.59 Join Quelsaruk [0] (~Quelsaruk@193.136.159.171) 23.06.05 # re 23.06.15 # yes it is 23.09.32 Quit oxygen77 ("Leaving") 23.10.07 # midknight2k3, you made the rfv help file, no? 23.10.17 # yeah 23.10.20 # i need to update it 23.10.24 # i think i will tonite 23.10.30 # ajam 23.10.41 # i have some questions :) 23.10.45 # frame rate?? 23.10.50 # 24fps no? 23.10.58 # ?? 23.11.27 # usinb the program mentioned in the web, you have to choose the framerate 23.11.36 # :) 23.11.48 # second... is sound possible? how? 23.11.55 # yes 23.11.57 # rvf mux 23.12.00 # i need to update it 23.12.59 Join Richy [0] (~poop@bgp928042bgs.brghtn01.mi.comcast.net) 23.13.06 # RICHY AGAIN 23.13.07 # WOOHOO 23.13.08 # lol 23.13.10 # yayyy 23.13.20 # glad to see I have fans... 23.13.36 # don't be a playa hata 23.13.46 # word 23.13.52 # But yeah... 23.13.56 # this playa has a few questions 23.14.16 # can't seem to get the flash plugin to work 23.15.34 # whenever i run the flash plugin, it says "wrong plugin" 23.15.46 # get the flash pack 23.15.50 # i did 23.16.21 # put the bin files in my root and ran the proggie 23.18.56 # anything im missing? 23.19.28 # make sure you run the right ajbrec 23.19.31 # and the right plugin 23.19.52 # ok 23.19.57 # ill triple check it i guess 23.20.09 # yes you will 23.22.01 # do i need the ajbrec.ajz file from the flash package, or can I use the one i currently have? 23.22.28 # you need the one from the pack 23.22.32 # make sure you run the right ajbrec 23.22.32 # and the right plugin 23.22.33 # oh 23.22.44 # *wobles head at fat ppl* 23.22.58 # well, i assumed that the plain rockbox ajz file would be sufficient 23.23.02 # sorry about that 23.23.08 # lol np 23.23.11 # hardeep, you used cygwin, no? 23.23.21 # use you mean 23.23.53 # use.. used.. it's the same in spanish :D 23.24.12 # depends 23.24.13 # lol 23.24.33 # for example, you hablo and hable (in pret) are different 23.24.57 # ha. 23.25.00 # ha 23.25.20 # Quelsaruk: yes, I use cygwin 23.27.00 # ok now wtf 23.27.14 # i put the entire package on my v2 23.27.21 # uhh 23.27.22 # wait 23.27.23 # and it still says wrong plugin 23.27.26 # er 23.27.28 # go on 23.27.31 # yeah 23.27.35 # what pack did you d/l 23.27.38 # v2 23.28.05 # does the fact that mine is a "SE" make any difference? 23.28.32 # se = v2 23.28.37 # yeah i know 23.29.05 # hmmm 23.31.25 # uhh 23.31.27 # no you dont 23.31.30 # you asked 23.31.30 # lol 23.31.41 # i was just confirming 23.31.50 # i havent a clue what the problem is here 23.32.41 Quit Quelsaruk (Read error: 104 (Connection reset by peer)) 23.34.15 Join Quelsaruk [0] (~Quelsaruk@193.136.159.171) 23.34.51 # Richy: What rockbox version are you trying to flash? 23.35.27 # re 23.36.01 # HA 23.36.02 # re 23.36.07 # v2 23.36.17 # oh 23.36.18 # Richy: what release version? 23.36.19 # rockbox 23.36.20 # um 23.36.31 # latest i guess 23.36.34 # whatever is on the site 23.36.41 # Richy: 2.1 or a daily build? 23.36.48 # 2.1 23.37.00 # Richy: okay 23.37.33 # should i perhaps try a later build? 23.37.35 # Richy: you should probably update to a daily build, there were some problems with the flash plugin version check on 2.1 23.37.50 # download the latest daily build zip file 23.37.57 # unzip everything on to your jukebox 23.38.02 # gotcha 23.38.05 # PLAY ajbrec.ajz on the root 23.38.16 # alright 23.38.22 # then run plugin? 23.38.23 # and then PLAY the flash plugin from /.rockbox/rocks 23.38.27 # ok 23.38.49 # which daily build should i use that is the most stable? 23.38.58 # just grab the latest, it's been stable for a while 23.39.03 # ok cool 23.39.07 # ill do that really fast 23.40.17 Join bmbr [0] (nick@unrelenting.dominance.org) 23.40.23 # hola 23.41.01 # ive been readin up on it, and so i fear the response.. but ima ask anyway ;) 23.41.20 # im gettin crazy fat errors from my studio20 jukebox when i mount it in linux 23.41.32 # same as those seen on the mailing list in years past 23.41.45 # was a solution ever found that wasnt "reformat yer jukebox" 23.42.08 # ok sweet 23.42.10 # i got something 23.42.18 # just go ahead and flash er up? 23.42.37 # yup 23.42.37 # go for it 23.42.44 # f2! 23.42.59 # err 23.43.00 # f3! 23.43.01 # now f3 23.43.03 # its the real test 23.43.05 # hehe 23.43.09 # yep 23.43.11 # watch it die 23.43.12 # lol 23.43.15 # pressed it yet? 23.43.19 # savor the moment 23.43.20 # lol 23.43.20 # lol 23.43.23 # um 23.43.24 # then "flash failed" 23.43.26 # it finished 23.43.32 # reboot time 23.43.32 # yay 23.43.37 # and watch it load fast 23.43.52 Ctcp Ignored 2 channel CTCP requests in 1 second at the last flood 23.43.52 # * midknight2k3 loves hearing ppl after they finish flashing 23.43.52 # yeah 23.43.53 # shiiiiii 23.43.57 # YAYYY 23.44.03 # my new box isn't still flashed 23.44.05 # and is... 23.44.07 # dayum thats fast 23.44.16 # thanks a ton guys 23.44.17 # so slow, compared with my old flashed box 23.44.24 # this thing whips the llamas ass 23.44.25 # ok richy 23.44.26 # LOL 23.44.48 # ttyl all 23.44.54 # radical 23.45.00 # thanks Quelsaruk, enjoy Richy, remember to update play new ucl 23.45.06 # thnaks for the help 23.45.11 # midknight2k3, thanks to you 23.45.21 # see you and.. i hope you like those gfx menus 23.45.35 # the first aproach.. remember that!! 23.45.36 # i bet i will :D 23.45.41 # i fix it 23.45.56 # fix my code!! 23.45.59 # ttyl 23.46.01 Quit midknight2k3 (Client Quit) 23.46.09 # how can he say that 23.46.13 # so are they any cool plugins or anything im missing? 23.46.14 # oh my god.. 23.50.31 # i'm going to update some files after a long time!! this is incredible! i'm back again.. 100% operative 23.51.46 Quit uski ("Fermeture du client") 23.56.44 Join AciD [0] (~acid@longchamp44-1-82-67-133-87.fbx.proxad.net) 23.56.53 # ummm 23.57.02 # need some help 23.57.35 # does anyone know how to del quickly all that nasty code inserted by ms-notepad at the end of a line?? 23.58.46 Quit Richy ("-=SysReset 2.53=-")