MLD-5.x > General
(MLD 5.4 testing) kernel 5.3.5.202.31 amd64
gr4vity:
I have no idea where i can find dvb-mb makefile but i edited the driver makefile myself.
It starts building normally but failed at the end as follows:
--- Code: ---******************
* Start building *
******************
make -C /MLD/kernel/src/linux-5.3.5 allyesconfig
make[1]: Entering directory '/MLD/kernel/src/linux-5.3.5'
scripts/kconfig/conf --allyesconfig Kconfig
#
# No change to .config
#
make[1]: Leaving directory '/MLD/kernel/src/linux-5.3.5'
make -C /MLD/kernel/src/linux-5.3.5
make[1]: Entering directory '/MLD/kernel/src/linux-5.3.5'
DESCEND objtool
CALL scripts/atomic/check-atomics.sh
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CHK kernel/kheaders_data.tar.xz
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
AR init/built-in.a
LD vmlinux.o
drivers/media/dvb-frontends/stv091x.o:(.data+0x480): multiple definition of `stvlist'
drivers/media/tuners/stv6120.o:(.data+0x140): first defined here
drivers/media/dvb-frontends/tas2971.o:(.data+0x3a0): multiple definition of `stvlist'
drivers/media/tuners/stv6120.o:(.data+0x140): first defined here
drivers/media/dvb-frontends/stid135/stid135-fe.o:(.data+0x0): multiple definition of `stvlist'
drivers/media/tuners/stv6120.o:(.data+0x140): first defined here
drivers/media/pci/tbscapture/tbs_pcie.o:(.bss+0x140): multiple definition of `wq'
kernel/locking/test-ww_mutex.o:(.bss+0x140): first defined here
Makefile:1075: recipe for target 'vmlinux' failed
make[1]: *** [vmlinux] Error 1
make[1]: Leaving directory '/MLD/kernel/src/linux-5.3.5'
Makefile:26: recipe for target 'all' failed
make: *** [all] Error 2
build failed at ./build line 546
root@51eefd5dce90:/MLD/media_build#
--- End code ---
After that i just gave up then run make clean :D
Thanks a lot for your help, my last question.
Maybe later i will try to compile Updatelee kernel because it supports blindscan,
If i run this command:
docker build -t mld/devel:5.4 /root/devel
It will use cache
--- Code: ---Sending build context to Docker daemon 2.048kB
Step 1/6 : FROM debian:stretch
---> 4f5edfdf153f
Step 2/6 : MAINTAINER MLD Team <team@minidvblinux.de>
---> Using cache
---> ecde355c13a9
Step 3/6 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> b154b6e68cd5
Step 4/6 : RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y make git-core software-properties-common locales locales-all
---> Using cache
---> 8962ef67ae7c
Step 5/6 : RUN git clone http://minidvblinux.de/git-5/MLD.git MLD && cd MLD && make checkout_base
---> Using cache
---> 0218b065a877
Step 6/6 : RUN cd MLD && apt-get install -y $(make deps)
---> Using cache
---> b922a186b6e5
Successfully built b922a186b6e5
Successfully tagged mld/devel:5.4
--- End code ---
How i can clean the cache directory to reset that?
clausmuus:
To clean the docker cache, you must remove the Images you want to rebuild. Docker build only that pats new, thhat has chanded.
You can find the dvb-mb Makefile by this:
--- Code: ---cd /MLD
make checkout name=dvb-mb
cd dvb-mb
cat Makefile
--- End code ---
But maybe, you should took a look at the Makefile of the dvb-dddvb package. It's a bit simpler.
gr4vity:
Thanks Claus, i appreciate your help :)
I have checked the following link for the "out of the box" supported tv-cards.
https://www.minidvblinux.de/wiki/mld/tv-karten_uebersicht/tv-karten
Unfortunately, Technisat Skystar eXpress HD is not supported because there is no dvb-mb like MLD 5.3.
But you should add Technisat Skystar USB HD to your list.
It just needs this firmware SkyStar_USB_HD_FW_v17_63.HEX.fw to be copied to /lib/firmware
I don't remember if i copied it myself or it was there already.
By the way, why don't you build crazycat media_build and make it available for download in MLD repository?
Do you want that i take crazycat permission for that?
I know him from a US forum, he is a nice guy and i think he won't mind it.
clausmuus:
The reason is, that we do not know about a dvb-card that is not supported by the already included dvb drivers, but supported by any other driver package.
Please add your Skystar DVB card to the list on our wiki page. Every body can extend this list.
gr4vity:
--- Quote from: clausmuus on November 01, 2019, 09:53:04 ---Please add your Skystar DVB card to the list on our wiki page. Every body can extend this list.
--- End quote ---
Done. :)
Edit: Just tested the remote control (partially),it works fine .... remote.conf needs to be configured accordingly.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version