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 02-27-2009, 05:36 PM   #1
farmerdave
Member
 
Registered: Mar 2008
Location: Adelaide, Australia
Distribution: Arch, Slackware 14.2, Fedora 27
Posts: 111
Blog Entries: 1

Rep: Reputation: 16
Winfast DTV2000H module help


I have the Winfast DTV2000H tv card, and i had a working Mythbuntu system with the same hardware. I had to add

options cx88xx card=51

to get this to work previously. I now have a slackware system with Mythtv but i can't get the tv card working. I'm pretty sure the module is loaded (cx88_dvb).

Code:
lsmod | grep dvb
cx88_dvb               20996  0
cx88_vp3054_i2c         6400  1 cx88_dvb
videobuf_dvb            8580  1 cx88_dvb
dvb_core               75648  2 cx88_dvb,videobuf_dvb
cx8802                 18820  1 cx88_dvb
cx88xx                 68008  4 cx88_dvb,cx8800,cx8802,cx88_alsa
videobuf_dma_sg        14980  5 cx88_dvb,cx8800,cx8802,cx88_alsa,cx88xx
videobuf_core          19460  5 videobuf_dvb,cx8800,cx8802,cx88xx,videobuf_dma_sg
and

Code:
dmesg | grep cx88
cx88_audio 0000:03:06.1: enabling device (0000 -> 0002)
cx88_audio 0000:03:06.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
cx88[0]: subsystem: 107d:2f2b, board: WinFast DTV2000 H [card=51,insmod option]
cx88[0]: TV tuner type 63, Radio tuner type -1
cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
tuner' 1-0061: chip found @ 0xc2 (cx88[0])
tuner' 1-0063: chip found @ 0xc6 (cx88[0])
input: cx88 IR (WinFast DTV2000 H) as /devices/pci0000:00/0000:00:14.4/0000:03:06.1/input/input6
cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
cx88[0]/2: cx2388x 8802 Driver Manager
cx88-mpeg driver manager 0000:03:06.2: enabling device (0000 -> 0002)
cx88-mpeg driver manager 0000:03:06.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
cx88[0]/2: found at 0000:03:06.2, rev: 5, irq: 20, latency: 32, mmio: 0x82000000
cx8800 0000:03:06.0: enabling device (0000 -> 0002)
cx8800 0000:03:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
cx88[0]/0: found at 0000:03:06.0, rev: 5, irq: 20, latency: 32, mmio: 0x80000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88/2: cx2388x dvb driver version 0.0.6 loaded
cx88/2: registering cx8802 driver, type: dvb access: shared
cx88[0]/2: subsystem: 107d:2f2b, board: WinFast DTV2000 H [card=51]
cx88[0]/2: cx2388x based DVB/ATSC card
DVB: registering new adapter (cx88[0])
But now when i try and scan for channels, using this guide (the same guide I configured Mythbuntu with) i have 0% signal strength.

I am totally confused.
 
Old 02-27-2009, 05:52 PM   #2
farmerdave
Member
 
Registered: Mar 2008
Location: Adelaide, Australia
Distribution: Arch, Slackware 14.2, Fedora 27
Posts: 111

Original Poster
Blog Entries: 1

Rep: Reputation: 16
Here is why I am so confused, i changed nothing and did a restart. Now

Code:
dmesg | grep cx88
cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
cx88[0]: subsystem: 107d:2f2b, board: WinFast DTV2000 H [card=51,insmod option]
cx88[0]: TV tuner type 63, Radio tuner type -1
cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
input: cx88 IR (WinFast DTV2000 H) as /devices/pci0000:00/0000:00:14.4/0000:03:06.2/input/input6
cx88[0]/2: cx2388x 8802 Driver Manager
cx88-mpeg driver manager 0000:03:06.2: enabling device (0000 -> 0002)
cx88-mpeg driver manager 0000:03:06.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
cx88[0]/2: found at 0000:03:06.2, rev: 5, irq: 20, latency: 32, mmio: 0x82000000
cx8800 0000:03:06.0: enabling device (0000 -> 0002)
cx8800 0000:03:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
cx88[0]/0: found at 0000:03:06.0, rev: 5, irq: 20, latency: 32, mmio: 0x80000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88_audio 0000:03:06.1: enabling device (0000 -> 0002)
cx88_audio 0000:03:06.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
cx88/2: cx2388x dvb driver version 0.0.6 loaded
cx88/2: registering cx8802 driver, type: dvb access: shared
cx88[0]/2: subsystem: 107d:2f2b, board: WinFast DTV2000 H [card=51]
cx88[0]/2: cx2388x based DVB/ATSC card
cx88[0]/2: frontend initialization failed
cx88[0]/2: dvb_register failed (err = -22)
cx88[0]/2: cx8802 probe failed, err = -22
cx88/2: cx2388x dvb driver version 0.0.6 loaded
cx88/2: registering cx8802 driver, type: dvb access: shared
cx88[0]/2: subsystem: 107d:2f2b, board: WinFast DTV2000 H [card=51]
cx88[0]/2: cx2388x based DVB/ATSC card
cx88[0]/2: frontend initialization failed
cx88[0]/2: dvb_register failed (err = -22)
cx88[0]/2: cx8802 probe failed, err = -22
 
Old 02-28-2009, 04:49 AM   #3
farmerdave
Member
 
Registered: Mar 2008
Location: Adelaide, Australia
Distribution: Arch, Slackware 14.2, Fedora 27
Posts: 111

Original Poster
Blog Entries: 1

Rep: Reputation: 16
I would really appreciate if someone could show me how to load the cx88_dvb module properly!
 
  


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
WinFast PalmTop TV mohama Linux - Hardware 1 11-03-2007 12:53 PM
Winfast tv tuner and Slackware an5w3r_ro Linux - Hardware 12 09-23-2005 04:30 AM
Winfast TV 2000XP RM (note RM) mntmst Linux - Hardware 0 07-19-2005 03:27 PM
WinFast TV2000 XP Deluxe andylow Linux - Software 4 01-22-2005 11:50 AM
WinFast TV2000 XP Deluxe timmyk0 Linux - Hardware 10 02-18-2004 04:33 PM

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

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