--- Log opened Thu Aug 05 00:08:18 2010 00:08 -!- fmibot [~fmibot@static.225.178.40.188.clients.your-server.de] has joined #linux4nano 00:08 -!- kyle6513 [cb0a7956@gateway/web/freenode/ip.203.10.121.86] has joined #linux4nano 00:10 -!- kyle6513_ [cb0a7956@gateway/web/freenode/ip.203.10.121.86] has joined #linux4nano 00:10 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Lämnar] 00:10 < kyle6513_> hey guys, how're you going? 00:13 -!- kyle6513_ [cb0a7956@gateway/web/freenode/ip.203.10.121.86] has quit [Client Quit] 00:13 -!- kyle6513 [cb0a7956@gateway/web/freenode/ip.203.10.121.86] has quit [Ping timeout: 252 seconds] 00:18 < cmwslw> kyle: accelerometer driver put into emBIOS 00:26 < slck> where can i get ucl2e10singleblk 00:27 < cmwslw> slck: i think i found it in TheSeven's iloader distribution 00:30 < cmwslw> yea go to the iloader website and get the code snapshot 00:31 < cmwslw> then its in tools/ucl 00:33 < slck> thanks 00:33 < slck> if i can't write any code, i'll try at least to build it 00:37 < cmwslw> you'll find its simpler than you think 00:37 < cmwslw> the hard part is sifting through dumps and trying to write code for things you have no idea about how they work 00:41 < slck> managed to compile a nano2g build, but the nano4g is missing i2c.h 00:41 < slck> init.c:30:17: error: i2c.h: No such file or directory 00:41 < slck> make: *** [build/ipodnano4g/./init.o] Error 1 00:42 < cmwslw> what ipod do you have? 00:43 < Farthen> slck: that is normal 00:44 < slck> nano 4g 00:44 < Farthen> the nano4g is not compiling atm 00:44 < slck> is there a previous version that compiles 00:44 < Farthen> r13 is think is the last one that does 00:48 < slck> yes it does 00:48 < cmwslw> yep, but we should get a 4g_compat branch that you should work off 00:49 < slck> and the last question i hope ... how to run the whole stuff on the ipod? 00:52 < cmwslw> do you know how to run ibugger? 00:52 < slck> yes 00:52 < slck> do i need to load the core 00:53 < slck> or send this instead 00:53 < cmwslw> well you could load the core then send this, but you could just skip the core 00:54 < cmwslw> python control.py upload 08000000 /home/cory/Code/apple/freemyipod/embios/build/ipodnano4g/embios.bin 00:54 < cmwslw> python control.py execute 08000000 0a000000 00:59 < slck> that wiped ibugger's loader out of the memory, right? 01:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 01:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 01:00 < cmwslw> ibugger's loader is in a weird place of memory 01:00 < cmwslw> its still there, but not running 01:08 < slck> could you merge r19 into the 4g branch please 01:10 < Farthen> how should that work? 01:11 < slck> only the strlen fix 01:11 < Farthen> ok 01:12 < slck> i mean the strlen.c from r19, not all changes since then 01:21 < Farthen> slck: done 01:22 < slck> thanks, it builds fine now 01:23 < slck> how can i help with the build frontend, what do you need? 01:24 < Farthen> you know php? 01:25 < slck> yes 01:25 < slck> got about 5 years exp. in php 01:25 < Farthen> nice 01:25 < Farthen> we need a web page that lists the current built revision and shows which builds failed 01:26 < slck> all the info we have is the current filesystem in the build subdomain, right? 01:26 < Farthen> in addition to that an archive would be nice where all built revisions are listed in 01:26 < Farthen> yes, if you need more information i can integrate it into the build script 01:27 < Farthen> in the errors folder we have a file with all broken revisions that failed to build, one on each line 01:30 < slck> so we need to list the latest successful build for each target, and a table showing good/bad builds by revision number? 01:30 < slck> it should be easy 01:32 < Farthen> yep, that's all 01:32 < Farthen> and i need to fix the buildscript :-P 01:32 < slck> in the r21 log there were few duplicated lines about the 4g 01:33 < slck> could you send me the current contents of bulds subdomain as it is currently so i can write the script locally 01:34 < slck> builds* 01:34 < Farthen> the duplicated lines are an error of the build system 01:34 < Farthen> wait a second 01:37 < Farthen> http://files.freemyipod.org/builds.tar.gz 01:39 < slck> you could alias the freemyipod.org domain to www.freemyipod.org 01:39 < slck> or maybe ... config the domain without www as the vhost, and then add a "www" alias 01:42 < Farthen> i already had a discussion about that with TheSeven and we came to the conclusion that it would be best to use the www subdomain and redirect the other one to the main page 01:42 < Farthen> two domains that point to the same thing aren't very good i think 01:43 < Farthen> hmm, my redirect doesn't work anymore, now i know what you mean 01:43 < Farthen> i'll fix it later 01:43 < slck> i forgot the last part - to put an htaccess file which redirects the non-www url to www-ones with 301 redirect 01:44 < slck> yes, exacly 01:44 < slck> some people like me are lazy and skip the www part :) 01:46 < cmwslw> why is having www better than just freemyipod.org 01:47 < Farthen> because TheSeven says so 01:48 < Farthen> i had it without the subdomain and he ranted about it so i changed it. blame him :-P 01:50 < cmwslw> as long as you pick one and stick with it it shouldn't matter i guess 01:51 < cmwslw> yea and you don't want two subdomains to access one site 01:51 < Farthen> that's what i said, too 01:52 < Farthen> i think he doesn't like it because you have to type http:// before each link to make it a clickable link. most programs detect the www prefix and make a link when they see it 01:53 < Farthen> not that you would ever write a link yourself and not copy it... 01:53 < cmwslw> that is a good point 01:54 < Farthen> i hope the build script is fixed now 01:54 < Farthen> silly svn kills the path when invoking the build script 02:00 < Farthen> slck: and it would be great to have an option to view the logs in the php script 02:00 < slck> yes, of course 02:00 < Farthen> hmm, i think i'm going to give you another archive. i don't know what's messed up in the old one 02:00 < slck> did you managed to fix the forward? 02:01 < slck> ok 02:01 < Farthen> http://files.freemyipod.org/builds.tar.gz 02:01 < Farthen> no, i didn't fix it yet 02:01 < slck> you can use something like this in htaccess: 02:01 < slck> RewriteEngine On 02:01 < slck> RewriteCond %{HTTP_HOST} !^www\.freemyipod\.org$ 02:01 < slck> RewriteRule (.*) http://www.freemyipod.org/$1 [R=301,L] 02:02 < slck> then configure freemyipod in the httpd config, add www.freemyipod.org using an alias 02:02 < slck> and hope that it's gonna work 02:04 < slck> ServerName freemyipod.org 02:04 < slck> ServerAlias www.freemyipod.org 02:05 < Farthen> it should work now 02:06 < slck> yes, it does 02:06 < Farthen> the rewrite cond is actually RewriteCond %{HTTP_HOST} ^freemyipod\.org$ [NC] 02:07 < Farthen> i need to go to bed now 02:08 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 02:08 < slck> good night then, i'll post the script here when i'm done 02:08 < Farthen> i don't know if the build system works now, you can only test it by committing 02:08 < Farthen> ok, thanks. we have time so no need to hurry ;) 02:08 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 02:09 < slck> could you send me the build script, too 02:09 < slck> it is run via svn's post-commit hook, right? 02:10 < Farthen> yes 02:11 < Farthen> (to both questions) 02:12 < Farthen> http://files.freemyipod.org/buildscript.sh 02:13 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Read error: Connection reset by peer] 02:13 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #linux4nano 02:13 -!- mode/#linux4nano [+o TheSeven] by ChanServ 02:13 < Farthen> bye 03:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 03:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 05:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 05:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 05:11 -!- cmwslw [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Quit: Ex-Chat] 05:59 -!- angelwolf71885 [chatzilla@cpe-173-168-248-236.tampabay.res.rr.com] has joined #linux4nano 06:02 -!- angelwolf71885 [chatzilla@cpe-173-168-248-236.tampabay.res.rr.com] has quit [Client Quit] 07:07 -!- MrShlee [~Default@219-90-144-75.ip.adam.com.au] has joined #linux4nano 08:19 -!- n1s [~n1s@rockbox/developer/n1s] has joined #linux4nano 09:03 < TheSeven> regarding the domain redirect discussion: i'm perfectly fine with both www.freemyipod.org and freemyipod.org pointing to the same vhost, but Farthen said this would cause problems 09:04 -!- MrShlee [~Default@219-90-144-75.ip.adam.com.au] has quit [Ping timeout: 240 seconds] 09:04 < TheSeven> so if we don't use both, I think we should use the www one as the primary one 09:05 < TheSeven> also, using a clever redirect from freemyipod.org to www.freemyipod.org is perfectly fine, i just don't like redirecting paths of nonexistant subdomains to the www one, those should redirect to the main page 09:15 -!- perror [~fleury@aldebaran.labri.fr] has quit [Ping timeout: 260 seconds] 09:17 -!- perror [~fleury@aldebaran.labri.fr] has joined #linux4nano 11:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 11:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 11:12 -!- MrShlee [~Default@219-90-144-75.ip.adam.com.au] has joined #linux4nano 11:23 -!- n1s [~n1s@rockbox/developer/n1s] has quit [*.net *.split] 11:25 -!- n1s [~n1s@rockbox/developer/n1s] has joined #linux4nano 11:28 -!- TheOneRing [~quassel@g228010083.adsl.alicedsl.de] has joined #linux4nano 11:32 -!- stooo [~sto@f052032076.adsl.alicedsl.de] has joined #linux4nano 11:32 -!- stooo [~sto@f052032076.adsl.alicedsl.de] has quit [Client Quit] 11:44 -!- MrShlee [~Default@219-90-144-75.ip.adam.com.au] has quit [Ping timeout: 240 seconds] 12:10 -!- kyle6513 [~kyle@CPE-58-174-130-14.mjcz1.woo.bigpond.net.au] has joined #linux4nano 12:33 < kyle6513> hey guys 13:07 -!- TheOneRing [~quassel@g228010083.adsl.alicedsl.de] has quit [Read error: Connection reset by peer] 13:25 -!- stooo [~sto@f052032076.adsl.alicedsl.de] has joined #linux4nano 13:28 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Lämnar] 13:31 -!- stooo [~sto@f052032076.adsl.alicedsl.de] has quit [Quit: Leaving.] 13:31 -!- stooo [~sto@f052032076.adsl.alicedsl.de] has joined #linux4nano 14:46 -!- cmwslw [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 14:46 -!- mode/#linux4nano [+o cmwslw] by ChanServ 14:59 < kyle6513> cmwslw, how goes the toying with the accelerometer? 15:00 < cmwslw> well everything works. there might be some power up and power down functions i might look into later 15:00 < cmwslw> but now i have other priorities 15:00 < kyle6513> made anythng fun yet? :P 15:00 < cmwslw> nothing besides a little program that writes the values to the screen 15:01 < kyle6513> as i saw :) 15:01 < cmwslw> once we get usb working you could have it transfer values to the comp 15:01 < cmwslw> well actually you could already do that with ibugger 15:01 < kyle6513> haha yeah 15:37 -!- cmwslw-nb [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 15:37 -!- cmwslw [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Quit: Ex-Chat] 15:45 -!- kyle6513 [~kyle@CPE-58-174-130-14.mjcz1.woo.bigpond.net.au] has quit [Quit: Leaving] 15:55 -!- cmwslw [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 15:55 -!- mode/#linux4nano [+o cmwslw] by ChanServ 16:14 -!- cmwslw-nb [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Ping timeout: 265 seconds] 16:34 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #linux4nano 17:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 17:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 17:04 -!- perror [~fleury@aldebaran.labri.fr] has quit [Quit: Bye all !] 17:27 -!- [AFX] [~afx@S0106001b116229f2.tb.shawcable.net] has left #linux4nano 18:23 -!- watto [~watto@193.203.81.165] has joined #linux4nano 18:43 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 18:55 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 18:56 -!- watto [~watto@193.203.81.165] has left #linux4nano 18:59 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 19:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 19:02 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 19:03 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 19:23 -!- stooo [~sto@f052032076.adsl.alicedsl.de] has left #linux4nano 20:24 -!- angelwolf71885 [chatzilla@cpe-173-168-248-236.tampabay.res.rr.com] has joined #linux4nano 20:28 -!- angelwolf71885 [chatzilla@cpe-173-168-248-236.tampabay.res.rr.com] has quit [Client Quit] 21:32 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Quit: Bye ;)] 22:29 -!- cmwslw [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Quit: Ex-Chat] 22:56 -!- cmwslw-nb [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 23:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 23:00 -!- clustur [~logger@c-76-127-58-39.hsd1.ga.comcast.net] has joined #linux4nano 23:19 -!- cmwslw-nb [~cmwslw@c-76-127-58-39.hsd1.ga.comcast.net] has quit [Ping timeout: 245 seconds] --- Log closed Fri Aug 06 00:24:39 2010