[SOLVED]Cannot enable Wireless on Sony Vaio VPCEL15EN

Archived topics about LMDE 1 and LMDE 2
Locked
livram79

[SOLVED]Cannot enable Wireless on Sony Vaio VPCEL15EN

Post by livram79 »

I have just installed LMDE 2011.09 on one of my friend's Sony Vaio VPCEL15EN. I cannot enable the wireless in the Network Manager.
this is the output of inxi -N:

Code: Select all

Network:   Card-1 Atheros AR9285 Wireless Network Adapter (PCI-Express) driver ath9k
           Card-2 Atheros AR8151 v2.0 Gigabit Ethernet driver atl1c
The package firmware-atheros is installed.
Output of iwconfig:

Code: Select all

lo        no wireless extensions.

eth1      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
Output lsmod |grep ath9k:
ath9k 72843 0
mac80211 182631 1 ath9k
ath9k_common 12682 1 ath9k
ath9k_hw 261156 2 ath9k,ath9k_common
ath 21453 2 ath9k,ath9k_hw
cfg80211 132564 3 ath9k,mac80211,ath
Can somebody help my friend?
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.
lebigouden

Re: Cannot enable Wireless on Sony Vaio VPCEL15EN

Post by lebigouden »

Is there a physical switch or hotkey to enable the wifi , if yes is it working?
You could also try:
sudo rfkill unblock wifi
And see if that enable wireless then.
livram79

Re: Cannot enable Wireless on Sony Vaio VPCEL15EN

Post by livram79 »

lebigouden wrote:Is there a physical switch or hotkey to enable the wifi , if yes is it working?
You could also try:
sudo rfkill unblock wifi
And see if that enable wireless then.
Thank you for your reply.
The switch turns on/off the wireless but when the wireless is turned on I still cannot enable it in Network Manager. It looks as in the picture attached below (please see the picture). So, when I try to enable it with right-click on it nothing happens.
What can cause this problem?

Can it be because of the acer-wireless?
0: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: sony-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
What to do?
livram79

Re: Cannot enable Wireless on Sony Vaio VPCEL15EN

Post by livram79 »

OK. The problem is SOLVED. There was a conflict between ath9k driver and acer_wmi.
The solution was to blacklist acer_wmi.
You need to edit /etc/modprobe.d./blacklist.conf, add blacklist acer_wmi in that file and restart computer.
lebigouden

Re: [SOLVED]Cannot enable Wireless on Sony Vaio VPCEL15EN

Post by lebigouden »

Nicely done Livram :) .

Hope your friend will enjoy lmde, on this type of netbook it is a far more suitable OS than windows 7.
Locked

Return to “LMDE Archive”