LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-31-2004, 04:46 AM   #1
ELEET
LQ Newbie
 
Registered: Aug 2004
Location: Lithuania
Distribution: Slackware 10
Posts: 13

Rep: Reputation: 0
Tv card problem. Chip: bt848 Os: Mandrake 10


i cant whatch tv in linux. when i try launch xawtv i get this:
[eleet@localhost eleet]$ xawtv
This is xawtv-3.91, running on Linux/i686 (2.6.3-7mdk)
can't open /dev/v4l/video0: No such file or directory
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/v4l/video0: No such file or directory
v4l2: open /dev/v4l/video0: No such file or directory
v4l: open /dev/v4l/video0: No such file or directory
no video grabber device available

Help me plz
 
Old 08-31-2004, 05:43 AM   #2
fredgt
Member
 
Registered: Feb 2004
Location: Belgium
Distribution: Suse 9.1 Pro / Gentoo
Posts: 114

Rep: Reputation: 15
try to first do "modprobe bttv" as a root.
now try to start xawtv. If it starts than you should ad the line
"bttv" to "/etc/modprobe.preload" you will also need to do this as root
 
Old 08-31-2004, 06:55 AM   #3
ELEET
LQ Newbie
 
Registered: Aug 2004
Location: Lithuania
Distribution: Slackware 10
Posts: 13

Original Poster
Rep: Reputation: 0
i heard that i need recompile kernel. and make bttv not a module o built in driver. it's true ?
 
Old 08-31-2004, 07:20 AM   #4
fredgt
Member
 
Registered: Feb 2004
Location: Belgium
Distribution: Suse 9.1 Pro / Gentoo
Posts: 114

Rep: Reputation: 15
i don't thing so, i don't have that card, i have the newer version the connextan 2388x and it works with the module. You should also check that you have the BT848 and not the CX8800(connextan 2388x). If it's the cx8800 just try to "modprobe cx8800".
 
Old 08-31-2004, 07:33 AM   #5
ELEET
LQ Newbie
 
Registered: Aug 2004
Location: Lithuania
Distribution: Slackware 10
Posts: 13

Original Poster
Rep: Reputation: 0
my card is winfast xp2000 expert. U had the same problem with ur card?
 
Old 08-31-2004, 08:01 AM   #6
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
try try the modprobe command and see how that goes. the bttv module is going to be on 99% of default kernels, just give that a try. you miight need to set a few specific options for the hardware you have, in which case read the cardlist at http://bytesex.org and action as approriate.
 
Old 08-31-2004, 08:17 AM   #7
ELEET
LQ Newbie
 
Registered: Aug 2004
Location: Lithuania
Distribution: Slackware 10
Posts: 13

Original Poster
Rep: Reputation: 0
[root@localhost root]# modprobe bttv
[root@localhost root]# xawtv
This is xawtv-3.91, running on Linux/i686 (2.6.3-7mdk)
can't open /dev/v4l/video0: No such file or directory
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/v4l/video0: No such file or directory
v4l2: open /dev/v4l/video0: No such file or directory
v4l: open /dev/v4l/video0: No such file or directory
no video grabber device available
[root@localhost root]#

modprobe dont give anything
 
Old 08-31-2004, 01:27 PM   #8
ELEET
LQ Newbie
 
Registered: Aug 2004
Location: Lithuania
Distribution: Slackware 10
Posts: 13

Original Poster
Rep: Reputation: 0
any advices?
 
Old 08-31-2004, 03:45 PM   #9
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Per the LQ Rules, please do not bump your own thread until at least 24 hours have elapsed without a reply. Because the LQ membership is global, people in other time zones may not have seen this post yet, and thus it may take some time before a response is received.

http://www.linuxquestions.org/rules.php

ELEET - please be patient, and give people a chance to see your post. Expecting a response within a matter of only a few hours is unrealistic. Thanks. -- J.W.
 
Old 09-13-2004, 12:12 PM   #10
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Look for info on your card in the output of lspci. In the console, as root, do:

lspci

If it is bttv, you have to figure what number is it in the cardlist, as the other poster told you to do. You'll use this as an option to pass to the modprobe command.

In Debian I do:

modprobe tuner type=2 debug=1

"type" you can find in the cardlist also. debug=1 is optional.

modprobe bttv card=37 radio=1

card=37 is for my pixelview play tv pro, with radio tuner. radio=1 enables it. =0 disables it.

good luck.
 
Old 09-13-2004, 12:33 PM   #11
ELEET
LQ Newbie
 
Registered: Aug 2004
Location: Lithuania
Distribution: Slackware 10
Posts: 13

Original Poster
Rep: Reputation: 0
ok tnx. i'm using slackware now. and i have same problem. i'll try to solve it
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bt848 Video capture card chrisstooss Linux - Hardware 37 12-04-2015 05:13 AM
Wierd BT848 Tv Tuner Card Issue holymoo Linux - Hardware 6 07-28-2005 10:02 PM
Mpeg TV Station/PCI card (philips 7134 chip) and Mandrake 10.0 lu543285 Linux - Hardware 8 10-10-2004 02:50 PM
BT848 TV Tuner card trouble braincandy99 Linux - Hardware 8 09-17-2004 07:26 PM
onboard (asus a7n8x-x) sound and network cards and bt848 tv card setting in mandrake janny7 Linux - Hardware 2 08-11-2004 01:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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