Friday, September 21st, 2012, 00:00 UTC | ||
[00:00:07] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users | |
[00:06:26] | SparksIT: | i'm at the step where I need to copy a file into /lib/firmware/<current kernal> |
[00:06:48] | SparksIT: | how do i know what folder that is? |
[00:07:06] | wagnerrp: | what do you mean? |
[00:07:18] | wagnerrp: | its /lib/firmware/<current kernel>, like you just said |
[00:07:26] | wagnerrp: | that is the full and complete path |
[00:08:18] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 246 seconds) | |
[00:08:28] | SparksIT: | okay...I thought that was a variable, that changed depending on the OS |
[00:09:21] | SparksIT: | the other issue, is I don't see a <current kernel> folder |
[00:09:48] | wagnerrp: | thats correct, which is why that page actually listed `uname -r` or something, rather than <current kernel> |
[00:11:23] | SparksIT: | okay...i'm still confused |
[00:11:36] | tekdoc_ (tekdoc_!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users | |
[00:11:52] | wagnerrp: | when you enclose something with `` on the command line, it runs whatever is enclosed, and inserts the result inline to the outer command |
[00:12:28] | wagnerrp: | so when you run `uname -r`, it comes up with something like 2.6.32, and then the full directory magically becomes /lib/firmware/2.6.32 |
[00:13:04] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Ping timeout: 252 seconds) | |
[00:13:32] | SparksIT: | okay...so when I initiated the command it created a 3.2.0-30-generic, so I would then copy the file there |
[00:13:50] | wagnerrp: | does such a folder exist? |
[00:14:18] | SparksIT: | yes |
[00:14:35] | wagnerrp: | to be honest, i've not had to deal with firmware issues since the 2.6.16 kernel or so |
[00:14:40] | wagnerrp: | so i'm a bit out of experience |
[00:18:25] | frontrange (frontrange!~steve@c-67-166-42-252.hsd1.co.comcast.net) has quit (Ping timeout: 246 seconds) | |
[00:18:46] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[00:26:30] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 246 seconds) | |
[00:28:09] | Dave-road (Dave-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has quit (Remote host closed the connection) | |
[00:28:50] | SmallR2002 (SmallR2002!~quassel@c-98-253-173-240.hsd1.il.comcast.net) has joined #mythtv-users | |
[00:29:15] | SparksIT: | so I am trying to copy the file into the folder, however since I don't have root access I can't copy file the file manager |
[00:29:26] | SparksIT: | so I am trying to type into terminal: |
[00:30:25] | SparksIT: | suo cp nxp7131-2010-3–10.1.fw /lib/firmware/3.2.0-29-generic |
[00:30:33] | SparksIT: | *sudo |
[00:31:23] | SparksIT: | and I get cp cannon stat nxp7164-2010-3–10.1.fw: no such file or directory |
[00:31:42] | SparksIT: | *cannot |
[00:31:50] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[00:32:04] | wagnerrp: | ok? likely because you keep installing 7131 when it wants 7164 |
[00:32:51] | SparksIT: | sorry typo, I am typing 7164 |
[00:33:11] | tekdoc_ (tekdoc_!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Quit: This computer has gone to sleep) | |
[00:33:18] | wagnerrp: | then the file does not exist in the directory you are in |
[00:33:47] | wagnerrp: | you downloaded the file somewhere, where is that? |
[00:35:33] | SparksIT: | sorry...it was supposed to be nxp7164-2010-03–10.1.fw, I have to switch to details list mode, I didn't catch the '0' |
[00:36:05] | SparksIT: | trying to type a file that exist over 3 lines |
[00:36:24] | wagnerrp: | so don't type it, tab-complete it |
[00:37:42] | SparksIT: | didn't think about that, I use that in windows, didn't think it worked in Linux |
[00:43:09] | SparksIT: | sweet...the backend no sees the card...thanks wagnerrp |
[00:43:15] | SparksIT: | *now |
[00:43:53] | SparksIT: | do you know do I need to set anything up differntly since it is a dual tuner? |
[00:44:16] | wagnerrp: | you need to add both tuners |
[00:44:30] | wagnerrp: | do you intend to use them for analog? or just digital? |
[00:44:52] | SparksIT: | just digital |
[00:45:02] | wagnerrp: | then just add both tuners |
[00:45:03] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 246 seconds) | |
[00:46:23] | SparksIT: | okay...now to test the front end |
[00:46:28] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[00:50:24] | SparksIT: | odd, now everytime I go into the front end, I get: Counld not connect to the master backend server |
[00:50:36] | wagnerrp: | is the backend running? |
[00:51:26] | SparksIT: | when I exited, it asked if I wanted to start it and I selected yes, then asked to fill the database, and I clicked Yes again. Is there a place I can check? |
[00:51:41] | wagnerrp: | ps ax | grep backend |
[00:52:50] | SparksIT: | I get 2202 pts/1 S+ 0:00 grep — color=auto backend |
[00:53:00] | wagnerrp: | that means you just found grep itself |
[00:54:36] | wagnerrp: | check your backend logs to determine why it self-terminated |
[00:54:50] | wagnerrp: | chances are you just defined the tuners, without actually configuring them |
[00:57:32] | SparksIT: | your right, I deleted my capture cards, now I no longer get that error |
[00:57:46] | wagnerrp: | well that's not exactly ideal |
[00:57:56] | wagnerrp: | what i mean is that you did not complete configuration |
[00:58:06] | wagnerrp: | most of the sections in mythtv-setup are not optional |
[00:58:11] | wagnerrp: | you can't just define a tuner |
[00:58:21] | wagnerrp: | you have to map it to a video source, and that video source must have channels |
[00:58:29] | wagnerrp: | with no channels, what is the tuner supposed to do? |
[01:00:27] | SparksIT: | does it matter what I use for the Video Source Name? |
[01:00:35] | wagnerrp: | nope |
[01:00:44] | wagnerrp: | a video source is just a collection of channels |
[01:00:59] | wagnerrp: | any tuner attached to it must be able to tune all channels defined on it |
[01:01:07] | wagnerrp: | so you can share one between both tuners on that card |
[01:04:35] | SparksIT: | Is there a way to perform a scan and have it auto detect all channels? |
[01:05:17] | wagnerrp: | are you just trying to fumble your way through this without having read anything? |
[01:06:06] | SparksIT: | pretty much |
[01:06:22] | wagnerrp: | the documentation explains how to scan |
[01:06:29] | SparksIT: | k |
[01:08:56] | SparksIT: | I guess I figured it would be more straight forward, I apoligize |
[01:09:12] | wagnerrp: | it is |
[01:09:25] | wagnerrp: | you're probably just asking questions before you've gotten to that step |
[01:10:37] | emmanuelux (emmanuelux!~emmanuelu@2a01:e35:2e4d:9010:fdc6:8b8e:43da:57af) has quit (Ping timeout: 246 seconds) | |
[01:15:09] | SparksIT: | Well, i'm off for some reading, and again I apoligize if I offended you in anyway |
[01:15:56] | SparksIT (SparksIT!~SparksIT@69-88-209-157.comwavz.com) has quit () | |
[01:35:26] | StevenR (StevenR!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has quit (Ping timeout: 268 seconds) | |
[01:35:35] | StevenR_ (StevenR_!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has joined #mythtv-users | |
[01:46:16] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 246 seconds) | |
[01:53:05] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[01:54:09] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[01:59:03] | andreax (andreax!~andreaz@p4FE64D34.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[02:10:52] | hipitihop (hipitihop!~denis@122.150.39.93) has quit (Quit: Ex-Chat) | |
[02:11:17] | hipitihop (hipitihop!~denis@122.150.39.93) has joined #mythtv-users | |
[02:14:13] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[02:24:09] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has quit (Read error: Connection reset by peer) | |
[02:29:26] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[02:33:05] | hipitihop (hipitihop!~denis@122.150.39.93) has quit (Read error: No route to host) | |
[02:33:38] | hipitihop (hipitihop!~denis@122.150.39.93) has joined #mythtv-users | |
[02:35:30] | mzb is now known as mzb_ | |
[02:49:43] | hipitihop (hipitihop!~denis@122.150.39.93) has quit (Read error: Connection reset by peer) | |
[02:51:08] | neufeld_AFK: | Hmm. RecordPreRoll doesn't seem to work for me anymore. My recordings, which used to start 15 seconds early with v0.24, now start about 2 seconds early with v0.25.1 and v0.25.2. Has anybody else noticed this? |
[02:51:33] | neufeld_AFK is now known as neufeld | |
[02:52:57] | joki (joki!~joki@p548653C9.dip.t-dialin.net) has quit (Ping timeout: 260 seconds) | |
[02:53:46] | neufeld: | I turned up the logging, and the ASK_RECORDING message is posted with a time that is correct. That is, 31.6 seconds before the scheduled start time it sends ASK_RECORDING with a timeuntil value of 15. But, then the recording starts at 1.8 seconds before the scheduled time, rather than 15. No other messages are logged between those two, with schedule,record turned on |
[02:54:24] | joki (joki!~joki@p54865773.dip.t-dialin.net) has joined #mythtv-users | |
[02:58:15] | hipitihop (hipitihop!~denis@122.150.39.93) has joined #mythtv-users | |
[03:04:57] | duke42 (duke42!~aladin@frnk-4d017ab2.pool.mediaWays.net) has joined #mythtv-users | |
[03:08:22] | duke21 (duke21!~aladin@frnk-4d017e15.pool.mediaWays.net) has quit (Ping timeout: 265 seconds) | |
[03:09:42] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Ping timeout: 244 seconds) | |
[03:11:40] | rOOb: | wagnerrp, you around at all? iirc you use freebsd + mythtv? I've got mythtv installed on fbsd9 and I'm tying to run mythtv-setup...but I think its having issues with the qtmysql driver. |
[03:11:52] | neufeld: | Looks like a bug, I'll post to the dev channel. |
[03:11:58] | rOOb: | I have qt4-mysql-plugin-4.8.2 installed....but I'm not sure its working |
[03:12:44] | mzb_ is now known as mzb | |
[03:13:15] | rOOb: | when starting mythtv-setup I see these two lines: QSqlDatabase: QMYSQL driver not loaded QSqlDatabase: available drivers: QSQLITE |
[03:14:20] | [R]: | it is /usr/lib/x86_64-linux-gnu/qt4/plugins/sqldrivers/libqsqlmysql.so on my system |
[03:14:22] | wagnerrp: | any possibility you built a mismatched qtmysql package? |
[03:14:39] | sulx: | 7 |
[03:15:06] | wagnerrp: | such as... qt4.7 base with qt4.8 mysql? |
[03:15:18] | wagnerrp: | run 'pkg_info | grep qt' and make sure everything lines up on the same version |
[03:15:30] | rOOb: | wagnerrp, I use portmaster and doing a portmaster -L only shows qt4-* packages installed. |
[03:15:49] | rOOb: | yea. only qt4-* |
[03:15:50] | wagnerrp: | im talking about the same exact version... 4.8.2 |
[03:15:56] | wagnerrp: | 4.xxx isnt sufficient |
[03:16:13] | rOOb: | all seem to Beirdo 4.8.2 |
[03:16:28] | wagnerrp: | uh... huh... |
[03:16:37] | rOOb: | yea. just double checked. all 4.8.2 |
[03:17:02] | rOOb: | http://pastebin.com/wiKxCk5c |
[03:17:17] | wagnerrp: | what does Beirdo have to do with all of this? |
[03:17:36] | rOOb: | ? |
[03:17:57] | wagnerrp: | "<rOOb> all seem to Beirdo 4.8.2" |
[03:18:02] | wagnerrp: | :) |
[03:18:07] | rOOb: | hahaahah |
[03:18:13] | rOOb: | stupid irc client |
[03:18:30] | rOOb: | I think I did be: |
[03:18:39] | rOOb: | ...but it didnt just do it there |
[03:18:44] | rOOb: | plot thickens! lol |
[03:19:30] | wagnerrp: | i dont see qt itself installed |
[03:19:42] | wagnerrp: | should be a qt4–4.8.2 |
[03:19:55] | rOOb: | hmm weird |
[03:20:01] | wagnerrp: | not it doesnt actually do anything itself, its just a dummy port that carries dependencies for everything else |
[03:20:05] | wagnerrp: | its just odd not to have it |
[03:20:20] | rOOb: | yea |
[03:20:27] | rOOb: | I used the mythtv port |
[03:20:34] | rOOb: | and it pulled in all the other stuff... |
[03:20:38] | rOOb: | ill install qt4 anyways |
[03:21:06] | wagnerrp: | it might pick up a few extra packages, perhaps one you forgot otherwise |
[03:21:18] | rOOb: | weird too. it brings up the makeconfig...and one of the options says "database connectivity plugins for qtsql" |
[03:21:38] | ** rOOb enables it hits ok to compile ** | |
[03:22:26] | rOOb: | wagnerrp, do you happen to use any hdhr stuff with your fbsd setup? |
[03:22:49] | wagnerrp: | that's the only tuner i have connected to it |
[03:22:52] | rOOb: | now that I'm using the prime...its actually pheasable for me to use fbsd as my media server/mythtv box |
[03:22:56] | rOOb: | awesome! |
[03:23:06] | wagnerrp: | if nothing else, you can look through this... http://code.mythtv.org/buildbot/builders/mast . . . e/logs/stdio |
[03:23:13] | rOOb: | I figured the support would be the same for linux as bsd since its just a networked protocol... |
[03:24:35] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[03:25:26] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users | |
[03:25:51] | wagnerrp: | also... http://pastebin.com/dGgJCCr1 |
[03:30:00] | rOOb: | ah. waiting on this to compile. If it doesnt work still ill go through your list and compare to mine. |
[03:38:54] | neufeld is now known as neufeld_AFK | |
[03:43:16] | _trumee (_trumee!~trumee__@117.201.55.57) has joined #mythtv-users | |
[03:43:47] | rhce7320 (rhce7320!~rhce7320@59.167.200.141) has joined #mythtv-users | |
[03:47:27] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has quit (Remote host closed the connection) | |
[03:49:37] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users | |
[03:49:38] | _trumee (_trumee!~trumee__@117.201.55.57) has quit (Read error: Connection reset by peer) | |
[03:50:23] | trumee__ (trumee__!~trumee__@117.201.55.161) has joined #mythtv-users | |
[03:54:58] | brfransen (brfransen!~brfransen@64.179.141.163) has quit () | |
[03:55:39] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv-users | |
[03:58:02] | brfransen (brfransen!~brfransen@64.179.141.163) has quit (Client Quit) | |
[03:58:37] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv-users | |
[04:08:12] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has quit (Read error: Operation timed out) | |
[04:11:28] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has joined #mythtv-users | |
[04:14:42] | pgf (pgf!~pgf@pool-98-110-161-209.bstnma.fios.verizon.net) has quit (Ping timeout: 252 seconds) | |
[04:16:06] | Beirdo: | I'm not 4.8.2 :) |
[04:16:34] | wagnerrp: | hes at most 2.3 |
[04:17:24] | trumee__ (trumee__!~trumee__@117.201.55.161) has quit (Ping timeout: 248 seconds) | |
[04:18:55] | pgf (pgf!~pgf@pool-98-110-161-209.bstnma.fios.verizon.net) has joined #mythtv-users | |
[04:19:26] | Beirdo: | heh |
[04:19:57] | Beirdo: | https://www.dropbox.com/s/bt97t7ncxxq3m2e/201 . . . 16.31.04.jpg |
[04:20:09] | Beirdo: | VERY hot sauce I made today |
[04:20:26] | wagnerrp: | that doesnt look like a beirdo either |
[04:20:36] | trumee__ (trumee__!~trumee__@117.201.55.161) has joined #mythtv-users | |
[04:21:59] | Beirdo: | heh |
[04:22:14] | Beirdo: | made with hot peppers from jalapeno up to Dorset naga |
[04:22:30] | Beirdo: | about half of them are habanero |
[04:23:10] | Beirdo: | vinegar and lime juice base. |
[04:23:11] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (*.net *.split) | |
[04:23:11] | ronoc-work (ronoc-work!~ronoc@pong.biochem.wisc.edu) has quit (*.net *.split) | |
[04:23:12] | ubIx (ubIx!~ulf@p5DD19674.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[04:23:12] | aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (*.net *.split) | |
[04:23:12] | npm (npm!~npm@cpe-198-72-183-90.socal.res.rr.com) has quit (*.net *.split) | |
[04:23:12] | toeb (toeb!~tob@HSI-KBW-134-3-100-238.hsi14.kabel-badenwuerttemberg.de) has quit (*.net *.split) | |
[04:23:12] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (*.net *.split) | |
[04:23:12] | petefunk (petefunk!~pfunk@unaffiliated/petefunk) has quit (*.net *.split) | |
[04:23:12] | _abbenormal (_abbenormal!~abbenorma@d28-23-28-94.dim.wideopenwest.com) has quit (*.net *.split) | |
[04:23:12] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (*.net *.split) | |
[04:24:53] | npm (npm!~npm@cpe-198-72-183-90.socal.res.rr.com) has joined #mythtv-users | |
[04:28:28] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[04:28:28] | ronoc-work (ronoc-work!~ronoc@pong.biochem.wisc.edu) has joined #mythtv-users | |
[04:28:28] | ubIx (ubIx!~ulf@p5DD19674.dip0.t-ipconnect.de) has joined #mythtv-users | |
[04:28:28] | aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv-users | |
[04:28:29] | toeb (toeb!~tob@HSI-KBW-134-3-100-238.hsi14.kabel-badenwuerttemberg.de) has joined #mythtv-users | |
[04:28:29] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv-users | |
[04:28:29] | petefunk (petefunk!~pfunk@unaffiliated/petefunk) has joined #mythtv-users | |
[04:28:29] | _abbenormal (_abbenormal!~abbenorma@d28-23-28-94.dim.wideopenwest.com) has joined #mythtv-users | |
[04:28:29] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv-users | |
[04:28:30] | Mode for #mythtv-users by niven.freenode.net : +vv wagnerrp sphery | |
[04:48:27] | blscearce (blscearce!~blscearce@c-98-207-90-80.hsd1.ca.comcast.net) has joined #mythtv-users | |
[04:52:24] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has quit (Read error: Operation timed out) | |
[04:53:25] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has quit (Ping timeout: 250 seconds) | |
[04:54:03] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has joined #mythtv-users | |
[04:59:02] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[05:03:57] | mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has joined #mythtv-users | |
[05:03:58] | mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has quit (Changing host) | |
[05:03:58] | mycosys (mycosys!~mycosys@unaffiliated/mycosys) has joined #mythtv-users | |
[05:06:36] | koffel (koffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[05:07:18] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 264 seconds) | |
[05:07:34] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has quit (Ping timeout: 240 seconds) | |
[05:10:16] | dj_segfault (dj_segfault!~david@75-149-142-18-Connecticut.hfc.comcastbusiness.net) has quit (Quit: Leaving.) | |
[05:29:31] | jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has quit (Quit: Coyote finally caught me) | |
[05:31:07] | ekoffel (ekoffel!ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[05:32:05] | koffel (koffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has quit (Ping timeout: 260 seconds) | |
[05:38:49] | blscearce (blscearce!~blscearce@c-98-207-90-80.hsd1.ca.comcast.net) has quit (Remote host closed the connection) | |
[05:42:39] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (Ping timeout: 244 seconds) | |
[05:44:03] | mycosys (mycosys!~mycosys@unaffiliated/mycosys) has quit (Remote host closed the connection) | |
[05:47:14] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!) | |
[05:47:49] | toeb (toeb!~tob@HSI-KBW-134-3-100-238.hsi14.kabel-badenwuerttemberg.de) has quit (Ping timeout: 244 seconds) | |
[05:51:22] | jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has joined #mythtv-users | |
[05:53:26] | toeb (toeb!~tob@HSI-KBW-134-3-100-238.hsi14.kabel-badenwuerttemberg.de) has joined #mythtv-users | |
[05:58:37] | trumee__ (trumee__!~trumee__@117.201.55.161) has quit (Ping timeout: 246 seconds) | |
[05:59:56] | toeb (toeb!~tob@HSI-KBW-134-3-100-238.hsi14.kabel-badenwuerttemberg.de) has quit (Ping timeout: 252 seconds) | |
[06:02:08] | SteveGoodey (SteveGoodey!~steve@host86-140-215-72.range86-140.btcentralplus.com) has joined #mythtv-users | |
[06:03:38] | toeb (toeb!~tob@HSI-KBW-134-3-100-238.hsi14.kabel-badenwuerttemberg.de) has joined #mythtv-users | |
[06:08:28] | kinsel8 (kinsel8!~jml974@191.112.233.220.static.exetel.com.au) has quit (Ping timeout: 244 seconds) | |
[06:10:39] | kinsel8 (kinsel8!~jml974@191.112.233.220.static.exetel.com.au) has joined #mythtv-users | |
[06:17:32] | SteveGoodey (SteveGoodey!~steve@host86-140-215-72.range86-140.btcentralplus.com) has quit (Remote host closed the connection) | |
[06:18:35] | ekoffel (ekoffel!ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has quit (Ping timeout: 260 seconds) | |
[06:20:27] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users | |
[06:31:59] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[06:32:40] | adante (adante!~adante@59.167.212.65) has quit (Remote host closed the connection) | |
[06:32:54] | adante (adante!~adante@59.167.212.65) has joined #mythtv-users | |
[06:48:35] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Quit: kormoc) | |
[06:52:15] | ubIx_ (ubIx_!~ulf@p5DD194C5.dip0.t-ipconnect.de) has joined #mythtv-users | |
[06:52:51] | rhce7320 (rhce7320!~rhce7320@59.167.200.141) has quit (Quit: Leaving.) | |
[06:55:30] | ubIx (ubIx!~ulf@p5DD19674.dip0.t-ipconnect.de) has quit (Ping timeout: 244 seconds) | |
[06:55:56] | d00gster (d00gster!~doughant@173.195.1.80) has joined #mythtv-users | |
[06:56:03] | dekarl1 (dekarl1!~dekarl@p4FCEE66E.dip.t-dialin.net) has joined #mythtv-users | |
[06:58:26] | dekarl (dekarl!~dekarl@p4FCEE6FE.dip.t-dialin.net) has quit (Ping timeout: 265 seconds) | |
[06:58:33] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has quit (Quit: hadees) | |
[07:01:25] | d00gster (d00gster!~doughant@173.195.1.80) has quit (Quit: d00gster) | |
[07:01:46] | d00gster (d00gster!~doughant@173.195.1.80) has joined #mythtv-users | |
[07:03:03] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has joined #mythtv-users | |
[07:07:13] | octavsly (octavsly!~octavsly@emea-ext.nics.nxp.com) has joined #mythtv-users | |
[07:13:06] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has quit (Read error: Operation timed out) | |
[07:14:03] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has joined #mythtv-users | |
[07:16:12] | d00gster (d00gster!~doughant@173.195.1.80) has quit (Ping timeout: 252 seconds) | |
[07:17:18] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has quit (Remote host closed the connection) | |
[07:19:58] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has joined #mythtv-users | |
[07:20:51] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has joined #mythtv-users | |
[07:34:26] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv-users | |
[07:34:39] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has quit (Quit: hpeter) | |
[07:37:34] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has joined #mythtv-users | |
[07:38:11] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has quit (Client Quit) | |
[07:40:12] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has joined #mythtv-users | |
[07:42:25] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has quit (Client Quit) | |
[07:47:03] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has joined #mythtv-users | |
[07:55:29] | faichele_ (faichele_!~quassel@d16-154.informatik.uni-stuttgart.de) has joined #mythtv-users | |
[08:01:28] | hipitihop (hipitihop!~denis@122.150.39.93) has quit (Quit: Ex-Chat) | |
[08:01:44] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[08:36:53] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has joined #mythtv-users | |
[08:41:56] | seld (seld!~seld@h170n6-rny-a12.ias.bredband.telia.com) has quit (Remote host closed the connection) | |
[08:44:09] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users | |
[09:21:43] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has quit (Read error: Operation timed out) | |
[09:22:13] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has joined #mythtv-users | |
[09:51:33] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has quit (Read error: Operation timed out) | |
[09:51:58] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has joined #mythtv-users | |
[10:00:15] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has quit (Read error: Operation timed out) | |
[10:00:40] | linuxtech (linuxtech!~linuxtech@linuxtech-1-pt.tunnel.tserv13.ash1.ipv6.he.net) has joined #mythtv-users | |
[10:04:16] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has quit (Quit: d00gster) | |
[10:04:47] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has joined #mythtv-users | |
[10:05:17] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has quit (Client Quit) | |
[10:05:56] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has joined #mythtv-users | |
[10:14:50] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Quit: Ex-Chat) | |
[10:21:11] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users | |
[10:27:14] | rsiebert_ (rsiebert_!~quassel@g231187210.adsl.alicedsl.de) has joined #mythtv-users | |
[10:28:55] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Quit: Leaving) | |
[10:30:42] | rsiebert (rsiebert!~quassel@e179131011.adsl.alicedsl.de) has quit (Ping timeout: 268 seconds) | |
[10:47:52] | smellynoser (smellynoser!~ashley@87-194-181-33.bethere.co.uk) has joined #mythtv-users | |
[10:47:59] | smellynoser: | We want to put a Sky HD feed into a Linux PC – we're currently trying with a HDMI capture card (H727) but I'm open to other suggestions if anybody has succeeded with that :) |
[11:03:05] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (Ping timeout: 272 seconds) | |
[11:03:52] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv-users | |
[11:22:41] | trumee__ (trumee__!~trumee__@117.201.55.161) has joined #mythtv-users | |
[11:32:26] | dj_segfault (dj_segfault!~david@75-149-142-18-Connecticut.hfc.comcastbusiness.net) has joined #mythtv-users | |
[11:41:56] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[11:49:00] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 252 seconds) | |
[11:55:50] | dj_segfault (dj_segfault!~david@75-149-142-18-Connecticut.hfc.comcastbusiness.net) has quit (Quit: Leaving.) | |
[11:58:34] | trumee__ (trumee__!~trumee__@117.201.55.161) has quit (Ping timeout: 240 seconds) | |
[11:58:35] | k-man: | when watching a recording, if i press # to bring up the program finder, after i quit the finder, the black letterboxe border turns blue |
[11:58:49] | k-man: | pressing pause makes them go black again |
[11:59:20] | k-man: | anyone care to test if that happens for them? |
[12:12:38] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has quit (Remote host closed the connection) | |
[12:23:49] | bas-t (bas-t!~tycho@52484E89.cm-4-1b.dynamic.ziggo.nl) has joined #mythtv-users | |
[12:27:27] | andreax (andreax!~andreaz@p4FE64D34.dip.t-dialin.net) has joined #mythtv-users | |
[12:39:50] | mal2 (mal2!~malandmel@219-90-164-49.ip.adam.com.au) has joined #mythtv-users | |
[12:41:46] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[12:45:49] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has quit (Quit: d00gster) | |
[12:46:25] | hipitihop (hipitihop!~denis@122.150.39.93) has joined #mythtv-users | |
[12:51:20] | stuartm: | k-man: doesn't happen here with vdpau |
[13:00:38] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[13:05:03] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[13:07:59] | sid3windr: | viddy pow pow |
[13:11:10] | mal2 (mal2!~malandmel@219-90-164-49.ip.adam.com.au) has left #mythtv-users () | |
[13:31:04] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[13:33:24] | zombor (zombor!~zombor_@65.29.231.135) has joined #mythtv-users | |
[13:33:24] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users | |
[13:33:24] | zombor (zombor!~zombor_@65.29.231.135) has quit (Changing host) | |
[13:35:33] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[13:44:15] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has joined #mythtv-users | |
[13:59:01] | superm1 (superm1!u4318@ubuntu/member/superm1) has joined #mythtv-users | |
[13:59:11] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[13:59:43] | blscearce (blscearce!~blscearce@98.207.90.80) has joined #mythtv-users | |
[14:00:17] | superm1: | hey guys i'm seeing themythtv binaries (mythtv-setup, mythbackend, mythfrontend) exiting with return code 162 shortly after launching before anything would be rendered. the last thing output on the terminal is "Real-time signal 0" this is a 0.26 build from last night. any thoughts? |
[14:01:40] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[14:04:33] | devinheitmueller (devinheitmueller!devin@static-72-89-70-227.nycmny.fios.verizon.net) has joined #mythtv-users | |
[14:12:14] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[14:23:37] | tris (tris!tristan@camel.ethereal.net) has quit (Excess Flood) | |
[14:26:17] | stuartm: | superm1: I've been seeing that for months, but I've not been able to get an answer from anyone about it |
[14:26:33] | stuartm: | it may or may not be related to the signal handler changes |
[14:26:35] | superm1: | it's really hard to work with, i'm getting it 9 times out of 10 |
[14:27:03] | ikevin- (ikevin-!~kevin@lisa.illux.org) has quit (Ping timeout: 256 seconds) | |
[14:27:44] | ikevin (ikevin!~kevin@lisa.illux.org) has joined #mythtv-users | |
[14:28:39] | stuartm: | I've got a feeling it might have started slightly before those were committed though, and that the logging changes might be another suspect – pretty sure it was one of those two |
[14:29:25] | stuartm: | superm1: sometimes it affects me, sometimes it doesn't – when it's failing like that it tends to do so several times in a row |
[14:29:29] | superm1: | hmm, well i just upgraded to 0.26 recently so I don't know definitively. has beirdo investigated at all? |
[14:30:02] | tris (tris!tristan@camel.ethereal.net) has joined #mythtv-users | |
[14:30:04] | stuartm: | I figured it was just me when no-one else complained or took notice of my questions |
[14:31:08] | superm1: | well glad it's not just me too then :) |
[14:31:56] | blscearce (blscearce!~blscearce@98.207.90.80) has quit (Remote host closed the connection) | |
[14:32:08] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[14:34:43] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[14:35:53] | streeter (streeter!streeter@nat/redhat/x-tjowbihcjtzxzrab) has joined #mythtv-users | |
[14:41:15] | blscearce (blscearce!~blscearce@c-98-207-90-80.hsd1.ca.comcast.net) has joined #mythtv-users | |
[14:47:46] | blscearce (blscearce!~blscearce@c-98-207-90-80.hsd1.ca.comcast.net) has quit (Remote host closed the connection) | |
[14:52:33] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv-users | |
[14:59:52] | dkeith (dkeith!~dkeith@pool-96-237-171-220.bstnma.fios.verizon.net) has quit (Quit: ~ Trillian Astra - www.trillian.im ~) | |
[15:02:38] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[15:03:42] | faichele_ (faichele_!~quassel@d16-154.informatik.uni-stuttgart.de) has quit (Remote host closed the connection) | |
[15:06:26] | Oleg_ (Oleg_!~hi@pool-71-183-191-192.nycmny.east.verizon.net) has joined #mythtv-users | |
[15:09:03] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[15:18:04] | octavsly (octavsly!~octavsly@emea-ext.nics.nxp.com) has quit (Ping timeout: 268 seconds) | |
[15:18:09] | seld (seld!~seld@h170n6-rny-a12.ias.bredband.telia.com) has joined #mythtv-users | |
[15:18:17] | FabriceMG (FabriceMG!~FabriceMG@APoitiers-155-1-35-237.w83-193.abo.wanadoo.fr) has joined #mythtv-users | |
[15:33:20] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[15:34:05] | MMlosh (MMlosh!~MMlosh@2001:470:6f:23:7118:4331:709b:b146) has quit (Ping timeout: 260 seconds) | |
[15:34:58] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[15:37:21] | Oleg_ (Oleg_!~hi@pool-71-183-191-192.nycmny.east.verizon.net) has quit (Remote host closed the connection) | |
[15:39:41] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users | |
[15:41:46] | Oleg_ (Oleg_!~hi@pool-71-183-191-192.nycmny.east.verizon.net) has joined #mythtv-users | |
[15:42:04] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Client Quit) | |
[15:46:17] | FabriceMG (FabriceMG!~FabriceMG@APoitiers-155-1-35-237.w83-193.abo.wanadoo.fr) has quit (Remote host closed the connection) | |
[15:46:24] | MMlosh (MMlosh!~MMlosh@2001:470:6f:23:8cdb:391d:9c47:53b7) has joined #mythtv-users | |
[15:48:06] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[15:55:08] | JoeJulian (JoeJulian!~JoeJulian@shared.gaealink.net) has left #mythtv-users ("Leaving") | |
[15:59:10] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users | |
[16:03:53] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[16:05:57] | hpeter (hpeter!~hpeter@zux221-076-086.adsl.green.ch) has quit (Quit: hpeter) | |
[16:06:25] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[16:07:18] | smellynoser: | Is there a good guide to getting a WinTV PVR Usb working? |
[16:07:30] | smellynoser: | I thought it would just work on ubuntu |
[16:08:29] | wagnerrp: | do you actually have a PVR USB2? or do you have some Avermedia box? |
[16:09:21] | smellynoser: | I have both |
[16:09:28] | smellynoser: | and an Asus 3 in 1 card too |
[16:13:11] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Read error: Operation timed out) | |
[16:13:43] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[16:18:02] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has quit (Quit: hadees) | |
[16:19:21] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[16:31:34] | stoffel (stoffel!~quassel@pD9E42EF4.dip.t-dialin.net) has joined #mythtv-users | |
[16:31:34] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[16:31:43] | hadees (hadees!~hadees@173.227.88.18) has joined #mythtv-users | |
[16:31:45] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv-users | |
[16:31:46] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
[16:32:07] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Quit: This computer has gone to sleep) | |
[16:34:23] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[16:36:00] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[16:36:06] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 264 seconds) | |
[16:47:36] | steve_goodey (steve_goodey!~Steve@host86-140-215-72.range86-140.btcentralplus.com) has joined #mythtv-users | |
[16:55:13] | steve_goodey (steve_goodey!~Steve@host86-140-215-72.range86-140.btcentralplus.com) has quit (Read error: Connection reset by peer) | |
[17:00:17] | brfransen: | I am trying to use the python binding getConflictedRecordings() but get and error when there is a conflict. Where there are no conflicts I don't get an error. http://pastebin.com/dULQpLCU Could this be a config problem on my machine or is it a bug? |
[17:01:56] | wagnerrp: | thats the second time ive heard someone complain about that error |
[17:02:09] | Oleg_ (Oleg_!~hi@pool-71-183-191-192.nycmny.east.verizon.net) has quit (Quit: Leaving) | |
[17:04:23] | wagnerrp: | oh, i see the problem... |
[17:04:53] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[17:06:01] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[17:06:59] | brfransen: | wagnerrp: problem on my end or in the bindings code? |
[17:07:12] | wagnerrp: | bindings |
[17:12:51] | brfransen: | wagnerrp: thanks for the quick fix. Building now. |
[17:21:24] | bill6502 (bill6502!~bill@2002:cdb2:1a2b:7cd3:9ef4:32ea:c6ea:200) has joined #mythtv-users | |
[17:26:59] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[17:27:22] | bill6502: | superm1: stuartm: Re: Real-time signals; http://code.mythtv.org/trac/ticket/10867#comment:14 . Would be interesting if you're also dropping core at times. I see these with 12.04, but not on 10.04. |
[17:28:11] | dkeith (dkeith!~dkeith@pool-96-237-171-220.bstnma.fios.verizon.net) has joined #mythtv-users | |
[17:34:59] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Read error: Connection reset by peer) | |
[17:35:11] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 256 seconds) | |
[17:37:47] | superm1: | stuartm: i filed a trac for this if you want to keep an eye. http://code.mythtv.org/trac/ticket/11110 |
[17:38:56] | superm1: | bill6502: i've gotten a core drop a few times too, but i didn't want to trust it with rapid succession of trying to spawn binaries to work around the problem |
[17:39:25] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[17:47:02] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[17:49:05] | emmanuelux (emmanuelux!~emmanuelu@2a01:e35:2e4d:9010:91a9:37e2:4861:bac3) has joined #mythtv-users | |
[18:05:32] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[18:10:08] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[18:10:29] | fleers (fleers!~fleers@cpe-76-93-149-124.san.res.rr.com) has quit (Quit: Leaving.) | |
[18:13:02] | lapion (lapion!~axion@axion.xs4all.nl) has quit (Read error: Connection reset by peer) | |
[18:14:36] | frontrange (frontrange!~steve@c-67-166-42-252.hsd1.co.comcast.net) has joined #mythtv-users | |
[18:17:31] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[18:18:52] | frontrange (frontrange!~steve@c-67-166-42-252.hsd1.co.comcast.net) has quit (Ping timeout: 246 seconds) | |
[18:23:08] | devinheitmueller: | smellynoser: The H727 isn't supported under Linux. THe PVR USB2 should be supported though. |
[18:23:09] | ekoffel (ekoffel!~ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has quit (Read error: Connection reset by peer) | |
[18:24:01] | smellynoser: | devinheitmueller, Thanks – not had any luck with PVR USB2 – I think it's because I haven't recompiled the kernel, but perhaps it just hates me |
[18:24:06] | smellynoser: | I only get a green screen or white noise :( |
[18:24:07] | ekoffel (ekoffel!ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[18:24:31] | devinheitmueller: | It's been supported for a long time, so you shouldn't need a new kernel. |
[18:24:40] | devinheitmueller: | You're using it as an IVTV device, right? |
[18:24:46] | devinheitmueller: | (and not a V4L2 device) |
[18:25:27] | devinheitmueller: | As a test, I would suggest using v4l2-ctl to set the input and then "cat /dev/video0 > out.mpg" as a test. |
[18:25:38] | devinheitmueller: | That will allow you to determine if it's a Myth issue or a driver issue. |
[18:28:57] | blscearce (blscearce!~blscearce@64.125.181.92) has joined #mythtv-users | |
[18:28:58] | lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv-users | |
[18:29:22] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has joined #mythtv-users | |
[18:30:22] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has quit (Client Quit) | |
[18:35:59] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[18:38:13] | bas-t (bas-t!~tycho@52484E89.cm-4-1b.dynamic.ziggo.nl) has quit (Quit: Ex-Chat) | |
[18:38:39] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[18:42:47] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Client Quit) | |
[18:45:07] | blscearce (blscearce!~blscearce@64.125.181.92) has quit (Remote host closed the connection) | |
[18:45:57] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[19:01:45] | blscearce (blscearce!~blscearce@64.125.181.92) has joined #mythtv-users | |
[19:03:59] | smoothifier (smoothifier!smoothifie@chronic.elitter.net) has joined #mythtv-users | |
[19:06:28] | smoothifier: | i have been backing up my mythconverg database with the script provided. i first back up to a usb disk on another machine with a FAT filesystem, then 10 minutes later I back up locally. the file sizes are different by an order of magnitude (10x). I wonder what is going wrong. the local ones are not as large as the ones sent to the USB disk. |
[19:06:45] | smoothifier: | the USB disk is only at 19% usage |
[19:06:46] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[19:07:17] | smoothifier: | they are called from two different cron jobs, one at 3:00 am and one at 3:10 am |
[19:08:12] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Quit: Ex-Chat) | |
[19:08:21] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[19:08:35] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[19:08:36] | smoothifier: | the "local" backup is called second at 3:10 am with the --directory parameter |
[19:10:32] | smoothifier: | scratch the file sizes. the local ones are bigger, around 11MB. the ones on the USB drive are around 6MB. I read the file sizes wrong. these are the sizes of the .gz files |
[19:11:41] | smoothifier: | ok... should have done this before. the USB backups are corrupted |
[19:11:46] | smoothifier: | not sure what's going on there |
[19:14:05] | smoothifier: | never mind. running out of space. i read 19% to be the percent used |
[19:14:16] | smoothifier: | still, there is no error when run from the command line |
[19:31:30] | smoothifier (smoothifier!smoothifie@chronic.elitter.net) has quit (Quit: leaving) | |
[19:34:43] | d00gster (d00gster!~doughant@bba773204.alshamil.net.ae) has quit (Remote host closed the connection) | |
[19:35:10] | d00gster (d00gster!~doughant@173.195.1.109) has joined #mythtv-users | |
[19:36:56] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[19:38:37] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[19:52:40] | lapion (lapion!~axion@axion.xs4all.nl) has quit (Read error: Operation timed out) | |
[19:58:31] | ekoffel (ekoffel!ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has quit (Read error: Connection reset by peer) | |
[19:58:53] | ekoffel (ekoffel!ekoffel@c-68-82-146-231.hsd1.nj.comcast.net) has joined #mythtv-users | |
[20:05:49] | blscearce (blscearce!~blscearce@64.125.181.92) has quit (Remote host closed the connection) | |
[20:07:30] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Remote host closed the connection) | |
[20:08:27] | lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv-users | |
[20:10:48] | smellynoser: | devinheitmueller, I used v4l2-ctl and changed the input and it works perfectly – thank you, so much :) |
[20:11:00] | devinheitmueller: | Ah, good. |
[20:14:49] | blscearce (blscearce!~blscearce@64.125.181.92) has joined #mythtv-users | |
[20:15:34] | ronoc-work (ronoc-work!~ronoc@pong.biochem.wisc.edu) has quit (Quit: Leaving) | |
[20:15:58] | Oleg_ (Oleg_!~hi@pool-71-183-191-192.nycmny.east.verizon.net) has joined #mythtv-users | |
[20:20:22] | brfransen (brfransen!~brfransen@64.179.141.163) has quit () | |
[20:34:20] | blscearce (blscearce!~blscearce@64.125.181.92) has quit (Remote host closed the connection) | |
[20:36:57] | stoffel (stoffel!~quassel@pD9E42EF4.dip.t-dialin.net) has quit (Ping timeout: 260 seconds) | |
[20:42:52] | Anoia (Anoia!~dee@jane.earlsoft.co.uk) has left #mythtv-users () | |
[20:47:33] | bill6502 (bill6502!~bill@2002:cdb2:1a2b:7cd3:9ef4:32ea:c6ea:200) has left #mythtv-users () | |
[21:10:58] | fleers (fleers!~fleers@cpe-76-93-149-124.san.res.rr.com) has joined #mythtv-users | |
[21:14:14] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv-users | |
[21:18:01] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 260 seconds) | |
[21:19:01] | brfransen (brfransen!~brfransen@64.179.141.163) has quit (Ping timeout: 256 seconds) | |
[21:19:47] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv-users | |
[21:30:33] | trumee__ (trumee__!~trumee__@117.201.55.161) has joined #mythtv-users | |
[21:46:27] | trumee__ (trumee__!~trumee__@117.201.55.161) has quit (Read error: Connection reset by peer) | |
[21:53:13] | blscearce (blscearce!~blscearce@64.125.181.92) has joined #mythtv-users | |
[21:53:25] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit () | |
[21:57:43] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users | |
[22:01:43] | hadees (hadees!~hadees@173.227.88.18) has quit (Quit: hadees) | |
[22:03:35] | frontrange (frontrange!~steve@c-67-166-42-252.hsd1.co.comcast.net) has joined #mythtv-users | |
[22:04:02] | frontrange (frontrange!~steve@c-67-166-42-252.hsd1.co.comcast.net) has quit (Client Quit) | |
[22:11:19] | plasmid (plasmid!~ident@c-67-165-87-87.hsd1.pa.comcast.net) has joined #mythtv-users | |
[22:11:22] | plasmid: | sup all |
[22:11:56] | streeter (streeter!streeter@nat/redhat/x-tjowbihcjtzxzrab) has quit (Quit: Leaving) | |
[22:12:00] | plasmid: | new to mythtv. If my tivo needs a cable card to get my subcribed channels how can I make a mythtv box that allows me to do the same? |
[22:12:21] | devinheitmueller: | Buy an HDHomeRun Prime. |
[22:12:39] | plasmid: | !google HDHomeRun Prime |
[22:12:40] | devinheitmueller: | http://www.silicondust.com/products/hdhomerun/prime/ |
[22:13:08] | devinheitmueller: | It accepts a cablecard, just like your Tivo. |
[22:13:30] | devinheitmueller: | The only downside is that depending on your cable system, you still might not be able to get all the channels due to the copy protection. |
[22:13:58] | plasmid: | oh wow.. That is absolutely astounding. I have comcrap... lemee see ..what restrictions are in place. |
[22:14:28] | devinheitmueller: | The alternative is to rent an HD cable box, and use an HD-PVR connected to the component video output. |
[22:15:04] | devinheitmueller: | ... this approach let's you get *every* channel, but you have to pay to rent the cable box, and you can only record one thing at a time (the HDHomeRun Prime lets you record three programs at once) |
[22:15:57] | plasmid: | is this what you are referring to mate? http://www.silicondust.com/products/models/hdhr3-6cc-3x2/ |
[22:16:20] | devinheitmueller: | That's the more expensive six tuner version. |
[22:16:23] | plasmid: | Due to city laws.. the cable card is free in Pittsburgh, PA. Tivo costs me $14 a month. |
[22:16:51] | devinheitmueller: | The three tuner version is here: http://www.silicondust.com/products/models/hdhr3-cc/ |
[22:16:59] | devinheitmueller: | (and is much cheaper) |
[22:18:14] | plasmid: | i see that. :-) So.. plug in Cable card; hook it up to your mythtv box and bob's your uncle... |
[22:18:46] | devinheitmueller: | Pretty much, unless you're in a cable system that sets the copy once/copy never flag for *every* channel. |
[22:19:08] | devinheitmueller (devinheitmueller!devin@static-72-89-70-227.nycmny.fios.verizon.net) has left #mythtv-users () | |
[22:19:16] | plasmid: | that's awesome news. Hmm.. I don't see a remote that comes with it.. Checking.. |
[22:20:55] | plasmid: | That's exactly what I need. Build my own media server + dvr in one, Raid 5 (5 Red WD's 3 TB).. and done. This is fantastic news. Thanks m8! |
[22:21:32] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has joined #mythtv-users | |
[22:27:46] | plasmid: | â– Video card with support for hardware decoding and HDCP (NVIDIA 9500 or newer). I am wondering if I can use my olde Hauppauge DVR 350. |
[22:28:02] | plasmid: | or get a new nvidia 6 series.. like 680GTX. |
[22:31:25] | justinh: | hdcp is irrelevant to linux :-) |
[22:35:05] | plasmid: | explain? |
[22:35:27] | justinh: | it's irrelevant. no linux player can enable HDCP on a video output as far as I'm aware of |
[22:35:43] | justinh: | any HD playback can't be so 'protected' |
[22:36:49] | justinh: | I mean, HDCP is only for things which.. obey DRM protocols. Like Windows programs :P |
[22:37:17] | plasmid: | All i am concerned about is putting my cable card into the HDHomeRun Prime, hook it up to my RAID 5 mythtv box which will have a GTX680 and that should work. I hope. |
[22:37:33] | justinh: | so why did you mention HDCP? |
[22:37:50] | plasmid: | because it's what is needed? here: |
[22:38:12] | plasmid: | http://www.silicondust.com/products/models/hdhr3-cc/ |
[22:38:14] | justinh: | FWIW your cablecard will only work with anything flagged as 'copy freely'. YMMV, apparently |
[22:38:36] | justinh: | on linux anyway.. due to its lack of support for DRM. Nice, isn't it? |
[22:38:56] | plasmid: | so ... it won't work a 100% like it does on my Tivo box right now? |
[22:39:10] | justinh: | But on windows, where the stream path can be 'trusted' from start to finish.. it's not a problem |
[22:39:35] | plasmid: | i wonder what OS is Tivo's... windows or linux/unix ? |
[22:39:37] | justinh: | plasmid: that depends very much on which channels are flagged 'copy freely' |
[22:39:52] | justinh: | whatever OS Tivo runs is also irrelevant here |
[22:40:02] | justinh: | s/OS/kernel |
[22:41:16] | plasmid: | it appears all channels I have are "copy freely" otherwise I wouldn't be able to record them to my TIVO. |
[22:41:19] | justinh: | didn't I just read a users' mailing list thread about some nasty cableco stopping all the copyfreely channels? I hope it's not the beginning of the end. As it is, you'll be lucky to be able to record anything you pay for with a computer which isn't running microsoft |
[22:41:34] | justinh: | no, there's a' copy once' flag too |
[22:41:53] | justinh: | ie. allow this to record, but disallow further copies |
[22:42:27] | plasmid: | well... i usually record one show once. then watch it multiple times if need be. |
[22:42:45] | plasmid: | i dont distribute if thats what you mean. |
[22:42:47] | justinh: | yeah well none of that involves transferring a recording off the tivo does it? |
[22:44:03] | justinh: | linux isn't, and likely will never, be a trusted medium for this kind of thing – so being untrusted, unlike a closed system like Tivo, there's no way to guarantee the flags are respected – so.. if you can't trust the entire path.. you ain't allowed to have it in the first place |
[22:44:25] | justinh: | hence the – it'll only work if the 'copy freely' bit is set |
[22:44:45] | justinh: | whereas a tivo, which is 'trusted' will work unless the 'copy never' flag is set |
[22:45:00] | justinh: | a tivo, or MCE.. or whatever closed system you care to find |
[22:45:45] | plasmid: | that's unfortunate. I was gonna pony up $ for this product.. but i reckon I am gambling on "copy freely", "copy once" , copy never flags... |
[22:46:12] | justinh: | rumour has it that it's pretty easy to find out what your cableco shoves out though |
[22:46:26] | justinh: | but that isn't to say that they won't change their mind in future |
[22:48:00] | justinh: | I haven't *paid* for teevees for quite some time now. free to air, or none at all. That's how I roll :-) Increasingly seems to be how others do too |
[22:48:01] | plasmid: | I'll give this a shot and provide feedback on the forums. |
[22:48:26] | justinh: | plasmid: FWIW some set top boxes will actually tell you the copy status of stuff |
[22:48:34] | justinh: | might involve some menu digging though |
[22:48:42] | plasmid: | I want to as well. Most shows I get from .nzb's and stream them to my TV. |
[22:49:01] | justinh: | whoops. we don't talk about that kind of thing here, please |
[22:49:16] | plasmid: | i dont' have any premium channels and never will subscribe to them. |
[22:49:37] | justinh: | well, you *might* be okay with a cablecard system in that case |
[22:50:09] | justinh: | it certainly doesn't seem to be any worse of a situation than you guys had with the great firewire STBs a few years back |
[22:50:23] | justinh: | if anything there's a lot less luck involved |
[22:50:31] | plasmid: | my goal is to consolidate my movie collection, dvr, and music in one unit: mythtv. |
[22:51:19] | justinh: | I'd love to consolidate it all without even needing a computer :P |
[22:52:00] | justinh: | but sadly, the vast majority of standalone solutions seem to have massive failings one way or another |
[22:52:29] | justinh: | sucky UIs, limited codec support.. even when the TV itself can play the same formats as broadcast.. it's annoying |
[22:52:53] | justinh: | mpeg2 over the air? oh sure, the tv will do that, but over a network from a share? Hahahaha |
[22:53:11] | plasmid: | there are open source alternatives that you can pay for that will do just that. |
[22:53:12] | justinh: | no, but it'll play all the popular pirated formats just fine sir. Irony |
[22:53:27] | plasmid: | ^ agreed. |
[22:53:37] | smellynoser (smellynoser!~ashley@87-194-181-33.bethere.co.uk) has quit (Quit: This computer has gone to sleep) | |
[22:54:05] | justinh: | plasmid: teevees come with it built in now, and countless other devices claim to be all things to all people – but sucky UIs, viewing things as mere *files*... bleh |
[22:54:40] | justinh: | we grew out of using files a long time ago. metadata is king. we deserve a rich experience, do we not? ;-) |
[22:55:05] | justinh: | maybe in another 10 years or so, somebody will cotton on & make a really good product |
[22:55:10] | plasmid: | no doubt. I had to get this: "Serviio" to avoid all that metadata crap from closed source Samsung solutions. |
[22:55:58] | plasmid: | brb.. coffee. |
[22:57:11] | justinh: | we've been looking at those strange little 'usb stick android PCs' at dealextreme & on ebay the last couple of days |
[22:57:36] | justinh: | almost tempted to take the plunge.. for $60 how bad could it be? heheh |
[22:58:44] | justinh: | hardware media decoding, 1.5Ghz CPU, 512MB RAM, 4GB flash.. HDMI out, wifi built in.. could make an interesting diversion for a while |
[23:10:54] | blscearce (blscearce!~blscearce@64.125.181.92) has quit (Remote host closed the connection) | |
[23:30:35] | TwiztedZero (TwiztedZero!~T0@unaffiliated/twiztedzero) has quit (Quit: ConsoleWrite('Quit'&@CRLF)) | |
[23:33:54] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Ping timeout: 240 seconds) | |
[23:34:25] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[23:41:52] | emmanuelux (emmanuelux!~emmanuelu@2a01:e35:2e4d:9010:91a9:37e2:4861:bac3) has quit (Remote host closed the connection) | |
[23:45:59] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!) | |
[23:52:38] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has joined #mythtv-users | |
[23:55:16] | tekdoc (tekdoc!~tekdoc@user-12hckqf.cable.mindspring.com) has quit (Client Quit) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.