새 노트북 튜너를 구입했습니다(이 스레드에서와 동일한 튜너인 것 같습니다.http://ubuntuforums.org/showthread.php?t=2028123). lsusb
주어진
Bus 002 Device 005: ID 048d:9135 Integrated Technology Express, Inc.
Zolid Mini DVB-T Stick
dmesg | grep -i dvb
USB 플래시 드라이브를 삽입하면 다음과 같은 메시지가 나타납니다.
[12280.493513] dvb-usb: found a 'ITE 9135 Generic' in cold state, will try
to load a firmware
[12280.523395] dvb-usb: downloading firmware from file 'dvb-usb-
it9137-01.fw'
위에서 언급한 스레드의 단계(.fw 파일을 관련 위치로 이동)를 수행했지만 결국 다음 오류가 발생했습니다. 이제 이 문제는 최신 커널에서 해결될 수 있다고 생각합니다. 이 문제가 정말 해결됐나요? 내 시스템 로그의 끝이 표시됩니다.
myuser@mylap:~$ tail /var/log/syslog
Jan 15 11:38:29 mylap kernel: [12280.493513] dvb-usb: found a 'ITE 9135
Generic' in cold state, will try to load a firmware
Jan 15 11:38:29 mylap kernel: [12280.523395] dvb-usb: downloading firmware
from file 'dvb-usb-it9137-01.fw'
Jan 15 11:38:29 mylap kernel: [12280.524030] it913x: FRM Starting
Firmware Download
Jan 15 11:38:29 mylap kernel: [12281.022573] it913x: FRM Firmware Download
Failed (ffffffed)
Jan 15 11:38:29 mylap kernel: [12281.222204] it913x: Chip Version=6f Chip
Type=0203
Jan 15 11:38:30 mylap kernel: [12282.056523] it913x: DEV it913x Error
Jan 15 11:38:30 mylap kernel: [12282.056584] usbcore: registered new
interface driver it913x
내가 사용하는 커널 버전은uname -a
Linux mylap 3.2.0-35-generic-pae #55-Ubuntu SMP Wed Dec 5 18:04:39 UTC
2012 i686 i686 i386 GNU/Linux
이보다 더 많은 것을 얻을 수는 없는 것 같습니다(스레드의 이전 단계를 따라 .fw 파일을 펌웨어 폴더에 넣었지만 여전히 위의 오류가 발생합니다). Kaffeine은 튜너를 인식하지 못하는 것 같으며 검색도 시작하지 않습니다.
답변1
OP의 위 단계 외에도 V4L 장치 드라이버를 구해야 했습니다. 방법은 다음과 같이 소개됩니다.https://help.ubuntu.com/community/DVB-T_USB그리고http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
다시 시작한 후
dmesg | grep -i dvb
[ 236.965344] usbcore: registered new interface driver dvb_usb_it913x
[ 236.968782] usb 2-1.1: dvb_usb_v2: found a 'ITE 9135 Generic' in cold
state
[ 237.036706] usb 2-1.1: dvb_usb_v2: downloading firmware from file
'dvb-usb-it9135-02.fw'
[ 237.359951] usb 2-1.1: dvb_usb_v2: found a 'ITE 9135 Generic' in warm
state
[ 237.360025] usb 2-1.1: dvb_usb_v2: will pass the complete MPEG2
transport stream to the software demuxer
[ 237.360215] DVB: registering new adapter (ITE 9135 Generic)
[ 237.735476] usb 2-1.1: DVB: registering adapter 0 frontend 0 (ITE 9135
Generic_1)...
[ 237.782775] usb 2-1.1: dvb_usb_v2: schedule remote query interval to 250
msecs
[ 237.782779] usb 2-1.1: dvb_usb_v2: 'ITE 9135 Generic' successfully
initialized and connected
이제 실행하면 목록에 있는 Kaffeine
내 장치를 선택한 후 Configure Television
가장 가까운 소스를 선택할 수 있고 TV가 작동합니다!