Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Network Manager WiFi Hard blocked

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
tomduese
Posts: 3
Joined: 2016-11-05 11:59

Network Manager WiFi Hard blocked

#1 Post by tomduese »

Hi,

NM detects the wrong hardware status:

Image

OS: Debian Jessie
Kernel: Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22) x86_64 GNU/Linux
Hardware: HP EliteBook 2540p & AWUS036NH: Bus 002 Device 028: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
NetworkManager 0.9.10.0

What should I do? :D

Best regards.

Tom
Last edited by tomduese on 2017-03-15 14:25, edited 1 time in total.

User avatar
Thorny
Posts: 542
Joined: 2011-02-27 13:40

Re: Network Manager WiFi Hard blocked

#2 Post by Thorny »

tomduese wrote: What should I do?
Please read:
http://forums.debian.net/viewtopic.php?f=5&t=47078

It would also be a good idea to at least tell which version of Debian you are using and the specs of your hardware.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Network Manager WiFi Hard blocked

#3 Post by bw123 »

What should I do?
I think you should try unblocking them all. If that works, add a [keyfile] section to /etc/NetworkManager/NetworkManager.conf and list the others as umanaged-devices by mac address. I guess you could pull the plug on the others also by removing the modules? or by listing them in any way in /etc/network/interfaces

I don't have a link handy about this, but man networkmanager.conf or so should be helpful, if unblocking all works to get the device showing up correctly.
Last edited by bw123 on 2017-03-15 21:15, edited 1 time in total.
resigned by AI ChatGPT

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Network Manager WiFi Hard blocked

#4 Post by Head_on_a_Stick »

Try:

Code: Select all

# modprobe -r hp-wifi
# rfkill unblock all
# modprobe hp-wifi
If that doesn't work, blacklist the hp-wmi module.
deadbang

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Network Manager WiFi Hard blocked

#5 Post by bw123 »

I think the idea is, selectively disabling or hard and/or soft blocking only some interfaces (multiple interfaces) with rfkill doesn't work?
resigned by AI ChatGPT

tomduese
Posts: 3
Joined: 2016-11-05 11:59

Re: Network Manager WiFi Hard blocked

#6 Post by tomduese »

bw123 wrote:
What should I do?
I think you should try unblocking them all. If that works, add a [keyfile] section to /etc/NetworkManager/NetworkManager.conf and list the others as umanaged-devices by mac address. I guess you could pull the plug on the others also by removing the modules? or by listing them in any way in /etc/network/interfaces

I don't have a link handy about this, but man networkmanager.conf or so should be helpful, if unblocking all works to get the device showing up correctly.
Your right! - That's the way it works!
Thank you!

The workaround is to unblock all devices with the hardware switch and afterwards disable the unwanted devices by removing the modules with modprobe.

But the general question is: Why turns the hardware switch on the laptop an external USB-WiFi adapter in the Network-Manager off?

Post Reply