Last active
August 29, 2015 14:23
-
-
Save azbesthu/7badef25eed8dd9d29b1 to your computer and use it in GitHub Desktop.
raspbian 2015.06.25 4.0.6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi ~ $ lsmod | |
Module Size Used by | |
cfg80211 499322 0 | |
rfkill 22487 1 cfg80211 | |
snd_bcm2835 22331 0 | |
snd_pcm 92157 1 snd_bcm2835 | |
snd_seq 62024 0 | |
snd_seq_device 8188 1 snd_seq | |
snd_timer 23488 2 snd_pcm,snd_seq | |
snd 67406 5 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device | |
evdev 11370 1 | |
si2157 4538 1 | |
si2168 7070 1 | |
i2c_mux 2834 1 si2168 | |
dvb_usb_cxusb 47971 0 | |
dib0070 9107 1 dvb_usb_cxusb | |
dvb_usb 19460 1 dvb_usb_cxusb | |
dvb_core 99197 1 dvb_usb | |
rc_core 23622 1 dvb_usb | |
uio_pdrv_genirq 3682 0 | |
uio 9993 1 uio_pdrv_genirq | |
pi@raspberrypi ~ $ modinfo si2168 | |
filename: /lib/modules/4.0.6+/kernel/drivers/media/dvb-frontends/si2168.ko | |
firmware: dvb-demod-si2168-b40-01.fw | |
firmware: dvb-demod-si2168-a30-01.fw | |
firmware: dvb-demod-si2168-a20-01.fw | |
license: GPL | |
description: Silicon Labs Si2168 DVB-T/T2/C demodulator driver | |
author: Antti Palosaari <[email protected]> | |
srcversion: F13715177D36B83ADD18749 | |
alias: i2c:si2168 | |
depends: i2c-mux | |
intree: Y | |
vermagic: 4.0.6+ preempt mod_unload modversions ARMv6 | |
pi@raspberrypi ~ $ modinfo si2157 | |
filename: /lib/modules/4.0.6+/kernel/drivers/media/tuners/si2157.ko | |
firmware: dvb-tuner-si2158-a20-01.fw | |
license: GPL | |
author: Antti Palosaari <[email protected]> | |
description: Silicon Labs Si2146/2147/2148/2157/2158 silicon tuner driver | |
srcversion: A1044A3686FD1DF45284B1D | |
alias: i2c:si2146 | |
alias: i2c:si2157 | |
depends: | |
intree: Y | |
vermagic: 4.0.6+ preempt mod_unload modversions ARMv6 | |
demsg | |
[ 7.547062] dvb-usb: found a 'Mygica T230 DVB-T/T2/C' in warm state. | |
[ 7.970326] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. | |
[ 8.110033] DVB: registering new adapter (Mygica T230 DVB-T/T2/C) | |
[ 8.303275] i2c i2c-0: Added multiplexed i2c bus 1 | |
[ 8.363523] si2168 0-0064: Silicon Labs Si2168 successfully attached | |
[ 8.497515] si2157 1-0060: Silicon Labs Si2147/2148/2157/2158 successfully attached | |
[ 8.550040] usb 1-1.2: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)... | |
[ 8.574940] input: IR-receiver inside an USB DVB receiver as /devices/platform/soc/20980000.usb/usb1/1-1/1-1.2/input/input0 | |
[ 8.604911] dvb-usb: schedule remote query interval to 100 msecs. | |
[ 8.626754] dvb-usb: Mygica T230 DVB-T/T2/C successfully initialized and connected. | |
[ 8.661083] usbcore: registered new interface driver dvb_usb_cxusb | |
[ 10.719864] dvb-usb: recv bulk message failed: -110 | |
pi@raspberrypi ~ $ dvb-fe-tool | |
INFO Device Silicon Labs Si2168 (/dev/dvb/adapter0/frontend0) capabilities: | |
INFO CAN_2G_MODULATION | |
INFO CAN_FEC_1_2 | |
INFO CAN_FEC_2_3 | |
INFO CAN_FEC_3_4 | |
INFO CAN_FEC_5_6 | |
INFO CAN_FEC_7_8 | |
INFO CAN_FEC_AUTO | |
INFO CAN_GUARD_INTERVAL_AUTO | |
INFO CAN_HIERARCHY_AUTO | |
INFO CAN_INVERSION_AUTO | |
INFO CAN_MULTISTREAM | |
INFO CAN_MUTE_TS | |
INFO CAN_QAM_16 | |
INFO CAN_QAM_32 | |
INFO CAN_QAM_64 | |
INFO CAN_QAM_128 | |
INFO CAN_QAM_256 | |
INFO CAN_QAM_AUTO | |
INFO CAN_QPSK | |
INFO CAN_TRANSMISSION_MODE_AUTO | |
INFO DVB API Version 5.10, Current v5 delivery system: DVBT | |
INFO Supported delivery systems: | |
INFO [DVBT] | |
INFO DVBT2 | |
INFO DVBC/ANNEX_A | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment