Page 1 of 2

Driver for kernel 2.6.35?

PostPosted: Mon Oct 18, 2010 6:59 pm
by fernetmenta
When could we expect a driver for kernel 2.6.35? (Ubuntu 10.10)

Re: Driver for kernel 2.6.35?

PostPosted: Tue Oct 26, 2010 4:39 am
by cody
fernetmenta Wrote:When could we expect a driver for kernel 2.6.35? (Ubuntu 10.10)


it's already on the website.

Re: Driver for kernel 2.6.35?

PostPosted: Sun Nov 21, 2010 10:23 pm
by vts
I'm not able to build the driver on 2.6.35-r12.

Code: Select All Code
/usr/local/src/tbs_20100818/linux-tbs-all/v4l/au0828-video.c: In function 'au0828_uninit_isoc':
/usr/local/src/tbs_20100818/linux-tbs-all/v4l/au0828-video.c:185: error: implicit declaration of function 'usb_buffer_free'
/usr/local/src/tbs_20100818/linux-tbs-all/v4l/au0828-video.c: In function 'au0828_init_isoc':
/usr/local/src/tbs_20100818/linux-tbs-all/v4l/au0828-video.c:255: error: implicit declaration of function 'usb_buffer_alloc'
/usr/local/src/tbs_20100818/linux-tbs-all/v4l/au0828-video.c:256: warning: assignment makes pointer from integer without a cast
make[3]: *** [/usr/local/src/tbs_20100818/linux-tbs-all/v4l/au0828-video.o] Fehler 1
make[2]: *** [_module_/usr/local/src/tbs_20100818/linux-tbs-all/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.35-gentoo-r12'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/usr/local/src/tbs_20100818/linux-tbs-all/v4l'
make: *** [all] Fehler 2


PS: the firmware file in the README and the file itself is still wrong for the QBOX-S2 as i mentioned a year ago :shock:

Re: Driver for kernel 2.6.35?

PostPosted: Tue Nov 23, 2010 3:35 am
by cody
what about using the latest driver from "20101024":

https://shop.tbsdtv.com/download2/common/ ... 101024.rar

instead older "20100818" driver as it's shows on your log.

Re: Driver for kernel 2.6.35?

PostPosted: Wed Nov 24, 2010 1:35 am
by vts
With 20101024 i get following error in cx25840-ir.c

Code: Select All Code
  CC [M]  /usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-firmware.o
  CC [M]  /usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-vbi.o
  CC [M]  /usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-ir.o
/usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-ir.c: In function 'cx25840_ir_probe':
/usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-ir.c:1239: error: implicit declaration of function 'kzalloc'
/usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-ir.c:1239: warning: assignment makes pointer from integer without a cast
/usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-ir.c:1254: error: implicit declaration of function 'kfree'
make[3]: *** [/usr/local/src/tbs_20101024/linux-tbs-all/v4l/cx25840-ir.o] Fehler 1
make[2]: *** [_module_/usr/local/src/tbs_20101024/linux-tbs-all/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.35-gentoo-r12'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/usr/local/src/tbs_20101024/linux-tbs-all/v4l'
make: *** [all] Fehler 2

Re: Driver for kernel 2.6.35?

PostPosted: Fri Nov 26, 2010 5:02 am
by cody
thanks, it seems i have to check kernel version 2.6.35-r12 compatibility and update what's necessary (it works on previous 2.6.35 versions, though).

Re: Driver for kernel 2.6.35?

PostPosted: Wed Dec 01, 2010 1:43 am
by vts
any news on that?

Re: Driver for kernel 2.6.35?

PostPosted: Fri Jan 21, 2011 3:34 am
by delli
installation on Fedora64 2.6.35.10-74.fc14.x86_64 failed with:

make -C /root/tbs/linux-tbs-all/v4l
make[1]: Entering directory `/root/tbs/linux-tbs-all/v4l'
creating symbolic links...
make -C firmware prep
make[2]: Entering directory `/root/tbs/linux-tbs-all/v4l/firmware'
make[2]: Leaving directory `/root/tbs/linux-tbs-all/v4l/firmware'
make -C firmware
make[2]: Entering directory `/root/tbs/linux-tbs-all/v4l/firmware'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/root/tbs/linux-tbs-all/v4l/firmware'
Kernel build directory is /lib/modules/2.6.35.10-74.fc14.x86_64/build
make -C /lib/modules/2.6.35.10-74.fc14.x86_64/build SUBDIRS=/root/tbs/linux-tbs-all/v4l modules
make[2]: Entering directory `/usr/src/kernels/2.6.35.10-74.fc14.x86_64'
CC [M] /root/tbs/linux-tbs-all/v4l/cx25840-ir.o
/root/tbs/linux-tbs-all/v4l/cx25840-ir.c: In function 'cx25840_ir_probe':
/root/tbs/linux-tbs-all/v4l/cx25840-ir.c:1239:2: error: implicit declaration of function 'kzalloc'
/root/tbs/linux-tbs-all/v4l/cx25840-ir.c:1239:11: warning: assignment makes pointer from integer without a cast
/root/tbs/linux-tbs-all/v4l/cx25840-ir.c:1254:3: error: implicit declaration of function 'kfree'
make[3]: *** [/root/tbs/linux-tbs-all/v4l/cx25840-ir.o] Fehler 1
make[2]: *** [_module_/root/tbs/linux-tbs-all/v4l] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.35.10-74.fc14.x86_64'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/root/tbs/linux-tbs-all/v4l'
make: *** [all] Fehler 2

any correction in sight?

Re: Driver for kernel 2.6.35?

PostPosted: Fri Jan 21, 2011 7:23 am
by cody
please, look here for more details:

https://shop.tbsdtv.com/forum/viewtopic.php?f=22&t=190

Fedora 14 and some kernels in Gentoo suffers from the problem. update will be provided to resolve it.

Re: Driver for kernel 2.6.35?

PostPosted: Sat Jan 22, 2011 2:46 am
by delli
cody Wrote:please, look here for more details:

https://shop.tbsdtv.com/forum/viewtopic.php?f=22&t=190

Fedora 14 and some kernels in Gentoo suffers from the problem. update will be provided to resolve it.


OK, when will the update be provided??