Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set Ubuntu to disable wireless network automatically when booting?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the relevant knowledge of "Ubuntu how to set up to automatically disable wireless network". In the actual case operation process, many people will encounter such difficulties. Next, let Xiaobian lead you to learn how to deal with these situations! I hope you can read carefully and learn something!

The code is as follows:

dbus-send --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Set string:org.freedesktop.NetworkManager string:WirelessEnabled variant:boolean:false

This is the most flexible and effective method, the only downside is that when the computer wakes up from standby mode, the wireless network will still be re-enabled.

2. Drive blacklist

Blacklist wireless network card drivers and disable wireless networks completely.

Since the driver is disabled, first we have to know what the driver name of the wireless network card is. Enter the lshw command in the terminal to list the details of the computer hardware, from which we can obtain the driver name of the wireless network card. Here is a snippet of information:

The code is as follows:

*-network

description: Wireless interface

product: PRO/Wireless 3945ABG [Golan] Network Connection

vendor: Intel Corporation

physical id: 0

bus info: pci@0000:03:00.0

logical name: wlan0

version: 02

serial:

width: 32 bits

clock: 33MHz

capabilities: bus_master cap_list ethernet physical wireless

configuration: broadcast=yes driver=iwl3945 latency=0 multicast=

The last line shows that my wireless network card driver name is iwl3945 (intel 3945abg wireless network card), it can be added to the blacklist, the specific operation is as follows:

sudo gedit /etc/modprobe.d/blacklist.conf

Add blacklist iwl3945 at the end of the text

restart

If you do not use wireless for a long time, this method is relatively clean and thorough.

"Ubuntu how to set the boot automatically disable wireless network" content is introduced here, thank you for reading. If you want to know more about industry-related knowledge, you can pay attention to the website. Xiaobian will output more high-quality practical articles for everyone!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report