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