Just a quick test; I booted FreeBSD 11.1-RC3 (amd64) off a usb memory stick on this machine. After the kernel loads, console output is corrupted (graphics corruption), Ctrl-Alt-Del works, so presumably the keyboard works. To work around the console problem, escape to the boot loader prompt and do
(I did a more thorough investigation back when I tried FreeBSD 11.0-release on this machine, from that I know that the modes shown by
and
To get the wireless to work, do
then iwm0 will show up in the output of
That's all for now.
Code:
gop set 2
gop set 0
boot
gop list
is
Code:
mode 0: 1920x1080x32
mode 1: 640x480x32
mode 2: 800x600x32
mode 3: 1024x768x32
mode 4: 1280x1024x32
gop get
says that the machine is in mode 0 initially (after power on), mode 1 doesn't work - it turns off the display (but you can still type "blind"), but mode 2,3 and 4 works. I still doen't know why setting mode 2 then mode 0 works.)To get the wireless to work, do
Code:
kldload iwm3160fw
kldload if_iwm
sysctl net.wlan.devices
.That's all for now.