[Solved] WiFi Problem

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
azrobert
Level 1
Level 1
Posts: 15
Joined: Sat Jul 25, 2020 4:56 pm

[Solved] WiFi Problem

Post by azrobert »

Running Mate 20.1

I have a Shuttle XS35-701 with a RTL8191SE WiFi adapter.

Ookla Speedtest shows 17Mbps download and 30Mbps upload.
The download sb approximately 50Mbps.

If I remember correctly, I had an older version of Linux that ran correctly.

System Info shows rtl8192se driver. That’s 92, not 91.

I found a link suggesting rtl8192ce driver. If installed, how does the system know to use this driver?
https://tutorialforlinux.com/how-to-ins ... x-distros/

Any suggestions on how to fix this?
Thanks

Code: Select all

System:    Kernel: 5.4.0-135-generic x86_64 bits: 64 compiler: gcc v: 9.4.0 Desktop: MATE 1.24.0 
           wm: marco dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal 
Machine:   Type: Desktop System: Standard product: XS35 v: N/A serial: <filter> Chassis: Shuttle 
           type: 3 serial: <filter> 
           Mobo: Shuttle model: B10IE01 serial: <filter> BIOS: American Megatrends v: 080015 
           date: 06/28/2011 
CPU:       Topology: Dual Core model: Intel Atom D510 bits: 64 type: MT MCP arch: Bonnell rev: A 
           L2 cache: 512 KiB 
           flags: lm nx pae sse sse2 sse3 ssse3 bogomips: 13300 
           Speed: 1663 MHz min/max: N/A Core speeds (MHz): 1: 1663 2: 1663 3: 1662 4: 1662 

Network:   Device-1: JMicron JMC260 PCI Express Fast Ethernet vendor: Holco Enterprise Co /Shuttle 
           driver: jme v: 1.0.8 port: d800 bus ID: 02:00.5 chip ID: 197b:0260 
           IF: enp2s0f5 state: down mac: <filter> 
           Device-2: Realtek RTL8191SEvA Wireless LAN driver: rtl8192se v: kernel port: e800 
           bus ID: 03:00.0 chip ID: 10ec:8171 
           IF: wlp3s0 state: up mac: <filter>
Last edited by LockBot on Sat Jun 10, 2023 10:00 pm, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14590
Joined: Thu May 25, 2017 3:22 pm

Re: WiFi Problem

Post by sleeper12 »

What does this show:

Code: Select all

iwconfig
azrobert
Level 1
Level 1
Posts: 15
Joined: Sat Jul 25, 2020 4:56 pm

Re: WiFi Problem

Post by azrobert »

Thanks for the reply.

Code: Select all

lo        no wireless extensions.

wlp3s0    IEEE 802.11  ESSID:"RV_2.4GHz"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 84:16:F9:EB:7F:73   
          Bit Rate=72.2 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:on
          Link Quality=70/70  Signal level=-28 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:587   Missed beacon:0

enp2s0f5  no wireless extensions.
sleeper12
Level 21
Level 21
Posts: 14590
Joined: Thu May 25, 2017 3:22 pm

Re: WiFi Problem

Post by sleeper12 »

See if it's any better with power management turned off:

Code: Select all

sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Reboot
azrobert
Level 1
Level 1
Posts: 15
Joined: Sat Jul 25, 2020 4:56 pm

Re: WiFi Problem

Post by azrobert »

I tried 3 different servers and the best was 33.21 down and 28.79 up.

The internet response has noticeably improved, so I can live with this. Am I right or wrong that it should be about 50 down. Is there anything else I can try? I won’t be using this compute much, so don’t spend a lot of time researching this.

Thank You!!!!!!!!!!!!!!
sleeper12
Level 21
Level 21
Posts: 14590
Joined: Thu May 25, 2017 3:22 pm

Re: WiFi Problem

Post by sleeper12 »

I don't know if it will help any, but you can try reloading the driver:

Code: Select all

 sudo modprobe -r rtl8192se && sudo modprobe rtl8192se && sudo systemctl restart network-manager.service 
azrobert
Level 1
Level 1
Posts: 15
Joined: Sat Jul 25, 2020 4:56 pm

Re: WiFi Problem

Post by azrobert »

That command returned the low down numbers, so it looks like it removed the change from the 1st command. I re-entered the 1st command and re-booted. I'm now getting around 30 down again. I'm happy with this and will mark this topic as solved.

Thank you again!
sleeper12
Level 21
Level 21
Posts: 14590
Joined: Thu May 25, 2017 3:22 pm

Re: [Solved] WiFi Problem

Post by sleeper12 »

Ok, unless someone else has an idea, that's the best it will be.
Locked

Return to “Networking”