PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : multicom-4.0.6 ???



kader_73
20.11.2014, 14:45
Hello ,

Is it possible to build Enigma2 with multicom406 ? if so, how to do it ?

Regards

redoom
21.11.2014, 02:57
https://github.com/rommalyshev/ACC/tree/master/tdt/cvs/driver/multicom-4.0.6

kader_73
21.11.2014, 15:28
hello ,

thanks for the link , but after the build finished i got those errors on the startup ( but not when using multicom324):



......
.....
....
seeking to 191a70
seeking to 1aae40
seeking to 1aaf00
[rcS] Init embx (LOAD 6)
insmod: /lib/modules/embxshell.ko: module not found
insmod: can't insert '/lib/modules/embxmailbox.ko': unknown symbol in module, or unknown parameter
insmod: /lib/modules/embxshm.ko: module not found
insmod: /lib/modules/mme_host.ko: module not found
[rcS] Init AVS (LOAD 5)
[rcS] Init player (LOAD 4)
insmod: can't insert '/lib/modules/mmelog.ko': unknown symbol in module, or unknown parameter
[rcS] Init frontend
insmod: can't insert '/lib/modules/stm_monitor.ko': unknown symbol in module, or unknown parameter
[rcS] Init player2 (LOAD 3)
insmod: can't insert '/lib/modules/player2.ko': unknown symbol in module, or unknown parameter
insmod: can't insert '/lib/modules/sth264pp.ko': unknown symbol in module, or unknown parameter
insmod: can't insert '/lib/modules/stmalloc.ko': unknown symbol in module, or unknown parameter
insmod: can't insert '/lib/modules/silencegen.ko': unknown symbol in module, or unknown parameter
[rcS] Init remote control (LOAD 2)
[rcS] Init portmap & ftp (LOAD 1)
.....
.....
.....

Regards

KleinerSchelm
22.11.2014, 13:27
have you used the completet buildet image or you have changed some files ?

kader_73
22.11.2014, 17:40
Hello ,

No, have just changed files as Makefile.am in both libmme_host and limmeimage in /apps/tools folder and tools.mk in /cdk/make, the build is Neutrino_mp_martii for hs7810a

Regards

KleinerSchelm
22.11.2014, 18:18
the Kernel an the *.ko files has not the same kernel configuration.

kader_73
22.11.2014, 18:47
yes, it seem hard to understand , those .ko files are build with same kernel , I mean in the same build , so why the kernel doesn't recognize these modules ?

Regards

DboxOldie
22.11.2014, 21:19
Your problem starts here:


[rcS] Init embx (LOAD 6)
insmod: /lib/modules/embxshell.ko: module not found

The other errors are followers of the first, and nothing is Kernel caused.
Have a look:
The builded modules have partially other names as in mc-3.2.x.....
also other loading parameters...
and when you look in spark7162 fulan soft, where mc-4.x.x is used with direct-fb:
other elf files will be needed....
and so on....

kader_73
23.11.2014, 12:09
hello ,

Thank you for your clarifications, it concerne many files then, and not just makefiles, I'll try to see that more closely.

Regards