Wireless not working on laptop[SOLVED]

Archived topics about LMDE 1 and LMDE 2
Locked
kbkb

Wireless not working on laptop[SOLVED]

Post by kbkb »

Hi,

My laptop uses the following wireless card:
Ethernet controller: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01)
I've gotten that information from using:

Code: Select all

lspci -v
in terminal

Unfortunately the network manager states that "Wireless is disabled".
As a result I can't connect via wireless.

Can someone help me?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kbkb

Re: Wireless not working on laptop

Post by kbkb »

My problem has been solved, my Compaq Presario CQ60 now has wireless capability.

Using the Software Repository, I installed rfkill.
I then entered the following in terminal:

Code: Select all

sudo rfkill unblock 0
sudo rfkill unblock 1
ifconfig wlan0 up
Credit goes to: http://axcoto.com/blog/article/tag/sioc ... to-rf-kill

This fix is not permanent. To make it permanent, I created /bin/wlan and placed the following in it:

Code: Select all

#! /bin/bash
sudo rfkill unblock 0
sudo rfkill unblock 1
ifconfig wlan0 up
I made it executable and then added an entry in rc.local

Code: Select all

/bin/wlan
Locked

Return to “LMDE Archive”