Page 1 of 1

Help Pc with more than 8 adapters

PostPosted: Mon Mar 09, 2015 2:11 pm
by wannabe
hello,

i have a pc with 5 6985 20 adapters, but after the install of the driver only show 8 adapter, i read in the forum and say i need change the MAX DVB ADAPTER, but i try change this running "make menuconfig" but show me a error, i think i don't have the full dependencies for the kernel etc.
The pc is running Debian 7, some one can help me saying me what dependencies i need to run make menuconfig ?

Thanks

-----------------
Make menuconfig error

root@PC:/linux-tbs-drivers# make menuconfig
make -C /linux-tbs-drivers/v4l menuconfig
make[1]: Entering directory `/linux-tbs-drivers/v4l'
make -C /lib/modules/3.2.0-4-amd64/build -f /linux-tbs-drivers/v4l/Makefile.kernel config-targets=1 mixed-targets=0 dot-config=0 SRCDIR=/lib/modules/3.2.0-4-amd64/source v4l-mconf
make[2]: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'
/lib/modules/3.2.0-4-amd64/source/scripts/Makefile.build:44: /lib/modules/3.2.0-4-amd64/source/scripts/basic/Makefile: No such file or directory
make[3]: *** No rule to make target `/lib/modules/3.2.0-4-amd64/source/scripts/basic/Makefile'. Stop.
make[2]: *** [scripts_basic] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
make[1]: *** [/lib/modules/3.2.0-4-amd64/build/scripts/kconfig/mconf] Error 2
make[1]: Leaving directory `/linux-tbs-drivers/v4l'
make: *** [menuconfig] Error 2



dmesg | grep frontend


root@PC:/linux-tbs-drivers# dmesg | grep frontend
[ 7.298620] DVB: registering adapter 0 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 7.848286] DVB: registering adapter 1 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 8.399585] DVB: registering adapter 2 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 8.950888] DVB: registering adapter 3 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 9.522163] DVB: registering adapter 4 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 10.073464] DVB: registering adapter 5 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 10.624740] DVB: registering adapter 6 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 11.176065] DVB: registering adapter 7 frontend 0 (TurboSight TBS 6985 DVBS/S2 frontend)...
[ 11.680954] [<ffffffffa03ef28e>] ? saa716x_tbs6985_frontend_attach+0x21f/0x2df [saa716x_tbs_dvb]
root@PC:/linux-tbs-drivers#


uname -a

root@PC:/linux-tbs-drivers# uname -a
Linux PC 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux
root@PC:/linux-tbs-drivers#


Thanks

Re: Help Pc with more than 8 adapters

PostPosted: Mon Mar 09, 2015 9:50 pm
by JV16Bar
Install your kernel's source.

Re: Help Pc with more than 8 adapters

PostPosted: Mon Mar 09, 2015 11:46 pm
by wannabe
i install this before the driver, but can't run make menuconfig

apt-get install linux-headers-`uname -r` build-essential subversion mercurial openssl gettext libssl-dev screen libv4l-dev

Re: Help Pc with more than 8 adapters

PostPosted: Tue Mar 10, 2015 2:37 am
by JV16Bar
Not just the headers. Complete sources.

Re: Help Pc with more than 8 adapters

PostPosted: Tue Mar 10, 2015 5:55 am
by wannabe
JV16Bar Wrote:Not just the headers. Complete sources.


can you help me, what i need to complete the dependencies ?

thanks

Re: Help Pc with more than 8 adapters

PostPosted: Tue Mar 10, 2015 8:41 pm
by JV16Bar
I'm not familiarized with debian, but maybe apt-get install linux-source would help?

Re: Help Pc with more than 8 adapters

PostPosted: Wed Mar 11, 2015 3:31 pm
by smile
Hi,
maybe you need ncurses and libncurses* .
$sudo apt-get install ncurses
$sudo apt-get install libncurses*
try it.


Thanks
Best Wishes

Re: Help Pc with more than 8 adapters

PostPosted: Mon Mar 16, 2015 1:47 pm
by wannabe
smile Wrote:Hi,
maybe you need ncurses and libncurses* .
$sudo apt-get install ncurses
$sudo apt-get install libncurses*
try it.


Thanks
Best Wishes



Hi, smile

thanks for the help, like you say i install ncurses and libncursers, and with this, can run make menuconfig, but still hace the same issue, after we reboot the pc, the pc lost de adapter and only show 8 adapters, i don't know why.

Thanks