Months ago I was having a problem with my WiFi/Bluetooth card ..... with the help of Aravisian I installed a WiFi/Bluetooth dongle and it has been working just fine ..... however since I reinstalled Zorin 16 Pro several days ago it had remained off until I reinstalled the procedure to turn it back on yesterday .... I've noticed that sometimes my laptop card will kick in and my dongle will quit and visa versa .....
I can tell this as the light on the dongle will start blinking showing it is working but when it stays off my internet doesn't shut down so the laptop card must be working part time ....
Another thing is that my Logitech K380 operates with Bluetooth ..... I believe in the past I mistakenly said it was WiFi ..... and will occasionally drop out and I have to restart it ....
For the longest time .... like 3 months ..... my WiFi dongle had been working flawlessly until like I said I reinstalled Zorin .....
Can and should the laptop card be turned off and is it advisable to do so ???? ..... if so how to do it ?????
So I would copy and paste rt188x2bu and put it into the command ....
sudo -i echo "blacklist rtl88x2bu" >> /etc/modprobe.d/blacklist.conf modprobe -r driver-name exit ...... is that with or without the quotes ???? ......
Now just so I'm clear this will shut down my laptop on board WiFi/Bluetooth card ..... leaving my WiFi dongle to operate without interference ????? ..... will this effect my Windows 10 operation or will my laptop card still work on Windows ..... I think it probably will as we are only "Blacklisting" it on Zorin .....
Next question if something goes south how to I reverse the blacklisted laptop card ?????
Would it be better for me to go back to Windows 10 and just disable the driver there ..... this dongle is supposed to work with Windows 10 also and it did if I remember correctly ....
Can you please show the output of sudo lshw -C network?
Just remove it from blacklist
An easier way though, may be for you to edit your /etc/network/interfaces file. Default, it should be blank.
In terminal, run ifconfig
Find your Wifi Card (Built in). On mine it is wlp5s0.
Whatever your is, replace mine from the example below with yours.
My example: iface wlp5s0 inet manual
Yours may look like ``iface wlan0 inet manualor something else. Just use whatever was shown in yourifconfig`.
In your /etc/network/interfaces file, paste in youriface wlp5s0 inet manual with the wlp5s0 replaced with what you saw in ifconfig.
mike@mike-ROG-Strix-G731GT-G731GT:~$ /etc/network/interfaces
bash: /etc/network/interfaces: No such file or directory
mike@mike-ROG-Strix-G731GT-G731GT:~$
You need to specify an editor if calling a text file in terminal.
sudo nano /etc/network/interfaces
Or, you can do it with GUI
sudo -i
nemo
Tap the up arrow on the toolbar twice... Then double click /etc > then network and then open interfaces with your text editor. Don't forget to save after pasting in the content.
Thank you sir .... take a break I'll tackle this a little later .... need some time to digest this and some other things I have started ..... plus it is time for my cookies & milk before my nap .... getting old can be fun ....
Well I tried the photo I posted above and it sure did shut down my WiFi card but it also killed my internet .... so thankfully I made a copy of the commands above and was able to go back in and delete ..... iface wlo1 inet manual ..... cause I could get back to the board ....
So what did I do wrong .... my WiFi dongle is blinking every so often but not like it used to do when it was working before .....
Oh well ..... gone shut down and take a nap .... maybe it needs to rest .... I know I do ....
Yes .... it was already plugged in before I shut down my card .... I restarted the laptop and plugged and unplugged the dongle several times ... the dongle keeps blinking so I can't really tell if the card is working or the dongle is working .....
I think setting it to manual means you must enter network settings and manually connect that first time. Once you set it, it then remains that way instead of the system Auto-Detecting the built in wifi card.
Do i go back and shut down the card first also just so you know I have had the dongle plugged in since yesterday if that makes any difference .... even when doing the terminal commands before ....
Should I just try ..... sudo modprobe -r rtl88x2bu and leave them both running ..... ????