LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-18-2002, 06:48 AM   #1
sandy
Member
 
Registered: Aug 2002
Location: Mumbai,India
Distribution: Linux Mint 12, Gentoo
Posts: 230

Rep: Reputation: 30
Unhappy xawtv not working


whenever I run xawtv it gives the following error
Code:
This is xawtv-3.54, running on Linux/i686 (2.4.7-10)
can't open /dev/video0: No such device
v4l2: open /dev/video0: No such device
v4l: open /dev/video0: No such device
no video grabber device available
Does anybody know why this happens?
 
Old 10-18-2002, 08:54 AM   #2
bogler
Member
 
Registered: Oct 2002
Location: Bonny Scotland
Distribution: RedHat 8.0/Gentoo
Posts: 32

Rep: Reputation: 15
You don't have your video device set up properly..

try this

mknod /dev/video0 c 81 0

chmod 666 /dev/video0

ln -s /dev/video0 /dev/video


mknod /dev/radio0 c 81 64

chmod 666 /dev/radio0

ln -s /dev/radio0 /dev/radio



There are also videotext and VBI devices which can be created if you have an application which needs them. (Currently, there are only a few.) Type:

mknod /dev/vtx0 c 81 192

chmod 666 /dev/vtx0

ln -s /dev/vtx0 /dev/vtx


mknod /dev/vbi0 c 81 224

chmod 666 /dev/vbi0

ln -s /dev/vbi0 /dev/vbi
 
Old 10-18-2002, 09:19 AM   #3
sandy
Member
 
Registered: Aug 2002
Location: Mumbai,India
Distribution: Linux Mint 12, Gentoo
Posts: 230

Original Poster
Rep: Reputation: 30
No it returns the same error.
 
Old 10-18-2002, 09:28 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well those instructions are fine. if you've followed them correctly, you will not get that error message.
 
Old 10-18-2002, 09:58 AM   #5
zeky
Member
 
Registered: Jul 2002
Location: Vukojebina, Europe, Earth
Distribution: M$ Lunix v6.66
Posts: 168

Rep: Reputation: 31
do u have support for video 4 linux in your kernel? What does "lsmod" say?

--zeky
 
Old 10-18-2002, 11:06 AM   #6
sandy
Member
 
Registered: Aug 2002
Location: Mumbai,India
Distribution: Linux Mint 12, Gentoo
Posts: 230

Original Poster
Rep: Reputation: 30
Code:
 /sbin/lsmod 
Module                  Size  Used by    Not tainted
soundcore               6692   0 (autoclean)
sis                    53152   1
sisfb                 141236   0 [sis]
agpgart                39488   3
autofs                 12164   0 (autoclean) (unused)
nfs                    86108   2 (autoclean)
lockd                  56736   1 (autoclean) [nfs]
sunrpc                 75764   1 (autoclean) [nfs lockd]
8139too                16448   1
mii                     2408   0 [8139too]
ide-cd                 30272   0 (autoclean)
cdrom                  32192   0 (autoclean) [ide-cd]
usb-uhci               24484   0 (unused)
usbcore                73152   1 [usb-uhci]
ext3                   67136   3
jbd                    49400   3 [ext3]
still
I think i have to install some new drivers and other sortwares to see xawtv working. Can anyone give a detailed instruction(or suggest a site) for a fresh installation of xawtv?

Last edited by sandy; 10-18-2002 at 11:14 AM.
 
Old 10-18-2002, 11:15 AM   #7
zeky
Member
 
Registered: Jul 2002
Location: Vukojebina, Europe, Earth
Distribution: M$ Lunix v6.66
Posts: 168

Rep: Reputation: 31
like i thought.... u don't have a video4linux support built in the kernel. Include this and recompile the kernel... good luck
 
Old 10-21-2002, 02:50 AM   #8
bogler
Member
 
Registered: Oct 2002
Location: Bonny Scotland
Distribution: RedHat 8.0/Gentoo
Posts: 32

Rep: Reputation: 15
what distro/kernel

are you running

The latest 2.4.X

have the drivers installed (at least on RedHat 8.0 they do)

Give us as much detail as you can, we'll not be bale to help you with just one line of information

bogler
 
Old 12-18-2002, 05:52 PM   #9
edjge
LQ Newbie
 
Registered: Dec 2002
Posts: 1

Rep: Reputation: 0
Try the following: (This is what I did on my RH8.0)
Get xawtv
http://bytesex.org/xawtv/
ftp xawtv
mv xawtv_3.81.tar.gz /usr/local
tar zxvf xawtv_3.81.tar.gz
cd /usr/local/xawtv_3.81

su
password: <secret>

./configure
./make
./make install

cd /usr/
cp -r X11R6 X11R6.bak # back up your X11
go to http://gatos.sourceforge.net/ati.2.php
ftp ATI-4.2.0-16.i386.tar.gz
mv ATI-4.2.0-16.i386.tar.gz /usr
cd /usr
tar zxvf ATI-4.2.0-16.i386.tar.gz

Shut down your Linux box (I could not figure how to get xawtv to work without shutting down. Any ideas?)

Start up your Linux box.
Log on as a user
./usr/local/bin/xawtv
# Enjoy watching TV
 
Old 12-20-2002, 01:46 PM   #10
gte704p
LQ Newbie
 
Registered: Dec 2002
Distribution: Redhat 8.0
Posts: 5

Rep: Reputation: 0
what tuner card

What tuner card are you using?
 
Old 12-20-2002, 08:47 PM   #11
jtlinux1967
Member
 
Registered: Dec 2002
Posts: 31

Rep: Reputation: 15
I am also getting the same error..along with very poor video performance...
I have recompiled the Kernel twice to make sure vid 4 lin was there and any other compomnts..also running v4l-conf confirms that its there . ? .
I followed all the instructions in the above threads to the letter and still the same error...I have tried the drivers from Gatos and Ati ..no diff.
I have the ATI Radeon 8500DV..
Plan B? )
 
Old 07-16-2003, 11:47 PM   #12
redhatcr
LQ Newbie
 
Registered: Jul 2003
Posts: 1

Rep: Reputation: 0
re:xawtv not working

have you tried looking for videodev.o and then do as root
/sbin/insmod videodev.o

if you do lsmod after this you will see videodev now there, hope it helps though its kind of old
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Video/TV (xawtv, mythtv) not working through coax digicaf Linux - Software 0 10-24-2004 01:19 AM
ATI Rage128 and Fedora not working with xawtv or TVtime linuxfan1 Linux - Newbie 1 10-12-2004 10:15 AM
XawTV - Sound continues after closing XawTV ministre Linux - Software 5 11-05-2003 10:26 AM
Freevo, xawtv, anything to watch TV on Linux (and get xmlTV working)? MasterC Linux - Software 4 04-25-2003 02:14 PM
Xawtv Traci Vanek Linux - General 1 02-22-2002 03:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:31 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