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

Daily chat history

Current users (0):

No one is currently logged into #mythtv-users

Error at /opt/beirdobot/share/beirdobot/web/includes/utils.php, line 120:
htmlentities() [function.htmlentities]: Invalid multibyte sequence in argument


Details:
    datetime:  2010-12-02 16:33:37 (UTC)
    errornum:  2
  error type:  Warning
error string:  htmlentities() [<a href='function.htmlentities'>function.htmlentities</a>]: Invalid multibyte sequence in argument
    filename:  /opt/beirdobot/share/beirdobot/web/includes/utils.php
  error line:  120

Error at /opt/beirdobot/share/beirdobot/web/includes/utils.php, line 120:
htmlentities() [function.htmlentities]: Invalid multibyte sequence in argument


Details:
    datetime:  2010-12-02 16:33:37 (UTC)
    errornum:  2
  error type:  Warning
error string:  htmlentities() [<a href='function.htmlentities'>function.htmlentities</a>]: Invalid multibyte sequence in argument
    filename:  /opt/beirdobot/share/beirdobot/web/includes/utils.php
  error line:  120
Sunday, December 11th, 2005, 00:00 UTC
[00:00:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) Quit ("http://0911.site.voila.fr/")
[00:05:00] linuxbomb (n=r0ot@216.170.30.37) Quit (Read error: 104 (Connection reset by peer))
[00:07:00] splAt1 is now known as splat1
[00:08:00] fir3st0rm (n=fabian@K80bd.k.pppool.de) Quit ("Verlassend")
[00:17:00] eskil (n=eskil@adsl-69-105-39-108.dsl.pltn13.pacbell.net) has joined #mythtv-users
[00:17:00] ** Mersault yawns **
[00:17:00] Mersault: that was a nice nap.
[00:20:00] miyavi (n=miyavi_j@modem9-as2.mendoza.uolsinectis.com.ar) has joined #mythtv-users
[00:21:00] miyavi (n=miyavi_j@modem9-as2.mendoza.uolsinectis.com.ar) has left #mythtv-users
[00:22:00] Hoxzer_ (n=niko@a84-230-177-215.elisa-laajakaista.fi) has joined #mythtv-users
[00:29:00] Raven_301 (n=raven_30@Kitchener-HSE-ppp3574156.sympatico.ca) Quit (Connection timed out)
[00:29:00] Mersault: anyone around to help me figure out why mythtv isn't compiling for me?
[00:33:00] eskil: Mersault, maybe...
[00:34:00] eskil: Mersault, want to post the error on pastebin ?
[00:34:00] Mersault: http://pastebin.ca/33240 is the body of the issue
[00:34:00] Mersault: and I'll gladly answer any questions about my build environment
[00:35:00] Mersault: I'm using a script to build the package, it's part of my distro's package system. kind of like an emerge file for gentoo
[00:35:00] Mersault: or whatever they're called in gentoo
[00:36:00] Hoxzer_: Hurry hurry step right on in
[00:36:00] jonK: well for starters, i dont think you have the qt development headers/libraries installed
[00:37:00] Mersault: they're in /usr/include/qt
[00:37:00] jonK: have you tried just building from regular source?
[00:38:00] eskil: Mersault, you may have them in /usr/include/qt, but there's no -I/usr/include/qt being passed to g++.
[00:39:00] Mersault: so, would I pass that on the command line or edit the Makefile?
[00:40:00] eskil: Mersault, configure should've added it to the makefile
[00:40:00] eskil: Mersault, did you run configure, qmake and all that ?
[00:40:00] Mersault: yup
[00:41:00] eskil: oh yeah, it's in the paste... doh
[00:41:00] Ginsu_Squirrel (n=squirrel@gentoo/user/ginsu-squirrel) has joined #mythtv-users
[00:41:00] Ginsu_Squirrel: is it possible to run 2 frontends on one computer?
[00:41:00] Mersault: http://pastebin.ca/33252 is the script
[00:42:00] Zstate (n=Zstate@cpe-071-069-158-090.nc.res.rr.com) has joined #mythtv-users
[00:42:00] Krazylegz: Ginsu_Squirrel: Sure, but you may need different users, and you will for sure want different X displays.
[00:42:00] Ginsu_Squirrel: yeah, thats what i was thinkin, thanks
[00:42:00] Mersault: eskil the original script was for 0.17, so some of the earlier commands might not be necessary
[00:42:00] Ginsu_Squirrel: can a 3ghz celeron handle something like that?
[00:43:00] Ginsu_Squirrel: the backend would also be running on that box
[00:43:00] Krazylegz: Hmm.
[00:43:00] Krazylegz: I wouldn't know. :-(
[00:43:00] Mersault: but I've tried it without the script, and just following what it says in the mythtv install guide
[00:43:00] Mersault: same problem
[00:44:00] eskil: well, you can go and manually add -I/usr/include/qt3 all over the place, but that's a bit of a pain.
[00:44:00] Mersault: right. is there *one* place I can add it that it'll work?
[00:44:00] Mersault: on the command line is fine, since I can just add it in the script and forget about it
[00:44:00] Mersault: although, I'd like a more elegant solution
[00:44:00] simcop2387 (n=simcop23@p3m/member/simcop2387) has joined #mythtv-users
[00:46:00] eskil: well, you could change the buildscript, so that it inserts it for CXXFLAGS and CFLAGS for all makefiles.
[00:47:00] Mersault: mmm
[00:47:00] Mersault: I guess I'll have to do this for mythplugins and myththemes as well
[00:49:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 104 (Connection reset by peer))
[00:50:00] eskil: Mersault, when you said you tried without the script, did you try it on a clean tree ? or had the script already been run ? (since it does a bunch of substitures on the .pro files)
[00:50:00] Mersault: clean tree
[00:50:00] Mersault: each time the script gets run it's a clean tree as well
[00:52:00] tstm (i=tstm@YYYMKXLV.dsl.saunalahti.fi) Quit (Read error: 104 (Connection reset by peer))
[00:52:00] Mersault: what if I just export CFLAGS to include -I/usr/include/qt before running ./configure
[00:52:00] Mersault: is that all this will take?
[00:52:00] Mersault: to fix it that is
[00:53:00] eskil: Mersault, might be, but set both CFLAGS and CXXFLAGS (hell, do CPPFLAGS as well, just to be sure)
[00:53:00] simcop2387: it might fix it
[00:53:00] Mersault: well, the script is running, with CFLAGS and CXXFLAGS.
[00:53:00] Mersault: so we'll see how it goes
[00:54:00] Mersault: I'll let you guys know in a few minutes when it finishes
[00:54:00] Mersault: in the mean time. I need to make a trip to the beer fridge
[00:59:00] splat1 is now known as splAt1
[01:07:00] Mersault: well, it's a different error this time
[01:09:00] Mersault: '/bin/sh: line 0: cd: /usr/lib/qt/src/moc: No such file or directory
[01:09:00] eskil: pastebin...
[01:09:00] Mersault: which moc tells me it's in /usr/bin
[01:09:00] eskil: your system is strange
[01:10:00] Mersault: yeah, somewhat
[01:10:00] Mersault: it doesn't follow redhat or debiens ideals, that's for sure
[01:12:00] eskil: Don't know what to say, if a fresh untar + build doesn't work, there's something off with your distro.
[01:13:00] Mersault: it's not that it's off... it's just got a different... philosophy
[01:13:00] Mersault: anyway, usually it's not a problem. really, it's not.
[01:13:00] Mersault: but most software doesn't hardcode locations for this very reason'
[01:13:00] Mersault: anyway... how can I tell mythtv where to find moc?
[01:14:00] ** Mersault is using this distro for it's very small footprint. and very few services running. it's only a couple of steps removed from LSF **
[01:15:00] eskil: Mersault, what about other qt3 programs ? do they compile ?
[01:16:00] Mersault: eskil yup
[01:16:00] eskil: Mersault, if so, you might want to look at what's the difference.
[01:16:00] eskil: Mersault, or try and pass MOC=/usr/bin/moc along with CXXFLAGS and all that.
[01:20:00] Mersault: I'll let you know
[01:21:00] tanq: and now i almost have my remote working
[01:23:00] eskil: Mersault, gotta jet, coffeeshop closing...
[01:23:00] eskil (n=eskil@adsl-69-105-39-108.dsl.pltn13.pacbell.net) has left #mythtv-users
[01:31:00] fryfrog: does anyone know why I would get buzzing through my tv speakers when i hook up the audio cable *and* video?
[01:31:00] fryfrog: ifi unhook audio, of course buzzing stops
[01:31:00] fryfrog: but if i also unhook video... it stops too
[01:35:00] djperegrine (n=djperegr@c-24-5-196-208.hsd1.ca.comcast.net) has joined #mythtv-users
[01:35:00] djperegrine: damn
[01:35:00] djperegrine: all the tickets are being closed up
[01:35:00] djperegrine: .19 is almost here :O
[01:36:00] Ginsu_Squirrel: .19... would that be what the current svn head is?
[01:36:00] Ginsu_Squirrel: or is that a brnach?
[01:38:00] djperegrine: I dunno
[01:38:00] djperegrine: just alot of stuff is getting done :O
[01:38:00] jonK: and will .19 use the new UI?
[01:38:00] Ginsu_Squirrel: ROFL
[01:38:00] djperegrine: it says .20 for that :O
[01:42:00] cwsmith (n=Ebless@72.24.100.173) has joined #mythtv-users
[01:42:00] cwsmith (n=Ebless@72.24.100.173) Quit (Client Quit)
[01:43:00] Klatuu: now to see if my modified mythtv lircrc will work with my firefly
[01:43:00] cwsmith (n=Ebless@72.24.100.173) has joined #mythtv-users
[01:43:00] cwsmith: so anyone have problems with myth video (watching videos) and having the remote working ?
[01:43:00] Ginsu_Squirrel: well mythvideo uses mplayer/xine
[01:44:00] AndyCap: cwsmith: unless you set up mplayer/xine in lircrc I don't think it will work
[01:44:00] Ginsu_Squirrel: does myth stop listening on lirc when it doesnt have focus?
[01:44:00] cwsmith: ok so any good place on how to set it up (it works for myth fine )
[01:45:00] Ginsu_Squirrel: cwsmith: you need to make an lircrc for what3ever progrma you need the same way you did it for myth
[01:45:00] cwsmith: but once i start avi mpg or something i have to hit escape to exit vid then remote works again
[01:45:00] cwsmith: aww ok
[01:45:00] cwsmith: that hepls
[01:45:00] cwsmith: helps
[01:45:00] cwsmith: where config go ?
[01:45:00] cwsmith: for mplayer
[01:46:00] Ginsu_Squirrel: the mplayer docs talk about how to do it
[01:46:00] cwsmith: ok cool thanks
[01:48:00] Spida_ (i=Spida@p508A0607.dip0.t-ipconnect.de) has joined #mythtv-users
[01:50:00] Klatuu: grrr
[01:51:00] cwsmith (n=Ebless@72.24.100.173) Quit ("I am Using Ebless ScripT v8 Special For Ops, If you Want Best Channel Protection, DownLoad your Copy From - http://i.am/Ebles)
[01:52:00] Discipulus (n=disc@pool-71-244-212-121.chi01.dsl-w.verizon.net) has joined #mythtv-users
[01:52:00] Klatuu: so close yet so far
[01:53:00] tweak_st: can you watch and record a show at the same time with pvr-500?
[01:53:00] eidolon: happiness is sitting around the Myth box with the family playing old Nintendo games.
[01:55:00] Gumby (n=gumby@unaffiliated/gumby) has joined #mythtv-users
[01:56:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) Quit ()
[01:58:00] tanq: arg
[01:58:00] tanq: ok i need a quick fix to this remote
[01:58:00] Klatuu: happiness is having a working mythtv box
[01:58:00] tanq: i'm gettting errors on make
[01:58:00] tanq: for lircd
[01:59:00] tanq: s/d//
[01:59:00] dev-: errors suck!
[01:59:00] Spida (i=Spida@p508A3F36.dip0.t-ipconnect.de) Quit (Connection timed out)
[01:59:00] tanq: something about I2C_ALGO_BIT being used for the first time
[01:59:00] dev-: have i2c bitbanging support compiled in your kernel?
[01:59:00] eidolon: Klatuu: and i am happy :)
[01:59:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) has joined #mythtv-users
[01:59:00] ** Klatuu only uses lirc CVS **
[01:59:00] tanq: dev-: yeah
[02:00:00] ** Klatuu is close to having a working mythtv box **
[02:00:00] ** dev- has working multiple frontends and backends ;p **
[02:00:00]
[02:00:00] ** dev- is yippy for himself **
[02:00:00] Klatuu: my channel numbers are all fucked up though
[02:00:00] eidolon: i had problems with lirc + the hauppage remote, and i've switched to just using the joystickmenu stuff.
[02:00:00] eidolon: since i play games on it all the time, why not just use the joystick?  :)
[02:00:00] dev-: i use the hauppage remotes on 2 frontends, works fine
[02:00:00] ** Klatuu is waiting for the price to plummet on old xbox hardware **
[02:01:00] Klatuu: then I will have multiple front ends
[02:01:00] Klatuu: all tied to over a terabyte for TV storage
[02:01:00] dev-: but will you gain clue in the process? :)
[02:02:00] Klatuu: I have plenty of clue
[02:02:00] eidolon: heh. with the new drie, i'll be at around 700gig for storage. not a terabyte :)
[02:02:00] eidolon: wow. i wonder how legal romnation.net is.
[02:02:00] Klatuu: frys has a terabyte NAS for $699
[02:02:00] eidolon: they seem to have a heck of a lot of stuff.
[02:02:00] eidolon: Klatuu: hah.
[02:02:00] Klatuu: it is tempting
[02:02:00] eidolon: i did the woot thing and i have 2 250gig drives for $50 each.
[02:03:00] Klatuu: refurbs though
[02:03:00] eidolon: yeah, but still warranteed.
[02:03:00] eidolon: and heck, $50. get a handful of 'em :)
[02:03:00] eidolon: i'm still only on one box though. mfe and mbe are on the same hardware.
[02:03:00] Klatuu: I need a more than 2 port SATA card that works with linux
[02:04:00] Klatuu: IDE sucks for lots of disks
[02:04:00] dev-: thats why i have 4 tuners split in half on 2 backends
[02:04:00] dev-: each have 300gig
[02:04:00] eidolon: dev-: i bow to your greater geekpile.
[02:05:00] Klatuu: my terabyte is on a different server and is for the final resting place of shows I download
[02:05:00] Klatuu: and maybe record
[02:05:00] dev-: been useing myth for a while :P its addictive. yo ustart with one box, then you wind up with boxes all over the place
[02:05:00] Klatuu: if I can get myth recording again
[02:05:00] eidolon: i'm not that invested into the hardware yet. i have a functional, working, useable box now. (thanks to knoppmyth for the most part). my total cash outlay has been < $300 probably. mostly cuz i'm using 'recycled' hardware here at home.
[02:05:00] dev-: my laptop is a mythfrontend as well, so i can watch tv on the shitter, in the kitchen, in the garage while im working on the car, wherever the 802.11g will reach heh
[02:05:00] crouton: hell, if i can just get mythtv working again... swapping nvidia for ati is a huge pita
[02:06:00] Klatuu: ati and linux don't mix
[02:06:00] eidolon: crouton: why bother?
[02:06:00] crouton: no kidding
[02:06:00] crouton: eidolon: cause i don't want to have to go buy a nvidia card
[02:06:00] dev-: ati works fine for myth
[02:06:00] crouton: but its so much hassle....
[02:06:00] dev-: but getting 3d and the like working isnt too much fun..
[02:06:00] eidolon: nvidia cards are -dirt- cheap.
[02:06:00] dev-: one of my frontends has an ati card in it
[02:06:00] eidolon: MX4000 card will run you $30.
[02:07:00] eidolon: 0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
[02:07:00] eidolon:
[02:07:00] eidolon: :) :)
[02:07:00] eidolon: (i know that's not an mx4000
[02:07:00] Klatuu: sounds like an embedded video card
[02:07:00] Klatuu: bleah
[02:07:00] eidolon: it isn't.
[02:07:00] crouton: yeah, i had a 4400 that died
[02:08:00] eidolon: it's an installed card.
[02:08:00] Klatuu: I have a FX5200 in my frontend
[02:08:00] crouton: hmm... just need a nvidia with svideo out.... $30 ain't too bad versus the hassle of ATI...
[02:08:00] dev-: dude just install the fglrx driver and you'll be golden
[02:09:00] dev-: 0000:02:00.0 VGA compatible controller: ATI Technologies Inc Radeon R300 NE [Radeon 9500 Pro] (prog-if 00 [VGA])
[02:09:00] dev-: works fine..
[02:09:00] eidolon: crouton: http://www.newegg.com/Product/Product.asp?Item=N82E16814150055
[02:09:00] dev-: only ones you're going to have a problem on is radeon mobile
[02:10:00] Klatuu: I need to boot into windows
[02:10:00] Klatuu: bleah
[02:10:00] eidolon: you mean like: 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 02)
[02:10:00] eidolon: ?  :)
[02:11:00] eidolon: (my laptop)
[02:12:00] dev-: its doable, but its not fun
[02:13:00] malaTG (n=Miranda@malas-dator.olf.sgsnet.se) has joined #mythtv-users
[02:14:00] jonK (i=js2638@xmission.xmission.com) Quit ("BitchX-1.1-final -- just do it.")
[02:14:00] Gumby (n=gumby@unaffiliated/gumby) Quit ("Leaving")
[02:15:00] Gumby (n=gumby@unaffiliated/gumby) has joined #mythtv-users
[02:15:00] eskil (n=eskil@adsl-66-120-85-202.dsl.snfc21.pacbell.net) has joined #mythtv-users
[02:16:00] crouton: dev-: I have, but it keeps freezing.
[02:16:00] crouton: I'm not sure I want to go through the hassle of grabbing the latest driver off of ati.com
[02:16:00] tanq: does the wintv pvr x50 remote use lirc_2c ?
[02:17:00] tanq: lirc_i2c
[02:17:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) Quit ()
[02:18:00] crouton: le sigh
[02:18:00] crouton: think so, tanq
[02:19:00] crouton: you can check the docs on the MythTV site, pretty sure they mention which module those remotes use
[02:21:00]
[02:21:00] mirak (n=mirak@ip-71.net-81-220-111.rev.numericable.fr) Quit (Remote closed the connection)
[02:23:00] tanq: whatelse can i try aside from lirc that will work with myth
[02:24:00] Klatuu: why would channum and freqid not be the same in my channel listings?
[02:24:00] crouton: don't know, sorry
[02:24:00] Klatuu: they are way off
[02:25:00] Klatuu: no channum higher than 10
[02:25:00] tanq: You will have to use the lirc_i2c kernel module.
[02:26:00] tanq: does that mean i need a kernel recompile?
[02:26:00] eskil is now known as eskil|tv
[02:26:00] crouton: if you don't have it as a module in the kernel, possibly
[02:27:00] tanq: what is the exact value when i'm looking at make menuconfig
[02:28:00] crouton: i think it's under device drivers/ i2c
[02:29:00] tanq: hmm. dont think so..
[02:29:00] twisted_one (n=mmschnei@c-24-15-99-247.hsd1.il.comcast.net) has joined #mythtv-users
[02:29:00] crouton: definitely under device drivers, towards the bottom.. maybe?
[02:29:00] kartoAWAY (n=katom@host217-42-162-178.range217-42.btcentralplus.com) Quit (Read error: 104 (Connection reset by peer))
[02:29:00] tanq: is it going to say lirc?
[02:30:00] Klatuu: hrmm
[02:30:00] Klatuu: that is interesting
[02:31:00] Klatuu: channum is only VARCHAR 1
[02:33:00] Gumby (n=gumby@unaffiliated/gumby) Quit (Remote closed the connection)
[02:34:00] Gumby (n=gumby@unaffiliated/gumby) has joined #mythtv-users
[02:39:00] tanq: crouton: any other ideas
[02:40:00] crouton: nope, sorry tanq
[02:40:00] crouton: keep asking, somebody here has to know enough to help you out more
[02:42:00] emes (n=emes@pdpc/supporter/student/emes) has joined #mythtv-users
[02:42:00] tanq: heh
[02:42:00] tanq: well i found the irda stuff it's under networking
[02:42:00] crouton: irda?
[02:43:00] Klatuu: irda does not work as a remote control
[02:44:00] Klatuu: ignore it in regards to lirc
[02:44:00] Klatuu: there is no more lirc support in the kernel
[02:45:00] tanq: ok so what is this error i am getting when compiling against 2.6.14 about having to use the lirc_i2c kernel module
[02:46:00] Klatuu: are you compiling lirc from a package or CVS
[02:47:00] Klatuu: the packages are kinda stale the last time I checked
[02:48:00] tanq: i tried to emerge it first that failed and then i tried to compile from the 0.7.2 tarball
[02:48:00] Klatuu: lirc_i2c module
[02:48:00] Klatuu: oh
[02:48:00] Klatuu: use the CVS stuff
[02:48:00] Klatuu: the stuff in portage is flaky
[02:48:00] Goose-Npa: with the hauppage pvr anyonw know anyway i can braodcast live video ovr the internet from my camcorder
[02:48:00] emes: i have a pvr-250 (records mpeg2), the settings for how to transcode it after recording would be under recording profiles, transcoders, from mpeg2, correct?
[02:51:00] Klatuu: yay
[02:51:00] Klatuu: I fixed my database
[02:51:00] tanq: yay
[02:51:00] tanq: now to see if it will load
[02:51:00] Klatuu: channum is now VARCHAR 4
[02:52:00] tanq: how come irw doesnt really do anything
[02:52:00] tanq: i mean.. like i exec it but then i get a prompt right away
[03:03:00] purplefro1 (n=thoth@68-114-19-23.dhcp.gwnt.ga.charter.com) has joined #mythtv-users
[03:03:00] GiantPickle (n=GiantPic@S0106006008bd147d.gv.shawcable.net) Quit (Remote closed the connection)
[03:10:00] purplefro1 (n=thoth@68-114-19-23.dhcp.gwnt.ga.charter.com) has left #mythtv-users
[03:13:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) has joined #mythtv-users
[03:17:00] Ginsu_Squirrel (n=squirrel@gentoo/user/ginsu-squirrel) Quit ("Leaving")
[03:20:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) Quit ()
[03:22:00] ojin (n=bbee383@c-24-3-165-244.hsd1.pa.comcast.net) Quit ()
[03:24:00] emes (n=emes@pdpc/supporter/student/emes) has left #mythtv-users
[03:32:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep")
[03:36:00] tanq: crap
[03:36:00] tanq: now my tuner card doesnt work..
[03:36:00] djperegrine: weak :(
[03:37:00] tanq: i had my tuner card working, remote wasnt.. now my remote works and my tuner card doesnt
[03:37:00] ** tanq sighs **
[03:37:00] tanq: ioctl: VIDEO_STATUS = Bad
[03:37:00] tanq: got that from ivtvctl -I
[03:44:00] stealth_ (n=stealth@user-0cej0bf.cable.mindspring.com) Quit (Remote closed the connection)
[03:46:00] sunny is now known as sunny2
[03:52:00] daniel_bergamini (n=daniel_b@67.54.222.30) has joined #mythtv-users
[03:52:00] jams (n=jams@CPE-72-131-1-20.wi.res.rr.com) has joined #mythtv-users
[04:01:00] Nem^1 (n=Nem@p54ABFB54.dip.t-dialin.net) has joined #mythtv-users
[04:03:00] systemofadown: does mysql 5.0 work with mythtv?
[04:05:00] poop: This bt878 module seems to be preventing the bttv sound modules from working.
[04:06:00] poop: looks like DVB stuff
[04:07:00] poop: Hmm. It's even blacklisted.
[04:07:00] GreyFoxx: systemofadown: Only with svn, not with 0.18 release
[04:11:00] Gumby (n=gumby@unaffiliated/gumby) Quit (Success)
[04:11:00] systemofadown: ok anyone have any gentoo ebuild for the svn?
[04:12:00] Gumby (n=gumby@unaffiliated/gumby) has joined #mythtv-users
[04:13:00] Zstate (n=Zstate@cpe-071-069-158-090.nc.res.rr.com) Quit ("Leaving")
[04:13:00] systemofadown: ok is there a cvs tree still right?
[04:15:00] Krazylegz: SVN.
[04:17:00] crouton: i love subversion.. mostly
[04:17:00] t00m (n=tom@203-59-65-68.dyn.iinet.net.au) has joined #mythtv-users
[04:17:00] GreyFoxx: stopped using cvs long time ago now. It's all moved to svn
[04:22:00] daniel_bergamini (n=daniel_b@67.54.222.30) Quit ("Trillian (http://www.ceruleanstudios.com")
[04:23:00] Nem^ (n=Nem@p54ABDF75.dip.t-dialin.net) Quit (Read error: 110 (Connection timed out))
[04:36:00] Bonkers: anyone know why things like space being sent to mythtv works by irxevent, but a-z and 0–9 don't?
[04:39:00] Klatuu (n=blah@71-35-116-67.tukw.qwest.net) Quit ("Leaving")
[04:40:00] pookSter (i=retSkoop@d57-182-197.home.cgocable.net) has left #mythtv-users
[04:44:00] croppa (i=user199@135.27.233.220.exetel.com.au) Quit (Read error: 113 (No route to host))
[04:45:00] tweak_st (n=k@c-67-177-29-181.hsd1.ut.comcast.net) Quit (Read error: 110 (Connection timed out))
[04:49:00] croppa (i=user199@135.27.233.220.exetel.com.au) has joined #mythtv-users
[04:49:00] loopdee (n=nick@adsl-156-160-71.mia.bellsouth.net) has joined #mythtv-users
[04:50:00] loopdee: how do i tell the bttv to use what card and what tuner during boot, instead of have to manually rmmod and modprobe after boot?
[04:54:00] loopdee (n=nick@adsl-156-160-71.mia.bellsouth.net) Quit ("Leaving")
[04:54:00] kartoAWAY (n=katom@host217-42-162-178.range217-42.btcentralplus.com) has joined #mythtv-users
[04:57:00] SlicerDicer- (n=Slicer@70.89.135.154) Quit (Remote closed the connection)
[05:00:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) has joined #mythtv-users
[05:00:00] SlicerDicer- (n=Slicer@www.macceketh.com) has joined #mythtv-users
[05:08:00] Gumby: crouton: lol @ mostly
[05:08:00] crouton: so true though
[05:09:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) Quit ("http://0911.site.voila.fr/")
[05:10:00] kartoAWAY is now known as kartom
[05:11:00] kartom: totally unrelated, but is there anyone with BTbroadband having difficulty browsing?
[05:12:00] ** kartom mumbles as he cusses btbroadbands service lately **
[05:12:00] crouton: UK? not i, over in the states here
[05:13:00] kartom: i thought it was a long shot to find someone awake at this time in the UK.. hehe
[05:13:00] eskil|tv is now known as eskil
[05:14:00] crouton: 5am-ish over there, eh?
[05:14:00] kartom: yup
[05:14:00] Krazylegz: Yowza.
[05:14:00] crouton: rather
[05:15:00] kartom: lol
[05:15:00] kartom: hey ... the works gotta be done
[05:15:00] crouton: haha, what works?
[05:16:00] kartom: work's even
[05:17:00] ** kartom realises the DNS servers are faultering ... annoying... **
[05:26:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) has joined #mythtv-users
[05:34:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users
[05:37:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[05:39:00] hiren (n=hiren@c-67-170-243-17.hsd1.ca.comcast.net) Quit ()
[05:40:00] eskil (n=eskil@adsl-66-120-85-202.dsl.snfc21.pacbell.net) Quit ("Leaving")
[05:40:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) Quit ("http://0911.site.voila.fr/")
[05:41:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[05:42:00] Goshen (n=Goshen@c-67-172-238-57.hsd1.ut.comcast.net) has joined #mythtv-users
[05:42:00] Goshen: Stepmania needs to be added to the games area :)
[05:42:00] Goshen: its an open source dance game like DDR
[05:43:00] djperegrine: eh
[05:44:00] djperegrine: its not that fun using the keyboard
[05:46:00] Krazylegz: Use the remote?
[05:46:00] crouton: ahaha
[05:46:00] eskil (n=eskil@adsl-66-120-85-206.dsl.snfc21.pacbell.net) has joined #mythtv-users
[05:46:00] crouton: now *that's* a workout
[05:47:00] Krazylegz: Dual remotes.
[05:47:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[05:47:00] Cardoe: I should have bought either an ATI card or Nvidia card today at work
[05:48:00] Krazylegz: You've been at work today?
[05:48:00] Krazylegz: Guess it wasn't a full shift.
[05:51:00] Goshen: djperegrine: use dance mats attached to your front end?
[05:51:00] tweak_st (n=k@c-67-177-29-181.hsd1.ut.comcast.net) has joined #mythtv-users
[05:59:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[06:00:00] djperegrine: lol
[06:04:00] Cardoe: Krazylegz: it's 1am
[06:04:00] Cardoe: Krazylegz: I'm a college student
[06:05:00] Cardoe: I work at Best Buy
[06:06:00] crouton: i'm sorry
[06:06:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[06:07:00] Cardoe: crouton: why?
[06:07:00] crouton: i've been disappointed repeatedly by bestbuy
[06:08:00] Cardoe: they're better then Circuit City or one of the many other crappy electronics retailers IMHO
[06:08:00] crouton: selection, maybe. not service.
[06:08:00] Cardoe: that's based on before I started working there.
[06:09:00] Cardoe: actually, I'd say the other way around
[06:09:00] Cardoe: maybe the one by you is just crappy.
[06:09:00] crouton: all the ones by me are crappy. :)
[06:09:00] Cardoe: Most of the people I work with like our jobs.
[06:09:00] Cardoe: And we like who we work with
[06:10:00] Cardoe: and we're nerdy about our departments even out of work
[06:10:00] Cardoe: And we just got a $200 bonus on our paychecks cause we had one of the highest customer service scores in the company
[06:11:00] crouton: congrats then
[06:11:00] Cardoe: biggest percentage of customers marking the "5" box or whatever the highest box is.
[06:11:00] ** Cardoe shrugs. **
[06:11:00] Cardoe: Not like I really care.
[06:11:00] Cardoe: but the extra pay is nice.
[06:11:00] kartom (n=katom@host217-42-162-178.range217-42.btcentralplus.com) Quit (Read error: 110 (Connection timed out))
[06:11:00] Cardoe: I think another reason why our store does so good is cause of the town
[06:11:00] Cardoe: we're in a town where the whole big thing is the college
[06:12:00] Cardoe: and surrounding counties come here
[06:12:00] Cardoe: So we have a large coverage area
[06:12:00] crouton: ah
[06:12:00] Cardoe: with a lot of potential workers
[06:12:00] Cardoe: 50,000 students
[06:12:00] Cardoe: so that means crappy pay and crappy treatment of employees if you're a college student laborer
[06:12:00] Cardoe: Any job on campus is automatic minimum wage
[06:13:00] Cardoe: if you're a student
[06:13:00] Cardoe: TAs make 30 cents more
[06:13:00] Cardoe: which is unheard of at other schools
[06:13:00] Cardoe: after 12 months you get a 3% raise
[06:13:00] Cardoe: Go to any place to work you're talking 50 cents to a dollar above minimum wage
[06:14:00] Cardoe: and most places you can just feel that everyone hates their job.
[06:14:00] crouton: indeed.
[06:14:00] Cardoe: because we really do
[06:14:00] Cardoe: because people get fired for stupid reasons
[06:14:00] Cardoe: because every place there's tons of people applying
[06:14:00] Cardoe: my last job before this... they had automatic "pay raises" every 9 months
[06:15:00] Cardoe: but every employee that wasn't management was fired for some reason or another before their 9 month period
[06:16:00] Cardoe: my girlfriend got fired from her waitressing job because she said for scheduling she was unavailable 2 nights that week
[06:16:00] Cardoe: Friday night and Saturday night. one for a test and 1 for her 21st birthday
[06:16:00] Cardoe: she was fired for being unreliable
[06:16:00] Cardoe: It's really sick
[06:16:00] crouton: waitressing is rough, high turnover
[06:16:00] Cardoe: No one understands the "non-skilled" college/high school student job market in town
[06:17:00] Cardoe: Everyone I know has been fired from at least 1 job.
[06:17:00] Cardoe: I'm one of the few that hasn't
[06:17:00] Cardoe: But Best Buy is like the holy grail of jobs.
[06:17:00] crouton: i'm on my 4th since college graduation. but the pay has increased each time, and i'm finally permanent...
[06:17:00] Cardoe: Took me almost 4 years to get a job there
[06:17:00] Cardoe: But it's seriously worth it.
[06:17:00] Cardoe: They work around my schedule really well.
[06:18:00] Cardoe: They actually take care of the employees
[06:18:00] Cardoe: And I get paid pretty damn well
[06:18:00] Cardoe: for a college job at least.
[06:18:00] Cardoe: doesn't match the jobs I have when I go home
[06:19:00] Cardoe: Like working for BellSouth DSL tech support
[06:19:00] crouton: ugh
[06:19:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[06:19:00] Cardoe: heh
[06:19:00] Cardoe: I hate BellSouth
[06:19:00] Cardoe: But they pay me $22 an hour
[06:19:00] Cardoe: to call people back who the level 1 techs couldn't fix.
[06:19:00] crouton: ah, level2?
[06:19:00] Cardoe: yeah
[06:19:00] crouton: not bad
[06:20:00] Cardoe: 1st summer I worked there
[06:20:00] Cardoe: it was "8 weeks" of training
[06:20:00] Cardoe: but really a week or two and then you listened to someone answer a call... then took one yourself.
[06:20:00] Cardoe: but had someone next to you
[06:20:00] Cardoe: For like a week
[06:20:00] Cardoe: then you were on your own
[06:20:00] Cardoe: but if you screwed up you were still a trainee for like 4 weeks
[06:20:00] Cardoe: so you didn't get yelled at too bad.
[06:21:00] Cardoe: but after the 4 weeks... you screw up... don't keep your call volume high enough or whatever.. you'd get sent home early
[06:21:00] Cardoe: Cause BellSouth doesn't answer any of their calls.
[06:21:00] Cardoe: it's farmed out
[06:21:00] Cardoe: and this company makes money per call.
[06:21:00] Cardoe: But they make it on a tiered basis
[06:21:00] Cardoe: less for repeat callers
[06:22:00] Cardoe: and then it worked against them if a customer called about an issue more then like 2 times.
[06:22:00] Cardoe: So after like a week of me just answering questions during the training and being bored
[06:22:00] Cardoe: they told me to sit in on the level 2 callers
[06:22:00] Cardoe: so I did and they gave me a seat there and told me not worry about training
[06:22:00] Cardoe: I'd just call people back
[06:23:00] Cardoe: level 1 people are not allowed to spend more then 15 minutes on the phone with someone.
[06:23:00] Cardoe: cause they're the money makers
[06:23:00] Cardoe: level 2 are the solvers
[06:23:00] Cardoe: but there's 2 types of level 2
[06:23:00] Cardoe: the solvers and the hand-offs
[06:24:00] Cardoe: the hand-offs are just the stupid unintelligent level 1s that are just basically there to save a level 1 person from being on the phone for more then 15 min
[06:24:00] Cardoe: "Oh. We'll run a test on your line. Lemme set you up with a level 2 person."
[06:24:00] Cardoe: Yeah that
[06:24:00] Cardoe: that's crap.
[06:24:00] Cardoe: they basically call the CO and ask for a test
[06:24:00] crouton: you're rather talkative for 2am
[06:24:00] crouton: :)
[06:24:00] Cardoe: and a lot of times the CO engineer is just dragging his ass
[06:24:00] Cardoe: so it takes more then 15 min
[06:24:00] Cardoe: sorry. I'll shut up.
[06:25:00] crouton: no problem, just amused you've got so much to say. :)
[06:25:00] Cardoe: eh I can rant
[06:25:00] Cardoe: :-D
[06:26:00] Cardoe: If you had BellSouth I'd tell you the trick to get someone who knew anything, ask for a level 2 call-back
[06:26:00] Cardoe: That's what I did
[06:26:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[06:26:00] crouton: hah. i dropped bellsouth when i got a cell phone.
[06:26:00] Cardoe: Where I'd call people back and I'd hear how the first guy they talked to when they called had them delete the driver for their IDE device or something stupid like that.
[06:27:00] Cardoe: yeah I don't have BellSouth either
[06:27:00] Cardoe: I actually want their DSL right now
[06:27:00] Cardoe: because my apartment complex has some contract with this shitty cable company
[06:27:00] Cardoe: who's connection sucks.
[06:27:00] crouton: bah.. unbundled or nothing
[06:27:00] Cardoe: But BellSouth won't let me get DSL without their basic phone line
[06:27:00] Cardoe: which after taxes is $19.29
[06:27:00] crouton: exactly
[06:28:00] Cardoe: Last time I called to see if I could get it.
[06:28:00] Cardoe: the guy on the other end got an earful.
[06:28:00] Cardoe: And I made him go over 15 min
[06:28:00] Cardoe: for lying to me.
[06:28:00] Cardoe: And sure enough 16 min into the call he wanted to put me on hold to check something for me.
[06:28:00] crouton: hah
[06:28:00] Cardoe: Wouldn't be descriptive.
[06:29:00] Cardoe: They have floor managers
[06:29:00] Cardoe: and then area managers
[06:29:00] Cardoe: they all have a list of their people
[06:29:00] Cardoe: that sorts based on how long they've been on the phone
[06:29:00] Cardoe: at 10 min it'd go yellow
[06:29:00] Cardoe: at 15 it'd go red.
[06:29:00] Cardoe: they'd come yell at you when you got into red.
[06:30:00] Cardoe: I got the manager on the phone and gave him an earful too
[06:30:00] Cardoe: for trying to lie to me
[06:30:00] Cardoe: It was even the damn call center I work at over the summers.
[06:31:00] Cardoe: my cable company now blows.
[06:31:00] crouton: heh
[06:31:00] Cardoe: they basically rebroadcast DirecTV channels that they pick
[06:31:00] Cardoe: and pretty crappy too
[06:31:00] Cardoe: the channels bleed over each other
[06:31:00] Cardoe: like if the channel I'm watching goes black
[06:32:00] Cardoe: I can see fuzzy ghosting of the next channel up.
[06:32:00] Cardoe: which makes the picture always shitty
[06:32:00] Cardoe: and half the time at least 4–5 stations aren't tuned in
[06:32:00] systemofadown: how is working at best buy?
[06:32:00] Cardoe: cause their DirecTV receiver crashed
[06:32:00] Cardoe: systemofadown: awesome
[06:32:00] Cardoe: crazy busy right now
[06:32:00] Cardoe: but I'm making money
[06:32:00] Cardoe: which will be good once classes start again
[06:33:00] Cardoe: cause I'll have a little cushion for beer money
[06:33:00] systemofadown: how is working for "geek squad"
[06:33:00] Cardoe: I actually don't work over there.
[06:33:00] Cardoe: I help them out when they need an extra person
[06:33:00] Cardoe: I'm in digital cameras retardedly enough
[06:34:00] Cardoe: the one thing I knew the least about
[06:34:00] systemofadown: i put in app there online
[06:34:00] Cardoe: got my girlfriend a job in wireless
[06:34:00] Cardoe: they won't hire you now
[06:34:00] Cardoe: after the holiday's
[06:34:00] Cardoe: there's a freeze on hiring for the holidays
[06:34:00] Cardoe: cause they don't have time to train people
[06:35:00] Cardoe: and they don't want clueless people dealing with hordes
[06:35:00] systemofadown: ok so i should try after the first?
[06:35:00] Cardoe: It should stay in effect until January 10th
[06:36:00] systemofadown: ok what is the starting pay for best buy and geek squad
[06:36:00] Cardoe: To the world we consider until Jan 8th for all the holiday plans and specials
[06:36:00] Cardoe: it varies
[06:36:00] Cardoe: our store is low relative to other stores
[06:36:00] Cardoe: just cause the surrounding market is so low.
[06:36:00] systemofadown: so what is the pay at one your at
[06:36:00] Cardoe: again, depends on experience and stuff
[06:37:00] Cardoe: like geek squad you need some kind of external Cert
[06:37:00] systemofadown: i have A+, Network +, Linux+, LPIC 1
[06:37:00] systemofadown: the linux is worthless there i know
[06:38:00] eskil: It's as if I typed /join #bestbuyfanclub instead of #mythsomething.
[06:38:00] Cardoe: eskil: you did
[06:38:00] Cardoe: systemofadown: it's what sells
[06:38:00] Cardoe: We do get some Linux questions oddly enough
[06:38:00] Cardoe: A bunch of us are in the "know"
[06:38:00] Cardoe: but I'm the resident Linux guy
[06:39:00] systemofadown: i need a job that is not fast food for a change
[06:39:00] ** systemofadown will be glad never to set foot in another Wendy's ;) **
[06:40:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) has joined #mythtv-users
[06:41:00] Gumby: lol
[06:41:00] Gumby: I like wendys
[06:41:00] Cardoe: systemofadown: high school or college student?
[06:41:00] Gumby: chili&cheese baked potato, jr bacon cheeseburger, side caesar salad for just over $5CAD
[06:41:00] systemofadown: Cardoe: neither
[06:42:00] systemofadown: High School > < College
[06:42:00] eskil: I've had sex with a Wendy – just as good as the burgers.
[06:42:00] eskil: Actually, better.
[06:42:00] systemofadown: eskil: Comparing sex to food?
[06:43:00] systemofadown: anyone from ohio here?
[06:43:00] eskil: they're both about physical gratification.
[06:45:00] systemofadown: does the svn have qt4 support yet?
[06:47:00] eskil: nope, it's in the FutureDevelopment list.
[06:47:00] systemofadown: does best buy have any jobs that i don't have to deal with ppl a lot?
[06:47:00] systemofadown: dammit qt4 looks so cool
[06:47:00] systemofadown: kde 3.5 is sleek
[06:49:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[06:50:00] DeltaF (n=DeltaF@cpe-66-67-213-237.rochester.res.rr.com) has joined #mythtv-users
[06:51:00] Cardoe: systemofadown: product processing... basically inventory
[06:52:00] systemofadown: does that a lot less?
[06:52:00] systemofadown: *pay
[06:55:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[07:00:00] crouton: mythtv is so not worth all this hassle.
[07:01:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[07:01:00] mishehu: are recordings from a pvr250 interlaced or no?
[07:01:00] GreyFoxx: mishehu: Yes they are
[07:05:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[07:05:00] crouton (n=crouton@c-69-180-14-76.hsd1.ga.comcast.net) has left #mythtv-users
[07:08:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[07:15:00] poop: crouton: It needs to be shrinkwrapped.
[07:15:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[07:17:00] mishehu: GreyFoxx: know what recommended options shoudl be used for transcode to deinterlace? they give the option -I with about 5 different methods, and then there's the VirtualDub smartdeinter filter
[07:18:00] GreyFoxx: mishehu: I just used smartdeinter with transcode
[07:21:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[07:22:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) Quit ()
[07:25:00] mishehu: GreyFoxx: did you notice any "blinds" effects?
[07:25:00] mishehu: seems quite prevalent with cartoons
[07:25:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[07:28:00] Cardoe: GreyFoxx: what vid card do you have for output
[07:28:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) has joined #mythtv-users
[07:32:00] riksta: is there a plugin for mythtv that i can choose X amount of recordings and tell them to be burnt to a normal DVD for use in a dvd player?
[07:32:00] GreyFoxx: mishehu: Nope, never noticed that. Plus I've never transcoded a cartoon
[07:32:00] GreyFoxx: Cardoe: All GF4 MX440's
[07:32:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) has joined #mythtv-users
[07:39:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[07:41:00] Krazylegz: riksta: Someone was talking about a MythArchive about 2 months ago.
[07:42:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep")
[07:43:00] Krazylegz: riksta: 2 months to the day. Check the log for MythArchive on 10/10/05.
[07:43:00] riksta: ok
[07:43:00] riksta: ill check the lists
[07:45:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[07:46:00] Krazylegz: It doesn't exist, though.
[07:54:00] simcop2387: riksta: i've been working on something to do that, nothing substantial yet though, i'm still learning the mythtv codebase, and i'm working on how i want it to work too, it'll probably work by using svg or something similar for the menus (i'll probably use something less dependant on outside things though) i've already figured out a sane way to do the commercial skipping (e.g. we don't cut the files, commercial detection isn't perfect ye
[07:54:00] simcop2387: t, but it'll still skip and let you rewind or turn it off)
[07:57:00] riksta: cool
[07:57:00] simcop2387: sphings mytharchive would probably be something that'd be nicer (mine would be for completely stand alone dvd's e.g. mythtv doesn't know anything about them being burned) i'm sure we'll share alot of things together if either of us gets around to it
[07:57:00] Cardoe: GreyFoxx: real good picture?
[07:57:00] riksta: i'm quite surprised no-one has done it yet, i guess maybe because the legalities are a bit sketchy
[07:57:00] riksta: i guess it could never go into the base code
[07:58:00] simcop2387: i've got a mockup i made in inkscape at http://vdiddy.bounceme.net/~ryan/mythdvdr.png
[07:58:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[07:58:00] klk (n=klk@charter-241-213.caltech.edu) Quit ("bedtime")
[07:59:00] simcop2387: i will be able to create a generic dvdauthor xml file for doing it though, i just need to finish the glue for the whole thing
[08:00:00] simcop2387: mine will probably be a standalone perl script that requires inkscape at first until i learn the mythtv codebase (i plan on doing this this next week or so, i'll be setting up a mythtv box for my parents)
[08:03:00] Gumby: anyone here know much about the nvtv dual tuner cards?
[08:03:00] simcop2387: nvtv? whats nvidia tv out have to do with tuner cards :) (there is a program for nvidia cards tv out with that name )
[08:04:00] simcop2387: Gumby: i haven't had any experiance with them but i could sure try to bulls*** my way around it
[08:04:00] poop: "Tuner 1 is not available"
[08:04:00] poop: Thanks for not putting anything in my logfile, mythbackend.
[08:04:00] DeltaF (n=DeltaF@cpe-66-67-213-237.rochester.res.rr.com) Quit ("Chatzilla 0.9.68.5.1 [Firefox 1.5/undefined]")
[08:05:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[08:05:00] simcop2387: poop: lol
[08:05:00] xris (n=xris@xris.forevermore.net) Quit ("l8r")
[08:06:00] poop: Let me try to fuck it just so I know it's running
[08:07:00] poop: nothing
[08:07:00] poop: 2005-12–11 03:07:19.694 Getting next free recorder after : -1
[08:07:00] poop: 2005-12–11 03:07:19.698 Checking card 1. Best card so far -1
[08:08:00] poop: um
[08:09:00] poop: Sagetv looks better and better.
[08:09:00] aMMgYrP (n=rashaadj@ip70-186-178-254.br.br.cox.net) has joined #mythtv-users
[08:10:00] aMMgYrP: hola
[08:10:00] poop (n=rk@c-24-34-214-221.hsd1.ma.comcast.net) Quit ("I hate mythtv")
[08:10:00] banyan (n=banyan@S010600000a000001.cg.shawcable.net) has joined #mythtv-users
[08:10:00] GiantPickle (n=GiantPic@24.108.255.43) has joined #mythtv-users
[08:11:00] aMMgYrP (n=rashaadj@ip70-186-178-254.br.br.cox.net) Quit (Client Quit)
[08:13:00] simcop2387: wonder why poop's having so many problems
[08:13:00] banyan: Is anyone else having issues with ffmpeg-libpostproc needing upgrades but conflicting with transcode, mplayer and libquicktime.
[08:15:00] simcop2387: sounds like you'll need to reinstall/compile transcode mplayer and libquicktime
[08:15:00] banyan: well, I've been using yum.
[08:17:00] banyan: Trouble is that transcode and mplayer are mythtv-suite dependencies. I'm not too eager to remove all that junk...
[08:17:00] Krazylegz: Just use RPM and force them?
[08:17:00] banyan: that's badbadbad!
[08:17:00] Krazylegz: Oh.
[08:17:00] ** Krazylegz reads up more on LFS **
[08:17:00] banyan: heh
[08:20:00] banyan: I'm guessing that within a few days there'll be an update to some package or other that'll make things sync up. But I wanted to see if anyone here knew anything about that.
[08:20:00] ** Krazylegz hits the bottle **
[08:21:00] Krazylegz: Later guys and gals.
[08:21:00] Krazylegz (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) Quit ()
[08:23:00] t00m: weird, did anyone ever see a network card chaning it's mac address?
[08:23:00] t00m: a stupid realtek one
[08:24:00] banyan: well, you can tell your ip stack to use a different one.
[08:25:00] aMMgYrP (n=rashaadj@ip70-186-178-254.br.br.cox.net) has joined #mythtv-users
[08:25:00] aMMgYrP: y0 anyone up in here?
[08:25:00] banyan: one or two ppl
[08:26:00] aMMgYrP: cool
[08:26:00] t00m: banyan: that guy, whos computer changed address, doesn't know very much about that sort of stuff. i guess, he didn't talk to his ip stack :)
[08:26:00] aMMgYrP: I was wondering, what is the second easiest distro to install mythTV on? cuz knoppmyth is not cutting mustard
[08:28:00] t00m: i just installed in once
[08:28:00] t00m: don't ask me
[08:28:00] t00m: (and it's still not 100% working)
[08:28:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[08:35:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[08:36:00] aMMgYrP: well mine was 97% working still hadn't installed the games, and it seems to refuse to sync with the clock...
[08:36:00] simcop2387: aMMgYrP: personally i'd say gentoo but i'm a gentoo user
[08:37:00] banyan: I've installed myth many many times, I found fc4 is pretty easy but it's probably about the same as any typical distro.
[08:37:00] aMMgYrP: but thats prolly my fault for missetting the clock during setup... even though i reset it later
[08:37:00] simcop2387: i also chop apart lots of my system to do things the way i want
[08:37:00] aMMgYrP: well I was going to do ubuntu, but its not sending a TV out signal through my nvidia card :/
[08:38:00] banyan: That's just an x setup thing.
[08:41:00] splAt1 is now known as splat1
[08:41:00] aMMgYrP: is it a fixable xsetupthing?
[08:44:00] banyan: I don't know off the top of my head.
[08:47:00] aMMgYrP (n=rashaadj@ip70-186-178-254.br.br.cox.net) Quit ("Leaving")
[08:49:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[08:54:00] eskil (n=eskil@adsl-66-120-85-206.dsl.snfc21.pacbell.net) Quit ("Leaving")
[08:54:00] banyan (n=banyan@S010600000a000001.cg.shawcable.net) Quit ("I was here but now I'm gone. I left my name to turn you on!")
[08:56:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[09:05:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[09:05:00] splat1 is now known as splAt1
[09:06:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[09:07:00] Filip (n=Filip@sterrenbos.demon.nl) has joined #mythtv-users
[09:09:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[09:09:00] beavis (n=beavis@p54A78E02.dip0.t-ipconnect.de) has joined #mythtv-users
[09:11:00] djperegrine (n=djperegr@c-24-5-196-208.hsd1.ca.comcast.net) Quit (Read error: 104 (Connection reset by peer))
[09:16:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[09:22:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[09:26:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[09:38:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[09:46:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[09:50:00] Aneurys10 (n=aneurysm@68-235-106-30.kntnny.adelphia.net) has joined #mythtv-users
[09:54:00] fatmatt (n=fatmatt@c210-49-164-244.thoms1.vic.optusnet.com.au) has joined #mythtv-users
[10:00:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[10:00:00] KaZeR (n=kazer@97.204.98-84.rev.gaoland.net) has joined #mythtv-users
[10:02:00] Aneurysm9 (n=aneurysm@68-235-106-30.kntnny.adelphia.net) Quit (Read error: 110 (Connection timed out))
[10:08:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[10:11:00] t00m: o dear.. load average: 3.37, 2.47, 1.89
[10:12:00] t00m: i'd like to see a windows trying to handle that and still play nice video without stopping :>
[10:12:00] Juski (n=Juski@spc1-salf1-5-0-cust8.bagu.broadband.ntl.com) has joined #mythtv-users
[10:12:00] Juski: mornin'
[10:12:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[10:13:00] laga: morning JulietSierra
[10:14:00] Juski: morning laga
[10:14:00] laga: err, juski i ment ;)
[10:14:00] laga: damn ;)
[10:14:00] Juski: laga: I type all the nicks ;)
[10:15:00] laga: Juski: i'm too lazy ;)
[10:15:00] t00m: hi * :)
[10:15:00] laga: hi t00m ;)
[10:15:00] Juski: had a go at using Inkscape earlier... how the heck does anyone manage to draw photo-real icons with that?!
[10:15:00] Juski: hi t00m
[10:16:00] laga: hehe ;). i couldn't tell you, i suck at this kind of stuff
[10:16:00] Juski: whoever can is way more skilled than I
[10:16:00] laga: ;)
[10:17:00] Juski: I'll stick to my bitmap manglings
[10:17:00] fatmatt (n=fatmatt@c210-49-164-244.thoms1.vic.optusnet.com.au) Quit ("fatmatt goes to ride the magic bus")
[10:18:00] Juski: I reckon when I'm done with this wide theme I'll take a break from theming for a while & go back to fiddling with my dbox2... see if I can get that baby stable for xmas
[10:18:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[10:18:00] Juski: thats _if_ anyone gets any PVR150 cards in stock at a price I like
[10:19:00] laga: Juski: let me know when you manage to do that ;)
[10:19:00] Juski: laga: I think that it's mostly just the network stuff that makes it hang
[10:20:00] laga: Juski: i think so, too. i may talk to the guys in #dbox2 (ircnet) again and see if they can tell me something
[10:20:00] Juski: box runs for weeks when you dont pull video over the network port
[10:20:00] laga: that sucks
[10:21:00] Juski: I think it's the http daemon you know
[10:21:00] laga: it's funny. my dbox setup is completely broken at the moment, mythbackend won't see the darn box. i should fix that soon, my cable plan is expensive ;)
[10:21:00] laga: the httpd? like, memory leakage or what do you think?
[10:22:00] Juski: well when it crashes, I can usually manage to telnet in and do a 'top'.. httd is sitting there hogging 99% CPU
[10:22:00] laga: damn. well, that should be easy to fix. just replace it with umm good software ;)
[10:23:00] Juski: hehe
[10:23:00] Juski: I need to get it going – I'm paying like £25 a month for channels I can't record
[10:24:00] marc_in_lux (n=gergesm@cable-212.76.253.72.coditel.net) has joined #mythtv-users
[10:24:00] marc_in_lux: good morning
[10:24:00] Juski: morning, marc_in_lux
[10:25:00] marc_in_lux: I think I once read about a script that adds filesystem links to mythtv recordings, so one can access them under a sensible name
[10:25:00] marc_in_lux: where can I find that?
[10:25:00] Juski: mythlink, I think it's called
[10:25:00] marc_in_lux: it's not part of mythtv, is it?
[10:26:00] Juski: http://www.parker1.co.uk/mythtv/mythlink
[10:26:00] Juski: looking at it, I'd say use it **very** carefully
[10:26:00] t00m: is the cpu bus speed somewhere in /proc?
[10:26:00] marc_in_lux: thanks a lot, Juski
[10:27:00] t00m: or anywhere else
[10:27:00] marc_in_lux: Juski, hardcoded paths?
[10:27:00] Juski: marc_in_lux: I think it just makes symlinks
[10:28:00] marc_in_lux: Juski, well, that's what I had in mind. Putting those someplace I can mount, so I can play mythtv on my (Windows) laptop
[10:29:00] Juski: marc_in_lux: there's already a thing that lets you hover the mouse over your recorded files & it gives you all the show details on a windows box
[10:30:00] marc_in_lux: aha. how would that work? Is that via mythweb?
[10:30:00] laga: t00m: /proc/cpuinfo or somewhere in /proc/acpi
[10:30:00] laga: Juski: dsmyth.sf.net ?
[10:30:00] Juski: no, you share your recorded shows directory with samba or whatever, then use the god-awful 'explorer'
[10:30:00] Juski: laga: looks right.. dsmyth
[10:31:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[10:31:00] marc_in_lux: looks like a full myth frontend client, doesn't it?
[10:31:00] laga: JulietSierra: please fix your IRC client
[10:31:00] laga: marc_in_lux: no, that should be winmyth.sf.net i think
[10:32:00] t00m: laga: cpuinfo doesn't have it. i'll see acpi
[10:32:00] Juski: oh yeah.. dsmyth is the bunch of directshow filters
[10:32:00] marc_in_lux: aha :-)
[10:33:00] Juski: ugh.. not winmyth.. it's the frontend thing that doesn't work one bit
[10:33:00] t00m: doesn't look very promising
[10:33:00] laga: i never could get it running, but i believe that i was missing .net
[10:34:00] marc_in_lux: well... I think for my needs I can nicely use mythlink, and put those links into a folder shared by samba.
[10:34:00] marc_in_lux: thanks for your help
[10:35:00] Juski: laga: I've got dsmyth installed – that'd be the one for hovering over filenames & seeing all the info
[10:35:00] laga: Juski: looks good. might try it out on my dad's laptop
[10:36:00] Juski: I hear they're doing a windows version of QT.. so maybe one day we'll have an influx of (ugh) Windows users
[10:36:00] Juski: or might that be a very cold day in hell? ;)
[10:37:00] Juski: anyhoo – got to shake a leg & do some more erm.. stuff
[10:37:00] laga: there has been a windows version of Qt for ages, just not under the GPL. qt4 is avaiable to windows users under the gpl now, but mythtv doesn't use it yet
[10:37:00] laga: bye Juski
[10:39:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[10:42:00] marc_in_lux: mythlink doesn't seem to work on an up2date mythtv--- it looks for those old style filenames
[10:47:00] marc_in_lux: I should be able to rework that script a bit... looks like the 'recorded' table has all needed information.
[10:48:00] laga: marc_in_lux: mm
[10:48:00] laga: marc_in_lux: err, sorry.
[10:48:00] laga: marc_in_lux: look for mythrename
[10:48:00] laga: marc_in_lux: by chris petersen (xris)
[10:48:00] t00m: for some reason i don't like that message: 2005-12–11 18:48:37.446 DVB#0 WARNING – No data from card in 1 second.
[10:49:00] marc_in_lux: what does that do, laga?
[10:49:00] laga: marc_in_lux: it renames your recordings.
[10:50:00] laga: marc_in_lux: basically it works like mythlink. but in SVN, you can rename recordings so it just does that
[10:50:00] marc_in_lux: yeah, already found. seems to be a good think :-)
[10:50:00] laga: ;)
[10:52:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[10:53:00] jono (n=jono@88-107-1-121.dynamic.dsl.as9105.com) has joined #mythtv-users
[10:53:00] jono: hi all
[10:59:00] Juski: uh I hate housework.. gotta have a BK lunch today :)
[10:59:00] Juski: hi jono
[10:59:00] jono: heya Juski
[11:01:00] Juski: wtf? some oil installation in the UK exploded?!
[11:04:00] jono: Juski, seems like
[11:04:00] jono: it
[11:04:00] laga: bbc.co.uk has it
[11:05:00] laga: Homeowners report buckled front doors, cracked walls and blown-out windows,
[11:05:00] laga: wow
[11:05:00] laga: must have been a huge blast
[11:06:00] jono: yeah
[11:06:00] laga: Witnesses report hearing the blasts more than 100 miles away. <- wow
[11:10:00] croppa (i=user199@135.27.233.220.exetel.com.au) Quit ("Konversation terminated!")
[11:11:00] Juski: got news24 up now
[11:12:00] Juski: ugh.. livetv is breaking up
[11:12:00] jono: last night, I taped a show and watched the last five minutes while it was taping, and I was watching the show when it began transcoding – the problem is the transcoding failed – is this normal?
[11:12:00] t00m: my thing just stopped working.. again
[11:13:00] t00m: i hate it
[11:13:00] Juski: jono: if you were watching while it was trying to transcode.. I expect that's why it failed
[11:13:00] jono: Juski, so I can't watch a show while it transcodes?
[11:14:00] t00m: it's both reading
[11:14:00] t00m: should be find
[11:14:00] t00m: fine
[11:14:00] ldam (n=ld@port161.ds1-noe.adsl.cybercity.dk) Quit (Read error: 110 (Connection timed out))
[11:15:00] jono: I just tried to transcode it again, and it failed
[11:15:00] jono: can I not transcode a job that already errored?
[11:15:00] Juski: yeh.. just delete the job & do it again I think
[11:16:00] jono: how do I delete it?
[11:16:00] Juski: go into the status page in 'information center (sic)'
[11:16:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[11:16:00] Juski: job queue... then select the failed job & bring up the menu
[11:17:00] jono: Juski, when I bring up the menu it only asks if I want to re-queue it
[11:17:00] Juski: hmm
[11:18:00] Juski: Ive only ever transcoded a couple of things – my frontend can't play them properly
[11:19:00] jono: hmmm
[11:21:00] laga: Juski: i hear that mpeg2 -> mpeg2 transcoding is usable within mythfrontend now. in svn head, of course ;)
[11:21:00] Juski: ah.. got livetv working without judderring now on my 800Mhz... using libmpeg decoding :)
[11:22:00] Juski: oh shit "don't panic buy petrol".. like a red rag to a bull
[11:23:00] laga: hehe
[11:24:00] Dibblah (n=Dibblah@82-41-91-14.cable.ubr02.dund.blueyonder.co.uk) has joined #mythtv-users
[11:24:00] Dibblah_ (n=Dibblah@82-41-91-14.cable.ubr02.dund.blueyonder.co.uk) Quit (Connection reset by peer)
[11:24:00] jono: Juski, its weird, I reckon there may be a memory leak in transcode because I got jittery TV after it failed
[11:26:00] jono: is there a mythtv bugzilla?
[11:27:00] Juski: jono: you can't just go submitting bugs.. you need logs & backtraces & stuff
[11:27:00] Juski: or the bug will get closed, super pronto ;)
[11:27:00] t00m: but you can see if you one is already reported
[11:28:00] laga: svn.mythtv.org
[11:28:00] jono: Juski, I know, I just want to know where the bugzilla is
[11:28:00] Juski: okee.. just making sure you know, jono ;)
[11:29:00] jono: :)
[11:31:00] Hoxzer (n=niko@a84-230-177-215.elisa-laajakaista.fi) has joined #mythtv-users
[11:32:00] t00m: damnit, i need a faster cpu. it's SO borging
[11:32:00] t00m: eh.. boring
[11:32:00] t00m: i think, trying to install nuvexport broke myth
[11:33:00] t00m: why ever. must be one of these stupid gentoo slot behaviours
[11:33:00] t00m: now it's building X *sigh*
[11:34:00] jono: anyone hrere use a dvb card?
[11:34:00] t00m: i wouldn't call it 'use'
[11:34:00] t00m: i have one
[11:34:00] Juski: wow.. DVB subtitles work now
[11:34:00] t00m: maybe i should switch to ubuntu as well..
[11:36:00] jono: t00m, you know it makes sense :)(
[11:36:00] laga: ubuntu rocks :)
[11:36:00] Juski: jono: you know for a fact I use DVB cards – & they work very well for me. the reason I'm getting jumpy livetv playback is probably because I compiled mythtv without xvmc
[11:37:00] t00m: consider yourself very happy :>
[11:37:00] Juski: t00m: I do :)
[11:37:00] jono: Juski, oh yeah
[11:37:00] jono: Juski, which card?
[11:37:00] Juski: jono: leadtek LR6650
[11:37:00] Juski: got 3 of them in total
[11:38:00] Juski: 2 in my backend, one in my test system
[11:38:00] t00m: did any of them ever just stopped working?
[11:38:00] jono: Juski, how does multiple cards work?
[11:38:00] t00m: until you reboot
[11:39:00] Juski: jono: you can have them assigned to the same video source, or make a new video source
[11:39:00] Juski: and t00m: no they just work & work (and work)
[11:39:00] t00m: *cry*
[11:40:00] jono: Juski, so how do you flick between different cards, and how do you make a show record from a paricular card?
[11:40:00] Juski: jono: in my main setup I don't need to worry.. myth just selects the first free card coz I want them treated the same
[11:41:00] Juski: comes in very handy for overlapping recordings & where there are 2 things on at the same time that I wanna record :)
[11:41:00] Juski: and when I'm done testing this setup, the other card is going in the main backend
[11:41:00] jono: Juski, so do you have a bunch of tv aerials?
[11:42:00] Juski: just grabbed SVN again and this time I'm compiling with xvmc enabled
[11:42:00] jono: or can you run lots of dvb cards off the same ariel?
[11:42:00] Juski: no jono: these cards have a buffered loop-thru output
[11:42:00] Juski: so just link em ;)
[11:42:00] t00m: Juski: would you recommend svn for unlucky users like me? :)
[11:42:00] jono: Juski, huh?
[11:43:00] Juski: jono: the cards I've got have an aerial IN and an aerial OUT
[11:43:00] t00m: but you could also just split the signal before
[11:43:00] t00m: just not too often without using an amp
[11:44:00] Juski: I wouldn't just split it.. you'd need a distribution amp or booster of some sort
[11:44:00] jono: really? so I could use a single ariel to drive a bunch of cards?
[11:44:00] Juski: if they have loop thrus yeh
[11:44:00] Juski: or if you use an amp
[11:44:00] Juski: my aerial is just kinda lashed up in the attic... works a treat
[11:44:00] t00m: as long as it's not satellite
[11:44:00] Juski: lol
[11:45:00] Juski: yeh you need one LNB per sat card
[11:45:00] t00m: would you?
[11:45:00] Juski: or a multiple output LNB
[11:45:00] t00m: i thought you'd need one per polarisation
[11:45:00] t00m: that makes it 2
[11:46:00] Juski: t00m: LNBs have polarisation switching inside these days.. have had for a long time
[11:46:00] t00m: yes..
[11:46:00] t00m: anyway
[11:46:00] Juski: anyway, yes
[11:47:00] Juski: I've got to run.. got a Burger King to catch ;)
[11:47:00] Juski: mmmmmmmmmmm
[11:47:00] jono: later Juski
[11:47:00] t00m: yeah, go. i'm starving meanwhile, waiting for x to finish
[11:47:00] Juski: laters :)
[11:47:00] Juski: I'll save you some crumbs & ketchup wrappers
[11:49:00] t00m: i want to record jurassic park in 45 minutes
[11:50:00] t00m: that's never going to happen..
[11:50:00] t00m: should have set up a stupid windows box
[11:50:00] t00m: reboot, fixed
[11:54:00] mirak (n=mirak@ip-71.net-81-220-111.rev.numericable.fr) has joined #mythtv-users
[12:00:00] tstm (i=tstm@YYYMKXLV.dsl.saunalahti.fi) has joined #mythtv-users
[12:03:00] deaddy (n=deaddy@85.96.250.187) has joined #mythtv-users
[12:03:00] deaddy: hi all
[12:03:00] deaddy: i cant scan channels in myth
[12:03:00] deaddy: i have a channels.conf file but where should i put it?
[12:05:00] deaddy: anybody willing to help me?
[12:05:00] deaddy: i have a valid dvbs channels.conf file for hotbird but how can i show myth to use it?
[12:08:00] deaddy (n=deaddy@85.96.250.187) has left #mythtv-users
[12:10:00] teevee (n=tv@pcp09210082pcs.pimaco01.az.comcast.net) Quit (Read error: 104 (Connection reset by peer))
[12:10:00] teevee (n=tv@pcp09210082pcs.pimaco01.az.comcast.net) has joined #mythtv-users
[12:11:00] t00m: hooray
[12:11:00] t00m: deaddy: patience
[12:13:00] Hoxzer (n=niko@a84-230-177-215.elisa-laajakaista.fi) Quit (Remote closed the connection)
[12:20:00] LPLATES (n=kvirc@dialup-161.14.221.203.acc02-fred-lau.comindico.com.au) has joined #mythtv-users
[12:21:00] LPLATES: Hi all :) ---- Anyone here use DVB-T cards on a BSD box?
[12:25:00] ** LPLATES sticks two fingers in mouth and wistles really loudly to grab some attention :D **
[12:30:00] fatmatt (n=fatmatt@c210-49-164-244.thoms1.vic.optusnet.com.au) has joined #mythtv-users
[12:32:00] jono (n=jono@88-107-1-121.dynamic.dsl.as9105.com) Quit ("Leaving")
[12:37:00] LPLATES: Am sure all these people died honourably for their cause :P"
[12:38:00] ** LPLATES gotta go... trying not to trip over any headstones :D **
[12:38:00] LPLATES: Bye :)
[12:38:00] LPLATES (n=kvirc@dialup-161.14.221.203.acc02-fred-lau.comindico.com.au) has left #mythtv-users
[12:42:00] spine55 (n=spine@dsl027-160-114.atl1.dsl.speakeasy.net) has joined #mythtv-users
[12:47:00] spine55: does anyone have both a 350 and a pchdtv 3000 installed?
[12:48:00] spine55: I just setup the ivtv drivers and now I get some errors in dmesg when the 3000 loads up
[12:48:00] spine55: cx88xx: disagrees about version of symbol tveeprom_hauppauge_analog
[12:49:00] spine55: I screwed something up :(
[12:59:00] spine55 (n=spine@dsl027-160-114.atl1.dsl.speakeasy.net) Quit ("Leaving")
[13:04:00] spine55 (n=spine@dsl027-160-114.atl1.dsl.speakeasy.net) has joined #mythtv-users
[13:23:00] fatmatt (n=fatmatt@c210-49-164-244.thoms1.vic.optusnet.com.au) Quit ("fatmatt goes to ride the magic bus")
[13:33:00] LasseL (n=lasse@0x503fbec4.ronxx2.adsl-dhcp.tele.dk) Quit (Remote closed the connection)
[13:48:00] __Ace__ (n=love@h55l211.delphi.afb.lu.se) Quit ()
[14:05:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) Quit ("http://0911.site.voila.fr/")
[14:21:00] ojin (n=bbee383@c-24-3-165-244.hsd1.pa.comcast.net) has joined #mythtv-users
[14:22:00] CanadaBo_ (n=none@fctnnbsc16w-156034208038.nb.aliant.net) has joined #mythtv-users
[14:23:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) has joined #mythtv-users
[14:30:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users
[14:39:00] CanadaBoy (n=none@fctnnbsc16w-156034213092.nb.aliant.net) Quit (Read error: 104 (Connection reset by peer))
[14:39:00] CanadaBo_ is now known as CanadaBoy
[14:45:00] Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) has joined #mythtv-users
[14:45:00] Hoxzer_ (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) has joined #mythtv-users
[14:48:00] simcop2387: spine55: sounds like you've got conflicts between the two drivers, what version ivtv is it? 0.4.0 likes its own modules alot which doesn't play well with other cards, 0.5.X (the development releases) have quite a few changes in that regard
[14:54:00] malaTG (n=Miranda@malas-dator.olf.sgsnet.se) Quit (Read error: 104 (Connection reset by peer))
[14:55:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) Quit (Remote closed the connection)
[14:56:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) has joined #mythtv-users
[14:57:00] malaTG (n=mala@malas-dator.olf.sgsnet.se) has joined #mythtv-users
[15:05:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) Quit ("http://0911.site.voila.fr/")
[15:10:00] malaTG (n=mala@malas-dator.olf.sgsnet.se) has left #mythtv-users
[15:12:00] jcsmith: hi all...I'm researching building a mythbox and had a few questions, can any of you recommend one hauppauge card over another?
[15:13:00] squeegy: i use the pvr-250 it works fine.
[15:13:00] jcsmith: also are there any recomendations for a video card with good tv out
[15:14:00] squeegy: i just use an old geforce4 i had lying around for tvout
[15:14:00] jcsmith: squeegy: i've read in various places that the chipset has changed over various models of the pvr-250. Do you know if there is a specific revison or model number I need to look for?
[15:15:00] squeegy: sorry, i'm unaware of any of those facts
[15:16:00] jcsmith: no worries. So over all are you happy with your myth-tv?
[15:18:00] squeegy: yep
[15:18:00] squeegy: i'm not a big tv buff, but because of it i can actually watch the few shows i like
[15:19:00] jcsmith: yea, i'm not a huge tv buff either, i am a movie buff tho and am looking more to make a dvd jukebox out of it but i would like to occationally record some tv
[15:19:00] squeegy: ahh
[15:20:00] squeegy: i don't use mythdvd, not sure if it will work with my mac mini front end
[15:21:00] squeegy: anyways, i'm out.
[15:21:00] jcsmith: later, thanks
[15:21:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep")
[15:21:00] simcop2387: jcsmith: alot of nvidia cards have decent tv-out, hauppauge cards are pretty much the same AFAIK, the 350's you wouldn't want to spend your money on if your using something else for tv out, the 500 has two tuners so they're really nice, but between the 150 and 250 its not that different AFAIK
[15:21:00] simcop2387: the 150's just recently got stable drivers for linux
[15:22:00] jcsmith: simcop: I guess that means that the 250's driver has been stable for longer?
[15:23:00] simcop2387: yes the 250's and 350's have had a stable driver for longer, they've been around for a lot longer, i havent' had any problems so far with my 150 and the new drivers, in fact so many problems i used to have have been fixed that i'd say that they're a good choice too
[15:23:00] simcop2387: the only thing i haven't gotten working is closed captioning but from what i hear neither has anyone else
[15:23:00] simcop2387: its also possible the cards don't support it, which is true? i don't know
[15:24:00] jcsmith: i don't have any need for the closed captioning. have you ever set up output on the 350, i've read in several places getting x running on it is a nightmare
[15:24:00] simcop2387: never had one so i'm not sure
[15:24:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) has joined #mythtv-users
[15:24:00] simcop2387: but i've heard that too
[15:25:00] jcsmith: it would be nice to have one card do both, but i wonder if its worth the hassle
[15:25:00] simcop2387: nvidia tv out is alot easier to configure
[15:26:00] simcop2387: and from what i hear depending on the tv and the inputs on it you can do better quality video (no need to compress EVERYTHING into mpeg2)
[15:27:00] jcsmith: my tv has s-video and composite in
[15:29:00] simcop2387: then i'd recommend getting a cheap nvidia card with tv-out, much less of a hassle (while testing and setting everything up you can have a computer monitor hooked up with no problems)
[15:32:00] jcsmith: the computer i am considering making a mythbox out of, i also would like to continue using for torrents and a couple of other minor things, is that possible?
[15:33:00] ** eidolon yawns. **
[15:33:00] eidolon: part of the true joy of mythtv. playing bomberman 2 with your 7yr old son.
[15:33:00] eidolon: on the myth box :)
[15:35:00] eidolon: bbl
[15:35:00] eidolon (n=eido@pdpc/supporter/monthlybronze/eidolon) Quit ("zing")
[15:36:00] marc_in_lux_ (n=gergesm@cable-212.76.253.72.coditel.net) has joined #mythtv-users
[15:39:00] marc_in_lux (n=gergesm@cable-212.76.253.72.coditel.net) Quit (Read error: 104 (Connection reset by peer))
[15:40:00] marc_in_lux_ (n=gergesm@cable-212.76.253.72.coditel.net) Quit (Client Quit)
[15:42:00] gaasfet (n=L00n@adsl-068-153-206-249.sip.bct.bellsouth.net) Quit ("http://0911.site.voila.fr/")
[15:45:00] daniel_bergamini (n=daniel_b@67.54.220.139) has joined #mythtv-users
[16:01:00] kartoAWAY (n=katom@host217-42-162-178.range217-42.btcentralplus.com) has joined #mythtv-users
[16:03:00] sunny2 is now known as sunny
[16:03:00] spine55: simcop2387: thanks I'll have try the new release see if that helps if not I'll pull the hd card until I have time to work with it
[16:11:00] Krazylegz (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) has joined #mythtv-users
[16:12:00] Raven_301 (n=raven_30@Kitchener-HSE-ppp3574901.sympatico.ca) has joined #mythtv-users
[16:16:00] poop (n=rk@c-24-34-214-221.hsd1.ma.comcast.net) has joined #mythtv-users
[16:16:00] poop: I hate it when binaries are linked against two versions of a library.
[16:24:00] spine55 (n=spine@dsl027-160-114.atl1.dsl.speakeasy.net) Quit ("Leaving")
[16:25:00] simcop2387: poop: what distro?
[16:26:00] poop: debian stable
[16:27:00] mirak (n=mirak@ip-71.net-81-220-111.rev.numericable.fr) Quit (Remote closed the connection)
[16:27:00] poop: I'm rebuilding with gcc-3.3
[16:27:00] laga: is it a warning about libstdc++?
[16:28:00] poop: yeah, stable is built gcc-3.3
[16:28:00] poop: built with
[16:29:00] laga: i can build mythtv with gcc-3.4 in sarge just fine. the libstdc++ thing is just warning
[16:36:00] poop: seg faults, but I didn't debug it
[16:37:00] laga: umm, ok. never had many problems with that
[16:39:00] poop: But, hey, why load two libstdc++'s into memory anyway?
[16:44:00] _willcooke_ (i=a719062f@88-110-192-39.dynamic.dsl.as9105.com) has joined #mythtv-users
[16:45:00] poop: -march=athlon-xp fed into configure gets turned into -march=pentiumpro, but -march=athlon doesn't
[16:45:00] laga: file a bug (if it's with SVN)
[16:45:00] poop: It seems to be on purpose.
[16:45:00] poop: I was just wondering what I didn't know.
[16:50:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users
[16:56:00] Kelerion (n=kel@host217-45-223-116.in-addr.btopenworld.com) has joined #mythtv-users
[16:57:00] Kelerion: Juski.. you about?
[16:58:00] a1fa|64 (n=a1fa@24.144.50.65) has joined #Mythtv-users
[16:58:00] a1fa|64: hi
[16:58:00] a1fa|64: any new shows worth watching?
[16:59:00] jemarcks__ (n=jemarcks@cpe-67-9-156-75.austin.res.rr.com) Quit (Read error: 110 (Connection timed out))
[17:00:00] poop: The FE tells me is that all inputs are in use and the BE doesn't say anything at all.
[17:00:00] Kelerion: Juski.. am presuming you'd been told but I think your theme is missing a section "progdetails"?
[17:00:00] Kelerion: or it could be me.. lol
[17:00:00] simcop2387: i love watching 2 hours of tv in 30 minutes (minus commercials and sped up with time shifting)
[17:00:00] hiren (n=hiren@c-67-170-243-17.hsd1.ca.comcast.net) has joined #mythtv-users
[17:00:00] simcop2387: 2x – commercials gets me around a 3x-4x speed increase
[17:01:00] GreyFoxx: poop: pass it -arch, not -march
[17:01:00] GreyFoxx: or --arch
[17:01:00] poop: Shouldn't the backend say _something_ if it can't use an input?
[17:02:00] poop: 2005-12–11 12:02:07.554 Getting next free recorder after : -1
[17:03:00] hiren (n=hiren@c-67-170-243-17.hsd1.ca.comcast.net) Quit (Client Quit)
[17:04:00] poop: Should I just drop the database and start over? Recreating the devices and channels don't help.
[17:04:00] t00m (n=tom@203-59-65-68.dyn.iinet.net.au) Quit (Read error: 110 (Connection timed out))
[17:07:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[17:07:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[17:12:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep")
[17:23:00] poop: so fragile
[17:28:00] poop: Is trunk usable?
[17:29:00] poop: I had saved front-end prefs as "mivo-fe" and the backend got it into its head that _it_ was "mivo-fe"
[17:29:00] Raven_301 (n=raven_30@Kitchener-HSE-ppp3574901.sympatico.ca) Quit (Success)
[17:30:00] Raven_301 (n=raven_30@Toronto-HSE-ppp3907523.sympatico.ca) has joined #mythtv-users
[17:30:00] Kelerion (n=kel@host217-45-223-116.in-addr.btopenworld.com) Quit ()
[17:31:00] poop: Is the front-end separate in svn?
[17:32:00] GreyFoxx: no
[17:33:00] GreyFoxx: errr actually..... I should clarify that before I answer... what do you mean by seperate? ASs in a seperate application?
[17:33:00] GreyFoxx: Yes they are seperate
[17:33:00] GreyFoxx: I was thinking you mean is the source in a seperate part of trunk :)
[17:34:00] Juski: Kelerion – wasn't missing last time I looked. Try the latest version
[17:34:00] poop: The front-end and back-ends seem to be bound together in 0.18.1.
[17:35:00] GreyFoxx: how do you mean bound together ?
[17:35:00] Juski: damn he left already
[17:35:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users
[17:36:00] poop: Grey: The comment I made above about saving the front-end prefs and seeing those changes in mythtv-setup.
[17:37:00] poop: No setting found for this machine's BackendServerIP.
[17:37:00] GreyFoxx: All host specific preferences are stored based on a machines hostname
[17:37:00] GreyFoxx: ahhh that would be A global pref
[17:37:00] poop: That's what I was getting until I removed ~mythtv/.mythtv and re-ran mythtv-setup.
[17:38:00] GreyFoxx: I assume you have seperate boxes for your frontend and the backend?
[17:38:00] poop: nope
[17:38:00] poop: I just wanted to save the front-end prefs meaningfully
[17:38:00] GreyFoxx: What do you mean? All are stored in the database
[17:39:00] poop: I just used the label "mivo-fe" when saving the frontend-prefs ...
[17:39:00] poop: And that affected the back-end (somehow)
[17:40:00] Juski: anyway folks: nope, there's definitely a window named progdetails in version 1.7 of my theme, so there :P
[17:40:00] GreyFoxx: So you manually went into the database and updated the settings table in some fashion ?>
[17:40:00] poop: no, in the front-end settings screen
[17:41:00] poop: "Use custom identifier for frontend preferences"
[17:41:00] jcsmith: hi all, I asked this a bit earlier today but things look a little more happening now. I'm doing a bit of research before I order the stuff to build my mythbox. Which would you recommend, a PVR-150 or PVR-250?
[17:41:00] GreyFoxx: ahhh. Can
[17:41:00] GreyFoxx: 't say I've ever touch that
[17:41:00] GreyFoxx: Which screen is it ?
[17:41:00] poop: Apparently it's not safe to :)
[17:41:00] Juski: jcsmith: either, but PVR250 cards are like the proverbial rocking-horse droppings these days
[17:42:00] Juski: (i.e. very rare)
[17:42:00] poop: setup->General->Database Configuration 2/2
[17:42:00] poop: Juski: What's the difference between them?
[17:42:00] GreyFoxx: well, odds are it's doing a update to the database and changing all instances of "your real hostname" and converting them to "yourcustom one" , and that would affect a backend on the same box since the backend data is stored with the same hostname
[17:43:00] Juski: poop: the pvr250 is older – and has differrent chips on it
[17:43:00] jcsmith: juski: I was just about to ask what the proverbial rocking-horse droppings were. Also what about between a 150 and 150MCE
[17:43:00] poop: That's what I meant about the front-end and back-end seeming to be tied together
[17:43:00] GreyFoxx: I gotta go pick up my little one or I'd look into it more
[17:43:00] Juski: go to the Hauppauge site, jcsmith
[17:43:00] daniel_bergamini (n=daniel_b@67.54.220.139) Quit ("Trillian (http://www.ceruleanstudios.com")
[17:44:00] jcsmith: juski: I have and I know the differences, I'm just wondering if any of you all have expierences with them and recommend one over the other
[17:44:00] Juski: in theory the pvr250 has more mature drivers, but the 150 drivers are definitely edging their way
[17:45:00] Juski: if you don't need an IR reciever go for the 150MCE
[17:45:00] Juski: or indeed a remote of any kind ;)
[17:45:00] Juski: but that's not to say you _can't_ have a remote for your box if you get a PVR150MCE
[17:47:00] jcsmith: Also the box i am wanting to use for my mythbox I also need to use for some occational torrent downloads and just general storage for other stuff in the house, Is this possible?
[17:49:00] Juski: jcsmith: should quite easily be possible
[17:49:00] poop: jcsmith: A modern peecee should handle it.
[17:49:00] Juski: not like mythtv is a resource-hog.. unless you're watching HDTV.. but then nothing eats CPU like HDTV does
[17:51:00] jcsmith: juski poop: I wasn't so much worried about the pc being able to handle at as how easy it would be able to use other software at the same time as myth
[17:51:00] Juski: so long as you're not running mega-hungry applications it won't even be an issue
[17:52:00] Juski: like compiling & watching live tv :-/
[17:52:00] Baylink (n=jra@rrcs-24-129-168-240.se.biz.rr.com) has joined #mythtv-users
[17:53:00] jcsmith: juski: just planning on downloading and watching live or recorded tv
[17:53:00] dev-: jcsmith: its just a unix box, you can ssh in and do wahtever you want...
[17:53:00] dev-: jcsmith: as long as you know whatever linux distro you'
[17:53:00] Juski: it's not XP MCE ya know.. you _can_ do other stuff without breaking anything ;)
[17:53:00] dev-: re going to use, you'll be fine... if not, if your'e new to linux, you're going to have trouble.
[17:54:00] jcsmith: dev: I realize that, but what about a gui application running along with myth
[17:54:00] dev-: jcsmith: heh... have you ever ran x on a box and ssh'd to it remotely?
[17:54:00] Juski: jcsmith: if you're talking about having seperate desktops, I'd say go easy on that idea
[17:55:00] dev-: jcsmith: i would rethink myth if you dont know linux. might want to check out the windows media center thing. its more friendly for first time users... to run myth you need to have some linux knowledge..
[17:55:00] jcsmith: dev: yes, i'm very familiar with ssh and x forwarding, i'd just like to have an additional vt with an app or two (torrent/usenet client) that i can switch to eaisly
[17:55:00] dev-: lol i wasnt talking about x fordwariing
[17:55:00] jcsmith: dev: i do know linux fairly well, used it as my primary os for 3–4 years now
[17:56:00] Juski: should be a walk in the park if you follow a howto to the letter
[17:56:00] dev-: jcsmith: then you should have no trouble.
[17:56:00] dev-: jcsmith: just please dont me another one of these people that constantly ask questions about your distro that someone with experience should already know
[17:56:00] dev-: s/me/be
[17:57:00] Juski: I was a complete noob & it only took me about a week including kernel patching.. but there were some seriously late nights there
[17:58:00] wolog (n=wolog@lyon.guerrier.com) has joined #mythtv-users
[17:58:00] dev-: ive been admining linux/freebsd boxen for almost 10years now.. myth took me a few days to setup as i never messed with capture cards in linux before...
[17:58:00] dev-: but i know how to rtfm so there were no problems. heck i didnt even know about this channel till after i had everything setup and working lol
[17:59:00] Juski: capture cards are _never_ quite as simple as plug & play.. not even in Window$ (hell, especially not in Window$)
[17:59:00] jcsmith: dev: yea, the man pages are so often overlooked and such a great resource
[17:59:00] jcsmith: and if you can't find it there, google usually has the answer
[18:00:00] dev-: and for mythtv, mythtv.org has great docks on myth itself
[18:00:00] dev-: thenthere's the myth forums, great stuff there as well
[18:01:00] jcsmith: i've read most of the stuff on mythtv.org, hadn't seen the forums yet tho
[18:04:00] laga: what myth forums?
[18:05:00] dev-: mythtvtalk.com
[18:05:00] Juski: never heard of it ;)
[18:05:00] Spida_ is now known as Spida
[18:06:00] dev-: can find things on there if having problems :)
[18:06:00] mofu (n=eric@pcp04341164pcs.plyntv01.mi.comcast.net) has joined #mythtv-users
[18:06:00] laga: oh, yeah. i totally forgot about mythtvtalk.com ;)
[18:07:00] Juski: mythtvtalk.com? what's the URL?
[18:07:00] mofu: ol
[18:07:00] mofu: lol
[18:07:00] dev-: mythtvtalk.com?
[18:07:00] dev-: heh
[18:07:00] mofu: duh
[18:08:00] mofu: here's your sign . . . .
[18:08:00] laga: hehehe
[18:09:00] mofu: how's the current SVN??
[18:09:00] mofu: need to update the HD box
[18:13:00] poop: Just what I'm doing now.
[18:14:00] jcsmith: any recomendations on an output card, or should any old card with s-video out work fine?
[18:14:00] poop: I need myth to drive my STB, capturing from both a bttv card and firewire.
[18:14:00] poop: Let's see if it works this time.
[18:15:00] poop: jcsmith: nvidia has pretty good s-video quality
[18:15:00] laga: i hear that fx 5200 cards should work fine
[18:15:00] laga: anyways, i'm off to do school work
[18:18:00] a1fa|64: s0-cker
[18:19:00] Juski: have fun laga :)
[18:21:00] a1fa|64: Juski
[18:21:00] a1fa|64: sup
[18:23:00] sphery (n=sphery@user-142g7bp.cable.mindspring.com) Quit ("Download Gaim: http://gaim.sourceforge.net/")
[18:28:00] poop: Man, I love HD
[18:30:00] splAt1 is now known as splat1
[18:32:00] phoner: whys that
[18:32:00] a1fa|64 (n=a1fa@24.144.50.65) Quit ()
[18:33:00] slkrk (n=erok@24-241-254-084.dhcp.sffl.va.charter.com) has joined #mythtv-users
[18:33:00] xris (n=xris@xris.forevermore.net) has joined #mythtv-users
[18:33:00] ChanServ sets mode +v xris
[18:34:00] rsdvd (n=rsdvd@rsdvd.plus.com) has joined #mythtv-users
[18:36:00] poop: so clear
[18:37:00] ivor (n=ivor@difo.gotadsl.co.uk) has joined #mythtv-users
[18:38:00] poop: This is tricky. I only get a handful of channels w/o a box, but when I'm recording via firewire, I still want to be able to watch tv.
[18:42:00] simcop2387: heh
[18:43:00] simcop2387: i'm gonna end up with a similar problem at my parents house when i setup a mythtv box for them they've got hd direct tv now, and they want to be able to record stuff (obviously not at HD since we dont' have an HD tuner yet) from it, i know they'll want to watch tv while it records (luckily they've still got basic cable so alot of things will still work)
[18:43:00] metusine (n=dgs@60.234.147.40) has joined #mythtv-users
[18:49:00] phoner: any idea how to make my recordings louder, I already have the profile at 100%
[18:49:00] phoner: yet music plays fine volume
[18:51:00] xris: turn up mythtv's volume, too
[18:52:00] phoner: it's maxed
[18:55:00] xris: could just be your tuner card
[18:56:00] xris: my recording volume is set at about 90%, and I leave mythtv's playback volume at the default (80%, I think) and things are fine.
[18:57:00] Raven_301 (n=raven_30@Toronto-HSE-ppp3907523.sympatico.ca) Quit (Success)
[18:59:00] Raven_301 (n=raven_30@Kitchener-HSE-ppp3574944.sympatico.ca) has joined #mythtv-users
[19:01:00] kartoAWAY is now known as kartom
[19:02:00] dopester (n=dopester@user-0c8hs63.cable.mindspring.com) has joined #mythtv-users
[19:03:00] tanq: can someone using gentoo and the wintv pvr 150 put their modprobe.conf and modules.conf in the pastebin ? I'm sure this is a long shot
[19:03:00] tanq: and kernel 2.6.14
[19:03:00] tanq: heh
[19:04:00] slkrk (n=erok@24-241-254-084.dhcp.sffl.va.charter.com) Quit (Read error: 110 (Connection timed out))
[19:06:00] hiren (n=hiren@c-67-170-243-17.hsd1.ca.comcast.net) has joined #mythtv-users
[19:11:00] Juski: hey a1fa: how's it going?
[19:12:00] Juski: and hello to you rsdvd fella
[19:12:00] poop: 2005-12–11 14:12:31.683 Commercial Detection initialized: width = 1920, height = 1088, fps = 29.97, method = 1
[19:12:00] poop: That's PBS, buddy!
[19:12:00] poop: Is there a no-commercial flag per channel?
[19:13:00] Juski: poop: you can set a channel to commercial-free
[19:13:00] ** poop digs around mythtv-setusp **
[19:13:00] Juski: in the channel editor
[19:13:00] Juski: the myswl column is called commfree I think
[19:14:00] poop: Is it under Advanced?
[19:14:00] Juski: nope
[19:15:00] Juski: select a channel, then go into it to change its settings
[19:15:00] poop: oh, select :)
[19:15:00] poop: dig
[19:16:00] Juski: dig? groovy
[19:16:00] poop: I dig it
[19:16:00] poop: It's righteous
[19:16:00] Juski: knarly
[19:16:00] Juski: lol
[19:16:00] poop: gnarly, you radical dude
[19:16:00] Krazyleg1 (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) has joined #mythtv-users
[19:16:00] Krazylegz (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) Quit (Read error: 104 (Connection reset by peer))
[19:16:00] CanadaBoy (n=none@fctnnbsc16w-156034208038.nb.aliant.net) Quit (Read error: 104 (Connection reset by peer))
[19:16:00] Krazyleg1 is now known as Krazylegz
[19:16:00] CanadaBo_ (n=none@fctnnbsc16w-156034208038.nb.aliant.net) has joined #mythtv-users
[19:16:00] pookSter_ (i=retSkoop@d57-182-197.home.cgocable.net) has joined #mythtv-users
[19:17:00] CanadaBo_ is now known as CanadaBoy
[19:17:00] |Slurpee| (n=ask@24-148-30-145.lem-bsr1.chi-lem.il.cable.rcn.com) has joined #mythtv-users
[19:17:00] twisted_one (n=mmschnei@c-24-15-99-247.hsd1.il.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:17:00] Servo888 (n=Servo888@pcp0011429096pcs.sothfd01.mi.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:17:00] Esoteric (n=esoteric@ip68-10-108-65.hr.hr.cox.net) has joined #mythtv-users
[19:17:00] Juski: hey I'm not as much of a surfer boi as I used to be lol
[19:18:00] Tristam (n=Tristam@ip24-255-119-75.dc.dc.cox.net) Quit (Excess Flood)
[19:18:00] twisted_one (n=mmschnei@c-24-15-99-247.hsd1.il.comcast.net) has joined #mythtv-users
[19:18:00] Servo888 (n=Servo888@pcp0011429096pcs.sothfd01.mi.comcast.net) has joined #mythtv-users
[19:18:00] Tristam (n=Tristam@ip24-255-119-75.dc.dc.cox.net) has joined #MythTV-Users
[19:18:00] twisted_one (n=mmschnei@c-24-15-99-247.hsd1.il.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Servo888 (n=Servo888@pcp0011429096pcs.sothfd01.mi.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] chickeneater (n=lastlee@unaffiliated/chickeneater) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] ndev (n=naren@jffwpr04.jf.intel.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] ChanServ (ChanServ@services.) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] |Slurpee| (n=ask@24-148-30-145.lem-bsr1.chi-lem.il.cable.rcn.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] pookSter_ (i=retSkoop@d57-182-197.home.cgocable.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Krazylegz (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] xris (n=xris@xris.forevermore.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] mofu (n=eric@pcp04341164pcs.plyntv01.mi.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] tstm (i=tstm@YYYMKXLV.dsl.saunalahti.fi) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] SqWaw (n=Garfster@ool-4575b70f.dyn.optonline.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] bobc (n=bob@64-126-52-53-dhcp-kc.everestkc.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] fith (n=fith@68.149.160.233) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] lars-ut-away (n=me@70.103.228.158) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] flindet (n=flindet@c-67-164-213-254.hsd1.ca.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] dev- (i=dev@bad.mutha.fucka.org) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Cardoe (n=Cardoe@gentoo/developer/Cardoe) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] linuxwhor1 (n=johnh@70-59-90-113.mpls.qwest.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Notorious- (n=notoriou@d51A5B4F6.access.telenet.be) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] joshn (n=josh@64.187.64.60) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] zuralin_ (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] opello (n=opello@66.115.222.130) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] marcus2_ (i=marcus@pompeii.outer.org) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] fryfrog (n=fryfrog@gallery/fryfrog) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] azid_ (n=janne@hus051a.gronstenen.se) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] nulltank_ (n=nullman@c-66-41-214-247.hsd1.mn.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] topping (n=topping@66.89.140.130.ptr.us.xo.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] DarkBeer (i=darkbeer@12-202-193-207.client.insightBB.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] hunterotd (n=hunter@68-184-3-71.dhcp.mmll.ar.charter.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] primeministerp (n=ppouliot@130.57.22.69) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] sc00p (n=oldendic@cpe-024-031-111-033.sc.res.rr.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] _nero_ (n=nero@mdobossy.student.Princeton.EDU) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] remedy (n=remedy@81-178-243-86.dsl.pipex.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] dieman (n=dieman@3.14159265358979323846264338327950288419716939937510582097.org) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] cesman (n=cecil@pdpc/supporter/bronze/cesman) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] CanadaBoy (n=none@fctnnbsc16w-156034208038.nb.aliant.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] hiren (n=hiren@c-67-170-243-17.hsd1.ca.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] wolog (n=wolog@lyon.guerrier.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Baylink (n=jra@rrcs-24-129-168-240.se.biz.rr.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] teevee (n=tv@pcp09210082pcs.pimaco01.az.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Dibblah (n=Dibblah@82-41-91-14.cable.ubr02.dund.blueyonder.co.uk) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] jd86 (n=jim@ip68-9-96-155.ri.ri.cox.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Octane (n=octane@dsl092-100-149.nyc2.dsl.speakeasy.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Esotericisms (n=esoteric@ip68-10-108-65.hr.hr.cox.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] KraMer_ (n=mark@adsl-70-240-210-101.dsl.hstntx.swbell.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] schultmc (n=schultmc@zealot.progeny.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Bonkers (i=nobody@dyn-hogan-165-111.dyn.columbia.edu) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] |rt|_ (n=realthin@c-66-31-4-25.hsd1.nh.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] adante (n=adante@203-206-18-78.dyn.iinet.net.au) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Majestik (n=MajestiK@S0106000024c058cc.ed.shawcable.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] nullman_ (n=nullman@c-66-41-214-247.hsd1.mn.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] mocker_ (n=ks@mocker.org) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] batdog|gone (n=jde-fn@cpe-67-10-243-104.houston.res.rr.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] tetrawr (n=tetra@pcp09210082pcs.pimaco01.az.comcast.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] splat1 (n=splat1@cpc1-leic7-5-0-cust137.leic.cable.ntl.com) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Captain_Murdoch (n=buy_more@ip70-161-246-74.hr.hr.cox.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] exstatica (i=exstatic@haw-207-182-243-123.vel.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] flatronf701B (n=flatronf@202.75.186.154) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Chacabaou (n=daniel@dialin.212.114.183.237.NEFkom.net) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] Beirdo (n=gjhurlbu@unaffiliated/beirdo) Quit (kornbluth.freenode.net irc.freenode.net)
[19:18:00] BleedAway (i=whocares@saus04.usc.es) Quit (kornbluth.freenode.net irc.freenode.net)
[19:21:00] ChanServ (ChanServ@services.) has joined #mythtv-users
[19:21:00] Servo888 (n=Servo888@pcp0011429096pcs.sothfd01.mi.comcast.net) has joined #mythtv-users
[19:21:00] twisted_one (n=mmschnei@c-24-15-99-247.hsd1.il.comcast.net) has joined #mythtv-users
[19:21:00] |Slurpee| (n=ask@24-148-30-145.lem-bsr1.chi-lem.il.cable.rcn.com) has joined #mythtv-users
[19:21:00] pookSter_ (i=retSkoop@d57-182-197.home.cgocable.net) has joined #mythtv-users
[19:21:00] CanadaBoy (n=none@fctnnbsc16w-156034208038.nb.aliant.net) has joined #mythtv-users
[19:21:00] Krazylegz (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) has joined #mythtv-users
[19:21:00] hiren (n=hiren@c-67-170-243-17.hsd1.ca.comcast.net) has joined #mythtv-users
[19:21:00] xris (n=xris@xris.forevermore.net) has joined #mythtv-users
[19:21:00] mofu (n=eric@pcp04341164pcs.plyntv01.mi.comcast.net) has joined #mythtv-users
[19:21:00] wolog (n=wolog@lyon.guerrier.com) has joined #mythtv-users
[19:21:00] Baylink (n=jra@rrcs-24-129-168-240.se.biz.rr.com) has joined #mythtv-users
[19:21:00] squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users
[19:21:00] teevee (n=tv@pcp09210082pcs.pimaco01.az.comcast.net) has joined #mythtv-users
[19:21:00] tstm (i=tstm@YYYMKXLV.dsl.saunalahti.fi) has joined #mythtv-users
[19:21:00] Dibblah (n=Dibblah@82-41-91-14.cable.ubr02.dund.blueyonder.co.uk) has joined #mythtv-users
[19:21:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[19:21:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) has joined #mythtv-users
[19:21:00] chickeneater (n=lastlee@unaffiliated/chickeneater) has joined #mythtv-users
[19:21:00] SqWaw (n=Garfster@ool-4575b70f.dyn.optonline.net) has joined #mythtv-users
[19:21:00] jd86 (n=jim@ip68-9-96-155.ri.ri.cox.net) has joined #mythtv-users
[19:21:00] bobc (n=bob@64-126-52-53-dhcp-kc.everestkc.net) has joined #mythtv-users
[19:21:00] fith (n=fith@68.149.160.233) has joined #mythtv-users
[19:21:00] topping (n=topping@66.89.140.130.ptr.us.xo.net) has joined #mythtv-users
[19:21:00] Octane (n=octane@dsl092-100-149.nyc2.dsl.speakeasy.net) has joined #mythtv-users
[19:21:00] lars-ut-away (n=me@70.103.228.158) has joined #mythtv-users
[19:21:00] Esotericisms (n=esoteric@ip68-10-108-65.hr.hr.cox.net) has joined #mythtv-users
[19:21:00] flindet (n=flindet@c-67-164-213-254.hsd1.ca.comcast.net) has joined #mythtv-users
[19:21:00] dev- (i=dev@bad.mutha.fucka.org) has joined #mythtv-users
[19:21:00] Cardoe (n=Cardoe@gentoo/developer/Cardoe) has joined #mythtv-users
[19:21:00] KraMer_ (n=mark@adsl-70-240-210-101.dsl.hstntx.swbell.net) has joined #mythtv-users
[19:21:00] linuxwhor1 (n=johnh@70-59-90-113.mpls.qwest.net) has joined #mythtv-users
[19:21:00] Notorious- (n=notoriou@d51A5B4F6.access.telenet.be) has joined #mythtv-users
[19:21:00] schultmc (n=schultmc@zealot.progeny.com) has joined #mythtv-users
[19:21:00] joshn (n=josh@64.187.64.60) has joined #mythtv-users
[19:21:00] zuralin_ (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) has joined #mythtv-users
[19:21:00] Bonkers (i=nobody@dyn-hogan-165-111.dyn.columbia.edu) has joined #mythtv-users
[19:21:00] opello (n=opello@66.115.222.130) has joined #mythtv-users
[19:21:00] |rt|_ (n=realthin@c-66-31-4-25.hsd1.nh.comcast.net) has joined #mythtv-users
[19:21:00] marcus2_ (i=marcus@pompeii.outer.org) has joined #mythtv-users
[19:21:00] adante (n=adante@203-206-18-78.dyn.iinet.net.au) has joined #mythtv-users
[19:21:00] Majestik (n=MajestiK@S0106000024c058cc.ed.shawcable.net) has joined #mythtv-users
[19:21:00] nullman_ (n=nullman@c-66-41-214-247.hsd1.mn.comcast.net) has joined #mythtv-users
[19:21:00] nulltank_ (n=nullman@c-66-41-214-247.hsd1.mn.comcast.net) has joined #mythtv-users
[19:21:00] fryfrog (n=fryfrog@gallery/fryfrog) has joined #mythtv-users
[19:21:00] azid_ (n=janne@hus051a.gronstenen.se) has joined #mythtv-users
[19:21:00] mocker_ (n=ks@mocker.org) has joined #mythtv-users
[19:21:00] BleedAway (i=whocares@saus04.usc.es) has joined #mythtv-users
[19:21:00] Chacabaou (n=daniel@dialin.212.114.183.237.NEFkom.net) has joined #mythtv-users
[19:21:00] hunterotd (n=hunter@68-184-3-71.dhcp.mmll.ar.charter.com) has joined #mythtv-users
[19:21:00] sc00p (n=oldendic@cpe-024-031-111-033.sc.res.rr.com) has joined #mythtv-users
[19:21:00] tetrawr (n=tetra@pcp09210082pcs.pimaco01.az.comcast.net) has joined #mythtv-users
[19:21:00] cesman (n=cecil@pdpc/supporter/bronze/cesman) has joined #mythtv-users
[19:21:00] _nero_ (n=nero@mdobossy.student.Princeton.EDU) has joined #mythtv-users
[19:21:00] remedy (n=remedy@81-178-243-86.dsl.pipex.com) has joined #mythtv-users
[19:21:00] Beirdo (n=gjhurlbu@unaffiliated/beirdo) has joined #mythtv-users
[19:21:00] exstatica (i=exstatic@haw-207-182-243-123.vel.net) has joined #mythtv-users
[19:21:00] primeministerp (n=ppouliot@130.57.22.69) has joined #mythtv-users
[19:21:00] dieman (n=dieman@3.14159265358979323846264338327950288419716939937510582097.org) has joined #mythtv-users
[19:21:00] ndev (n=naren@jffwpr04.jf.intel.com) has joined #mythtv-users
[19:21:00] batdog|gone (n=jde-fn@cpe-67-10-243-104.houston.res.rr.com) has joined #mythtv-users
[19:21:00] flatronf701B (n=flatronf@202.75.186.154) has joined #mythtv-users
[19:21:00] splat1 (n=splat1@cpc1-leic7-5-0-cust137.leic.cable.ntl.com) has joined #mythtv-users
[19:21:00] Captain_Murdoch (n=buy_more@ip70-161-246-74.hr.hr.cox.net) has joined #mythtv-users
[19:21:00] DarkBeer (i=darkbeer@12-202-193-207.client.insightBB.com) has joined #mythtv-users
[19:22:00] Krazylegz (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) Quit (Read error: 104 (Connection reset by peer))
[19:22:00] MythLogBot (n=PircBot@linode.beirdo.ca) has joined #mythtv-users
[19:22:00] Juski: ?
[19:22:00] |Slurpee|: hi
[19:22:00] laga: netsplits rock
[19:22:00] ChanServ sets mode +v MythLogBot
[19:22:00] laga: nice, even the MythLogBot survived
[19:22:00] dopester (n=dopester@user-0c8hs63.cable.mindspring.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Cougar (n=cougar@lost.version6.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] poop (n=rk@c-24-34-214-221.hsd1.ma.comcast.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Juski (n=Juski@spc1-salf1-5-0-cust8.bagu.broadband.ntl.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] simcop2387 (n=simcop23@p3m/member/simcop2387) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] NightBird (n=ma325@192.133.129.160) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] pigeon (n=pigeon@adsl-60-232.swiftdsl.com.au) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] kcid_ (n=kcir@204.212.180.230) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] SPRNTRL^ (i=SPRNTRL_@c-66-41-20-44.hsd1.mn.comcast.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] tanq (n=tanq@71-11-228-235.dhcp.ftwo.tx.charter.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] AndyCap (n=aoy@pdpc/supporter/sustaining/AndyCap) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] dennis- (i=dennis@valhalla.lauschmusik.de) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] burly (n=burly@adiemus.org) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] bri (n=bill@xnetwork.ath.cx) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] cout_ (n=cout@pcp03785369pcs.mplsnt01.sc.comcast.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] laga (n=laga@abinullfuenf.de) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Igg-man (n=kc0itq@rrcs-67-53-20-211.west.biz.rr.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] benc- (n=benc@markcaswell.dsl.visi.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] sunny (i=user@lexington.opencurve.org) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] GiantPickle (n=GiantPic@24.108.255.43) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Nem^1 (n=Nem@p54ABFB54.dip.t-dialin.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] riksta (n=rick@213.121.151.210) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] o_cee (n=o_cee@c83-249-55-163.bredband.comhem.se) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] h1ro (i=nobody@cpc1-reig1-6-0-cust39.hers.cable.ntl.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] crabstic (n=nsalmi@tuxedo.abo.fi) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] kothog (n=kothog@S010600500480af12.gv.shawcable.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Atamido (n=Atamido@user-0ccsqt9.cable.mindspring.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] nawab_ (n=nawab@87.113.1.169.bbplus.pte-ag1.dyn.plus.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] epoch (i=epoch@octane.breakbeats.org) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] tomimo (n=kurre@a80-186-64-246.elisa-laajakaista.fi) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] GreyFoxx (i=greg@out.of.phaze.org) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Xenna (n=chatzill@frg-137-18.frg.eur.nl) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Shdwdrgn (n=shdwdrgn@sourpuss.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] eiggirC (i=criggie@criggie.dyndns.org) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Faithful (n=Faithful@202-6-145-116.ip.adam.com.au) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Snow-Man (n=sfrost@kenobi.snowman.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] knewt (i=jmb@home.pimb.org) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] robin_ (n=robin@debian.demon.nl) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] bomba (n=mphardy@widget.gizmolabs.org) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] sona_ (n=sona@ndn234.bob.fi) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] _tester_ (n=yz@ool-182c08d1.dyn.optonline.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] [MUPPETS]Gonzo (i=gonzo@80.69.47.16) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] kingsley (n=kingsley@dsl-47-142.nas.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] doubletwist (n=doubletw@dsl081-121-086.dfw1.dsl.speakeasy.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] a1fa (n=a1fa@207.210.210.202) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] Goose-Npa (n=none@user-0c99ssh.cable.mindspring.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] mishehu (i=mishehu@cshells.shavedgoats.net) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] bjohnson (n=bjohnson@i216-58-58-83.cybersurf.com) Quit (brown.freenode.net irc.freenode.net)
[19:22:00] |Slurpee|: hey
[19:23:00] |Slurpee|: i want to order my hardware for my box today
[19:24:00] dopester (n=dopester@user-0c8hs63.cable.mindspring.com) has joined #mythtv-users
[19:24:00] poop (n=rk@c-24-34-214-221.hsd1.ma.comcast.net) has joined #mythtv-users
[19:24:00] Juski (n=Juski@spc1-salf1-5-0-cust8.bagu.broadband.ntl.com) has joined #mythtv-users
[19:24:00] GiantPickle (n=GiantPic@24.108.255.43) has joined #mythtv-users
[19:24:00] Nem^1 (n=Nem@p54ABFB54.dip.t-dialin.net) has joined #mythtv-users
[19:24:00] simcop2387 (n=simcop23@p3m/member/simcop2387) has joined #mythtv-users
[19:24:00] NightBird (n=ma325@192.133.129.160) has joined #mythtv-users
[19:24:00] sunny (i=user@lexington.opencurve.org) has joined #mythtv-users
[19:24:00] riksta (n=rick@213.121.151.210) has joined #mythtv-users
[19:24:00] o_cee (n=o_cee@c83-249-55-163.bredband.comhem.se) has joined #mythtv-users
[19:24:00] bjohnson (n=bjohnson@i216-58-58-83.cybersurf.com) has joined #mythtv-users
[19:24:00] pigeon (n=pigeon@adsl-60-232.swiftdsl.com.au) has joined #mythtv-users
[19:24:00] kcid_ (n=kcir@204.212.180.230) has joined #mythtv-users
[19:24:00] h1ro (i=nobody@cpc1-reig1-6-0-cust39.hers.cable.ntl.com) has joined #mythtv-users
[19:24:00] Cougar (n=cougar@lost.version6.net) has joined #mythtv-users
[19:24:00] crabstic (n=nsalmi@tuxedo.abo.fi) has joined #mythtv-users
[19:24:00] SPRNTRL^ (i=SPRNTRL_@c-66-41-20-44.hsd1.mn.comcast.net) has joined #mythtv-users
[19:24:00] kothog (n=kothog@S010600500480af12.gv.shawcable.net) has joined #mythtv-users
[19:24:00] tanq (n=tanq@71-11-228-235.dhcp.ftwo.tx.charter.com) has joined #mythtv-users
[19:24:00] Atamido (n=Atamido@user-0ccsqt9.cable.mindspring.com) has joined #mythtv-users
[19:24:00] nawab_ (n=nawab@87.113.1.169.bbplus.pte-ag1.dyn.plus.net) has joined #mythtv-users
[19:24:00] epoch (i=epoch@octane.breakbeats.org) has joined #mythtv-users
[19:24:00] tomimo (n=kurre@a80-186-64-246.elisa-laajakaista.fi) has joined #mythtv-users
[19:24:00] GreyFoxx (i=greg@out.of.phaze.org) has joined #mythtv-users
[19:24:00] Xenna (n=chatzill@frg-137-18.frg.eur.nl) has joined #mythtv-users
[19:24:00] Shdwdrgn (n=shdwdrgn@sourpuss.net) has joined #mythtv-users
[19:24:00] eiggirC (i=criggie@criggie.dyndns.org) has joined #mythtv-users
[19:24:00] kingsley (n=kingsley@dsl-47-142.nas.com) has joined #mythtv-users
[19:24:00] Faithful (n=Faithful@202-6-145-116.ip.adam.com.au) has joined #mythtv-users
[19:24:00] Snow-Man (n=sfrost@kenobi.snowman.net) has joined #mythtv-users
[19:24:00] knewt (i=jmb@home.pimb.org) has joined #mythtv-users
[19:24:00] AndyCap (n=aoy@pdpc/supporter/sustaining/AndyCap) has joined #mythtv-users
[19:24:00] robin_ (n=robin@debian.demon.nl) has joined #mythtv-users
[19:24:00] bomba (n=mphardy@widget.gizmolabs.org) has joined #mythtv-users
[19:24:00] sona_ (n=sona@ndn234.bob.fi) has joined #mythtv-users
[19:24:00] cout_ (n=cout@pcp03785369pcs.mplsnt01.sc.comcast.net) has joined #mythtv-users
[19:24:00] dennis- (i=dennis@valhalla.lauschmusik.de) has joined #mythtv-users
[19:24:00] burly (n=burly@adiemus.org) has joined #mythtv-users
[19:24:00] _tester_ (n=yz@ool-182c08d1.dyn.optonline.net) has joined #mythtv-users
[19:24:00] [MUPPETS]Gonzo (i=gonzo@80.69.47.16) has joined #mythtv-users
[19:24:00] bri (n=bill@xnetwork.ath.cx) has joined #mythtv-users
[19:24:00] mishehu (i=mishehu@cshells.shavedgoats.net) has joined #mythtv-users
[19:24:00] Goose-Npa (n=none@user-0c99ssh.cable.mindspring.com) has joined #mythtv-users
[19:24:00] Igg-man (n=kc0itq@rrcs-67-53-20-211.west.biz.rr.com) has joined #mythtv-users
[19:24:00] benc- (n=benc@markcaswell.dsl.visi.com) has joined #mythtv-users
[19:24:00] laga (n=laga@abinullfuenf.de) has joined #mythtv-users
[19:24:00] a1fa (n=a1fa@207.210.210.202) has joined #mythtv-users
[19:24:00] doubletwist (n=doubletw@dsl081-121-086.dfw1.dsl.speakeasy.net) has joined #mythtv-users
[19:24:00] Juski: you said netsplits rock...
[19:24:00] ** laga just doesn't get it **
[19:24:00] |Slurpee|: i was talkin bout hardware
[19:24:00] |Slurpee|: someone wana help me out
[19:24:00] |Slurpee|: im confused on which video cards to order
[19:25:00] Juski: laga: someone said something about netsplits rocking.. I'm just wondering what a netsplit is
[19:25:00] xris: pvr-150
[19:25:00] xris: Juski: I believe it's when the various freenode servers disconnect from each other briefly...
[19:25:00] |Slurpee|: pvr-150 ??
[19:25:00] |Slurpee|: thats a model number of card ?
[19:25:00] xris: disconnects/reconnects some large percentage of people in the channel
[19:26:00] Juski: Slurpee: yep
[19:26:00] xris: |Slurpee|: yeah... hardware mpeg2 encoder.
[19:26:00] laga: Juski: oh. well, a netsplit is when one or more server get kicked of the network for various reasons
[19:26:00] Juski: ahh.. figures :)
[19:27:00] xris: |Slurpee|: what kind of card are you looking for? hd or SD?
[19:27:00] Zstate (n=Zstate@cpe-071-069-158-090.nc.res.rr.com) has joined #mythtv-users
[19:27:00] Krazylegz (n=Krazyleg@pcp01478332pcs.quaryv01.pa.comcast.net) has joined #mythtv-users
[19:27:00] |Slurpee|: http://www.compuplus.com/i-Hauppauge-WinTV-PV . . . froogle.html ?
[19:27:00] |Slurpee|: hd = high def ?
[19:27:00] xris: yes
[19:28:00] |Slurpee|: thats what im looking for
[19:28:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) Quit ()
[19:28:00] xris: high def you basically have 2 options.. pchdtv or air2pc
[19:28:00] poop: I have a valid livetv directory, yet livetv still crashes the backend and spews an error about missing the ringbuf
[19:28:00] |Slurpee|: does the price go up a lot ?
[19:28:00] |Slurpee|: how does it effect my mobo/cpu/memory selection ?
[19:29:00] xris: HD recordings are about 9G/hour
[19:29:00] xris: and take at least a 2Ghz cpu to play back
[19:29:00] poop: You can get HD over firewire from your STB but it's unrealiable under mythtv.
[19:29:00] xris: yeah, firewire is your other option (if you have cable)
[19:29:00] |Slurpee|: wait
[19:30:00] |Slurpee|: <xris> HD recordings are about 9G/hour ??
[19:30:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) has joined #mythtv-users
[19:30:00] xris: yes
[19:30:00] |Slurpee|: 9g/hour ?
[19:30:00] poop: Slurpee: It's high-res mpeg-2 TS
[19:30:00] dev-: thats 9gig...
[19:30:00] Juski: something's telling ya that 20GB disk you had lying round just aint gonna cut it
[19:30:00] |Slurpee|: 9 gig of hd space ?
[19:30:00] xris: yes
[19:30:00] |Slurpee|: i plan o using 250 gig hdd
[19:30:00] dev-: no 9gig of video crazy space!
[19:31:00] xris: compared to about 2G for high quality SD recordings.
[19:31:00] |Slurpee|: high qualit sd ??
[19:31:00] |Slurpee|: quality is pretty good ?
[19:31:00] poop: Slurpee: It's awesome.
[19:31:00] xris: mine's pretty decent recorded from svideo
[19:31:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 104 (Connection reset by peer))
[19:31:00] |Slurpee|: couldnt just have the hd card and only record in hd when i want ?
[19:31:00] dev-: you're nothing but a big walking ? arent you slurpee "_
[19:31:00] dev-: er :)
[19:31:00] |Slurpee|: exactly why im here
[19:31:00] Juski: 1.5GB/hour is pretty damn fine looking
[19:31:00] poop: Slurpee: hd cards only do HD
[19:31:00] |Slurpee|: im seriously planning on buying my hardware today
[19:31:00] poop: and only unencrypted HD
[19:31:00] dev-: you'vbe been saying that for weeks
[19:31:00] xris: not really.... to record SD with an HD card, you have to do software encoding.. not so hot.
[19:32:00] |Slurpee|: how much does a hd card cost
[19:32:00] xris: they're about $180, right?
[19:32:00] dev-: dunno, id have to look on google
[19:32:00] xris: haven't looked in awhile. got mine for free
[19:32:00] dev-: :P
[19:32:00] |Slurpee|: dev, i work full time. havent had time to sit down and acutally look at what im buynig
[19:32:00] poop: That's a chunk for piece of hardware with a questionable future.
[19:32:00] Esotericisms (n=esoteric@ip68-10-108-65.hr.hr.cox.net) Quit (Connection timed out)
[19:33:00] xris: |Slurpee|: if you're just starting out, get a pvr-150 and see how you like the quality... or if you have HD cable, you can get your cable company to give you a firewire box, and record straight from firewire.
[19:33:00] zuralin_ (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) Quit (Success)
[19:33:00] KillerBunny (i=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[19:33:00] Criggie_ is now known as Criggie
[19:33:00] |Slurpee|: firebox is the hdtv turner box the cable company gives me ?
[19:33:00] |Slurpee|: firewire box
[19:33:00] |Slurpee|: sorry
[19:34:00] poop: Slurpee: yeah, there are a couple of common models
[19:34:00] poop: And sometimes you have to ask for one with firewire.
[19:34:00] |Slurpee|: i worked at a high end tv store for awhile
[19:34:00] netrix (n=netrix@CPE0080c8cd16a1-CM014270037574.cpe.net.cable.rogers.com) has joined #mythtv-users
[19:34:00] |Slurpee|: so im going to get a real good deal on a tv
[19:34:00] zuralin (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) has joined #mythtv-users
[19:35:00] |Slurpee|: im building the pvr before i buy the tv though
[19:35:00] xris: make sure the tv has dvi
[19:35:00] |Slurpee|: yea i kno that much
[19:35:00] netrix: is there anyway to make MythWeb use a proxy server?
[19:35:00] poop: My b-i-l got a cute little 60"
[19:35:00] netrix: i set up http_proxy environment vars, but mythweb doesn't seem to care.
[19:35:00] |Slurpee|: probably going with 40 inch dlp
[19:35:00] xris: netrix: huh? mythweb runs on the server.. proxy is the client.
[19:35:00] Juski: little? get some perspective man
[19:36:00] netrix: xris: sry, ment mythwebbrowser.
[19:36:00] xris: |Slurpee|: by law, fcc requires cable company to provide you with a firewire port if you pay for HD cable... myth can interface with that to record HD stuff, works pretty well.
[19:36:00] netrix: |Slurpee|: i am going to get a myth machine doing to connect to my projector which as dvi.
[19:36:00] netrix: er, has dvi.
[19:36:00] xris: it's the ONLY way you'll be able to record non-broadcast HD channels.
[19:37:00] poop: Juski: At least it's very bright.
[19:38:00] xris: projector would be nice... my room isn't dark enough
[19:38:00] netrix: xris: yeah thats the downside of a pj. you need control of ambient light.
[19:38:00] netrix: so no ideas about mythwebbrowser and a proxy server huh?
[19:38:00] dev-: i think the webbrowser is lame so never use it ;p
[19:39:00] netrix: dev-: my first time trying it.
[19:39:00] Juski: how far back do you have to sit if the TV is 60" across?
[19:39:00] netrix: Juski: rule is 3 x screen height.
[19:39:00] Juski: cheers netrix
[19:39:00] dev-: that going blind thing is a myth
[19:39:00] netrix: Juski: :)
[19:39:00] poop: I'd have to sit 27" away if that were the case.
[19:39:00] |Slurpee|: ive been looking into projector, i hear they are way cheaper
[19:40:00] |Slurpee|: u can get dlp projector
[19:40:00] poop: 27' that is
[19:40:00] netrix: poop: depends on the screen. but that is the rule of thumb.
[19:40:00] xris: except for the expensive bulb to replace every year or so
[19:40:00] netrix: poop: how big is 'yer screen.
[19:40:00] Juski: projectors _are_ cheap.. it's the lamps that cost ya
[19:40:00] netrix: |Slurpee|: if you love HT then a projector is amaing.
[19:40:00] poop: xris: 2–3k hours is a lot of teevee in one year
[19:40:00] netrix: i love mine.
[19:40:00] poop: netrix: model?
[19:40:00] netrix: poop: Sony HS10.
[19:40:00] netrix: current version is the HS50.
[19:41:00] |Slurpee|: so if i go the firewire hdtv box, what does the firewire plug into?? just a firewire port on computer ?
[19:41:00] poop: netrix: The new generation of LCDs is amazing. You can leave your rainbows behind :)
[19:41:00] poop: Slurpee: yeah (if you have one that linux will work with)
[19:41:00] poop: I had to add a fucking firewire card.
[19:41:00] |Slurpee|: firewire cards are cheap though
[19:41:00] poop: After searching long and hard for a microatx board with firewire.
[19:42:00] Zstate (n=Zstate@cpe-071-069-158-090.nc.res.rr.com) Quit (Read error: 104 (Connection reset by peer))
[19:42:00] |Slurpee|: firewire pci cards are 7.5 on price watch
[19:42:00] |Slurpee|: 3 ports
[19:42:00] netrix: poop: yeah and LCD is great because they are verisitle. hook up anything, xbox, pc, you name it. unlike some other pj types that get burned in from that kinda stuff.
[19:42:00] xris: whenever I upgrade my tv, I'll go with lcd...
[19:42:00] dev-: everything gets burnin
[19:42:00] dev-: even lcds
[19:42:00] netrix: anyone know if the canadian rogers digital terminal has firewire?
[19:42:00] netrix: dev-: some devices more than others.
[19:43:00] poop: I have an AE-900U, but no screen yet. I should order that today.
[19:43:00] dev-: sure, but dont think just having an l;cd you're colden
[19:43:00] Juski: lcds just tend to get dead or stuck pixels rather than burnin I've read
[19:43:00] poop: netrix: avsforum has provider and area specific info
[19:43:00] dev-: you have a cheap one, it will burnin quick
[19:43:00] dev-: had a viewsonic something 800 that got burnin from my terms being in the same spot on every desktop
[19:43:00] poop: dev: I have a cheap projector?
[19:43:00] dev-: do you?
[19:44:00] poop: <dev-> you have a cheap one, it will burnin quick
[19:44:00] netrix: dev-: i have 7 displays in my house, 4 lcd, 3 crt. none have burn in so i don't agree.
[19:44:00] dev-: <dev-> sure, but dont think just having an l;cd you're colden
[19:44:00] dev-: <dev-> you have a cheap one, it will burnin quick
[19:44:00] poop: damn context
[19:44:00] dev-: poop: ok? make sensse now?
[19:44:00] dev-: =]
[19:44:00] poop: Can you just shut everyone else up until you finish your point?
[19:45:00] dev-: lol
[19:45:00] netrix: poop: sry, avsform for rogers digital terminal info you mean?
[19:45:00] azid_ (n=janne@hus051a.gronstenen.se) Quit ("leaving")
[19:45:00] |Slurpee|: so if i go the firewire box way......i dont need any cards??? or i still need to buy the sd card ?
[19:45:00] dev-: netrix: im sure you know burnin depends on what you do with them. just watching tv isnt going to cause burnin... just pausing a game for 20 minutes isnt going to fcause burnin. but try putting your terms in the sapem spot on your displays for a few weeks and watch what happens. oh, and dont turn them off.
[19:46:00] netrix: dev-: i understand that. however my desktop system is a WinXP box with three displays hooked up to it. the one on my left has outlook and terminal running 24x7 no burn in ...
[19:47:00] netrix: dev-: and this is the same config for about 4 years. <shrug>
[19:47:00] dev-: netrix: excellent. that doesnt mean lcds are less prone to burnin than projectiors
[19:47:00] dev-: god damn lag, typeing like shit ;p
[19:47:00] netrix: dev-: i think you misunderstood.
[19:47:00] tanq: man..
[19:47:00] |Slurpee|: damn now im confused about this hd card haha
[19:48:00] netrix: dev-: cetrain projects state right in the manual to not hookup certain devices. many explicitly say don't hook up your xbox to this thing and stuff like that.
[19:48:00] netrix: dev-: the nice thing about the majority of lcd pj's is they are fine with that type of stuff.
[19:48:00] dev-: netrix: havent seen one of those in years :P
[19:48:00] dev-: not since the 80's anyway
[19:48:00] netrix: dev-: if you go out and drop $25k on a CRT based Runco and hook up your xbox you'll trash it.
[19:49:00] netrix: anyhoo.
[19:49:00] dev-: crt isnt even a projector
[19:49:00] netrix: something to think abouit if your project shopping.
[19:49:00] dev-: where are you going with this
[19:49:00] netrix: dev-: sure it is.
[19:49:00] netrix: dev-: crt based projectors?
[19:49:00] dev-: cathon ray tube is a standard tv
[19:49:00] netrix: dev-: ever seen the projectors with the three "blubs" in them? crt.
[19:50:00] dev-: yes, in the 80's
[19:50:00] netrix: http://www.runco.com/OP_CRT.html
[19:50:00] poop: Slurpee: You only need an STB and a firewire port
[19:50:00] netrix: no it's not.
[19:50:00] netrix: dev-: you don't seem to know much about projectors.
[19:50:00] netrix: definatley not '80s.
[19:50:00] dev-: i only use dlps
[19:50:00] poop: High-end projectors are still CRT
[19:50:00] laga: (what does "anyhoo" mean?)
[19:51:00] netrix: poop: fsck! thank you.
[19:51:00] |Slurpee|: netrix, stb – pvr-150 ???
[19:51:00] poop: Although there are some expensive DLPs
[19:51:00] netrix: netrix: huh?
[19:51:00] poop: He's cracked
[19:51:00] netrix: hah.
[19:51:00] netrix: i am cracked.
[19:51:00] netrix: |Slurpee|: whats thsat?
[19:52:00] Raven_301 (n=raven_30@Kitchener-HSE-ppp3574944.sympatico.ca) Quit (Connection timed out)
[19:52:00] |Slurpee|: what is a stb ?
[19:52:00] netrix: |Slurpee|: set top box?
[19:53:00] |Slurpee|: what is that
[19:53:00] Raven_301 (n=raven_30@London-HSE-ppp3547384.sympatico.ca) has joined #mythtv-users
[19:53:00] netrix: poop: i think the scale goes lcd, dlp, crt from inexpesive to expensive tho.
[19:54:00] KillerBunny (i=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 110 (Connection timed out))
[19:54:00] dev-: you also have to look at common sense though
[19:54:00] dev-: if you 're not putting up a 75ft screen why go with crt
[19:54:00] dev-: not many people have 75ft walls they;'re going to watch tv on
[19:54:00] netrix: dev-: contrast.
[19:56:00] netrix: dev-: you can't beat crt's for contrast ratio.
[19:56:00] dev-: you can if you're not going to watch it on a 50–100ft wall
[19:56:00] dev-: you would want to spend thousands of dollars more just so you can fiddle with the contrast more?
[19:57:00] dev-: its a great argument sure, but its not realistic
[19:57:00] dev-: if you have yourself a giant ass wall, again, 50ft-100ft, then that crt projector is the way to go
[19:57:00] dev-: for anyone else in a normal house, it does not make sense.
[19:58:00] |Slurpee|: at least tell me this ...... http://www.smksuperstore.com/catalog/viewitem.asp?ID=13710 will that work with hd if I put an extra gig of ram in ?
[19:59:00] mofu: |Slurpee|: what's the front side bus on the Sempron 3000?
[19:59:00] mofu: does it have dual channel memory?
[19:59:00] laga: who needs dual channel for a mythtv box? ;)
[20:00:00] netrix: dev-: like all things it depends on what you can afford. if I had a lot more money i'd be driving a Porsche GT3 and a Runco 940 instead of an RSX and Sony HS10. why, because based on technical merits they are better.
[20:00:00] |Slurpee|: mofu, i have no idea
[20:00:00] netrix: dev-: it has nothing to do with room size.
[20:00:00] netrix: dev-: if you were a film buff with lots of cash crt any day.
[20:00:00] |Slurpee|: http://www.smksuperstore.com/catalog/viewitem.asp?ID=14545
[20:00:00] mofu: I think dual channel makes a difference if you are on the edge processor wise . . . .
[20:00:00] Bonkers: how do you drive a runco 940?
[20:00:00] netrix: lol.
[20:00:00] |Slurpee|: actually that comobo, is 30 cheaper because it doesnt come with ram
[20:01:00] |Slurpee|: they want 30 bux for 256 3200 ddr
[20:01:00] dev-: netrix: you also need an entire room for it, whereas lcd and dlp you do not. why do you need an entire room you ask, because you cant have a single freaking window
[20:01:00] |Slurpee|: its onl 18 bux for 256 ddr on price watch
[20:01:00] dev-: i raced an rsx-type s the other day./ blew it away
[20:01:00] Bonkers: of ram that may or may not work and then will break in a day
[20:01:00] |Slurpee|: mofu, what do you mean on the edge processor wise. you think my cpu speed should be higher ??
[20:01:00] dev-: im sure he was wondering how an audi a4 1.8tqm pwned him
[20:01:00] mofu: 512 seems to be ok w/ HD
[20:02:00] Bonkers: I always get crucial.com ram, not much more expensive, guaranteed to work, lifetime warranty
[20:02:00] |Slurpee|: yea we get crucial at my work
[20:02:00] mofu: I have a 2.8Ghz Celeron D/533 Mhz FSB/512 MB Dual Channel in my HD box
[20:02:00] |Slurpee|: u think it coudl work under 2.8 ?
[20:02:00] poop: You can usually find some branded ram on sale at newegg.
[20:03:00] poop: pricegrabber.com is a bit nicer than pricewatch.com too
[20:03:00] |Slurpee|: im going to go with 1 gig of ram
[20:03:00] netrix: dev-: i give up, apparently you think you know everything about projectors.
[20:03:00] mofu: Some people have decent luck w/ Athlon 2400+
[20:03:00] mofu: Nvidia is a must have though
[20:03:00] netrix: dev-: but whats funny is you didn't know they still made crt pj's. do some reading dude.
[20:03:00] mofu: for video
[20:03:00] |Slurpee|: well this is the 3000+
[20:03:00] |Slurpee|: so my cpu should be fine ?
[20:04:00] poop: Doesn't the nice, bright CRT mean you can have a little more light than a cheap LCD?
[20:04:00] |Slurpee|: specially with 1 gig of 3200 ddr
[20:04:00] dev-: netrix: no, i know i dont. its just your argument is "if i had a bunch of money id want one!" — thats great and all, but you should still consider functionality. yes, if i had a giant mansion with a great big basement id get a crt projector, but since i have normal rooms that have normal ambient light a crt projector does not make snse at all
[20:04:00] poop: Slurpee: My athlon64 3000+/ 512GB seems to be doing HD adequately
[20:04:00] poop: 512MB
[20:04:00] |Slurpee|: well its not much more for 1 gig
[20:04:00] |Slurpee|: 57 bux on price watch with free shipping
[20:05:00] poop: Slurpee: yeah, get as much as you can
[20:05:00] dev-: netrix: actually, i just did some reading. most common complaint about crt projectors is ambient light. so go built yourself a dark room big enough to hold one and you're set. otherwise, lcd/dlp make more sense
[20:05:00] |Slurpee|: so ill have ahtlon 3000+, 1 gig ddr, and mobo for under 200
[20:05:00] mofu: the Sempron64/3000 is 800 mhz FSB, you should have plenty of bandwidth
[20:05:00] Manolis (n=pkirchne@66.72.242.6) has joined #mythtv-users
[20:05:00] netrix: dev-: that wasn't my argument. for the best picture quality crt all the way, has nothing to do with money except for the fact i can't afford one.
[20:05:00] mofu: add a FX5200 and you should be all set
[20:06:00] dev-: netrix: picture quality means nothing if you cant see it
[20:06:00] |Slurpee|: fx5200 is the nvida card ?
[20:06:00] mofu: yeah, just ask a blind person
[20:06:00] Manolis: Hello – MythWeb shows "NO DATA" for all channels, but the EPG shows all the data correctly. Any ideas?
[20:06:00] poop: Kind of tricky using the same source (STB) for analog and digital capture (no locking on the two capture methods)
[20:06:00] poop: Slurpee: yeah, (often) fanless
[20:06:00] mofu: |Slurpee|: yep, I think they run about $35 these days
[20:07:00] marcus2_ is now known as marcus2
[20:07:00] |Slurpee|: http://www.tigerdirect.com/applications/Searc . . . mp;CatId=880
[20:07:00] netrix: dev-: whatever dude, you stay misinformed. i'm done with this topic.
[20:07:00] |Slurpee|: 35 on tiger direct, where i am order 2 250gig drives for 69 each
[20:07:00] dev-: netrix: http://hometheater.about.com/cs/television/a/aavprojectora.htm <-- have fun.
[20:08:00] |Slurpee|: so i have my cpu/mobo/memory/video card. what else do i need
[20:08:00] |Slurpee|: do i need a second video card ?
[20:08:00] |Slurpee|: or capture card or something
[20:09:00] dev-: tv can be recorded to disk via brainwaves
[20:09:00] dev-: so... should be set!
[20:09:00] netrix: dev-: whatever.
[20:09:00] mofu: |Slurpee|: where were planning on getting HD from??
[20:10:00] |Slurpee|: rcn
[20:10:00] |Slurpee|: cable
[20:11:00] netrix: |Slurpee|: whats rcn?
[20:12:00] Manolis: MythWeb shows "NO DATA" for all channels, but the EPG shows all the data correctly. Any ideas?
[20:12:00] |Slurpee|: smaller cable company in chicago
[20:12:00] |Slurpee|: they do the cable for big high ride buildings
[20:12:00] netrix: |Slurpee|: ah.
[20:12:00] |Slurpee|: but i know i can get hdtv packages
[20:12:00] mofu: Manolis: check date/time on all computers involved
[20:12:00] Raven_301 (n=raven_30@London-HSE-ppp3547384.sympatico.ca) Quit (Read error: 104 (Connection reset by peer))
[20:13:00] |Slurpee|: what else do i need
[20:13:00] |Slurpee|: hardware wise
[20:13:00] |Slurpee|: power supply i guess .
[20:13:00] mofu: |Slurpee|: you either need a firewire card or an HD card
[20:13:00] Manolis: mofu: thanks for the idea, both are set to the same date/time
[20:14:00] netrix: hm. i don't think mythwebbrowser looks too bad. any way to make it use a proxy server?
[20:14:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[20:14:00] |Slurpee|: i was just told i need a firewire port to connect to a hd cable box i get from my cable comapny
[20:14:00] Raven_301 (n=raven_30@London-HSE-ppp3547384.sympatico.ca) has joined #mythtv-users
[20:14:00] |Slurpee|: so i still need a pchdtv card ?
[20:14:00] mofu: port/card whatever
[20:15:00] xris: |Slurpee|: firewire or pchdtv...
[20:15:00] mofu: not if you use FW
[20:15:00] |Slurpee|: well that mobo doesnt have firewire, but pci firewire cards are 7.5 with 3 ports
[20:15:00] xris: and maybe an ir blaster if your cable box can't be controlled via firewire/serial
[20:15:00] |Slurpee|: will i need a sd card ?
[20:16:00] |Slurpee|: i dont have an hdtv yet
[20:16:00] mofu: an extra sd card will give you some extra flexibility
[20:16:00] xris: depends on whether or not your provider puts SD signal out the firewire port or not
[20:16:00] |Slurpee|: well since i dont have the tv yet and wont have the tv for some months
[20:16:00] |Slurpee|: should i jsut build it for sd and upgrade it when i get my tv ?
[20:16:00] mofu: one STB = one recording source
[20:17:00] mofu: |Slurpee|: pvr150 cards are only $70–75, if you've never done a MythBox you might want to start there
[20:17:00] |Slurpee|: k
[20:17:00] |Slurpee|: im going to add the firewire ports either way.... but i wont have to use it till i want to use hdtv ?
[20:18:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 104 (Connection reset by peer))
[20:18:00] netrix (n=netrix@CPE0080c8cd16a1-CM014270037574.cpe.net.cable.rogers.com) Quit ("dinner.")
[20:18:00] |Slurpee|: http://www.axiontech.com/prdt.php?src=PW&item=73418  ??
[20:18:00] tanq: so i have a pvr 150 that I had working.. i installed lircd and now i'm getting snow
[20:19:00] Manolis (n=pkirchne@66.72.242.6) Quit ("Wiederschreiben")
[20:19:00] tanq: i don't know what got screwed up so I started over with ivtv and i keep ending up with snow
[20:19:00] dev-: i hate snow, especially shoveling it
[20:19:00] tanq: hey dev- ...
[20:19:00] KillerBunny (i=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[20:19:00] dev-: could be your tuner isnt getting autodetected
[20:20:00] dev-: dmesg will show that when the module is loaded
[20:20:00] dev-: then if its that, you can set it appropriately in modules.conf
[20:20:00] mofu: tanq: I'd bet eeprom is getting loaded before tveeprom . . .
[20:21:00] tanq: i don't think i even have eeprom listed in modules
[20:21:00] mofu: you're using on-card remote jack??
[20:21:00] tanq: yeah
[20:21:00] mofu: i2c is probably pushing eeprom
[20:21:00] |Slurpee|: what about a remote and ir port for the remote ????
[20:21:00] mofu: check lsmod and dmesg
[20:21:00] tanq: nothing in
[20:21:00] mofu: nothing in lsmod?
[20:21:00] tanq: nothing in lsmod
[20:22:00] tanq: sorry my irssi almost freaked out again
[20:22:00] mofu: lsmod has to show SOMETHING
[20:22:00] tanq: tveeprom
[20:22:00] tanq: i meant no eeprom
[20:22:00] tanq: why is bttv getting loaded is my question
[20:22:00] mofu: ok, what does dmesg tell you about loading ivtv
[20:23:00] tanq: well dmesg is spammed with i2c_adapter i2c-0: master_xfer[0] R, addr=0x44, len=1
[20:23:00] KillerBunny (i=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 104 (Connection reset by peer))
[20:23:00] tanq: a bunch of limes like that and then it show the card being initialized
[20:23:00] mofu: tanq: stop bttv from loading
[20:23:00] tanq: mofu: i don't even know what has it loaded in the first place.
[20:23:00] tanq: what dist are you running?
[20:24:00] mofu: you have a bttv card??
[20:24:00] mofu: debian
[20:24:00] tanq: so i'm not even loading bttv how do I keep it from loading
[20:24:00] tanq: and do i need eeprom to load?
[20:25:00] tanq: fyi this is 2.6.14 and PVR 150
[20:25:00] mofu: does your distro use /etc/discover.conf ??
[20:25:00] tanq: i'm using gentoo and no
[20:26:00] tanq: i have a modprobe.conf and modules.conf
[20:26:00] tanq: to keep it simple
[20:26:00] mofu: why do Gentoo newbs have so many problems . . . .?
[20:26:00] tanq: i'm not a newb
[20:26:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[20:26:00] dev-: hahahaha amen
[20:26:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 104 (Connection reset by peer))
[20:26:00] mofu: you should be fine then
[20:27:00] tanq: well for one i tried to take the easy way out and emerge ivtv and lirc.. just my luck they both have errors
[20:27:00] tanq: so i installed from tarball and i had each working independentl
[20:27:00] tanq: y
[20:27:00] tanq: but can't get ivtv working again.
[20:27:00] mofu: too bad the package manager doesn't F'in work
[20:28:00] tanq: i tried to go really simple and just rmmod everything. and modprobe ivtv by itself which worked the first time.
[20:28:00] dev-: gentoo's portage isnt so bad.. usually the problem is between the keyboard and the chair
[20:28:00] tanq: and doent worknow.
[20:28:00] tanq: brb.. baby is waking up.
[20:32:00] kartoAWAY (n=katom@host217-42-162-178.range217-42.btcentralplus.com) has joined #mythtv-users
[20:32:00] kartoAWAY (n=katom@host217-42-162-178.range217-42.btcentralplus.com) has left #mythtv-users
[20:33:00] benc- (n=benc@markcaswell.dsl.visi.com) Quit (Read error: 110 (Connection timed out))
[20:33:00] hiren (n=hiren@c-67-170-243-17.hsd1.ca.comcast.net) Quit ()
[20:34:00] |Slurpee|: whats differnt between pvr-150 250 350
[20:35:00] jcsmith: slurpee: from what i gathered the 150 and the 250 are very similar, the 150 is newer and the 350 can do output as well as input
[20:36:00] |Slurpee|: what would the advantages of output and input be ?
[20:37:00] dev-: output goes out
[20:37:00] dev-: input goes in
[20:37:00] dev-: sometimes thats an advantage
[20:38:00] dev-: if the output goes in and input goes out, then you got some disadvantages
[20:40:00] tanq: ok back
[20:40:00] |Slurpee|: well if it does output
[20:40:00] |Slurpee|: that means i dont have to put a basic video card ?
[20:41:00] slkrk (n=erok@24-241-254-084.dhcp.sffl.va.charter.com) has joined #mythtv-users
[20:42:00] poop: yeah, but a basic video card is useful for things other than sdtv
[20:42:00] poop: Aren't you going to do HD anyway?
[20:43:00] |Slurpee|: decided not to
[20:43:00] |Slurpee|: figure ill upgrade when i get my hdtv
[20:43:00] |Slurpee|: so now im confused as to which video cards i need
[20:43:00] |Slurpee|: i need 2 cards ?
[20:43:00] poop: heh
[20:43:00] dev-: i think you need a tivo
[20:44:00] poop: If you get a cheap FX5200, it'll be quiet and fast enough for HD (and some games) later
[20:44:00] mofu: no reason not to get hd-ready hardware
[20:44:00] poop: indeed
[20:44:00] poop: fuck, livetv just kills the backend
[20:44:00] mofu: remember, keep it quiet
[20:44:00] mofu: poop? hd?
[20:45:00] |Slurpee|: well i will get the hd hardware now
[20:45:00] |Slurpee|: and be ready
[20:45:00] |Slurpee|: so then i will need 3 cards ?
[20:45:00] |Slurpee|: fx5200, pvr-150,  ?
[20:45:00] mofu: possibly
[20:46:00] |Slurpee|: fx5200 will be my basic video card
[20:46:00] mofu: my backend has pvr250 x3
[20:46:00] |Slurpee|: or i need to buy another video card
[20:46:00] dev-: you shuld save yourself the hassle and just get a tivo heh. or dvr offered by your cable company
[20:46:00] dev-: you may be getting a little over your head here... no offense.
[20:46:00] mofu: true
[20:47:00] Juski: a tip might be to try building a working mythtv system on a spare box if you have one, just to get the hang of it
[20:48:00] mofu: |Slurpee|: do you have an old computer you can experiment w/ before you drop madd cash??
[20:48:00] mofu: Juski: great minds . . .
[20:48:00] dev-: mmm, brains
[20:49:00] Juski: test it out to see if you like mythtv first, or it'll be a lot of expense (and possibly hassle) for nothing (or Windows)
[20:49:00] __Ace__ (n=love@h55l211.delphi.afb.lu.se) has joined #mythtv-users
[20:56:00] poop: mofu: I have one bttv and one firewire source defined
[20:56:00] _willcooke_ (i=a719062f@88-110-192-39.dynamic.dsl.as9105.com) Quit (Connection timed out)
[20:57:00] poop: The thread that actually should be starting the recording doesn't log anything.
[20:57:00] poop: 2005-12–11 15:44:55.913 ERROR opening file in ThreadedFileWriter.
[20:57:00] mofu: you're sure the backend is running?
[20:57:00] poop: It runs until that last entry
[20:57:00] mofu: err, yeah, you said it killed it
[20:57:00] mofu: svn or 18?
[20:57:00] poop: 18.1
[20:58:00] poop: This Triangle movie on Sci-fi is pretty interesting so far
[20:58:00] Mersault (n=michaelm@CPE00131030fe90-CM00137189e160.cpe.net.cable.rogers.com) Quit ()
[20:58:00] pookSter_ (i=retSkoop@d57-182-197.home.cgocable.net) has left #mythtv-users
[20:59:00] _willcooke_ (n=_willcoo@88-110-192-39.dynamic.dsl.as9105.com) has joined #mythtv-users
[21:05:00] phoner (n=hpauto@CPE-65-26-234-156.wi.res.rr.com) Quit (Read error: 110 (Connection timed out))
[21:07:00] feld (n=feld@24-183-111-238.dhcp.mdsn.wi.charter.com) has joined #mythtv-users
[21:07:00] feld: okay guys this is my problem
[21:08:00] feld: after about ~2 days of uptime mythtv goes whack
[21:08:00] feld: nothing wrong with any processes eating up CPU or anything — its perfectly stable there
[21:08:00] mofu: feld: system details . . .
[21:08:00] mofu: MB, Proc, Mem, Distro
[21:08:00] feld: theres tons of artifacts and i cannot fix it without a reboot.
[21:09:00] mofu: artifacts in the video playback??
[21:09:00] feld: MB is an ECS... something. Nforce2 chipset. xp 3000+ 333fsb proc, running STABLE Gentoo
[21:09:00] feld: mofu: playback and recording.
[21:09:00] feld: only affects TV. videos are fine.
[21:09:00] dev-: had the same thing happen to one of my backends, turned out to be heat
[21:09:00] mofu: feld: are the artifacts in the recording??
[21:10:00] feld: PVR-250
[21:10:00] feld: mofu: yes
[21:10:00] feld: its not heat — its cold in here and the case is open
[21:10:00] mofu: like dev- said, expect heat or power
[21:10:00] feld: if i reboot it right now it goes away
[21:10:00] feld: for about 2 days, anyway.
[21:10:00] slkrk (n=erok@24-241-254-084.dhcp.sffl.va.charter.com) Quit (Read error: 110 (Connection timed out))
[21:10:00] mofu: using on-board video?
[21:10:00] feld: no using a MX4000
[21:11:00] feld: 400 watt power supply
[21:11:00] mxktmdude (n=james@161client60.cpe.ezlink.ca) has joined #mythtv-users
[21:11:00] mofu: have you run memtest86?
[21:12:00] ojin (n=bbee383@c-24-3-165-244.hsd1.pa.comcast.net) Quit (Read error: 104 (Connection reset by peer))
[21:12:00] Juski: what make of '400W' PSU? and what's the combined load output of it? 400W on just the 12V rail does nobody any good ;)
[21:12:00] feld: not recently but it shouldnt matter — gentoo has compiled flawlessly and the box is multi-use. its also a fileserver, webserver, irc proxy, distcc, and more
[21:13:00] LighTer (n=wegweg@adsl-69-154-76-154.dsl.rcsntx.swbell.net) has joined #mythtv-users
[21:13:00] LighTer: http://wretchedgaming.co.nr/
[21:13:00] LighTer (n=wegweg@adsl-69-154-76-154.dsl.rcsntx.swbell.net) has left #mythtv-users
[21:13:00] feld: i would not have been able to compile ANYTHING with bad ram — i've been there before. but i can easily reboot and choose memtest86 which i may do.
[21:13:00] feld: the power supply... let me check
[21:13:00] Baylink: Maybe it's 5VDC @ 80A.  :-)
[21:13:00] Juski: l@m3r, LighTer
[21:13:00] _willcooke_: Juski, I think that's 400W on the AC side, 400W's at 12v would be huge current
[21:13:00] Juski: you have to watch these PSU guys
[21:13:00] dev-: feld: you useing 18.1?
[21:14:00] mofu: feld: so, when you reboot, a recording from just before the reboot shows the artifact issue?
[21:14:00] feld: dev-: yes
[21:14:00] feld: mofu: yes
[21:14:00] feld: anything recorded while this is happening has it in the recording.
[21:14:00] mofu: ivtv 0.4 w/ correct firmware?
[21:15:00] dev-: hrm. it totally sounds like the same problem i had a while back when i had 2 pvr250's in a mini-atx case and not enough ventilation... moved the tuners to a mid-tower and the problem went away. they were also very hot to the tough
[21:15:00] feld: 0.4.0-r2
[21:15:00] dev-: touch
[21:15:00] kingsley (n=kingsley@dsl-47-142.nas.com) has left #mythtv-users
[21:15:00] Juski: no _willcooke_: they usually say how much the PSU will run flat out, then give you a combined output (useful output).. so some '350W' supplies might only be capable of giving 200W on +12V, and +5V at the same time
[21:15:00] feld: i really dont know crap about the firmware — it has "just worked"
[21:16:00] feld: dev-: if it was a heat problem why would a reboot fix it immediately?
[21:16:00] feld: the heat would still be there
[21:16:00] mofu: http://ivtvdriver.org/index.php/Firmware
[21:16:00] dev-: you could be recording on them alot and that small reboot time gives them enough time to cool down..
[21:16:00] feld: i've even tried unloading all modules and insmod-ing them and doesnt do anything.
[21:16:00] dev-: but for me the problem came up at different intervals, not just every 2 days
[21:17:00] mofu: anything in the backend logs?
[21:17:00] dev-: so yours is probably something different./
[21:17:00] _willcooke_: Juski, ok. Blimey, 400W's for a computer, what ever happened to a good old 12v adapter
[21:18:00] feld: nothing in the mythbackend logs except crap about retrieving channel data
[21:18:00] mxktmdude: is there a way to start the mythfrontend from the remote?
[21:18:00] dev-: feld: ah, then its not heat. i would get artificat messages about damage frames and the like in the backened logs..
[21:18:00] feld: yup
[21:18:00] Juski: well, there's the possibility of having two of the Emperor's new Graphics cards, 5 platter HDDs & all that ricing kit to eke more frags per milliflop.. so some need all that ;)
[21:18:00] dev-: artifact. damn lag heh
[21:18:00] feld: thats what i was expecting to find
[21:18:00] mofu: mxktmdude: would have to have irxevent running
[21:19:00] quantum: what is irxevent
[21:19:00] feld: i *suppose* i could reboot it and do a memtest
[21:19:00] quantum: ahh, well can two programs use lirc dev at the same time
[21:19:00] feld: and get back to u guys
[21:19:00] NightMonkey (n=NightMon@pdpc/supporter/sustaining/NightMonkey) has joined #mythtv-users
[21:19:00] feld: but i do not believe that is a problem.
[21:20:00] feld: and then i'll have to wait 2 days to get the problem again to diagnose it lol :)
[21:20:00] mxktmdude: quantum: i was just gonna ask the same question ;)
[21:20:00] mofu: is google broken??
[21:20:00] dev-: LOL
[21:20:00] quantum: I am thinking no
[21:20:00] dev-: =]
[21:20:00] dev-: or man irxevent
[21:20:00] quantum: yeah I got an out of memory error and crashed google
[21:20:00] mxktmdude: http://www.lirc.org/html/irxevent.html
[21:20:00] mofu: lol
[21:21:00] mxktmdude: i got an asp error :/
[21:21:00] quantum: no google works for me
[21:21:00] feld: mofu: all the firmware is in /lib/modules — gentoo fetched it for me.
[21:23:00] Juski: since _when_ should searching on a shop site for 'pvr150' bring up a bunch of results for XFX graphics cards? uhhhhh
[21:23:00] feld: NVRM: not using NVAGP, an AGPGART backend is loaded!
[21:23:00] feld: hrm... well actually nm that
[21:24:00] feld: i guess if it was a vid card problem it would happen with anything i watch
[21:24:00] feld: it87: Found IT8712F chip at 0x290, revision 5
[21:24:00] feld: it87 3–0290: Detected broken BIOS defaults, disabling PWM interface
[21:24:00] feld: ^^ what is that though?
[21:24:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[21:24:00] Juski: feld: a fan controller?
[21:25:00] feld: i dont have one
[21:25:00] Juski: feld: it's a temp sensor & fan controller chip
[21:26:00] feld: oh ic
[21:26:00] Goshen: juski: get a PVR 500, you get two channels on one card :)
[21:27:00] Juski: feld: also keyboard, floppy, smartcard, parallel port...serial ports...
[21:27:00] Juski: big motherboard chipset kinda thing by the look of it, feld ;)
[21:28:00] feld (n=feld@24-183-111-238.dhcp.mdsn.wi.charter.com) Quit (Remote closed the connection)
[21:28:00] ivor (n=ivor@difo.gotadsl.co.uk) Quit (Remote closed the connection)
[21:28:00] Juski: Goshen: I only need the one input, and it's for my cable box
[21:29:00] Goshen: Juski: put one on the cable box, and another on standard cable :)
[21:29:00] Juski: Goshen: analog cable stinks
[21:29:00] Goshen: looks good where I am from
[21:29:00] Juski: and the pvr500 is more than twice the price of a 150
[21:30:00] Juski: so erm... if I can find one I'm getting a 150 soon
[21:30:00] Juski: ;)
[21:30:00] Raven_301 (n=raven_30@London-HSE-ppp3547384.sympatico.ca) Quit (Connection timed out)
[21:30:00] Juski: that'll be 'fun' I expect
[21:30:00] Raven_301 (n=raven_30@Kitchener-HSE-ppp3574056.sympatico.ca) has joined #mythtv-users
[21:30:00] Juski: anyhoos – time to watch some mythtv.. top gear's on when I sit down
[21:31:00] Filip (n=Filip@sterrenbos.demon.nl) Quit (Remote closed the connection)
[21:33:00] poop: I only get a handful of channels if I don't use the comcast box.
[21:33:00] poop: bastards
[21:33:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 104 (Connection reset by peer))
[21:34:00] mofu: poop: what's a handful??
[21:35:00] mofu: I don't think I'm really missing much w/o a Comcast Digital box here, of course HBO is not an option w/o anymore
[21:36:00] bobc: I get about 70 channels here without a cable box. we're happy with that.
[21:36:00] mofu: me 3
[21:36:00] mofu: me 2
[21:37:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Excess Flood)
[21:37:00] mofu: plus I can get ABC, CBS, NBC, Fox, WB, and Discovery HD w/ dvb card
[21:37:00] _willcooke_: Oh great. The ubuntu packages dont seem to have mtd.
[21:38:00] dhofstra_ (n=dhofstra@c-67-177-112-29.hsd1.in.comcast.net) Quit (Read error: 104 (Connection reset by peer))
[21:38:00] bobc: I have one channel on my remote backend that is lousey, but everything else looks good.
[21:38:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) has joined #mythtv-users
[21:38:00] dev-: im fortunate, get about 80 channels with no box
[21:39:00] dev-: makes it easy to have 4 tuners
[21:39:00] dev-: dont need 4 boxes heh
[21:39:00] JulietSierra (n=JulietSi@ua-83-227-134-58.cust.bredbandsbolaget.se) Quit (Remote closed the connection)
[21:39:00] bobc: what would make ONE channel look bad. the same channel on my master backend looks fine. I'm guessing either bad coax or interference.
[21:39:00] dev-: i used to alwyas think there was nothing on tv. but after searching for shows and getting recurring recordings... i have more tv to watch then possible without timestretching heh
[21:40:00] dev-: s/getting/setting
[21:40:00] dev-: bobc: hrm, not sure, guess its not your freq if the other channels look fine
[21:40:00] mofu: might just be a quirk of that tuner card
[21:40:00] dhofstra (n=dhofstra@c-67-177-112-29.hsd1.in.comcast.net) has joined #mythtv-users
[21:41:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[21:41:00] mofu: any open splitters??
[21:41:00] dev-: that would affect all channels no?
[21:42:00] bobc: not on that coax run
[21:43:00] mofu: if you move the box to the other coax outlet/feed does the problem go away?
[21:43:00] daniel_bergamini (n=daniel_b@67.54.220.139) has joined #mythtv-users
[21:44:00] bobc: haven't tried it
[21:44:00] mofu: probably a pain, I know
[21:44:00] _willcooke_: Juski, you were right about "Space Cadets", it's arse
[21:44:00] dhofstra: I have my first myth setup working now using SVIDEO on nvidia card. When I come back to the pc after several hours, it is on blue screen until I move the mouse... would removing the option "DPMS" in xorg.conf fix this you think?/
[21:44:00] bobc: Ineed to try a tv hooked up to it too to see what it looks like
[21:45:00] mofu: dhofstra: I think so
[21:45:00] dhofstra: cool thanks
[21:46:00] poop: mofu: < 40 iirc, but my analog service has >= 80
[21:46:00] poop: "analog"
[21:46:00] poop: Whatever it is that my teevee can't tune
[21:47:00] dhofstra: also, I was going to put 'mythfrontend' in my .xsession file so all the pc loads is Myth ... but when I do this, it reqires a login.. .any way to autologin when using the .xsession file?
[21:47:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 104 (Connection reset by peer))
[21:47:00] mofu: dhofstra: let me find a link for you
[21:47:00] dhofstra: kewl
[21:47:00] dev-: google must be down again
[21:48:00] mofu: dhofstra: http://mythtv.org/pipermail/mythtv-users/2003-August/011452.html
[21:48:00] dhofstra: thanks man
[21:49:00] dhofstra: I prolly should've looked it up myself... damn I'm turning into one of those people that ask first... never again
[21:49:00] mofu: in debian I have to un-install xdm to get this to work correctly
[21:51:00] mofu: dhofstra: actually its missing the addition to your window manager rc file
[21:51:00] dhofstra: ok
[21:52:00] dhofstra: I was just thinking, i prolly couldnt VNC into the box then, though
[21:53:00] dhofstra: (for maintenance) yeah, I know SSH ... but I'm a gui man
[21:53:00] malaTG (n=Miranda@malas-dator.olf.sgsnet.se) has joined #mythtv-users
[21:54:00] mofu: #/home/mythtv/.xinitrc
[21:54:00] mofu: blackbox &
[21:54:00] mofu: mythfrontend
[21:54:00] mofu: yes, ssh
[21:54:00] mofu: lol
[21:58:00] Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) Quit (Remote closed the connection)
[21:58:00] Hoxzer_ (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) Quit (Remote closed the connection)
[22:11:00] BishounenNightBi (n=ma325@192.133.129.160) has joined #MythTV-Users
[22:12:00] phoner (n=hpauto@CPE-65-26-234-156.wi.res.rr.com) has joined #mythtv-users
[22:14:00] ldam (n=ld@port161.ds1-noe.adsl.cybercity.dk) has joined #mythtv-users
[22:14:00] quacker (n=w00t@S01060030ab077a70.cg.shawcable.net) has joined #mythtv-users
[22:17:00] tanq: man.. ugh..
[22:17:00] benc- (n=benc@markcaswell.dsl.visi.com) has joined #mythtv-users
[22:17:00] tanq: so now i thought i had it nailed.. and mplayer says playing /dev/video0 but a screen doesnt even pop up
[22:18:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[22:24:00] chickeneater (n=lastlee@unaffiliated/chickeneater) Quit ("LFS")
[22:25:00] Gumby (n=gumby@unaffiliated/gumby) Quit (Remote closed the connection)
[22:27:00] splat1 is now known as splAt1
[22:27:00] Gumby (n=gumby@unaffiliated/gumby) has joined #mythtv-users
[22:28:00] NightBird (n=ma325@192.133.129.160) Quit (Read error: 110 (Connection timed out))
[22:32:00] Raven_301 (n=raven_30@Kitchener-HSE-ppp3574056.sympatico.ca) Quit (Read error: 110 (Connection timed out))
[22:32:00] _willcooke_ (n=_willcoo@88-110-192-39.dynamic.dsl.as9105.com) Quit ("Leaving")
[22:33:00] mirak (n=mirak@AAubervilliers-152-1-79-253.w86-198.abo.wanadoo.fr) has joined #mythtv-users
[22:35:00] Raven_301 (n=raven_30@Toronto-HSE-ppp3714086.sympatico.ca) has joined #mythtv-users
[22:40:00] tanq: ok so now i'm getting this error ivtv0-osd: Specified card (id 0) is either not present or does not support TV out
[22:42:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) Quit (Read error: 110 (Connection timed out))
[22:51:00] poop: 2005-12–11 17:52:06.324 Failed to find channel(833) on any input of card (2).
[22:52:00] poop: So why is it in my guide?
[22:52:00] poop: (as it should be)
[22:53:00] tanq: the guide isnt the same thing as the tuner card
[22:53:00] tanq: you could have channel 40000 in your guide
[22:54:00] dev-: pvr's have 128 channel tuners in them or something
[22:54:00] tanq: dev-: which pvr do you have?
[22:54:00] dev-: 4 250's
[22:55:00] tanq: i've just about given up on this
[22:59:00] tanq: http://pastebin.ca/33330
[23:00:00] tanq: am i missing anything in this lsmod output?
[23:00:00] poop: I wouldn't expect limits on my firewire input.
[23:01:00] Juski: _willcooke_: Top Gear tonight... O M F G ! That Bugatti monster :D
[23:01:00] dev-: bugatti veyron is amazing
[23:02:00] dev-: wish i could drive one for just 5 minutes =]
[23:02:00] ** Juski wonders if some numbers came up for him this weekend **
[23:03:00] dev-: for now id settle for a ferarri enzo
[23:03:00] dev-: hehe
[23:03:00] dev-: amazing how just a brake job for the enzo runs 12,000
[23:03:00] dev-: $
[23:03:00] dev-: (american)
[23:04:00] Juski: *how* much? lol
[23:04:00] dev-: yeah, its all ceramic
[23:05:00] dev-: amazing car though
[23:05:00] Juski: it'd have to be
[23:05:00] dev-: unlike the veyron its actually alive and out there and for sale hehe
[23:05:00] bobc (n=bob@64-126-52-53-dhcp-kc.everestkc.net) Quit (Read error: 110 (Connection timed out))
[23:06:00] Juski: 1000 BHP though.. makes my little putt-putt seem an ever bigger joke, but it'd not get me to work any faster
[23:06:00] dev-: hehehe
[23:06:00] Juski: but I can dream :D
[23:06:00] dev-: not to mention of veyron burns 1.33gallons of gas per minute
[23:06:00] beavis (n=beavis@p54A78E02.dip0.t-ipconnect.de) Quit (Remote closed the connection)
[23:07:00] Juski: or as the programme presenter put it.. £100 of fuel in 10 minutes, flat out
[23:08:00] dev-: its quite an amazing car
[23:08:00] Juski: dev: that's quite an understatement ;)
[23:09:00] Juski: aaaanyway...
[23:09:00] dev-: hehe
[23:12:00] mirak (n=mirak@AAubervilliers-152-1-79-253.w86-198.abo.wanadoo.fr) Quit (Remote closed the connection)
[23:15:00] doubletwist (n=doubletw@dsl081-121-086.dfw1.dsl.speakeasy.net) has left #mythtv-users
[23:19:00] dgilmore (n=dennis@12-203-50-246.client.insightBB.com) has joined #mythtv-users
[23:19:00] dgilmore: anyone here running myth on 64bit FC4
[23:20:00] dgilmore: i have started having an issue where im unable to record a single show
[23:20:00] dgilmore: all shows files are 0 byte files
[23:20:00] dgilmore: once show is done i have to restart the backend to watch tv
[23:22:00] quacker (n=w00t@S01060030ab077a70.cg.shawcable.net) Quit (Read error: 110 (Connection timed out))
[23:22:00] dgilmore: i can cat /dev/video0 >test.mpeg and watch it ok
[23:23:00] quacker (n=w00t@S01060030ab077a70.cg.shawcable.net) has joined #mythtv-users
[23:26:00] tweak_st: cat /dev/beep
[23:26:00] eidolon (n=eido@pdpc/supporter/monthlybronze/eidolon) has joined #mythtv-users
[23:27:00] eidolon: hey folks, anyone have a problem with USB joysticks (multiple ones) coming up in sort of random device order? I'd like to have /dev/js0 always be one joystick, /dev/js1 be another, and so on... right now if joydev gets reloaded or the usb bus gets reset for anything, all the device numbers get wonked.
[23:27:00] Ginsu_Squirrel (n=squirrel@gentoo/user/ginsu-squirrel) has joined #mythtv-users
[23:28:00] Ginsu_Squirrel: so i'm using the SVN version, and I ran out of space when watching livetv... i'm a little curious as to what exactly happened, as I had previously paused the show and was trying to catch up when i ran out
[23:31:00] Chutt: turn up autoexpire
[23:31:00] Chutt: to tell it to make sure you have a gb or two of free space
[23:32:00] dhofstra: Ok, get this, I have added the line to /etc/sudoers to allow me to run mythfrontend with root privilages and no password.. works from the command line, works from an Icon I made in the desktop, but DOESNT work from the ~/.kde/Autostart directory on boot...
[23:36:00] Ginsu_Squirrel: it was using like 1.5g for half an hour
[23:36:00] Ginsu_Squirrel: is that right or is my encoding settings set too high?
[23:38:00] JoeyJoeJo (n=fds@n110s016.bbr1.shentel.net) has joined #mythtv-users
[23:39:00] KillerBunny (n=Killer@port149.ds1-arno.adsl.cybercity.dk) has joined #mythtv-users
[23:40:00] JoeyJoeJo: my backend has all of a sudden started giving errors when it starts to transcode and commercial flag.
[23:40:00] JoeyJoeJo: it used to work perfectly, but then all of a sudden it stopped
[23:44:00] mofu: dhofstra: kde autostart . . . ?blech
[23:45:00] dhofstra: sorry
[23:45:00] dhofstra: seems like it does not work until I put a password in once, and now it works every time except when rebooted needs a password again
[23:48:00] dgilmore: dhofstra: your better off setting it with suid privliges so mythfrontend just runs as root
[23:48:00] dgilmore: chmod +s <path to>/mythfrontend
[23:49:00] dgilmore: then just running mythfrontend it will have root priliges
[23:51:00] dhofstra: cool i'll try that right now!
[23:52:00] dhofstra: nope didnt work
[23:52:00] dhofstra: 'realtime priority would require SUID as root
[23:54:00] dhofstra: I just have to enter sudo password once somewhere (even in a terminal, and from then on, it works..) strange
[23:54:00] dhofstra: i'll just enter a passworde every time it reboots then.. shouldnt be too often
[23:55:00] Ginsu_Squirrel: dhofstra: sudo has an option for no password
[23:56:00] dhofstra: yes, in the sudoers file I entered my username all = nopasswd /usr/bin/mythfrontend
[23:59:00] Raven_301 (n=raven_30@Toronto-HSE-ppp3714086.sympatico.ca) Quit (Connection timed out)

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