Page 1 of 1

kernel and modules version missmatch?

Posted: Sun Dec 15, 2013 4:58 pm
by valentt
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.

Re: kernel and modules version missmatch?

Posted: Tue Dec 17, 2013 6:17 am
by valentt
I would really appreciate push in the right direction.

Is there a way for me to download Gargoyle sources and compile firmware and all needed packages myself?

I'm custom to doing my own openwrt firmware images...

Re: kernel and modules version missmatch?

Posted: Wed Dec 25, 2013 11:39 pm
by ericwong
Compile your own gargoyle rom together with the package you requires will fix this problem.

This problem is caused by different version/revision of Gargoyle ROM against Openwrt's repository. Gargoyle tends to be older than Openwrt's.

Btw, are you able to clone the gargoyle repository? I can't for unknown reasons...
http://www.gargoyle-router.com/phpbb/vi ... f=7&t=5148

Re: kernel and modules version missmatch?

Posted: Thu Aug 21, 2014 3:36 am
by toughguyLTE
Run:

opkg install opkg

and that should fix everything.