<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 2013-06-18, at 11:30 AM, Daryl McDonald wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>[ &nbsp; 21.965808] saa7134: &nbsp; card=189 -&gt; Kworld PC150-U &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 17de:a134</div></span></blockquote></div><br><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 class="Apple-tab-span" style="white-space:pre">        </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 class="Apple-tab-span" style="white-space:pre">        </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><div><br></div><div>- George</div></body></html>