How to configure an additional 3com network card

  1. Follow the intranet setup but change eth0:1 to eth1 in /etc/network/interfaces
  2. First run 'modprobe 3c59x', then 'ifconfig'. If there is no 3c59x module then you need to go into the kernel to set it up
  3. cd into kernel-source directory (usually /usr/src/linux or /usr/src/kernel-source...)
  4. run 'make menuconfig'
  5. Select 'Network device support'
  6. Select 'Ethernet (10 or 100Mbit)'
  7. Select '3COM cards' then choose the correct module and set to ''
  8. Exit out and 'save your new kernel configuration'
  9. run 'make bzlilo'
  10. run 'make modules'
  11. run 'make modules_install'
  12. If you don't want to have to type in 'modprobe 3c59x [or_whatever_your_module_name]' every time you boot up....you need to add the module to /etc/modules. Just add [module_name] to it's own line.
  13. You should be good. Not sure if you need to reboot or stop/start /etc/init.d/networking. Run ifconfig to see if it came up.

  14. Don Graver
    Last modified: Sun May 27 00:29:55 PDT 2001