Linux Lite Forums
Internet lag after SUSPEND - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Internet lag after SUSPEND (/showthread.php?tid=6548)

Pages: 1 2


Re: Internet lag after SUSPEND - lintek - 10-31-2019

(10-31-2019, 04:44 AM)Jerry link Wrote: You forgot the -n...

Nah - I just put a space between the - and the n...  here it is:

Code:
Network:   Card-1: Ralink RT3090 Wireless 802.11n 1T/1R PCIe
           driver: rt2800pci
           IF: wlp3s0 state: up mac: d0:df:9a:a9:d6:d4
           Card-2: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
           driver: r8169
           IF: p5p1 state: down mac: 38:60:77:1e:ee:12



Re: Internet lag after SUSPEND - Valtam - 10-31-2019

See if this driver helps - https://launchpad.net/~markus-tisoft/+archive/ubuntu/rt3090/+files/rt3090-dkms_2.4.0.4-0ubuntu0~ppa0_all.deb


Re: Internet lag after SUSPEND - lintek - 10-31-2019

Will try and let you know - thank you


Re: Internet lag after SUSPEND - lintek - 10-31-2019

Did not work.

This is what install showed:
Code:
(Reading database ... 284382 files and directories currently installed.)
Preparing to unpack rt3090-dkms_2.4.0.4-0ubuntu0~ppa0_all.deb ...
Removing all DKMS Modules
Done.
Unpacking rt3090-dkms (1:2.4.0.4-0ubuntu0~ppa0) over (1:2.4.0.4-0ubuntu0~ppa0) ...
Setting up rt3090-dkms (1:2.4.0.4-0ubuntu0~ppa0) ...
Adding Module to DKMS build system
Doing initial module build
Error! Bad return status for module build on kernel: 4.15.0-66-generic (x86_64)
Consult /var/lib/dkms/rt3090/2.4.0.4/build/make.log for more information.
Installing initial module
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/rt3090-dkms.0.crash'
Error! Bad return status for module build on kernel: 4.15.0-66-generic (x86_64)
Consult /var/lib/dkms/rt3090/2.4.0.4/build/make.log for more information.
Done.



Re: Internet lag after SUSPEND - TheDead - 11-01-2019

Hi,

Reading from them intertubes, seems the Ralink 3090 gives/gave quite some troubles in Windows and Linux.
Thing is, posts date back to Ubuntu 11.04. They mention having better luck with de rt2860 in some cases.
But, that driver was removed from the Kernel a while back it seems.
Also, it seemed to prevent Linux from Suspending/Hibernating and even Shuting down in some cases.

If it's not a laptop, changing the card for a more recent one (+Linux supported) could save you lots of time and trouble Wink

** On a side note, maybe putting powermanagement in your BIOS to S# instead of S4-S5 could help.
Or, just disabling suspend and trying a simple "sleep".



Re: Internet lag after SUSPEND - lintek - 11-03-2019

I do have this USB WiFi dongle - A TP-Link TL-WN725N

Here is INXI -N after I plugged it in.

Code:
Network:   Card-1: Ralink RT3090 Wireless 802.11n 1T/1R PCIe
           driver: rt2800pci
           IF: wlp3s0 state: up mac: d0:df:9a:a9:d6:d4
           Card-2: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
           driver: r8169
           IF: p5p1 state: down mac: 38:60:77:1e:ee:12
           Card-3: Realtek RTL8188EUS 802.11n Wireless Network Adapter
           IF: null-if-id state: N/A mac: N/A

Do I need to disable the other WiFi or just leave everything as is?