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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-31-2005, 12:43 PM
|
#1
|
LQ Newbie
Registered: Oct 2003
Location: Athens
Distribution: suse-mandrake-xp
Posts: 11
Rep:
|
Debian Sarge 3.1
I need your kind help to configure my bt878 pixelview tv card.i,m using kernel 2.6.8 and my card is recognized a generic card 0 and not as card =72 and tuner=5 as i see in kernel documentation.May i have details of exact way of configuration.
PS:xawtv shows a snow image and no way to serch for channels
Thank you
|
|
|
08-31-2005, 01:20 PM
|
#2
|
Member
Registered: Nov 2004
Location: BIOS
Distribution: RHEL3.0, FreeBSD 5.x, Debian 3.x, Soaris x86 v10
Posts: 379
Rep:
|
It should work I has same problem; I had edited file /etc/X11/xawtvrc and setup freqtab and norm; each country has its own norm and tabs.
Code:
[global]
freqtab = europe-west
[defaults]
input = Television
norm = PAL
Else start xawtv and right click on screen and see TV norm, freq tab etc. And it should work.
and here is what i get from dmesg (i'm on Debian too)
Code:
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 0000:01:00.0, irq: 18, latency: 32, mmio: 0xd8100000
bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
bttv0: using: Pinnacle PCTV Studio/Rave [card=39,autodetected]
bttv0: gpio: en=00000000, out=00000000 in=00ff67ff [init]
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: miro: id=25 tuner=1 radio=no stereo=no
bttv0: using tuner=1
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: i2c: checking for TDA9887 @ 0x86... not found
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .. ok
Hope this helps!
|
|
|
08-31-2005, 02:13 PM
|
#3
|
LQ Newbie
Registered: Oct 2003
Location: Athens
Distribution: suse-mandrake-xp
Posts: 11
Original Poster
Rep:
|
thanks for your answer but my dmesg output is
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
ACPI: PCI interrupt 0000:01:09.0[A] -> GSI 17 (level, low) -> IRQ 177
bttv0: Bt878 (rev 17) at 0000:01:09.0, irq: 177, latency: 64, mmio: 0xd7ffe000
bttv0: using: *** UNKNOWN/GENERIC *** [card=0,autodetected]
bttv0: gpio: en=00000000, out=00000000 in=00ffc0ff [init]
ip1394: $Rev: 1224 $ Ben Collins <bcollins@debian.org>
ip1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
ip1394: eth1: Could not allocate isochronous receive context for the broadcast channel
bttv: readee error
bttv0: using tuner=-1
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: registered device video0
bttv0: registered device vbi0
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
ACPI: PCI interrupt 0000:01:09.1[A] -> GSI 17 (level, low) -> IRQ 177
bt878(0): Bt878 (rev 17) at 01:09.1, irq: 177, latency: 64, memory: 0xd7fff000
btaudio: driver version 0.7 loaded [digital+analog]
that means probably something else must be done!
|
|
|
08-31-2005, 02:45 PM
|
#4
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170
|
Re: Debian Sarge 3.1
Quote:
Originally posted by brisde
I need your kind help to configure my bt878 pixelview tv card.i,m using kernel 2.6.8 and my card is recognized a generic card 0 and not as card =72 and tuner=5 as i see in kernel documentation.May i have details of exact way of configuration.
PS:xawtv shows a snow image and no way to serch for channels
Thank you
|
Try if the modules bttv and tuner are already loaded rmmod bttv tuner then still as root modprobe bttv card=72 tuner=5 and see if you get a picture. If this works then create a file /etc/modprobe.d/tvcard with the contents.
Code:
options bttv card=72 tuner=5
Now when you boot the correct options should be used when the module is loaded during the boot.
|
|
|
All times are GMT -5. The time now is 08:52 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|