[mythtv-users] ?Card?

Daryl McDonald darylangela at gmail.com
Tue Jun 18 23:15:31 UTC 2013


On Tue, Jun 18, 2013 at 1:07 PM, George Nassas <gnassas at mac.com> wrote:

> On 2013-06-18, at 11:30 AM, Daryl McDonald wrote:
>
> [   21.965808] saa7134:   card=189 -> Kworld PC150-U
>     17de:a134
>
>
> Drivers don’t typically blab out lists of supported hardware like this so
> I’m guessing the driver is having trouble detecting your card and asking
> you to say what you have. You can tell the module you have a 150-U by
> creating a modprobe conf file. Do this as root:
>
> echo “options saa7134 card=189” > /etc/modprobe.d/pc150u.conf
>
> reboot after adding that and do the kworld|dvb grep again and note the
> time when the messages come up. In the message above the kworld is being
> probed at 21.965808 seconds. You should do a second grep to pick up
> everything the kernel said around the kworld time in seconds which would
> look something like this:
>
> grep -E “21[.]” /var/log/messages
>
> the reason for this is there are often several drivers involved and not
> all of them prefix their messages with kworld or dvb so we’re seeing an
> incomplete picture. Getting a time-based grep puts everything in context.
> It could end up being a lot of text but this is a long thread so whoop dee
> doo.
>
> - George
> If nothing else I am persistant, here is a grep after a reboot after the
> echo:
>
 daryl at daryl-A780L3C:~$ grep -E "21[.]" /var/log/dmesg
[    1.920726] hid-generic 0003:1A2C:0021.0001: input,hidraw0: USB HID
v1.10 Keyboard [USB USB Keykoard] on usb-0000:00:13.0-1/input0
[   11.888572] hid-generic 0003:1A2C:0021.0002: usb_submit_urb(ctrl)
failed: -1
[   11.888597] hid-generic 0003:1A2C:0021.0002: timeout initializing reports
[   11.888789] hid-generic 0003:1A2C:0021.0002: input,hidraw1: USB HID
v1.10 Device [USB USB Keykoard] on usb-0000:00:13.0-1/input1
[   21.009873] [drm] ring test on 0 succeeded in 1 usecs
[   21.009964] [drm] ib test on ring 0 succeeded in 0 usecs
[   21.010207] [drm] Radeon Display Connectors
[   21.010208] [drm] Connector 0:
[   21.010209] [drm]   HDMI-A-1
[   21.010210] [drm]   HPD2
[   21.010212] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448
0x644c 0x644c
[   21.010212] [drm]   Encoders:
[   21.010213] [drm]     DFP1: INTERNAL_UNIPHY1
[   21.010214] [drm] Connector 1:
[   21.010215] [drm]   DVI-D-1
[   21.010216] [drm]   HPD4
[   21.010217] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468
0x646c 0x646c
[   21.010218] [drm]   Encoders:
[   21.010219] [drm]     DFP2: INTERNAL_UNIPHY
[   21.010220] [drm] Connector 2:
[   21.010221] [drm]   VGA-1
[   21.010222] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438
0x643c 0x643c
[   21.010223] [drm]   Encoders:
[   21.010224] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   21.010265] [drm] Internal thermal controller with fan control
[   21.010296] [drm] radeon: power management initialized
[   21.054795] input: HDA ATI SB Line as
/devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   21.083083] input: HDA ATI SB Front Mic as
/devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   21.083452] input: HDA ATI SB Rear Mic as
/devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   21.083766] input: HDA ATI SB Front Headphone as
/devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   21.084088] input: HDA ATI SB Line Out as
/devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   21.097826] [drm] fb mappable at 0xD0142000
[   21.097830] [drm] vram apper at 0xD0000000
[   21.097831] [drm] size 4325376
[   21.097832] [drm] fb depth is 24
[   21.097833] [drm]    pitch is 5632
[   21.097923] fbcon: radeondrmfb (fb0) is primary device
[   21.097991] Console: switching to colour frame buffer device 170x48
[   21.098009] fb0: radeondrmfb frame buffer device
[   21.098010] drm: registered panic notifier
[   21.098015] [drm] Initialized radeon 2.18.0 20080528 for 0000:01:00.0 on
minor 0
[   21.098238] hda-intel: 0000:01:00.1: Handle VGA-switcheroo audio client
[   21.098302] snd_hda_intel 0000:01:00.1: irq 46 for MSI/MSI-X
[   21.117090] input: HD-Audio Generic HDMI/DP,pcm=3 as
/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input10
[   21.276941] tuner 1-004b: Tuner -1 found with type(s) Radio TV.
[   21.376478] tda829x 1-004b: setting tuner address to 60
[   21.414865] tda18271 1-0060: creating new instance
[   21.444579] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   21.494574] TDA18271HD/C2 detected @ 1-0060
[   21.656295] cx25840 4-0044: loaded v4l-cx23885-avcore-01.fw firmware
(16382 bytes)
[   21.674071] cx23885[0]: registered device video0 [v4l2]
[   21.674093] cx23885[0]: registered device vbi0
[   21.674175] cx23885[0]: registered ALSA audio device
[   21.702705] cx23885_dvb_register() allocating 1 frontend(s)
[   21.702707] cx23885[0]: cx23885 based dvb card
[   21.734216] MT2131: successfully identified at address 0x61
[   21.734221] DVB: registering new adapter (cx23885[0])
[   21.734224] DVB: registering adapter 0 frontend 0 (Samsung S5H1409
QAM/8VSB Frontend)...
[   21.734891] cx23885_dev_checkrevision() Hardware revision = 0xa5
[   21.734897] cx23885[0]/0: found at 0000:02:00.0, rev: 4, irq: 16,
latency: 0, mmio: 0xfe800000
[   21.754383] EXT4-fs (sda3): mounted filesystem with ordered data mode.
Opts: (null)
[   21.778401] init: failsafe main process (874) killed by TERM signal
[   21.836603] type=1400 audit(1371596966.128:10): apparmor="STATUS"
operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=941
comm="apparmor_parser"
[   21.837186] type=1400 audit(1371596966.128:11): apparmor="STATUS"
operation="profile_load" name="/usr/sbin/cupsd" pid=941
comm="apparmor_parser"
[   21.840267] Bluetooth: Core ver 2.16
[   21.840312] NET: Registered protocol family 31
[   21.840313] Bluetooth: HCI device and connection manager initialized
[   21.840552] Bluetooth: HCI socket layer initialized
[   21.840554] Bluetooth: L2CAP socket layer initialized
[   21.840558] Bluetooth: SCO socket layer initialized
[   21.850026] Bluetooth: RFCOMM TTY layer initialized
[   21.850034] Bluetooth: RFCOMM socket layer initialized
[   21.850035] Bluetooth: RFCOMM ver 1.11
[   21.854413] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.854417] Bluetooth: BNEP filters: protocol multicast
[   21.894153] r8169 0000:03:00.0: eth1: link down
[   21.894176] r8169 0000:03:00.0: eth1: link down
[   21.895397] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   21.895655] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
daryl at daryl-A780L3C:~$

I'm guessing the previous ill-gotten attempts should be scrubbed from this
thread?
Daryl

> _______________________________________________
> 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/e739f911/attachment.html>


More information about the mythtv-users mailing list