Acabo de instalar Zorin Os Lite y la señal WiFi va muy lenta [Translation: I just installed Zorin OS Lite and the WiFi signal is very slow]

Soy un usuario nuevo de Linux, para probar el Linux instale Zorin Os Lite en una laptop del gobierno vieja que tenía guardado, todo fue bien, pero después de instalar y conectar al Wifi de mi casa noto que no puedo navegar ya que no carga nada, es como si la señal fuera muy lenta, confirmo que no es la señal ya que en mi laptop personal la señal va perfecto, no se que hacer alguien me echa una mano porfavor.

Enter in terminal
sudo lshw -C network
and take a screenshot or copy the text to post the output here.

Please disable secure boot and fast boot in your BIOS and if you have a Dualboot with Windows also disable fast startup there.

Connect your phone via cable with your computer and enable usb tethering to get access to internet.
Then update your system.

sudo apt update && sudo apt upgrade

After that take a look at >Software & Updates >additional drivers if a wlan driver is offered there.

Welcome to the Forum!

Did You checked the BIOs if there is maybe the Wifi Module set up?

Use el comando el comando sudo lshw -C network y eso es lo que apareció, no he revisado la BIOS, aunque anteriormente como Windows el wifi funcionaba normal


![1000188182|690x388](upload://dBdbfctF8QvJ2e2yI8HzLKL964c.jpeg

)

Wireless n-105 - that dates from about 2011.
So it will operate on 2.4 gHz only. In your Wifi Settings, please ensure you are not set to 5gHz.

Disable powersave:

sudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

Arrow key to the number 3 and change that to a 2:

[connection]
wifi.powersave = 2

Tap ctl+o to overwrite, then enter key to save as current configuration.
Tap ctl+x to exit the editor.

Now, reboot computer and test.

Probé lo de el ahorro de energía y nada, sigue igual y la señal a la que estoy conectada es 2.4hz

Probably need to disable 11n, as well.
In terminal, you can access the driver configuration file:

sudo nano /etc/modprobe.d/iwlwifi.conf

Drop down to the bottom using arrow keys and paste in

options iwlwifi 11n_disable=1 power_save=0 bt_coex_active=0

Tap ctl+o, enter, ctl+x...
Now run

sudo update-initramfs -u

Reboot and test.

Uploading: 1000188653.jpg…

Lo hize, pero ahora el icono de la red wifi desapareció y no se cómo intentar conectarme a la red

When You go in the Settings can You enable the Wifi?

No, no veo nada que me deje activar nuevamente el wifi, ahora solo funciona mediante el internet a través de otro celular

So, in the Settings there isn't even a Wifi Option? Or is the Option there but You can't activate it?

Perdón por no informar, el trabajo me ha tenido ocupado.

Pero no, la opción de wifi solo me muestra las redes a las que me he conectado, pero no veo opción para reactivarlo

Were you able at any point to connect to the internet, even with a slow connection?

Can you try to run nmcli device wifi list in a terminal? This is the equivalent of scanning for networks using the graphical interface. If there are any errors, please show them.

In the off-chance it works, you should see a list of all the nearby signals detected. If so, you can then run:

nmcli connection up

This should reconnect to a previous established connection, as you mentioned this was the case before. Otherwise, you can specify the SSID:

nmcli device wifi connect SSID

Where SSID is of course the corresponding network you want to connect to.

Could You post a Picture of it?