Hi
I have installed FreeBSD 11 on my 2011 Macbook Air 11 inch, model 4,1
I tried enabling asmc(4) in /boot/loader.conf but asmc(4) doesn't have an entry for the Macbook Air 4,1.
So it looks like I need to add an entry asmc.c but I can't find any documentation on what to do.
I installed smc fan control on my mac which gave me these stats
The only post I have found about adding an new entry to asmc is this post on reddit
"Just run make from the */sys/modules/asmc/ directory of the source tree to (typically
/usr/src/sys/modules/asmc) to build just the module.
Then you can make a backup copy of the current asmc.ko (
then load the module directly (
from the reddit post it seems like these are the steps needed
If anyone could point me in the right direction would be greatly appreciated as my googling hasn't turned up much, and it's always better to get a proper opinion than relying on some random blog post.
I have installed FreeBSD 11 on my 2011 Macbook Air 11 inch, model 4,1
I tried enabling asmc(4) in /boot/loader.conf but asmc(4) doesn't have an entry for the Macbook Air 4,1.
So it looks like I need to add an entry asmc.c but I can't find any documentation on what to do.
I installed smc fan control on my mac which gave me these stats
Code:
smc
52c
2001rpm
exuast 1994 rpm
- here are the steps posted on reddit
"Just run make from the */sys/modules/asmc/ directory of the source tree to (typically
/usr/src/sys/modules/asmc) to build just the module.
Then you can make a backup copy of the current asmc.ko (
cp /boot/kernel/asmc.ko /boot/kernel/asmc.old
), kldunload(8) module.then load the module directly (
kldload /usr/src/sys/modules/asmc/asmc.ko
) or copy it into the kernel folder in case it works fine, then it's ready for boot mode ( cp /usr/src/sys/modules/asmc/asmc.ko /boot/kernel/asmc.ko
)."from the reddit post it seems like these are the steps needed
- edit /boot/loader.conf and add asmc_load="yes"
- edit the asmc file and add a new entry
- backup up current asmc.ko
- unload the asmc module
- load the new module and test it
- then copy the module to /boot/kernel/asmc.ko
If anyone could point me in the right direction would be greatly appreciated as my googling hasn't turned up much, and it's always better to get a proper opinion than relying on some random blog post.