Well, I found my 3com combo card in my Windows 98 box seems to have an auto-configuring option that'll allow me to use either RJ45 or BNC - whichever I choose to plug in, whenever.
The Sitecom card in my Linux box doesn't have Linux drivers (even though it says Linux compatible on the package). A download from the company website produced these instructions. I'm still trying to work out what they actually mean. Do they mean that the Ethernet card actually has been accepted by SME or do they mean "No, our Linux-compatible card really isn't Linux compatible but we'll say it is because we'll give you loads of technical info to tell you how to write your own driver" (in the latter instance, I'll complain to Trading Standards about misleading packaging).
So far, I haven't been able to get a squeek out of the Linux box from my Windows boxes. I've tinkered so much, trying to get it to work that I must know more about Windows than Bill Gates. I've also, somehow, managed to "lose" the computer symbol from Network Neighbourhood too. Any ideas on that one, anybody?
My NT box needs a new PCMCIA card because the configuration software just doesn't work. It doesn't work under NT (complaining about the memory management system and demanding it be changed to mm386) and it just hangs under DOS.
*****************************************************************************
* *
* 32-Bit PCI Fast Ethernet Adapter *
* *
* Driver Installation for LINUX *
* *
*****************************************************************************
Contents:
---------
A) Driver Installation by Using Kernel Built-in Driver
B) Kernel Doesn't Support Driver
A) Driver Installation by Using Kernel Built-in Driver
===================================================
Some LINUX kernels had supported rtl8139 NIC. You can check whether
rtl8139.o exists or not. If your LINUX (ex. RedHat 6.1 or above) can
auto-detect rtl8139 NIC, you just skip the following installations and
follow the screen's instructions to install rtl8139.o driver directly.
1. Check the driver file "/lib/modules/2.2.XX/net/rtl8139.o".
Where the XX is the version number of the latest kernel.
2. Add "alias eth0 rtl8139" into the /etc/conf.modules file.
cd /etc
vi conf.modules
alias eth0 rtl8139
3. Run the following commands at the LINUX prompt.
modprobe rtl8139
ifconfig eth0 192.74.53.10
4. Now, you can run 'ifconfig' or 'netstat -i' to see if there is a
interface 'eth0'.
B) Kernel Doesn't Support Driver
=============================
If your kernel doesn't support RTL8139 NIC, you should compile driver
by yourself. Please contact
http://www.scyld.com/network/rtl8139.html to get source code. The compiler command is located on the end of source
code. Maybe like "gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c rtl8139.c".
If you couldn't compile success, maybe you should refer to error message
and copy library or head file to Linux.
----
All trademarks or brand names mentioned are properties
of their respective companies.
Rhys