On 28/04/2020 03:08, Masaru Nomiya wrote:
Which kernel have you installed?
Yes, that might matter. I'm running 5.6.6-1 from the Kernel Stable repository, as i've commented before, and have /lib/modules/5.6.6-1.gc11f000-default/kernel/drivers/net/hamradio/mkiss.ko.xz
Maybe, mkiss's driver is compressed.
/lib/modules/[kernel version/kernel/drivers/net/hamradio/mkiss.ko.xz
If so, please try this;
$ sudo xz -d /lib/modules/[kernel version/kernel/drivers/net/hamradio/mkiss.ko.xz
You will get the kernel driver, mkiss.ko.
Pease don't take that advice. ALL kernel modules are in the form <name>.ko.xz It is how the kernel loads them. decompressing one will break things. No, more likely what you were using to automagically load that module vanished in the upgrade. FIRST: determine if you kernel has that module What kernel are you using # uname -r Now try # ls /lib/modules/$(uname -r)/kernel/drivers/net/hamradio/mkiss.ko.xz If that's not there then yes, you have a problem. maybe # find /lib -name '*mkiss*' -print will show something useful. maybe not, but it's worth a try. But DO NOT UNCOMPRESS kernel modules! -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org