Hello,
I am trying to get FreeBSD 10.3 (amd64) on an ASRock Beebox. The system is supposed to work as my home server / default FreeBSD box. The Beebox is a pretty recent tiny fanless barebone system sporting an Intel N3000. If you combine that with modest memory and a small mSATA drive, you can get a fully functional server for something like 190 € or US$ (though I spent some 50 bucks more on a larger SSD). It's basically the ASRock pendant to Intel's NUC.
Anyway, FreeBSD/amd64 installs and runs well so far, with CPU, network, chipset and USB supported.
But there are some things missing. By the specs, the system supports SMBus for monitoring (?) with an Intel smbus controller - but I couldn't get FreeBSD to recognize that.
And the system also comes with a very nice and quite fast mPCI based wireless Realtek card, which FreeBSD doesn't
recognize either.
Any ideas on those?
Also, I found some articles detailing ACPI based temperature monitoring. Apparently this is not working here, too. The whole hw.acpi.thermal block is not present in
Any ideas as to both issues?
- SMBus / acpi-thermal / Monitoring etc
- wireless support for the Realtek 8821AE ?
Any input is gratefully appreciated
-- Chris
I am trying to get FreeBSD 10.3 (amd64) on an ASRock Beebox. The system is supposed to work as my home server / default FreeBSD box. The Beebox is a pretty recent tiny fanless barebone system sporting an Intel N3000. If you combine that with modest memory and a small mSATA drive, you can get a fully functional server for something like 190 € or US$ (though I spent some 50 bucks more on a larger SSD). It's basically the ASRock pendant to Intel's NUC.
Anyway, FreeBSD/amd64 installs and runs well so far, with CPU, network, chipset and USB supported.
But there are some things missing. By the specs, the system supports SMBus for monitoring (?) with an Intel smbus controller - but I couldn't get FreeBSD to recognize that.
And the system also comes with a very nice and quite fast mPCI based wireless Realtek card, which FreeBSD doesn't
recognize either.
pciconf -lv
says:
Code:
none1@pci0:0:31:3: class=0x0c0500 card=0x22921849 chip=0x22928086 rev=0x21 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = SMBus
none2@pci0:1:0:0: class=0x028000 card=0x882110ec chip=0x882110ec rev=0x00 hdr=0x00
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8821AE 802.11ac PCIe Wireless Network Adapter'
class = network
Any ideas on those?
Also, I found some articles detailing ACPI based temperature monitoring. Apparently this is not working here, too. The whole hw.acpi.thermal block is not present in
sysctl -a
. I could get the coretemp module running, though, which at least gives me the CPU core temperature for both cores in dev.cpu.[01].temperature.Any ideas as to both issues?
- SMBus / acpi-thermal / Monitoring etc
- wireless support for the Realtek 8821AE ?
Any input is gratefully appreciated
-- Chris