Die beiden Seiten führen beide auf diese hier:
http://www.rastageeks.org/ov51x-jpeg/index.php/Ov51xJpegHackedSourceauf dieser war ich allerdings shcon ud hab alles soweit probiert was ich da verstanden hab.. ich machs nochmal und Schrieb hier was ich da ganu mach vlt. hab ich was falsch gemacht^^
So als erstes soll ich:
Starting with release 2.6.22-0.rc4.1ark, the Ark Linux kernel includes this module by default. No patching and no extra builds are required. To install the current kernel, run :
- Code: Alles auswählen
apt-get -t dockyard-devel install kernel
So ich gebe ein was dasteht allerdings spuckt mir die Konsole das aus:
- Code: Alles auswählen
[christoph@goldenethron ~]$ apt-get -t dockyard-devel install kernel
bash: apt-get: command not found
das wäre das erste problem wo ic nicht weiter wüsste..
Die anderen wäre dann unter anderen hier zu finden:
http://www.rastageeks.org/ov51x-jpeg/index.php/Ov51xJpegHackedInstall The module ov511 shipped with default kernel for ov511/ov518 webcams is broken. When you plug your camera, the kernel may load it in first place so the ov51x-jpeg cannot be used later on.
You may unload the module:
- Code: Alles auswählen
rmmod ov511
and then remove the module from
/lib/modules/`uname -r`
Hier sagt mir meine konsole:
- Code: Alles auswählen
[christoph@goldenethron ~]$ rmmod ov511
ERROR: Module ov511 does not exist in /proc/modules
Dann hier wird gesagt:
Compilation and installation
First, you must have a working kernel module build and the videodev module compiled. In most distributions, this you may need some kernel headers corresponding to your kernel. See the command
uname -r to get your kernel version.
Basically, you need a kernel with its headers, and the videodev module built with video4linux option (try
modprobe videodev as root).
Then, as normal user, type in the ov51x-jpeg-x.x.x directory:
- Code: Alles auswählen
% make
and, as root:
- Code: Alles auswählen
# make install
# modprobe ov51x-jpeg
or if this fails for any reason:
- Code: Alles auswählen
# modprobe videodev
# insmod ./ov51x-jpeg.ko
from the source directory. the
videodev module may already be loaded.
Thats it, you got your camera ready to work with your favorite v4l application!
Das sieht dann bei mri schon beim ersten befehl so aus:
- Code: Alles auswählen
[christoph@goldenethron ~]$ % make
bash: fg: %: no such job
Wahrscheinlich mache ich wieder was mit den Kommandos falsch oder sonst was^^ wäre froh wenn mir jemand sagt was und wie ich das dann korriegire :/
mfg und vielen dank im vorraus,
T3ERROR