LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-25-2005, 05:23 AM   #16
klemen
Member
 
Registered: Dec 2004
Location: Slovenia
Distribution: Slackware and OpenBSD
Posts: 87

Original Poster
Rep: Reputation: 15

OK, I tray all of these things and get:
I compile xawtv from source from your directions, when I type make the proces start but never ends, it repeating it over and over again. I stop the process and tray make install it`s the same, the process never ended.

Then I tray tvtime, on from the directions from the link, everything goes OK, but when i check for the modules I get

root@localhost:~# modprobe bttv
/lib/modules/2.4.29/kernel/drivers/media/video/bttv.o.gz: init_module: No such device
/lib/modules/2.4.29/kernel/drivers/media/video/bttv.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.29/kernel/drivers/media/video/bttv.o.gz: insmod /lib/modules/2.4.29/kernel/drivers/media/video/bttv.o.gz failed
/lib/modules/2.4.29/kernel/drivers/media/video/bttv.o.gz: insmod bttv failed

So I assume maybe is a problem here. Haw can I fix the modules?

When I tray lspc i get not known device (when I tray lspc for the first time it recognize the card)
root@localhost:~# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 745 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
00:09.0 FireWire (IEEE 1394): NEC Corporation: Unknown device 00e7 (rev 01)
00:0a.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
00:0b.0 Ethernet controller: Davicom Semiconductor, Inc. Ethernet 100/10 MBit (rev 31)
00:0c.0 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 61)
00:0c.1 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 61)
00:0c.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 62)
00:0d.0 Multimedia video controller: Megachips Corporation: Unknown device 036e (rev 11)
00:0d.1 Multimedia controller: Megachips Corporation: Unknown device 0878 (rev 11)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]


Any ideas???
 
Old 02-25-2005, 05:48 AM   #17
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
hmmm....that's strange.
the bttv module is not loaded because the tv-card is not detected.
but it was in the " lspci " list before....

was this after a reboot ?
else...reboot and right after that type " $ dmesg |grep bttv "
you'll get all messages from the kernel about the bttv module.

and for xawtv : you know that compiling will take some time ?
how long did you wait for the " make " command to end. ?
( might be 10 - 20 min.'s )

egag
 
Old 02-25-2005, 12:28 PM   #18
mscole
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slackware 15
Posts: 129

Rep: Reputation: 24
It has been a while since I have run xawtv, so I could be wrong, but I seem to recall that you need a reference to the v4l (video for lin) module in your x configuration file. Anybody know the details about this?
Mike.
 
Old 02-25-2005, 01:19 PM   #19
rovitotv
Member
 
Registered: Jan 2003
Location: Dayton, Ohio
Distribution: Slackware 10.2
Posts: 116

Rep: Reputation: 15
Try This!

Are you sure that you card used the bttv chipset? I don't have a pinnacle card. What is the model number of your card?


Execute the following commands in order and give us the output if any:
mknod /dev/video0 c 81 0
chmod 666 /dev/video0
ln -s /dev/video0 /dev/video
**** The above commands might not be required but just to be sage ****
modprobe i2c-core
modprobe i2c-algo-bit
modprobe videodev
modprobe bttv
 
Old 02-25-2005, 02:45 PM   #20
klemen
Member
 
Registered: Dec 2004
Location: Slovenia
Distribution: Slackware and OpenBSD
Posts: 87

Original Poster
Rep: Reputation: 15
Yes this happened after unplugging the card and rebooting, but i plugged it in in the same pci port.
I type: dmesg |grep bttv

bttv: driver version 0.7.108 loaded
bttv: using 4 buffers with 2080k (8320k total) for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 00:0d.0, irq: 11, latency: 64, mmio: 0xcfcfe000
bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
bttv0: using: Pinnacle PCTV Studio/Rave [card=39,autodetected]
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: pinnacle/mt: id=1 info="PAL / mono" radio=no
bttv0: using tuner=33
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: PLL: 28636363 => 35468950 .. ok
bttv0: registered device video0
bttv0: registered device vbi0

For me this seams ok ,becouse it recognize my card
lspci give me these

root@localhost:~# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 745 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
00:09.0 FireWire (IEEE 1394): NEC Corporation: Unknown device 00e7 (rev 01)
00:0a.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
00:0b.0 Ethernet controller: Davicom Semiconductor, Inc. Ethernet 100/10 MBit (rev 31)
00:0c.0 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 61)
00:0c.1 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 61)
00:0c.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 62)
00:0d.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
00:0d.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]

I live to compile xawtv for about an hour and a half, end it doesn`t end. It-s starting over and over again. Any idea what do do, because I`m losing My patience

BTW: thank you for helping me
 
Old 02-25-2005, 03:10 PM   #21
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
well....that looks good. ( i think )
your card is autodetected.

now i guess you've gotto add a line in xorg.conf : Load "v4l "
add it in the section Module.
( i thought it was only for 2.6--- kernels but i'm not sure )

then log out of x , and " startx " again.

since xawtv just gives you trouble, try to start kdetv in a console,
and look what it does.

egag
 
Old 02-25-2005, 03:27 PM   #22
klemen
Member
 
Registered: Dec 2004
Location: Slovenia
Distribution: Slackware and OpenBSD
Posts: 87

Original Poster
Rep: Reputation: 15
Where to find Xorg.conf file ?
 
Old 02-25-2005, 03:29 PM   #23
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
look in /etc/X11/

egag
 
Old 02-25-2005, 03:31 PM   #24
mscole
Member
 
Registered: Nov 2004
Location: Florida
Distribution: Slackware 15
Posts: 129

Rep: Reputation: 24
/etc/X11/xorg.conf
Mike.
 
Old 02-25-2005, 03:33 PM   #25
klemen
Member
 
Registered: Dec 2004
Location: Slovenia
Distribution: Slackware and OpenBSD
Posts: 87

Original Poster
Rep: Reputation: 15
In whitch line to add GLX, font or DBE
 
Old 02-25-2005, 03:39 PM   #26
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
just add the whole line, like :

----------
# This loads the font modules
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"

# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
Load "v4l"
-------------

( that's a part of my xorg.conf. )

egag
 
Old 02-25-2005, 03:56 PM   #27
klemen
Member
 
Registered: Dec 2004
Location: Slovenia
Distribution: Slackware and OpenBSD
Posts: 87

Original Poster
Rep: Reputation: 15
I do it, but it doesnt work, it get too much errors

root@localhost:~# kdetv
ALSA lib control.c:739snd_ctl_open_noupdate) Invalid CTL
kdetv: WARNING: Device does not support streaming interface or is not a V4L2 device.
kdetv: WARNING: Device does not support streaming interface or is not a V4L2 device.
kv4lsetup: using X11 display :0
WARNING: Your X-Server has no DGA support.
mode: 1024x768, depth=24, bpp=32, bpl=4096, base=unknown
/dev/video [v4l2]: ioctl VIDIOC_QUERYCAP: Invalid argument
WARNING: couldn't find framebuffer base address, try manual
configuration ("kv4lsetup -a <addr>")
/dev/video [v4l]: configuration done
kdetv: WARNING: MainWindow::setupInfraRed(): Lirc not available
kv4lsetup: using X11 display :0
WARNING: Your X-Server has no DGA support.
mode: 1024x768, depth=24, bpp=32, bpl=4096, base=unknown
/dev/video [v4l2]: ioctl VIDIOC_QUERYCAP: Invalid argument
WARNING: couldn't find framebuffer base address, try manual
configuration ("kv4lsetup -a <addr>")
/dev/video [v4l]: configuration done
kv4lsetup: using X11 display :0
WARNING: Your X-Server has no DGA support.
mode: 1024x768, depth=24, bpp=32, bpl=4096, base=unknown
/dev/video [v4l2]: ioctl VIDIOC_QUERYCAP: Invalid argument
WARNING: couldn't find framebuffer base address, try manual
configuration ("kv4lsetup -a <addr>")
/dev/video [v4l]: configuration done
QWidget::updateFrameStrut(): ERROR - no parent
QWidget::updateFrameStrut(): ERROR - no parent
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
ASSERT: "_init" in qvideostream.cpp (477)
Too many errors. Ending V4L grabbing.
QWidget::updateFrameStrut(): ERROR - no parent
QWidget::updateFrameStrut(): ERROR - no parent
V4LGrabber::~V4LGrabber(): wait().
V4LGrabber::~V4LGrabber(): deleted.

And the window oppen with worning:
Video displaz is not possible with the current plugin configuration. Tray playing with the configuration options of the V4L plugin.

Then it let me in, but it cant find anz programs....
 
Old 02-25-2005, 04:08 PM   #28
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
right-click on the kdetv window.
click " configure kdetv" , then "video ".
you'll see a list of plugins, v4l you can configure, or try another.......
play around with those settings and seewhat you find.

egag
 
Old 02-26-2005, 03:03 AM   #29
klemen
Member
 
Registered: Dec 2004
Location: Slovenia
Distribution: Slackware and OpenBSD
Posts: 87

Original Poster
Rep: Reputation: 15
I play with thous settings, and get the kdetv to point that it recognize the channels, but hen when i click the channel it freezes. From there on it completely freeze every time I open it. I remove kdetv, install it again -the same. I compile it from source -teh same -it freezes completely.
Whit start from console I get:
root@localhost:~# kdetv
kdetv: CfgData: load()
kdetv: AudioManager: Found Mixer plugin:
kdetv: OSS Mixer Plugin
kdetv: George Staikos
kdetv: This provides support for OSS audio mixer devices.
kdetv: AudioManager: This plugin is disabled
kdetv: AudioManager: Found Mixer plugin:
kdetv: ALSA Mixer Plugin
kdetv: Neil Macvicar
kdetv: This provides support for ALSA mixer devices.
kdetv: ALSA Mixer Plugin: [KdetvALSA()] initializing plugin
kdetv: ALSA Mixer Plugin: [loadConfig()] loading pre-saved plugin configuration
kdetv: ALSA Mixer Plugin: [useCardMixerElement()] request mixer element on
kdetv: ALSA Mixer Plugin: [attachMixer()] attempting to attach a mixer to
ALSA lib control.c:739snd_ctl_open_noupdate) Invalid CTL
kdetv: ALSA Mixer Plugin: [attachMixer()] ERROR: snd_mixer_attach failed: No such file ordirectory
kdetv: ALSA Mixer Plugin: [loadConfig()] loading pre-saved plugin configuration failed
kdetv: ALSA Mixer Plugin: [KdetvALSA()] plugin initialization completed
kdetv: PluginFactory: getPlugin: 'ALSA Mixer Plugin' refCount: 1
kdetv: KdetvImageFilterChain::clear()
kdetv: PluginFactory: getPlugin: 'Bilinear Deinterlacing' refCount: 1
kdetv: KdetvImageFilterChain::append(): Append filter: Bilinear
kdetv: PluginFactory: getPlugin: 'Overscan' refCount: 1
kdetv: KdetvImageFilterChain::append(): Append filter: Overscan
kdetv: Sourcemanager: scanPlugins()
kdetv: ALSA Mixer Plugin: [setMuted()] ERROR: no active mixer element present
kdetv: ChannelIO::formats() Creating format list
kdetv: Found a plugin:
kdetv: xawtv Channel File Plugin
kdetv: Malte Starostik
kdetv: This loads your xawtv format channel files in kdetv.
kdetv: PluginFactory: getPlugin: 'xawtv Channel File Plugin' refCount: 1
kdetv: ChannelIO::registeringFormat(...) XawTV Channel Plugin
kdetv: Found a plugin:
kdetv: CSV Channel File Plugin
kdetv: Rich Moore
kdetv: This stores your channel files in CSV (comma separated variables) format.
kdetv: PluginFactory: getPlugin: 'CSV Channel File Plugin' refCount: 1
kdetv: ChannelIO::registeringFormat(...) CSV Channels Plugin
kdetv: Found a plugin:
kdetv: KWinTV Legacy Channel File Plugin
kdetv: Rich Moore and George Staikos
kdetv: This allows you to use your legacy KWinTV format channel files in Kdetv.
kdetv: PluginFactory: getPlugin: 'KWinTV Legacy Channel File Plugin' refCount: 1
kdetv: ChannelIO::registeringFormat(...) KWinTV Channel Plugin
kdetv: Found a plugin:
kdetv: Zapping Channel File Plugin
kdetv: Zsolt Rizsanyi
kdetv: This loads/stores your channel files in XML format zapping (zapping.sf.net) uses.
kdetv: PluginFactory: getPlugin: 'Zapping Channel File Plugin' refCount: 1
kdetv: ChannelIO::registeringFormat(...) Zapping Channels Plugin
kdetv: Found a plugin:
kdetv: XML Channel File Plugin
kdetv: Rich Moore and George Staikos
kdetv: This stores your channel files in XML format. This is the standard file format for kdetv.
kdetv: PluginFactory: getPlugin: 'XML Channel File Plugin' refCount: 1
kdetv: ChannelIO::registeringFormat(...) XML Channel Plugin
kdetv: OSDManager: Found a plugin: Haze On-Screen Display Plugin
kdetv: PluginFactory: getPlugin: 'Haze On-Screen Display Plugin' refCount: 1
kdetv: Sourcemanager: scanPlugins()
kdetv: Sourcemanager: stopDevice()
kdetv: Sourcemanager: Found a plugin: Video4Linux2 Plugin
kdetv: V4LDev: Installing SIGALARM handler.
kdetv: QVideo: Found BGR32 display.
kdetv: QVideo: Display properties: depth: 24, bits/pixel: 32, bytes/pixel: 4
kdetv: Kdetv V4L2 plugin loaded successfully.
kdetv: PluginFactory: getPlugin: 'Video4Linux2 Plugin' refCount: 1
kdetv: V4L2Dev: device "/dev/video" capabilities:
kdetv: WARNING: Device does not support streaming interface or is not a V4L2 device.
kdetv: V4L2Dev: device "/dev/video0" capabilities:
kdetv: WARNING: Device does not support streaming interface or is not a V4L2 device.
kdetv: PluginFactory: putPlugin(): 'Video4Linux2 Plugin' refCount: 0
kdetv: Sourcemanager: Found a plugin: Video4Linux Plugin
kdetv: QVideo: Found BGR32 display.
kdetv: QVideo: Display properties: depth: 24, bits/pixel: 32, bytes/pixel: 4
kdetv: KXv::connect: Xv init completed.
kdetv: KXv::~KXv: Close Xv connection.
kdetv: Kdetv V4L plugin loaded successfully.
kdetv: PluginFactory: getPlugin: 'Video4Linux Plugin' refCount: 1
kdetv: v4ldev: Grabber Name: bttv video
kdetv: Type: 235
kdetv: Input Channels: 3
kdetv: minw=48, minh=32, maxw=924, maxh=576
kdetv: Supports: capture to memory
kdetv: Supports: video overlay
kdetv: Supports: clipping
kdetv: Supports: scaling
kdetv: Requires: overwriting frame buffer
kdetv: v4ldev: The device supports overlay. Running kv4lsetup.
kv4lsetup: using X11 display :0.0
WARNING: Your X-Server has no DGA support.
mode: 1024x768, depth=24, bpp=32, bpl=4096, base=unknown
/dev/video [v4l2]: ioctl VIDIOC_QUERYCAP: Invalid argument
WARNING: couldn't find framebuffer base address, try manual
configuration ("kv4lsetup -a <addr>")
/dev/video [v4l]: configuration done
kdetv: QVideo: Found BGR32 display.
kdetv: QVideo: Display properties: depth: 24, bits/pixel: 32, bytes/pixel: 4
kdetv: v4ldev: Channel 1: Television
kdetv: TV - tuner(1) - audio
kdetv: v4ldev: Channel 2: Composite1
kdetv: Camera - audio
kdetv: v4ldev: Channel 3: S-Video
kdetv: Camera - audio
kdetv: v4ldev: Overlay video display is possible.
kdetv: V4LDevTuner: Found bttv based tuner card. Adding four more TV norms. (BTTV version: 0.7.108)
kdetv: Found device 'Video4Linux: bttv video' in plugin 'Video4Linux Plugin'
kdetv: Device contains 3 sources.
kdetv: -->1 tuners detected
kdetv: -->_tuners[Video4Linux: bttv video] is true
kdetv: Device is a tuner: true
kdetv: -->1 tuners detected
kdetv: -->_tuners[Video4Linux: bttv video] is true
kdetv: PluginFactory: putPlugin(): 'Video4Linux Plugin' refCount: 0
kdetv: Sourcemanager: Found a plugin: XVideo Plugin
kdetv: KXv::connect: Xv init completed.
kdetv: Kdetv XVideo plugin loaded successfully.
kdetv: PluginFactory: getPlugin: 'XVideo Plugin' refCount: 1
kdetv: KdetvXv: probeDevices
kdetv: PluginFactory: putPlugin(): 'XVideo Plugin' refCount: 0
kdetv: KXv::~KXv: Close Xv connection.
kdetv: Kdetv XVideo plugin unloaded.
kdetv: MiscManager: Found a plugin: Channelsuite Plugin
kdetv: MiscManager: The plugin is disabled
kdetv: WARNING: MainWindow::setupInfraRed(): Lirc not available
kdetv: Plugging Slider into class 'KToolBar'
kdetv: Plugging Slider into class 'KPopupMenu'
kdetv: Plugging Slider into class 'KPopupMenu'
kdetv: [void MainWindow::restoreWindowSettings()] Called
kdetv: [void MainWindow::saveWindowSettings()] Called
kdetv: MainWindow::setShowNormal(): false
kdetv: MainWindow::setShowNormal(): true
kdetv: SaverControl: KDE screensaver successfully disabled.
kdetv: Kdetv::start() Trying last device: Video4Linux: bttv video
kdetv: Kdetv:layDevice(): dev: Video4Linux: bttv video
kdetv: Sourcemanager: stopDevice()
kdetv: Sourcemanager: Set device: Video4Linux: bttv video
kdetv: Sourcemanager: stopDevice()
kdetv: QVideo: Found BGR32 display.
kdetv: QVideo: Display properties: depth: 24, bits/pixel: 32, bytes/pixel: 4
kdetv: KXv::connect: Xv init completed.
kdetv: KXv::~KXv: Close Xv connection.
kdetv: Kdetv V4L plugin loaded successfully.
kdetv: PluginFactory: getPlugin: 'Video4Linux Plugin' refCount: 1
kdetv: v4ldev: Grabber Name: bttv video
kdetv: Type: 235
kdetv: Input Channels: 3
kdetv: minw=48, minh=32, maxw=924, maxh=576
kdetv: Supports: capture to memory
kdetv: Supports: video overlay
kdetv: Supports: clipping
kdetv: Supports: scaling
kdetv: Requires: overwriting frame buffer
kdetv: v4ldev: The device supports overlay. Running kv4lsetup.
kv4lsetup: using X11 display :0.0
WARNING: Your X-Server has no DGA support.
mode: 1024x768, depth=24, bpp=32, bpl=4096, base=unknown
/dev/video [v4l2]: ioctl VIDIOC_QUERYCAP: Invalid argument
WARNING: couldn't find framebuffer base address, try manual
configuration ("kv4lsetup -a <addr>")
/dev/video [v4l]: configuration done
kdetv: QVideo: Found BGR32 display.
kdetv: QVideo: Display properties: depth: 24, bits/pixel: 32, bytes/pixel: 4
kdetv: v4ldev: Channel 1: Television
kdetv: TV - tuner(1) - audio
kdetv: v4ldev: Channel 2: Composite1
kdetv: Camera - audio
kdetv: v4ldev: Channel 3: S-Video
kdetv: Camera - audio
kdetv: v4ldev: Overlay video display is possible.
kdetv: V4LDevTuner: Found bttv based tuner card. Adding four more TV norms. (BTTV version: 0.7.108)
kdetv: V4L: setDevice [Video4Linux: bttv video] which maps to /dev/video
kdetv: v4ldev: Grabber Name: bttv video
kdetv: Type: 235
kdetv: Input Channels: 3
kdetv: minw=48, minh=32, maxw=924, maxh=576
kdetv: Supports: capture to memory
kdetv: Supports: video overlay
kdetv: Supports: clipping
kdetv: Supports: scaling
kdetv: Requires: overwriting frame buffer
kdetv: v4ldev: The device supports overlay. Running kv4lsetup.
kv4lsetup: using X11 display :0.0
WARNING: Your X-Server has no DGA support.
mode: 1024x768, depth=24, bpp=32, bpl=4096, base=unknown
/dev/video [v4l2]: ioctl VIDIOC_QUERYCAP: Invalid argument
WARNING: couldn't find framebuffer base address, try manual
configuration ("kv4lsetup -a <addr>")
/dev/video [v4l]: configuration done
kdetv: QVideo: Found BGR32 display.
kdetv: QVideo: Display properties: depth: 24, bits/pixel: 32, bytes/pixel: 4
kdetv: v4ldev: Channel 1: Television
kdetv: TV - tuner(1) - audio
kdetv: v4ldev: Channel 2: Composite1
kdetv: Camera - audio
kdetv: v4ldev: Channel 3: S-Video
kdetv: Camera - audio
kdetv: v4ldev: Overlay video display is possible.
kdetv: V4LDevTuner: Found bttv based tuner card. Adding four more TV norms. (BTTV version: 0.7.108)
kdetv: V4L: Success? true
kdetv: Sourcemanager: Set source: television
kdetv: V4LDev::setSource(..) Source is television
kdetv: Set source: television
kdetv: Is this source a tuner? true
kdetv: Does this source have audio (may be incorrect for v4l2 devices)? true
kdetv: v4l: setEncoding:
kdetv: Sourcemanager: Set encoding: pal
kdetv: v4l: setEncoding: pal
kdetv: minfreq = 142 maxFreq= 32767
kdetv: Set tuner min/max to: 48-924 32-576
kdetv: ALSA Mixer Plugin: [setMuted()] ERROR: no active mixer element present
kdetv: Sourcemanager: startVideo()
kdetv: KXv::connect: Xv init completed.
kdetv: KXv::~KXv: Close Xv connection.
kdetv: Trying to build output chain without conversion...
kdetv: KdetvImageFilterChain::setOutputFormat(): YUYV
kdetv: Card supports 4 grab frames.
kdetv: KdetvImageFilterChain::setInputFormat(): YUYV
kdetv: ... successful.
kdetv: All image filters are operational: Yes
All filters support full frame rate: No
Input format: YUYV
Output format: YUYV


Filter Bilinear:
Operational: Yes
Supports full frame rate: No
Input format: YUYV
(Supported input formats: {GREY, RGB15_LE, RGB16_LE, BGR32, BGR24, YUYV})
Output format: YUYV
(Supported output formats: {GREY, RGB15_LE, RGB16_LE, BGR32, BGR24, YUYV})


Filter Overscan:
Operational: Yes
Supports full frame rate: Yes
Input format: YUYV
(Supported input formats: {GREY, HI240, RGB15_LE, RGB15_BE, RGB16_LE, RGB16_BE, RGB32, BGR32, RGB24, BGR24, YUYV, UYVY, YUV422P, YUV420P})
Output format: YUYV
(Supported output formats: {GREY, HI240, RGB15_LE, RGB15_BE, RGB16_LE, RGB16_BE, RGB32, BGR32, RGB24, BGR24, YUYV, UYVY, YUV422P, YUV420P})
kdetv:
kdetv: ALSA Mixer Plugin: [setMuted()] ERROR: no active mixer element present
kdetv: ALSA Mixer Plugin: [setVolume()] ERROR: no active mixer element present
kdetv: ALSA Mixer Plugin: [setMuted()] ERROR: no active mixer element present
kdetv: ALSA Mixer Plugin: [setVolume()] ERROR: no active mixer element present
kdetv: CfgData: Loading settings for device: Video4Linux: bttv video
kdetv: ChannelIO::load(...) file='/root/.kde/share/apps/kdetv/channels.xml' format='xml'
kdetv: ChannelIO::findFormat(...) xml, flags=1
kdetv: ChannelIO::findFormat(...) io XML Channel Plugin can read xml
kdetv: ChannelIO::load(...) using format 'XML Channel Plugin'
kdetv: IOFormatXML::load(...)
kdetv: IOFormatXML::readDocument(...)
kdetv: Found a kdetv channel file
kdetv: Found a region in the channel file
kdetv: IOFormatXML::getMetaInfo(...)
kdetv: Found info
kdetv: Found the metainfo
kdetv: Found global_controls
kdetv: Found channels
kdetv: Found info
kdetv: Found global_controls
kdetv: Found channels
kdetv: Found a block of channels
kdetv: KdetvChannelPlugin::load(...) sub-class load ok


then it frezzes without any worning.


Then I compile from source xawtv and it friezed completely the same.

Last edited by klemen; 02-26-2005 at 03:30 AM.
 
Old 02-26-2005, 06:16 AM   #30
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
with kdetv-0.8.5 i also had prob.'s. ( freezing )
i downloaded kdetv-0.8.2 and that works ok with Slack-10.1

what's your version ?

egag

Last edited by egag; 02-26-2005 at 06:18 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM
Dual boot windows/slackware, but slackware installed first? Cryptic_K Slackware 3 11-20-2006 12:49 PM
Slackware 10 RC2 released; Slackware 10 imminent... SBing Slackware 22 06-22-2004 07:53 AM
Newer Slackware Packages on older slackware version pengStudent Slackware 2 11-12-2003 12:47 PM
wine and winesetuptk working well with slackware 9.0 and slackware 9.1 oobe Linux - Software 0 10-19-2003 12:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration