00:00:02 | linuxstb_ | Yes. But the first bit is the tricky bit - you need to find somewhere suitable to add the jump, and as amiconn said, ensure it's not overwritten by the OF |
00:00:31 | | Join spiorf [0] (n=spiorf@host76-226-dynamic.25-79-r.retail.telecomitalia.it) |
00:00:50 | saratoga | thats true, i have no idea how the binary is spread out in memory once its loaded |
00:01:47 | jhMikeS | only use SDRAM is it's been decided to load rockbox |
00:02:08 | saratoga | does rockbox zero the SDRAM memory when it boots? |
00:02:12 | saratoga | jhMikeS: ? |
00:02:20 | jhMikeS | just the IBSS area |
00:02:21 | amiconn | no |
00:02:23 | linuxstb_ | saratoga: It will zero the bss (and ibss) sections |
00:02:32 | amiconn | It zeroes BSS and IBSS, but no more |
00:02:40 | * | amiconn too slooow |
00:02:53 | * | jhMikeS forgot the "BSS" anyway :p |
00:03:10 | saratoga | so in theory i could dump most of the DRAM to disk and it'd still contain the OF after rebooting to rockbox? |
00:03:38 | jhMikeS | does the rbbl load retailos or is it already loaded? |
00:04:13 | linuxstb_ | It loads it - either from the firmware partition or an OF.mi4 file in the FAT partition |
00:05:33 | | Join bluebrother [0] (n=dom@rockbox/staff/bluebrother) |
00:05:49 | jhMikeS | right, so this should be simple. the bl just has to go back to IRAM execution and perform the firmware loads (or the bootloader can execute from an address out of the way of firmware load which the S does atm) |
00:07:15 | saratoga | so my original idea |
00:07:29 | saratoga | bootloader in sdram, branch back to it after the of is booted |
00:08:48 | Nico_P | jhMikeS: hi! any progress with the S? |
00:08:50 | jhMikeS | it copies vectors to address 0 with absolute jumps into the bl to handle any exeptions. the firmware just has b instructions in the table. |
00:10:46 | jhMikeS | Nico_P: I go back to that after the threading revisions (which is taking longer than I thought it would) |
00:18:56 | | Quit hannesd (Read error: 113 (No route to host)) |
00:21:58 | | Join m0f0x [0] (n=m0f0x@189-47-72-74.dsl.telesp.net.br) |
00:22:41 | | Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
00:24:48 | amiconn | eurgh |
00:25:08 | amiconn | Viewport lists are messed up on X5 remote |
00:26:19 | linuxstb_ | Is that 2bpp? |
00:26:39 | bblack | if "gather runtime data" is enabled and "Load to RAM" is not, any operation that will affect the runtime data (like a play) followed very fast by a display operation will display garbage |
00:26:58 | * | linuxstb_ checks the config and sees that it is |
00:27:28 | linuxstb_ | amiconn: What's the problem? Are the colours wrong? |
00:27:35 | amiconn | yes |
00:27:45 | amiconn | It uses the main lcd colours, converted for the remote |
00:28:09 | amiconn | And yes, the remote is 2bpp |
00:28:37 | amiconn | Found that because I'm trying to convert that remote driver to a combined main/remote driver, like I already did for the 1bpp |
00:28:38 | linuxstb_ | Yes, apps/gui/viewport.c is obviously wrong - the viewport_set_defaults() function |
00:28:59 | amiconn | Preparations for M3... |
00:29:17 | | Quit jpt1 (Read error: 113 (No route to host)) |
00:29:29 | linuxstb_ | Would you like me to fix? |
00:30:14 | amiconn | Would be nice :) |
00:34:48 | | Join jpt1 [0] (n=jpt9@pool-68-163-186-132.bos.east.verizon.net) |
00:35:39 | bluebrother | M3? That player without a main LCD? |
00:35:57 | | Quit tessarakt ("Client exiting") |
00:36:34 | amiconn | yes |
00:36:43 | | Quit matsl (Read error: 110 (Connection timed out)) |
00:38:19 | saratoga | there fixed another WMA seeking bug |
00:38:22 | saratoga | thats 2 in one day |
00:39:17 | | Quit robin0800 (" HydraIRC -> http://www.hydrairc.com <- Organize your IRC") |
00:40:04 | linuxstb_ | amiconn: Did you say you're treating the remote as a main LCD? |
00:40:21 | amiconn | Yes, I will |
00:40:56 | amiconn | That's why I need to convert the driver for that pixel format into the flexible main/remote form |
00:41:47 | | Join webguest59 [0] (n=83ac630f@gateway/web/cgi-irc/labb.contactor.se/x-9e457a55f6d8d0a4) |
00:42:10 | linuxstb_ | OK, so I don't have to worry about the case of no main LCD... |
00:42:34 | * | linuxstb_ hopes he's got all these #ifdefs right... |
00:42:54 | linuxstb_ | Does the X5 sim show the remote (like the H300 does) ? |
00:45:03 | amiconn | yes |
00:45:52 | webguest59 | Hi guys, can I ask a stupid question....I had my gigabeat jumping to the next folder when playing, I recently updated to a newer rockbox and the settings have changed, ie. it no longer jumps folders....I found the "Auto-Change Directory" option, set it to yes and found it didnt fix the issue. I was hoping you may be able to point me to a menu item or some fix.....please help!!!! thanks |
00:50:14 | | Nick JdGordon|zzz is now known as JdGordon (n=jonno@rockbox/developer/JdGordon) |
00:50:16 | | Quit saratoga ("CGI:IRC (EOF)") |
00:50:18 | | Quit jhMikeS (Nick collision from services.) |
00:50:24 | | Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS) |
00:50:26 | JdGordon | amiconn: your treating the m3 remote lcd as the main lcd arnt you? |
00:50:33 | | Join |AhIoRoS| [0] (n=ahioros@201.226.58.34) |
00:50:57 | amiconn | JdGordon: Check 10 minutes back... |
00:51:45 | | Quit ender` (" The reason they call it the American Dream is because you have to be asleep to believe it. -- George Carlin") |
00:52:40 | JdGordon | I mean... SCREEN_MAIN in the screen struct is going to be the remote lcd... or the whole ui will not work |
00:53:28 | Nico_P | webguest59: there is a bug with auto dir change ATM :( |
00:54:32 | webguest59 | ahhh....thanks Nico_P, I thought it was me...... |
00:55:02 | SSnake | good night guys |
00:55:04 | | Part SSnake |
00:55:09 | Nico_P | hopefully we'll get it fixed soon |
00:57:31 | amiconn | JdGordon: No, even more basic: The remote ldc will provide the lcd_ functions |
00:58:12 | amiconn | It's just that we can now have this special pixelformat on either main or remote, like we already do for the 1bit vertically packed format |
00:58:19 | JdGordon | ok, so it will be the "0" screen... thats all I was making sure of |
00:58:27 | | Quit bluebrother ("leaving") |
00:59:04 | amiconn | The only other difference between this and a real main lcd will be that it can be detached, which the gui doesn't need to take care of |
00:59:14 | JdGordon | great |
00:59:34 | webguest59 | no big deal.....thanks again Nico_P |
00:59:38 | amiconn | The buttons will be handled different though, but for the core, the button contexts will take care of that |
00:59:42 | | Quit waldo (Read error: 104 (Connection reset by peer)) |
01:00 |
01:00:14 | * | linuxstb_ breathes a sigh of relief at the green |
01:01:05 | amiconn | ? |
01:02:02 | | Quit webguest59 ("CGI:IRC") |
01:02:02 | linuxstb_ | My lack of confidence with my commit. |
01:02:24 | amiconn | YOur commit hasn't been built yet... |
01:02:42 | linuxstb_ | I guess I should look at more than the build table then... ;) |
01:04:07 | | Quit mchua (Read error: 110 (Connection timed out)) |
01:06:53 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
01:06:56 | amiconn | We have a duplicate target_id... |
01:10:35 | amiconn | Gigabeat F and m:robe 500 both have target_id = 20 |
01:11:00 | amiconn | Shall I change m:robe 500 (as that one isn't listed as being supported yet)? |
01:11:46 | linuxstb_ | The av300 and gigabeat S also share 26... |
01:12:31 | linuxstb_ | Yes, it makes sense to change the less supported ones. |
01:12:46 | amiconn | So in the latter case, av300? |
01:12:59 | linuxstb_ | Yes... |
01:13:12 | | Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279529889.dsl.bell.ca) |
01:14:13 | *** | Saving seen data "./dancer.seen" |
01:14:28 | | Quit amiconn (Nick collision from services.) |
01:14:35 | | Join amiconn [50] (n=jens@rockbox/developer/amiconn) |
01:15:09 | | Quit moos ("Rockbox rules the DAP world") |
01:20:14 | | Quit |AhIoRoS| (Remote closed the connection) |
01:20:56 | | Quit amiconn (Nick collision from services.) |
01:21:02 | | Join amiconn [50] (n=jens@rockbox/developer/amiconn) |
01:22:54 | | Quit FOAD (Read error: 110 (Connection timed out)) |
01:22:54 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
01:27:22 | | Quit mrkiko ("Lost terminal") |
01:28:26 | | Nick midkay_ is now known as midkay (n=midkay@71-35-98-242.tukw.qwest.net) |
01:30:57 | | Join major_works [0] (n=chatzill@ool-45745dcc.dyn.optonline.net) |
01:32:01 | major_works | amiconn: Can you please have a look at lcd-remote-1bit-v.c in SVN? |
01:32:19 | amiconn | `What's wrong with that? |
01:32:40 | major_works | When I downloaded fresh source... twice now... it's about 10 lines long. |
01:33:02 | amiconn | This is on purpose. Check the last #include... |
01:33:43 | major_works | OK. Thanks. |
01:35:13 | | Quit Nico_P (Remote closed the connection) |
01:39:37 | amiconn | linuxstb_: We also have a case of duplicate MODEL_NUMBER ... |
01:39:54 | amiconn | logikdax and mrobe100 are both 23 |
01:40:22 | | Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-9363f8eac6c48ef7) |
01:42:58 | | Quit DaCapn (Remote closed the connection) |
01:52:54 | | Quit japc (Read error: 110 (Connection timed out)) |
02:00 |
02:04:22 | | Quit major_works ("ChatZilla 0.9.81 [Firefox 2.0.0.12/2008020121]") |
02:06:21 | | Join cool_walking_ [0] (n=root@203-59-129-195.perm.iinet.net.au) |
02:07:30 | | Join youngproguru [0] (n=root@cpe-76-180-239-199.buffalo.res.rr.com) |
02:15:53 | | Join mchua [0] (n=mchua@PIKA-ONE-SIXTY-TWO.MIT.EDU) |
02:17:55 | | Join nick89 [0] (n=nick89@58.174.38.229) |
02:20:35 | | Quit ctaylorr (Read error: 110 (Connection timed out)) |
02:29:21 | | Quit desudesu ("Urusai!") |
02:32:12 | | Join sbk [0] (n=kbs@dsl081-066-181.sfo1.dsl.speakeasy.net) |
02:37:58 | | Quit BlakeJohnson86 ("Leaving.") |
02:38:13 | | Quit ali_as ("zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZz") |
02:42:01 | | Join quaal [0] (n=rodney@pool-96-228-165-104.tampfl.fios.verizon.net) |
02:42:29 | | Quit krazykit (Read error: 104 (Connection reset by peer)) |
02:45:25 | | Join krazykit [0] (n=josh@adsl-99-155-238-230.dsl.ipltin.sbcglobal.net) |
02:48:28 | | Quit nick89 ("Gotta Go") |
02:48:47 | | Part jpt1 |
02:58:45 | | Quit sbk ("leaving") |
02:59:14 | | Quit quaal (Connection timed out) |
03:00 |
03:04:52 | | Quit ol_schoola () |
03:09:45 | | Join BlakeJohnson86 [0] (n=bjohnson@70-13-137-214.area2.spcsdns.net) |
03:12:17 | | Join kugel [0] (i=kugel@unaffiliated/kugel) |
03:12:25 | | Quit kugel (Client Quit) |
03:14:15 | *** | Saving seen data "./dancer.seen" |
03:24:36 | | Quit mchua ("Holy shiny distraction, Batman!") |
03:47:15 | | Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu) |
03:56:20 | | Quit csc` ("Powering Off") |
03:59:24 | | Part youngproguru |
04:00 |
04:04:48 | | Quit midgey () |
04:10:14 | | Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279529889.dsl.bell.ca) |
04:10:21 | | Join jcollie [0] (n=jcollie@dsl-ppp239.isunet.net) |
04:12:09 | | Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu) |
04:16:25 | | Join Off-Life [0] (n=c8f41536@gateway/web/cgi-irc/labb.contactor.se/x-2a4146177334ed12) |
04:17:52 | | Join quaal [0] (n=rodney@pool-96-228-165-104.tampfl.fios.verizon.net) |
04:17:52 | | Quit Off-Life (Client Quit) |
04:20:33 | | Join CaiqueBrazil [0] (n=c8f41536@gateway/web/cgi-irc/labb.contactor.se/x-085e0bd553a9c3da) |
04:21:10 | CaiqueBrazil | hi all |
04:21:25 | | Quit miepchen^schlaf (Read error: 110 (Connection timed out)) |
04:21:48 | | Join miepchen^schlaf [0] (n=el_miep@p54BF4B69.dip.t-dialin.net) |
04:22:34 | CaiqueBrazil | Any can help me? I got a iPod Photo 60Gb and wanna play videos on this, its possible? |
04:25:42 | krazykit | yes. read http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer |
04:31:00 | CaiqueBrazil | Im checking :) |
04:32:04 | CaiqueBrazil | Well I just need download the Rockbox and run at windows with my iPod pluged? |
04:32:51 | krazykit | please read the manual for specific installation instructions |
04:33:47 | CaiqueBrazil | well ok...thx for attention |
04:41:21 | | Quit CaiqueBrazil ("CGI:IRC (EOF)") |
04:46:09 | | Nick BHSPitMonkey_ is now known as BHSPitMonkey (n=stephen@129.120.244.114) |
05:00 |
05:06:26 | | Quit EspeonEefi ("ăăăȘă") |
05:07:15 | | Quit BlakeJohnson86 ("Leaving.") |
05:11:21 | | Quit Thundercloud (Remote closed the connection) |
05:14:18 | *** | Saving seen data "./dancer.seen" |
05:21:52 | | Join BlakeJohnson86 [0] (n=bjohnson@c-67-190-234-51.hsd1.mn.comcast.net) |
05:30:11 | | Quit ctaylorr (Read error: 110 (Connection timed out)) |
05:35:21 | | Quit Horscht ("I am root. If you see me laughing, you better have a backup") |
05:52:36 | | Quit Zarggg ("If you see this message, something probably went wrong.") |
05:54:12 | | Quit hcs ("Leaving.") |
06:00 |
06:02:13 | | Join WatchDragon [0] (n=a@ip68-4-103-162.oc.oc.cox.net) |
06:03:04 | WatchDragon | Anyone know how to make ir realize its hooked up to a pc? i plug it in and it will not go into USB mode anymore |
06:07:43 | | Join UbuSuresh [0] (n=40512613@gateway/web/cgi-irc/labb.contactor.se/x-26842759f508ebe1) |
06:07:49 | UbuSuresh | hello? |
06:08:08 | WatchDragon | hi |
06:08:31 | UbuSuresh | Hi, I just wrote up a list of FM stations in LA for the sansa rockbox, and wanted to add it to the wiki. |
06:08:45 | UbuSuresh | it said I need to come here to get write permissions? |
06:09:00 | WatchDragon | 89.3 KPCC, hehe |
06:09:09 | | Join webguest22 [0] (n=4cc0ca35@gateway/web/cgi-irc/labb.contactor.se/x-3eb65f64fb38d4ea) |
06:09:44 | UbuSuresh | hah |
06:09:45 | UbuSuresh | yeah |
06:10:49 | WatchDragon | im in orange so i get some of those channels, go to school in Long Beach |
06:12:03 | UbuSuresh | ChanServ: that's cool, where, CSLB? |
06:12:17 | UbuSuresh | do you have a sansa or use rockbox on something else? |
06:12:31 | WatchDragon | ipod |
06:12:40 | UbuSuresh | Which one? Does it work pretty well? |
06:12:54 | WatchDragon | what ipod? Video gen5 |
06:12:56 | webguest22 | Hello I have a code question: when I use the function playlist_delete() to remove the next track in the playlist, it still shows up on the WPS as the next track, until it actually plays the next track. What can I do to force the WPS to update? |
06:13:10 | WatchDragon | it works fine, it just turns it to disk mode |
06:13:14 | midgey | UbuSuresh: i've given you write permission |
06:17:37 | UbuSuresh | updated fm presets page on the wiki. seems pretty easy to write a script that pulls from ChanServ radio-locator.com and convert a zip code to the .fmr format, but i'm not doing it tonight. |
06:17:52 | UbuSuresh | bye kids |
06:17:59 | | Quit UbuSuresh ("CGI:IRC") |
06:25:23 | | Join Wahaya [0] (i=featherd@wiktionary/neskaya) |
06:36:50 | | Quit midgey () |
06:39:36 | | Quit Seed (Nick collision from services.) |
06:39:44 | | Join Seed [0] (i=ben@bzq-84-108-237-178.cablep.bezeqint.net) |
06:39:50 | | Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) |
06:40:29 | | Quit perrikwp ("http://www.mibbit.com ajax IRC Client") |
06:47:24 | | Quit webguest22 ("CGI:IRC (EOF)") |
07:00 |
07:01:17 | | Join hcs [0] (n=agashlin@rockbox/contributor/hcs) |
07:02:06 | | Part toffe82 |
07:05:31 | | Join Isolinear [0] (n=A@c-71-236-163-66.hsd1.or.comcast.net) |
07:11:42 | | Join JdGordon_ [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au) |
07:14:20 | *** | Saving seen data "./dancer.seen" |
07:19:35 | | Quit JdGordon (Read error: 110 (Connection timed out)) |
07:32:33 | | Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP) |
07:35:02 | | Join LinusN [0] (n=linus@rockbox/developer/LinusN) |
07:44:17 | | Join DerDome [0] (n=DerDome@dslb-082-083-231-190.pools.arcor-ip.net) |
07:49:12 | Slasheri | bblack: hmm, interesting. it might be that runtime stats writing doesn't lock the db |
07:49:50 | | Quit quaal (No route to host) |
07:51:13 | | Quit DerDome ("Leaving.") |
07:56:52 | | Quit Nico_P (Remote closed the connection) |
07:57:11 | | Quit cool_walking_ (Remote closed the connection) |
07:58:38 | | Nick JdGordon_ is now known as JdGordon (n=jonno@rockbox/developer/JdGordon) |
08:00 |
08:11:31 | | Quit BigBambi (Remote closed the connection) |
08:13:36 | | Join Rob222241 [0] (n=Miranda@p4FDCCB39.dip.t-dialin.net) |
08:21:03 | | Join einhirn [0] (n=Miranda@p5B031A11.dip0.t-ipconnect.de) |
08:22:47 | | Part zwane ("Leaving") |
08:30:40 | | Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater) |
08:32:05 | | Quit Rob2222 (Read error: 110 (Connection timed out)) |
08:39:34 | | Join Mathiasdm [0] (n=Mathias@vpne165.ugent.be) |
08:48:01 | | Quit JdGordon (Read error: 110 (Connection timed out)) |
08:52:24 | | Join Mathiasdm2 [0] (n=Mathias@vpnj026.ugent.be) |
08:53:02 | | Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au) |
08:57:11 | | Join quaal [0] (n=rodney@pool-96-228-151-235.tampfl.fios.verizon.net) |
09:00 |
09:00:50 | | Join ender` [0] (i=krneki@84-255-206-8.static.t-2.net) |
09:01:34 | | Join [CBR]Unspoken|w [0] (n=cbr@212.98.160.129) |
09:02:41 | | Join CaptainSquid [0] (n=Miranda@proxy14.netz.sbs.de) |
09:02:57 | | Quit CyBergRind|w (Read error: 104 (Connection reset by peer)) |
09:09:43 | | Quit Mathiasdm (Read error: 110 (Connection timed out)) |
09:10:56 | | Join Zagor [242] (n=bjst@46.35.227.87.static.tab.siw.siwnet.net) |
09:12:48 | | Join petur [50] (n=petur@rockbox/developer/petur) |
09:14:24 | *** | Saving seen data "./dancer.seen" |
09:17:15 | | Quit GodEater ("http://www.mibbit.com ajax IRC Client") |
09:18:37 | | Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater) |
09:24:19 | gibbon_ | haha! gevaerts is a genious! :P |
09:24:53 | gibbon_ | the firmware that broke my sansas internal filesystem was the OF, not rockbox :) rockbox surpassed them victoriously |
09:25:29 | gibbon_ | i have no proof for that, but i am really really sure about it |
09:26:17 | | Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) |
09:26:31 | | Quit JdGordon (Read error: 110 (Connection timed out)) |
09:34:46 | | Quit Mathiasdm2 (Read error: 110 (Connection timed out)) |
09:35:33 | | Join JdGordon|uni [0] (i=d31c5f5a@gateway/web/ajax/mibbit.com/x-35a6ead0a02a38e8) |
09:35:41 | | Nick JdGordon|uni is now known as JdGordon (i=d31c5f5a@gateway/web/ajax/mibbit.com/x-35a6ead0a02a38e8) |
09:39:16 | | Nick stripwax is now known as stripwax_sick (n=Miranda@87-194-34-169.bethere.co.uk) |
09:40:45 | preglow | hmm |
09:40:59 | preglow | is initing after a soft reset a part of the ata spec? |
09:43:08 | petur | no |
09:43:27 | petur | but it seems the nano and CF need it |
09:50:26 | | Quit wisp_sh (Read error: 110 (Connection timed out)) |
09:54:44 | | Join JdGordon_ [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au) |
10:00 |
10:08:37 | | Quit einhirn (Read error: 104 (Connection reset by peer)) |
10:19:14 | | Quit JdGordon ("http://www.mibbit.com ajax IRC Client") |
10:29:45 | | Quit [CBR]Unspoken|w ("!") |
10:39:12 | | Join wisp_sh [0] (n=wisp@node-29-1.adsl.tula.net) |
10:40:13 | | Join gevaerts [0] (n=fg@rockbox/developer/gevaerts) |
10:40:20 | | Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) |
10:46:02 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
10:58:16 | | Quit stripwax_sick (Read error: 110 (Connection timed out)) |
11:00 |
11:02:38 | | Quit FOAD (Read error: 110 (Connection timed out)) |
11:02:39 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
11:05:21 | preglow | petur: did you find any other source code that does it that way? |
11:07:22 | petur | did not search much for code regarding that issue |
11:09:01 | | Quit XavierGr (Nick collision from services.) |
11:09:14 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
11:14:28 | *** | Saving seen data "./dancer.seen" |
11:20:28 | | Quit XavierGr (Nick collision from services.) |
11:20:41 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
11:27:55 | | Join carlospd [0] (n=55b7f647@gateway/web/cgi-irc/labb.contactor.se/x-6fda3d2344e3126b) |
11:28:00 | carlospd | hey guys |
11:28:20 | petur | hi |
11:28:24 | carlospd | does anyone know if there is a rockbox version for the philips gogear series |
11:28:46 | petur | did you read the frontpage of www.rockbox.org? |
11:29:03 | carlospd | hhmm |
11:29:06 | carlospd | yes :) |
11:29:09 | carlospd | didnt see any |
11:29:16 | petur | that's right |
11:29:42 | carlospd | so no versions :( |
11:29:57 | carlospd | me beloved sansa died and was forced to move to a new one |
11:30:23 | petur | this page lists development status: http://www.rockbox.org/twiki/bin/view/Main/TargetStatus |
11:31:22 | carlospd | oh thank you |
11:31:25 | petur | Philips GoGear is listed and looks like another pp target, probably lacks a developer owning one to do the port |
11:32:01 | carlospd | yeah, seems like. It is acctually pretty popular over here in germany because it is pretty cheap |
11:34:33 | | Join Crash91 [0] (n=d98bd903@gateway/web/cgi-irc/labb.contactor.se/x-8f2917125aa1d662) |
11:37:51 | | Quit carlospd ("CGI:IRC") |
11:41:00 | | Nick JdGordon_ is now known as JdGordon (n=jonno@rockbox/developer/JdGordon) |
11:44:31 | | Quit Crash91 ("CGI:IRC") |
11:49:18 | | Quit JdGordon (Remote closed the connection) |
11:49:35 | | Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au) |
11:50:09 | | Join roolku [0] (n=roolku@77-99-112-231.cable.ubr16.edin.blueyonder.co.uk) |
11:50:54 | | Join DaCapn [0] (n=dacapn@c-76-105-220-239.hsd1.or.comcast.net) |
12:00 |
12:00:21 | | Quit Nevtus ("Gone") |
12:00:28 | | Part LinusN |
12:02:37 | amiconn | roolku: around? |
12:02:47 | roolku | yes |
12:03:21 | amiconn | I hope you don't mind that my driver unification moved the framebuffer into IRAM on the m:robe 100 |
12:04:26 | roolku | not at all - as long as it fits |
12:04:27 | | Join barrywardell [0] (n=barry@barry-workstation.ucd.ie) |
12:05:59 | | Quit GodEater ("http://www.mibbit.com ajax IRC Client") |
12:06:13 | | Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater) |
12:07:09 | roolku | lowlight did the display driver though, so I am probably not qualified to comment |
12:09:19 | roolku | amiconn: btw, are you planning to write the *blit functions for greyscale on the m:robe, or should I have a go (not this week though) |
12:12:24 | | Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP) |
12:12:37 | | Quit DaCapn () |
12:14:51 | | Join pondlife [50] (n=Steve@rockbox/developer/pondlife) |
12:14:54 | | Join Thundercloud [0] (n=thunderc@resnet23.nat.lancs.ac.uk) |
12:20:46 | | Quit JdGordon (Remote closed the connection) |
12:21:16 | | Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au) |
12:22:12 | | Quit JdGordon (Remote closed the connection) |
12:22:32 | | Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au) |
12:28:28 | roolku | Does anybody know if samplerates of 48khz are supported in our WMA codec? Can't find anything about it on the wiki. |
12:29:35 | roolku | I've had a bugreport for the m:robe 100, but the file doesn't play on the gigabeat either, so I assume it is a problem with the codec |
12:30:31 | | Quit rgould (Remote closed the connection) |
12:33:46 | | Join DaCapn [0] (n=dacapn@c-76-105-220-239.hsd1.or.comcast.net) |
12:36:13 | | Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus) |
12:44:54 | | Join mikeage [0] (n=mmiller@lotis.site5.com) |
12:45:10 | | Quit jcollie ("Ex-Chat") |
12:47:57 | | Part mikeage |
12:49:42 | | Join mikeage [0] (n=mmiller@lotis.site5.com) |
12:50:22 | | Quit jhMikeS (Nick collision from services.) |
12:50:28 | | Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS) |
12:51:07 | | Join shx [0] (n=5a502729@gateway/web/cgi-irc/labb.contactor.se/x-56d68ed2e0b0e3c3) |
12:51:11 | amiconn | roolku: Perhaps, but not the next few days. I'll work on the M3 port |
12:52:00 | shx | Hi all. Has anyone heard of OpenMax which is an API dedicated to multimedia ? |
12:52:40 | shx | especially the OpenMax IL, IL standing for Integration Layer |
13:00 |
13:02:39 | amiconn | Interesting adapter for archos jukebox users: http://www.addonics.com/products/flash_memory_reader/ad44midecf.asp |
13:03:23 | amiconn | Insert 2x 32GB CF (requires adding master/slave support to the rockbox ata driver) |
13:10:00 | | Join gevaerts_ [0] (n=fg@195-144-092-136.dyn.adsl.xs4all.be) |
13:10:15 | | Quit gevaerts (Nick collision from services.) |
13:10:20 | | Nick gevaerts_ is now known as gevaerts (n=fg@195-144-092-136.dyn.adsl.xs4all.be) |
13:10:41 | gevaerts | Does anyone here have a sansa dock ? |
13:11:10 | advcomp2019 | gevaerts, what sansa dock |
13:11:31 | gevaerts | I'd like to see if http://forums.rockbox.org/index.php?topic=15867.0 happens to other people as well |
13:13:01 | advcomp2019 | i have the griffin powerdock for my sansa e280r so hold on so i can try it |
13:14:29 | *** | Saving seen data "./dancer.seen" |
13:16:08 | * | gevaerts i holding on |
13:16:11 | gevaerts | *is |
13:19:53 | advcomp2019 | gevaerts, that does happen with mine |
13:21:46 | advcomp2019 | gevaerts, it only happens when there is only power going to the dock |
13:22:31 | | Quit OlivierBorowski (Remote closed the connection) |
13:22:32 | gevaerts | advcomp2019: Are you running a revision after r16541 ? |
13:23:29 | | Join OlivierBorowski [0] (n=OlivierB@ANancy-157-1-102-26.w86-218.abo.wanadoo.fr) |
13:24:44 | advcomp2019 | i am using r16585.. i am going to try the newest one next |
13:25:12 | gevaerts | advcomp2019: does that dock provide USB passthrough, or does it have a built-in USB hub ? |
13:26:01 | gevaerts | r16585 is recent enough. There are no changes after that one that could influence this |
13:26:16 | advcomp2019 | i have openned the dock up before and it is a passthrough design |
13:27:51 | gevaerts | OK, so booting with only USB-power is the problem. I'll see what I can do tonight. |
13:28:07 | * | gevaerts thought he tested that... |
13:29:01 | advcomp2019 | yea because i just tested it with only power with the sansa data cable and it does the same thing |
13:31:40 | | Join DerDome [0] (n=DerDome@dslb-082-083-231-190.pools.arcor-ip.net) |
13:31:41 | gevaerts | Are you running a standard build (i.e. one with USB not enabled) ? If so, does it reboot when plugging it into a PC ? |
13:34:47 | | Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu) |
13:35:11 | advcomp2019 | yes standard build without usb enabled.. yes it does reboot when you plug it in with the usb cable connected to the computer |
13:35:22 | amiconn | gevaerts: As you seem to know usb well: Is it normal that a device plugged into an usb hub detects an usb connection even though the upstream port of that hub isn't plugged? |
13:36:29 | gevaerts | advcomp2019: OK. Thanks for testing |
13:38:13 | | Quit midgey (Client Quit) |
13:38:37 | gevaerts | amiconn: that depends. Some hubs always provide power (if their power supply is plugged in), so if USB detection depends on USB power detection (like rockbox does), it will detect that. On hubs with "proper" power switching, that shouldn't happen. Power switching is optional in the USB spec |
13:40:43 | advcomp2019 | gevaerts, one more thing i just tested with the power only with the sansa data cable with rockbox turned on then i plugged it in usb cable to the sansa and it works fine |
13:40:47 | | Quit Nevtus ("Gone") |
13:43:39 | gevaerts | amiconn: if the device uses D+ and D- signal levels to detect a connection, it won't see anything unless the hub is properly connected as well. |
13:46:49 | gevaerts | advcomp2019: so it's just booting while power-only connected that's broken. I'll fix it tonight |
13:47:58 | advcomp2019 | yes that is what it seems |
13:51:06 | | Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus) |
13:54:50 | | Quit Nevtus (Client Quit) |
14:00 |
14:02:22 | | Quit mikeage (Remote closed the connection) |
14:02:55 | | Join mikeage [0] (n=mmiller@lotis.site5.com) |
14:06:21 | | Join perrikwp [0] (i=982133c1@gateway/web/ajax/mibbit.com/x-3b044c0919eb66e2) |
14:06:40 | | Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus) |
14:08:00 | | Join nplus [0] (n=nplus@141.25.globcom.net) |
14:11:27 | Zagor | I have now switched to the new svn-hosted homepage. yell if anything is missing. |
14:11:52 | Zagor | (you're not supposed to notice any difference) |
14:14:18 | | Quit DerDome ("Leaving.") |
14:14:51 | | Join rgould [0] (n=rgould@osgeo/member/rgould) |
14:20:40 | petur | Zagor: http://www.rockbox.org/recent.shtml |
14:21:07 | Zagor | ah |
14:21:26 | | Join LambdaCalculus37 [0] (n=44a0430f@gateway/web/cgi-irc/labb.contactor.se/x-27ba202a93fb065b) |
14:23:07 | | Join Mathiasdm [0] (n=Mathias@vpnf013.ugent.be) |
14:23:56 | | Join LosNir [0] (n=nirazuel@bzq-79-178-3-171.red.bezeqint.net) |
14:24:02 | petur | Zagor: that page also still has the old 'since augist 1' link below the svn history |
14:24:05 | LosNir | Hey guys |
14:24:12 | Zagor | indeed |
14:24:36 | LosNir | I need help unbricking my sansa c250. |
14:25:04 | advcomp2019 | LosNir, what is it doing |
14:25:29 | LosNir | I formatted it in ntfs mode, and it just screwed up, so i accdiently copid a e250 bootloader files to recovery mode and bricked it. |
14:25:33 | | Join desowin [0] (n=desowin@atheme/developer/desowin) |
14:26:17 | LosNir | It looks like Manufacturing Mode works |
14:26:29 | LosNir | the screen is blank, only buttons light |
14:26:30 | advcomp2019 | LosNir, use the "sansa.fmt" from recovery mode.. that is the best bet |
14:26:40 | LosNir | I can't get into recovery mode anymore |
14:27:05 | advcomp2019 | LosNir, you will need to use the e200tool then |
14:27:07 | LosNir | When i turn it on i have a blank screne. |
14:27:14 | LosNir | The Manufacturing Mode works tho |
14:27:40 | LosNir | so i'm planning to use Ubuntu live cd to fix it with e250tool |
14:27:54 | LosNir | Will ubuntu live cd work? |
14:28:18 | LosNir | Ok i'm in ubuntu in the other computer |
14:28:25 | advcomp2019 | yes it will |
14:28:45 | LosNir | Great :) |
14:28:48 | LosNir | i'll update you as soon i'll try to run it |
14:29:53 | LosNir | 2Ok which files to download for the c250? |
14:29:56 | LosNir | ok* |
14:30:12 | LosNir | this: http://daniel.haxx.se/sansa/c200/ |
14:30:19 | LosNir | or this: http://daniel.haxx.se/sansa/c200/A1_01_06/ |
14:30:20 | LosNir | ? |
14:31:50 | LosNir | Anyone? |
14:32:21 | GodEater | patience... |
14:32:47 | advcomp2019 | you need the sansa c200 bootloader, the c200 firmware, and maybe the "sansa.fmt" files |
14:32:54 | LosNir | Didn't know you nned to think about it so much :P |
14:33:07 | LosNir | yeah, put theres to links: |
14:33:13 | LosNir | <LosNir> this: http://daniel.haxx.se/sansa/c200/ |
14:33:14 | LosNir | <LosNir> or this: http://daniel.haxx.se/sansa/c200/A1_01_06/ |
14:33:29 | | Quit hcs ("Leaving.") |
14:33:39 | gevaerts | LosNir: you will need firmware.mi4 and pribootLoader.rom from http://daniel.haxx.se/sansa/c200/A1_01_06/ |
14:33:49 | LosNir | Ok, thanks. |
14:35:27 | LosNir | It says permissions denied when i try to run it.. |
14:35:40 | gevaerts | Run "chmod +x e200tool" |
14:36:20 | LosNir | ok it works. |
14:36:24 | LosNir | No for the parameters? |
14:36:27 | LosNir | now* |
14:37:02 | LosNir | i bet it's e200rool -recover pribootLoader.rom |
14:37:03 | LosNir | right? |
14:37:10 | LosNir | e200tool* |
14:37:12 | gevaerts | "sudo e200tool recover pribootLoader.rom" should put the player in recovery mode |
14:38:46 | LosNir | It found it |
14:38:59 | LosNir | byt it says Failed to claim interface |
14:39:02 | LosNir | but* |
14:39:20 | LosNir | (Opreation not permitted) |
14:39:34 | LosNir | looks like sudo problem.. live cd doesnt have any sudo :| |
14:39:35 | gevaerts | Did you run it with sudo ? |
14:39:55 | LosNir | .. |
14:40:01 | LosNir | It says cannot find sudo.. |
14:40:07 | gevaerts | Do you have a '#' or a '$' prompt ? |
14:40:23 | LosNir | $ |
14:40:36 | LosNir | I think that live cd is the problem |
14:40:39 | | Join stripwax_ [0] (n=Miranda@87-194-34-169.bethere.co.uk) |
14:40:42 | gevaerts | Then run "su", without arguments |
14:41:13 | LosNir | It asks for password.. |
14:41:26 | gevaerts | Try just pressing enter |
14:42:17 | LosNir | Failure.. |
14:42:50 | gevaerts | Which ubuntu version is this ? |
14:43:13 | LosNir | 7.10 |
14:43:28 | LosNir | I repeat, it's live cd :P |
14:44:10 | Tuplanolla | lol, it's not ok if it doesn't find sudo :D |
14:44:37 | gevaerts | That should have sudo if I understand things correctly (but I'm not a ubuntu expert) |
14:45:13 | GodEater | it does have sudo |
14:45:17 | | Join Arathis [0] (n=doerk@p508A4A0C.dip.t-dialin.net) |
14:45:21 | GodEater | I've used that CD countless times |
14:45:48 | Tuplanolla | yeah, it must have it as a installed ubuntu has it :> |
14:46:30 | LosNir | found the answer |
14:46:33 | LosNir | it's sudo su :) |
14:46:51 | gevaerts | So sudo is there after all ? |
14:46:56 | LambdaCalculus37 | Yep. |
14:47:08 | LambdaCalculus37 | When sudo doesn't work alone, sudo su works. |
14:47:21 | LosNir | Ok i ran e200tool |
14:47:23 | GodEater | what a bunch of crap |
14:47:26 | LambdaCalculus37 | LosNir: Working now? |
14:47:29 | LosNir | its finished with Start execution... |
14:47:29 | GodEater | sudo either works or it doesn't |
14:48:00 | LosNir | i think he's done.. unplug it now? |
14:48:12 | gevaerts | LosNir: then you should now see something on the sansa screen |
14:48:17 | gevaerts | Don't unplug yet |
14:48:22 | LosNir | blank screen |
14:49:35 | LosNir | now e200 tool cant find the device, exited the man mode |
14:51:08 | LosNir | My only choice to unplig it i think, doesnt it? |
14:51:12 | gevaerts | If e200tool worked correctly, you should now have a 16MB disk. |
14:51:25 | LosNir | so to unplug it? |
14:51:55 | gevaerts | Unplugging it will reboot it, and nothing has yet been recovered, so it will go back to manufacturer mode |
14:52:31 | LosNir | Ubuntu shows no disk.. |
14:52:43 | * | gevaerts thinks about the easiest way to find out which device node is used |
14:53:33 | gevaerts | Run "dmesg" and see if it says something about "sd*" in the last few lines |
14:56:15 | LosNir | "end request i/o error" last 2 lines.. |
14:56:15 | LosNir | i think it's because my partition is ntfs formatted.. |
14:56:15 | LosNir | * not the 16mb is formatted, only the 1.8GB one |
14:57:09 | gevaerts | Can you paste the last 20 lines or so of the dmesg output on http://pastebin.ca/ (or a similar site) ? |
14:57:24 | LosNir | the problem is it's in a KVM |
14:57:30 | LosNir | 2 computers.. |
14:57:38 | | Quit XavierGr (Nick collision from services.) |
14:57:39 | LosNir | wait i got an idea |
14:57:49 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
14:59:07 | LosNir | http://pastebin.ca/936495 |
14:59:27 | | Quit stripwax (Read error: 110 (Connection timed out)) |
14:59:44 | LosNir | if i'll unplug it, it will brick even further? |
14:59:56 | * | LambdaCalculus37 reads LosNir's pastebin |
15:00 |
15:00:27 | gevaerts | No. It will just not be fixed yet, that's all |
15:00:29 | * | GodEater thinks we should bad usage of the word "brick" until someone actually manages it |
15:00:44 | GodEater | *ban |
15:01:02 | LosNir | Hey, does it matter i have an old 1.1USB port? a really old computer.. |
15:01:14 | gevaerts | No, that shouldn't make a difference. |
15:01:20 | LosNir | Ok. |
15:02:23 | gevaerts | Can you run "modprobe usb-storage" ? It shouldn't change anything, but you never know |
15:02:59 | gevaerts | After that, check if there are new lines in the dmesg output |
15:03:38 | | Quit krazykit (Remote closed the connection) |
15:05:40 | LosNir | crap |
15:05:50 | LosNir | usb cable unplugged! |
15:05:56 | | Join nicktastique [0] (n=nick@unaffiliated/nicktastic) |
15:06:26 | LosNir | Now when i try to run e200tool it can't find 6666:e200 |
15:06:27 | | Join DerDome [0] (n=DerDome@dslb-082-083-231-190.pools.arcor-ip.net) |
15:09:59 | gevaerts | LosNir: try turning the player off, and putting it in manufacturer mode by following the procedure on http://www.rockbox.org/twiki/bin/view/Main/SansaE200Unbrick (c200 manufacturer mode is the same) |
15:10:41 | | Quit mikeage (Remote closed the connection) |
15:11:23 | LosNir | Windows detect the player |
15:11:55 | gevaerts | What does it show ? |
15:12:09 | LosNir | Installing drivers.. and then it says it cant install |
15:12:14 | LosNir | it's not recovery mode |
15:12:31 | | Join krazykit [0] (n=josh@adsl-99-155-238-230.dsl.ipltin.sbcglobal.net) |
15:12:34 | gevaerts | If it is a black/unlit screen and blue leds behind the buttong |
15:12:45 | gevaerts | *buttons, it's manufacturer mode. |
15:14:30 | *** | Saving seen data "./dancer.seen" |
15:14:56 | LosNir | Ok.. |
15:15:01 | LosNir | What should i do next? |
15:15:14 | LosNir | e200tool dont detect it anymore |
15:15:44 | gevaerts | Turn it off, switch the hold switch to ON, and plug the player in to the linux machine while holding "select" |
15:16:03 | LosNir | i'm trying.. |
15:16:06 | LosNir | it doesnt detect it |
15:16:08 | LosNir | it's stuck |
15:16:33 | LosNir | Searching for device... and doesnt counting |
15:17:21 | gevaerts | Run "lsusb" to see what devices are connected |
15:19:00 | LosNir | is there any command to reset usb? :| |
15:19:31 | LosNir | whenever i connect it, the program freeze, and when i disconnect it, the prgoram continue counting |
15:20:35 | gevaerts | Did you reset the sansa like I said ? |
15:21:00 | LosNir | power off -> hold -> select? |
15:21:04 | LosNir | if yes then i did.. |
15:22:16 | gevaerts | Try unplugging both sides of the cable, and plugging them back in. Maybe there is a bad contact somewhere |
15:22:40 | LosNir | this computer is rather old.. i think thats the problem |
15:23:11 | LambdaCalculus37 | That shouldn't be a problem. |
15:23:30 | LosNir | not talking about the hardware.. the connections are old.. |
15:23:38 | LosNir | rusty and stuff :P |
15:24:42 | gevaerts | That might be a problem then. USB does have a tendency to behave badly when it doesn't have good electrical contacts |
15:25:15 | LosNir | i'll just try to restart the compueter |
15:26:35 | LosNir | u'll be here in about 10min, right? |
15:28:46 | LambdaCalculus37 | We're not going anywhere. :) |
15:29:03 | GodEater | speak for yourself |
15:29:07 | LosNir | if e200tool wont help, does rockbox boot loader insatller can help? |
15:29:07 | LosNir | :) |
15:36:29 | | Quit Mathiasdm (Read error: 110 (Connection timed out)) |
15:38:25 | LosNir | Ok he found the device |
15:38:41 | LosNir | but gave me "bulk write error" |
15:38:59 | gevaerts | That sometimes happens. Unplug, reset the sansa and try again |
15:42:37 | | Quit corevette (Remote closed the connection) |
15:42:59 | | Join Horscht [0] (n=Horscht@xbmc/user/horscht) |
15:47:45 | | Join blackk [0] (n=bblack@38-118-35-20.rapiddsl.net) |
15:49:16 | | Quit shx ("CGI:IRC") |
15:53:04 | pondlife | LambdaCalculus37: Still running r16422? |
15:53:15 | pondlife | I am, and have not had any misbehaviour |
15:54:48 | LosNir | well, now cant fund 6666:e200 |
15:54:52 | LosNir | but he wrote the file... |
15:54:59 | | Join jgarvey [0] (n=jgarvey@cpe-024-163-032-204.nc.res.rr.com) |
15:55:01 | LambdaCalculus37 | pondlife: Yep. Behaving very well with every album I play. |
15:55:34 | gevaerts | LosNir: is there anything on the sansa screen ? |
15:55:40 | LosNir | no |
15:55:53 | | Quit bblack (Read error: 110 (Connection timed out)) |
15:56:59 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
15:57:28 | gevaerts | What does lsusb say now ? |
15:57:31 | LosNir | Oh yeah!!!!! |
15:57:39 | LosNir | i had a lock screen!!! |
15:57:40 | LambdaCalculus37 | LosNir: Is it working now? |
15:58:23 | LosNir | i had that screen for about 3 secs and the screen shut |
15:59:12 | LosNir | omg just not now.. ubuntu toolbar froze :| |
15:59:23 | LosNir | i cant get into Computer |
15:59:38 | gevaerts | LosNir: OK. Put it into manufacturer mode (hold+select+plug in), and once it's plugged in (but before you run e200tool), turn off hold. Then run e200tool again. |
16:00 |
16:00:13 | LosNir | k |
16:00:17 | LosNir | but ubuntu is stuck.. |
16:00:19 | | Quit Zagor ("Client exiting") |
16:00:44 | gevaerts | LosNir: maybe unplugging the sansa helps getting it unstuck. Else I guess you'll have to reboot |
16:01:19 | LosNir | lol live cd again? |
16:01:48 | gevaerts | I guess so. |
16:01:53 | LosNir | nvm |
16:02:02 | LosNir | it works now.. my CD power was cut |
16:03:29 | | Join toffe82 [0] (n=chatzill@h-74-0-180-178.snvacaid.covad.net) |
16:04:12 | LosNir | ok i'll gave to restart.. |
16:04:27 | LosNir | have* |
16:04:46 | LosNir | i hope it didnt "undo" my e200tool.. |
16:05:12 | | Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) |
16:08:24 | | Join mikeage [0] (n=mmiller@lotis.site5.com) |
16:12:13 | LosNir | Great! |
16:12:21 | LosNir | i see the sansa logo :) |
16:12:27 | LosNir | lil monsta :D |
16:13:06 | | Quit blackk (Read error: 110 (Connection timed out)) |
16:14:04 | | Quit FOAD (Read error: 110 (Connection timed out)) |
16:14:05 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
16:14:11 | LosNir | now what? |
16:14:25 | LosNir | i dont see any drive... |
16:14:42 | gevaerts | LosNir: does anything happen on the sansa screen ? |
16:15:22 | LosNir | yes, i see the sansa logo |
16:15:27 | | Join blackk [0] (n=bblack@38-118-35-20.rapiddsl.net) |
16:17:47 | gevaerts | OK. From what I have seen that means the sansa firmware is trying to make sense of its data partition and taking a very long time to decide it can't work with it. Did it go to the sansa logo by itself, or via e200tool ? |
16:19:22 | | Quit CaptainSquid ("Miranda IM!") |
16:21:25 | | Join Mathiasdm [0] (n=Mathias@d54C1AA49.access.telenet.be) |
16:21:28 | | Quit stripwax_ (Read error: 110 (Connection timed out)) |
16:22:24 | LosNir | What do you mean? |
16:22:40 | LosNir | e200tool of course.. |
16:22:48 | | Quit Mathiasdm (Client Quit) |
16:22:52 | LosNir | e200tool finished and then i saw the logo (and still seeing it) |
16:23:03 | gevaerts | Did you unplug it after e200tool finished ? |
16:23:07 | LosNir | no |
16:23:19 | LosNir | should i try modprobe usb-storage |
16:23:22 | LosNir | ? |
16:23:42 | gevaerts | Does lsusb say something ? |
16:24:27 | | Join Mathiasdm [0] (n=Mathias@d54C1AA49.access.telenet.be) |
16:24:30 | LosNir | Yes |
16:24:50 | LosNir | no error, just 2 lines (usb hub and sansa i guess) |
16:25:11 | gevaerts | OK. Maybe try modprobe usb-storage. |
16:25:29 | pondlife | Hmm, http://www.rockbox.org/since-4weeks.html stopped working. |
16:25:34 | | Quit LambdaCalculus37 ("CGI:IRC (EOF)") |
16:25:54 | | Join LambdaCalculus37 [0] (n=44a0430f@gateway/web/cgi-irc/labb.contactor.se/x-11c3fdd67b8fbcbb) |
16:26:11 | pondlife | Zagor: When you get back, perhaps you could get the "since" pages working... |
16:26:24 | LosNir | prboe'd, no change in lsusb, checking for Disk.. |
16:26:57 | LosNir | No disk |
16:28:13 | gevaerts | Sounds weird. Let's try something "harder". Download gevaerts/c250erase">http://www.evonet.be/~gevaerts/c250erase to the ubuntu PC. |
16:28:34 | toffe82 | For all person intersted in the gigabeat dock connector, email me cmdnicolas at gmail dor com |
16:28:58 | gevaerts | toffe82: gigabeat f ? |
16:29:03 | LosNir | Unplugging won't help? |
16:29:19 | toffe82 | F S and X |
16:29:32 | | Quit DerDome (Read error: 110 (Connection timed out)) |
16:29:48 | toffe82 | photo here : http://www.rockbox.org/twiki/bin/view/Main/GigabeatCustomdock |
16:30:04 | toffe82 | price around 6$ shipping included |
16:30:23 | gevaerts | LosNir: you can try, but it seems to be in a state where even e200tool can't get it into recovery mode. This is probably caused by weird data on flash, which this c250erase tool should fix |
16:30:59 | LosNir | OK. |
16:31:09 | LosNir | I downloaded, how to run it? |
16:31:27 | gevaerts | LosNir: first "chmod +x c250erase" |
16:31:50 | LosNir | Yes, did it already. |
16:32:00 | LosNir | Then just ./c250erase? |
16:32:18 | gevaerts | Then put the sansa back in manufacturer mode (hold+select+plug in), and then ./c250erase |
16:33:46 | LosNir | It says e200r.. :| |
16:33:46 | gevaerts | toffe82: I guess you'll need a postal address ? |
16:34:41 | toffe82 | for the moment I need a list of people to know if I can buy the 50 ( it is 200$ for me) so I want to be sure that there is enough people intersted :0 |
16:34:59 | LosNir | gevaerts: The tool talks about e200r, should i continue? |
16:35:01 | | Join mcuelenaere [0] (n=mcuelena@78-22-188-232.access.telenet.be) |
16:35:02 | gevaerts | LosNir: that's normal. The tool is based on the e200r installer, and I didn't bother changing those strings |
16:35:26 | LosNir | Patch application uploaded |
16:35:30 | LosNir | Now what? |
16:35:40 | gevaerts | LosNir: is there some text on the sansa screen ? |
16:35:47 | LosNir | No. |
16:37:23 | gevaerts | there is something really strange with your sansa. Anyway, let's assume that it's working, and just not displaying anything on the screen. |
16:37:55 | LosNir | Ok, should i try the e200tool again? wiho lock off? |
16:38:01 | LosNir | with hold off* |
16:38:14 | gevaerts | LosNir: If so, it's now erasing the flash, so there are no remains of ntfs left afterwards. This should be done in about 30 minutes, but since you can't see progress, let's wait for 45. Just leave it plugged in |
16:38:51 | LosNir | format? |
16:39:43 | | Join mf0102 [0] (n=michi@85.127.180.200) |
16:39:52 | gevaerts | LosNir: something like that. Anyway, leave it for now, and we'll continue in 45 minutes. |
16:39:58 | | Join [CBR]Unspoken|w [0] (n=cbr@212.98.160.129) |
16:40:14 | LosNir | Great, thank you for your help :) |
16:41:55 | gevaerts | toffe82: sent you a mail. I expect sending these to europe will cost a bit more though. |
16:42:26 | | Quit leox (Read error: 104 (Connection reset by peer)) |
16:43:13 | toffe82 | perhaps 1$ more , I have to check , I will see today and update the price |
16:44:52 | markun | toffe82, gevaerts: would it be cheaper to send all the connectors to europe to 1 place and then ship them again to all the europeans? |
16:45:04 | gevaerts | Anyway that doesn't matter. Some extra dollars won't even show up on my rockbox hardware spending the last few weeks |
16:46:51 | gevaerts | markun: maybe, but I doubt if the extra complexity makes that worthwile. You then have to send money to two places, have two people put them in envelopes,...; just to save one or two dollars per recipient. |
16:46:55 | | Quit mcuelenaere (Read error: 104 (Connection reset by peer)) |
16:47:06 | | Part _saiko |
16:47:48 | * | gevaerts isn't dutch, so maybe he looks differently at those two dollars than markun ;) |
16:49:25 | markun | ;) |
16:49:34 | markun | that hurt |
16:49:47 | markun | luckily I'm technically german :) |
16:49:57 | LambdaCalculus37 | :) |
16:50:49 | toffe82 | the euro is high so it is cheap for you ;) |
16:50:58 | markun | gevaerts: when my gf and I were visiting the cemetery in paris I was wondering why there were so many dutch people. Her reply: "it's free" |
16:51:41 | petur | rofl |
16:52:58 | gevaerts | My guess would be that you're just best at spotting people whose nationality you easily recognise. |
16:53:14 | | Join japc [0] (n=japc@bl7-240-234.dsl.telepac.pt) |
16:53:51 | | Join mcuelenaere [0] (n=mcuelena@78-22-188-232.access.telenet.be) |
16:55:24 | markun | any interest in making a SPDIF in or out for rockbox? |
16:55:56 | toffe82 | :) |
16:56:16 | | Part mikeage |
16:56:38 | gevaerts | Is that possible with the available signals ? |
16:56:50 | markun | gevaerts: we have i2s in and out |
16:57:03 | markun | so we need a chip to convert it to and from spdif |
16:57:12 | markun | I found a wolfson chip which does just that |
16:57:42 | markun | we also get 4.2V from the dock connector, which would need to changed to 3.3 volts |
16:57:49 | * | gevaerts was confusing i2s and i2c |
16:58:07 | markun | i2c is also on it, right? |
16:58:26 | gevaerts | Yes |
16:59:36 | markun | would it be a good idea to start adding a Meizu M6 target and simulator to rockbox? |
16:59:50 | markun | or maybe wait till we've figured out more about the hardware? |
17:00 |
17:02:13 | toffe82 | I try to work on the philips sa9200 (mi4 file) and I have a question, if I don't have the bootloader, I can't get the key for the encryption ? I try mi4code and it fails |
17:02:34 | | Join DerDome [0] (n=DerDome@dslb-082-083-231-190.pools.arcor-ip.net) |
17:02:34 | toffe82 | is htere another way ? |
17:02:56 | toffe82 | should I buy a meizu :) |
17:03:23 | markun | toffe82: please do! |
17:03:40 | | Quit DaCapn (Read error: 104 (Connection reset by peer)) |
17:03:45 | toffe82 | I f I make enough money selling the connector :) |
17:05:34 | LosNir | . |
17:05:52 | LosNir | 30min to go. |
17:05:55 | toffe82 | markun: I sawthere : http://daniel.haxx.se/sansa/mi4.html that you decode a philips firmware, there was no encryption ?Did you have the bootloader ? |
17:07:09 | LosNir | gevaerts: How can i make these purpule messages? |
17:07:35 | gevaerts | LosNir: what do you mean ? |
17:07:41 | | Join Buschel [0] (n=abc@p54A3FBBC.dip.t-dialin.net) |
17:07:45 | Horscht | /me does the purple message thingy |
17:07:52 | * | Horscht does the purple message thingy |
17:08:14 | Horscht | I have a major in IRC |
17:08:30 | * | gevaerts uses a color-agnostic IRC client, and didn't know those would come out purple |
17:09:06 | Horscht | they don't come out purple here either |
17:09:34 | Horscht | but since he was asking you, and you were making an action, I assumed his IRC client would color /me actions purple |
17:11:23 | Horscht | it's like adding three and pi together (= 6) |
17:12:09 | gevaerts | 6 ? Are you sure ? |
17:12:14 | Horscht | yes |
17:12:20 | LosNir | it's mIRC |
17:12:22 | LosNir | :) |
17:12:28 | * | LosNir tries it? |
17:12:30 | LosNir | lol |
17:13:25 | * | krazykit points out that this channel is still an on-topic channel about rockbox |
17:13:30 | GodEater | any forum mods around ? |
17:14:32 | scorche|sh | dont you count? |
17:14:33 | *** | Saving seen data "./dancer.seen" |
17:14:47 | GodEater | I can't ban accounts |
17:15:03 | | Quit Mathiasdm ("Yuuw!") |
17:15:04 | LambdaCalculus37 | GodEater: Is it that guy talking about live chat accounts? |
17:15:10 | GodEater | yep |
17:15:19 | GodEater | there are two deleted threads already |
17:15:30 | markun | isn't IRC live enough? |
17:16:06 | markun | ah, SPAM.. |
17:16:10 | LambdaCalculus37 | markun: It's just some random idiot talking about "offering services". |
17:16:10 | GodEater | it's nothing to do with chat |
17:16:25 | LambdaCalculus37 | Where's Febs when we need him? :) |
17:16:35 | GodEater | or Bagder... |
17:16:38 | GodEater | or LinusN |
17:16:40 | GodEater | etc etc |
17:18:15 | toffe82 | markun: any answer to my previous question ? |
17:19:50 | | Quit mcuelenaere (Read error: 104 (Connection reset by peer)) |
17:20:44 | markun | toffe82: sorry, let me check |
17:21:05 | toffe82 | no problem , I have to go, will check later |
17:21:42 | markun | the HDD120 could be decrypted with one of the existing codes |
17:22:10 | markun | but I didn't find any .bl files for any of the philips players to figure out the missing codes |
17:22:39 | markun | do you need to encrypt the rockbox bootloader with the same key? |
17:24:03 | | Quit WatchDragon (Read error: 104 (Connection reset by peer)) |
17:24:13 | markun | (.bl -> bl.*) |
17:24:50 | LosNir | 6mins to go :) |
17:26:03 | | Quit quaal (Read error: 113 (No route to host)) |
17:28:02 | LosNir | gevaerts: I think i'm screwed O_o |
17:28:20 | LosNir | When i applid the ereaser, the hold was on.. |
17:28:34 | gevaerts | LosNir: that shouldn't matter |
17:28:41 | LosNir | oh, ok. |
17:29:40 | markun | toffe82: I wonder how ward it would be to write a little too to dump the rom to a file |
17:29:43 | markun | how hard |
17:30:04 | | Join leox [0] (n=leox@165-162-114-200.fibertel.com.ar) |
17:30:42 | LosNir | One hour passed :) |
17:30:44 | LosNir | gevaerts, Whats next? |
17:30:58 | | Quit leox (Remote closed the connection) |
17:31:32 | gevaerts | LosNir: unplug it and turn it off. Then turn it back on (with hold off). It should go to manufacturer mode. Then plug it in and run e200tool |
17:32:39 | LosNir | It doesn't go to manufacturer mode.. |
17:32:45 | LosNir | maybe i need to press select? |
17:32:48 | gevaerts | Then what does it do ? |
17:33:03 | LosNir | Nothing, blank screen.. |
17:33:18 | gevaerts | manufacturer mode is blank screen and blue leds |
17:34:23 | LosNir | ok, but windows doesnt detect any device connected.. when i hold on + select he does. |
17:35:57 | gevaerts | OK. hold+select should work as well, so maybe try that. Don't forget to unset hold after plugging in. For e200tool it does matter |
17:36:12 | | Join leox [0] (n=leox@165-162-114-200.fibertel.com.ar) |
17:37:34 | LosNir | Well, the same with e200tool. |
17:37:44 | gevaerts | the same ? |
17:38:16 | LosNir | Yes, the sansa logo. |
17:38:22 | | Join faemir [0] (n=daniel@85-211-114-251.dyn.gotadsl.co.uk) |
17:38:39 | | Quit OlivierBorowski (Remote closed the connection) |
17:39:31 | LosNir | http://www.anythingbutipod.com/forum/showthread.php?t=18284 |
17:39:36 | LosNir | Same sitaution. |
17:39:47 | | Quit Nevtus (Read error: 110 (Connection timed out)) |
17:39:51 | LosNir | Except i see the logo |
17:40:59 | * | gevaerts tries some things on his c250 |
17:44:22 | gevaerts | LosNir: put the sansa in manufacturer mode and plug it in. Leave the hold switch ON. release select, and start pushing the record button. While holding record, run ./e200tool recover pribootLoader.rom |
17:45:26 | | Join Mathiasdm [0] (n=Mathias@d54C1AA49.access.telenet.be) |
17:45:29 | LosNir | " and start pushing the record button" you mean hold off? |
17:45:42 | gevaerts | No. Hold still on |
17:45:42 | LosNir | uhh nvm |
17:46:55 | LosNir | OMG! |
17:46:58 | blackk | anyway to edit a bug description? |
17:46:59 | LosNir | recovery mode!!!! |
17:47:06 | LosNir | yes! |
17:47:21 | gevaerts | Now don't unplug it or it will get back out of it. |
17:47:26 | LosNir | What files do put in? |
17:47:43 | LosNir | the rom & bin & font? |
17:47:58 | LosNir | and format.fmt? |
17:48:10 | LosNir | sansa.fmt* |
17:48:25 | * | petur fails to connect to rockbox.org |
17:48:29 | LosNir | http://www.anythingbutipod.com/forum/showthread.php?t=11233&highlight=e200tool |
17:48:31 | gevaerts | Put pribootLoader.rom firmware.mi4 and format.fmt on it. The font shouldn't be needed (I never needed that anyway) |
17:48:35 | * | petur finds it is working again :) |
17:48:58 | LosNir | bin is not neccsery? |
17:49:14 | gevaerts | bin ? |
17:49:40 | LosNir | "firmware.bin" |
17:49:51 | LosNir | i got "firmware.bin" and "firmware.mi4" |
17:50:00 | gevaerts | Just the mi4 |
17:50:04 | LosNir | http://daniel.haxx.se/sansa/c200/ |
17:50:05 | LosNir | OK |
17:51:09 | LosNir | Crap |
17:51:19 | LosNir | i put these files and unplugged.. |
17:51:25 | | Quit LambdaCalculus37 ("CGI:IRC (Ping timeout)") |
17:51:32 | LosNir | then he said "Upgrading finished, resetting system" |
17:51:43 | LosNir | and a blank screen now |
17:52:06 | * | petur hopes LosNir unmounted.... |
17:52:22 | LosNir | unmounted? |
17:52:24 | LosNir | =\ |
17:52:41 | | Join Davide-NYC [0] (n=chatzill@user-0cev9vm.cable.mindspring.com) |
17:52:57 | markun | hi Davide-NYC! |
17:53:08 | Davide-NYC | hello |
17:53:12 | markun | are you ordering some Gigabeat connectors? |
17:53:13 | gevaerts | Try again, but unmount properly before unplugging. If you get a drive icon, you van probably right-click on it and that menu should show unmount or something similar |
17:53:26 | petur | LosNir: like 'safe remove hardware' on windows |
17:53:46 | Davide-NYC | Not until someone sends me a schematic for an optical I/O dongle. |
17:54:01 | Davide-NYC | rockbox.org is down for me |
17:54:07 | | Join LambdaCalculus37 [0] (n=44a0430f@gateway/web/cgi-irc/labb.contactor.se/x-8871f813fd605fc7) |
17:54:14 | markun | here too |
17:54:19 | petur | it goes up and down, keep trying |
17:54:52 | Davide-NYC | DNS problems? Server issues? |
17:55:20 | petur | iirc, Zagor said he moved the website so maybe DNS troubles |
17:55:41 | LosNir | it sapmmed me with "LUN0 locked", "LUN0 unlocked" |
17:55:49 | petur | although it worked fine right after the move |
17:56:06 | Davide-NYC | petur: FWIW the new CF code seems stable on a H140 w BL6 and an HDD. |
17:56:14 | gevaerts | That's normal. Does a disk icon appear ? |
17:56:48 | petur | Davide-NYC: good to hear |
17:56:49 | LosNir | I copied the files, unmounted, he said he's writing then he spammed me and stucked.. (or keeps spamming) |
17:57:19 | gevaerts | After unmounting you can unplug |
17:57:29 | LosNir | i unplugged of course |
17:57:49 | LambdaCalculus37 | Davide-NYC: Hello there! |
17:57:56 | Davide-NYC | hello all! |
17:58:01 | advcomp2019 | this is odd.. the revision number on the home page is r16609 then r16601 |
17:58:19 | Davide-NYC | LambdaCalculus37: do have an H1x0? |
17:58:48 | LosNir | k now works! |
17:58:53 | LosNir | GENIUS! |
17:58:55 | LosNir | GENIUS! |
17:59:28 | LosNir | the only problem now is that the sansa logo stays... |
17:59:36 | LosNir | after i power on (not plugged) |
17:59:44 | Davide-NYC | working here. |
18:00 |
18:00:08 | Davide-NYC | since-4weeks.html has been broken for soem time and still is. |
18:00:11 | LambdaCalculus37 | Davide-NYC : Not one of my own, no. But a friend of mine does. |
18:00:12 | LosNir | nvm |
18:00:21 | LosNir | got to language select! |
18:00:36 | LosNir | Oh yeah :) |
18:01:23 | gevaerts | LosNir: Once you selected a language, go to the Settings menu and choose System Info, to check if free space looks correct |
18:01:43 | Davide-NYC | same problem with since-12months.html |
18:02:30 | | Join pabs_ [0] (n=pabs@xor.pablotron.org) |
18:03:02 | LambdaCalculus37 | Wiki access on the site is timing out. =/ |
18:03:48 | * | Davide-NYC shall return later when the website has settled. |
18:03:54 | | Quit Davide-NYC ("ChatZilla 0.9.81 [Firefox 2.0.0.12/2008020121]") |
18:06:34 | blackk | anybody around that have rights to edit a bug on FS? |
18:07:57 | | Quit pabs (Read error: 110 (Connection timed out)) |
18:08:27 | LosNir | gevaerts: sansa.fmt can fix a ntfs formatted disk? |
18:08:59 | gevaerts | LosNir: what does System Info say about free space ? |
18:09:10 | | Join mcuelenaere [0] (n=mcuelena@78-22-188-232.access.telenet.be) |
18:09:18 | LosNir | nope, size isn't correct |
18:09:36 | LosNir | free: 33554425MB O_o |
18:10:08 | LambdaCalculus37 | That's not right. =/ |
18:10:29 | LosNir | thats because i formatted the 1.8GB disk with ntfs :( |
18:10:39 | LosNir | anyway to fix that? |
18:10:42 | LambdaCalculus37 | LosNir: Needs to be FAT32. |
18:11:08 | gevaerts | LosNir: if you plug it into a windows PC, do you get a drive icon ? |
18:11:13 | LosNir | Well, i happy at least i recovered my firmware |
18:11:33 | LosNir | i do have two disks (the main one and the expansion[empty] ) |
18:11:40 | LosNir | both not readable |
18:11:44 | LosNir | I/O ERROR |
18:12:13 | gevaerts | OK. sounds familiar (the sansa firmware doesn't handle this situation well at all). |
18:12:32 | LosNir | So what can i do? |
18:12:41 | gevaerts | Turn it off, and go into manufacturer mode (hold,select,plug in linux machine) |
18:13:00 | LosNir | shit.. rebooted the linux box.. live cd again XD |
18:13:00 | | Quit petur ("work->home") |
18:13:16 | gevaerts | And then run ./c250erase (as root, so maybe sudo su first) |
18:13:22 | LosNir | K |
18:13:31 | LosNir | That shold fix it? |
18:13:49 | LosNir | I would need to do the e200tool step again, right? |
18:14:08 | gevaerts | Hopefully that will show something on the screen this time. It should tell you when it's done. |
18:14:26 | gevaerts | After that the e200tool step, and then it should be fixed. |
18:14:43 | gevaerts | I'm going home now, I'll be offline for about 30 minutes. |
18:14:49 | | Quit gevaerts ("work->home") |
18:14:52 | LosNir | OK. |
18:14:55 | LosNir | Thank you :) |
18:36:33 | | Join bluebrother [0] (n=dom@rockbox/staff/bluebrother) |
18:36:49 | | Join tessarakt [0] (n=jens@e180078010.adsl.alicedsl.de) |
18:40:44 | | Join BigBambi [0] (n=Alex@rockbox/staff/BigBambi) |
18:41:00 | * | LosNir is happy for begin able to start the c250eraser. |
18:41:38 | | Join gevaerts [0] (n=fg@rockbox/developer/gevaerts) |
18:45:10 | gevaerts | LosNir: any news ? |
18:47:43 | | Quit mcuelenaere (Read error: 104 (Connection reset by peer)) |
18:47:53 | LosNir | Oh here are you :) |
18:48:00 | LosNir | Well, great news. |
18:48:03 | LosNir | here you are* |
18:48:28 | LosNir | You forget to mention that i need to push the rec button while i start the reaser. lol |
18:48:39 | LosNir | eraser* |
18:48:52 | LosNir | For now: 73056kb left |
18:49:23 | gevaerts | Is the rec button needed ? Anyway that looks much better. |
18:50:06 | LosNir | Yes, i tried to push it and then it worked. |
18:50:28 | LosNir | Same as the e200tool -> only goes to recovery mode with rec button. |
18:51:16 | gevaerts | That's a different case. But it doesn't matter now I guess |
18:51:39 | LosNir | yeah, 66mb left. |
18:52:49 | | Join petur [50] (n=petur@rockbox/developer/petur) |
18:53:33 | | Quit faemir (Remote closed the connection) |
18:55:48 | | Join elinenbe [0] (n=elinenbe@c-71-192-73-246.hsd1.ma.comcast.net) |
19:00 |
19:00:09 | elinenbe | Hello! Maybe someone could help me. Does the Toshiba Gigabeat F40 charge via USB? Or do you have to have the dock?! |
19:00:37 | | Join Crash91 [0] (n=Crash@41.232.211.123) |
19:01:21 | Crash91 | Quoting from RobkboxUtility on the wiki "Windows Vista is currently completely untested due to the lack of a test setup and might have additional issues.", is there any way i can help test rbutil out on vista? |
19:01:22 | roolku | elinenbe: it does charge via USB but more slowly than with the powesupply |
19:02:42 | roolku | power supply |
19:03:13 | gevaerts | Does anyone know a GPLed simple FAT32 formatting tool that would be easy to integrate in rockbox ? |
19:04:16 | | Quit Mathiasdm ("Yuuw!") |
19:05:02 | Crash91 | gevaerts: Wouldnt the code for fdisk be of use? |
19:05:09 | bluebrother | gevaerts: what would be the use of such a thing? |
19:05:16 | | Join DerPapst [0] (n=DerPapst@p4FC24B82.dip0.t-ipconnect.de) |
19:05:43 | DerPapst | gevaerts: ipodpatcher has some fat formatting code |
19:05:59 | bluebrother | Crash91: sure ... try to use it on vista in as many ways as possible. If you manage to crash it report it ;-) |
19:06:09 | bluebrother | best would be if you could test svn |
19:06:12 | DerPapst | but only for 512bytes/sector |
19:06:37 | Crash91 | bluebrother: sure, but will i have to setup cygwin to compile it? |
19:06:54 | bluebrother | no, Rockbox Utility won't build using cygwin. You need MinGW |
19:07:04 | Crash91 | bluebrother: im currently testing the one from the wiki page, |
19:07:13 | | Join mchua [0] (n=mchua@cpe-66-108-80-238.nyc.res.rr.com) |
19:07:24 | bluebrother | it's rather easy, just download the MinGW package of Qt 4 from their website. This will automatically install mingw. |
19:07:32 | gevaerts | The c200 recovery code doesn't seem to be able to recover from really broken filesystems (sansa.fmt doesn't work, ...). I have a tool that writes the correct fat blocks for a c250, but not for c240 or any e200s (not sure if e200 needs it), and I'd like to generalise that |
19:08:00 | | Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus) |
19:08:04 | Crash91 | bluebrother:and then i can compile after getting source? |
19:08:27 | LosNir | 25mb left :) |
19:08:32 | | Join stripwax_ [0] (n=Miranda@87-194-34-169.bethere.co.uk) |
19:08:34 | | Join Lear [0] (i=chatzill@rockbox/developer/lear) |
19:08:34 | Crash91 | gevaerts: also mkdosfs? |
19:08:41 | | Join Arathis2 [0] (n=doerk@p508A563B.dip.t-dialin.net) |
19:08:58 | gevaerts | The one in ipodpatcher looks good. |
19:09:05 | bluebrother | Crash91: yep. Just open a usual cmd window and type "qmake" followed by "make" |
19:09:19 | Crash91 | bluebrother: cool, thanks :) |
19:09:21 | LosNir | I had a huge luck you had that tool only for the c250! |
19:09:30 | bluebrother | (assuming you let the installer add the needed paths to the PATH variable) |
19:10:27 | gevaerts | LosNir: once it's done, you'll need to do the e200tool stuff again. After that, it should be done, but it might be a good idea to let the sansa firmware format the flash again (that's in the Settings menu) |
19:10:36 | * | gevaerts goes to have dinner now |
19:11:01 | * | LosNir wants gevaerts to wait. |
19:11:18 | LosNir | Will you be here after the dinner? |
19:11:33 | LosNir | Already left -,- |
19:13:04 | Crash91 | bluebrother: *yawn* an hour left for the download, ill probably test the svn version tomorrow... |
19:13:28 | bluebrother | sure, no hurries. |
19:14:09 | Crash91 | aha! found the smaller zip....now why dont they have that higher up on the page? |
19:14:30 | | Join desowin__ [0] (n=desowin@hdp186.internetdsl.tpnet.pl) |
19:14:32 | bluebrother | make sure to not download the source zip only ... |
19:14:36 | *** | Saving seen data "./dancer.seen" |
19:14:48 | bluebrother | as in that case you'd need to build Qt yourself |
19:14:57 | | Join mcuelenaere [0] (n=mcuelena@78-22-188-232.access.telenet.be) |
19:17:10 | Crash91 | bluebrother: damn, what else do i need? minGW? |
19:17:11 | | Join faemir [0] (n=daniel@85-211-114-251.dyn.gotadsl.co.uk) |
19:17:29 | bluebrother | it will download MinGW automatically |
19:17:41 | bluebrother | (the installer lets you choose to do this) |
19:18:07 | Crash91 | ok, anything else? something that the installer doesnt let me choose |
19:18:13 | | Quit faemir (Remote closed the connection) |
19:18:19 | LosNir | 416k left! |
19:18:25 | bluebrother | no. Just run the installer and be fine. |
19:18:34 | bluebrother | except an svn client maybe ;-) |
19:18:35 | LosNir | done! |
19:20:13 | Crash91 | bluebrother: ok :) at least i can be of some help without knowing how to code :P |
19:22:05 | | Join pabs [0] (n=pabs@xor.pablotron.org) |
19:22:14 | Crash91 | bluebrother: network error, please check settings, is this because im downloading? |
19:23:53 | bluebrother | in rbutil? |
19:23:59 | Crash91 | bluebrother: yes |
19:24:23 | bluebrother | no, shouldn't be. The reason for this is usually wrong proxy settings. |
19:24:52 | Crash91 | bluebrother: well, i dont use a proxy..... |
19:25:05 | bluebrother | it defaults to the setting in IE5 |
19:25:39 | bluebrother | well, you could still check the setting and reset it to no proxy (you need to restart afterwards, I just fixed a bug with that the last weekend) |
19:26:14 | Crash91 | bluebrother: i put it on no proxy but didnt restart, maybe that will do the trick |
19:26:18 | | Quit stripwax (Read error: 110 (Connection timed out)) |
19:26:42 | Crash91 | bluebrother: it gives me an error but still can access themes |
19:27:20 | | Quit pabs_ (Read error: 110 (Connection timed out)) |
19:27:32 | bluebrother | Crash91: that was the error I fixed ;-) |
19:27:42 | Crash91 | bluebrother: :) ok |
19:27:54 | bluebrother | well, in that case it looks like autodetecting the IE proxy fails. |
19:28:18 | | Join sscorax [0] (n=lkja@e178051062.adsl.alicedsl.de) |
19:28:35 | | Quit Lear (Read error: 113 (No route to host)) |
19:28:38 | Crash91 | bluebrother: hmm, it fetched themes, i exited the themes window and clicked themes again, this time it managed to fetch then without errors.... |
19:28:41 | | Quit Arathis (Read error: 110 (Connection timed out)) |
19:29:16 | bluebrother | well, if you disabled the proxy that's expected. |
19:32:33 | | Join jcollie [0] (n=jcollie@dsl-ppp239.isunet.net) |
19:33:10 | | Quit desowin (Read error: 110 (Connection timed out)) |
19:34:10 | * | gevaerts is back |
19:37:39 | | Join MajorC [0] (n=absolut@host183-38.bornet.net) |
19:39:21 | gevaerts | LosNir: did you already try the e200tool bit ? |
19:39:21 | | Join styleism [0] (n=sfgfadga@87-194-104-214.bethere.co.uk) |
19:39:54 | | Join cefa68000 [0] (n=53e2d22a@gateway/web/cgi-irc/labb.contactor.se/x-ca60f3f6605c566a) |
19:40:03 | | Quit sscorax () |
19:40:04 | LosNir | Yes, it works! |
19:40:18 | LosNir | Thank you very much for your help. |
19:40:29 | MajorC | gevaerts, i recall that you made a site from where ppl could follow the progress on the usb-handler. Would appreciate the link |
19:40:52 | gevaerts | MajorC: http://www.rockbox.org/twiki/bin/view/Main/PortalPlayerUsb |
19:40:58 | cefa68000 | Hello anyone know if the size problem with big modules is fixed? |
19:41:06 | gevaerts | LosNir: so everything is back to normal now ? |
19:41:11 | MajorC | thanks |
19:42:16 | LosNir | Well, back to normal after the damage... |
19:42:26 | LosNir | I didn't tell you, but all this started when i wanted to RMA the player.. |
19:42:37 | DerPapst | there is a typo on that page... "(not really a choice, but...) iriver H10 [...] also work beter" s/beter/better |
19:42:37 | LosNir | the earphone jack is damaged |
19:42:44 | | Join sscorax [0] (n=lkja@e178051062.adsl.alicedsl.de) |
19:43:03 | LosNir | bad conatacts, i need to "play" with the wire to hear from both sides of the earphones.. |
19:43:23 | LosNir | Anyway to fix that without rmaing it? |
19:44:02 | LosNir | Except for disassamble.. |
19:44:04 | bluebrother | maybe it's just dust. You could try contact spray |
19:44:20 | LosNir | your'e right, ill try it. |
19:44:32 | gevaerts | That's no fun. I once "fixed" such a problem (on a cheap no-name player) by shorting both sides of my earphones. Easier than fixing the jack, but you lose stereo... |
19:45:15 | | Quit barrywardell (Remote closed the connection) |
19:45:15 | LosNir | Well that not a fix, cause i foten switch earphones.. |
19:45:21 | LosNir | connect it to speakers etc.. |
19:45:58 | Crash91 | what is the difference between quietsave and save in the wiki? |
19:46:53 | LosNir | ok, i got Servisol contatc spray, i assume that ok, right? |
19:47:00 | LosNir | contact* |
19:48:30 | | Quit sscorax () |
19:48:35 | gevaerts | I know it's no fix, but at least it got rid of the continuous on/off switching of sound on one side until I got a new player |
19:49:18 | | Join Mathiasdm [0] (n=Mathias@vpnc145.ugent.be) |
19:49:58 | LosNir | Ok.. |
19:50:06 | LosNir | So Servisol is ok? |
19:50:43 | LosNir | and yes, it's a 100% contatc spray, already used it on a pc motherboard.. |
19:51:08 | gevaerts | If it didn't harm your PC, I guess it won't harm your sansa |
19:51:26 | | Join Lear [0] (i=chatzill@rockbox/developer/lear) |
19:51:42 | LosNir | The question here is, will it harm my warranty? :P |
19:52:09 | Horscht | doubt that |
19:54:25 | LosNir | Even with a routh supplier? (Israel duty free) |
19:54:35 | LosNir | Just joking.. :) |
19:55:32 | Horscht | I bet most companies want to make you think that even looking at your player voids its waranty |
19:56:26 | * | gevaerts starts to have an opinion on using the button queue everywhere |
19:58:02 | | Join pixelma [50] (i=pixelma@rockbox/staff/pixelma) |
19:59:21 | LosNir | WTF? |
19:59:38 | LosNir | i have strange "dust" on the screen.. |
19:59:54 | LosNir | it's the contact fluid got on the back of the screen =\ |
19:59:57 | | Nick desowin__ is now known as desowin (n=desowin@hdp186.internetdsl.tpnet.pl) |
20:00 |
20:00:07 | LosNir | will it get dry or im screwed? |
20:00:17 | gevaerts | I think it will dry out |
20:00:22 | | Join tessarakt2 [0] (n=jens@e180071107.adsl.alicedsl.de) |
20:00:25 | | Quit tessarakt (Read error: 104 (Connection reset by peer)) |
20:00:48 | LosNir | completly? cuz it's like you have water on the back of the screen.. |
20:01:12 | LosNir | anyway, it didnt help =\ |
20:01:21 | | Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul) |
20:01:29 | gevaerts | I guess it might take some time, but as far as I know contact sprays usually fully evaporate |
20:01:37 | LosNir | k |
20:01:40 | LosNir | ok* |
20:04:30 | | Quit tessarakt2 (Client Quit) |
20:05:01 | LosNir | Well, thank you for your time gevaerts, i really appreciate it :) |
20:05:45 | gevaerts | No problem. Have fun getting that jack repaired :) |
20:07:50 | LosNir | I will, thanks. |
20:08:06 | LosNir | I'll update you when i'll get it back. |
20:08:07 | LosNir | Bye :) |
20:10:10 | gevaerts | Bye |
20:13:26 | | Join SSnake [0] (n=dfsff@host-84-220-194-171.cust-adsl.tiscali.it) |
20:13:41 | SSnake | hi guys |
20:14:21 | | Nick iamben_ is now known as iamben (n=ben@adsl-75-50-50-66.dsl.spfdmo.sbcglobal.net) |
20:14:57 | gevaerts | Hi SSnake. So when can we see your game ? |
20:16:21 | | Join TMM [0] (n=hp@ip565b35da.direct-adsl.nl) |
20:16:36 | * | gevaerts likes the prospect of more games in rockbox, and will port an infocom engine once USB host works well enough to support a keyboard |
20:16:52 | SSnake | in 10 days i think... |
20:16:56 | SSnake | just finished menu part |
20:17:14 | SSnake | now lacks only sound supports |
20:17:41 | LambdaCalculus37 | gevaerts: Zork on the go? :) |
20:17:42 | gevaerts | I guess sound support is pretty essential if you play on an audio player :) |
20:17:42 | | Join hcs [0] (n=agashlin@rockbox/contributor/hcs) |
20:17:56 | SSnake | yesterday night i tried to compile under sim for ipod targets and it worked at first launch |
20:18:04 | SSnake | it needed only button remapping |
20:18:08 | gevaerts | LambdaCalculus37: if you don't mind a huge keyboard :) |
20:18:39 | SSnake | well..do you remember me asking for help about sound menu? |
20:19:41 | gevaerts | I think so, but I wasn't paying much attention then. I'm not a sound expert |
20:19:44 | SSnake | it seems that i've found a sort of "bug" (_maybe_) in my quest to use plaback menu library |
20:19:52 | LambdaCalculus37 | gevaerts: But what about the grues? :) |
20:20:06 | SSnake | anyone can check with me? |
20:20:15 | SSnake | playback_control.h |
20:20:30 | * | LambdaCalculus37 is looking for a good source to help port Hunt the Wumpus to Rockbox |
20:20:36 | | Join mikeage [0] (n=mmiller@84.229.62.207) |
20:21:22 | * | Crash91 would like more games like superdom, and possibly RPGs? |
20:21:24 | SSnake | if u look inside playback_control.h you can notice a variable declaration |
20:21:28 | SSnake | extern const struct menu_item_ex *playback_control_menu; |
20:21:32 | LambdaCalculus37 | Looks like iPod Linux has Hunt the Wumpus: http://www.ipodlinux.org/Special:Module/wumpus |
20:21:56 | Horscht | ipodlinux is still active? |
20:21:58 | SSnake | that should be extern const struct menu_item_ex playback_control_menu; |
20:22:08 | Crash91 | LambdaCalculus37: I guess that's your "good source" then ;) |
20:22:20 | Horscht | laters |
20:22:24 | | Join gregzx [0] (n=chatzill@dru103.neoplus.adsl.tpnet.pl) |
20:22:40 | SSnake | by the way who wrote playback_control? |
20:23:56 | SSnake | it seems playback_control.h/playback_control.c cannot be used in multisource plugins.... |
20:24:17 | SSnake | the problems lies in a lack of right incapsulation _I think_ |
20:25:50 | SSnake | i tried integrating all menu macros inside a function but the compiler complaints due to the nature of menu macros.... |
20:26:51 | SSnake | the entire playback_control.h/playback_control.c works of in single source plugins because the "rb" pointer is created and used in the same file |
20:27:10 | Crash91 | SSnake: What game are you making? |
20:27:26 | SSnake | mmmmm......i think now i can tell you................. |
20:27:31 | SSnake | are you ready guys? |
20:27:37 | LambdaCalculus37 | I am. |
20:27:38 | gevaerts | SSnake: svn blame says jdgordon and linusn are the ones to blame for playback_control |
20:27:41 | Crash91 | Yes |
20:27:42 | * | gevaerts waits |
20:27:45 | LambdaCalculus37 | Do tell! |
20:27:57 | SSnake | http://www.bigorno.net/xrick/ |
20:28:08 | SSnake | Rick Dangerous |
20:28:20 | amiconn | I can't see why playback_control shouldn't be usable for multi-source plugins |
20:28:20 | LambdaCalculus37 | !!! |
20:28:23 | SSnake | and believe me it works really gooood |
20:28:25 | SSnake | :> |
20:28:25 | Crash91 | SSnake: Yay! I loved that game! Thanks!!!!!! |
20:28:37 | SSnake | it's finished but without sound |
20:28:47 | LambdaCalculus37 | Holy pieces of cow!! Hooray for Rick Dangerous!! |
20:28:49 | SSnake | amiconn honestly i don't know |
20:29:03 | SSnake | it's only my guess |
20:29:30 | Crash91 | SSnake: sound or no sound, ill take it :) |
20:29:41 | SSnake | i've looked to solitare.c and sokoban.c and the only difference is the multisource environment |
20:30:10 | Crash91 | SSnake: Doesnt sudoku have audio playback as well? |
20:30:39 | SSnake | sudoku has only playback menu |
20:31:06 | * | gevaerts managed a green delta for once |
20:31:26 | SSnake | this night i'll try to copy all the code inside playback-control.c in my funcion to see if i'm right |
20:31:43 | SSnake | however the problem in playback-control.h remains |
20:31:46 | amiconn | Why would you duplicate code? |
20:32:05 | SSnake | because whenever i call that function the audio stops |
20:32:10 | gevaerts | playback-control.h looks correct to me |
20:32:25 | amiconn | Define "that function" |
20:32:34 | | Part mikeage |
20:32:57 | SSnake | @gavearts: playback_control_menu it's not a pointer |
20:33:14 | gevaerts | SSnake: if I read the MAKE_MENU macro it is. |
20:33:37 | * | gevaerts quickly inserts the word "correctly" before anyone notices it's missing |
20:34:03 | | Join silvio_ [0] (n=silvio@adsl-62-167-43-95.adslplus.ch) |
20:34:14 | SSnake | if u look inside playbackcontrol.c you can see it's used with the "&" |
20:34:22 | | Quit petur ("switching....") |
20:34:31 | | Join petur [50] (n=petur@rockbox/developer/petur) |
20:35:21 | pondlife | Zagor: Another broken feature: build diffs - e.g. http://build.rockbox.org/cvsmod/chlog-20080310T155003Z.html |
20:35:51 | SSnake | @amiconn: i tried all the functions inside playback-functions.h |
20:36:27 | | Join lee-qid [0] (n=liqid@p54964A1B.dip.t-dialin.net) |
20:36:29 | SSnake | playback_control(rb); |
20:37:09 | pondlife | SSnake: How will you license your Rick Dangerous port? http://www.bigorno.net/xrick/download.html indicates there are problems... |
20:37:11 | | Quit fyrestorm (Read error: 104 (Connection reset by peer)) |
20:37:41 | amiconn | playback_control(rb); , i.e. the old method, is used in a bunch of plugins, all of which have it working correctly |
20:37:43 | SSnake | and the couple: playback_control_init(rb); rb->domenu(&playback_control_menu,NULL) |
20:37:58 | SSnake | of course but those plugin are single source files |
20:38:03 | pondlife | (I guess you'll have to ensure you don't include any of the original graphics or maps in your part?) |
20:38:10 | SSnake | they are solitaire.c and sokoban.c |
20:38:16 | amiconn | sudoku is multi-source |
20:38:22 | SSnake | nbot sudoku |
20:38:25 | SSnake | solitaire |
20:38:29 | SSnake | sokoban |
20:38:36 | * | gevaerts leaves playback_control to those who know about it, and goes back to his own bugs |
20:38:55 | amiconn | jewels, jpeg, sokoban, solitaire, text_editor, viewer and sudoku |
20:39:55 | bluebrother | if you can use the api from a single source plugin why shouldn't this be able from a multi-source plugin? |
20:40:03 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
20:40:11 | * | bluebrother fails to see a reason why this could fail at all |
20:40:28 | SSnake | honestly i don't know.....maybe there's a problem with rb variable handling |
20:40:50 | amiconn | playback_control keeps its own copy of the api pointer |
20:41:41 | amiconn | That's why you have to call playback_control_init(rb) before using any of the other functions, the only exception being playback_control(rb) |
20:42:08 | SSnake | as i told you i tried the 2 methods |
20:42:21 | SSnake | and they are equivalent if u look at the code |
20:42:49 | SSnake | playback_control_init(rb) just do the same of playback_control(rb) |
20:42:56 | SSnake | *does |
20:43:32 | SSnake | the REAL problem (in my opinion) is that all the menu macros are global |
20:43:50 | amiconn | ? |
20:44:42 | SSnake | i mean global in playback-control.c |
20:45:12 | SSnake | they should be incapsulated in some sort of function and later this function should only export the pointer to this menu structure |
20:45:30 | gevaerts | You need globals _somewhere_ |
20:45:33 | SSnake | in my menu source code i use other menu macros |
20:45:53 | amiconn | That really shouldn't be a problem |
20:45:56 | SSnake | maybe it generates some messing with rb handling dunno |
20:46:04 | amiconn | The rockbox core has a whole bunch of menus |
20:46:37 | | Join blakkk [0] (n=81ae709a@gateway/web/cgi-irc/labb.contactor.se/x-4b33b1f8c07ff822) |
20:46:44 | | Nick blakkk is now known as blak (n=81ae709a@gateway/web/cgi-irc/labb.contactor.se/x-4b33b1f8c07ff822) |
20:46:48 | | Join mirak [0] (n=mirak@m105.net81-66-122.noos.fr) |
20:46:50 | | Part pondlife |
20:47:26 | | Join bblack [0] (n=dev@atlantis.mesa.gmu.edu) |
20:47:33 | SSnake | whenever i call this lib function the playback stops and the playlist becomes empty |
20:48:14 | | Quit mirak (SendQ exceeded) |
20:48:47 | SSnake | and about the playback-cntrol.h? am i right? |
20:49:20 | LosNir | I'm feeling like i'm in #Irrlicht... |
20:49:23 | | Join mirak [0] (n=mirak@m105.net81-66-122.noos.fr) |
20:49:30 | LosNir | What do you use for 3d engine? |
20:49:47 | | Join lee-qid_ [0] (n=liqid@p54964455.dip.t-dialin.net) |
20:50:22 | LosNir | - oh it's a rockbox game.. :P |
20:53:06 | SSnake | well i have to go now...i'll keep you updated if it works by dubplicating code... |
20:53:29 | SSnake | later guys |
20:53:40 | LambdaCalculus37 | Bye everyone! |
20:53:46 | | Quit LambdaCalculus37 ("CGI:IRC 0.5.9 (2006/06/06)") |
20:56:08 | | Quit FOAD (Read error: 110 (Connection timed out)) |
20:56:08 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
20:58:09 | | Quit XavierGr (Nick collision from services.) |
20:58:21 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
21:00 |
21:01:56 | BigBambi | SSnake: What are you going to do about the licence? |
21:03:48 | | Quit linuxstb_ (Remote closed the connection) |
21:03:59 | | Join low_light [0] (i=c730180a@gateway/web/ajax/mibbit.com/x-283c417b89521b84) |
21:05:15 | | Quit lee-qid (Connection timed out) |
21:05:22 | | Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) |
21:05:29 | | Join fyrestorm [0] (n=fyre@cpe-68-173-160-247.nyc.res.rr.com) |
21:07:07 | * | gevaerts doesn't like this bug... |
21:09:05 | * | stripwax_ tries profiling pacbox on ipod 5g.. |
21:09:55 | Crash91 | do the heretic and hexen wads work on rockbox? |
21:11:00 | low_light | roolku: I have a modified mrobe lcd driver. 1) uses SSD1815 register defines (they seem mostly right), 2) implement inverse & flip, 3) implement lcd_blit (untested) |
21:12:44 | | Quit bblack (Read error: 104 (Connection reset by peer)) |
21:12:46 | LosNir | gevaerts: |
21:12:47 | LosNir | |
21:12:47 | LosNir | Super 10 |
21:12:47 | DBUG | Enqueued KICK LosNir |
21:12:47 | LosNir | A high purity electrical cleaner and mechanical lubricant for contacts, switches and relays. Removes grease, tarnish, oxidation and other contaminants from contact surfaces, and leaves a conductive lubricating film. Note: For removal of this lubricant, Aeroklene 50 and Coldklene 110 are recommended. 200ml aerosol. |
21:13:10 | LosNir | "and leaves a conductive lubricating film" |
21:14:15 | Crash91 | LosNir: you could've linked to it |
21:14:30 | LosNir | It was a long page... |
21:14:37 | | Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) |
21:14:40 | *** | Saving seen data "./dancer.seen" |
21:16:16 | | Quit Crash91 (""off to lalaland"") |
21:17:04 | LosNir | gevaerts? |
21:19:16 | gevaerts | LosNir: It might still dry out transparently, but I don't know much about this. You can always use one of the removal products I guess (but read their description first...) |
21:19:29 | | Quit nplus ("Leaving") |
21:22:52 | | Join webguest65 [0] (n=d86a3081@gateway/web/cgi-irc/labb.contactor.se/x-306a134d36b6b3d6) |
21:23:05 | | Quit webguest65 (Client Quit) |
21:26:22 | | Quit MajorC () |
21:29:17 | | Quit blak ("CGI:IRC (EOF)") |
21:29:32 | | Join bblack [0] (n=81ae709a@gateway/web/cgi-irc/labb.contactor.se/x-5dd45e39d182a3fa) |
21:30:07 | | Join csc` [0] (n=csc@ip70-171-75-54.no.no.cox.net) |
21:30:56 | gevaerts | The svn log linked from the build status page are broken |
21:31:15 | | Quit stripwax_ (Read error: 110 (Connection timed out)) |
21:31:18 | gevaerts | *logs |
21:31:30 | petur | indeed |
21:31:36 | petur | more work for Zagor |
21:31:52 | | Join blakk [0] (i=81ae709a@gateway/web/ajax/mibbit.com/x-069838a30a665b3c) |
21:32:42 | petur | aha... I thought I checked that when Zagor asked... the old logs work but the new ones don't |
21:33:57 | gevaerts | It's a good thing that I still know what I committed |
21:34:01 | | Quit wisp_sh (Read error: 110 (Connection timed out)) |
21:34:13 | low_light | roolku: I als have disassembly of the adc function (presumably for the battery.) It's slightly different from what we use in rockbox. |
21:34:33 | | Quit bblack ("CGI:IRC (EOF)") |
21:34:35 | low_light | roolku: I don't know if it's anymore stable until I recalibrate the battery levels. |
21:34:59 | | Join wisp_sh [0] (n=wisp@node-29-1.adsl.tula.net) |
21:36:21 | | Join bblack [0] (i=81ae709a@gateway/web/ajax/mibbit.com/x-64c7bc2d0219aa5b) |
21:36:49 | | Quit blakk (Client Quit) |
21:37:34 | | Join Massa [0] (n=chatzill@213602.static-p6.dus.net) |
21:45:08 | | Join brokenbin [0] (n=brokenbi@bas3-toronto47-1279428085.dsl.bell.ca) |
21:45:11 | | Quit cefa68000 ("CGI:IRC") |
21:45:47 | brokenbin | hi |
21:45:54 | brokenbin | can someone one help me restore my ipod? |
21:46:36 | brokenbin | anyone? |
21:46:51 | bluebrother | depends. |
21:46:53 | | Join blak [0] (n=csdgfw@chat.chabotc.nl) |
21:46:57 | scorche|sh | why do you need to restore it? |
21:47:15 | brokenbin | i some how repartitioned it |
21:47:22 | brokenbin | and now itunes won't recognize it anymore |
21:47:39 | scorche|sh | how does one accidentally repartition one's ipod? |
21:47:57 | brokenbin | i was trying to repartion one of my harddrives |
21:48:07 | brokenbin | and it turned out to be the wrong one |
21:48:19 | bluebrother | bad idea ... |
21:48:24 | brokenbin | yea |
21:48:32 | scorche|sh | and itunes wont restore it? |
21:48:33 | brokenbin | anything i can do tho? |
21:48:35 | brokenbin | no |
21:48:43 | bluebrother | well, you can check if there is a MBR available on the ManualIpodRestore wiki page |
21:48:52 | brokenbin | i checked |
21:48:54 | | Quit blak (Client Quit) |
21:48:55 | bluebrother | and write that back to the Ipod |
21:48:57 | brokenbin | there's no mbr my my model |
21:49:06 | scorche|sh | what is your model? |
21:49:09 | brokenbin | i have a nano 3g |
21:49:12 | bluebrother | a similar one? |
21:49:16 | scorche|sh | this isnt an general ipod channel |
21:49:18 | bluebrother | oh well ... |
21:49:29 | bluebrother | we don't support the nano 3G. |
21:49:37 | brokenbin | but... |
21:49:44 | bluebrother | so it's really unlikely to find information about that player here. |
21:49:50 | brokenbin | if i can get a mbr , how would i do that? |
21:49:55 | scorche|sh | but what?...this is #rockbox....where we support....rockbox |
21:50:06 | | Join blak [0] (n=blak@chat.chabotc.nl) |
21:50:07 | scorche|sh | dont ask us...go to ##apple or something like that |
21:50:14 | brokenbin | ok |
21:50:14 | bluebrother | on linux, dd the MBR to a file from a "good" Ipod. dd it back to yours. |
21:50:27 | bluebrother | it's sector 0 of the "disc" |
21:50:40 | brokenbin | all i need is dd? |
21:51:00 | bluebrother | yep, and a non-broken Ipod (same model, same size) |
21:51:15 | bluebrother | unless you already overwrote the partition, then it's getting more complicated. |
21:51:30 | brokenbin | what do u mean overwrote the partition? |
21:51:34 | bluebrother | and of course things might be different for the 3G. No idea what exactly Apple changed |
21:51:45 | bluebrother | did you write data to it after repartitioning? |
21:51:52 | brokenbin | no |
21:51:59 | scorche|sh | long story short: we dont know for sure...please ask somewhere else such as ##apple |
21:52:00 | brokenbin | i couldn't |
21:52:04 | bluebrother | well, then it should be sufficient to restore the MBR. |
21:52:20 | | Join austrian [0] (n=50794bb5@gateway/web/cgi-irc/labb.contactor.se/x-60ff30ba8b1fe8b0) |
21:52:27 | brokenbin | could u give me the dd command to restore it? |
21:52:28 | bluebrother | but I (and I guess nobody else in here) have no experience with that player. |
21:52:41 | bluebrother | try "man dd" on any linux box :) |
21:52:49 | brokenbin | ok |
21:52:50 | brokenbin | thx |
21:53:03 | bluebrother | you need the first 512 bytes of the "disc" |
21:53:25 | austrian | Hi |
21:53:36 | bluebrother | hello |
21:53:36 | austrian | anyone here who knows how PCM recording works? |
21:53:56 | bluebrother | you mean the recording internals of Rockbox? |
21:53:59 | austrian | I'm writing a instrument tuner plugin |
21:54:01 | Lear | gevaerts: So that "drivers" size thing fixed it? |
21:54:02 | austrian | Yes |
21:54:20 | austrian | I didn't mean you, lear ;9 |
21:54:27 | bluebrother | well, not me. petur might. |
21:54:36 | Ctcp | Ignored 1 channel CTCP requests in 0 seconds at the last flood |
21:54:36 | * | bluebrother remembers the KnowledgeMap wiki page |
21:54:54 | gevaerts | Lear: yes. Stupid error in hindsight |
21:54:59 | petur | I know a bit of it, yes |
21:55:04 | | Part brokenbin |
21:55:20 | * | bluebrother points to http://www.rockbox.org/twiki/bin/view/Main/KnowledgeMap#Recording |
21:55:25 | | Quit jgarvey ("Leaving") |
21:55:35 | petur | austrian: what is your problem? |
21:55:39 | austrian | hi |
21:56:02 | austrian | well, I've uploaded parts of what I've already written here: http://pastebin.com/d18c0eed |
21:56:47 | petur | ah... effects plugin |
21:57:25 | petur | I think you really need jhMikeS or preglow for that, but I can have a peek |
21:57:34 | austrian | I'm assuming it should work like this: 1. call pcm_record_data -> all recorded data gets filled in the buffer 2. when the buffer is full, the callback funktion is called |
21:57:54 | austrian | then I have to call pcm_record_more and submit a new buffer and so on |
21:58:49 | * | bluebrother thinks about a startup screen for rbutil ... wondering if a splash screen would be too annoying |
21:59:09 | austrian | My problem is: the simulator doesn't support recording, and on my X5 the callback funktion get's called when the buffer contains no data at all! |
21:59:56 | | Quit silvio_ ("Verlassend") |
22:00 |
22:01:10 | | Quit nicktastique ("Leaving") |
22:01:11 | petur | hmmm that is very specific... preglow should have put his effectsplugin somewhere as sample |
22:02:17 | scorche|sh | bluebrother: is there a reason we need one? |
22:02:59 | bluebrother | scorche|sh: well, my idea is to do some startup check stuff. Like performing a usb scan and permission checks |
22:03:21 | bluebrother | so we can inform the user immediately about issues (or possibly his player being unsupported) |
22:04:05 | bluebrother | we don't need a splash itself. I'm just wondering if that would give a nicer look |
22:04:19 | gevaerts | How long do these checks take ? |
22:04:23 | | Quit low_light ("http://www.mibbit.com ajax IRC Client") |
22:04:30 | bluebrother | the alternative would be the progress window |
22:04:31 | | Quit axionix_ (Read error: 110 (Connection timed out)) |
22:04:39 | bluebrother | shouldn't be long. |
22:04:54 | bluebrother | so it might be a bit of overkill to show anything at all ;) |
22:04:57 | scorche|sh | i think i would rather have a progress window with an image and text saying what it is doing |
22:05:37 | austrian | @ petur: where can I find this effectsplugin? I didn't find it in the tracker.. |
22:05:42 | bluebrother | that was my idea too. |
22:05:45 | * | scorche|sh hates splashes that seem to do nothing and dont tell you if they are doing something at all |
22:06:02 | preglow | petur: yes, i should |
22:06:13 | | Quit Lear ("ChatZilla 0.9.81 [Firefox 3.0b5pre/2008031004]") |
22:06:15 | preglow | petur: still planning to commit it, but have absolutely no rockbox time :/ |
22:06:33 | petur | austrian, meet preglow. preglow, meet austrian |
22:06:35 | bluebrother | heh, showing a splash screen is easy :o |
22:06:38 | austrian | hi |
22:06:50 | preglow | austrian: http://www.pvv.org/~thomj/rockbox/flanger.c |
22:06:54 | bblack | speaking about rbutil, the progress bars should be set to 100% when everything is done. they are still missing a bit of green in the end of the bar :) |
22:06:58 | preglow | austrian: i think that should compile, still |
22:07:02 | | Quit perrikwp ("http://www.mibbit.com ajax IRC Client") |
22:07:11 | gevaerts | If the splash screen says it's doing these checks, I think it's a good idea |
22:07:22 | austrian | preglow, thanks |
22:09:00 | lostlogic | is it just me or has playback responsiveness taken a major dump in the last ~30-50 days? |
22:10:05 | austrian | your plugin looks quite massive - but it should give me all the information I need. Thanks again! |
22:10:23 | | Join gregzx_ [0] (n=chatzill@dru103.neoplus.adsl.tpnet.pl) |
22:10:24 | | Quit gregzx_ (Remote closed the connection) |
22:10:47 | | Join shotofadds [0] (n=51016716@gateway/web/cgi-irc/labb.contactor.se/x-13b3d701e450adf0) |
22:11:13 | | Join LinuxJuggalo [0] (n=Ninja@unaffiliated/linuxjuggalo) |
22:11:23 | shotofadds | is it known that the change links from dev.cgi aren't working? |
22:11:27 | | Join Sindacious [0] (n=Sindacio@unaffliated/sindacious) |
22:11:30 | Sindacious | o_o |
22:12:03 | petur | shotofadds: yes, some stuff got moved around and might not work perfectly |
22:12:41 | LinuxJuggalo | which build should i get for an ipod nano 8GB? |
22:12:54 | linuxstb | There is only one Nano build. |
22:12:58 | scorche|sh | rockbox doesnt support and nanos with 8GB |
22:13:03 | scorche|sh | s/and/any |
22:13:21 | shotofadds | petur: just makes it harder to find out the red build wasn't me :-) |
22:13:40 | preglow | austrian: well, it's got a menu system and stuff to control parameters |
22:13:59 | * | gevaerts is now testing the fix |
22:14:29 | LinuxJuggalo | linuxstb, i see more than one, nano 1st gen which isnt obviously for the 8GB nano, and then i see iPod 3rd gen, so im kinda confused cause the documentation of the nano says its 3G |
22:14:51 | stripwax | LinuxJuggalo - that is "ipod classic 3rd gen" |
22:14:53 | scorche|sh | LinuxJuggalo: yes...3rd gen *ipod*...not 3rd gen ipod nano |
22:15:02 | scorche|sh | stripwax: dont say classic |
22:15:08 | | Join perrikwp [0] (i=98214a43@gateway/web/ajax/mibbit.com/x-29e604b6228bc22b) |
22:15:09 | stripwax | sorry - "ipod original" |
22:15:11 | LinuxJuggalo | so there is no build for an 8GB nano? |
22:15:18 | linuxstb | LinuxJuggalo: As I said, there is only one Rockbox Nano build... And as scorche|sh said, Rockbox won't work on a 3rd gen Nano |
22:15:23 | scorche|sh | correct, as those are a 2nd or 3rd gen nano |
22:15:24 | * | stripwax curses - now it's in the logs.. forever.. |
22:15:36 | LinuxJuggalo | ok then.... |
22:16:09 | | Part Sindacious ("Leaveing.") |
22:16:58 | scorche|sh | stripwax: perhaps in a year or 2 you will be saying classic ipod nano video ;) |
22:17:17 | * | stripwax hopes not :) |
22:17:25 | linuxstb | Or talking about a 3rd gen Classic... |
22:17:30 | stripwax | true.. |
22:18:07 | | Quit ompaul (Client Quit) |
22:20:17 | LinuxJuggalo | ok then, what about the curent ipod classic? the big clunky 80GB one, which build would suit that one? |
22:20:22 | scorche|sh | none |
22:20:34 | scorche|sh | all the devices we support are on the front page |
22:21:03 | scorche|sh | which specifically says 2nd and 3rd gen nanos and 6th gen ipods are not supported |
22:21:07 | | Quit jcollie ("Ex-Chat") |
22:21:28 | austrian | bye |
22:21:30 | | Quit austrian ("CGI:IRC") |
22:21:45 | | Quit styleism (Connection timed out) |
22:22:03 | LinuxJuggalo | ah man |
22:22:14 | LinuxJuggalo | but those ones supported suck |
22:22:25 | scorche|sh | ok.... |
22:22:52 | stripwax | LinuxJuggalo - can you help us support the "not sucky" ones? |
22:23:31 | LinuxJuggalo | sorry, wish i could :( |
22:24:32 | stripwax | LinuxJuggalo - the clunky 80GB 5.5G iPod Video *is* supported , but this is not a current (6G) model |
22:26:49 | LinuxJuggalo | yeah thats the thing, im looking on buying an ipod but none of the ones supported are currently at the stores.... |
22:27:12 | LinuxJuggalo | as far i can see anyways |
22:27:33 | scorche|sh | you dont have to buy an ipod... |
22:27:43 | scorche|sh | there are better devices for far less on ebay |
22:28:19 | | Quit gregzx (Connection timed out) |
22:29:18 | LinuxJuggalo | i know, but i want an ipod |
22:29:33 | petur | poor fellow ;) |
22:35:47 | * | gevaerts finally got it back to green |
22:39:02 | | Join rockbox_noob [0] (i=44cde17e@gateway/web/ajax/mibbit.com/x-90e2674f32c4e51b) |
22:40:08 | petur | amiconn: ping |
22:41:43 | rockbox_noob | any known fix for a 5.5g 80gb ipod that wont resume after it automatically shuts off from being idle? After i unplug the dock connector it comes right back to life. |
22:42:43 | | Join Zarggg [0] (n=zarggg@216-15-73-111.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com) |
22:44:57 | bblack | Slasheri: there? |
22:45:15 | Slasheri | bblack: hi, just going to sleep :) |
22:45:25 | rockbox_noob | no ideas? |
22:45:59 | bblack | bblack: ok, have a good night then; maybe I'll cactch you at some point to talk about db locking in tagcache |
22:46:36 | bblack | s/bblack/Slasheri/ |
22:46:38 | Slasheri | ok, see you tomorrow :) good night you too |
22:46:42 | Slasheri | hehe |
22:46:58 | | Join DefineByte [0] (n=defineby@bb-87-81-195-5.ukonline.co.uk) |
22:47:27 | bblack | sun is still up here, time for gym and some Rockbox testing :D |
22:47:53 | DefineByte | Any peeps involved with the manual want to take a look at FS #8715? |
22:48:21 | | Quit stripwax (Read error: 110 (Connection timed out)) |
22:50:46 | | Quit blak ("Remote client closed connection") |
22:51:11 | | Quit BigBambi (Read error: 110 (Connection timed out)) |
22:53:42 | | Quit Mathiasdm ("Yuuw!") |
22:53:43 | LosNir | gevaerts? |
22:54:34 | gevaerts | LosNir: yes ? |
22:54:50 | | Quit Buschel () |
22:58:32 | LosNir | I'm screwed up.. |
22:58:52 | LosNir | The spray left some signs on the screen.. |
22:59:07 | LosNir | it wont evaporate i think. |
22:59:42 | | Quit mf0102 ("Verlassend") |
23:00 |
23:01:15 | LosNir | I packaged it and wrote a letter, hopefully they will replace it. |
23:01:53 | LosNir | I didn't mention the screen signs, if they will ask about it, i will say i didn't know aobut it and it may be something with the shipment. |
23:02:14 | gevaerts | Well, the connector damage has nothing to do with those stains, so they should replace or repair it anyway. I expect that if they repair it they probably also clean it. |
23:02:35 | | Part linuxstb ("Leaving") |
23:03:04 | LosNir | I hope these are not permant. |
23:03:22 | gevaerts | And I expect they probably won't ask. These players are pretty cheap, so they won't want to spend too much time asking questions. |
23:03:57 | | Quit LinuxJuggalo ("Hey! Where'd my controlling terminal go?") |
23:04:18 | | Nick Massa is now known as Massa_ (n=chatzill@213602.static-p6.dus.net) |
23:05:01 | | Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) |
23:05:21 | | Quit Massa_ ("ChatZilla 0.9.81 [Firefox 2.0.0.12/2008020121]") |
23:05:37 | LosNir | Well, you never know how it's going on with the Israelies electronics stores (yes - i know i offend my country) |
23:06:57 | LosNir | Well, anyway, i have an excuse, i replaced the player before in a reason of on arrival broken screen. |
23:07:51 | LosNir | So they'll think that it's somehow connected.. (maybe the will think the plaeyrs lcd screen is poor).. |
23:07:59 | | Join BigBambi [0] (n=Alex@rockbox/staff/BigBambi) |
23:08:44 | | Quit Arathis2 ("Bye, bye") |
23:08:45 | | Quit mcuelenaere (Read error: 104 (Connection reset by peer)) |
23:08:50 | LosNir | Anyway, i hope that my theory will work. I'll send the package tomrrow. |
23:09:00 | gevaerts | Good luck |
23:09:36 | LosNir | Thanks. |
23:10:03 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
23:12:47 | | Quit petur ("*plop*") |
23:13:30 | | Quit markun (card.freenode.net irc.freenode.net) |
23:13:30 | NSplit | card.freenode.net irc.freenode.net |
23:13:30 | | Quit Nevtus (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit [CBR]Unspoken|w (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit Nico_P (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit jurrie_ (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit daywalker_ (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit gibbon_ (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit crwll (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit Klowner (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit sneakums (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit Kohlrabi (card.freenode.net irc.freenode.net) |
23:13:30 | | Quit fxb__ (card.freenode.net irc.freenode.net) |
23:13:56 | NHeal | card.freenode.net irc.freenode.net |
23:13:56 | NJoin | Nevtus [0] (n=Nevtus@unaffiliated/nevtus) |
23:13:56 | NJoin | [CBR]Unspoken|w [0] (n=cbr@212.98.160.129) |
23:13:56 | NJoin | Nico_P [50] (n=nicolas@rockbox/developer/NicoP) |
23:13:56 | NJoin | daywalker_ [0] (n=daywalke@ip-77-87-189-6.dnspower.de) |
23:13:56 | NJoin | jurrie_ [0] (n=jurrie@adsl-068-209-041-021.sip.asm.bellsouth.net) |
23:13:56 | NJoin | crwll [0] (n=crawlie@a88-114-143-95.elisa-laajakaista.fi) |
23:13:56 | NJoin | sneakums [0] (i=sneakums@jenny.ondioline.org) |
23:13:56 | NJoin | fxb__ [0] (n=felixbru@h1252615.stratoserver.net) |
23:13:56 | NJoin | Klowner [0] (n=klown@71-217-238-142.dvnp.qwest.net) |
23:13:56 | NJoin | gibbon_ [0] (n=joel@195.182.2.234) |
23:13:56 | NJoin | markun [50] (n=markun@rockbox/developer/markun) |
23:13:56 | NJoin | Kohlrabi [0] (n=Kohlrabi@frustrum.nosebud.de) |
23:14:41 | *** | Saving seen data "./dancer.seen" |
23:15:11 | | Quit DefineByte ("Bye all") |
23:16:11 | | Join mcuelenaere [0] (n=mcuelena@78-22-188-232.access.telenet.be) |
23:17:02 | | Quit rockbox_noob ("http://www.mibbit.com ajax IRC Client") |
23:18:40 | | Quit lee-qid_ (Read error: 110 (Connection timed out)) |
23:20:24 | | Quit gevaerts ("back tomorrow") |
23:22:58 | | Quit blackk (Read error: 110 (Connection timed out)) |
23:26:01 | | Quit FOAD (Read error: 110 (Connection timed out)) |
23:26:01 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
23:30:01 | bluebrother | Bagder: the www server misses the build-info files :( |
23:30:08 | Bagder | I know |
23:30:22 | Bagder | I blame zagor |
23:38:17 | bluebrother | unfortunately that breaks Rockbox Utility :( |
23:38:40 | Bagder | ouch |
23:38:46 | | Quit alienbiker99 ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") |
23:40:02 | | Quit roolku (Remote closed the connection) |
23:40:14 | | Join roolku [0] (n=roolku@77-99-112-231.cable.ubr16.edin.blueyonder.co.uk) |
23:40:48 | Bagder | what URL is that using? |
23:41:31 | bluebrother | http://www.rockbox.org/daily/build-info |
23:42:42 | bluebrother | hmm, strange. We also have this file on the download server |
23:42:52 | Bagder | yes |
23:43:22 | Bagder | but the download servers are lagging behind a bit too much to be useful for the latest builds |
23:43:37 | Bagder | up to 60 minutes |
23:43:49 | bluebrother | hmm. |
23:44:20 | dionoea | I can sync every 5 minutes if you want ... not sure if it'd be very useful. |
23:44:32 | Bagder | nah |
23:44:34 | bluebrother | any way we could make rbutil always using the master download server for this? |
23:45:08 | Bagder | well, the mater download server isn't that up-to-date with this particular file anyway |
23:45:13 | Bagder | s/mater/master |
23:46:46 | bluebrother | hmm. rbutil needs to get smarter about download failures. |
23:48:34 | Bagder | okay, the build-info url works again |
23:48:57 | bluebrother | thanks. |
23:49:19 | bluebrother | but error handling definitely needs to get improved in rbutil. |
23:49:33 | bluebrother | should go for some sleep though ... |
23:49:39 | * | bluebrother has a new item on his todo |
23:50:26 | bluebrother | cya |
23:50:28 | | Quit bluebrother ("leaving") |
23:52:33 | | Quit mcuelenaere (Read error: 110 (Connection timed out)) |
23:52:45 | | Quit linuxstb (Read error: 104 (Connection reset by peer)) |