View previous topic :: View next topic |
Author |
Message |
musv Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/17022956523ec2f01a46f03.jpg)
Joined: 01 Dec 2002 Posts: 3369 Location: de
|
Posted: Fri Dec 20, 2002 11:55 am Post subject: Win-TV will nicht |
|
|
Hallo,
hab ein Problem mit meiner Win-TV-Karte. Ich hab mit emerge xawtv das TV-Tool installiert. Aber wenn ich das starte, krieg ich nur 'ne Fehlermeldung:
This is xawtv-3.80, running on Linux/i686 (2.4.19-gentoo-r10)
WARNING: Your X-Server has no DGA support.
can't open /dev/v4l/video0: No such device
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/v4l/video0: Kein passendes Gerät gefunden
v4l2: open /dev/v4l/video0: Kein passendes Gerät gefunden
v4l: open /dev/v4l/video0: Kein passendes Gerät gefunden
no video grabber device available
Die Video4Linux-Unterstützung hab ich im Kernel mit reincompiliert (nicht als Modul). Und mit cat /proc/pci bekomme ich folgende Meldung angezeigt:
Bus 0, device 13, function 0:
Multimedia video controller: Brooktree Corporation Bt878 (rev 17).
IRQ 11.
Master Capable. Latency=64. Min Gnt=16.Max Lat=40.
Prefetchable 32 bit memory at 0xeb000000 [0xeb000fff].
Bus 0, device 13, function 1:
Multimedia controller: Brooktree Corporation Bt878 (rev 17).
IRQ 11.
Master Capable. Latency=64. Min Gnt=4.Max Lat=255.
Prefetchable 32 bit memory at 0xeb001000 [0xeb001fff].
Die Devices hab ich auch angelegt mit ./MAKEDEV. Also Video0-3 sind vorhanden. Der Link darauf auch.
Ich hab keine Idee mehr, woran das noch liegen könnte.
Hab eine WinTV-PCI-FM-Stereo-Karte
Gruß
PS: Wie krieg ich den DGA-Support an? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
weltraumfahrer Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/2749417723f451b086e4a8.gif)
Joined: 17 Dec 2002 Posts: 195 Location: Karlsruhe, Germany
|
Posted: Fri Dec 20, 2002 1:43 pm Post subject: |
|
|
Hallo,
1. Du brauchst keine Devices anlegen! DEVFS!
2. In /etc/devfsd.conf genuegen die folgenden Zeilen:
# Video 4 Linux
REGISTER ^v4l/video0$ CFUNCTION GLOBAL symlink v4l/video0 video
REGISTER v4l/.* PERMISSIONS root.video 660
UNREGISTER ^v4l/video0$ CFUNCTION GLOBAL unlink video
3. DGA fuer was? Geht sowieso nur als root und das will keiner;-)
4. Kernel braucht folgendes (unter Character devices):
'I2C support' und 'I2C bit-banging interfaces'
Frank |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
asdinos n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Oct 2002 Posts: 23
|
Posted: Sun Dec 22, 2002 5:39 pm Post subject: |
|
|
hi,
ich habe mir damals alles aufgeschrieben was ich im kernel fest eingebaut habe damit meine hauppauge wintv-pci (ist das ur model) funktioniert:
WinTV Karte im Kernel einstellen:
unter character-devices:
1)I2C support
2)I2C bit-banging interfaces
3)I2C PCF 8584 interfaces
4)I2C device interface
5)I2C /proc interface (required for hardware sensors)
unter Multimedia:
1)V4L information in proc filesystem
2)BT848 Video For Linux
3)SAA5249 Teletext processor
4)SAB3036 tuner
danach xaw-tv emergen und schon gings
asdinos |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|