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-12-10

00:01:46 Quit Zarggg (Ping timeout: 252 seconds)
00:13:43pamauryFuze+ sd works \o/ It mounts but it still freezes on boot, that's really weird
00:18:52pamauryany idea what could cause that ?
00:27:10 Join evilnick [0] (~evilnick@rockbox/staff/evilnick)
00:34:02 Quit PaulJam (Ping timeout: 252 seconds)
00:34:23pamauryit's really caused by the mutex_lock x-(
00:35:28jhMikeSare _all_ mutexes initialized before use? things do have non-obvious interdependencies
00:36:23pamauryI know but I really can't see what would be wrong: the problematic mutex is the sd one and the code is the one I pastebin and is the same as other sd drivers
00:37:01pamaurythe imx233 ssp code is well tested because it's used the mmc, and the problem is only at boot time
00:37:57n1ssame code run twice or something weird?
00:39:19pamauryhum, interesting remark, let me check something :)
00:39:59pamauryfuck**** me, you were right, the detect callback was triggered twice
00:41:30pamauryno it doesn't freeze but doesn't mount on boot :D
00:41:32pamaury*now
00:45:16pamauryhum it's not that simple, arggg this is tricky
00:49:51***Saving seen data "./dancer.seen"
00:50:04jhMikeSsome too-early interrupt maybe?
00:52:48pamaurywhy would it be with sd and not with mmc then ?
00:55:51pamaurythat mutex thing is really bothering me...
01:00
01:01:36 Quit robin0800 (Ping timeout: 240 seconds)
01:03:55 Join CaptainKewl [0] (captainkew@207-237-110-248.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com)
01:03:56jhMikeSI wonder if everything is sill ok in fat.c with the addition of tempbuf_mutex
01:08:24pamauryis it recent ?
01:08:26 Quit n1s (Quit: Ex-Chat)
01:10:00jhMikeSit was added when TheSeven moved buffers off the stack, if you could consider it recent. I'm not seeing anything obvious in that pastebin.
01:10:57*TheSeven recently observed an attempt to allocate that buffer twice
01:11:24TheSevenseemed like some race condition between the main thread and the usb thread was the cause (it happened during boot)
01:11:39TheSevenmight well be ipod classic-specific though (it uses that buffer in one more place)
01:11:55TheSevenanyway, that would end up in a panic
01:12:13pamauryyeah, that's not the case here
01:13:06jhMikeSmaybe kernel/thread sanity checks would catch something?
01:13:06pamauryanyway I'm going to bed, I can't think anymore
01:13:27pamauryI do I enable that ?
01:13:58jhMikeSin kernel.c and thread.c there are some defines at the top, to define to 1 to add extra checks for things
01:14:11pamauryok, I'll try that tomorrow
01:14:59TheSevenbtw, if anyone might ever need that, I have written a tool that does pretty deep sanity checks on a memory dump of a TLSF heap
01:15:22 Join robin0800 [0] (~robin0800@149.254.60.29)
01:15:25TheSevenI needed it to catch an emCORE bug, but it might be useful if we should ever run into trouble with codecs which are using TLSF
01:15:33pamauryTLSF ?
01:15:50TheSeventhe two level segregate fit allocator used by emCORE and some codecs
01:16:22pamauryah ok
01:17:02TheSevenit thorougly checks all the linked lists and block maps/flags/sizes/whatever
01:17:45 Quit pamaury (Remote host closed the connection)
01:39:46 Quit ender` (Quit: The early bird may get the worm, but the second mouse gets the cheese.)
01:53:59 Quit bertrik (Ping timeout: 244 seconds)
01:54:58 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
02:00
02:00:24 Quit keyb_gr (Ping timeout: 268 seconds)
02:06:25funman(reset)vectors is the only section we'd need to KEEP to use ld −−gc-sections together with gcc -ffunction-sections ?
02:13:38 Join nick-p [0] (~nick@82-69-105-120.dsl.in-addr.zen.co.uk)
02:14:49nick-pCould somebody delete FS #12438 for me? It's an incorrect duplicate of FS #12439
02:14:50fs-bluebothttp://www.rockbox.org/tracker/task/12438 "rec path" incorrectly listed as "rec directory" in Config file options section (bugs, unconfirmed)
02:14:50fs-bluebothttp://www.rockbox.org/tracker/task/12439 "rec path" incorrectly listed as "rec directory" in Config file options section (bugs, unconfirmed)
02:16:06jhMikeSI can close it, not delete it
02:16:28nick-pThanks, that'd do
02:16:59nick-pI was too late pressing escape :(
02:17:13jhMikeSdone
02:17:25nick-pcheers
02:36:59 Quit nick-p (Quit: Leaving)
02:39:43 Join risho [0] (~risho@c-76-126-78-189.hsd1.ca.comcast.net)
02:40:08 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
02:41:31 Quit robin0800 (Ping timeout: 244 seconds)
02:42:41rishoso "sudo python2 ipoddfu.py bootstrap-ipodclassic-*.dfu" is outputting "import usb.core ImportError: No module named core" what did i do wrong?
02:42:54rishofor the ipod classic 120 gig
02:49:53***Saving seen data "./dancer.seen"
02:54:05 Quit evilnick (Read error: Connection reset by peer)
02:55:36 Join robin0800 [0] (~robin0800@genkt-050-207.t-mobile.co.uk)
02:55:43rishowell I've updated my pyusb to the latest alpha and now it's giving me http://pastebin.com/Q2x6vxxT
03:00
03:01:01funmantry python 3 maybe?
03:02:18rishohttp://pastebin.com/BP8Uz9c1
03:03:14rishohttp://www.freemyipod.org/wiki/EmCORE_Installation/iPodClassic/PrepareDFULinux says to make sure you're using python 2
03:09:08 Quit risho (Remote host closed the connection)
03:12:24 Quit robin0800 (Ping timeout: 240 seconds)
03:12:55 Join risho [0] (~risho@c-76-126-78-189.hsd1.ca.comcast.net)
03:24:42 Quit mgue (Ping timeout: 252 seconds)
03:25:41 Join robin0800 [0] (~robin0800@149.254.61.165)
03:26:11 Join mgue [0] (~mgue@p57B3C9A0.dip.t-dialin.net)
03:35:37 Quit risho (Remote host closed the connection)
04:00
04:02:25 Quit advcomp2019_ (Changing host)
04:02:25 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
04:14:21 Join nick-p [0] (~nick@82-69-105-120.dsl.in-addr.zen.co.uk)
04:16:31nick-prisho: Maybe you need to install the python-usb package? (assuming Debian based)
04:24:07 Quit rasher (Read error: Connection reset by peer)
04:28:16 Join rasher [0] (~rasher@rockbox/developer/rasher)
04:33:39 Quit TheSeven (Disconnected by services)
04:33:51 Join [7] [0] (~TheSeven@rockbox/developer/TheSeven)
04:34:07 Join dreamlayers [0] (~bgjenero@bas4-windsor12-1242457325.dsl.bell.ca)
04:34:07 Quit dreamlayers (Changing host)
04:34:07 Join dreamlayers [0] (~bgjenero@rockbox/developer/dreamlayers)
04:41:51 Quit amiconn (Disconnected by services)
04:41:51 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:42:05 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:42:45 Quit pixelma (Disconnected by services)
04:42:47 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:42:49 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:49:04 Join dys` [0] (~andreas@krlh-5f71cdd9.pool.mediaWays.net)
04:49:57***Saving seen data "./dancer.seen"
04:52:37 Quit tchan (Read error: Connection reset by peer)
04:52:43 Quit dys (Ping timeout: 252 seconds)
04:53:21 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
04:53:49 Join Llorean1 [0] (~DarkkOne@99-68-45-56.lightspeed.hstntx.sbcglobal.net)
04:54:26 Quit Llorean (Ping timeout: 240 seconds)
05:00
05:03:33 Quit mgue (Ping timeout: 248 seconds)
05:04:30 Nick Llorean1 is now known as Llorean (~DarkkOne@99-68-45-56.lightspeed.hstntx.sbcglobal.net)
05:04:35 Quit Llorean (Changing host)
05:04:35 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
05:05:17 Join mgue [0] (~mgue@p5DDA174B.dip.t-dialin.net)
05:26:49 Join Rob2223 [0] (~Miranda@pD9FAC143.dip.t-dialin.net)
05:30:07 Quit Rob2222 (Ping timeout: 240 seconds)
05:39:53 Quit nick-p (Quit: Leaving)
06:00
06:38:28 Quit robin0800 (Quit: Leaving)
06:46:08 Join media-498 [0] (~media-498@unaffiliated/firippu)
06:49:59***Saving seen data "./dancer.seen"
07:00
07:18:30 Join kadoban_ [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
07:21:27 Quit kadoban (Ping timeout: 255 seconds)
07:21:39 Quit media-498 (Read error: Connection reset by peer)
07:54:09 Join y4n [0] (y4n@unaffiliated/y4ndexx)
08:00
08:10:01mc2739Any Forum Admin: Mike682 is a forum spammer that needs banning - thanks
08:12:10 Quit dreamlayers (Ping timeout: 252 seconds)
08:17:55scorchedone
08:30:12 Quit T44 (Ping timeout: 244 seconds)
08:33:24 Quit qnm (Ping timeout: 252 seconds)
08:34:03 Join Topy44 [0] (~Topy44@f049129248.adsl.alicedsl.de)
08:36:15 Join qnm [0] (~qnm@2001:44b8:3110:f300:208:9bff:fec0:179a)
08:50:03***Saving seen data "./dancer.seen"
09:00
09:01:13 Join Horschti [0] (~Horscht@xbmc/user/horscht)
09:04:34 Quit Horscht (Ping timeout: 252 seconds)
09:15:33 Quit BHSPitMonkey (Remote host closed the connection)
09:26:40 Join n1s [0] (~n1s@nl118-175-223.student.uu.se)
09:26:46 Quit n1s (Changing host)
09:26:46 Join n1s [0] (~n1s@rockbox/developer/n1s)
09:40:22GodEateranyone know where the "shutdown in main menu" patch that people used to use in older Android builds has gone?
09:40:39GodEaterit seems it was never on flyspray, but rather was hosted on dropbox somewhere, and has now been deleted.
09:40:51 Join lovasoa [0] (~olojkine@2a01:e35:8a2e:8080:e2b9:a5ff:fe5b:ca7b)
09:41:00n1sGodEater: i think you just have to remove an #ifdef
09:41:17n1sas it's there for some target already
09:41:45GodEaterah right
09:41:50GodEaterwill have a hunt
09:42:45GodEaterI want a build with it in for the GN, which since it has no hardware buttons, I don't want to be stuck with no way to exit it at all in case it hides the soft buttons
09:42:57n1sdelete lines root_menu.c:468 and 481 and i think it'll work
09:43:57n1sand patch features.txt so you have soft_shutdown
09:44:28n1sline 157
09:44:46GodEatercool
09:49:11 Join TheLemonMan [0] (~LemonBoy@ppp-3-3.26-151.libero.it)
09:49:15*GodEater crosses his fingers
09:51:33n1shmm, shutdown was added to the shortcuts thingy but it seems the lang string isn't used there...
09:53:03GodEateroh well - the good news is that the soft buttons are still visisble
09:53:15GodEaterdon't see a shutdown entry though
09:53:49 Join ender` [0] (~ender@foo.eternallybored.org)
09:54:23n1sah, missed a place, also delete lines 497 and 499 in root_menu.c to actually add the menu item to the menu :)
09:54:35GodEater:)
09:54:39GodEaterthe writing is *tiny*
09:57:28GodEaterheh
09:57:32GodEaterstill no shutdown ;)
09:58:10n1sweird
09:58:16GodEaterwhere the bloody hell has the theme settings menu gone too?
10:00
10:01:57n1sif i do those changes i get a shut down entry in the main menu
10:02:05n1ssecond last
10:02:24n1stheme settings is under settings
10:02:29 Join nosa [0] (~m00k@adsl-74-235-79-99.clt.bellsouth.net)
10:02:49*n1s wonders if GodEater is doing something strange :)
10:04:14 Quit nosa-j (Ping timeout: 252 seconds)
10:04:14 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-79-99.clt.bellsouth.net)
10:04:18GodEaterSettings menu here has : Sound, Playback, General, Line Selector, Time & Date, Manage
10:04:21GodEaterno themes
10:06:44n1syeah something is weird, when i have the above mentioned changes, i have theme settings under settings but if i revert them, it's gone O_o
10:07:52n1sseems the lang is messed up, i have "Line selector colours" instead but it still leads to the theme settings menu
10:09:20GodEaterah
10:09:42n1smake clean seems to fix it
10:10:35GodEaterwell, seems I don't need it anyway
10:10:41GodEaterthe softbuttons don't get hidden
10:10:45 Join cet30048 [0] (cet30048@c-71-206-235-41.hsd1.pa.comcast.net)
10:10:46GodEaterI definitely need a bigger bloody font though
10:11:13 Part cet30048
10:11:50 Join LoredWhurm [0] (cet30048@71.206.235.41)
10:11:51 Quit LoredWhurm (Client Quit)
10:17:02GodEaterhmm
10:17:16GodEaterthis build doens't put much in /sdcard/rockbox at all
10:22:06GodEaterright - font sorted.
10:34:26 Quit Topy44 (Ping timeout: 240 seconds)
10:35:25 Join Topy44 [0] (~Topy44@g228175131.adsl.alicedsl.de)
10:45:05 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
10:45:05 Quit bertrik (Changing host)
10:45:05 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
10:50:04***Saving seen data "./dancer.seen"
11:00
11:18:30*bertrik fails at creating an ARM abort...
11:21:09bertrikI thought dereferencing an int at an unaligned address would do it
11:23:05amiconnDepends on the arm version, and whether the option (if it exists as an option) is enabled
11:24:15amiconnIf not, dereferencing an int at an unaligned address doesn't abort. It does something defined by the architecture, but probably not what you'd expect
11:24:42 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
11:24:42 Quit pamaury (Changing host)
11:24:42 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:24:56 Join pamaury_ [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
11:25:12 Quit pamaury (Remote host closed the connection)
11:25:20bertrikyes, the problem is I don't know how it can be forced exactly, I would have figured it to be easier though :)
11:25:22 Quit pamaury_ (Remote host closed the connection)
11:25:28 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
11:25:28 Quit pamaury (Changing host)
11:25:28 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:25:45bertrikI'll try to reference an address "with nothing behind it"
11:28:32bertrikmeh, no luck, this is getting silly .. :)
11:30:45JdGordoncant you just call the abort handler manually? :)
11:32:43*bertrik looks for it
11:35:43bertrikJdGordon, no, I am trying to do this from a plugin
11:41:26 Quit tchan (Ping timeout: 240 seconds)
11:42:00n1stry to execute an illegal instr?
11:47:00 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
11:49:10amiconnOr try calling an unaligned address? (not (addr % 4) == 1 though, as that's "switch to thumb)
11:55:29 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
11:59:19bertrikjumping to 0xD00DD00D now gives me an abort reliably
12:00
12:02:01amiconnSomething like add pc, pc, #2 should also work
12:09:13pamaurythere is something really strange with the fuze+ sd init code: if I delay the init with sleep(HZ) then it boots, so it looks like something is not ready
12:14:55bertrikpamaury, or maybe it's related to the task switch that is forced by a sleep
12:15:06bertrikhave you fixed the mutex problem yet?
12:15:19pamaurythe problem is the mutex
12:16:36pamauryappart from that the code works, the sd mounts properly except rockbox boots with the sd inserted, then it locks up
12:16:41bertrikI can now reboot reliably, apparently the watchdog can't reboot the system when the ROM clock is off.
12:26:33pamauryarg, the debug build does not link !
12:26:42 Join lorenzo92 [0] (~chatzilla@host207-111-dynamic.31-79-r.retail.telecomitalia.it)
12:28:01CIA-10New commit by bertrik (r31196): AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before rebooting
12:30:04CIA-10r31196 build result: All green
12:33:31pamauryis there any platform which actually defines H_TO_BE32 ? I know of htobe32 but not this variant
12:34:32 Join swilde [0] (~wilde@2001:470:9c7c:abc:8c0d:78ff:fe95:cab1)
12:34:40pamauryjhMikeS: even with debug enable, rockbox doesn't boot so the code probably doesn't do something too strange with the kernel structures
12:36:24pamauryjhMikeS: can the code check for a deadlock ?
12:46:16pamauryok I've solved my problem, I just make sure to use the timeout_ functions for detection on boot; I don't know what is the real problem :(
12:47:35pamaurynow usb storage doesn't work x-(
12:50:05***Saving seen data "./dancer.seen"
12:57:17CIA-10New commit by bertrik (r31197): FS #12437 - Updated Croatian translation by Ante Maretic
12:59:14CIA-10r31197 build result: 0 errors, 100 warnings (bertrik committed)
12:59:25bertrikwhaaat!?
13:00
13:03:09pamaurylol
13:03:27pixelmapossible
13:03:56pamaurythis is a nightmare, when I need to backtrace, it doesn't work on the fuze+
13:05:20CIA-10New commit by bertrik (r31198): Quick-fix for r31197
13:05:55 Quit lovasoa (Remote host closed the connection)
13:07:21CIA-10r31198 build result: All green
13:10:31CIA-10New commit by bertrik (r31199): FS #12434 - Serbian translation update by Ivan Pesic
13:11:42pamauryhehe, backtrace doesn't work well with gotos :)
13:12:16CIA-10r31199 build result: All green
13:26:46 Quit mystica555_ (Remote host closed the connection)
13:27:30 Join mystica555_ [0] (~Mike@71-211-210-11.hlrn.qwest.net)
13:36:24 Quit lorenzo92 (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111115183813])
13:37:37 Join lebellium [0] (~chatzilla@91-65-137-216-dynip.superkabel.de)
13:41:51 Quit liar (Ping timeout: 240 seconds)
13:43:18 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
13:58:13 Quit Keripo (Quit: Leaving.)
13:59:09 Join gbl08ma [0] (~gbl08ma@195-23-182-213.net.novis.pt)
14:00
14:00:19gbl08maHi. Is there any reason for not having FS #12394 commited (while more recent translation patches have already been committed)?
14:00:20fs-bluebothttp://www.rockbox.org/tracker/task/12394 Update of the European Portuguese language (patches, unconfirmed)
14:02:05gbl08maI just did a new translation today because I thought more features could have been added, but it looks like it's the same as the first patch I added in that FS
14:05:16 Join lovasoa [0] (~olojkine@2a01:e35:8a2e:8080:e2b9:a5ff:fe5b:ca7b)
14:07:32bertrikgbl08ma, I don't see a problem, I can commit that in a few minutes I think
14:08:22gbl08mathe translation I did a while ago didn't get committed either, I think someone complained that the archos string for the DB building state was too big
14:08:44gbl08maI told that person to commit everything except that part, and nobody did
14:09:18gbl08maso, the pt-PT translation is already much outdated (14 strings missing)
14:09:43bertrikbut the patch in FS #12394 is now reasonably complete, right?
14:09:44fs-bluebothttp://www.rockbox.org/tracker/task/12394 Update of the European Portuguese language (patches, unconfirmed)
14:10:30gbl08mayes, I translated evrything
14:10:34gbl08ma*everything
14:11:06gbl08mait's a bit of a shame it wasn't committed before 3.10, but anyways, it'll go next release
14:11:42gbl08maI was getting worried about the state of the translation since not even the "Shortcuts" entry in the main menu was updated
14:12:06CIA-10New commit by bertrik (r31200): FS #12394 - Update of the European Portuguese language by Gabriel Maia
14:12:13gbl08mathanks
14:12:26gbl08maby the way, how do you remove shortcuts through the GUI (i.e. not editing the shortcuts text file)
14:13:03gevaertsbertrik: IIRC there's also still a Spanish update on the tracker
14:13:41CIA-10r31200 build result: All green
14:16:45bertrikgevaerts, I can take care of that. Can you take care of backporting them to the point-release once it's in?
14:16:58gevaertsI'll have a go at it, yes
14:17:11bertrikcool, I'll do spanish now
14:22:03CIA-10New commit by bertrik (r31201): FS #12373 - Patch for Spanish translation by Francisco Vila
14:23:42CIA-10r31201 build result: All green
14:25:31 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
14:28:05 Quit lebellium (Quit: ChatZilla 0.9.87 [Firefox 9.0/20111130065942])
14:28:37 Join lebellium [0] (~chatzilla@91-65-137-216-dynip.superkabel.de)
14:29:07 Quit thegeek (Ping timeout: 252 seconds)
14:29:17 Join thegeek [0] (~thegeek@87.37.34.95.customer.cdi.no)
14:29:37 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
14:31:51 Quit thegeek (Read error: Connection reset by peer)
14:32:05 Join thegeek [0] (~thegeek@87.37.34.95.customer.cdi.no)
14:49:42 Join Buschel [0] (~chatzilla@p54A3A687.dip.t-dialin.net)
14:50:10***Saving seen data "./dancer.seen"
14:51:33 Join kugel [0] (~kugel@141.45.176.104)
14:51:33 Quit kugel (Changing host)
14:51:33 Join kugel [0] (~kugel@rockbox/developer/kugel)
14:52:22 Nick kugel is now known as kugelp (~kugel@rockbox/developer/kugel)
14:54:27 Quit kugelp (Client Quit)
14:55:55 Join kugel [0] (~kugel@rockbox/developer/kugel)
15:00
15:00:30 Quit lovasoa (Ping timeout: 268 seconds)
15:00:42lebelliumhey kugel : I was busy the last 2 days so I probably missed some points but with the build Lorenzo gave me on Thursday night, there is sometimes an annoying noise at the start of a song and plugins make my device crash.
15:02:28 Quit thegeek (Read error: Connection reset by peer)
15:02:31 Join thegeek_ [0] (~thegeek@87.37.34.95.customer.cdi.no)
15:03:17 Quit swilde (Quit: ERC Version 5.3 (IRC client for Emacs))
15:03:22 Join tholin [0] (~cocobo@c-afc4e455.04-302-6c6b701.cust.bredbandsbolaget.se)
15:04:01 Nick kugel is now known as kugelp (~kugel@rockbox/developer/kugel)
15:08:07kugelplebellium: not sure about the noise. the plugins need to recompiled. my patch breaks abi with earlier builds
15:12:14lebelliumok for the plugins. You don't experience this noise?
15:13:52TheLemonManpamaury: gonna work on the zen style too ?
15:15:13 Quit bluefoxx (Quit: bluefoxx)
15:16:28 Join bluefoxx [0] (fuzzylomba@S0106e0cb4e0a6d8a.vs.shawcable.net)
15:19:54 Join dreamlayers [0] (~bgjenero@bas4-windsor12-1279315714.dsl.bell.ca)
15:19:54 Quit dreamlayers (Changing host)
15:19:54 Join dreamlayers [0] (~bgjenero@rockbox/developer/dreamlayers)
15:23:15 Join keyb_gr [0] (~chatzilla@p4FF02E37.dip.t-dialin.net)
15:24:32Buschelgevaerts: the tap-file you've uploaded also sounds like a broken modem ;)
15:25:39 Quit thegeek_ (Quit: ( www.nnscript.com :: NoNameScript 4.2 :: www.regroup-esports.com ))
15:25:42gevaertsI haven't actually tried it with the patch yet
15:25:43 Join thegeek [0] (~thegeek@87.37.34.95.customer.cdi.no)
15:28:01lebelliumpamaury: "Furthermore, at least one player released by Samsung (Samsung YP-Q3 ?) uses a STMP3770 and provides the Linux code for it on demand. " > see my Samsung hardware list here http://www.anythingbutipod.com/forum/showthread.php?t=64069
15:33:43tholinis there any way to get back debug data when a codec hangs?
15:33:55tholinwithout jtag or special hardware
15:34:24[7]tholin: not out of the box
15:34:38[7]unless it happens in a simulator as well
15:35:07gevaertsBuschel: I just tried on a sim. I'm not sure now... It doesn't sound *that* wrong
15:37:49gevaertsIf only hooking up the actual spectrum weren't so much work...
15:39:56gevaertshm, yes. Clearly wrong if compared side by side
15:40:03Buschelgevaerts: i'll try to downlad another player for this tonight. now I go shopping with my son :)
15:41:27gevaertsBuschel: ok. I just added a flac version for easy comparison
15:44:43gevaertsbertrik: is that a segmentation fault? It looks more like the "normal" SIGUSR1 thing
15:44:57 Quit Buschel (Ping timeout: 252 seconds)
15:44:59 Join dfkt [0] (dfkt@unaffiliated/dfkt)
15:45:46 Join thegeek_ [0] (~thegeek@87.37.34.95.customer.cdi.no)
15:45:58 Quit thegeek (Read error: Connection reset by peer)
15:47:30gevaertskugelp: FS #12441 seems to be buflib-related
15:47:31fs-bluebothttp://www.rockbox.org/tracker/task/12441 Sansa Clip+: a segmentation fault occurs with sim at r31101 (bugs, unconfirmed)
15:48:00 Nick kugelp is now known as kugel (~kugel@rockbox/developer/kugel)
15:53:50 Quit liar (Read error: No route to host)
15:55:40 Quit Stummi (Quit: Bye!)
16:00
16:04:54 Quit dreamlayers (Ping timeout: 240 seconds)
16:23:20 Join jlbiasini [0] (~metaphys@d86-32-96-55.cust.tele2.at)
16:27:31 Quit mikroflops (Read error: Operation timed out)
16:30:50 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
16:31:09 Quit Bagder (Ping timeout: 252 seconds)
16:32:06 Join mikroflops [0] (~yogurt@h-34-156.a238.priv.bahnhof.se)
16:33:17 Quit perrikwp (Ping timeout: 244 seconds)
16:44:31 Join pkug [0] (~pkug@78-57-145-242.static.zebra.lt)
16:45:34 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se)
16:45:35 Quit Bagder (Changing host)
16:45:35 Join Bagder [241] (~daniel@rockbox/developer/bagder)
16:45:54pkugHi there, what's the current status of USB audio driver ?
16:46:59n1sdon't think it's been touched for months
16:48:31pkugAnybody managed to get it working ?
16:50:14***Saving seen data "./dancer.seen"
16:51:49n1sit was pamaury who worked on it so he probably knows best but i think it worked on some target at least
17:00
17:00:26pamaurylast time I tried it was working, but I only implemented the driver for the ARC controller
17:00:56pamauryso it's limited to a few devices: e200, fuze+ for example, I only tested the e200 tough and it was a long time ago
17:01:56pkugcool, will try on e200 in a couple of minutes
17:03:14pamaurybut I don't know if it still compiles with current svn
17:03:43pkugoh, it's not in the current development build ?
17:04:23n1sno
17:10:59pkugwww.rockbox.org/tracker/11108, this one, right ?
17:13:06n1syes, see the link to the gihub repo in the second comment there
17:14:24TheLemonMan<TheLemonMan> pamaury: gonna work on the zen style too ?
17:16:53pamauryTheLemonMan: yes probably
17:18:14TheLemonMansweet, are you gonna base it on imx23 ?
17:19:56pamauryif possible
17:23:42TheLemonManoh well, as soon as you start i'll give an hand and possibly merge my code for the q2 too
17:25:34 Quit n1s (Quit: Ex-Chat)
17:32:14pamaurythere is low_light which will work on a stmp3770 target too
17:34:34TheLemonManwonderful, ill be happy to start working asap on it :)
17:35:08pamauryI would like to finish the fuze+ also but I can do both in parallel
17:35:39TheLemonManoh don't worry, take your time
17:35:43jlbiasinioh non! :) anyway any news from the bootloader?
17:36:11TheLemonMananyway i think that most of the imx23 stuff can be reused with minimal effort
17:36:49TheLemonManiirc namely a couple of registers had different addresses
17:40:28 Join n1s [0] (~n1s@nl118-175-223.student.uu.se)
17:40:28 Quit n1s (Changing host)
17:40:28 Join n1s [0] (~n1s@rockbox/developer/n1s)
17:40:59pamauryno, I don't know who to contact. Can we do a bootloader release for the fuze+ ?
17:42:34pamaurybut I have the sd card working, except at boot time for some unknown reason
17:43:04jlbiasiniBluebrother sujest I could "override" the downloading process to send a file from local in order to develop rbutil without having to wait... But I don't know how to do that??
17:43:58 Join lovasoa [0] (~olojkine@2a01:e35:8a2e:8080:e2b9:a5ff:fe5b:ca7b)
17:44:02jlbiasiniyes I red that and I thought that you pehraps will have to change the bootloader because of it.... ;)
17:45:46jlbiasinibluebrother: if you read me, could you explain this? or point me to some documentation?
17:47:43 Quit n1s (Quit: Ex-Chat)
17:50:49pamauryI guess he was referring to some method overriding
17:52:30jlbiasiniyou mean in the code?
17:52:59pamauryyes
17:53:32 Part lovasoa
17:54:04pkugpamaury: Sorry to bother but I'm trying to build your pamaury-rockbox-5476144 from GitHub and it fails with error: http://pastebin.com/b8uCx4cv, i'm using standart build procedure.. could it be because my arm-elf-gcc is 4.4.4 ?
17:54:10jlbiasiniI didn't see anything like that. Well I will look closer then
17:54:31pamauryyou need to enable logf in configure (that explains the _logf)
17:55:02pamauryand for remove_thread I don't know, I would have thought it was defined, wait a minute
17:55:36pamauryok, enabling logf will do the trick: when configuring select Advanced build and then logf
18:00
18:03:06 Quit benedikt93 (Quit: Bye ;))
18:04:56pkugthanks! passed that one.. went smoothly for some time and i got another one: http://pastebin.com/GVSy0Kne. Any idea ? maybe I can just disable this ?
18:07:26jlbiasinipamaury: anyway congratulation for the SD! \o/
18:08:48pamaurypkug: just build the main binary (make bin)
18:11:03 Join webguest77 [0] (~4fe06968@www.haxx.se)
18:11:17 Join webguest27 [0] (~4fe06968@www.haxx.se)
18:11:17 Quit webguest77 (Client Quit)
18:12:24 Join thomasjfox [0] (~thomasjfo@rockbox/developer/thomasjfox)
18:13:04thomasjfoxChannel topic: "3.10 release in progress"
18:13:40Topic"Please read before speaking: http://www.rockbox.org/wiki/IrcGuidelines | Please direct offtopic/social chat to #rockbox-community | This channel is logged at http://www.rockbox.org/irc" by ChanServ (ChanServ@services.)
18:13:52gevaertsthomasjfox: where? I don't see that! ;)
18:14:43thomasjfoxI think we can keep the ten years happy birthday note ;)
18:15:58Topic"Rockbox is 10 years old! | Please read before speaking: http://www.rockbox.org/wiki/IrcGuidelines | Please direct offtopic/social chat to #rockbox-community | This channel is logged at http://www.rockbox.org/irc" by ChanServ (ChanServ@services.)
18:16:02gevaertsAll right then
18:16:06thomasjfoxYeah!
18:16:25 Quit gbl08ma (Read error: Connection reset by peer)
18:22:16webguest27Hello, I hope someone can help me with a short answer. I have a Sansa Clip+ with RockBox 3.10 installed. Is there a way to redirect the input from the microphone to the headphones while playback?
18:23:00 Quit TheLemonMan (Quit: WeeChat 0.3.6)
18:29:03kkitwebguest27, no
18:29:41 Join gbl08ma [0] (~gbl08ma@195-23-182-47.net.novis.pt)
18:31:11webguest27ok, thank you kkit, would have been a nice feature to here someone other speaking
18:32:21 Quit webguest27 (Quit: CGI:IRC (EOF))
18:39:24 Join Buschel [0] (~chatzilla@p54A3B75B.dip.t-dialin.net)
18:40:13pkugpamaury: stuff is working! really made my day, thanks:)
18:40:39 Part jlbiasini
18:49:52 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
18:50:17***Saving seen data "./dancer.seen"
19:00
19:08:37 Join thegeek [0] (~thegeek@87.37.34.95.customer.cdi.no)
19:09:58 Quit pamaury (Ping timeout: 252 seconds)
19:10:25 Quit gbl08ma (Ping timeout: 240 seconds)
19:11:03 Quit thegeek_ (Ping timeout: 240 seconds)
19:19:38 Join thegeek_ [0] (~thegeek@87.37.34.95.customer.cdi.no)
19:22:18 Quit thegeek (Ping timeout: 244 seconds)
19:23:02 Join gbl08ma [0] (~gbl08ma@195.23.214.181)
19:33:23 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
19:33:24 Quit pamaury (Changing host)
19:33:24 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
19:34:11CIA-10New commit by thomasjfox (r31202): Prepare new, unofficial maemo build
19:36:04CIA-10r31202 build result: All green
19:38:30CIA-10New commit by thomasjfox (r31203): Silence gcc warning ...
19:40:08CIA-10r31203 build result: All green
19:49:04 Join PaulJam [0] (~Paule@p54BEA796.dip.t-dialin.net)
19:50:36 Join Keripo [0] (~Keripo@seas791.wireless-pennnet.upenn.edu)
19:51:48 Part KBH
19:55:37 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
20:00
20:03:48thomasjfoxhmm: apps/debug_menu.c:312: error: ‘for’ loop initial declaration used outside C99 mode
20:04:18thomasjfoxWith "#define FOR_NB_SCREENS(i) for(int i = 0; i < NB_SCREENS; i++)" in screen_access.h
20:04:50thomasjfoxLater on:
20:04:59thomasjfoxapps/debug_menu.c:412: error: redefinition of ‘i’
20:06:56thomasjfoxIntroduced by r30756 from zagor
20:16:23 Join Keripo1 [0] (~Keripo@seas791.wireless-pennnet.upenn.edu)
20:17:23gevaertsthomasjfox: isn't using today's trunk for an unofficial "3.10" a bit misleading?
20:17:36thomasjfoxgevaerts: I'm not using today's trunk
20:17:55thomasjfoxI'm using 3.10 as base
20:18:16thomasjfox(even specified the exact SVN revision)
20:18:32 Quit Keripo (Ping timeout: 244 seconds)
20:19:05gevaertsright. I was confused by your change to the debian files in trunk then
20:19:09thomasjfoxEven diffed my build tree against the official 3.10 tarball to make sure no unwanted changes are in there
20:19:30thomasjfoxYeah, maybe I can move my "maemo-port" branch to the official git server once we switch to git
20:19:38thomasjfoxThat would make things even more visible
20:20:05gevaertsYes, that would have helped
20:20:31gevaertsOh well, as long as it
20:20:39gevaerts's just me being confused, there's no problem :)
20:23:53CIA-10New commit by thomasjfox (r31204): Pandora port: Fix borked compile flags
20:24:31thomasjfoxactually zagor's commit mentioned previously uncovered broken compile flags on the pandora port
20:25:23CIA-10New commit by thomasjfox (r31205): Prepare new, unofficial pandora build
20:25:29CIA-10r31204 build result: All green
20:27:12CIA-10r31205 build result: All green
20:50:19***Saving seen data "./dancer.seen"
21:00
21:03:28 Quit y4n (Quit: 6,000,000 ways to die — choose one.)
21:08:00 Join jlbiasini [0] (~metaphys@d86-32-96-55.cust.tele2.at)
21:10:22Buscheljlbiasini: do you have stable target availabel to test the 5.1 flacs?
21:17:17 Quit pkug (Quit: Lost terminal)
21:18:45jlbiasinino
21:18:55jlbiasinithat's the probelm
21:19:24 Quit kadoban_ (Ping timeout: 252 seconds)
21:21:11 Join petur [0] (~petur@rockbox/developer/petur)
21:23:37jlbiasiniBuschel: Pehraps I could upload a file somewere for short time?
21:24:04BuschelI found two test files on the web which work fine
21:24:39Buschelone of them even clearly demonstrates that the left/right channels are decoded well
21:24:50Buschelhttp://download.linnrecords.com/test/flac/surround88.aspx
21:24:57jlbiasinihow long are they? Mine are skipped after 1 min to 1:30 min
21:25:45Buschelthe largest file play 1min
21:27:27jlbiasiniwell I will test it on my device: at least if it get skipped we will know whose wrong!
21:30:32BuschelI am right now downloading a 5min file
21:30:57jlbiasinithis one play ok
21:31:26 Join saratoga [0] (9803c57f@gateway/web/freenode/ip.152.3.197.127)
21:31:28Buschelwill check this one now -> http://www.lindberg.no/hires/test/2L48SACD_14_mch_96k.flac
21:31:52Buschel(as soon as it is downloaded)
21:31:59jlbiasiniallthrough it would be better to have the channel mixed but I guess a portable player isn't powerfull enough to do that
21:32:27Buschelit is powerful enough
21:32:28jlbiasinii ask me for identification
21:32:29jhMikeSthread-XXX.c doesn't need gcc-extensions.h if thread.c includes it first
21:33:09Buscheljlbiasini: see the comment on http://www.2l.no/hires/index.html
21:33:10 Join robin0800 [0] (~robin0800@149.254.61.170)
21:34:51jlbiasiniWow this exactly what we need!
21:35:43jlbiasiniso stone rose?
21:36:14jlbiasiniactually this is exactly what i have: 5.1 24/96
21:36:27Buschelyes, play fine here. let's see whether it survives the full duration
21:37:34pamaurylebellium: if you want to update your list, the stmp3770 has an internal audio codec
21:37:40 Quit robin0800 (Ping timeout: 244 seconds)
21:39:11 Join robin0800 [0] (~robin0800@149.254.61.232)
21:40:04Buscheljlbiasini: it does not play back the full file
21:40:43jlbiasiniget skip also?
21:41:37Buschelyes, even in the sim. but it is not connected to a time position
21:42:28jlbiasiniyes this is what I also notice... so no probably no file corruption here and I tested several files also
21:42:39jlbiasiniand normal flac do not end this way...
21:44:26Buschelnow it played fine, strange...
21:45:06jlbiasinithe entire file?
21:45:31BuschelI seeked to 1min and let it run from there
21:45:55jlbiasiniah yes I tested that alos and it do works here to
21:46:22Buschelin the test runs before it skipped somewehere between 3-4 min runtime, w/ and w/o seek
21:46:54 Quit thomasjfox (Remote host closed the connection)
21:46:59jlbiasiniI don't think i'll make it to download those files anyway you already get the same result as I did with my files...
21:48:00CIA-10New commit by jethead71 (r31206): thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own.
21:49:47CIA-10r31206 build result: All green
21:54:37 Quit gbl08ma (Quit: Saindo)
21:54:59 Join fml [0] (~chatzilla@manz-590ef5d0.pool.mediaWays.net)
21:56:36fmlWhy does the sleep timer menu on non-rtc targets work differently than it works on rtc targets? On non-rtc, the entries are in decreasing order (with OFF as the last entry) while on rtc they are in increasing order (with OFF as the first entry)
21:58:16fmlIt seems to be the same code, but it works differently!
22:00
22:02:44 Part jlbiasini
22:08:28 Join bluebrother [0] (~dom@g231120175.adsl.alicedsl.de)
22:08:28 Quit bluebrother (Changing host)
22:08:28 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
22:09:45 Quit fs-bluebot (Ping timeout: 240 seconds)
22:11:19 Join fs-bluebot [0] (~fs-bluebo@g231120175.adsl.alicedsl.de)
22:11:35 Quit liar (Read error: Connection timed out)
22:11:41 Quit bluebrother^ (Ping timeout: 244 seconds)
22:23:42desowin_Torne: could you please add me to the commiters group on gerrit?
22:26:45 Quit rjg (Read error: Connection reset by peer)
22:26:50 Join rjg [0] (~robert@odie.tomelliott.net)
22:37:38 Join jlbiasini [0] (~metaphys@d86-32-96-55.cust.tele2.at)
22:38:06Buscheljlbiasini: I read your comment
22:46:38 Quit BHSPitMonkey (Remote host closed the connection)
22:47:25saratogaBuschel: nice catch
22:50:22***Saving seen data "./dancer.seen"
22:51:02jlbiasiniok
22:51:10jlbiasiniI just tested it
22:51:17jlbiasiniit works
22:51:39jlbiasiniI also try normal flac to check if it doesn't break them
22:51:49jlbiasinieverything seems ok
22:52:14jlbiasiniI guess you can close/commit now
22:52:48jlbiasinianyway would it be possible to have the channel mixed rather than just take the front left and right
22:52:52jlbiasini???
22:53:38jlbiasiniThis is what does player on my computer when they play those files and doesn't have enough channel
22:54:08jlbiasinibut perhaps no target can handle that?
22:54:23jlbiasinielse nice job indeed!
22:58:11 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
23:00
23:12:40saratogamixing is possible, some other codecs do it
23:13:08saratogaalthough for flac i'd probably downmix on PC first since the files are going to be huge otherwise
23:14:11saratogafor lossy codecs its not such a big deal since the files are so much smaller
23:16:52 Quit Zarggg (Ping timeout: 244 seconds)
23:19:07 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
23:20:59 Quit fml (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111104165243])
23:28:18CIA-10New commit by buschel (r31207): Fix decoding of multichannel flac, refactor sample buffer handling and decorrelation (taken from ffmpeg sources) and add some flac details to the ...
23:28:45 Quit thegeek_ (Ping timeout: 240 seconds)
23:29:14jlbiasinisagarota: well this would mean mixing 2x3 channel simultanuously. If this is possible this should be the way to deal with it, I suppose... But why bother for such big files anyway?
23:29:19jlbiasini\O/
23:29:47CIA-10r31207 build result: All green
23:30:12 Quit robin0800 (Ping timeout: 248 seconds)
23:36:07 Join thegeek [0] (~thegeek@87.37.34.95.customer.cdi.no)
23:36:33saratogayeah but flac is really fast, so its probably not a huge deal to decode and mix all those channels
23:37:07Buschelare there standardized mixing routines defined?
23:37:15Buschelmaybe in the a52 code?
23:38:34saratogaa52 has one
23:38:39saratogacould move it to the codec lib if you want
23:38:52saratogaor just copy and paste, i think its quite small
23:43:08 Join thegeek_ [0] (~thegeek@87.37.34.95.customer.cdi.no)
23:45:40 Quit thegeek (Ping timeout: 248 seconds)
23:46:16 Join thegeek [0] (thegeek@211.108.34.95.customer.cdi.no)
23:47:36 Quit thegeek_ (Ping timeout: 240 seconds)
23:47:59 Join thegeek_ [0] (~thegeek@87.37.34.95.customer.cdi.no)
23:50:25 Quit PaulJam (Ping timeout: 240 seconds)
23:50:36 Quit thegeek (Ping timeout: 240 seconds)
23:55:01 Quit petur (Remote host closed the connection)

Previous day | Next day