Skip to Content.
Sympa Menu

baslinux - Re: [BL] ifconfig illegal instruction on 386ex

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "David Moberg" <davidjmoberg AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] ifconfig illegal instruction on 386ex
  • Date: Wed, 17 May 2006 11:49:18 -0700

Rainer Desor wrote:

> (3) exactly what command you used to load ne.o

insmod ne io=0x300 irq=0x9

I think it should be:

insmod ne io=0x300 irq=9

So my conclusion : problem with busybox. I don't know which other commands
will not work. Does anybody know for which processor/library it is
compiled?

BTW, is /etc/protocols only missing on my system? I wonder why nobody else
seems to have my problems.

In DOS, can you edit c:\baslin\boot.bat (or equivalent) and add this option?:

no387

For example, if your boot.bat looks like this:

loadlin zimage root=/dev/loop0 rw initrd=initfs.gz

Change it to:

loadlin zimage root=/dev/loop0 rw initrd=initfs.gz no387

If this causes the ifconfig Illegal Instruction message to go away,
please let us know.

Thanks,
David




Archive powered by MHonArc 2.6.24.

Top of Page