I've only recently started to play around with FreeBSD, I bought a used Aspire One D225E and installed FreeBSD 9.0. I got wireless working through ndis, and have been using xfce as my desktop environment. I do however have one major sticking point, when I boot with ACPI enabled I have to attach a usb keyboard as the built-in one stops working after boot. This didn't happen in 8.2 but I experienced regular random system freezes using it so changed to 9.0.
With ACPI enabled
With ACPI disabled
"Why not just disable ACPI by default?" I hear you say, I kind of just want to get it to work, and I experience shutdown and usb driver problems with ACPI disabled.
Any help greatly appreciated.
With ACPI enabled
Code:
??????# dmesg -a | grep kbd
kbd1 at kbdmux0
ukbd0: <Logitech Logitech USB Keyboard, class 0/0, rev 1.10/28.00, addr 2> on usbus1
kbd2 at ukbd0
With ACPI disabled
Code:
??????# dmesg -a | grep kbd
kbd1 at kbdmux0
ukbd0: <Logitech Logitech USB Keyboard, class 0/0, rev 1.10/28.00, addr 2> on usbus1
kbd2 at ukbd0
kbd1 at kbdmux0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
ukbd0: <Logitech Logitech USB Keyboard, class 0/0, rev 1.10/28.00, addr 2> on usbus1
kbd2 at ukbd0
"Why not just disable ACPI by default?" I hear you say, I kind of just want to get it to work, and I experience shutdown and usb driver problems with ACPI disabled.
Any help greatly appreciated.