Page 1 of 1

TBS 6922 with linux kernel 2.6.22

PostPosted: Tue Mar 26, 2013 4:21 pm
by derwynd
Hi,
Is it possible to get the TBS 6922 to work with a older kernel of 2.6.22.
I'm currently stuck with this kernel due to some other PCI card issues.

here's output of on tbs-linux-drivers_v130127.zip

# make
Kernel build directory is /lib/modules/2.6.22.19/build
make -C /lib/modules/2.6.22.19/build SUBDIRS=/NOCStorage/TBS2/linux-tbs-drivers/v4l modules
make[2]: Entering directory `/NOCStorage/linux-2.6.22.19'
CC [M] /NOCStorage/TBS2/linux-tbs-drivers/v4l/au0828-core.o
cc1: error: unrecognized command line option "-fno-stack-protector"
make[3]: *** [/NOCStorage/TBS2/linux-tbs-drivers/v4l/au0828-core.o] Error 1
make[2]: *** [_module_/NOCStorage/TBS2/linux-tbs-drivers/v4l] Error 2
make[2]: Leaving directory `/NOCStorage/linux-2.6.22.19'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/NOCStorage/TBS2/linux-tbs-drivers/v4l'
make: *** [all] Error 2

# lspci
02:00.0 Multimedia controller: Philips Semiconductors: Unknown device 7160 (rev 03)

The card is recognized on the system. Any help would be appreciated.

Re: TBS 6922 with linux kernel 2.6.22

PostPosted: Wed Mar 27, 2013 8:20 am
by updatelee
cc1: error: unrecognized command line option "-fno-stack-protector"

that looks to be a problem with your compiler, not the kernel. upgrade your compile and that should fix that.

How come your using such and old kernel? That kernel is from 08-Jul-2007. 6 years is pretty old. Time for an upgrade?

UDL