|
insmod - huawei E3372h kernel module
Hi, Makefile: huawei_cdc_ncm-y := huawei_cdc_ncm.o obj-m += huawei_cdc_ncm.o KDIR ?= /lib/modules/`uname -r`/build all: make -C $(KDIR) M=$(PWD) modules clean: make -C $(KDIR) M=$(PWD) clean install:
Hi, Makefile: huawei_cdc_ncm-y := huawei_cdc_ncm.o obj-m += huawei_cdc_ncm.o KDIR ?= /lib/modules/`uname -r`/build all: make -C $(KDIR) M=$(PWD) modules clean: make -C $(KDIR) M=$(PWD) clean install:
|
By
Zoltan Kerenyi Nagy
· #51936
·
|
|
insmod - huawei E3372h kernel module
Hi Zoran, Thanks, I modified the Makefile: obj-m := huawei_cdc_ncm.o Kconfig (obj-y := huawei_cdc_ncm.o) SRC := $(shell pwd) all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install: $(MAKE) -C $(KERNEL
Hi Zoran, Thanks, I modified the Makefile: obj-m := huawei_cdc_ncm.o Kconfig (obj-y := huawei_cdc_ncm.o) SRC := $(shell pwd) all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install: $(MAKE) -C $(KERNEL
|
By
Zoltan Kerenyi Nagy
· #51918
·
|
|
insmod - huawei E3372h kernel module
Hi Folks, I bitbaked a Huawei E3372h driver into the distro with this recipe file: SUMMARY = "Huawei Stick kernel module" LICENSE = "CLOSED" inherit module SRC_URI = "file://Makefile \ file://huawei_c
Hi Folks, I bitbaked a Huawei E3372h driver into the distro with this recipe file: SUMMARY = "Huawei Stick kernel module" LICENSE = "CLOSED" inherit module SRC_URI = "file://Makefile \ file://huawei_c
|
By
Zoltan Kerenyi Nagy
· #51915
·
|
|
loading huawei_cdc_ncm
#kernel
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
|
By
Zoltan Kerenyi Nagy
· #51515
·
|
|
loading huawei_cdc_ncm
#kernel
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
|
By
Zoltan Kerenyi Nagy
· #51494
·
|
|
loading huawei_cdc_ncm
#kernel
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
Hi, I'd li to include as a kernel module the huawei_cdc_ncm.c file and autoloaded as a kernel object. I did this in the main recipie file, but it's not enogh: KERNEL_MODULE_AUTOLOAD += "cdc_ncm.ko" I
|
By
Zoltan Kerenyi Nagy
· #51421
·
|
|
network-manager
#nmcli
#yocto
* I hope this is gona be public * I did a diff between your recommended file, and mine, there is no diff, since it's from the same source. I understand that I had to install network-manager-nmcli, but
* I hope this is gona be public * I did a diff between your recommended file, and mine, there is no diff, since it's from the same source. I understand that I had to install network-manager-nmcli, but
|
By
Zoltan Kerenyi Nagy
· #51131
·
|
|
network-manager
#nmcli
#yocto
Hi All, My board is a Barix Ipam400, and I'd like to add 4G conenction to it via a USB and 4G Dongle. The dongle is a Huewei E3372 stick. I'd spent some time with wvdial and usbmodeswitch with no succ
Hi All, My board is a Barix Ipam400, and I'd like to add 4G conenction to it via a USB and 4G Dongle. The dongle is a Huewei E3372 stick. I'd spent some time with wvdial and usbmodeswitch with no succ
|
By
Zoltan Kerenyi Nagy
· #51120
·
|
|
wvdial & wvstream Error
Hi, I was messing around with wvdial & wvstream for a while. Now the patches are at the correct locations, but still there is a compile error: Here is the error log: https://pastebin.ubuntu.com/p/GFCZ
Hi, I was messing around with wvdial & wvstream for a while. Now the patches are at the correct locations, but still there is a compile error: Here is the error log: https://pastebin.ubuntu.com/p/GFCZ
|
By
Zoltan Kerenyi Nagy
· #50748
·
|
|
wvdial
now there is only one issue has left: ERROR: ExpansionError during parsing /home/kerenyiz/oe-core/build/../stuff/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | ETA: 0:00:00 Tra
now there is only one issue has left: ERROR: ExpansionError during parsing /home/kerenyiz/oe-core/build/../stuff/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | ETA: 0:00:00 Tra
|
By
Zoltan Kerenyi Nagy
· #50710
·
|
|
wvdial
Hi, Here is the error now, all the files are there, it says that 04_signed_request.diff is not there: WARNING: wvstreams-4.6.1-r0 do_fetch: Failed to fetch URL file://04_signed_request.diff, attemptin
Hi, Here is the error now, all the files are there, it says that 04_signed_request.diff is not there: WARNING: wvstreams-4.6.1-r0 do_fetch: Failed to fetch URL file://04_signed_request.diff, attemptin
|
By
Zoltan Kerenyi Nagy
· #50701
·
|
|
vwdial
Ok, I will do that. Could you please tell me where am I supposed to remove from the exclusion list? :-)
Ok, I will do that. Could you please tell me where am I supposed to remove from the exclusion list? :-)
|
By
Zoltan Kerenyi Nagy
· #50650
·
|
|
vwdial
I changed the vwdial recipy file for what I've found on openembedded. I think now the error is only with wvstreams NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'wvstream
I changed the vwdial recipy file for what I've found on openembedded. I think now the error is only with wvstreams NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'wvstream
|
By
Zoltan Kerenyi Nagy
· #50643
·
|
|
vwdial
Hi, First of all, thank you for accepting me to this mailing list. I got a Barix ipam400 OEM board, and now I've found myself in the situation that vwdial would not compile. The error message is this
Hi, First of all, thank you for accepting me to this mailing list. I got a Barix ipam400 OEM board, and now I've found myself in the situation that vwdial would not compile. The error message is this
|
By
Zoltan Kerenyi Nagy
· #50636
·
|