ASUS My Cinema-U3000 Mini: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(→‎Problems: USB 1.1 port)
Line 47: Line 47:
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in cold state, will try to load a firmware
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in cold state, will try to load a firmware
dvb-usb: did not find the firmware file. (dvb-usb-dib0700-1.10.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
dvb-usb: did not find the firmware file. (dvb-usb-dib0700-1.10.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
usbcore: registered new interface driver dvb_usb_dib0700
</pre>

Kernel message when connected to USB 1.1 port:
<pre>
dib0700: loaded with support for 6 different device-types
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in cold state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
dib0700: firmware started successfully.
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in warm state.
dvb-usb: This USB2.0 device cannot be run on a USB1.1 port. (it lacks a hardware PID filter)
dvb-usb: ASUS My Cinema U3000 Mini DVBT Tuner error while loading driver (-19)
usbcore: registered new interface driver dvb_usb_dib0700
usbcore: registered new interface driver dvb_usb_dib0700
</pre>
</pre>

Revision as of 19:52, 5 March 2008

A USB 2.0 DVB-T device by Asus.

It is supported under Linux.

Components Used

  • Microtune MT2266 tuner
  • Dibcom DiB7000PC DVB-T demodulator

Identification

This device's USB ID is 0b05:171f.

Drivers

Driver is integrated to mainline Linux kernel version >= 2.6.25-rc1.

Available from v4l-dvb. Quick install:

$ hg clone http://linuxtv.org/hg/v4l-dvb
$ cd v4l-dvb
$ make
# make install
# modprobe -v dvb-usb-dib0700

Firmware

If you are running Ubuntu see bug #179626 and use linux-restricted-modules-2.6.24 version >= 2.6.24.8-7.18.

If you prefer manual installation download file dvb-usb-dib0700-1.10.fw to /lib/firmware/.

Problems

Kernel message when driver is not present or does not handle Asus My-Cinema-U3000 Mini:

usb 5-7: new high speed USB device using ehci_hcd and address 4
usb 5-7: configuration #1 chosen from 1 choice

Kernel message when firmware is not present:

usb 5-7: new high speed USB device using ehci_hcd and address 7
usb 5-7: configuration #1 chosen from 1 choice
dib0700: loaded with support for 6 different device-types
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in cold state, will try to load a firmware
dvb-usb: did not find the firmware file. (dvb-usb-dib0700-1.10.fw) Please see linux/Documentation/dvb/ for more details on firmware-problems. (-2)
usbcore: registered new interface driver dvb_usb_dib0700

Kernel message when connected to USB 1.1 port:

dib0700: loaded with support for 6 different device-types
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in cold state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
dib0700: firmware started successfully.
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in warm state.
dvb-usb: This USB2.0 device cannot be run on a USB1.1 port. (it lacks a hardware PID filter)
dvb-usb: ASUS My Cinema U3000 Mini DVBT Tuner error while loading driver (-19)
usbcore: registered new interface driver dvb_usb_dib0700

Successful initialization

usb 5-7: new high speed USB device using ehci_hcd and address 8
usb 5-7: configuration #1 chosen from 1 choice
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in cold state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
dib0700: firmware started successfully.
dvb-usb: found a 'ASUS My Cinema U3000 Mini DVBT Tuner' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (ASUS My Cinema U3000 Mini DVBT Tuner)
DVB: registering frontend 0 (DiBcom 7000PC)...
MT2266: successfully identified
dvb-usb: ASUS My Cinema U3000 Mini DVBT Tuner successfully initialized and connected.

External links