Search found 14503 matches

by sleeper12
Mon Apr 15, 2024 10:17 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

If that doesn't help, post what this shows:

Code: Select all

lspci -nnk | grep -iA3 net ; dkms status
by sleeper12
Mon Apr 15, 2024 7:34 pm
Forum: Italiano - Italian
Topic: Internet Security
Replies: 2
Views: 65

Re: Internet Security

by sleeper12
Mon Apr 15, 2024 4:18 pm
Forum: Software & Applications
Topic: NO_PUBKEY E88979FB9B30ACF2 - impossible to update Mint 21.2
Replies: 2
Views: 48

Re: NO_PUBKEY E88979FB9B30ACF2 - impossible to update Mint 21.2

See my post here: viewtopic.php?p=2455164#p2455164

Or, just uncheck the Google entry in Software Sources > Additional Repositories.
by sleeper12
Mon Apr 15, 2024 4:09 pm
Forum: Software & Applications
Topic: Realtek WiFi driver won't install.
Replies: 1
Views: 19

Re: Realtek WiFi driver won't install.

We need more, do as it says here: viewtopic.php?t=410977
by sleeper12
Mon Apr 15, 2024 12:17 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

I'm about out of ideas, but I've seen these as possible solutions. Try just one at a time:

Code: Select all

mii-tool -F 100baseTx-FD

Code: Select all

ethtool -s autoneg off speed 100
by sleeper12
Sun Apr 14, 2024 2:58 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

Try:

Code: Select all

ethtool -s eno1 speed 100 duplex full autoneg on
by sleeper12
Sun Apr 14, 2024 2:30 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

It seems to me that this needs to be on: GENERAL.STATE: 100 (connected) GENERAL.CONNECTION: eno1 GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/4 WIRED-PROPERTIES.CARRIER: off How to turn that on I don't know. Maybe reinsert the cable or restart the router?
by sleeper12
Sun Apr 14, 2024 1:22 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

Maybe if you remove the r8168:

Code: Select all

sudo apt purge r8168-dkms
Reboot
by sleeper12
Sun Apr 14, 2024 10:51 am
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

I found this on a Ubuntu site, modified it to see if it works for you: Set the speed and duplex using: ethtool -s eno1 speed 100 duplex full For modern networks, this config should work. Once the speed and duplex are set, do dhclient eno1 if you still don't get an IP. Note: The above setup will rese...
by sleeper12
Sat Apr 13, 2024 3:09 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

Have you restarted your router?
Also, what does this show for speed & duplex:

Code: Select all

ethtool eno1
by sleeper12
Sat Apr 13, 2024 2:15 pm
Forum: Español - Spanish
Topic: Problema con los repositorios
Replies: 4
Views: 80

Re: Problema con los repositorios

A veces los repositorios están inactivos por mantenimiento.
La mejor estrategia es esperar un rato y volver a intentarlo.
De lo contrario, puede seleccionar un espejo diferente en Fuentes de software.
by sleeper12
Fri Apr 12, 2024 11:10 pm
Forum: Español - Spanish
Topic: Problema con los repositorios
Replies: 4
Views: 80

Re: Problema con los repositorios

¿Están configuradas correctamente la hora y la fecha? Supongo que puede que no lo sean. Si realiza un arranque dual con Windows, es posible que la hora no se sincronice con Linux.
by sleeper12
Fri Apr 12, 2024 10:45 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

Are you sure the cable is good? These seem to offer a clue: "fail" reason="Connection 'eno1' is not available on device eno1 because device has no carrier" "fail" reason="No suitable device found for this connection (device eno1> Have you tried a different cable?
by sleeper12
Fri Apr 12, 2024 9:43 pm
Forum: Beginner Questions
Topic: New install and have a WiFi catch 22.
Replies: 4
Views: 110

Re: New install and have a WiFi catch 22.

Or, get a usb to ethernet adapter. Then, you can install the driver for the TPLink AC600.
by sleeper12
Fri Apr 12, 2024 8:40 pm
Forum: Español - Spanish
Topic: Realtek RTL8821CE señal 30 y 70
Replies: 3
Views: 84

Re: Realtek RTL8821CE señal 30 y 70

No estoy seguro de si esto funciona para el chipset RTL8821CE, pero vale la pena intentarlo. Deberá reemplazar cada comando rtw_8723de allí con rtl8821ce. Es #5 aquí: https://easylinuxtipsproject-blogspot-com.translate.goog/p/realtek.html?_x_tr_sl=en&_x_tr_tl=es&_x_tr_hl=en-US&_x_tr_pto=...
by sleeper12
Fri Apr 12, 2024 3:27 pm
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)
Replies: 19
Views: 270

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

See if this helps any:

Code: Select all

 sudo modprobe -r r8169 && sudo modprobe r8169 && systemctl restart NetworkManager 
by sleeper12
Fri Apr 12, 2024 1:07 pm
Forum: Beginner Questions
Topic: Strange error message
Replies: 2
Views: 74

Re: Strange error message

See if #28 here will fix the google earth error: https://easylinuxtipsproject.blogspot.c ... .html#ID28

If not, try the solution here:
https://askubuntu.com/questions/1503793 ... fb9b30acf2
by sleeper12
Fri Apr 12, 2024 12:10 pm
Forum: Networking
Topic: Wifi was working but after updating everything broke
Replies: 5
Views: 122

Re: Wifi was working but after updating everything broke

Have you tried restarting your router & machine?

If not that, shut down, unplug the machine, remove battery (if possible) & hold the power button down for 30 seconds. Boot & try wifi again.
by sleeper12
Fri Apr 12, 2024 12:00 pm
Forum: Networking
Topic: No Wifi on ROG Zephyrus G15 [SOLVED]
Replies: 11
Views: 200

Re: No Wifi on ROG Zephyrus G15 [SOLVED]

They can prevent you from connecting to the internet. These two commands should fix it:

Code: Select all

sudo nmcli connection delete pvpn-killswitch

Code: Select all

sudo nmcli connection delete pvpn-ipv6leak-protection
by sleeper12
Fri Apr 12, 2024 11:53 am
Forum: Español - Spanish
Topic: [Solucionado] Mint no reconoce las redes/wifi.
Replies: 22
Views: 320

Re: Mint no reconoce las redes/wifi.

Yo lo dejaría como lo tienes ahora. Le sugiero que vaya al Administrador de actualizaciones, Editar, Preferencias, Automatización y haga clic en el cuadro Mantenimiento automático.

Go to advanced search