| 00:00:05 | Llorean | kugel: Just file a proper bug report. I'm going to dinner. |
| 00:00:07 | | Part Llorean |
| 00:00:23 | bertrik | jpt9: I think my .18 OF charges up to 4.0V |
| 00:00:28 | jpt9 | ah. |
| 00:00:35 | | Join hcs [0] (n=agashlin@rockbox/contributor/hcs) |
| 00:00:35 | BoD[] | ok it seems to work :) |
| 00:00:40 | BoD[] | rebooting... |
| 00:00:48 | jpt9 | is there any reason rockbox can't charge it the last bit? |
| 00:01:14 | BoD[] | woohoo |
| 00:01:25 | BoD[] | :) |
| 00:02:08 | bertrik | jpt9: no not really, but I think hardly anyone uses rockbox for charging anyway |
| 00:02:26 | jpt9 | oh. |
| 00:02:34 | jpt9 | it seems kind of silly. |
| 00:03:11 | jpt9 | it probably gives some people a bad impression... "They can't even get charging to work?" |
| 00:03:46 | Bagder | jpt9: feel free to fix |
| 00:03:52 | jpt9 | hmm... |
| 00:04:40 | bertrik | there isn't any kind of charging API I think |
| 00:05:00 | bertrik | or is there? |
| 00:05:31 | | Join barrywardell [0] (n=barrywar@194.46.178.46) |
| 00:05:39 | bertrik | oh I see some stuff in powermgmt.h |
| 00:07:06 | amiconn | powermanagement is a bit of a mess atm |
| 00:07:22 | | Quit jgarvey ("Leaving") |
| 00:07:25 | amiconn | But we can't charge with >100mA before getting usb to work |
| 00:07:31 | amiconn | That's the main problem |
| 00:10:17 | bertrik | jpt9: controlling the charger looks really easy, the charging itself is done by a hardware circuit. The software only needs to configure the charge parameters like voltage and current |
| 00:10:27 | jpt9 | oh |
| 00:10:30 | PaulPosition | Hmm.. Can't take screendumps anymore. [H10] 'system->debug->screendumps' and then plug in the usb to trigger, right? |
| 00:10:43 | bertrik | And we need to be *really* sure what those parameters are |
| 00:11:19 | jpt9 | ah. |
| 00:11:29 | jpt9 | so you don't have it bursting into flames and all. |
| 00:12:09 | bertrik | perhaps not flames, but at least too high voltage is damaging to the battery (and too high charging current probably too) |
| 00:12:16 | | Join qweru [0] (n=kvirc@bb-87-80-66-156.ukonline.co.uk) |
| 00:13:19 | bertrik | I've never seen more than 4.0V just after charging with the OF, but the charge controller allows charging up to a voltage of 4.25V |
| 00:13:20 | | Join Workaphobia [0] (n=Jonathan@goldenrod-56.dynamic2.rpi.edu) |
| 00:20:05 | preglow | if you do a makefile target that has no deps, it'll always be executed, yes? <- |
| 00:20:23 | linuxstb | Yes |
| 00:20:35 | bertrik | jpt9: maybe as an intermediate step we could implement an USB device much simpler than USB mass storage, and use this to advertise our need for 500 mA |
| 00:20:43 | jpt9 | ah. |
| 00:20:51 | preglow | i've got "rbspeexdec : rbspeexdec.c libspeex" on a line here, yet it consistently fails to call the libspeex target |
| 00:21:16 | linuxstb | Can you show your makefile? |
| 00:21:17 | bertrik | perhaps something like a virtual com port which is quite easy as it just uses two bulk pipes with no complicated protocol |
| 00:21:25 | preglow | sure |
| 00:22:14 | preglow | linuxstb: http://www.pvv.org/~thomj/Makefile |
| 00:22:19 | preglow | linuxstb: it's tools/Makefile, look near the bottom |
| 00:22:27 | preglow | linuxstb: it does try to build rbspeexenc, though |
| 00:23:26 | | Quit bertrik ("bedtime") |
| 00:23:34 | linuxstb | I expect it's conflicting with the directory called libspeex you create |
| 00:23:49 | preglow | right, so i should phony it |
| 00:23:50 | | Join lee-qid_ [0] (n=liqid@p54967CC1.dip.t-dialin.net) |
| 00:23:55 | linuxstb | Yes |
| 00:23:57 | | Quit ender` (" MCSE = Moron Claiming System Expertise, Must Call Someone Else, or Minesweeper Champion, Solitaire E") |
| 00:24:58 | linuxstb | Or maybe better - the dependency should be libspeex/libspeex.a - that's what you're making... |
| 00:25:00 | preglow | linuxstb: mno, doesn't seem like it, no |
| 00:25:02 | | Quit Isolinear () |
| 00:25:21 | preglow | so, i should call the libspeex target that too, i suppose? |
| 00:25:28 | * | preglow dislikes makefiles |
| 00:25:35 | linuxstb | Yes, that's what I mean |
| 00:26:06 | preglow | linuxstb: that got it working in a hurry |
| 00:26:10 | PaulPosition | Before I fill in a bug report, anyone would confirm/infirm that screendump is broken? (my iriver h10 does detect usb in/out, it just doesn't generate a bmp) |
| 00:26:30 | preglow | but now, back to the old problem, nb_celp.c seems to want consts that are in speex.h, but does not include speex.h, yet all compiles of libspeex but this one works... |
| 00:26:52 | safetydan | preglow: include paths maybe? |
| 00:27:27 | preglow | safetydan: well, it would have told me if it didn't find a file it tried to include, no? |
| 00:27:31 | | Part agm3nt |
| 00:28:01 | safetydan | preglow: true |
| 00:28:10 | PaulPosition | (Ahh.... interrestingly, when I have debug-screendump enabled, it does NOT detect usb out or, at least, the statusbar doesn't reflect it) |
| 00:29:26 | linuxstb | preglow: nb_celp.h includes modes.h which includes <speex/speex.h> - so I think it could be include paths... |
| 00:29:46 | linuxstb | Maybe a conflict with an installed version of speex.h? |
| 00:30:07 | preglow | aha |
| 00:30:17 | preglow | very probably |
| 00:30:47 | PaulJam | PaulPosition: there is a report in the h10 forums on misticriver about broken screendump functionality. |
| 00:31:11 | jhMikeS | preglow: hurry the fux up...I want to commit that SPC codec =;p |
| 00:31:37 | PaulPosition | Pauljam - Indeed. But misticriver folks aren't really into submitting bugs to the tracker. −− Yet I don't want to be trigger-happy with it either. |
| 00:33:03 | preglow | i'm getting there... |
| 00:33:35 | jhMikeS | :D :PpPpPp ... need more liquor (/me does) |
| 00:33:46 | preglow | it sPEWS warnings |
| 00:33:47 | preglow | baaaah |
| 00:33:57 | preglow | i definitely need more liquor |
| 00:34:02 | preglow | but have none, so it's more makefile instead |
| 00:34:17 | hcs | jhMikeS, preglow, what's up w/ SPC? |
| 00:34:35 | PaulJam | PaulPosition: i'm not sure what you mean. i just mentioned it because you asked for confirmation of this bug. |
| 00:35:49 | jhMikeS | hcs: it's my dual core version but voice swapping is blocking it |
| 00:36:01 | PaulPosition | PaulJam - Oh, okay.. Sorry, I wanted to know if other devices would show the same symptoms. |
| 00:36:11 | preglow | linuxstb: so, how to solve that, really? swap all <> with "" ? |
| 00:36:30 | BoD[] | see you all! |
| 00:36:38 | | Part BoD[] |
| 00:36:50 | PaulJam | PaulPosition: on h300 with r15627 screendump works. |
| 00:37:13 | linuxstb | preglow: I'm not sure, but I would hope there is a better way than that... |
| 00:37:58 | preglow | linuxstb: i can't possibly think of one, afaik, /usr/include is first in the include path, and if speex/speex.h exists there, that will be used first |
| 00:38:05 | PaulPosition | PaulJam - Thanks.. So I'll fill a report only for H10. |
| 00:38:27 | | Quit midkay ("Leaving") |
| 00:38:31 | preglow | linuxstb: so either drop speex/ or turn <> to "", both equally bad, afaik |
| 00:39:03 | PaulPosition | (after I read the wiki about bug reports, to make sure I don't behave like an idiot) |
| 00:40:04 | preglow | linuxstb: there doesn't seem to be many |
| 00:40:22 | preglow | at least not in .h files |
| 00:40:27 | | Quit lee-qid (Read error: 110 (Connection timed out)) |
| 00:42:34 | | Quit freqmod_nx (Remote closed the connection) |
| 00:42:48 | | Join freqmod_nx [0] (i=freqmod@dhcp208-90.ed.ntnu.no) |
| 00:44:03 | preglow | any better suggestions? :/ |
| 00:44:12 | | Quit jpt9 (Read error: 110 (Connection timed out)) |
| 00:44:14 | | Join linuxstb_ [0] (n=chatzill@i-83-67-212-170.freedom2surf.net) |
| 00:44:35 | | Quit linuxstb (Nick collision from services.) |
| 00:44:35 | | Nick linuxstb_ is now known as linuxstb (n=chatzill@i-83-67-212-170.freedom2surf.net) |
| 00:45:20 | preglow | libspeex/SOURCES is turning into a right mess |
| 00:45:24 | linuxstb | Are you sure this is the problem? Reading the manpage, -I should add the directory to the head of the search path, and system directories come afterwards... |
| 00:45:53 | ryanakca | Why is it that every song gets included into the Database 4 times? Any way to correct this? iPod Nano with Tuesday's daily build. |
| 00:46:14 | preglow | linuxstb: really, now |
| 00:46:25 | kugel | did someone of the devs look at fs#8122 ? |
| 00:46:32 | linuxstb | preglow: http://gcc.gnu.org/onlinedocs/gcc-4.0.3/gcc/Directory-Options.html |
| 00:47:08 | linuxstb | preglow: You could confirm by (temporarily) removing the system copy |
| 00:47:47 | preglow | ok, i've got a libspeex |
| 00:48:08 | | Part toffe82 |
| 00:48:49 | preglow | linuxstb: i might have ommited some include path here, yeah |
| 00:49:06 | JdGordon | BABECOEC ? what the heck is a COEC? |
| 00:49:09 | JdGordon | :p |
| 00:49:42 | krazykit | that's what happens when you call the wrong escort service, i think. |
| 00:49:45 | preglow | linuxstb: it doesn't look like the speex makefile specifies -I. or anything... |
| 00:49:50 | preglow | yes, yes it does |
| 00:49:51 | JdGordon | prefetch abort at that address.. thats a stack oberflow or something yeah? |
| 00:50:11 | linuxstb | preglow: Yes, I'm looking at that now... Does "make V=1" work in tools/ ? |
| 00:51:04 | * | n1s thought it was supposed to be C0EDBABE |
| 00:51:14 | JdGordon | thats why it thought it was funny |
| 00:51:16 | preglow | linuxstb: make tools V=1 does |
| 00:51:21 | PaulJam | kugel: is this even a bug? i thought it is theis way, so you can use the format strings from the original tagnavi in your custom one. if you want different format strings in your custom config you can just use different names for them. |
| 00:51:48 | | Join Isolinear [0] (n=A@c-76-105-254-119.hsd1.or.comcast.net) |
| 00:52:02 | JdGordon | crap.. doesnt crash the sim :( |
| 00:52:11 | kugel | this user made his own format strings, and they were not recognized |
| 00:52:12 | safetydan | JdGordon: sounds like some protection cookie that got scrambled |
| 00:52:37 | PaulPosition | Could svn be used to go backward, say, two weeks... in search of when a bug may have been introduced.. how? |
| 00:52:38 | kugel | I guess because the %include of tagnavi.config is after the format strings |
| 00:53:01 | preglow | linuxstb: figured it out |
| 00:53:12 | kugel | PaulPosition: you can check out an older SVN |
| 00:53:15 | preglow | linuxstb: _I_ forgot to include -I. |
| 00:53:34 | | Quit HellDragon (Client Quit) |
| 00:54:19 | PaulJam | PaulPosition: use for example 'svn up -r12345' to go to a specific revision |
| 00:54:20 | PaulPosition | doh, I just found out how... missed it when I first read the wiki page. |
| 00:54:24 | PaulPosition | thanks :) |
| 00:57:23 | | Quit scorche|w ("CGI:IRC (Ping timeout)") |
| 00:57:36 | | Join HellDragon [0] (i=jd@unaffiliated/helldragon) |
| 00:57:51 | JdGordon | anyone have any ideas about FS #8163? it only seems to be the german lang.. ive tried hai and russion which are both larger so im not sure its an overflow |
| 00:58:18 | | Join Thundercloud [0] (n=thunderc@resnet12.nat.lancs.ac.uk) |
| 00:58:43 | PaulJam | kugel: hmm, then i don't understand this bugreport. i use custom formatstrings in my tagnavi_custom.config and there they work. |
| 00:58:55 | | Join jmworx [0] (n=jmworx@panoramix.CeNTIE.NET.au) |
| 00:59:38 | kugel | So answer this report and tell the way you made it |
| 00:59:49 | | Quit lee-qid_ ("aufwiederbyebientotsayonara") |
| 01:00 |
| 01:00:01 | linuxstb | preglow: So is it all good now? |
| 01:01:19 | preglow | linuxstb: no, i still lack some stuff, plus, this thing vOMITS warnings |
| 01:01:41 | preglow | i don't know how much i'm going to care, really, it won't show up on the build tables much |
| 01:02:07 | preglow | and wtf, why isn't ranlib run? |
| 01:02:10 | preglow | looks like it tries |
| 01:02:36 | preglow | probably isn't defined for host based builds |
| 01:03:49 | linuxstb | Shouldn't it be the same as a sim build? |
| 01:04:29 | linuxstb | No, it shouldn't (to answer my own question...) |
| 01:05:05 | preglow | and for some reason, big parts og nb_celp.c can't find speec_alloc and speex_free... and os_support.h is included just fine |
| 01:05:14 | preglow | ARGH |
| 01:05:15 | preglow | forget me |
| 01:05:39 | jmworx | preglow: what do you mean "can't find"? |
| 01:05:46 | PaulJam | kugel: i just did it the way the wiki decribes it. i don't use any tricks to make it work. |
| 01:06:14 | kugel | the wiki says that the %include is before everything else (just comments before) |
| 01:06:22 | kugel | so the wiki is kinda wrong |
| 01:06:30 | preglow | jmworx: nevermind this, this is all my fault |
| 01:06:37 | preglow | jmworx: i'm trying to coax our svn libspeex to build natively |
| 01:06:49 | jmworx | what do you mean? |
| 01:07:10 | preglow | jmworx: i use speex_resampler in our own mini-encoder, and most people don't have that new a libspeex yet |
| 01:07:23 | preglow | jmworx: so i'm using the libspeex we already have in svn to build the encoder app |
| 01:07:25 | PaulJam | kugel: maybe it is just a leftover from before the formatstings were introduced. you shoud ask Slasheri, he is the Database expert. |
| 01:08:04 | kugel | I talked to the one who has this problem |
| 01:08:08 | *** | Saving seen data "./dancer.seen" |
| 01:08:39 | kugel | he made his format strings in the tagnavi_custom, and they aren't recognized |
| 01:08:58 | kugel | that's all I can tell. I don't have this problem (but just since I don't have my own format strings) |
| 01:09:00 | | Quit DerPapst ("So Long And Thanks For All The Fish!") |
| 01:09:30 | | Quit n1s () |
| 01:09:38 | preglow | linuxstb: so, how to make that makefile run ranlib in a good way? |
| 01:10:00 | | Join jpt9 [0] (n=chatzill@geodude-22.dynamic.rpi.edu) |
| 01:10:01 | PaulJam | kugel: ask him to upload his file to the tracker, maybe this helps understanding the problem. |
| 01:10:13 | preglow | jmworx: and yes, right now i very much curse myself for having removed all that encoder stuff in weird ways :) |
| 01:10:33 | linuxstb | preglow: Maybe just add AR=ar to the 'make -C' line ? |
| 01:10:34 | preglow | _yes_ |
| 01:10:35 | preglow | there we go |
| 01:10:57 | preglow | now let's see if this bastard works |
| 01:10:57 | | Quit jpt9 (Client Quit) |
| 01:11:19 | jmworx | preglow: You're aware that speex 1.2beta3 is moving the resampler to libspeexdsp? |
| 01:11:24 | preglow | linuxstb: it doesbn't call AR, it calls AR+ANLIB |
| 01:11:36 | preglow | jmworx: sure, but that doesn't matter much for us since we don't use your build system anyway |
| 01:11:49 | jmworx | right |
| 01:12:00 | preglow | jmworx: all i need from libspeexdsp is resample.c, so i just include that in libspeex for this occasion |
| 01:12:05 | preglow | it won't be visible system-wide anyway |
| 01:12:12 | jmworx | then why does it matter that "most people don't have that new a libspeex yet"? |
| 01:12:32 | linuxstb | preglow: Are you sure - the Makefile echos 'AR+RANLIB' but then only does $(AR) |
| 01:12:38 | jmworx | preglow: are you defining OUTSIDE_SPEEX? |
| 01:12:52 | preglow | jmworx: no, should it be necessary? it's built as part of speex |
| 01:14:10 | preglow | linuxstb: that worked just fine |
| 01:14:10 | | Join Llorean [0] (n=llorean@cpe-70-113-103-34.austin.res.rr.com) |
| 01:14:21 | | Quit Zagor ("Client exiting") |
| 01:14:23 | preglow | linuxstb: so all that's left of the annoyances now are the warnings, which might be 64 bit related |
| 01:15:57 | jmworx | preglow: Well, OUTSIDE_SPEEX makes it use different symbols so that if someone eventually links with libspeexdsp as well, there's no symbol duplication. I guess in your case, you might not care about that... |
| 01:15:58 | preglow | linuxstb: the resulting binary even works |
| 01:16:22 | preglow | jmworx: nah, we control our environment so well we don't have to worry about that |
| 01:17:08 | preglow | well, cool, that was the last piece |
| 01:17:17 | preglow | we should be ready to deploy some testing now |
| 01:18:48 | PaulJam | JdGordon: about FS #8163, it looks like in this screen the title is made to scroll artificially (even though it doesn't make sense in this context) and after it has scrolled for a while there are two square characters at the end of the title string (those that are displayed when the glyph is not available). so maybe the problem has to do with the title being made longer to scroll. |
| 01:18:53 | | Join radinp [0] (n=pradin@vpnwl-228-52.net.rpi.edu) |
| 01:19:43 | | Join kugel_ [0] (i=kugel@e178068126.adsl.alicedsl.de) |
| 01:21:10 | JdGordon | PaulJam: but it happens when exiting the screen... |
| 01:24:28 | | Part Workaphobia |
| 01:25:15 | | Quit kugel (Nick collision from services.) |
| 01:25:18 | | Nick kugel_ is now known as kugel (i=kugel@e178068126.adsl.alicedsl.de) |
| 01:25:40 | PaulPosition | Should I delete everything in my build folder before I 'make' a new (older) revision? |
| 01:26:16 | | Quit kugel ("ChatZilla 0.9.78.1 [Firefox 2.0.0.9/2007102514]") |
| 01:26:27 | PaulPosition | s/revision/release |
| 01:26:36 | PaulPosition | or whatever.. :p |
| 01:27:35 | mud_ | i would do a 'make clean' or yes delete everything if you're getting weird behavior... |
| 01:27:58 | | Part pixelma |
| 01:28:30 | PaulPosition | mud_ - Hmm, gonna read up on 'make clean'.. It's just that RMing eveything by hand is, uh..., long. Thanks. |
| 01:29:38 | linuxstb | That's all "make clean" does... |
| 01:30:02 | PaulJam | JdGordon: i have no sansa to test, i just thougt it might be related because these strange characters at the end of the padded title don't look like they belong there. |
| 01:34:07 | PaulJam | JdGordon: oh, my h300 just froze too when exiting this setting, but for me it happened with english language while i had no problem with german. |
| 01:34:08 | | Join TheCollector [0] (n=brian@r74-192-181-150.htvlcmta01.hnvitx.tl.dh.suddenlink.net) |
| 01:35:00 | | Quit weezerle ("...und tschüss!") |
| 01:36:24 | | Quit grndslm (Read error: 104 (Connection reset by peer)) |
| 01:37:21 | TheCollector | I need some help fixing my BL and firmware on my sansa e250. I've followed all the steps, but I can't seem to make any permanent progress. |
| 01:38:24 | TheCollector | after flashing the origional bl, it doesn't seem to be written |
| 01:39:19 | Llorean | There shouldn't be anything like "flashing" in the e200 install. |
| 01:40:06 | TheCollector | sorry, I'm just using that as a generic term for writing the bootloader |
| 01:40:22 | TheCollector | this is the sansa one, though |
| 01:40:50 | mud_ | TheCollector: you're attempting to uninstall rockbox? or update the original firmware or something? |
| 01:41:31 | TheCollector | mud_: no, I accidentally nuked the first partition (the hidden one) while trying to get the microsd card to work |
| 01:41:33 | linuxstb | TheCollector: How are you "flashing" the bootloader? Just transferring it with e200tool doesn't write it. |
| 01:41:40 | preglow | ghah |
| 01:41:45 | preglow | jhMikeS: around? |
| 01:41:56 | jhMikeS | yessir |
| 01:42:08 | TheCollector | linuxstb: what else needs to be done then? |
| 01:42:11 | preglow | jhMikeS: should we integrate this in your patch as well, then? |
| 01:42:23 | linuxstb | TheCollector: What the "unbrick" page says... |
| 01:42:35 | jhMikeS | preglow: add eveything in that can be |
| 01:43:03 | preglow | jhMikeS: aight's, updated patch coming soon |
| 01:43:03 | linuxstb | TheCollector: Sorry, I've just read that page, and it's not clear... |
| 01:43:10 | TheCollector | ok, great |
| 01:43:28 | TheCollector | I was hoping ther ewas just something I missed |
| 01:43:49 | jhMikeS | preglow: i have a few tweaks of my own here |
| 01:44:08 | | Quit radinp (Read error: 110 (Connection timed out)) |
| 01:45:08 | preglow | jhMikeS: this SHOULD constitute a full kit, just testing should be needed |
| 01:45:16 | preglow | and stuff like agreeing on encoder options |
| 01:45:21 | preglow | -q 5 might be unnecessarily high |
| 01:46:15 | TheCollector | linuxstb: after I use e200tool to recover the bl, do I need to run it again using the 'write' command? |
| 01:47:20 | jhMikeS | preglow: the quality sounds really high here |
| 01:47:52 | preglow | jhMikeS: hold on, found some bugs |
| 01:48:39 | jhMikeS | I'm going to adjust the stack size down and aim for say 90 ,95%? coldfire uses the most stack. |
| 01:49:38 | preglow | sure |
| 01:49:50 | preglow | why not, stack size should be constant for a given speex mode, like i said |
| 01:50:00 | linuxstb | TheCollector: See this page for some instructions - http://chrisjs.com/?page_id=57 (start at step 6) |
| 01:51:08 | TheCollector | ah, guess I was missing copying the bl to that 16mb partition |
| 01:51:47 | linuxstb | Yes. I'm surprised the wiki doesn't say that. |
| 01:51:49 | jhMikeS | 1824 bytes will be < 95% on coldfire |
| 01:52:15 | | Join Nico_P [0] (n=nicolas@rockbox/developer/NicoP) |
| 01:57:11 | | Join powr-toc [0] (n=user@84-51-129-124.rickmo645.adsl.metronet.co.uk) |
| 01:57:14 | preglow | jhMikeS: http://www.pvv.org/~thomj/rockbox/speex-voicebuilding.patch |
| 01:57:19 | preglow | jhMikeS: apply and please try a voice build |
| 01:57:36 | preglow | jhMikeS: just use configure like before, then choose advance, then voice, then the rest should be self-explanatory |
| 01:58:05 | jhMikeS | ok, gotta clean up. got the speex encoder or is that included? |
| 01:58:13 | preglow | included |
| 01:58:18 | jhMikeS | wee |
| 01:58:25 | preglow | that patch does what the old one does, but adds speex encoder |
| 01:58:27 | preglow | shit |
| 01:58:31 | preglow | i forgot the encoder itself |
| 01:58:35 | jhMikeS | :P |
| 01:58:38 | preglow | do i need to svn add for that? |
| 01:58:51 | preglow | probably, if using svn diff, i expect |
| 01:58:57 | jhMikeS | yes |
| 01:59:12 | preglow | hmm, i'll just smack a license onto it first |
| 01:59:53 | linuxstb | Minor point (it can be fixed later), but why does configure need to check for the presence of rbspeexenc? Couldn't it just be built when you do "make voice"? (similar to how the other tools/ things are built for a normal build) |
| 02:00 |
| 02:00:19 | preglow | jhMikeS: updated |
| 02:00:35 | preglow | linuxstb: does configure check for that? |
| 02:00:45 | linuxstb | If I'm reading your diff correctly... |
| 02:00:49 | preglow | right, i added it to the tools list |
| 02:01:06 | linuxstb | The very first hunk in the diff... |
| 02:01:10 | preglow | well, i guess it could... i'm all for not ever touching the build system again |
| 02:01:39 | preglow | linuxstb: well, you'll be pleased to hear that's what happens |
| 02:01:41 | jhMikeS | preglow: really love the voice that you made for h100...quite audible through everything |
| 02:01:46 | preglow | linuxstb: that segment is run on "make voice" |
| 02:01:49 | powr-toc | I get a cannot load rockbox.ipod error |
| 02:02:12 | linuxstb | powr-toc: That means you either forgot to extract rockbox.zip to your ipod, or did it wrongly. |
| 02:02:22 | * | preglow tries to remember which voice that was |
| 02:02:53 | jhMikeS | preglow: is it ready yet? |
| 02:03:02 | preglow | jhMikeS: the patch? yes |
| 02:03:07 | | Quit barrywardell () |
| 02:03:29 | safetydan | For some reason having Speex for voice seems is the most interesting thing to happen to Rockbox lately. At least for me. :) |
| 02:03:31 | jhMikeS | how much disk space does generating the pcm take? |
| 02:03:38 | * | safetydan is probably just weird |
| 02:03:39 | linuxstb | preglow: Then I think you can simply remove that check from configure. |
| 02:03:42 | preglow | jhMikeS: dunno, not much |
| 02:03:51 | preglow | jhMikeS: btw, i removed a couple of more files in speex here, might give a kb or so less space taken |
| 02:04:06 | jhMikeS | got a link to something to use? I have no such tools |
| 02:04:21 | preglow | linuxstb: well, it looks better than just puking when it's not there for some reason, doesn't it? |
| 02:04:24 | jhMikeS | and yeah you mentioned it earlier but I'm too lazy to go logging |
| 02:04:26 | JdGordon | PaulJam: nuts, ok |
| 02:04:33 | preglow | jhMikeS: windows? linux? |
| 02:04:35 | powr-toc | linuxstb: I've extracted it so I have a .rockbox in my ipod root dir |
| 02:04:39 | | Quit Nico_P (Remote closed the connection) |
| 02:04:50 | preglow | jhMikeS: espeak, festival, flite |
| 02:04:54 | jhMikeS | I use VMWare so I guess that's linux :) |
| 02:04:58 | linuxstb | preglow: No - it _is_ there, it's just not built until you type "make voice" (which is after you run configure...) |
| 02:05:21 | preglow | linuxstb: afaik, i think it's built with all the other tools as it is now... |
| 02:05:25 | ryanakca | Why is it that every song gets included into the Database 4 times? Any way to correct this? iPod Nano with Tuesday's daily build. |
| 02:05:33 | preglow | linuxstb: if you use voice or no |
| 02:05:37 | linuxstb | preglow: Yes, but not until _after_ you run configure... |
| 02:05:43 | | Join midkay [0] (n=midkay@rockbox/developer/midkay) |
| 02:05:58 | preglow | linuxstb: oh, sure |
| 02:06:15 | jhMikeS | preglow: do I have to remove the last building patch? |
| 02:06:39 | preglow | jhMikeS: yes |
| 02:06:42 | preglow | jhMikeS: this one includes all of it |
| 02:07:00 | jhMikeS | and are these synths and apt-get thing or download somewhere? |
| 02:07:00 | preglow | jhMikeS: they'll continue to do so if i update them, so do keep them hanging around for reversal |
| 02:07:04 | linuxstb | powr-toc: And do you have a file called "rockbox.ipod" inside .rockbox? |
| 02:07:05 | preglow | jhMikeS: apt |
| 02:07:10 | | Join mud__ [0] (n=mud@dialup-4.156.9.237.Dial1.Boston1.Level3.net) |
| 02:07:22 | | Nick mud__ is now known as mud-rb (n=mud@dialup-4.156.9.237.Dial1.Boston1.Level3.net) |
| 02:07:30 | jhMikeS | hope I have space for this...it's tight on my image |
| 02:08:04 | preglow | the gen itself should be tight enough |
| 02:08:22 | preglow | linuxstb: so building rbspeexenc no matter if you want voice or not is a-ok? |
| 02:08:33 | powr-toc | linuxstb: yes |
| 02:08:35 | linuxstb | ryanakca: Have you tried deleting the database files (*.tcd inside .rockbox) and rebuilding? |
| 02:08:37 | safetydan | ryanakca: check that you don't have duplicates of your songs in hidden directories |
| 02:09:57 | jhMikeS | preglow: which do you recommend of the voice synths |
| 02:10:25 | linuxstb | preglow: No, I'm not saying that. I'm saying that if you download a clean svn tree, run tools/configure, and select voice, you'll get an error saying rbspeexenc doesn't exist. (IIUC) |
| 02:10:43 | ryanakca | safetydan: ok, will do. |
| 02:10:51 | ryanakca | linuxstb: nope, I'll try that too :) |
| 02:10:56 | preglow | linuxstb: true |
| 02:11:02 | preglow | yes, yes it is |
| 02:11:10 | preglow | linuxstb: i think i was assuming it'd be a binary or something when i wrote that |
| 02:11:15 | powr-toc | linuxstb: seems to work now... I think it might have been a problem with writes not having flushed to disk... I'm using an automount. |
| 02:11:26 | preglow | jhMikeS: i don't really know, i like espeak for its pronounciation, but it sounds metallic |
| 02:11:32 | safetydan | ryanakca: look in your trash folders, so Recycle Bin on Windows or .trash for Macs |
| 02:11:36 | preglow | jhMikeS: it's also the smallest |
| 02:11:52 | jhMikeS | might the H100 one...I like that darth vader thing |
| 02:12:10 | preglow | flite and festival try to sound natural |
| 02:12:38 | linuxstb | powr-toc: Yes, "automount" isn't "autounmount"... |
| 02:12:50 | preglow | espeak sounds like some half drunk guy you found in a pub and had talk into your ring modulator |
| 02:13:36 | powr-toc | linuxstb: yeah... I forget sometimes :-\ |
| 02:13:43 | powr-toc | thanks for your help anyway :) |
| 02:13:46 | | Quit powr-toc (Remote closed the connection) |
| 02:14:17 | ryanakca | safetydan: eh? why would I look in my trash folder? (Linux btw) |
| 02:14:45 | ryanakca | they wouldn't be on my iPod, would they? |
| 02:15:19 | * | ryanakca thought they were in $HOME/.Trash ... hrm. |
| 02:15:59 | mud-rb | ryanakca: it depends on the setup, but mostly they are on the same partition that you're deleting stuff from i believe, otherwise it would have to do copies all the time when you moved to trash... |
| 02:16:13 | ryanakca | mud-rb: ah |
| 02:16:32 | * | ryanakca checks |
| 02:17:44 | safetydan | ryanakca: ah well the majority of ipod users tend not to be linux users. Bad assumption on my part. |
| 02:18:04 | preglow | jhMikeS: did the rb binary get any smaller, btw? |
| 02:18:33 | ryanakca | safetydan: hehe :D |
| 02:19:10 | jhMikeS | haven't built it yet...was having problems with apt-get wanting a new bloody kernel |
| 02:20:19 | jhMikeS | I do a quicky e200 make bin |
| 02:21:20 | jhMikeS | just got an error about inttypes.h in by bits.o...wtf |
| 02:21:33 | TheCollector | linuxstb: have you ever installed the new fw and bl and had it fail even though it says upgrade successful? |
| 02:21:42 | linuxstb | I don't own a Sansa |
| 02:21:51 | TheCollector | ok |
| 02:22:04 | | Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) |
| 02:22:22 | jhMikeS | apt-get totally borked my build environment |
| 02:22:36 | jhMikeS | that or it killed the path env variable |
| 02:22:51 | TheCollector | it always goes back to manufacturing mode after it says upgrade finished |
| 02:23:30 | preglow | jhMikeS: \o/ |
| 02:23:44 | jhMikeS | restart? |
| 02:24:06 | preglow | *shrug* |
| 02:24:18 | TheCollector | I wish - it just goes into recovery mode again |
| 02:24:18 | preglow | i usually start screaming and swearing |
| 02:24:23 | preglow | doesn't solve anything, but that's what i usually do |
| 02:24:45 | TheCollector | whoops |
| 02:25:01 | | Quit mud_ (Connection timed out) |
| 02:25:41 | jhMikeS | ugh...better just finish the upgrade |
| 02:27:26 | jhMikeS | ok, this things gonna pipe me through a whole list of upgrades...could be awhile |
| 02:29:37 | ryanakca | safetydan: `du -a /media/IPOD/ | grep -i mp3 | gev -v kpod | sed -e 's@.*/media@/media@g' | sort` only lists two codec files in .rockbox/ and a couple image files for the themes... so I don't think it's any files hidden away. |
| 02:30:22 | ryanakca | As for the database, I've tried having only one song on the iPod, and recreating the database, but it still shows the song 4 times in the database. |
| 02:30:35 | ryanakca | s/gev/grep/ |
| 02:31:22 | safetydan | ryanakca: do you mean it appears four times in the same list? |
| 02:31:41 | safetydan | also, do you know if it is actually the same song? You might have some songs with duplicate tags. |
| 02:31:58 | | Join tarehart [0] (n=Tyler@Bagw-08-238.rh.ncsu.edu) |
| 02:32:48 | | Part linuxstb |
|