- 1 名前:login:Penguin mailto:sage [2012/07/15(日) 18:14:10.25 ID:OJrUKUSQ]
- Linuxでのテレビ視聴・録画に関して、デジタル/アナログ問わず扱うスレッド
【関連スレ】 【自家製】MythTV Part.3【HDDビデオ】 engawa.2ch.net/test/read.cgi/linux/1223721998/ 【BT878】Linuxでのキャプチャを語るスレ engawa.2ch.net/test/read.cgi/linux/1017186805/ Linuxでfriio pc11.2ch.net/test/read.cgi/linux/1213378360/ 【前スレ】 【視聴・録画】Linuxでテレビ総合6【デジタル/アナログ】 engawa.2ch.net/test/read.cgi/linux/1326804531/ 【過去スレ】 【視聴・録画】Linuxでテレビ総合5【デジタル/アナログ】 engawa.2ch.net/test/read.cgi/linux/1309182037/ 【視聴・録画】Linuxでテレビ総合4【デジタル/アナログ】 hibari.2ch.net/test/read.cgi/linux/1293388638/ 【視聴・録画】Linuxでテレビ総合3【デジタル/アナログ】 hibari.2ch.net/test/read.cgi/linux/1269999876/ 【視聴・録画】Linuxでテレビ総合2【デジタル/アナログ】 pc11.2ch.net/test/read.cgi/linux/1253880711/ 【視聴・録画】Linuxでテレビ総合【デジタル/アナログ】 pc11.2ch.net/test/read.cgi/linux/1231189481/ Linuxでテレビを見る pc11.2ch.net/test/read.cgi/linux/1013649811/
- 32 名前:22 mailto:sage [2012/07/17(火) 21:33:47.51 ID:WWURYLeK]
- >>29 乙です
型違いって言われてコンパイル通りませんでした。 dmesg は次に。 --- pt3_0717.original/pt3_bus.h 2012-07-17 18:25:18.000000000 +0900 +++ pt3_0717/pt3_bus.h 2012-07-17 21:29:07.355647903 +0900 @@ -23,7 +23,7 @@ void pt3_bus_start(PT3_BUS *bus); void pt3_bus_stop(PT3_BUS *bus); void pt3_bus_write(PT3_BUS *bus, const __u8 *data, __u32 size); -size_t pt3_bus_read(PT3_BUS *bus, __u8 *data, __u32 size); +__u32 pt3_bus_read(PT3_BUS *bus, __u8 *data, __u32 size); void pt3_bus_reset(PT3_BUS *bus); void pt3_bus_sleep(PT3_BUS *bus, __u32 ms); void pt3_bus_end(PT3_BUS *bus);
- 33 名前:login:Penguin mailto:sage [2012/07/17(火) 21:39:32.06 ID:WWURYLeK]
- dmesg 1/2
[ 411.605856] tuner_power_on [ 411.617834] set_tuner_sleep isdb=0 tuner_no=0 sleep=0 status=0x0 [ 411.617838] set_freq isdb=0 tuner_no=0 channel=0 offset=0 [ 411.633764] frequency 1048980 Khz [ 411.637805] channel=0 index=0 sd=0x38fae1 N=0xd A=0x5 [ 411.809506] qm_get_locked 0 status=0x0 [ 411.809510] fail set_frequency. status=0x30b [ 411.837411] set_tuner_sleep isdb=0 tuner_no=0 sleep=1 status=0x0 [ 411.901346] set_tuner_sleep isdb=1 tuner_no=0 sleep=0 status=0x0 [ 411.901351] set_freq isdb=1 tuner_no=0 channel=70 offset=0 [ 412.021139] set_tuner_sleep isdb=1 tuner_no=0 sleep=1 status=0x0 [ 412.033118] set_tuner_sleep isdb=0 tuner_no=1 sleep=0 status=0x0 [ 412.033123] set_freq isdb=0 tuner_no=1 channel=0 offset=0 [ 412.049087] frequency 1049980 Khz [ 412.053082] channel=0 index=1 sd=0x39fae1 N=0xd A=0x5 [ 412.224785] qm_get_locked 0 status=0x0 [ 412.224789] fail set_frequency. status=0x30b [ 412.252738] set_tuner_sleep isdb=0 tuner_no=1 sleep=1 status=0x0 [ 412.316582] set_tuner_sleep isdb=1 tuner_no=1 sleep=0 status=0x0 [ 412.316587] set_freq isdb=1 tuner_no=1 channel=71 offset=0 [ 412.436373] set_tuner_sleep isdb=1 tuner_no=1 sleep=1 status=0x0 [ 412.436379] PT3:device[0]= (null) [ 412.449180] Allocate Descriptor buffer. [ 412.449295] dma maybe failed allocate desc_info->data 59 [ 412.449299] set page descriptor. [ 412.449302] PT3:card_number = 0 [ 412.462820] Allocate Descriptor buffer. [ 412.462876] dma maybe failed allocate desc_info->data 59 [ 412.462878] set page descriptor. [ 412.462880] PT3:card_number = 0
- 34 名前:login:Penguin mailto:sage [2012/07/17(火) 21:41:35.23 ID:WWURYLeK]
- dmesg 2/2
[ 412.475699] Allocate Descriptor buffer. [ 412.475752] dma maybe failed allocate desc_info->data 59 [ 412.475754] set page descriptor. [ 412.475755] PT3:card_number = 0 [ 412.488672] Allocate Descriptor buffer. [ 412.488724] dma maybe failed allocate desc_info->data 59 [ 412.488726] set page descriptor. [ 412.488728] PT3:card_number = 0 $ uname -a Linux hanage-pt3 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux [ 412.436379] PT3:device[0]= (null) ここが null になってるのが問題?
|

|