Broblem, with Avermedia TV - USB tuner
Please help me ; I have a Avermedia USB - TV card
Code:
Bus 001 Device 006: ID 07ca:a827 AVerMedia Technologies, Inc
Linux driver I downloading from avermedia home page .
When I need compiling this driver[ driver is type .sh script ] i have a bug ;
http://img.komputeromaniak.net/image...ywv_thumb.jpeg
Package "kernel-headers" is default installed in Knoppix 6.2 live DVD
http://img.komputeromaniak.net/image...9v9_thumb.jpeg
What I doing wrong :?:
Please help me :cry:
I probing mode "ex[pert" to install Avermedia driver and have this results ;
Code:
knoppix@Microknoppix:/usr/src$ cd H826D-expert-install/
knoppix@Microknoppix:/usr/src/H826D-expert-install$ sudo make
make -C /lib/modules/2.6.31.6/source O=/lib/modules/2.6.31.6/build SUBDIRS=`pwd`
make[1]: Wejście do katalogu `/UNIONFS/usr/src/linux-headers-2.6.31.6'
/UNIONFS/usr/src/linux-headers-2.6.31.6/arch/x86/Makefile:39: /UNIONFS/usr/src/linux-headers-2.6.31.6/arch/x86/Makefile_32.cpu: Nie ma takiego pliku ani katalogu
make[2]: *** Brak reguł do wykonania obiektu `/UNIONFS/usr/src/linux-headers-2.6.31.6/arch/x86/Makefile_32.cpu'. Stop.
make[1]: *** [sub-make] Błąd 2
make[1]: Opuszczenie katalogu `/UNIONFS/usr/src/linux-headers-2.6.31.6'
make: *** [default] Błąd 2
knoppix@Microknoppix:/usr/src/H826D-expert-install$
:cry: :oops:
You can find the missing file in the kernel source package
You can find the missing file in the kernel source package. You find it as /usr/source/linux-source-2.6.31.6.tar.bz2
It comes with the DVD, or you can install it.
Code:
# sudo tar jzf linux-source-2.6.31.6.tar.bz2
# ls -al linux-source-2.6.31.6/arch/x86/Ma*
-rw-r--r-- 1 root root 6327 Sep 9 22:13 linux-source-2.6.31.6/arch/x86/Makefile
-rw-r--r-- 1 root root 2314 Sep 9 22:13 linux-source-2.6.31.6/arch/x86/Makefile_32.cpu
# sudo cp -a linux-source-2.6.31.6/arch/x86/Makefile_32.cpu /usr/src/linux-headers-2.6.31.6/arch/x86
This solves the problem with the missing Makefile - but not necessarily other problems with this kernel version.
Got the same problem myself..
I have struggled with exactly the same problem myself today, trying to compile kernel modules for vmware. Which is why I wrote "This solves the problem with the missing Makefile - but not necessarily other problems with this kernel version."
My short-term fix was to downgrade to Knoppix 6.0.1, where kernel headers etc are in order, and I get the modules to compile correctly.
Better suggestion: Upgrade to 6.2.1
I've just started testing the new 6.2.1 release, and the problems may have gone away.
At least, I run VMware player with no problems there, in fact I'm posting using Firefox in an old W2K virtual machine now.