Re: menu.lst for running flips in L4
Please keep this on the list. Maybe someone can answer this (if you provide more details)? wira wrote:
Hi all,
I keep on try and error, and now after boot up, I keep on seeing this kind of message:
arping | main(): opened eth0: -1 for 00:00:AC:FF:2F:01 [A.2] ore/examples/arping/main.c:303:main(): error: could not open eth0!
I still couldnt see my IP address. Need advice..
Thanks, karipap.
On Jan 25, 2008 12:07 PM, wira <wirazanoramy@gmail.com> wrote:
Ok. Finally my MAC address appears after boot up to Fiasco. But I still fail to run the mini_ifconfig.
Here's my latest menu.lst:
title fiasco with tcpip root (hd0,0) kernel /boot/fiasco/bootstrap modaddr 0x02000000 module /boot/fiasco/fiasco -nokb module /boot/fiasco/sigma0 module /boot/fiasco/roottask module /boot/fiasco/ore module /boot/fiasco/names module /boot/fiasco/dm_phys module /boot/fiasco/l4io module /boot/fiasco/flips-ore module /boot/fiasco/mini_ifconfig -n eth0
Is there any other settings that I need to do with the code inside mini_ifconfig or somewhere? need advice.
Thanks, karipap.
On Jan 24, 2008 7:58 PM, wira <wirazanoramy@gmail.com> wrote:
Thanks dude. I runs well without error or hang. But when I boot up my fiasco, why did the info for MAC address is all zero? 00:00:00:00:00...
My NIC hardware is a Tigon3 type. I just wonder why did the mac address is all zero and there's no IP assigned to it..
Thanks, karipap.
On Jan 24, 2008 3:59 PM, Martin Pohlack <mp26@os.inf.tu-dresden.de > wrote:
wira wrote:
Hi all,
I have already running fiasco and the flips package. But it seems that it stuck after booting up, and panic happens. Here's my menu.lst :
title my_assignment root (hd0,0) kernel /boot/fiasco/bootstrap modaddr 0x02000000 module /boot/fiasco/fiasco -nokb module /boot/fiasco/sigma0 module /boot/fiasco/roottask module /boot/fiasco/flips-ore module /boot/fiasco/mini_ifconfig
Is my settings correct? what area other modules that I need to load up?
You need at least those additioanlly:
- names - dp_phys - l4io - ore
Cheers, Martin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, | Please keep this on the list. | | Maybe someone can answer this (if you provide more details)? | | wira wrote: |> Hi all, |> |> I keep on try and error, and now after boot up, I keep on seeing this kind |> of message: |> |> |> arping | main(): opened eth0: -1 for 00:00:AC:FF:2F:01 |> [A.2] ore/examples/arping/main.c:303:main(): |> error: could not open eth0! Please post the complete log, not only the lines you suspect to be erroneous. To me it looks like you did not compile ORe with support for your NIC - go to l4/pkg/ore/server, run "make config" and select the correct NIC. By default it should be set to e100 and thus not work with your TG3 card. |> I still couldnt see my IP address. Need advice.. Anyway, you won't ever get an IP address with the arping tool. It is meant to work without any IP stack. You can use it to test whether your NIC is detected. Then you can send some ARP-level pings (using the arping tool in Linux) to the MAC address you get from ORe. For IP-level stuff, you definitely need FLIPS, but this should be the next step after everything is setup correctly. Bjoern -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHmdEUP5ijxgQLUNkRAq37AJ47JtPGECRp7cq0zYlnFqgxTJQmcQCeKlFo J0cv4kJgkRKbcVT17zYnyoA= =1iaW -----END PGP SIGNATURE-----
participants (2)
-
Björn Döbel -
Martin Pohlack