From: <ic...@co...> - 2004-04-06 22:12:26
|
Well, I could take a stab at this, telling it which directories to look for shouldn't be a problem, its the "decryption" that gets me. Does anyone know exactly how it works, what the import will have to accomplish, and where to get started? --Thanks > Send iPodlinux-devel mailing list submissions to > ipo...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > or, via email, send a message with subject or body 'help' to > ipo...@li... > > You can reach the person managing the list at > ipo...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of iPodlinux-devel digest..." > > > Today's Topics: > > 1. Re: Mounting hda2/playing from vfat harddrive (Bernard Leach) > > --__--__-- > > Message: 1 > Subject: Re: [Ipodlinux-devel] Mounting hda2/playing from vfat harddrive > From: Bernard Leach <le...@bo...> > To: ic...@co... > Cc: ipo...@li... > Date: Sun, 04 Apr 2004 11:47:49 +0200 > > > You mean on a win iPod right? If so sure, just add a mount command to > your /etc/rc: > > mount -t vfat /dev/hda2 /mnt > > Then you will see the normal iPod music in /mnt/iPod_Control/Music/. > > Its a bit of pain to navigate, perhaps a simple hack would be to create > a tool that will symlink from the crazy f01.. directory structure back > to a /muic/artist/albumn/... type structure. I thought something like > this existed but I haven't seen anything yet. > > cheers, > bern. > > On Sun, 2004-04-04 at 02:33, ic...@co... wrote: > > Great Job guys!! everything plays and works fine...i have updated to the > newest kernel and was wondering if there was a way to play from the sda2 (hda2) > instead of having to repartition the iPod to get more space to copy the music > from sda2 into a folder in sda3? --Thanks > > > Send iPodlinux-devel mailing list submissions to > > > ipo...@li... > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > or, via email, send a message with subject or body 'help' to > > > ipo...@li... > > > > > > You can reach the person managing the list at > > > ipo...@li... > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of iPodlinux-devel digest..." > > > > > > > > > Today's Topics: > > > > > > 1. Re: Powersaving with hdparm (Bernard Leach) > > > 2. Re: Powersaving with hdparm (Robert D) > > > 3. Re: Powersaving with hdparm (JonathanC.Ross) > > > > > > -- __--__-- > > > > > > Message: 1 > > > Date: Thu, 1 Apr 2004 07:27:16 -0000 > > > To: "Jonathan C. Ross" <jon...@ba...>, > > > "ipo...@li..." > <ipo...@li...> > > > Subject: Re: [Ipodlinux-devel] Powersaving with hdparm > > > From: "Bernard Leach" <le...@bo...> > > > Reply-To: le...@bo... > > > > > > > > > Great job, I'll see about getting a binary up on in the beta area for > > > download. I'd be very interested to hear what sort of results you see from > > > that. > > > > > > So whats next? ;) > > > > > > cheers, > > > bern. > > > > > > "Jonathan C. Ross" <jon...@ba...> said: > > > > > > > Hi all, > > > > > > > > I have just 'ported' hdparm to my iPod, and added the following line to > > > > my /etc/rc: > > > > > > > > hdparm -S 1 /dev/ide/host0/bus0/target0/lun0/disc > > > > > > > > now my harddisk spins down after 5 seconds of inactivity, and spins up > > > > again quite happily when needed. I will do some tests over the next > > > > couple of days to see how long the battery lasts in various > > > > circumstances - perhaps 10 seconds spindown will prove better. > > > > > > > > The patch is quite simple, just affecting the Makefile: > > > > > > > > $ diff hdparm-5.5/Makefile.orig hdparm-5.5/Makefile > > > > 13c13 > > > > < CC = gcc > > > > --- > > > > > CC = arm-elf-gcc > > > > 17c17 > > > > < LDFLAGS = -s > > > > --- > > > > > LDFLAGS = -s -elf2flt > > > > > > > > Cheers, > > > > Jonathan. > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > > > GenToo technologies. Learn everything from fundamentals to system > > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > > _______________________________________________ > > > > iPodlinux-devel mailing list > > > > iPo...@li... > > > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > > > > > -- __--__-- > > > > > > Message: 2 > > > From: "Robert D" <ro...@op...> > > > To: <ipo...@li...> > > > Subject: Re: [Ipodlinux-devel] Powersaving with hdparm > > > Date: Thu, 1 Apr 2004 18:24:13 +1000 > > > > > > Wow, well done, thats just what was needed :) > > > > > > Robert D > > > > > > ----- Original Message ----- > > > From: "Jonathan C. Ross" <jon...@ba...> > > > To: <ipo...@li...> > > > Sent: Thursday, April 01, 2004 8:05 AM > > > > > Subject: [Ipodlinux-devel] Powersaving with hdparm > > > > > > > > > > Hi all, > > > > > > > > I have just 'ported' hdparm to my iPod, and added the following line to > > > > my /etc/rc: > > > > > > > > hdparm -S 1 /dev/ide/host0/bus0/target0/lun0/disc > > > > > > > > now my harddisk spins down after 5 seconds of inactivity, and spins up > > > > again quite happily when needed. I will do some tests over the next > > > > couple of days to see how long the battery lasts in various > > > > circumstances - perhaps 10 seconds spindown will prove better. > > > > > > > > The patch is quite simple, just affecting the Makefile: > > > > > > > > $ diff hdparm-5.5/Makefile.orig hdparm-5.5/Makefile > > > > 13c13 > > > > < CC = gcc > > > > --- > > > > > CC = arm-elf-gcc > > > > 17c17 > > > > < LDFLAGS = -s > > > > --- > > > > > LDFLAGS = -s -elf2flt > > > > > > > > Cheers, > > > > Jonathan. > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > > > > > GenToo technologies. Learn everything from fundamentals to system > > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > > _______________________________________________ > > > > iPodlinux-devel mailing list > > > > iPo...@li... > > > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > > > > -- __--__-- > > > > > > Message: 3 > > > Cc: "ipo...@li..." > > > <ipo...@li...> > > > From: Jonathan C. Ross <jon...@ba...> > > > Subject: Re: [Ipodlinux-devel] Powersaving with hdparm > > > Date: Thu, 1 Apr 2004 16:37:47 +0200 > > > To: le...@bo... > > > > > > On Apr 1, 2004, at 9:27 AM, Bernard Leach wrote: > > > > > > > > Great job, I'll see about getting a binary up on in the beta area for > > > > download. I'd be very interested to hear what sort of results you see > > > > from that. > > > > > > Last night I left the unit on - I wasn't very surprised to find that > > > the battery had drained fully this morning. Today, I managed 4 hours > > > on a more-or-less fully charged battery, simulating low to semi-normal > > > usage - listening to a song once in a while, playing around with > > > podzilla, letting the unit 'sleep' for a bit, etc., waking it up every > > > ten minutes or so. I'll do another drain test tonight (last night I > > > didn't have a fully charged unit. > > > > > > > So whats next? ;) > > > > > > I guess twice as much battery life, continuous playback of mp3s and > > > some funky userland tools? (-: > > > > > > > cheers, > > > > bern. > > > > > > > > > > Ditto, > > > Jonathan. > > > > > > > > > Ir. Jonathan C. Ross > > > Senior Developer > > > IMC Holding B.V. > > > Tel: +31 20 7988462 > > > > > > For general information, please visit our web site: http://www.imc.nl. > > > This e-mail and its attachments are only intended for the individual(s) > > > or entity(entities) named above to whom they are addressed and may > > > contain personal and/or confidential information. Please notify us > > > immediately if you are not the intended recipient. Any dissemination, > > > duplication, publication to third parties or other use of the contents > > > > > of this e-mail or its attachments is forbidden. Although this > > > information has been compiled with great care, neither IMC > > > International Marketmakers Combination B.V. nor its subsidiaries shall > > > accept any responsibility for any errors, omissions or other > > > inaccuracies in this information or for the consequences thereof, nor > > > shall it be bound in any way by the contents of this e-mail or its > > > attachments. In the event of incomplete or incorrect transmission > > > please return the e-mail to the sender. > > > > > > > > > > > > > > > -- __--__-- > > > > > > _______________________________________________ > > > iPodlinux-devel mailing list > > > iPo...@li... > > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > > > > End of iPodlinux-devel Digest > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > iPodlinux-devel mailing list > > iPo...@li... > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > > --__--__-- > > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > End of iPodlinux-devel Digest |