Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: First attempt with Nebula DigiTV card



On Sun, 2003-11-30 at 23:14, lukekendall@optushome.com.au wrote:
> I've bought a Nebula DigiTV card, which several suppliers said works with Linux.
> 
> I've just downloaded, configured, installed and am running kernel 2.4.23,
> with Video4Linux and input events enabled. ... linuxtv-dvb-1.0.1 release ...

Howdy Luke,
	I have the Nebula DigiTV PCI card working on a 2.4.23 kernel, based on
the CVS tree (checkout on 2003-11-29):
(ref, http://www.linuxtv.org/developer/dvb.xml which suggests:

Nebula DVB-T PCI card

This driver was written by Florian Schirmer and is part of the
dvb-kernel CVS tree.)

Ref.  http://linuxtv.org/cgi-bin/cvsweb.cgi/

I checked out the 'dvb-kernel' module as shown, entered the 'build-2.4'
directory and followed the instructions in the README to build then used
'insmod-bt8xx.sh' to load the modules (shown in lsmod) 

from lsmod:
==========
dvb-bt8xx               4220   0  (unused)
nxt6000                 7408   1
v4l1-compat            12424   0  (unused)
dvb-core               42368   0  [dvb-bt8xx nxt6000]
bt878                   5424   0  [dvb-bt8xx]
bttv                  109484   0  [dvb-bt8xx bt878]
video-buf              11908   0  [bttv]
v4l2-common             3328   0  [bttv]
videodev                6752   2  [bttv]
i2c-algo-bit            7272   1  [bttv]
btcx-risc               2328   0  [bttv]
i2c-proc                7152   0
i2c-core               13508   0  [dvb-bt8xx bttv i2c-algo-bit i2c-proc]


from dmesg:
==========
i2c-core.o: i2c core module
i2c-proc.o version 2.6.1 (20010825)
i2c-algo-bit.o: i2c bit algorithm module
Linux video capture interface: v1.00
bttv: driver version 0.9.12 loaded
bttv: snapshot date 2003-11-26
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 00:0b.0, irq: 11, latency: 32, mmio: 0xeb000000
bttv0: detected: Nebula Electronics DigiTV [card=104], PCI subsystem ID
is 0071:0101
bttv0: using: Nebula Electronics DigiTV [card=104,autodetected]
bttv0: gpio: en=00000000, out=00000000 in=00ff00cb [init]
i2c-core.o: adapter bt878 #0 [sw] registered as adapter 0.
bttv0: using tuner=-1
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .. ok
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
bt878(0): Bt878 (rev 17) at 00:0b.1, irq: 11, latency: 32, memory:
0xeb001000
...
DVB: registering new adapter (Neb).
DVB: registering frontend 0:0 (NxtWave NXT6000)...


>From some earlier stuffing about:
=================================
unix$ ./tzap "TEN Digital"
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
tuning to 219500000 Hz
status 09 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 |
status 1f | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 |
FE_HAS_LOCK

Note that the signal level and snr shouldn't be 0, but xine works
showing all channels!

I hope this helps,

Paul.




-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index