Solved: Getting Wireless Wifi To Work on Peppermint OS

I installed Peppermint 4 OS on a very old Sony Vaio VGN-FS742/W. After updating and confirming that all packages, drivers, and firmware were properly installed, Wifi still would not work.

Type of Wireless Connector: PRO/Wireless 2200BG [Calexico2] Network Connection by Intel Corporation
(IEEE 802.11bg)

Peppermint was apparently “blocking” my card, or something. I finally got Wifi working by editing 1 file.

In terminal:

 sudo gedit /etc/rc.local 

In the rc.local file, add this above the exit 0 line:

rfkill unblock wifi
rfkill unblock all
sudo modprobe -r acer_wmi

Source: Wireless is disabled by hardware switch on Sony Vaio

See more: ,

We've One Response

Questions and Comments are Welcome

Your email address will not be published. All comments will be moderated.

Please wrap code in "code" bracket tags like this:

[code]

YOUR CODE HERE 

[/code]