--- Log for 18.04.108 Server: leguin.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 16 days and 18 hours ago 00.01.23 # (all == binchop from 17097 to current) 00.01.51 Join CyBergRind|w [0] (n=cbr@212.98.160.130) 00.10.55 # god, how i hate bugs like that 00.11.17 Join tedr0ck [0] (n=tedrock@d235-144-17.home1.cgocable.net) 00.13.06 Quit bluebrother ("leaving") 00.19.06 Quit [CBR]Unspoken|w (Connection timed out) 00.22.09 Quit amiconn (Nick collision from services.) 00.22.16 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 00.22.19 Join stripwax_ [0] (n=Miranda@87-194-34-169.bethere.co.uk) 00.23.05 Join Rockjaw [0] (n=chatzill@pool-68-238-193-102.phil.east.verizon.net) 00.23.16 Quit Rockjaw (Client Quit) 00.26.36 # * gevaerts decides to go to sleep 00.26.52 Quit homielowe_ () 00.27.54 Quit tedrock (Read error: 113 (No route to host)) 00.28.38 # * amiconn thinks he found the problem in pcm-pp.c 00.28.44 # jhMikeS: there? 00.29.27 Join alleyoopster [0] (n=dan@d04m-89-83-119-97.d4.club-internet.fr) 00.31.21 # apologies for stupid question, after running rockboxdev.sh should I have a .rockbox folder? 00.31.56 Quit stripwax_ (Read error: 104 (Connection reset by peer)) 00.31.58 Quit Mouser_X (Read error: 113 (No route to host)) 00.32.05 Join stripwax_ [0] (n=Miranda@87-194-34-169.bethere.co.uk) 00.32.07 Join homielowe [0] (n=eric_j_l@d205-250-150-38.bchsia.telus.net) 00.32.07 # no, you shouldn't. 00.33.02 # krazykit: right, so I guess I need to take some extra steps then? 00.33.10 Quit gevaerts ("sleeping time") 00.33.17 # well, you'd have to build rockbox, for starters. 00.33.33 # rockboxdev.sh simply builds the toolchain. 00.34.08 # ok, I thought it built it, so I run configure and make etc 00.35.05 # after running make, make zip will give you a rockbox.zip like you'd see on the website. 00.35.48 # I am still getting this error on configure "Your cross-compiler arm-elf-gcc 4.2.2 is not of the recommended version 4.0.3!" 00.36.12 # adjust your PATH 00.36.21 # to include your new toolkit before your previous one 00.36.39 # path has the following :/usr/local/arm-elf/bin:/usr/local/m68k-elf/bin:/usr/local/sh-elf/bin 00.36.52 # ok i understand 00.37.33 # yeah that worked thanks again 00.40.13 # i have an error about hardward and software FP when running make 00.40.37 Quit stripwax (Read error: 110 (Connection timed out)) 00.40.44 # /usr/local/arm-elf/lib/gcc/arm-elf/4.0.3/../../../../arm-elf/bin/ld: ERROR: /home/arch/rockbox/17096-src/build/apps/action.o uses hardware FP,whereas /home/arch/rockbox/17096-src/build/apps/rockbox.elf uses software FP 00.40.59 # What target are you building for? 00.41.08 # amiconn: what part of pcm-pp.c ? 00.41.20 # preglow: The ticking on PP5002.... 00.41.24 # ipod3g 00.41.41 # amiconn: know, just wondering where in pcm-pp.c you think there's a problem 00.42.07 # alleyoopster: 'make clean' to get rid of you previous partial build. Maybe gcc4.2.2 goofed... 00.42.29 Quit tvelocity (Remote closed the connection) 00.42.55 # preglow: Look at lines 170..188 00.43.13 # The svn code writes a sample *pair* even if the fifo only has a *single* free slot 00.44.09 # Lines 170 and 171 get the freecount (which is located at << 23), and then line 173 shifts >> 24, to get the number of free pairs 00.44.37 # Then it calculates the minimum of that and r9 - but even if that minimum is 0, it enters the loop... 00.45.17 Quit Seed (Nick collision from services.) 00.45.24 Join Seed [0] (i=ben@bzq-84-108-237-178.cablep.bezeqint.net) 00.45.54 # amiconn: luckily not my code :) 00.45.57 # I now fixed this with just one additional instruction 00.46.03 # Yeah, it's Buschel's 00.46.25 # yeah, doesn't look like much of my code remains 00.46.33 # Made the "mov r1, r0, lsr #24 " a movs, and put a beq .exit after that 00.46.57 # urgh, 80 col violation in the comment above the function 00.47.00 # So it will skip the loop if the number of pairs is zero, with minimal effort 00.47.40 # Have to test for quite some time before I can be sure though :\ 00.48.00 # alleyoopster: YOu're experiencing the ticking and want to test? 00.48.40 # amiconn: yes 00.48.42 # * amiconn is investigating that very same problem right now 00.49.00 # Want a 3rd Gen build with my (hopefully working) fix? 00.49.05 # that is why I am trying to compile 17096 and 17097 00.49.21 # amiconn: of course 00.49.54 # Okay, building... 00.50.05 # Will take a few minutes - cygwin here 00.50.14 # so the problem was introduced with 17097? 00.50.17 # yes 00.50.46 # I have a 2nd Gen, and can reproduce the problem, but not reliably. So testers are welcome :) 00.50.52 # well I guess I can stop compiling :) 00.51.26 # well I am happy if I can help 00.52.41 Quit stripwax_ (Read error: 110 (Connection timed out)) 00.53.07 Quit ZincAlloy ("CGI:IRC (Ping timeout)") 00.56.17 Quit ender` (" One cup of ramen, / Two cups of boiling water, / Three minutes -- dinner.") 00.56.50 Quit Rincewind ("bye") 01.00.53 # amicon: Do you know anything about the idle timeout causing reboot when charging? 01.01.15 # It's because charger detection isn't implemented for G3 01.01.29 # is it likely to be in the future? 01.01.32 # I don't have a G3 - someone with such a target needs to fix it 01.01.56 # There aren't many devs which have one, unfortunately 01.02.27 # i think it was fixed for 4g. Is there anything I can do? I am not a dev 01.03.48 # alleyoopster: http://amiconn.dyndns.org/rockbox-3g-test1.zip 01.07.16 # erm. this build wont boot.. going to check i havent made a mistake 01.08.08 # Hmm, then it has that occasional non-boot problem on PP5002 01.08.29 # Need to modify something and rebuild (won't take that long now ) 01.08.49 # I have a strong suspicion what it is. Better fix one problem at a time though :) 01.08.57 # i was seeing this problem on 17138 01.09.15 # Yeah, it comes and goes 01.09.40 # It's an alignment problem, and behaviour of downloadable builds might change even if a specific commit didn' 01.10.03 # t change any related code, just because the new build might be built on a different server 01.11.01 Quit homielowe () 01.11.03 # In theory the same gcc + binutils versions *should* produce identical binaries no matter what machine they run on, but in practise this isn't true 01.13.00 # alleyoopster: http://amiconn.dyndns.org/rockbox-3g-test2.zip 01.15.08 # i have just installed the current build and am not having a problem 01.15.43 # Hmm, interesting - I also got that while testing (ticking disappearing no matter what version I tried) 01.15.55 # Shut down the ipod, wait a while, try again 01.16.19 # That way the problem came back for me with current svn 01.17.07 # it always started when i navigated away from WPS, it was totally reproducable 01.18.57 Join m0f0x [0] (n=m0f0x@189-47-44-210.dsl.telesp.net.br) 01.19.55 *** Saving seen data "./dancer.seen" 01.20.01 # whatever I do it wont go wrong. tried shutting down and waiting, i installed this clean, I could try an upgrade 01.24.01 Join borges [0] (n=bruges@e178013118.adsl.alicedsl.de) 01.24.25 Quit borges (Remote closed the connection) 01.24.35 Join vedlith [0] (n=ved@137-mi2-1.acn.waw.pl) 01.28.06 Quit petur ("Zzzzz") 01.32.41 Join Shaid [0] (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au) 01.35.03 # alleyoopster: Very odd - that's with latest svn? 01.35.46 # * amiconn expects the problem will come back with svn though 01.35.57 # this is with r17152, the current build 01.37.11 # I'm quite sure I found a real problem in pcm-pp.c, just that it doesn't always cause the ticking noise 01.37.14 # amiconn: problem is back 01.37.28 # Especially when testing a lot, it likes to disappear, it seems... 01.37.47 # But then it'll come back after a while, unless it's fixed for real 01.37.56 # Tried my -test2 ? 01.38.04 # pixelma: i'm kind of keen on getting that mod codec commited, do you have any reasons for not doing so now? 01.38.19 # it took a while, but it is there again. I'll try test2 01.38.43 # * amiconn still uses the old mod codec, because it *seems* to have fewer problems than the new one 01.39.16 # preglow: the looping is kind of annoying 01.39.21 # it seemed better on a clean install, but cant say for sure 01.39.46 # amiconn: you mean before the sequencer rewrite? 01.40.20 # alleyoopster: Yeah, test it for a while. I'll use an equivalent build on my 2nd Gen tomorrow for sure 01.40.30 # preglow: and then there is this one mod that can cause a hang with an undefined instruction (at different addresses) which the old codec just skipped 01.40.40 # preglow: The one that's not committable for license being unclear 01.42.24 # pixelma: did you report that? 01.45.04 # preglow: no, because I wasn't sure if I could just attach the file (maybe I should ask the authour if I could send it to him or something). Also: I'm very sleepy... 01.45.21 # amiconn: I run with this for a while, it s running sweet now. Gonna get some shut eye now 01.45.32 # thanks for builds 01.45.50 # np 01.45.59 # pixelma: not demanding you do it now, but would be nice if all outstanding problems can be fixed so it's commited :) 01.46.45 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) 01.46.46 # yes 01.47.07 # but i'm going to bed 01.47.08 # gnite 01.47.20 # will try to remember tomorrow 01.47.37 # amiconn: is there anything i can do to help out with the charging problem with G3? 01.48.05 # Not now, I'm afraid 01.48.40 # ok. test2 seems good btw. gnite 01.48.48 # Power management needs a rewrite anyway though, and maybe when I am doing this (and nobody fixed it before) I will have enough insight to code something blindly 01.49.39 # insight to code blindly. now that is art 01.51.03 # I mean without having a G3... 01.51.25 Join BlackChaos [0] (n=BlackCha@ool-182cdaac.dyn.optonline.net) 01.52.35 Quit alleyoopster (Remote closed the connection) 01.54.03 Join andrew[andrboot] [0] (n=radsuf@unaffiliated/andrewandrboot/x-689432) 01.54.04 # RAWR 01.58.32 Join Thundercloud__ [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 02.04.30 Join Shaid3 [0] (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au) 02.08.33 Quit tessarakt ("Client exiting") 02.08.33 Join Veight [0] (n=Veight@c-76-113-199-106.hsd1.mn.comcast.net) 02.08.54 # Question, upon installing rockbox on my ipod video, would I be able to still use itunes to throw on music? Or no? 02.10.06 Part pixelma 02.11.27 # yes, but i am not sure why you would want to... 02.12.06 # I am just wondering, I planned on doing it to my gf's ipod so I could use it and so she could still add music to it when I change it over to rockbox. 02.13.14 Quit Thundercloud_ (Read error: 113 (No route to host)) 02.14.33 Part toffe82 02.17.28 # Nico_P: You around? 02.17.33 # yes 02.17.49 # I've run into a new playlisting bug, though I can't reproduce it yet. 02.18.08 # I let a playlist play unattended because I forgot to pause. 02.18.25 # I've seen one too, involving skipping backwards. the next track info becomes wrong 02.18.37 # it got to 7/10, and I'd stopped listening at 5/10. I hit "back" until I was at 5/10, seeked to the middle, and resumed listening. When the track ended, it started playing 8/10 02.18.50 # Which sounds somewhat similar to what you just said. 02.18.54 # indeed 02.19.15 # might have something to do with lasttrack_id3 02.19.20 # I'll need to research it 02.19.24 # Alright 02.19.28 # glad you're aware. 02.19.32 # thanks for reporting 02.21.13 Quit Thundercloud__ (Remote closed the connection) 02.23.38 Quit Shaid (Read error: 110 (Connection timed out)) 02.23.39 Join cool_walking_ [0] (n=notroot@203-59-129-195.perm.iinet.net.au) 02.23.40 Nick Shaid3 is now known as Shaid (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au) 02.25.15 Join Chronon [0] (i=vircuser@d23-104.uoregon.edu) 02.26.43 Quit tedr0ck () 02.28.30 # grrr 02.28.40 # Why can't I post to the forum? 02.30.26 # hrm? 02.30.46 # Tried again from start, and now it worked 02.30.55 # what happened? 02.31.16 # In the first try I wanted to attach a file with a forbidden extension (.diff - why is this forbidden, btw??) 02.31.40 # Then I renamed my local file to .tx, and retried. The Post button then simply did nothing 02.31.47 # * .txt 02.32.26 # it is forbidden because we wanted people to use the tracker and not the forums... 02.32.31 Join jhulst_ [0] (n=jhulst@unaffiliated/jhulst) 02.33.04 # though it looks like .c and .h files are allowed...we can always yell at people... 02.33.14 # Then the report should have been put in the tracker in the first place 02.33.26 Quit crashd_ (Remote closed the connection) 02.33.30 Join crashd [0] (i=foobar@lostnode.org) 02.33.40 # Llorean: remove .c and .h or add .patch and .diff ? 02.33.54 Nick JdGordon|zzz is now known as JdGordon (i=jonno@rockbox/developer/JdGordon) 02.34.11 # I'd rather not jump around. Especially since this isn't an overly complex fix - see my post... 02.34.57 # either way, it is home time for me... 02.35.24 Quit Nico_P (Remote closed the connection) 02.38.49 Quit TaylorKillian (Read error: 110 (Connection timed out)) 02.39.11 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 02.44.59 Quit jhulst_ (Remote closed the connection) 02.45.17 Join jhulst_ [0] (n=jhulst@unaffiliated/jhulst) 02.46.35 Quit linuxstb (Read error: 113 (No route to host)) 02.51.27 Quit DerPapst (Read error: 110 (Connection timed out)) 02.56.39 Join Lucid [0] (n=83704c84@gateway/web/cgi-irc/labb.contactor.se/x-6f7dc46f68062fe2) 02.57.09 Quit fehmicans (Remote closed the connection) 02.58.23 Join tedrock [0] (n=tedrock@d235-144-17.home1.cgocable.net) 03.02.05 Quit vedlith ("unhandled exception") 03.04.17 Join TaylorKillian [0] (n=Administ@wl198118.wright.edu) 03.06.14 Join _ved_ [0] (n=ved@137-mi2-1.acn.waw.pl) 03.06.22 Nick _ved_ is now known as vedlith (n=ved@137-mi2-1.acn.waw.pl) 03.06.39 # To all gigabeast devs: I wanted to notify that Toshiba website started to provide gigabeat T updater: http://www.toshiba.co.jp/mobileav/cgi-bin/dl_gbt_fw21.cgi 03.07.03 # you need an valid S/N though 03.07.39 # BAH 03.11.44 # I have already downloaded one. Is it ok to upload it somewhere? I find V updater on GigabeatSinfo Page. 03.13.23 Quit tedrock () 03.16.28 Quit PaulJam_ (Read error: 113 (No route to host)) 03.19.58 *** Saving seen data "./dancer.seen" 03.21.42 Quit Rob2222 (leguin.freenode.net irc.freenode.net) 03.21.42 NSplit leguin.freenode.net irc.freenode.net 03.21.42 Quit Lynx_ (leguin.freenode.net irc.freenode.net) 03.21.42 Quit odb|fidel (leguin.freenode.net irc.freenode.net) 03.21.42 Quit jcollie (leguin.freenode.net irc.freenode.net) 03.21.42 Quit maxkelley (leguin.freenode.net irc.freenode.net) 03.21.42 Quit lymeca (leguin.freenode.net irc.freenode.net) 03.21.43 NHeal leguin.freenode.net irc.freenode.net 03.21.43 NJoin odb|fidel [0] (i=fidel@static.169.43.47.78.clients.your-server.de) 03.21.44 Join maxkelley_ [0] (n=max@cpe-74-69-17-126.rochester.res.rr.com) 03.21.54 Join lymeca [0] (i=lymeca@66.251.25.166) 03.21.55 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 03.22.01 NJoin jcollie [0] (n=jcollie_@dsl-ppp239.isunet.net) 03.22.09 NJoin Lynx_ [0] (n=lynx@tina-10-4.genetik.uni-koeln.de) 03.22.17 NJoin Rob2222 [0] (n=Miranda@p4FDCCE25.dip.t-dialin.net) 03.22.26 # Lucid: you can upload it somewhere other then rockbox.org and link to it from the wiki 03.22.34 # but probably should not be hosted by rockbox 03.22.43 # I can host it for you, if you'd like 03.22.51 Nick maxkelley_ is now known as maxkelley (n=max@cpe-74-69-17-126.rochester.res.rr.com) 03.23.00 # assuming it wont cause too much bandwidth hammering to my webhost ;) 03.23.42 Quit jcollie (leguin.freenode.net irc.freenode.net) 03.23.42 Quit advcomp2019 (leguin.freenode.net irc.freenode.net) 03.23.42 Quit BrianHV (leguin.freenode.net irc.freenode.net) 03.23.42 Quit axionix (leguin.freenode.net irc.freenode.net) 03.23.42 Quit rgould (leguin.freenode.net irc.freenode.net) 03.23.42 Quit Beta2K (leguin.freenode.net irc.freenode.net) 03.23.42 Quit ys76 (leguin.freenode.net irc.freenode.net) 03.23.42 Quit courtc (leguin.freenode.net irc.freenode.net) 03.23.42 Quit spleenk (leguin.freenode.net irc.freenode.net) 03.23.44 Join rgould_ [0] (n=rgould@CPE00016ce73a0c-CM001a66682bea.cpe.net.cable.rogers.com) 03.23.44 NJoin spleenk [0] (i=torstehe@leopard.stud.ntnu.no) 03.23.46 NJoin axionix [0] (n=axion@cpe-74-70-239-117.nycap.res.rr.com) 03.23.47 NJoin BrianHV [0] (n=bhv1@copland.brianhv.org) 03.23.48 Join courtc [0] (n=court@24.99.230.218) 03.23.50 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 03.23.50 Join Beta2K [0] (n=Beta2K@63.250.127.253) 03.23.51 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 03.23.52 Join ys76 [0] (i=ys76@83.243.5.1) 03.23.53 Join advcomp2019 [0] (n=advcomp2@66.172.233.113) 03.23.53 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 03.23.57 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 03.24.01 NJoin jcollie [0] (n=jcollie_@dsl-ppp239.isunet.net) 03.24.52 Quit JdGordon ("Konversation terminated!") 03.26.38 Join JdGordon [0] (n=Miranda@c211-28-93-8.smelb1.vic.optusnet.com.au) 03.27.35 Nick rgould_ is now known as rgould (n=rgould@CPE00016ce73a0c-CM001a66682bea.cpe.net.cable.rogers.com) 03.27.36 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 03.27.55 # new patch for testing.straightens out some lingering nocache headaches that may have been the problem: http://jhmikes.cleansoap.org/gigabeat-S-UMS8.diff 03.32.40 # saratoga, Shaid: Thanks. I think I'll upload it somewhere (temporarily) to allow people download it. Would that help? 03.33.12 # chuck it onto rapidshare or something, send me the link, and I'll stick it on my webspace and send you the link to it 03.33.28 # and then you can put it in the wiki or whatever 03.34.34 # OK thanks. 03.45.57 Join homielowe [0] (n=eric_j_l@d205-250-150-38.bchsia.telus.net) 03.46.44 Join Ebert [0] (n=EbErT@adsl-219-13-194.asm.bellsouth.net) 03.49.36 # Shaid: http://rapidshare.com/files/108356864/gbt_update_2_1_jp.exe.html 03.51.08 Quit jhulst_ (Remote closed the connection) 03.51.14 # grabbing 03.51.23 Join jhulst_ [0] (n=jhulst@unaffiliated/jhulst) 03.51.50 Quit DerDome (Read error: 110 (Connection timed out)) 03.52.20 Join DerDome [0] (n=DerDome@dslb-082-083-232-234.pools.arcor-ip.net) 03.55.31 # whee, japanese 03.55.42 # hehe 03.55.56 # I'll repack it 03.56.14 # the software will still be in japanese, but atleast people wont have to work around the installer 03.56.14 # Well I'm Japanese 03.56.21 # it'll just be a .zip 03.56.26 # or a rar, maybe 03.56.51 # three .bin files in there. 03.57.04 # Recovery.bin, pmcboot_secure.bin and NK.bin 03.58.26 # 10meg rar vs 14meg zip 04.00.36 # rar would be better? 04.03.03 Join Veight` [0] (n=Veight@c-76-113-199-106.hsd1.mn.comcast.net) 04.04.29 # Lucid: http://random.lostspiral.com/gbt_update_2_1_jp.rar 04.09.15 # Shaid: Thanks! Now I think I need to register to the rockbox wiki :p 04.09.27 # hehe 04.09.53 # Now to hope I don't get any cease and desist letters into my mailbox 04.09.54 Quit homielowe () 04.10.12 Quit Xerion (Read error: 104 (Connection reset by peer)) 04.10.33 Join Xerion [0] (n=xerion@cp198589-d.landg1.lb.home.nl) 04.10.42 # ;) 04.18.21 Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279529172.dsl.bell.ca) 04.19.02 # hmm 04.19.19 # is it smart to register to the wiki even if I edit the pages only once? 04.19.46 Quit Veight (Read error: 110 (Connection timed out)) 04.24.47 Quit andrew[andrboot] ("Leaving") 04.24.55 Join myk_robinson [0] (n=robinson@69.42.45.6) 04.24.56 Join PaulJam [0] (i=PaulJam_@vpn-3008.gwdg.de) 04.25.05 # hello 04.25.46 # just bought a new e250 and gave my son my rockboxed c200.. Come to find out my new e250 is a v2... dammit 04.26.07 # no rockbox for me, but my son is enjoying his music and videos on the c200 04.29.17 Quit Chronon ("-->Home") 04.34.33 Quit myk_robinson (Remote closed the connection) 04.37.22 Quit BlackChaos ("Leaving") 04.37.45 # mmm, there's 2 versions of Gigabeat T... 04.38.44 # there is a T401 v2 04.39.25 # has a WiFi on it 04.40.17 # T updater won't work for v1(MET401S) 04.41.00 # (at least Toshiba site claims like that) 04.47.02 Quit ctaylorr (Read error: 110 (Connection timed out)) 04.50.28 Quit Zom (Remote closed the connection) 04.50.40 Join Zom [0] (n=zom@h-43-44.A166.cust.bahnhof.se) 04.55.41 Join javaman [0] (n=Yifu@c-68-84-62-252.hsd1.nj.comcast.net) 04.56.28 Join csc` [0] (n=csc@archlinux/user/csc) 04.59.00 Join myk_robinson [0] (n=robinson@69.42.45.6) 05.02.30 # Question, I currently got rockbox installed and when I go to put music on my ipod 60gb video is there a certain tool I should use or a location to put the music? 05.03.24 # If it works the same as the SanDisk, just make a folder called Music and load all your subfolders and music into there 05.03.43 # just follow whatever structure the Ipod already has set up 05.04.40 # Heh, Ipod's have a whack structure. 05.05.00 # They are stored as file names in folders with 4 characters and all the files are renamed aswell. 05.05.00 Quit Lucid ("CGI:IRC (EOF)") 05.05.31 # wow.. in that case, not sure... Perhaps someone one here actually has an ipod and can be better help. 05.05.38 # gotta go, good night all 05.05.51 Quit myk_robinson (Remote closed the connection) 05.06.14 Quit Horscht (Nick collision from services.) 05.06.31 Join Horscht [0] (n=Horscht@xbmc/user/horscht) 05.06.42 Quit EspeonEefi (Read error: 104 (Connection reset by peer)) 05.07.26 # veight it doesnt matter where you put it 05.10.24 # if your music is already in iPod_Control folder then just leave them there, if you want to add more music you can just drag it to anywhere in your ipod or continue to use itunes 05.12.10 Join homielowe [0] (n=eric_j_l@d205-250-150-38.bchsia.telus.net) 05.20.02 *** Saving seen data "./dancer.seen" 05.26.07 # Thanks javaman 05.28.41 Join Mouser_X [0] (n=mouser_x@layl001.digis.net) 05.32.17 Quit XavierGr () 05.33.31 Quit m0f0x () 05.34.06 Quit Horscht ("electromagnetic radiation from satellite debris") 05.39.33 Join ChristopherW [0] (n=christop@ip68-3-220-253.ph.ph.cox.net) 05.42.06 Join Chronon [0] (i=chronon@c-24-20-117-106.hsd1.mn.comcast.net) 05.45.05 Quit flynux (leguin.freenode.net irc.freenode.net) 05.45.05 NSplit leguin.freenode.net irc.freenode.net 05.45.05 Quit javaman (leguin.freenode.net irc.freenode.net) 05.45.05 Quit courtc (leguin.freenode.net irc.freenode.net) 05.45.05 Quit ys76 (leguin.freenode.net irc.freenode.net) 05.45.05 Quit simonrvn (leguin.freenode.net irc.freenode.net) 05.45.05 Quit kies (leguin.freenode.net irc.freenode.net) 05.45.05 Quit gromit` (leguin.freenode.net irc.freenode.net) 05.45.05 Quit fpletz (leguin.freenode.net irc.freenode.net) 05.45.05 Quit nicktastic (leguin.freenode.net irc.freenode.net) 05.45.05 Quit daywalker_ (leguin.freenode.net irc.freenode.net) 05.45.05 Quit fxb__ (leguin.freenode.net irc.freenode.net) 05.45.05 Quit tarbo (leguin.freenode.net irc.freenode.net) 05.45.10 NHeal leguin.freenode.net irc.freenode.net 05.45.10 NJoin fpletz [0] (n=fpletz@franz-pletz.org) 05.45.11 NJoin fxb__ [0] (n=felixbru@h1252615.stratoserver.net) 05.45.15 Join nicktastic [0] (n=nick@71.61.58.56) 05.45.16 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 05.45.18 NJoin gromit` [0] (n=gromit@ALagny-154-1-2-185.w83-112.abo.wanadoo.fr) 05.45.18 Join simonrvn [0] (i=simon@unaffiliated/simonrvn) 05.45.19 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 05.45.27 NJoin kies [0] (n=kies@adsl-76-247-167-69.dsl.chmpil.sbcglobal.net) 05.45.28 Join daywalker [0] (n=daywalke@ip-77-87-189-6.dnspower.de) 05.45.50 NJoin flynux [0] (n=flynux@2a01:38:0:0:0:0:0:1) 05.46.03 Quit jhulst_ (Remote closed the connection) 05.46.11 NJoin javaman [0] (n=Yifu@c-68-84-62-252.hsd1.nj.comcast.net) 05.47.42 Join EspeonEefi [0] (i=espeonee@STRATTON-TWO-FIFTY-NINE.MIT.EDU) 05.50.04 Join courtc [0] (n=court@c-24-99-230-218.hsd1.ga.comcast.net) 05.50.05 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 05.50.09 Quit flynux (leguin.freenode.net irc.freenode.net) 05.50.33 NJoin flynux [0] (n=flynux@2a01:38:0:0:0:0:0:1) 05.51.54 Join jhulst [0] (n=jhulst@unaffiliated/jhulst) 06.00.56 Join sk [0] (n=sk@c-67-167-117-152.hsd1.il.comcast.net) 06.02.28 # Hrm, I've been looking around and it looks like there *might* be an emulator for rockbox that is for gba rather then gb/gbc. Anyone know anything on this? 06.03.08 # I don't want to waste the hour I spent sending 4 gb's of gba roms to the thing heh 06.03.37 # I don't know 06.04.26 # where did you see a gba emulator? 06.05.52 # Some forums I was looking at, wasn't the rockbox ones so I could be mistaken. Although, Linux on ipod has a gba emulator so I would assume someone might have created one for rockbox. 06.06.51 # "some forums"? 06.07.37 # Well, I have just been searching google seeing various places saying that there is a GBA emulator for the ipod just no actual links :\ 06.08.34 # well, there isnt one... 06.08.54 Quit sk ("Leaving") 06.10.07 # I think iPodLinux has a GBA emulator 06.11.42 # Yeah, I just found it Igpsp, except the games don't work flawlessly and the games don't run at full speed more like 40-80% 06.12.07 # I'd say that's pretty damn good speed for running on an iPod 06.12.37 # offtopic... 06.36.11 Nick Veight` is now known as Veight (n=Veight@c-76-113-199-106.hsd1.mn.comcast.net) 06.40.15 Join goffa [0] (n=goffa@216.220.23.105) 06.50.02 # preglow: I'd like to have the MOD codec commited as well. The only reason *I* can think of not to commit is is from FS#8806. 06.50.16 # (Well, and the infinite looping. That's a problem.) 06.51.08 # (If 8806 stops FS#8680 from being commited, then 8806 should be turned into a codec.) 06.57.42 # So, anyone here that has a Gigabeat S? I still haven't been able to restore the firmware... 06.57.59 # The hacked V updater crashes on every single computer I've tried it on. 06.58.27 # jhMikeS' sendfirm windows port throws errors, and fails to send the BIN file. 06.59.06 # BigBambi sent me a Linux build of sendfirm, but even when logged in as root (Mepis is the distro...), I got "permission denied." 07.07.17 Quit TaylorKillian (Read error: 104 (Connection reset by peer)) 07.10.19 Quit linuxstb_ (Read error: 104 (Connection reset by peer)) 07.10.31 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 07.12.37 Join TaylorKillian [0] (n=Administ@wl198118.wright.edu) 07.13.49 Quit Rob2222 () 07.15.32 Join Administrator [0] (n=chatzill@c-98-216-99-74.hsd1.ma.comcast.net) 07.16.04 Nick Administrator is now known as chnkymnky700 (n=chatzill@c-98-216-99-74.hsd1.ma.comcast.net) 07.20.04 *** Saving seen data "./dancer.seen" 07.20.16 Quit chnkymnky700 (Remote closed the connection) 07.22.47 Join pondlife [50] (n=Steve@rockbox/developer/pondlife) 07.23.20 Join Bagderr [0] (n=daniel@gateway/web/cgi-irc/labb.contactor.se/x-66c33cc52a852449) 07.23.56 Nick Bagderr is now known as B4gder (n=daniel@gateway/web/cgi-irc/labb.contactor.se/x-66c33cc52a852449) 07.25.11 Quit perrikwp ("http://www.mibbit.com ajax IRC Client") 07.28.42 Join sk [0] (n=sk@c-67-167-117-152.hsd1.il.comcast.net) 07.29.13 Quit amiconn (Nick collision from services.) 07.29.19 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 07.29.25 Join Lynx- [0] (n=lynx@tina-10-4.genetik.uni-koeln.de) 07.30.06 Join JdGordon1924 [0] (n=Miranda@c211-28-93-8.smelb1.vic.optusnet.com.au) 07.41.55 Quit ChristopherW ("Leaving.") 07.42.04 Join ChristopherW [0] (n=christop@ip68-3-220-253.ph.ph.cox.net) 07.44.20 Join perrikwp [0] (i=9821698e@gateway/web/ajax/mibbit.com/x-0e81d19c423f5dde) 07.44.51 Quit Chronon (Remote closed the connection) 07.46.48 Quit Lynx_ (Read error: 110 (Connection timed out)) 07.46.48 Nick Lynx- is now known as Lynx_ (n=lynx@tina-10-4.genetik.uni-koeln.de) 07.47.56 Quit JdGordon (Read error: 110 (Connection timed out)) 07.49.50 Quit jhulst ("Konversation terminated!") 08.08.27 Join ys76 [0] (i=ys76@linoa.etherkiller.de) 08.09.30 Quit soap (Read error: 110 (Connection timed out)) 08.13.23 Join LinusN [0] (n=linus@rockbox/developer/LinusN) 08.17.23 Quit ChristopherW ("Leaving.") 08.19.58 Join Buschel [0] (n=abc@p54A3F23E.dip.t-dialin.net) 08.25.19 # hi Buschel the tick maker ;) 08.25.34 # amiconn: as I see you've found the bug in pcm_pp.c -> respect! that was a bad one 08.25.42 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul) 08.25.51 # * Buschel remembers he swore to not submit crap :/ 08.25.59 # * Buschel hides away 08.26.28 # * B4gder slaps the "ticker committer" badge on Buschel's back when he doesn't notice ;-) 08.27.04 # ouch 08.29.27 # Unfortunately the PP5002 PCM still needs research 08.30.37 # The fact that the missing check causes ticking shows that we don't know whether the PP5002 has fifo level reporting like the PP502x, and how to use it 08.32.27 Join spiorf [0] (n=spiorf@host176-218-dynamic.30-79-r.retail.telecomitalia.it) 08.38.17 Quit sk ("Leaving") 08.38.27 # gotto go to work now, working on excel and powerpoint. at least i cannot submit any ticking this way :) 08.38.32 # *gotta 08.38.48 Quit Buschel () 08.46.56 Join CaptainSquid [0] (n=Miranda@proxy13.netz.sbs.de) 08.52.31 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 08.54.18 Quit markun (Read error: 104 (Connection reset by peer)) 08.55.11 Join markun [50] (n=markun@rockbox/developer/markun) 08.59.24 Quit spiorf (Remote closed the connection) 09.02.48 Quit markun (Read error: 104 (Connection reset by peer)) 09.04.32 Quit ompaul (Client Quit) 09.04.42 Quit JdGordon1924 (Read error: 104 (Connection reset by peer)) 09.06.24 Join ender` [0] (i=krneki@foo.eternallybored.org) 09.07.09 Join markun [50] (n=markun@rockbox/developer/markun) 09.07.49 Part javaman 09.08.54 Join pixelma [50] (i=pixelma@rockbox/staff/pixelma) 09.10.32 Join petur [50] (n=petur@rockbox/developer/petur) 09.13.23 Quit GodEater ("http://www.mibbit.com ajax IRC Client") 09.17.18 Join Rob2222 [0] (n=Miranda@p4FDCDB35.dip.t-dialin.net) 09.19.53 Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater) 09.20.08 *** Saving seen data "./dancer.seen" 09.54.51 Quit Shaid (Read error: 110 (Connection timed out)) 09.58.05 Join soap [50] (n=soap@rockbox/staff/soap) 10.03.52 Join GodEateR_ [0] (i=c2cbc962@rockbox/staff/GodEater) 10.04.29 Quit GodEater ("http://www.mibbit.com ajax IRC Client") 10.06.28 Quit GodEateR_ (Client Quit) 10.16.05 Nick linuxstb_ is now known as linuxstb (n=linuxstb@rockbox/developer/linuxstb) 10.17.45 Quit Ebert () 10.20.08 # B4gder (and any other interested committers), can you join #rockbox-gsoc? 10.22.46 Part odb|fidel 10.23.27 Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater) 10.36.25 Join webguest84 [0] (n=d558f5ac@gateway/web/cgi-irc/labb.contactor.se/x-27ffacf890ccf915) 10.37.11 Quit webguest84 (Client Quit) 10.47.25 Quit Jon-Kha (Remote closed the connection) 10.51.27 Join PaulJam_ [0] (i=PaulJam_@vpn-3008.gwdg.de) 10.56.39 Join Jon-Kha [0] (i=jon-kha@xdsl-83-150-91-127.nebulazone.fi) 10.59.22 Quit cool_walking_ (Remote closed the connection) 11.05.02 Join rp- [0] (n=rp@193.154.222.107) 11.05.46 # Hi all! Bagder here? 11.05.59 # jawohl 11.06.38 # :) 11.09.18 Join eigma [0] (n=cat@216.48.162.210) 11.12.20 Quit PaulJam (Read error: 110 (Connection timed out)) 11.16.37 # * petur pokes amiconn with a long stick 11.17.45 Quit CaptainSquid (SendQ exceeded) 11.19.25 # * B4gder triggers a rebuild to try out rp-'s new build server 11.19.41 Join tedrock [0] (n=tedrock@d235-144-17.home1.cgocable.net) 11.20.10 *** Saving seen data "./dancer.seen" 11.20.33 # amiconn: I would really like you to respond to the devcon email really quick this time 11.20.37 # we need to decide 11.25.49 Quit TaylorKillian (Read error: 110 (Connection timed out)) 11.26.46 # Mouser_X: i think that mikmod codec is a pretty long way from being commited 11.27.04 Quit tedrock () 11.29.01 # Probably. I just figured that since it is more feature-ful, that it might be a factor. 11.29.13 # well, we'll just take what we've got for now 11.29.24 # if the mikmod codec shapes up, it can replace the old one 11.29.36 # Well that could work. 11.29.45 # I'd love to have MOD support by defaultl. 11.29.48 # -l 11.30.16 # * pondlife can't make DevCon (again) :/ 11.30.19 Quit eigma (Read error: 104 (Connection reset by peer)) 11.30.40 # It'd be one less patch I use. 11.31.03 # but for now, i think the .mod player has been in the tracker long enough with no real complaints filed against it 11.31.31 # I don't see any harm in "using a working codec, replace it with a better one later." 11.31.35 # Didn't we do that with flac? 11.31.38 # * Mouser_X also uses FS#7331 (not ready for commit) and FS#8647 (amiconn said some stuff about this one. I can't remember exactly what). 11.32.13 # Llorean: why, no, what could possibly be the harm of that 11.32.22 # replacing code with other code is an age-old tradition, heh 11.33.36 # :-P 11.34.08 # preglow: Did you have any time to look into the buffer sizing/IRAM use of http://www.rockbox.org/tracker/task/8894 ? 11.34.27 # I've stared at the code, but it's just not going in :) 11.34.32 # nope, but it's on my list 11.34.35 Part wpyh 11.34.47 # it's very decent, though, so should go in 11.34.52 # Cool, that's definitely one for committing as soon as it has no negative side effects 11.34.56 # yeah 11.35.02 # well, except for allocating large buffers... 11.35.17 # That being one of the negative side-effects 11.35.19 # but if we don't want that, we'll have to make some way of not making it happen 11.35.51 # like ways of reiniting playback with new sequences of bufalloc() 11.35.57 # don't ask me how... 11.36.10 # pondlife: however, what i would like for this patch is another way to integrate it 11.36.17 Join gevaerts [0] (n=fg@195-144-092-131.dyn.adsl.xs4all.be) 11.36.26 # preglow: In what way? 11.36.34 # pondlife: i'm thinking this should definitely share settings with playback speed 11.36.35 # It shouldn't affect voice, ideally - just playback 11.36.36 Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279529172.dsl.bell.ca) 11.37.26 # pondlife: ideally we should have one speed/pitch up/down setting, then another settings which allows you to selet if you want tempo, pitch or both to be scaled 11.37.40 # both we scale now, tempo this patch allow, and pitch is just a combination of the two 11.37.41 # Yes, and it should sit between playback and PCM, I'd think - a bit like crossfade 11.38.03 # well, it's in dsp now, and that is between playback and pcm 11.38.09 # Ah, is it? 11.38.46 # How does crossfade allocate buffers? I assume it needs some.. 11.39.01 # bufalloc on startup, afaik 11.39.07 # you need to reset for crossfade 11.39.16 # OK, so the same would apply to speed 11.39.26 # (if we need to enable/disable this algorithm) 11.39.26 # yep 11.39.37 # well, not if we deem the buffer small enough to always allocate 11.39.53 # i really want to be rid of all these settings that require a reboot 11.39.56 # it's starting to feel like windows 11.40.02 # hehe 11.40.13 # This isn't a reboot, it's a stop and restart playback 11.40.26 # But, I agree, it would be nice if it wasn't needed. 11.40.46 # so we should think up some way of reallocating memory on the fly, like stuffing all the bufallocs in a hook that can be called each time we want to redo the memory layout 11.40.56 # it'll need to reinitialize playback, but it won't be a reboot 11.40.58 # But not malloc :) 11.41.02 # * B4gder agrees 11.41.05 # well, sure, not malloc 11.41.12 # that would just waste more memory 11.41.17 # it'd just need a table with the pointers 11.41.24 # B4gder: yeah, exactly 11.41.27 # That's what crossfade does at the moment, it just needs generalising 11.41.32 # and remake that when everything is in an idle known state 11.42.11 # now, appoint someone to do it :P 11.42.31 # * preglow tracks his d2 11.42.43 # preglow: Which model did you get? 11.43.13 # Maybe someone should also keep track of "Official Feature Requests", some list somewhere of ideas that are "officially" wanted. 11.43.53 # Flyspray, but marked somehow 11.44.19 Quit DerDome (Read error: 110 (Connection timed out)) 11.46.16 # linuxstb: 8gig dab 11.48.20 # Llorean: if some feature is officially wanted, some devs should just make sure it gets developed, either by doing it himself or helping others along with a patch, i don't think marking patch entries will do much good 11.48.28 # preglow: I'm looking forward to your disassembly... 11.48.35 # linuxstb: not me :/ 11.49.07 # and especially not marking feature requests 11.49.10 # preglow: I think the idea is that it's a list to say "this feature is officially wanted". 11.49.57 # sure, wouldn't hurt, i guess 11.50.00 # preglow: The idea is that new people interested in helping out (or old people searching for new ideas who don't follow the chat) have somewhere to go not just for "random user ideas" but "things that will probably be acceptable to commit" 11.50.02 # if only to keep track of things 11.50.10 Join adr_ [0] (n=andrew@24.108.213.20) 11.55.38 # at least this bufalloc idea would help fix the limits bug as well 11.56.11 # I guess the database could re-initialise itself as well, without a manual reboot? 11.56.20 # so do i 11.57.01 # And we could sell advertising space during these pauses in playback ;) 11.57.13 # haha 11.57.36 # "Please stand by while Rockbox reinitializes, and you listen to these messages from our sponsors" 11.58.36 # lol 11.58.53 # "Hey, it's what keeps this project free!" 11.59.08 Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP) 11.59.29 # hey, devs have to eat! 12.00.24 # i'm sure we seem like machines, but i assure you, we're not! 12.00.27 # Nico_P: Any luck with your beast? 12.00.36 # * Mouser_X has had none. 12.00.54 # Mouser_X: I haven't tried again since yesterday, but no 12.01.04 # Ah. 12.01.06 # I think I'm going to hack the BL a bit 12.01.35 # Please do. Though, the problem I'm having is that I can't even get that on there... 12.02.24 # Hacked V updater crashes, Windows sendfirm port spouts errors and doesn't work (I made sure to install the libusb stuff), and I get "permission denied" under Linux. 12.02.27 # I suggest using linux (a live CD maybe) 12.02.30 # Even when logged in as root. 12.02.34 # ah 12.03.56 # 2 days now it's been asking for new firmware... At this rate, I'll be better off buying a ZIF adapter and hooking it up to a PC directly. 12.04.57 # On that note: What happens if I turn it off while it's in this state of requesting firmware? 12.05.17 # Will it simply continue asking when I turn it on later? 12.05.20 # it will just ask again later, no problem 12.05.32 # Mouser_X: What is the exact error message under Linux? Is the sendfirm binary marked as executable? 12.05.55 # "bash: ./sendfirm: permission denied" 12.06.14 # (I may have the ":" wrong, but the words are correct.) 12.06.46 # When I right-clicked it and checked the properties, it did say it was an executable. 12.07.07 Join rs [0] (n=8602720d@gateway/web/cgi-irc/labb.contactor.se/x-b41fa7083cf6a655) 12.12.20 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net) 12.17.43 Join fehmicans [0] (n=canavar@88.252.141.47) 12.18.46 Join MethoS- [0] (n=clemens@host-091-096-209-240.ewe-ip-backbone.de) 12.21.28 # Mouser_X: Can you use a terminal? What does "ls -l sendfirm" show as output? 12.25.50 Join tvelocity [0] (n=tony@85.72.162.11) 12.27.15 # I'm off for ~36 hours, when back I think we MUST set date and location for the devcon 12.27.25 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) 12.27.27 Part B4gder 12.27.27 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net) 12.36.48 Quit fehmicans (Remote closed the connection) 12.50.05 Quit ctaylorr (Read error: 110 (Connection timed out)) 12.55.22 Join DerDome [0] (n=DerDome@dslb-082-083-232-234.pools.arcor-ip.net) 13.20.12 *** Saving seen data "./dancer.seen" 13.29.55 Join cendres [0] (n=ashes@modemcable123.78-80-70.mc.videotron.ca) 13.29.55 Quit ashes (Read error: 104 (Connection reset by peer)) 13.33.43 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 13.34.28 # anyone with a rokboxed beast here? 13.35.17 Quit cendres (Remote closed the connection) 13.35.21 Join ashes [0] (n=ashes@modemcable123.78-80-70.mc.videotron.ca) 14.11.12 Nick qwm is now known as nze (i=qwm@c83-254-194-26.bredband.comhem.se) 14.11.34 Nick nze is now known as qwm (i=qwm@c83-254-194-26.bredband.comhem.se) 14.12.05 # woohoo! 14.12.40 # jhMikeS' v8 patch works fine 14.13.29 # gevaerts: fdisk seems to think my partition table looks weird though 14.13.50 # Nico_P: CHS confusion ? 14.15.18 Join agm3nt [0] (n=opera@bartek.tu.kielce.pl) 14.15.31 # http://pastebin.com/m6f1e494d 14.16.49 # Nico_P: that's probably the same problem that BigBambi has 14.16.53 # ok 14.17.03 # I'll mount the partitions 14.17.23 # Can you ? The kernel didn't see them 14.17.52 # hmm no you're right 14.18.08 # I'll go try it on a windows box 14.18.59 # If you feel lucky, you could copy the info with sfdisk -d /dev/sdb > /tmp/sdb.out, and write a new partition table with sfdisk -f /dev/sdb < /tmp/sdb.out 14.19.16 # Of course, if it doesn't want to boo anymore afterwards, you're in trouble... 14.19.38 # * gevaerts recommends backing up the first sector with dd first 14.20.39 # Nico_P: Do you have MS Visual Studio? 14.21.55 # linuxstb: I think I have it somewhere 14.22.04 # windows mounted the partitions fine :) 14.22.35 # linuxstb: why? 14.22.49 # Nico_P: I was wondering if you would be interested in attempting a native windows version of sendfirm... This page (and example application) seems a good place to start - http://opensource.creative.com/mtp_enum.html - but I couldn't get it compiling with mingw 14.23.24 # hmm I could try 14.24.59 # linuxstb: you don't have VS2005? maybe VS C++ express could do? 14.25.57 # I don't really feel like learning to use it either... If I could build it with mingw, I would be happy to work on it though. 14.26.08 # Is VS C++ free? 14.27.53 # * linuxstb sees that it is, and sees how Wine handles it 14.28.41 # VS C++ express is 14.29.27 # it doesn't seem to work in wine though 14.30.49 Quit tvelocity (Remote closed the connection) 14.30.50 # No, the setup failed miserably... 14.31.21 # * Nico_P goes to shower and might try it after that 14.32.20 Join DavidSG [0] (n=Tordre@n099h024.wsr.mun.ca) 14.33.05 Quit daurnimator ("Cyas later...") 14.35.11 Join Bagder_ [0] (n=daniel@1-1-5-26a.hud.sth.bostream.se) 14.44.01 Join daurnimator [0] (i=daurn@unaffiliated/daurnimator) 14.48.03 # this one has bootloader USB mode and fixes some error handling bugs prime_transfer: http://jhmikes.cleansoap.org/gigabeat-S-UMS9.diff 14.50.07 Join TaylorKillian [0] (n=Administ@wl198118.wright.edu) 14.50.35 # jhMikeS: Are transfers reliable? 14.50.44 Quit MethoS- (Remote closed the connection) 14.51.50 # I haven't had a problem putting builds on. I haven't done any extentensive test runs either though. 14.52.42 Quit Bagder (Read error: 110 (Connection timed out)) 14.52.47 # Are you using high or full speed? 14.52.53 # high 14.55.22 # There still this annoying issue of the very first connect not being full speed or just failing that unplug/replug fixes. I can't seem to get rid it. 14.58.20 Quit gevaerts ("work->home") 14.59.21 # * Nico_P tries the new patch 15.01.19 # I still get "sdb: unknown partition table" in the dmesg output 15.03.42 # and BL USB mode fails to connect it seems 15.03.52 # I'll go try on the win box 15.04.04 Part agm3nt 15.04.50 # It probably won't help that. It should work on a Win box though. Windows doesn't seem very picky since previous patches would've sent alot of garbage. 15.07.01 # I think there's more inapproprate addresses being used in storage. 15.07.01 Quit rs ("CGI:IRC (EOF)") 15.09.56 # hmmm, I'll just have it panic if the address to send/receive isn't right...that would find anything remaining. 15.10.15 # oops, I added that already but it's wrong. :P 15.11.28 Quit pondlife ("Leaving.") 15.13.53 Join LambdaCalculus37 [0] (n=44a0430f@gateway/web/cgi-irc/labb.contactor.se/x-2849f8e27b945b45) 15.14.22 # jhMikeS: yeah I just tested on a windows box and both BL USB mode and regular USB worked fine 15.14.35 # congratulations :) 15.14.58 # thanks. btw, how'd you "unbrick" it? 15.15.03 # * LambdaCalculus37 comes in and reads the logs to see what antics jhMikeS is up to now 15.15.42 # jhMikeS: by renaming rockbox.tar to rockbox.wav and sending it as a music file. then I just needed to change the BL's search path 15.16.25 Join domonoky [0] (n=Domonoky@rockbox/developer/domonoky) 15.18.38 Join Shaid [0] (n=adam@124-168-22-77.dyn.iinet.net.au) 15.20.13 *** Saving seen data "./dancer.seen" 15.21.54 # hmmm, checks are fixing and no panicing 15.21.56 Join fehmicans [0] (n=canavar@88.252.141.47) 15.23.05 # jhMikeS: More USB work? 15.23.14 # of course :) 15.23.32 # I saw full speed is still problematic. 15.23.40 Join tedrock [0] (n=tedrock@d235-144-17.home1.cgocable.net) 15.24.42 # * Nico_P doesn't understand how full speed can be more of a problem than high speed 15.25.00 # the winbox I test on doesn't have high speed USB ports btw 15.25.16 # No speed is problematic, it's just that the first use of the hardware seems to have difficulty. I know it's not a software init issue because using BL usb mode (which will have the problem) and the connecting from RB firmware doesn't have that problem. 15.25.16 # Whoops, high speed... sorry. :P 15.25.33 # * LambdaCalculus37 needs some coffee 15.25.42 # * jhMikeS misspoke and should have said "high speed" 15.27.53 Quit linuxstb ("Leaving") 15.28.30 # fixed panics: http://jhmikes.cleansoap.org/gigabeat-S-UMS10.diff. perhaps a linux connect will spit something out. 15.32.37 Quit Rob2222 () 15.32.42 Join BuXY95 [0] (n=5b78a8d2@gateway/web/cgi-irc/labb.contactor.se/x-712c63a811b87ace) 15.32.59 Join Rob2222 [0] (n=Miranda@p4FDCDB35.dip.t-dialin.net) 15.33.27 # hi all 15.33.44 Join Rincewind [0] (n=Flubb@i528C3F20.versanet.de) 15.37.15 # jhMikeS: testing 15.38.10 Join gevaerts [0] (n=fg@195-144-092-131.dyn.adsl.xs4all.be) 15.39.39 # I still get "sdb: unknown partition table" 15.41.01 Join lando__ [0] (n=lando@c-66-176-46-197.hsd1.fl.comcast.net) 15.41.41 # hmmm, if not panics, then it's not a memory usage issue any more. you get this on every plugin? 15.42.07 Quit lando (Read error: 104 (Connection reset by peer)) 15.42.21 # I've never had it recognize the partitions. first time I plugged it in with the v10 patch, it didn't connect at all 15.42.42 # hi, which bitmap editor tool do you recommend for wps designing? 15.42.51 # we don't 15.43.00 # anything you're comfortable using 15.43.21 # i'm trying to get a good one for an hour now, but no luck 15.43.41 # Gimp is decent one 15.44.32 # Nico_P: do you have a usb flash device at hand without important data on it ? 15.44.35 # i'll check that... but what about stacked graphics like a 10-part volume display? 15.44.45 # GIMP can do that. 15.45.15 # gevaerts: I have 15.45.22 # Read these: http://www.rockbox.org/twiki/bin/view/Main/CustomWPS and http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToWPSMaking 15.45.38 # Oh yes, and this too: http://www.rockbox.org/twiki/bin/view/Main/ThemeGuidelines 15.45.42 # Nico_P: you could copy the first few sectors of the gigabeat to the flash device. 15.46.10 # Nico_P: change line 401 in usb-drv-arc.c to REG_PORTSC1 = (REG_PORTSC1 & ~PORTSCX_PHY_TYPE_SEL) | PORTSCX_PTS_UTMI; (That connects here as well) 15.46.34 # If that gives the same errors as the gigabeat (i.e. no partition table found), we're 100% sure that it's a linux<->beast incompatibility, and not a usb stack problem 15.46.46 # yeah, i knew about the customwps and simpleguide, now i check the other too 15.47.24 # * gevaerts is already 99% sure, but you never know... 15.47.50 # gevaerts: you think it's a linux<->beast incompatibility? 15.47.59 # Nico_P: could you send me the first sector of the gigabeat ? I'd like to experiment a bit 15.48.14 # gevaerts: just give me the command I need to run 15.48.20 # Nico_P: "incompatibility" in the sense that the partition table seems to be incompatible... 15.48.22 # pfewt 15.48.34 # Nico_P: dd if=/dev/sdb of=/tmp/dump count=1 15.48.45 # Assuming that /dev/sdb is the correct device 15.48.57 # * Nico_P tries jhMikeS' change and will do it right after that 15.50.10 Join FOAD_ [0] (n=dok@dinah.blub.net) 15.50.53 # jhMikeS: now it's not connecting at all 15.51.29 Part LinusN 15.53.33 # I must have a freaky device. try a windows box? 15.53.54 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) 15.54.01 # alright. one sec 15.57.00 Join jgarvey [0] (n=jgarvey@cpe-024-163-032-204.nc.res.rr.com) 15.57.08 # jhMikeS: nope. doesn't connect on windows either 15.57.26 Join perrikwp|class [0] (i=982135d2@gateway/web/ajax/mibbit.com/x-f76eb41857aa9e2e) 15.57.27 # ok 15.58.10 # I'm back to plain v10 so I can give gevaerts the data 15.59.50 # gevaerts: is dcc ok for you? 15.59.57 # it should be 16.01.05 # Thanks 16.01.20 # do you still want me to try the thing with the flash drive? 16.01.35 # I can do that myself now 16.01.57 Join mf0102 [0] (n=michi@85.127.182.34) 16.03.35 # * gevaerts can reproduce the problem here 16.04.02 # so it's the partition table's fault? 16.04.05 # yes 16.04.15 Quit fehmicans ("Konversation terminated!") 16.04.24 # so is there a way we could fix it? 16.04.24 # Or linux's fault for being too strict... 16.04.27 # gevaerts: I think I know now why I had the problems with the c240. I had the sansa in autodetect and copied files over. This corrupted the file system. After our recovery session I later set it to MSC mode and now it is working like it should 16.04.38 # Rincewind: great 16.06.56 # how do you get around the partition table problem? 16.07.29 # and what is wrong with it? (In simple terms) 16.07.36 Quit FOAD (Read error: 110 (Connection timed out)) 16.07.37 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) 16.08.29 # I'm still looking at it. Once we know what is 'wrong' with it, we could fix it from within rockbox, but the OF might depend on the exact contents... 16.09.13 # * jhMikeS was wondering if that sector could be massaged when transmitted 16.09.58 # It could, but I would only do that if nothing else works... 16.11.30 # * jhMikeS wonders if a raw dump from directly in rockbox wouldn't be a good idea as a control. compare the two methods of obtaining it. 16.12.35 # * petur suddenly gets an idea for writing a hex viewer/editor with raw disk access 16.13.15 # Norton used to have one a long, long time ago 16.13.28 # on rockbox? ;) 16.13.30 # Back when their tools were useful... 16.13.41 # petur: Brilliant idea! 16.13.42 # I'm pretty sure, uh, whichever hex editor I have installed does that 16.13.45 # * Shaid looks 16.13.54 # rbUtilities? oh wait :p 16.14.17 # * petur had something like that already for looking at the eeprom of his h300 16.14.17 # * gevaerts found the problem 16.14.28 # gevaerts: What was the problem? 16.14.35 # yes, speak! 16.14.46 # first, commercial break 16.15.03 # beer commercial? 16.15.04 # The bootable flag is supposed to be 0x00 or 0x80 according to wikipedia, and linux checks that. On the gigabeat S, the bootable flag for these partitions are 0x01 16.15.19 # eow 16.15.26 # meow 16.15.29 # s/are/is/ 16.16.10 Quit markun (Read error: 104 (Connection reset by peer)) 16.16.31 Join markun [50] (n=markun@rockbox/developer/markun) 16.16.38 # so, umm how to fix without changing the disk or massaging data? 16.16.42 # Does someone here have a be 16.17.15 # Does someone here have a beast that shows the problem and the ability to fix the disk afterwards if it doesn't boot anymore after "fixing" this ? 16.17.51 # jhMikeS: adding a workaround in the linux code, but that would take a long time before everyone has it... 16.17.59 # a disk enclosure would be needed, right? 16.18.23 # Nico_P: I think so, yes. Obviously the hope is that it will work 16.18.52 # I don't think I'm willing to try it without a means to revert it easily if it fails 16.19.38 # * gevaerts wants to know _why_ it deviates from normal values 16.21.12 # phone toshiba! 16.22.23 # Nico_P: of course, as long as you're still developing, you could use a patched kernel 16.23.21 # I'm not too keen on that either 16.23.35 # gevaerts: which wikipedia article 16.23.47 # jhMikeS: http://en.wikipedia.org/wiki/Master_boot_record 16.26.06 # gevaerts: seen this? http://readlist.com/lists/vger.kernel.org/linux-kernel/91/459874.html 16.26.40 # oops 16.26.57 # is the rest of the table ok? maybe garbage in there? 16.27.32 # petur: not really relevant I think. That's just about disks with no partition table 16.28.11 # petur: if I fix the bootable flags my system finds partitions. Of course it complains about size, my flash stick is smaller than the gigabeat... 16.29.00 # well I was just googling for boot indicator ;) 16.31.46 Join domonok1 [0] (n=Domonoky@92.228.22.49) 16.32.02 # * gevaerts hopes that someone will try just fixing the table 16.32.41 # can you connect the disk to a pc directly to revert in case it goes wrong? Can we dual boot and write a restore function in RB to revert? 16.33.19 # there's no knowing that the OF's BL will allow rockbox to boot after the change has been made 16.33.25 # Connecting directly if you have the necessary hardware should work without problems. 16.33.54 # but I guess the device would go in restore mode if the part table is incorrect 16.34.21 # * gevaerts looks at Nico_P to try this :) 16.34.55 # oh come on :) 16.35.12 # * jhMikeS thinks having to mod this stuff in a functional port would be not so great anyway 16.35.46 # * jhMikeS dares Nico_P 16.35.57 # * gevaerts doesn't see a _clean_ way to solve this 16.37.06 # there's a reason devs have multiple DAPs. For the case that you brick one when trying stuf... :p 16.38.44 Quit perrikwp|class ("http://www.mibbit.com ajax IRC Client") 16.39.37 # * gevaerts can't try it unless someone sends him a beast ;) 16.40.12 # * jhMikeS is clinging to his 16.44.39 # * gevaerts notices that BigBambi has put his gigabeat disk in his ipod video at least once. He can probably do it again :) 16.45.23 Quit Shaid (Read error: 110 (Connection timed out)) 16.45.26 # * Nico_P is pondering 16.47.32 # * gevaerts encourages Nico_P 16.48.09 # what should I do? hand-edit the dump and dd it back, or use (s)fdisk? 16.48.59 # Download http://www.evonet.be/~gevaerts/gigabeat-S-mbr-fixed and dd it to the device 16.49.47 Join nplus [0] (n=npl@141.25.globcom.net) 16.49.50 Join Thundercloud_ [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 16.50.01 Quit domonoky (Read error: 110 (Connection timed out)) 16.50.22 # so that would be dd if=gigabeat-S-mbr-fixed ff=/dev/sdb count=1 ? 16.50.35 # s/ff/of/ 16.50.56 # typo again :) 16.51.03 # count is not really needed here, but it can't hurt 16.51.42 # * gevaerts recommends to always double-check dd commands for typos ;) 16.53.11 Quit EspeonEefi ("さよăȘら") 16.53.30 # it worked! 16.53.47 # \o/ 16.53.50 # I ran the dd, rebooted 16.54.00 # the boot process went fine 16.54.09 # and on connect, both partitions showed up 16.54.58 # * linuxstb reads the logs and tries to catch up... 16.55.00 # * Nico_P tries to boot the OF 16.55.32 # The problem was that Linux refused to mount the partitions because the bootable flag was invalid? But Windows mounted them fine? 16.56.00 # well the OF appears to work fine too 16.56.03 # linuxstb: yes. My guess is that linux has to be more careful because it supports much more partition types 16.57.14 # * gevaerts votes to make this part of the installation procedure. After all it only changes two bits. That can hardly hurt 16.57.14 # I've been wondering if Rockbox should (by default at least) hide the firmware partition - to protect users from themselves... 16.58.55 # Maybe it still works if the partition type is 0x1b instead of 0x0b (FAT32 hidden). That would IMO be the cleanest way to achieve that 17.00.20 # linuxstb: I think so since I don't want to mess up because of a stupid mistake and perhaps a backdoor keypress to get around it if desired 17.00.34 # Really hiding the partition would mean adding block translation and fake partition tables to the UMS driver. 17.00.50 # gevaerts: Yes, that's what I was thinking... 17.00.50 # * gevaerts doesn't object to that, but doesn't volunteer either 17.01.20 # jhMikeS: Yes, I think some kind of "recovery mode" USB mode in the bootloader (accessible with a key combination) would be nice... 17.03.04 # I haven't dared trying to install another bootloader by dropping an nk.bin there yet though I can't see why it shouldn't allow it. 17.03.25 # I might try it 17.03.55 # * Nico_P has a phone call to make before, though 17.04.45 # * jhMikeS is comfortable with letting Nico_P be his stunt double 17.04.48 Quit Thundercloud (Read error: 110 (Connection timed out)) 17.04.53 Quit petur ("connection reset by beer") 17.05.29 Join RoC_MasterMind [0] (n=Free@c-71-203-172-58.hsd1.fl.comcast.net) 17.05.34 # Drat... for some reason, I can't get the hacked Gigabeat V updater to work properly under Wine. 17.06.01 # LambdaCalculus37: Why do you need to? Does sendfirm not work for you? 17.06.29 # linuxstb: sendfirm works fine, but I wanted to see if I can pull out the nk.bin file from the updater. 17.06.53 # afterall, I really don't want to get held back for hrs days? weeks? trying to get sound 17.06.54 # I want to keep a clean, unpatched copy around that I can copy to patch with the bootloader. 17.08.35 # * gevaerts still doesn't see why this sound is so imprtant ;) 17.11.02 # Wait a second... 17.11.17 # updating the bootloader by writing to /dev/sdb1 worked like a charm! :) 17.11.48 # * LambdaCalculus37 decides to grab the Gigabeat V updater and see if he can open it on his work PC 17.14.05 # * gevaerts thinks that MSC might be enough incentive to make some beast owners install rockbox 17.14.13 Join FOAD_ [0] (n=dok@dinah.blub.net) 17.16.16 Join toffe82 [0] (n=chatzill@h-74-0-180-178.snvacaid.covad.net) 17.20.15 *** Saving seen data "./dancer.seen" 17.26.26 Quit Thundercloud_ (Read error: 104 (Connection reset by peer)) 17.26.29 Join Lucid [0] (n=dc963cfa@gateway/web/cgi-irc/labb.contactor.se/x-d5b3cbf85c31e526) 17.26.46 # jhMikeS: what did you mean with your comment about sound? 17.26.48 Quit FOAD (Read error: 110 (Connection timed out)) 17.26.48 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) 17.27.00 Join Thundercloud_ [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 17.27.24 # Hi. Can I have a write permission to the wiki? 17.27.32 # Nico_P: I don't want to get held back by trying the stunts you are and messing something up. :) 17.27.44 # ah, I see :) 17.27.57 # well the stunts work fine ;) 17.28.42 # Lucid: are you going to help with the t400 ? 17.30.05 # toffe: yes. I have a beast and T401S. Thinking of updating GigabeatTinfo, helping Japanese translation stuff and so on... 17.30.43 Join waldo [0] (n=waldo@ip-81-11-224-9.dsl.scarlet.be) 17.30.58 # not much of a coder though... 17.31.02 Quit Rincewind ("bye") 17.31.23 # I have the t400, I try the update yesterday and it doesn't work on it :( 17.31.25 # Lucid: would there be any demand for a japanese or chinese input method? 17.32.55 # toffe82: I read through the Toshiba Japanese site, it seems that T updater only works on v2(WiFi inside) 17.33.25 # * jhMikeS bangs head about this first connect after startup thing 17.33.44 # yes, I read it also from what I understand after a google transaltion :) 17.33.54 # Lucid: ok, you have write permission now 17.34.40 # Lucid: can you tell me what is this exchange made by toshiba for the t401 ? the translation is not so clear 17.36.34 # markun: I think japanese and chinese has too much characters for DAPs to input.. People who use Rockbox (usually) has a PC with them, so inputting those characters are maybe too hard for us. 17.36.53 # markun: and thank you for the permission :) 17.37.13 # Lucid: Welcome to Rockbox! :) 17.37.32 # Lucid: yes, probably. And not easy to guess the right chinese characters from a pinyin input for example. 17.37.46 # I usually don't type English on PC... my slow typing is so slow! 17.38.02 # the hangul input method for rockbox was easy 17.41.03 # jhMikeS: maybe commit the current state as it almost works 17.41.27 # * gevaerts agrees 17.41.44 # you might get a hunch later on while doing something elese 17.42.12 # s/almost works/works almost perfectly 17.42.22 # For instance while testing out your newly working sound driver later this week ;) 17.42.36 # hehe, exactly what I had in mind ;) 17.42.42 # Lucid: don't worry about the slow typing, you will get used to it :) 17.42.55 # toffe82: checking now... The site deleted the info of t401v1 so I can't compare easily:( 17.45.14 Join tvelocity [0] (n=tony@ppp64-76.adsl.forthnet.gr) 17.45.17 # LambdaCalculus37: Thanks! I was reading this IRC's log for almost an year, i really love Rockbox people. 17.45.37 # Lucid: :) 17.46.16 # Lucid: To be honest, I was a wee bit confused at first when you mentioned a Gigabeat T model that has no WiFi. 17.47.59 Quit CyBergRind|w ("!") 17.48.32 # Lucid: I think it is this one http://www.gigabeat.net/mobileav/audio/info02/20080207.htm 17.48.38 # I didn't even know there was a WiFi-enabled model. Here in the U.S., we get the model without WiFi. 17.49.44 # s/wee/little 17.51.44 # LambdaCalculus37: Yeah. Toshiba just started to sell WiFi-enabled model (T401). And the one with no WiFi is called T401S. Pretty confusing... 17.52.44 # Lucid: Indeed. But I'll see if they start appearing in stores here in the States. 17.53.17 # hmm 17.53.57 # toffe82: I found this japanese news site; http://www.watch.impress.co.jp/av/docs/20070828/toshiba.htm 17.54.57 # according to this article, they started to sell T401 and T401S at the same time(which I was wrong above) 17.56.13 # Lucid: can you check the link I gave ? 17.56.32 # and it says that T401 was only able to connect to PodCast. At first it couldn't connect via WiFi and download videos. 18.00.56 # toffe82: the link you gave me claims that v2.0 (1) enables public WiFi connect to "Gyao", the japanese video hosting service from SOFTBANK corporation. 18.03.28 # Lucid: and they made an exchange to update the firmware ? 18.03.53 # toffe82: right. 18.04.13 # * jhMikeS can dump it in SVN...yessum. Device memory usage gets changed for PP targets but they work fine too. 18.05.02 # v2.0 (2) able to change the main menu's font size to "Normal" "Big" "very Big" 18.06.16 # I don't understand why they made us send the actual hardware. maybe changed some internals? 18.10.58 # Lucid: what version do you have ? 18.13.33 # toffe82: I have T401S. (maybe same as yours). my friend has a T401 v2 18.14.04 # Lucid: the picture on the wiki are from my t400 18.14.27 # Lucid: Looking at both firmware updates will be very useful. 18.14.43 # lucid : do you know if it is still possible to find the X60 ? 18.16.26 # toffe82: should I try to open up my T401S? :) for X60 i'll go look for auctions. 18.18.30 # LambdaCalculus37: indeed. i compared the binaries of the V updater and T. most parts looks the same but i'm not a specialist for these type of hacking :p 18.19.30 Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) 18.20.18 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother) 18.21.31 # Lucid: I was figuring out how a port for the Gigabeat T would work, and was playing with the concept of checking for whether WiFi hardware is present or not. 18.21.39 # does anyone know who this Michael is who wrote on the devcon thread? 18.21.53 # bluebrother: For West or Euro? 18.21.55 # as he was nice enough to leave out his last name I have no idea myself ... 18.21.59 # LambdaCalculus37: Euro 18.22.06 # the discussion about berlin 18.22.25 # bluebrother: no idea here too 18.22.53 Join DerPapst [0] (n=Der@p5B23EA57.dip.t-dialin.net) 18.22.59 Join jhulst [0] (n=jhulst@unaffiliated/jhulst) 18.23.00 Quit Nico_P (Remote closed the connection) 18.23.08 Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP) 18.23.08 # * LambdaCalculus37 looks at the history 18.23.17 Join [CBR]Unspoken|w [0] (n=cbr@212.98.160.130) 18.23.29 # I'm tempted to reply that him not attending is nothing I consider a con unless he is a dev or staffer ... 18.23.41 # and it doesn't look like he is one, is he? 18.24.03 # LambdaCalculus37: Ah. If thats the way it works, it will be pretty hard to modify the updater... 18.24.47 # bluebrother: I have absolutely no idea who that is. 18.25.07 Quit rgould (Remote closed the connection) 18.25.10 Join rgould [0] (n=rgould@CPE00016ce73a0c-CM001a66682bea.cpe.net.cable.rogers.com) 18.27.29 # toffe82: Sorry I couldn't find one on main japanese auctions...:( 18.27.41 # bluebrother: I just thought he misunderstood what "con" means... 18.28.22 # possible ... 18.28.36 # or he missed the "dev" part. 18.28.55 Join Buschel [0] (n=AndreeBu@p54A3F2F1.dip.t-dialin.net) 18.29.24 # pixelma: I think he did misunderstand. 18.29.24 Join Horscht [0] (n=Horscht@xbmc/user/horscht) 18.29.50 Join sk [0] (n=sk@c-67-167-117-152.hsd1.il.comcast.net) 18.30.02 # Lucid: you can open it if you don't mind to see the differnce with the t400 18.30.16 Join sitwon [0] (n=adam@static-71-166-233-112.washdc.east.verizon.net) 18.31.29 Quit sitwon ("Leaving") 18.33.26 Join sitwon [0] (n=adam@static-71-166-233-112.washdc.east.verizon.net) 18.35.42 # bluebrother: you seem to understand him in an even different way *shrug* 18.36.55 # so we should make the devcon in stockholm, then we dont have to talk about those ads :-) 18.38.40 # amiconn: you there? 18.38.52 # hehe ... :) 18.39.34 # he claims that accomodation would be cheap in berlin ... but is that also true for the target date? I noticed huge differences depending on timeframe 18.40.07 Join petur [0] (n=petur@d54C6F2F2.access.telenet.be) 18.41.19 Quit BuXY95 ("CGI:IRC (Ping timeout)") 18.43.03 # bluebrother: I think it is possible to find cheap solutions if you don't have high expectations (like single hotel room or so), I'd imagine renting a guest flat could be good one but haven't looked into it myself yet 18.43.55 Quit sbhsu (Read error: 104 (Connection reset by peer)) 18.44.06 Join sbhsu [0] (n=a6530466@Zion.dorm.au.edu.tw) 18.44.20 Join shodanX_ [0] (n=shodanX@i9a132.informatik.uni-erlangen.de) 18.44.20 Quit shodanX (Read error: 104 (Connection reset by peer)) 18.44.34 # yay, my ipod radio remote arrived 18.45.54 # now make it work with Rockbox ;) 18.46.01 Join merbanan [0] (n=banan@83.233.163.196) 18.46.16 # Horscht: Or you get no dinner. ;) 18.46.24 # it doesn't already? you told me it did! I want my donation back! 18.46.39 # i'm gonna tell mommy 18.46.39 # heh 18.46.54 # did LinusN commit his ipod remote code? 18.47.09 # no, but there's a patch on FS 18.47.21 # I am checking out/compiling 18.48.34 Nick merbanan is now known as ffmpeg_merbanan (n=banan@83.233.163.196) 18.50.21 Quit Buschel () 18.53.27 Quit jhulst ("Konversation terminated!") 18.55.44 # * Nico_P spots the commit :) 18.57.21 # * LambdaCalculus37 saw it too :) 18.58.31 # LambdaCalculus37: have you seen what's necessary to get the partitions to be recognized by linux? 18.59.49 # jhMikeS: Ehum... beast bootloader is red... 19.00.00 # heh, with UMS and rolo, things are looking good now :) 19.00.02 # I know, why's it picking up the define :\ 19.00.07 # _not_ 19.00.26 # Rolo isn't right at all when actually roloing a new image 19.00.54 # really? 19.01.13 # Data abort, weird crashes, etc. 19.01.25 # it loaded the new firmware file fine here 19.01.36 # sometimes it does 19.02.07 # gevaerts, jhMikeS: I don't think that hiding the firmware partition by default needs sophisticated sector address translation 19.02.58 # Rockbox usb would just need special handling for the mbr, translating the standard fat(32?) partition type of the firmware partition into "hidden fat32" 19.03.20 # Nico_P: I was reading earlier. 19.03.21 Quit saratoga ("CGI:IRC (EOF)") 19.03.27 # But I haven't got my PC with my today. 19.03.38 # Of course it would be easier if the OF doesn't care and still boots with the partition actually set to that type 19.07.04 # jhMikeS: Where does the bin delta for PP come from? 19.07.31 # (PP502x to be precise) 19.07.41 # did some changes in general to handle memory differences 19.08.13 # and fixed a bad spot in some error handling that would leave abandoned wakeup signals 19.08.47 Quit TaylorKillian (Read error: 110 (Connection timed out)) 19.09.45 # ah 19.09.48 # there were also some handling of things with UNCACHED_ADDR that needed fixing (when getting descriptors) 19.10.00 # * amiconn wonders whether we might have too many memory attributes by now 19.10.47 Join borges [0] (n=bruges@e178013118.adsl.alicedsl.de) 19.11.14 # afaikatm I can't handle the noncacheable stuff in such a trivial way on imx31 19.12.51 # especially since the memory mapping can't be flat unless it's possible to move the framebuffer physical address 19.15.13 Join ChristopherW [0] (n=christop@ip68-3-220-253.ph.ph.cox.net) 19.15.24 Part ChristopherW 19.20.19 *** Saving seen data "./dancer.seen" 19.20.20 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) 19.21.49 Quit Lucid ("CGI:IRC (EOF)") 19.23.13 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul) 19.26.09 Nick domonok1 is now known as rb_domonoky (n=Domonoky@92.228.22.49) 19.27.44 Join gevaerts_ [0] (n=fg@195-144-092-142.dyn.adsl.xs4all.be) 19.28.14 Quit gevaerts (Nick collision from services.) 19.28.19 Nick gevaerts_ is now known as gevaerts (n=fg@195-144-092-142.dyn.adsl.xs4all.be) 19.33.48 Quit bluebrother ("leaving") 19.39.07 # * linuxstb doesn't want to be fussy, but sees that usb-drv-arc.c has lost its svn history... 19.39.16 # * gevaerts also noticed 19.41.00 Quit sitwon ("Leaving") 19.42.50 Join Lucid [0] (n=dc963cfa@gateway/web/cgi-irc/labb.contactor.se/x-02e44df9afcc1052) 19.43.26 Join desowin [0] (n=desowin@atheme/developer/desowin) 19.45.31 # I just managed to gigabeat T401S recognize on win2000 / wmp9 19.47.35 Join MethoS- [0] (n=clemens@host-091-096-213-015.ewe-ip-backbone.de) 19.47.58 # Lucid: Cool! 19.48.09 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 19.49.14 Join MethoS-- [0] (n=clemens@host-091-096-215-004.ewe-ip-backbone.de) 19.49.37 Join bertrik [0] (n=bertrik@225-014-045-062.dynamic.caiway.nl) 19.50.29 Join advcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019) 19.50.48 # Lucid: is there a way to find the firmware of the t410s / t400 19.51.05 # some download from toshiba ? 19.51.10 Join |ved| [0] (n=ved@137-mi2-1.acn.waw.pl) 19.51.32 Quit Seed (Nick collision from services.) 19.51.35 Join Seedy [0] (i=ben@bzq-84-108-237-178.cablep.bezeqint.net) 19.51.36 Join lee-qid [0] (n=liqid@p54965023.dip.t-dialin.net) 19.51.53 Join EspeonEefi [0] (i=espeonee@STRATTON-FIVE-THIRTY-FOUR.MIT.EDU) 19.52.03 # toffe82: I can't find them for now 19.52.55 Quit sbhsu (leguin.freenode.net irc.freenode.net) 19.52.55 NSplit leguin.freenode.net irc.freenode.net 19.52.55 Quit FOAD (leguin.freenode.net irc.freenode.net) 19.52.55 Quit jgarvey (leguin.freenode.net irc.freenode.net) 19.52.55 Quit homielowe (leguin.freenode.net irc.freenode.net) 19.52.55 Quit Zom (leguin.freenode.net irc.freenode.net) 19.52.55 Quit advcomp2019 (leguin.freenode.net irc.freenode.net) 19.52.55 Quit axionix (leguin.freenode.net irc.freenode.net) 19.52.55 Quit lymeca (leguin.freenode.net irc.freenode.net) 19.52.55 Quit vedlith (leguin.freenode.net irc.freenode.net) 19.52.55 Quit crashd (leguin.freenode.net irc.freenode.net) 19.52.55 Quit feisar (leguin.freenode.net irc.freenode.net) 19.52.55 Quit ch4os_ (leguin.freenode.net irc.freenode.net) 19.52.55 Quit HEx (leguin.freenode.net irc.freenode.net) 19.52.55 Quit inakicojk (leguin.freenode.net irc.freenode.net) 19.53.11 Join saratoga [0] (n=9803c50e@gateway/web/cgi-irc/labb.contactor.se/x-8240e446952ec594) 19.53.20 # LambdaCalculus37: there is an unofficial driver for S30 to work on win98&2k http://jp.servehttp.com/up/etc/gigabeatS30DriverFor98&2k.zip 19.54.49 # I used usbview on XP and looked for T's VID&UID, and changed the .inf file... it worked nicely 19.55.06 NHeal leguin.freenode.net irc.freenode.net 19.55.06 NJoin sbhsu [0] (n=a6530466@Zion.dorm.au.edu.tw) 19.55.29 NJoin ch4os_ [0] (n=ch4os@unaffiliated/ch4os/x-059673) 19.55.35 NJoin FOAD [0] (n=dok@dinah.blub.net) 19.55.41 Join feisar [0] (i=jljhook@89.166.50.63) 19.55.42 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 19.55.44 NJoin Zom [0] (n=zom@h-43-44.A166.cust.bahnhof.se) 19.56.06 # is http://www.rockbox.org/irc/log-today not working for anyone else? 19.57.18 # works here 19.57.28 # Works here too. 19.57.46 # doesn't seem to work here 19.57.54 NJoin crashd [0] (i=foobar@lostnode.org) 19.58.57 Quit MethoS-- (Remote closed the connection) 19.59.13 NJoin homielowe [0] (n=eric_j_l@d205-250-150-38.bchsia.telus.net) 19.59.22 Nick rb_domonoky is now known as rockbox-domonoky (n=Domonoky@92.228.22.49) 19.59.35 # Lucid: Thanks for the driver. ;) 19.59.53 Quit linuxstb (Read error: 110 (Connection timed out)) 19.59.53 # Although I use Linux, I can use it on a virtual PC session. 20.02.50 Quit w0rd54 (Remote closed the connection) 20.03.11 # LambdaCalculus37: :) 20.03.34 NJoin axionix [0] (n=axion@cpe-74-70-239-117.nycap.res.rr.com) 20.05.03 Quit borges ("ChatZilla 0.9.81 [Firefox 2.0.0.13/2008031114]") 20.05.47 # Lucid: Want to start jotting your findings down on the GigabeatTInfo page in the wiki? 20.06.34 NJoin HEx [0] (i=HEx@83-231-209-76.dsl.prodigynet.co.uk) 20.06.44 Join lymeca [0] (i=lymeca@unaffiliated/lymeca) 20.06.45 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 20.06.48 Join w0rd54 [0] (i=blackdev@100mbit.top-site.us) 20.06.58 NJoin jgarvey [0] (n=jgarvey@cpe-024-163-032-204.nc.res.rr.com) 20.06.58 Join Seed [0] (i=ben@bzq-84-108-237-178.cablep.bezeqint.net) 20.06.58 NJoin inakicojk [0] (i=0@86.122.116.44) 20.07.37 Quit Nico_P (Remote closed the connection) 20.08.06 Quit MethoS- (Read error: 110 (Connection timed out)) 20.08.24 Join troy_ [0] (n=toppy@89.243.190.173) 20.08.37 Nick scorche is now known as rockbox_scorche (i=Blah@rockbox/administrator/scorche) 20.09.36 # any one know about hitachi sh cpu 20.10.00 # troy_: yes, we support some players using SH1 CPUs 20.10.54 # the old archos players run with those sh cpus (~11Mhz).. 20.11.04 # do you understand the asemble language of the sh cpu? 20.11.30 Join jhulst [0] (n=jhulst@unaffiliated/jhulst) 20.11.43 Quit inakicojk (leguin.freenode.net irc.freenode.net) 20.11.43 Quit Seed (leguin.freenode.net irc.freenode.net) 20.11.43 Quit jgarvey (leguin.freenode.net irc.freenode.net) 20.11.45 # i don't, but its well documented 20.11.54 # * rockbox-domonoky doesnt know it, but i am sure there is a sh arm manual somewhrer.. 20.12.03 # s/arm/asm 20.12.32 # ok 20.12.45 Nick gevaerts is now known as rockbox_gevaerts (n=fg@rockbox/developer/gevaerts) 20.12.54 Nick linuxstb_ is now known as linuxstb (n=linuxstb@rockbox/developer/linuxstb) 20.13.01 # LambdaCalculus37: gathering the info now ;) 20.13.02 Nick petur is now known as rockbox_petur (n=petur@rockbox/developer/petur) 20.13.04 NJoin jgarvey [0] (n=jgarvey@cpe-024-163-032-204.nc.res.rr.com) 20.14.44 Nick linuxstb is now known as rockbox_linuxstb (n=linuxstb@rockbox/developer/linuxstb) 20.15.03 # Lucid: Any links with useful information can be linked to as well. 20.16.56 Quit ompaul (Client Quit) 20.17.33 Quit jhulst ("Konversation terminated!") 20.17.43 Quit DaCapn () 20.18.41 Join Chronon [0] (i=chronon@c-24-20-117-106.hsd1.or.comcast.net) 20.19.18 Nick rockbox_linuxstb is now known as linuxstb (n=linuxstb@i-83-67-212-170.freedom2surf.net) 20.22.10 # I was thinking to put some information on the wiki about where to find suitably licensed images (e.g. for themes). Any good ideas on where to put this? I was considering possibly adding a section to the ThemeGuidelines page, but that would involve some discussion of licensing to give this information context. 20.23.32 # Chronon: If it's CC-licensed works, then I don't think it'd be too much trouble to link to it. 20.23.39 # But just to make sure... 20.24.20 # I was planning to link to the CC-search pages of Flickr and openphoto 20.24.32 # They allow you to search images by CC license type 20.24.42 # or browse might be more accurate 20.25.21 # rockbox_gevaerts: nice to see that USB now passes all USB tests I dared to run! 20.25.30 # no... I searched yesterday on Flickr at least. 20.25.34 # bertrik: even the stall ? 20.26.48 # yes I think so, chapter 9 tests were all green 20.27.02 # great ! 20.27.12 Nick ffmpeg_merbanan is now known as merbanan (n=banan@83.233.163.196) 20.27.34 Join Mouser_X2 [0] (i=89beb511@gateway/web/ajax/mibbit.com/x-a3a414a5aed6af9e) 20.28.06 # tried again, still green. It passes the bulk of the tests in about 2 or 3 seconds and takes a little longer doing the 150 enumerations, but that's normal 20.29.07 # linuxstb: I did "ls -l sendfirm" and apparently it didn't have executable rights... Right-clicking it and selecting properties allowed me to change this. However, at the time that I did this I was on the way out the door to catch a bus. As such, I haven't had the chance to try sending firmware to my device yet. 20.30.06 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul) 20.30.20 Quit mf0102 ("Verlassend") 20.31.11 Nick rockbox_petur is now known as petur (n=petur@d54C6F2F2.access.telenet.be) 20.31.19 Join gnakibded [0] (i=0@86.122.116.44) 20.32.22 # rockbox_gevaerts: I didn't run much of the MSC tests, but the HaltEndpointTest of the ch9 suite worked 20.32.41 # * rockbox_gevaerts has to check what change fixed that... 20.33.18 # I just saw that jhMikeS did some work on USB today, maybe he fixed it 20.33.18 # * jhMikeS fixed a race condition and abandoned signal problem 20.33.35 # could be 20.34.51 # * jhMikeS just makes up names for things and doesn't know if that makes sense to anyone :p 20.35.17 # * rockbox_gevaerts will read the diff later today 20.35.37 # depends on the kind of things you make names up for 20.35.46 # you'd have to diff the drv files manually because svn wasn't liking moving it 20.36.11 # I know. I'll manage :) 20.36.29 Join DerPapst_ [0] (n=Der@p5B23EA57.dip.t-dialin.net) 20.36.52 # bertrik: pretty much anything since I really don't know what people call stuff. :) 20.37.53 Join ChristopherW [0] (n=christop@ip68-3-220-253.ph.ph.cox.net) 20.38.06 # how something works is far more mentally accessible than vocabulary 20.38.15 Quit ChristopherW (Client Quit) 20.38.25 # * rockbox_gevaerts agrees 20.41.34 Quit perrikwp ("http://www.mibbit.com ajax IRC Client") 20.43.46 Quit DerPapst_ ("*plop*") 20.43.47 # argh, times up :( I really should go to sleep tonight. just added the updater link to the wiki... I will add some more stuff later. 20.43.52 Join DavidS1 [0] (n=Tordre@n099h024.wsr.mun.ca) 20.44.01 # good night 20.44.02 # * jhMikeS starts thinking "sound" and tries to focus on the task at hand...and kindly persuades toffe82 to find some GPIOs (HEADPHONEMUTE, Audio LDO enable) 20.44.24 Join DerPapst_ [0] (n=Der@p5B23EA57.dip.t-dialin.net) 20.44.26 Quit DerPapst (Nick collision from services.) 20.44.28 Nick DerPapst_ is now known as DerPapst (n=Der@p5B23EA57.dip.t-dialin.net) 20.44.43 # good night, Lucid 20.44.43 Quit Lucid ("CGI:IRC (EOF)") 20.45.18 # I've wondered if it would be possible to have a bit flipper or something in one of the debug screens 20.47.16 # bertrik: theres a plugin that does that on the H10, it could probably be adaptec 20.47.20 # adapted 20.47.46 Join MethoS- [0] (n=clemens@host-091-096-215-020.ewe-ip-backbone.de) 20.48.04 # saratoga: ok, what's it called? 20.49.48 # bertrik: FS#8054 20.51.10 # ah interesting! 20.55.35 Quit sk (Read error: 104 (Connection reset by peer)) 20.57.14 # jhMikeS: :) 20.57.38 Join javaman [0] (n=Yifu@c-68-84-62-252.hsd1.nj.comcast.net) 20.58.01 Quit amiconn (" rrrrr") 21.03.05 Quit DavidSG (Read error: 110 (Connection timed out)) 21.05.13 Join wpyh [0] (n=william@th245021.ip.tsinghua.edu.cn) 21.09.06 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 21.16.34 Join MethoS-- [0] (n=clemens@host-091-096-209-068.ewe-ip-backbone.de) 21.18.53 # jhMikeS: Awesome job on the beast's USB support! 21.19.03 # Hopefully I'll get the chance to try it out myself... 21.19.13 Quit Mouser_X2 ("http://www.mibbit.com ajax IRC Client") 21.20.00 Quit desowin () 21.20.04 Quit lymeca (Remote closed the connection) 21.20.23 *** Saving seen data "./dancer.seen" 21.20.50 Join desowin [0] (n=desowin@atheme/developer/desowin) 21.22.20 # hmmm, trying to start the pictureflow plugin while playing music stops the playback boost 21.27.45 Join Zagor [242] (n=bjst@46.35.227.87.static.tab.siw.siwnet.net) 21.31.27 Join Afroken [0] (n=afropuff@cpe-76-174-46-83.socal.res.rr.com) 21.33.09 Quit MethoS-- (Remote closed the connection) 21.33.48 Quit MethoS- (Read error: 110 (Connection timed out)) 21.34.48 Join borges_ [0] (n=bruges@e178038088.adsl.alicedsl.de) 21.43.17 # Hmm, do we have a standard audio test file nowadays (encoded in all supported formats as far as that can be encoded)? 21.43.44 # * amiconn noticed that there's no indication of realtime for shorten and alac on PP5002, but has no such files 21.44.14 # amiconn: There's one posted on the Codec Performance page: http://www.rockbox.org/twiki/bin/view/Main/CodecPerformanceComparison 21.45.08 # I don't know if that's what you're looking for, though. 21.46.50 # nope 21.47.42 # Hmmm... 21.47.47 # * LambdaCalculus37 doesn't know any other one 21.48.01 Join FOAD_ [0] (n=dok@dinah.blub.net) 21.48.08 # There was the idea of having a standard (open licensed) reference track for performance comparison, encoded in all supported formats that support encoding 21.48.43 # This wiki page is a start, but the "encoder pack" only covers a fraction of the supported formats 21.49.00 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-edad90b0f717f6ae) 21.49.18 # amiconn: I figure a CC-licensed song would do. 21.49.59 # It's missing ac3, speex, alac, shorten, ape 21.50.06 Quit desowin (Read error: 113 (No route to host)) 21.51.02 # LambdaCalculus37: Yes 21.51.19 # Btw, I also forgot to mention mp1 and mp2 being missing 21.51.34 # * LambdaCalculus37 suggests getting a song from Magnatune; they're all CC licensed 21.51.40 # As far as I know, anyway. :) 21.51.53 # If we select such a song, it should be put on the dowload server, encoded in all those different formats 21.52.45 Join mf0102 [0] (n=michi@85.127.182.34) 21.54.26 # amiconn: http://magnatune.com/info/licensing 21.55.07 Join nplus_ [0] (n=nplus@141.25.globcom.net) 21.55.17 # Go home time is now. 21.55.26 # * LambdaCalculus37 goes home 21.55.39 Quit LambdaCalculus37 ("CGI:IRC 0.5.9 (2006/06/06)") 21.57.18 Quit nplus_ (Remote closed the connection) 22.02.13 Nick rockbox_gevaerts is now known as gevaerts (n=fg@195-144-092-142.dyn.adsl.xs4all.be) 22.02.48 Join bughunter2 [0] (n=Jelle@ip565fbeaa.direct-adsl.nl) 22.04.10 # noob here. is it possible to ask questions? 22.04.50 # Afroken: sure 22.05.43 # Afroken: as long as it's related to rockbox :) 22.06.08 # first I have a sansa e250. I can't seem to locate my video files. I converted them with WinFF and put them in a new folder called video2 22.06.19 Quit FOAD (Read error: 110 (Connection timed out)) 22.06.20 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) 22.07.03 # shucks I wanted to ask you about my personal problems. :D 22.07.26 # maybe the folder's hidden, but I think rockbox shows hidden files too by default 22.07.47 # Afroken: how are you trying to locate it? 22.08.03 # if you press down for two seconds you get to a menu where you can select what kind of files are shown 22.08.04 # through files 22.09.08 # Afroken: Are you sure you know where the folder is located? (You created it in MSC mode?) 22.09.36 # is my folder supposed to be in the root folder? 22.09.48 # yes i'm in msc mode. 22.09.59 # It's wherever you put it. 22.10.17 # It won't show up in the root folder unless you create it there. 22.11.44 Nick advcomp2019_ is now known as advcomp2019 (n=advcomp2@unaffiliated/advcomp2019) 22.13.47 # is there a difference in the file format .mpg or .mpeg? 22.14.29 # Moth suffixes should work 22.14.34 # s/Moth/Both 22.15.31 # well it's .mpg file and i can see it using what bertrik said, but still no luck in playing it 22.16.13 # * amiconn found that cowon lied a bit about the thickness of the X5 and M5 in their manuals 22.16.23 # They state thickness "excluding LCD" 22.16.38 # What use is that ? 22.16.43 # * amiconn measured and fixed that in the device chart, while adding the M3 22.17.43 # hmmm... second question. When i go to recording it says that the disk is full. any way of fixing that? Sorry for all the questions 22.18.17 # Afroken: is your disk full? 22.18.23 # no 22.18.33 # i even tried empyting the recycle bin 22.18.53 # only 696mb used 22.20.20 # Afroken: Windows sometimes doesn't update things that Rockbox uses to determine disk fullness. There's a screen where you can make Rockbox re-scan the disk, but I can't remember which, nor the button map for your player. 22.20.33 # Rockbox Info 22.21.39 # rockbox info has 696mb :( 22.22.24 # So the fsinfo block is up to date 22.24.02 # huh? 22.24.49 # You said you have 696MB, and Rockbox info displays that value 22.24.51 Join phinze [0] (n=phinze@pcp027324pcs.jesres.mu.edu) 22.24.57 # yep 22.25.09 # 696 left 22.27.28 # * amiconn found some problems with read-only lists... too bad JdGordon isn't here 22.27.48 # Afroken: weird, maybe it's a bug, does it still happen after powering down and up? 22.28.02 # yep 22.28.22 # i might try and reinstall rockbox 22.28.45 # Afroken: try running chkdsk on it first 22.28.46 # There could be several reasons why it won't record. (1) The filesystem might be slightly corrupt. Try chkdsk 22.28.57 # okay 22.29.44 # btw thanks everyone for your help! :) 22.29.45 # (2) You might have set a recording directory within another directory, which both are no longer present. Rockbox tries to recreate the set recording directory if it's missing, but (probably) fails if its parent is also missing 22.31.01 # @all: Is the e250 formatted FAT16? 22.31.24 # * gevaerts checks his partition table collection 22.31.43 Join m0f0x [0] (n=m0f0x@189-47-67-100.dsl.telesp.net.br) 22.32.07 # another noob ? where is checkdisk? 22.32.07 # amiconn: the partition type is 0x0b (FAT32) 22.32.22 # ok 22.32.50 # A bit weird, but then possible problem (3) won't apply 22.33.14 Nick rockbox_scorche is now known as scorche (i=Blah@rockbox/administrator/scorche) 22.34.37 # Afroken: good question... I'm not a windows user, so I can't tell you 22.34.41 # Afroken: on the commandline, type: chkdsk X: /f (X being the driveletter) 22.35.39 # so first do START -> Run and type cmd 22.36.07 # on through windows. Doh 22.36.22 # on=oh 22.39.11 # * amiconn spotted another 2 missing targets in the device chart... 22.40.24 Quit kies (Read error: 104 (Connection reset by peer)) 22.40.27 Join sitwon [0] (n=adam@static-71-166-233-112.washdc.east.verizon.net) 22.40.30 Quit borges_ ("ChatZilla 0.9.81 [Firefox 2.0.0.13/2008031114]") 22.41.12 Join borges_ [0] (n=bruges@e178038088.adsl.alicedsl.de) 22.42.35 Quit bertrik ("bye") 22.49.57 Join FOAD_ [0] (n=dok@dinah.blub.net) 22.50.36 Quit ch4os_ ("Lost terminal") 22.52.26 Quit jgarvey ("Leaving") 22.53.23 Quit bughunter2 ("Leaving.") 22.54.50 Quit Afroken () 22.55.29 Quit phinze () 22.55.42 Quit Thundercloud_ (Remote closed the connection) 22.57.43 Quit perrikwp ("http://www.mibbit.com ajax IRC Client") 22.57.49 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-669e5542cdc3fd6a) 23.00.23 Quit keanu (Remote closed the connection) 23.01.52 Quit XavierGr (Nick collision from services.) 23.02.01 Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) 23.02.27 Quit borges_ ("ChatZilla 0.9.81 [Firefox 2.0.0.13/2008031114]") 23.05.23 Quit leox (Read error: 104 (Connection reset by peer)) 23.08.35 Quit FOAD (Read error: 110 (Connection timed out)) 23.08.36 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) 23.11.30 Quit Zarggg (SendQ exceeded) 23.20.25 *** Saving seen data "./dancer.seen" 23.21.30 Join _ved_ [0] (n=ved@137-mi2-1.acn.waw.pl) 23.21.30 Quit |ved| (Read error: 104 (Connection reset by peer)) 23.22.23 Quit davina (Remote closed the connection) 23.22.39 Join leox [0] (n=leox@165-162-114-200.fibertel.com.ar) 23.24.47 Join fml [0] (n=4fd3e6fc@gateway/web/cgi-irc/labb.contactor.se/x-3fd02c85f58c4822) 23.26.28 # markun:ping 23.26.37 # pong 23.27.00 # did you upload the fonts somewhere or make screenshots? 23.27.41 # markun: FS#8899. I can't make screenshots, that's what I want to ask you :-) 23.28.06 # ok, let me try 23.29.01 Quit _ved_ (Read error: 104 (Connection reset by peer)) 23.29.08 Quit mf0102 ("Verlassend") 23.29.13 # markun: I could of course prepare a .fnt file, build a sim etc, but I have no sim build for the daps with big (=wide) screens. 23.31.19 # I'm building a sim now 23.31.51 # does it have to be a wide screen? I'm building for the gigabeat (240x320) 23.33.44 # markun: not necessarily. I just thought that the wider version would/should better be used on wider screens to avoid scrolling. This will be only few pixels more though since there are not many capitals in song titles/artists etc. 23.33.59 # I'm going to use the text viewer 23.34.27 # I think there is no need to adjust small letters. But the capitals seem a bit narrow to me. 23.34.59 # fml: Why can't you make screenshots? 23.36.12 Quit Zagor ("Client exiting") 23.37.29 # amiconn: in the end it comes to laziness (to say it directly). And I had't much time recently. 23.38.06 # my guess would have been lazyness as well since it doesn't take a lot of time 23.39.17 # markun: I never lie :-) 23.41.07 Quit PaulJam_ (Read error: 104 (Connection reset by peer)) 23.41.11 Quit homielowe () 23.42.39 Quit merbanan (Remote closed the connection) 23.50.58 Quit lee-qid (Read error: 110 (Connection timed out)) 23.50.58 Quit fml ("CGI:IRC (EOF)") 23.57.04 Quit DerPapst (Read error: 110 (Connection timed out)) 23.57.45 Quit ender` (" Join the army, meet interesting people, kill them.")