<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 18, 2013 at 1:07 PM, George Nassas <span dir="ltr">&lt;<a href="mailto:gnassas@mac.com" target="_blank">gnassas@mac.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div class="im"><div><div>
On 2013-06-18, at 11:30 AM, Daryl McDonald wrote:</div><br><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div>
[   21.965808] saa7134:   card=189 -&gt; Kworld PC150-U                           17de:a134</div></span></blockquote></div><br></div><div>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:</div>
<div><br></div><div><span style="white-space:pre-wrap">        </span>echo “options saa7134 card=189” &gt; /etc/modprobe.d/pc150u.conf</div><div><br></div><div>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:</div>
<div><br></div><div><span style="white-space:pre-wrap">        </span>grep -E “21[.]” /var/log/messages</div><div><br></div><div>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.</div>
<span class=""><font color="#888888"><div><br></div><div>- George</div></font></span></div>If nothing else I am persistant, here is a grep after a reboot after the echo:<br></blockquote><div> daryl@daryl-A780L3C:~$ grep -E &quot;21[.]&quot; /var/log/dmesg</div>
<div>[    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</div><div>[   11.888572] hid-generic 0003:1A2C:0021.0002: usb_submit_urb(ctrl) failed: -1</div>
<div>[   11.888597] hid-generic 0003:1A2C:0021.0002: timeout initializing reports</div><div>[   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</div>
<div>[   21.009873] [drm] ring test on 0 succeeded in 1 usecs</div><div>[   21.009964] [drm] ib test on ring 0 succeeded in 0 usecs</div><div>[   21.010207] [drm] Radeon Display Connectors</div><div>[   21.010208] [drm] Connector 0:</div>
<div>[   21.010209] [drm]   HDMI-A-1</div><div>[   21.010210] [drm]   HPD2</div><div>[   21.010212] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c</div><div>[   21.010212] [drm]   Encoders:</div><div>
[   21.010213] [drm]     DFP1: INTERNAL_UNIPHY1</div><div>[   21.010214] [drm] Connector 1:</div><div>[   21.010215] [drm]   DVI-D-1</div><div>[   21.010216] [drm]   HPD4</div><div>[   21.010217] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c</div>
<div>[   21.010218] [drm]   Encoders:</div><div>[   21.010219] [drm]     DFP2: INTERNAL_UNIPHY</div><div>[   21.010220] [drm] Connector 2:</div><div>[   21.010221] [drm]   VGA-1</div><div>[   21.010222] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c</div>
<div>[   21.010223] [drm]   Encoders:</div><div>[   21.010224] [drm]     CRT1: INTERNAL_KLDSCP_DAC1</div><div>[   21.010265] [drm] Internal thermal controller with fan control</div><div>[   21.010296] [drm] radeon: power management initialized</div>
<div>[   21.054795] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input5</div><div>[   21.083083] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6</div><div>[   21.083452] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7</div>
<div>[   21.083766] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input8</div><div>[   21.084088] input: HDA ATI SB Line Out as /devices/pci0000:00/0000:00:14.2/sound/card0/input9</div>
<div>[   21.097826] [drm] fb mappable at 0xD0142000</div><div>[   21.097830] [drm] vram apper at 0xD0000000</div><div>[   21.097831] [drm] size 4325376</div><div>[   21.097832] [drm] fb depth is 24</div><div>[   21.097833] [drm]    pitch is 5632</div>
<div>[   21.097923] fbcon: radeondrmfb (fb0) is primary device</div><div>[   21.097991] Console: switching to colour frame buffer device 170x48</div><div>[   21.098009] fb0: radeondrmfb frame buffer device</div><div>[   21.098010] drm: registered panic notifier</div>
<div>[   21.098015] [drm] Initialized radeon 2.18.0 20080528 for 0000:01:00.0 on minor 0</div><div>[   21.098238] hda-intel: 0000:01:00.1: Handle VGA-switcheroo audio client</div><div>[   21.098302] snd_hda_intel 0000:01:00.1: irq 46 for MSI/MSI-X</div>
<div>[   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</div><div>[   21.276941] tuner 1-004b: Tuner -1 found with type(s) Radio TV.</div><div>[   21.376478] tda829x 1-004b: setting tuner address to 60</div>
<div>[   21.414865] tda18271 1-0060: creating new instance</div><div>[   21.444579] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro</div><div>[   21.494574] TDA18271HD/C2 detected @ 1-0060</div><div>[   21.656295] cx25840 4-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes)</div>
<div>[   21.674071] cx23885[0]: registered device video0 [v4l2]</div><div>[   21.674093] cx23885[0]: registered device vbi0</div><div>[   21.674175] cx23885[0]: registered ALSA audio device</div><div>[   21.702705] cx23885_dvb_register() allocating 1 frontend(s)</div>
<div>[   21.702707] cx23885[0]: cx23885 based dvb card</div><div>[   21.734216] MT2131: successfully identified at address 0x61</div><div>[   21.734221] DVB: registering new adapter (cx23885[0])</div><div>[   21.734224] DVB: registering adapter 0 frontend 0 (Samsung S5H1409 QAM/8VSB Frontend)...</div>
<div>[   21.734891] cx23885_dev_checkrevision() Hardware revision = 0xa5</div><div>[   21.734897] cx23885[0]/0: found at 0000:02:00.0, rev: 4, irq: 16, latency: 0, mmio: 0xfe800000</div><div>[   21.754383] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)</div>
<div>[   21.778401] init: failsafe main process (874) killed by TERM signal</div><div>[   21.836603] type=1400 audit(1371596966.128:10): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; name=&quot;/usr/lib/cups/backend/cups-pdf&quot; pid=941 comm=&quot;apparmor_parser&quot;</div>
<div>[   21.837186] type=1400 audit(1371596966.128:11): apparmor=&quot;STATUS&quot; operation=&quot;profile_load&quot; name=&quot;/usr/sbin/cupsd&quot; pid=941 comm=&quot;apparmor_parser&quot;</div><div>[   21.840267] Bluetooth: Core ver 2.16</div>
<div>[   21.840312] NET: Registered protocol family 31</div><div>[   21.840313] Bluetooth: HCI device and connection manager initialized</div><div>[   21.840552] Bluetooth: HCI socket layer initialized</div><div>[   21.840554] Bluetooth: L2CAP socket layer initialized</div>
<div>[   21.840558] Bluetooth: SCO socket layer initialized</div><div>[   21.850026] Bluetooth: RFCOMM TTY layer initialized</div><div>[   21.850034] Bluetooth: RFCOMM socket layer initialized</div><div>[   21.850035] Bluetooth: RFCOMM ver 1.11</div>
<div>[   21.854413] Bluetooth: BNEP (Ethernet Emulation) ver 1.3</div><div>[   21.854417] Bluetooth: BNEP filters: protocol multicast</div><div>[   21.894153] r8169 0000:03:00.0: eth1: link down</div><div>[   21.894176] r8169 0000:03:00.0: eth1: link down</div>
<div>[   21.895397] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready</div><div>[   21.895655] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready</div><div>daryl@daryl-A780L3C:~$ </div><div><br></div><div style>I&#39;m guessing the previous ill-gotten attempts should be scrubbed from this thread?</div>
<div style>Daryl</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">_______________________________________________<br>

mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br></div></div>