Pee wee Linux - pwlconfig
Adi Linden
[email protected]
Mon, 14 Feb 2000 08:53:32 -0600 (CST)
Hi,
> I am using SuSE linux as my main Linux box. I tried to install PWL in a
> small 36 Meg partition on the same hard disk & LILO in to it on boot time.
> It all booted well & all that except the network (eth0). I am using a
> standard NE2000 isa card, but for some reason the ne.o module didn't load &
> hence failed to bring up network.
The ne2000 driver comes in two pieces. Do the following:
insmod 8390
insmod ne io=0x300 irq=15
Make sure you use the actual i/o address and irq of your ne2000 card.
> When I tried to insmod ne.o, It gives out 'unresolved symbols' message. I
> am using your latest PWL 0.19version.
This is because the 8390 module didn't get loaded before loading the ne
module.
> Also I cannot run 'pwlconfig' as I don't have 'lxdialog' in SuSE
> distribution.
Make sure you have the kernel sources installed. cd into your kernel
sources directory ('/usr/src/linux') and do a 'make menuconfig'. This will
create the lxdialog in '/usr/src/linux/scripts/lxdialog' (taking from
memory and I might have missspelled the path).
Hope this helps,
Adi
---------------------------------------------------
See the list archives at http://adis.on.ca/archives/
See the PWL homepage at http://embedded.adis.on.ca
---------------------------------------------------