Anton Aylward wrote:
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.
Please don't take that advice. ALL kernel modules are in the form <name>.ko.xz
Uh no, that's is new, Anton, probably only in Tumbleweed.
FIRST: determine if you kernel has that module
-> modinfo mkiss If you do decompress the module (for whatever reason), just run 'depmod' afterwards. I see 'mkiss' in 15.0 and in Tumbleweed, but not in 15.1. Tumbleweed: # zgrep -i mkiss /proc/config.gz CONFIG_MKISS=m Leap 15.1: per@test150:~> zgrep -i mkiss /proc/config.gz (nothing) I think it should have shown: CONFIG_MKISS is not set Rough guess - mkiss was removed from that kernel, for some reason. -- Per Jessen, Zürich (17.5°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org