====== Auto Enable Hotplug USB WIFI ======
{{template>meta:template:pageinfo#tpl
|desc=Introduce how to automatically enable __the pluggable USB WIFI module__
when computer __boots up__. I realized that my problem was not really solved.
Therefore, this page should not be posted.}}
===== Steps =====
- Run sudo ifconfig to get the interface name of the USB WIFI module.
**Example**\\
{{gnu-linux:debian:how_to:media:img:20230904-003556.png?direct&600}}
- Create a file named ''usb_wifi'' (you can use other names) in the /etc/network/interfaces.d directory and add the following to it. __Note that interface-name must be replaced with the interface name obtained in [[#step-1|step 1]].__
allow-hotplug
**Example**\\
{{gnu-linux:debian:how_to:media:img:20230904-003915.png?direct&600}}
===== Reference =====
* //[[https://unix.stackexchange.com/a/192913]]//