--- Log opened Sun Aug 05 00:00:04 2007 00:23 -!- cdm [n=cdm@pool-71-116-92-149.snfcca.dsl-w.verizon.net] has quit ["This computer has gone to sleep"] 00:34 < daniel_washere> courtc: Is the new MPD finished yet? 00:43 -!- CIA-10 [n=CIA@208.69.182.149] has quit [] 00:47 -!- JavaMan22 [n=HP_Admin@c-24-61-91-138.hsd1.nh.comcast.net] has left #ipodlinux [] 00:47 -!- CIA-10 [n=CIA@208.69.182.149] has joined #ipodlinux 00:58 -!- CIA-10 [n=CIA@208.69.182.149] has quit [] 01:01 -!- CIA-11 [n=CIA@208.69.182.149] has joined #ipodlinux 01:10 -!- CIA-11 [n=CIA@208.69.182.149] has quit [] 01:21 -!- CIA-10 [n=CIA@208.69.182.149] has joined #ipodlinux 01:40 < courtc> daniel_washere: well, I'm still encountering a problem where mpd freezes the module, when there's no conf set up. 01:41 < courtc> Basically if you just wait for it to freeze, then reboot, it'll work every time. 01:42 < courtc> Unless, of course, there's no memory for mpd to run. 02:45 < daniel_washere> Fair enough 02:46 < daniel_washere> Why don't you just check if the file is there then continue or make a new conf. 02:47 -!- CIA-10 [n=CIA@208.69.182.149] has quit [] 02:47 < courtc> haha, Yes. not quite so simple unfortunately. Regardless, I do both of those already. 02:48 < daniel_washere> Ah ok :P. 02:57 -!- kick52 [n=Tim@91.108.231.66] has quit [] 03:17 -!- hhehw [n=xboxhheh@pool-151-204-142-87.ny325.east.verizon.net] has joined #ipodlinux 03:26 -!- rvvs89 [n=0d1N@unaffiliated/rvvs89] has joined #ipodlinux 03:26 < daniel_washere> 'lo 03:27 < rvvs89> hey 03:28 < daniel_washere> Why won't LUA compile :'( 03:29 < daniel_washere> run* 03:29 < rvvs89> I don't know heh 03:30 < daniel_washere> What's so illegal about my application 03:30 < daniel_washere> its not stolen or anything :P 03:32 -!- CIA-11 [n=CIA@208.69.182.149] has joined #ipodlinux 03:35 < courtc> daniel_washere: if you can give me an elf binary, I'll see if I can fid out what the problem is. 03:39 < courtc> http://so2.sys-techs.com/ipod/mpd-0.4beta.tar.gz 03:40 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit [Nick collision from services.] 03:41 -!- Bi-noix [n=Bi-noix@86.77.252.165] has joined #ipodlinux 03:41 < courtc> if you test that, lemme know how it works. 03:41 < courtc> It will freeze on first boot if you've never used the mpd module before. Just reboot. 03:44 < rvvs89> and that will work with the most recent mpdc? 03:46 < courtc> yep/ 03:46 * rvvs89 reinstalls iPL 03:46 -!- CIA-11 [n=CIA@208.69.182.149] has quit [] 03:46 * rvvs89 is angry at file size limit on fat32 03:49 < daniel_washere> back 03:49 < daniel_washere> damn internet dropped out 03:49 < daniel_washere> courtc: The flatfile? 03:50 < rvvs89> yet you weren't dropped out of irc, intruiging 03:50 < daniel_washere> Yep :D 03:50 < courtc> stop using a filesystem designed by microsoft in 1996 03:50 < daniel_washere> its wierd though 03:50 < courtc> daniel_washere: nope, I need an elf header to debug properly. 03:50 < daniel_washere> The 2 time differences were (01:35:55 PM) & (01:47:58 PM) 03:50 < daniel_washere> Ah ok :p l`ll see what files it outputted. 03:51 < courtc> You'll have to either compile without -elf2flt, or grab the .elf before it gets deleted. 03:51 < courtc> podzilla2 has an elf2flt script that doesn't delete the elf 03:52 -!- CIA-10 [n=CIA@208.69.182.149] has joined #ipodlinux 03:56 < daniel_washere> Ah ok :P 03:56 < daniel_washere> Also MPD isnt loading 03:56 < daniel_washere> says it cant find mpd.mod.o 03:57 < courtc> you have to make it ;) 03:57 < daniel_washere> oh. 03:57 < daniel_washere> Damn xD 03:57 -!- daniel_washere [n=daniel_w@unaffiliated/danielwashere/x-334253] has left #ipodlinux [] 03:57 -!- daniel_washere [n=daniel_w@unaffiliated/danielwashere/x-334253] has joined #ipodlinux 03:57 < courtc> Portability is a bitch ;) 03:58 < courtc> btw, ext2 solved the 2gb file size limit in 1993 :p 03:59 < rvvs89> I know... I just need to use a 7-8 GB iso on Windows, and I can't be bothered setting up NTFS write support on kubuntu (even though it's probably quite simple) 04:00 < rvvs89> meh, dw, there are plenty of ways I could get around this, all involve reinstalling everything 04:00 < daniel_washere> Initializing Modules: MPD.. So will it unfreeze after a while? 04:01 < rvvs89> It will freeze on first boot if you've never used the mpd module before. Just reboot. 04:01 < courtc> split large_file large_file-chunk 04:01 < courtc> rather: 04:01 < daniel_washere> heh nvm 04:02 < courtc> split -a 2000m large_file large_file-chunk 04:02 < courtc> ffer. 04:02 < daniel_washere> YaY freezing on second boot. 04:02 < courtc> split -b 2000m large_file large_file-chunk 04:03 < rvvs89> courtc: thanks, the main problem is that I simply don't have the hdd space to rebuild a split file :P 04:03 < courtc> then: split -b 120m large_file large_file-chunk 04:03 < rvvs89> well, I do... but Windows somehow misplaced 60 GB 04:04 < daniel_washere> YES! 04:04 < courtc> and simply: for i in large_file-chunk*; do cat $i >> large_file; rm $i; done 04:05 < daniel_washere> eh it runs and all.. But im guessing i need to recompile the latest podzilla2 since no text in modules or something 04:05 < courtc> all you need then is 120 free megs of memory 04:05 < courtc> daniel_washere: eh? add fonts maybe? 04:06 < daniel_washere> Fonts are in 04:06 < daniel_washere> podzilla2 is even displaying properly 04:06 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit [Read error: 104 (Connection reset by peer)] 04:06 < courtc> What's the problem then? 04:06 -!- Bi-noix [n=Bi-noix@86.77.252.165] has joined #ipodlinux 04:07 < courtc> oh, you need to compile all the modules to work with that version of podzilla2 04:07 < courtc> I forgot to bump the major version of ttk on one commit :/ 04:08 < daniel_washere> Heh fair enough 04:08 < daniel_washere> music plays now :D 04:08 < courtc> I redid the underlying font structure. 04:08 < daniel_washere> and quite well.. Good work ^^ 04:08 < courtc> :) 04:09 * rvvs89 awaits malloc failure 04:10 < courtc> malloc failure in what? 04:10 < rvvs89> mpd, although as I've never even looked at the src, I might be completely wrong about that 04:11 < courtc> It only mallocs the buffer and config variables. After it starts, there's no allocation. 04:11 < courtc> If it starts, it'll keep working. 04:12 < rvvs89> ooh, that's cool 04:12 < rvvs89> how big is the buffer? 04:13 < courtc> up to 16 1024*1024 blocks. 04:14 < courtc> at least 2MB, at max 16MB 04:16 < rvvs89> good ol' mpd 04:17 < rvvs89> heh, I have more questions but I might as well just look at the source 04:19 < courtc> well, you won't find this particular source anywhere on the mpd site. 04:20 < daniel_washere> courtc: lua.elf =D? 04:20 < courtc> yep. 04:20 < daniel_washere> ctrl+shift+z = mega awsome. 04:20 -!- CIA-10 [n=CIA@208.69.182.149] has quit [] 04:21 < courtc> shift? 04:22 < daniel_washere> http://weeflee.net/lua.elf 04:22 < daniel_washere> meh ;p 04:24 < daniel_washere> Thank's courtc.. 04:24 < courtc> rvvs89: if I could figure out how to make git tell me the repos url, I'd give it to you. 04:25 < courtc> http://git.bogomips.org/mpd-ke.git 04:28 < rvvs89> heh, nice domain 04:29 < courtc> yeah, he also has yhbt.net 04:31 < rvvs89> haha 04:32 < daniel_washere> heh rvvs89, i think i better get rid of the useless forums off my site. seems a spam user has joined o-o, might as well remove the whole site. 04:33 < rvvs89> damned crawlers 04:34 < daniel_washere> yep 04:34 < daniel_washere> oh well, they`ll just reach some stupid awardspace 404 redirect page :/ 04:34 < daniel_washere> i hate that.. 04:34 < rvvs89> heh, I just noticed that 04:35 < rvvs89> heh, well, you should drop both the channels, for the sake of freenode 04:36 < daniel_washere> how do i drop them all :P 04:36 -!- CIA-10 [n=CIA@208.69.182.149] has joined #ipodlinux 04:36 < daniel_washere> actually i only registered one, and i can't modify any of the others :s 04:36 < rvvs89> /msg chanserv drop channel password 04:37 < daniel_washere> thanks 04:37 < rvvs89> well, get conorkirk to drop the other one 04:37 < daniel_washere> when i get time ^^ 04:38 * rvvs89 is installing iPL 04:39 * daniel_washere is deleting every file off his site... more special then what rvvs89 is doing. 04:39 < courtc> hey, rvvs89 is actually doing something ;) 04:40 < daniel_washere> heh, indeed he is for once. 04:41 < daniel_washere> http://ipodlinux.org/forums/viewtopic.php?p=213240#213240 04:42 < daniel_washere> delete/edit 04:42 < daniel_washere> or someone will get shocked ;) 04:52 < courtc> entire topic cleaned. 04:54 < daniel_washere> thanks. 05:03 < rvvs89> what was that? 05:04 < daniel_washere> a hate topic dedicated to pokemon. 05:04 < daniel_washere> or a link to a website with some obscene material o_o :P 05:09 < courtc> daniel_washere: what is this lua exec supposed to do? 05:10 < courtc> because from what I see, it shouldn't do anything. 05:12 < courtc> what cflags are you using to compile with? 05:15 < daniel_washere> its an interpreter 05:16 < daniel_washere> but if no file is specified it runs some shell. 05:17 < daniel_washere> http://weeflee.net/Makefile 05:17 < courtc> functions __kernel_cos and expm1 contain invalid instructions 05:17 < daniel_washere> "$(MAKE) all CC=arm-elf-gcc MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E,-elf2flt"" 05:20 < daniel_washere> Hmmm, i don't have any idea of why its doing that. This is original lua source with just a few lines of modifications to the Makefile. 05:20 < daniel_washere> And to a header file so it doesnt use Readline or curses. 05:21 < courtc> ok, add "-mtune=arm7tdmi -mcpu=arm7tdmi -msoft-float" to the CFLAGS 05:21 < courtc> or tar it up and lemme try. 05:23 < daniel_washere> nope still says its an illegal instruction. 05:23 < daniel_washere> Would having a newer gcc interfere with arm-elf at all? 05:24 < courtc> nope. 05:24 < rvvs89> just send courtc the source 05:26 < daniel_washere> http://weeflee.net/lua-5.1.2.tar.gz 05:26 < daniel_washere> Thank's heaps. :P 05:27 < daniel_washere> brb in a few mins. 05:28 < courtc> um.. the ported source. 05:29 < courtc> nm 05:29 < daniel_washere> make linux 05:29 < daniel_washere> anyway really brb ^^ 05:34 < courtc> works for me. 05:47 < courtc> runs scripts.. etc. 05:57 < daniel_washere> on your iPod? 05:57 < courtc> yep 05:57 < daniel_washere> oh and back :P 05:57 < daniel_washere> did you have to edit anything? 05:58 < courtc> nope. 05:58 < daniel_washere> ... 05:58 < daniel_washere> all you did was make linux?... 05:58 < daniel_washere> arg.. Guess its time to reinstall linux :P 05:58 < courtc> well, I canged it to make ipod, but yes. 05:59 < daniel_washere> Yea, i had it seperate as ipod but got sick of changing it since it kept failing. 06:00 < courtc> were you running a lua script with it? 06:00 < daniel_washere> nope. 06:01 < courtc> Well, it worked as an interpreter and I now have it outputting the fibonacci sequence. 06:02 < daniel_washere> :) 06:03 < courtc> so, where does hotdog come in? 06:04 < daniel_washere> Custom library. 06:04 < daniel_washere> Already was making an iPod specific library that could use functions like ipod.reboot 06:04 < daniel_washere> and useless stuff like that 06:05 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit [Read error: 104 (Connection reset by peer)] 06:07 < daniel_washere> anyway i`ll install ubuntu onto another partition :). thanks :P 06:08 -!- daniel_washere [n=daniel_w@unaffiliated/danielwashere/x-334253] has left #ipodlinux [] 06:10 -!- Bi-noix [n=Bi-noix@86.77.252.165] has joined #ipodlinux 06:20 -!- karmon_ [n=chatzill@bas6-toronto63-1167880328.dsl.bell.ca] has joined #ipodlinux 06:20 -!- karmon_ is now known as karmon 06:22 -!- karmon [n=chatzill@bas6-toronto63-1167880328.dsl.bell.ca] has quit [Client Quit] 06:24 -!- rvvs89 [n=0d1N@unaffiliated/rvvs89] has quit ["bye"] 06:35 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit [Nick collision from services.] 06:35 -!- Bi-noix [n=Bi-noix@86.77.252.165] has joined #ipodlinux 06:46 -!- daniel_washere [n=daniel@unaffiliated/danielwashere/x-334253] has joined #ipodlinux 06:46 < daniel_washere> how i hate this.. 06:47 < daniel_washere> This thing has got nothing installed... blah. 07:02 < daniel_washere> compiled lua :) 07:03 < daniel_washere> ... 07:03 < daniel_washere> Still. 07:03 < daniel_washere> illegal instruction O_O 07:04 < daniel_washere> i really... don't get this at all. 07:07 -!- daniel_washere [n=daniel@unaffiliated/danielwashere/x-334253] has quit ["Download Gaim: http://gaim.sourceforge.net/"] 07:18 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit [Nick collision from services.] 07:19 -!- Bi-noix [n=Bi-noix@86.77.252.165] has joined #ipodlinux 07:29 -!- kick52 [n=Tim@91.108.231.66] has joined #ipodlinux 07:51 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit [Read error: 110 (Connection timed out)] 07:53 -!- Bi-noix [n=Bi-noix@86.77.252.165] has joined #ipodlinux 08:41 -!- davina [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has joined #ipodlinux 08:41 -!- perror [n=fleury@mek33-3-82-230-169-203.fbx.proxad.net] has joined #ipodlinux 08:43 -!- pLy`Br3iZh [n=breizh@35.171.103-84.rev.gaoland.net] has joined #ipodlinux 08:50 -!- amiconn [i=jens@rockbox/developer/amiconn] has joined #ipodlinux 08:55 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit [Read error: 104 (Connection reset by peer)] 09:02 -!- Bi-noix [n=Bi-noix@86.77.252.165] has joined #ipodlinux 10:04 -!- screwt8 [i=ariel@gateway/tor/x-12752a4eff8eaa4c] has quit [Read error: 104 (Connection reset by peer)] 10:08 -!- screwt8 [i=ariel@gateway/tor/x-e662753ecd207f30] has joined #ipodlinux 10:22 -!- amiconn [i=jens@rockbox/developer/amiconn] has quit [Read error: 110 (Connection timed out)] 10:55 -!- kick52 [n=Tim@91.108.231.66] has quit [] 11:28 -!- amiconn [i=jens@rockbox/developer/amiconn] has joined #ipodlinux 11:28 -!- amiconn [i=jens@rockbox/developer/amiconn] has quit [Client Quit] 11:28 -!- amiconn [i=jens@rockbox/developer/amiconn] has joined #ipodlinux 11:36 -!- kick52 [n=Tim@91.108.231.66] has joined #ipodlinux 11:46 -!- amiconn [i=jens@rockbox/developer/amiconn] has quit [" Try HydraIRC -> http://www.hydrairc.com <-"] 11:47 -!- pLy`Br3iZh [n=breizh@35.171.103-84.rev.gaoland.net] has quit [Read error: 104 (Connection reset by peer)] 12:06 -!- kick52_ [n=Tim@91.108.231.66] has joined #ipodlinux 12:06 -!- kick52 [n=Tim@91.108.231.66] has quit [Read error: 104 (Connection reset by peer)] 12:26 -!- kick52 [n=Tim@91.108.231.66] has joined #ipodlinux 12:26 -!- kick52_ [n=Tim@91.108.231.66] has quit [Read error: 104 (Connection reset by peer)] 13:06 -!- perror [n=fleury@mek33-3-82-230-169-203.fbx.proxad.net] has quit ["Ex-Chat"] 13:13 -!- davina [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has quit [Read error: 104 (Connection reset by peer)] 13:14 -!- davina [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has joined #ipodlinux 13:22 -!- kick52 [n=Tim@91.108.231.66] has quit [] 14:00 -!- kick52 [n=Tim@91.108.202.72] has joined #ipodlinux 14:06 -!- kick52 [n=Tim@91.108.202.72] has quit [] 14:13 -!- tittof [i=tittof@if6.org] has quit [Remote closed the connection] 15:05 -!- davina [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has quit [Remote closed the connection] 15:10 -!- kick52 [n=Tim@91.108.202.72] has joined #ipodlinux 15:26 -!- kick52 [n=Tim@91.108.202.72] has quit [] 15:37 -!- rvvs89 [n=0d1N@unaffiliated/rvvs89] has joined #ipodlinux 15:39 -!- iceman81 [n=iceman81@lugbari/people/iceman81] has joined #ipodlinux 15:39 < iceman81> hi all 15:40 < rvvs89> 'lo 15:40 -!- Rprp` [n=Rprp@cc763024-a.groni1.gr.home.nl] has joined #ipodlinux 15:40 -!- Rprp [n=Rprp@cc763024-a.groni1.gr.home.nl] has quit [Read error: 104 (Connection reset by peer)] 15:40 < iceman81> does someone have a .config working for ad ipod nano 1st gen ? 15:41 < rvvs89> err, an iPod Loader 2 configuration file? 15:41 < iceman81> rvvs89, nope 15:41 < iceman81> i am trying to compile a 2.4.34 kernel 15:41 < rvvs89> ah right 15:41 * rvvs89 resumes lurk 15:41 < iceman81> i think i have some problem for the sdram address 15:41 < iceman81> 0x10000000 15:41 < iceman81> uhm... !??! 15:47 < iceman81> the prebuilt kernel works... but the one i am trying to compile doesn't 15:53 -!- kick52 [n=Tim@91.108.202.72] has joined #ipodlinux 16:01 -!- iceman81 [n=iceman81@lugbari/people/iceman81] has quit [Remote closed the connection] 16:22 -!- kick52 [n=Tim@91.108.202.72] has quit [Remote closed the connection] 16:26 -!- cdm [n=cdm@pool-71-116-92-149.snfcca.dsl-w.verizon.net] has joined #ipodlinux 16:30 -!- tittof [i=tittof@if6.org] has joined #ipodlinux 16:39 -!- rvvs89 [n=0d1N@unaffiliated/rvvs89] has quit ["night all"] 17:19 -!- Rprp` [n=Rprp@cc763024-a.groni1.gr.home.nl] has quit ["Cant sleep..... Clowns will eat me."] 17:19 -!- Rprp [n=Rprp@cc763024-a.groni1.gr.home.nl] has joined #ipodlinux 17:33 -!- perror [n=fleury@mek33-3-82-230-169-203.fbx.proxad.net] has joined #ipodlinux 17:46 -!- davina [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has joined #ipodlinux 18:04 < wizdumb> anyone know if the svn servers are alive again, or will be soon? 18:04 < wizdumb> I'd really like to try ipl out 18:08 -!- RxDx [i=LINUX@201-75-182-77-nd.cpe.vivax.com.br] has joined #ipodlinux 18:09 -!- RxDx [i=LINUX@201-75-182-77-nd.cpe.vivax.com.br] has left #ipodlinux [] 18:28 < wizdumb> actually if I can just get the lastest nightly kernel build I would have everything 18:28 < wizdumb> can anyone help me with that? 18:56 -!- perror [n=fleury@mek33-3-82-230-169-203.fbx.proxad.net] has quit ["Ex-Chat"] 19:09 -!- annulus_ [n=ap@h29n1fls33o286.telia.com] has quit [Connection timed out] 19:29 -!- cdm [n=cdm@pool-71-116-92-149.snfcca.dsl-w.verizon.net] has quit ["This computer has gone to sleep"] 19:43 -!- cdm [n=cdm@pool-71-116-92-149.snfcca.dsl-w.verizon.net] has joined #ipodlinux 19:53 -!- RedDak [n=dak@87.18.90.126] has joined #ipodlinux 19:56 < wizdumb> can anyone help me to find a copy of the latest nightly kernel build for ipl ? 20:38 -!- amiconn [i=jens@rockbox/developer/amiconn] has joined #ipodlinux 20:43 -!- pepie34 [n=pepie34@cop60-1-82-240-26-92.fbx.proxad.net] has joined #ipodlinux 20:49 -!- Bi-noix [n=Bi-noix@86.77.252.165] has quit ["An Apple a day keeps the doctor away"] 20:49 -!- Bi-noix [n=Bi-noix@86.72.148.66] has joined #ipodlinux 21:02 -!- pepie34 [n=pepie34@cop60-1-82-240-26-92.fbx.proxad.net] has quit ["Ex-Chat"] 21:08 -!- pepie34 [n=pepie34@cop60-1-82-240-26-92.fbx.proxad.net] has joined #ipodlinux 21:10 -!- davina [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has quit [Remote closed the connection] 21:20 -!- pepie34 [n=pepie34@cop60-1-82-240-26-92.fbx.proxad.net] has quit ["Ex-Chat"] 21:32 -!- RedDak [n=dak@87.18.90.126] has quit [Remote closed the connection] 21:44 -!- thegeek [n=thegeek@s189a.studby.ntnu.no] has quit [Read error: 104 (Connection reset by peer)] 21:45 -!- thegeek [n=thegeek@s189a.studby.ntnu.no] has joined #ipodlinux 22:18 -!- cdm [n=cdm@pool-71-116-92-149.snfcca.dsl-w.verizon.net] has quit ["This computer has gone to sleep"] 22:46 -!- sebajosh [n=sebajosh@70-41-109-236.cust.wildblue.net] has joined #ipodlinux 22:53 -!- amiconn [i=jens@rockbox/developer/amiconn] has quit [Read error: 110 (Connection timed out)] 23:24 -!- prashantv [i=prashant@weill.orchestra.cse.unsw.EDU.AU] has joined #ipodlinux 23:56 -!- fxb is now known as fxb__ --- Log closed Mon Aug 06 00:00:00 2007