Ihave installed FreeBSD 8.x on my Laptop with Windows 7 in dual boot mode. But I'm unable to connect to the LAN or Internet using Atheros AR8132 card. How do I configure this card under FreeBSD?
The alc device driver comes with FreeBSD 8.x and above provides support for Atheros AR8131 PCI Express Gigabit Ethernet controllers and Atheros AR8132 PCI Express Fast Ethernet LAN cards. To configure the card edit /boot/loader.conf, enter:
- # vi /boot/loader.conf
- if_alc_load="YES"
Save and close the file. You can now reboot the system or type the following command to load it for the current session:
- # kldload alc
- device miibus
- device alc