F5F Stay Refreshed Software Operating Systems Zorin-OS version 17.3 with Core-64 and 64-bit R2 struggles to connect to Wi-Fi.

Zorin-OS version 17.3 with Core-64 and 64-bit R2 struggles to connect to Wi-Fi.

Zorin-OS version 17.3 with Core-64 and 64-bit R2 struggles to connect to Wi-Fi.

Pages (3): Previous 1 2 3 Next
N
Naiko_
Junior Member
10
04-30-2016, 04:40 PM
#11
After 20 minutes of trying to figure out the setup, your commands kept returning nothing except the next cursor. Even copying and pasting into a USB key didn’t help with your typing. Work@work-pc:~$ sudo modprobe rtl8xxxu [sudo] password for work: work@work-pc:~$ sudo modprobe 8192fu Work@work-pc:~$ rfkill ID TYPE DEVICE SOFT HARD 0 wlan phy0 unblocked unblocked 1 bluetooth hci0 blocked unblocked Work@work-pc:~$ sudo systemctl restart networkmanager Failed to restart networkmanager.service: Unit networkmanager.service not found. Work@work-pc:~$ sudo systemctl restart NetworkManager Work@work-pc:~$ nmcli dev DEVICE TYPE STATE CONNECTION enp6s0 ethernet connected Wired connection 1 wlx90de80ddd0c9 wifi disconnected -- p2p-dev-wlx90de80ddd0c9 wifi-p2p disconnected -- lo loopback unmanaged Work@work-pc:~$ Shut down the pc and we had a brownout. Came back 2 hours later started everything again and it’s working we have wifi. Only problem is I have 8 more PCs to do this on and no idea what fixed it. FYI I live in Asia now so my time line is off. I check when I wake up and before I go to bed. Thanks to everyone for your help.
N
Naiko_
04-30-2016, 04:40 PM #11

After 20 minutes of trying to figure out the setup, your commands kept returning nothing except the next cursor. Even copying and pasting into a USB key didn’t help with your typing. Work@work-pc:~$ sudo modprobe rtl8xxxu [sudo] password for work: work@work-pc:~$ sudo modprobe 8192fu Work@work-pc:~$ rfkill ID TYPE DEVICE SOFT HARD 0 wlan phy0 unblocked unblocked 1 bluetooth hci0 blocked unblocked Work@work-pc:~$ sudo systemctl restart networkmanager Failed to restart networkmanager.service: Unit networkmanager.service not found. Work@work-pc:~$ sudo systemctl restart NetworkManager Work@work-pc:~$ nmcli dev DEVICE TYPE STATE CONNECTION enp6s0 ethernet connected Wired connection 1 wlx90de80ddd0c9 wifi disconnected -- p2p-dev-wlx90de80ddd0c9 wifi-p2p disconnected -- lo loopback unmanaged Work@work-pc:~$ Shut down the pc and we had a brownout. Came back 2 hours later started everything again and it’s working we have wifi. Only problem is I have 8 more PCs to do this on and no idea what fixed it. FYI I live in Asia now so my time line is off. I check when I wake up and before I go to bed. Thanks to everyone for your help.

T
Tarzan22
Junior Member
15
05-03-2016, 03:27 AM
#12
Check if the package list shows rtl8 after switching to WiFi.
T
Tarzan22
05-03-2016, 03:27 AM #12

Check if the package list shows rtl8 after switching to WiFi.

I
IAmKillerham
Senior Member
252
05-03-2016, 08:35 AM
#13
I experienced that adapter before. It was really unsettling. The kernel drivers for that device aren't officially released, so you need to locate the latest versions on GitHub and install them yourself. Avoid using PPA sources—they seem insufficiently maintained.
I
IAmKillerham
05-03-2016, 08:35 AM #13

I experienced that adapter before. It was really unsettling. The kernel drivers for that device aren't officially released, so you need to locate the latest versions on GitHub and install them yourself. Avoid using PPA sources—they seem insufficiently maintained.

G
Gurbugak
Junior Member
17
05-05-2016, 12:50 AM
#14
To fix the issue, you likely needed to uninstall and reinstall the USB modeswitch. This process removes the storage device and switches to the WiFi part of the card. Adding the dkms module and then restarting the system might resolve the problem. Commands like rfkill, nmcli, and NetworkManager were just for checking connections. rfkill indicates if a device is blocked, which can help unblock it. nmcli dev shows what NetworkManager detects and controls. NetworkManager is the standard tool in most distros for handling network connections; restarting it via systemctl can refresh its state. The aim is that if the device wasn’t recognized before, it should become available after a restart. Using modprobe loads kernel modules and lsmod lists them, with grep filtering results. The rtl8192fu-dkms module should prevent rtl8xxxu from loading automatically, as it’s already present in the kernel. Checking with "lsmod | grep 8192fu" reveals its presence; if it shows up, rtl8192fu-dkms is active. If not, "lsmod | grep rtl8xxxu" should display it. If one appears but not the other, the module isn’t needed.
G
Gurbugak
05-05-2016, 12:50 AM #14

To fix the issue, you likely needed to uninstall and reinstall the USB modeswitch. This process removes the storage device and switches to the WiFi part of the card. Adding the dkms module and then restarting the system might resolve the problem. Commands like rfkill, nmcli, and NetworkManager were just for checking connections. rfkill indicates if a device is blocked, which can help unblock it. nmcli dev shows what NetworkManager detects and controls. NetworkManager is the standard tool in most distros for handling network connections; restarting it via systemctl can refresh its state. The aim is that if the device wasn’t recognized before, it should become available after a restart. Using modprobe loads kernel modules and lsmod lists them, with grep filtering results. The rtl8192fu-dkms module should prevent rtl8xxxu from loading automatically, as it’s already present in the kernel. Checking with "lsmod | grep 8192fu" reveals its presence; if it shows up, rtl8192fu-dkms is active. If not, "lsmod | grep rtl8xxxu" should display it. If one appears but not the other, the module isn’t needed.

O
Olimjon
Junior Member
42
05-05-2016, 01:05 AM
#15
RTL8xxxu 290816 0 mac80211 1753088 1 RTL8xxxu cfg80211 1363968 2 mac80211, RTL8xxxu that's what you received? Let me know if it helps.
O
Olimjon
05-05-2016, 01:05 AM #15

RTL8xxxu 290816 0 mac80211 1753088 1 RTL8xxxu cfg80211 1363968 2 mac80211, RTL8xxxu that's what you received? Let me know if it helps.

F
Fabiola139
Junior Member
25
05-05-2016, 03:06 AM
#16
I replaced the SSD and reinstalled Zorin on the same computer, and it connected to Wi-Fi right away. After updates, everything ran smoothly without any issues. It seems the system switched to using a hard drive, which resolved the problem. This is great news since many computers have been fixed this way. The only challenge now is dealing with Linux Mint. That’s just tomorrow’s issue.
F
Fabiola139
05-05-2016, 03:06 AM #16

I replaced the SSD and reinstalled Zorin on the same computer, and it connected to Wi-Fi right away. After updates, everything ran smoothly without any issues. It seems the system switched to using a hard drive, which resolved the problem. This is great news since many computers have been fixed this way. The only challenge now is dealing with Linux Mint. That’s just tomorrow’s issue.

N
Neptizor93
Junior Member
7
05-05-2016, 06:37 PM
#17
Linux Mint PCs show the same problem after updates—every USB dongle is detected via Isusb but isn<|pad|>, and the Wi-Fi isn’t listed. You’ve tried commands without success. Consider moving this to a different topic or keeping it here.
N
Neptizor93
05-05-2016, 06:37 PM #17

Linux Mint PCs show the same problem after updates—every USB dongle is detected via Isusb but isn<|pad|>, and the Wi-Fi isn’t listed. You’ve tried commands without success. Consider moving this to a different topic or keeping it here.

L
181
05-18-2016, 11:30 PM
#18
Why not explore Zorin 18? I’m not familiar with Zorin or the features of Kernel 17.3, but you’re free to experiment without risk. Or consider a stronger WiFi adapter. Not every device runs smoothly on Linux, and even if it does, its stability over time is uncertain. Honestly, I’d have tried a more recent Linux version or maybe W11 if it suited you. If you prefer something easier to use, MX Linux KDE is a good option—it supports advanced hardware and lets you port newer kernels. Fedora is another choice, though it can be tricky because it doesn’t include certain free software by default. You’d need to install those manually. At least these alternatives can help you verify if your hardware works well in Linux, avoiding the hassle of dealing with Ubuntu LTS versions.
L
LePoteDuQuebec
05-18-2016, 11:30 PM #18

Why not explore Zorin 18? I’m not familiar with Zorin or the features of Kernel 17.3, but you’re free to experiment without risk. Or consider a stronger WiFi adapter. Not every device runs smoothly on Linux, and even if it does, its stability over time is uncertain. Honestly, I’d have tried a more recent Linux version or maybe W11 if it suited you. If you prefer something easier to use, MX Linux KDE is a good option—it supports advanced hardware and lets you port newer kernels. Fedora is another choice, though it can be tricky because it doesn’t include certain free software by default. You’d need to install those manually. At least these alternatives can help you verify if your hardware works well in Linux, avoiding the hassle of dealing with Ubuntu LTS versions.

A
auwifi
Junior Member
24
05-19-2016, 11:43 AM
#19
There are some devices in the area around 15 PCs, though I’m not sure where exactly. The person who created and sold them all used the same basic Wi-Fi adapter, and whenever a new update starts, we keep getting issues. I’m stuck using the car I have. Windows doesn’t work on these machines, they’re about 9 years old, and there’s no TPM. I know there are workarounds, but once another update comes around, it’s going to be tough. I just want to keep going until I can upgrade everything.
A
auwifi
05-19-2016, 11:43 AM #19

There are some devices in the area around 15 PCs, though I’m not sure where exactly. The person who created and sold them all used the same basic Wi-Fi adapter, and whenever a new update starts, we keep getting issues. I’m stuck using the car I have. Windows doesn’t work on these machines, they’re about 9 years old, and there’s no TPM. I know there are workarounds, but once another update comes around, it’s going to be tough. I just want to keep going until I can upgrade everything.

X
xanderzone317
Posting Freak
957
05-19-2016, 04:40 PM
#20
You understand, even if your terminal hacking succeeds, you’ll likely need to apply it across all 15 PCs. With fifteen machines, a Linux distribution capable of generating a live ISO would be ideal. You could configure one PC to your preferences, create a live ISO there, and then deploy that ISO on the remaining systems. This would ensure identical settings, software, and even passwords across all devices. Once you master this approach, identifying the essential code snippets becomes straightforward. In most cases, unless you have specific requirements, using a standard distro is preferable for everyday users. I see no reason to rely on W11, but your i7-6700 W11 upgrade from 23H2 to 24H2 is still pending (still awaiting 25H2). There are methods to manually trigger an upgrade, but installing 25H2 guarantees at least two years of stability. Should none of the Linux options succeed, you’ll have to reassess. Ultimately, it depends on your needs. I’d recommend considering a contemporary Linux distribution. The older Ubuntu variants had limited compatibility, except for those based on Ubuntu—Mint and Kubuntu were the exceptions. Ironically, Ubuntu itself seemed like a 1980s project. You might want to try a few different ones. MX Linux can also produce a persistent USB stick, allowing you to test the installation on a flash drive while preserving changes. I don’t know if Zorin supports this feature, but it could simplify the process without needing an SSD.
X
xanderzone317
05-19-2016, 04:40 PM #20

You understand, even if your terminal hacking succeeds, you’ll likely need to apply it across all 15 PCs. With fifteen machines, a Linux distribution capable of generating a live ISO would be ideal. You could configure one PC to your preferences, create a live ISO there, and then deploy that ISO on the remaining systems. This would ensure identical settings, software, and even passwords across all devices. Once you master this approach, identifying the essential code snippets becomes straightforward. In most cases, unless you have specific requirements, using a standard distro is preferable for everyday users. I see no reason to rely on W11, but your i7-6700 W11 upgrade from 23H2 to 24H2 is still pending (still awaiting 25H2). There are methods to manually trigger an upgrade, but installing 25H2 guarantees at least two years of stability. Should none of the Linux options succeed, you’ll have to reassess. Ultimately, it depends on your needs. I’d recommend considering a contemporary Linux distribution. The older Ubuntu variants had limited compatibility, except for those based on Ubuntu—Mint and Kubuntu were the exceptions. Ironically, Ubuntu itself seemed like a 1980s project. You might want to try a few different ones. MX Linux can also produce a persistent USB stick, allowing you to test the installation on a flash drive while preserving changes. I don’t know if Zorin supports this feature, but it could simplify the process without needing an SSD.

Pages (3): Previous 1 2 3 Next