Hi Anthony (and Mark), I have had a little luck... I was having a bit of an email list chat with Mark yesterday, where I got to **actually** getting a picture on one channel! Stranger is that although the second one (adaptor1) appears to tune ok (tzap gets lock with a good SNR), it can't get any picture at all. Frustrating!! If I remember right, you're running FC5, so the easiest way to install the dvb-apps is with Yum install dvb-apps If I got it wrong, try yum install dvb-* Also, it looks like a 2.6.18 kernel will be out soon (I compiled an "alpha" 2.86.18-rc3 pre-patch kernel last night), and the first channel worked "out of the box". The FC5 patched kernels (i.e. the ones you get via yum) aren't usually all that far behind. Problem is, installing the hg v4l sources, and I get errors loading the cx88_dvb module: dmesg | tail dvb_usb_cxusb: disagrees about version of symbol cx22702_attatch and others. There is a mailing list somewhere that says to rename some of the kernel modules to prevent this from happening. Unfortunately, I don't know which ones to rename :) I can't play with this all that much this week, so I'll wait for the weekend. With any sort of luck my then, the 2.6.18 kernel will be out as stable, and it will automagically fix funny things like that :) But for the second channel? I might have to go to UQ up the river a bit, and drop some beers to Chris Pascoe to get him started on the problem :) Cheers Damien. p.s. try adding something like 1666667 (can't remember the exact number) to the frequency of Channel 9 and SBS to get them to work. The email with the instructions are: http://www.linuxtv.org/pipermail/linux-dvb/2006-July/011623.html -----Original Message----- From: Anthony Goddard [mailto:anthony@xxxxxxxxxxxxxxxxxxxxxxxxxx] Sent: Monday, 31 July 2006 5:27 PM To: Damien Dusha Subject: Any luck with Fusion so far? Hi Damien, have you had any luck so far? I am getting no signal at all on either of my cards :( Also, did the dvb-apps install ok for you? I had issues compiling, but I am just running them out of the "utils" folder after extracting the tarball. Anyhow it looks like we're having exactly the same problem but I have no SNR on either Adapter0 or adapter1, so I'll keep you informed if I find anything! P.S. With SBS and channel 9 I think it's because they use offset frequencies. What are the frequencies you get from the dba.org.au website for your area? The Melbourne ones have offsets for Ch.9 and SBS but South Yarra (near me) doesn't. I'm hoping if I use South Yarra I won't have the problem. Cheers, Anthony -----Original Message----- From: Damien Dusha [mailto:damiendusha@xxxxxxxxxxxxxxx] Sent: Thursday, 27 July 2006 10:17 PM To: Anthony Goddard Subject: RE: No frontend attached Hello Anthony, I'm one step ahead of you, but I still have some problems with the **next** step. I am having no luck Anyone help??? --------------------------- And it looks like Chris has just posted some new instructions too, here: http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/ --------------------------------------------- Step 0) I'll assume you're running either a 2.6.17 FC5 kernel, or 2.6.17.6 vanilla kernel. Plus, you need the sources and the doco: Yum install kernel reboot yum install kernel-* While you're at it: Yum install dvb-apps Or, download the latest kernel from www.kernel.org, compile and do all that fun stuff. Step 1) You'll need the V4L/DVB source tree, either just Chris Pascoe's branch only, or the whole v4l tree. If you want the whole box and dice, follow the mercurial instructions on the www.linuxtv.org website. If you want only chris's branch, follow the links from http:// www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/ Note: the whole v4l failed to compile under the FC5 kernel. However, I had some success with the 2.6.17.6 kernel. Haven't tried Chris's branch only. Step 2) Decompress, make, make install, as per the instructions. Step 3) To get the USB working, you need the firmware. There is a script to get the firmware in the kernel source. Go to: Cd /path/to/your/kernel/source/Documentation/drivers/dvb And use the script to get the firmware: ./get_dvb_firmware bluebird Step 4) OK, (maybe) after a reboot, you'll see /dev/dvb/adaptor0 and adaptor1 And the frontend should be there. ---------------------- BUT!!! There are problems. Download a valid channels.conf file. If you live in Brisbane, like me, you can simply use Chris Pasoce's. I think I have also seen ones for Melbourne, and somewhere in Tassie. Copy this into a directory $HOME/.tzap And try to run: Tzap -a 1 "ABC HDTV" With any luck, you'll have a good SNR. But try: Tzap -a 0 "ABC HDTV", and you'll probably wind up with nothing. Like me. AND, just to make matters worse, even though the signal on -a 1 obviously have lock, I can't get any picture out of it, either out of MythTV, or by using the tzap -a1 -r "ABC HDTV" and cat /dev/adaptor1/ frontend0 > TestABC.mpg Here are my attempts at getting it happening: ---------------- Location: I work in electrical engineering at a university just down the river a bit, so don't hold that against me!! My house (well, unit) is at clayfield. OS: - Fedora Core 5, kernel 2.6.17-1.2157_FC5-i686 - Fedora Core 5, vanilla kernel 2.6.17.6 - Tried Windows XP, and it works perfectly (the card, that is), including remote. Hardware: Pentium-4, 2.4GHz, NVIDIA 6200 (Motherboard has only 4x AGP port, though) DVICO Dual Digital, revision 1.4 What I have done: ----------------- Attempt 1: ---------- FC5, following the various myth guides out there, tried compiling most things from source. Can't remember the exact steps I took, but I am reasonably sure I got your mercurial tree and tried that. The results were: - Got MythTV happing for SDTV on /dev/video0. - HDTV was choppy, as though only every second frame was processed. Was using the NVIDIA drivers, so CPU usage was only 40%, and the temperature of the nvidia chip was opnly 50deg, so probably not a problem there. - Using TV out on the nvidia. Was not getting 9 or SBS at all, which kind of sucked for the state of origin and the world cup, especially for late, late games :( I set out recklessly to recify this - I was only getting one tuner and HDTV was flaky. - played around and got the /dev/dvb/adaptor? devices to appear. - yum install dvb-apps to get tzap, and got your channels.conf file. The results were this: - tzas reporting strong signals on most channels, for both adaptor0 and adaptor1, except for SBS and 9. - Removed the /dev/video0 device on MythTV, and tried using the DVB interface adaptors instead. It detected them Ok (found Zarlink front end, or whatever), but it could not open them to scan for channels. It was at this point that I decided to nuke the system and start over. Attempt 2: ---------- 1) Clean install of FC5, yum -y update. 2) yum install kernel-devel 3) yum install dvb-apps Downloaded channels.conf from your site, and attempted to view signals.No such luck "could not find front end" 3) downloaded the the soruce via hg for video for linux 4) Tried building the v4l/dvb project, but compilation failed (cannot remember the message). 5) Download kernel sources for 2.6.17.6 (actually, I did this early to get the "get_firmware" script for the USB part). 6) Compiled and installed the new kernel. 7) Built the v4l project. Builds and installs ok. Tried tzap'ing: - adaptor0 (PCI part, by the looks of it), returns a SNR of 0000 for all channels. Of course, it gets no lock. - adaptor1 (USB part - confirmed this by yanking the cord) returns good SNRs for all channels (except 9 and SBS). all either fexx or exxx for SNR. - modified the channels.conf file to add 166667 to the frequency of 9 and SBS. Works a treat - 9 is returning FExx for SNR, and SBS Exxx. Tried investigating the adaptor0 failure: [root@localhost ~]# tzap -a 0 "ABC HDTV" using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' tuning to 226500000 Hz video pid 0x0904, audio pid 0x0000 status 00 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 | status 00 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 | status 00 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 | Now, looking a dmesg: Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.7 Bluetooth: HIDP (Human Interface Emulation) ver 1.1 eth0: no IPv6 routers present cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout The cx88 line only appears when you run tzap. MythProblems: Despite picking up the Zarlink front end, Myth refuses to open the card. I'm a bit lost here. I tried the little trick at: http://www.mythtv.org/wiki/index.php/Tzap In one terminal: tzap -a 1 -r "ABC HDTV" In another terminal: cat /dev/dvb/adapter1/dvr0 > testvideo.mpg But no joy - the file stays at zero size. I hope this information helps. I'm happy to be a bit of a guniea pig because the PC at the moment is more or less spare and I can "risk" it. I might even be ably to lend you the PC for a week or two, if it comes to being that desparate! If you have any suggestions (including whether I should forward this onto DVB), I'm happy to listen. Best regards, Damien Dusha. p.s. more information (dmesg, and other garbage) is shown below. ---------------------------------------------- For information's sake: [root@localhost ~]# lspci -vv <snip> 02:01.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05) Subsystem: DViCO Corporation Unknown device db50 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (5000ns min, 13750ns max), Cache Line Size 08 Interrupt: pin A routed to IRQ 217 Region 0: Memory at fc000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [44] Vital Product Data Capabilities: [4c] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- 02:01.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05) Subsystem: DViCO Corporation Unknown device db50 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (1500ns min, 22000ns max), Cache Line Size 08 Interrupt: pin A routed to IRQ 217 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [4c] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- And dmesg gives: [root@localhost ~]# dmesg | grep dvb cx2388x dvb driver version 0.0.6 loaded cx88[0]/2: cx2388x based dvb card dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in cold state, will try to load a firmware dvb-usb: downloading firmware from file 'dvb-usb-bluebird-01.fw' usbcore: registered new driver dvb_usb_cxusb dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in warm state. dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. dvb-usb: schedule remote query interval to 150 msecs. dvb-usb: DViCO FusionHDTV DVB-T Dual USB successfully initialized and connected. [root@localhost ~]# dmesg | grep cx88 CORE cx88[0]: subsystem: 18ac:db50, board: DViCO FusionHDTV DVB-T Dual Digital [card=44,autodetected] cx88[0]/0: found at 0000:02:01.0, rev: 5, irq: 217, latency: 32, mmio: 0xfc000000 cx88[0]/0: registered device video0 [v4l2] cx88[0]/0: registered device vbi0 cx88[0]/2: found at 0000:02:01.2, rev: 5, irq: 217, latency: 32, mmio: 0xfd000000 cx88[0]/2: cx2388x based dvb card DVB: registering new adapter (cx88[0]). cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout And the full dmegs stream is: [root@localhost ~]# dmesg Linux version 2.6.17.6 (root@xxxxxxxxxxxxxxxxxxxxx) (gcc version 4.1.1 20060525 (Red Hat 4.1.1-1)) #1 Wed Jul 19 23:20:48 EST 2006 BIOS- provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001ff40000 (usable) BIOS-e820: 000000001ff40000 - 000000001ff50000 (ACPI data) BIOS-e820: 000000001ff50000 - 0000000020000000 (ACPI NVS) 0MB HIGHMEM available. 511MB LOWMEM available. found SMP MP-table at 000ff780 On node 0 totalpages: 130880 DMA zone: 4096 pages, LIFO batch:0 Normal zone: 126784 pages, LIFO batch:31 DMI 2.3 present. ACPI: RSDP (v000 ACPIAM ) @ 0x000f7200 ACPI: RSDT (v001 INTEL D845GRG2 0x01000316 MSFT 0x00000097) @ 0x1ff40000 ACPI: FADT (v002 INTEL D845GRG2 0x01000316 MSFT 0x00000097) @ 0x1ff40200 ACPI: MADT (v001 INTEL D845GRG2 0x01000316 MSFT 0x00000097) @ 0x1ff40300 ACPI: ASF! (v016 AMIASF I845GASF 0x00000001 MSFT 0x0100000d) @ 0x1ff442e0 ACPI: DSDT (v001 INTEL D845GRG2 0x0000010a MSFT 0x0100000d) @ 0x00000000 ACPI: PM-Timer IO Port: 0x408 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Processor #0 15:2 APIC version 20 ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled) ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at 30000000 (gap: 20000000:e0000000) Built 1 zonelists Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet mapped APIC to ffffd000 (fee00000) mapped IOAPIC to ffffc000 (fec00000) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 CPU 0 irqstacks, hard=c0446000 soft=c0445000 PID hash table entries: 2048 (order: 11, 8192 bytes) Detected 2400.265 MHz processor. Using pmtmr for high-res timesource Console: colour VGA+ 80x25 Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode- cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 512996k/523520k available (1989k kernel code, 9976k reserved, 1117k data, 216k init, 0k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 4804.82 BogoMIPS (lpj=9609641) Security Framework v1.0.0 initialized SELinux: Initializing. SELinux: Starting in permissive mode selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 512 CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 CPU: Trace cache: 12K uops, L1 D cache: 8K CPU: L2 cache: 512K CPU: After all inits, caps: bfebfbff 00000000 00000000 00000080 00004400 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU0: Intel P4/Xeon Extended MCE MSRs (12) available CPU0: Thermal monitoring enabled CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 07 Checking 'hlt' instruction... OK. SMP alternatives: switching to UP code Freeing SMP alternatives: 0k freed ENABLING IO-APIC IRQs ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 checking if image is initramfs... it is Freeing initrd memory: 1659k freed NET: Registered protocol family 16 ACPI: bus type pci registered PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2 Setting up standard PCI resources ACPI: Subsystem revision 20060127 ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO PCI quirk: region 0480-04bf claimed by ICH4 GPIO PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 Boot video device is 0000:01:00.0 PCI: Transparent bridge - 0000:00:1e.0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] ACPI: Power Resource [URP1] (off) ACPI: Power Resource [FDDP] (off) ACPI: Power Resource [LPTP] (off) ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 13 devices usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report pnp: 00:0b: ioport range 0x400-0x47f could not be reserved pnp: 00:0b: ioport range 0x680-0x6ff has been reserved pnp: 00:0b: ioport range 0x480-0x4bf has been reserved PCI: Bridge: 0000:00:01.0 IO window: disabled. MEM window: f6900000-fa9fffff PREFETCH window: ce600000-ee6fffff PCI: Bridge: 0000:00:1e.0 IO window: d000-dfff MEM window: faa00000-feafffff PREFETCH window: ee700000-ee7fffff PCI: Setting latency timer of device 0000:00:1e.0 to 64 NET: Registered protocol family 2 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 6, 262144 bytes) TCP bind hash table entries: 8192 (order: 5, 163840 bytes) TCP: Hash tables configured (established 16384 bind 8192) TCP reno registered * This chipset may have PM-Timer Bug. Due to workarounds for a bug, * this time source is slow. If you are sure your timer does not have * this bug, please use "pmtmr_good" to disable the workaround apm: BIOS not found. audit: initializing netlink socket (disabled) audit(1153571927.540:1): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Initializing Cryptographic API io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ACPI: Processor [CPU1] (supports 8 throttling states) isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Real Time Clock Driver v1.12ac Non-volatile memory driver v1.2 Linux agpgart interface v0.101 (c) Dave Jones agpgart: Detected an Intel 845G Chipset. agpgart: AGP aperture is 64M @ 0xf0000000 Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize Uniform Multi- Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH4: IDE controller at PCI slot 0000:00:1f.1 PCI: Enabling device 0000:00:1f.1 (0005 -> 0007) ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 169 ICH4: chipset revision 2 ICH4: not 100% native mode: will probe irqs later ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio Probing IDE interface ide0... hda: Maxtor 6L300R0, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hdc: PIONEER DVD-RW DVR-111D, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hda: max request size: 512KiB hda: 586114704 sectors (300090 MB) w/16384KiB Cache, CHS=36483/255/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.20 ide-floppy driver 0.99.newide usbcore: registered new driver libusual usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 PNP: PS/2 controller doesn't have AUX irq; using default 12 serio: i8042 AUX port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 mice: PS/2 mouse device common for all mice md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 TCP bic registered Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 Using IPI Shortcut mode ACPI wakeup devices: P0P1 UAR1 USB0 USB1 USB2 USB3 AC97 SLPB ACPI: (supports S0 S1 S4 S5) Freeing unused kernel memory: 216k freed Write protecting the kernel read-only data: 696k input: AT Translated Set 2 keyboard as /class/input/input0 device-mapper: 4.6.0-ioctl (2006-02-17) initialised: dm- devel@xxxxxxxxxx kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. SELinux: Disabled at runtime. SELinux: Unregistering netfilter hooks audit(1153571931.524:2): selinux=0 auid=4294967295 hw_random hardware driver 1.0.0 loaded USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 uhci_hcd 0000:00:1d.0: irq 177, io base 0x0000e800 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.1: irq 185, io base 0x0000e880 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.2: irq 169, io base 0x0000ec00 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI e100: Copyright(c) 1999-2005 Intel Corporation ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 193 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4 ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 128 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 193, io mem 0xfebffc00 ehci_hcd 0000:00:1d. 7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 6 ports detected usb 1-2: new full speed USB device using uhci_hcd and address 2 ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 20 (level, low) -> IRQ 201 e100: eth0: e100_probe: addr 0xfeaff000, irq 201, MAC addr 00:07:E9:DB:E6:34 ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 209 PCI: Setting latency timer of device 0000:00:1f.5 to 64 nvidia: module license 'NVIDIA' taints kernel. Linux video capture interface: v2.00 cx2388x v4l2 driver version 0.0.6 loaded usb 4-2: new high speed USB device using ehci_hcd and address 2 intel8x0_measure_ac97_clock: measured 54457 usecs intel8x0: clocking to 48000 ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 177 NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-8762 Mon May 15 13:06:38 PDT 2006 ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 22 (level, low) -> IRQ 217 CORE cx88[0]: subsystem: 18ac:db50, board: DViCO FusionHDTV DVB-T Dual Digital [card=44,autodetected] TV tuner 4 at 0x1fe, Radio tuner -1 at 0x1fe cx2388x dvb driver version 0.0.6 loaded usb 4-2: configuration #1 chosen from 1 choice cx88[0]/0: found at 0000:02:01.0, rev: 5, irq: 217, latency: 32, mmio: 0xfc000000 cx88[0]/0: registered device video0 [v4l2] cx88[0]/0: registered device vbi0 ACPI: PCI Interrupt 0000:02:01.2[A] -> GSI 22 (level, low) -> IRQ 217 cx88[0]/2: found at 0000:02:01.2, rev: 5, irq: 217, latency: 32, mmio: 0xfd000000 cx88[0]/2: cx2388x based dvb card DVB: registering new adapter (cx88[0]). DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)... cx2388x blackbird driver version 0.0.6 loaded usb 3-1: new low speed USB device using uhci_hcd and address 2 usb 3-1: configuration #1 chosen from 1 choice input: Logitech USB Optical Mouse as /class/input/input1 input: USB HID v1.10 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-1 dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in cold state, will try to load a firmware dvb-usb: downloading firmware from file 'dvb-usb-bluebird-01.fw' usbcore: registered new driver dvb_usb_cxusb parport: PnPBIOS parport detected. parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP] usb 4-2: USB disconnect, address 2 dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. lp0: using parport0 (interrupt-driven). lp0: console ready NET: Registered protocol family 10 lo: Disabled Privacy Extensions IPv6 over IPv4 tunneling driver usb 4-2: new high speed USB device using ehci_hcd and address 4 usb 4-2: configuration #1 chosen from 1 choice dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in warm state. dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. DVB: registering new adapter (DViCO FusionHDTV DVB-T Dual USB). DVB: registering frontend 1 (Zarlink ZL10353 DVB-T)... input: IR-receiver inside an USB DVB receiver as /class/input/input2 dvb-usb: schedule remote query interval to 150 msecs. dvb-usb: DViCO FusionHDTV DVB-T Dual USB successfully initialized and connected. ACPI: Power Button (FF) [PWRF] ACPI: Sleep Button (CM) [SLPB] ibm_acpi: ec object not found md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on hda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS on dm-1, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding 1048568k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:1048568k ip_tables: (C) 2000-2006 Netfilter Core Team Netfilter messages via NETLINK v0.30. ip_conntrack version 2.4 (4090 buckets, 32720 max) - 224 bytes per conntrack ADDRCONF(NETDEV_UP): eth0: link is not ready e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Bluetooth: Core ver 2.8 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.8 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.7 Bluetooth: HIDP (Human Interface Emulation) ver 1.1 eth0: no IPv6 routers present cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout cx88[0]/2: cx8802_timeout [root@localhost ~]# -----Original Message----- From: linux-dvb-bounces@xxxxxxxxxxx [mailto:linux-dvb- bounces@xxxxxxxxxxx] On Behalf Of Anthony Goddard Sent: Thursday, 27 July 2006 2:53 PM To: linux-dvb@xxxxxxxxxxx Subject: No frontend attached Hi Guys, I am trying to setup a "Dvico FUSION HDTV DVB-T Dual" running Fedora Core 5. I think I have done everything correctly so for with my FC5 installation, but I keep getting the following error when I run dmesg: "dvb-usb: no frontend was attached by 'DViCO FusionHDTV DVB-T Dual USB'" I'm just wondering if anyone can offer any advice on this? The full output of dmesg | grep dvb-usb is dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in cold state, will try to load a firmware dvb-usb: downloading firmware from file 'dvb-usb-bluebird-01.fw' dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual USB' in warm state. dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. dvb-usb: no frontend was attached by 'DViCO FusionHDTV DVB-T Dual USB' dvb-usb: schedule remote query interval to 150 msecs. dvb-usb: DViCO FusionHDTV DVB-T Dual USB successfully initialized and connected. Also, in /dev/dvb/ I only have "adaptor0" Thanks! Anthony _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb