PDA

View Full Version : KWorld DVB-S 100 satellite tuner card on Fedora Core 6 ?


m0dY
2007-04-11, 03:37 PM CDT
Hello,

I'm trying to get my "KWorld DVB-S 100" satellite tuner card to work on Fedora Core 6.

After searching the forums and googling a bit i found that i should be having a /dev/dvb dir which in my case is not existing.

Here's is some helpful output from my system.


[~]# lspci|grep Multimedia
01:03.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
01:03.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
01:0a.0 Multimedia audio controller: Creative Labs SB Audigy LS



[~]# file /dev/dvb
/dev/dvb: ERROR: cannot open `/dev/dvb' (No such file or directory)



[~]# cat /var/log/messages|grep dvb
Apr 8 18:05:21 localmachine kernel: cx2388x dvb driver version 0.0.6 loaded
Apr 8 18:05:21 localmachine kernel: cx88[0]/2: cx2388x based dvb card
Apr 10 00:18:06 localmachine Installed: dvb-apps.i386 1.1.1-7.fc6



[~]# cat /var/log/dmesg|grep cx
cx2388x v4l2 driver version 0.0.6 loaded
CORE cx88[0]: subsystem: 17de:08b2, board: KWorld DVB-S 100 [card=39,autodetected]
cx2388x cx88-mpeg Driver Manager version 0.0.6 loaded
cx88[0]/0: found at 0000:01:03.0, rev: 5, irq: 21, latency: 64, mmio: 0xd8000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/2: cx2388x 8802 Driver Manager
cx88[0]/2: found at 0000:01:03.2, rev: 5, irq: 21, latency: 64, mmio: 0xd9000000



[~]# cat /var/log/dmesg|grep cx
cx2388x v4l2 driver version 0.0.6 loaded
CORE cx88[0]: subsystem: 17de:08b2, board: KWorld DVB-S 100 [card=39,autodetected]
cx2388x cx88-mpeg Driver Manager version 0.0.6 loaded
cx88[0]/0: found at 0000:01:03.0, rev: 5, irq: 21, latency: 64, mmio: 0xd8000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/2: cx2388x 8802 Driver Manager
cx88[0]/2: found at 0000:01:03.2, rev: 5, irq: 21, latency: 64, mmio: 0xd9000000




Although all of that, the first time i tried to install "Kaffeine" it told me that there isn't any DVB cards found so it's modules won't load.

Anyone with an old experience with that would be helpful :) .

,Thanks.
- m0dY

m0dY
2007-04-14, 06:21 AM CDT
any idea ?

,Thanks.
- m0dY

spot221
2007-04-14, 06:53 AM CDT
I don't know much about dvb devices but I did find this wiki when looking for compatible cards.
http://linuxtv.org/wiki/index.php/Main_Page

JonC
2007-04-14, 07:07 AM CDT
I have the DVB-t 100

I had some trouble with it loading the wrong modules. Can you do an lsmod please?

loodpool
2007-04-14, 10:40 AM CDT
your dmesg says :
cx88[0]/0: registered device vbi0
so you have to look after /dev/vbi0 and not /dev/dvb

you have a CX23880 based card and there's no module in /lib/modules/2.6.20-1.2933.fc6/kernel/drivers/media/dvb/frontends
my ls says:
ls /lib/modules/2.6.20-1.2933.fc6/kernel/drivers/media/dvb/frontends/
bcm3510.ko dib3000mb.ko dvb-pll.ko lnbp21.ko nxt6000.ko sp887x.ko tda10086.ko ves1x93.ko
cx22700.ko dib3000mc.ko isl6421.ko mt2060.ko or51132.ko stv0297.ko tda8083.ko zl10353.ko
cx22702.ko dib7000m.ko l64781.ko mt312.ko or51211.ko stv0299.ko tda826x.ko
cx24110.ko dib7000p.ko lgdt330x.ko mt352.ko s5h1420.ko tda10021.ko tua6100.ko
cx24123.ko dibx000_common.ko lgh06xf.ko nxt200x.ko sp8870.ko tda1004x.ko ves1820.ko

so I don't think you'll get your card works and you have to build your card driver if there's one provided by the manufacturer.

JonC
2007-04-14, 10:49 AM CDT
your dmesg says :
cx88[0]/0: registered device vbi0
so you have to look after /dev/vbi0 and not /dev/dvb

you have a CX23880 based card and there's no module in /lib/modules/2.6.20-1.2933.fc6/kernel/drivers/media/dvb/frontends
my ls says:
ls /lib/modules/2.6.20-1.2933.fc6/kernel/drivers/media/dvb/frontends/
bcm3510.ko dib3000mb.ko dvb-pll.ko lnbp21.ko nxt6000.ko sp887x.ko tda10086.ko ves1x93.ko
cx22700.ko dib3000mc.ko isl6421.ko mt2060.ko or51132.ko stv0297.ko tda8083.ko zl10353.ko
cx22702.ko dib7000m.ko l64781.ko mt312.ko or51211.ko stv0299.ko tda826x.ko
cx24110.ko dib7000p.ko lgdt330x.ko mt352.ko s5h1420.ko tda10021.ko tua6100.ko
cx24123.ko dibx000_common.ko lgh06xf.ko nxt200x.ko sp8870.ko tda1004x.ko ves1820.ko

so I don't think you'll get your card works and you have to build your card driver if there's one provided by the manufacturer.

I didn't think cx23880 was the frontend?

As I said, I have the kworld dvb-t 100 and had a couple of little hiccups with fedora auto-configuring the right modules. Once I sorted that out by loading the right module, it was fine.

JonC
2007-04-14, 10:53 AM CDT
Also, can you dmesg | grep DVB to find out which frontend is being used. My DVB-T is a Zarlink, and that was the cause of the trouble.

loodpool
2007-04-14, 11:13 AM CDT
try to get help from www.linuxtv.org

JonC
2007-04-14, 11:35 AM CDT
try to get help from www.linuxtv.org


or from me, as I am offering

m0dY
2007-04-14, 05:23 PM CDT
or from me, as I am offering

Thanks for holding up,

here's the output you wanted.

$dmesg|grep DVB
CORE cx88[0]: subsystem: 17de:08b2, board: KWorld DVB-S 100 [card=39,insmod option]


glad i found someone having the same doomed card :) .


,Thanks.
- m0dY

JonC
2007-04-15, 04:11 AM CDT
Well, mine isn't exactly the same - it's a dvb-T

can you also post the result of:

dmesg | grep frontend

and maybe lsmod ?

m0dY
2007-04-15, 07:56 AM CDT
$dmesg|grep frontend
DVB: registering frontend 0 (Conexant CX24123/CX24109)...

Well,

Looks like the new updated version of kaffeine detected the doomed card :)

Thanks for trying to help

,Thanks.
- m0dY

JonC
2007-04-15, 09:33 AM CDT
great, glad you got it sorted!

Now you can get MythTV (http://www.mythtv.org/) going!