Hi,
I have got an ASUS My Cinema U3000 Hybrid wit openSuSE 12.1 & Linux 3.1.0-1.2-desktop.
> lsusb
...
Bus 002 Device 002: ID 0b05:1736 ASUSTek Computer, Inc.
Bus 004 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
Seems to be identified & initialized correctly:
> dmesg
...
2208.549591] usb 2-2: new high speed USB device number 3 using ehci_hcd
2208.663966] usb 2-2: New USB device found, idVendor=0b05, idProduct=1736
2208.663975] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2208.663982] usb 2-2: Product: U3000 Hybrid
2208.663986] usb 2-2: Manufacturer: ASUSTeK
2208.663991] usb 2-2: SerialNumber: 0A05600354
2208.664839] dvb-usb: found a 'Asus My Cinema-U3000Hybrid' in cold state, will try to load a firmware
2208.671303] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
2208.878955] dib0700: firmware started successfully.
2209.379410] dvb-usb: found a 'Asus My Cinema-U3000Hybrid' in warm state.
2209.379554] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
2209.379727] DVB: registering new adapter (Asus My Cinema-U3000Hybrid)
2209.610091] DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
2209.610341] xc2028 18-0061: creating new instance
2209.610348] xc2028 18-0061: type set to XCeive xc2028/xc3028 tuner
2209.610369] Registered IR keymap rc-dib0700-rc5
2209.610609] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-2/rc/rc1/input12
2209.610774] rc1: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-2/rc/rc1
2209.610962] dvb-usb: schedule remote query interval to 50 msecs
2209.610970] dvb-usb: Asus My Cinema-U3000Hybrid successfully initialized and connected.
But when I try to scan channels I get the following messages:
> scan /usr/share/dvb/dvb-t/hu-Budapest
scanning /usr/share/dvb/dvb-t/hu-Budapest
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 746000000 0 3 9 3 1 2 0
initial transponder 802000000 0 3 9 3 1 2 0
>>> tune to: 746000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 746000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 802000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 802000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done.
> dmesg
...
2406.372297] xc2028 18-0061: Error: firmware xc3028-v27.fw not found.
2407.752887] xc2028 18-0061: Error on line 1198: -5
How could I obtain the file xc3028-v27.fw for my device?
Thanks!