Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Quoted
Original von cyberthom
man müsste die treiber debianisieren... ich habe das mal versuchr, bin leider nicht weiter gekommen :-( ich wäre aber auch sehr daran interessiert.
Ich hoffe nur, dass sich dann auch tatsächlich etwas verändert und man sich nicht umsonst Hoffnungen gemacht hat.



This post has been edited 1 times, last edit by "kk234" (Apr 13th 2004, 11:01pm)
Quoted
Original von anw
@ ccoma:
läuft es mit anderen installatione als der c't besser? ich hätte keine prbleme umzusteigen.

This post has been edited 1 times, last edit by "Austrian Coder" (Apr 15th 2004, 12:35pm)
![:]](wcf/images/smilies/pleased.gif)
This post has been edited 1 times, last edit by "Austrian Coder" (Apr 15th 2004, 12:50pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
--- dxr3-0.2.2/dxr3abstractiondevice.c~ 2004-02-04 22:09:03.000000000 +0000
+++ dxr3-0.2.2/dxr3abstractiondevice.c 2004-03-27 00:45:29.363703568 +0000
@@ -368,8 +368,10 @@
Lock();
if (!bExternalReleased) {
+#if 0 /* Causes corruption during jump +- */
ioval = EM8300_SUBDEVICE_VIDEO;
ioctl(m_fdControl, EM8300_IOCTL_FLUSH, &ioval);
+#endif
ioval = EM8300_SUBDEVICE_AUDIO;
ioctl(m_fdControl, EM8300_IOCTL_FLUSH, &ioval);
fsync(m_fdVideo);
|
Quoted
Ich werde meine Ergebnisse hier posten, sobald ich es hinbekommen habe oder wenn ich auf unüberwindbare Hürden stoße.
Quoted
Original von kk234
Hallo Austrian Coder,
Danke, den Patch hatte ich noch nicht. Eben eingespielt und siehe da, sogar das Minuten-Spulen mit F2 und F3 klappt perfekt. Die DXR3 verhält sich einfach wie eine normale FF. Nur halt vom Bild her besser aufgrund des S-VIDEO-Ausgangs.
Das mit dem Kernel kompilieren; also für mich bedeutet Kernel kompilieren, wenn im Kernelverzeichnis ein richtiges make durchläuft und sich /boot/vmlinuz ändert, entsprechen muss man Linux dann auch neu booten. Hier werden ja wirklich nur neue Module für die DXR3 neu erzeugt (adv717x.o, bt865.o und em8300.o) sonst nichts.
Gruß
KK
This post has been edited 1 times, last edit by "ccoma" (Apr 15th 2004, 8:34pm)