mareksuscak / asus-pce-n53-linux

🤖 Asus PCE-N53 Linux Driver for Kernel versions 3.x, 4.x and 5.x
Other
30 stars 17 forks source link

This driver on Debain 10/11 #14

Open infirms opened 3 years ago

infirms commented 3 years ago

Hey there, recently have tried to test it on Debian 10 machine and i had the same problem like @not-in-stock encountered a while back ( #10 ). Driver is working fine, but the interface is down on boot.

After a few tests, I came up to this solution:

$ cd /etc/systemd/system/
$ sudo nano asus_wifi.service
[Unit]
After=network.target
Before=network-online.target

[Service]
ExecStart=ifconfig your_interface_name up

[Install]
WantedBy=multi-user.target
$ sudo systemctl enable asus_wifi.service

I think there are better ways to fix this problem, but this worked well enough for me. Good luck!

EDIT: Works on Debian 11.