You are not logged in.

#1 2006-01-05 21:55:09

VuLTuRe
Member
From: Turkey
Registered: 2005-12-16
Posts: 56
Website

i can't watch TV

Arch 0.7.1 (Noodle)  2.6.14.5

i can't watch tv both Xawtv and kdetvde. Cable is ok but i can't see the channels.

My card is brooktree bt848 but:

#lspci
00:0e.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 02)
00:0e.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 02)

but it installed bt878 drivers. could it be the reason?

#lsmod
bt878                  11224  0
tvaudio                25244  0
bttv                  169936  1 bt878
video_buf              23172  1 bttv
i2c_algo_bit           10248  1 bttv
v4l2_common             6400  1 bttv
btcx_risc               5640  1 bttv
tveeprom               14224  1 bttv
i2c_core               23680  5 i2c_viapro,tvaudio,bttv,i2c_algo_bit,tveeprom
videodev               10496  1 bttv

TuX We TrusT

Offline

#2 2006-01-05 22:01:53

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: i can't watch TV

I'd suggest trying the 2.6.15-2 kernel and new udev that were just dropped into the repos.  They might fix this for you.

Better keep copies of the old files close by though, because the new ones seem to be breaking lots of stuff for some users.


oz

Offline

#3 2006-01-05 22:04:52

VuLTuRe
Member
From: Turkey
Registered: 2005-12-16
Posts: 56
Website

Re: i can't watch TV

i have the same problem in all distributions and all kernels.   roll


TuX We TrusT

Offline

#4 2006-01-06 00:27:14

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: i can't watch TV

Prevent loading the bt878 module in the /etc/rc.conf MOD_BLACKLIST and if nessecary add module bt848.

Offline

#5 2006-01-06 07:55:46

Largon
Member
From: Czech Republic
Registered: 2004-11-03
Posts: 18
Website

Re: i can't watch TV

There is a file CARDLIST.bttv in /usr/src/linux/Documentation/video4linux. Try to find your card and load bttv module with relevant parametr.

Offline

#6 2006-01-06 10:22:58

VuLTuRe
Member
From: Turkey
Registered: 2005-12-16
Posts: 56
Website

Re: i can't watch TV

#nano /usr/src/linux-2.6.14.5/Documentation/video4linux/bttv/Modules.conf

# For modern kernels (2.6 or above), this belongs in /etc/modprobe.conf
# For for 2.4 kernels or earlier, this belongs in /etc/modules.conf.

# i2c
alias char-major-89     i2c-dev
options i2c-core        i2c_debug=1
options i2c-algo-bit    bit_test=1

# bttv
alias char-major-81     videodev
alias char-major-81-0   bttv
options bttv            card=2 radio=1
options tuner           debug=1

I configure it but still:

#lspci

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

TuX We TrusT

Offline

Board footer

Powered by FluxBB