Bug 437586

Summary: Wired Ethernet manual speed setting does not allow 2500 and 5000 Mb/s
Product: [Plasma] plasma-nm Reporter: dhummel
Component: generalAssignee: Jan Grulich <jgrulich>
Status: RESOLVED FIXED    
Severity: normal CC: nate
Priority: NOR    
Version: 5.22.4   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 5.23
Attachments: Here is the applet's configuration
Here is the applet's configuration after fix was applied

Description dhummel 2021-05-23 23:53:22 UTC
Created attachment 138725 [details]
Here is the applet's configuration

SUMMARY
When creating/editing a connection with manual speed settings within the plasma-nm applet, it is not possible to choose a value of 2500/5000 Mb/s.

STEPS TO REPRODUCE
1. Open the plasma-nm applet
2. Create a new connection
3. Attempt to change the speed

OBSERVED RESULT
2500 Mb/s and 5000 Mb/s are not available

EXPECTED RESULT
Either 2500 Mb/s and 5000 Mb/s should be available in the Speed dropdown, or entering a manual value should be allowed.

SOFTWARE/OS VERSIONS
Linux: 5.12.6
KDE Plasma Version: 5.21.5
KDE Frameworks Version: 5.82.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Manually editing the connection with nmcli sets the speed as expected, however the value displayed in the applet's editor/viewer shows 100 Mb/s.

Here is the nmcli output:
```
$ nmcli connection show Onboard | grep 802-3-ethernet.speed
802-3-ethernet.speed:                   2500
```
Comment 1 dhummel 2021-08-15 03:57:26 UTC
I've create a merge request with a fix for this:
https://invent.kde.org/plasma/plasma-nm/-/merge_requests/71
Comment 2 dhummel 2021-08-15 04:01:25 UTC
Created attachment 140736 [details]
Here is the applet's configuration after fix was applied
Comment 3 Nate Graham 2021-08-19 16:25:07 UTC
Fixed in Plasma 5.23 by David Hummel with https://invent.kde.org/plasma/plasma-nm/-/commit/54319f29a2e9c1408112dc630ea38b2fa99095d8!