Hi, just installed CachyOS on an MSI X670E system, as a new linux user and I found it really easy. However, I have the following issues:
I can’t get Secure Boot working, despite following the secure boot guide. If I turn secure boot to “Custom” and “Maximum Security”, the system shows the 'unsigned images" warning and boots into windows (dual boot system, both OS on their own drive)
Bluetooth is always disabled when boot into cachy, so I need to keep a USB mouse connected
Caret is not positioned in the password entry box and can’t be tabbed into (Tab appears to do nothing), so (with point 2), I need to keep a USB mouse connected
I cannot control fans with CoolerControl - it shows “The currently installed driver does not support control of this channel” for every fan
And one more thing. I cannot get an ethernet connection unless I put a switch between my PC and the modem/router. Works fine with and without switch under win 11, but not Cachy. I have installed the Realtek RTL8125BG 2.5 driver using paru, rebooted my router, copied config from win 11. And in all the messing, now it doesn’t work with the switch either!
Can anyone help with any of these issues? I have searched and tried a few of the suggestions, but they haven’t helped
Other than that, it has been a dream - playing Steam games, running development tools and daily-use apps. Very easy switch away from Windows, so kudos for developing such a great distro
Try to compile kernel for your hardware using Cachy’s kernel manager program. In last distro i have had bluetooth working with all default and Cachy’s bore kernel from aur.
All your issues except Secure boot because of kernel. Compile kernel for your hardware and forget about it. It takes 2-4 hours or less, depends on hardware.
packages is showing only
local/r8125-dkms 9.016.00-1
Kernel module for RTL8125
and modules is:
r8125 335872 0
r8169 176128 0
mdio_devres 12288 1 r8169
libphy 188416 3 r8169,mdio_devres,realtek
mdio_bus 69632 3 r8169,libphy,realtek
I’m glad this stuff makes sense to you;-) Thanks for your help
Hi, first two steps killed the wired ethernet with and without the switch (NetworkManager restart, but no reboot), but adding the blacklist with reboot has given me a fully functional wired connection with and without the switch.
But today… No wired connection available at all on cachy. Boot into windows and it’s fine. Really puzzled now and, being a windows user, don’t know the tools to troubleshoot this. Will try and reverse the commands from yesterday and see if that gets it back to the previous state.
I did install ClamAV last night after getting wired connection working. I don’t see why that would break networking?
Do you have Fast startup disabled?
That ‘feature’ ensures it hibernates instead of shutting down - leading to various problems like not releasing network cards.
r8125 is also not loaded now - so it seems I have no ethernet drivers loaded when the blacklist is in place. I tried removing that file and going back to the r8169, but again, no wired connection, with or without the switch. I’m puzzled now, but also… how do I get the r8125 to persist across boot?
Weirdly, everything is now working - ethernet working with and without switch, bluetooth at startup, cursor defaults to password box and r8125 persists across boot. Thanks for your help