I tried lshw -C network and my wireless interface says DISABLED.
How do I re-enable it and connect it to the available wireless network?
It's an Intel 3945ABG and it worked fine in the installer to download the updates etc.
I tried lshw -C network and my wireless interface says DISABLED.
How do I re-enable it and connect it to the available wireless network?
It's an Intel 3945ABG and it worked fine in the installer to download the updates etc.
DISABLED often means that the wireless switch or button is set to turn the wireless radio off. You can check this from the terminal:
Hard blocked:yes
indicates that the wireless is blocked by the hardware switch or button. Find it and change it.To set up the wireless in a server, I suggest you set up
/etc/network/interfaces
something like:Be sure to select a static address outside the range used by the DHCP server in the router, switch or other access point. Of course, substitute your details here. Confirm that your wireless interface is
wlp3s0
with the terminal command:Get the system to read and use the changes:
Did you connect?