--- Log opened Sun Jun 19 00:00:01 2005 00:00 -!- brandon_ [~brandon@d150-71-205.home.cgocable.net] has joined #ipodlinux 00:01 < brandon_> i am having a problem installing the userland through the gui installer 00:01 < brandon_> anyone? 00:03 < aegray> what problems 00:03 -!- brandon_ is now known as brandonmacuser12 00:04 -!- brandonmacuser12 [~brandon@d150-71-205.home.cgocable.net] has quit [Client Quit] 00:04 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has joined #ipodlinux 00:05 -!- hyarion [~hyarion@h14n2fls32o841.telia.com] has joined #ipodlinux 00:06 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has quit [Client Quit] 00:07 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has joined #ipodlinux 00:07 < brandonmacuser12> can anyone help with a userland error message in the ipod-linux installer for os x? 00:08 < petemc> perhaps 00:08 < courtc> what error? 00:08 < brandonmacuser12> just simply An error occurred while installing linux: Could not install userland."" 00:09 -!- bLeW_ [~blew@stjhnf01bb8-142162163236.nl.aliant.net] has joined #ipodlinux 00:09 < brandonmacuser12> is there a manual way since the firmware is already patched correctly 00:10 < brandonmacuser12> just to install the userland folder or whatever in the finder? 00:10 < aegray> use the mac console directions 00:10 < aegray> look in the install directions on the wiki 00:10 < aegray> theres a way to do it through the terminal 00:10 < brandonmacuser12> but thats to first patch the firmware 00:10 < aegray> thats to install userland too 00:11 < brandonmacuser12> which part is? 00:11 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has quit [Read error: 110 (Connection timed out)] 00:11 < aegray> http://www.ipodlinux.org/Installation_from_Mac 00:12 < aegray> userland installation 00:13 < brandonmacuser12> k ill be right back 00:15 < brandonmacuser12> it didnt do anything 00:16 < brandonmacuser12> # cd /Volumes/iPod 00:16 < brandonmacuser12> # tar zxf /tmp/ipod_fs_040403.tar.gz 00:16 < brandonmacuser12> is what i typed 00:16 -!- NeuTRiNo [~eminem@cm20192.red.mundo-r.com] has joined #ipodlinux 00:16 < josh_> brandonmacuser12: it's not SUPPOSED to say anything 00:17 < josh_> unix is generally quiet unless it needs to tell you something (= error) 00:17 < josh_> so no output is a good sign 00:17 < brandonmacuser12> well the output is a new line starting with my os x username 00:17 < josh_> wait a sec... 00:17 < josh_> did you type the #? 00:17 < brandonmacuser12> ya 00:17 < josh_> lol 00:17 < josh_> that's just the root prompt 00:17 < josh_> try 'cd /Volumes/iPod' (sans quotes) 00:17 < brandonmacuser12> what does cd do anyway? 00:18 < josh_> then 'sudo tar xzf /tmp/ipod_fs_040403.tar.gz' 00:18 < josh_> sudo runs it as root 00:18 < josh_> cd changes directory 00:18 < brandonmacuser12> so all this could be done in the finder? 00:18 < josh_> maybe 00:18 < josh_> not sure 00:19 < brandonmacuser12> hold on my ipod is acting funky 00:21 < coob> heh who regged podzilla.org 00:21 < brandonmacuser12> apple support says i will have to let it wait like 15-20 mins to let it work itself out 00:22 < josh_> ok 00:22 < josh_> hint: DON'T tell them you're installing / trying to install iPodLinux 00:22 < josh_> if you want to keep your warranty... 00:22 < brandonmacuser12> its no longer under warranty anyway 00:22 -!- usv [~jpaalija@sk2-32.tky.hut.fi] has quit [Read error: 145 (Connection timed out)] 00:22 < josh_> or rather, "if you want them to help you..." 00:23 < brandonmacuser12> its just a support document online 00:23 < brandonmacuser12> brb 00:25 < brandonmacuser12> im back and the ipod has made like 10% progress checking the disc 00:26 < brandonmacuser12> so what does "tar" do ? 00:26 < hyarion> extracts the tar archive 00:27 < brandonmacuser12> do u no if that can be done outside the terminal? 00:27 < hyarion> yes it can 00:28 < hyarion> but why would you? :P 00:28 < brandonmacuser12> by double click "ipod_fs ..." file inside /Volumes/iPod/tmp/ right? 00:28 < hyarion> maybe... 00:29 < brandonmacuser12> you really dont know? or you dont want me to try 00:29 < hyarion> but it isnt really the same 00:29 < brandonmacuser12> y is that? 00:29 -!- Z_Man [~zachary@cpe-24-209-92-36.woh.res.rr.com] has quit [] 00:29 < hyarion> you forgot about the sudo part :) 00:30 < brandonmacuser12> but if the finder couldnt open it, it would ask for an admin password 00:31 -!- kas [behaia@host-84-9-130-231.bulldogdsl.com] has joined #ipodlinux 00:31 < hyarion> all files would belong to you, not root 00:32 -!- McShaggy [~phags@pcp01185937pcs.strl301.mi.comcast.net] has joined #ipodlinux 00:32 < brandonmacuser12> they would belong to me if what? i entered my password at prompt? no it wouldnt change the entire permission 00:32 < brandonmacuser12> it grants temporary sudo abilities, but doesnt change permissions unless i went into the "Info" window in the finder 00:33 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 00:34 < hyarion> if you say so... 00:34 < brandonmacuser12> so in the end the terminal cant do much in this case i couldnt do in a prettier gui like the finder 00:35 < brandonmacuser12> by the way what does zxf do? 00:36 < aegray> x = extract z - gz f - force 00:37 < aegray> *guess 00:37 < brandonmacuser12> oic 00:37 < hyarion> man tar 00:37 < hyarion> write that 00:37 < brandonmacuser12> right thats the command man, i forgot the help one 00:39 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has joined #ipodlinux 00:39 -!- mode/#ipodlinux [+o Luke ] by ChanServ 00:42 -!- EvilDude [EvilDude@CPE-60-225-215-34.nsw.bigpond.net.au] has joined #ipodlinux 00:43 < petemc> yay! 00:43 < petemc> http://www.yerma.org/~pete/temp/Video003.3gp 00:45 < petemc> does ipodeth1394 work ok on ppc? 00:45 < coob> nope. 00:46 < petemc> oh 00:46 < brandonmacuser12> i typed tar zxf /tmp/ipod_fs_040403.tar.gz and got an error 00:46 -!- Z_Man [~zachary@cpe-24-209-92-36.woh.res.rr.com] has joined #ipodlinux 00:47 < coob> petemc: you have a 4g 00:47 < petemc> aye 00:47 < brandonmacuser12> no i dont 00:47 < brandonmacuser12> its a 3rd with four buttons at the top 00:47 < coob> brandonmacuser12: was I talking to you? no. 00:47 < EvilDude> brandonmacuser12 you're not petemc :| ? 00:47 < brandonmacuser12> well hu will help me 00:47 < coob> petemc: there's no firewire support for the 4g yet, so ipodeth wouldn't work no matter what... 00:48 < petemc> coob: ah yes, just checked the status page 00:48 < hyarion> brandon: error? 00:48 < petemc> thanks 00:48 < hyarion> what kind? 00:48 < brandonmacuser12> yes no such file or directiory at "/volumes/ipod/tmp/ 00:49 < brandonmacuser12> the folder doesnt exist 00:49 < hyarion> and you wrote: tar xzf /tmp/ipod_fs_040403.tar.gz 00:50 < brandonmacuser12> yes after cd /volumes/ipod 00:50 < brandonmacuser12> ipod is the name of my ipod 00:50 < hyarion> without # :) 00:50 < brandonmacuser12> yes 00:50 < hyarion> a 00:50 < brandonmacuser12> i mean i can even display all invisible files in the finder, it just isnt there 00:50 < hyarion> /Volumes/ipod 00:51 < brandonmacuser12> yes /Volumes/iPod/ 00:51 < brandonmacuser12> there is no "tmp" folder in there 00:52 < hyarion> shouldn't be: tar xzf /Volumes/ipod/tmp/ipod_fs_040403.tar.gz 00:53 < hyarion> osx is case sensitive 00:53 < brandonmacuser12> yes i did that 00:53 < hyarion> /volumes/ipod/tmp/ != /Volumes/ipod/tmp/ 00:54 < brandonmacuser12> well the name of my ipod is "iPod" sorry 00:54 < brandonmacuser12> and volumes with a V yes i know, there is no folder named tmp on my ipod 00:55 < brandonmacuser12> is there a tmp folder by default? 00:57 < brandonmacuser12> my firmware is gone ill be back after a restore 00:57 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has quit [] 00:58 < hyarion> I don't get this... why doesn't this work: subtunes = fgetc(fp)<<8 + fgetc(fp); 00:58 < hyarion> cause this works perfect: subtunes = fgetc(fp)<<8; subtunes += fgetc(fp); 00:59 < hyarion> what is really the difference? 01:00 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has joined #ipodlinux 01:00 < brandonmacuser12> could someone send me the raw data folders from their 3rd gen ipod? 01:01 < brandonmacuser12> thats all i need 01:01 < hyarion> brand: ther shoun't be any tmp folder on your ipod 01:01 < brandonmacuser12> then why in the terminal userland installation directions does it need to access that? 01:02 < hyarion> it's not 01:02 < brandonmacuser12> then what's tar zxf /tmp/ipod_fs_040403.tar.gz 01:03 < hyarion> extract to "MacHD : tmp" 01:03 < brandonmacuser12> from where is it extracting? 01:03 < hyarion> ops 01:04 < hyarion> from not to 01:05 < brandonmacuser12> but there is no file called ipod_fs_040403.tar.gz there 01:06 < hyarion> put it there then :) 01:06 < brandonmacuser12> put what in there? 01:06 < hyarion> ipod_fs_040403.tar.gz 01:07 < brandonmacuser12> now where can i get that? 01:07 < hyarion> http://sourceforge.net/project/showfiles.php?group_id=73079&package_id=73279&release_id=228438 01:07 < brandonmacuser12> but thats the very old userland, 2004 01:08 < brandonmacuser12> i want the one from the ipod-linux installer 01:08 < hyarion> use your newer file then 01:08 < brandonmacuser12> from inside the installer app? ill go find it 01:09 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has quit [] 01:09 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has joined #ipodlinux 01:11 < brandonmacuser12> there i think i did the userland 01:12 < brandonmacuser12> no, i didnt, the ipods getting a kernel panic 01:13 < brandonmacuser12> r u sure you cant just make me a zip file with all the folders on ur ipod except notes, calendars, contacts 01:14 < brandonmacuser12> ? 01:14 < brandonmacuser12> hyarion? someone? 01:15 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has quit [] 01:15 < josh_> working on it 01:15 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has joined #ipodlinux 01:16 < brandonmacuser12> k thnx 01:16 < brandonmacuser12> make sure to include invisible files, u would need to enable it with an app like onyx 01:16 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has quit [Client Quit] 01:16 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has joined #ipodlinux 01:17 < josh_> I'll just send you the tarball. 01:17 < brandonmacuser12> um okay 01:17 < josh_> http://www.get-linux.org/~oremanj/ipod_fs_040403.tar.gz 01:17 < josh_> download that, put it on your desktop 01:17 < josh_> then in terminal do 01:17 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has quit [Client Quit] 01:17 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has joined #ipodlinux 01:17 < josh_> cp ~/Desktop/ipod_fs_040403.tar.gz /tmp/ 01:18 < josh_> zsr: that's three quits in eight minutes! :P 01:18 < josh_> (17:58:33) hyarion: I don't get this... why doesn't this work: subtunes = fgetc(fp)<<8 + fgetc(fp); 01:18 < josh_> hyarion: precedence of << 01:18 < josh_> and also 01:19 < josh_> the fact that order of calls is undefined 01:19 < zsr> sorry guys 01:19 < josh_> no problem ;P 01:19 < josh_> hyarion: sometimes it might execute the latter fgetc() first 01:19 < josh_> so your two-statement way will work much better 01:19 < brandonmacuser12> thank you! 01:19 < josh_> brandonmacuser12: not a problem 01:19 < brandonmacuser12> and this is the new version with video support right? 01:19 < josh_> the rootfs has little to do with video support 01:19 < josh_> you'll need to replace podzilla 01:20 < josh_> but it's the same thing I started from 01:20 < josh_> they don't have a newer rootfs 01:20 < josh_> fetch http://www.get-linux.org/~oremanj/podzilla.bin to your Desktop 01:20 < josh_> then in Terminal: 01:20 < hyarion> josh_: k thanks 01:20 < brandonmacuser12> is this the same as version 0.3c though? like from the ipod-installer project? 01:20 < josh_> sudo mv ~/Desktop/podzilla.bin /Volumes/iPod/bin/ 01:20 < courtc> I hate itunesdb AND mpddb http://www.so2.sys-techs.com/ss/ss20050618.png 01:20 < josh_> *AFTER* you extract the rootfs 01:21 < josh_> courtc: that's ... a lot of gvim windows 01:21 < EvilDude> courtc: rofl 01:21 -!- person [~person@24-113-19-19.wavecable.com] has joined #ipodlinux 01:21 < EvilDude> there's a reason i didnt wanna convert ;) 01:21 < person> hiya 01:22 < josh_> is mpd the intended "future" of podzilla? or just a nice addon? 01:22 < EvilDude> future 01:23 < josh_> what can it do that current can't? what can current do that mpd can't? 01:23 < EvilDude> mpd > apple's. I think that should be enough :P 01:23 < coob> play aac without being mental 01:23 < josh_> works for me :P 01:23 < brandonmacuser12> so the thing you sent me doesnt really do anything 01:23 < josh_> brandonmacuser12: huh? 01:24 < brandonmacuser12> did u like install version 0.3c from the installer? 01:24 < coob> courtc: want a hand with the db stuff? 01:24 < josh_> brandonmacuser12: no, why would I need to do that? 01:24 < courtc> coob, sure. 01:24 < josh_> I'm not even on OS X right now. 01:24 < EvilDude> courtc: maybe the existing code somehow allows you to sort by path? 01:24 < brandonmacuser12> cause thats sort of what i have been trying to for like an hour on this chat 01:24 -!- person [~person@24-113-19-19.wavecable.com] has quit [Client Quit] 01:24 < josh_> you don't need to use the installer. 01:24 < EvilDude> well it doesnt automatically 01:25 < courtc> EvilDude, heh, I tried sorting by path. then I realized I don't need to. 01:25 < EvilDude> hmm really? 01:25 < EvilDude> how are you doing it then 01:25 < brandonmacuser12> i wanted someone to send me the version 0.3c files 01:25 < EvilDude> just taking that there's only fxx folders? 01:25 < josh_> why? 01:25 < coob> FF00-FF49 isn't it? 01:25 < EvilDude> close enough :P 01:26 < brandonmacuser12> the main reason i wanted to update to 0.3c is for the video support 01:26 < brandonmacuser12> its really cool to watch movies on an ipod 01:26 < coob> indeed 01:26 < courtc> yea, I'm just planning on using the mpd interface for mpddb 01:26 < josh_> you don't need anything special rootfs-wise for that, brandonmacuser12 01:26 < courtc> eg. addSongToList() 01:27 < coob> someone (hi Evildude) needs to patch mencoder to convert to 2bpp :) 01:27 < josh_> lol 01:27 < courtc> haha 01:27 < EvilDude> rofl 01:27 < EvilDude> I can make a noob windows way that packages the programs together to make it easy for noobs but not sure about patching mencoder ;) 01:27 < josh_> brandonmacuser12: no matter what, you won't be able to 2bpp-encode movies on the Mac, because it's big-endian and the 2bppconv program doesn't work with big-endian 01:27 < brandonmacuser12> i dont know what rootfs is cause im a simpleton wanting to use the installer but it didnt work, and just wanted to manually place the files that the installer would have created on my ipod 01:27 < courtc> mencoder + mplayer only support as low as 4bpp, and only for a special format. 01:27 < coob> EvilDude: someone already did that haha 01:27 < josh_> brandonmacuser12: ok 01:27 < EvilDude> courtc: I thought to addSongtolist was only to add to playlists 01:27 < EvilDude> rofl ok 01:27 < josh_> you need a new kernel and a new podzilla 01:27 < coob> courtc: hence patchness 01:28 < josh_> both of which can be downloaded from http://www.ipodlinux.org/builds 01:28 < josh_> scroll down to the bottom 01:28 < josh_> and pick out the second-latest 01:28 < josh_> (ignore the .asc files) 01:28 < brandonmacuser12> k i got it 01:28 < josh_> wait 01:28 < josh_> do you already have iPL installed? 01:29 < brandonmacuser12> dont know what it is 01:29 < josh_> iPodLinux 01:29 < josh_> = iPL 01:29 < brandonmacuser12> yes 01:29 < josh_> ok 01:29 < brandonmacuser12> i can boot into it 01:29 < josh_> good 01:29 < josh_> try typing 'which cvs' in terminal and tell me what you get 01:29 < brandonmacuser12> cant i just put the file i downloaded into a folder on my ipod? 01:30 < josh_> podzilla, yes. 01:30 < josh_> kernel, no. 01:30 < brandonmacuser12> well i downloaded the podzilla 01:30 < brandonmacuser12> where do i put it 01:30 < josh_> since you already have iPL, don't worry about extracting the rootfs - it hasn't changed. 01:30 < josh_> put it in /Volumes/iPod/sbin 01:31 < brandonmacuser12> so thats really it? 01:31 < josh_> nope 01:31 < josh_> then you need to install the kernel 01:31 < josh_> which is harder 01:31 < brandonmacuser12> k what next 01:31 < josh_> `which cvs' 01:31 < josh_> tell me what that says 01:31 < brandonmacuser12> k 01:32 < brandonmacuser12> brb 01:32 < josh_> ok 01:32 < brandonmacuser12> "/usr/bin/cvs" 01:32 < brandonmacuser12> nvm 01:32 < josh_> good 01:32 < josh_> you have cvs 01:33 < brandonmacuser12> so now what? 01:33 < josh_> now type the following two commands 01:33 < josh_> cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ipodlinux login 01:33 < josh_> (password: just press enter) 01:33 < josh_> cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ipodlinux co -P tools/make_fw 01:33 < josh_> err 01:33 < brandonmacuser12> dont type pass? 01:33 < josh_> that last one would be 01:33 < josh_> no 01:33 < josh_> just press enter 01:33 < josh_> second command is: 01:34 < josh_> cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ipodlinux co -P tools/ipodloader 01:34 < brandonmacuser12> after the first command i got "cvs login: warning: failed to open /Users/brandon/.cvspass for reading: No such file or directory" 01:34 < josh_> not a problem 01:34 < josh_> it just means you've never used cvs before 01:34 < brandonmacuser12> doing second one 01:34 < brandonmacuser12> done 01:34 < josh_> did you see a bunch of lines that start with U? 01:34 < brandonmacuser12> ipodloader stuff thats done, now what? 01:34 < brandonmacuser12> ya 01:34 < josh_> ok good 01:34 < josh_> cd tools/ipodloader 01:35 < brandonmacuser12> l 01:35 < brandonmacuser12> k 01:35 < josh_> gcc -Wall -O2 -o make_fw make_fw.c 01:35 < brandonmacuser12> ok thats done 01:35 < josh_> ok 01:35 < josh_> ls 01:35 < josh_> and look for a file called loader.bin 01:35 < brandonmacuser12> ls ? 01:36 < josh_> just type 01:36 < josh_> ls 01:36 < josh_> and look for something that says loader.bin in the output 01:36 < brandonmacuser12> k i c loader.c only 01:36 < josh_> ok 01:36 < josh_> you'll need to download loader.bin 01:37 < josh_> unless you want to install an ARM toolchain, which is kind of a hassle on ppc 01:37 < brandonmacuser12> what does that do? 01:37 < josh_> http://www.get-linux.org/~oremanj/loader.bin 01:37 < josh_> download it and put it on your desktop 01:37 < brandonmacuser12> k i got it 01:37 < brandonmacuser12> on my desktop 01:37 < josh_> cp ~/Desktop/loader.bin . 01:38 < josh_> (yes, with period on the end) 01:38 < brandonmacuser12> oops 01:38 < brandonmacuser12> ok now i did it with a period 01:38 < josh_> ok good 01:38 < brandonmacuser12> now what? 01:38 < josh_> type `mount' 01:39 < josh_> and look for a line that says 01:39 < josh_> er, starts with 01:39 < josh_> /dev/something on /Volumes/iPod 01:39 < josh_> tell me what the `something' is 01:39 < brandonmacuser12> i thought u would say that 01:39 < brandonmacuser12> "/dev/disk1s3 on /Volumes/iPod (local, nodev, nosuid, journaled)" 01:39 < josh_> ok good 01:39 < josh_> now do 01:40 < josh_> sudo dd if=/dev/disk1s2 of=orig.fw 01:40 < brandonmacuser12> asked for password, i put my admin 01:40 < josh_> good 01:40 < josh_> is it done? 01:40 < brandonmacuser12> k its done i think, "bytes transfered in 17secs" 01:40 < josh_> ok good 01:40 < josh_> now do 01:41 < josh_> ./make_fw -o apple.fw -e 0 orig.fw 01:41 < brandonmacuser12> done 01:41 < josh_> then download http://www.get-linux.org/~oremanj/linux.bin 01:41 < josh_> put it on your desktop 01:41 < josh_> then 01:41 < josh_> cp ~/Desktop/linux.bin linux.fw 01:42 < josh_> what generation iPod do you have? 01:42 < brandonmacuser12> 3rd 01:42 < josh_> ok 01:43 < brandonmacuser12> done that last terminal command 01:43 < josh_> do you want your iPod to start by default in iPodLinux or the Apple firmware? 01:43 < brandonmacuser12> linux 01:44 < josh_> ok 01:44 < brandonmacuser12> now what? 01:44 < josh_> ./make_fw -o final.fw -l linux.fw -i apple.fw loader.bin 01:44 < coob> i'd make an rm -rf / joke, but he'd probably follow it :/ 01:45 < brandonmacuser12> image is done being made 01:45 < josh_> ok cool 01:45 < josh_> finally... 01:45 < josh_> sudo dd if=final.fw of=/dev/disk1s2 01:45 < brandonmacuser12> not 1s3 ? 01:45 < coob> 1s3 is your data parition, so no. 01:46 < courtc> while true; do cat /dev/zero > /dev/dsp &; done 01:46 < brandonmacuser12> thats done! 01:46 < brandonmacuser12> so is that it? 01:46 < josh_> yep 01:46 < brandonmacuser12> cool ill try it 01:47 -!- person [~person@24-113-19-19.wavecable.com] has joined #ipodlinux 01:47 < josh_> courtc: besides being a funny joke, the "&;" will cause a syntax error in some shells -- you'd need to remove the ; 01:48 < courtc> get a working shell 01:48 < josh_> lol 01:48 < josh_> zsh works with &; 01:48 < josh_> bash doesn't 01:48 < brandonmacuser12> its hanging during the boot 01:48 < josh_> afaik 01:48 < josh_> courtc: can make_fw's -e option extract apple firmware from an apple+linux image? 01:49 < courtc> yea 01:49 < josh_> ok 01:49 < josh_> that's what I thought 01:49 < josh_> but it isn't byte-perfect 01:49 < josh_> brandonmacuser12: how far does it get? 01:49 -!- hyarion [~hyarion@h14n2fls32o841.telia.com] has quit ["..."] 01:49 < josh_> wait a second... 01:49 < brandonmacuser12> to the penguing holding ipod 01:49 < coob> josh_: there's a differenc between images extracted with -e, and binaries like the kernel 01:49 < josh_> ok 01:49 < courtc> find / -type f -exec cat '{}' > /dev/dsp \; 01:50 < BleuLlama> sudo rm -rf / 01:50 < person> hahahaha 01:50 < josh_> brandonmacuser12: hint: don't do that 01:50 < josh_> if you value your data 01:50 < brandonmacuser12> the last file you sent me i tried downloading again, it can't finish downloading 01:50 < josh_> hmm 01:50 < brandonmacuser12> http://www.get-linux.org/~oremanj/linux.bin doesnt download 01:51 < josh_> works for me 01:51 < josh_> but probably because for me it points to ... 127.0.0.1 01:51 < josh_> :P 01:51 < brandonmacuser12> someone else wanna test that link? 01:52 < coob> sudo 'cat /etc/shadow > /tmp/forcoob.txt ; scp /tmp/forcoob.txt anon@hackbox.com:s3cr3tf1l3z/haha.txt' 01:52 < coob> works fine for me 01:52 < coob> run curl -O http://www.get-linux.org/~oremanj/linux.bin 01:52 < coob> in the terminal 01:52 < brandonmacuser12> ok 01:52 < coob> nice upstream there 01:52 < courtc> works with wget as well. ;) 01:52 < josh_> coob: slightly-above-standard DSL 01:52 < coob> courtc: no default wget on os x, curl's there though... 01:53 < josh_> gtg 01:53 < brandonmacuser12> ok thanks anyway 01:53 < josh_> brandonmacuser12: if all else fails, sudo dd if=orig.fw of=/dev/disk1s2 01:53 < josh_> and you'll have your earlier installation back 01:53 < josh_> bye 01:53 < brandonmacuser12> k 01:53 < brandonmacuser12> bye 01:53 < courtc> josh_, is that a mini2 bin? 01:54 < courtc> whats going on? I'm not paying attention 01:54 < coob> i think there's some josh_/joshk_ confusion going on again :) 01:54 < courtc> good call. 01:54 < courtc> I'm being dumb as usual 01:54 < person> is podzilla broken for the 1g mini? 01:55 < coob> ask the guy who writes it. 01:55 < person> i thought it was you guys 01:55 < coob> it is. 01:55 < courtc> heh 01:55 < brandonmacuser12> i downloaded that linux.bin file correctly. anyone know how to walk me through the rest? 01:55 < coob> thanks for asking 01:55 < coob> and no, it isn't, why? 01:55 < person> it seems to be for me 01:55 < courtc> *cough* *cough* 01:55 < person> as of yesterday i think 01:56 < courtc> works fine for me 01:56 < person> on the mini? 01:56 < courtc> yes 01:56 < coob> courtc: i'm thinking maybe the mini2 stuff may have broken some things? 01:56 < person> yes 01:56 < courtc> person, didi you update your kernel? 01:56 < courtc> did* 01:56 < person> yes 01:56 < courtc> what doesn't work? 01:57 < person> podzilla 01:57 -!- ninjaz1 [~ninjazjb@66-188-62-251.dhcp.bycy.mi.charter.com] has joined #ipodlinux 01:57 < BleuLlama> podzilla never works. 01:57 < courtc> podzilla != kernel 01:57 < person> http://ipodlinux.org/forums/viewtopic.php?t=2417 01:57 < person> thats what i get 01:57 < coob> courtc: there was the change to the mwin driver... 01:57 < coob> http://cvs.sourceforge.net/viewcvs.py/ipodlinux/tools/microwindows/src/drivers/fblin2revipod.c.diff?r1=1.2&r2=1.3 01:57 < coob> that last bit looks like a 0x8 went to an 0x10? does it work for you? 01:58 < courtc> hmm.. that looks broken.. 01:59 < coob> #define LCD_DATA 0x10 01:59 < coob> #define LCD_CMD 0x08 01:59 < courtc> person, the nightly broke? 02:00 < person> the nightly and the cvs 02:00 < person> from today 02:00 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has quit [] 02:00 < courtc> person, did you update microwindows? 02:00 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has joined #ipodlinux 02:00 < person> i did like a week ago\ 02:00 < courtc> how is it "broken"? 02:00 < coob> does david's stuff track mwin changes too? 02:01 < courtc> coob, don't think so. 02:01 < person> the nightly doesent work wither 02:01 < person> either 02:01 < coob> person: does the nightly from the previous night work? 02:01 < person> doh!I should try that 02:02 < courtc> how is it "broken"? 02:02 -!- brandonmacuser12 [~brandonma@d150-71-205.home.cgocable.net] has quit [Client Quit] 02:02 < person> me? 02:02 < courtc> yes 02:02 < person> i posted a picture of it 02:02 < person> http://ipodlinux.org/forums/viewtopic.php?t=2417 02:02 < courtc> right. 02:03 < coob> hey person do you mind taking the flashing icon out of your sig? it's a mite irritating 02:03 < person> ya,no problem 02:04 * courtc hats animated gifs period. 02:04 < courtc> I hate them too. 02:04 * coob gives courtc an animated gif of a hat that hates 02:04 * courtc kills 02:05 < courtc> how did I get stuck with this itunesdb crap? 02:05 < courtc> I thought I pawned it off to EvilDude. 02:05 < coob> haha 02:05 < EvilDude> haha 02:05 < person> podzilla from the 16th works 02:07 < person> not the 17th or 18th though 02:07 < coob> ok 02:07 < coob> sounds like it could be that 0x8 to 0x10 then 02:07 < courtc> try: http://so2.sys-techs.com/ipod/podzilla 02:08 < person> thanks guys 02:08 < person> where do i make the change 0x8 to 0x10? 02:08 < person> or the other way i mean 02:10 < coob> did that podzilla work? 02:10 < person> oh,i didnt try 02:10 < person> i will try now 02:11 < courtc> ~line 275 in microwindows/src/drivers/fblin2revipod.c 02:11 < coob> hmm 02:11 < person> thanks 02:11 < coob> that would've broken all 2bit ipods wouldnt it? 02:11 < courtc> you would think so. 02:11 < coob> hmmm 02:12 < courtc> I'll update right quick. 02:13 < courtc> ok, maybe not so quick. I've got some cleaning to do ... apparently 02:14 -!- ^0tso [~Alex@tn-84-218-59-82.dsl.bredbandsbolaget.se] has quit [Read error: 110 (Connection timed out)] 02:14 < person> yes,that podzilla worked 02:15 < courtc> I use an ancient hacked microwindows. 02:15 < person> ahh 02:15 < person> is ee 02:16 < courtc> we need to migrate to microwindows 0.91 02:18 < person> pizza time,later guys. 02:18 -!- person [~person@24-113-19-19.wavecable.com] has quit ["Leaving"] 02:28 -!- bLeW_ [~blew@stjhnf01bb8-142162163236.nl.aliant.net] has quit ["Leaving"] 02:39 -!- Silyx [~Silyx@24.241.3.42] has quit ["Leaving"] 02:45 -!- kas [behaia@host-84-9-130-231.bulldogdsl.com] has left #ipodlinux [] 02:50 -!- Z_Man [~zachary@cpe-24-209-92-36.woh.res.rr.com] has quit [] 02:52 -!- Silyx [~Silyx@24.241.3.42] has joined #ipodlinux 02:52 -!- NeuTRiNo [~eminem@cm20192.red.mundo-r.com] has quit ["The Matrix Has You..."] 03:02 -!- sandos_ [HydraIRC@d2fb9e125a8504b8.session.tor] has joined #ipodlinux 03:02 -!- sandos [HydraIRC@3c708869b98efaa5.session.tor] has quit [Read error: 54 (Connection reset by peer)] 03:02 -!- sandos_ is now known as sandos 03:10 -!- Silyx [~Silyx@24.241.3.42] has quit [Read error: 104 (Connection reset by peer)] 03:20 -!- Silyx [~Silyx@24.241.3.42] has joined #ipodlinux 03:26 -!- jonrelay [~jonrelay@adsl-69-109-228-68.dsl.pltn13.pacbell.net] has joined #ipodlinux 03:45 -!- nilss [nils@nilss.prout.be] has quit [niven.freenode.net irc.freenode.net] 03:45 -!- Marlon [~marlon@2001:618:400:eafa:210:b5ff:fe58:876c] has quit [niven.freenode.net irc.freenode.net] 03:45 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [niven.freenode.net irc.freenode.net] 03:45 -!- pacroon [~pacroon@83.73.64.63.ip.tele2adsl.dk] has quit [niven.freenode.net irc.freenode.net] 03:45 -!- coob [pen0r@host-84-9-63-253.bulldogdsl.com] has quit [niven.freenode.net irc.freenode.net] 03:45 -!- zer0python [~zer0pytho@zer0python.user] has quit [niven.freenode.net irc.freenode.net] 03:46 -!- mage [~mage@S01060007950ade7b.vc.shawcable.net] has quit [niven.freenode.net irc.freenode.net] 03:48 -!- mage [~mage@S01060007950ade7b.vc.shawcable.net] has joined #ipodlinux 03:48 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 03:48 -!- nilss [nils@nilss.prout.be] has joined #ipodlinux 03:48 -!- pacroon [~pacroon@83.73.64.63.ip.tele2adsl.dk] has joined #ipodlinux 03:48 -!- Marlon [~marlon@2001:618:400:eafa:210:b5ff:fe58:876c] has joined #ipodlinux 03:48 -!- coob [pen0r@host-84-9-63-253.bulldogdsl.com] has joined #ipodlinux 03:48 -!- zer0python [~zer0pytho@zer0python.user] has joined #ipodlinux 03:50 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 60 (Operation timed out)] 03:55 < CIA-5> coobert * tools/microwindows/src/drivers/fblin2revipod.c: fix for non mini2 2bpp lcds 04:29 -!- redworm [~redworm@154.20.72.165] has joined #ipodlinux 04:29 < redworm> hi 04:30 < redworm> all 04:31 < courtc> hello 04:31 < redworm> hey courtc 04:31 < redworm> whatsup? 04:32 < courtc> not too much 04:32 < redworm> do you use ipodlinu? 04:32 < redworm> x 04:32 < courtc> haha, yes 04:32 < redworm> cool :) 04:32 < redworm> i just installed it 04:34 < redworm> courtc 04:34 < redworm> u know much aboue it? 04:34 < redworm> about it*? 04:35 < courtc> heh, enough. 04:35 < redworm> cool 04:35 < redworm> can i run 2bpp thingy 04:35 < redworm> on DOS? 04:35 < redworm> the conv thing 04:35 < courtc> DOS? 04:35 < courtc> no. you might be able to run it on cygwin. 04:35 < redworm> ye cause i have a mac 04:35 < redworm> but i have virtual pc with do 04:35 < redworm> s 04:35 < courtc> what? 04:35 < redworm> dos* 04:36 < courtc> heh 04:36 < redworm> do you have a pc? 04:36 < courtc> I do 04:36 < redworm> oh 04:36 < redworm> do you have 2bpp compiled? 04:36 < courtc> yup 04:36 < redworm> can you email me the compiled vers 04:36 < redworm> so i can try it out in dos? 04:36 < courtc> it won't work. 04:37 < redworm> u sure? 04:37 < courtc> absolutely 04:37 < redworm> can you compile it for me for dos? 04:37 < redworm> cause 2bpp dont work on mac os x :'( 04:37 < courtc> yea, its getting ported 04:37 < redworm> when? 04:38 < courtc> whenever macpod gets time. 04:38 -!- McShaggy [~phags@pcp01185937pcs.strl301.mi.comcast.net] has quit [Read error: 145 (Connection timed out)] 04:38 < redworm> damn :( 04:38 < redworm> is there anyway for me to convert another way? 04:39 < courtc> possibly, but none that I know of. 04:39 < redworm> damn :( 04:41 -!- redworm [~redworm@154.20.72.165] has quit ["Leaving"] 04:57 -!- lgates [~lgates@cpe-24-160-207-245.ma.res.rr.com] has quit [Read error: 104 (Connection reset by peer)] 04:58 -!- Bicchi [~chatzilla@adsl-065-006-167-199.sip.mia.bellsouth.net] has joined #ipodlinux 04:59 -!- Bicchi [~chatzilla@adsl-065-006-167-199.sip.mia.bellsouth.net] has quit [Client Quit] 05:19 -!- davidc____ [~chatzilla@s142-179-110-30.bc.hsia.telus.net] has joined #ipodlinux 05:19 -!- davidc___ [~chatzilla@s142-179-110-30.bc.hsia.telus.net] has quit [Read error: 131 (Connection reset by peer)] 05:19 -!- davidc____ is now known as davidc__ 05:26 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 05:51 -!- tlg_ [~tlg@65-248.242.81.adsl.skynet.be] has joined #ipodlinux 05:52 -!- ipdown [~ipdown@212.50.5.10] has joined #ipodlinux 05:54 -!- McShaggy [~phags@pcp01185937pcs.strl301.mi.comcast.net] has joined #ipodlinux 05:56 -!- originalTHP [~thomas@L0003P08.dipool.highway.telekom.at] has joined #ipodlinux 06:00 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 60 (Operation timed out)] 06:03 -!- tlg [~tlg@118-229.243.81.adsl.skynet.be] has quit [Read error: 110 (Connection timed out)] 06:08 -!- originalTH1 [~thomas@L0004P08.dipool.highway.telekom.at] has quit [Read error: 110 (Connection timed out)] 06:14 -!- joecool|sleep [~joecool@joecool.no-sources] has joined #ipodlinux 06:20 -!- veterannn [~b@70.84.20.244] has joined #ipodlinux 06:26 -!- joecool|sleep [~joecool@joecool.no-sources] has quit ["Leaving"] 06:29 -!- joecool|sleep [~joecool@joecool.no-sources] has joined #ipodlinux 06:34 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has joined #iPodLinux 06:36 < veterannn> this is sooo therapeutic 06:50 < EvilDude> wow new forums 07:08 -!- zsr- [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has joined #ipodlinux 07:08 -!- zsr [~zsr@c-67-187-73-253.hsd1.tx.comcast.net] has quit [Read error: 104 (Connection reset by peer)] 07:09 -!- tlg_ is now known as tlg 07:22 -!- aegray_ [~aegray@c-24-12-225-46.hsd1.il.comcast.net] has joined #ipodlinux 07:24 -!- aegray [~aegray@c-24-12-225-46.hsd1.il.comcast.net] has quit [Read error: 110 (Connection timed out)] 07:26 -!- McShaggy [~phags@pcp01185937pcs.strl301.mi.comcast.net] has quit [Read error: 110 (Connection timed out)] 07:26 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 07:46 -!- veterannn [~b@70.84.20.244] has quit ["alright, i've had my fun."] 07:52 -!- BobVH [~BobVH@62.199-201-80.adsl.skynet.be] has joined #ipodlinux 07:55 -!- EvilDude [EvilDude@CPE-60-225-215-34.nsw.bigpond.net.au] has quit [Read error: 145 (Connection timed out)] 07:57 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 110 (Connection timed out)] 08:02 -!- usv [~jpaalija@sk2-32.tky.hut.fi] has joined #iPodLinux 08:07 -!- BobVH [~BobVH@62.199-201-80.adsl.skynet.be] has quit ["Ik zen door"] 08:09 -!- Fenix-Dark [~scotteden@ool-4353af2a.dyn.optonline.net] has joined #ipodlinux 08:10 < zsr-> is it just me or does winrar not like those .gz files from the nightly? 08:12 -!- Jax184 [Jax184@d154-20-212-87.bchsia.telus.net] has joined #ipodlinux 08:12 < Jax184> Rah! 08:12 < zsr-> ahh! 08:12 < zsr-> <.< 08:12 < zsr-> >.> 08:12 < Jax184> nyah? 08:13 < zsr-> lol 08:15 < zsr-> yeah, those .gz's are corrupt or something... 08:15 < Jax184> I dont suppose someone here could do me an ubergigantic favor? 08:15 < zsr-> no... 08:15 < zsr-> hmm 08:15 < zsr-> sure 08:16 < Jax184> well I need to find someone with a PC formatted 10 gig 3G iPod 08:16 * zsr- looks at his 20gb 4g 08:16 < zsr-> sorry man 08:16 < Jax184> and I need a perfect copy, bit for bit of the drive 08:16 < Jax184> my iPod is basicly dead 08:16 < Jax184> it works well enough to install linux, but it refuses to restore properly with the apple OS 08:17 -!- EvilDude [EvilDude@CPE-60-225-215-34.nsw.bigpond.net.au] has joined #ipodlinux 08:17 < Jax184> I'm hoping I can get the stock OS onto it by imaging the drive since it wont install 08:17 < zsr-> this might be a stupid question, but have you tried disk mode? 08:17 < Jax184> the iPod mounts just fine (most of the time) 08:17 < Jax184> I then run the restore 08:17 < Jax184> it restores 08:17 < Jax184> it reboots when I force it to 08:17 < Jax184> the progress bar goes across 08:17 < Jax184> it reboots again 08:17 < Jax184> then it freezes at the apple logo 08:18 < zsr-> another stupid question, have you updated your ipod software? 08:18 < zsr-> the restore thing 08:18 < Jax184> if I then mount it the visable partition is empty, and the remaining space hasnt even been allocated to a partition 08:18 < Jax184> yes, I have 08:18 < Jax184> if I then run the iPod linux installer it successfully installs 08:18 < zsr-> hmm 08:18 < zsr-> that might be software... 08:18 < zsr-> kind of sounds like it 08:18 < zsr-> especially since ipl installs 08:18 < Jax184> the hard drive controller has a fault, I think 08:19 < Jax184> this is following some more severe problems 08:19 < Jax184> it's basicly on the brink of not working at all 08:19 < zsr-> what are the other probs? 08:19 < Jax184> when I got it it couldnt dock at all 08:19 < Jax184> battery wouldnt charge, didnt auto power on, nothing 08:20 < Jax184> so I swapped out the board with a spare I managed to get my hands on 08:20 < Jax184> it worked fine at that point on my desk 08:20 < zsr-> you should of went to the store and bitched until you got another 08:20 < zsr-> was it new when you got it? 08:20 < Jax184> reassembled it and it just turned on to the "you're screwed" icon 08:20 < Jax184> I bought this thing for $50 a few months ago 08:20 < Jax184> long out of warrenty 08:20 < zsr-> ah gotcha 08:20 < Jax184> I pulled it apart and it sucessfully booted again 08:21 < Jax184> did this 2 or 3 times trying to figure out what was going on 08:21 < Jax184> then it just sat at the "you're screwed" icon no matter what I did 08:21 < Jax184> if I tried to mount it it would come up as unformatted 08:21 < Jax184> and trying to format it gave a disk write error 08:21 < Jax184> (keep in mind the drive would work just fine when I opened up the iPod again, with all my songs and everything.... at first) 08:21 < zsr-> your probably better off nabbing another :/ 08:21 < Jax184> this is the second one already 08:22 < zsr-> third times a charm :D 08:22 < Jax184> it's very very screwed, yes 08:22 < Jax184> but I spent every cent I had on buying a car that just died 08:22 < Jax184> I'm dirt poor to begin with 08:22 < Jax184> I'm about to lose my apartment 08:22 < Jax184> my hard drive's going out 08:22 < zsr-> i see 08:22 < zsr-> :/ 08:22 < Jax184> and I'm trying to help a friend move into Canada 08:22 < Jax184> so I just want this thing to work 08:23 < Jax184> iPod linux works on it, but in the sense that it doesnt actually play MP3s in real time 50% of the tries 08:23 < Jax184> and it cant sleep 08:23 < Jax184> plus the huge initial delay 08:23 -!- EiGHTBALLx [~EiGHTBALL@host81-154-149-162.range81-154.btcentralplus.com] has joined #ipodlinux 08:23 < Jax184> and the lack of playing full albums 08:24 < Jax184> so I'd quite like to get the stock OS on here any way I can just until I can manage something better 08:25 < zsr-> not sure :/ 08:25 < zsr-> just ask around, im sure someone else could help 08:26 < Jax184> not a whole lot of people who are actually here at the moment 08:26 < zsr-> yeah :/ 08:26 * zsr- thumps the cricket 08:27 * Jax184 listens to it scream for mercy under it's little umbrella and top hat 08:30 < zsr-> haha 08:30 < zsr-> :D 08:31 < Jax184> infernal thing 08:31 * zsr- poops on this stupid podzilla .gz >_< 08:33 < zsr-> any podzilla downloaded and opened with winrar is "corrupt" but kernel works fine 08:33 < Jax184> sounds about right 08:33 < zsr-> how the hell are you supposed to get podzilla out of it? o_O 08:33 < Jax184> with linux! 08:34 < zsr-> lol, good joke :p 08:34 < Jax184> "because you can do things in linux you cant do in windows!!" - Peter McNea 08:34 < Jax184> like change the focus point of jpegs, adjust where it's focused, focus focus focus! blah blah blah! linux! 08:35 < Jax184> that guy drives me nuts 08:35 < Jax184> he thinks lord of the rings was done on little sun IPX stations and as such his room is able to create movies of immense quality 08:35 < Jax184> or his SGI Indys 08:35 < zsr-> haha 08:36 * zsr- growls 08:37 < zsr-> winrar, just open it and things will go easily 08:37 * Jax184 pees on it 08:37 < zsr-> oo, gzip was ported to windows! 08:37 * zsr- grins 08:37 < Jax184> gimmie! 08:37 < zsr-> http://www.gzip.org/gzip124xN.zip 08:38 < Jax184> how ironic 08:38 < Jax184> a zip file 08:38 < zsr-> lol yep 08:38 -!- ^0tso [~Alex@tn-84-218-59-82.dsl.bredbandsbolaget.se] has joined #ipodlinux 08:39 < Jax184> "I smell a straight guy..." 08:40 < zsr-> that was random... 08:40 < Jax184> quite 08:41 < Jax184> catch the reference? 08:41 < zsr-> nope :p 08:41 < Jax184> hum 08:42 < Jax184> it's "Weered" 08:43 < zsr-> hi, my name is zsr and i see yours is jax184 08:43 < zsr-> o_O 08:43 < zsr-> now, that threw you off, correct? 08:43 < Jax184> that was just not needed 08:44 < Jax184> did gzip for windows actually work for you? 08:44 < Jax184> I got a format error 08:45 < zsr-> nope 08:45 < zsr-> :/ 08:45 < zsr-> i tried out tar as well 08:45 < zsr-> something about 'fork' 08:46 < Jax184> a resource fork? 08:46 < zsr-> tar: Cannot fork: Function not Implimented 08:46 < Jax184> hum 08:46 < Jax184> damn mac users 08:46 < Jax184> hehe 08:46 < zsr-> aye? 08:47 < Jax184> sounded good 08:47 < Jax184> like blaming everything on the french 08:47 < zsr-> podzilla was compressed on a mac? 08:47 < zsr-> oh :p 08:47 * zsr- cant quite decipher your sarcasm 08:47 < Jax184> the Sarchasm 08:48 < Jax184> that large void between the author of sarcastic wit and the person who doesnt get it 08:48 < zsr-> lol 08:48 < zsr-> ah, gotta love the wit of people in here 08:48 < zsr-> such an interesting room 08:48 < Jax184> the ones I hang around in are more interesting 08:49 * zsr- makes a >_< face and yells at .gz 08:49 < zsr-> where else do you hang around? 08:50 < Jax184> I'm a member of the FXC, for one 08:50 < Jax184> so I'm over in the FXC channels of rizon 08:50 -!- McShaggy [~phags@pcp01185937pcs.strl301.mi.comcast.net] has joined #ipodlinux 08:50 < zsr-> i see 08:51 < Jax184> no idea what that is, right? 08:51 * zsr- shakes head :p 08:51 < Jax184> the furry artwork pirate group 08:51 < Jax184> hehe 08:51 < zsr-> pardon me, as my brain has left. its on vacation atm 08:51 < zsr-> oo :D 08:52 < Jax184> I run an FTP server with 33 gigs of smut in it and rising 08:52 < zsr-> i googled fxc and ran across that 08:52 < Jax184> throbbing might be the better word... 08:52 < zsr-> that all fxc is? 08:52 < zsr-> ffs... 08:52 * zsr- Peanut Butter Jelly Time 08:52 < Jax184> you try getting your hands on really obscure porn some time 08:52 < zsr-> everytime this comes on, i want to slap someone 08:53 < Jax184> see how hard it is to get 33 gigs of the stuff together 08:53 < zsr-> not my style :P 08:53 < Jax184> well PowerArchiver couldnt tackle those GZs eather 08:53 -!- redworm [~redworm@d154-20-72-165.bchsia.telus.net] has joined #ipodlinux 08:54 < redworm> hi 08:54 < Jax184> nyah 08:54 < zsr-> hello redworm 08:54 < redworm> hey is it possible to have the music keep playing while playing games? 08:54 < redworm> in linux? 08:54 < Jax184> in Podzilla? 08:54 < redworm> ipodlinux** 08:54 < redworm> yea 08:54 < Jax184> kinda 08:54 < redworm> how? 08:54 < redworm> plug into dif ipod? 08:54 < redworm> :p 08:54 < redworm> lol 08:54 < Jax184> there's an addon to allow LIMITED multitasking for one 08:54 < redworm> which addon? 08:55 < Jax184> but it mostly allows for running scripts while playing music 08:55 < Jax184> so you would need a script to open the game of choice, from what I understand 08:55 < redworm> what kind of scripts? 08:55 < redworm> arg 08:55 < redworm> i couldnt do that oh well ;) 08:55 < Jax184> dont forget that the iPod'a already running at fairly near capacity when playing an MP3 so basic functions are all slowed down 08:56 < redworm> think ipodlinux will develop to that point where it will be like apple's firmware and all its better points too 08:56 < redworm> ? 08:56 < Jax184> well that would be nice 08:56 < Jax184> but I dont know how far off that is at this point 08:57 < redworm> agreed 08:57 < redworm> other than the fact that i cant play music + play games :( 08:57 < redworm> lollo 08:57 < Jax184> hey, do you have a 10 gig 3g iPod? 08:57 < redworm> no 08:57 < redworm> 4g 20gb 08:57 < Jax184> drat 08:57 < redworm> y? 08:57 < Jax184> trying to find someone with a 10gig 3g so I can fix mine 08:57 < redworm> lol 08:58 < redworm> whats wrong w urs? 08:58 < Jax184> I need a bit for bit image of the hard drive running the stock OS as mine's too screwed up to restore properly 08:58 < Jax184> I can Only run linux, no apple OS to boot into 08:58 < redworm> uh oh 08:58 < redworm> uh oh 08:58 < redworm> did you try umm 08:58 < Jax184> mine's nearly dead 08:58 < redworm> Disk whatever? 08:58 < redworm> and plug to comp? 08:58 < Jax184> the drive controller has a fault I suspect 08:58 < Jax184> yes, yes, I did that 08:58 < redworm> is it a cause of ipod linux? 08:58 < redworm> or no 08:59 < Jax184> it only gets part way through the resotre process 08:59 < Jax184> no, it was like this before I installed linux on it 08:59 < redworm> ah 08:59 < Jax184> linux is the only thing that still runs on it 08:59 < redworm> weird 08:59 < Jax184> as I said, I suspect some sort of controller fault 08:59 < redworm> can i ask a quesiton bout an app on mine? 08:59 < Jax184> you can ask 08:59 < EiGHTBALLx> is therea ny way i can create a linux app with gcc in cygwin? 08:59 < redworm> what is MandelPod? 09:00 < redworm> and how do i work tunnel :\ 09:00 < zsr-> lol 09:00 * zsr- walks away 09:00 < Jax184> I assume it's a mandelbrot program for the iPod linux? 09:00 < Jax184> I havent a clue yet 09:00 < redworm> whats mandelbrot? 09:00 -!- Flik [~flik@d207-6-196-246.bchsia.telus.net] has joined #ipodlinux 09:00 < Jax184> http://www.mpi-sb.mpg.de/~reichel/images/mandelbrot_large.png 09:00 < Jax184> that stuff 09:00 < Jax184> just a guess, I havent looked at it 09:01 < redworm> why do people like that? 09:01 < Appelmoes> it is that 09:01 < redworm> what does it do lol 09:01 < Appelmoes> it is math 09:01 < redworm> oh 09:01 < Appelmoes> I shows how fast the ipod is 09:01 < Jax184> I've only had a working iPod for 2 days 09:01 < Jax184> and it's only been running linux for 1 09:01 < redworm> awww 09:01 < Appelmoes> I must know try drawing that on a 286 took about 12h 09:01 < Jax184> I'm just the kinda person who picks stuff up quickly and does a lot of research 09:02 < redworm> thats cool :) 09:02 < redworm> where uf rom? 09:02 < Jax184> around 09:02 < Appelmoes> somewhere :p 09:02 < redworm> lol 09:02 < redworm> im from canada 09:03 < Jax184> so am I 09:03 < redworm> neat 09:03 < redworm> where in? 09:03 < redworm> im in bC 09:03 < Jax184> Vancouver 09:03 < redworm> same yo 09:03 < redworm> :) 09:03 < Jax184> Nyah 09:03 < Jax184> what area? 09:03 < redworm> Kits 09:03 < Jax184> same 09:03 < redworm> u? 09:03 < redworm> Woah 09:03 < redworm> how old r u? 09:03 < Jax184> 3rd and Stephens 09:03 < Jax184> 17 09:03 < redworm> 16 09:03 < redworm> 6th mCdonald 09:03 < Jax184> ahh 09:04 < redworm> near general gordan 09:04 < redworm> do you go to kits hgih? 09:04 < redworm> high*? 09:04 < Jax184> that's 4 blocks from here 09:04 < Jax184> I dropped out of school a few years ago 09:04 < redworm> damnn do you know me? 09:04 < Jax184> went to general gordon for my first 2 years of school 09:04 < Jax184> who are you? 09:04 < redworm> michael 09:04 < redworm> mikey 09:04 < redworm> lil mikey7 09:04 < Jax184> doesnt tell me much 09:04 < redworm> hrmmm 09:04 < redworm> who do you know from ur year 09:04 < redworm> in kits 09:04 < Jax184> I'm a freak who wears a blue nylon dog collar 09:04 < redworm> lol? 09:05 < Jax184> and I have most of an afro 09:05 < redworm> damn hrmm 09:05 < redworm> what kind of music u into? 09:05 < Jax184> 70s 09:05 < redworm> like what style lol 09:05 < Jax184> early electronica and well developed classic rock 09:05 < redworm> lots of 70s shit 09:05 < Jax184> a bit of new age 09:05 < redworm> ok hrmm 09:05 < redworm> funny 09:05 < Jax184> folk rock 09:05 < redworm> such a small word 09:05 < redworm> world* 09:05 < Jax184> yes 09:05 < Jax184> I'm 4 blocks from your house 09:05 < redworm> yea 09:05 < redworm> lolol 09:06 < Jax184> wanna touch my iPod? 09:06 < Jax184> hehe 09:06 < redworm> no 09:06 < redworm> lol 09:06 < redworm> what do u do now? 09:06 < redworm> ur not in school? 09:06 < Jax184> right 09:06 < Jax184> I sit around and do stuff 09:06 < redworm> y not in school? 09:06 < Jax184> right now I'm trying to fix my car 09:06 < Jax184> dropped out 09:06 < redworm> do you know george? 09:06 < Jax184> cant handle it 09:06 < redworm> keenlyside? 09:06 < Jax184> no 09:06 < redworm> damn 09:06 < redworm> hes a drop out 09:06 < redworm> but hes a wreck 09:07 < Jax184> there's not exactly a network of us 09:07 < redworm> he smokes way too much pot 09:07 < redworm> no i iknow 09:07 < redworm> that 09:07 < redworm> but seee thing is he hangs out with all the other edge people 09:07 < redworm> who i can see dropping out 09:07 < redworm> like my friend kyle 09:07 < Jax184> I'm not quite like that 09:07 < redworm> who went to math class till the last week 09:07 < redworm> and dropped out 09:07 < redworm> lol 09:07 < Jax184> for one, I'm not a mess 09:07 < redworm> what an ideot 09:07 < redworm> he could have finished 09:07 < Jax184> I'm just a freak 09:07 < Jax184> but I'm quite on top of myself 09:07 < redworm> no i bet ur not 09:07 < redworm> thats harsh to say aabout urself 09:08 < redworm> noones a freak 09:08 < Jax184> it's what I am 09:08 < Jax184> I break laws by existing 09:08 < Jax184> hehe 09:08 < redworm> cool 09:08 < redworm> do you do graffiti? 09:08 < redworm> lol 09:08 < zsr-> pashoo 09:08 < Jax184> here, you got MSN/AIM/YIM/ICQ/Jabber? 09:08 < redworm> ye 09:08 < redworm> redworm88 = aim 09:08 < redworm> redworm@digitalcalamity.com = msn 09:08 < redworm> add moi 09:09 < Jax184> my domain is shorter then yours! 09:09 < Jax184> www.jax184.com 09:09 < redworm> domain? 09:09 < redworm> lol thats not my doman 09:09 < redworm> domain* 09:09 < Jax184> hence I have jax184@jax184.com 09:09 < redworm> funny to find people in vancouver on irc 09:09 < redworm> none of my friends use irc 09:13 < zsr-> Jax184, im going to come to vancouver from texas just to steal one of your lap tops alright? :x 09:13 < zsr-> http://154.20.212.87:8080/pictures/room/5-11-04/DSC00004.jpg 09:13 < Jax184> sure 09:13 < redworm> lololol 09:13 < zsr-> :D 09:13 < Jax184> come get them 09:14 < zsr-> too bad im only 17 :/ 09:16 < Jax184> I'm only 17 and I'm smuggling someone into the country 09:16 < Jax184> hehe 09:16 < Jax184> and I own a 1984 Pontiac Fiero 09:16 < Jax184> and a moped 09:16 < Jax184> and 160 computers 09:16 < Jax184> no such thing as only 17 09:16 < zsr-> i saw your moped 09:16 < zsr-> well, its hard to get a job/car/anything around this place :p 09:16 < Capso> Heh. 09:17 < Jax184> same here if you have no formal education 09:17 < Jax184> I have no job 09:17 < Jax184> I'm just sneaky and creative 09:17 < zsr-> :x 09:17 < Jax184> I always have a bit of money, and it's never stolen 09:17 < Jax184> none of my stuff is 09:17 < Capso> Glad we could have this moment to bullshit about ourselves over IRC... let's get back to iPodLinux. 09:18 < Jax184> oh I've only just begun 09:18 < Jax184> hehe 09:18 < Jax184> still need an acurate image of a 10gig 3G iPod running the original OS 09:18 < zsr-> holy geeze... http://154.20.212.87:8080/pictures/humor/Humor%20-%20big%20lan.jpg 09:19 < Capso> Jax184: Yea... any monkey can bullshit about itself and say its a man. 09:20 < Capso> Takes a man to show he's a man... not say he's a man. 09:20 < Jax184> I claim I'm a wolf 09:21 -!- t0mas [~Tomas@ip503c08d1.speed.planet.nl] has joined #ipodlinux 09:21 < Capso> Thank you for taking a serious statement and turning into a dumbass remark. 09:21 < Jax184> hehe 09:21 < Jax184> in fact I'm speaking the truth 09:24 < zsr-> Jax184, clean car. how old is that? o_O 09:24 < Jax184> it's a 1984 09:24 -!- jonrelay [~jonrelay@adsl-69-109-228-68.dsl.pltn13.pacbell.net] has quit ["So long and thanks for all the fish."] 09:24 < zsr-> restored? 09:24 < Jax184> only 49,000 miles on it 09:24 < Jax184> original 09:25 < Jax184> (78,000km as it says on the odo) 09:25 < zsr-> very nice 09:25 < Jax184> it ate it's head gasket today 09:25 < zsr-> meep meep 09:26 -!- Cippo [~Gusse@ti521110a080-2166.bb.online.no] has joined #ipodlinux 09:26 < zsr-> either way, nice car :) 09:26 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 09:27 < zsr-> how much was it? 09:27 < Jax184> $960 US 09:27 < zsr-> wow... thats pretty cheap 09:27 < Jax184> yes 09:27 < Jax184> owned it for a week 09:28 < zsr-> aye? 09:28 < Jax184> aye 09:29 < zsr-> err 09:29 < zsr-> not aye... what?* 09:29 < Jax184> hmm? 09:29 < Jax184> I bought it a week ago 09:29 < zsr-> gotcha 09:29 < Jax184> and today it ate it's head gasket 09:30 < EiGHTBALLx> is there a way to make linux apps in cygwins g++ or gcc 09:30 < zsr-> EiGHTBALLx, probably, try :) 09:30 < EiGHTBALLx> do you know the switch/option? 09:30 * zsr- knows nothing 09:30 < zsr-> well, about linux 09:31 < zsr-> anyways, good night all 09:31 -!- zsr- is now known as zsr 09:31 -!- zsr is now known as zsr|zzz 09:31 < EiGHTBALLx> i just woke up! 09:31 < zsr|zzz> nice talking to you Jax184 09:31 < zsr|zzz> hope to see you around 09:32 -!- Cippo [~Gusse@ti521110a080-2166.bb.online.no] has quit ["Going back to coding"] 09:33 -!- Cippo [~Gusse@ti521110a080-2166.bb.online.no] has joined #ipodlinux 09:35 -!- Cippo [~Gusse@ti521110a080-2166.bb.online.no] has quit [Client Quit] 09:35 -!- Cippo [~Gusse@ti521110a080-2166.bb.online.no] has joined #ipodlinux 09:48 -!- acs [~acs@163.Red-217-126-151.pooles.rima-tde.net] has joined #ipodlinux 09:53 -!- mgla [~mgla@p508C61FB.dip.t-dialin.net] has joined #ipodlinux 09:56 -!- EiGHTBALLx [~EiGHTBALL@host81-154-149-162.range81-154.btcentralplus.com] has quit [] 09:57 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 145 (Connection timed out)] 10:03 -!- redworm [~redworm@d154-20-72-165.bchsia.telus.net] has quit ["Leaving"] 10:09 -!- Flik [~flik@d207-6-196-246.bchsia.telus.net] has quit [Remote closed the connection] 10:09 -!- phantom_7424 [~soundless@82-37-74-242.cable.ubr02.dudl.blueyonder.co.uk] has joined #ipodlinux 10:11 < phantom_7424> hey all 10:11 -!- EvilDude [EvilDude@CPE-60-225-215-34.nsw.bigpond.net.au] has quit [Read error: 110 (Connection timed out)] 10:11 < phantom_7424> has anybody tried the latest nighty 19-06-2005 on an ipod photo? 10:13 < phantom_7424> no one ? 10:13 < Jax184> I cant even extract it 10:13 < phantom_7424> i just wanna now if theres anyuthing new 10:13 < phantom_7424> well jax i think i can help u with that 10:14 < phantom_7424> can you tell me whats the size of the podzilla file? 10:14 < phantom_7424> and what os are you using 10:17 -!- hyarion [~hyarion@1-1-10-41a.um.um.bostream.se] has joined #ipodlinux 10:17 -!- EvilDude [EvilDude@CPE-60-225-215-34.nsw.bigpond.net.au] has joined #ipodlinux 10:21 < Jax184> hmm? 10:21 < Jax184> I'm running windows 2000 pro SP4 10:24 < phantom_7424> well the files sometimes extract themselves wen you download them if the podzilla file is 700kb + then its extracted and you just need to enable hidden file extensions and get rid of the .gz and sorted 10:25 < Jax184> why on earth would they extract themselves? 10:25 < phantom_7424> same for kernel, except you rename that totaly to linux.bin 10:26 < phantom_7424> well let me rephrase trhat sometimes your extracting software does it 10:26 < Jax184> I run WinRAR 10:26 < phantom_7424> what is the file size on you pf the filesize 10:26 < phantom_7424> sam here i use winrar and thats what it does for me 10:26 < Jax184> 761kb 10:27 < phantom_7424> ok thats already extracted otherwise it would be 338kb 10:27 < Jax184> why the hell is it doing that? 10:28 < Jax184> has WinRAR intigrated itsself that far into IE? 10:31 < phantom_7424> dont realy know but thats the case i assure you 10:31 < Jax184> how bizzare... 10:33 < Jax184> now, what's the proper method of installing these? 10:35 < phantom_7424> what ipod you have ? 10:36 < Jax184> a 3G 10:37 < phantom_7424> http://www.ipodlinux.org/Installation_from_Windows 10:38 < Jax184> now that part I got 10:38 < Jax184> but I ment the nightly build 10:39 < phantom_7424> oh 10:39 < phantom_7424> http://www.ipodlinux.org/Windows_nightly_build_installation 10:42 < Jax184> hum 10:42 < Jax184> before I do this, does anyone have an older version of the software restore for windows program? 10:42 -!- leachbj [~leachbj@host81-153-191-5.range81-153.btcentralplus.com] has quit ["Client exiting"] 10:42 < Jax184> last ditch effort to make this thing work with the stock OS 10:42 < Jax184> install an older one 10:47 -!- Cippo [~Gusse@ti521110a080-2166.bb.online.no] has quit ["Going back to coding"] 10:51 -!- kevpatts [~chatzilla@cpc1-tall3-5-0-cust225.dbln.cable.ntl.com] has joined #ipodlinux 10:51 < kevpatts> Luke, you there? 10:52 < kevpatts> anyone here building podzilla under cygwin? 10:56 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has quit [Read error: 145 (Connection timed out)] 10:59 -!- kevpatts [~chatzilla@cpc1-tall3-5-0-cust225.dbln.cable.ntl.com] has quit ["Chatzilla 0.9.68.5 [Firefox 1.0.4/20050511]"] 11:02 < Jax184> RAH! 11:02 < Jax184> it worked! 11:11 -!- cucamacuca [~nao@bl5-217-219.dsl.telepac.pt] has joined #ipodlinux 11:11 < cucamacuca> hi 11:12 < hyarion> hello 11:14 < Jax184> nyah 11:14 < cucamacuca> what's up? 11:16 < Jax184> me, dispite it being 4:16 AM 11:16 < cucamacuca> jesus 11:17 < Jax184> where? 11:17 < Jax184> (quick! Hide the porn!) 11:17 < cucamacuca> everywhere 11:17 < cucamacuca> he knows 11:17 < Jax184> so does Eddy 11:18 < cucamacuca> Ed the sock? 11:19 < Jax184> no 11:19 < Jax184> he ate the sock 11:20 < cucamacuca> why you won't go to bed? 11:20 < Jax184> because I'm busy 11:20 < Jax184> fixing my iPod 11:20 < Jax184> infernal thing 11:20 < cucamacuca> what happened? 11:20 < Jax184> it's an iPod 11:20 < Jax184> a total lump 11:20 < Jax184> but it kinda works if I force it to use version 2.1 of the OS instead of 2.3 11:21 < Jax184> 2.3 just locks up half way through booting 11:21 < cucamacuca> humm that's sad 11:24 < Jax184> even now it doesnt Really work 11:24 < Jax184> just kinda 11:26 < cucamacuca> humm why u wont leave that and go to bed? 11:28 < Jax184> because 11:29 -!- IRCMonkey_ [~chatzilla@alminde.org] has joined #ipodlinux 11:30 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has joined #iPodLinux 11:36 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 11:51 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has quit ["Leaving"] 12:03 -!- t0mas [~Tomas@ip503c08d1.speed.planet.nl] has quit ["c ya tomorrow"] 12:09 -!- cucamacuca [~nao@bl5-217-219.dsl.telepac.pt] has quit [Read error: 110 (Connection timed out)] 12:10 -!- IRCMonkey_ [~chatzilla@alminde.org] has quit ["ChatZilla 0.9.61 [Mozilla rv:1.7.6/20050323]"] 12:11 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 60 (Operation timed out)] 12:14 -!- ^0tso [~Alex@tn-84-218-59-82.dsl.bredbandsbolaget.se] has quit ["( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )"] 12:16 -!- acs [~acs@163.Red-217-126-151.pooles.rima-tde.net] has quit ["Terminando cliente"] 12:16 -!- EvilDude [EvilDude@CPE-60-225-215-34.nsw.bigpond.net.au] has quit [] 12:50 < phantom_7424> wot country are u guys in ? 12:54 < hyarion> phantom_7424- http://www.ipodlinux.org/forums/viewtopic.php?t=1673 12:58 -!- thunder_3k1 [~thunder3k@p5498DF58.dip.t-dialin.net] has joined #ipodlinux 13:07 -!- McShaggy [~phags@pcp01185937pcs.strl301.mi.comcast.net] has quit [Read error: 110 (Connection timed out)] 13:08 -!- Tuvoc [~Tuvoc@adsl-68-250-97-89.dsl.sfldmi.ameritech.net] has joined #ipodlinux 13:46 -!- mgla [~mgla@mgla.wikipedia] has quit ["linked /dev/brain to /dev/null"] 13:51 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 13:51 -!- CIA-5 [~CIA@flapjack.navi.cx] has quit [Read error: 110 (Connection timed out)] 13:52 < phantom_7424> a question will ipodlinux be able to play music alongside video, or is that 2 cpu intensve 13:53 < phantom_7424> if that is so then adding audio to movies doesnt seem hard 13:54 < phantom_7424> like in the default firmware you can make notes that you can have like hyper links pointing to you music or pictures 13:54 < phantom_7424> the same thing could be done were one link will start playin the audio track and the video 13:55 < phantom_7424> if the audio is demuxed from the video correctly there shouldnt be sync problems 13:56 < phantom_7424> well is this possible ? 13:57 < phantom_7424> is anybody even here ? 13:58 < Appelmoes> they are working on it 13:58 -!- originalTH1 [~thomas@L0015P02.dipool.highway.telekom.at] has joined #ipodlinux 13:58 < phantom_7424> sorry not to sound like an ass but workin on the method i suggested or tryin to get audio and video player together from an avi 13:59 < Appelmoes> check the forum 14:00 < phantom_7424> apple moes have you got a ipod photo ? 14:01 < Appelmoes> yes 14:03 < phantom_7424> have got the latest nightly on it 18-06-05? 14:03 < Appelmoes> nope, 12-06 14:04 < phantom_7424> are you plannin on getting 18-06-2005 or is 12-06 more stable 14:04 -!- originalTHP [~thomas@L0003P08.dipool.highway.telekom.at] has quit [Read error: 110 (Connection timed out)] 14:04 < Appelmoes> when I'm done with my finals I'll install the latest 14:05 < phantom_7424> can you let me know if ure clicker sound still workks under linux on the latest nightly when yor done ? 14:06 < Appelmoes> k 14:06 < Appelmoes> that will be around the 29st 14:07 < phantom_7424> kk 14:15 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has joined #ipodlinux 14:15 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has left #ipodlinux [] 14:16 -!- McShaggy [~phags@pcp01185937pcs.strl301.mi.comcast.net] has joined #ipodlinux 14:23 -!- CIA-5 [~CIA@flapjack.navi.cx] has joined #ipodlinux 14:29 -!- thunder_3k2 [~thunder3k@p5498C0F1.dip.t-dialin.net] has joined #ipodlinux 14:32 -!- thunder_3k1 [~thunder3k@p5498DF58.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)] 14:34 -!- linuxbest [~linux__bt@61.49.126.244] has joined #ipodlinux 14:35 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has joined #ipodlinux 14:35 < xKDE> guest can now post in installation forums??? 14:37 -!- thunder_3k2 [~thunder3k@p5498C0F1.dip.t-dialin.net] has quit ["Verlassend"] 14:37 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 104 (Connection reset by peer)] 14:37 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 14:44 -!- CIA-5 [~CIA@flapjack.navi.cx] has quit [Read error: 60 (Operation timed out)] 14:45 -!- linuxbest [~linux__bt@61.49.126.244] has left #ipodlinux ["À뿪"] 14:49 -!- chr1s [~chris@118-245.surfsnel.dsl.internl.net] has joined #ipodlinux 14:50 < chr1s> hey everyone! 14:50 < chr1s> I'm trying to build the kernel from cvs, but I get an error when running make dep. 14:51 < chr1s> I've copied the kernel-cvs files over the vanilla kernel, copied the .config file, runned 'make oldconfig', until there everything goes fine. 14:53 < hyarion> but then? 14:53 < hyarion> what does it say? 14:54 < chr1s> make[1]: *** No rule to make target `dep'. Stop. 14:54 < chr1s> The wiki's not clear about whether I still have to apply the patch or not 14:54 < chr1s> The patch at step to on http://www.ipodlinux.org/Kernel_Building 14:55 < chr1s> s/step/step 2 14:56 -!- CIA-1 [~CIA@flapjack.navi.cx] has joined #ipodlinux 14:58 < chr1s> well, it turns out that I had to. 14:59 -!- phantom_7424 [~soundless@82-37-74-242.cable.ubr02.dudl.blueyonder.co.uk] has quit ["—I-n-v-i-s-i-o-n— 2.0 Build 3515 with A Pack Fix By www.ircmadeasy.com"] 15:00 < alexander> anyone here? 15:00 < joecool|sleep> no 15:00 -!- joecool|sleep [~joecool@joecool.no-sources] has quit ["brb... reboot"] 15:00 < hyarion> :) 15:00 < alexander> lol 15:04 -!- mgla [~mgla@mgla.wikipedia] has joined #ipodlinux 15:11 < alexander> uh oh 15:12 < chr1s> does anyone know of a make_fw binary that does support the -3 option? 15:14 < hyarion> which os are you using? 15:15 < chr1s> linux 15:15 < chr1s> and when I try to make the tools/ipodloader from cvs I get some parse errors 15:18 < alexander> where can i find the source to the cube application for podzilla? 15:19 -!- Thunder_3k1 [~Matthias@p5498C0F1.dip.t-dialin.net] has joined #ipodlinux 15:19 < hyarion> alex: in the cvs 15:19 < alexander> oh ok cool thanks 15:19 < chr1s> hyarion: where did you get your make_fw from? 15:20 < hyarion> I'm using a 2g :) 15:20 < chr1s> hm. Anyone with a 4g/mini in here? 15:20 < courtc> yup 15:20 < alexander> i have a 4g 15:23 < alexander> courtc: whats the best way to draw something in a podzilla? like i just want to draw an apple and keep making it bigger 15:23 < alexander> like the ipod is zooming in on it 15:24 < courtc> you could make it a vector apple. 15:24 < alexander> is there a tutorial on how to do that? 15:24 < courtc> draw with arcs and lines. 15:24 < alexander> i'm pretty new to programming 15:24 < chr1s> courtc: do you have instructions on how to compile make_fw.c ? 15:25 < courtc> chr1s, yea, 'make' ;) 15:25 < chr1s> or a binary of make_fw which supports the -3 flag? 15:25 < chr1s> well, make doesn't work here. 15:25 < courtc> http://so2.sys-techs.com/ipod/make_fw 15:25 < chr1s> I'm getting quite a lot of errors 15:25 < courtc> alexander, its more of a math problem than a programming one. 15:26 < chr1s> ah nice! 15:26 < alexander> hmm 15:29 < courtc> My problem on the other hand is either my mouse or xorg being stupid. 15:29 -!- kevpatts [~chatzilla@cpc1-tall3-5-0-cust225.dbln.cable.ntl.com] has joined #ipodlinux 15:31 -!- kevpatts [~chatzilla@cpc1-tall3-5-0-cust225.dbln.cable.ntl.com] has quit [Client Quit] 15:32 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has quit [Excess Flood] 15:32 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has joined #ipodlinux 15:33 < hyarion> btw, I heard that there was some progress for the 2g mini... 15:33 < hyarion> somethin about the lcd 15:34 < courtc> yea, I think we have the lcd working, from what I hear it displays tux in the bootloader. 15:34 -!- aegray_ is now known as aegray 15:34 < hyarion> :) 15:35 < hyarion> mabe it's time to update some wiki pages, like http://www.ipodlinux.org/Project_Status 15:36 < courtc> http://www.ipodlinux.org/2g_mini 15:39 -!- TX297` [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 15:39 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 131 (Connection reset by peer)] 15:47 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has quit [Read error: 131 (Connection reset by peer)] 15:48 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has joined #ipodlinux 15:49 < chr1s> w00t! Music playbacks works on my mini! 15:51 < chr1s> Does iPodLinux also automatically turns off the iPod after a few minutes of inactivity? 15:51 < aegray> no 15:51 < aegray> thats being worked on 15:51 < coob> chr1s: read the url in the topic 15:57 < chr1s> ah, thanks. 15:58 -!- ^0tso [~Alex@h107n2fls34o263.telia.com] has joined #ipodlinux 15:58 < chr1s> What does it take to make recording work on a mini? 15:58 < aegray> a miracle 15:58 < chr1s> why? 15:59 < aegray> jk 15:59 < aegray> i think its almost there 16:00 < chr1s> is there anything I can do to finish it? 16:00 < aegray> like what? 16:00 < aegray> its not simple stuff 16:01 < courtc> Its liekly that the hardware stuff for recording on a mini isn't hooked up. 16:01 < chr1s> like programming/testing? I'm an experienced programmer, I didn't do much assembly 16:01 < chr1s> ah, that's too bad. 16:02 < chr1s> I've got an idea btw: maybe it's possible to set default wheel-sensitivity values which resembles apple's defaults? 16:02 < aegray> its possible but it'll seem way too insensitive for some applications 16:02 < aegray> thats adjustable 16:03 < chr1s> hm, ok 16:03 -!- sk8rd [~UPP@ool-44c057c4.dyn.optonline.net] has joined #ipodlinux 16:04 < sk8rd> did anyone here ever get music to play well on a 4g yet? 16:04 < sk8rd> ...not trying to get 4g support, just wanna know if it works.... 16:04 < ^0tso> it works, not good thought 16:05 < ^0tso> you can only have one song at a time 16:06 < sk8rd> ook...doesn't it work good on other ipods? 16:06 < sk8rd> 1, 2, 3 g? 16:07 < hyarion> nope 16:07 < sk8rd> oic 16:08 < sk8rd> oh well...having linux on my ipod is still awsome :D 16:11 -!- ^0tso [~Alex@h107n2fls34o263.telia.com] has quit ["( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )"] 16:14 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has quit [Remote closed the connection] 16:17 -!- Silyx [~Silyx@24.241.3.42] has quit [Read error: 104 (Connection reset by peer)] 16:19 -!- acs [~acs@163.Red-217-126-151.pooles.rima-tde.net] has joined #ipodlinux 16:21 -!- Thunder_3k1 [~Matthias@p5498C0F1.dip.t-dialin.net] has quit ["Verlassend"] 16:28 < sk8rd> how do i put new games on it? 16:28 < sk8rd> ...do i just copy them to the root? 16:29 < hyarion> download vipodzilla 16:30 < sk8rd> cant do it with regular podzilla? 16:31 < hyarion> well if you want to compile everything yourself... 16:32 < sk8rd> oh...heh 16:32 < sk8rd> nvm then...thx 16:32 < sk8rd> so the games are actually built into podzilla then? 16:32 < hyarion> yep 16:33 < sk8rd> can i put vipodzilla on without having to reinstall linux on it? 16:33 < chr1s> well, I've compiled podzilla for MicroWindows, I'm trying to add a "sort by genre" function. 16:34 < chr1s> but is it possible to read the db when using podzilla for microwindows? I'm running debian btw. 16:34 < sk8rd> ?...sort by genre as in for music? 16:34 < chr1s> yes 16:36 < sk8rd> ook...we were talking about games....so i was like how many games are gonna be here? lol 16:38 < courtc> chr1s, don't bother. 16:38 < sk8rd> h/o, i can execute vipodzilla through podzilla? 16:38 < courtc> http://ipodlinux.org/requests/index.php?do=details&id=50 16:39 < courtc> sk8rd, you can, but why? 16:39 < sk8rd> arent there more games in there? 16:39 < courtc> just run one instead of the other 16:40 < sk8rd> wouldn't i have to reinstall linux then? 16:40 < courtc> no 16:41 < courtc> just replace bin/podzilla with the vipodzilla bin 16:42 < sk8rd> ook, thanks 16:43 < sk8rd> i can connect to itunes with podzilla running, right? 16:43 < courtc> umm.. no 16:43 -!- originalTH1 [~thomas@L0015P02.dipool.highway.telekom.at] has quit [Remote closed the connection] 16:43 -!- originalTHP [~thomas@L0015P02.dipool.highway.telekom.at] has joined #ipodlinux 16:44 < sk8rd> oh? i thought the installer said soemthing about it? maybe im thinking of something else... 16:44 < courtc> probably 16:45 -!- Thunder_3k1 [~Matthias@p5498C0F1.dip.t-dialin.net] has joined #ipodlinux 16:45 -!- Matthias_ [~Matthias@p5498C0F1.dip.t-dialin.net] has joined #ipodlinux 16:45 -!- Matthias_ [~Matthias@p5498C0F1.dip.t-dialin.net] has quit [Read error: 104 (Connection reset by peer)] 16:45 < sk8rd> alright, thanks for your help...ig2g now...pe@ce 16:46 -!- sk8rd [~UPP@ool-44c057c4.dyn.optonline.net] has quit ["« UPP »"] 16:46 -!- joecool [~joecool@joecool.no-sources] has joined #ipodlinux 16:46 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has joined #ipodlinux 16:46 -!- mode/#ipodlinux [+o Luke ] by ChanServ 16:50 -!- smacmac [~smacmac@180.84-48-113.nextgentel.com] has joined #iPodLinux 16:51 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has quit [Remote closed the connection] 16:54 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has joined #ipodlinux 16:55 -!- chr1s [~chris@118-245.surfsnel.dsl.internl.net] has quit ["leaving"] 16:56 -!- Z_Man [~zachary@cpe-24-209-92-36.woh.res.rr.com] has joined #ipodlinux 16:58 -!- _KDE [KDE@ppp-82-135-9-189.mnet-online.de] has joined #ipodlinux 16:59 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has quit [Remote closed the connection] 17:03 -!- Silyx [~Silyx@24.241.3.42] has joined #ipodlinux 17:07 -!- xKDE [KDE@ppp-82-135-12-25.mnet-online.de] has quit [Read error: 145 (Connection timed out)] 17:07 -!- Vanquisher [~Van@vanquisher.user] has joined #ipodlinux 17:12 -!- Bi-noix [~Bi-noix@ivr94-3-82-226-13-213.fbx.proxad.net] has joined #ipodlinux 17:19 -!- courtc [~courtc@adsl-158-35-74.asm.bellsouth.net] has quit [Read error: 110 (Connection timed out)] 17:19 -!- courtc [~courtc@adsl-33-130-237.asm.bellsouth.net] has joined #ipodlinux 17:20 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has joined #ipodlinux 17:20 -!- mode/#ipodlinux [+o Luke ] by ChanServ 17:21 -!- darkrom [darkrom@c-24-63-35-155.hsd1.ma.comcast.net] has joined #ipodlinux 17:21 -!- sandos [HydraIRC@d2fb9e125a8504b8.session.tor] has quit [Read error: 104 (Connection reset by peer)] 17:21 < darkrom> hey 17:21 -!- sandos_ [HydraIRC@519856565f41be0e.session.tor] has joined #ipodlinux 17:21 < darkrom> hows it goin everyone 17:21 -!- sandos_ is now known as sandos 17:21 < darkrom> anyone around 17:22 < darkrom> i just have a very small and probably stupid question 17:22 < darkrom> now that i already successfully have linux on my 4th gen and its all running great 17:22 < darkrom> anyone at all? :( 17:23 < courtc> only 62 17:23 < courtc> but at least one is a bot. 17:23 < darkrom> lol 17:23 < darkrom> hey do you have linux on the ipod 17:23 < darkrom> yes im assuming 17:23 -!- Silyx [~Silyx@24.241.3.42] has quit [Read error: 104 (Connection reset by peer)] 17:24 < courtc> you assume correctly 17:24 < darkrom> okay u know how disk mode you press rewind and fast forward at the apple logo? 17:25 -!- Silyx [~Silyx@24.241.3.42] has joined #ipodlinux 17:25 < darkrom> well what do i do because when i press them it boots to linux 17:25 < darkrom> not disk mode 17:25 < darkrom> because i need to press rew 17:25 < courtc> action + play 17:25 < darkrom> action and play instead of left and right 17:25 < darkrom> k let me check 17:25 < courtc> yup 17:25 < darkrom> thanks in advance 17:25 < darkrom> no one has bothered to tell me all day! 17:26 < darkrom> awesome 17:26 < darkrom> now thats a major start 17:26 < darkrom> the issue is i have no way to add music or get my ipod recognize in either linux or apple mode by my windows xp computer 17:26 < courtc> http://www.ipodlinux.org/Key_Combinations 17:26 < darkrom> DOH 17:26 < darkrom> lol 17:27 < darkrom> thought i looked everywhere too 17:27 < darkrom> so how do you get it recognized when you want to add songs to yours? 17:27 < courtc> put it in disk mode. 17:28 < darkrom> now the battery meter isnt goin up and its plugged in.... 17:28 < darkrom> still not recognized either 17:28 < darkrom> :( 17:28 < darkrom> im so close too 17:29 < darkrom> any thoughts 17:29 < courtc> what does your ipod say/ 17:29 < darkrom> ok to disconnect 17:30 < darkrom> i dont like how the battery meter stopped filling 17:30 < courtc> and its plugged into your computer via usb? 17:30 < darkrom> yea 17:30 < courtc> do you have a firewire port? 17:31 < darkrom> should i reset it again like i just did withOUT it being plugged in 17:31 < darkrom> get to disk 17:31 < darkrom> then plug in 17:31 < darkrom> and no i dont 17:31 < courtc> shouldn't really matter 17:31 < darkrom> and it doesnt 17:32 < darkrom> will itunes see in disk mode? 17:32 < courtc> should 17:32 < darkrom> doesnt 17:32 -!- joecool is now known as joecool|away 17:32 < darkrom> not in my computer either 17:33 < darkrom> when i run ipod updater it crashes before it really even opens all the way 17:33 < darkrom> i was so sure disk mode would be all id need 17:34 < darkrom> so what now :( 17:35 -!- F-F_^hmf^ [FF_hmf@ipv6.have-more-fun.net] has quit [Read error: 104 (Connection reset by peer)] 17:35 -!- Bi-noix [~Bi-noix@ivr94-3-82-226-13-213.fbx.proxad.net] has quit ["brb"] 17:35 < darkrom> still there? 17:36 -!- F-F_^hmf^ [FF_hmf@ipv6.have-more-fun.net] has joined #ipodlinux 17:39 < darkrom> now im screwed 17:41 < courtc> not an optimist eh? 17:41 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has joined #iPodLinux 17:44 < darkrom> nope 17:44 < darkrom> what do you think i should do 17:44 < darkrom> cant restore 17:44 < darkrom> cant get it to show up on anything 17:45 < courtc> I'd check your cord, it should work. 17:45 < hyarion> restart your computer and try again :) 17:45 < darkrom> well its not the cord and i will hyarion but that will be last chance thing 17:46 < darkrom> and its not the cord 17:46 < courtc> ok . 17:47 < darkrom> this will be the 2nd ipod dead due to a stupid idea 17:47 < darkrom> the other was opened 17:47 < originalTHP> courtc: are you currently involved in getting the IRQ problem solved on 2g mini? 17:47 < darkrom> no need to say more 17:48 < originalTHP> i mean: do you know anything about it? 17:48 < courtc> originalTHP- nope, I tend to stay away from kernel stuff. 17:50 < zsr|zzz> guys, have a question. i was having trouble extracting podzilla from the .gz last night. can anyone extract it from a program inside of windows? kept saying invalid tar or soemething. and yes, i tried downloading several different versions all with the same exact message. 17:50 -!- zsr|zzz is now known as zsr 17:51 < courtc> quit using IE ;) 17:51 < hyarion> it's a IE bug... it's already extracted 17:51 < zsr> actually, i use opera/firefox :p 17:51 < darkrom> how can this bee 17:51 < darkrom> now im in normal apple mod 17:51 < darkrom> mode 17:51 < darkrom> and its charging 17:51 < darkrom> and plugged in 17:52 < darkrom> and still not recognized 17:52 < darkrom> yet in disk mode not recognized or charging 17:52 < zsr> but it's already extracted. gotcha 17:54 < darkrom> anyone know what to do 17:58 -!- fre_ber [~fre_ber@c-2f5b70d5.034-221-73746f7.cust.bredbandsbolaget.se] has joined #iPodLinux 18:03 -!- EiGHTBALLx [~EiGHTBALL@host81-154-149-162.range81-154.btcentralplus.com] has joined #ipodlinux 18:03 < EiGHTBALLx> hi 18:05 < darkrom> has anyone come up with an idea 18:09 < courtc> robots controlled by wombats, that's a fnatastic idea 18:09 < coob> almost as good as wombats controlled by robots! 18:12 < courtc> what about robot wombats controlled by ideas? 18:13 < coob> is that an original idea, or did rowombat plant it in your head? 18:14 < courtc> Its like deja vu for the first time. 18:17 < darkrom> ahhhhhhhhhhhhhhhhhhhhh 18:17 < darkrom> court i htink i tried it all 18:17 < darkrom> :( 18:18 < darkrom> the weird thing is it all works great i just cant add ANYTHING 18:18 < courtc> did you try checking your cable? 18:18 < coob> have you tried rebooting? 18:18 < coob> also, sometimes pressing alt+f4 can force the link to form. 18:19 -!- Silyx [~Silyx@24.241.3.42] has quit ["Leaving"] 18:19 < darkrom> coob im not a n00b like that 18:19 < coob> have you tried rebooting? 18:19 < courtc> coob, its ctrl-f4 silly. 18:19 < darkrom> i know the real way to fix everything is c:format c: /y 18:19 < darkrom> no its alt i think 18:20 < courtc> alt-f4 closes the app. ctrl-f4 forms a link 18:20 < coob> bonzo:~# format c: /y 18:20 < coob> bash: format: command not found 18:20 < coob> :( 18:20 < darkrom> in dos :) 18:20 < courtc> # dos 18:20 < courtc> bash: dos: command not found 18:21 -!- Silyx [~Silyx@24.241.3.42] has joined #ipodlinux 18:22 < darkrom> what else can i do to get it to recognize it 18:22 < coob> hmm, the monad shell stuff actually looks quite neat 18:23 < coob> darkrom: have you tried rebooting? 18:23 -!- smacmac [~smacmac@180.84-48-113.nextgentel.com] has quit [] 18:23 < courtc> darkrom, you could try linux or osx 18:27 < zsr> hyarion, it cant be extracted becuase i renamed it to Podzilla and when it tried to boot up, it says "podzilla: Exec format error" 18:28 -!- TX297` [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 131 (Connection reset by peer)] 18:28 < hyarion> do you have a hexeditor? 18:28 * zsr goes to get one 18:28 < courtc> zsr, just use http://so2.sys-techs.com/ipod/podzilla 18:28 < courtc> its from last night 18:28 < hyarion> :) 18:29 < zsr> thanks :) 18:29 < zsr> well either way, ive got a hex editor 18:30 < hyarion> download courtc file... 18:30 < zsr> done 18:31 -!- smacmac [~smacmac@180.84-48-113.nextgentel.com] has joined #iPodLinux 18:32 < hyarion> but open your old podzilla in the hex editor and check what the first five bytes was 18:33 < courtc> should be bFLT\0 18:33 < zsr> the one i downloaded and couldnt get extracted? 18:33 < zsr> right? 18:33 < hyarion> yep 18:34 < zsr> righto 18:34 < zsr> strange, its bFLT then two outlines of squares (like a foreign character( 18:35 < hyarion> thats normal... 18:35 < zsr> ok 18:35 < zsr> going to give this podzilla a whirl, hold on 18:36 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 18:36 < zsr> that one must be busted, booted right up 18:41 * zsr likes where dialer is going :x 18:47 -!- smacmac_ [~smacmac@180.84-48-113.nextgentel.com] has joined #iPodLinux 18:52 -!- smacmac_ [~smacmac@180.84-48-113.nextgentel.com] has quit [] 18:58 -!- smacmac [~smacmac@180.84-48-113.nextgentel.com] has quit [Read error: 110 (Connection timed out)] 19:06 < fre_ber> Lmao: "interesting social study" 19:20 -!- Hostile [lanteau@cblmdm204-118-184-143.buckeye-express.com] has joined #ipodlinux 19:28 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 145 (Connection timed out)] 19:36 -!- mgla [~mgla@mgla.wikipedia] has quit ["linked /dev/brain to /dev/null"] 19:39 -!- ryanT [~chatzilla@adsl-63-200-54-170.dsl.snfc21.pacbell.net] has joined #ipodlinux 19:41 < ryanT> hello? 19:44 -!- Daishi [~daishi@pool-162-83-153-39.ny5030.east.verizon.net] has joined #ipodlinux 19:45 < hyarion> ryanT- hi 19:45 < ryanT> hey can you do other things in ipodlinux while your listening to music? 19:45 < hyarion> nope 19:46 < ryanT> hah i had a feeling about that one thanks! just wanted to make sure i wasnt crazy 19:46 < hyarion> there is no support for that yet 19:46 < originalTHP> you could switch to VT2 and login there 19:46 < ryanT> VT2? 19:46 < originalTHP> IF there was a VT2 19:46 < originalTHP> virtual terminal 19:46 < coob> ryanT: not yet, no 19:46 < ryanT> oh i see 19:46 < coob> soonish 19:47 < ryanT> soonish is good 19:47 < hyarion> nowish is better :/ 19:47 < coob> donating's better :) 19:47 < ryanT> haha can you donate through paypal? 19:48 < coob> yep 19:49 < coob> http://ipodlinux.org/Donations 19:49 < ryanT> well then 19:50 < ryanT> sounds good 19:50 < ryanT> cause its pretty tight i must admit 19:52 -!- dsh-1 [~daishi@pool-162-84-201-28.ny5030.east.verizon.net] has joined #ipodlinux 19:54 < EiGHTBALLx> you can add me to the list of ppl who can test out the latest kernels/bootloader for 2g mini and report back:-). that si my contribution. i cant donate b/c i dont have paypal and i live in the uk 19:54 < coob> i live in the uk and i donated via paypal 19:54 < coob> and there's already more than enough testers 19:55 < EiGHTBALLx> ". i cant donate b/c i dont have paypal" 19:55 < ryanT> get it? 19:57 < coob> i don't handle the donations... 19:57 * coob afk revising 19:58 -!- ryanT [~chatzilla@adsl-63-200-54-170.dsl.snfc21.pacbell.net] has quit ["Chatzilla 0.9.68.5 [Firefox 1.0.4/20050511]"] 20:03 -!- dsh-2 [~daishi@pool-162-83-234-126.ny5030.east.verizon.net] has joined #ipodlinux 20:04 -!- ryanT [~chatzilla@adsl-63-200-54-170.dsl.snfc21.pacbell.net] has joined #ipodlinux 20:07 -!- Daishi [~daishi@Daishi.member.nylug] has quit [Connection timed out] 20:07 -!- Bi-noix [~Bi-noix@ivr94-3-82-226-13-213.fbx.proxad.net] has joined #ipodlinux 20:12 < Izz^> It's a shame the dev blog doesn't get updated more often - even with more technical or trivial stuff. 20:12 < Izz^> It only gets updated when there is a major milestone. 20:21 -!- Z_Man [~zachary@cpe-24-209-92-36.woh.res.rr.com] has quit [Remote closed the connection] 20:21 -!- dsh-1 [~daishi@pool-162-84-201-28.ny5030.east.verizon.net] has quit [Read error: 110 (Connection timed out)] 20:22 -!- Z_Man [~zachary@cpe-24-209-92-36.woh.res.rr.com] has joined #ipodlinux 20:23 < originalTHP> Izz^: look at cia.navi.cx's project page for ipodlinux 20:23 < originalTHP> Izz^: and recent changes page of the wiki 20:25 < coob> Izz^: would you rather we spent our time coding, or blogging? 20:29 -!- darkrom [darkrom@c-24-63-35-155.hsd1.ma.comcast.net] has quit [] 20:32 -!- sarel [sarel@myw-stp-66-18-80-61.sentechsa.net] has joined #ipodlinux 20:32 < sarel> hello 20:32 < sarel> i have a problem with my ipod mini 4gb 20:33 -!- pmw5 [~pmw8@p54A61C0D.dip0.t-ipconnect.de] has joined #ipodlinux 20:33 < originalTHP> sarel: 1g or 2g? 20:33 < pmw5> hi 20:33 < sarel> mini 4gb 20:33 < pmw5> Where does iPodLinux save settings like contrast? 20:37 < dsh-2> on one of the ipods clouds 20:37 < dsh-2> though the newer 4gs save it in the dream area 20:38 < dsh-2> sandos: originalTHP means 1st generation or 2nd generation 20:40 -!- courtc [~courtc@adsl-33-130-237.asm.bellsouth.net] has quit [Read error: 113 (No route to host)] 20:40 -!- acs [~acs@163.Red-217-126-151.pooles.rima-tde.net] has quit [Remote closed the connection] 20:41 -!- dsh-2 is now known as dAISHI 20:41 < coob> pmw5: etc/podzilla.conf 20:41 < dAISHI> coob: IM TELLING YOU ITS ON THE CLOUDS 20:41 < dAISHI> EEP CAPSLOCK 20:41 < dAISHI> sorry 20:43 -!- davidc___ [~chatzilla@S01060002b360aacd.vc.shawcable.net] has joined #ipodlinux 20:44 < davidc___> hmm. who's using my nick.... 20:44 -!- davidc__ [~chatzilla@s142-179-110-30.bc.hsia.telus.net] has quit [Nick collision from services.] 20:44 < sarel> who can help me with a 2g mimi 20:45 -!- davidc___ is now known as davidc__ 20:45 -!- mode/#ipodlinux [+o davidc__ ] by ChanServ 20:45 -!- davidc____ [~chatzilla@s142-179-110-30.bc.hsia.telus.net] has joined #ipodlinux 20:45 < coob> hey davidc 20:45 < davidc__> sarel: the mini 2g is incompatible at the moment with ipodlinux 20:46 < davidc__> sarel: you're outta luck. 20:46 < coob> i take it your nightly stuff does checkouts of mwin too? 20:46 < davidc__> hey coob. 20:46 < davidc__> coob - yep 20:46 < davidc__> yeah, it grabs the latest libitunesdb, microwin / everything 20:46 < coob> woo, that's what broke those nightlies then :) 20:46 < davidc__> and builds it all from the latest versions. 20:46 < sarel> i istalled linux but now my ipod is broken 20:46 < davidc__> hmm? what broke what huh? 20:46 < davidc__> sarel: ARE YOU FUCKING STUPID? DID YOU NOT SEE THE BIG DOES NOT WORK THING?? 20:46 < coob> davidc__: the mini2 checkin broke the mwin 2bpp driver, patch is in to refix it now 20:47 < sarel> how do i fix it 20:47 < davidc__> coob - ah... so that'll fix everything 20:47 < davidc__> sarel - sledgehammer. 20:48 < davidc__> sarel: why the hell would you install it anyways? 20:48 < davidc__> sarel: We Specifically say, in a lot of places, that it doesn't bloody work. 20:48 < sarel> srry 20:48 < coob> sarel: run the Apple Restore utility, then go and play lego or something equally less challenging 20:48 < sarel> can i fix it or not 20:48 < sarel> it doesnt work 20:48 < davidc__> sarel - I'll take pity this time. Check the Key_Combinations page in the wiki 20:48 -!- courtc [~courtc@adsl-33-130-237.asm.bellsouth.net] has joined #ipodlinux 20:48 < dAISHI> get the ipod updater and hit restore 20:49 < sarel> my ipod cant connect 20:49 < davidc__> sarel: then use the reboot / disk mode combos 20:49 < dAISHI> you will loose all your music though 20:49 < davidc__> sarel - get into disk mode. 20:49 < sarel> no that doesnt work 20:49 < sarel> tried everything 20:49 < davidc__> sarel - you _held_ the restart combination for about 10 secs right? 20:49 < sarel> yes 20:49 < davidc__> that would be menu + middle button 20:49 -!- bLeW_ [~blew@stjh1-3303.nl.aliant.net] has joined #ipodlinux 20:49 < davidc__> for 10 seconds. 20:50 < davidc__> and what did you see on your screen? 20:50 < sarel> menu and midel to reset until it reset and midel and play until in discmode 20:50 < sarel> tried it 20:50 < davidc__> so it did reset. 20:50 < sarel> still doesnt wont to connect 20:50 < davidc__> but it does go into disk mode? 20:51 < sarel> yes but then it says " ok to disconect 20:52 < davidc__> and then you plug it into your computer right? 20:52 < davidc__> and it shows nothing? 20:52 < davidc__> and says the same thing? 20:52 < sarel> yeah 20:52 < davidc__> 1. What kind of computer. 2. What kind of connection? 20:52 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has quit [Read error: 145 (Connection timed out)] 20:53 < sarel> pentium 3.2, win xp updated, usb 20:54 < davidc__> sarel: I would try finding a mac with firewire. 20:54 < coob> or the device manager trick 20:54 < coob> whatever that is 20:54 < davidc__> coob - never used ipods + windows, wouldn't knwo that one 20:55 < coob> me neither 20:55 < davidc__> apparently you can see if it shows up under control panels / admin tools/ disk man 20:55 < sarel> dont kn 20:55 < sarel> ive tried everthing 20:55 < sarel> read all forums 20:55 < originalTHP> probably not everything 20:55 < originalTHP> suppose you didn't try yelling at your ipod 20:56 < sarel> yea not everthing 20:56 < courtc> well then, if you've tried everything then there is no chance. 20:56 -!- sarel [sarel@myw-stp-66-18-80-61.sentechsa.net] has left #ipodlinux [] 20:56 < courtc> hah 20:56 < originalTHP> why is windows so difficult anyway? 20:57 < EiGHTBALLx> windows is so difficult b/c its not linux 20:58 < courtc> what logic 20:58 < EiGHTBALLx> to a windows user , windows is easy , to a linux user , windows is hard 20:58 < originalTHP> windows isn't hard.. it's just hardly acceptable in some aspects.. 20:58 < originalTHP> and quite nice in some other 20:58 -!- hyarion [~hyarion@1-1-10-41a.um.um.bostream.se] has quit [Read error: 145 (Connection timed out)] 20:59 -!- bLeW_ [~blew@stjh1-3303.nl.aliant.net] has quit ["Leaving"] 20:59 < EiGHTBALLx> i know but it is so sheltered that they try and make it so that the average user couldnt do anything wrong , but when advanced users want to get somehting done its difficult 20:59 < EiGHTBALLx> but i didnt think that 1 thru 21:00 < EiGHTBALLx> it is also unbearably crash prone, mine breaks alot 21:00 -!- davidc__ [~chatzilla@S01060002b360aacd.vc.shawcable.net] has quit [Read error: 131 (Connection reset by peer)] 21:00 -!- sarel [sarel@myw-stp-66-18-80-64.sentechsa.net] has joined #ipodlinux 21:00 -!- davidc___ [~chatzilla@S01060002b360aacd.vc.shawcable.net] has joined #ipodlinux 21:00 -!- davidc___ is now known as davidc__ 21:00 < EiGHTBALLx> im of now bye 21:00 < originalTHP> bye 21:00 < davidc__> grr. stupid fucking wireless phone 21:00 < sarel> didnt work 21:00 -!- mode/#ipodlinux [+o davidc__ ] by ChanServ 21:00 -!- EiGHTBALLx [~EiGHTBALL@host81-154-149-162.range81-154.btcentralplus.com] has left #ipodlinux [] 21:00 < davidc__> sarel - what didn't work? 21:01 < sarel> i restarted computer 21:01 < sarel> im the dumbass 2g ipod with linux 21:02 < sarel> my ipod is broken 21:02 < originalTHP> put in your favourite live cd, fdisk your ipod, mkfs.vfat on the partition, hook it up to your win, apple restore 21:02 < coob> then eat your hat. 21:03 < originalTHP> last one is optional though 21:03 < sarel> ? 21:03 < sarel> fdisk 21:03 < davidc__> sarel - 2g? or 2g mini? 21:04 < sarel> 2g mini 21:04 < davidc__> sarel, I strongly recommend you find a friend with a mac 21:04 < davidc__> its the easiest way to restore. 21:04 < sarel> dont know one 21:04 < sarel> now 21:05 < originalTHP> i strongly recommend you find a friend 21:05 < sarel> but icant 21:05 < sarel> isnt there something else i can do 21:05 < courtc> sledgehammer 21:05 < originalTHP> buy a mac yourself. but making friends really isn't that difficult 21:06 < Bi-noix> lol 21:06 < pmw5> How can I update the kernel? 21:06 < sarel> no one is south africa has macs 21:06 < pmw5> What to do with the file 2005-06-19-kernel.bin? 21:06 -!- sarel [sarel@myw-stp-66-18-80-64.sentechsa.net] has left #ipodlinux [] 21:06 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 21:06 < courtc> pmw5, http://www.ipodlinux.org/Updating_kernel 21:08 < courtc> funny, http://www.apple.com/sa/ 21:09 < originalTHP> i just thought about how the statement "no one in south africa has apples" would have made me worry.. 21:10 -!- jonrelay [~jonrelay@adsl-69-109-228-68.dsl.pltn13.pacbell.net] has joined #ipodlinux 21:10 < pmw5> thanks 21:10 < pmw5> How can Iboot with viPodzilla? 21:11 < courtc> iBoot :D 21:11 < pmw5> I want to change the GUI. 21:11 < courtc> http://www.ipodlinux.org/Updating_podzilla 21:12 < courtc> or http://www.ipodlinux.org/ViPodzilla#Installation 21:13 < courtc> I suggest learning how to use the search function of the wiki. 21:15 -!- eddan|away is now known as eddan 21:16 -!- Marlon [~marlon@2001:618:400:eafa:210:b5ff:fe58:876c] has quit [Read error: 54 (Connection reset by peer)] 21:18 -!- ryanT [~chatzilla@adsl-63-200-54-170.dsl.snfc21.pacbell.net] has quit [Remote closed the connection] 21:22 -!- Marlon [~marlon@2001:618:400:eafa:210:b5ff:fe58:876c] has joined #ipodlinux 21:31 -!- zho40 [~zho40@user-24-214-168-103.knology.net] has joined #ipodlinux 21:46 -!- pmw5 [~pmw8@p54A61C0D.dip0.t-ipconnect.de] has quit [Read error: 54 (Connection reset by peer)] 21:56 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has quit [Remote closed the connection] 21:56 -!- Luke [~Luke@69-172-9-30.clvdoh.adelphia.net] has joined #ipodlinux 21:56 -!- mode/#ipodlinux [+o Luke ] by ChanServ 21:58 -!- originalTH1 [~thomas@L0001P05.dipool.highway.telekom.at] has joined #ipodlinux 22:03 -!- originalTHP [~thomas@L0015P02.dipool.highway.telekom.at] has quit [Read error: 110 (Connection timed out)] 22:03 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has quit [Read error: 110 (Connection timed out)] 22:06 -!- zho40 [~zho40@user-24-214-168-103.knology.net] has left #ipodlinux ["Leaving"] 22:25 -!- Marlon [~marlon@2001:618:400:eafa:210:b5ff:fe58:876c] has quit [Remote closed the connection] 22:26 -!- Flik [~flik@d207-6-196-246.bchsia.telus.net] has joined #ipodlinux 22:27 -!- Vaffanculo [~Van@vanquisher.user] has joined #ipodlinux 22:30 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has joined #iPodLinux 22:30 -!- Marlon [~marlon@2001:618:400:eafa:210:b5ff:fe58:876c] has joined #ipodlinux 22:32 -!- Vaffanculo [~Van@vanquisher.user] has quit ["Leaving"] 22:32 -!- originalTH1 is now known as originalTHP 22:33 -!- originalTHP [~thomas@L0001P05.dipool.highway.telekom.at] has quit ["Download Gaim: http://gaim.sourceforge.net/"] 22:33 -!- originalTHP [~thomas@L0001P05.dipool.highway.telekom.at] has joined #ipodlinux 22:33 -!- cucamacuca [~nao@bl5-217-219.dsl.telepac.pt] has joined #ipodlinux 22:33 < cucamacuca> hi 22:35 < dAISHI> hai 22:35 < cucamacuca> humm nice they fix the colour problem of 1.1 firmware 22:36 < cucamacuca> i think im gonna try 22:36 -!- Vaffanculo [~Van@vanquisher.user] has joined #ipodlinux 22:37 < dAISHI> they did? 22:37 < cucamacuca> i think 22:37 < cucamacuca> They also made the mistake of installing iPL on a photo with 1.1 firmware, hence the messed up colours. 22:37 < cucamacuca> A fix dated 18 June 2005 was submitted to CVS which may fix the 1.1 color problem. Try the 19 June 2005 nightly build which I have confirmed actually WORKS with the right colors on an iPod Photo 30 Gb...now if only I could use my A/V cable to stream the video out to my TV (which I have confirmed does NOT work) :-) 22:37 < cucamacuca> ups flood 22:37 < cucamacuca> sorry 22:38 < dAISHI> oo 22:38 < dAISHI> im interested to know what was wrong 22:38 < dAISHI> cvs update! 22:38 < cucamacuca> im going to do nightly update 22:38 -!- Vaffanculo [~Van@vanquisher.user] has quit [Client Quit] 22:39 -!- Vanquisher [~Van@vanquisher.user] has quit ["Leaving"] 22:40 < dAISHI> oo i dont think its in cvs yet 22:40 < dAISHI> oo it is 22:41 -!- phantom_7424 [~soundless@82-37-74-242.cable.ubr02.dudl.blueyonder.co.uk] has joined #ipodlinux 22:41 < phantom_7424> hi 22:41 < cucamacuca> yo 22:42 < phantom_7424> how are you doing? 22:43 < cucamacuca> fine 22:43 < cucamacuca> u? 22:43 < phantom_7424> excellent thanks 22:43 < phantom_7424> remind me, u have ipod photo 22:43 < cucamacuca> i have 22:43 < phantom_7424> ok got the latest nightly ? 22:43 < cucamacuca> im installing 22:44 < cucamacuca> running 22:44 < phantom_7424> excellent, just give me a shout when u finished installin 22:44 < cucamacuca> onki odnki 22:45 < cucamacuca> yes the colours 22:45 < cucamacuca> are fine :) 22:45 < cucamacuca> nice 22:45 < cucamacuca> 1.1 :) 22:45 < phantom_7424> colours of video or the menus? 22:45 < cucamacuca> both 22:46 < cucamacuca> im playing naruto ( anime ) 22:46 < cucamacuca> very good :) 22:46 < phantom_7424> good news :) 22:46 < phantom_7424> have you got the clicker working? 22:46 < cucamacuca> yeah 22:46 < phantom_7424> your clickers working? 22:47 < cucamacuca> clickers? 22:47 < phantom_7424> lol sorry 22:47 < phantom_7424> i meant clicker 22:47 < phantom_7424> the tick tick noise when you use the touch wheel 22:47 < cucamacuca> weait 22:47 < cucamacuca> wait 22:48 < cucamacuca> nop 22:48 < cucamacuca> it is not working 22:48 < cucamacuca> i dont ear a thing 22:48 < phantom_7424> ok thats fine thanks, i thought i killed my clicker lol 22:49 < cucamacuca> lol 22:49 < dAISHI> i dont think ipl has sound effects yet 22:49 < dAISHI> or that its that necessary 22:49 < cucamacuca> sometimes i ear the clicker 22:49 < dAISHI> what would be cool though is mods and stuff playing through its internal speaker if thats possible 22:50 < dAISHI> hehehe 22:50 < dAISHI> iTones 22:50 < phantom_7424> lol 22:51 < phantom_7424> well wot would be cool a spectrum equaliser that moves with the music 22:52 < cucamacuca> it would be cool ear songs and playing games or menus at the same time 22:52 < cucamacuca> and play compressed movies with audio :) 22:53 < phantom_7424> cucamacuca u a developer 22:53 < cucamacuca> if i am a developer? 22:53 < phantom_7424> are u? 22:54 < cucamacuca> nop just a fan of ipodlinux 22:54 < phantom_7424> same here, but i seriously want to help some way 22:54 < dAISHI> cucamacuca: ofcourse but theres lots of hard work especially for the compressed movies with audio 22:55 < dAISHI> i wonder if the ipod is even capable of decompressing video at realtime speed 22:55 < cucamacuca> dAISHI yeah i know ... these guys are great never thought that would be possivel to plya movies on ipod :) 22:55 < cucamacuca> dAISHI who knows 22:55 < dAISHI> cucamacuca: well someone was going to do it eventually 22:55 < phantom_7424> well the videos i tested seemed in real time and silky smooth 22:56 < dAISHI> and aegray beat them all to it 22:56 < dAISHI> im sure apple will come out with a video ipod next year 22:56 < dAISHI> or maybe sooner 22:57 -!- darkrom [darkrom@c-24-63-35-155.hsd1.ma.comcast.net] has joined #ipodlinux 22:57 < darkrom> hello 22:57 < cucamacuca> hi 22:57 < phantom_7424> hi 22:57 < darkrom> hows it going 22:57 < dAISHI> but seriously the color screen on the ipod is so pretty 22:57 < cucamacuca> well lets see what's happened 22:57 < cucamacuca> happen 22:57 < dAISHI> s 22:57 -!- dAISHI is now known as Daishi 22:58 < phantom_7424> aegray is in this room as well 22:59 < cucamacuca> :) 22:59 < darkrom> i still cant get my ipod to be recognized on my win xp 22:59 < cucamacuca> really? 22:59 < darkrom> and thats all i have to use right now 22:59 < darkrom> yes :( 22:59 < phantom_7424> aegray, the greatest, no seriously achieved something big 22:59 < cucamacuca> change the usb port 22:59 < cucamacuca> did u try that? 23:00 < phantom_7424> cucamacuca is your podzilla menu in colour or black and white? 23:00 < darkrom> i did 23:00 < darkrom> and i know the usb is good too 23:00 < darkrom> its charging 23:00 < darkrom> but i used other device there too 23:00 < cucamacuca> hummm 23:00 < darkrom> ipod updater wont recognice it 23:01 < cucamacuca> i got scroll menu with colour 23:01 -!- Vanquisher [~Van@vanquisher.user] has joined #ipodlinux 23:01 < cucamacuca> and the rest is black and white 23:01 < cucamacuca> darkromhumm 23:01 < darkrom> this is very upsetting 23:01 < cucamacuca> do u have 2.0? 23:01 < darkrom> already killed one ipod while modding it in a whole different way 23:01 < darkrom> yes 23:02 < phantom_7424> cucamacuca can you send me a picture of the ipod on the menu 23:02 < cucamacuca> dont have machine :( 23:02 -!- Vanquisher [~Van@vanquisher.user] has quit [Client Quit] 23:02 < cucamacuca> humm darkrom try reboot your machine and put in a diferent usb 23:03 < cucamacuca> phantom_7424 in the menu is black and white 23:03 < darkrom> i guess i can try rebooting but i dont feel strongly about that being the problem 23:03 < cucamacuca> only menus like music and settings i have coulor in the scrolling bar 23:03 < darkrom> so id like to try stuff here 23:04 < cucamacuca> are u detecting usb with mac os? 23:05 < darkrom> i dunno what ur saying sry 23:05 < darkrom> its win xp 23:05 < darkrom> and the ipod is in the apple firmware not linux 23:05 < cucamacuca> oh 23:05 < cucamacuca> oki 23:05 < darkrom> even in disk mode 23:05 < cucamacuca> can u run itunes and pass music? 23:05 < cucamacuca> upload music? 23:06 < darkrom> no :( 23:06 < darkrom> id be 100% good if it did 23:06 < darkrom> everything on the ipod works 23:06 < darkrom> but i cant add or change anything now 23:06 < cucamacuca> i have the same problem 23:07 < darkrom> reallu 23:07 < cucamacuca> had 23:07 < cucamacuca> yes 23:07 < darkrom> what did u do! 23:07 < darkrom> lol 23:07 < cucamacuca> well first 23:07 < cucamacuca> i was trying to format 23:07 < darkrom> same 23:07 < cucamacuca> but it always show me 23:07 < cucamacuca> need to update 23:07 < cucamacuca> bla bla 23:08 < darkrom> wait wait 23:08 < darkrom> i cant do that 23:08 < cucamacuca> and then i reboot my pc and change the usb 23:08 < darkrom> and it worked 23:08 < cucamacuca> and then i restored 23:08 < Jax184> For there is surly nothing more beautiful in this world, then the sight of a lone man, facing single handedly, a half a ton of angry potroast. 23:08 < darkrom> well mine doesnt say anything about updating or anything it just doesnt see it being there at all 23:09 < cucamacuca> does it recognize in my computer? 23:09 < darkrom> no :(((( 23:09 < cucamacuca> oki 23:09 < cucamacuca> go to administratives tools 23:10 < darkrom> k 23:10 < darkrom> there 23:10 < originalTHP> nite 23:10 -!- originalTHP [~thomas@L0001P05.dipool.highway.telekom.at] has quit ["Download Gaim: http://gaim.sourceforge.net/"] 23:10 < cucamacuca> then computer manager 23:10 < cucamacuca> or something like that 23:10 < darkrom> yep 23:11 < cucamacuca> managment of hd or somthing like that 23:11 < darkrom> disk management? 23:11 < cucamacuca> yes 23:11 < darkrom> ok 23:11 < cucamacuca> click there and try to view if ipod or disk is there 23:12 < darkrom> nope 23:12 < darkrom> :( 23:12 < darkrom> now i feel hopeless 23:12 < darkrom> let me try the same w/o diskmode on 23:12 -!- Izz^ [~Si@83-216-152-176.sibrin369.adsl.metronet.co.uk] has quit [Read error: 110 (Connection timed out)] 23:12 < cucamacuca> hummm 23:13 < cucamacuca> try instaling usb 2.0 drivers 23:13 < darkrom> what if i have 1.1 23:13 < darkrom> im not 1000% positive i guess 23:13 < darkrom> i thought i had 2.0 on all the computers but this is my only one left 23:13 < cucamacuca> lol which motherboard do u have? 23:13 < darkrom> its a dell 23:13 < darkrom> its a dimesnion 4300 23:13 < cucamacuca> need more information 23:13 < darkrom> kinda old i guess 23:13 < cucamacuca> hummm 23:13 < darkrom> not special i know 23:14 < cucamacuca> try with a usb 2.0 23:14 < darkrom> AHHH i dont think i have one lol 23:14 < darkrom> brb 23:14 < darkrom> lets try other plug in back 23:14 < cucamacuca> yeah back is good :) 23:16 < darkrom> okay took a min for battery icon to charge 23:16 < darkrom> still not there 23:17 < darkrom> it does charge it though 23:17 < cucamacuca> well go to a friend home and try there if ipod doesn't works well u got warranty 23:18 -!- wendt [~wendt@ip68-225-194-179.ph.ph.cox.net] has joined #iPodLinux 23:18 < darkrom> ipod linux is on it 23:18 < darkrom> wont they say too bad i fucked up 23:18 < darkrom> does that void the waranty 23:19 < cucamacuca> dont worry about that 23:19 < darkrom> ? 23:19 < darkrom> so no 23:19 < darkrom> lol 23:19 < cucamacuca> do u have firewire cable? 23:19 < darkrom> yea 23:19 < darkrom> but not a port on the pc lol 23:19 < cucamacuca> well try in a pc 23:19 < cucamacuca> an restore it 23:20 < cucamacuca> oki? 23:20 < darkrom> wait what 23:20 < darkrom> how can i do that 23:20 < darkrom> i dont have firewire ports 23:20 < cucamacuca> well 23:20 < darkrom> i cant afford another ipod again 23:20 < cucamacuca> do u have a friend that have that? or a mobility pc 23:21 < darkrom> i dont think i know anyone with firewire 23:21 < cucamacuca> or u can buy a pci firewire! 23:21 < darkrom> but i dont think its the usb thats being stubborn 23:21 < cucamacuca> they are cheap i guess 23:21 < darkrom> is there a way to get the ipod to show up on winxp in linux mode? 23:21 < cucamacuca> dont know 23:21 < cucamacuca> do u have linux in your pc? 23:21 < darkrom> i GUESS if it was helpful i can use the knoppix i have 23:22 < darkrom> i dont know all that much about linux though 23:22 < cucamacuca> try it 23:22 < darkrom> it wouldnt be plug and play right 23:22 < darkrom> i dont know enough about mounting disks 23:22 < cucamacuca> well i thing knoppix has automatic mounting 23:23 < darkrom> oh cool 23:23 < darkrom> before i try that any other suggestions? 23:23 < cucamacuca> pray to the lord? 23:23 < darkrom> too late 23:23 < darkrom> lol 23:24 < cucamacuca> lol 23:24 < darkrom> i need an exorcist for my ipod 23:24 < darkrom> this is sorta the same thing the 1st time 23:24 < darkrom> well no the 1st time it was a dead hd 23:24 < cucamacuca> lol 23:24 < cucamacuca> it could happen twice 23:25 < darkrom> no this one works but i cant add or edit from a computer until it shows up 23:25 < darkrom> the other was the infamous folder with ! 23:25 < cucamacuca> lol 23:25 < darkrom> and i KNOW i killed the hd physically 23:26 < cucamacuca> i guess that your usb's are not working and it will be nice that if you try with firewire 23:29 < darkrom> okay 23:30 < darkrom> well i know u know more than me but could that be possible if these usb's just worked with a digital camera? 23:31 < cucamacuca> lol 23:31 < cucamacuca> well i dont know :( 23:31 < cucamacuca> u have the warraty :P 23:31 < cucamacuca> well gota go bed 23:31 < darkrom> u sure this doesnt void it 23:31 < darkrom> thanks for the help 23:31 -!- TX297 [h@adsl-68-88-79-80.dsl.rcsntx.swbell.net] has joined #ipodlinux 23:31 < cucamacuca> no im not sure 23:32 < cucamacuca> cya 23:32 < darkrom> okay lol 23:32 < darkrom> thanks again 23:32 < cucamacuca> yeah 23:32 -!- cucamacuca [~nao@bl5-217-219.dsl.telepac.pt] has quit [] 23:32 -!- hearmeout [caseyjones@bzq-179-171-186.pop.bezeqint.net] has joined #ipodlinux 23:41 -!- Vanquisher [~Van@vanquisher.user] has joined #ipodlinux 23:42 -!- wendt [~wendt@ip68-225-194-179.ph.ph.cox.net] has quit ["Quit"] 23:45 -!- joecool|away is now known as joecool 23:47 -!- phantom_7424 [~soundless@82-37-74-242.cable.ubr02.dudl.blueyonder.co.uk] has quit [Read error: 104 (Connection reset by peer)] 23:48 -!- fre_ber [~fre_ber@c-2f5b70d5.034-221-73746f7.cust.bredbandsbolaget.se] has quit [Read error: 54 (Connection reset by peer)] 23:57 -!- gusgus [~gus@653411hfc03.tampabay.res.rr.com] has joined #ipodlinux --- Log closed Mon Jun 20 00:00:00 2005