• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

XawTV startet nicht

Hallo liebe Linuxer...

Kann mir jemand sagen warum mein prog nicht startet, anscheinend findet er keine /dev/video..aber was soll ich da machen, anscheinend läuft meine Cam deshalb auch nicht?
Wenn ich es aus der >konsole starte:
Code:
LinuxPC:/home/michael # xawtv
This is xawtv-3.95, running on Linux/i686 (2.6.18.2-34-default)
can't open /dev/video0: No such device or address
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/video0: Kein passendes Gerät bzw. keine passende Adresse gefunden
v4l2: open /dev/video0: Kein passendes Gerät bzw. keine passende Adresse gefunden
v4l: open /dev/video0: Kein passendes Gerät bzw. keine passende Adresse gefunden
no video grabber device available
LinuxPC:/home/michael #
Jemand eine Idee?
Gruß
 

TomcatMJ

Guru
Hi!
Erstmal würde sich ein Blick auf die Ausgabe von
Code:
lsmod
anbieten um zu sehen ob die Kernelmodue für dein Device geladen wurden. Danach einfach mal
Code:
v4l-conf
ausführen und nochmal probieren. Wenn dann noch nix geht wäre eine Überprüfung der Gruppenzugehörigkeit deines Users sinnvoll (ist er Mitglied der Gruppe video ?). Gegencheck mit kdetv wäre vieleicht auch noch eine Maßnahme, denn nicht ejder treiber stellt ein v4l Interface zur Verfügung,einige stelen nur noch v4l2 bereit wobei ich mir nun nicht sicher bin ob XawTV damit klarkommt oder man doch schon XawTV4 dafür benötigt.

Bis denne,
Tom
 
OP
L

LinuxAlien

Member
Danke für deine Hilfe...

Ein lsmod wirft mir das heraus:
Code:
michael@LinuxPC:~> /sbin/lsmod | grep -i usb
usbhid                 52192  0 
usbvideo               30468  1 quickcam_messenger
compat_ioctl32          5504  1 usbvideo
snd_usb_audio          81024  1 
snd_usb_lib            20992  1 snd_usb_audio
videodev               26880  1 usbvideo
snd_rawmidi            29824  4 snd_seq_midi,snd_seq_virmidi,snd_usb_lib,snd_emu10k1

Also die Cam ist drin......
doch wenn ich v41-conf eingebe erhalte ich:
michael@LinuxPC:~> v41-conf
bash: v41-conf: command not found
michael@LinuxPC:~>
Code:
Kdetv läuft zwar aber Cam wird nicht erkannt...

Hast du ne Idee was da schief läuft, oder sonst jemand?
Gruß
 

TomcatMJ

Guru
In v4l-conf ist keine 1 (eins) sondern ein kleines L ;)
(steht halt für "Video for Linux Configuration")
Wenns sich immer noch nicht aufrufen lassen sollte ruf es mal als root auf.

Bis denne,
Tom
 
OP
L

LinuxAlien

Member
Hey super, du bist schnell...

Code:
LinuxPC:/home/michael # v4l-conf
v4l-conf: using X11 display :0.0
dga: version 2.0
mode: 1280x1024, depth=24, bpp=32, bpl=5120, base=0xf6000000
can't open /dev/video0: No such file or directory
LinuxPC:/home/michael #
Was sagt uns das denn?
Gruß
 

TomcatMJ

Guru
Normalerweise wird das von v4l-conf eingerichtet sobald das videodev Modul geladen wurde und man v4l-conf einmal aufruft. Jedenfalls ist das so bei TV-Karten und meiner alten Philips ToUCam II so die ein v4l Interface im treiber nutzt. Bei reinen v4l2 Devices kann das wohl auch was anders aussehen. Was sagt bei dir denn
Code:
 ls -al /dev/v*
?

Bis denne,
Tom
[EDIT]P.S.:Sorry,da war ein Tippfehler im Befehl, es musste natürlich "ls -al" und nicht "ls .al" heissen...
 
http://qce-ga.sourceforge.net/

liefert dir den Treiber. Entpacken und dann quickcam.sh aufrufen (am Besten als root). Wenn dann die Kernelsourcen installiert sind, solltest Du nur die Fragen beantworten, bzw. dich durch"entern".
 
Nun mal langsam mit den jungen Pferden! Du hast den Treiber runtergeladen? Du hast das .tar.gz entpackt? Du bist daraufhin in das Verzeichnis gegangen das entstanden ist? Du hast als root ./quickcam.sh ausgeführt?

Wenn ja, wobei gab es das Problem, welches ist das Problem?
 
OP
L

LinuxAlien

Member
habe nun die Installation noch einmal neu gemacht und Fehler...entdeckt:

Code:
michael@LinuxPC:~/Programme/Cam> cd qc-usb-messenger-1.7/
michael@LinuxPC:~/Programme/Cam/qc-usb-messenger-1.7> ..
michael@LinuxPC:~/Programme/Cam> cd Programme/
bash: cd: Programme/: Datei oder Verzeichnis nicht gefunden
michael@LinuxPC:~/Programme/Cam> cd qc-usb-0.6.5/
michael@LinuxPC:~/Programme/Cam/qc-usb-0.6.5> ./quickcam.sh 
-=- Logitech QuickCam USB camera driver installer -=-
Hello! I am the (hopefully) easy-to-use, fully automated
qc-usb driver installation script.
At the moment, this is experimental, and if it doesn't work,
don't hesitate to quit this with Ctrl+C and install the
driver manually.

The driver is provided in source code form, so it has to be
compiled. This should happen automatically, but it does mean
that there are some steps required before installation.

You also need to know "root" user password to test and
install the driver.

Basically you need only to keep hitting Enter whenever you
see this prompt: --->. Sometimes you're asked root password.
Pay special attention to lines beginning with [!].
It means that some trouble has been detected.

To most important location is the path to your kernel source
or headers. This can be guessed, but you can specify it by
giving it as an argument to this script like this:
        ./quickcam.sh LINUX_DIR=/usr/src/linux

If you haven't done it yet, now it would be a good moment to
take a look at file README.

Next I'm going to check if you have some important programs installed
and if they and the kernel are of suitable version.
Press Ctrl+C to quit, Enter to continue ---> 

/home/michael/Programme/Cam/qc-usb-0.6.5/quickcam.sh
/usr/bin/whoami
/bin/su
/bin/ls
/bin/cat
/usr/bin/gcc
/usr/bin/gcc
/usr/bin/make
/usr/bin/grep
/usr/bin/egrep
/usr/bin/awk
/usr/bin/sed
/usr/bin/tail
/usr/bin/head
/usr/bin/install
/usr/bin/ld
/bin/uname
/usr/bin/tr
/usr/bin/xawtv
/usr/bin/xdpyinfo
/bin/dmesg
/usr/bin/wc
which: no realpath in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:
/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/b
in:/usr/lib/mit/sbin)
which: no realpath in (/usr/local/bin)
/usr/bin/readlink
gcc version: Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr
 --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/ma
n --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,
obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c
++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --wi
th-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocato
r=new --program-suffix=-4.1 --enable-version-specific-runtime-libs --without-sys
tem-libunwind --with-cpu=generic --host=i586-suse-linux
gcc-Version 4.1.2 20061115 (prerelease) (SUSE Linux)
gcc version: Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr
 --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/ma
n --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,
obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c
++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --wi
th-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocato
r=new --program-suffix=-4.1 --enable-version-specific-runtime-libs --without-sys
tem-libunwind --with-cpu=generic --host=i586-suse-linux
gcc-Version 4.1.2 20061115 (prerelease) (SUSE Linux)
Make version: GNU Make 3.81
Linker version: GNU ld version 2.17.50.0.5 20060927 (SUSE Linux)
Kernel compiler: gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
[!] Kernel compiler and gcc seem to be different versions.
Instead, they should be the same. If you have many compilers
installed, you can specify the correct one with command (in bash)
        export CC=kgcc
before trying to install the driver. Replace kgcc with the command
required for compiling kernels (kgcc is often used in Red Hat systems).
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 

Looking for more necessary programs...
which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
Found program /sbin/depmod
which: no insmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
Found program /sbin/insmod
which: no rmmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bi
n:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:
/usr/lib/mit/sbin)
Found program /sbin/rmmod
which: no modprobe in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:
/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/b
in:/usr/lib/mit/sbin)
Found program /sbin/modprobe
Found program /bin/mount
Found program /usr/bin/lsusb
depmod version: module-init-tools 3.2.2
insmod version: module-init-tools version 3.2.2
rmmod version: module-init-tools version 3.2.2
modprobe version: module-init-tools version 3.2.2
Checking whether we're root... michael
Checking for driver source code...
Checking for write permission...

Previous round done. Now checking if you have kernel source installed.
Press Ctrl+C to quit, Enter to continue ---> 

which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
Kernel source directory: /lib/modules/2.6.18.2-34-default/build
[!] Can not find kernel source or even headers.
Make sure that they are installed (install with e.g. rpm or apt-get
if necessary) and ensure that you have read rights to the files.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 

Detected kernel version is 2.6.x.
which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
Kernel version name: 2.6.18.2-34-default
Kernel source version code: 132626
Driver file name: quickcam.ko
Module install directory: /lib/modules/2.6.18.2-34-default
which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
Driver source directory (PWD):         /home/michael/Programme/Cam/qc-usb-0.6.5
Kernel source directory (LINUX_DIR):   /lib/modules/2.6.18.2-34-default/build
Module install directory (MODULE_DIR): /lib/modules/2.6.18.2-34-default
Utility install directory (PREFIX):    /usr/local
User options (USER_OPT):               -DHAVE_UTSRELEASE_H=1
Driver file name (use with insmod):    quickcam.ko
Kernel version code:                   132626

The QuickCam driver requires other drivers from kernel.
I'll now check if those seem to be loaded.
Press Ctrl+C to quit, Enter to continue ---> 

Modules loaded into the kernel:
snd_pcm_oss snd_mixer_oss snd_seq_midi snd_emu10k1_synth snd_emux_synth snd_seq_
virmidi snd_seq_midi_event snd_seq_midi_emul snd_seq ipv6 button battery ac appa
rmor aamatch_pcre loop dm_mod usbhid quickcam_messenger usbvideo snd_usb_audio c
ompat_ioctl32 videodev v4l1_compat v4l2_common snd_usb_lib snd_emu10k1 snd_rawmi
di snd_seq_device snd_util_mem snd_hwdep 3c59x emu10k1_gp b44 mii ehci_hcd ide_c
d cdrom uhci_hcd shpchp intel_agp usbcore pci_hotplug agpgart snd_intel8x0 snd_a
c97_codec snd_ac97_bus snd_pcm snd_timer snd soundcore snd_page_alloc ns558 i8xx
_tco gameport parport_pc lp parport ext3 mbcache jbd edd fan piix thermal proces
sor ide_disk ide_core 
[!] The QuickCam driver is already loaded!
You should first remove the (old?) module by issuing
        rmmod mod_quickcam || rmmod quickcam
as root, otherwise I will fail to install the new module.
I will now try to unload it for you automatically,
if you just give me the root password (Ctrl+D to cancel):
Passwort: 
=== Entering root mode ===
Trying to unload QuickCam driver...
ERROR: Module quickcam does not exist in /proc/modules
ERROR: Module mod_quickcam does not exist in /proc/modules
=== Leaving root mode ===
[!] QuickCam driver failed to unload.
It is not possible to install new version before unloading
the older version. Check that no application is using the
camera, using e.g.
        lsof /dev/video0
or whatever is the camera device file.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 


Next round: let's see if you have a supported QuickCam.
Please plug in your USB camera before continuing.
Press Ctrl+C to quit, Enter to continue ---> 

I can find the following probably compatible devices:
[!] Didn't find compatible cameras.
If you got message: "Permission denied", it means that
you simply have too old lsusb, and you can ignore this problem.
In this case you have to be root to use lsusb, but I won't do that.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 


Another round done. Let's now compile the driver, it takes a while.
This step will also clear old unnecessary files from the directory.
Press Ctrl+C to quit, Enter to continue ---> 

which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
rm -f *.o qcset show *~ .\#* .*.cmd *.mod.c *.ko
rm -rf .tmp_versions
rm: Entfernen von „.tmp_versions/quickcam.mod“ nicht möglich: Keine Berechtigung
make: *** [clean] Fehler 1
ls: Zugriff auf quickcam.ko nicht möglich: Datei oder Verzeichnis nicht gefunden
[!] Looks like the driver compilation failed.
Did you get any error messages above?
If asking for help, show what error messages you got.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 

[!] Looks like compilation of the utility programs failed.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 


Now everything should be well and the driver compiled.
Let's then try actually loading the fresh driver and testing
if it works.
Press Ctrl+C to quit, Enter to continue ---> 

To load the driver, I need to know the root password.
Passwort: 
=== Entering root mode ===

I will now try to enable the SysRq key.
If your computer crashes, you can try pressing:
        Alt + SysRq + S: Emergency Sync (write everything on hard disk)
        Alt + SysRq + U: Unmount all harddisks
        Alt + SysRq + B: Reboot system immediately
Press Ctrl+C to quit, Enter to continue ---> 

Now I finally will try to load the module.
If you're unlucky, your computer might crash right now!!!!
Consider long if you really want to continue.
Press Ctrl+C to quit, Enter to continue ---> 

You decided to do it, here we go...
insmod: can't read './quickcam.ko': No such file or directory
=== Leaving root mode ===
The driver detected the following supported cameras:
[!] No cameras detected.
Try unloading and reloading the driver manually with
        rmmod quickcam; insmod ./quickcam.ko debug=-1
and then checking whether there are any messages indicating
problems with command
        dmesg
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 

I will be using , if there are more cameras I'll not test them.
Press Ctrl+C to quit, Enter to continue ---> 

Testing if  is correct.
ls: Zugriff auf  nicht möglich: Datei oder Verzeichnis nicht gefunden
[!] You don't have read/write access to .
On many distributions, you should add yourself into the
"video" group by giving command
        adduser michael video
and then log in again to be able to access the video.
A quick alternative is just to do
        chmod a+rw 
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 

ls: Zugriff auf  nicht möglich: Datei oder Verzeichnis nicht gefunden
ls: Zugriff auf  nicht möglich: Datei oder Verzeichnis nicht gefunden
[!]  major number is .
Usually it should be 81, so there are problems ahead.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 


Right now driver is loaded and should be ready to run.
Let's test if user applications can see it, starting with qcset.
Press Ctrl+C to quit, Enter to continue ---> 

./quickcam.sh: line 753: ./qcset: Datei oder Verzeichnis nicht gefunden
[!] qcset did not found the QuickCam camera
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue ---> 

If you like, you can quit now and start using the camera -
you have good chances that it works, if no problems were detected.
If you have X Window System running and xawtv installed,
I can now run it automatically for you.
You will then also have opportunity to install the driver permanently.
Press Ctrl+C to quit, Enter to continue ---> 

Launching xawtv (press q on xawtv window to quit it)...
If the image is not sharp, try focusing it by turning the
wheel around the camera lens.
        xawtv -noscale -noxv -c ""
This is xawtv-3.95, running on Linux/i686 (2.6.18.2-34-default)
v4l-conf: option requires an argument -- c
usage: v4l-conf  [ options ] 

options:
    -q        quiet
    -d <dpy>  X11 Display     [:0.0]
    -c <dev>  video device    [/dev/video0]
    -b <n>    displays color depth is <n> bpp
    -s <n>    shift display by <n> bytes
    -f        query frame buffer device for info
    -a <addr> set framebuffer address to <addr>
              (in hex, root only, successful autodetect
               will overwrite this address)
    -1        force v4l API
    -2        force v4l2 API
v4l-conf had some trouble, trying to continue anyway
v4l2: open : Datei oder Verzeichnis nicht gefunden
v4l2: open : Datei oder Verzeichnis nicht gefunden
v4l: open : Datei oder Verzeichnis nicht gefunden
no video grabber device available

Well, did it work, did you get a picture?
If you did, you might now want to install the driver
permanently. Just proceed to do that...
Press Ctrl+C to quit, Enter to continue ---> 

Just an extra warning: the driver (quickcam.ko) and
the utility (qcset) will be now copied into system
directories. If you have already other versions,
they will be overwritten. Verify by giving root password.
Passwort: 
=== Entering root mode ===
which: no depmod in (/home/michael/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/b
in:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin
:/usr/lib/mit/sbin)
make -C "/lib/modules/2.6.18.2-34-default/build" SUBDIRS="/home/michael/Programm
e/Cam/qc-usb-0.6.5" modules V=1 USER_OPT="-DHAVE_UTSRELEASE_H=1"
make[1]: Entering directory `/usr/src/linux-2.6.18.2-34-obj/i386/default'
make -C ../../../linux-2.6.18.2-34 O=../linux-2.6.18.2-34-obj/i386/default modul
es
make -C /usr/src/linux-2.6.18.2-34-obj/i386/default \
        KBUILD_SRC=/usr/src/linux-2.6.18.2-34 \
        KBUILD_EXTMOD="/home/michael/Programme/Cam/qc-usb-0.6.5" -f /usr/src/lin
ux-2.6.18.2-34/Makefile modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (           \
        echo;                                                           \
        echo "  ERROR: Kernel configuration is invalid.";               \
        echo "         include/linux/autoconf.h or include/config/auto.conf are 
missing.";      \
        echo "         Run 'make oldconfig && make prepare' on kernel src to fix
 it.";  \
        echo;                                                           \
        /bin/false)
mkdir -p /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_versions
rm -f /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_versions/*
make -f /usr/src/linux-2.6.18.2-34/scripts/Makefile.build obj=/home/michael/Prog
ramme/Cam/qc-usb-0.6.5
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.qc-driver.o.d  -nos
tdinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iinclude
 -Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autoconf
.h   -I/home/michael/Programme/Cam/qc-usb-0.6.5 -Wall -Wundef -Wstrict-prototype
s -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fno
-common -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=g
eneric -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386/
mach-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/includ
e/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fa
synchronous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -Wn
o-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -D
"KBUILD_BASENAME=KBUILD_STR(qc_driver)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)"
 -c -o /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_qc-driver.o /home/michael/P
rogramme/Cam/qc-usb-0.6.5/qc-driver.c
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.qc-hdcs.o.d  -nostd
inc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iinclude -
Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autoconf.h
   -I/home/michael/Programme/Cam/qc-usb-0.6.5 -Wall -Wundef -Wstrict-prototypes 
-Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fno-c
ommon -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=gen
eric -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386/ma
ch-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/include/
asm-i386/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fasy
nchronous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -Wno-
pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -D"K
BUILD_BASENAME=KBUILD_STR(qc_hdcs)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -c 
-o /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_qc-hdcs.o /home/michael/Program
me/Cam/qc-usb-0.6.5/qc-hdcs.c
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.qc-pb0100.o.d  -nos
tdinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iinclude
 -Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autoconf
.h   -I/home/michael/Programme/Cam/qc-usb-0.6.5 -Wall -Wundef -Wstrict-prototype
s -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fno
-common -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=g
eneric -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386/
mach-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/includ
e/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fa
synchronous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -Wn
o-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -D
"KBUILD_BASENAME=KBUILD_STR(qc_pb0100)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)"
 -c -o /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_qc-pb0100.o /home/michael/P
rogramme/Cam/qc-usb-0.6.5/qc-pb0100.c
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.qc-vv6410.o.d  -nos
tdinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iinclude
 -Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autoconf
.h   -I/home/michael/Programme/Cam/qc-usb-0.6.5 -Wall -Wundef -Wstrict-prototype
s -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fno
-common -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=g
eneric -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386/
mach-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/includ
e/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fa
synchronous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -Wn
o-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -D
"KBUILD_BASENAME=KBUILD_STR(qc_vv6410)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)"
 -c -o /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_qc-vv6410.o /home/michael/P
rogramme/Cam/qc-usb-0.6.5/qc-vv6410.c
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.qc-formats.o.d  -no
stdinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iinclud
e -Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autocon
f.h   -I/home/michael/Programme/Cam/qc-usb-0.6.5 -Wall -Wundef -Wstrict-prototyp
es -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fn
o-common -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=
generic -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386
/mach-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/inclu
de/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -f
asynchronous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -W
no-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -
D"KBUILD_BASENAME=KBUILD_STR(qc_formats)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam
)" -c -o /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_qc-formats.o /home/michae
l/Programme/Cam/qc-usb-0.6.5/qc-formats.c
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.qc-mjpeg.o.d  -nost
dinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iinclude 
-Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autoconf.
h   -I/home/michael/Programme/Cam/qc-usb-0.6.5 -Wall -Wundef -Wstrict-prototypes
 -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fno-
common -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=ge
neric -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386/m
ach-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/include
/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fas
ynchronous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -Wno
-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -D"
KBUILD_BASENAME=KBUILD_STR(qc_mjpeg)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -
c -o /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_qc-mjpeg.o /home/michael/Prog
ramme/Cam/qc-usb-0.6.5/qc-mjpeg.c
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.qc-memory.o.d  -nos
tdinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iinclude
 -Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autoconf
.h   -I/home/michael/Programme/Cam/qc-usb-0.6.5 -Wall -Wundef -Wstrict-prototype
s -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fno
-common -Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=g
eneric -mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386/
mach-generic -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/includ
e/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fa
synchronous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -Wn
o-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -D
"KBUILD_BASENAME=KBUILD_STR(qc_memory)"  -D"KBUILD_MODNAME=KBUILD_STR(quickcam)"
 -c -o /home/michael/Programme/Cam/qc-usb-0.6.5/.tmp_qc-memory.o /home/michael/P
rogramme/Cam/qc-usb-0.6.5/qc-memory.c
  ld -m elf_i386 -m elf_i386  -r -o /home/michael/Programme/Cam/qc-usb-0.6.5/qui
ckcam.o /home/michael/Programme/Cam/qc-usb-0.6.5/qc-driver.o /home/michael/Progr
amme/Cam/qc-usb-0.6.5/qc-hdcs.o /home/michael/Programme/Cam/qc-usb-0.6.5/qc-pb01
00.o /home/michael/Programme/Cam/qc-usb-0.6.5/qc-vv6410.o /home/michael/Programm
e/Cam/qc-usb-0.6.5/qc-formats.o /home/michael/Programme/Cam/qc-usb-0.6.5/qc-mjpe
g.o /home/michael/Programme/Cam/qc-usb-0.6.5/qc-memory.o
  Building modules, stage 2.
make -rR -f /usr/src/linux-2.6.18.2-34/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -i /usr/src/linux-2.6.18.2-34-obj/i386/default/Modul
e.symvers -I /home/michael/Programme/Cam/qc-usb-0.6.5/Module.symvers -o /home/mi
chael/Programme/Cam/qc-usb-0.6.5/Module.symvers -s /dev/null /home/michael/Progr
amme/Cam/qc-usb-0.6.5/quickcam.o
  gcc -m32 -Wp,-MD,/home/michael/Programme/Cam/qc-usb-0.6.5/.quickcam.mod.o.d  -
nostdinc -isystem /usr/lib/gcc/i586-suse-linux/4.1.2/include -D__KERNEL__ -Iincl
ude -Iinclude2 -I/usr/src/linux-2.6.18.2-34/include -include include/linux/autoc
onf.h  -I/usr/src/linux-2.6.18.2-34/ -I -Wall -Wundef -Wstrict-prototypes -Wno-t
rigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -fno-common 
-Os -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -
mregparm=3 -ffreestanding -I/usr/src/linux-2.6.18.2-34/include/asm-i386/mach-gen
eric -Iinclude/asm-i386/mach-generic -I/usr/src/linux-2.6.18.2-34/include/asm-i3
86/mach-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fasynchron
ous-unwind-tables -fno-stack-protector -Wdeclaration-after-statement -Wno-pointe
r-sign  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(quickcam.mod)"  -D"KB
UILD_MODNAME=KBUILD_STR(quickcam)" -DMODULE -c -o /home/michael/Programme/Cam/qc
-usb-0.6.5/quickcam.mod.o /home/michael/Programme/Cam/qc-usb-0.6.5/quickcam.mod.
c
  ld -m elf_i386 -m elf_i386 -r -o /home/michael/Programme/Cam/qc-usb-0.6.5/quic
kcam.ko /home/michael/Programme/Cam/qc-usb-0.6.5/quickcam.o /home/michael/Progra
mme/Cam/qc-usb-0.6.5/quickcam.mod.o
make[1]: Leaving directory `/usr/src/linux-2.6.18.2-34-obj/i386/default'
/usr/bin/install -c -D -m 644 quickcam.ko        /lib/modules/2.6.18.2-34-defaul
t/misc/quickcam.ko
/usr/bin/install -c -D -m 755 qcset /usr/local/bin/qcset
/usr/bin/install: Aufruf von stat für „qcset“ nicht möglich: Datei oder Verzeich
nis nicht gefunden
make: *** [install] Fehler 1
=== Leaving root mode ===
Hopefully the driver is now installed and can be loaded
with command
        modprobe quickcam
as root. You can put this command into some startup
script to do it always automatically at boot.
The exact location depends on distribution, and this
script is yet too dumb to do this automatically.
Press Ctrl+C to quit, Enter to continue ---> 

Goodbye...
 
Oben