LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 11-20-2003, 01:20 AM   #1
cubee
LQ Newbie
 
Registered: Nov 2003
Location: Tarnow, Poland
Distribution: Slackware, Redhat
Posts: 7

Rep: Reputation: 0
Unhappy Problem with Xawtv with tvcard Winfast PVR


Hi,

I have a problem with operating Xawtv package under kernel 2.4.22 distro: Slackware 9.1.

Tv card (Winfast PVR) is properly installed and i got it to work just fine (without sound). After i tried to enable sound something went wrong and after i opened XAWTV my cpu blinked and system had restarted itself. Now , happens everytime i try to run XAWTV. (xawtv was recompiled, even so, does not work)

Lsmod shows:

bttv 94432 0
msp3400 16396 0 (autoclean) (unused)
tuner 10272 1 (autoclean)
i2c-algo-bit 6984 1 [bttv]
i2c-core 12740 0 [bttv msp3400 tuner i2c-algo-bit]
soundcore 3332 6 [snd bttv]
videodev 5664 3 [bttv]

modules.conf entries:

alias char-major-81 bttv
alias video bttv
options i2c scan=1
pre-install bttv modprobe -k tuner ; modprobe -k msp3400
options tuner debug=1 type=5
options bttv card=34 radio=0

so, can someone help me with this ? I'd really appreciated.


cubEE.
 
Old 11-26-2003, 01:09 AM   #2
bruce1271
Member
 
Registered: Apr 2003
Location: Dallas, TX
Posts: 122

Rep: Reputation: 15
Try "tvtime".
I am having probs getting any video with my leadtek card.
 
Old 11-26-2003, 02:05 AM   #3
cubee
LQ Newbie
 
Registered: Nov 2003
Location: Tarnow, Poland
Distribution: Slackware, Redhat
Posts: 7

Original Poster
Rep: Reputation: 0
Yeah, i did try tvtime, and it works just fine. Thanks.
 
Old 11-26-2003, 10:14 AM   #4
bruce1271
Member
 
Registered: Apr 2003
Location: Dallas, TX
Posts: 122

Rep: Reputation: 15
do you mind helping me out a bit.

I can get my card to work on an old linux box of mine, but I cant get it to work on my new box, which is where I want it.

Can you tell me what your options are in tvtime as fas as input configuration? Meaning, do you see tv on composite0,1 Television?
Also do you have an Svideo option on that as well?

Can you also post your dmesg, lspci, lsmod, and any other relevant info. And if you dont mind, can you give your .config file form your kernel rebuild?

thanks. I have been trying for 2 weeks and am about to give up.
 
Old 11-26-2003, 04:03 PM   #5
fitz9948
Member
 
Registered: Aug 2003
Posts: 44

Rep: Reputation: 15
I also have a leadtek card and it wont work right out of the box. What happens is that the bttv driver detects the card but using the wrong tuner. Most likely it tries to use a pal tv tuner, I think type=5, but really it should be using type=2 which is for ntsc.

All I do is put in my hotplug blacklist both bttv and tuner. Then in /etc/rc.d/rc.modules put in:
/sbin/modprobe tuner type=2
/sbin/modprobe bttv card=34

what this does is ban hotplug from autoloading the driver and then rc.modules will load up the modules using the appropriate options.
 
Old 11-27-2003, 01:36 AM   #6
cubee
LQ Newbie
 
Registered: Nov 2003
Location: Tarnow, Poland
Distribution: Slackware, Redhat
Posts: 7

Original Poster
Rep: Reputation: 0
Hi,

I'm seeing picture on TELEVISION input
settings: PAL, freq: Europe or Custom (after running tvtime-scanner)
Never tried to use Svideo though, dont need it..

About kernel. There was no need to rebuild it.

dmesg:

Linux video capture interface: v1.00
i2c-core.o: i2c core module
i2c-algo-bit.o: i2c bit algorithm module
i2c-core.o: driver i2c TV tuner driver registered.
i2c-core.o: driver i2c msp3400 driver registered.
bttv: driver version 0.7.107 loaded
bttv: using 4 buffers with 2080k (8320k total) for capture
bttv: Host bridge is VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 00:0c.0, irq: 11, latency: 32, mmio: 0xee001000
bttv0: detected: Leadtek WinFast TV 2000 [card=34], PCI subsystem ID is 107d:6606
bttv0: using: BT878(Leadtek WinFast 2000/ W) [card=34,insmod option]
tuner: chip found @ 0xc2
tuner(bttv): type forced to 5 (Philips PAL_BG (FI1216 and compatibles)) [insmod]
i2c-core.o: client [Philips PAL_BG (FI1216 and comp] registered to adapter [bt848 #0](pos. 0).
i2c-core.o: adapter bt848 #0 registered as adapter 0.
bttv0: using tuner=5
tuner: type already set (5)
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
bttv0: registered device radio0

lspci:

00:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
00:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)

lsmod:

bttv 94432 0
msp3400 16396 0 (autoclean) (unused)
tuner 10272 1 (autoclean)
i2c-algo-bit 6984 1 [bttv]
i2c-core 12740 0 [bttv msp3400 tuner i2c-algo-bit]
soundcore 3332 6 [snd bttv]
videodev 5664 3 [bttv]



My entries in modules.conf

alias char-major-81 bttv
alias video bttv
options i2c scan=1
pre-install bttv modprobe -k tuner ; modprobe -k msp3400
options tuner debug=1 type=5
options bttv card=34 radio=0
 
Old 11-27-2003, 01:38 AM   #7
cubee
LQ Newbie
 
Registered: Nov 2003
Location: Tarnow, Poland
Distribution: Slackware, Redhat
Posts: 7

Original Poster
Rep: Reputation: 0
on more thing bruce1271

i can email you .config file. Drop me an email at biuro@certech.com.pl
 
  


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
Hauppauge PVR-350 wont run with xawtv willigi Linux - Hardware 3 03-19-2005 02:06 PM
Leadtek Winfast xp2000 expert xawtv no sound ELEET Linux - Hardware 2 11-26-2004 11:49 AM
Serious Tvtuner Problem PLEASE HELP ME! - Leadtek Winfast 2000 XP Deluxe Jonescity Mandriva 2 10-24-2004 02:58 AM
tvcard configuration problem with slack10 aelsantex Linux - Software 0 08-26-2004 02:23 PM
Serious Tvtuner Problem PLEASE HELP ME! - Leadtek Winfast 2000 XP Deluxe Jonescity Linux - Hardware 2 08-10-2004 10:16 PM

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

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