Ishayahu Jan 31, 2012 #1 I get some error while compiling new FreeBSD kernel on Asus EEE700, I use FreeBSD 9. There is kernel config and end of the log. Attachments FreeBSD9.zip FreeBSD9.zip 6.5 KB · Views: 231
I get some error while compiling new FreeBSD kernel on Asus EEE700, I use FreeBSD 9. There is kernel config and end of the log.
SirDice Administrator Staff member Administrator Moderator Jan 31, 2012 #2 If you enable ath(4) you need to enable the other bits too. Code: device ath_pci # Atheros pci/cardbus glue device ath_hal # pci/cardbus chip support
If you enable ath(4) you need to enable the other bits too. Code: device ath_pci # Atheros pci/cardbus glue device ath_hal # pci/cardbus chip support
OP Ishayahu Jan 31, 2012 Thread Starter #3 Thank you! I had this idea, but since I have not seen them in [CMD=""]dmesg [/CMD] I have decided that they are not needed.
Thank you! I had this idea, but since I have not seen them in [CMD=""]dmesg [/CMD] I have decided that they are not needed.
SirDice Administrator Staff member Administrator Moderator Jan 31, 2012 #4 That's the best way. If it's not in your system it can be removed.