Ambi-TV ERROR: Kernel configuration is invalid

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hallo Leute,

    ich bin etwas ein Anfänger und lese nun schon einige Tage alle möglichen Berichte. Ich habe mit einen USB Grabber LogiLink gekauft, der sich laut LSUSB folgendermaßen meldet.

    Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 1b71:3002

    Laut Sehan.in also dem Bericht hier müßte es ein Fushicai Grabber sein
    Heute würde ich mir einen anderen kaufen aber damals hatte ich noch nicht so viel Wissen!

    Nun zu meinem Problem:

    ich führe alle Schritte wie in dutzend Foren beschriben aus, und bekomme immer weider den Fehler ERROR: Kernel configuration is invalid

    Unten hänge ich den gesamten Installation Code einmal an.

    [/php]

    sudo bash get-kernel-source.sh
    cd usbtv-driver/
    make
    sudo mkdir -p /lib/modules/3.6.11+/extra
    sudo cp usbtv.ko /lib/modules/3.6.11+/extra
    sudo depmod 3.6.11+
    sudo modprobe videobuf2_core
    sudo modprobe videobuf2_vmalloc
    sudo modprobe usbtvpi@raspi2 ~/ambi-tv-master $ cd misc
    pi@raspi2 ~/ambi-tv-master/misc $ sudo bash get-kernel-source.sh
    Installing kernel source for revision 030082b403b...
    --2015-01-02 13:01:40-- https://raw.github.com/raspberrypi/firmware/030082b403b /extra/git_hash
    Resolving raw.github.com (raw.github.com)... 185.31.17.133
    Connecting to raw.github.com (raw.github.com)|185.31.17.133|:443... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://raw.githubusercontent.com/raspberrypi/fi…030082b403b/ext ra/git_hash [following]
    --2015-01-02 13:01:45-- https://raw.githubusercontent.com/raspberrypi/firmware/ 030082b403b/extra/git_hash
    Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
    Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.13 3|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 41 [text/plain]
    Saving to: `rasp-tmp/git_hash'

    100%[======================================>] 41 --.-K/s in 0s

    2015-01-02 13:01:50 (81.9 KB/s) - `rasp-tmp/git_hash' saved [41/41]

    --2015-01-02 13:01:50-- https://raw.github.com/raspberrypi/firmware/030082b403b /extra/Module.symvers
    Resolving raw.github.com (raw.github.com)... 185.31.17.133
    Connecting to raw.github.com (raw.github.com)|185.31.17.133|:443... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://raw.githubusercontent.com/raspberrypi/fi…030082b403b/ext ra/Module.symvers [following]
    --2015-01-02 13:01:55-- https://raw.githubusercontent.com/raspberrypi/firmware/ 030082b403b/extra/Module.symvers
    Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133
    Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.13 3|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 493028 (481K) [text/plain]
    Saving to: `rasp-tmp/Module.symvers'

    100%[======================================>] 493,028 998K/s in 0.5s

    2015-01-02 13:02:02 (998 KB/s) - `rasp-tmp/Module.symvers' saved [493028/493028]

    --2015-01-02 13:02:02-- https://github.com/raspberrypi/linux/tarball/16eb921a96 db3dc3555a65b53b99c15753e6b770
    Resolving github.com (github.com)... 192.30.252.130
    Connecting to github.com (github.com)|192.30.252.130|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://codeload.github.com/raspberrypi/li…r.gz/16eb921a96 db3dc3555a65b53b99c15753e6b770 [following]
    --2015-01-02 13:02:07-- https://codeload.github.com/raspberrypi/linux/legacy.ta http://r.gz/16eb921a96db3dc3555a65b53b99c15753e6b770
    Resolving codeload.github.com (codeload.github.com)... 192.30.252.146
    Connecting to codeload.github.com (codeload.github.com)|192.30.252.146|:443... c onnected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [application/x-gzip]
    Saving to: `rasp-tmp/linux.tar.gz'

    [ <=> ] 113,057,135 927K/s in 1m 59s

    2015-01-02 13:04:13 (931 KB/s) - `rasp-tmp/linux.tar.gz' saved [113057135]

    mv: cannot move `raspberrypi-linux-16eb921' to `/usr/src/linux-source-3.10.25+/r aspberrypi-linux-16eb921': Directory not empty
    ln: failed to create symbolic link `/lib/modules/3.10.25+/build/linux-source-3.1 0.25+': File exists
    Makefile:323: /usr/src/linux-source-3.10.25+/scripts/Kbuild.include: No such fil e or directory
    make: *** empty variable name. Stop.
    make: *** [scripts_basic] Error 2
    Makefile:323: /usr/src/linux-source-3.10.25+/scripts/Kbuild.include: No such fil e or directory
    /usr/src/linux-source-3.10.25+/Makefile:323: /usr/src/linux-source-3.10.25+/scri pts/Kbuild.include: No such file or directory
    make: *** empty variable name. Stop.
    make[1]: *** [scripts_basic] Error 2
    make: *** No rule to make target `include/config/auto.conf', needed by `include/ config/kernel.release'. Stop.
    Makefile:323: /usr/src/linux-source-3.10.25+/scripts/Kbuild.include: No such fil e or directory
    /usr/src/linux-source-3.10.25+/Makefile:323: /usr/src/linux-source-3.10.25+/scri pts/Kbuild.include: No such file or directory
    make: *** empty variable name. Stop.
    make[1]: *** [scripts_basic] Error 2
    make: *** empty variable name. Stop.
    make: *** [scripts_basic] Error 2
    pi@raspi2 ~/ambi-tv-master/misc $ cd usbtv-driver/
    pi@raspi2 ~/ambi-tv-master/misc/usbtv-driver $ make
    make -C /lib/modules/3.10.25+/build M=/home/pi/ambi-tv-master/misc/usbtv-driver modules
    make[1]: Entering directory `/usr/src/linux-source-3.10.25+'
    Makefile:323: /usr/src/linux-source-3.10.25+/scripts/Kbuild.include: No such fil e or directory

    ERROR: Kernel configuration is invalid.
    include/generated/autoconf.h or include/config/auto.conf are missing.
    Run 'make oldconfig && make prepare' on kernel src to fix it.

    make: Entering an unknown directory
    make: *** empty variable name. Stop.
    make: Leaving an unknown directory
    make[1]: *** [_module_/home/pi/ambi-tv-master/misc/usbtv-driver] Error 2
    make[1]: Leaving directory `/usr/src/linux-source-3.10.25+'
    make: *** [all] Error 2
    pi@raspi2 ~/ambi-tv-master/misc/usbtv-driver $ sudo mkdir -p /lib/modules/3.6.11 +/extra
    pi@raspi2 ~/ambi-tv-master/misc/usbtv-driver $ sudo cp usbtv.ko /lib/modules/3.6 .11+/extra
    cp: cannot stat `usbtv.ko': No such file or directory
    pi@raspi2 ~/ambi-tv-master/misc/usbtv-driver $ sudo depmod 3.6.11+
    WARNING: could not open /lib/modules/3.6.11+/modules.order: No such file or dire ctory
    WARNING: could not open /lib/modules/3.6.11+/modules.builtin: No such file or di rectory
    pi@raspi2 ~/ambi-tv-master/misc/usbtv-driver $ sudo modprobe videobuf2_core
    pi@raspi2 ~/ambi-tv-master/misc/usbtv-driver $ sudo modprobe videobuf2_vmalloc
    pi@raspi2 ~/ambi-tv-master/misc/usbtv-driver $ sudo modprobe usbtv^C

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!