PCMCIA Problems

Emiel Kollof found that to get a PCMCIA network card going, you need to add these lines to /etc/rc.conf: (replace x’s with your static address, if applicable.)


removable_interfaces="<interface name>"
pccard_ifconfig="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx"
or
pccard_ifconfig="DHCP"

2 Replies to “PCMCIA Problems”

  1. For clarity (and with &lt; and &gt; so the interface name doesn’t get confused with a HTML tag):

    removable_interfaces=”<your nic interface name>”

    The rest is fine :)

Comments are closed.