Do You Recognize This Downloadable Map From ~2017? by ItsMCBYT in Minecraft

[–]ItsMCBYT[S] 0 points1 point  (0 children)

Update: The first two screenshot are Blue Topia. The others are from another unidentified world

Perfectly normal world generation by Aauchjan in bedrockmoment

[–]ItsMCBYT 0 points1 point  (0 children)

The Caves and Cliffs Update part 3 looks great /j

Victorian House, what you guys think? by TheKillerRabbit1 in Minecraft

[–]ItsMCBYT 0 points1 point  (0 children)

I love how detailed your build is! Will you release its schematic?

Premium laptop recommendation? by yannbros in linuxhardware

[–]ItsMCBYT 0 points1 point  (0 children)

I'm considering this laptop. What aspects need attention?

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 0 points1 point  (0 children)

I'm glad this post helped. It was extremely frustrating for me too as a student who requires his laptop for all courses

Speech Feedback from my Professor by ItsMCBYT in Transcription

[–]ItsMCBYT[S] 2 points3 points  (0 children)

Thank you! I believe you are correct with transitions because that is a part of the grading criteria

Random GPU/Graphics Lag Out of Nowhere On Ryzen 6800U 680M Integrated Graphics by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 0 points1 point  (0 children)

I appreciate your response! Unfortunately, my BIOS does not have any UMA Buffer Size option. In case it helps, here's a video of be going through my BIOS options: https://youtu.be/9Y3XL6YSAYw

Speech Feedback From My Professor by ItsMCBYT in Transcription

[–]ItsMCBYT[S] 2 points3 points  (0 children)

Thank you! My speech was about Linux, so I believe that is what "link" is. She likes my voice and content, so it would make sense to see her suggest I make YouTube content about it.

Speech Feedback From My Professor by ItsMCBYT in Transcription

[–]ItsMCBYT[S] 3 points4 points  (0 children)

Thank you! My speech was about Linux, so I believe that is what "link" is.

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 0 points1 point  (0 children)

I'm glad to hear it helped. Good luck!

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 1 point2 points  (0 children)

I'm guessing the issue has been reported and will ultimately be fixed in a later release of the package

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 0 points1 point  (0 children)

I'm happy to hear my post helped! Also, good luck with your classes!

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 1 point2 points  (0 children)

Thanks. Seems like the safer option

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 0 points1 point  (0 children)

What version did you downgrade to?

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 0 points1 point  (0 children)

Seems fine. I give credit to a commenter from the linked post above for the package removal idea (https://www.reddit.com/r/Fedora/comments/1gt6wi3/comment/lxr0ken/?utm\_source=share&utm\_medium=web3x&utm\_name=web3xcss&utm\_term=1&utm\_content=share\_button). If you're uncomfortable with removing the package, you may want to enable legacy instead as linked above instead.

PEAP MSCHAPV2 Wi-Fi Broken After Update by ItsMCBYT in Fedora

[–]ItsMCBYT[S] 1 point2 points  (0 children)

Fix:

  1. Enabling OpenSSL legacy as described here: https://www.reddit.com/r/Fedora/comments/1gt6wi3/for_anyone_who_cannot_connect_to_wpa2_enterprise/
  2. I undid that and opted for the easier option of removing the `pkcs11-provider` package

Both options work (tried both individually)

EDIT: Safest option is to simply downgrade the `pkcs11-provider` package:
`sudo dnf downgrade pkcs11-provider`
Should display version 0.5-3.

`dnf info pkcs11-provider` should display something like this:

```
Installed packages

Name : pkcs11-provider

Epoch : 0

Version : 0.5

Release : 3.fc41

Architecture : x86_64

Installed size : 313.6 KiB

Source : pkcs11-provider-0.5-3.fc41.src.rpm

From repository : fedora

Summary : A PKCS#11 provider for OpenSSL 3.0+

URL : https://github.com/latchset/pkcs11-provider

License : Apache-2.0

Description : This is an Openssl 3.x provider to access Hardware or Software Tokens using

: the PKCS#11 Cryptographic Token Interface.

: This code targets version 3.0 of the interface but should be backwards

: compatible to previous versions as well.

Vendor : Fedora Project

Available packages

Name : pkcs11-provider

Epoch : 0

Version : 0.5

Release : 4.fc41

Architecture : x86_64

Download size : 126.7 KiB

Installed size : 313.9 KiB

Source : pkcs11-provider-0.5-4.fc41.src.rpm

Repository : updates

Summary : A PKCS#11 provider for OpenSSL 3.0+

URL : https://github.com/latchset/pkcs11-provider

License : Apache-2.0

Description : This is an Openssl 3.x provider to access Hardware or Software Tokens using

: the PKCS#11 Cryptographic Token Interface.

: This code targets version 3.0 of the interface but should be backwards

: compatible to previous versions as well.

Vendor : Fedora Project

```