[mythtv-users] ?Card?
Daryl McDonald
darylangela at gmail.com
Tue Jun 18 23:48:33 UTC 2013
On Tue, Jun 18, 2013 at 7:44 PM, Daryl McDonald <darylangela at gmail.com>wrote:
>
>
>
> On Tue, Jun 18, 2013 at 7:22 PM, George Nassas <gnassas at mac.com> wrote:
>
>> On 2013-06-18, at 6:57 PM, Daryl McDonald wrote:
>>
>> After a reboot, there is much more to grep:
>>
>>
>> Apologies, I’m not saying things very well. The kworld card is going to
>> be probed at slightly different times in each boot sequence. That’s normal.
>> In the first log output you posted it happened at the 21 second mark but it
>> seems after your reboot the card is being probed at a different time
>> because there’s no relevant output during the 21st second.
>>
>> So, start with one of these:
>>
>> dmesg | grep -i -E "kworld|dvb”
>>
>
> daryl at daryl-A780L3C:~$ dmesg | grep -i -E "kworld|dvb"
> [ 20.796356] saa7133[0]: subsystem: 17de:a135, board: Kworld PC150-U
> [card=189,insmod option]
> [ 20.930930] tveeprom 2-0050: TV standards NTSC(M) ATSC/DVB Digital
> (eeprom 0x88)
> [ 21.702705] cx23885_dvb_register() allocating 1 frontend(s)
> [ 21.702707] cx23885[0]: cx23885 based dvb card
> [ 21.734221] DVB: registering new adapter (cx23885[0])
> [ 21.734224] DVB: registering adapter 0 frontend 0 (Samsung S5H1409
> QAM/8VSB Frontend)...
> [ 57.755937] Registered IR keymap rc-kworld-pc150u
> [ 57.756041] input: i2c IR (Kworld PC150-U) as
> /devices/virtual/rc/rc0/input11
> [ 57.756108] rc0: i2c IR (Kworld PC150-U) as /devices/virtual/rc/rc0
> [ 57.756111] ir-kbd-i2c: i2c IR (Kworld PC150-U) detected at
> i2c-1/1-0030/ir0 [saa7133[0]]
> [ 57.805166] dvb_init() allocating 1 frontend
> [ 60.014045] DVB: registering new adapter (saa7133[0])
> [ 60.014047] DVB: registering adapter 1 frontend 0 (Samsung S5H1411
> QAM/8VSB Frontend)...
>
>>
>> and take note of when the saa7134 output starts happening (if it’s not
>> there then do a “modprobe saa7134” as root). Then, do one of these:
>>
>> dmesg | grep -E ‘NN[.]’
>>
>> where NN is the time of the saa7134 messages. That will be the
>> interesting output and hopefully it doesn’t cross a seconds boundary.
>>
> I went after saa 1733 NN being 20:
>
> daryl at daryl-A780L3C:~$ dmesg | grep -E '20[.]'
> [ 1.265913] powernow-k8: Found 1 AMD Athlon(tm) II X3 445 Processor (3
> cpu cores) (version 2.20.00)
> [ 20.491928] Adding 8386556k swap on /dev/sda5. Priority:-1 extents:1
> across:8386556k
> [ 20.496143] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
> [ 20.537228] udevd[437]: starting version 175
> [ 20.713574] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00,
> revision 0
> [ 20.714645] lp: driver loaded but no devices found
> [ 20.715601] sp5100_tco: SP5100 TCO WatchDog Timer Driver v0.01
> [ 20.716591] sp5100_tco: mmio address 0xfec000f0 already in use
> [ 20.717031] MCE: In-kernel MCE decoding enabled.
> [ 20.717444] EDAC MC: Ver: 2.1.0
> [ 20.720642] [drm] Initialized drm 1.1.0 20060810
> [ 20.721138] type=1400 audit(1371596965.012:2): apparmor="STATUS"
> operation="profile_load" name="/sbin/dhclient" pid=509
> comm="apparmor_parser"
> [ 20.721525] type=1400 audit(1371596965.012:3): apparmor="STATUS"
> operation="profile_load"
> name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=509
> comm="apparmor_parser"
> [ 20.721743] type=1400 audit(1371596965.012:4): apparmor="STATUS"
> operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script"
> pid=509 comm="apparmor_parser"
> [ 20.722861] type=1400 audit(1371596965.012:5): apparmor="STATUS"
> operation="profile_replace" name="/sbin/dhclient" pid=598
> comm="apparmor_parser"
> [ 20.723246] type=1400 audit(1371596965.012:6): apparmor="STATUS"
> operation="profile_replace"
> name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=598
> comm="apparmor_parser"
> [ 20.723303] microcode: CPU0: patch_level=0x010000c8
> [ 20.723463] type=1400 audit(1371596965.012:7): apparmor="STATUS"
> operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script"
> pid=598 comm="apparmor_parser"
> [ 20.723701] type=1400 audit(1371596965.012:8): apparmor="STATUS"
> operation="profile_load" name="/usr/sbin/ntpd" pid=646
> comm="apparmor_parser"
> [ 20.725534] type=1400 audit(1371596965.016:9): apparmor="STATUS"
> operation="profile_replace" name="/usr/sbin/ntpd" pid=647
> comm="apparmor_parser"
> [ 20.731774] AMD64 EDAC driver v3.4.0
> [ 20.731976] EDAC amd64: DRAM ECC disabled.
> [ 20.731987] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
> module will not load.
> [ 20.731987] Either enable ECC checking or force module loading by
> setting 'ecc_enable_override'.
> [ 20.731987] (Note that use of the override may cause unknown side
> effects.)
> [ 20.738335] wmi: Mapper loaded
> [ 20.742808] Linux video capture interface: v2.00
> [ 20.779213] [drm] radeon defaulting to kernel modesetting.
> [ 20.779217] [drm] radeon kernel modesetting enabled.
> [ 20.779465] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68F9
> 0x1462:0x2127).
> [ 20.779486] [drm] register mmio base: 0xFE7E0000
> [ 20.779487] [drm] register mmio size: 131072
> [ 20.780185] ATOM BIOS: 113
> [ 20.780294] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 -
> 0x000000003FFFFFFF (1024M used)
> [ 20.780297] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 -
> 0x000000005FFFFFFF
> [ 20.780544] [drm] Detected VRAM RAM=1024M, BAR=256M
> [ 20.780548] [drm] RAM width 64bits DDR
> [ 20.782503] parport_pc 00:07: reported by Plug and Play ACPI
> [ 20.782635] parport0: PC-style at 0x378 (0x778), irq 7, dma 3
> [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
> [ 20.784440] [TTM] Zone kernel: Available graphics memory: 4088982 kiB
> [ 20.784443] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
> [ 20.784445] [TTM] Initializing pool allocator
> [ 20.784449] [TTM] Initializing DMA pool allocator
> [ 20.784472] [drm] radeon: 1024M of VRAM memory ready
> [ 20.784473] [drm] radeon: 512M of GTT memory ready.
> [ 20.784490] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> [ 20.784491] [drm] Driver supports precise vblank timestamp query.
> [ 20.784529] radeon 0000:01:00.0: irq 45 for MSI/MSI-X
> [ 20.784539] radeon 0000:01:00.0: radeon: using MSI.
> [ 20.784570] [drm] radeon: irq initialized.
> [ 20.784574] [drm] GART: num cpu pages 131072, num gpu pages 131072
> [ 20.785582] [drm] Loading CEDAR Microcode
> [ 20.793776] ppdev: user-space parallel port driver
> [ 20.796128] saa7130/34: v4l2 driver version 0, 2, 17 loaded
> [ 20.796349] saa7133[0]: found at 0000:04:01.0, rev: 209, irq: 21,
> latency: 64, mmio: 0xfebff800
> [ 20.796356] saa7133[0]: subsystem: 17de:a135, board: Kworld PC150-U
> [card=189,insmod option]
> [ 20.796377] saa7133[0]: board init: gpio is 100000
> [ 20.803818] cx23885 driver version 0.0.3 loaded
> [ 20.803990] CORE cx23885[0]: subsystem: 0070:7911, board: Hauppauge
> WinTV-HVR1250 [card=3,autodetected]
> [ 20.836190] microcode: CPU1: patch_level=0x010000c8
> [ 20.838411] microcode: CPU2: patch_level=0x010000c8
> [ 20.840037] microcode: Microcode Update Driver: v2.00 <
> tigran at aivazian.fsnet.co.uk>, Peter Oruba
> [ 20.843959] kvm: Nested Virtualization enabled
> [ 20.843964] kvm: Nested Paging enabled
> [ 20.876775] lp0: using parport0 (interrupt-driven).
> [ 20.930924] tveeprom 2-0050: Hauppauge model 79571, rev D5D9, serial#
> 5129055
> [ 20.930926] tveeprom 2-0050: MAC address is 00:0d:fe:4e:43:5f
> [ 20.930928] tveeprom 2-0050: tuner model is Microtune MT2131 (idx 139,
> type 4)
> [ 20.930930] tveeprom 2-0050: TV standards NTSC(M) ATSC/DVB Digital
> (eeprom 0x88)
> [ 20.930931] tveeprom 2-0050: audio processor is CX23885 (idx 39)
> [ 20.930933] tveeprom 2-0050: decoder processor is CX23885 (idx 33)
> [ 20.930934] tveeprom 2-0050: has no radio
> [ 20.930935] cx23885[0]: hauppauge eeprom: model=79571
> [ 20.982269] saa7133[0]: i2c eeprom 00: de 17 35 a1 ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982276] saa7133[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982281] saa7133[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982285] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982290] saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982294] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982299] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982304] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982308] saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982313] saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982317] saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982322] saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982326] saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982331] saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982335] saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.982340] saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [ 20.983551] cx25840 4-0044: cx23885 A/V decoder found @ 0x88
> (cx23885[0])
> [ 20.988801] [drm] PCIE GART of 512M enabled (table at
> 0x0000000000040000).
> [ 20.988922] radeon 0000:01:00.0: WB enabled
> [ 20.988925] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr
> 0x0000000040000c00 and cpu addr 0xffff88020cb2ac00
> daryl at daryl-A780L3C:~$
>
> yes?
>
I did one at 57 just for kicks:
daryl at daryl-A780L3C:~$ dmesg | grep -E '57[.]'
[ 57.755937] Registered IR keymap rc-kworld-pc150u
[ 57.756041] input: i2c IR (Kworld PC150-U) as
/devices/virtual/rc/rc0/input11
[ 57.756108] rc0: i2c IR (Kworld PC150-U) as /devices/virtual/rc/rc0
[ 57.756111] ir-kbd-i2c: i2c IR (Kworld PC150-U) detected at
i2c-1/1-0030/ir0 [saa7133[0]]
[ 57.795938] saa7133[0]: registered device video1 [v4l2]
[ 57.796014] saa7133[0]: registered device vbi1
[ 57.796063] saa7133[0]: registered device radio0
[ 57.797710] saa7134 ALSA driver for DMA sound loaded
[ 57.797738] saa7133[0]/alsa: saa7133[0] at 0xfebff800 irq 21 registered
as card -2
[ 57.805166] dvb_init() allocating 1 frontend
daryl at daryl-A780L3C:~$
>
>> One more thing: if/when we do get this card recognized you’re going to
>> end up with two adapters in /dev/dvb and no consistency as to the
>> numbering. Sometimes the kworld will be adapter1 and sometimes adapter0.
>> Myth, on the other hand, is configured to expect your cable digital tuner
>> to be adapter0 and if the kworld suddenly appears there you’ll lose
>> recordings. It’s easy to handle this but until you get to that point you
>> can “rm /etc/modprobe.d/pc150u.conf” when you’re done experimenting and put
>> it back the next time you work on getting the card recognized.
>>
>> - George
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130618/f2793035/attachment.html>
More information about the mythtv-users
mailing list