kernel and modules version missmatch?
Posted: Sun Dec 15, 2013 4:58 pm
Hi guys,
I'm having issues installing kernel modules, it seams that kernel and modules are missmatched so I'm wondering how to fix this. Is there some other repository that I could use?
opkg info kmod-usb-serial-cp210x
Depends: kernel (=3.3.8-1-d6597ebf6203328d3519ea3c3371a493)
and kernel currently installed is:
opkg info kernel
Version: 3.3.8-1-9085b13c38263aeabdadc676913afc1c
Why is there a missmatch?
Because of that I can't install any additional kernel module:
~# opkg install kmod-usb-serial-cp210x
ERROR: Dependency kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) of package kmod-usb-serial-cp210x is installed,
but has incompatible version 3.3.8-1-9085b13c38263aeabdadc676913afc1c and is marked as 'hold'
I tried disabling openwrt source from /etc/opkg.conf and using only gargoyle source for packages but that didn't make any difference...
How could I fix this?
I have Gargoyle version 1.5.11, revision e3cc435, OpenWrt revision r38347, Target ar71xx/usb
I posted this because this is not a user issue only, you probably have some bug in your development infrastructure that is causing this missmatch. Hope this helps you track down this issue.
I'm having issues installing kernel modules, it seams that kernel and modules are missmatched so I'm wondering how to fix this. Is there some other repository that I could use?
opkg info kmod-usb-serial-cp210x
Depends: kernel (=3.3.8-1-d6597ebf6203328d3519ea3c3371a493)
and kernel currently installed is:
opkg info kernel
Version: 3.3.8-1-9085b13c38263aeabdadc676913afc1c
Why is there a missmatch?
Because of that I can't install any additional kernel module:
~# opkg install kmod-usb-serial-cp210x
ERROR: Dependency kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) of package kmod-usb-serial-cp210x is installed,
but has incompatible version 3.3.8-1-9085b13c38263aeabdadc676913afc1c and is marked as 'hold'
I tried disabling openwrt source from /etc/opkg.conf and using only gargoyle source for packages but that didn't make any difference...
How could I fix this?
I have Gargoyle version 1.5.11, revision e3cc435, OpenWrt revision r38347, Target ar71xx/usb
I posted this because this is not a user issue only, you probably have some bug in your development infrastructure that is causing this missmatch. Hope this helps you track down this issue.