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: 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: 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 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: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: 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: 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 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 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: 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 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 > |