while doing 'make oldconfig' I got the following message:
SLIP (serial line) support (CONFIG_SLIP) [M/n/y/?]
CSLIP compressed headers (CONFIG_SLIP_COMPRESSED) [Y/n/?]
Keepalive and linefill (CONFIG_SLIP_SMART) [N/y/?]
Six bit SLIP encapsulation (CONFIG_SLIP_MODE_SLIP6) [N/y/?]
Radio network interfaces (CONFIG_NET_RADIO) [Y/n/?]
scripts/Configure: Can't reopen pipe to command substitution (fd 5): No child processes
In ne.c, line 79 two symbols are undefined:
PCI_VENDOR_ID_NETVIN
PCI_DEVICE_ID_NETVIN_NV5000SC
They need to be defined in pci.h but I don't know the values.
Missing symbols:
/lib/modules/2.0.31/misc/scc.o: unresolved symbol ax25_encapsulate
/lib/modules/2.0.31/misc/scc.o: unresolved symbol ax25_rebuild_header
hjb
-- Uncle Ed's Rule of Thumb: Never use your thumb for a rule. You'll either hit it with a hammer or get a splinter in it.