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 |