*-Rick Pasotto <[EMAIL PROTECTED]> | | I'm trying to get a BOCALANcard 2000 card to work. It's an ISA NE2000 | compatible card. The bios finds it. isapnp finds and configures it. I've | compiled 2.0.34 with NE2000 builtin but when I boot I don't see any | message that the kernel has found the card. | | When I try 'ifconfig eth0 192.168.0.1' I get 'SIOCSIFADDR: No such | device'. What else do I need to do?
I don't know this particular card, but for a PnP card you should compile the driver as a module, since it won't be configured properly when the kernel tries to find it. Try for example: insmod 8390 insmod ne io=0xyour_io_address_as_defined_in_etc_isapnp_conf Then you will hopefully get a message about loading driver and such. Afterwards, you can ifconfig and route to your hearts desire. -- The only way tcsh "rocks" is when the rocks are attached to its feet in the deepest part of a very deep lake. (Linus Torvalds) [EMAIL PROTECTED] [-: .elOle. :-] [EMAIL PROTECTED]

