You can subscribe to this list here.
2003 |
Jan
|
Feb
(9) |
Mar
(21) |
Apr
(12) |
May
(11) |
Jun
(6) |
Jul
(3) |
Aug
|
Sep
(10) |
Oct
(20) |
Nov
(32) |
Dec
(41) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(48) |
Feb
(27) |
Mar
(120) |
Apr
(69) |
May
(15) |
Jun
(1) |
Jul
(6) |
Aug
(1) |
Sep
(1) |
Oct
(6) |
Nov
(2) |
Dec
(4) |
2005 |
Jan
|
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(1) |
2006 |
Jan
(3) |
Feb
(4) |
Mar
(9) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jonathan C. R. <jon...@ba...> - 2004-04-01 14:37:57
|
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. |
From: Robert D <ro...@op...> - 2004-04-01 08:21:33
|
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 |
From: Bernard L. <le...@bo...> - 2004-04-01 07:27:23
|
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 > -- |
From: Jonathan C. R. <jon...@ba...> - 2004-03-31 22:05:38
|
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. |
From: Bernard L. <le...@bo...> - 2004-03-31 21:05:18
|
Great to hear that it all works! You can find some /dev information in the Documentation tree in the linux kernel source. The major/minor numbers are all in there. On the iPod we are using devfs since the HFS+ seems to have problems with real device files (and anyhow they waste a lot of disk space). They aren't persistent though because devfs is not a real filesystem. Normally you run devfsd which creates the legacy device files (as links to the new devfs ones) and handles the persistance. devfsd doesn't run under uclinux though so that is out. Recreating them on startup is not so bad anyhow, we just need a smaller mknod program (or a ramdisk). Things like /dev/ide/... are from devfs. /dev/hda is considered a legacy name. The 2nd processor is currently used in the audio driver to keep the DAC busy. Its quite wasted in this regard but it does do some work ;) As for whats happening, I'm currently looking at getting 2.6 up & booting. My preference is to move to that as soon as possible rather than spend a lot of time working on 2.4 style drivers. The 2.4 kernel is basically a wrap as far as I'm concerned, but I'm just waiting to see if the basic level of support we want for the apps require any kernel changes (quite likely for the audio driver). The main missing feature we'd like to add for a "release" is simple support for playing mp3 files from podzilla. My preference is to just system() the mp3example player. There is a simple patch for adding stop/pause and better buffering to that but it still needs volume control. Something to make the HDD powerdown when it can would be great too though. iTunesDB support can wait. There are some libraries but they are glib based so it brings in a lot of extras. Basically though, pick something that interests you and just post here. cheers, bern. On Wed, 2004-03-31 at 22:48, Jonathan C. Ross wrote: > Hi Bern, > > I just installed rc2, and it works fine! mp3example works great too > (ALMOST listenable... ;-) ). I am enjoying hacking around with > podzilla, no problems there either. > > A couple of questions. Where do I find the specs for the /dev > hierarchy? And how come devices I make are not persistant? First thing > I did when I logged on to my iPod was "mknod /dev/hda2 3 2" "mount -t > vfat /dev/hda2 /iPod". I then found out that the special file was > deleted upon reboot. I then discovered the /dev/ide hierarchy. Is this > a uClinux-specific thing? > > Next: how is work coming on on getting both cpu's running? I suppose > SMP is going to be tricky without a MMU, but I don't suppose Apple put > in two for the fun of it either. > > Finally: who's working on what currently? I'd like to get my hand in, > but I'd hate to be duplicating any efforts. Anyone working on > implementing ioctl / hd spindown? Autocomplete line editing? iTunesDB > reading / manipulation? > > Cheers, > Jonathan > > > > > > On Tue, 2004-03-30 at 09:43, Bernard Leach wrote: > > The errors below are because you are missing the devices needed by telnetd ;) > > > > Try with with the -rc2 kernel - its a "known working kernel" so there is no > > reason why it shouldnt work for you. > > > > cheers, > > bern. > > > > "Jonathan C. Ross" <jon...@ba...> said: > > > > > Hello again, Bernard, > > > > > > Actually, the device linking and creation from your rc didn't seem to > > > help at all - I actually saw the first couple of kernel hangs so-far > > > (weird characters written to console, then nothing.) > > > > > > Having removed the mknod commands again, I am now invoking inetd from > > > userland. Still not there, I have the following error message, > > > apparently propagated to me by inetd itself: > > > > > > [root@atomic root]# telnet 192.10.1.2 > > > Trying 192.10.1.2... > > > Connected to 192.10.1.2. > > > Escape character is '^]'. > > > telnetd: All network ports in use. > > > Connection closed by foreign host. > > > > > > Do you think I would have any better luck with the release kernel on a > > > third generation iPod? I thought I read that it had only just been > > > fixed? > > > > > > Jonathan > > > > > > On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: > > > > The only mod to the standard filesystem (as on sourceforge) is a > > > > different rc script. Here is mine; > > > > > > > > # cat /mnt/ipod/etc/rc > > > > hostname ipod > > > > mount -t proc proc /proc > > > > cat /etc/motd > > > > ln -s /dev/pty/m0 /dev/ptyp0 > > > > ln -s /dev/pty/m1 /dev/ptyp1 > > > > ln -s /dev/vc/0 /dev/tty0 > > > > ln -s /dev/vc/1 /dev/tty1 > > > > mknod /dev/ttyp0 c 3 0 > > > > mknod /dev/ttyp1 c 3 1 > > > > modprobe tsb43aa82 > > > > modprobe eth1394 > > > > ifconfig eth0 192.10.1.2 > > > > ------------cut-------------- > > > > > > > > If that doesn't work, try using the precompiled kernels. > > > > > > > > cheers, > > > > bern. > > > > > > > > On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: > > > > > Hi All, > > > > > > > > > > I'm in a similar spot to Mathieu, perhaps a little further. I just > > > > > managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 driver > > > > > (I can verify the SMP / eth1394 driver problem! Total system hang as > > > > > soon as the module is inserted!) > > > > > > > > > > I can now ping my ipod. Yay! I had to unplug my crossfire firewire > > > > > drive first though, presumably to make sure the ipod was node [1]. > > > > > > > > > > The telnetd daemon on the iPod doesn't seem to want to bind to port 25. > > > > > I tried running it from inittab and from the shell (with the cunningly > > > > > wired shell script 'f'.) I _think_ I saw something about all ports > > > > > being in use? > > > > > > > > > > Is any other configuration needed on the iPod other than inserting the > > > > > two modules and configuring ethernet? > > > > > > > > > > Thanks for any advice, > > > > > Jonathan. > > > > > > > > > > On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: > > > > > > Some random thoughts/questions: > > > > > > > > > > > > Are there errors on the iPod during boot? > > > > > > > > > > > > If you start podzilla from /etc/rc, you need to exit podzilla before you > > > > > > can use telnet (although ping should work). > > > > > > > > > > > > You need to modprobe the eth1394 driver on your pc with the iPod > > > > > > connected (or at least stop and restart it if you disconnect the iPod). > > > > > > > > > > > > On Mon, 2004-03-29 at 21:08, Mathieu wrote: > > > > > > > Hi everybody ! > > > > > > > I have successfully compiled the 2.6.4 kernel for my computer and I > > > > > > > have addded the ipodeth1394 driver on the CVS server but I cannot ping > > > > > > > the ipod it doesn't work ! > > > > > > > Any ide will be aprecied ! > > > > > > > > > > > > > > Thank you > > > > > > > CHeers, > > > > > > > Mathieu > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > 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 > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > 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 > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > 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 > > > > > > > > > > > > |
From: Jonathan C. R. <jon...@ba...> - 2004-03-31 20:48:17
|
Hi Bern, I just installed rc2, and it works fine! mp3example works great too (ALMOST listenable... ;-) ). I am enjoying hacking around with podzilla, no problems there either. A couple of questions. Where do I find the specs for the /dev hierarchy? And how come devices I make are not persistant? First thing I did when I logged on to my iPod was "mknod /dev/hda2 3 2" "mount -t vfat /dev/hda2 /iPod". I then found out that the special file was deleted upon reboot. I then discovered the /dev/ide hierarchy. Is this a uClinux-specific thing? Next: how is work coming on on getting both cpu's running? I suppose SMP is going to be tricky without a MMU, but I don't suppose Apple put in two for the fun of it either. Finally: who's working on what currently? I'd like to get my hand in, but I'd hate to be duplicating any efforts. Anyone working on implementing ioctl / hd spindown? Autocomplete line editing? iTunesDB reading / manipulation? Cheers, Jonathan On Tue, 2004-03-30 at 09:43, Bernard Leach wrote: > The errors below are because you are missing the devices needed by telnetd ;) > > Try with with the -rc2 kernel - its a "known working kernel" so there is no > reason why it shouldnt work for you. > > cheers, > bern. > > "Jonathan C. Ross" <jon...@ba...> said: > > > Hello again, Bernard, > > > > Actually, the device linking and creation from your rc didn't seem to > > help at all - I actually saw the first couple of kernel hangs so-far > > (weird characters written to console, then nothing.) > > > > Having removed the mknod commands again, I am now invoking inetd from > > userland. Still not there, I have the following error message, > > apparently propagated to me by inetd itself: > > > > [root@atomic root]# telnet 192.10.1.2 > > Trying 192.10.1.2... > > Connected to 192.10.1.2. > > Escape character is '^]'. > > telnetd: All network ports in use. > > Connection closed by foreign host. > > > > Do you think I would have any better luck with the release kernel on a > > third generation iPod? I thought I read that it had only just been > > fixed? > > > > Jonathan > > > > On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: > > > The only mod to the standard filesystem (as on sourceforge) is a > > > different rc script. Here is mine; > > > > > > # cat /mnt/ipod/etc/rc > > > hostname ipod > > > mount -t proc proc /proc > > > cat /etc/motd > > > ln -s /dev/pty/m0 /dev/ptyp0 > > > ln -s /dev/pty/m1 /dev/ptyp1 > > > ln -s /dev/vc/0 /dev/tty0 > > > ln -s /dev/vc/1 /dev/tty1 > > > mknod /dev/ttyp0 c 3 0 > > > mknod /dev/ttyp1 c 3 1 > > > modprobe tsb43aa82 > > > modprobe eth1394 > > > ifconfig eth0 192.10.1.2 > > > ------------cut-------------- > > > > > > If that doesn't work, try using the precompiled kernels. > > > > > > cheers, > > > bern. > > > > > > On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: > > > > Hi All, > > > > > > > > I'm in a similar spot to Mathieu, perhaps a little further. I just > > > > managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 driver > > > > (I can verify the SMP / eth1394 driver problem! Total system hang as > > > > soon as the module is inserted!) > > > > > > > > I can now ping my ipod. Yay! I had to unplug my crossfire firewire > > > > drive first though, presumably to make sure the ipod was node [1]. > > > > > > > > The telnetd daemon on the iPod doesn't seem to want to bind to port 25. > > > > I tried running it from inittab and from the shell (with the cunningly > > > > wired shell script 'f'.) I _think_ I saw something about all ports > > > > being in use? > > > > > > > > Is any other configuration needed on the iPod other than inserting the > > > > two modules and configuring ethernet? > > > > > > > > Thanks for any advice, > > > > Jonathan. > > > > > > > > On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: > > > > > Some random thoughts/questions: > > > > > > > > > > Are there errors on the iPod during boot? > > > > > > > > > > If you start podzilla from /etc/rc, you need to exit podzilla before you > > > > > can use telnet (although ping should work). > > > > > > > > > > You need to modprobe the eth1394 driver on your pc with the iPod > > > > > connected (or at least stop and restart it if you disconnect the iPod). > > > > > > > > > > On Mon, 2004-03-29 at 21:08, Mathieu wrote: > > > > > > Hi everybody ! > > > > > > I have successfully compiled the 2.6.4 kernel for my computer and I > > > > > > have addded the ipodeth1394 driver on the CVS server but I cannot ping > > > > > > the ipod it doesn't work ! > > > > > > Any ide will be aprecied ! > > > > > > > > > > > > Thank you > > > > > > CHeers, > > > > > > Mathieu > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > 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 > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > 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 > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > 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 > > > > > > |
From: Bernard L. <le...@bo...> - 2004-03-30 20:08:53
|
The "Executing finished, Exiting" is normal. The rc script is finished and so it prints that. The custome eth1394 module is required on _all_ kernel versions. Sorry, I don't have any (recent) experience with Debian but the kernel module should compile against a 2.6.2 or newer kernel I think. On Tue, 2004-03-30 at 19:15, Terje Wiesener wrote: > I just installed the rc2 kernel as announced on the list, and the > installation went smooth. However, I have the same problem as Jonathan, > with your /etc/rc the script finishes with 'Execution finished, Exiting.', > after running ifconfig. Is this a problem? Or is it simply because the > ipod cannot listen to telnetd and sh at the same time? > > I tried adding sh to the end of the script as suggested by someone else, > but then it complains about a missing file descriptor for readline. > > Anyway, I tried inserting the eth1394 module into my kernel (debian 2.6.2 > stock kernel). I get "fw pwr +, fw pwr -, fw pwr -, irq: bus reset > requested" on the ipod, but I can't ping the ipod from the host. The host > is configured with eth1 as 192.10.1.1, and the interface seems to be up. > > Then I read that I need a custom eth1394 module since I am running a 2.6 > kernel, so I downloaded that from CVS. The problem is that I can't get it > to compile, presumably because I am running a packaged kernel from debian, > not one I compiled myself. > > Is this custom eth1394 module still needed for kernels 2.6? If so, is > there a way of building it without building the whole kernel? I'm guessing > by installing the kernel-headers package it should be possible, as with > the nvidia kernel module? > > Best regards > Terje > > > thanks for your quick reply! I tried your /etc/rc; now I can't even > > ping it anymore. The output looked very promising - up to and including > > 'Command: ifconfig eth 192.10.1.2'. No errors seen before then. But > > then comes: > > > > 'Execution finished, Exiting.' > > > > I don't even get the 'bus reset' messages I had been seeing before when > > I probe eth1394 on the host. Is this inittab correct? > > > > inet:unknown:/bin/inetd > > > ------------------------------------------------------- > 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_id70&alloc_id638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Terje W. <wie...@sa...> - 2004-03-30 17:15:41
|
I just installed the rc2 kernel as announced on the list, and the=20 installation went smooth. However, I have the same problem as Jonathan,=20 with your /etc/rc the script finishes with 'Execution finished, Exiting.'= ,=20 after running ifconfig. Is this a problem? Or is it simply because the=20 ipod cannot listen to telnetd and sh at the same time? I tried adding sh to the end of the script as suggested by someone else,=20 but then it complains about a missing file descriptor for readline. Anyway, I tried inserting the eth1394 module into my kernel (debian 2.6.2= =20 stock kernel). I get "fw pwr +, fw pwr -, fw pwr -, irq: bus reset=20 requested" on the ipod, but I can't ping the ipod from the host. The host= =20 is configured with eth1 as 192.10.1.1, and the interface seems to be up. Then I read that I need a custom eth1394 module since I am running a 2.6=20 kernel, so I downloaded that from CVS. The problem is that I can't get it= =20 to compile, presumably because I am running a packaged kernel from debian= ,=20 not one I compiled myself. Is this custom eth1394 module still needed for kernels 2.6? If so, is=20 there a way of building it without building the whole kernel? I'm guessin= g=20 by installing the kernel-headers package it should be possible, as with=20 the nvidia kernel module? Best regards Terje > thanks for your quick reply! I tried your /etc/rc; now I can't even > ping it anymore. The output looked very promising - up to and includin= g > 'Command: ifconfig eth 192.10.1.2'. No errors seen before then. But > then comes: > > 'Execution finished, Exiting.' > > I don't even get the 'bus reset' messages I had been seeing before when > I probe eth1394 on the host. Is this inittab correct? > > inet:unknown:/bin/inetd |
From: Bernard L. <le...@bo...> - 2004-03-30 08:15:25
|
Looks like it, can you try with the -rc2 kernel & modules. They work fine for me. cheers, bern. Jean-Charles Tournier <jea...@rd...> said: > Hi, > > thanks for your answer, but it doesn't work anymore. I took the > eth1394.o and tsb44aa82.o files from my compiled kernel and put it on > iPod. For each module i've got may errors insmod: unresolved symbol... > Apparently i've got troubles with modules ;) > > thanks, > jc. > > Le 30 mars 04, à 09:15, Jonathan C.Ross a écrit : > > > Hi Jean-Charles, > > > > It looks like the modules you have in /lib/modules are from an older > > kernel? > > You need to make sure you have the modules corresponding to the kernel > > you are running installed. In my case, I copied the freshly built > > eth1394.o and tsb43aa82.o to /lib/modules/2.4.24-uc0. > > > > Hope this helps? > > Jonathan. > > > > On Mar 30, 2004, at 9:02 AM, Jean-Charles Tournier wrote: > > > >> Hi, > >> > >> To keep your ipod running, i think you need to start sh at the end of > >> your rc script. But in my case, i have a lot of errors when I run > >> "modprobe eth1394". Errors look like: > >> ..... > >> insmod: unresolved symbol hpsb_unregister_highlevel_Ra91f4f71 > >> insmod: unresolved symbol __kfree_skb_R9e5c0b54 > >> insmod: unresolved symbol alloc_etherdev_Rb9bc25ac > >> pid 24: failed 256 > >> pid 22: failed 256 > >> > >> Any idea to resolve these erros? > >> > >> thanks, > >> jc. > >> > >> Le 29 mars 04, à 23:51, Jonathan C. Ross a écrit : > >> > >>> Hi Bernard, > >>> > >>> thanks for your quick reply! I tried your /etc/rc; now I can't even > >>> ping it anymore. The output looked very promising - up to and > >>> including > >>> 'Command: ifconfig eth 192.10.1.2'. No errors seen before then. But > >>> then comes: > >>> > >>> 'Execution finished, Exiting.' > >>> > >>> I don't even get the 'bus reset' messages I had been seeing before > >>> when > >>> I probe eth1394 on the host. Is this inittab correct? > >>> > >>> inet:unknown:/bin/inetd > >>> > >>> Thanks for your help! Oh, and... I'll mess around a bit more with the > >>> CVS version before giving up, if you don't mind! > >>> > >>> Cheers, > >>> Jonathan > >>> > >>> P.S. B.t.w., did I mention in my last post that I have a 3g model? > >>> > >>> On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: > >>>> The only mod to the standard filesystem (as on sourceforge) is a > >>>> different rc script. Here is mine; > >>>> > >>>> # cat /mnt/ipod/etc/rc > >>>> hostname ipod > >>>> mount -t proc proc /proc > >>>> cat /etc/motd > >>>> ln -s /dev/pty/m0 /dev/ptyp0 > >>>> ln -s /dev/pty/m1 /dev/ptyp1 > >>>> ln -s /dev/vc/0 /dev/tty0 > >>>> ln -s /dev/vc/1 /dev/tty1 > >>>> mknod /dev/ttyp0 c 3 0 > >>>> mknod /dev/ttyp1 c 3 1 > >>>> modprobe tsb43aa82 > >>>> modprobe eth1394 > >>>> ifconfig eth0 192.10.1.2 > >>>> ------------cut-------------- > >>>> > >>>> If that doesn't work, try using the precompiled kernels. > >>>> > >>>> cheers, > >>>> bern. > >>>> > >>>> On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: > >>>>> Hi All, > >>>>> > >>>>> I'm in a similar spot to Mathieu, perhaps a little further. I just > >>>>> managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 > >>>>> driver > >>>>> (I can verify the SMP / eth1394 driver problem! Total system hang > >>>>> as > >>>>> soon as the module is inserted!) > >>>>> > >>>>> I can now ping my ipod. Yay! I had to unplug my crossfire > >>>>> firewire > >>>>> drive first though, presumably to make sure the ipod was node [1]. > >>>>> > >>>>> The telnetd daemon on the iPod doesn't seem to want to bind to > >>>>> port 25. > >>>>> I tried running it from inittab and from the shell (with the > >>>>> cunningly > >>>>> wired shell script 'f'.) I _think_ I saw something about all ports > >>>>> being in use? > >>>>> > >>>>> Is any other configuration needed on the iPod other than inserting > >>>>> the > >>>>> two modules and configuring ethernet? > >>>>> > >>>>> Thanks for any advice, > >>>>> Jonathan. > >>>>> > >>>>> On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: > >>>>>> Some random thoughts/questions: > >>>>>> > >>>>>> Are there errors on the iPod during boot? > >>>>>> > >>>>>> If you start podzilla from /etc/rc, you need to exit podzilla > >>>>>> before you > >>>>>> can use telnet (although ping should work). > >>>>>> > >>>>>> You need to modprobe the eth1394 driver on your pc with the iPod > >>>>>> connected (or at least stop and restart it if you disconnect the > >>>>>> iPod). > >>>>>> > >>>>>> On Mon, 2004-03-29 at 21:08, Mathieu wrote: > >>>>>>> Hi everybody ! > >>>>>>> I have successfully compiled the 2.6.4 kernel for my computer > >>>>>>> and I > >>>>>>> have addded the ipodeth1394 driver on the CVS server but I > >>>>>>> cannot ping > >>>>>>> the ipod it doesn't work ! > >>>>>>> Any ide will be aprecied ! > >>>>>>> > >>>>>>> Thank you > >>>>>>> CHeers, > >>>>>>> Mathieu > >>>>>> > >>>>>> > >>>>>> > >>>>>> ------------------------------------------------------- > >>>>>> 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 > >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------- > >>>>> 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 > >>>>> > >>>> > >>>> > >>>> > >>>> ------------------------------------------------------- > >>>> 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 > >>> > >>> > >>> > >>> ------------------------------------------------------- > >>> 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 > >>> > >>> > > 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. > -- |
From: Jean-Charles T. <jea...@rd...> - 2004-03-30 08:08:06
|
Hi, thanks for your answer, but it doesn't work anymore. I took the =20 eth1394.o and tsb44aa82.o files from my compiled kernel and put it on =20= iPod. For each module i've got may errors insmod: unresolved symbol... =20= Apparently i've got troubles with modules ;) thanks, jc. Le 30 mars 04, =E0 09:15, Jonathan C.Ross a =E9crit : > Hi Jean-Charles, > > It looks like the modules you have in /lib/modules are from an older =20= > kernel? > You need to make sure you have the modules corresponding to the kernel = =20 > you are running installed. In my case, I copied the freshly built =20 > eth1394.o and tsb43aa82.o to /lib/modules/2.4.24-uc0. > > Hope this helps? > Jonathan. > > On Mar 30, 2004, at 9:02 AM, Jean-Charles Tournier wrote: > >> Hi, >> >> To keep your ipod running, i think you need to start sh at the end of = =20 >> your rc script. But in my case, i have a lot of errors when I run =20= >> "modprobe eth1394". Errors look like: >> ..... >> insmod: unresolved symbol hpsb_unregister_highlevel_Ra91f4f71 >> insmod: unresolved symbol __kfree_skb_R9e5c0b54 >> insmod: unresolved symbol alloc_etherdev_Rb9bc25ac >> pid 24: failed 256 >> pid 22: failed 256 >> >> Any idea to resolve these erros? >> >> thanks, >> jc. >> >> Le 29 mars 04, =E0 23:51, Jonathan C. Ross a =E9crit : >> >>> Hi Bernard, >>> >>> thanks for your quick reply! I tried your /etc/rc; now I can't even >>> ping it anymore. The output looked very promising - up to and =20 >>> including >>> 'Command: ifconfig eth 192.10.1.2'. No errors seen before then. = But >>> then comes: >>> >>> 'Execution finished, Exiting.' >>> >>> I don't even get the 'bus reset' messages I had been seeing before =20= >>> when >>> I probe eth1394 on the host. Is this inittab correct? >>> >>> inet:unknown:/bin/inetd >>> >>> Thanks for your help! Oh, and... I'll mess around a bit more with = the >>> CVS version before giving up, if you don't mind! >>> >>> Cheers, >>> Jonathan >>> >>> P.S. B.t.w., did I mention in my last post that I have a 3g model? >>> >>> On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: >>>> The only mod to the standard filesystem (as on sourceforge) is a >>>> different rc script. Here is mine; >>>> >>>> # cat /mnt/ipod/etc/rc >>>> hostname ipod >>>> mount -t proc proc /proc >>>> cat /etc/motd >>>> ln -s /dev/pty/m0 /dev/ptyp0 >>>> ln -s /dev/pty/m1 /dev/ptyp1 >>>> ln -s /dev/vc/0 /dev/tty0 >>>> ln -s /dev/vc/1 /dev/tty1 >>>> mknod /dev/ttyp0 c 3 0 >>>> mknod /dev/ttyp1 c 3 1 >>>> modprobe tsb43aa82 >>>> modprobe eth1394 >>>> ifconfig eth0 192.10.1.2 >>>> ------------cut-------------- >>>> >>>> If that doesn't work, try using the precompiled kernels. >>>> >>>> cheers, >>>> bern. >>>> >>>> On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: >>>>> Hi All, >>>>> >>>>> I'm in a similar spot to Mathieu, perhaps a little further. I = just >>>>> managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 =20= >>>>> driver >>>>> (I can verify the SMP / eth1394 driver problem! Total system hang = =20 >>>>> as >>>>> soon as the module is inserted!) >>>>> >>>>> I can now ping my ipod. Yay! I had to unplug my crossfire =20 >>>>> firewire >>>>> drive first though, presumably to make sure the ipod was node [1]. >>>>> >>>>> The telnetd daemon on the iPod doesn't seem to want to bind to =20 >>>>> port 25. >>>>> I tried running it from inittab and from the shell (with the =20 >>>>> cunningly >>>>> wired shell script 'f'.) I _think_ I saw something about all = ports >>>>> being in use? >>>>> >>>>> Is any other configuration needed on the iPod other than inserting = =20 >>>>> the >>>>> two modules and configuring ethernet? >>>>> >>>>> Thanks for any advice, >>>>> Jonathan. >>>>> >>>>> On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: >>>>>> Some random thoughts/questions: >>>>>> >>>>>> Are there errors on the iPod during boot? >>>>>> >>>>>> If you start podzilla from /etc/rc, you need to exit podzilla =20 >>>>>> before you >>>>>> can use telnet (although ping should work). >>>>>> >>>>>> You need to modprobe the eth1394 driver on your pc with the iPod >>>>>> connected (or at least stop and restart it if you disconnect the =20= >>>>>> iPod). >>>>>> >>>>>> On Mon, 2004-03-29 at 21:08, Mathieu wrote: >>>>>>> Hi everybody ! >>>>>>> I have successfully compiled the 2.6.4 kernel for my computer =20= >>>>>>> and I >>>>>>> have addded the ipodeth1394 driver on the CVS server but I =20 >>>>>>> cannot ping >>>>>>> the ipod it doesn't work ! >>>>>>> Any ide will be aprecied ! >>>>>>> >>>>>>> Thank you >>>>>>> CHeers, >>>>>>> Mathieu >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> This SF.Net email is sponsored by: IBM Linux Tutorials >>>>>> Free Linux tutorial presented by Daniel Robbins, President and =20= >>>>>> CEO of >>>>>> GenToo technologies. Learn everything from fundamentals to system >>>>>> administration.http://ads.osdn.com/?=20 >>>>>> ad_id=3D1470&alloc_id=3D3638&op=3Dclick >>>>>> _______________________________________________ >>>>>> iPodlinux-devel mailing list >>>>>> iPo...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This SF.Net email is sponsored by: IBM Linux Tutorials >>>>> Free Linux tutorial presented by Daniel Robbins, President and CEO = =20 >>>>> of >>>>> GenToo technologies. Learn everything from fundamentals to system >>>>> administration.http://ads.osdn.com/?=20 >>>>> ad_id=3D1470&alloc_id=3D3638&op=3Dclick >>>>> _______________________________________________ >>>>> iPodlinux-devel mailing list >>>>> iPo...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by: IBM Linux Tutorials >>>> Free Linux tutorial presented by Daniel Robbins, President and CEO =20= >>>> of >>>> GenToo technologies. Learn everything from fundamentals to system >>>> administration.http://ads.osdn.com/?=20 >>>> ad_id=3D1470&alloc_id=3D3638&op=3Dclick >>>> _______________________________________________ >>>> iPodlinux-devel mailing list >>>> iPo...@li... >>>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>> >>> >>> >>> ------------------------------------------------------- >>> 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=3D1470&alloc_id=3D3638&op=3Dclic= k >>> _______________________________________________ >>> iPodlinux-devel mailing list >>> iPo...@li... >>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>> >>> > 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. = =20 > This e-mail and its attachments are only intended for the =20 > individual(s) or entity(entities) named above to whom they are =20 > addressed and may contain personal and/or confidential information. =20= > Please notify us immediately if you are not the intended recipient. =20= > Any dissemination, duplication, publication to third parties or other =20= > use of the contents of this e-mail or its attachments is forbidden. =20= > Although this information has been compiled with great care, neither =20= > IMC International Marketmakers Combination B.V. nor its subsidiaries =20= > shall accept any responsibility for any errors, omissions or other =20 > inaccuracies in this information or for the consequences thereof, nor =20= > shall it be bound in any way by the contents of this e-mail or its =20 > attachments. In the event of incomplete or incorrect transmission =20 > please return the e-mail to the sender. |
From: Bernard L. <le...@bo...> - 2004-03-30 07:43:48
|
The errors below are because you are missing the devices needed by telnetd ;) Try with with the -rc2 kernel - its a "known working kernel" so there is no reason why it shouldnt work for you. cheers, bern. "Jonathan C. Ross" <jon...@ba...> said: > Hello again, Bernard, > > Actually, the device linking and creation from your rc didn't seem to > help at all - I actually saw the first couple of kernel hangs so-far > (weird characters written to console, then nothing.) > > Having removed the mknod commands again, I am now invoking inetd from > userland. Still not there, I have the following error message, > apparently propagated to me by inetd itself: > > [root@atomic root]# telnet 192.10.1.2 > Trying 192.10.1.2... > Connected to 192.10.1.2. > Escape character is '^]'. > telnetd: All network ports in use. > Connection closed by foreign host. > > Do you think I would have any better luck with the release kernel on a > third generation iPod? I thought I read that it had only just been > fixed? > > Jonathan > > On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: > > The only mod to the standard filesystem (as on sourceforge) is a > > different rc script. Here is mine; > > > > # cat /mnt/ipod/etc/rc > > hostname ipod > > mount -t proc proc /proc > > cat /etc/motd > > ln -s /dev/pty/m0 /dev/ptyp0 > > ln -s /dev/pty/m1 /dev/ptyp1 > > ln -s /dev/vc/0 /dev/tty0 > > ln -s /dev/vc/1 /dev/tty1 > > mknod /dev/ttyp0 c 3 0 > > mknod /dev/ttyp1 c 3 1 > > modprobe tsb43aa82 > > modprobe eth1394 > > ifconfig eth0 192.10.1.2 > > ------------cut-------------- > > > > If that doesn't work, try using the precompiled kernels. > > > > cheers, > > bern. > > > > On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: > > > Hi All, > > > > > > I'm in a similar spot to Mathieu, perhaps a little further. I just > > > managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 driver > > > (I can verify the SMP / eth1394 driver problem! Total system hang as > > > soon as the module is inserted!) > > > > > > I can now ping my ipod. Yay! I had to unplug my crossfire firewire > > > drive first though, presumably to make sure the ipod was node [1]. > > > > > > The telnetd daemon on the iPod doesn't seem to want to bind to port 25. > > > I tried running it from inittab and from the shell (with the cunningly > > > wired shell script 'f'.) I _think_ I saw something about all ports > > > being in use? > > > > > > Is any other configuration needed on the iPod other than inserting the > > > two modules and configuring ethernet? > > > > > > Thanks for any advice, > > > Jonathan. > > > > > > On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: > > > > Some random thoughts/questions: > > > > > > > > Are there errors on the iPod during boot? > > > > > > > > If you start podzilla from /etc/rc, you need to exit podzilla before you > > > > can use telnet (although ping should work). > > > > > > > > You need to modprobe the eth1394 driver on your pc with the iPod > > > > connected (or at least stop and restart it if you disconnect the iPod). > > > > > > > > On Mon, 2004-03-29 at 21:08, Mathieu wrote: > > > > > Hi everybody ! > > > > > I have successfully compiled the 2.6.4 kernel for my computer and I > > > > > have addded the ipodeth1394 driver on the CVS server but I cannot ping > > > > > the ipod it doesn't work ! > > > > > Any ide will be aprecied ! > > > > > > > > > > Thank you > > > > > CHeers, > > > > > Mathieu > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > 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 > > > > > > > > > > > > ------------------------------------------------------- > > > 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 > > > > > > > > > > > ------------------------------------------------------- > > 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 > > -- |
From: Jonathan C.R. <jon...@ba...> - 2004-03-30 07:15:11
|
Hi Jean-Charles, It looks like the modules you have in /lib/modules are from an older =20 kernel? You need to make sure you have the modules corresponding to the kernel =20= you are running installed. In my case, I copied the freshly built =20 eth1394.o and tsb43aa82.o to /lib/modules/2.4.24-uc0. Hope this helps? Jonathan. On Mar 30, 2004, at 9:02 AM, Jean-Charles Tournier wrote: > Hi, > > To keep your ipod running, i think you need to start sh at the end of =20= > your rc script. But in my case, i have a lot of errors when I run =20 > "modprobe eth1394". Errors look like: > ..... > insmod: unresolved symbol hpsb_unregister_highlevel_Ra91f4f71 > insmod: unresolved symbol __kfree_skb_R9e5c0b54 > insmod: unresolved symbol alloc_etherdev_Rb9bc25ac > pid 24: failed 256 > pid 22: failed 256 > > Any idea to resolve these erros? > > thanks, > jc. > > Le 29 mars 04, =E0 23:51, Jonathan C. Ross a =E9crit : > >> Hi Bernard, >> >> thanks for your quick reply! I tried your /etc/rc; now I can't even >> ping it anymore. The output looked very promising - up to and =20 >> including >> 'Command: ifconfig eth 192.10.1.2'. No errors seen before then. But >> then comes: >> >> 'Execution finished, Exiting.' >> >> I don't even get the 'bus reset' messages I had been seeing before =20= >> when >> I probe eth1394 on the host. Is this inittab correct? >> >> inet:unknown:/bin/inetd >> >> Thanks for your help! Oh, and... I'll mess around a bit more with the >> CVS version before giving up, if you don't mind! >> >> Cheers, >> Jonathan >> >> P.S. B.t.w., did I mention in my last post that I have a 3g model? >> >> On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: >>> The only mod to the standard filesystem (as on sourceforge) is a >>> different rc script. Here is mine; >>> >>> # cat /mnt/ipod/etc/rc >>> hostname ipod >>> mount -t proc proc /proc >>> cat /etc/motd >>> ln -s /dev/pty/m0 /dev/ptyp0 >>> ln -s /dev/pty/m1 /dev/ptyp1 >>> ln -s /dev/vc/0 /dev/tty0 >>> ln -s /dev/vc/1 /dev/tty1 >>> mknod /dev/ttyp0 c 3 0 >>> mknod /dev/ttyp1 c 3 1 >>> modprobe tsb43aa82 >>> modprobe eth1394 >>> ifconfig eth0 192.10.1.2 >>> ------------cut-------------- >>> >>> If that doesn't work, try using the precompiled kernels. >>> >>> cheers, >>> bern. >>> >>> On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: >>>> Hi All, >>>> >>>> I'm in a similar spot to Mathieu, perhaps a little further. I just >>>> managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 =20= >>>> driver >>>> (I can verify the SMP / eth1394 driver problem! Total system hang =20= >>>> as >>>> soon as the module is inserted!) >>>> >>>> I can now ping my ipod. Yay! I had to unplug my crossfire = firewire >>>> drive first though, presumably to make sure the ipod was node [1]. >>>> >>>> The telnetd daemon on the iPod doesn't seem to want to bind to port = =20 >>>> 25. >>>> I tried running it from inittab and from the shell (with the =20 >>>> cunningly >>>> wired shell script 'f'.) I _think_ I saw something about all ports >>>> being in use? >>>> >>>> Is any other configuration needed on the iPod other than inserting =20= >>>> the >>>> two modules and configuring ethernet? >>>> >>>> Thanks for any advice, >>>> Jonathan. >>>> >>>> On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: >>>>> Some random thoughts/questions: >>>>> >>>>> Are there errors on the iPod during boot? >>>>> >>>>> If you start podzilla from /etc/rc, you need to exit podzilla =20 >>>>> before you >>>>> can use telnet (although ping should work). >>>>> >>>>> You need to modprobe the eth1394 driver on your pc with the iPod >>>>> connected (or at least stop and restart it if you disconnect the =20= >>>>> iPod). >>>>> >>>>> On Mon, 2004-03-29 at 21:08, Mathieu wrote: >>>>>> Hi everybody ! >>>>>> I have successfully compiled the 2.6.4 kernel for my computer and = =20 >>>>>> I >>>>>> have addded the ipodeth1394 driver on the CVS server but I cannot = =20 >>>>>> ping >>>>>> the ipod it doesn't work ! >>>>>> Any ide will be aprecied ! >>>>>> >>>>>> Thank you >>>>>> CHeers, >>>>>> Mathieu >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This SF.Net email is sponsored by: IBM Linux Tutorials >>>>> Free Linux tutorial presented by Daniel Robbins, President and CEO = =20 >>>>> of >>>>> GenToo technologies. Learn everything from fundamentals to system >>>>> administration.http://ads.osdn.com/?=20 >>>>> ad_id=3D1470&alloc_id=3D3638&op=3Dclick >>>>> _______________________________________________ >>>>> iPodlinux-devel mailing list >>>>> iPo...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by: IBM Linux Tutorials >>>> Free Linux tutorial presented by Daniel Robbins, President and CEO =20= >>>> of >>>> GenToo technologies. Learn everything from fundamentals to system >>>> administration.http://ads.osdn.com/?=20 >>>> ad_id=3D1470&alloc_id=3D3638&op=3Dclick >>>> _______________________________________________ >>>> iPodlinux-devel mailing list >>>> iPo...@li... >>>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>>> >>> >>> >>> >>> ------------------------------------------------------- >>> 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=3D1470&alloc_id=3D3638&op=3Dclic= k >>> _______________________________________________ >>> iPodlinux-devel mailing list >>> iPo...@li... >>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >> >> >> >> ------------------------------------------------------- >> 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=3D1470&alloc_id=3D3638&op=3Dc= lick >> _______________________________________________ >> iPodlinux-devel mailing list >> iPo...@li... >> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >> >> 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. =20= This e-mail and its attachments are only intended for the individual(s) =20= or entity(entities) named above to whom they are addressed and may =20 contain personal and/or confidential information. Please notify us =20 immediately if you are not the intended recipient. Any dissemination, =20= duplication, publication to third parties or other use of the contents =20= of this e-mail or its attachments is forbidden. Although this =20 information has been compiled with great care, neither IMC =20 International Marketmakers Combination B.V. nor its subsidiaries shall =20= accept any responsibility for any errors, omissions or other =20 inaccuracies in this information or for the consequences thereof, nor =20= shall it be bound in any way by the contents of this e-mail or its =20 attachments. In the event of incomplete or incorrect transmission =20 please return the e-mail to the sender. |
From: Jean-Charles T. <jea...@rd...> - 2004-03-30 07:02:35
|
Hi, To keep your ipod running, i think you need to start sh at the end of =20= your rc script. But in my case, i have a lot of errors when I run =20 "modprobe eth1394". Errors look like: ..... insmod: unresolved symbol hpsb_unregister_highlevel_Ra91f4f71 insmod: unresolved symbol __kfree_skb_R9e5c0b54 insmod: unresolved symbol alloc_etherdev_Rb9bc25ac pid 24: failed 256 pid 22: failed 256 Any idea to resolve these erros? thanks, jc. Le 29 mars 04, =E0 23:51, Jonathan C. Ross a =E9crit : > Hi Bernard, > > thanks for your quick reply! I tried your /etc/rc; now I can't even > ping it anymore. The output looked very promising - up to and =20 > including > 'Command: ifconfig eth 192.10.1.2'. No errors seen before then. But > then comes: > > 'Execution finished, Exiting.' > > I don't even get the 'bus reset' messages I had been seeing before = when > I probe eth1394 on the host. Is this inittab correct? > > inet:unknown:/bin/inetd > > Thanks for your help! Oh, and... I'll mess around a bit more with the > CVS version before giving up, if you don't mind! > > Cheers, > Jonathan > > P.S. B.t.w., did I mention in my last post that I have a 3g model? > > On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: >> The only mod to the standard filesystem (as on sourceforge) is a >> different rc script. Here is mine; >> >> # cat /mnt/ipod/etc/rc >> hostname ipod >> mount -t proc proc /proc >> cat /etc/motd >> ln -s /dev/pty/m0 /dev/ptyp0 >> ln -s /dev/pty/m1 /dev/ptyp1 >> ln -s /dev/vc/0 /dev/tty0 >> ln -s /dev/vc/1 /dev/tty1 >> mknod /dev/ttyp0 c 3 0 >> mknod /dev/ttyp1 c 3 1 >> modprobe tsb43aa82 >> modprobe eth1394 >> ifconfig eth0 192.10.1.2 >> ------------cut-------------- >> >> If that doesn't work, try using the precompiled kernels. >> >> cheers, >> bern. >> >> On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: >>> Hi All, >>> >>> I'm in a similar spot to Mathieu, perhaps a little further. I just >>> managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 =20= >>> driver >>> (I can verify the SMP / eth1394 driver problem! Total system hang = as >>> soon as the module is inserted!) >>> >>> I can now ping my ipod. Yay! I had to unplug my crossfire firewire >>> drive first though, presumably to make sure the ipod was node [1]. >>> >>> The telnetd daemon on the iPod doesn't seem to want to bind to port =20= >>> 25. >>> I tried running it from inittab and from the shell (with the =20 >>> cunningly >>> wired shell script 'f'.) I _think_ I saw something about all ports >>> being in use? >>> >>> Is any other configuration needed on the iPod other than inserting =20= >>> the >>> two modules and configuring ethernet? >>> >>> Thanks for any advice, >>> Jonathan. >>> >>> On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: >>>> Some random thoughts/questions: >>>> >>>> Are there errors on the iPod during boot? >>>> >>>> If you start podzilla from /etc/rc, you need to exit podzilla =20 >>>> before you >>>> can use telnet (although ping should work). >>>> >>>> You need to modprobe the eth1394 driver on your pc with the iPod >>>> connected (or at least stop and restart it if you disconnect the =20= >>>> iPod). >>>> >>>> On Mon, 2004-03-29 at 21:08, Mathieu wrote: >>>>> Hi everybody ! >>>>> I have successfully compiled the 2.6.4 kernel for my computer and = I >>>>> have addded the ipodeth1394 driver on the CVS server but I cannot =20= >>>>> ping >>>>> the ipod it doesn't work ! >>>>> Any ide will be aprecied ! >>>>> >>>>> Thank you >>>>> CHeers, >>>>> Mathieu >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by: IBM Linux Tutorials >>>> Free Linux tutorial presented by Daniel Robbins, President and CEO =20= >>>> of >>>> GenToo technologies. Learn everything from fundamentals to system >>>> administration.http://ads.osdn.com/?=20 >>>> ad_id=3D1470&alloc_id=3D3638&op=3Dclick >>>> _______________________________________________ >>>> iPodlinux-devel mailing list >>>> iPo...@li... >>>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>> >>> >>> >>> ------------------------------------------------------- >>> 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=3D1470&alloc_id=3D3638&op=3Dclic= k >>> _______________________________________________ >>> iPodlinux-devel mailing list >>> iPo...@li... >>> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >>> >> >> >> >> ------------------------------------------------------- >> 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=3D1470&alloc_id=3D3638&op=3Dc= lick >> _______________________________________________ >> iPodlinux-devel mailing list >> iPo...@li... >> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > ------------------------------------------------------- > 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=3D1470&alloc_id=3D3638&op=3Dcl= ick > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: <ic...@co...> - 2004-03-29 23:36:16
|
When i add the elftool directory with elf2flt in it to my path and add -Wl,-elf2flt and -elf2flt after CFLAGS= and LDFLAGS= respectively, it all of a sudden cannot find a bunch of ogg libraries...did I forget something? does anyone have an MP3 player that works in a .bin file (preferably MAD, SoX, or ipp) that i can add to rc to run on boot? -Thanks |
From: Jonathan C. R. <jon...@ba...> - 2004-03-29 21:51:26
|
Hi Bernard, thanks for your quick reply! I tried your /etc/rc; now I can't even ping it anymore. The output looked very promising - up to and including 'Command: ifconfig eth 192.10.1.2'. No errors seen before then. But then comes: 'Execution finished, Exiting.' I don't even get the 'bus reset' messages I had been seeing before when I probe eth1394 on the host. Is this inittab correct? inet:unknown:/bin/inetd Thanks for your help! Oh, and... I'll mess around a bit more with the CVS version before giving up, if you don't mind! Cheers, Jonathan P.S. B.t.w., did I mention in my last post that I have a 3g model? On Mon, 2004-03-29 at 23:21, Bernard Leach wrote: > The only mod to the standard filesystem (as on sourceforge) is a > different rc script. Here is mine; > > # cat /mnt/ipod/etc/rc > hostname ipod > mount -t proc proc /proc > cat /etc/motd > ln -s /dev/pty/m0 /dev/ptyp0 > ln -s /dev/pty/m1 /dev/ptyp1 > ln -s /dev/vc/0 /dev/tty0 > ln -s /dev/vc/1 /dev/tty1 > mknod /dev/ttyp0 c 3 0 > mknod /dev/ttyp1 c 3 1 > modprobe tsb43aa82 > modprobe eth1394 > ifconfig eth0 192.10.1.2 > ------------cut-------------- > > If that doesn't work, try using the precompiled kernels. > > cheers, > bern. > > On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: > > Hi All, > > > > I'm in a similar spot to Mathieu, perhaps a little further. I just > > managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 driver > > (I can verify the SMP / eth1394 driver problem! Total system hang as > > soon as the module is inserted!) > > > > I can now ping my ipod. Yay! I had to unplug my crossfire firewire > > drive first though, presumably to make sure the ipod was node [1]. > > > > The telnetd daemon on the iPod doesn't seem to want to bind to port 25. > > I tried running it from inittab and from the shell (with the cunningly > > wired shell script 'f'.) I _think_ I saw something about all ports > > being in use? > > > > Is any other configuration needed on the iPod other than inserting the > > two modules and configuring ethernet? > > > > Thanks for any advice, > > Jonathan. > > > > On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: > > > Some random thoughts/questions: > > > > > > Are there errors on the iPod during boot? > > > > > > If you start podzilla from /etc/rc, you need to exit podzilla before you > > > can use telnet (although ping should work). > > > > > > You need to modprobe the eth1394 driver on your pc with the iPod > > > connected (or at least stop and restart it if you disconnect the iPod). > > > > > > On Mon, 2004-03-29 at 21:08, Mathieu wrote: > > > > Hi everybody ! > > > > I have successfully compiled the 2.6.4 kernel for my computer and I > > > > have addded the ipodeth1394 driver on the CVS server but I cannot ping > > > > the ipod it doesn't work ! > > > > Any ide will be aprecied ! > > > > > > > > Thank you > > > > CHeers, > > > > Mathieu > > > > > > > > > > > > ------------------------------------------------------- > > > 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 > > > > > > > > ------------------------------------------------------- > > 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 > > > > > > ------------------------------------------------------- > 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 |
From: Bernard L. <le...@bo...> - 2004-03-29 21:33:23
|
The only mod to the standard filesystem (as on sourceforge) is a different rc script. Here is mine; # cat /mnt/ipod/etc/rc hostname ipod mount -t proc proc /proc cat /etc/motd ln -s /dev/pty/m0 /dev/ptyp0 ln -s /dev/pty/m1 /dev/ptyp1 ln -s /dev/vc/0 /dev/tty0 ln -s /dev/vc/1 /dev/tty1 mknod /dev/ttyp0 c 3 0 mknod /dev/ttyp1 c 3 1 modprobe tsb43aa82 modprobe eth1394 ifconfig eth0 192.10.1.2 ------------cut-------------- If that doesn't work, try using the precompiled kernels. cheers, bern. On Mon, 2004-03-29 at 23:21, Jonathan C. Ross wrote: > Hi All, > > I'm in a similar spot to Mathieu, perhaps a little further. I just > managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 driver > (I can verify the SMP / eth1394 driver problem! Total system hang as > soon as the module is inserted!) > > I can now ping my ipod. Yay! I had to unplug my crossfire firewire > drive first though, presumably to make sure the ipod was node [1]. > > The telnetd daemon on the iPod doesn't seem to want to bind to port 25. > I tried running it from inittab and from the shell (with the cunningly > wired shell script 'f'.) I _think_ I saw something about all ports > being in use? > > Is any other configuration needed on the iPod other than inserting the > two modules and configuring ethernet? > > Thanks for any advice, > Jonathan. > > On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: > > Some random thoughts/questions: > > > > Are there errors on the iPod during boot? > > > > If you start podzilla from /etc/rc, you need to exit podzilla before you > > can use telnet (although ping should work). > > > > You need to modprobe the eth1394 driver on your pc with the iPod > > connected (or at least stop and restart it if you disconnect the iPod). > > > > On Mon, 2004-03-29 at 21:08, Mathieu wrote: > > > Hi everybody ! > > > I have successfully compiled the 2.6.4 kernel for my computer and I > > > have addded the ipodeth1394 driver on the CVS server but I cannot ping > > > the ipod it doesn't work ! > > > Any ide will be aprecied ! > > > > > > Thank you > > > CHeers, > > > Mathieu > > > > > > > > ------------------------------------------------------- > > 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 > > > > ------------------------------------------------------- > 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 > |
From: Jonathan C. R. <jon...@ba...> - 2004-03-29 21:21:43
|
Hi All, I'm in a similar spot to Mathieu, perhaps a little further. I just managed to compile a 2.4.24 UP kernel with the old 2.4.20 eth1394 driver (I can verify the SMP / eth1394 driver problem! Total system hang as soon as the module is inserted!) I can now ping my ipod. Yay! I had to unplug my crossfire firewire drive first though, presumably to make sure the ipod was node [1]. The telnetd daemon on the iPod doesn't seem to want to bind to port 25. I tried running it from inittab and from the shell (with the cunningly wired shell script 'f'.) I _think_ I saw something about all ports being in use? Is any other configuration needed on the iPod other than inserting the two modules and configuring ethernet? Thanks for any advice, Jonathan. On Mon, 2004-03-29 at 22:11, Bernard Leach wrote: > Some random thoughts/questions: > > Are there errors on the iPod during boot? > > If you start podzilla from /etc/rc, you need to exit podzilla before you > can use telnet (although ping should work). > > You need to modprobe the eth1394 driver on your pc with the iPod > connected (or at least stop and restart it if you disconnect the iPod). > > On Mon, 2004-03-29 at 21:08, Mathieu wrote: > > Hi everybody ! > > I have successfully compiled the 2.6.4 kernel for my computer and I > > have addded the ipodeth1394 driver on the CVS server but I cannot ping > > the ipod it doesn't work ! > > Any ide will be aprecied ! > > > > Thank you > > CHeers, > > Mathieu > > > > ------------------------------------------------------- > 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 |
From: Bernard L. <le...@bo...> - 2004-03-29 20:25:03
|
Podzilla is really nothing more than a demo at the moment. Its functionality is _very_ basic. Take a look over the mailing list archive for what functionality it includes. On Mon, 2004-03-29 at 22:02, ic...@co... wrote: > i installed the fs and podzilla, but podzilla wont let me navigate anything in Browse (songs)?? why is this...can someone help? -Thanks > > > ------------------------------------------------------- > 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 > |
From: Bernard L. <le...@bo...> - 2004-03-29 20:24:39
|
Some random thoughts/questions: Are there errors on the iPod during boot? If you start podzilla from /etc/rc, you need to exit podzilla before you can use telnet (although ping should work). You need to modprobe the eth1394 driver on your pc with the iPod connected (or at least stop and restart it if you disconnect the iPod). On Mon, 2004-03-29 at 21:08, Mathieu wrote: > Hi everybody ! > I have successfully compiled the 2.6.4 kernel for my computer and I > have addded the ipodeth1394 driver on the CVS server but I cannot ping > the ipod it doesn't work ! > Any ide will be aprecied ! > > Thank you > CHeers, > Mathieu |
From: <ic...@co...> - 2004-03-29 20:02:28
|
i installed the fs and podzilla, but podzilla wont let me navigate anything in Browse (songs)?? why is this...can someone help? -Thanks |
From: Mathieu <zi...@xw...> - 2004-03-29 19:08:53
|
Hi everybody ! I have successfully compiled the 2.6.4 kernel for my computer and I have = addded the ipodeth1394 driver on the CVS server but I cannot ping the = ipod it doesn't work ! Any ide will be aprecied ! Thank you CHeers, Mathieu |
From: Jens F. <fr...@ac...> - 2004-03-29 12:59:07
|
thanks all, adding 'modprobe tsb43aa82' seems to do the trick so far. now i am stuck trying to connect my Mac to the IPod via FW. pinging the ipod brings nothing back. is there a way to access the ipod via a FW network from a Mac ? or is it Host Linux only ? cheers jens On 29.03.2004, at 13:59, Jonathan C.Ross wrote: > Hi Jens, > > For me, adding 'modprobe tsb43aa82' in my /etc/rc file worked (having > copied the cvs based kernel modules to /lib). I am still having > trouble with my host eth1394 driver, but there seem to be some very > useful pointers in the developer forums. > > Cheers, > Jonathan. > > On Mar 29, 2004, at 12:00 PM, Jens Francke wrote: > >> Hi, >> the tgz version of the fs works fine, thanks. >> >> now i got it booting fine...but how can i enable networking over FW ? >> >> after loading the iee1394 module (modprobe eth1394) console states >> that eth0 isnt a valid device. >> >> i am using that 2.4.24 rc2 kernel >> >> any help ? >> >> thanks >> jens >> >> On 29.03.2004, at 09:19, Bernard Leach wrote: >> >>> >>> There is a gzipped tarfile on the ipodlinux site (not in the >>> downloads area) >>> that may be easier to deal with; >>> >>> <http://ipodlinux.sf.net/ipod_fs_030323.tgz> >>> >>> Then for the other binaries; >>> >>> <http://ipodlinux.sf.net/download/beta/mp3example> >>> <http://ipodlinux.sf.net/download/beta/podzilla> >>> >>> If you still have trouble with these let us know what you have tried >>> and how >>> it fails and we should be able to sort it out. >>> >>> cheers, >>> bern. >>> >>> "ic...@co..." <ic...@co...> said: >>> >>>> I am having a lot of trouble fixing up the root fs image available >>>> for >>> download on sourceforge. I have a G3 10GB iPod with FireWire and >>> USB. Can >>> someone please send me a copy of their filesystem with an MP3 player >>> and/or >>> podzilla precompiled and ready to be ran? -Thanks >>>> >>>> >>>> ------------------------------------------------------- >>>> 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 >>>> >>> >>> >>> >>> -- >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> 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 >>> >>> > 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. |
From: Jonathan C.R. <jon...@ba...> - 2004-03-29 11:59:21
|
Hi Jens, For me, adding 'modprobe tsb43aa82' in my /etc/rc file worked (having copied the cvs based kernel modules to /lib). I am still having trouble with my host eth1394 driver, but there seem to be some very useful pointers in the developer forums. Cheers, Jonathan. On Mar 29, 2004, at 12:00 PM, Jens Francke wrote: > Hi, > the tgz version of the fs works fine, thanks. > > now i got it booting fine...but how can i enable networking over FW ? > > after loading the iee1394 module (modprobe eth1394) console states > that eth0 isnt a valid device. > > i am using that 2.4.24 rc2 kernel > > any help ? > > thanks > jens > > On 29.03.2004, at 09:19, Bernard Leach wrote: > >> >> There is a gzipped tarfile on the ipodlinux site (not in the >> downloads area) >> that may be easier to deal with; >> >> <http://ipodlinux.sf.net/ipod_fs_030323.tgz> >> >> Then for the other binaries; >> >> <http://ipodlinux.sf.net/download/beta/mp3example> >> <http://ipodlinux.sf.net/download/beta/podzilla> >> >> If you still have trouble with these let us know what you have tried >> and how >> it fails and we should be able to sort it out. >> >> cheers, >> bern. >> >> "ic...@co..." <ic...@co...> said: >> >>> I am having a lot of trouble fixing up the root fs image available >>> for >> download on sourceforge. I have a G3 10GB iPod with FireWire and USB. >> Can >> someone please send me a copy of their filesystem with an MP3 player >> and/or >> podzilla precompiled and ready to be ran? -Thanks >>> >>> >>> ------------------------------------------------------- >>> 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 >>> >> >> >> >> -- >> >> >> >> >> >> ------------------------------------------------------- >> 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 >> >> 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. |
From: <ic...@co...> - 2004-03-29 11:57:36
|
first of all, thanks for all the help on getting this thing to run, greatly appreciated. Now that it is running, how do i upload songs? since the music partition is the same, i can just install them using the ipod firmware and it should play on linux right? i remember somewhere on the site it said it didnt quite play realtime...does it now or is it still lagging? -Thanks |
From: Jens F. <fr...@ac...> - 2004-03-29 10:00:31
|
Hi, the tgz version of the fs works fine, thanks. now i got it booting fine...but how can i enable networking over FW ? after loading the iee1394 module (modprobe eth1394) console states that eth0 isnt a valid device. i am using that 2.4.24 rc2 kernel any help ? thanks jens On 29.03.2004, at 09:19, Bernard Leach wrote: > > There is a gzipped tarfile on the ipodlinux site (not in the downloads > area) > that may be easier to deal with; > > <http://ipodlinux.sf.net/ipod_fs_030323.tgz> > > Then for the other binaries; > > <http://ipodlinux.sf.net/download/beta/mp3example> > <http://ipodlinux.sf.net/download/beta/podzilla> > > If you still have trouble with these let us know what you have tried > and how > it fails and we should be able to sort it out. > > cheers, > bern. > > "ic...@co..." <ic...@co...> said: > >> I am having a lot of trouble fixing up the root fs image available for > download on sourceforge. I have a G3 10GB iPod with FireWire and USB. > Can > someone please send me a copy of their filesystem with an MP3 player > and/or > podzilla precompiled and ready to be ran? -Thanks >> >> >> ------------------------------------------------------- >> 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 >> > > > > -- > > > > > > ------------------------------------------------------- > 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 > |