MythLogBot@irc.freenode.net :: #mythtv-users

Daily chat history

Current users (147):

AndyCap, MythLogBot, G, ralfp_, allesmueller_, dougiel, Cubber, Dave123-r, grumpydevil, ghoti, moparisthebest, stuarta, tgm4883, amizraa, Dave123, Oleg_, RagingMind, seld, fetzerch, joki, lapion, _nyloc_, aloril, Cardoe, Cougar, wsuetholz, BLZbubba, GreyFoxx, knightr, simcop2387, jedix, ikevin, jst, Korny, Muzer, Gibby, Hydr0p0nX, jarle, linuxtech, trumee, aarcane, jm|laptop, troyt, zoktar, dougl, gigem, rhpot1991, Twiggy2Cents, adante, Bhaal, caelor, MissionCritical, Spida, Beirdo, jduggan, nutron, wahrhaft, wizbit, Captain_Murdoch, johanbr, toeb, tris, EvilGuru, Floppe, jarryd, quicksilver, sraue, croccydile, jbrett, niska, wagnerrp, Heliwr, jams, larrikin, Sharky112065, biffhero, kurre2, robjh, SmallR2002, tonsofpcs, MilkBoy, Scopeuk-AFK, [mrx], _charly_, ChanServ, felipe`, NickHu, purserj, Seeker`, kwmonroe, pigeon, k-man, ctmjr, Hoochster, infojunky, XDS2010_, jpabq, justinh, Moscherkobold, robink, SpeedEvil, sphery, sulx1, benc-, brfransen, kusznir, mengo, eee-blt, ServerSage, Shadow__X, xris, Azelphur, clever, sid3windr, squidly, toorima, jya, mzb, sailerboy, NightMonkey, _abbenormal, ubIx, kc, baggy, Darkchaos, IReboot, sl1ce, shubes, blassey, justdave, Steve-Goodey, dahlSTROM|sleep, gregL, phunyguy, rsiebert_, Blue1, lucas^, CeilingKitten, Guest59384, chiluk, lazors, TandyUK, mrman, skd5aner, ankk, awalls, potbelly

Error at /usr/share/beirdobot/web/includes/utils.php, line 229:
Undefined variable $query


Details:
    datetime:  2025-10-03 02:25:23 (UTC)
    errornum:  2
  error type:  Warning
error string:  Undefined variable $query
    filename:  /usr/share/beirdobot/web/includes/utils.php
  error line:  229
Saturday, September 28th, 2013, 00:14 UTC
[00:14:33] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 256 seconds)
[00:17:15] sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has quit (Quit: Konversation terminated!)
[00:40:13] gizmobay (gizmobay!~gizmobay@ip98-165-205-38.ph.ph.cox.net) has joined #mythtv-users
[00:41:08] gizmobay: I upgraded from 0.26 to 0.27 and I no longer have channel icons. No errors in the BE or FE log. What am I missing?
[01:04:10] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[01:08:18] Oleg_ (Oleg_!~mythtv@pool-71-183-188-105.nycmny.east.verizon.net) has joined #mythtv-users
[01:11:36] Oleg_: wagnerrp, by the way, I should have mentioned something to you. x11, vdpau, libass, and mp3lame couldn't be detected by configure script until I copied that stuff from /usr/local/include and /usr/local/lib to /usr/include and /usr/lib. Setting --extra-cflags and --extra-ldflags didn't help
[01:14:00] Oleg_: that's what I had to do after choosing clang and clang++ as the compilers for mythtv
[01:14:51] Dave123-r (Dave123-r!~dave@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users
[01:17:23] Oleg_: how come --extra-cflags, --extra-cxxflags and --extra-ldflags weren't able to resolve this problem?
[01:19:31] ** croccydile now has nightmares of compile from source by hand **
[01:21:08] wagnerrp: setting those flags works for me, at least for x11 and lame
[01:21:26] wagnerrp: i don't use my freebsd box as a frontend, so i don't bother with vdpau
[01:21:32] wagnerrp: and i have no need for ass
[01:22:10] [R]: that's what she said?
[01:27:00] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya)
[01:27:00] jya_ is now known as jya
[01:30:05] Oleg_: --x11-path option also doesn't help
[01:30:57] Oleg_: only copying stuff from one directory to the other helps
[01:33:56] Oleg_: oh, I just noticed it wasn't necessary for me to copy anything from /usr/local/lib. the configure script only needs stuff to be copied from /usr/local/include
[01:35:14] wagnerrp: you specified '-I/usr/local/include' for --extra-cflags?
[01:38:24] Oleg_: oh my God, I am such a n00b! instead of typing --extra-cflags='-I/usr/local/include' , I typed --extra-cflags=/usr/local/include !
[01:38:37] Oleg_: I am embarrassed
[01:40:02] Oleg_: yeah, this resolves the problem
[01:41:41] croccydile: \:3/
[01:43:13] wagnerrp: i'm not sure what that is
[01:44:14] Oleg_: no wonder I failed a unix class in college
[01:50:55] wagnerrp: when everything is done on the command line, you do need to get the commands right...
[01:52:51] NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!)
[01:52:59] Oleg_: what about the -fPIC option? I couldn't compile mythtv, until I typed setenv CXXFLAGS -fPIC on the command line
[01:53:37] wagnerrp: don't know about that one
[01:54:01] wagnerrp: ideally, compiler optimizations like that should be handled by --enable-proc-opt, or whatever it is
[01:59:34] shubes (shubes!~shubes@tacs.shubes.net) has joined #mythtv-users
[02:08:33] lusers is now known as lazors
[02:09:16] Oleg_: you're right again. instead of typing "setenv CXXFLAGS -fPIC", I should have simply enabled the --enable-proc-opt option on the command line
[02:11:00] wagnerrp: the only time you would want to manually supply those is when you're doing cross compiling
[02:11:20] wagnerrp: or some custom build you want to distribute to a variety of machines
[02:12:06] Oleg_: --enable-proc-opt looks for /proc/cpuinfo, but it doesn't exist on my system
[02:13:54] wagnerrp: that's all it reads?
[02:14:09] wagnerrp: it's a carry over from ffmpeg, i figured ffmpeg would have something more cross-platform than that
[02:14:47] Oleg_: it says:
[02:14:53] Oleg_: cat: /proc/cpuinfo: No such file or directory
[02:15:04] Oleg_: Your CPU was not detected properly:
[02:15:04] Oleg_: uname -m: amd64
[02:15:34] lucas^: FreeBSD 9 (and most likely 10) has a procfs of sorts
[02:15:58] lucas^: also a linprocfs emulation kernel option iirc
[02:16:38] Oleg_: but I guess it doesn't matter that the cpu wasn't detected properly
[02:16:53] Oleg_: as long as it enables the options that I need such as -fPIC
[02:17:27] lucas^: usually that sort of stuff is best handled by tuning the build environment manually for your specific system rather than trying to fake it out and hope it all works
[02:21:18] _nyloc_ (_nyloc_!~quassel@p5B26FABF.dip0.t-ipconnect.de) has joined #mythtv-users
[02:23:13] Oleg_: bbl
[02:23:23] Oleg_ (Oleg_!~mythtv@pool-71-183-188-105.nycmny.east.verizon.net) has quit (Quit: Leaving)
[02:25:01] croccydile: yeah -march=native was disastrous here
[02:25:26] nyloc (nyloc!~quassel@p5B26F24B.dip0.t-ipconnect.de) has quit (Ping timeout: 245 seconds)
[02:49:13] joki (joki!~joki@p54861487.dip0.t-ipconnect.de) has quit (Ping timeout: 246 seconds)
[02:54:20] joki (joki!~joki@p54860F2F.dip0.t-ipconnect.de) has joined #mythtv-users
[02:58:58] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[03:13:56] gizmobay (gizmobay!~gizmobay@ip98-165-205-38.ph.ph.cox.net) has quit (Quit: Konversation terminated!)
[03:28:17] ubIx_ (ubIx_!~ulf@p5DD18987.dip0.t-ipconnect.de) has joined #mythtv-users
[03:31:27] ubIx (ubIx!~ulf@p5DD18D6D.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds)
[03:33:28] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 264 seconds)
[03:34:27] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv-users
[04:11:48] dgeary2 (dgeary2!~debian@pa49-187-89-107.pa.nsw.optusnet.com.au) has joined #mythtv-users
[04:16:18] dougiel (dougiel!~doug@S0106744401495b56.wp.shawcable.net) has quit (Read error: Operation timed out)
[04:22:21] sailerboy (sailerboy!~sailerboy@sailerboy.net) has quit (Ping timeout: 268 seconds)
[04:22:22] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[04:26:12] sailerboy (sailerboy!~sailerboy@sailerboy.net) has joined #mythtv-users
[04:50:21] amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!)
[04:54:12] zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection)
[04:56:47] amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv-users
[05:08:27] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users
[05:50:21] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[06:24:48] Guest59384 (Guest59384!~neon@bzq-79-176-185-144.red.bezeqint.net) has joined #mythtv-users
[06:43:54] chiluk (chiluk!~chiluk@cpe-70-124-70-187.austin.res.rr.com) has joined #mythtv-users
[06:45:10] chiluk: croccydile, so it turns out a gt210 is more than sufficient to even do advanced 2x de-interlacing... I updated the wiki
[06:45:21] croccydile: Oh ok
[06:45:50] chiluk: I'm actually really happy with the change .. dropped 30w from my running media center.
[06:45:59] chiluk: by replacing the 8600gts
[06:46:22] chiluk: also vdpau is still super fantastic.
[06:50:08] croccydile: I forgot what mine is at now... I think its a bit higher now that all 6 sata ports are in use
[07:00:17] dgeary2_ (dgeary2_!~debian@pa49-187-80-152.pa.nsw.optusnet.com.au) has joined #mythtv-users
[07:02:19] dgeary2 (dgeary2!~debian@pa49-187-89-107.pa.nsw.optusnet.com.au) has quit (Ping timeout: 248 seconds)
[07:07:44] exoon (exoon!~exoon@p4FD400BE.dip0.t-ipconnect.de) has joined #mythtv-users
[07:08:35] exoon (exoon!~exoon@p4FD400BE.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[07:13:13] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[07:27:46] exoon (exoon!~doev@p4FD400BE.dip0.t-ipconnect.de) has joined #mythtv-users
[07:31:23] hpeter (hpeter!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has joined #mythtv-users
[07:36:46] SteveGoodey (SteveGoodey!~steve@host86-132-98-69.range86-132.btcentralplus.com) has joined #mythtv-users
[07:42:20] ubIx_ (ubIx_!~ulf@p5DD18987.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[07:45:17] Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has joined #mythtv-users
[07:47:04] ubIx (ubIx!~ulf@p5DD18987.dip0.t-ipconnect.de) has joined #mythtv-users
[07:50:32] lapion (lapion!~axion@axion.xs4all.nl) has quit (Read error: Connection reset by peer)
[08:04:09] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has quit (Ping timeout: 240 seconds)
[08:06:42] lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv-users
[08:08:02] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has joined #mythtv-users
[08:21:34] exoon (exoon!~doev@p4FD400BE.dip0.t-ipconnect.de) has quit (Quit: Verlassend)
[08:24:21] dgeary2_ (dgeary2_!~debian@pa49-187-80-152.pa.nsw.optusnet.com.au) has quit (Quit: Ex-Chat)
[08:28:19] Darkchaos (Darkchaos!~mephisto@88.130.199.50) has joined #mythtv-users
[08:36:26] ikevin (ikevin!~kevin@lisa.illux.org) has quit (Ping timeout: 245 seconds)
[08:38:29] amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!)
[08:39:32] ikevin (ikevin!~kevin@lisa.illux.org) has joined #mythtv-users
[09:34:34] Darkchaos2 (Darkchaos2!~mephisto@i59F7A7A7.versanet.de) has joined #mythtv-users
[09:34:36] Darkchaos (Darkchaos!~mephisto@88.130.199.50) has quit (Read error: Connection reset by peer)
[09:40:55] SteveGoodey (SteveGoodey!~steve@host86-132-98-69.range86-132.btcentralplus.com) has quit (Quit: Konversation terminated!)
[10:02:58] hpeter_ (hpeter_!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has joined #mythtv-users
[10:03:49] IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has quit (Remote host closed the connection)
[10:05:56] IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has joined #mythtv-users
[10:06:09] hpeter (hpeter!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has quit (Ping timeout: 256 seconds)
[10:06:09] hpeter_ is now known as hpeter
[10:14:09] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has quit (Remote host closed the connection)
[10:14:59] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has joined #mythtv-users
[10:21:40] oobe (oobe!~thingo@unaffiliated/oobe) has quit (Remote host closed the connection)
[10:25:02] exoon (exoon!~doev@p4FD400BE.dip0.t-ipconnect.de) has joined #mythtv-users
[10:32:31] exoon (exoon!~doev@p4FD400BE.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[10:33:47] exoon (exoon!~doev@p4FD400BE.dip0.t-ipconnect.de) has joined #mythtv-users
[10:39:14] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv-users
[10:39:57] exoon (exoon!~doev@p4FD400BE.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[11:57:20] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has quit (Remote host closed the connection)
[11:58:10] amizraa (amizraa!~amizraa@gateway/tor-sasl/amizraa) has joined #mythtv-users
[11:58:44] hipitihop (hipitihop!~denis@122-149-128-254.static.dsl.dodo.com.au) has joined #mythtv-users
[12:00:48] Bhaal (Bhaal!~bhaal@freenode/staff-emeritus/bhaal) has quit (Read error: Connection reset by peer)
[12:02:12] Bhaal (Bhaal!~bhaal@freenode/staff-emeritus/bhaal) has joined #mythtv-users
[12:14:48] Kwisher (Kwisher!~kevin@c-98-212-119-100.hsd1.in.comcast.net) has joined #mythtv-users
[12:23:09] Kwisher (Kwisher!~kevin@c-98-212-119-100.hsd1.in.comcast.net) has quit (Quit: Leaving)
[12:23:29] Kwisher (Kwisher!~kevin@c-98-212-119-100.hsd1.in.comcast.net) has joined #mythtv-users
[12:26:12] Kwisher (Kwisher!~kevin@c-98-212-119-100.hsd1.in.comcast.net) has quit (Client Quit)
[12:29:24] dahlSTROM|sleep is now known as dahlSTROM
[12:34:34] hpeter_ (hpeter_!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has joined #mythtv-users
[12:37:06] hpeter (hpeter!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has quit (Ping timeout: 245 seconds)
[12:37:06] hpeter_ is now known as hpeter
[12:50:18] dahlSTROM (dahlSTROM!~dengode@192.73.239.126) has quit (Quit: bai :()
[12:51:13] dahlSTROM (dahlSTROM!~dengode@2604:180::134d:d031) has joined #mythtv-users
[13:17:20] wagnerrp: chiluk: with 1080i60 content?
[13:17:28] wagnerrp: most people would disagree with you
[13:21:48] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 245 seconds)
[13:22:10] gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has quit (Quit: Leaving)
[13:24:50] dougiel (dougiel!~doug@S0106744401495b56.wp.shawcable.net) has joined #mythtv-users
[13:25:22] gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has joined #mythtv-users
[13:30:02] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has joined #mythtv-users
[13:35:45] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv-users
[13:35:55] hipitihop (hipitihop!~denis@122-149-128-254.static.dsl.dodo.com.au) has quit (Quit: Ex-Chat)
[13:37:22] gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has quit (Quit: Leaving)
[13:37:48] gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has joined #mythtv-users
[13:45:33] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[13:46:33] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has joined #mythtv-users
[13:54:52] louisdk (louisdk!~louis@static-5-103-130-65.seas-nve.net) has joined #mythtv-users
[14:05:23] TandyUK (TandyUK!~me@office.tandyukservers.co.uk) has joined #mythtv-users
[14:05:49] TandyUK: hi guys, just updated to 0.27 and youve changed the display mode of video gallery
[14:06:18] TandyUK: so now my nicely organised subfolders are missing, and i have a 2000 long list of items
[14:07:16] TandyUK: how do i get my directory structure (ie the individual folders added to the starage dir) back?
[14:07:32] louisdk (louisdk!~louis@static-5-103-130-65.seas-nve.net) has quit (Remote host closed the connection)
[14:08:44] TandyUK: ah i see browse filesystem instead of browse library
[14:08:47] wagnerrp: you added each folder to the storage group? not a single root folder containing them?
[14:09:06] TandyUK: correct wagner, each foler is on a different physical disk
[14:09:28] TandyUK: and accessible via different paths on my different systems
[14:09:30] wagnerrp: so you are adding root folders, and you are expecting to merge their contents?
[14:10:09] wagnerrp: (i've not yet used the new gallery)
[14:10:14] TandyUK: basically i have "movies" "porn" "series" etc
[14:10:25] TandyUK: what id really like, is totally seperate libraries
[14:10:30] wagnerrp: oh, video, not images
[14:10:36] wagnerrp: nevermind, got confused there for a second
[14:10:48] wagnerrp: no, nothing has changed between 0.26 and 0.27 with respect to the Video Library
[14:11:12] TandyUK: ok, it just defaulted back to "browse library" rather than "browse filesystem (SLOW!)"
[14:11:24] TandyUK: but i beg to differ... browse library is MUCH slower :P
[14:11:30] wagnerrp: which is a good thing. you want to browse the library (the in-database version)
[14:11:36] wagnerrp: you do not want to browse the filesystem
[14:11:44] TandyUK: but the in database version doesn understand the folders
[14:11:54] TandyUK: so i end up with a single page with over 2000 items in it
[14:12:00] wagnerrp: sure it does, you just don't understand its behavior of folders
[14:12:01] TandyUK: rather than a nicely sorted list
[14:12:36] wagnerrp: the database stores the relative location of the file from the root of the path you defined in the storage group
[14:12:54] wagnerrp: so if all your videos are at that root path, they will all appear in one giant list
[14:12:59] TandyUK: so essentially your sayi i should add "/data" as the storage location, and not "/data/porn, /data/movies, /data/series" etc
[14:13:05] wagnerrp: correct
[14:13:15] TandyUK: but in that case i also see about 50 other folders that are in /data, which dont contain any videos
[14:13:27] wagnerrp: so then make a /data/video, and stuff them all in there
[14:13:42] TandyUK: and is accessed by various systems other than mythtv
[14:13:52] wagnerrp: then use symlinks
[14:14:10] wagnerrp: make a /data/video, and symlink /data/video/porn to /data/port, etc...
[14:14:14] TandyUK: and that will work for multiple frontends?
[14:14:29] wagnerrp: if your backend has access, your backend will stream the content to the frontends
[14:15:14] wagnerrp: the reason it is done this way is suppose you have several 2TB drives, but 3TB worth of television series
[14:15:30] wagnerrp: with your current scheme, you would have to clumsily define a "series1" and "series2"
[14:15:56] wagnerrp: with the way the Video Library operates, you would have each partition contain the same directory structure, but a subset of the content
[14:16:05] wagnerrp: and the Video Library would merge the lot of them into a single view
[14:16:28] sphery: Hope nichos figured out how to fix a (badly) crashed MySQL table without doing bad things like dropping the table
[14:16:40] sphery: too bad I wasn't around 3 days ago to help
[14:18:18] TandyUK: ok now customer cant actually watch anything....
[14:18:31] TandyUK: disabling audio: audio player archos error opening audio devices no such files or directories (2)
[14:18:37] TandyUK: when he tries to pick something
[14:18:45] wagnerrp: archos?
[14:18:54] wagnerrp: isn't that an old MP3 player?
[14:18:55] TandyUK: im diagnosing this remotely btw, but he hasnt (and hever has had) any archos device, so wtf is that on about?
[14:19:23] TandyUK: again this is having upgraded from 0.26 to 0.27
[14:19:33] TandyUK: various settings must have changed in the process
[14:19:41] wagnerrp: like i said, nothing changed between 0.26 and 0.27
[14:19:52] TandyUK: well somethign clearly has
[14:20:00] TandyUK: or my customer wouldnt be getting that error would he
[14:20:15] wagnerrp: the customer probably saw the "slow" warning on file browse mode and disabled it
[14:20:25] TandyUK: im doing this via vnc
[14:20:55] wagnerrp: did you update the storage group definitions for the new root path?
[14:21:06] TandyUK: i havent changed that yet
[14:21:24] wagnerrp: then after moving the files, of course you would no longer be able to access them at their new locations
[14:21:32] TandyUK: nothing has moved dude
[14:21:34] wagnerrp: old locations
[14:21:40] TandyUK: havent changed anything yet
[14:22:02] wagnerrp: so you haven't touched anything, and it's no longer playing video?
[14:22:15] TandyUK: correct, all that has happened is the update from 0.26 to 0.27
[14:22:32] TandyUK: i havent had time to fix the storage directory issues yet
[14:22:36] wagnerrp: i don't know what to tell you, as nothing has changed
[14:22:46] TandyUK: was still talking to you about it when customer phoned back
[14:26:27] wagnerrp: i really need to get the scanner rewritten so i can abolish file browse mode once and for all
[14:27:38] TandyUK: ok and it just magically fixed itself
[14:28:09] TandyUK: video gallery > pick something > error > watch tv > error... watch tv > sound works ... video gallery > pick something > sound
[14:28:11] TandyUK: wtf
[14:28:23] TandyUK: i changed NOTHING
[14:30:27] SpeedEvil (SpeedEvil!~quassel@tor/regular/SpeedEvil) has quit (Read error: No route to host)
[14:30:47] SpeedEvil (SpeedEvil!~quassel@tor/regular/SpeedEvil) has joined #mythtv-users
[15:00:35] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[15:01:12] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[15:02:19] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has joined #mythtv-users
[15:06:11] hpeter_ (hpeter_!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has joined #mythtv-users
[15:08:36] hpeter (hpeter!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has quit (Read error: Operation timed out)
[15:08:37] hpeter_ is now known as hpeter
[15:09:37] davidbrooke_ (davidbrooke_!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has joined #mythtv-users
[15:16:24] davidbrooke_ (davidbrooke_!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Quit: Leaving)
[15:16:39] davidbrooke: I'm following a http live streaming setup: http://www.mythtv.org/wiki/User_Manual:Settin . . . ing_Recorder
[15:18:24] davidbrooke: during the ca[ture card setup...I'm suppose to select a "network recorder" but the closest available item is "iptv recorder"...is this option ok to use?
[15:28:59] tgm4883: davidbrooke, do you have an iptv recorder?
[15:32:08] davidbrooke: no I don't have an iptv recorder
[15:32:31] Hydr0p0nX (Hydr0p0nX!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has quit (Ping timeout: 245 seconds)
[15:33:01] davidbrooke: I'm confuse as to what I'm suppose to select for the capture card
[15:33:51] davidbrooke: I'm using mythtv ver .27
[15:37:21] tgm4883: davidbrooke, then why would you choose that?
[15:37:50] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[15:37:52] davidbrooke: I didn't choose anything...I'm inquiring
[15:38:39] davidbrooke: The wiki says to select a "network recorder" ...I don't see a network recorder selection....
[15:39:16] davidbrooke: is this wiki not complete with mythtv ver .27?
[15:39:54] davidbrooke: does network recorder mean something else?
[15:40:44] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has joined #mythtv-users
[15:40:47] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has joined #mythtv-users
[15:40:59] Hydr0p0nX (Hydr0p0nX!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has joined #mythtv-users
[15:41:00] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[15:41:32] tgm4883: davidbrooke, you could always try it
[15:42:24] davidbrooke: ok ty
[15:42:42] davidbrooke: what would be the best way to contact someone about the wiki?
[15:42:47] Cougar (Cougar!~cougar@2a03:5880:104:10:a41d:98ae:da0b:2d4b) has quit (Remote host closed the connection)
[15:42:59] Hydroponx (Hydroponx!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has joined #mythtv-users
[15:43:18] Cougar (Cougar!~cougar@2a03:5880:104:10:6106:3201:11be:8289) has joined #mythtv-users
[15:44:26] tgm4883: davidbrooke, here probably
[15:45:26] Hydr0p0nX (Hydr0p0nX!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has quit (Ping timeout: 245 seconds)
[15:46:01] davidbrooke: I trying the iptv selection and when I opened live tv.....I can't select the channels setup for HLS....also their is an error for the tuner under status
[15:46:19] davidbrooke: I'm going to remove it
[15:46:55] davidbrooke: I'm done with that experiment
[15:48:37] hpeter (hpeter!~hpeter@cust.static.46-14-123-221.swisscomdata.ch) has quit (Quit: hpeter)
[15:49:21] chiluk: wagnerrp 1080i60 yep
[15:50:08] Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5E6B6.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[15:52:45] tgm4883: Lets say I've got a theme with a baseres of 7680x4320, but I'm using it on a TV that has a resolution of 1920x1080. What should I expect to happen to a tv show or video background image (fanart) that has a resolution of 1920x1080?
[15:52:54] chiluk: wagnerrp, I've already updated the vdpau mythtv wiki, but I'll update it again if I start noticing issues. I was as surprised as any to see that it worked
[15:54:44] tgm4883: I think it's getting resized twice, once to 7680x4320, then once again to 1920x1080.
[15:54:47] davidbrooke: The following wiki setup guide for: http://www.mythtv.org/wiki/User_Manual:Settin . . . der....needs to be updated...there isn't a "network recorder" selection for the capture card ....ty
[15:57:51] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv-users
[16:05:11] [mrx] ([mrx]!~mrx]@2607:8b00:2::3fd5:8321) has quit (Ping timeout: 245 seconds)
[16:06:13] [mrx] ([mrx]!~mrx]@2607:8b00:2::3fd5:8321) has joined #mythtv-users
[16:14:48] dahlSTROM is now known as dahlSTROM|sleep
[16:15:37] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has joined #mythtv-users
[16:18:39] SteveGoodey (SteveGoodey!~steve@host86-132-98-69.range86-132.btcentralplus.com) has joined #mythtv-users
[16:24:12] Hydroponx: k
[16:24:19] Hydroponx: now on a new cable modem
[16:24:49] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[16:28:16] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has quit (Quit: Verlassend)
[16:35:58] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has joined #mythtv-users
[16:48:56] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has quit (Quit: Verlassend)
[16:50:08] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has joined #mythtv-users
[16:50:54] ctmjr (ctmjr!~chuck@pdpc/supporter/active/ctmjr) has quit (Quit: Leaving)
[16:56:31] chiluk: davidbrooke, it's a wiki. that means you can create an account and fix it yourself... That's what makes it a community project
[16:56:39] chiluk: also you might not just want to delete network recorder
[16:56:54] chiluk: they may have changed the spec to something more specific like hdhomerun
[16:56:59] chiluk: I'm still running .25
[16:57:42] Darkchaos2 (Darkchaos2!~mephisto@i59F7A7A7.versanet.de) has quit (Ping timeout: 264 seconds)
[16:58:26] tgm4883: chiluk, I think account creation is disabled on the wiki due to span
[16:58:30] tgm4883: spam*
[16:58:38] wagnerrp: nope
[16:58:49] tgm4883: ah
[16:58:53] tgm4883: I sit corrected
[16:58:53] wagnerrp: unless someone else recently enabled it
[16:58:55] wagnerrp: i'll go check
[16:59:16] wagnerrp: last user was created about an hour ago
[16:59:23] ** wagnerrp goes off and bans them **
[17:00:23] Hydroponx: eh
[17:07:16] zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection)
[17:08:10] TandyUK: i cant connect to mythtv.org atm
[17:08:20] wagnerrp: works here
[17:09:24] TandyUK: hmm isp issues i guess
[17:09:33] TandyUK: connection dies after 9 67 ms 17 ms 16 ms ae3–20G.scr3.LON3.gblx.net [67.17.73.94]
[17:09:47] TandyUK: or not actually..
[17:09:50] wagnerrp: on the other hand, slightly amusingly, "downforeveryoneorjustme" appears to be having difficulty
[17:10:14] TandyUK: well apparantly doing a tracert fixed gblx lol
[17:10:43] TandyUK: bounced me around telehouse abotu 5 times, then went off to level 3 lol
[17:12:13] TandyUK: ok as the plugins page is out of date, whats the best way to get bbc iplayer working with 0.27
[17:13:44] TandyUK: and i just registered an account on the wiki, pleasse dont ban me lol
[17:17:40] wagnerrp: no. i ban people with email addresses like "lucio_karp11@musclerevxreview.com "
[17:17:50] TandyUK: ah thats fine then :P
[17:18:15] wagnerrp: and emails containing something called "raspberry ketone", whatever that is...
[17:18:22] SteveGoodey: TandyUK: Looks a dodgy name to me:-)
[17:18:26] TandyUK: :P
[17:18:40] TandyUK: so, im guessing my previous answer should have been MythNetvision
[17:18:54] wagnerrp: SteveGoodey: luckily, anything they're planning on advertising hasn't been around for decades...
[17:18:55] TandyUK: any suggestions on using that for bbc iplayer on a system with no mouse
[17:19:18] IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has quit (Ping timeout: 245 seconds)
[17:19:27] mengoshmink: buy a remote with a mouse button?
[17:19:28] TandyUK: can i set lirc bindings for flash player
[17:20:00] SteveGoodey: After all the banning you'd think they'd give us a miss.
[17:20:00] TandyUK: yeah that aint gonna go down well with the customer :P
[17:20:11] wagnerrp: if the flash player were to expose controls, we could program MNV to interface with those controls so it is usable with your remote
[17:20:41] TandyUK: customer struggles as it is with "up down left right ok and back" lol
[17:20:52] TandyUK: mythtv isnt very elderly friendly atm :P
[17:21:29] TandyUK: fortunately i have vnc for the issues that arrise, but im not gonna be happy getting phone calls to quit bbc iplayer every 10 mins :P
[17:22:25] Steve-Goodey (Steve-Goodey!~SteveGood@host86-132-98-69.range86-132.btcentralplus.com) has joined #mythtv-users
[17:34:28] ** wagnerrp just realized this is an elderly person with a porn folder **
[17:37:57] mengoshmink: Can anybody recommend a distro for a mythtv backend and support for btrfs?
[17:38:23] wagnerrp: is btrfs actually supported for production use these days?
[17:38:33] mengoshmink: not yet
[17:38:39] mengoshmink: but its close enough for me
[17:38:45] wagnerrp: then obviously we cannot recommend it
[17:39:26] mengoshmink: well, I'm not looking for a recommendation then, but then something someone has tried and it has been seemingly successful
[17:39:44] wagnerrp: there's always freebsd, with zfs
[17:39:54] wagnerrp: that btrfs for people without hangups about licensing
[17:40:03] mengoshmink: can you use mythtv on bsd?
[17:40:15] mengoshmink: yup, I'm aware of zfs
[17:40:21] wagnerrp: i've been running my backend on it for years, but the selection of tuners is very limited
[17:40:30] mengoshmink: I have never tried it but I have liked it for a long time
[17:40:47] mengoshmink: good point, my tuner has closed source drivers, bugger!
[17:43:28] IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has joined #mythtv-users
[17:43:33] ** croccydile crawls out of his croco sleeping bag **
[17:46:24] tgm4883: What does BTRFS give you that is advantageous in a mythtv setup?
[17:46:49] mengoshmink: nothing, its more for my OS / hd setup
[17:47:02] mengoshmink: I run raid1 and lvm atm, would make things easier for me to manage
[17:47:26] mengoshmink: I have a hd failure, so it seems like a good time to migrate to btrfs
[17:47:29] tgm4883: wagnerrp, yea, but all of the tuners you'd recommend anyway are supported aren't they?
[17:47:53] wagnerrp: the HDHR will function regardless of OS, since it's not physically attached
[17:47:59] wagnerrp: all it needs is a functioning network stack
[17:48:02] wagnerrp: other than that....
[17:48:04] davidbrooke: chiluk, if I knew the answer to the problem I would fix...can you help?
[17:48:25] wagnerrp: supposedly you can get any USB tuner working by running the Linux drivers through an interpreter layer
[17:48:37] tgm4883: wagnerrp, meh, HDHR and be done with it :)
[17:48:51] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[17:49:04] mengoshmink: my tuners are usb (i think) but they are mounted on a card and installed via pci and pcie
[17:49:42] ** croccydile has hvr-2250 and hdpvr here :S **
[17:49:49] wagnerrp: then you would at least need native support for that bridge chip, and i still couldn't recommend it
[17:50:13] mengoshmink: I'm in the uk, so I have found the number of dvb-t2 tuners somewhat limited
[17:50:23] tgm4883: wagnerrp, do you know where the resizing code for metadata artwork lives?
[17:50:32] wagnerrp: not a clue
[17:50:35] tgm4883: ok
[17:50:40] wagnerrp: probably somewhere in the image code in libmythui
[17:50:58] tgm4883: I'll take a look
[17:51:14] tgm4883: I don't know what I'm looking for, but I feel I should make an effort
[17:54:44] sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has joined #mythtv-users
[18:03:56] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Remote host closed the connection)
[18:06:06] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has joined #mythtv-users
[18:06:10] zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users
[18:07:47] Metoer (Metoer!metoer@77.68.145.221) has quit (Quit: changing servers)
[18:09:44] mrman (mrman!~Thunderbi@79.102.183.225) has joined #mythtv-users
[18:11:14] zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Ping timeout: 257 seconds)
[18:12:51] mrman: hi all. I'm having trouble with a system event that won't trigger during playback. I have mapped a key to sysevent1, and it fires fine when the menu is visible in Mythtv, but not during playback. Running myth 0.26.
[18:33:08] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Read error: Connection reset by peer)
[18:33:45] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has joined #mythtv-users
[18:36:16] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Read error: Connection reset by peer)
[18:38:15] justdave (justdave!~dave@unaffiliated/justdave) has quit (Read error: Connection reset by peer)
[18:39:02] justdave (justdave!~dave@unaffiliated/justdave) has joined #mythtv-users
[18:57:42] Russ (Russ!foobar@pool-71-189-49-9.lsanca.fios.verizon.net) has joined #mythtv-users
[18:58:00] Russ: my TV takes several seconds to start playing an hdmi audio stream
[18:58:03] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[18:58:15] Russ: is there any way to get mythtv to leave the audio stream on all the time?
[18:58:36] [R]: "the audio stream on"?
[18:58:50] Russ: like when you start playing a video, or continue from being paused
[18:58:59] Russ: video plays, but audio takes about 5 seconds to turn on
[18:59:09] [R]: sounds like soemthign wrong with your hardware
[18:59:25] Russ: yes, my TV :p
[19:06:59] GingerTrain (GingerTrain!~andrew@cpe-075-182-065-079.nc.res.rr.com) has joined #mythtv-users
[19:08:24] GingerTrain: I tried to set up two 950Q cards today on mythtv 0.27. However, the second card (whichever card happens to be the second one added in mythtv-setup) never gets a lock on any channel. The first one always works, as does either one if it is the only card set up. Does anyone have any idea what may be going on here?
[19:09:16] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has joined #mythtv-users
[19:09:56] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Read error: Connection reset by peer)
[19:13:24] doev (doev!~doev@p4FD40340.dip0.t-ipconnect.de) has quit (Remote host closed the connection)
[19:14:36] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has joined #mythtv-users
[19:16:11] davidbrooke (davidbrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Read error: Connection reset by peer)
[19:17:13] mrman: @gingertrain Have you set it up properly in the backend with video sorces and the lot for both cards?
[19:18:55] wagnerrp: if they're on the same antenna (or same cable), they're not supposed to have their own sources
[19:19:00] wagnerrp: they're supposed to share a single source
[19:21:20] GingerTrain: i have a single antenna split to both tuners and a single video source for both
[19:21:27] GingerTrain: i'll try setting up two different sources
[19:21:35] wagnerrp: no
[19:21:41] wagnerrp: use one source, mapped to both inputs
[19:21:47] wagnerrp: any other way is a misconfiguration
[19:21:53] GingerTrain: ok that's how i have it now
[19:22:07] wagnerrp: then that's correct
[19:24:40] GingerTrain: could it help for me to delete everything and start over? initially i just added the new card and mapped the video source i already had to the new card
[19:24:42] DavidBrooke (DavidBrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has joined #mythtv-users
[19:27:12] davidbrooke_ (davidbrooke_!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has joined #mythtv-users
[19:31:39] davidbrooke_ (davidbrooke_!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Ping timeout: 248 seconds)
[19:34:53] Darkchaos (Darkchaos!~mephisto@i59F7A7A7.versanet.de) has joined #mythtv-users
[19:42:53] ctmjr (ctmjr!~chuck@pdpc/supporter/active/ctmjr) has joined #mythtv-users
[19:48:50] GingerTrain (GingerTrain!~andrew@cpe-075-182-065-079.nc.res.rr.com) has left #mythtv-users ()
[20:00:06] Steve-Goodey (Steve-Goodey!~SteveGood@host86-132-98-69.range86-132.btcentralplus.com) has quit (Ping timeout: 264 seconds)
[20:07:51] Steve-Goodey (Steve-Goodey!~SteveGood@host86-132-98-69.range86-132.btcentralplus.com) has joined #mythtv-users
[20:11:05] dougiel (dougiel!~doug@S0106744401495b56.wp.shawcable.net) has quit (Quit: Leaving)
[20:11:24] dougiel (dougiel!~doug@S0106744401495b56.wp.shawcable.net) has joined #mythtv-users
[20:11:30] tesla_dv (tesla_dv!~user@c-75-73-18-79.hsd1.mn.comcast.net) has joined #mythtv-users
[20:12:53] tesla_dv: Is there a known issue with time being off in the EPG after an upgrade to .27? When watching a show such as a movie that started an hour before the entire guide is offset to the movie start time. Changing to a 30-minute show updates the guide to the correct time.
[20:16:58] tesla_dv: I've also run mythfilldatabase which ends correctly. There are no errors in the logs. Time is set correctly on the frontend and backend. This is a change in behavior after upgrading from .26-fixes.
[20:17:28] tesla_dv: I've also reviewed the trac tickets and see nothing similar, maybe a corrupt database?
[20:18:20] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has quit (Quit: Konversation terminated!)
[20:20:48] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users
[20:25:55] pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has quit (Quit: Konversation terminated!)
[20:31:41] Oleg_ (Oleg_!~mythtv@pool-71-183-191-89.nycmny.east.verizon.net) has joined #mythtv-users
[20:31:49] lucas^: do any of the Ceton cards have the ability to receive Comcast on-demand? (Comcast's website mentions it briefly but no details on the internet)
[20:32:46] Oleg_: wagnerpp, I forgot what option I should pass to configure to prevent mythtv from compiling with libdvdread from /usr/local/include instead of using its own dvdread
[20:37:43] wagnerrp: i'll let you know when i figure that one out
[20:38:51] wagnerrp: the issue is that your manually specified include/link paths take precedence over the built in ones
[20:38:51] wagnerrp: and show up earlier when you go to build
[20:38:51] wagnerrp: it's also the reason why you run into problems if you try to build and have an existing version of mythtv installed
[20:41:01] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[20:48:16] skd5aner (skd5aner!~skd5aner@50-90-5-146.res.bhn.net) has joined #mythtv-users
[20:50:00] StevenR (StevenR!~foo@cpc14-sgyl28-2-0-cust18.18-2.cable.virginmedia.com) has quit (Remote host closed the connection)
[20:56:24] robink_ (robink_!~quassel@fatcat.creosotehill.org) has joined #mythtv-users
[20:56:25] robink_ (robink_!~quassel@fatcat.creosotehill.org) has quit (Changing host)
[20:56:25] robink_ (robink_!~quassel@unaffilated/robink) has joined #mythtv-users
[20:57:05] robink (robink!~quassel@unaffilated/robink) has quit (Ping timeout: 245 seconds)
[20:59:18] ankk (ankk!~user@88.252.103.247) has joined #mythtv-users
[20:59:20] ankk: hi
[20:59:43] ankk: i've a gigabyte u8000 usb tv. i'm using ubuntu 13 desktop 32bit version
[20:59:53] ankk: i can't watch tv over analog
[20:59:58] ankk: can you help me?
[21:01:24] wagnerrp: has ubuntu recognized your card and produced device nodes?
[21:01:59] tesla_dv: anyone have a guess on the earlier comment? driving my wife mad and sick of her screaming at me about the tv :D
[21:02:01] ankk: Bus 001 Device 002: ID 1044:7002 Chu Yuen Enterprise Co., Ltd Gigabyte U8000 DVB-T tuner
[21:02:06] wagnerrp: specifically, do you have a /dev/video0?
[21:02:10] ankk: lsusb shows my card like this
[21:02:19] ankk: nope i dont have dev/vidoe0
[21:02:31] wagnerrp: ankk: that means nothing, lsusb only enumerates devices on your USB bus
[21:02:38] wagnerrp: it doesn't mean the system actually supports them
[21:02:48] ankk: hm
[21:03:01] wagnerrp: the only information I can find about that card is from five years ago, at which point only digital support was available
[21:03:05] wagnerrp: http://linuxtv.org/wiki/index.php/Gigabyte_U8000-RH
[21:03:28] ankk: yes i read that.. but i wonder if there is any developments in five years
[21:04:16] antgel_ (antgel_!~topdog@5.28.177.194) has quit (Ping timeout: 256 seconds)
[21:04:25] wagnerrp: tesla_dv: this sounds like you're describing a UI issue, rather than any problem with the data itself
[21:05:03] ankk: wagnerrp how can i check ubuntu recognized my card or not?
[21:06:32] allesmueller_ (allesmueller_!~N@62-46-253-18.adsl.highway.telekom.at) has joined #mythtv-users
[21:06:51] wagnerrp: check your kernel logs
[21:07:05] wagnerrp: run 'dmesg', and see what happened when you plugged in your card
[21:07:27] ankk: /dev/input/event4
[21:07:35] ankk: name  : "IR-receiver inside an USB DVB re"
[21:08:11] allesmueller__ (allesmueller__!~N@62-46-248-59.adsl.highway.telekom.at) has quit (Ping timeout: 248 seconds)
[21:08:36] wagnerrp: right, that's not a video input
[21:08:54] wagnerrp: as you said, you do not have a /dev/video0 device
[21:09:06] tesla_dv: wagerrp: it does it on all skins
[21:09:08] wagnerrp: that means ubuntu has not loaded the proper drivers and recognized the card
[21:09:18] wagnerrp: do you have anything in /dev/dvb/?
[21:09:27] ankk: wagnerrp: http://pastebin.ca/2459516
[21:10:02] wagnerrp: so it sounds like you do have digital support, for DVB-T, but no analog support for PAL
[21:10:13] ankk: /dev/dvb/adapter0/demux0 /dev/dvb/adapter0/dvr0 /dev/dvb/adapter0/frontend0 /dev/dvb/adapter0/net0
[21:10:55] ankk: xc2028 1–0061: Could not load firmware xc3028-v27.fw <--- if this loads, will it work? (analog)
[21:11:07] wagnerrp: you'll have to talk to the linuxtv people
[21:11:14] wagnerrp: we just use tuners, we don't support them or write drivers
[21:11:22] ankk: hmm
[21:11:45] tesla_dv (tesla_dv!~user@c-75-73-18-79.hsd1.mn.comcast.net) has quit (Quit: Leaving)
[21:14:34] JimBaxter (JimBaxter!~jbaxter@jimbax.plus.com) has joined #mythtv-users
[21:15:42] JimBaxter (JimBaxter!~jbaxter@jimbax.plus.com) has quit (Client Quit)
[21:23:18] ankk: wagnerrp: http://pastebin.ca/2459519 i installed other analog firmware
[21:23:25] ankk: does it change something?
[21:27:43] trumee (trumee!~parul@93.186.147.20) has quit (Read error: Connection reset by peer)
[21:29:26] wagnerrp: do you have a /dev/video0?
[21:30:03] DavidBrooke (DavidBrooke!~davidbroo@c-69-180-207-35.hsd1.tn.comcast.net) has quit (Quit: Ex-Chat)
[21:31:35] ankk: nope
[21:31:59] trumee (trumee!~parul@93.186.147.20) has joined #mythtv-users
[21:32:05] wagnerrp: then it's out of our hands
[21:32:44] wagnerrp: mythtv's part only really starts once you have a functioning tuner
[21:33:03] wagnerrp: if you hang around here or the mailing list, you might eventually find someone with that tuner that could help
[21:33:11] wagnerrp: but you're likely better off trying in #linuxtv
[21:36:20] ankk: thank you
[21:36:47] ankk: i can't spend more hours for this tuner.. :(
[21:38:15] Darkchaos (Darkchaos!~mephisto@i59F7A7A7.versanet.de) has quit (Ping timeout: 252 seconds)
[21:43:34] SteveGoodey (SteveGoodey!~steve@host86-132-98-69.range86-132.btcentralplus.com) has quit (Quit: Konversation terminated!)
[21:48:57] wagnerrp: heh... i forgot to build ext2 support for my kernel
[21:51:40] mengo (mengo!~mengo@188-223-42-51.zone14.bethere.co.uk) has joined #mythtv-users
[21:54:48] mengoshmink (mengoshmink!~mengo@188-223-42-51.zone14.bethere.co.uk) has quit (Ping timeout: 240 seconds)
[22:03:39] robink_ is now known as robink
[22:10:00] GingerTrain (GingerTrain!~andrew@cpe-075-182-065-079.nc.res.rr.com) has joined #mythtv-users
[22:11:48] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Read error: Operation timed out)
[22:22:19] knightr (knightr!~Nicolas@mythtv/developer/knightr) has quit (Quit: Leaving)
[22:22:51] GingerTrain: I tried deleting everything and reconfiguring, but I'm still getting the same issue where the second card always only gets a partial lock
[22:23:19] GingerTrain: The two DVB cards are both using the same video source, so that should be fine
[22:23:47] GingerTrain: Any idea what else I can check
[22:23:48] GingerTrain: ?
[22:24:23] wagnerrp: is this issue only when using both cards simultaneously?
[22:24:48] GingerTrain: i'm not actually sure how to force it to use the second card when the first is available
[22:25:11] GingerTrain: i tried pressing the 'c' key but it only uses the first card
[22:25:39] wagnerrp: then how are you testing it?
[22:26:45] GingerTrain: i start a recording, which gets assigned to the first card
[22:26:53] GingerTrain: then watching live TV while that is going uses the second card
[22:26:59] GingerTrain: and that is when it fails to lock
[22:27:16] wagnerrp: try just recording two things on two different channels and see what happens
[22:28:48] [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users
[22:29:08] GingerTrain: the first one records, but the second sits on "tuning" for a few seconds, then "recorder failed"
[22:29:23] GingerTrain: this is when starting recordings from the program guide
[22:29:49] wagnerrp: !seen devinheitmueller
[22:29:50] MythLogBot: devinheitmueller was last seen 4 days 28 minutes 45 seconds ago
[22:30:24] wagnerrp: he wrote the driver for that card (950Q right?), so he might know if there are any quirks when you have multiple
[22:31:58] GingerTrain: ok thank you
[22:32:26] Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has quit (Read error: Connection reset by peer)
[22:33:05] knightr (knightr!~Nicolas@mythtv/developer/knightr) has joined #mythtv-users
[22:33:06] Mode for #mythtv-users by ChanServ!ChanServ@services. : +v knightr
[22:33:21] Led-Hed (Led-Hed!~LedHed@97-93-25-34.dhcp.snlo.ca.charter.com) has joined #mythtv-users
[22:56:10] croccydile: oh snip, gcc 4.7 marked stable in gentoo ><
[22:56:20] Led-Hed (Led-Hed!~LedHed@97-93-25-34.dhcp.snlo.ca.charter.com) has quit (Quit: Leaving)
[22:56:37] skd5aner (skd5aner!~skd5aner@50-90-5-146.res.bhn.net) has quit (Read error: Connection reset by peer)
[22:57:00] skd5aner (skd5aner!~skd5aner@50-90-5-146.res.bhn.net) has joined #mythtv-users
[23:10:43] Darkchaos (Darkchaos!~mephisto@i59F7A7A7.versanet.de) has joined #mythtv-users
[23:12:26] GingerTrain (GingerTrain!~andrew@cpe-075-182-065-079.nc.res.rr.com) has left #mythtv-users ()
[23:13:48] sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has quit (Ping timeout: 240 seconds)
[23:14:25] sl1ce (sl1ce!~johnathan@pool-100-0-73-123.bstnma.fios.verizon.net) has joined #mythtv-users
[23:18:18] [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving)
[23:25:07] Hydroponx (Hydroponx!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has quit (Read error: Connection reset by peer)
[23:25:25] Hydr0p0nX (Hydr0p0nX!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has joined #mythtv-users
[23:28:28] ralfp_ (ralfp_!~quassel@dslb-088-078-030-152.pools.arcor-ip.net) has joined #mythtv-users
[23:31:17] ralfp (ralfp!~quassel@dslb-092-073-177-154.pools.arcor-ip.net) has quit (Ping timeout: 248 seconds)
[23:32:49] Russ (Russ!foobar@pool-71-189-49-9.lsanca.fios.verizon.net) has left #mythtv-users ("Ex-Chat")
[23:35:05] awalls (awalls!~awalls@d-24-153-52-48.cpe.metrocast.net) has joined #mythtv-users
[23:37:57] rsiebert_ (rsiebert_!~quassel@g225058072.adsl.alicedsl.de) has joined #mythtv-users
[23:41:02] rsiebert (rsiebert!~quassel@g225049181.adsl.alicedsl.de) has quit (Ping timeout: 256 seconds)
[23:42:33] Hydroponx (Hydroponx!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has joined #mythtv-users
[23:42:56] Hydr0p0nX (Hydr0p0nX!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has quit (Ping timeout: 245 seconds)
[23:44:34] Hydr0p0nX (Hydr0p0nX!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has joined #mythtv-users
[23:47:06] Hydroponx (Hydroponx!~hydr@68-190-9-56.dhcp.dctr.al.charter.com) has quit (Ping timeout: 245 seconds)
[23:59:57] potbelly (potbelly!~potbelly@72.49.48.106) has joined #mythtv-users

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.