infinitymdm there's a phab task for it. Getting the kernel to 6.0 was the main blocker for it.
Linux-current 6.0
[deleted]
WetGeek So full install, minimal, netinstall and server
[deleted]
WetGeek i3
Solus Pantheon.
I've been using Elementary for a week but I'm starting to miss Solus' speed.
Folks, could we keep this thread mostly on track please? I'm reading every entry looking for issues and the less noise around that the better. Feel free to open a new thread if you want to talk about future ISO ideas.
- Edited
Update went smooth on my four Solus computers ! Great work, thank you very much, the Solus team !
tonyk What does sudo modinfo wl
say?
Successful update here. Happy to rock with the new AMD drivers!
ReillyBrogan
Below is output of sudo modinfo wl:
filename: /lib/modules/6.0.9-222.current/kernel/drivers/net/wireless/wl.ko.zst
license: MIXED/Proprietary
alias: pci:vdsvsdbc02sc80i*
depends: cfg80211
retpoline: Y
name: wl
vermagic: 6.0.9-222.current SMP preempt mod_unload modversions
parm: passivemode:int
parm: wl_txq_thresh:int
parm: oneonly:int
parm: piomode:int
parm: instance_base:int
parm: nompc:int
parm: intf_name:string
Thank you.
tonyk So the kernel module is being picked up. Curious.
Does sudo modprobe wl
do anything? Does wl
show up in the output of sudo lsmod
afterwards? Any errors in dmesg after trying to run sudo modprobe wl
?
sudo modprobe wl
insmod: ERROR: could not load module /lib/modules/6.0.9-222.current/kernel/drivers/net/wireless/wl.ko: No such file or directory
sudo lsmod - wl is not listed.
No dmseg errors.
I also checked for any missing packages with "sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall" with no errors or installations.
Thank you.
tonyk Can you run sudo which modprobe
? We updated kmod (which provides depmod, lsmod, and modprobe) to a version that supports zstd-compressed kernel modules however for whatever reason your version doesn't seem to be working with that. I wonder if your path is weird somehow and it's picking up a different version of those. The correct output of sudo which modprobe
should be /sbin/modprobe
.
To test if this is the zstd compression is related to the issue you can decompress that kernel module manually.
cd /lib/modules/6.0.9-222.current/kernel/drivers/net/wireless/
sudo unzstd wl.ko.zst`
And then see if that "fixes" it after a reboot. Note that this is only a temporary fix that will break the next time the kernel is updated (which is likely to happen very soon due to the FDE issue). The correct fix would be to figure out why your system isn't working with zstd modules.
Update: The FDE/LUKS issue has been fixed. There will be an additional sync tonight to get those fixes to you sooner.
Surprise sync went through without issue here.