MassOS-Linux / MassOS

Main source repository for the MassOS operating system.
https://massos.org
Other
97 stars 8 forks source link

[Bug]: Wifi USB flash drive doesn't find by the os #41

Closed Sarxzer closed 2 years ago

Sarxzer commented 2 years ago

Checklist

MassOS version

2022.06

Kernel version

Linux 5.18.1-massos

Subject

Expected Behavior

I have plug my Wi-Fi flash drive on my computer and the Network tabs add all the detected Wi-Fi around the computer.

Actual Behavior

The network tabs just want to connect with Ethernet and I don't have Ethernet connection on my computer but I have a Wi-Fi flash drive. He doesn't show me other methods to connect when the Wi-Fi flash drive is plug.

Steps to reproduce

No response

Additional Information

The Wi-Fi flash drive is a Essentielb Wifi AC 1200 USB 3.0 Wi-Fi Key.

DanielMYT commented 2 years ago

Open a terminal (Control+Alt+T or find the terminal application) and run the command lsusb. With that you should be able to find out whether the Wi-Fi dongle is detected by the system, and if so, the model of the onboard network controller (please send that here if possible).

It is possible that the dongle requires a third party driver which is not included in the Linux Kernel or linux-firmware. It's uncommon, but I've heard of this being the case with some USB network adapters (particularly obscure ones with Realtek controllers, which this one might be).

Since I do not have access to this particular piece of hardware, I cannot test it, however I found this thread on a French Ubuntu forum website mentioning the particular device, and although I don't speak French, the thread refers to another thread which contains some commands to what appears to be the installation of a third party driver, which may be the one necessary for your dongle.

Although the posts I referenced are on a forum site for Ubuntu, the commands look like generic GNU/Linux ones which should also be supported on MassOS, as MassOS includes the packages which should be needed. You will obviously need to verify this yourself and do your own research, but hopefully this points you in the right direction.

Also, as a side note, I recommend upgrading to the latest version of MassOS when you can. Although the upgrade utility requires an internet connection, the Live CD refresh method doesn't need an internet connection, assuming you already have the ISO downloaded.

Sarxzer commented 2 years ago

I'm French and I read the forum and he speaks to download a file from github, but to install the driver for wifi, I need wifi? I don't really understand.

DanielMYT commented 2 years ago

Do you have another machine or OS you can use to download the necessary files, and then copy/transfer them to your MassOS system?

Sarxzer commented 2 years ago

It's good, I did it. Thanks you very much

DanielMYT commented 2 years ago

Glad you got it working.