--- Log for 16.01.103 Server: brunner.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16p1 Started: 2 hours and 42 minutes ago 00.00.57 # (or is it SCMS?!) the rockbox fw sort of goes through the motions, but records silence 00.01.27 # ok. i was under the impression that we ignored the scms bit, but i'm not 100% sure 00.01.46 Nick hardeep is now known as hardeep|away (hardeeps@208.247.65.237) 00.02.27 # it annoys me, cos the minidisc I'm using for coax digital out is marking my own personal stuff as copy-protected :( 00.03.25 # yup. the beauty of consumer electronics. "all customers are thieves" 00.04.06 # I'd be really good if Rockbox does ignore it :) 00.05.29 # TTmatt: have you double-checked the sampling frequency? 00.06.22 # does it have to match the source? 00.06.25 # yes 00.07.37 # aah.. I'll just have a peek.. I suppose it'd be 48khz from a sony minidisc deck ? 00.08.11 # i don't know, you'll have to check 00.09.15 # just tried 44.1 and 48 - both silent :( 00.09.30 # are you sure you have the cable right? 00.09.47 # yeah, cos I can hear sound when i record using the archos fw 00.09.57 # we had positive reports of digital recording long ago, so I know it *has* worked at least 00.11.38 Quit hardeep|away (brunner.freenode.net irc.freenode.net) 00.11.38 NSplit brunner.freenode.net irc.freenode.net 00.11.38 Quit s0be (brunner.freenode.net irc.freenode.net) 00.11.38 Quit Hadaka (brunner.freenode.net irc.freenode.net) 00.11.38 Quit dw|gone0r (brunner.freenode.net irc.freenode.net) 00.11.38 Quit Schnueff (brunner.freenode.net irc.freenode.net) 00.11.38 Quit elinenbe (brunner.freenode.net irc.freenode.net) 00.11.38 Quit meshuga (brunner.freenode.net irc.freenode.net) 00.11.38 Quit laotan (brunner.freenode.net irc.freenode.net) 00.11.44 # well, It'd be a big bonus, but rockbox is fantastic already.. do you think this counts as a 'bug? 00.12.06 # i'd suggest first posting a question to the list 00.12.51 # how do I do that? :) (new to this!) 00.13.14 Join Naked [0] (naked@aka.pp.htv.fi) 00.13.28 Nick Naked is now known as Hadaka (naked@aka.pp.htv.fi) 00.13.29 NHeal brunner.freenode.net irc.freenode.net 00.13.29 NJoin dw|gone0r [0] (dwihno@h193180246067.kommunicera.umea.se) 00.13.48 # TTmatt: go here: http://rockbox.haxx.se/mail/ 00.13.59 # thanks. You're a star! 00.14.08 # :) 00.14.46 Join Schnueff_ [0] (mah@d096.stw.stud.uni-saarland.de) 00.14.46 NJoin hardeep|away [0] (hardeeps@208.247.65.237) 00.14.46 NJoin s0be [0] (~s0be@163.118.102.32) 00.14.46 NJoin elinenbe [0] (M-SLR@user-0cev121.cable.mindspring.com) 00.14.46 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 00.14.46 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 00.14.46 NJoin laotan [0] (~jesse@markham.openflows.org) 00.14.51 Quit elinenbe (Read error: 54 (Connection reset by peer)) 00.14.51 Quit Schnueff (Read error: 54 (Connection reset by peer)) 00.20.14 # Zagor: Q about the usb-driver. why is it so slow to copy a file to the unit from unix but apparently much faster from windows? 00.20.33 Join duke_sam_vimes [0] (Duke_Sam_V@194.165.160.171) 00.20.37 # hello all 00.20.57 # matsl: is it? I have the opposite experience. which uhci module are you using? 00.21.01 # duke_sam_vimes: hi 00.21.59 # Zagor: good question. How do I find out? 00.22.05 # lsmod ? 00.22.23 # skip the '?' :-) 00.23.17 # lsmod gives: usb-uhci 26156 0 (unused) ?? 00.23.44 # aha I have just umounted. w8 00.24.19 # matsl: try "time dd if=/dev/sda of=/dev/null count=10 bs=1M" 00.25.29 # 10+0 records in 00.25.30 # 10+0 records out 00.25.30 # real 0m14.169s 00.25.30 DBUG Enqueued KICK matsl 00.25.30 # user 0m0.000s 00.25.30 # sys 0m0.060s 00.26.22 # 10 MB in 14 seconds isn't so slow 00.26.49 # Hello all... anyone has access to cvs today, or is it my connexion that is faulty ? 00.27.02 # ludo: anonymous cvs is down at sourceforge 00.27.20 # anon ? So, If I have an account, it could work ? 00.27.26 # http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1#cvs 00.27.38 # ludo: yes, if you login it works 00.28.11 # i'm not sure you're allowed to login, but you can always try :) 00.28.36 # Thank you Björn, I'll try... Huh, you're right, I may not, I just started to know about the project today =) 00.28.45 # Zagor - I've just worked out the digital recording problem - Operator error - I thought it wasn't working because (unlike the Archos firmware) you don't get to monitor the sound when you record. But it *is* working :) Sorry for wasting your time! 00.28.46 # What am I to do to be accepted as a dev ? 00.28.52 # Zagor: OK. It might not be that slow but I have seen kjer doing a (connect usb cable, cp archos.mod, etc) and the whole process feels like 10 times faster than just doing the copying from my linux boxes. 00.29.04 # ludo: submit good patches 00.29.47 # matsl: ah, *that*. yes that is a shortcoming in the linux vfat driver. it must read the whole FAT before it can write the file. 00.30.20 # I have been meaning to write a patch since we were in Spain this autumn, but I uh haven't had time... 00.30.49 # Zagor: I'll try to, but first I need to practise a little... I just bought my girlfriend a JBRFM, and I'm trying to solve the existing problems (display, buttons)... I just successfully compiled an image and put it on the device, now I have to figure whe the buttons are mapped (without opening it, that's the challenge... and because I have no tools right now =))) ) 00.30.50 # Zagor: ok. Must get some sleep now. cu. 00.31.06 # matsl: bye 00.31.11 # bye 00.31.13 Quit matsl ("Client Exiting") 00.31.38 # ludo: ok, nice having someone with an FM recorder. 00.32.06 # Yes, it seems scarce on this project =) 00.32.43 # indeed 00.33.11 # I'm currently trying to modify the boot process to branch on a debug page showing the ports. I seem to have seen such a prog while (rapidly) browsing the sources. I'll keep people informed if I have some success. 00.33.26 # ludo: you should probably start with ripping out most of the code and add one piece at the time 00.34.09 # ludo: dbg_ports() in apps/debug.c 00.34.20 # Yes, that's what I wanted to do. I'll first try to understand the boot process. Then add a display to check I can do it. Then monitor the ports (dbg_ports) =) 00.39.06 Part TTmatt 00.40.06 # hey sorry to throw this in but has anybody had any experience of FreeBSD? 00.40.34 # i haven't 00.40.41 # k 00.51.36 # im amazed at how many people ask for features that you rule out very clearly in the FAQ 00.52.15 Nick hardeep|away is now known as hardeep (hardeeps@208.247.65.237) 00.52.37 # yes 00.53.14 # well, i'm off to bed. see you 00.53.15 Quit Zagor ("Client Exiting") 01.18.48 *** Saving seen data "./dancer.seen" 01.21.33 Part duke_sam_vimes 01.24.00 Quit CaPeTaO_HC[Gtr] (" »¡« Scøøp Script 2003 »!« pegue o seu! Grátis em ") 02.00.06 Join Kshain [0] (~masticore@216.83.45.17) 02.02.34 # I have a quick question on replacing the harddrive on my archos 10 gig studio 02.03.30 # if anyone is here 02.05.45 # Kshain: ask away 02.09.19 # never mind actually 02.09.29 # I just needed the size, but I found it 02.09.42 # 9.5 right? 02.13.32 Part Kshain 02.40.44 Quit s0be ("Client exiting") 02.46.37 Quit edx (Read error: 104 (Connection reset by peer)) 02.50.46 Join s0be [0] (~s0be@163.118.102.32) 03.18.52 *** Saving seen data "./dancer.seen" 03.45.15 # anom. cvs still down : 03.45.29 # :( 03.53.40 # Bye everyone, going to sleep. By the way, I just posted (mailing-list, and 'patch' on sourceforge) some preliminary support for the Recorder FM. If anyone has access to such a device, please test. 03.58.38 Part ludo 04.06.37 Join EGM92 [0] (~CW-EGM92@CPE014340000355.cpe.net.cable.rogers.com) 04.06.44 # hey anyone around? 04.07.36 # I need to know something about the new rockbox versions 04.08.56 # the scrolling is kinda screwed I dobnt know if this is normal or not, but the text keep going back and forth, is this is normal, is there anyway let it keep looping instead of going back and force across the screen? 04.28.52 # thats the new bi-directional scrolling 04.29.08 # i think you can configure it or something 04.29.25 Join elinenbe3 [0] (babyhannah@user-0cev121.cable.mindspring.com) 04.31.36 Nick elinenbe3 is now known as elinenbe (babyhannah@user-0cev121.cable.mindspring.com) 04.33.50 Quit hardeep ("BitchX: made with real honey.") 04.37.50 # I hate the thing, my song titles r short and it's very hard to see which song im scrolling throguh 04.38.15 # heh 04.43.08 # so see if it has a config option 04.43.21 # I searched throghu icouldn't find anything to change, I could only change the scroll speed 04.44.14 # weird 04.59.30 # yes very 04.59.53 # SO WEIRD 04.59.54 # i really want to go back to the other version but in the older versions I get 05.00.09 # my player turned off at like 80% battery life 05.02.48 Nick seb-away is now known as _seb_ (Sean@bgp420584bgs.union01.nj.comcast.net) 05.18.53 *** Saving seen data "./dancer.seen" 05.22.19 Join glc [0] (~glc@user-119ah2f.biz.mindspring.com) 05.32.37 # This is my first time on IRC. 05.43.21 # Is all CVS down or just anaoymous? 05.43.29 # anon 05.52.32 # I just fixed a problem in mpeg.c, but forgot to save the old, 05.52.51 # and can't check out the original. 05.52.56 # heh 05.53.24 # makes it hard to diff. 05.53.30 # yeah 05.53.33 # it would... 05.53.54 # what was the problem in mpeg.c? 05.55.20 # With low bitrate MP3, low_watermark with 7 seconds 05.55.41 # glc: I DCC you the current mpeg.c CVS 05.55.54 # of anti skip is still less than the 655536 05.56.04 # byte dma size. 05.56.24 # dma size should vary with bps. 05.57.31 # I saw the DCC, but missed it. 05.57.35 Quit EGM92 (Read error: 54 (Connection reset by peer)) 05.58.26 # This is my first time in irc, and I have not quite 05.58.35 # figured it all out yet. 05.59.21 # ah... 06.00.50 # glc: sent 06.04.14 # Thanks ! 06.08.04 Nick _seb_ is now known as seb-sleep (Sean@bgp420584bgs.union01.nj.comcast.net) 06.10.51 # elinenbe: Thanks. Proper diff sent to Linus. 06.11.43 # glc: no problem 06.11.53 # glc: always looking for more developers 06.12.27 # I guess I will have to send in my application. 06.12.41 # glc: 06.32.54 Quit adi|work (Read error: 113 (No route to host)) 06.36.19 Quit glc ("Client Exiting") 06.42.09 Join glc [0] (~glc@user-119ah2f.biz.mindspring.com) 06.42.14 Quit glc (Client Quit) 06.42.41 Join adi|work [0] (~adiamas@dogwood.vport.net) 06.43.14 Join glc [0] (~glc@user-119ah2f.biz.mindspring.com) 06.43.38 Part glc ("Client Exiting") 06.44.26 Nick elinenbe is now known as elinenbe|sleeps (babyhannah@user-0cev121.cable.mindspring.com) 06.52.42 Quit s0be (Remote closed the connection) 06.53.55 Join s0be [0] (~s0be@163.118.102.32) 07.13.08 Join matsl [0] (~matsl@dhcp91.contactor.se) 07.18.55 *** Saving seen data "./dancer.seen" 07.25.25 Quit s0be (Remote closed the connection) 07.25.55 Join s0be [0] (~s0be@163.118.102.32) 07.39.09 Join edx [0] (edx@pD9EAB1B9.dip.t-dialin.net) 08.16.03 Nick dw|gone0r is now known as dwihno (dwihno@h193180246067.kommunicera.umea.se) 08.16.04 # HELLO HELLO! 08.16.07 # *waves* 08.17.14 # hi 08.17.27 # How are you today? :-) 08.17.34 # I read about the initial FM support, that is indeed good news! 08.24.35 Quit edx (Read error: 60 (Operation timed out)) 08.26.13 Join Zagor_ [242] (~bjst@labb.contactor.se) 08.26.18 Nick Zagor_ is now known as Zagor (~bjst@labb.contactor.se) 08.26.26 # morrn 08.26.39 # morn 08.28.56 # Guten morgen alle leute! 08.31.12 # Guten heute alle leute (even better) ;) 08.40.30 # Zagor: No patch during the night for the folder-rename-delete bug? 08.40.49 # no, we never figured out what was wrong did we? 08.41.10 # we didn't but I went to bed before you! 08.41.22 # hehe 08.46.11 Join hardeep [0] (hardeeps@208.247.65.237) 08.50.46 # Welcome back, Hardeep! 08.50.53 # You too Zagor ;) 08.50.58 # :) 08.51.34 # I read about the FM patch, really neato! :-) 08.51.57 # yeah, that's pretty cool 08.52.38 # hardeep: when you fix bugs, set Resolution to Fixed. 08.53.03 # Has anyone seen the batteries of the FM? 08.53.07 # yay, FM patch! 08.53.21 # Are there any major differences between the hardware on FM and recorder? 08.53.21 # dwihno: they are custom jobs 08.53.29 # Zagor: Oh why! :( 08.53.35 # dwihno: yeah, an FM reciever :-) 08.54.13 # dwihno: presumably because it allows them are more compact form factor. nearly all LiIon batteries used are custom made 08.55.01 # Zagor: Is the FM more compact? 08.55.26 # dwihno: well the design is a bit slimmer 08.56.29 # Zagor: I wonder why they don't use those flat [_____________] batteries 08.56.34 # You know which kind I mean? 08.57.17 # uh, no 08.59.18 # I think it's some kind of Sony thing 08.59.40 # 3-4 mm thick, 5cm long, 8mm wide or such 09.00.30 # I guess a custom single-mold unit gives you more power for the volume 09.01.32 # moin 09.01.36 Nick Schnueff_ is now known as Schnueff (mah@d096.stw.stud.uni-saarland.de) 09.02.40 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 09.02.40 # * matsl is away: I'm busy 09.07.18 # Perhaps 09.11.18 Quit hardeep ("[BX] Tony the Tiger uses BitchX. Its Grrrrrrrrreat!") 09.18.56 *** Saving seen data "./dancer.seen" 09.52.31 # I can't see no CVS changes on the web page... Is there any other way to see? 09.55.36 # the cvs list 10.03.05 # where? 10.03.47 Join bobTHC [0] (~bobTHC@AMarseille-206-2-1-9.abo.wanadoo.fr) 10.03.51 # hi all! 10.04.35 Quit s0be (Remote closed the connection) 10.21.55 # Bonjour, bob! :-) 10.22.01 # salut! 10.22.14 # Saucisson! :) 10.22.16 Join pyvasene_ [0] (~pyvasene@62.4.7.1) 10.22.19 Join Bagder [0] (~dast@neptunus.contactor.se) 10.22.29 # 'lo 10.22.34 Nick pyvasene_ is now known as pyvasene (~pyvasene@62.4.7.1) 10.23.17 Join s0be [0] (~s0be@163.118.102.32) 10.34.45 # * matsl is back (gone 01:32:04) 10.35.35 # hi bagder. how do you feel about changing the dailies to use logged in cvs instead? at least until SF gets their act together 10.36.04 # I don't use keys without password, so no can do 10.36.12 # bager: and yes, please fix the scripts to build the FM version 10.36.20 # ok 10.36.27 Quit ken0_ (Read error: 104 (Connection reset by peer)) 10.36.40 # pm1 is going bonkers atm, btw 10.37.25 Join ken0_ [0] (marklar2@80.178.34.48) 10.42.12 Quit s0be (Remote closed the connection) 10.51.06 Join ken0 [0] (marklar2@80.178.32.89) 10.51.07 Quit ken0_ (Read error: 54 (Connection reset by peer)) 10.59.24 # what u feel about the H4x0r Language File?? 10.59.34 # I say why not 10.59.39 # we add it? 10.59.45 # sure 10.59.57 # ok so i commit it... 11.01.16 # the pb is i only have the lng file but not the lang file... possibilty to make it with binlang(reverse option)? 11.02.27 # aha... well it is certainly possible, but... 11.02.39 # I mean, there's no such option today 11.03.55 # so i let it in stanby.... 11.05.05 # yes 11.10.33 # there's already a comment asking for the .lang, isn't it? 11.10.39 # yes 11.10.52 # so then it's up to that person to act 11.11.06 # yes 11.12.05 # Are there any major differences between the 1.4 version and the current CVS version which might cause problems when incorporating the FM fixes? 11.12.17 # probably 11.14.35 # the source has changed quite a bit since 1.4, all over 11.18.59 *** Saving seen data "./dancer.seen" 11.43.20 Join quelsaruk [0] (~zaknafein@faerun.ugr.es) 11.43.26 # hi 11.45.23 # hi 11.46.02 # do you know if cvs in online, or is still off-line? 11.46.30 # that only concerns anonymous cvs 11.46.39 # online! 11.46.40 # but yes, that's still not working 11.46.53 # it is? 11.47.03 # for me but for anonymous i dont know 11.47.14 # "connect to cvs.curl.sourceforge.net:2401 failed" 11.47.20 # still no go 11.47.28 # ok 11.47.28 # :) 11.58.34 Join s0be [0] (~s0be@163.118.102.32) 12.05.15 # hi s0be 12.06.29 # yo 12.07.08 Join sat4n [0] (~deadfish@200.180.7.62) 12.14.00 # hey.. fm support sounds great 12.14.05 # : 12.14.07 # :) 12.15.25 # Darn, how long will anonymous CVS stay broken! :/ 12.15.42 # * dwihno wants to know all changes :-/ 12.15.51 # jajajajaja.. me too 12.16.25 # i wanted to update spanish.lang but i can't get last english.lang :( 12.16.38 # Bagder: do you have latest english.lang? 12.16.55 # yes 12.17.20 # could you send it to me, please? 12.17.23 # :D 12.17.56 # hang on 12.18.04 # oki doki 12.18.41 # http://daniel.haxx.se/rockbox-co/ 12.18.43 # the latest cvs 12.18.58 # you pick! ;-) 12.19.25 # lunch time 12.19.26 # * Bagder is away: I'm busy 12.19.43 # thx!! 12.19.57 # dwihno: we have latest cvs!!!! 12.22.23 # quelsaruk: we do? 12.22.30 # well... 12.22.32 # :-D 12.22.57 # bagder has latest cvs on his website ... 12.23.02 # so we have.. 12.23.03 # or not? 12.23.05 # ;) 12.23.07 # I just want to see the changes :-) 12.24.42 # ahhhhhh 12.24.46 # well... 12.24.59 # then we haven't 12.25.01 # :) 12.25.04 # you win 12.28.09 Part Zagor 12.28.42 Join Zagor_ [242] (~bjst@labb.contactor.se) 12.30.51 Quit bobTHC ("Trillian (http://www.ceruleanstudios.com)") 12.31.00 Nick Zagor_ is now known as Zagor (~bjst@labb.contactor.se) 12.33.31 # yes, I aspire to make minimum wage as a fry cook 12.34.03 # so long as it's 40+ hours a week and within an hours bike ride of my apartment... I'd work there at this point 12.36.42 Part s0be ("Client exiting") 12.42.55 # * dwihno won! :) 12.43.59 # dwihno: do you remember what we talked about HD's?? 12.51.00 # quelsaruk: What kind of HDs? 12.55.21 # 1 min pliz 12.55.40 # ok i'm here 12.55.42 # :) 12.56.17 # about adapting a 2.5" hd to the PC 12.56.28 # 2 days ago or so 12.56.31 # i think 13.00.39 # yeah 13.00.43 # I found a really cool box 13.00.48 # Which was powered from the USB socket 13.00.59 # ummm 13.01.03 # usb 2.0? 13.01.30 # yes 13.01.33 # umm 13.01.34 # backwards compatible 13.01.35 # interesting 13.01.40 # how much? 13.01.59 # About 75e 13.02.15 # that's not expensive... 13.02.26 # or no t *too* much 13.02.37 # :) 13.02.57 # do you have the link? 13.03.20 # http://www.dustin.se/default.asp?ORIGIN=shopping/ProductDetail.asp?PID=5010044935 13.04.35 # dwihno: don't trust usb power too much. you are only allwed to draw 500mA per hub, and that's not enough to spin up a disk 13.05.03 # people make these boxes, and they mostly work. but they break the usb spec. 13.05.46 # hm 13.05.53 # ouch 13.06.08 # and if you have an usb hub? 13.06.23 # the hub gives extra power 13.07.20 # or not? 13.07.21 # Zagor: so attaching two such devices to a computer directly will not work? 13.08.20 # dwihno: there is no will or will not. it may work. it may not. the spec says it will not, but many computers allow more power to be drawn than is specified. not all though. 13.09.08 # quelsaruk: the hub also only guarantees 500mA 13.09.21 # ok 13.09.48 Part sat4n 13.10.23 # so.. 75e is quite expensive for a test :) 13.10.39 # not if you can return it if it doesn't work 13.10.43 # which you should 13.10.45 # * Bagder is back (gone 00:51:19) 13.10.50 # yes 13.12.06 # well, it's like throwing a dice :) 13.12.26 # who wants to bet? 13.12.27 # no it isn't, the only loss is time and the postage fee 13.12.56 # but i love risk ;) 13.13.01 # :-) 13.14.06 # I want to have it working on every computer! :( 13.14.57 Join ken0_ [0] (marklar2@80.178.34.16) 13.15.07 # dwihno: and what about making your own 2.5" to 3.5" adaptor? 13.15.17 # quelsaruk: That would not be cool! :-( 13.15.35 # then you can connect it to a rack or to a free ide 13.15.55 # dwihno: i know, but that will work always 13.15.57 # I want to have it as an USB1/2 external disk! :-) 13.16.04 # jajajaja 13.16.04 # That is cool! 13.16.10 # Ja ja ja, was ist los, was ist das 13.16.15 # you want to be the coolest man in the world :P 13.16.26 # not really 13.16.41 # I think it is quite easy to bring your disk to your friend and copy files without having to shut down etc. 13.16.52 # yes, i know 13.18.07 # So stop nagging about using evilness adapters then! :) 13.18.07 # i've used the jukebox to copy files from laptops. 13.18.33 # Zagor: what would happen if the power is not sufficient? 13.19.01 *** Saving seen data "./dancer.seen" 13.19.16 # depends on what the usb hub designer had in mind.. 13.19.55 # USB Hub? 13.20.06 # As in uhci/ohci-controller manufacturer? 13.20.17 # yes 13.20.49 # You really know how to make me uncertain! :-) 13.20.51 # Shame on you! 13.20.52 # :-) 13.20.53 # dwihno: the hole pc will burn and the display will show something like "you should have used some kind of evilness adaptor" ;) 13.20.56 # hehe 13.21.15 # :-) 13.21.28 # I don't think i've ever heard anyone toast a controller by drawing too much power, but that doesn't mean it can't happen 13.21.38 # umm 13.21.47 # i had that kind of problem once 13.22.01 # with a usb powered external zip 13.22.23 # windows just said i had not enough power for the zip 13.22.27 # just that 13.22.30 # :) 13.22.38 # heh 13.22.52 # it said 'you' but not 'the computer'? :) 13.23.09 # yes.. windows hats me 13.23.19 # windows hates everyone 13.23.24 # therefore - don't play with it 13.23.25 # :) 13.23.28 # "it" can feel me 13.23.36 # :-) 13.23.53 # I tested an USB zipdrive (250) too! It worked 13.24.10 # (without extra power stuff) 13.24.47 # dwihno: but the zip isn't a hd 13.24.48 # :) 13.25.11 # quelsaruk: Nah, but it has moving parts too! 13.25.20 # jajajaja 13.25.45 # Zagor: You know of "deltaco"? The gayest thing I've heard is when people pronounce it "del taco" :-) 13.26.23 # gayest?? 13.26.33 # If you get a "not enough power" message, that is OK. As long as no hardware will get fried. 13.26.44 # There's probably some kind of AC adapter to provide power 13.26.51 # quelsaruk: Yes, gay, gayer gayest :-) 13.27.00 # i know 13.27.28 # but i've heard something gayest 13.27.29 Join CaPeTaO_HC[Gtr] [0] (~awdyf@200.202.226.234) 13.27.33 # you know carrefour? 13.28.32 # ahu 13.28.34 # i've heard it pronounced something like" cairfur" like if it was english... 13.30.50 # carrefour? 13.30.54 # sounds yummy 13.30.54 # umm 13.31.06 # Carre four! Muy bien! :D 13.31.07 # how ca i explain it... 13.31.15 # jajjajaja 13.31.18 # Une hamburgesa con carrefour, porrfarbror 13.31.23 # it's french 13.32.26 # Un carrefour pour moi, s'il vous plait! Non! Avec saucisson! :-) 13.32.29 # del taco is a much cooler name than delta co 13.33.00 Join s0be [0] (~s0be@163.118.102.32) 13.33.01 # Zagor: It sounds so gay! I can't help bursting into a laughter hysteria whenever I hear that :-) 13.33.17 Quit ken0 (Read error: 110 (Connection timed out)) 13.33.25 # gay == upliften, joyous. of course you laugh :) 13.33.41 # see you later, must work a bit :) 13.33.51 Nick quelsaruk is now known as quel|out (~zaknafein@faerun.ugr.es) 13.34.04 # gay is a lousy adjective. just refuse it. 13.34.27 # I can't 13.35.29 # Zagor: If you check that image, http://www.deltaco.se/images/x22s.jpg - do you think the leftmost outlet is some kind of power thing? 13.35.49 # definitely 13.37.06 # ah, then there is no problem 13.37.19 # Thank you, del taco for keeping such nice images for closer observation! :-) 13.37.27 # What do you guys think of tacos btw? 13.40.03 # cmdrtaco? ;-] 13.44.41 Quit s0be (Remote closed the connection) 13.45.51 Join s0be [0] (~s0be@163.118.102.32) 13.45.59 # That's computer nerd humour :-) 13.46.00 Quit s0be (Remote closed the connection) 13.46.08 # You are a nerd if you understand that joke :) 13.46.28 # When will Linus be back? 13.46.38 # "in a few weeks" he said 13.46.55 # but he's working on getting online soonish, from gbg 13.47.01 # I hope he's having a swell time! :-) 13.47.39 # I doubt swell is the word he'd use 13.48.14 Join s0be [0] (~s0be@163.118.102.32) 13.50.15 # A time of a kebabtime? :) 13.50.43 Quit s0be (Read error: 104 (Connection reset by peer)) 13.51.04 Join s0be [0] (~s0be@163.118.102.32) 13.53.46 Quit CaPeTaO_HC[Gtr] ("fuis") 13.58.21 Nick seb-sleep is now known as seb-school (Sean@bgp420584bgs.union01.nj.comcast.net) 14.10.10 # i'm back 14.11.33 Nick quel|out is now known as quelsaruk (~zaknafein@faerun.ugr.es) 14.12.38 # umm 14.12.42 # what happens with linus? 14.13.16 # Linus himself is OK afaik, but his wife is still not good 14.13.51 # ouch 14.13.57 # Ouch :-( 14.14.17 # i wanted to ask him about his wife after chirstmas, but i haven't seen him yet. Now i know why 14.14.19 # :( 14.22.26 # Bagder: just one "stupid" question, and don't ask me why ;) 14.23.00 # do we know how the digital out send info? i mean... frecuency and so on? 14.23.01 # fire away 14.23.14 # I don't know, I think so 14.23.26 # and how could we know that? 14.23.46 # I'm not the person to ask really 14.23.54 # i suppose linus is the one 14.23.58 # yes 14.24.07 # ask on the list 14.24.12 # ok 14.24.13 # :) 14.24.25 # i have a *small* problem 14.24.34 # my jukebox has fallen a lot of times 14.24.47 # aprox. from 1 m 14.25.22 # it's everything ok, except once the ear output was damaged 14.25.32 # now theres something loose there 14.25.52 # and if i move the ear jack it powers off 14.27.53 Join ken0 [0] (marklar2@80.178.34.16) 14.27.53 Quit ken0_ (Read error: 54 (Connection reset by peer)) 14.29.38 # buy a new one and send the old one to Zagor for debugging/spare parts :) 14.31.12 # * Zagor is the trash pile of the archos community 14.32.27 # jajajaj 14.32.30 # nonono 14.32.34 # i love my archos 14.32.42 # i have it for 1 and 1/2 year 14.33.20 # :) 14.33.47 # i was thinking in disassembling it and trying to solder whatever is broken 14.33.50 # or... 14.34.00 # that's probably a good idea 14.34.26 # somehow building a digital-to-analog conversor 14.35.17 # zagor, i've disassembled it, changed the 6 gb hd with a 30 gb hd... but i've never taken apart the electronics 14.35.41 # :( 14.36.39 # Isn't there a risk to break anything 14.36.43 # it's pretty simple 14.36.46 # I mean while disassembling the unit? 14.36.53 # nah, not if you are careful 14.37.09 # and without being careful 14.37.10 # ;) 14.37.59 # i suppose i will try 14.38.05 # if i break something 14.38.20 # i can send it to sweden and buy an FM or a recorder 20 14.38.20 # how many years is the guarantee valid? 14.38.27 # i dunno 14.38.35 # quelsaruk: hehe 14.38.35 # but i've void it a lot of times 14.38.37 # :) 14.39.15 # i like the "black plastic corners".. they are cooler than the "blue" ones 14.39.50 # i'm thinking of stealing my brother's one.... it has just 1 week 14.40.00 # hehe 14.40.15 # it's mine... my treasure... (like gollum) 14.40.18 # :) 14.40.43 # * dwihno corrects quelsaruk, "my precious" 14.40.50 # jajja 14.41.02 # in spanisj it's mi tesssoorrrrooooo 14.41.06 # treasure 14.41.09 # ;) 14.41.22 # Zorro :-) 14.41.32 # :) 14.41.42 # ummm.... i'm hungry, lunch time 14.41.51 # cu! bbl 14.41.52 # fisheses 14.41.54 # :) 14.42.10 Nick quelsaruk is now known as Quel|lunch (~zaknafein@faerun.ugr.es) 14.42.44 # zagor.. do you recomend me to disassemble the archos and try to solder that nasty contact? 14.45.06 # yes 14.59.56 Nick elinenbe|sleeps is now known as elinenbe (babyhannah@user-0cev121.cable.mindspring.com) 15.00.03 Quit ken0 (Read error: 54 (Connection reset by peer)) 15.00.13 # mornina all 15.00.16 Join ken0 [0] (marklar2@80.178.34.16) 15.00.29 # I made silly commit last night. I fix it up this morning 15.05.17 # :-) 15.06.03 # i'm off 15.06.04 Part Zagor 15.08.16 # who turned zagor off 15.08.30 # I did, I got tired of him ;-) 15.08.38 # heh 15.09.14 # maybe we can send him some wake-up-packets via net 15.16.07 Join kargatis [0] (~Vincent@ppp12-162.ath.forthnet.gr) 15.19.04 *** Saving seen data "./dancer.seen" 15.42.30 # FM in da HOUSE! 15.42.39 # :-) 15.43.14 # FM FM FM! 15.43.24 # Let's go crazy like true FM's! 15.52.41 # tho i have to think, anyone who would listen to the radio vs their own mp3 collections either live in the best radio station area in the universe, or have the shittiest taste in music imaginable. :) 15.53.07 # (yeah, i know about news, sports, etc - just jokin') 15.54.28 # news+sports is all the FM is about 15.54.55 # I dislike the FM because of the customized battery :-( 15.56.15 Quit pyvasene (Remote closed the connection) 15.57.06 # what's its predicted lifetime, and what happens after that? 16.00.14 # good q 16.00.28 # I guess they expect you to buy a new one 16.03.22 # my presumption is that you send it in for 'service'. 16.05.55 # I think the FM should be boycotted because of the battery issue! :-) 16.15.01 # now, if only cvs could work again 16.16.50 # Got cool stuff up for committing? 16.17.01 # already commited them 16.17.12 # but I want the cvs stuff to get the automatic stuff on the web to work 16.17.19 # and auto-build fm versions etc 16.18.18 # mkay 16.18.21 # So what's new? 16.18.42 # you can select FM in the configure script, and then it builds an FM version of rockbox 16.19.08 # neato :-) 16.19.22 # Erasing files and dirs is not hazardous? 16.19.48 # Renaming dirs seems to be ;-) 16.20.46 # haha 16.20.51 # what does it do? :_) 16.20.58 # Fill the files with null's? 16.22.03 # I don't know, I just know that matsl tried and he said it was not a success ;-) 16.25.00 # You try it! :) 16.26.13 # seen LinusN 16.26.28 # Still gone. 16.26.46 # erasing dirs is VERY hazardous. It deletes the dir, but nothing in it! 16.27.34 # ouch! 16.28.45 # logbot: seen linusn 16.29.20 >>> "info" by Bagder (~dast@neptunus.contactor.se) 16.29.24 >>> "seen" used by Bagder (~dast@neptunus.contactor.se) [snoop prevented] 16.29.36 # you can ask the bot in /msg 16.30.43 # elinenbe: Oops. That should not be possible then until recursive deletion is in. 16.32.04 >>> "linusn" by elinenbe (babyhannah@user-0cev121.cable.mindspring.com) 16.37.37 # ya think? :) 16.38.03 # chicken! ;-) 16.39.30 # :-) 16.41.48 Join wethion [0] (secher@adsl-216-158-52-14.cust.oldcity.dca.net) 16.42.23 >>> "seen" used by elinenbe (babyhannah@user-0cev121.cable.mindspring.com) [snoop prevented] 16.43.12 # Hey all, I'm back. has there ever been discussion of incorporating support for ext2 into the rockbox firmware? 16.43.19 # yes 16.43.28 # we say NO WAY 16.43.31 # (a short one) 16.43.33 # Bagder: why? 16.43.35 # no NTFS either 16.43.41 # because there is no point 16.43.52 # rockbox can only start on a fat32 partition 16.45.57 # Bagder: Bleh. so if you want to use the thing as a portable HD, you are stuck defragging it with win*. Feh. 16.46.12 # nope 16.46.20 # you partion it the way you want 16.46.22 # then mount it 16.46.30 # it has nothing to do with rockbox 16.47.32 # using ext2 on the archos works fine already 16.47.51 # Bagder: I misstated myself. I want to use it for both mp3 player and HD.... OOhh.. two partitions, one fat32, the other ext2. that'd work, n'est ce pas? 16.48.01 # yes, that works 16.48.10 # just make sure the fat32 one is the first 16.49.00 # * wethion goes off to fdisk with glee. Thanks much! 16.49.43 Part wethion 17.08.52 Join dfg [0] (~prv@209-166-235-91.cust.walrus.com) 17.13.48 Join Goku_4658 [0] (~goku4658@host230-250.lakeland.cc.oh.us) 17.14.47 # hello? 17.15.32 Quit Goku_4658 (Client Quit) 17.15.59 Join Goku_4658 [0] (~goku4658@host230-250.lakeland.cc.oh.us) 17.19.06 # Is it dangerous to delete individual files, Bagder ? 17.19.08 *** Saving seen data "./dancer.seen" 17.19.23 # try! 17.19.25 # ;-) 17.19.30 # Zagor says it works 17.19.38 # Heh 17.20.03 # Zagor says this, Zagor says that 17.20.13 # Don't trust Bagder, he's full of lies! 17.20.14 # ;-) 17.28.50 # Have a nice evening peeps! 17.28.52 Nick dwihno is now known as dw|gone (dwihno@h193180246067.kommunicera.umea.se) 17.31.09 # im off 17.31.12 Quit Bagder ("Client Exiting") 17.33.13 Join wethion [0] (secher@adsl-216-158-52-14.cust.oldcity.dca.net) 17.33.47 # Umm.. it's not in the docs, how do I 'eject' the archos under Linux? 17.34.41 # umount it 17.34.43 # I already unmounted is tho. 17.34.43 # then pull the plug 17.34.52 # Schnueff: easy enough. 17.34.54 # yes 17.35.16 # u might consider putting 'sync' in the mount options 17.35.32 # (in /etc/fstab) 17.40.30 # Wow. that is *so* fscking sweet. 17.41.05 # hello 17.42.31 # hey badger? 17.43.21 # woops 17.55.00 Quit Goku_4658 () 18.04.26 Join edx [0] (edx@pD9EAB1B9.dip.t-dialin.net) 18.06.20 Quit matsl ("Client Exiting") 18.15.36 Part wethion 18.35.31 Part elinenbe 19.15.54 Quit kargatis ("Suckers!") 19.17.26 Quit dfg ("Client Exiting") 19.19.10 *** Saving seen data "./dancer.seen" 19.36.39 # i hope anom-cvs will come online soon, i feel left out :( 20.24.54 Quit edx (Read error: 104 (Connection reset by peer)) 20.30.00 Join edx [0] (edx@pD9EAB1B9.dip.t-dialin.net) 20.30.01 Quit edx (Remote closed the connection) 20.30.14 Join edx [0] (edx@pD9EAB1B9.dip.t-dialin.net) 20.31.17 Join JunkeyWRK [0] (~junkey@208.209.215.213) 20.44.23 Join hardeep [0] (hardeeps@208.247.65.237) 20.46.35 Join matsl [0] (~matsl@as13-4-5.mal.s.bonet.se) 20.50.57 Join Goku_4658 [0] (xtreme@h37.225.102.166.ip.alltel.net) 20.51.20 # n e 1 alive? 20.57.16 Quit edx () 20.59.01 # barely 21.02.37 # * matsl is away: I'm busy 21.06.46 # * Goku_4658 is away, auto-away after 15 minutes, (log\off pager\off) 21.06.47 Nick Goku_4658 is now known as Gokus_Away (xtreme@h37.225.102.166.ip.alltel.net) 21.08.42 Join Bagder [241] (~daniel@as3-3-2.ras.s.bonet.se) 21.09.41 # rehi 21.19.11 *** Saving seen data "./dancer.seen" 21.21.15 # heya! 21.23.32 # http://rockbox.haxx.se/docs/nodo.html 21.25.34 # hmmmm, recorder build broken with recent changes... i'll fix 21.25.40 # oh 21.26.15 # heh, you never realize how much you rely on anon cvs until it's down 21.26.22 # indeed 21.26.39 Quit seb-school (Read error: 104 (Connection reset by peer)) 21.26.43 # could we perhaps create a dummy user and connect with that? 21.27.13 # we could 21.27.15 # hrmm..i notice that the fm20 is not listed in the no do 21.27.34 # we half-support the fm20 already! 21.27.40 # cool :)) 21.27.50 # that means you are working on it then? 21.28.02 # when the cvs comes up, we'll have daily builds for the FM too 21.28.13 # excellent 21.28.21 # what's the cvs? 21.28.30 # there aren't that many FM dudes fiddling with code atm, so it won't move very fast I guess 21.28.37 # CVS is our source management system 21.28.40 # for versioning etc 21.28.42 # ah 21.29.09 # we all use cvs to get the source and commit fixes etc 21.29.24 # oh yeah, we use that..but it's pvcs 21.29.38 # commercial version i think 21.29.47 # pcvs is more like a rcs-clone 21.29.51 # pvcs i mean 21.30.00 Join seb-school [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 21.30.07 # imho, cvs beats pvcs any day 21.30.33 # cvs is the open source version right? 21.30.37 # yes 21.30.43 Nick seb-school is now known as _seb_ (Sean@bgp420584bgs.union01.nj.comcast.net) 21.32.42 # time to go home 21.32.53 # long lunch! ;-) 21.33.02 # jajaja 21.33.05 # not really 21.33.15 # today i had my second class as teacher here in university 21.33.20 # well.. practice teacher 21.33.27 # but teacher :) 21.33.40 # and i forgot to change my nick 21.33.55 # what did you teach? 21.34.11 # steel 21.34.12 # :) 21.34.18 # construcion materials 21.34.22 # construction 21.34.28 # aha 21.34.43 # i'm finishing my studies in civil engieniering 21.35.07 # engeniering (i cant write quite.. i'm frozen) 21.35.23 # see you tomorrow 21.35.33 # ye 21.35.34 # bye quel 21.35.37 Quit Quel|lunch ("KVIrc 3.0.0-beta1 "Eve's Avatar"") 21.40.42 # hey badger? 21.40.55 Nick Gokus_Away is now known as Goku_4658 (xtreme@h37.225.102.166.ip.alltel.net) 21.40.55 # hey! 21.40.56 # * Goku_4658 is back after 34m 8s 21.41.25 # i just wanted to ask if you minded me setting up a URL forward to the site 21.42.17 # we don't mind getting more visitors, no ;-) 21.42.36 # kool, thx 21.46.46 # time to run 21.46.50 Quit Bagder ("http://daniel.haxx.se") 21.47.10 # when you check the log, bye 21.48.11 # * Goku_4658 is away, I'm here, just busy. Pager's on as you can see ->, (log\off pager\on) 21.48.11 Nick Goku_4658 is now known as Gokus_Away (xtreme@h37.225.102.166.ip.alltel.net) 22.13.53 Quit matsl ("Client Exiting") 22.20.32 Join kargatis [0] (~Vincent@ppp-isdn-685.ath.forthnet.gr) 22.20.41 Join kargatis_ [0] (~Vincent@ppp-isdn-685.ath.forthnet.gr) 22.41.04 Join BoD[] [0] (~BoD@m131.net81-67-41.noos.fr) 22.41.09 # hello !! 22.51.48 Join edx [0] (edx@pD9EAB1B9.dip.t-dialin.net) 22.54.01 Part kargatis 22.59.10 Join matsl [0] (~matsl@as13-4-5.mal.s.bonet.se) 23.01.13 Quit matsl (Client Quit) 23.02.17 Join matsl [0] (~matsl@as13-4-5.mal.s.bonet.se) 23.02.39 Part matsl 23.03.11 # yo 23.15.15 # when did yo say "Yo" 23.15.40 Nick Gokus_Away is now known as Goku_4658 (xtreme@h37.225.102.166.ip.alltel.net) 23.15.41 # * Goku_4658 is back after 1h 27m 29s 23.19.14 *** Saving seen data "./dancer.seen" 23.22.41 Quit BoD[] (Read error: 104 (Connection reset by peer)) 23.22.51 Join matsl [0] (~matsl@as13-4-5.mal.s.bonet.se) 23.27.30 # whats with all this file mangement stuff i been reading about? 23.28.45 # ricII: file management stuff? Zagor just added a way to delete and rename files... 23.28.55 # is that what you're referring to? 23.29.36 # yes 23.31.01 # but I couldn't find a ui for it in tree.c 23.31.08 # * Goku_4658 is away, auto-away after 15 minutes, (log\off pager\on) 23.31.09 Nick Goku_4658 is now known as Gokus_Away (xtreme@h37.225.102.166.ip.alltel.net) 23.31.54 # ricII: it's in latest cvs... 23.31.59 # ricII: ON+PLAY 23.32.13 # of course, with anon cvs being down... you may not have the version with it 23.32.43 # anom cvs is still down, but got the latest sourceball. 23.32.50 # on the player it seems a little buggy. rename a folder and it is gone. 23.33.35 # ricII: you mean the latest sourceball from the website? 23.34.37 # that hasn't been updated either... i think the server scripts used anon cvs to get those files 23.34.52 # that explains it. 23.35.12 # ricII: latest up to date tarball: hardeeps.freeshell.org/rockbox.tar.gz 23.36.45 # thx.. 23.37.12 # i needed to work in tree.c to access my new functionality 23.45.47 Quit edx () 23.45.50 # I see a new screen :) queue,rename & delete 23.56.40 Join EGM92 [0] (~CW-EGM92@CPE014340000355.cpe.net.cable.rogers.com)