Hi,
I am actually on a project, I have compiled an ISO of FreeBSD 10.0 64bits before to install it on a box (Gigabyte Brix GB-BXBT-2807). This box is relatively new so I have issues with the network ethernet card driver. First issue with the network card:
FreeBSD 10.0 installs properly but at boot the network doesn’t work; the network can’t get any IP address from DHCP and the IP is 0.0.0.0;, but if I do
Second issue with ZFS and GEOM BDE: I have an encrypted partition (bde) and after attaching the partition, I want to create a new ZFS partition with the command
For your information, the box is a Gigabyte Brix GB-BXBT-2807:
Thanks for your help.
I am actually on a project, I have compiled an ISO of FreeBSD 10.0 64bits before to install it on a box (Gigabyte Brix GB-BXBT-2807). This box is relatively new so I have issues with the network ethernet card driver. First issue with the network card:
FreeBSD 10.0 installs properly but at boot the network doesn’t work; the network can’t get any IP address from DHCP and the IP is 0.0.0.0;, but if I do
service netif restart && service routing restart I obtain a correct IP address and the network works without any problem. I tried to compile with a driver from the RealTek web site but the same problem.Second issue with ZFS and GEOM BDE: I have an encrypted partition (bde) and after attaching the partition, I want to create a new ZFS partition with the command
zpool create. After that, the system is incredibly slow, the command never stops, the zpool isn’t created, I can not use any ZFS command on the system and I am obligated to shutdown the box violently because the box is blocked. I tried to wait the end of the command more than 24 hours but it never ended. Notice: I used the same ISO on another box (Giada) without any error.For your information, the box is a Gigabyte Brix GB-BXBT-2807:
- Intel Celeron Processor N2807 up to 2.17GHz
- Gigabit LAN (Realtek RTL8111G)
Thanks for your help.