Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2011-07-10

00:02:10 Quit ender` (Quit: The sardines were packed as tight as the coach section of a 747.)
00:05:05 Join Thra11 [0] (~thrall@87.113.206.154)
00:05:43 Quit sasquatch (Ping timeout: 246 seconds)
00:06:05 Join Strife89 [0] (~Strife89@207-144-19-39.cstel.net)
00:06:55 Join sasquatch [0] (~username@46.115.26.166)
00:07:54 Quit Thra11_ (Ping timeout: 260 seconds)
00:12:09 Quit esperegu (Remote host closed the connection)
00:19:15 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
00:19:57 Join ender` [0] (krneki@foo.eternallybored.org)
00:20:47[7]any ARM expert around?
00:21:09*[7] needs some help with ARMv6 cache coherency
00:21:30[7]what do I need to do after copying around code before jumping into it?
00:21:42[7]mcrp15, 0, r9,c7,c10,0 @ clean data cache
00:21:42[7]mcrp15, 0, r9,c7,c10,4 @ drain write buffer
00:21:42[7]mcrp15, 0, r9,c7,c5 @ invalidate instruction cache
00:21:42DBUGEnqueued KICK [7]
00:21:42[7]doesn't seem to do the trick
00:22:37Torneer
00:22:52Tornei will check what the flush-to-PoU sequence is supposed to be
00:23:01kugel[7]: don't we have code for that?
00:23:04Tornei have it here somewhere :)
00:23:11Tornekugel: It's *probably* wrong
00:23:12[7]kugel: certainly, but where?
00:23:22Tornearmv6 and onwards make this hilariously odd
00:23:38Torne[7]: i suspect you are missing flushing BTB or similar weirdness..
00:23:39kugel[7]: some file the beast compiles probably
00:23:46Tornei'll find my reference
00:23:50 Quit Thra11 (Ping timeout: 260 seconds)
00:24:11kugelI heard the beast can run codecs so we must have it working for armv6 ;)
00:24:24[7]anyway, i'm 100% sure that there can't be any stale icache lines from before the cleaning operation
00:24:37[7](there is no code being executed from that memory range up to this point)
00:25:08[7]so I'm assuming that something is already prefetching things before the dcache/wb flush completes
00:25:11kugel[7]: mmu-armv6.S?
00:27:32Torne[7]: that's not possible if you invalidate the icache *afterward*
00:27:38serenity is it possible to do a screendump on an oled device?
00:27:59 Join Thra11 [0] (~thrall@87.113.206.154)
00:28:06[7]serenity: I see no reason why it wouldn't
00:28:11[7]just try it?
00:28:22serenitydid so, but no pic is stored
00:28:42serenitywiki is talking about screendump on led devices
00:28:51AlexPserenity: You turned on screen dump, then plugged in usb?
00:28:57serenityyes
00:29:02 Quit liar (Quit: hallowed are the ori!)
00:29:03Torne[7]: do you know which arm it is specifically?
00:29:10[7]1176jz-s
00:29:40CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
00:29:40*serenity is just writing a big blogpost about rockbox. And ppl love screenshots ;)
00:29:45[7]16k 4way icache/dcache, 32 bytes linesize
00:30:38Torne[7]: does it have an L2 cache?
00:30:55Torneit shouldn't matter if it's a sensible one, but i'm curious :)
00:31:06[7]hm, how can I figure that out?
00:31:50gevaertsserenity: I have this vague memory (but I could be wrong) that screendumps don't work on AMSv2 devices because *all* USB handling is disabled
00:31:55[7]in case a cp15 c0 dump helps you: http://www.freemyipod.org/wiki/Nano_4G#Status_registers
00:32:01Torne[7]: varies wildly depending on L2 cache controller
00:32:20serenitygevaerts: ah, that sounds reasonable
00:32:23serenitythanks
00:32:24[7]heh, this is an apple soc, so we'll probably never figure that out then
00:32:51serenityhmm, doing a photo sucks on this small display
00:34:41[7]mcrp15, 0, r9,c7,c10,0 @ clean data cache
00:34:41[7]mcrp15, 0, r9,c7,c10,4 @ drain write buffer
00:34:41[7]mcrp15, 0, r9,c7,c5,4 @ flush branch target cache
00:34:41[7]mcrp15, 0, r9,c7,c5,5 @ flush prefetch buffer
00:34:41[7]mcrp15, 0, r9,c7,c5 @ invalidate instruction cache
00:34:42***Alert Mode level 1
00:34:42[7]Torne: does this look better?
00:34:51serenitymay i use the pics from the wiki?
00:36:04kugel[7]: pastebin etc is great
00:36:05gevaertsserenity: I don't really see why not. If you want your own screenshots, you can use the simulator though
00:36:32[7]kugel: for 6+ lines, I agree :)
00:36:50serenitybut is usb in the simulator also disabled?
00:37:06[7]well, you can at least screenshot the simulator by other means :)
00:37:11kugel[7]: also for less lines
00:37:15Torne[7]: branch predict flush is allegedly c5,7
00:37:21kugelespecially if they have weird chars
00:37:26Tornealas this was not *quite* standard in armv6
00:37:33Torneso documentation is.. wibbly
00:37:44serenity[7]: sure :)
00:37:52kugelthis is what the mmu-armv6.S also does
00:38:23kugeloh no, " mcr p15, 0, r0, c7, c5, 4 @ Flush prefetch buffer (IMB)"
00:38:39serenitythanks alot
00:38:49[7]another document says it's c5,6 :P
00:39:06[7],7 is by MVA
00:39:07 Join mshathlonxp [0] (~athlonmpp@5ad4efa9.bb.sky.com)
00:39:34TorneOh, yeah, sorry
00:39:35Tornec5,6
00:39:47Torneanyway
00:39:55Tornethe beast is an arm1136r0 if i rememebr correctly
00:40:15Tornewhich is the first armv6 device (not armv6k) and implements a number of exciting things very subtly differently
00:40:34Torneso sadly it is possible that a couple of VMSA details differ very slightly
00:40:41Tornealternatively the existing code is wrong
00:40:45Torne:)
00:40:57TorneThe reference i would'veused which is "authoritative" is the symbian kernel code
00:41:01Tornebut i can't find a goddamn copy
00:41:19[7]this one is an r4
00:41:29Torneyah, but it's arm1176
00:41:36Tornewhich is designed much later and is always v6k
00:42:00[7]huge mess, eh?
00:42:07Torne1136r0 is kinda arm's slightly dodgy should've-been-a-prototype one
00:42:35Tornethe only plain v6 device afaik, all the others are v6k and implement the important missing bits :)
00:42:41Torneeven 1136r1
00:43:54*Torne needs to go sleep; good luck with that. i'll try and dig up the symbian code somewhere tomorrow and give you an authoritative list of how to do all cache/mmu ops on every ARM version ;)
00:44:12Tornebecause i know for sure the symbian code is right and it's much easier to follow than linux's
00:44:43***Alert Mode OFF
00:44:49 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
00:48:29[7]Torne: so does this sound correct? c10,0 c10,4 c5,0 c5,6 c5,4
00:49:07Torneer, possibly
00:49:23 Quit Horschti (Quit: Verlassend)
00:49:58 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
00:58:20 Quit keyb_gr (Remote host closed the connection)
01:00
01:00:59 Quit neferty (Ping timeout: 260 seconds)
01:02:52 Join neferty [0] (~andor@173.242.127.201)
01:03:56 Quit d3remark (Ping timeout: 250 seconds)
01:10:33 Quit ender` (Quit: The likelihood of Perl being involved in a system is directly proportional to the length of time the system has been in maintenance.)
01:14:59 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
01:15:26 Join Horscht [0] (~Horscht@p5DD56AB6.dip.t-dialin.net)
01:15:26 Quit Horscht (Changing host)
01:15:26 Join Horscht [0] (~Horscht@xbmc/user/horscht)
01:16:35 Quit Judas_PhD (Client Quit)
01:23:27 Quit GermanMushroom (Quit: Ik ga weg)
01:25:08 Part serenity ("Konversation terminated!")
01:25:50 Quit pamaury (Remote host closed the connection)
01:31:31 Quit liar (Quit: hallowed are the ori!)
01:36:02*[7] hates subtle problems like nothing else
01:36:46[7]just found out that, when using our hardware init code, the SDRAM on my ipod has a high bit error rate
01:36:48 Quit Horscht (Quit: Verlassend)
01:36:54[7]like 1 in 1000 bits is flipped
01:37:28[7]and if i read the same data again, the positions of the bit errors change => problem with the interface?
01:46:05 Join Keripo [0] (~Keripo@c-76-28-198-27.hsd1.wa.comcast.net)
01:46:08***Saving seen data "./dancer.seen"
01:47:56funmangevaerts: usb detection is implemented on AMSv2
01:49:32 Quit factor (Read error: Connection reset by peer)
01:49:33 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
01:51:09funmangevaerts: hm maybe i spoke too fast, charging detection is implemented but not usb. seems weird, we should be able to detect USB insertion without rebooting to OF
01:51:10 Quit bertrik (Ping timeout: 250 seconds)
01:52:06gevaertsfunman: I seem to remember that the disabling is rather thorough
01:54:47 Quit Judas_PhD (Ping timeout: 252 seconds)
01:55:46 Join factor [0] (~factor@74.197.205.204)
02:00
02:05:34kugelgevaerts: I updated the wiki page and FS #12159 and added FS #12186 (in time for the upcoming mid-term evaluations I hope) according to my current state
02:05:35fs-bluebothttp://www.rockbox.org/tracker/task/12159 GSoC/Buflib: Remove direct audiobuf accesses (patches, new)
02:05:35fs-bluebothttp://www.rockbox.org/tracker/task/12186 GSoC/Buflib: Put extended buflib into core (patches, new)
02:06:28gevaertskugel: thanks!
02:06:45 Join Strife1989 [0] (~Strife89@207-144-19-39.cstel.net)
02:12:20 Nick Strife89 is now known as D-Strife89 (~Strife89@207-144-19-39.cstel.net)
02:12:25 Nick Strife1989 is now known as Strife89 (~Strife89@207-144-19-39.cstel.net)
02:22:19kugelgevaerts: hopefully that will make the evaluation easier for you ;)
02:22:41gevaertskugel: it definitely will. That's my job for tomorrow evening :)
02:24:53*kugel wonders about wtachi's status
02:30:27 Join dfkt [0] (dfkt@unaffiliated/dfkt)
02:31:12[7]who owns fs-bluebot btw?
02:33:28kugelbluebrother
02:34:25 Quit dfkt (Client Quit)
02:44:21 Quit Thra11 (Quit: kthxbai)
02:48:29 Quit ReimuHakurei (Quit: If I use this, I will disappear, and Shana-tan will remain...)
02:54:59 Join Horscht [0] (~Horscht@p5DD56AB6.dip.t-dialin.net)
02:54:59 Quit Horscht (Changing host)
02:54:59 Join Horscht [0] (~Horscht@xbmc/user/horscht)
03:00
03:00:44 Join antil33t [0] (~antil33t@124-197-33-15.callplus.net.nz)
03:03:41funmangevaerts: r27837 only tells about rebooting, usb detection is reliable though
03:34:51 Quit amiconn (Read error: Connection reset by peer)
03:34:57 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
03:35:01 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
03:43:59 Quit tchan (Ping timeout: 255 seconds)
03:46:10***Saving seen data "./dancer.seen"
03:48:22 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
04:00
04:15:49 Quit [7] (Disconnected by services)
04:16:00 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:18:53 Join d3remark [0] (~kramer@ip98-169-188-142.dc.dc.cox.net)
04:21:52 Quit Keripo (Quit: Leaving.)
04:25:50 Quit d3remark (Ping timeout: 255 seconds)
04:34:51 Part domonoky1
04:37:22 Quit pixelma (Disconnected by services)
04:37:23 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:37:26 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:38:38 Quit amiconn (Disconnected by services)
04:38:40 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:38:44 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:41:42 Quit funman (Quit: leaving)
04:50:17 Join ReimuHakurei [0] (~reimu@74.112.212.15)
05:00
05:06:33 Join Rob2223 [0] (~Miranda@p4FFF22C3.dip.t-dialin.net)
05:11:05 Quit Rob2222 (Ping timeout: 276 seconds)
05:24:19 Quit tchan (Read error: Connection reset by peer)
05:26:09 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
05:38:21 Quit Strife89 (Ping timeout: 240 seconds)
05:39:36 Quit boghog (Quit: boghog)
05:46:14***Saving seen data "./dancer.seen"
06:00
06:12:58 Quit fdinel (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
06:23:52 Quit ReimuHakurei (Ping timeout: 252 seconds)
06:36:54 Join ReimuHakurei [0] (~reimu@74.112.212.15)
06:37:04 Quit ReimuHakurei (Read error: Connection reset by peer)
06:37:19 Join ReimuHakurei [0] (~reimu@74.112.212.15)
06:39:39 Join Horschti [0] (~Horscht@xbmc/user/horscht)
06:43:35 Quit Horscht (Ping timeout: 260 seconds)
06:54:00 Quit krazykit (Ping timeout: 258 seconds)
06:56:20 Join krazykit [0] (~krazykit@206.183.185.8)
07:00
07:01:17 Join dhrasmus [0] (~dhrasmus@216.99.208.34)
07:37:55 Quit HaimN (Ping timeout: 240 seconds)
07:39:24 Join HaimN [0] (~quassel@95.86.74.58)
07:46:18***Saving seen data "./dancer.seen"
07:47:00 Quit tchan (Quit: WeeChat 0.3.5)
07:48:36 Join robin0800 [0] (~robin0800@149.254.180.247)
07:55:07 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
08:00
08:00:56 Quit robin0800 (Ping timeout: 276 seconds)
08:01:19 Quit dhrasmus (Quit: Leaving)
08:24:06 Quit CaptainKewl (Ping timeout: 246 seconds)
08:25:04 Join sideral [0] (~sideral@rockbox/developer/sideral)
08:46:56 Join robin0800 [0] (~robin0800@149.254.186.247)
08:57:56 Quit tchan (Ping timeout: 276 seconds)
09:00
09:12:20 Join Keripo [0] (~Keripo@c-76-28-198-27.hsd1.wa.comcast.net)
09:17:38 Quit D-Strife89 (Ping timeout: 276 seconds)
09:18:21 Join stoffel [0] (~quassel@p57B4CDD6.dip.t-dialin.net)
09:20:19 Quit Keripo (Read error: Connection reset by peer)
09:31:09 Join HaimN_ [0] (~quassel@95.86.83.68)
09:31:18 Quit HaimN (Ping timeout: 258 seconds)
09:40:02 Quit HaimN_ (Ping timeout: 252 seconds)
09:42:15 Join HaimN [0] (~quassel@213.151.57.103)
09:46:20***Saving seen data "./dancer.seen"
09:52:39 Quit antil33t (Ping timeout: 240 seconds)
09:53:33 Join Keripo [0] (~Keripo@c-76-28-198-27.hsd1.wa.comcast.net)
09:54:07 Quit robin0800 (Quit: Leaving)
09:54:41 Join robin0800 [0] (~robin0800@149.254.180.247)
09:57:16 Join T44 [0] (~Topy44@f048234141.adsl.alicedsl.de)
10:00
10:00:38 Quit Topy (Ping timeout: 240 seconds)
10:04:35 Join FoH [0] (~foh@adsl-98-83-43-254.bhm.bellsouth.net)
10:05:42 Quit FoH (Client Quit)
10:12:23 Quit Keripo (Quit: Leaving.)
10:14:00 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:17:05 Quit ReimuHakurei (Read error: Connection reset by peer)
10:17:13 Join ReimuHakurei [0] (~reimu@74.112.212.15)
10:23:02 Join ReimuHakurei_ [0] (~reimu@74.112.212.15)
10:24:07 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
10:26:44 Quit ReimuHakurei (Ping timeout: 255 seconds)
10:28:42 Quit robin0800 (Quit: Leaving)
10:29:21 Join Keripo [0] (~Keripo@c-76-28-198-27.hsd1.wa.comcast.net)
10:33:59 Join ender` [0] (krneki@foo.eternallybored.org)
10:38:10 Join robin0800 [0] (~robin0800@149.254.180.247)
10:43:29 Join robin0800_ [0] (~robin0800@149.254.234.247)
10:43:51 Quit robin0800 (Quit: Leaving)
10:49:01 Join serenity [0] (~serenity@p4FC691C4.dip0.t-ipconnect.de)
10:49:24 Join antil33t [0] (~antil33t@124-197-33-15.callplus.net.nz)
10:59:36 Quit sideral (Remote host closed the connection)
11:00
11:00:43 Join sideral [0] (~sideral@rockbox/developer/sideral)
11:05:31 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
11:06:46 Quit liar (Client Quit)
11:07:16 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
11:08:18 Quit Stummi (Quit: Bye!)
11:11:27 Join MethoS- [0] (~clemens@134.102.106.250)
11:16:29 Quit antil33t ()
11:16:48 Join HaimN_ [0] (~quassel@95.86.68.74)
11:17:16 Quit HaimN (Ping timeout: 252 seconds)
11:18:03 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
11:18:26 Quit robin0800_ (Quit: Leaving)
11:18:52 Join robin0800 [0] (~robin0800@149.254.234.247)
11:25:20 Quit HaimN_ (Ping timeout: 260 seconds)
11:26:22serenityhi
11:26:37serenityi wrote a blogpost about rockbox (in german) http://beyondserenity.wordpress.com/2011/07/10/rockbox_-_mp3-player_aufmotzen_leicht_gemacht/
11:29:40 Join HaimN [0] (~quassel@31.44.141.210)
11:34:12 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
11:41:47 Join HaimN_ [0] (~quassel@31.44.132.244)
11:43:40AlexPserenity: The google translate version is fun :)
11:43:49 Quit HaimN (Ping timeout: 260 seconds)
11:43:59AlexPBtw, the clip is rather powerful as far as targets go
11:46:22AlexPserenity: Ignore this if already there, the translation isn't great - but when you mention all the millions of options it might be an idea to point at the manual?
11:46:24***Saving seen data "./dancer.seen"
11:46:25AlexPNice though :)
11:46:30serenityis it? I thought it was the low-end version of players
11:46:43AlexPthe ipods are dual 80 MHz
11:46:52serenityoh
11:46:59AlexPthe irivers/iaudios single core 120 MHz
11:47:04AlexPwell, up to ipod video
11:47:18AlexPSo yeah, it isn't the most powerful, but it is pretty good :)
11:47:48AlexPOne version of the clip is rather lacking in RAM though IIRC
11:48:45AlexPanyway, a very minor point :)
11:49:55 Join HaimN [0] (~quassel@31.44.132.244)
11:51:40 Quit HaimN_ (Ping timeout: 252 seconds)
11:53:44 Quit sideral (Ping timeout: 260 seconds)
11:54:26serenityok, good to know
11:55:38 Join sideral [0] (~sideral@rockbox/developer/sideral)
11:56:32 Quit sideral (Remote host closed the connection)
11:56:50 Quit HaimN (Ping timeout: 260 seconds)
11:57:31 Join HaimN [0] (~quassel@212.76.103.102)
11:57:43 Join sideral [0] (~sideral@rockbox/developer/sideral)
12:00
12:00:59kugelgevaerts: I also pushed the work to repo.or.cz now (gsoc2-buflib-insertion2, but it's subject to rebasing)
12:02:09 Quit HaimN (Ping timeout: 246 seconds)
12:02:29 Join HaimN [0] (~quassel@212.76.104.30)
12:06:47 Quit sideral (Remote host closed the connection)
12:08:00 Join sideral [0] (~sideral@rockbox/developer/sideral)
12:10:21 Quit HaimN (Ping timeout: 252 seconds)
12:13:42 Join HaimN [0] (~quassel@212.76.115.242)
12:15:01 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
12:21:56 Quit robin0800 (Remote host closed the connection)
12:24:28 Join robin0800 [0] (~robin0800@149.254.234.247)
12:27:28 Quit GermanMushroom (Ping timeout: 258 seconds)
12:29:08bertrikWasn't there a size restriction on the "Building DB %d found" phrase for archosplayer?
12:46:05 Join petur [0] (~petur@rockbox/developer/petur)
12:47:43 Quit petur (Client Quit)
12:49:20 Quit stoffel (Remote host closed the connection)
12:52:23 Quit mshathlonxp (Ping timeout: 240 seconds)
12:56:20 Join mshathlonxp [0] (~athlonmpp@5ad4efa9.bb.sky.com)
13:00
13:00:23 Quit mshathlonxp (Ping timeout: 240 seconds)
13:02:44 Quit robin0800 (Read error: Connection timed out)
13:03:25 Join robin0800 [0] (~robin0800@149.254.186.247)
13:04:38 Join mshathlonxp [0] (~athlonmpp@5ad4efa9.bb.sky.com)
13:06:06 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
13:09:34 Part domonoky
13:28:54 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
13:31:39 Quit factor (Read error: Connection reset by peer)
13:45:13 Quit HaimN (Ping timeout: 276 seconds)
13:45:20 Join HaimN [0] (~quassel@212.76.115.242)
13:46:26***Saving seen data "./dancer.seen"
13:49:47 Join factor [0] (~factor@74.197.205.204)
14:00
14:19:42 Quit HaimN (Ping timeout: 246 seconds)
14:25:40 Quit robin0800 (Ping timeout: 255 seconds)
14:32:46 Quit Xerion (Read error: No route to host)
14:38:02 Join robin0800 [0] (~robin0800@149.254.180.247)
14:46:45 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
14:46:56 Join chattr [0] (~mike@151.87.189.72.cfl.res.rr.com)
14:47:10 Part chattr ("gone")
14:59:06 Quit tchan (Read error: Connection reset by peer)
15:00
15:06:04 Join D-Strife89 [0] (~Strife89@207-144-19-39.cstel.net)
15:30:09 Quit sideral (Quit: Leaving.)
15:32:34 Quit robin0800 (Read error: Connection timed out)
15:33:28 Join robin0800 [0] (~robin0800@149.254.180.247)
15:46:30***Saving seen data "./dancer.seen"
15:49:03 Quit Keripo (Quit: Leaving.)
15:49:34 Join Thra11 [0] (~thrall@87.112.173.86)
15:49:48 Join Keripo [0] (~Keripo@c-76-28-198-27.hsd1.wa.comcast.net)
15:49:50 Join CaptainKewl [0] (captainkew@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
15:50:11 Quit Keripo (Read error: Connection reset by peer)
15:52:02 Join Keripo [0] (~Keripo@c-76-28-198-27.hsd1.wa.comcast.net)
15:52:03 Quit Keripo (Client Quit)
15:58:24 Quit Llorean (Read error: Connection reset by peer)
16:00
16:14:34 Join stoffel [0] (~quassel@p57B4C5A6.dip.t-dialin.net)
16:19:44 Quit robin0800 (Ping timeout: 260 seconds)
16:23:19 Join robin0800 [0] (~robin0800@149.254.234.247)
16:27:56 Quit GermanMushroom (Quit: Ik ga weg)
16:30:17 Quit serenity (Remote host closed the connection)
16:31:58 Join Hotaru_ [0] (~me@p5DC431F2.dip.t-dialin.net)
16:32:07Hotaru_greetings
16:34:45Hotaru_I need a small bit of assistance
16:34:58Hotaru_I want to install Rockbox on my Sansa Clip V2
16:35:02 Quit robin0800 (Ping timeout: 240 seconds)
16:35:09Hotaru_but it requires a piece of original firmware to install
16:35:35Hotaru_and I don't have one of those, and the sandisk updater doesn't want to suppoly me with one either
16:35:53Hotaru_any advice where I can get myself an original firmware file?
16:36:50gevaertsHotaru_: doesn't rockbox utility give you a link?
16:37:01Hotaru_not to a file
16:37:16Hotaru_it links me to the sansa forum where the only thing I can get is the downloader
16:37:26Hotaru_and the wiki on rockbox, which in turn links to the forum
16:38:20gevaertsAs far as I can see, that forum page also has a link to a zip file
16:40:25*Hotaru_ goes to check again
16:40:44gevaertsLook for "Manual Firmware Update download and Instructions"
16:40:54Hotaru_where do you see that?
16:41:12Hotaru_on the sandisk forum?
16:41:14gevaertsyes
16:44:08Hotaru_feel free to call me stupid
16:45:37gevaertshm, maybe the link from the manual and from rockbox utility is different?
16:45:39*gevaerts checks
16:47:34gevaertsright, rockbox utility links to the forum main page.
16:48:02gevaertsHave a look at http://forums.sandisk.com/t5/Clip-Clip/Sansa-Clip-Firmware-01-01-35-amp-02-01-35-Release/td-p/144965
16:48:06gevaertsThe download is in there
16:48:19AlexPThe manual links to a page I think
16:48:32gevaertsyes, it does. I'm not sure why it's different
16:48:40AlexPI wonder if rbutil was done like that in case the page changes
16:48:47AlexPMind you
16:49:10AlexPPeople will just download rbutil when they want to install, so if we update rbutil if the page ever does change it should be OK
16:49:32AlexPI didn't realise it didn't link to the page, probably explains why people get confused
16:49:50 Join robin0800 [0] (~robin0800@149.254.186.247)
16:50:21*gevaerts nods
16:50:31 Quit Hotaru_ (Ping timeout: 264 seconds)
16:50:33 Join keyb_gr [0] (~chatzilla@p4FF05BF9.dip.t-dialin.net)
16:51:08AlexPbluebrother: Is there a reason that rbutil just links to the forum and not the specific page like the manual for the sansa of download?
16:57:52*bertrik still wonders about the 01.02.16 firmware for the sansa clip+
16:58:15bertrikSome people have this firmware on their player but it's not available for download through the update util yet
17:00
17:04:56 Join fdinel [0] (~Miranda@modemcable036.124-131-66.mc.videotron.ca)
17:08:55 Quit robin0800 (Quit: Leaving)
17:09:17 Join robin0800 [0] (~robin0800@149.254.186.247)
17:12:07 Quit stoffel (Ping timeout: 276 seconds)
17:16:25 Quit benedikt93 (Quit: Bye ;))
17:17:25 Quit robin0800 (Quit: Leaving)
17:37:59 Quit sasquatch (Quit: simsalaswoosh!)
17:39:30 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
17:41:01 Join sasquatch [0] (~username@46.115.0.194)
17:44:19 Join msh [0] (~athlonmpp@5ad4efa9.bb.sky.com)
17:46:26 Quit mshathlonxp (Ping timeout: 240 seconds)
17:46:32***Saving seen data "./dancer.seen"
17:46:55 Nick msh is now known as mshathlonxp (~athlonmpp@5ad4efa9.bb.sky.com)
17:55:33 Join domonoky1 [0] (~Domonoky@agsb-4d040d87.pool.mediaWays.net)
18:00
18:01:51 Part domonoky1
18:03:28 Quit logbot (Ping timeout: 276 seconds)
18:03:28***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 276 seconds)) from kornbluth.freenode.net
18:03:28***Cleanup
18:03:28***Cleanup
18:03:28***Saving seen data "./dancer.seen"
18:03:28***Exit
18:03:30***Started Dancer V4.16
18:03:30***Connected to irc.freenode.net on port 6667
18:03:30***Logfile for #rockbox started
18:03:31Mode"logbot :+i" by logbot
18:03:35***Server message 501: 'logbot :Unknown MODE flag'
18:03:35 Join logbot [0] (~rockbox@giant.haxx.se)
18:03:35 Join mshathlonxp [0] (~athlonmpp@5ad4efa9.bb.sky.com)
18:03:35 Join sasquatch [0] (~username@46.115.0.194)
18:03:35 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
18:03:35 Join fdinel [0] (~Miranda@modemcable036.124-131-66.mc.videotron.ca)
18:03:35 Join keyb_gr [0] (~chatzilla@p4FF05BF9.dip.t-dialin.net)
18:03:35 Join CaptainKewl [0] (captainkew@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
18:03:35 Join Thra11 [0] (~thrall@87.112.173.86)
18:03:35 Join D-Strife89 [0] (~Strife89@207-144-19-39.cstel.net)
18:03:35 Join factor [0] (~factor@74.197.205.204)
18:03:35 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:03:35 Join MethoS- [0] (~clemens@134.102.106.250)
18:03:35 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
18:03:35 Join ender` [0] (krneki@foo.eternallybored.org)
18:03:35 Join ReimuHakurei_ [0] (~reimu@74.112.212.15)
18:03:35 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:03:35 Join T44 [0] (~Topy44@f048234141.adsl.alicedsl.de)
18:03:35 Join krazykit [0] (~krazykit@206.183.185.8)
18:03:35 Join Horschti [0] (~Horscht@xbmc/user/horscht)
18:03:35 Join Rob2223 [0] (~Miranda@p4FFF22C3.dip.t-dialin.net)
18:03:35 Join amiconn [0] (quassel@rockbox/developer/amiconn)
18:03:35 Join pixelma [0] (quassel@rockbox/staff/pixelma)
18:03:35 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
18:03:35 Join neferty [0] (~andor@173.242.127.201)
18:03:35 Join simonlnu [0] (~simon@unaffiliated/simonrvn)
18:03:35 Join ruskie [0] (ruskie@sourcemage/mage/ruskie)
18:03:35 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
18:03:35 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
18:03:35 Join fs-bluebot [0] (~fs-bluebo@f053155000.adsl.alicedsl.de)
18:03:35 Join froggyman [0] (~seth@unaffiliated/froggyman)
18:03:35 Join user890104 [0] (~Venci@6bez10.info)
18:03:35 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
18:03:35 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
18:03:35 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
18:03:35 Join phanboy4 [0] (~benji@c-67-191-189-59.hsd1.ga.comcast.net)
18:03:35 Join mystica555 [0] (~Mike@71-33-158-14.hlrn.qwest.net)
18:03:35 Join quiccker [0] (~quiccker@212.174.109.55)
18:03:35 Join mystica555_ [0] (~mike@71-33-158-14.hlrn.qwest.net)
18:03:35 Join FOAD [0] (~dok@83.161.135.61)
18:03:35 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
18:03:35 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
18:03:35 Join Viperfang_ [0] (~Viperfang@external.viperfang.net)
18:03:35 Join ranmachan [0] (ranma@2a01:4f8:130:9321::2)
18:03:35 Join rasher [0] (~rasher@rockbox/developer/rasher)
18:03:35 Join bthomson [0] (~bthomson@c-68-33-5-232.hsd1.va.comcast.net)
18:03:35 Join eGen_ [0] (generat0r@gate.mmdecin.cz)
18:03:35 Join niekie [0] (~niek@CAcert/Assurer/niekie)
18:03:35 Join scorche [0] (~scorche@rockbox/administrator/scorche)
18:03:35 Join Torne [0] (~torne@rockbox/developer/Torne)
18:03:35 Join bieber [0] (~quassel@162-78.97-97.tampabay.res.rr.com)
18:03:35 Join bzed [0] (~bzed@devel.recluse.de)
18:03:35 Join Hadaka [0] (~naked@naked.iki.fi)
18:03:35 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
18:03:35 Join Espreon [0] (~espreon@wesnoth/developer/espreon)
18:03:35 Join Vimk [0] (~Vimk@fireslash.net)
18:03:35 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
18:03:35 Join jae [0] (~jae@dedicated.jaerhard.com)
18:03:35 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
18:03:35 Join AlexP [0] (~alex@rockbox/staff/AlexP)
18:03:35 Join B4gder [241] (~daniel@rockbox/developer/bagder)
18:03:35 Join Staphylo [0] (staphylo@hyperion.epimeros.org)
18:03:35 Join iq_ [0] (~iq@ip24-252-19-172.om.om.cox.net)
18:03:35 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
18:03:35 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
18:03:35 Join balintx_ [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
18:03:35 Join kugel [0] (~kugel@rockbox/developer/kugel)
18:03:35 Join mikroflops [0] (~yogurt@h-34-156.a238.priv.bahnhof.se)
18:03:35 Join knittl [0] (~knittl@unaffiliated/knittl)
18:03:35 Join linuxguy3 [0] (~timj@216-80-116-174.c3-0.lem-ubr1.chi-lem.il.cable.rcn.com)
18:03:35 Join preglow_ [0] (thomj@tvilling2.pvv.ntnu.no)
18:03:35 Join Guinness [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
18:03:35 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
18:03:35 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
18:03:35 Join guymann [0] (~charles@66-159-173-254.adsl.snet.net)
18:03:35 Join simabeis [0] (~simabeis@lobmenschen.de)
18:03:35 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
18:03:35 Join crwl [0] (~crwlll@dsl-jklbrasgw1-ffb9c300-103.dhcp.inet.fi)
18:03:35 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
18:03:35 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
18:03:35 Join alexbobp [0] (~alex@108.60.198.56)
18:03:35 Join n17ikh [0] (~n17ikh@c-174-56-150-44.hsd1.sc.comcast.net)
18:03:35 Join belak [0] (belak@subtle/user/belak)
18:03:35 Join ack [0] (~ack@mingbai.org)
18:03:35 Join CIA-14 [0] (~CIA@cia.atheme.org)
18:03:35 Join [fred] [0] (fred@ircop.efnet.at)
18:03:35 Join ender| [0] (krneki@foo.eternallybored.org)
18:03:35 Join Xerrao [0] (~XRO@66.228.38.252)
18:03:35 Join soap [0] (~soap@rockbox/staff/soap)
18:03:35 Join tmzt [0] (~tmzt@adsl-99-164-33-229.dsl.akrnoh.sbcglobal.net)
18:03:35 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
18:03:35 Join parafin [0] (parafin@paraf.in)
18:03:35 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
18:03:35 Join gammy [0] (gammy@li274-9.members.linode.com)
18:03:35 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
18:03:35 Join zu [0] (~zu@ks355000.kimsufi.com)
18:03:35 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
18:03:35 Join pjm0616 [0] (~user@114.200.203.101)
18:03:35 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
18:03:35 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
18:03:35 Join rudi_s [0] (~simon@austria125.server4you.de)
18:03:35 Join aevin [0] (eivindsy@unaffiliated/aevin)
18:03:35 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
18:03:35 Join Barahir [0] (~jonathan@fb08schindler24.anorg.chemie.uni-giessen.de)
18:03:35 Join merbanan [0] (~banan@c-83-233-242-251.cust.bredband2.com)
18:03:35 Join Galois [0] (djao@efnet-math.org)
18:03:35 Join ved [0] (ved@ddsbox.co.cc)
18:03:35 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
18:03:35 Join feisar-_ [0] (jljhook@ihq.in)
18:03:35 Join desowin [0] (~desowin@atheme/member/desowin)
18:03:35 Join maraz [0] (maraz@kapsi.fi)
18:03:35 Join @ChanServ [0] (ChanServ@services.)
18:03:35 Join Utchy [0] (~Utchy@rps6752.ovh.net)
18:13:31 Quit froggyman (Ping timeout: 250 seconds)
18:16:53 Join robin0800 [0] (~robin0800@genld-224-238.t-mobile.co.uk)
18:16:56 Quit D-Strife89 (Ping timeout: 264 seconds)
18:23:17 Quit robin0800 (Ping timeout: 255 seconds)
18:25:39 Quit Thra11 (Ping timeout: 250 seconds)
18:29:14 Join sideral [0] (~sideral@rockbox/developer/sideral)
18:31:25 Quit logbot (Ping timeout: 240 seconds)
18:31:25***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 240 seconds)) from wolfe.freenode.net
18:31:25***Cleanup
18:31:25***Cleanup
18:31:25***Saving seen data "./dancer.seen"
18:31:25***Exit
18:31:27***Started Dancer V4.16
18:31:27***Connected to irc.freenode.net on port 6667
18:31:27***Logfile for #rockbox started
18:31:27Mode"logbot :+i" by logbot
18:31:30***Server message 501: 'logbot :Unknown MODE flag'
18:31:31 Join logbot [0] (~rockbox@giant.haxx.se)
18:31:31 Join sideral [0] (~sideral@rockbox/developer/sideral)
18:31:31 Join mshathlonxp [0] (~athlonmpp@5ad4efa9.bb.sky.com)
18:31:31 Join sasquatch [0] (~username@46.115.0.194)
18:31:31 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
18:31:31 Join fdinel [0] (~Miranda@modemcable036.124-131-66.mc.videotron.ca)
18:31:31 Join keyb_gr [0] (~chatzilla@p4FF05BF9.dip.t-dialin.net)
18:31:31 Join CaptainKewl [0] (captainkew@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
18:31:31 Join factor [0] (~factor@74.197.205.204)
18:31:31 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:31:31 Join MethoS- [0] (~clemens@134.102.106.250)
18:31:31 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
18:31:31 Join ender` [0] (krneki@foo.eternallybored.org)
18:31:31 Join ReimuHakurei_ [0] (~reimu@74.112.212.15)
18:31:31 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:31:31 Join T44 [0] (~Topy44@f048234141.adsl.alicedsl.de)
18:31:31 Join krazykit [0] (~krazykit@206.183.185.8)
18:31:31 Join Horschti [0] (~Horscht@xbmc/user/horscht)
18:31:31 Join Rob2223 [0] (~Miranda@p4FFF22C3.dip.t-dialin.net)
18:31:31 Join amiconn [0] (quassel@rockbox/developer/amiconn)
18:31:31 Join pixelma [0] (quassel@rockbox/staff/pixelma)
18:31:31 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
18:31:31 Join neferty [0] (~andor@173.242.127.201)
18:31:31 Join simonlnu [0] (~simon@unaffiliated/simonrvn)
18:31:31 Join ruskie [0] (ruskie@sourcemage/mage/ruskie)
18:31:31 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
18:31:31 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
18:31:31 Join fs-bluebot [0] (~fs-bluebo@f053155000.adsl.alicedsl.de)
18:31:31 Join user890104 [0] (~Venci@6bez10.info)
18:31:31 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
18:31:31 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
18:31:31 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
18:31:31 Join phanboy4 [0] (~benji@c-67-191-189-59.hsd1.ga.comcast.net)
18:31:31 Join mystica555 [0] (~Mike@71-33-158-14.hlrn.qwest.net)
18:31:31 Join quiccker [0] (~quiccker@212.174.109.55)
18:31:31 Join mystica555_ [0] (~mike@71-33-158-14.hlrn.qwest.net)
18:31:31 Join FOAD [0] (~dok@83.161.135.61)
18:31:31 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
18:31:31 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
18:31:31 Join Viperfang_ [0] (~Viperfang@external.viperfang.net)
18:31:31 Join ranmachan [0] (ranma@2a01:4f8:130:9321::2)
18:31:31 Join rasher [0] (~rasher@rockbox/developer/rasher)
18:31:31 Join bthomson [0] (~bthomson@c-68-33-5-232.hsd1.va.comcast.net)
18:31:31 Join eGen_ [0] (generat0r@gate.mmdecin.cz)
18:31:31 Join niekie [0] (~niek@CAcert/Assurer/niekie)
18:31:31 Join scorche [0] (~scorche@rockbox/administrator/scorche)
18:31:31 Join Torne [0] (~torne@rockbox/developer/Torne)
18:31:31 Join bieber [0] (~quassel@162-78.97-97.tampabay.res.rr.com)
18:31:31 Join bzed [0] (~bzed@devel.recluse.de)
18:31:31 Join Hadaka [0] (~naked@naked.iki.fi)
18:31:31 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
18:31:31 Join Espreon [0] (~espreon@wesnoth/developer/espreon)
18:31:31 Join Vimk [0] (~Vimk@fireslash.net)
18:31:31 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
18:31:31 Join jae [0] (~jae@dedicated.jaerhard.com)
18:31:31 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
18:31:31 Join AlexP [0] (~alex@rockbox/staff/AlexP)
18:31:31 Join B4gder [241] (~daniel@rockbox/developer/bagder)
18:31:31 Join Staphylo [0] (staphylo@hyperion.epimeros.org)
18:31:31 Join iq_ [0] (~iq@ip24-252-19-172.om.om.cox.net)
18:31:31 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
18:31:31 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
18:31:31 Join balintx_ [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
18:31:31 Join kugel [0] (~kugel@rockbox/developer/kugel)
18:31:31 Join mikroflops [0] (~yogurt@h-34-156.a238.priv.bahnhof.se)
18:31:31 Join knittl [0] (~knittl@unaffiliated/knittl)
18:31:31 Join linuxguy3 [0] (~timj@216-80-116-174.c3-0.lem-ubr1.chi-lem.il.cable.rcn.com)
18:31:31 Join preglow_ [0] (thomj@tvilling2.pvv.ntnu.no)
18:31:31 Join Guinness [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
18:31:31 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
18:31:31 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
18:31:31 Join guymann [0] (~charles@66-159-173-254.adsl.snet.net)
18:31:31 Join simabeis [0] (~simabeis@lobmenschen.de)
18:31:31 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
18:31:31 Join crwl [0] (~crwlll@dsl-jklbrasgw1-ffb9c300-103.dhcp.inet.fi)
18:31:31 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
18:31:31 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
18:31:31 Join alexbobp [0] (~alex@108.60.198.56)
18:31:31 Join n17ikh [0] (~n17ikh@c-174-56-150-44.hsd1.sc.comcast.net)
18:31:31 Join belak [0] (belak@subtle/user/belak)
18:31:31 Join ack [0] (~ack@mingbai.org)
18:31:31 Join CIA-14 [0] (~CIA@cia.atheme.org)
18:31:31 Join [fred] [0] (fred@ircop.efnet.at)
18:31:31 Join ender| [0] (krneki@foo.eternallybored.org)
18:31:31 Join Xerrao [0] (~XRO@66.228.38.252)
18:31:31 Join soap [0] (~soap@rockbox/staff/soap)
18:31:31 Join tmzt [0] (~tmzt@adsl-99-164-33-229.dsl.akrnoh.sbcglobal.net)
18:31:31 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
18:31:31 Join parafin [0] (parafin@paraf.in)
18:31:31 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
18:31:31 Join gammy [0] (gammy@li274-9.members.linode.com)
18:31:31 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
18:31:31 Join zu [0] (~zu@ks355000.kimsufi.com)
18:31:31 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
18:31:31 Join pjm0616 [0] (~user@114.200.203.101)
18:31:31 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
18:31:31 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
18:31:31 Join rudi_s [0] (~simon@austria125.server4you.de)
18:31:31 Join aevin [0] (eivindsy@unaffiliated/aevin)
18:31:31 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
18:31:31 Join Barahir [0] (~jonathan@fb08schindler24.anorg.chemie.uni-giessen.de)
18:31:31 Join merbanan [0] (~banan@c-83-233-242-251.cust.bredband2.com)
18:31:31 Join Galois [0] (djao@efnet-math.org)
18:31:31 Join ved [0] (ved@ddsbox.co.cc)
18:31:31 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
18:31:31 Join feisar-_ [0] (jljhook@ihq.in)
18:31:31 Join desowin [0] (~desowin@atheme/member/desowin)
18:31:31 Join maraz [0] (maraz@kapsi.fi)
18:31:31 Join @ChanServ [0] (ChanServ@services.)
18:31:31 Join Utchy [0] (~Utchy@rps6752.ovh.net)
18:40:33 Quit bertrik (Read error: Connection timed out)
18:41:11 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:42:18 Join Thra11 [0] (~thrall@87.114.176.223)
19:00
19:05:59 Quit fdinel (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
19:07:08 Quit bluebrother (Disconnected by services)
19:07:09 Join bluebroth3r [0] (~dom@rockbox/developer/bluebrother)
19:09:11 Quit fs-bluebot (Ping timeout: 255 seconds)
19:10:51 Join fs-bluebot [0] (~fs-bluebo@g226071026.adsl.alicedsl.de)
19:11:51 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
19:13:09 Quit logbot (Ping timeout: 240 seconds)
19:13:09***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 240 seconds)) from wolfe.freenode.net
19:13:09***Cleanup
19:13:09***Cleanup
19:13:09***Saving seen data "./dancer.seen"
19:13:09***Exit
19:13:11***Started Dancer V4.16
19:13:11***Connected to irc.freenode.net on port 6667
19:13:11***Logfile for #rockbox started
19:13:12Mode"logbot :+i" by logbot
19:13:15***Server message 501: 'logbot :Unknown MODE flag'
19:13:16 Join logbot [0] (~rockbox@giant.haxx.se)
19:13:16 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
19:13:16 Join fs-bluebot [0] (~fs-bluebo@g226071026.adsl.alicedsl.de)
19:13:16 Join bluebroth3r [0] (~dom@rockbox/developer/bluebrother)
19:13:16 Join Thra11 [0] (~thrall@87.114.176.223)
19:13:16 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
19:13:16 Join sideral [0] (~sideral@rockbox/developer/sideral)
19:13:16 Join mshathlonxp [0] (~athlonmpp@5ad4efa9.bb.sky.com)
19:13:16 Join sasquatch [0] (~username@46.115.0.194)
19:13:16 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
19:13:16 Join keyb_gr [0] (~chatzilla@p4FF05BF9.dip.t-dialin.net)
19:13:16 Join CaptainKewl [0] (captainkew@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
19:13:16 Join factor [0] (~factor@74.197.205.204)
19:13:16 Join MethoS- [0] (~clemens@134.102.106.250)
19:13:16 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
19:13:16 Join ender` [0] (krneki@foo.eternallybored.org)
19:13:16 Join ReimuHakurei_ [0] (~reimu@74.112.212.15)
19:13:16 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
19:13:16 Join T44 [0] (~Topy44@f048234141.adsl.alicedsl.de)
19:13:16 Join krazykit [0] (~krazykit@206.183.185.8)
19:13:16 Join Horschti [0] (~Horscht@xbmc/user/horscht)
19:13:16 Join Rob2223 [0] (~Miranda@p4FFF22C3.dip.t-dialin.net)
19:13:16 Join amiconn [0] (quassel@rockbox/developer/amiconn)
19:13:16 Join pixelma [0] (quassel@rockbox/staff/pixelma)
19:13:16 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
19:13:16 Join neferty [0] (~andor@173.242.127.201)
19:13:16 Join simonlnu [0] (~simon@unaffiliated/simonrvn)
19:13:16 Join ruskie [0] (ruskie@sourcemage/mage/ruskie)
19:13:16 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
19:13:16 Join user890104 [0] (~Venci@6bez10.info)
19:13:16 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
19:13:16 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
19:13:16 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
19:13:16 Join phanboy4 [0] (~benji@c-67-191-189-59.hsd1.ga.comcast.net)
19:13:16 Join mystica555 [0] (~Mike@71-33-158-14.hlrn.qwest.net)
19:13:16 Join quiccker [0] (~quiccker@212.174.109.55)
19:13:16 Join mystica555_ [0] (~mike@71-33-158-14.hlrn.qwest.net)
19:13:16 Join FOAD [0] (~dok@83.161.135.61)
19:13:16 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
19:13:16 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
19:13:16 Join Viperfang_ [0] (~Viperfang@external.viperfang.net)
19:13:16 Join ranmachan [0] (ranma@2a01:4f8:130:9321::2)
19:13:16 Join rasher [0] (~rasher@rockbox/developer/rasher)
19:13:16 Join bthomson [0] (~bthomson@c-68-33-5-232.hsd1.va.comcast.net)
19:13:16 Join eGen_ [0] (generat0r@gate.mmdecin.cz)
19:13:16 Join niekie [0] (~niek@CAcert/Assurer/niekie)
19:13:16 Join scorche [0] (~scorche@rockbox/administrator/scorche)
19:13:16 Join Torne [0] (~torne@rockbox/developer/Torne)
19:13:16 Join bieber [0] (~quassel@162-78.97-97.tampabay.res.rr.com)
19:13:16 Join bzed [0] (~bzed@devel.recluse.de)
19:13:16 Join Hadaka [0] (~naked@naked.iki.fi)
19:13:16 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
19:13:16 Join Espreon [0] (~espreon@wesnoth/developer/espreon)
19:13:16 Join Vimk [0] (~Vimk@fireslash.net)
19:13:16 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
19:13:16 Join jae [0] (~jae@dedicated.jaerhard.com)
19:13:16 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
19:13:16 Join AlexP [0] (~alex@rockbox/staff/AlexP)
19:13:16 Join B4gder [241] (~daniel@rockbox/developer/bagder)
19:13:16 Join Staphylo [0] (staphylo@hyperion.epimeros.org)
19:13:16 Join iq_ [0] (~iq@ip24-252-19-172.om.om.cox.net)
19:13:16 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
19:13:16 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
19:13:16 Join balintx_ [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
19:13:16 Join kugel [0] (~kugel@rockbox/developer/kugel)
19:13:16 Join mikroflops [0] (~yogurt@h-34-156.a238.priv.bahnhof.se)
19:13:16 Join knittl [0] (~knittl@unaffiliated/knittl)
19:13:16 Join linuxguy3 [0] (~timj@216-80-116-174.c3-0.lem-ubr1.chi-lem.il.cable.rcn.com)
19:13:16 Join preglow_ [0] (thomj@tvilling2.pvv.ntnu.no)
19:13:16 Join Guinness [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
19:13:16 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
19:13:16 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
19:13:16 Join guymann [0] (~charles@66-159-173-254.adsl.snet.net)
19:13:16 Join simabeis [0] (~simabeis@lobmenschen.de)
19:13:16 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
19:13:16 Join crwl [0] (~crwlll@dsl-jklbrasgw1-ffb9c300-103.dhcp.inet.fi)
19:13:16 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
19:13:16 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
19:13:16 Join alexbobp [0] (~alex@108.60.198.56)
19:13:16 Join n17ikh [0] (~n17ikh@c-174-56-150-44.hsd1.sc.comcast.net)
19:13:16 Join belak [0] (belak@subtle/user/belak)
19:13:16 Join ack [0] (~ack@mingbai.org)
19:13:16 Join CIA-14 [0] (~CIA@cia.atheme.org)
19:13:16 Join [fred] [0] (fred@ircop.efnet.at)
19:13:16 Join ender| [0] (krneki@foo.eternallybored.org)
19:13:16 Join Xerrao [0] (~XRO@66.228.38.252)
19:13:16 Join soap [0] (~soap@rockbox/staff/soap)
19:13:16 Join tmzt [0] (~tmzt@adsl-99-164-33-229.dsl.akrnoh.sbcglobal.net)
19:13:16 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
19:13:16 Join parafin [0] (parafin@paraf.in)
19:13:16 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
19:13:16 Join gammy [0] (gammy@li274-9.members.linode.com)
19:13:16 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
19:13:16 Join zu [0] (~zu@ks355000.kimsufi.com)
19:13:16 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
19:13:16 Join pjm0616 [0] (~user@114.200.203.101)
19:13:16 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
19:13:16 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
19:13:16 Join rudi_s [0] (~simon@austria125.server4you.de)
19:13:16 Join aevin [0] (eivindsy@unaffiliated/aevin)
19:13:16 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
19:13:16 Join Barahir [0] (~jonathan@fb08schindler24.anorg.chemie.uni-giessen.de)
19:13:16 Join merbanan [0] (~banan@c-83-233-242-251.cust.bredband2.com)
19:13:16 Join Galois [0] (djao@efnet-math.org)
19:13:16 Join ved [0] (ved@ddsbox.co.cc)
19:13:16 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
19:13:16 Join feisar-_ [0] (jljhook@ihq.in)
19:13:16 Join desowin [0] (~desowin@atheme/member/desowin)
19:13:16 Join maraz [0] (maraz@kapsi.fi)
19:13:16 Join @ChanServ [0] (ChanServ@services.)
19:13:16 Join Utchy [0] (~Utchy@rps6752.ovh.net)
19:19:16 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
19:21:13 Nick balintx_ is now known as balintx (~quassel@szerver1.gulyasp-koll.sulinet.hu)
19:22:18 Join Roasted [0] (~jason@unaffiliated/roasted)
19:22:25Roastedsup guys. is there a way to uninstall rockbox?
19:22:30RoastedI'm getting a file not found on my sansa.
19:27:33gevaertsRoasted: which sansa?
19:27:33Roastedfuse
19:27:33Roasted8gb
19:27:33gevaertsRoasted: reinstall the original firmware. That will remove the rockbox bootloader.
19:27:38RoastedI've been having a ton of issue with this thing for a long time, so I just want to nuke everything and get it to how I had it when I bought it
19:27:42Roastedthen I can start over
19:29:11Roastedcan this be done in linux?
19:30:30gevaertssure, you just have to copy a file
19:50:33DEBUGLost contact with server (snapshot: dancer.c line 124)
19:50:33***Cleanup
19:50:33***Cleanup
19:50:33***No seen item changed, no save performed.
19:50:33***Exit
19:50:35***Started Dancer V4.16
19:50:35***Connected to irc.freenode.net on port 6667
19:50:35***Logfile for #rockbox started
19:50:39Mode"logbot :+i" by logbot
19:50:42***Server message 501: 'logbot :Unknown MODE flag'
19:50:43 Join logbot [0] (~rockbox@giant.haxx.se)
19:50:43 Join Roasted [0] (~jason@unaffiliated/roasted)
19:50:43 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
19:50:43 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
19:50:43 Join fs-bluebot [0] (~fs-bluebo@g226071026.adsl.alicedsl.de)
19:50:43 Join bluebroth3r [0] (~dom@rockbox/developer/bluebrother)
19:50:43 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
19:50:43 Join sideral [0] (~sideral@rockbox/developer/sideral)
19:50:43 Join mshathlonxp [0] (~athlonmpp@5ad4efa9.bb.sky.com)
19:50:43 Join sasquatch [0] (~username@46.115.0.194)
19:50:43 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
19:50:43 Join keyb_gr [0] (~chatzilla@p4FF05BF9.dip.t-dialin.net)
19:50:43 Join CaptainKewl [0] (captainkew@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
19:50:43 Join factor [0] (~factor@74.197.205.204)
19:50:43 Join MethoS- [0] (~clemens@134.102.106.250)
19:50:43 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
19:50:43 Join ender` [0] (krneki@foo.eternallybored.org)
19:50:43 Join ReimuHakurei_ [0] (~reimu@74.112.212.15)
19:50:43 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
19:50:43 Join T44 [0] (~Topy44@f048234141.adsl.alicedsl.de)
19:50:43 Join krazykit [0] (~krazykit@206.183.185.8)
19:50:43 Join Horschti [0] (~Horscht@xbmc/user/horscht)
19:50:43 Join Rob2223 [0] (~Miranda@p4FFF22C3.dip.t-dialin.net)
19:50:43 Join amiconn [0] (quassel@rockbox/developer/amiconn)
19:50:43 Join pixelma [0] (quassel@rockbox/staff/pixelma)
19:50:43 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
19:50:43 Join neferty [0] (~andor@173.242.127.201)
19:50:43 Join simonlnu [0] (~simon@unaffiliated/simonrvn)
19:50:43 Join ruskie [0] (ruskie@sourcemage/mage/ruskie)
19:50:43 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
19:50:43 Join user890104 [0] (~Venci@6bez10.info)
19:50:43 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
19:50:43 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
19:50:43 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
19:50:43 Join phanboy4 [0] (~benji@c-67-191-189-59.hsd1.ga.comcast.net)
19:50:43 Join mystica555 [0] (~Mike@71-33-158-14.hlrn.qwest.net)
19:50:43 Join quiccker [0] (~quiccker@212.174.109.55)
19:50:43 Join mystica555_ [0] (~mike@71-33-158-14.hlrn.qwest.net)
19:50:43 Join FOAD [0] (~dok@83.161.135.61)
19:50:43 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
19:50:43 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
19:50:43 Join Viperfang_ [0] (~Viperfang@external.viperfang.net)
19:50:43 Join ranmachan [0] (ranma@2a01:4f8:130:9321::2)
19:50:43 Join rasher [0] (~rasher@rockbox/developer/rasher)
19:50:43 Join bthomson [0] (~bthomson@c-68-33-5-232.hsd1.va.comcast.net)
19:50:43 Join eGen_ [0] (generat0r@gate.mmdecin.cz)
19:50:43 Join niekie [0] (~niek@CAcert/Assurer/niekie)
19:50:43 Join scorche [0] (~scorche@rockbox/administrator/scorche)
19:50:43 Join Torne [0] (~torne@rockbox/developer/Torne)
19:50:43 Join bieber [0] (~quassel@162-78.97-97.tampabay.res.rr.com)
19:50:43 Join bzed [0] (~bzed@devel.recluse.de)
19:50:43 Join Hadaka [0] (~naked@naked.iki.fi)
19:50:43 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
19:50:43 Join Espreon [0] (~espreon@wesnoth/developer/espreon)
19:50:43 Join Vimk [0] (~Vimk@fireslash.net)
19:50:43 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
19:50:43 Join jae [0] (~jae@dedicated.jaerhard.com)
19:50:43 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
19:50:43 Join AlexP [0] (~alex@rockbox/staff/AlexP)
19:50:43 Join B4gder [241] (~daniel@rockbox/developer/bagder)
19:50:43 Join Staphylo [0] (staphylo@hyperion.epimeros.org)
19:50:43 Join iq_ [0] (~iq@ip24-252-19-172.om.om.cox.net)
19:50:43 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
19:50:43 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
19:50:43 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
19:50:43 Join kugel [0] (~kugel@rockbox/developer/kugel)
19:50:43 Join mikroflops [0] (~yogurt@h-34-156.a238.priv.bahnhof.se)
19:50:43 Join knittl [0] (~knittl@unaffiliated/knittl)
19:50:43 Join linuxguy3 [0] (~timj@216-80-116-174.c3-0.lem-ubr1.chi-lem.il.cable.rcn.com)
19:50:43 Join preglow_ [0] (thomj@tvilling2.pvv.ntnu.no)
19:50:43 Join Guinness [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
19:50:43 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
19:50:43 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
19:50:43 Join guymann [0] (~charles@66-159-173-254.adsl.snet.net)
19:50:43 Join simabeis [0] (~simabeis@lobmenschen.de)
19:50:43 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
19:50:43 Join crwl [0] (~crwlll@dsl-jklbrasgw1-ffb9c300-103.dhcp.inet.fi)
19:50:43 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
19:50:43 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
19:50:43 Join alexbobp [0] (~alex@108.60.198.56)
19:50:43 Join n17ikh [0] (~n17ikh@c-174-56-150-44.hsd1.sc.comcast.net)
19:50:43 Join belak [0] (belak@subtle/user/belak)
19:50:43 Join ack [0] (~ack@mingbai.org)
19:50:43 Join CIA-14 [0] (~CIA@cia.atheme.org)
19:50:43 Join [fred] [0] (fred@ircop.efnet.at)
19:50:43 Join ender| [0] (krneki@foo.eternallybored.org)
19:50:43 Join Xerrao [0] (~XRO@66.228.38.252)
19:50:43 Join soap [0] (~soap@rockbox/staff/soap)
19:50:43 Join tmzt [0] (~tmzt@adsl-99-164-33-229.dsl.akrnoh.sbcglobal.net)
19:50:43 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
19:50:43 Join parafin [0] (parafin@paraf.in)
19:50:43 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
19:50:43 Join gammy [0] (gammy@li274-9.members.linode.com)
19:50:43 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
19:50:43 Join zu [0] (~zu@ks355000.kimsufi.com)
19:50:43 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
19:50:43 Join pjm0616 [0] (~user@114.200.203.101)
19:50:43 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
19:50:43 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
19:50:43 Join rudi_s [0] (~simon@austria125.server4you.de)
19:50:43 Join aevin [0] (eivindsy@unaffiliated/aevin)
19:50:43 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
19:50:43 Join Barahir [0] (~jonathan@fb08schindler24.anorg.chemie.uni-giessen.de)
19:50:43 Join merbanan [0] (~banan@c-83-233-242-251.cust.bredband2.com)
19:50:43 Join Galois [0] (djao@efnet-math.org)
19:50:43 Join ved [0] (ved@ddsbox.co.cc)
19:50:43 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
19:50:43 Join feisar-_ [0] (jljhook@ihq.in)
19:50:43 Join desowin [0] (~desowin@atheme/member/desowin)
19:50:43 Join maraz [0] (maraz@kapsi.fi)
19:50:43 Join Utchy [0] (~Utchy@rps6752.ovh.net)
19:50:43 Join @ChanServ [0] (ChanServ@services.)
19:51:48 Join powell14ski_ [0] (~powell14s@c-174-51-194-6.hsd1.co.comcast.net)
19:52:08gevaertsRoasted: first fix the filesystem, either by running fsck.vfat with the right permissions and arguments, or by reformatting it from within the original firmware. Then reinstall the original firmware.
19:53:41Roastedwell I did just format it when in the default sansa OS.
19:53:41Roastedso I guess now I could just reinstall the original firmware?
19:53:41gevaertsright, so now reinstall the OF
19:53:41Roastedk
19:53:41DBUGEnqueued KICK Roasted
19:53:41Roastedthanks
19:58:02 Join d3remark [0] (~kramer@ip98-169-188-142.dc.dc.cox.net)
20:00
20:00:52 Join Thra11 [0] (~thrall@84.93.177.229)
20:06:51 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
20:08:02 Join funman [0] (~fun@rockbox/developer/funman)
20:12:12bluebroth3rAlexP: Rockbox Utility links to a Sandisk forum thread. Maybe that URL got changes (I wasn't too fond of linking to a specific thread directly anyway since it's much harder to update that in case of changes compared to a wiki page or the manual)
20:12:24bluebroth3rmuch harder as in it takes longer until deployed.
20:13:07 Quit ReimuHakurei_ (Ping timeout: 250 seconds)
20:14:21bluebroth3rhmm, seems my memory was serving me wrong.
20:15:08bluebroth3ranyway, I'd prefer linking to the manual and wiki only anyway.
20:15:37bluebroth3rstrange, I really thought it links to the forum thread.
20:19:39bluebroth3rAlexP: either way, funman added that link to Rockbox Utility so you need to ask him :)
20:21:24funmanperaps the idea was to link to the last firmware upgrade
20:24:44funmanbluebroth3r: Rockbox Utility linking to the manual is a very good idea
20:25:30bluebroth3rAlexP: ah, of course: the bootloader installation class doesn't know about the selected player model, so it can't provide a deep link based on that.
20:26:10bluebroth3rRockbox Utility _is_ linking to the manual (and it was linking to the manual even before the link to the Sandisk forums was there :)
20:26:29bluebroth3rbut maybe some kind of link-only wiki page would make sense.
20:27:19 Quit bertrik (Read error: Connection timed out)
20:27:53 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
20:27:53 Quit bertrik (Changing host)
20:27:53 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
20:30:07funmanbluebroth3r: make: *** No rule to make target `icons/rockbox-clef.svg', needed by `build/rcc/qrc_rbutilqt.cpp'. Stop.
20:31:07funmandid you forget to commit it?
20:34:48bluebroth3rfunman: no, that file was moved.
20:34:48CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
20:34:48*bluebroth3r checks
20:36:26bluebroth3rlooks ok here. Have you also updated the docs folder?
20:37:14Roastednot thinking it made a difference. Formatted the fuze and put the original ffirmware on it, but all of my music shows up as "." despite the name and ID tag being correct
20:38:10 Quit pamaury (Ping timeout: 240 seconds)
20:38:25bluebroth3rfunman: re-running qmake might help, this looks like an outdated Makefile
20:38:37bluebroth3rcurrent svn builds fine for me.
20:38:48 Join saratoga [0] (9803ec71@gateway/web/freenode/ip.152.3.236.113)
20:38:50CIA-14New commit by bluebrother (r30136): Add USB ID for Ipod Nano 5G to list of incompatible devices.
20:38:51bluebroth3rreminds me ...
20:39:43Viperfang_hmm, how do i tell which native bitmap my device uses as a boot splash?
20:40:07saratogaprobably which ever one matches the size of your screen
20:40:18saratogaerr resolution rather
20:40:29Viperfang_yeah, i dont know its res
20:40:50Viperfang_oh, 320x240
20:43:29CIA-14r30136 build result: All green
20:45:24 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
21:00
21:07:35 Join ReimuHakurei [0] (~reimu@75.16.236.144)
21:29:08 Join Horscht [0] (~Horscht@xbmc/user/horscht)
21:30:53 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
21:32:31 Quit Horschti (Ping timeout: 264 seconds)
21:46:14 Join Thra11_ [0] (~thrall@81.174.206.144)
21:47:29 Quit robin0800 (Quit: Leaving)
21:47:49 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
21:49:45 Quit Thra11 (Ping timeout: 250 seconds)
21:50:38***Saving seen data "./dancer.seen"
21:54:05Roastedhave any of you guys used musicbrainz picard?
21:55:03 Join Strife89 [0] (~Strife89@207.144.201.128)
22:00
22:17:20 Quit Roasted (Remote host closed the connection)
22:18:35 Join n1s [0] (~quassel@rockbox/developer/n1s)
22:25:48 Join Thra11__ [0] (~thrall@87.114.141.23)
22:26:05 Quit Strife89 (Ping timeout: 252 seconds)
22:28:30 Nick Thra11__ is now known as Thra11 (~thrall@87.114.141.23)
22:29:07 Quit Thra11_ (Ping timeout: 276 seconds)
22:34:12 Join Jerom1 [0] (~jerome@79.132.51.20)
22:34:12 Quit factor (Read error: Connection reset by peer)
22:43:55 Quit GermanMushroom (Quit: Ik ga weg)
22:47:50 Quit Thra11 (Ping timeout: 255 seconds)
22:47:50 Join petur [0] (~petur@rockbox/developer/petur)
22:49:11 Join Thra11 [0] (~thrall@87.115.229.10)
22:51:26 Join factor [0] (~factor@74.197.205.204)
22:55:11 Quit saratoga (Changing host)
22:55:11 Join saratoga [0] (9803ec71@rockbox/developer/saratoga)
22:55:24 Quit Elfish (Ping timeout: 260 seconds)
22:57:44 Quit ranmachan (Ping timeout: 260 seconds)
23:00
23:00:05 Join ranmachan [0] (ranma@2a01:4f8:130:9321::2)
23:00:05 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
23:08:46 Join Bagder [241] (~daniel@rockbox/developer/bagder)
23:12:15 Join Xerion [0] (~xerion@5419A766.cm-5-2c.dynamic.ziggo.nl)
23:12:19 Join z180 [0] (~chatzilla@ip-109-42-57-47.web.vodafone.de)
23:13:19 Quit sasquatch (Ping timeout: 264 seconds)
23:15:25 Join sasquatch [0] (~username@46.115.0.194)
23:21:13 Join ArmyMan007 [0] (~ArmyMan00@bzq-84-109-46-250.red.bezeqint.net)
23:21:52ArmyMan007hello... i looked on the wikipedia page, and i still don't understand much about rockbox... can anyone please explain to me the general idea?
23:22:53saratogaArmyMan007: its an operating system for mp3 players, thats pretty much the whole idea
23:22:59z180its a unofficial software for MP3 players
23:23:38ArmyMan007i think it's great.. an open source to an MP3... how far can we go with this?
23:23:41ArmyMan007LD
23:23:41ArmyMan007:D
23:23:46saratogaoh ha thats what the first setence of the wikipedia page says
23:24:15ArmyMan007does it temper with the firmware or just the OS itself?
23:25:00saratogaits a complete OS
23:25:21z180it replaces the firmware thats why it can only run on selected devices
23:25:22saratogaand generally for mp3 players firmware and OS mean the same thing
23:26:28ArmyMan007what if i want to remove it and use the original OS? is there any way or is it permanent?
23:26:28saratogamost devices dual boot
23:26:28saratogacheck the manual for whichever one you have
23:26:28ArmyMan007mine is a sansa clip +
23:26:28ArmyMan007i'll guess i
23:26:28DBUGEnqueued KICK ArmyMan007
23:26:28ArmyMan007i'll guess i'll take a look at the manul...
23:26:35ArmyMan007although no one ever reads the manual! :D
23:26:42n1seven if there is no dual boot rockbox can be uninstalled
23:26:53saratogasince we don't have USB working on the Clip+ yet, you'd be using the OF a lot to transfer files
23:27:14ArmyMan007OF?
23:27:38saratogaoriginal firmware
23:27:50ArmyMan007got it...
23:28:26ArmyMan007basically i can just do a trial and error job with this MP3, it doesn't have much space anyway and it is getting a bit old..
23:28:44ArmyMan007well.. better get working on it! thanks a bunch! l8er! :D
23:29:23 Quit ArmyMan007 (Quit: HydraIRC -> http://www.hydrairc.com <- Go on, try it!)
23:30:00saratogai'm playing with watchi's codeclib now
23:30:21saratogathe test program works nicely, decodes all rockbox formats i've tested, and so far everything works great
23:30:29saratogaeven gapless for mp3s
23:30:46n1svery cool
23:33:27saratogajust getting into the changes, but so far nothing too ugly
23:45:25 Quit petur (Quit: Leaving)
23:50:39***Saving seen data "./dancer.seen"
23:54:58 Quit pamaury (Remote host closed the connection)
23:57:36 Quit n1s (Remote host closed the connection)

Previous day | Next day