|
Re: insmod - huawei E3372h kernel module
Does it mean that it will never ever work?
Could you please try this one? This might match your kernel version:
https://elixir.bootlin.com/linux/v5.8.18/source/drivers/net/usb/huawei_cdc_ncm.c
--
Does it mean that it will never ever work?
Could you please try this one? This might match your kernel version:
https://elixir.bootlin.com/linux/v5.8.18/source/drivers/net/usb/huawei_cdc_ncm.c
--
|
By
Zoltan Kerenyi Nagy
·
#51947
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Do you have B set up somewhere in your recipe?
Otherwise try ${S}/lib/libopentok.so for the source path.
Quentin
Do you have B set up somewhere in your recipe?
Otherwise try ${S}/lib/libopentok.so for the source path.
Quentin
|
By
Quentin Schulz
·
#51946
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
This is the path to libopentok.so tmp/work/aarch64-poky-linux/tokbox/1.0-r0/libopentok_linux_llvm_arm64/lib/
Thanks,
Vijay Rakesh.
This is the path to libopentok.so tmp/work/aarch64-poky-linux/tokbox/1.0-r0/libopentok_linux_llvm_arm64/lib/
Thanks,
Vijay Rakesh.
|
By
Vijay Rakesh Munganda
·
#51945
·
|
|
Re: insmod - huawei E3372h kernel module
> insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
> insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
On my target (Pocket
> insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
> insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
On my target (Pocket
|
By
Zoran
·
#51944
·
|
|
Re: insmod - huawei E3372h kernel module
No success :-(
insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
--
Zolee
No success :-(
insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko
insmod: can't insert '/lib/modules/4.10.0/extra/huawei_cdc_ncm.ko': unknown symbol in module, or unknown parameter
--
Zolee
|
By
Zoltan Kerenyi Nagy
·
#51943
·
|
|
rebuild issues using sstate mirror
Hi Folks,
i did some research on building a custom yocto image using gatesgarth branch. The testcase was building an image on one machine and rebuild it on another using sstate mirror.
I encountered
Hi Folks,
i did some research on building a custom yocto image using gatesgarth branch. The testcase was building an image on one machine and rebuild it on another using sstate mirror.
I encountered
|
By
Markus Volk
·
#51942
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
If you go into ${WORKDIR} of your recipe (tmp/work/<arch>/<recipe name>),
what is the path to libopentok.*.so?
Quentin
If you go into ${WORKDIR} of your recipe (tmp/work/<arch>/<recipe name>),
what is the path to libopentok.*.so?
Quentin
|
By
Quentin Schulz
·
#51941
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
By changing to S = "${WORKDIR}/libopentok_linux_llvm_arm64" error got eliminated, thank you.
Now, how can I install the file under opentok_linux_llvm_arm64/lib/libopentok.so into the rootfs?
I tried
By changing to S = "${WORKDIR}/libopentok_linux_llvm_arm64" error got eliminated, thank you.
Now, how can I install the file under opentok_linux_llvm_arm64/lib/libopentok.so into the rootfs?
I tried
|
By
Vijay Rakesh Munganda
·
#51939
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
I figured out URL is hyperlinked with another URL. When I use a hyperlinked URL it is getting copied and extracted into the working directory. Thanks.
Thanks,
Vijay Rakesh.
I figured out URL is hyperlinked with another URL. When I use a hyperlinked URL it is getting copied and extracted into the working directory. Thanks.
Thanks,
Vijay Rakesh.
|
By
Vijay Rakesh Munganda
·
#51938
·
|
|
Re: insmod - huawei E3372h kernel module
Hi,
I managed to bitbake with these:
http://paste.ubuntu.com/p/4W2525MQDj/
http://paste.ubuntu.com/p/VT3zyhy7h2/
I'm very curious how it behaves on the hardware
--
Zolee
Hi,
I managed to bitbake with these:
http://paste.ubuntu.com/p/4W2525MQDj/
http://paste.ubuntu.com/p/VT3zyhy7h2/
I'm very curious how it behaves on the hardware
--
Zolee
|
By
Zoltan Kerenyi Nagy
·
#51937
·
|
|
Re: insmod - huawei E3372h kernel module
Hi,
Makefile:huawei_cdc_ncm-y := huawei_cdc_ncm.o obj-m += huawei_cdc_ncm.oKDIR ?= /lib/modules/`uname -r`/buildall: make -C $(KDIR) M=$(PWD) modulesclean: make -C $(KDIR) M=$(PWD)
Hi,
Makefile:huawei_cdc_ncm-y := huawei_cdc_ncm.o obj-m += huawei_cdc_ncm.oKDIR ?= /lib/modules/`uname -r`/buildall: make -C $(KDIR) M=$(PWD) modulesclean: make -C $(KDIR) M=$(PWD)
|
By
Zoltan Kerenyi Nagy
·
#51936
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
<vijayrakeshmunganda@...> wrote:
What I mean is, do you see the file
"libopentok_linux_llvm_arm64-2.18.1.tgz" itself under ${WORKDIR}? i.e.
has it been copied instead of extracted?
Also, please
<vijayrakeshmunganda@...> wrote:
What I mean is, do you see the file
"libopentok_linux_llvm_arm64-2.18.1.tgz" itself under ${WORKDIR}? i.e.
has it been copied instead of extracted?
Also, please
|
By
Paul Barker
·
#51935
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Hi,
S = "${WORKDIR}/libopentok_linux_llvm_arm64"
This is the root directory of your archive and should be used for `S`
Cheers,
Quentin
Hi,
S = "${WORKDIR}/libopentok_linux_llvm_arm64"
This is the root directory of your archive and should be used for `S`
Cheers,
Quentin
|
By
Quentin Schulz
·
#51934
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory.
I'm Yocto Project Dunfell version.
Thanks,
Vijay Rakesh.
Hi Paul Barker,
No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory.
I'm Yocto Project Dunfell version.
Thanks,
Vijay Rakesh.
|
By
Vijay Rakesh Munganda
·
#51933
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
<vijayrakeshmunganda@...> wrote:
Does the .tgz file get placed in ${WORKDIR} without being extracted?
Also, which Yocto Project version/branch are you using?
Thanks,
--
Paul Barker
Konsulko
<vijayrakeshmunganda@...> wrote:
Does the .tgz file get placed in ${WORKDIR} without being extracted?
Also, which Yocto Project version/branch are you using?
Thanks,
--
Paul Barker
Konsulko
|
By
Paul Barker
·
#51932
·
|
|
Re: How to select Linux kernel version?
Hi Jupiter,
[...]
[...]
Not sure this will fly nicely (the kernel headers being older than your
kernel).
Otherwise ok.
And here we have the winner :)
You don't have a 5.10 linux-yocto recipe so
Hi Jupiter,
[...]
[...]
Not sure this will fly nicely (the kernel headers being older than your
kernel).
Otherwise ok.
And here we have the winner :)
You don't have a 5.10 linux-yocto recipe so
|
By
Quentin Schulz
·
#51931
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Hi Zoran,
Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to
Hi Zoran,
Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to
|
By
Vijay Rakesh Munganda
·
#51930
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Just maybe... This web pointer can help
Just maybe... This web pointer can help
|
By
Zoran
·
#51929
·
|
|
Re: Unable to extract tar file
#dunfell
#yocto
Anyone, please suggest.
Thanks,
Vijay Rakesh
Anyone, please suggest.
Thanks,
Vijay Rakesh
|
By
Vijay Rakesh Munganda
·
#51928
·
|
|
Re: How to select Linux kernel version?
Thanks Quentin, here are results:
$ bitbake -e virtual/kernel | grep -e
Thanks Quentin, here are results:
$ bitbake -e virtual/kernel | grep -e
|
By
JH
·
#51927
·
|