Sunday, January 8th, 2006, 00:03 UTC | ||
[00:03:00] | maino82 (n=maino82@64.178.101.159.dynamic.dejazzd.com) Quit (Read error: 110 (Connection timed out)) | |
[00:04:00] | maino82 (n=maino82@64.178.101.159.dynamic.dejazzd.com) has joined #mythtv-users | |
[00:08:00] | adante (n=adante@203-206-18-78.dyn.iinet.net.au) has joined #mythtv-users | |
[00:12:00] | Ripp (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[00:20:00] | qupada (n=qupada@210-246-38-203.paradise.net.nz) Quit ("leaving") | |
[00:22:00] | malaTG (n=Miranda@malas-dator.olf.sgsnet.se) Quit (Read error: 104 (Connection reset by peer)) | |
[00:23:00] | Rule (n=Rule@d54C305B3.access.telenet.be) has joined #mythtv-users | |
[00:24:00] | beavis (n=beavis@p54A7815C.dip0.t-ipconnect.de) Quit (Remote closed the connection) | |
[00:24:00] | Rule: | Hello all. I cant get mythweb to work. Using latest svn I get |
[00:24:00] | Rule: | Unexpected response to MYTH_PROTO_VERSION 'MYTH_PROTO_VERSION 22' |
[00:25:00] | Rule: | searched google etc, no clear solution found |
[00:26:00] | laga: | is your mythtv from svn as well? |
[00:27:00] | Rule: | yep |
[00:27:00] | Rule: | I read this http://mythtv.org/pipermail/mythtv-dev/2005-February/031637.html |
[00:27:00] | Rule: | which might be relevant |
[00:27:00] | Rule: | however it seems the mythweb conf.php has changed |
[00:27:00] | Rule: | I cant even find where to set db_host (or if theres a new name etc) |
[00:28:00] | laga: | there's a README included |
[00:28:00] | cesman: | it is in .htaccess |
[00:29:00] | Rule: | omg |
[00:31:00] | Rule: | that means changing the apache config then too, ok I will test |
[00:34:00] | jonK: | hello |
[00:37:00] | eiggirC: | *cry* it is possible to do video live on a palm over wireless ethernet! This is the proof! http://www.handmark.com/products/detail.php?id=593 |
[00:37:00] | eiggirC: | now all we need is for someone to write the mythfrontend for palmos |
[00:39:00] | Juski: | this sed command looks interesting |
[00:40:00] | Dibblah (n=Dibblah@82-41-91-14.cable.ubr02.dund.blueyonder.co.uk) Quit (Read error: 110 (Connection timed out)) | |
[00:40:00] | dasOp: | if you are using perl, you dont need sed :) |
[00:40:00] | jono (n=jono@88-107-14-168.dynamic.dsl.as9105.com) has joined #mythtv-users | |
[00:41:00] | jono: | heya |
[00:41:00] | Juski: | dasOp: I'm using bash now |
[00:41:00] | jonK: | yes, but then you'd have to be using perl |
[00:41:00] | Juski: | hiya jono |
[00:41:00] | jono: | hey Juski |
[00:41:00] | dasOp: | oh |
[00:41:00] | dasOp: | that sure is a step backwards |
[00:41:00] | rjune: | how goes it jono |
[00:41:00] | jono: | Juski, thanks for your post on my site :) |
[00:41:00] | jono: | hey rjune |
[00:41:00] | Juski: | np jono |
[00:41:00] | dasOp: | but since I missed it, what are you trying to do? |
[00:41:00] | jono: | Juski, which version of ivtv? |
[00:42:00] | jono: | Juski, and which dvb card and driver do you use? |
[00:42:00] | Juski: | right... I need a script to sift thru a text file, then do an http access with a string found as a resultof the search |
[00:42:00] | Juski: | jono: 4.1 and Leadtek lr6650 – it uses tveeprom too |
[00:42:00] | dasOp: | is the text file large? |
[00:42:00] | jonK: | awk |
[00:42:00] | Juski: | text file will be a bunch of numbers.. channel numbers.. followed by a string.. string is what I want passed into the URL |
[00:43:00] | Juski: | so I'll go ... script 135 ... it'll look for the line containing '135' then return the string, eg.. 12ef0200327 |
[00:43:00] | Juski: | text file will be like 300 or so lines |
[00:44:00] | Juski: | kinda like a lookup table |
[00:44:00] | jonK: | anyone running 2.6.15? |
[00:44:00] | Rule: | yes |
[00:44:00] | jonK: | with the ivtv modules? |
[00:45:00] | Rule: | indeed |
[00:45:00] | dasOp: | juski: grep 135 myfile.txt | awk '{print $2-}' or some such |
[00:45:00] | jonK: | I'm building a new kernel now, anything special i should make sure to select? |
[00:45:00] | jonK: | awk |
[00:45:00] | Rule: | yes |
[00:46:00] | Rule: | the additional encoders bits |
[00:46:00] | Rule: | and bttv |
[00:46:00] | dasOp: | and I assume you'll be using curl for the http access |
[00:46:00] | Juski: | yep.. that bit's easy |
[00:46:00] | dasOp: | in perl you'd be using an LWP module |
[00:47:00] | jonK: | where is the bttv options? |
[00:47:00] | jonK: | i think i checked no to these something with bt8?? ? |
[00:47:00] | jono: | Juski, does it use the cx88 driver? |
[00:47:00] | Juski: | jono: yep |
[00:48:00] | jono: | Juski, interesting |
[00:48:00] | Juski: | all the DVB modules are just the bog standard kernel ones |
[00:48:00] | jono: | Juski, which distro? |
[00:48:00] | Juski: | buntu |
[00:48:00] | Juski: | breezy style |
[00:48:00] | jonK: | and... I'm thinking about rebuilding the backend machine completely |
[00:48:00] | jonK: | any suggestions for good board/cpu combo? |
[00:49:00] | jonK: | I have a athlon 2400 w/ a via chipset, and I think I have DMA problems |
[00:49:00] | twigman (n=mark@c-24-23-250-188.hsd1.ca.comcast.net) Quit ("Leaving") | |
[00:50:00] | Rule: | jonK: yeah the bt8x one |
[00:51:00] | jonK: | hmm... I'll have to recompile once it's done with the current run |
[00:51:00] | jonK: | i'm sure I excluded these |
[00:52:00] | jono: | Juski, very interesting :) |
[00:52:00] | jono: | ok, for those who are interested, I just posted my usability report findings at www.jonobacon.org |
[00:52:00] | jono: | also posted them to mythtv-dev |
[00:53:00] | GreyFoxx: | Cool. looks like the OpenGL VSync issue should be fixed in the next driver release |
[00:55:00] | GreyFoxx: | Did you write it based on SVN or on the 8month old 0.18 ? |
[00:55:00] | laga: | GreyFoxx: which will happen when? ;) |
[00:55:00] | GreyFoxx: | laga: Who knows :) |
[00:55:00] | jono: | GreyFoxx, 0.18 |
[00:55:00] | jono: | good point, should have noted that |
[00:55:00] | jono: | arse |
[00:55:00] | laga: | GreyFoxx: right :/ |
[00:56:00] | Juski: | heheh.. this just might work |
[00:56:00] | fir3st0rm: | good ht |
[00:56:00] | fir3st0rm: | good neight* |
[00:56:00] | Juski: | damn box.. why can't you just send it a ?zapto<channel number> rather than some obscure number? |
[00:56:00] | jono: | Juski, may need to pick your brains about the DVB thing – I should be able to get it to work :) |
[00:56:00] | laga: | night* ;) |
[00:56:00] | Juski: | night fir3st0rm |
[00:56:00] | Juski: | jono: no problem |
[00:57:00] | fir3st0rm (n=fabian@Me043.m.pppool.de) Quit ("Verlassend") | |
[00:57:00] | jono: | Juski, so letme get this right, you managed to get a cx88 and ivtv driver working together? |
[00:57:00] | Juski: | next I need a script to parse a webpage & make my textfile... |
[00:57:00] | Juski: | jono: yup |
[00:57:00] | Gumby (n=gumby@unaffiliated/gumby) has joined #mythtv-users | |
[00:58:00] | jono: | Juski, do you have any module parameters? |
[00:58:00] | Juski: | jono: nope |
[00:59:00] | jono: | hmm |
[00:59:00] | jono: | and sound works ok in ivtv? |
[00:59:00] | jono: | maybe I need 0.4.1 then |
[01:00:00] | laga: | Juski: there are some tools out to do stuff to the dbox, might wanna check them out |
[01:00:00] | Juski: | laga: I'll stick with the good ole fashioned ways thanks.. I know what I'm doing this way ;) |
[01:01:00] | closer (n=monlinux@modemcable085.100-37-24.mc.videotron.ca) Quit (Read error: 110 (Connection timed out)) | |
[01:02:00] | Rule: | jono: 0.4.1 uses the drivers in the kernel |
[01:02:00] | Rule: | you need a recent kernel though |
[01:02:00] | Juski: | Rule: nope |
[01:02:00] | Juski: | you got to build the drivers yourself.. they're not _in_ the kernel |
[01:04:00] | laga: | Juski: hehe |
[01:05:00] | Juski: | laga: there are things that I daren't mess about with, using the images I use |
[01:06:00] | laga: | hehe |
[01:06:00] | ** laga currently messes with mythwiki.de ** | |
[01:06:00] | laga: | if you don't know any php, it's quite hard. |
[01:07:00] | Rule: | Juski: ok the chip drivers are, ivtv itself is still not |
[01:07:00] | laga: | i still don't know how to add meta tags to the html output. i found a function that does it, but it expects weird stuff. |
[01:07:00] | Rule: | I meant it reduces the conflicts between ivtv and kernel chip drivers |
[01:07:00] | Juski: | Rule: not quite.. make install still complained about needing to rename kernel modules |
[01:08:00] | Rule: | then you are not using 0.4.1 ? |
[01:08:00] | Juski: | [4294696.079000] ivtv: version 0.4.1 (tagged release) loading |
[01:09:00] | jonK: | so in addition to the kernel upgrade, if I'm not using ivtv > 4.1? ill need to upgrade ivtv"? |
[01:09:00] | Juski: | jono: just to confirm again.. both cards are happy happy joy joy :) |
[01:09:00] | Rule: | pvr:/usr/src/ivtv-0.4.1/driver# ls -al *.ko |
[01:09:00] | Rule: | -rw-r--r-- 1 root root 260010 2005-12–21 02:42 ivtv.ko |
[01:09:00] | Rule: | strange |
[01:09:00] | jono: | Rule, Juski cool :) |
[01:10:00] | Rule: | the only .ko buitl by ivtv is now ivtv.ko |
[01:10:00] | Juski: | nope |
[01:10:00] | GreyFoxx: | jono: You really should have done your doc against SVN, some of what you wrote no longer applies |
[01:10:00] | GreyFoxx: | like G1 for instance |
[01:10:00] | jono: | GreyFoxx, this is a user report and I didnt want to compile SVN – I am sure stuff is fixed, but I am sure there is still value in the report :) |
[01:11:00] | Gumby (n=gumby@unaffiliated/gumby) Quit (Remote closed the connection) | |
[01:11:00] | Rule: | just did a new make install... only ivtv.ko |
[01:11:00] | Juski: | Rule: read this http://pastebin.com/495786 |
[01:11:00] | Juski: | it built those modules when I compiled it |
[01:12:00] | Juski: | so :-P |
[01:12:00] | Rule: | not here :/ |
[01:12:00] | Rule: | wonder what is different |
[01:12:00] | Juski: | prolly config files |
[01:12:00] | Rule: | which ones :P |
[01:12:00] | Rule: | oh what kernel |
[01:12:00] | Juski: | or maybe you have everything built into the kernel |
[01:12:00] | Rule: | nope |
[01:12:00] | Juski: | in that case.... :-/ |
[01:13:00] | Juski: | fuck it.. it works! |
[01:13:00] | Rule: | seriously, this is how Hans explained it |
[01:14:00] | v_thunder|out (n=thunder@130.57.22.69) has joined #mythtv-users | |
[01:16:00] | v_thunder|out: | hey everyone. I'm having mythcommflag troubles |
[01:16:00] | v_thunder|out: | it seems to work fine on one frontend, but not the other |
[01:17:00] | v_thunder|out: | it says "Not Flagged" on the non-working one, when I hit q or z |
[01:19:00] | Raven301 (n=raven_30@Toronto-HSE-ppp3907810.sympatico.ca) Quit () | |
[01:20:00] | Gumby (n=gumby@unaffiliated/gumby) has joined #mythtv-users | |
[01:21:00] | ** Juski feels a bit thick.. needs to add 2 strings together ** | |
[01:22:00] | closer (n=closer@modemcable085.100-37-24.mc.videotron.ca) has joined #mythtv-users | |
[01:22:00] | jcsmith: | juski: what is it that you're working on? |
[01:23:00] | Juski: | jcsmith.. a little script to do a lookup in a table, then access a URL with a result of the table lookup |
[01:23:00] | Juski: | I'll figure it out |
[01:28:00] | qupada (n=qupada@210-246-53-177.paradise.net.nz) has joined #mythtv-users | |
[01:28:00] | Goose-Npa (n=none@user-0c99ssh.cable.mindspring.com) Quit ("( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )") | |
[01:31:00] | v_thunder|out: | hm.. anyone have any ideas about my comm flagging problem? |
[01:31:00] | v_thunder|out is now known as v_thunder | |
[01:32:00] | dasOp: | juski: in bash? newvar="$var1$var2" |
[01:34:00] | Juski: | yeh I know that now thanks das0p |
[01:34:00] | Juski: | turns out the rest of my script isn't working as expected.. putting the result of a command into a variable |
[01:34:00] | laga: | GreyFoxx: i really should get registered with freenode again |
[01:34:00] | laga: | GreyFoxx: sorry, can't answer right now. |
[01:34:00] | v_thunder: | hrm |
[01:38:00] | Juski: | sorted |
[01:39:00] | GreyFoxx: | heh |
[01:39:00] | confusi0n (n=cold@host-212-158-200-248.bulldogdsl.com) has joined #mythtv-users | |
[01:40:00] | confusi0n: | hi, i wonder if someone could help me. i've downloaded the svn sources, installed and compiled, and im having trouble with running the mythtv-setup. it complains that Table 'mythconverg.keybindings' doesn't exist |
[01:40:00] | xris (n=xris@xris.forevermore.net) Quit (Remote closed the connection) | |
[01:43:00] | Juski: | oooo |
[01:43:00] | Juski: | ./change 1 works |
[01:43:00] | Juski: | ./change 2 works |
[01:43:00] | Juski: | (etc) |
[01:43:00] | Rule (n=Rule@d54C305B3.access.telenet.be) has left #mythtv-users | |
[01:43:00] | Juski: | and no problems with leading chars confuddling it |
[01:43:00] | Juski: | thanks for your help folks |
[01:44:00] | Juski: | I did a program.. lol |
[01:44:00] | crouton (n=crouton@c-69-180-14-76.hsd1.ga.comcast.net) has joined #mythtv-users | |
[01:44:00] | crouton: | howdy folks |
[01:45:00] | Juski: | howdy crouton.. stay away from my soup ;) |
[01:45:00] | confusi0n: | anyone? |
[01:46:00] | crouton: | i will, i'm researching the freezing job queue. :( |
[01:46:00] | v_thunder: | confusi0n: does it exist? |
[01:46:00] | Scorp1us (n=jason@pcp08725530pcs.towson01.md.comcast.net) has joined #mythtv-users | |
[01:46:00] | Juski: | do the other tables exist? |
[01:46:00] | v_thunder: | does that database exist at all? |
[01:46:00] | v_thunder: | confusi0n: "mysqlshow" |
[01:46:00] | Scorp1us: | hellow all |
[01:46:00] | v_thunder: | confusi0n: see if mythconverg is listed |
[01:47:00] | Juski: | it's the busy hour, obviously |
[01:47:00] | Scorp1us: | is there a way to use mtd on another computer? |
[01:47:00] | v_thunder: | confusi0n: if it is, "mysqlshow mythconverg" – see if any tables are listed |
[01:47:00] | Scorp1us: | it seems to only use localhost? |
[01:47:00] | mirak (n=mirak@AAubervilliers-152-1-30-8.w83-114.abo.wanadoo.fr) Quit ("adieu jolie fille madrileneeeeeeeeee") | |
[01:47:00] | laga: | GreyFoxx: darn, sorry. overlooked that /invite. that's a sign that i should get some sleep, i guess :) |
[01:47:00] | laga: | night guys |
[01:47:00] | GreyFoxx: | hehe |
[01:47:00] | GreyFoxx: | night |
[01:47:00] | xris (n=xris@xris.forevermore.net) has joined #mythtv-users | |
[01:47:00] | ChanServ sets mode +v xris | |
[01:47:00] | v_thunder: | night |
[01:48:00] | confusi0n: | v_thunder: thanks... a handful of tables are listed... ill pm you them |
[01:48:00] | v_thunder: | oh no |
[01:48:00] | v_thunder: | please don't |
[01:48:00] | v_thunder: | I really know nothing about mythtv |
[01:48:00] | Juski: | night laga |
[01:48:00] | v_thunder: | just trying to give helpful hints, is all |
[01:49:00] | confusi0n: | oops |
[01:49:00] | confusi0n: | sorry |
[01:49:00] | confusi0n: | lol |
[01:49:00] | crouton: | what window managers do you guys use? |
[01:50:00] | GreyFoxx: | I use IceWM on all my myth boxes |
[01:50:00] | v_thunder: | confusi0n: I am guessing the db wasn't created correctly |
[01:50:00] | v_thunder: | confusi0n: find out how to drop it and re-make it |
[01:50:00] | confusi0n: | k |
[01:50:00] | confusi0n: | ill give it a go |
[01:50:00] | v_thunder: | just my guess |
[01:51:00] | v_thunder: | I offer no warranty with my suggestion :P |
[01:51:00] | confusi0n: | lol aye |
[01:53:00] | crouton: | ugh |
[01:54:00] | crouton: | so mythtv-setup freezes in the 'Job Queue (Global) screen... |
[01:54:00] | confusi0n: | right done that, same happens again, but ive just noticed this error... |
[01:54:00] | confusi0n: | 2006-01–08 02:02:44.567 DB Error (Performing database upgrade): |
[01:54:00] | confusi0n: | Query was: CREATE TABLE IF NOT EXISTS `jumppoints` ( `destination` varchar(128) NOT NULL default '', `description` varchar(255) default NULL, `keylist` varchar(32) default NULL, `hostname` varchar(255) NOT NULL default '', PRIMARY KEY (`destination`,`hostname`)); |
[01:54:00] | confusi0n: | Error was: Driver error was [2/1071]: |
[01:54:00] | confusi0n: | QMYSQL3: Unable to execute query |
[01:54:00] | confusi0n: | Database error was: |
[01:54:00] | confusi0n: | Specified key was too long; max key length is 1000 bytes |
[01:54:00] | confusi0n: | (sorry for flood) |
[01:55:00] | crouton: | pastebin, yo |
[01:55:00] | Ripp (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[01:55:00] | Ripp (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[01:55:00] | GreyFoxx: | any reason the frontend can't do it ? |
[01:55:00] | GreyFoxx: | oops |
[01:57:00] | confusi0n: | is mysql 5 supported by mythtv svn? |
[01:57:00] | v_thunder: | confusi0n: maybe your version of mysql doesn't like composite primary keys? |
[01:58:00] | v_thunder: | confusi0n: or it uses a different syntax for describing them |
[01:58:00] | crouton: | ooh. where do the mythtv-setup configurations get written to? |
[01:58:00] | v_thunder: | the database |
[01:58:00] | GreyFoxx: | crouton: All config is in the mysql database |
[01:59:00] | confusi0n: | v_thunder: maybe, i know nothing about sql though unfortunately :( |
[01:59:00] | crouton: | anybody know enough mysql code to help me display what's already present? |
[01:59:00] | v_thunder: | I don't know mysql |
[01:59:00] | v_thunder: | confusi0n: select |
[01:59:00] | v_thunder: | er. |
[01:59:00] | v_thunder: | crouton: select |
[02:00:00] | v_thunder: | e.g., select * from <table>; |
[02:00:00] | v_thunder: | (remember the semicolon) |
[02:00:00] | qupada (n=qupada@210-246-53-177.paradise.net.nz) Quit ("leaving") | |
[02:00:00] | v_thunder: | that may be a huge list, so you'd want to limit it somehow |
[02:00:00] | v_thunder: | either: |
[02:00:00] | v_thunder: | select * from <table> where <conditions>; |
[02:00:00] | v_thunder: | and/or |
[02:00:00] | crouton: | i don't know any of the table names, though. how do i get a good list of those |
[02:01:00] | v_thunder: | select * from <table> limit <number of rows>; |
[02:01:00] | v_thunder: | crouton: from the shell, 'mysqlshow mythconverg' |
[02:01:00] | v_thunder: | I don't know how do it form the mysql shell |
[02:01:00] | v_thunder: | actually, I'd like to know. anyone know? |
[02:01:00] | v_thunder: | like \dt in postgres |
[02:03:00] | crouton: | i'm asking because everytime I get to the Job Queue screen, X freezes hard. |
[02:03:00] | v_thunder: | yow |
[02:03:00] | crouton: | http://www.gossamer-threads.com/lists/mythtv/ . . . etup;#151339 has the same problem, no resolution. |
[02:03:00] | jonK (i=js2638@xmission.xmission.com) Quit ("BitchX-1.1-final -- just do it.") | |
[02:03:00] | crouton: | I'm running blackbox, so maybe i'm missing a library.. but I can't find out what it is. |
[02:04:00] | v_thunder: | I haven't seen X freeze in a looong time |
[02:04:00] | crouton: | yeah, i'm slightly peeved |
[02:04:00] | crouton: | trying to figure out how to get the settings into the database anyway so I can move on |
[02:07:00] | crouton: | i really hope it doesn't create tables as it goes.. |
[02:07:00] | v_thunder: | that's highly doubtful |
[02:07:00] | v_thunder: | I can't imagine writing a db schema that way |
[02:07:00] | v_thunder: | that'd be insane |
[02:07:00] | crouton: | i can't find any tables that seem to match the 'General' options. |
[02:08:00] | ** v_thunder looks ** | |
[02:08:00] | crouton: | like where the recordings and buffer are stored. |
[02:08:00] | confusi0n: | shit |
[02:08:00] | confusi0n: | i got it working |
[02:08:00] | confusi0n: | brb |
[02:09:00] | v_thunder: | select * from settings; returns a lot of rows |
[02:10:00] | crouton: | mine returns 7 rows |
[02:11:00] | v_thunder: | I can send you mine if you like, but I have 1400 rows :) |
[02:11:00] | v_thunder: | and you'll have to munge the hostnames and stuff |
[02:11:00] | crouton: | 1400? oh dear |
[02:11:00] | v_thunder: | yeah, I have a few frontends on separate hosts |
[02:11:00] | v_thunder: | and I guess each one has about.. |
[02:11:00] | ** v_thunder checks ** | |
[02:12:00] | v_thunder: | ~200 rows |
[02:12:00] | crouton: | i'm wondering if I just need to bite the bullet and install ubuntu proper, rather than the server version... |
[02:12:00] | crouton: | pretty sure this is a X library issue |
[02:12:00] | cyrinx (n=phil@cyrinx.plus.com) has joined #mythtv-users | |
[02:12:00] | crouton: | oy. |
[02:13:00] | v_thunder: | if it's so flakey you can't even edit the settings |
[02:13:00] | v_thunder: | I'd guess it wouldn't do you much good even if you entered them manually |
[02:14:00] | crouton: | everything but that 'General' tab in mythtv-setup |
[02:14:00] | cyrinx (n=phil@cyrinx.plus.com) has left #mythtv-users | |
[02:14:00] | crouton: | and it dies as soon as I enter the 'Job Queue' page. |
[02:14:00] | jono (n=jono@88-107-14-168.dynamic.dsl.as9105.com) Quit ("Leaving") | |
[02:15:00] | crouton: | hmm... the settings are already pre-defined when I enter 'General' so it has to be pulling those values from somewhere |
[02:15:00] | v_thunder: | those might be defaults in the code |
[02:15:00] | v_thunder: | but I dunno |
[02:16:00] | v_thunder: | why am I giving any advice? I know squat about mythtv :P |
[02:16:00] | ** v_thunder is just trying to figure out why commercial skipping only works from one host ** | |
[02:17:00] | ** Juski writes another script ** | |
[02:17:00] | crouton: | hmm |
[02:17:00] | v_thunder: | $@!% os x mythfrontend won't run right from a terminal |
[02:18:00] | v_thunder: | so I can't really debug it |
[02:19:00] | crouton: | oh my. disabling renderaccel in xorg.conf lets me through. |
[02:19:00] | v_thunder: | heh |
[02:19:00] | ** crouton scratches his head ** | |
[02:20:00] | crouton: | 57 rows in table [settings], now. |
[02:21:00] | jcsmith: | hi all, i'm using a pvr150 and have played around with the 'live tv' recording profile, but still live tv quality is poor |
[02:21:00] | jcsmith: | especially things with lots of action tend to get blurrey |
[02:21:00] | jcsmith: | is this just the nature of the beast or is there a fix/workaround? |
[02:24:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) has joined #mythtv-users | |
[02:24:00] | fallenangel (n=fallenan@cpe-24-59-108-77.twcny.res.rr.com) Quit (Read error: 104 (Connection reset by peer)) | |
[02:24:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) Quit (Remote closed the connection) | |
[02:25:00] | Juski: | jcsmith: you need to deinterlace |
[02:26:00] | jcsmith: | juski: you are a geinus, i definitely could not have gotten this all put together with out all of the help you've given me over the past weeks, thanks a million for all of your help |
[02:27:00] | ** Juski is hardly a genius ** | |
[02:27:00] | Juski: | but I'm glad the help is appreciated :) |
[02:28:00] | jcsmith: | i need to deinterlace even for a television? |
[02:29:00] | Juski: | jcsmith: except in special circumstances, yes |
[02:29:00] | jcsmith: | the "tooltip" below it makes it sound as if thats only for monitors |
[02:29:00] | Juski: | most graphics card tv encoders take progressive input & output it as interlaced... |
[02:30:00] | Juski: | interlaced modelines are _possible_, so you get proper interlaced TV out |
[02:30:00] | Juski: | but not all drivers & cards support interlaced modes, and not all TV encoders accept interlaced input |
[02:31:00] | Juski: | however if you have an RGB input on your TV it's possible to make a VGA-RGB adapter with some simple electronics.. in conjuction with a suitable modeline you get crystal clear, interlaced video on your TV :) |
[02:31:00] | jcsmith: | juski: wow, makes all the difference in the world, thanks again |
[02:32:00] | Juski: | know a way I can strip some text out of this line? |
[02:32:00] | jcsmith: | perhaps |
[02:33:00] | Juski: | <tr style="border-top: 2px solid #707070"><td colspan="2" class="a"> <a class="clist" href="switch.dbox2?zapto=81f020029b,">263. BBC ONE Wales</a> <a href="epg.dbox2?eventlist=81f020029b"><img src="../images/elist.gif" alt="Programme Guide " style="border: 0px" /></a></td></tr> |
[02:33:00] | Gumby` (n=gumby@S010600023f8b2fc4.vs.shawcable.net) has joined #mythtv-users | |
[02:33:00] | jcsmith: | what is it you're wanting to strip? |
[02:33:00] | Juski: | I need to get BBC ONE Wales out of that |
[02:33:00] | Gumby (n=gumby@unaffiliated/gumby) Quit (Read error: 104 (Connection reset by peer)) | |
[02:34:00] | jcsmith: | so if my tv has component (RGB) in, it'd be possible to go from VGA to that eaisly? |
[02:34:00] | Juski: | jcsmith.. relatively easy |
[02:34:00] | Juski: | component != rgb |
[02:35:00] | Juski: | component = colour difference signals... r-g g-b or something |
[02:35:00] | jcsmith: | oh |
[02:35:00] | jcsmith: | whoops |
[02:35:00] | Juski: | easy to convert RGB to component though |
[02:35:00] | Juski: | need 3 op-amps ;) |
[02:36:00] | jcsmith: | op-amps were about when i decided i was a cs major instead of a cs-ee dual major :-D |
[02:37:00] | Juski: | heh |
[02:37:00] | ldam (n=ld@port161.ds1-noe.adsl.cybercity.dk) Quit (Read error: 110 (Connection timed out)) | |
[02:38:00] | ** Kelerion returns ** | |
[02:39:00] | Kelerion: | Juski.. how'd it go? |
[02:40:00] | Juski: | Kelerion: PVR150? working & co-habiting with my DVB card nicely ta |
[02:40:00] | Kelerion: | excellent.. not too much bother to setup? |
[02:40:00] | Juski: | nah |
[02:40:00] | squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep") | |
[02:40:00] | Juski: | only issue I had was that I tested it ok in myth, when it was /dev/video1 |
[02:41:00] | Juski: | but after making the ivtv module autoload, it appeared as /dev/video0.. naughty pixie |
[02:41:00] | ** Kelerion chuckles ** | |
[02:41:00] | Juski: | just on doing some bash scripts to mess about with strings |
[02:41:00] | Kelerion: | does the dvb card get installed under a /dev/dvb/xxx device? |
[02:42:00] | Juski: | yeh but since it has a video decoder onboard, that gets a /dev/video |
[02:42:00] | Kelerion: | ahh.. did you have to reconfigure the dvb card in myth then? |
[02:42:00] | Juski: | Kelerion: any good with string manipulation? |
[02:42:00] | Juski: | Kelerion: no.. dunno why |
[02:43:00] | Kelerion: | not with perl if thats what you mean |
[02:43:00] | Kelerion: | what you after? |
[02:43:00] | Juski: | <tr style="border-top: 2px solid #707070"><td colspan="2" class="a"> <a class="clist" href="switch.dbox2?zapto=12ef0200322,">131. BBC ONE England</a> <a href="epg.dbox2?eventlist=12ef0200322"><img src="../images/elist.gif" alt="Programme Guide " style="border: 0px" /></a></td></tr> |
[02:44:00] | Juski: | pull "BBC ONE England" out of that |
[02:45:00] | Kelerion: | if I was doing that in php I would find the str_pos of the 3rd ">" and the str_pos of the 4th "<" and substring inbetween |
[02:46:00] | orb_rox (n=jay@c-67-190-237-64.hsd1.mn.comcast.net) has joined #mythtv-users | |
[02:46:00] | jcsmith: | juski: cat test.txt | awk -F">" '{print $4}' | awk -F"<" '{print $1}' | awk -F"." '{print $2}' |
[02:46:00] | jcsmith: | where test.txt contains that line |
[02:46:00] | Juski: | jcsmith: cheers again.. owing you beers now |
[02:46:00] | Kelerion: | thats even nicer :) |
[02:46:00] | squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users | |
[02:46:00] | Juski: | oh yeh... -F being the seperator |
[02:47:00] | Juski: | ding! |
[02:48:00] | Beirdo: | oh jeez |
[02:48:00] | Beirdo: | man cut |
[02:48:00] | Beirdo: | awk is frigging overkill for that :) |
[02:48:00] | redline- (n=redline@24.229.145.153.res-cmts.sm.ptd.net) has joined #mythtv-users | |
[02:49:00] | jcsmith: | Beirdo: ahh, cut, i knew there was another way, just couldn't pull it out of the brain |
[02:49:00] | redline-: | anyone having issues connecting to backend boxes with frontends? |
[02:49:00] | Beirdo: | :) |
[02:50:00] | Beirdo: | the cool thing with UNIX, there are like 101 ways to do the same thing :) |
[02:51:00] | redline-: | using mysql 4.1.14-log I had it working last night but now im getting a ton of unable to connect erros on my frontend box |
[02:51:00] | redline-: | i can mysql -d 10.1.1.210 -u mythtv -p and this works |
[02:52:00] | Beirdo: | you might need to upgrade the qt-mysql stuff |
[02:52:00] | redline-: | whtas that? |
[02:53:00] | Beirdo: | the mysql extensions for qt |
[02:53:00] | kcody (i=nobody@pool-71-243-93-174.bos.east.verizon.net) has joined #mythtv-users | |
[02:53:00] | kcody: | anyone else had trouble with setuid root frontend? |
[02:54:00] | redline-: | emerge qt ... time to goto sleep |
[02:54:00] | kcody: | hiya Juski |
[02:54:00] | jcsmith: | kcody: why would you run the frontend setuid? |
[02:54:00] | kcody: | jcsmith: realtime scheudler priority |
[02:54:00] | kcody: | s/scheudler/scheduler/ |
[02:55:00] | jcsmith: | ahh |
[02:55:00] | kcody: | it's not a pure myth box – i'm shooting for "real convergence", it's a full blown desktop box |
[02:55:00] | Ripp (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[02:55:00] | xris (n=xris@xris.forevermore.net) Quit ("l8r") | |
[02:56:00] | kcody: | but i set it chmod 4755, run it, and it acts like it's not setuid; ps aux shows it as user mythtv, and it gives the same warning about not being able to get RT |
[02:56:00] | Juski: | kcody: hiya kcody |
[02:57:00] | Juski: | kcody: there's a good section about that in the mythtv docs |
[02:57:00] | kcody: | Juski: where; web, sources, svn??? |
[02:57:00] | Juski: | web |
[02:57:00] | v_thunder: | anyone know why I would be able to commercial-skip only from one host? |
[02:58:00] | squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep") | |
[02:58:00] | v_thunder: | I've been trying to debug this for a while, I don't have any leads |
[02:58:00] | xris (n=xris@xris.forevermore.net) has joined #mythtv-users | |
[02:58:00] | ChanServ sets mode +v xris | |
[02:58:00] | Juski: | v_thunder: what do you mean.. only one frontend will skip commercials? |
[02:59:00] | v_thunder: | in others, it says "Not Flagged" |
[02:59:00] | v_thunder: | when I press q/z |
[02:59:00] | Juski: | hrm... |
[02:59:00] | Juski: | dunno |
[02:59:00] | v_thunder: | yeah, it's bizarro |
[02:59:00] | v_thunder: | :( |
[03:00:00] | Kelerion: | anyone any ideas where I can start looking into why my plasma has horizontal banding (moving) under X? I've tried various modelines (but it could still be that) it happens on an X desktop (so OT for myth).. am I best to keep trying modelines? |
[03:01:00] | Juski: | jcsmith: sorry to be a hassle, but if I was then to extract the string following ?zapto= and the number preceding the dot... I've got grep 'href="switch' channellist.dbox2 | awk $1 '{print substr($10,39,4) substr($10,26,10)}' working but I'd like to pull it all together |
[03:01:00] | t00m (n=tom@203-59-65-68.dyn.iinet.net.au) has joined #mythtv-users | |
[03:01:00] | Juski: | Kelerion: sounds like mains hum |
[03:01:00] | jcsmith: | juski: brb phone is ringing |
[03:02:00] | Juski: | np |
[03:02:00] | Kelerion: | don't get it if I switch tv input back to Sky |
[03:02:00] | Juski: | Kelerion: I suspect a ground loop |
[03:02:00] | Juski: | pull the Sky box from the TV |
[03:03:00] | Kelerion: | ahh.. see what you mean.. one sec will try |
[03:06:00] | Kelerion: | nah.. thats not it.. nice idea though |
[03:07:00] | kcody: | Kelerion: how are you sending the signal from myth to the plasma? |
[03:07:00] | Kelerion: | pc input (dsub) |
[03:07:00] | Juski: | jcsmith: done it :) |
[03:07:00] | Juski: | Kelerion: is the plasma earthed? |
[03:07:00] | kcody: | Kelerion: are you -certain- that X is driving the display at its native hardware resolution? |
[03:08:00] | kcody: | Juski: if it wasn't he'd be seeing it on every analog input |
[03:08:00] | Juski: | oh yeah there's always the moire effect to consider |
[03:08:00] | Kelerion: | 848x480.. yup |
[03:08:00] | kcody: | wtf?? that's hardware? |
[03:08:00] | Kelerion: | I don't see it all the time – just in certain scenes |
[03:08:00] | Kelerion: | thats it's native.. checked in the manual |
[03:08:00] | Juski: | Kelerion: check it with a monitor.. just to make sure it's not what's being captured |
[03:09:00] | kcody: | oh... wonder if you'd see it on a computer monitor as well then, i've got something odd coming over the cable line |
[03:09:00] | Kelerion: | it's not.. I can play it over the network and it looks perfect |
[03:09:00] | Juski: | ah |
[03:09:00] | kcody: | ok... what does the X startup grid look like? |
[03:09:00] | kcody: | that was actually engineered to turn up analog monitor issues |
[03:09:00] | Juski: | another quickie.. how do you change the line length in bash? |
[03:10:00] | kcody: | Kelerion: has the issue -ever- shown up just working with the X desktop |
[03:11:00] | Kelerion: | kcody – always |
[03:11:00] | kcody: | oh? a gray solid would be a problem for it/ |
[03:11:00] | kcody: | ? |
[03:11:00] | kcody: | what's the sky coming in on, s-video? |
[03:12:00] | Ripp (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[03:12:00] | Juski: | grep 'href="switch' channellist.dbox2 | awk $1 '{print ":" substr($10,39,4) substr($10,26,10) " "$11 " " $12 " " $13}' | cut $1 -d "<" -f 1 >channels.txt ... ugly, innit? |
[03:12:00] | Kelerion: | I was thinking modelines because I ran a test this afternoon – booted from an ubuntu livecd.. it recognised everything fine.. but ran it at 1024x768.. it looks strange (pixels outta place on fonts etc) but there was no banding |
[03:12:00] | Kelerion: | kcody.. yup |
[03:14:00] | kcody: | describe the banding... one or two pixels wide? several wide? moves smoothly/jumpy? consistent/cyclical/random direction? |
[03:14:00] | kcody: | perfectly horizontal/diagonal? |
[03:14:00] | kcody: | this is sounding like moire |
[03:14:00] | kcody: | but i'm not sure yet |
[03:14:00] | Kelerion: | 5/6inches thick.. moving downwards.. |
[03:14:00] | Kelerion: | smoothly |
[03:14:00] | Juski: | always the same speed? |
[03:14:00] | Kelerion: | but can disappear on the next scene |
[03:15:00] | kcody: | Kelerion: vertical sync frequency is incorrect it seems |
[03:15:00] | Kelerion: | yup |
[03:15:00] | Kelerion: | that sounds possible, kcody |
[03:15:00] | kcody: | remember that plasma is, in hardware, digital resolution and digital color depth |
[03:15:00] | kcody: | an analog cable means it has to do essentially the same processing to the RGB signal that a capture card does to the YCbCr |
[03:16:00] | kcody: | Kelerion: hopefully your specs have the right vsync in it |
[03:16:00] | Kelerion: | brb.. wanna check something |
[03:17:00] | ** Kelerion goes to plug a dvi cable in ** | |
[03:17:00] | kcody: | definitely! |
[03:17:00] | hadees (n=hadees@pdpc/supporter/sustaining/hadees) has joined #mythtv-users | |
[03:17:00] | hadees: | Can anyone recommend a wireless keyboard possibly with a built in mouse |
[03:18:00] | kcody: | hadees: i was pretty happy with the r/f wireless pair that came with my dell... older logitech model |
[03:18:00] | kcody: | i'd avoid i.r. keyboards/mice like the plague... too easy for your coffee to block the signal, and i don't want to think about how it might interact with a lirc receiver |
[03:19:00] | hadees: | kcody, do you have a model? |
[03:19:00] | kcody: | hadees: cordless itouch... but mine is a dell bundle, see what logitech has, look for radio frequency connection |
[03:20:00] | kcody: | Kelerion: did the cable make a difference? |
[03:24:00] | Kelerion: | back.. bugger |
[03:24:00] | kcody: | no luck? |
[03:24:00] | Kelerion: | not got a dvi cable.. have 3 monitors on my desktop.. all flatscreens.. thought one of them was dvi but it isn't.. it's vga with a vga-dvi converter going to the graphics card |
[03:25:00] | Kelerion: | nabbed the converter.. went to the tv but it won't plug into the back of the tv.. there's some extra pins on the side (near the flat bit) |
[03:25:00] | crouton: | hot diggity.. the mythbox rides again |
[03:26:00] | Kelerion: | see this? http://www.cablestogo.com/resources/dvi.asp |
[03:26:00] | Kelerion: | the end of the converter has the dvi type on the bottom |
[03:26:00] | Kelerion: | the tv has the type 4th from bottom |
[03:27:00] | Kelerion: | but female version |
[03:27:00] | closer (n=closer@modemcable085.100-37-24.mc.videotron.ca) Quit ("Leaving") | |
[03:27:00] | Kamy (n=regnad_k@ip70-186-204-46.hr.hr.cox.net) has joined #mythtv-users | |
[03:28:00] | Kamy: | good evening :) |
[03:29:00] | Kamy: | Is this the line that controls the font size in an xterm window? |
[03:29:00] | Kamy: | Mod1 x :ExecCommand xterm -fn *18* |
[03:30:00] | Kamy: | that comes from |
[03:30:00] | Kamy: | etc/X11/fluxbox/keys |
[03:32:00] | cesman: | hello Kamy |
[03:32:00] | cesman: | yes it is |
[03:32:00] | Kamy: | HI cesman |
[03:32:00] | Kamy: | so the 18 should be the font size? |
[03:32:00] | ** xris kicks nfs ** | |
[03:33:00] | cosmo_ (n=cosmo@64.119.43.102) has joined #mythtv-users | |
[03:34:00] | cesman: | yes |
[03:35:00] | kcody: | Juski: do you have realtime working? |
[03:35:00] | Kamy: | ok then, where are the font size parameters kept for when I ctrl-alt-f2? |
[03:35:00] | kcody: | xris: what's the problem |
[03:36:00] | Juski: | kcody: nope.. don't need it |
[03:36:00] | Kamy: | Oh, and cesman.... Knoppmyth rocks ;-) |
[03:38:00] | kcody: | Juski: the limits.conf approach seems to be broken |
[03:38:00] | xris (n=xris@xris.forevermore.net) Quit (Read error: 104 (Connection reset by peer)) | |
[03:39:00] | Kelerion: | okies.. have just learnt something new.. there's different types of dvi! lol |
[03:39:00] | ** Kelerion really should read up on this stuff more ** | |
[03:39:00] | ** Kelerion often ** | |
[03:40:00] | Kelerion: | so.. my tv takes dvi-d input.. figures |
[03:40:00] | ** Kelerion needs a new graphics card ** | |
[03:41:00] | Kamy: | how can I kill an xterm window that is not responding? (and I can't see the little "X" in the corner) |
[03:42:00] | Kelerion: | many ways.. ssh in and kill it.. or if you can run another program try xkill and click it |
[03:43:00] | kcody: | Kamy: put a big frickin' magnet next to the offending window... (kidding, sleep dep talking) |
[03:44:00] | kcody: | anyone know what the "ideal" dnr settings are for the pvr150? |
[03:44:00] | Kamy: | lol |
[03:45:00] | kcody: | Kelerion: or possibly just a new cable |
[03:45:00] | Kamy: | Kelerion: all you wanted to know about video card interfaces... http://images10.newegg.com/UploadFilesForNewe . . . terfaces.pdf |
[03:46:00] | cesman: | Kamy: thanks :) |
[03:47:00] | batdog|gone (n=jde-fn@cpe-67-10-243-104.houston.res.rr.com) Quit (Read error: 104 (Connection reset by peer)) | |
[03:47:00] | Kelerion: | my video card doesn't have a dvi out.. so would rather stick with the vga if I can get away with it.. but if it's worth it I suppose I should get a new card (+cable) |
[03:47:00] | kcody: | Kelerion: yeah you will want a real dvi out -> real dvi in |
[03:48:00] | kcody: | and if you don't have a vsync issue, that's the only possible remaining source of your banding issue |
[03:48:00] | Kelerion: | so do most video cards have dvi-i ports? or dvi-d? |
[03:48:00] | Kamy: | This is my first experience with linux, can't imagine a better way to learn about it, I'm really having a blast |
[03:49:00] | jcsmith: | juski: still need help or have you knocked it out by now, sorry my very talkative aunt felt the need to call me for a chat |
[03:49:00] | Juski: | jcsmith: knocked it out |
[03:49:00] | Juski: | ugly as hell but it works |
[03:50:00] | jcsmith: | juski: hey working is what matters |
[03:50:00] | jcsmith: | not like you'll ever have to maintain any of the code :-P |
[03:51:00] | Ripp is now known as Ripp_is_away | |
[03:51:00] | crouton: | argh. anybody got the faq for when irw doesn't show anything? |
[03:52:00] | Juski: | grep 'href="swit' channellist.dbox2 |awk $1 '{print "." substr($10,39,4) " " substr($10,26,10) " "$11 " " $12 " " $13}' |cut $1 -d "<" -f 1 |
[03:53:00] | Servo888 (n=Servo888@pcp0011429096pcs.sothfd01.mi.comcast.net) has joined #mythtv-users | |
[03:54:00] | Kamy: | How can I adjust my font size when I use an alternate console? ctrl-alt-F2 etc... |
[03:54:00] | Kamy: | mine are huge and blinking |
[03:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[03:55:00] | Juski: | hrm.. only snag now is that I've ended up with some rogue > characters |
[03:56:00] | jcsmith: | hopefully they're all at one or the other end? |
[03:57:00] | Juski: | jcsmith.. just gonna do a dirty awk to replace em when I've written the file |
[03:57:00] | jcsmith: | juski: what are you doing this for? |
[03:58:00] | Juski: | jcsmith: got a cable box I can talk to with http |
[03:58:00] | Juski: | grab a list of channels from it – write them to a file channels.txt |
[03:58:00] | Juski: | channels.txt file is of the form ":channum. string name" |
[03:59:00] | jcsmith: | juski: thats pretty awesome, didn't realize such a thing existed |
[03:59:00] | Juski: | so I can use a further script within myth to change channels via a http request |
[03:59:00] | dasOp: | the above code looks like it should benefit from a straight regex |
[03:59:00] | Juski: | it's called a dbox2 |
[03:59:00] | croppa (i=user199@135.27.233.220.exetel.com.au) Quit (Remote closed the connection) | |
[04:00:00] | Juski: | there's already code to use it as a video source in SVN, but network streaming doesn't work too well, so I've got my own solution: dbox2 to pvr card.. external channel change script |
[04:00:00] | Juski: | might even make a script to put the channels in the DB too |
[04:02:00] | croppa (i=user199@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[04:03:00] | riddlebox (n=james@24-171-11-166.dhcp.stls.mo.charter.com) has joined #mythtv-users | |
[04:05:00] | riddlebox: | does anyone know what you would insert into mysql to get a custom recording to work? I have inserted starttime,endtime,station,startdate,enddate, and run mythbackend --resched but mythfrontend never sees the schedule? |
[04:07:00] | Kelerion is now known as Kel-kippin | |
[04:07:00] | Kel-kippin: | well.. gona 4am.. g'night all! |
[04:09:00] | xris (n=xris@xris.forevermore.net) has joined #mythtv-users | |
[04:09:00] | ChanServ sets mode +v xris | |
[04:10:00] | riddlebox: | xris:did you write the mythweb scripts? |
[04:10:00] | xris: | most of it |
[04:10:00] | qupada (n=qupada@210-246-53-54.paradise.net.nz) has joined #mythtv-users | |
[04:11:00] | riddlebox: | what do you need to insert a custom program into the mysql record table? |
[04:11:00] | xris: | huh? |
[04:11:00] | Kamy: | I finally figured out how to use mythweb last night, man is that ever cool :) |
[04:12:00] | riddlebox: | I want to insert a custom show into mythv on my own through an app I want to create but am not sure what I need to add to the record table |
[04:12:00] | xris: | riddlebox: it should be pretty straightforward. |
[04:12:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[04:12:00] | xris: | title/subtitle/start/end/etc |
[04:12:00] | mocker_: | Woo. |
[04:12:00] | riddlebox: | I thought so, then run mythbackend --resched right? |
[04:12:00] | mocker_: | Just got another card for my MythTV system. |
[04:13:00] | mocker_: | Doesn't seem to want to give me sound though. :( |
[04:13:00] | Kamy: | mocker_: how many do you have now? |
[04:13:00] | mocker_: | Just two. |
[04:14:00] | mocker_: | PVR-250 is the old one. |
[04:14:00] | mocker_: | PVR-150 is the new. |
[04:14:00] | xris: | riddlebox: no clue. never done it |
[04:14:00] | Kamy: | this is my first box, I started with a pvr-500 |
[04:15:00] | riddlebox (n=james@24-171-11-166.dhcp.stls.mo.charter.com) Quit ("Leaving") | |
[04:17:00] | v_thunder: | anyone here know about/use the OS X frontend? |
[04:18:00] | v_thunder: | I can't figure out how to run it and get the console output |
[04:18:00] | v_thunder: | I can run the mythfrontend binary, and it comes up, but then the window doesn't accept any input |
[04:19:00] | v_thunder: | so I can't see if it is spewing out errors when I do certain things |
[04:19:00] | ** xris kicks nfs again ** | |
[04:20:00] | mocker_: | Well, now I have sound. |
[04:20:00] | mocker_: | So that's a start. :) |
[04:22:00] | Juski: | marvellous |
[04:22:00] | Kamy: | hmmmm, when I'm playing music, sometimes the visualizer just displays a "?" |
[04:22:00] | Kamy: | whats up with that? |
[04:25:00] | darkdrgn2k (n=darkdrgn@CPE00508d55060b-CM00125573082a.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[04:25:00] | darkdrgn2k: | Hi, i have a mythtv network related question |
[04:25:00] | darkdrgn2k: | i want ot move one of my tuners into a settop box, |
[04:25:00] | darkdrgn2k: | curently the box only has a 10 gig hd in there |
[04:26:00] | darkdrgn2k: | q1) do i need to put a bigger hd in the settop to do video recording |
[04:26:00] | darkdrgn2k: | q2) is there a way to record to a network drive |
[04:26:00] | darkdrgn2k: | q2b) if not is there a way to move the recordings of the local drive to the network drive AFTER recording is done |
[04:27:00] | Juski: | darkdrgn2k: just use samba or NFS & mount a share on the set top machine.. then use that as the recording directory |
[04:27:00] | darkdrgn2k: | Juski: but will that be fast enough? |
[04:27:00] | Juski: | if you have 100mbit ethernet, yeah |
[04:28:00] | Juski: | even for HDTV |
[04:28:00] | darkdrgn2k: | Juski: really? |
[04:28:00] | darkdrgn2k: | Juski: that be nice.. |
[04:28:00] | Juski: | I play recordings over the network all the time |
[04:28:00] | Juski: | writing files will be about the same |
[04:28:00] | darkdrgn2k: | Juski: but save recodings ovr the network? |
[04:28:00] | darkdrgn2k: | ok |
[04:28:00] | darkdrgn2k: | Juski: i want to move my pvr150 to the living room to make use of the Satalite receiver there :-P |
[04:29:00] | Juski: | don't blame you |
[04:29:00] | ** v_thunder finds the logs ** | |
[04:29:00] | v_thunder: | in case anyone else asks |
[04:29:00] | darkdrgn2k: | Juski: next step will maybe be getting a dvb card... so i can RECORD hdtv! |
[04:29:00] | v_thunder: | in os x, if you open mythfrontend normally (via the icon), and launch Console.app, you'll see the logs |
[04:30:00] | Juski: | I have a cable box linked to my myth box upstairs with CAT5 cable for audio & video feed.. I can now change channels on the cable box with an http request :) |
[04:30:00] | darkdrgn2k: | Juski: nice... i the PVR has an IR Blaster :-P |
[04:30:00] | darkdrgn2k: | Juski: only problem is the settop boxc is LOUD! |
[04:30:00] | Juski: | jeeeeees is that the time?!?!?!?! must go to bed |
[04:30:00] | darkdrgn2k: | gatta do something about that |
[04:31:00] | Juski: | darkdrgn2k: ivtvctl has a volume option I think |
[04:31:00] | Juski: | being a PVR150 owner now I should check it out ;) |
[04:31:00] | darkdrgn2k: | Juski: i ment the box itself :-P |
[04:31:00] | darkdrgn2k: | Juski: stupid fans!!! |
[04:31:00] | Juski: | go big & slow, big and slow |
[04:32:00] | darkdrgn2k: | Juski: Well the board has an integrated chip |
[04:32:00] | darkdrgn2k: | Juski: yes an INTEGRATED processor chip |
[04:32:00] | darkdrgn2k: | Juski: and the heatsinc is SCREWED on... soo yeh |
[04:32:00] | Juski: | mini-itx? |
[04:32:00] | darkdrgn2k: | Juski: umm not really... |
[04:32:00] | Juski: | what is it then? I'm intruiged |
[04:32:00] | darkdrgn2k: | Juski: its bascially a Elite Group board, with an onboard duron |
[04:32:00] | darkdrgn2k: | Juski: +1800 duron |
[04:33:00] | Juski: | wow.. never heard of that done |
[04:33:00] | Juski: | aaanyway.. night all |
[04:33:00] | darkdrgn2k: | Juski: i mean board is kinda small itself... fits into a mini atx case... but DAM it heats up |
[04:33:00] | ** Juski will need a lie in ** | |
[04:33:00] | darkdrgn2k: | Juski: when i left the computer in the entertament set |
[04:33:00] | darkdrgn2k: | Juski: beind the glass |
[04:33:00] | darkdrgn2k: | Juski: the CASE reached 40 Celcuse |
[04:33:00] | Juski: | heh.. night! |
[04:34:00] | darkdrgn2k: | thats 105.8 degrees Fahrenheit |
[04:34:00] | darkdrgn2k: | LOL nite |
[04:36:00] | kcody: | darkdrgn2k: probably need forced circulation in the entertainment set anyway... |
[04:37:00] | darkdrgn2k: | kcody: i agrea.. i screwed on a fan at the back :-P |
[04:37:00] | darkdrgn2k: | kcody: but im gonna move the computer now outside but its to bloody loud |
[04:37:00] | darkdrgn2k: | kcody: fisr thing im gonna do is get rid of this dam sounblaster sound card.. it takes up space and its not 100% compatible with nix |
[04:39:00] | darkdrgn2k: | dam its the HD thats to loud |
[04:40:00] | darkdrgn2k: | Can a myth frontend boot diskless? :-P |
[04:40:00] | darkdrgn2k: | uh backend |
[04:40:00] | darkdrgn2k: | backend slave rather.. can it boot diskless |
[04:41:00] | GreyFoxx: | of course it can |
[04:41:00] | GreyFoxx: | the only difference between a diskless frontend and backend is the software it's running |
[04:42:00] | darkdrgn2k: | GreyFoxx: how big can the image be though? |
[04:42:00] | GreyFoxx: | well I guess it would depend on how you are doing "diskless". Booting from CD, or off the network and nfs mounting everything |
[04:42:00] | GreyFoxx: | even if from CD you can gtet the CD to nfs mount another machine for storage |
[04:43:00] | darkdrgn2k: | yeh |
[04:43:00] | darkdrgn2k: | i m just tryign to quite this beast down |
[04:43:00] | croppa (i=user199@135.27.233.220.exetel.com.au) Quit (Read error: 104 (Connection reset by peer)) | |
[04:43:00] | GreyFoxx: | unless you have some nasty harddrives they shouldn't be that much of a problem |
[04:43:00] | croppa (i=user199@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[04:44:00] | darkdrgn2k: | its an old hd |
[04:44:00] | darkdrgn2k: | and its loud.... |
[04:44:00] | GreyFoxx: | and there are settings that can be used in hdparm to set drives in "quieter" modes |
[04:44:00] | darkdrgn2k: | i might swap the drivbe though |
[04:44:00] | Kamy: | how can I log in as root from an xterm window? |
[04:45:00] | GreyFoxx: | su ? |
[04:45:00] | Kamy: | oh duh ! |
[04:45:00] | Kamy: | thanx :) |
[04:45:00] | Kamy: | must be getting tired.... |
[04:46:00] | Kamy: | should probably stop messing with this box before I break it again |
[04:46:00] | darkdrgn2k: | on the lines of stupid questiosn |
[04:46:00] | darkdrgn2k: | when you transcode a recording in myth |
[04:46:00] | darkdrgn2k: | say using nuvtranscode scripts |
[04:46:00] | darkdrgn2k: | the resuling files, are they stroed under VIDEOS or RECORDINGS |
[04:47:00] | GreyFoxx: | nuvexport? |
[04:47:00] | GreyFoxx: | They get stored whereever you tell it to. It asks you |
[04:47:00] | darkdrgn2k: | umm yeh that sit |
[04:47:00] | darkdrgn2k: | i guess what im asking is |
[04:47:00] | darkdrgn2k: | can you use that tool to automatically transcode to smaller format |
[04:47:00] | GreyFoxx: | I think it defaults to the same directory you are in when you run it |
[04:47:00] | darkdrgn2k: | and still fid int in myth |
[04:48:00] | GreyFoxx: | There are some commandline flags you can feed it, but no idea how comprehensive they are |
[04:48:00] | darkdrgn2k: | GreyFoxx: you keep them in mpg2? |
[04:48:00] | GreyFoxx: | I delete stuff after I watch it |
[04:48:00] | majesty (n=majesty@weston-69.65.86.243.myacc.net) Quit () | |
[04:48:00] | GreyFoxx: | and the few things I transcode I do under windows |
[04:49:00] | GreyFoxx: | for various reasons I've never been happy with the nix tools |
[04:49:00] | darkdrgn2k: | hmm |
[04:49:00] | darkdrgn2k: | i tried beyond tv and it was nice enough to keep everythign small in wmv formats |
[04:51:00] | darkdrgn2k: | hey grey: how do you import a EPG fro your digical table into the box |
[04:51:00] | darkdrgn2k: | still with zap? |
[04:51:00] | GreyFoxx: | ummm what ? |
[04:51:00] | darkdrgn2k: | the program guide |
[04:51:00] | darkdrgn2k: | how do you import it? |
[04:52:00] | GreyFoxx: | mythfilldatabase ? |
[04:52:00] | darkdrgn2k: | so you use zap2 |
[04:52:00] | GreyFoxx: | yes |
[04:54:00] | \Grooby\: | ugh...horrible korean soap |
[04:54:00] | \Grooby\: | evening all |
[04:55:00] | CygnusX1 (n=CygnusX1@unaffiliated/cygnusx1) Quit ("Leaving") | |
[05:04:00] | _stuart (i=user199@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[05:06:00] | mocker_: | Bleh. |
[05:07:00] | mocker_: | Need to restart mythbackend when making changes to the card setup. |
[05:07:00] | mocker_: | :) |
[05:08:00] | hadees: | can linux output dvi? |
[05:09:00] | Spida_ (i=Spida@p508A4242.dip0.t-ipconnect.de) has joined #mythtv-users | |
[05:09:00] | v_thunder (n=thunder@130.57.22.69) has left #mythtv-users | |
[05:12:00] | ldam (n=ld@port161.ds1-noe.adsl.cybercity.dk) has joined #mythtv-users | |
[05:13:00] | crouton: | should |
[05:13:00] | Krazylegz (n=Krazyleg@cpe-66-67-48-129.rochester.res.rr.com) Quit (Read error: 110 (Connection timed out)) | |
[05:18:00] | kcody: | damn... either i've got a really nasty intermittent ivtv problem, or a really nasty intermittent signal issue. |
[05:19:00] | croppa (i=user199@135.27.233.220.exetel.com.au) Quit (Read error: 110 (Connection timed out)) | |
[05:20:00] | crouton: | but it's nasty and intermittent in any event |
[05:21:00] | Spida (i=Spida@p508A0027.dip0.t-ipconnect.de) Quit (Read error: 110 (Connection timed out)) | |
[05:21:00] | __Ace__ (n=love@h55l211.delphi.afb.lu.se) Quit () | |
[05:25:00] | v_thunder (n=thunder@130.57.22.69) has joined #mythtv-users | |
[05:25:00] | v_thunder: | question for y'all - |
[05:26:00] | kcody: | crouton: yep. *growl*. |
[05:26:00] | v_thunder: | is there a way to disable the video in the program guide? |
[05:26:00] | v_thunder: | the program guide is unusably slow, and I think that is contributing |
[05:26:00] | kcody: | just for a little flavor, i think this -particular- station is having its own audio issues |
[05:26:00] | kcody: | v_thunder: if that's the case, it can only mean your video output is entirely unaccelerated... or you're just on way too slow hw |
[05:27:00] | v_thunder: | no, it's network usage |
[05:27:00] | v_thunder: | I'm reasonably certain |
[05:27:00] | kcody: | what network type |
[05:27:00] | kcody: | what else is happening on it |
[05:27:00] | v_thunder: | both wireless or 100bT |
[05:27:00] | v_thunder: | no, it's always slow |
[05:28:00] | kcody: | full screen video slow? |
[05:28:00] | v_thunder: | no, the video is OK |
[05:28:00] | v_thunder: | the program guide is what's slow |
[05:28:00] | kcody: | are you sure xv and/or xvmc are working right? |
[05:28:00] | crouton: | it's always slow, i think |
[05:28:00] | GreyFoxx: | There is no more network usage during the EPG than during normal video playback only than the 1 query to get the program info |
[05:28:00] | kcody: | yeah, it's not as snappy as a desktop app |
[05:28:00] | v_thunder: | I am not sure – this is on macs |
[05:29:00] | v_thunder: | all of my frontends are macs |
[05:29:00] | kcody: | and the query isn't any significant bandwidth |
[05:29:00] | kcody: | oh |
[05:29:00] | kcody: | umm, help guys? xv/xvmc on a mac? |
[05:29:00] | GreyFoxx: | I have no idea about the video output on a mac |
[05:29:00] | v_thunder: | the whole app is never really very fast |
[05:30:00] | v_thunder: | but the program guide is just ridiculously slow |
[05:30:00] | v_thunder: | it takes about 10 seconds to come up |
[05:30:00] | GreyFoxx: | v_thunder: Try using the other way to get at the EPg that doesn't play video at the same time |
[05:30:00] | v_thunder: | and about 3 seconds every time you hit 'up' or 'down' |
[05:30:00] | GreyFoxx: | see if that is lagged |
[05:30:00] | v_thunder: | just to redraw the little selection box :) |
[05:31:00] | v_thunder: | GreyFoxx: yeah, that's what I wanted |
[05:31:00] | v_thunder: | how do I do that? |
[05:31:00] | v_thunder: | because I suspect that on top of general slowness, the video really isn't helping |
[05:31:00] | kcody: | v_thunder: is your cpu usage going way up? |
[05:31:00] | v_thunder: | let me see |
[05:31:00] | GreyFoxx: | Well if it's using Accelerated video output the video wont make a lick of difference |
[05:31:00] | kcody: | GreyFoxx: i'm thinking it might not be |
[05:32:00] | GreyFoxx: | But there is a Program Guide option in the mythfrontend menus |
[05:32:00] | kcody: | i've tried doing some unix-ish stuff under macosx, it's about as linux-compatible as, say, sunos 4.3 |
[05:32:00] | kcody: | apple really screwed the pooch imho |
[05:33:00] | GreyFoxx: | For me it's "TV -> Schedule Recordings -> Program Guide" |
[05:33:00] | crouton: | anybody know the trick to installing themes? |
[05:33:00] | v_thunder: | okay, cpu usage is pretty high just playing video |
[05:33:00] | crouton: | specifically the Titivillus theme? |
[05:33:00] | kcody: | v_thunder: your video output is unaccelerated. |
[05:33:00] | v_thunder: | it hovers at about 50% mythfrontend |
[05:33:00] | v_thunder: | plus an extra 30% system |
[05:33:00] | kcody: | do you have a 'glxinfo' program? |
[05:34:00] | v_thunder: | nay |
[05:34:00] | v_thunder: | but that's an X app |
[05:34:00] | kcody: | yeah it is... you do have the X11 dev kit installed? |
[05:34:00] | v_thunder: | nope, I'm not using X |
[05:34:00] | v_thunder: | er |
[05:34:00] | v_thunder: | actually, I may have the X11 server installed |
[05:34:00] | kcody: | v_thunder: myth outputs video via X calls even on macosx |
[05:35:00] | v_thunder: | hrm, really |
[05:35:00] | kcody: | if you didn't have at least basic X, it wouldn't work at all |
[05:35:00] | GreyFoxx: | You sure ? |
[05:35:00] | v_thunder: | I think you're mistaken |
[05:35:00] | GreyFoxx: | Surely there is some sort of accelerated video layer on MacOSX |
[05:35:00] | v_thunder: | I don't have the X server running |
[05:35:00] | kcody: | yes there is, independently of the X11 code |
[05:35:00] | v_thunder: | (you need to start it as an app on os x) |
[05:35:00] | kcody: | i use macosx boxen all day long for commercial printing work |
[05:36:00] | kcody: | they're a pain in the ass... and "real" macosx apps use the Carbon libraries, which are black-boxed by apple |
[05:36:00] | kcody: | there is acceleration but it needn't have any relation to X |
[05:36:00] | v_thunder: | there must be some glue that is translating mythfrontend's X calls without a server |
[05:36:00] | v_thunder: | because I'm not running the server |
[05:36:00] | kcody: | yes there is |
[05:37:00] | v_thunder: | aha |
[05:37:00] | v_thunder: | ok |
[05:37:00] | kcody: | unless someone has some seriously huge macosx code in the mythtv tree that i haven't seen, it's calling qt which is calling x |
[05:37:00] | GreyFoxx: | X11 calls are not used for output on a mac, at least they should not be. If they are there is a bug |
[05:37:00] | GreyFoxx: | * = DESCRIPTION |
[05:37:00] | GreyFoxx: | * Basic video for Mac OS X, using an unholy amalgamation of QuickTime, |
[05:37:00] | GreyFoxx: | * QuickDraw, and Quartz/Core Graphics. |
[05:37:00] | GreyFoxx: | That's from videoout_quartz.cpp |
[05:37:00] | kcody: | possible compile config issue then? |
[05:38:00] | GreyFoxx: | someone with a mac as a frontend would have to comment further as I don't have one :) |
[05:38:00] | v_thunder: | ah, good ol' unholy code |
[05:38:00] | kcody: | and i don't have a backend at work |
[05:38:00] | kcody: | wait, -basic- video... hardware scaling support/ |
[05:38:00] | v_thunder: | possibly my hardware is too crappy |
[05:39:00] | kcody: | how old is it? |
[05:39:00] | v_thunder: | I have a ~3 year old powerbook |
[05:39:00] | kcody: | that shouldn't be over the top old |
[05:39:00] | v_thunder: | no, but you never know |
[05:39:00] | kcody: | unless it is in fact running unaccelerated |
[05:39:00] | v_thunder: | hrm |
[05:39:00] | v_thunder: | os x doesn't really have any knobs for that sort of thing |
[05:39:00] | kcody: | which -could- be a config problem in the Quick*/Quartz toolchain, or it could be compiling against X emulation |
[05:39:00] | v_thunder: | it just sort of runs |
[05:40:00] | kcody: | what does ldd say |
[05:40:00] | v_thunder: | hold |
[05:40:00] | v_thunder: | -bash: ldd: command not found |
[05:40:00] | v_thunder: | haha |
[05:40:00] | ** v_thunder kicks os x ** | |
[05:40:00] | kcody: | wtf?? |
[05:40:00] | kcody: | works on mine... |
[05:40:00] | v_thunder: | hrm, I don' have the dev tools installed |
[05:40:00] | v_thunder: | I bet that's it |
[05:41:00] | v_thunder: | oh, I do |
[05:41:00] | kcody: | damn since when is ldd a 'dev tool'... |
[05:41:00] | ** v_thunder shrugs ** | |
[05:41:00] | kcody: | hrm |
[05:41:00] | kcody: | gotta find out what mythfrontend is linked against |
[05:41:00] | v_thunder: | I totally can't find ldd |
[05:41:00] | v_thunder: | how is this hard |
[05:41:00] | v_thunder: | lol |
[05:42:00] | kcody: | v_thunder: ok sanity check, you are looking for a command-line ldd tool, not a gui app, right? (just checking) |
[05:42:00] | v_thunder: | haha |
[05:42:00] | v_thunder: | yes |
[05:42:00] | v_thunder: | I know what ldd is :) |
[05:42:00] | kcody: | ok just making sure lol |
[05:42:00] | v_thunder: | hehe |
[05:42:00] | v_thunder: | I do linux development for a living |
[05:42:00] | kcody: | ok |
[05:42:00] | kcody: | at the moment i'm supporting a print shop |
[05:42:00] | v_thunder: | it's just at home that I have macs :) |
[05:43:00] | v_thunder: | locate ldd is giving me no love |
[05:43:00] | kcody: | and i -have- pulled stunts like the hp tech support power outage incident... and kept my job |
[05:43:00] | ** v_thunder baffles ** | |
[05:43:00] | kcody: | hmm |
[05:43:00] | kcody: | fsck |
[05:44:00] | v_thunder: | belleza:~/Apps/MythFrontend.app/Contents/MacOS thunder$ fsck |
[05:44:00] | v_thunder: | belleza:~/Apps/MythFrontend.app/Contents/MacOS thunder$ echo $? |
[05:44:00] | v_thunder: | 0 |
[05:44:00] | kcody: | let's change tacks |
[05:44:00] | v_thunder: | :-) |
[05:44:00] | v_thunder: | or were you just cursing? :) |
[05:44:00] | GreyFoxx: | Myth is uses Quicktimes ScaleMatrix() to scale the video if needed. I assume that's accelerated? Maybe it's done in CPU ? |
[05:44:00] | kcody: | does sound like it's happening in cpu |
[05:44:00] | v_thunder: | yeah, with this much cpu usage |
[05:44:00] | kcody: | either that or i'm really overestimating a 3 year old mac |
[05:44:00] | v_thunder: | hmm |
[05:45:00] | v_thunder: | it's a 867MHz G4 |
[05:45:00] | v_thunder: | maybe I can borrow my brother's (much newer) powerbook |
[05:45:00] | kcody: | should be plenty, i'm playing back on a P3–800 laptop, savage chipset w/o acceleration, and it keeps up fine |
[05:45:00] | kcody: | of course, it's only a frontend |
[05:46:00] | v_thunder: | yeah, this is only a frontend too, of course |
[05:46:00] | v_thunder: | and playback is generally okay |
[05:46:00] | kcody: | and i -am- forcing it to scale 720x480->1024x768 |
[05:46:00] | qupada (n=qupada@210-246-53-54.paradise.net.nz) Quit ("leaving") | |
[05:46:00] | kcody: | no serious responsiveness issue in the guide, but it clips the video rather than scaling it |
[05:46:00] | v_thunder: | oh? mine is scaling |
[05:47:00] | kcody: | isn't there a quicktime package? it's installed? no control panel/ |
[05:47:00] | v_thunder: | it looks quite nice |
[05:47:00] | v_thunder: | there's a quicktime pref pane |
[05:47:00] | v_thunder: | but it's useless crap |
[05:47:00] | GreyFoxx: | Known problems: |
[05:47:00] | GreyFoxx: | - On my PowerBook G4 800, I have frequent "prebuffering pause" and "A/V |
[05:47:00] | GreyFoxx: | diverged" problems. Under v1, I couldn't draw enough frames to trigger |
[05:47:00] | GreyFoxx: | That's from an email on the -dev list from the guy who implmented that code |
[05:48:00] | v_thunder: | hmm |
[05:48:00] | v_thunder: | the pb 800's are older |
[05:48:00] | v_thunder: | I guess I'll have to set up a toolchain and start building this puppy myself |
[05:48:00] | v_thunder: | ugh |
[05:48:00] | v_thunder: | of course that also means upgrading the backend |
[05:48:00] | v_thunder: | so I can run svn |
[05:49:00] | ** crouton loves svn ** | |
[05:49:00] | v_thunder: | you love svn, or you love mythtv from svn? ;-) |
[05:50:00] | kcody: | oh. |
[05:50:00] | kcody: | found it. |
[05:50:00] | v_thunder: | oh? |
[05:50:00] | crouton: | i love svn |
[05:50:00] | v_thunder: | really? |
[05:50:00] | kcody: | http://www.petitiononline.com/atiapple/petition.html |
[05:50:00] | crouton: | I use it daily. |
[05:50:00] | v_thunder: | I also love svn |
[05:50:00] | v_thunder: | cvs was teh suck |
[05:50:00] | v_thunder: | well, it was better than nothing |
[05:50:00] | crouton: | i missed cvs, thankfully |
[05:50:00] | kcody: | apparently, the earlier graphics chipsets had substandard macosx drivers... and apple said 'fuck off' |
[05:51:00] | v_thunder: | aha. |
[05:51:00] | v_thunder: | suck. |
[05:51:00] | kcody: | yeah... |
[05:51:00] | v_thunder: | wait, those are older |
[05:51:00] | __Ace__ (n=love@h55l211.delphi.afb.lu.se) has joined #mythtv-users | |
[05:52:00] | kcody: | can't be that much older though, macosx has been out for what, 2–3 years? |
[05:53:00] | kcody: | about the age of the machine? |
[05:53:00] | kcody: | it's earlier enough imo |
[05:53:00] | v_thunder: | much more |
[05:53:00] | kcody: | check the chipset though |
[05:53:00] | v_thunder: | OSX is like 6 years old |
[05:53:00] | ** v_thunder checks ** | |
[05:53:00] | kcody: | i actually hadn't encountered it until like 2003, it was at 10.2 i think |
[05:54:00] | kcody: | and sucked ass no matter what it was doing according to the graphics dept |
[05:54:00] | v_thunder: | "Chipset Model:ATY,RV250M9" |
[05:54:00] | v_thunder: | I quite like it in general |
[05:55:00] | v_thunder: | though many specifics drive me crazy |
[05:55:00] | kcody: | it is a good chip |
[05:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[05:55:00] | kcody: | as a desktop i like it. as a unix, i vomit. |
[05:56:00] | v_thunder: | yeah, stop thinking about it as a unix :-) |
[05:56:00] | kcody: | they just fucked with too much |
[05:56:00] | v_thunder: | that's step #1 when thinking about it |
[05:56:00] | kcody: | don't try to think of it as a mac either |
[05:56:00] | v_thunder: | right |
[05:56:00] | kcody: | my job has demonstrated it's -MUCH- happier with unix protocols than appletalk or cifs |
[05:56:00] | v_thunder: | if only older macs didn't suck under the hood |
[05:57:00] | v_thunder: | (as in, protected memory, etc) |
[05:57:00] | kcody: | right |
[05:57:00] | v_thunder: | because UI-wise, they're *so* good |
[05:57:00] | v_thunder: | so usable |
[05:57:00] | ** v_thunder checks his version of X11.app ** | |
[05:57:00] | kcody: | are you doing much with that laptop or is it a mythtv toy? |
[05:57:00] | v_thunder: | it's my main laptop |
[05:58:00] | v_thunder: | I also have a mac mini |
[05:58:00] | v_thunder: | hooked up to my tv |
[05:58:00] | v_thunder: | that is mostly a mythtv toy |
[05:58:00] | crouton: | ooh, mac mini |
[05:58:00] | kcody: | is it having similar issues? |
[05:58:00] | v_thunder: | yes |
[05:58:00] | v_thunder: | that one uses 100bT ethernet |
[05:58:00] | kcody: | same graphics hardware? |
[05:58:00] | v_thunder: | not sure |
[05:58:00] | ** v_thunder goes check ** | |
[05:58:00] | kcody: | i read somewhere, don't try more than one wireless frontend |
[05:59:00] | v_thunder: | yes, multiple wireless (b) frontends is too much |
[05:59:00] | v_thunder: | oh crap |
[05:59:00] | kcody: | crap what? |
[05:59:00] | v_thunder: | someone is sleeping in the living room :/ |
[05:59:00] | kcody: | hahah |
[05:59:00] | kcody: | 'lol' is overused, but i did, i swear |
[05:59:00] | v_thunder: | haha |
[06:00:00] | kcody: | i'm thinking a ppc linux conversion might solve your acceleration problem |
[06:00:00] | kcody: | obviously not viable for the laptop |
[06:01:00] | v_thunder: | apple claims their x11 is accelerated on macs |
[06:01:00] | v_thunder: | http://www.apple.com/macosx/features/x11/ |
[06:01:00] | v_thunder: | oh, maybe I could try that on some machine |
[06:01:00] | kcody: | the ati rv250 should be easy to get working for 2d,3d,video acceleration |
[06:02:00] | kcody: | guessing the other mac has something similar |
[06:02:00] | crouton: | there is a paucity of mythtv themes |
[06:02:00] | kcody: | -what- do they claim is accelerated |
[06:02:00] | kcody: | probably just 2d, maybe 3d |
[06:02:00] | kcody: | i doubt the Xv extension is even present |
[06:03:00] | v_thunder: | I still don't really understand how it's all glued together |
[06:03:00] | v_thunder: | since I'm not running the X11 server |
[06:03:00] | kcody: | yes you are |
[06:03:00] | kcody: | the "server" that handles the x11 calls is really just a dual api |
[06:04:00] | v_thunder: | there is no process on my machine that I can identify as the x11 server |
[06:04:00] | v_thunder: | is what I meant |
[06:04:00] | kcody: | there doesn't need to be one |
[06:05:00] | kcody: | the same process (kernel thread, however the hell they did it) that services the native OS X calls also responds to the X11 api |
[06:05:00] | kcody: | but not all the bells and whistles, at least not without the dev kit and i'm sure that isn't complete either |
[06:05:00] | v_thunder: | ooooh? |
[06:05:00] | v_thunder: | no way |
[06:05:00] | kcody: | like you said, it's not unix |
[06:05:00] | v_thunder: | when you install X11 on the mac |
[06:05:00] | v_thunder: | (as an add-on) |
[06:05:00] | v_thunder: | it installs XFree86 |
[06:06:00] | v_thunder: | it's XFree86 4.4.0 |
[06:06:00] | hadees (n=hadees@pdpc/supporter/sustaining/hadees) Quit ("Leaving") | |
[06:08:00] | kcody: | i'm pretty sure there's basic protocol support built in |
[06:08:00] | v_thunder: | huh |
[06:08:00] | kcody: | enough to handle, say, a gtk app getting redirected over an ssh tunnel |
[06:08:00] | kcody: | by no means a complete "X" system |
[06:08:00] | v_thunder: | no, I can't redirect over ssh |
[06:09:00] | v_thunder: | I have to start a terminal from the X11 app |
[06:09:00] | v_thunder: | then redirect works |
[06:09:00] | kcody: | ?? didn't have that problem... |
[06:09:00] | v_thunder: | huh |
[06:09:00] | v_thunder: | how odd/interesting |
[06:09:00] | kcody: | it -could- be that the unix layer stuff is changing more rapidly than windows 95 (orig->last), i'm sure you remember what i mean |
[06:09:00] | v_thunder: | you also have ldd :) |
[06:10:00] | kcody: | those systems haven't gotten a rebuild i a couple years, i could have installed some of that stuff then forgotten about it |
[06:10:00] | v_thunder: | oh, fink |
[06:10:00] | v_thunder: | maybe you have fink |
[06:10:00] | v_thunder: | I don't |
[06:11:00] | kcody: | possible |
[06:11:00] | kcody: | i'm not near the machine to check |
[06:11:00] | v_thunder: | I don't know how that would magically make X redir work |
[06:11:00] | v_thunder: | anywho |
[06:11:00] | kcody: | if they dicked with the ssh client they could have added a conditional dll load |
[06:12:00] | kcody: | no redir without that client side library to handle the forwarding |
[06:12:00] | kcody: | conjecture of course, i'll check next week |
[06:12:00] | kcody: | for now i have to crash |
[06:12:00] | v_thunder: | allright |
[06:12:00] | kcody: | me, not my equipment lol |
[06:12:00] | v_thunder: | thanks for the help :) |
[06:12:00] | kcody: | i tried anyway |
[06:12:00] | v_thunder: | I'll keep poking at it |
[06:13:00] | v_thunder: | and check back tomorrow or something |
[06:13:00] | kcody: | hope you manage to run it down but it doesn't sound like it... i'd be looking for a driver update somehow |
[06:13:00] | kcody: | sure |
[06:13:00] | kcody: | catch ya later |
[06:13:00] | v_thunder: | nite |
[06:13:00] | kcody (i=nobody@pool-71-243-93-174.bos.east.verizon.net) Quit ("leaving") | |
[06:14:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[06:18:00] | t00m: | i need hammock music. any suggestions? :) |
[06:31:00] | _stuart (i=user199@135.27.233.220.exetel.com.au) Quit ("Konversation terminated!") | |
[06:34:00] | croppa (i=user199@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[06:35:00] | v_thunder is now known as v_thunder|out | |
[06:42:00] | sean33 (n=yaknow@gw.neurometrics.net) has joined #mythtv-users | |
[06:43:00] | sean33: | Hauppauge hvr1300 will it work with mythtv ? |
[06:52:00] | sean33 (n=yaknow@gw.neurometrics.net) Quit () | |
[06:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[06:55:00] | Kamy: | how do I untar this file, rp9codecs-20050115.tar.bz2 |
[06:55:00] | Kamy: | I don't know which arguments to use |
[06:57:00] | Captain_Murdoch: | tar xvjf rp9codecs-20050115.tar.bz2 |
[06:57:00] | Kamy: | okay, just a sec |
[06:58:00] | Kamy: | thanx much Captain |
[06:58:00] | Kamy: | :) |
[07:01:00] | Kamy: | I'm following a howto to install mythstream and I get an error right at the end trying to run apt-get |
[07:02:00] | Kamy: | apt-get install mplayer-k7 |
[07:02:00] | Kamy: | Couldn't stat source package list http://ftp.us.debian.org stable/main Packages |
[07:03:00] | Kamy: | (2 No such file or directory) |
[07:03:00] | Kamy: | does that mean it's an old version or something? |
[07:11:00] | Kamy: | okay, can someone help me with this? Package mplayer-k7 is not available, but is referred to by another package |
[07:11:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[07:11:00] | t00m: | when did you last run apt-get update |
[07:11:00] | Kamy: | just now |
[07:12:00] | t00m: | i'm out |
[07:12:00] | Kamy: | do I have to run it from the root directory, or can I run it from anywhere? |
[07:12:00] | Kamy: | I'm a noob |
[07:13:00] | t00m: | anywhere |
[07:14:00] | t00m: | why don't you just browse to that ftp and see what's there |
[07:14:00] | t00m: | or select a different one |
[07:14:00] | Kamy: | I'm googling for mplayer-k7 now, see what I can find |
[07:14:00] | qupada (n=qupada@210-246-38-221.paradise.net.nz) has joined #mythtv-users | |
[07:21:00] | crouton (n=crouton@c-69-180-14-76.hsd1.ga.comcast.net) has left #mythtv-users | |
[07:25:00] | topping (n=topping@66.89.140.136.ptr.us.xo.net) has joined #mythtv-users | |
[07:31:00] | Kamy: | how can I add this to my "sources" list ftp://ftp.nerim.net/debian-marillat/ unstable main |
[07:31:00] | Kamy: | I'm assuming sources lists is where apt-get looks for stuff? |
[07:33:00] | Captain_Murdoch: | just edit sources.list and add that line, then rerun the update to fetch the package lists again. |
[07:33:00] | t00m: | jup |
[07:34:00] | Kamy: | I have sources.list in two locations, I'm guessing this one... /etc/apt/sources.list |
[07:34:00] | Flimzy (n=jonhall@ip68-103-164-14.ks.ok.cox.net) has joined #mythtv-users | |
[07:35:00] | Kamy: | or should I edit both? |
[07:35:00] | t00m: | the manpage should tell you, which is going to be red |
[07:35:00] | t00m: | read |
[07:35:00] | Kamy: | okay |
[07:41:00] | Flimzy: | Does anyone here have experience using a DCT62xx with mythtv? |
[07:41:00] | qupada (n=qupada@210-246-38-221.paradise.net.nz) Quit ("leaving") | |
[07:52:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) has joined #mythtv-users | |
[07:54:00] | xris (n=xris@xris.forevermore.net) Quit ("l8r") | |
[07:54:00] | xris (n=xris@xris.forevermore.net) has joined #mythtv-users | |
[07:54:00] | ChanServ sets mode +v xris | |
[08:11:00] | topping: | anyone know offhand of a script for requeueing my shows for commflag and transcode? |
[08:11:00] | topping: | there's a bunch of files in there, i don't want to create all the rows by hand |
[08:25:00] | xris (n=xris@xris.forevermore.net) has left #mythtv-users | |
[08:25:00] | xris (n=xris@xris.forevermore.net) has joined #mythtv-users | |
[08:25:00] | ChanServ sets mode +v xris | |
[08:26:00] | dtm: | how do i generate, or where do i find, a frequency/channel database for us cable? scantv wants a /dev/vbi which my pvrusb2 doesn't have. what provides /dev/vbi? |
[08:26:00] | xris: | yay, nfs issues fixed.. turns out some random machine on the net went down, and my dns just happened to be looking there to reverse my 10-net addresses. |
[08:26:00] | xris: | fyi for anyone else who uses 10-net and hosts their own dns. |
[08:28:00] | puetzk (n=puetzk@12-219-15-43.client.mchsi.com) Quit (Read error: 104 (Connection reset by peer)) | |
[08:53:00] | jasta: | yawn |
[08:54:00] | Guyfromhe: | damn dual tuners 0wn |
[08:54:00] | dtm: | xris: well done. |
[08:54:00] | dtm: | Guyfromhe: noted. |
[08:54:00] | xris: | dtm: wasn't me who solved the problem |
[08:55:00] | dtm: | k |
[08:55:00] | xris: | nice to have sysadmin friends |
[08:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[08:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[08:55:00] | Guyfromhe: | you have sysadmin friends? |
[08:57:00] | xris: | doesn't everyone? |
[09:05:00] | Guyfromhe: | i guess |
[09:05:00] | Guyfromhe: | woah cool |
[09:06:00] | Guyfromhe: | you can get it to start where you left off |
[09:06:00] | Guyfromhe: | uberw00t |
[09:07:00] | dtm: | does anyone know about mythtv on ppc? i need the backend alone working, with no video operations, just to capture from a hardware pvr and output via nfs |
[09:07:00] | dtm: | it's barfing on some cpu-specific functions |
[09:07:00] | dtm: | which i'm pretty sure it doesn't need. |
[09:18:00] | xris (n=xris@xris.forevermore.net) Quit ("l8r") | |
[09:19:00] | Octane (n=octane@dsl092-100-149.nyc2.dsl.speakeasy.net) Quit (Read error: 104 (Connection reset by peer)) | |
[09:19:00] | alc6379 (n=chatzill@pcp515821pcs.nash01.tn.comcast.net) has joined #mythtv-users | |
[09:20:00] | alc6379: | hey... anyone know how I could remove an entry for a recording that I deleted the .mui file for manually? |
[09:20:00] | alc6379: | the Delete function within MythTV doesn't do it |
[09:20:00] | Octane (n=octane@dsl092-100-149.nyc2.dsl.speakeasy.net) has joined #mythtv-users | |
[09:20:00] | Guyfromhe: | why not? |
[09:20:00] | alc6379: | it just isn't |
[09:20:00] | alc6379: | I hit Delete, and nothing happens |
[09:20:00] | Guyfromhe: | weird |
[09:21:00] | Guyfromhe: | what version of myth? |
[09:21:00] | alc6379: | If I were to delete a recording that the file is still available, it deletes normally |
[09:21:00] | alc6379: | lemme check |
[09:21:00] | Guyfromhe: | did you try restarting the backend? |
[09:21:00] | alc6379: | yeah |
[09:21:00] | Dibblah (n=Dibblah@82-41-91-14.cable.ubr02.dund.blueyonder.co.uk) has joined #mythtv-users | |
[09:22:00] | alc6379: | I'm running 0.18.1 |
[09:22:00] | Guyfromhe: | hrem |
[09:22:00] | alc6379: | Does anyone know how I could just perhaps remove that entry from the database itself? |
[09:23:00] | Guyfromhe: | i've done it on 0.16 fine but havn't tried doing it since I upgraded to 0.18 |
[09:23:00] | Guyfromhe: | thats probably what you have to do |
[09:23:00] | Guyfromhe: | um |
[09:23:00] | Guyfromhe: | open mysql |
[09:23:00] | stoffel (n=sfr@p50816BB5.dip.t-dialin.net) has joined #mythtv-users | |
[09:23:00] | ChanServ sets mode +v stoffel | |
[09:24:00] | alc6379: | I'm not incredibly up on MySQL. If I knew what table I was looking for, etc, I could do that |
[09:24:00] | Guyfromhe: | recorded is the table |
[09:24:00] | Guyfromhe: | in the mythconverg database |
[09:25:00] | Guyfromhe: | you can either select * from recorded; and find it then delete frmo recorded where title='whatever'; |
[09:27:00] | alc6379: | cool, looks like that's working |
[09:27:00] | Guyfromhe: | good |
[09:28:00] | Guyfromhe: | alternativly you could have made a blank file wiht the same name that it was looking for then deleted it] |
[09:28:00] | alc6379: | yeah, I reckon so |
[09:28:00] | chuggachu (n=riff-raf@rddrpx37-port-34.dial.telus.net) has joined #mythtv-users | |
[09:28:00] | alc6379: | This works well enough, though-- I know not to let it take up all my disk space, and I know how to do it this time |
[09:28:00] | alc6379: | appreciate the help |
[09:29:00] | alc6379: | you cats have a good eve, or morning, wherever you may be |
[09:30:00] | alc6379 (n=chatzill@pcp515821pcs.nash01.tn.comcast.net) Quit ("Chatzilla 0.9.69.1 [Firefox 1.5/2005111116]") | |
[09:30:00] | Kamy (n=regnad_k@ip70-186-204-46.hr.hr.cox.net) Quit (Read error: 110 (Connection timed out)) | |
[09:30:00] | SqWaw: | does anyone have a gentoo init script for mythtv's mythbackend? |
[09:31:00] | Guyfromhe: | wow that sucks I guess i'm gunna have to write up a patch if I want that fixed |
[09:31:00] | Guyfromhe: | ah well maybe tomorrow |
[09:32:00] | dtm: | Guyfromhe: patch waht |
[09:32:00] | dtm: | Guyfromhe: what are you fixing |
[09:32:00] | Guyfromhe: | when i'm watching live tv when a recording comes up it takes over my live tv session instead of recording on the other tuner |
[09:32:00] | Guyfromhe: | I tried setting both tuners to the same priority |
[09:32:00] | Guyfromhe: | and it still did it |
[09:32:00] | dtm: | oic |
[09:32:00] | Guyfromhe: | thats just rude |
[09:33:00] | Guyfromhe: | so i'm gunna teach it to either record on the other tuner or change inputs and tune the other tuner to the same channel if their on the same source |
[09:34:00] | Guyfromhe: | shouldn't be too hard to implement that |
[09:35:00] | Guyfromhe: | unless theres some stupid option I missed, but i'm pretty sure I went through all of them several times |
[09:35:00] | Guyfromhe: | oh well I should get some sleep |
[09:35:00] | Guyfromhe: | have fun |
[09:37:00] | Guyfromhe: | hm theres a way to tell it to use tuner2 instead of 1 so it's less likely to interrupt your tv show |
[09:37:00] | Guyfromhe: | maybe thats the best way to go |
[09:38:00] | Guyfromhe: | oh well i'll take a look at a patch later, this will do for now...seems kinda hackish though to use the 2nd tuner rather than using the one thats avalible |
[09:38:00] | Guyfromhe: | oh well, not i'm off to bed |
[09:38:00] | ldam (n=ld@port161.ds1-noe.adsl.cybercity.dk) Quit (Read error: 110 (Connection timed out)) | |
[09:39:00] | thechris (n=chris@cv517-216.cv.siue.edu) has joined #mythtv-users | |
[09:42:00] | ldam (n=ld@port161.ds1-noe.adsl.cybercity.dk) has joined #mythtv-users | |
[09:42:00] | dtm: | Guyfromhe: how rude. ok good luck |
[09:43:00] | thechris: | gentoo users abound? |
[09:47:00] | SlicerDicer- (n=Slicer@www.macceketh.com) Quit (Read error: 104 (Connection reset by peer)) | |
[09:48:00] | SlicerDicer- (n=Slicer@www.macceketh.com) has joined #mythtv-users | |
[09:49:00] | Dibblah: | Great. I'm a Gentoo user, but I don't use the ebuild, since they've historically (before Cardoe started maintaining them) useless. |
[09:50:00] | Dibblah: | Besides, I tend to track SVN. |
[09:50:00] | maniacxs (n=maniacxs@tor/session/x-a40184d9beaf2b7b) Quit (SendQ exceeded) | |
[09:50:00] | thechris: | hmm i may have found an issue with the ebuild |
[09:51:00] | thechris: | i keep getting ACCESS VIOLATIONS |
[09:51:00] | dtm: | does anyone know how to disable the asm building in the mythtv backend |
[09:51:00] | Dibblah: | thechris: Paste the result to pastebin.ca |
[09:51:00] | Dibblah: | dtm: asm? |
[09:51:00] | maniacxs (n=maniacxs@tor/session/x-b79a1d3d6b547d27) has joined #mythtv-users | |
[09:51:00] | thechris: | Dibblah: http://forums.gentoo.org/viewtopic-t-420720-h . . . olation.html |
[09:52:00] | thechris: | i've been told it is a sandbox violation. notice the "/usr/compile" instead of "/var/tmp" |
[09:52:00] | thechris: | i set PORTAGE_TMPDIR="/usr/compile" |
[09:52:00] | thechris: | because my /var is only 1G |
[09:52:00] | Dibblah: | You're on a 64 bit platform? |
[09:52:00] | sona (n=sona@ndn234.bob.fi) has joined #mythtv-users | |
[09:53:00] | thechris: | yes |
[09:53:00] | thechris: | i compiled it fine last week though |
[09:53:00] | thechris: | on the backend |
[09:53:00] | Dibblah: | What changed? ;) |
[09:53:00] | sona: | hey, been compiling mythtv frontendonly for 11 hours on a 1,5Ghz celeron, is it normal to take this long ? |
[09:54:00] | Dibblah: | sona: Possible. Depends on the amount of RAM / swap usage. Is it scrolling at all? |
[09:54:00] | thechris: | sona: while i've never used a celeron, my guess is "no" |
[09:54:00] | SqWaw: | any reason why the initscript won't start the backend?...it doesn't output any error messages, and a simple ps ax | grep myth doesnt show it running |
[09:54:00] | thechris: | i guess it is possible, but not "normal" |
[09:55:00] | Dibblah: | thechris: Anything useful in the log file mentioned in the second code section? |
[09:55:00] | thechris: | SqWaw: for gentoo? |
[09:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[09:55:00] | SqWaw: | thechris yessum |
[09:55:00] | sona: | only ~100MB ram so maybe it takes a while... |
[09:55:00] | thechris: | SqWaw: type: "mythtvbackend" |
[09:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[09:55:00] | thechris: | it will list the error |
[09:55:00] | Dibblah: | mythbackend |
[09:55:00] | thechris: | that may also work |
[09:55:00] | thechris: | i just press tab... |
[09:55:00] | SqWaw: | its mythbackend |
[09:56:00] | SqWaw: | theres no such bin item as mythtvbackend |
[09:56:00] | Dibblah: | Hey, everyone makes mistakes :) |
[09:56:00] | thechris: | there is a myth[tab]b[tab] though |
[09:56:00] | SqWaw: | i checked the init script and it IS pointing to the binary |
[09:56:00] | thechris: | SqWaw: ok, but the initscript doens't log the error to the screen |
[09:56:00] | SqWaw: | nor to the logfile |
[09:56:00] | SqWaw: | i checked there too |
[09:57:00] | thechris: | in anycase i think i had to run myth[tab]setup first |
[09:57:00] | SqWaw: | eh? |
[09:57:00] | SqWaw: | my system is already up and running |
[09:57:00] | thechris: | mythsetup or mythtvsetup |
[09:57:00] | SqWaw: | thats irrelavant :) |
[09:57:00] | thechris: | you would think |
[09:57:00] | SqWaw: | it is. |
[09:58:00] | SqWaw: | i ran that weeks ago, ever since i did my system though, the initscripts wouldn't work |
[09:58:00] | SqWaw: | i always logged into tty2 and ran it manually |
[09:58:00] | thechris: | can you manually start mythbackend? |
[09:58:00] | SqWaw: | yep |
[09:58:00] | SqWaw: | just type mythbackend |
[09:58:00] | SqWaw: | thats how i always had my setup workin... ^ |
[09:59:00] | thechris: | SqWaw: if nothing else you can add "mythbackend" to /etc/conf.d/local.start |
[09:59:00] | SqWaw: | i guess.. |
[09:59:00] | SqWaw: | . |
[09:59:00] | thechris: | i have no issues with the init script. mythbackend crashes if i switch to a VC though... |
[09:59:00] | Dibblah: | thechris: Easy workaround: FEATURES="-sandbox" emerge myth... |
[09:59:00] | thechris: | well, if mythfrontend is running it does. |
[10:00:00] | thechris: | Dibblah: i just tried that. it seems to have compiled |
[10:00:00] | Dibblah: | There's too many doubledots in the path. I guess emerge is getting confused somewhere. |
[10:00:00] | thechris: | hmm, i forget how to set up mysql to accept connections. |
[10:01:00] | Dibblah: | Well, that'd be in the documentation. ;) |
[10:01:00] | thechris: | well, i tried it and it seems you can have that many ../../ in there and it will go to the correct place |
[10:01:00] | Dibblah: | http://gentoo-wiki.com/HOWTO_Setup_MythTV |
[10:01:00] | Dibblah: | thechris: Not really. |
[10:02:00] | Dibblah: | It's not /lib64, it's /usr/lib64 |
[10:02:00] | thechris: | hmm, i have both i think |
[10:03:00] | Dibblah: | Yes, but the Myth libs should NOT be going in /lib64. |
[10:05:00] | thechris: | i don't see any mythtv libs in /lib64. it looks like i'm safe |
[10:06:00] | thechris: | err ssh window |
[10:06:00] | thechris: | hmm they are in /lib64 |
[10:07:00] | thechris: | but mysql still won't work... |
[10:07:00] | thechris: | i hate sql |
[10:14:00] | thechris: | i get error 111 |
[10:16:00] | thechris: | hmm. it appears i need to go to my campus IT department and stab someone in the eye... |
[10:17:00] | thechris: | apparently the computers, which are 20ft away aren't on the same network, and the firewal filters mysql... |
[10:18:00] | chuggachu (n=riff-raf@rddrpx37-port-34.dial.telus.net) Quit (Read error: 113 (No route to host)) | |
[10:22:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) Quit (Remote closed the connection) | |
[10:28:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) has joined #mythtv-users | |
[10:30:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) has joined #mythtv-users | |
[10:31:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) Quit (Remote closed the connection) | |
[10:34:00] | fatmatt (n=fatmatt@c210-49-164-244.thoms1.vic.optusnet.com.au) has joined #mythtv-users | |
[10:36:00] | malaTG41 (n=Miranda@malas-dator.olf.sgsnet.se) has joined #mythtv-users | |
[10:37:00] | mirak (n=mirak@AAubervilliers-152-1-87-101.w86-203.abo.wanadoo.fr) has joined #mythtv-users | |
[10:43:00] | Lad (n=manish@222.11.169.217.in-addr.arpa) has joined #mythtv-users | |
[10:50:00] | o_cee (n=o_cee@c83-249-48-98.bredband.comhem.se) Quit (Read error: 110 (Connection timed out)) | |
[10:51:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) Quit (Remote closed the connection) | |
[10:59:00] | o_cee (n=o_cee@c83-249-48-98.bredband.comhem.se) has joined #mythtv-users | |
[10:59:00] | ChanServ sets mode +v o_cee | |
[11:03:00] | Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) has joined #mythtv-users | |
[11:03:00] | Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) Quit (Read error: 104 (Connection reset by peer)) | |
[11:04:00] | Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) has joined #mythtv-users | |
[11:11:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) has joined #mythtv-users | |
[11:40:00] | o_cee (n=o_cee@c83-249-48-98.bredband.comhem.se) Quit (Read error: 110 (Connection timed out)) | |
[11:41:00] | _willcooke_ (n=will@88-110-95-19.dynamic.dsl.as9105.com) has joined #mythtv-users | |
[11:43:00] | Juski: | morning |
[11:44:00] | thechris: | indeed |
[11:44:00] | thechris: | but not monday morning |
[11:45:00] | Juski: | certainly hope it's not monday morning.. I know I said I was having a lie in, but... |
[11:46:00] | Xenna2 (n=chatzill@a213-84-196-8.adsl.xs4all.nl) has joined #mythtv-users | |
[11:46:00] | maniacxs (n=maniacxs@tor/session/x-b79a1d3d6b547d27) Quit (Remote closed the connection) | |
[11:46:00] | thechris: | i woke up at 4pm... |
[11:46:00] | thechris: | i'm staying up all night so i can go to bed at 10pm and wake up on time |
[11:47:00] | thechris: | well, relatively |
[11:47:00] | Juski: | ouch |
[11:48:00] | ** _willcooke_ yawms. Mornin' ** | |
[11:48:00] | _willcooke_: | yawns |
[11:48:00] | qupada (n=qupada@210-246-38-225.paradise.net.nz) has joined #mythtv-users | |
[11:51:00] | thechris: | so, i think i know too many geeks |
[11:51:00] | thechris: | and as it turns out, i'm good at connect four. |
[11:52:00] | thechris: | a classic board game |
[11:52:00] | term (n=term@pcp04509291pcs.gambrl01.md.comcast.net) has joined #mythtv-users | |
[11:53:00] | term: | anyone know why a channel would appear all over the database, be set visible in the channels table, and yet not appear in the listings as available to tape from? |
[11:53:00] | term: | it plain doesn't appear.. |
[12:00:00] | mirak (n=mirak@AAubervilliers-152-1-87-101.w86-203.abo.wanadoo.fr) Quit (Remote closed the connection) | |
[12:00:00] | mirak (n=mirak@AAubervilliers-152-1-87-101.w86-203.abo.wanadoo.fr) has joined #mythtv-users | |
[12:01:00] | fatmatt (n=fatmatt@c210-49-164-244.thoms1.vic.optusnet.com.au) Quit ("fatmatt goes to ride the magic bus") | |
[12:01:00] | _willcooke_: | Juski, How are you getting on with the dvb-t radio patch? |
[12:03:00] | sona: | uh is it possible to listen to the available dvb-t radio channels ? |
[12:03:00] | Juski: | _willcooke_: still works |
[12:03:00] | Juski: | sona: yes, with SVN & a patch |
[12:03:00] | _willcooke_: | Juski, wasn't it juddering on playback? |
[12:04:00] | sona: | ah... |
[12:04:00] | Juski: | _willcooke_: yeah but so's all the DVB stuff.. EIT parser hogging my CPU etc |
[12:04:00] | _willcooke_: | Juski, ah! |
[12:04:00] | ** Juski has made test recordings – all were fine ** | |
[12:04:00] | Juski: | currently fiddling with a script to change channels on my cable box |
[12:05:00] | ** _willcooke_ wants to record The Essential Mix ** | |
[12:05:00] | Juski: | I haven't listened to that for aaaaaaaaages |
[12:07:00] | _willcooke_: | Juski, There was a goodun' at the end of last year, some 3-way scratch off between a load of DMC champions |
[12:07:00] | ** Juski loves the wicky-wicky ** | |
[12:09:00] | croppa (i=user199@135.27.233.220.exetel.com.au) Quit (Remote closed the connection) | |
[12:11:00] | Juski: | hmmm I need a way to use wget, that does actually _get_ a file |
[12:12:00] | Juski: | curl doesn't work all the time |
[12:12:00] | chenlo (n=chenlo@dslb-084-059-184-162.pools.arcor-ip.net) has joined #Mythtv-users | |
[12:14:00] | Coume (n=Coume@cpc2-duns4-4-0-cust16.lutn.cable.ntl.com) has joined #mythtv-users | |
[12:25:00] | Juski: | sorted, I think |
[12:26:00] | gakalkag (n=yeah@237.80-202-206.nextgentel.com) has joined #mythtv-users | |
[12:34:00] | chenlo (n=chenlo@dslb-084-059-184-162.pools.arcor-ip.net) has left #Mythtv-users | |
[12:38:00] | Juski: | hmm now just need a script to import a channels.txt into the DB |
[12:59:00] | KraMer (n=mark@adsl-70-240-210-101.dsl.hstntx.swbell.net) Quit (Read error: 110 (Connection timed out)) | |
[13:04:00] | Coume (n=Coume@cpc2-duns4-4-0-cust16.lutn.cable.ntl.com) Quit ("Show off in the gallery of MythTV boxes: http://www.mythtvtalk.com/forum/album.php") | |
[13:06:00] | qupada (n=qupada@210-246-38-225.paradise.net.nz) Quit ("leaving") | |
[13:11:00] | Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) Quit (Read error: 104 (Connection reset by peer)) | |
[13:12:00] | ** _willcooke_ thinks a 300GB HDD isnt going to last long ** | |
[13:14:00] | jcsmith: | willcooke: yea, seems like I never have enough space no matter how much I have available for myth |
[13:16:00] | _willcooke_: | I thought I'd "backup" some dvd's so I had a nice online library, I think I might have to rethink that! |
[13:17:00] | jcsmith: | yea, eventually I want to make a dvd juke box out of my myth, but i think my home file server project will have to be completed first |
[13:18:00] | jcsmith: | its my plan to hopefully over the summer build a 2–3 terrabyte file server |
[13:19:00] | ** Juski is gonna need some more storage when he gets the cable channels online ** | |
[13:20:00] | Juski: | can you still get motherboards with 8 PCI slots? |
[13:21:00] | ** _willcooke_ has only seen MB's with 4 slots for a while now ** | |
[13:22:00] | _willcooke_: | I might look at those USB2 external disc jobbies. |
[13:22:00] | Juski: | 4 slots? rubbish! |
[13:22:00] | _willcooke_: | 250GB for 70 GBP |
[13:22:00] | Juski: | how are we all gonna build these mega tuner PVR machines then? |
[13:23:00] | _willcooke_: | a couple of slave backends? |
[13:23:00] | Juski: | hmmm |
[13:23:00] | Juski: | not as good as all in one box though |
[13:23:00] | _willcooke_: | True. |
[13:24:00] | _willcooke_: | We've got some 19" rack mountable IDE RAID5 things at work. They plug in to a SCSI card but you can fill them up with cheap IDE discs. |
[13:24:00] | _willcooke_: | Slow as fsck mind |
[13:25:00] | gakalkag: | just ordered two technotrend dvb-s budget card to fill up my last pci slots |
[13:25:00] | gakalkag: | but i got one free isa slot i think . lol |
[13:26:00] | _willcooke_: | gakalkag, You can pick up an old watchdog card that'll plug in to an ISA slot, other than that I don't know what you could put in there! |
[13:26:00] | jcsmith: | i'm planning on using sata drives when i secure the funds to build my file server, i want to run solaris 10 on it to use ZFS (very cool stuff) then have a masterbackend with 3 or 4 tuners in it that mounts all of the storage over NFS |
[13:26:00] | _willcooke_: | What's the deal with SATA then? I've got two "ports" on my MB, does that mean I can only have 2 sata dicsc? |
[13:27:00] | gakalkag: | yes only two then |
[13:27:00] | _willcooke_: | boo |
[13:27:00] | _willcooke_: | Looks like SCSI RAID5 is the way then? |
[13:27:00] | jcsmith: | yes, i'm planning on buying a couple of nice sata cards that will support 5 drives each |
[13:28:00] | _willcooke_: | Ah, such things exist! Sounds like a good idea |
[13:30:00] | jcsmith: | yea, i'm just trying to decide if i want to use sata raid 5 orsolars 10 ZFS software raid-Z as they like to call it which is essentially software raid 5 with some interesting performance advantages |
[13:31:00] | ** _willcooke_ is scared of software raid 5 :) ** | |
[13:31:00] | darkdrgn2k (n=darkdrgn@CPE00508d55060b-CM00125573082a.cpe.net.cable.rogers.com) Quit (Read error: 110 (Connection timed out)) | |
[13:32:00] | jcsmith: | its a little different than regular software raid-5 it always writes full stripes so there is no write hole, and it implements full copy on write semantics |
[13:33:00] | thechris: | does solaris 10 support any tv tuners? |
[13:33:00] | thechris: | or mythtv? |
[13:34:00] | jcsmith: | not that i know of, which is why this will be purely a file server, then i'll mount the storage with NFS over gigabit ethernet on my mythbackend |
[13:34:00] | gakalkag: | why not all in one box? |
[13:35:00] | jcsmith: | if i decide to use hardware raid-5 then i'll run linux on the file server but if i go with solaris 10, then i won't be able to run myth on that box |
[13:36:00] | Juski: | where I work we've got them massive SCSI2 raid boxes.. 16 IDE disks in one box... noisy as hell though |
[13:36:00] | Juski: | we rebadge em & sell as our own ;) |
[13:37:00] | _willcooke_: | Juski, jetstor ? |
[13:37:00] | Juski: | fibrenetix |
[13:38:00] | _willcooke_: | jetstor is arse |
[13:38:00] | Juski: | they do fiber channel stuff too, but we dont buy em |
[13:39:00] | Juski: | are SATA raid boxes starting to appear yet? as in external SATA in, to lots of cheap disks... |
[13:39:00] | jcsmith: | we've got plenty of cool toys where i work, unfortunately i don't get to play with them as much as i'd like because every little change requires massive ammounts of papperwork |
[13:39:00] | jcsmith: | because the pharmaceutical industry is so freaking heavily regulated |
[13:39:00] | jcsmith: | juski: i've seen a couple of sata raid boxes none look very nice and all seem to be rather hacked together |
[13:40:00] | Juski: | yeh.. it's just the prescription industry that's not |
[13:41:00] | jcsmith: | i work for one of the largest pharmaceutical manufactures in the US and so much as rebooting a system which is considered to have something to do with production requires 5+ pages of paperwork |
[13:41:00] | Juski: | dammit.. this script still isn't dead right |
[13:41:00] | _willcooke_: | Must be fun with windows then! |
[13:42:00] | ** _willcooke_ needs a Nokia 770 to pair with mythweb ** | |
[13:42:00] | jcsmith: | i stay away from windows as much as possible, however we've had a couple of redundant disks fail, lately and replacing one of those in a disk array requires 7 pages of paperwork + you have to hash every file after the rebuild and ensure its identical to the files before |
[13:42:00] | _willcooke_: | eek |
[13:43:00] | term: | I'm guessing scripting is your friend more than most |
[13:44:00] | jcsmith: | scripting helps, however once you begin to use a script for testing, any changes to it require paperwork as well, its like a viscious cycle |
[13:45:00] | term: | hm, layered scripting :) |
[13:46:00] | term: | eventually, I'll figure out why a) some channels I marked visible don't appear for scheduling and b) why sometimes when I say "do NOT record this timeslot" it doesn't take |
[13:46:00] | term: | I wonder if there's a race between the code that replies to me and the code that actually marks it as not recordable.. |
[13:47:00] | term: | or, maybe not. |
[13:52:00] | Juski: | agh.. why is my ssh session limiting lines to about 80 chars? |
[13:58:00] | Coume (n=Coume@cpc2-duns4-4-0-cust16.lutn.cable.ntl.com) has joined #mythtv-users | |
[14:03:00] | term: | okay, there is definitely something wrong. |
[14:03:00] | term: | I keep setting this show NOT to tape, and it keeps ignoring me. |
[14:03:00] | term: | it actually says on mythweb, "Do not record this specific showing", and on the left of it, it says, "Notes: This showing will be recorded." |
[14:04:00] | term: | what good is saying "don't do that" if it's going to blow me off? |
[14:04:00] | term: | and just for kicks, if I close that page and load it again fresh, that I told it not to tape it isn't set anymore. |
[14:05:00] | squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users | |
[14:05:00] | Juski: | yay! sorted the COLUMNS variable out.. now got 130 char lines |
[14:10:00] | term: | okay, now I'm just getting angry. |
[14:10:00] | Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) has joined #mythtv-users | |
[14:16:00] | term: | isn't that great. mythfrontend can't convince it either. |
[14:17:00] | Filip^ (n=Filip@sterrenbos.demon.nl) has joined #mythtv-users | |
[14:20:00] | znoG: | guys, if I buy an AverMedia M179, I should be able to buy any IR receiver and make it work with MythTV, right? |
[14:25:00] | o_cee (n=o_cee@c83-249-49-43.bredband.comhem.se) has joined #mythtv-users | |
[14:25:00] | ChanServ sets mode +v o_cee | |
[14:28:00] | mocker_: | znoG: I would make sure the IR receiver is supported w/ lirc. |
[14:31:00] | znoG: | mocker_: yep, the IR transmitter would be the remote, right? and the receiver the bit that plugs into the serial port of the system running lirc? |
[14:33:00] | mocker_: | Right. |
[14:33:00] | rjune (n=rjune@oh-67-76-200-198.sta.sprint-hsd.net) Quit (Remote closed the connection) | |
[14:33:00] | znoG: | mocker_: thanks. |
[14:40:00] | Krazylegz (n=Krazyleg@cpe-66-67-48-129.rochester.res.rr.com) has joined #mythtv-users | |
[14:40:00] | znoG: | mocker_: there are some cards (like the PVR-350?) that come with a transmitter/receiver, right? |
[14:44:00] | virginia2 (n=ginny@209.194.11.114) has joined #mythtv-users | |
[14:44:00] | jemarcks_ (n=jemarcks@cpe-67-9-156-75.austin.res.rr.com) has joined #mythtv-users | |
[14:45:00] | virginia2: | hey i was wondering im looking into building a pvr and would love to use mythtv was wondering if a winfast tv2000 xp would work as my tuner card |
[14:45:00] | jemarcks (n=jemarcks@cpe-67-9-156-75.austin.res.rr.com) Quit (Read error: 110 (Connection timed out)) | |
[14:47:00] | Cromz: | virginia2, a quick google search, it seems some people have it working. |
[14:48:00] | virginia2: | ok next questian i have ive gotten my hands on a Microsoft remote control and reciver |
[14:48:00] | virginia2: | would taht work also |
[14:49:00] | |Slurpee|: | anyone ever install a nvida fx5200 in debian ? |
[14:49:00] | Cromz: | no idea. but if you know the model.. you could google that with linux see if it shows up anything. heh |
[14:49:00] | |Slurpee|: | well ive been having problems |
[14:49:00] | virginia2: | its the one that comes standered with a media center |
[14:50:00] | |Slurpee|: | there is lots of linux stuff for the fx52-- |
[14:50:00] | |Slurpee|: | i just cant get it to work correctly |
[14:50:00] | Cromz: | |Slurpee|, heh I was tell virginia2 that.. |
[14:51:00] | Cromz: | |Slurpee|, I dunno Debian yet. I use fedora. |
[14:51:00] | |Slurpee|: | everyone uses fedora these days |
[14:51:00] | |Slurpee|: | ive been thinking about switching because it seems much easier |
[14:51:00] | |Slurpee|: | more support and everyone is using it |
[14:51:00] | gakalkag: | <-debian :) |
[14:51:00] | virginia2: | Fedora is nice |
[14:52:00] | Kel-kippin: | anyone any ideas why "mythtv ALL = (ALL) NOPASSWD: ALL" in my sudoers is still making mythtv ask for a password? |
[14:52:00] | Kel-kippin is now known as Kelerion | |
[14:52:00] | KraMer (n=mark@adsl-70-240-210-101.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[14:52:00] | virginia2: | well i cant seem to find anything bout this remote control and linux |
[14:52:00] | virginia2: | anyone can recomend a RC for me |
[14:53:00] | sona: | lirc |
[14:53:00] | |Slurpee|: | gakal, what kinda tv tuner u got |
[14:53:00] | gakalkag: | got a pvr 500, but i gave it away. lots my cabeltv :( |
[14:54:00] | gakalkag: | just orders two technotrend s1500 :) |
[14:54:00] | jd86: | I"m taking the time to update my myth setup with a new checkout from svn. Now i'm wondering is there any way of speeding up the frontend overall? |
[14:54:00] | gakalkag: | dvb-s card |
[14:56:00] | |Slurpee|: | well i have no clue on how to setup my pvr-150 |
[14:56:00] | |Slurpee|: | any links to guides or help ? |
[14:56:00] | gakalkag: | lots of guides around |
[14:57:00] | |Slurpee|: | any basic apt-get commands ? :) |
[14:57:00] | |Slurpee|: | is it it harder to do\ |
[14:57:00] | Juski: | gakalhag: you do know you can't just use 2 sat tuners on the same dish, don't you? |
[14:58:00] | gakalkag: | twin lnb |
[14:58:00] | Juski: | |Slurpee|: I set up my 150 in less than an hour yesterday |
[14:58:00] | gakalkag: | i guess? |
[14:58:00] | Juski: | gakalkag: yep :) |
[14:58:00] | jd86: | Juski: hi |
[14:58:00] | Juski: | hiya jd86 |
[14:58:00] | jd86: | Ugh what a pain if this doesn't go smoothly |
[14:58:00] | Juski: | in asnwer to your question about speeding up the frontend.. not really |
[14:59:00] | jd86: | well i have other problems as well |
[14:59:00] | jd86: | i wish it would work without dieing or anything :-\ |
[14:59:00] | jd86: | hopefully if this update goes well, things will work better |
[14:59:00] | Juski: | not even mine falls over |
[14:59:00] | |Slurpee|: | juski, u running debian ? |
[14:59:00] | jd86: | and i'm having other problems now, i used to have a card hooked up to my digital box and now theres wierd card problems |
[15:00:00] | Juski: | |Slurpee|: ubuntu |
[15:00:00] | Juski: | same diff... just about |
[15:00:00] | jd86: | whats Big Endian when ./configuring? |
[15:01:00] | Juski: | if you don't know, you shouldn't be playing with it |
[15:01:00] | Juski: | ;) |
[15:01:00] | jd86: | good answer |
[15:01:00] | Juski: | I dunno |
[15:01:00] | |Slurpee|: | juski, did u follow a guide ? |
[15:01:00] | jd86: | if this compiles i'll be a very happy person :) |
[15:01:00] | Juski: | |Slurpee|: yes... the ivtv guide and erm... the arabaccio guide.. google for ubuntu & mythtv |
[15:02:00] | |Slurpee|: | switch to ubuntu ? |
[15:02:00] | jd86: | have there been major updates from 10/26/2005 and today in SVN? |
[15:03:00] | gakalkag: | no need to switch to ubuntu just to get mythtv work. stay wit debian ;) |
[15:03:00] | Juski: | no don't switch to ubuntu |
[15:04:00] | Juski: | can I offer you some advice? well I will anyway... don't be scared... it's easy to get yourself in the mindset of "CAN'T" if it's new |
[15:04:00] | jd86: | i'm getting a cold. i CAN'T stand colds |
[15:04:00] | Cromz: | mornin Juski ( heh yeah I know it's like 3pm for you ) |
[15:05:00] | Juski: | |Slurpee|: the process goes as follows.. download the ivtv source. download your kernel sources & headers.. compile ivtv & copy the newly built modules into the correct directory.. and don't forget to copy the firmware to where hotplug lives |
[15:06:00] | Juski: | mornin Cromz |
[15:08:00] | virginia2 (n=ginny@209.194.11.114) Quit () | |
[15:11:00] | Coume (n=Coume@cpc2-duns4-4-0-cust16.lutn.cable.ntl.com) has left #mythtv-users | |
[15:17:00] | |Slurpee|: | juski, i suck .... |
[15:18:00] | Juski: | |Slurpee|: wrong attitude! |
[15:19:00] | |Slurpee|: | i dont know how to do that stuff |
[15:19:00] | Juski: | so.. do you want it to work or do you wanna give up & be a windows loser? |
[15:19:00] | Juski: | have you ever made your own kernel? |
[15:19:00] | Juski: | have you ever compiled anything? |
[15:20:00] | Juski: | if the answer to any of those questions is "no" ***do not panic !!!*** |
[15:20:00] | |Slurpee|: | no and no |
[15:20:00] | |Slurpee|: | i want to work |
[15:20:00] | |Slurpee|: | i woke up early on this sunday to work on it all day |
[15:20:00] | Cromz: | lol |
[15:20:00] | |Slurpee|: | it was hard enough to get all my hardware to gether that i ordered and put it all together, now i got debian srage stable 3.1 loaded |
[15:21:00] | |Slurpee|: | with the 2.4 kernal |
[15:21:00] | Juski: | about this time last year right.. I'd never used linux, let alone compiled anything.. "it's too hard" I moaned.. "I'm not brainy enough" I wailed. BOLLOCKS |
[15:21:00] | Juski: | 2.4 kernel? oh dear |
[15:21:00] | |Slurpee|: | i used linux every day as i work at an isp |
[15:21:00] | |Slurpee|: | but ive never really compiled something that wasnt already written in a script |
[15:21:00] | |Slurpee|: | someone in here told me to upgrade to 2.4 kernal to get my video working |
[15:21:00] | Juski: | it _looks_ more complex than it actually _is_ |
[15:21:00] | |Slurpee|: | but i still havent gotten video working |
[15:22:00] | |Slurpee|: | willing to give me a helping hand ? |
[15:22:00] | Juski: | who told you to use a 2.4 kernel? |
[15:22:00] | |Slurpee|: | not sure it was a couple of days ago at like 3 am cst |
[15:22:00] | laga: | to upgrade to a 2.4 kernel? oh my god, are you running debian woody or something? |
[15:22:00] | |Slurpee|: | sarge |
[15:22:00] | Juski: | are you the guy with that weird video chipset, Slurpee? |
[15:23:00] | |Slurpee|: | i dont think so ? |
[15:23:00] | |Slurpee|: | i have an onboard video and fx5200 |
[15:23:00] | darkdrgn2k (n=darkdrgn@CPE00508d55060b-CM00125573082a.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[15:23:00] | |Slurpee|: | i wondered if that caused some issues, but no chipset problems |
[15:23:00] | darkdrgn2k: | why does mounting an NFS fs take so long? |
[15:23:00] | Juski: | there was someone who had a vid device that only had drivers for 2.4 |
[15:23:00] | |Slurpee|: | that colda been me ? |
[15:23:00] | |Slurpee|: | but the fx5200 is a very popular card |
[15:23:00] | |Slurpee|: | lots of people in this channel said to use it |
[15:24:00] | |Slurpee|: | and ive seen it used in plenty of guides |
[15:24:00] | Lad (n=manish@222.11.169.217.in-addr.arpa) Quit (Read error: 113 (No route to host)) | |
[15:24:00] | Juski: | darkdrgn2k: cos.. you've not got erm... portmap running on the client |
[15:24:00] | Juski: | |Slurpee|: no way do you _need_ a 2.4 kernel for nvidia cards |
[15:24:00] | |Slurpee|: | k |
[15:24:00] | |Slurpee|: | must not be me then |
[15:24:00] | darkdrgn2k: | what does portmap do? |
[15:24:00] | |Slurpee|: | so were shall we start ... |
[15:25:00] | |Slurpee|: | switch to differnt kernal? do a fresh install of a dif distro? work on my cap card? work on vid card ? |
[15:25:00] | Juski: | whoever told you that was either being cruel or didn't know what they were talking about |
[15:25:00] | Juski: | |Slurpee|: apt get nvidia-glx nvidia-kernel |
[15:25:00] | Tommck (n=Tommck@dpc691921225.direcpc.com) has joined #mythtv-users | |
[15:26:00] | Juski: | but change your kernel to a recent-ish 2.6 first |
[15:26:00] | |Slurpee|: | mythtv:~# apt-get nvidia-glx nvidia-kernel |
[15:26:00] | |Slurpee|: | E: Invalid operation nvidia-glx |
[15:26:00] | Tommck (n=Tommck@dpc691921225.direcpc.com) has left #mythtv-users | |
[15:26:00] | darkdrgn2k: | what does portmap do? |
[15:26:00] | |Slurpee|: | so that means go to 2.6 kernal |
[15:26:00] | Juski: | darkdrgn2k: sets up some erm.. stuff that'll make nfs mounting much, much quicker |
[15:27:00] | darkdrgn2k: | Juski: good enough i guess |
[15:27:00] | Juski: | needs to be running on both sides actually.. it is by default on gentoo (as I found) but not on ubuntu |
[15:27:00] | darkdrgn2k: | Juski: portmap on both sides? |
[15:28:00] | |Slurpee|: | is there an easy apt-get command for kernal upgrade ? |
[15:28:00] | Juski: | yes.. each end needs to be running portmap.. helps a _lot_ |
[15:28:00] | gakalkag: | apt-get linux-image-2.6.12-1–686 or someting |
[15:28:00] | ||
[15:28:00] | gakalkag: | try to search: apt-cache search kernel 2.6 |
[15:29:00] | darkdrgn2k: | Juski: is nfs faster then smb? |
[15:29:00] | laga: | |Slurpee|: apt-get install nvidial-glx |
[15:29:00] | laga: | |Slurpee|: apt-get install nvidia-glx |
[15:29:00] | Juski: | darkdrgn2k: dunno |
[15:29:00] | |Slurpee|: | W: You may want to run apt-get update to correct these problems |
[15:29:00] | |Slurpee|: | E: Package nvidia-glx has no installation candidate |
[15:30:00] | Juski: | |Slurpee|: any particular reason why you're not running a noobish distro when you are so inexperienced? |
[15:30:00] | |Slurpee|: | i use debian at work everyday |
[15:30:00] | |Slurpee|: | i can figure out how to seutp mail and web servers in slack |
[15:30:00] | darkdrgn2k: | |Slurpee|: appernetly ony gui interfaces :-P |
[15:30:00] | Juski: | use != know about |
[15:31:00] | |Slurpee|: | no i dont kno how to use kde or gnome |
[15:31:00] | |Slurpee|: | all command |
[15:31:00] | |Slurpee|: | but its not very dificult to learn the commands i use |
[15:31:00] | gakalkag: | debian is easy. you can apt-get everything |
[15:31:00] | |Slurpee|: | exactly |
[15:31:00] | laga: | i got the nvidia-glx packages for my debian sarge from the debian package tracker, used dpkg -i to install them and apt-get -f install to resolve dependencies. |
[15:31:00] | |Slurpee|: | ive never setup nething outside of apt-get |
[15:31:00] | |Slurpee|: | maybe my source list needs updating ? |
[15:31:00] | |Slurpee|: | do i need to add nivida to the source list ? |
[15:32:00] | gakalkag: | sure |
[15:32:00] | |Slurpee|: | specific site ? |
[15:32:00] | laga: | |Slurpee|: it's possible that you have to add repositories like the non-free one |
[15:32:00] | |Slurpee|: | nvidia.com ? |
[15:32:00] | Juski: | nvidia don't host the packages |
[15:32:00] | |Slurpee|: | but like i said...im willing to switch distro |
[15:32:00] | gakalkag: | oh sorry I missunderstod |
[15:33:00] | |Slurpee|: | if someone has a distro they are happy with and can help me in that distro, i can switch no problem |
[15:33:00] | mocker_: | Are their keys to jump directly to things like MythVideo? |
[15:33:00] | Juski: | |Slurpee|: google for nvidia debian |
[15:33:00] | mocker_: | My remote has buttons like 'My Music', 'My Pictures', and 'My Videos' so I'm wondering if I can get those to function |
[15:34:00] | mocker_: | I looked in keys.txt but didn't see much. |
[15:34:00] | |Slurpee|: | juski, this comcast guy looks good |
[15:35:00] | |Slurpee|: | my problem is that i kept looking for my specific card and debian |
[15:36:00] | |Slurpee|: | i didnt think to search nvidia and fx5200 |
[15:36:00] | |Slurpee|: | i mean |
[15:36:00] | |Slurpee|: | nvidia and debian |
[15:36:00] | Spida_ is now known as Spida | |
[15:36:00] | |Slurpee|: | The libraries (sometimes called the "binary driver" or GLX libraries) are distributed in binary form by nVidia, and packaged for Debian in the nvidia-glx package. |
[15:37:00] | |Slurpee|: | <Juski> nvidia don't host the packages |
[15:37:00] | |Slurpee|: | nvidia makes the drivers n stuff but wont host it ? |
[15:37:00] | Juski: | |Slurpee|: don't you worry about that |
[15:38:00] | Juski: | they make binaries available but leave the packaging to everyone else |
[15:38:00] | dopester (n=dopester@user-0c8hs63.cable.mindspring.com) has joined #mythtv-users | |
[15:39:00] | gakalkag: | update4 ur apt sources.list deb ftp://ftp.no.debian.org/debian/ stable main contrib non-free change "no" to ur contry :) |
[15:40:00] | gakalkag: | as said before the nvidia pacages ar in non-free |
[15:40:00] | |Slurpee|: | were is sources located ? |
[15:40:00] | riddlebox (n=james@24-171-11-166.dhcp.stls.mo.charter.com) has joined #mythtv-users | |
[15:41:00] | gakalkag: | add non-free after "main" in deb and deb-src |
[15:41:00] | Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) has joined #mythtv-users | |
[15:42:00] | |Slurpee|: | ahh found it |
[15:42:00] | Juski: | woo! I fixed my script |
[15:43:00] | jcsmith: | juski: inserting the channels into the db? |
[15:46:00] | Juski: | jcsmith: no not yet |
[15:46:00] | Juski: | just reworked my other scripts to work better (i.e. all the time) |
[15:47:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) has joined #mythtv-users | |
[15:48:00] | |Slurpee|: | Once you've chosen a distribution, put its value into a shell variable NVDIST, by executing one of the following lines: |
[15:48:00] | |Slurpee|: | NVDIST=testing |
[15:48:00] | |Slurpee|: | NVDIST=unstable |
[15:48:00] | |Slurpee|: | im running stable |
[15:48:00] | |Slurpee|: | stables is testing ? |
[15:51:00] | riddlebox: | I want to write a script that will add manual recordings into mythbackend, I found the mysql database/table but after I insert the data, and run mythbackend --resched I never see my schedule? |
[15:52:00] | jd86: | wow it worked.... |
[15:53:00] | Hoxzer (n=niko@dsl-hkigw2-fe10de00-26.dhcp.inet.fi) Quit (Read error: 104 (Connection reset by peer)) | |
[15:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[15:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[15:58:00] | Juski: | erm.. when you're working with external channel change scripts, can you have offsets? I need to have my external channels numbered in such a way as they don't conflict with anything else |
[15:58:00] | squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep") | |
[15:59:00] | Juski: | eg. my cable channels might be 1 to 250 on the cable box, but I want them to be like 501 + in mythtv |
[16:01:00] | laga: | you could easily change that in your script, i guess |
[16:01:00] | Juski: | hmmm... |
[16:02:00] | Juski: | or just put '500' in front of my 'real' channel numbers, and strip off the '500' in the script |
[16:02:00] | Juski: | is there a limit to channel number length in mythtv? |
[16:04:00] | Kelerion: | 5 chars |
[16:04:00] | Juski: | 5 chars? wah! |
[16:04:00] | Kelerion: | but freqid is 10 chars.. and thats the field you need to pass to your changer script |
[16:05:00] | Juski: | ahhh |
[16:05:00] | Juski: | nifty |
[16:05:00] | Juski: | so you can choose the field to pass? |
[16:05:00] | Kelerion: | nope.. it passes freqid |
[16:05:00] | Juski: | ahh |
[16:05:00] | Kelerion: | at least.. thats what I have to do with my 250 |
[16:05:00] | Juski: | kewl anyway :) |
[16:06:00] | darkdrgn2k: | Juski: i take it you got the ir blaster to work with your 150 |
[16:06:00] | Kelerion: | the guys that use zap listings get that field filled into automatically.. we (well, I!) have to do it manually because the xml grammber doesn't do it right |
[16:07:00] | Juski: | darkdrgn2k: not using an IR blaster |
[16:07:00] | darkdrgn2k: | Juski: what are you using? |
[16:07:00] | Kelerion: | btw.. anyone using firefox under xp having problems with it freezing? I've noticed it for the last few weeks |
[16:07:00] | Juski: | my cable box can take an http request to change channels :-D |
[16:08:00] | darkdrgn2k: | wow |
[16:08:00] | Kelerion: | Juski.. does that dbox work fine with ntl? and where did you get it? |
[16:08:00] | darkdrgn2k: | Juski: what are the firmware files you need for pvr agian? |
[16:09:00] | jvs (n=jvs@cm64-247.liwest.at) has joined #mythtv-users | |
[16:11:00] | darkdrgn2k: | how can i change the prefence order of my tuners |
[16:11:00] | Juski: | Kelerion: I'm not at liberty to answer that question |
[16:11:00] | Juski: | darkdrgn2k: it's all listed on the ivtv howto |
[16:11:00] | Kelerion: | okies.. lol |
[16:12:00] | darkdrgn2k: | Juski: does it include adding the tuners in a specific order? |
[16:13:00] | darkdrgn2k: | Juski: does the MASTER BACKEN need a tuner? |
[16:14:00] | Juski: | darkdrgn2k: dunno |
[16:15:00] | darkdrgn2k: | is it posible to add multile lineups to one source? |
[16:16:00] | zuralin (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) Quit (Read error: 110 (Connection timed out)) | |
[16:16:00] | tweak_st (n=k@c-67-177-29-181.hsd1.ut.comcast.net) has joined #mythtv-users | |
[16:16:00] | zuralin (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) has joined #mythtv-users | |
[16:17:00] | Juski: | right.. got my script working with '500' offsets.. as in '5001' to '500250' |
[16:19:00] | darkdrgn2k: | grrr how do you set the hostname in linux |
[16:20:00] | Juski: | /etc/hostname |
[16:20:00] | Juski: | write the hostname in that file |
[16:20:00] | jd86: | is mythweb in svn totally not working? |
[16:20:00] | Juski: | jd86: yes it's totally working |
[16:20:00] | jd86: | like recently? ok then i need your help |
[16:21:00] | Juski: | jd86: read the readme.txt file |
[16:21:00] | jd86: | where do you set the mysql stuff now... i mean it wasn't in config/conf.php |
[16:21:00] | jd86: | you mean README? |
[16:21:00] | Juski: | yeh |
[16:21:00] | jd86: | i did |
[16:22:00] | jd86: | October 19, 2005 |
[16:22:00] | jd86: | << little outdated? |
[16:22:00] | Juski: | nope |
[16:22:00] | jd86: | well mythweb looks totally different now than it did a couple of months ago :-\ |
[16:22:00] | Juski: | you put the db parameters in .htaccess |
[16:22:00] | jd86: | oh |
[16:22:00] | jd86: | heh |
[16:23:00] | jd86: | ok sorry |
[16:23:00] | jd86: | i feel idiotic i didn't know they moved that stuff |
[16:23:00] | laga: | there's a README |
[16:23:00] | Juski: | hell .. Turkey is awash with bird 'flu :-O |
[16:24:00] | laga: | yeah. i saw a quote of some guy who said that he'd rather have his two wifes (sp?) taken away than his chicken |
[16:25:00] | jd86: | wow alot has changed |
[16:25:00] | Juski: | rather dubious.. wonder who he'd rather... ermm.. let's not go there ;) |
[16:25:00] | laga: | Juski: well. women cost money, birds bring money ;) |
[16:26:00] | jd86: | still slow but i guess theres nothing i can do about that |
[16:26:00] | Juski: | cost money? got the wrong one if that's the case |
[16:26:00] | Cardoe: | and we're not talking about a couple of bucks |
[16:26:00] | Cardoe: | Juski: wtf.. you got one that ends up in the positive column? |
[16:27:00] | laga: | Juski: well. turkey. this guy lived in the country somewhere and i suppose his women don't work ;). |
[16:27:00] | Juski: | proper partnership here.. nobody takes liberties with money ;) |
[16:27:00] | Cardoe: | ha! |
[16:27:00] | laga: | Cardoe: though it's amazing how little money you have to spend to keep SWMBO happy ;) |
[16:27:00] | Cardoe: | she's pulled the veil over your eyes. |
[16:27:00] | Cardoe: | SWMBO? |
[16:28:00] | Juski: | she who must be obeyed |
[16:28:00] | ** Cardoe can't follow all the acronyms ** | |
[16:28:00] | laga: | she who must be obeyed |
[16:28:00] | jd86: | Record at any time on channel 27. does this option mean record this show when ever its on that channel? |
[16:28:00] | Cardoe: | yes |
[16:28:00] | Juski: | that's generally what 'anytime' means isn't it? ;) |
[16:29:00] | Cardoe: | jd86: that's been in there for ages. |
[16:29:00] | jd86: | That specific show.. for instance if i do that for Law & Order, will it record that episode whenever or all Law & Orders that are on? |
[16:29:00] | jd86: | I know and i never really knew its functionality completely |
[16:29:00] | ** Juski would like a 'record, even when the series has finished and there are no re-runs' ** | |
[16:29:00] | xheliox (n=jeff@user-0c6s3h2.cable.mindspring.com) has joined #mythtv-users | |
[16:30:00] | Shdwdrgn (n=shdwdrgn@sourpuss.net) Quit (Read error: 104 (Connection reset by peer)) | |
[16:30:00] | Shdwdrgn (n=shdwdrgn@sourpuss.net) has joined #MYTHTV-USERS | |
[16:31:00] | Cromz: | ugh I hope this stops the lockups on my myth / fileserver box. disabling the on-board network and using a pci network card. ( Cromz crosses fingers ) |
[16:32:00] | jd86: | hopefully this fixes mythfrontend crashing when leaving "Watch Recording" |
[16:33:00] | xheliox (n=jeff@user-0c6s3h2.cable.mindspring.com) has left #mythtv-users | |
[16:34:00] | rjune (n=rjune@oh-67-76-200-198.sta.sprint-hsd.net) has joined #mythtv-users | |
[16:40:00] | Juski: | I'll have to resume development work on my CAT5 video sender this week |
[16:44:00] | jcsmith: | i have _lots_ of mp3's i've ripped from cd's in the past, can mythmusic lookup the album art for cd's which have been previously ripped or only cd's that mythmusic is used to rip? |
[16:44:00] | Cardoe: | It's called... rm -rf QT |
[16:44:00] | Cardoe: | that fixes so many problems |
[16:45:00] | laga: | jcsmith: i don't think that mythmusic does artwork lookup at all |
[16:45:00] | jcsmith: | laga: i was under the impression it would do album art if it was used to rip the cd, but perhaps i am wrong |
[16:46:00] | laga: | jcsmith: try it :) |
[16:46:00] | laga: | i'm afk, see ya later |
[16:46:00] | jcsmith: | i don't have any cd's that need ripping right now |
[16:46:00] | jcsmith: | i'm more interested in getting and having mythmusic display the album art for the cd's i already have ripped |
[16:50:00] | kcody (i=nobody@pool-71-243-93-174.bos.east.verizon.net) has joined #mythtv-users | |
[16:51:00] | tweak_st: | anybody know a stable svn? |
[16:51:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) Quit ("Leaving") | |
[16:51:00] | kcody: | off-topic quickie: anyone know why an idle network card would show 80% traffic load? |
[16:52:00] | kcody: | yet, i fire up the frontend, and it doesn't seem to have bandwidth problems... |
[16:54:00] | tanq: | what are you using to get that information? |
[16:55:00] | cout__ (n=cout@pcp03785369pcs.mplsnt01.sc.comcast.net) has joined #mythtv-users | |
[16:56:00] | kcody: | gnome system load applet |
[16:57:00] | kcody: | cpu load looks like an EKG readout too |
[16:58:00] | kcody: | could this be my culprit: (from cat /proc/interrupts) |
[16:58:00] | kcody: | 11: 24476652 XT-PIC yenta, yenta, uhci_hcd:usb1, CS46XX, eth0, ltserial |
[16:58:00] | gakalkag (n=yeah@237.80-202-206.nextgentel.com) Quit ("Forlater kanalen") | |
[16:59:00] | cout (n=cout@pcp03785369pcs.mplsnt01.sc.comcast.net) Quit (Read error: 110 (Connection timed out)) | |
[17:03:00] | gakalkag (n=yeah@237.80-202-206.nextgentel.com) has joined #mythtv-users | |
[17:06:00] | fdsd (n=dcstimm@ip70-179-48-53.sd.sd.cox.net) has joined #mythtv-users | |
[17:06:00] | fdsd: | hey guys, is mythtv dead? They havent updated the website since May 2005? any ideas? |
[17:06:00] | GreyFoxx: | no, just haven't had a release in a while |
[17:07:00] | GreyFoxx: | It's very much alive and actively being developed |
[17:07:00] | fdsd: | lack of interest? |
[17:07:00] | GreyFoxx: | a new version will be out anytime now |
[17:07:00] | fdsd: | only for developers? |
[17:07:00] | fdsd: | are they going to put it on the website? |
[17:07:00] | GreyFoxx: | of course |
[17:07:00] | fdsd: | ok |
[17:08:00] | fdsd: | everyone thinks mythtv is dead |
[17:08:00] | ** _willcooke_ doesnt ** | |
[17:08:00] | GreyFoxx: | Everyone is wrong |
[17:08:00] | fdsd: | ok |
[17:08:00] | Cromz: | lol |
[17:08:00] | fdsd: | the guys on engadget said it was dead on their podcast |
[17:08:00] | GreyFoxx: | You just have to watch the mailing lists, or the svn commit logs to see that |
[17:08:00] | fdsd: | so thats why I was worried |
[17:08:00] | _willcooke_: | they lie |
[17:09:00] | GreyFoxx: | They haven't got a clue then |
[17:09:00] | fdsd: | really, they seem pretty up on things |
[17:09:00] | GreyFoxx: | Well they obviously don't in this case |
[17:09:00] | fdsd: | it even made it on to digg, not the front page of course |
[17:10:00] | GreyFoxx: | *shrug* |
[17:10:00] | fdsd: | so how is your winter going guys? |
[17:10:00] | _willcooke_: | MythTV was awarded "Coolest Software of the Year 2005" by LUGradio (www.lugradio.org) |
[17:10:00] | |Slurpee|: | r u serious ??? |
[17:10:00] | |Slurpee|: | nice |
[17:10:00] | _willcooke_: | :) yeah! |
[17:10:00] | GreyFoxx: | fdsd: I'd rather it was summer heh |
[17:10:00] | fdsd: | GreyFoxx, im in san diego, its so nice here |
[17:11:00] | kcody: | actually GreyFoxx they're absolutely right as well as dead wrong |
[17:11:00] | fdsd: | its 80f right now |
[17:11:00] | kcody: | one of those perception-is-reality problems |
[17:11:00] | |Slurpee|: | im in chicago, its 40 degrees and it seems sooooo nice !! |
[17:11:00] | fdsd: | kcody, thats what I thought |
[17:11:00] | fdsd: | hahahahh |
[17:11:00] | fdsd: | |Slurpee|, lol |
[17:11:00] | kcody: | fdsd i just got running a week or so ago but i can attest, it is FAR from dead |
[17:11:00] | fdsd: | I am from buffalo NY, so this is PARADISE |
[17:11:00] | GreyFoxx: | No, they are wrong, just cause it's and undertstandable mistake don't make it less wrong :) |
[17:12:00] | kcody: | ;) clearly a logical thinker, GreyFoxx. too bad people like us don't run the world. |
[17:12:00] | fdsd: | GreyFoxx, yeah I guess the only activity is the irc channel |
[17:12:00] | kcody: | fdsd: well, and all the work going into the source tree... |
[17:12:00] | GreyFoxx: | And the couple hundred messages a day on the -users and -dev mailing lists |
[17:12:00] | fdsd: | kcody, yeah |
[17:12:00] | GreyFoxx: | and all of the commits into the source |
[17:12:00] | fdsd: | true |
[17:13:00] | kcody: | that still does not add up to a layman's perception that mythtv is viable... and this thread does raise a good point, more visibility would be a good thing |
[17:13:00] | fdsd: | best part of living in san diego, besides the weather is the mexican food |
[17:14:00] | kcody: | best part of living in boston, besides the weather, is the clean sparkling water and friendly people... |
[17:14:00] | GreyFoxx: | kcody: No one really cares if people think it's dead, or use other software. Seriously. |
[17:14:00] | fdsd: | we get that here too |
[17:14:00] | kcody: | and the high standard of driving training |
[17:14:00] | ** GreyFoxx hasn't been to Boston in a couple years now ** | |
[17:14:00] | fdsd: | people get sun shine here so the are not grummpy |
[17:14:00] | ** kcody was definitely being facetious. ** | |
[17:15:00] | rjune: | our suicidal |
[17:15:00] | fdsd: | they |
[17:15:00] | rjune: | gah, or |
[17:15:00] | fdsd: | heh |
[17:15:00] | GreyFoxx: | I liked San Diego |
[17:15:00] | kcody: | GreyFoxx: wondering if that oughtn't change... more interest means more end users (guinea pigs) and probably more devs |
[17:15:00] | fdsd: | kcody, true |
[17:15:00] | GreyFoxx: | kcody: I don't think so |
[17:15:00] | kcody: | not to mention wider hardware testing |
[17:16:00] | GreyFoxx: | more users sure |
[17:16:00] | fdsd: | kcody, plus even an idiot can recommend it to a developer that can contribute. the idiots seem to be the ones sticking it on digg and making software more popular |
[17:16:00] | kcody: | GreyFoxx: i haven't seen any other software that does anything REMOTELY like myth... other media centers sure, but not networked |
[17:16:00] | kcody: | true |
[17:16:00] | maniacxs (n=maniacxs@tor/session/x-f09f0ba5b99c91ed) has joined #mythtv-users | |
[17:17:00] | fdsd: | I have a nokia 770, I do hacking on, if it wasnt for a random slashdot post, I would have never got into developing for it |
[17:17:00] | kcody: | i'd been using xawtv with an all-in-wonder radeon (R100) for years |
[17:17:00] | kcody: | was looking for software projects and stumbled across myth |
[17:17:00] | fdsd: | I am putting together a deb for Minimo right now a mozilla based browser for it |
[17:18:00] | fdsd: | kcody, i used xawtv and my bt878 card for years |
[17:18:00] | kcody: | fdsd: remember the AIW can only do overlay... no "real" v4l support |
[17:18:00] | fdsd: | I do miss the easy channel changing |
[17:18:00] | _willcooke_: | fdsd, if you get firefox working on the 770 I think you'll be very popular! |
[17:18:00] | fdsd: | _willcooke_, heh well not firefox but Minimo |
[17:19:00] | _willcooke_: | fdsd, It comes with opera right? |
[17:19:00] | fdsd: | yep |
[17:19:00] | _willcooke_: | fdsd, Any good? |
[17:19:00] | fdsd: | its not bad if you enable swap |
[17:20:00] | fdsd: | _willcooke_, needs to be slimmed down a bit, and the rendering speed could be improved, but over all its very good |
[17:20:00] | _willcooke_: | I /need/ a 770! :) Everywhere in the UK is out of stock! |
[17:20:00] | fdsd: | _willcooke_, ill go to the store right now pick one up for $359 and mail it to you |
[17:20:00] | fdsd: | just pay for shipping |
[17:21:00] | _willcooke_: | fdsd, You can buy them in stores??! We have to get them from online only |
[17:21:00] | fdsd: | yes |
[17:21:00] | fdsd: | compusa and frys sells them |
[17:21:00] | kcody: | that's the u.s.a. for you – quick to market because they know there's a herd of cattle waiting to part ways with their money |
[17:21:00] | fdsd: | of course |
[17:21:00] | fdsd: | money is to be spent |
[17:22:00] | fdsd: | live richly |
[17:22:00] | ** kcody doesn't have a high opinion of his countrypeoples' connection with reality. ** | |
[17:22:00] | fdsd: | also if you know what your doing you have a couple grand in the bank at all times |
[17:23:00] | GreyFoxx: | kcody: Heh |
[17:23:00] | topping: | or 10x that if you live in new york or sf |
[17:23:00] | fdsd: | I love playing flash games on my nokia 770 |
[17:23:00] | kcody: | yup. actually i like the mattress approach, the gov't is beginning to get the attitude that all your money belongs to U.S. even while it's yours... |
[17:23:00] | kcody: | they -will- reach right in and take what they want, and companies are following suit |
[17:23:00] | fdsd: | and Gaim, Abiword, xchat, all work great |
[17:24:00] | fdsd: | kcody, well of course |
[17:24:00] | fdsd: | kcody, I dont mind it because I see a huge tax check every year |
[17:24:00] | kcody: | phone company had the balls to process a payment on a credit card they happened to have on file, without authorization or even sending a bill |
[17:25:00] | Ryushin (i=proxy@windwalker.openinnovations.com) has joined #mythtv-users | |
[17:25:00] | GreyFoxx: | I've seen that happen |
[17:25:00] | kcody: | caused an overdraft of course... and now verizon wants me to pay them a fee for the failed fraudulent transaction! |
[17:25:00] | kcody: | what i -ought- to be doing is indicting them for credit card fraud, but these days laws only apply to individuals. |
[17:25:00] | fdsd: | heh, your bank doesnt have over draft protection? |
[17:26:00] | kcody: | fdsd: wouldn't want it, i'd rather see the transaction bounce |
[17:26:00] | fdsd: | yeah, but at my bank I can dispute it |
[17:26:00] | fdsd: | and they typically refund me the money |
[17:26:00] | kcody: | "With over draft protection, we'll be sure the credit card thief can take much more money than you actually have..." |
[17:26:00] | fdsd: | dispute it |
[17:26:00] | kcody: | valid until proven fraudlent. |
[17:27:00] | topping: | is there a way to get job queue functions to be more aggressive about using the CPU |
[17:27:00] | fdsd: | I agree |
[17:27:00] | topping: | I have 175 job queue entries and would like to get done sooner |
[17:27:00] | furfurfur (n=jamesp@hermes.hisser.org) has joined #mythtv-users | |
[17:27:00] | topping: | load average is 0.02 |
[17:27:00] | fdsd: | I bought some carne asada fries last night, and I couldnt finish them, I think I am going to eat them for breakfast |
[17:27:00] | fdsd: | lol |
[17:28:00] | furfurfur: | ok – silly question. Added a DVB-T usb stick to my DVB-S system. Seems to work OK, scan for channels was fine, channels were added |
[17:28:00] | furfurfur: | But my frontend can't see the new channels! |
[17:28:00] | fdsd: | http://homepage.mac.com/dstimm/Photo%201.jpg |
[17:28:00] | fdsd: | fun stuff |
[17:29:00] | furfurfur: | anyway idea what I need to do to kick it into action? |
[17:30:00] | kcody: | here's a brain teaser: why would i be seeing cable signal problems at night but not during the day |
[17:30:00] | fdsd: | kcody, someone is stealing your cable! |
[17:30:00] | kcody: | manually connecting their wire at night???? |
[17:30:00] | fdsd: | yep |
[17:32:00] | kcody: | hmm, could be... but the demarc is right outside my window, i'd see if someone was in it |
[17:32:00] | ** furfurfur grins ** | |
[17:32:00] | kcody: | it's a largeish rooming house, like a dozen rooms |
[17:32:00] | kcody: | has its own fiber feed i think |
[17:33:00] | kcody: | thta pic you, fdsd? |
[17:33:00] | Juski: | jcsmith: you mentioned album art earlier.. you not been keeping up to date with the users mailing list? somebody made a script |
[17:33:00] | fdsd: | kcody, yeah |
[17:33:00] | kcody: | looks like you're at work |
[17:34:00] | fdsd: | I was at work |
[17:34:00] | kcody: | ahh |
[17:34:00] | fdsd: | Im a tech for apple |
[17:34:00] | kcody: | should hope so anyway, so many i.d. badges at home can only mean a little side business.... |
[17:34:00] | fdsd: | heh |
[17:34:00] | kcody: | you might be able to easily pin something going back and forth last night... |
[17:35:00] | kcody: | powerbook G3 800, is that old enough to have the shitty graphics driver under osx |
[17:35:00] | fdsd: | tibook? |
[17:35:00] | kcody: | not sure, someone was in here last night with symptoms that looked an awful lot like unaccelerated video |
[17:35:00] | fdsd: | yeah it would suck for mythfrontend |
[17:36:00] | furfurfur (n=jamesp@hermes.hisser.org) Quit ("leaving") | |
[17:36:00] | fdsd: | it has a ati rage card |
[17:36:00] | kcody: | RV250 chipset, only excuse for sucking is a crap driver |
[17:36:00] | fdsd: | which BLOWS |
[17:36:00] | splAt1 is now known as splat1 | |
[17:36:00] | GreyFoxx: | Does Quicktimes ScaleMatrix() function use any sure or hardware acceleration or it all in CPU? I think that's what was killing him |
[17:37:00] | fdsd: | it does if you have quartz extreme |
[17:37:00] | kcody: | there's the guy's answer then, grey... |
[17:37:00] | fdsd: | you need 10.3 or higher with at least a 9200 |
[17:37:00] | GreyFoxx: | Ahhh |
[17:37:00] | kcody: | 9200? meaning radeon 9200? |
[17:37:00] | fdsd: | yes |
[17:37:00] | kcody: | then, R200 or better chipset |
[17:37:00] | GreyFoxx: | Then he's doing software scaling which is his killer |
[17:37:00] | fdsd: | there are ways to force quartz extreme |
[17:38:00] | fdsd: | yeah his gpu is not doing anything |
[17:38:00] | kcody: | surprised the software -display- isn't killing him, never mind with scaling |
[17:38:00] | fdsd: | Core Video is what makes it scale very well, I dont know if mythfrontend takes advantage of it though |
[17:39:00] | fdsd: | it should |
[17:39:00] | kcody: | fdsd: went through this last night, mythfrontend uses quicktime for output on macs |
[17:39:00] | fdsd: | 10.4 only with at least a 9250 or 5200 (Geforce) |
[17:39:00] | fdsd: | kcody, okay, then it should support corevideo |
[17:40:00] | fdsd: | meaning any new g5 or powerbook would fly using mythfrontend |
[17:40:00] | kcody: | something that new should fly without hardware acceleration |
[17:40:00] | kcody: | apple's got their heads a bit up their ass about older hardware support, imho |
[17:40:00] | fdsd: | yeah but it takes ALL the the strain off the cpu and memory |
[17:41:00] | kcody: | which is very valuable on older hardware, and qualifies only as 'cool' with bleeding edge silicon |
[17:41:00] | fdsd: | kcody, well steve jobs came back into the company to improve it, not to support legacy crap |
[17:41:00] | kcody: | <---- works in the printing industry. steve jobs is like -this close- to pissing off every single one of his best customers... because he's not supporting legacy crap. |
[17:42:00] | Raven301 (n=raven_30@Toronto-HSE-ppp3907810.sympatico.ca) has joined #mythtv-users | |
[17:42:00] | fdsd: | he wanted to get away from motorola, and he thought IBM would speed up his machines, which they did, but its costs apple so much while he could have just switched to intel.. |
[17:42:00] | GreyFoxx: | how old do you consider legacy ? |
[17:42:00] | fdsd: | kcody, well, are you talking about os9? |
[17:42:00] | kcody: | me? i'd expect G3 to be solidly supported, and PIII in the pc world |
[17:42:00] | kcody: | fdsd: no, we're on 10.3. we were happier on os9. |
[17:42:00] | fdsd: | I think anything before a tibook 800 is condidered legacy |
[17:42:00] | fdsd: | 10.3 at least! |
[17:43:00] | kcody: | yeah 10.2 wasn't worth the box it was shipped in |
[17:43:00] | topping: | fdsd: i was on the original PPC team... intel was a POS processor back in 1992 |
[17:43:00] | fdsd: | yeah horrid OS |
[17:43:00] | fdsd: | topping, it was |
[17:43:00] | kcody: | 9 was solid and did everything digital prepress could want, smoothly and reliably. |
[17:43:00] | fdsd: | but PPC got out classed by faster buses and high cost |
[17:43:00] | kcody: | but then 10.3 comes out, with a slew of no-longer-compatible apps, users start sending files from adobe creative suite and quarkXpress 6 |
[17:44:00] | Cardoe: | topping: All the engineering in the world can't beat marketing |
[17:44:00] | kcody: | and literally, in one hour, our hardware goes from kickass to substandard |
[17:44:00] | fdsd: | kcody, maybe in your world, Extention issues, VM issues.. I hated OS( |
[17:44:00] | fdsd: | OS9 |
[17:44:00] | Cardoe (n=Cardoe@gentoo/developer/Cardoe) Quit ("Leaving") | |
[17:44:00] | kcody: | fdsd: as a desktop for myself i'd agree. for paper-graphics design, it couldn't be beat. |
[17:44:00] | fdsd: | kcody, even with 10.3 OSX was very new |
[17:44:00] | topping: | intel is a better brute-force processor now. the underlying architecture still sucks rocks, but they have tuned the clunker to be better than ppc |
[17:44:00] | kcody: | fdsd: haven't tried 10.4, my boss is too cheap |
[17:45:00] | sPiN (n=spin@24-181-193-034.dhcp.hckr.nc.charter.com) has joined #mythtv-users | |
[17:45:00] | fdsd: | its nice |
[17:45:00] | kcody: | :p as a computer geek i'm sure i'd agree... i have my doubts whether they've addressed the print-sector's issues |
[17:45:00] | fdsd: | but its nice though, 10.4 runs faster than 10.3 on any machine |
[17:45:00] | sPiN: | guys... panthers game in 15 minutes! i finally managed to get my 3 screens going, 2 crts on nvidia 6600GT and 1 tv on a pci g4mx |
[17:45:00] | topping: | kcody: i bet most of your problems are with the prepress software companies. OS9 was an application execution shell, not an operating system |
[17:45:00] | kcody: | the geforce 4 mx good for myth output? |
[17:46:00] | fdsd: | topping, true, but developers are not writing their code for altivec and optimizing for the ppc cpu |
[17:46:00] | sPiN: | however whenever i start mythtv on the tv, it looks fine, but when i hit watch tv, it just says 1:tuner, and it worked fine on my crts last time i tried it before i got the tv hooked up |
[17:46:00] | sPiN: | suggestions? |
[17:46:00] | topping: | fdsd: so isn't that also a developer problem? |
[17:46:00] | kcody: | topping: most. in their defense, Extensis didn't have to deal with such an immature clusterfuck writing Suitcase for 9. |
[17:46:00] | fdsd: | topping, sure |
[17:47:00] | topping: | developers need money, the mac is a small market ATM.... that's when things will change |
[17:47:00] | kcody: | even with the 3rd party apps, font handling just sucks ass under 10.3 |
[17:47:00] | fdsd: | topping, I think for PPC its killer was the ablity to pump out faster cpus on a timely manner |
[17:47:00] | topping: | kcody: i see what you are getting at now |
[17:48:00] | topping: | fdsd: yes, ppc is (or was) much more scalable |
[17:48:00] | kcody: | 800 MHz is still more than enough if all your I/O is hardware accelerated. |
[17:48:00] | fdsd: | yeah but most of it isnt |
[17:48:00] | kcody: | yeah. |
[17:48:00] | fdsd: | thats why I like the new ibooks |
[17:49:00] | fdsd: | they have a corevideo gpu, ddr2, 5400 rpm harddrive, 512mb default, and the machine FLYies |
[17:49:00] | kcody: | right. grab on to them now, with acceleration, and sooner or later some asshole will socially engineer a mass O.S. change which doesn't accelerate your hardware, mandating a new machine. |
[17:49:00] | dakeyras (n=support@cpe-72-226-224-55.rochester.res.rr.com) has joined #mythtv-users | |
[17:49:00] | kcody: | does sound like a decent set of specs |
[17:50:00] | topping: | kcody: OS-X is going to be around for a long time |
[17:50:00] | fdsd: | for $999, I cant wait to see what Macworld gives us |
[17:50:00] | kcody: | topping: i would hope so |
[17:50:00] | fdsd: | considering MACOSX on intel is soo fast, I would be surprised if they didnt release a intel ibook or mac mini on tuesday |
[17:51:00] | t00m (n=tom@203-59-65-68.dyn.iinet.net.au) Quit (No route to host) | |
[17:51:00] | sPiN: | crap it used to work, i have no idea what happened |
[17:51:00] | kcody: | macosx on intel? what? |
[17:51:00] | kcody: | full carbon library support? |
[17:51:00] | sPiN: | it just says 1:tuner on the screen and doesnt show tv :( |
[17:51:00] | fdsd: | but they better have Office, and all the main software people need as a universal binary |
[17:51:00] | fdsd: | kcody, of course |
[17:51:00] | kcody: | hadn't heard about this. |
[17:51:00] | fdsd: | kcody, http://homepage.mac.com/dstimm/random.jpg |
[17:51:00] | topping: | fdsd: what's wrong with rosetta? |
[17:51:00] | fdsd: | kcody, http://homepage.mac.com/dstimm/random.png |
[17:51:00] | fdsd: | wrong link |
[17:52:00] | fdsd: | topping, emulating an app is fine, but slow |
[17:52:00] | fdsd: | and people wont understand that |
[17:52:00] | kcody: | fdsd: an onboard coprocessor could work... be a cast iron bitch to deal with the bus sharing issues though |
[17:53:00] | fdsd: | they will go buy a new ibook and use their old software from OS 10.2 and wonder why their new computer is performing like their old one |
[17:53:00] | topping: | i'd bet that office is ported cuz microsoft loves getting involved with new apple initiatives |
[17:53:00] | fdsd: | topping, yeah I think it will be |
[17:53:00] | fdsd: | RIGHT away |
[17:53:00] | kcody: | fdsd: only viable way i think would be to offer software trade-ins, or discounted dual architecture licensing |
[17:53:00] | topping: | gives them an excuse to really understand them and emulate the good parts sooner |
[17:53:00] | fdsd: | and they better offer a free download to anyone that currenly bought it |
[17:54:00] | fdsd: | kcody, I sure hope so |
[17:54:00] | topping: | when i was on the 6100/7100/8100 project, we got back a prerelease PPC machine that was on loan to microsoft... it didn't work |
[17:54:00] | fdsd: | kcody, adobe does that now, if your a pc user and you want to trade that in for a mac version they will send you a new version for free as long as you mail them your old disk |
[17:54:00] | kcody: | if they aren't clear and generous about this, the move could wipe out what little customer loyalty apple has left |
[17:54:00] | topping: | on closer inspection, all of the chips had been desoldered so the PCB could be put on a "bed of nails" |
[17:55:00] | fdsd: | kcody, they have a huge loyal fanbase, trust me thats not an issue |
[17:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[17:55:00] | fdsd: | topping, lol |
[17:55:00] | fdsd: | kcody, and its growing at a huge huge rate |
[17:55:00] | kcody: | fdsd: a fanbase is something to think about. entire industries of business users are something to cater to. |
[17:56:00] | kcody: | and we ain't being catered to |
[17:56:00] | fdsd: | kcody, businesses dont care, they buy new software, its the college students and such I see having an issue |
[17:56:00] | sPiN: | anyone else ever had this problem? where myth just says 1:tuner when you hit 'watch tv' |
[17:56:00] | kcody: | now, i don't personally think it's all that bad – until i have to explain to the computer illiterate bosses and support users that can't for the life of them understand why their computers are less reliable than their toasters |
[17:56:00] | fdsd: | sPiN, nope |
[17:57:00] | fdsd: | kcody, but it shouldnt be less reliable maybe just slower than a native app |
[17:57:00] | kcody: | fdsd: thriving business buy new software. ailing businesses, which is the backbone of the economy at the moment, beg borrow steal and maybe upgrade if absolutely necessary. |
[17:58:00] | kcody: | fdsd: there are two reasons to buy a new computer (for a business): support some new software app customers are demanding, or buy an improvement in performance. there is no such thing as a good excuse here. |
[17:58:00] | fdsd: | kcody, well typically those companies are not buying brand new intel macs |
[17:58:00] | kcody: | fdsd: also true |
[17:58:00] | fdsd: | and keeping all their old software |
[17:58:00] | kcody: | fyi i won't allow macos9 emulation at the office, we keep a couple actual macos9 boxen for that |
[17:59:00] | topping: | kcody: eventually software businesses realize this and lower their software prices |
[17:59:00] | topping: | adobe CS is a pretty good value compared to a decade ago |
[17:59:00] | fdsd: | yeah the intel mac is not really an upgrade for exsiting mac users, because they will need to buy new software for it to be Native, but thats why apple made rosetta |
[17:59:00] | kcody: | topping: agreed about that, although i haven't gotten him to buy cs2 yet |
[18:00:00] | topping: | i can't even afford cs1 yet, if you see what i mean :-) |
[18:00:00] | Flimzy: | Does anyone here have experience using a DCT62xx with mythtv? |
[18:00:00] | kcody: | Flimzy: no, i'm still waiting for comcast to drop off the box ;) |
[18:01:00] | Flimzy: | kcody, heh |
[18:01:00] | Flimzy: | I've had mine for ~4 months now |
[18:01:00] | Flimzy: | free stuff is cool |
[18:01:00] | kcody: | fdsd: anyway, i didn't plan on reenacting -that- civil war yet again... |
[18:01:00] | fdsd: | I get every new imac or mac mini, and I have to say they rock |
[18:01:00] | sPiN: | ohhh man i got ! |
[18:01:00] | kcody: | apologies for making you deal with work stuff on sunday... |
[18:01:00] | fdsd: | kcody, no war here |
[18:02:00] | sPiN: | it was the damn channel! it was a blank one! i feel stupid now, if i hadnt noticed some fuzz i never would have realized |
[18:02:00] | kcody: | i'm actually thinking i don't give a shit, these are my boss's problems and it's sunday. |
[18:02:00] | kcody: | sPiN: may that be your stinkiest brainfart today. |
[18:02:00] | fdsd: | heh |
[18:02:00] | kcody: | now, where did i put that remote... lol |
[18:03:00] | sPiN: | haha kcody |
[18:03:00] | kcody: | Flimzy: so how's it working out? |
[18:03:00] | sPiN: | just in the nick of time, the panthers game is starting |
[18:03:00] | sPiN: | i would have hate to have loss face in front of my friends :P |
[18:04:00] | fdsd: | its like last night I am staying in a hotel in cupertino, and I only had a couch in my room, and I was like wtf, because the other bedroom was used by another roommate that is with me at mac world, so I just figured there was no bed, well I slept on the couch and when I woke up he came out of his room and said you do know that is a pull out right |
[18:04:00] | fdsd: | I felt like a newb |
[18:05:00] | GreyFoxx (i=greg@out.of.phaze.org) Quit (Excess Flood) | |
[18:05:00] | GreyFoxx (i=greg@out.of.phaze.org) has joined #Mythtv-Users | |
[18:05:00] | kcody: | lol fdsd... i've done that but there was usually alcohol involved |
[18:06:00] | kyu_flux (n=flux@c-24-7-188-71.hsd1.ca.comcast.net) has joined #mythtv-users | |
[18:06:00] | kcody: | right now even -text- is rock stable. ntsc can't look better than it is right now... |
[18:06:00] | kcody: | and last night it was doing everything short of tapdancing |
[18:07:00] | Baylink (n=jra@rrcs-24-129-168-240.se.biz.rr.com) has joined #mythtv-users | |
[18:08:00] | fdsd: | I was so mad, I forgot my nokia 770 in my car at the airport |
[18:08:00] | fdsd: | so I dont have it with me for macworld! |
[18:08:00] | fdsd: | arg! |
[18:09:00] | kcody: | that's a rough trip fdsd. |
[18:09:00] | Baylink: | Ick. How do you like it? |
[18:09:00] | fdsd: | I have my powerbook |
[18:09:00] | Baylink: | (and how much did you pay for it? :-) |
[18:09:00] | fdsd: | I love it |
[18:09:00] | fdsd: | $309 |
[18:09:00] | Baylink: | THank ghod for early-adopters. :-) |
[18:09:00] | fdsd: | $50 off from nokia |
[18:09:00] | fdsd: | heh |
[18:09:00] | kyu_flux: | i'm using knoppmyth and notice that according to the MythTV instructions, there should be "transcoders" and "hardware mpeg encoders" recording profiles... |
[18:10:00] | kyu_flux: | i'm using a PVR-150... mine came blank, so I added a custom recording profile... I assume this isn't correct, and is some artifact of knoppmyth but i'd like someone to confirm... |
[18:10:00] | Flimzy: | How can I determine what node I need to use to communicate with a DCT6200? |
[18:10:00] | kcody: | GreyFoxx: what would be the "best" approach for eliminating the vbi data? should i be trying to crop it at the frontend? |
[18:11:00] | fdsd: | will the new version of Mythtv that is coming out, be able to talk to a data base from 18.1? |
[18:11:00] | kcody: | fdsd: i asked this about the cvs awhile ago. |
[18:12:00] | kcody: | it is inline upgradable but you can't go back, and you have to upgrade all components at once. |
[18:12:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[18:12:00] | fdsd: | kcody, last time I was running cvs, then upgraded to 18 I had alot of issues |
[18:12:00] | kcody: | s/cvs/svn |
[18:12:00] | kcody: | i asked this the other day about going from 18.1 to the trunk |
[18:13:00] | fdsd: | yeah I wonder about that too |
[18:13:00] | fdsd: | its cool if I wanted to start over, but I have so much data |
[18:16:00] | fdsd: | I wish I had a high def card |
[18:16:00] | kyu_flux: | if anyone can tell me how to get the transcoders recording profile option, I'd appreciate it... |
[18:16:00] | kcody: | kyu_flux: probably knoppmyth, my gentoo box autoconfigured that |
[18:16:00] | fdsd: | 250 card still the best card to buy for mythtv right? |
[18:17:00] | kyu_flux: | really... that's interesting kcody.. |
[18:17:00] | kcody: | i'm satisfied with the 150mce |
[18:17:00] | fdsd: | I love my 250 |
[18:17:00] | kyu_flux: | damn I just want to use knoppmyth to get a feel for myth – I was thinking about installing it from scratch on my slackware box |
[18:17:00] | kcody: | major screwing with lirc to get the remote working, and i don't have i.r. blasting but don't need it |
[18:17:00] | dakeyras (n=support@cpe-72-226-224-55.rochester.res.rr.com) Quit () | |
[18:17:00] | fdsd: | kyu_flux, use gentoo |
[18:17:00] | fdsd: | kyu_flux, ivtv and mythtv are just a emerge away |
[18:18:00] | kcody: | ivtv 0.4.0 should be fine, i did write ebuilds for 0.4.1 but haven't posted them anywhere |
[18:18:00] | darkdrgn2k: | does each myth backend have its own settings? |
[18:18:00] | kyu_flux: | you know, not to slam knoppmyth, but the instructions for generic myth are a little inconsistent with knoppmyth... |
[18:18:00] | fdsd: | why use knoppmyth |
[18:19:00] | fdsd: | I find it such a waste |
[18:19:00] | kcody: | not familiar with knoppix, but i don't see gentoo's ability to optimize being beat |
[18:19:00] | darkdrgn2k: | any ont here use a framgrabber tuner for myth? |
[18:19:00] | kyu_flux: | I mean it has its benefits – in particular it lets someone see if myth will be sufficient |
[18:19:00] | kcody: | if you're going to actually -try- to do this with say a P3–500, gentoo's the way |
[18:20:00] | kyu_flux: | I've pretty much deteremined it will be [up to the XBMC issue but that's another story =)] |
[18:20:00] | fdsd: | gentoo is they way anyway:) |
[18:20:00] | Flimzy: | I'm getting errors from liiec61883 that say "No plugs exist on either node; using default broadcast channel 63" What does this mean? Is it something to be concerned about? |
[18:20:00] | kyu_flux: | oh nah i'm running a P4/3.0 GHz – i'm not too concerned with speed |
[18:20:00] | kyu_flux: | mayme my 150MCE won't ever be able to get rid of the horizontal lines effect, but... that's what i'm testing out |
[18:20:00] | kcody: | horizontal lines effect? |
[18:21:00] | fdsd: | kyu_flux, but knoppmyth has no optimzations for a p4 3.0ghz, Hell I am running dual xeons at 3.0ghz and the only distro I would trust with that is gentoo |
[18:21:00] | kyu_flux: | yeah I recorded a show this morning and whenever the camera pans sharply I get these horizontal lines all over the place |
[18:21:00] | kcody: | sound like overly aggressive dnr? |
[18:21:00] | GreyFoxx: | kyu_flux: enable deinterlacing ? |
[18:21:00] | Flimzy: | Whhoo! |
[18:21:00] | Flimzy: | I can see TV over firewire |
[18:22:00] | Flimzy: | They're selling flavor injectors |
[18:22:00] | Flimzy: | woot! |
[18:22:00] | kcody: | oh wait... when it pans. that could also be bitrate. |
[18:22:00] | kyu_flux: | I was thinking it was the bitrate so I just maxed it out to mess around =) but it's not deinterlacing |
[18:22:00] | GreyFoxx: | It's likely interlacing effects |
[18:22:00] | kcody: | Flimzy: how does it react to the cable remote control being used |
[18:22:00] | kyu_flux: | well i'm fairly sure it's not interlacing – it's on a recorded show and I don't see any interlacing options for recorded profiles |
[18:22:00] | kcody: | hmm... which deinterlacer is in use |
[18:23:00] | Flimzy: | kdoy: haven't tried that yet |
[18:23:00] | Flimzy: | kcody: There is much I have not yet done. |
[18:23:00] | GreyFoxx: | kyu_flux: It comes in interlaced. Go to the playback settings and turn on deinterlacing |
[18:23:00] | kyu_flux: | how do I find out? (I just set this all up this morning) |
[18:23:00] | kcody: | 'bob' really messed up on mine |
[18:23:00] | kyu_flux: | (I wasn't playing it on the myth box when I saw the issues) |
[18:23:00] | Flimzy: | It changes the channel successfully over fireweire |
[18:23:00] | Flimzy: | that's spiff |
[18:23:00] | kcody: | kyu_flux: deinterlacing occurs at playback. try playing the nuv file from the command line with something you know to work. |
[18:24:00] | Flimzy: | The biggest challenge I think will be to try to figure out how to record some channels over firewire, and others over the PVR, from the same DCT |
[18:24:00] | banyan (n=ban@S010600000a000001.cg.shawcable.net) has joined #mythtv-users | |
[18:24:00] | kcody: | Flimzy: why would you do that |
[18:24:00] | Flimzy: | kcody: Because I want to receive all my channels, not just the ones that aren't encrypted |
[18:25:00] | kcody: | Flimzy: try one of them, i think the comcast box decrypts? |
[18:25:00] | kyu_flux: | linear blend |
[18:25:00] | kyu_flux: | deinterlace |
[18:25:00] | Flimzy: | kcody: Sure it decrypts... But not over firewire. |
[18:25:00] | Flimzy: | kcody: Over firewire, you can only get unencrypted channels. Which usually just means analog and broadcasted HD channels. |
[18:25:00] | Flimzy: | kcody: Here, all of the digital channels that aren't bbroadcast off-air are encrypted. I'd be surprised if you found a cable provider that did it differently. |
[18:26:00] | kcody: | dunno where you are, but the comcast people told me they'd been ordered to turn firewire on for all channels |
[18:26:00] | kcody: | could have been bullshitting me though |
[18:26:00] | Baylink: | Flimzy, they're encrypted as they come out *your* side of the box? Cause maybe I misunderstood, but I thought the FCC required the firewire to be usable, if downrezzed. |
[18:27:00] | Baylink: | I *know* they're encrypted on the wire... |
[18:27:00] | darkdrgn2k: | whats the module for the SIS audio onboard thign |
[18:27:00] | kyu_flux: | you know I might just install a real distribution (ie: gentoo) and be done with it – i'm not really sure why I don't get any transcoders |
[18:27:00] | Flimzy: | Baylink: It requires the firewire link, yes. But AFAIK, it doesn't require the firewire output unencrypted data. |
[18:27:00] | kyu_flux: | it says "Automatically transcode" but I don't get an option on WHAT to transcode it to |
[18:27:00] | Juski: | oh yeah.. got mythtv changing channels on my cable box with my custom script now |
[18:28:00] | Flimzy: | Baylink: I can't watch channel 101... which is encrypted |
[18:28:00] | banyan: | There's a kernel parameter that keeps the ivtv-fb from clobbering the consoles... anyone remember what the heck that was? |
[18:28:00] | Flimzy: | Baylink: I can watch unencrypted streams, tho |
[18:28:00] | Flimzy: | The firewire channel basically just outputs the raw stream |
[18:28:00] | Flimzy: | un-processed |
[18:29:00] | kcody: | hmm. ok, gotta ask... what encryption methods are they using |
[18:29:00] | Flimzy: | 5C |
[18:29:00] | kcody: | 5C?? |
[18:29:00] | Flimzy: | I think I need to turn on some deinterlacing filter |
[18:29:00] | Flimzy: | but first I should shower, and get ready to go help my boss wire his new house |
[18:30:00] | Flimzy: | I have a feeling I'll need to use multiple tuners |
[18:31:00] | Flimzy: | b/c I don't think Myth is gonna work using 1 tuner box with 2 tuner inputts |
[18:31:00] | Flimzy: | Man... ABC HD is great! I've never been able to watch HD paid programming before! |
[18:31:00] | kcody: | Flimzy: what capture card do you have? |
[18:32:00] | Flimzy: | kcody: PVR-500 |
[18:32:00] | Flimzy: | and an old WinTV 401, too |
[18:32:00] | Flimzy: | hehe |
[18:32:00] | Flimzy: | don't think I'll be using that, tho |
[18:32:00] | banyan: | PVR 500 does hd? |
[18:32:00] | Flimzy: | banyan: no |
[18:32:00] | kcody: | no it doesn't, his firewire is doing that |
[18:32:00] | banyan: | Oh, ok. |
[18:32:00] | Flimzy: | I'll probably get a total of 3 6208's |
[18:32:00] | Flimzy: | and set 1 to firewire |
[18:32:00] | Flimzy: | and the other 2 into the PVR-500 |
[18:32:00] | kcody: | Flimzy: i'd say go grab a pchdtv3000, and use -it- for the unencrypted QAM |
[18:33:00] | Flimzy: | kcody: Hmm... those cost, what? $300 or so? |
[18:33:00] | Cardoe (n=Cardoe@gentoo/developer/Cardoe) has joined #mythtv-users | |
[18:33:00] | Flimzy: | versus my practically free 6200? |
[18:33:00] | Flimzy: | no thanks |
[18:33:00] | Flimzy: | I'll stick with my 6200 |
[18:33:00] | kcody: | 170 last i asked |
[18:33:00] | banyan: | Anyone remember how to load ivtv-fb without kyboshing the console sessions? |
[18:33:00] | ** Flimzy gets free cable service ** | |
[18:33:00] | kcody: | no set top box, no extra subscription charge, no need for external tuner control |
[18:33:00] | Flimzy: | being an employee of Cox |
[18:33:00] | kcody: | oic |
[18:33:00] | kcody: | that's a little different lol |
[18:33:00] | Flimzy: | I pay like 50% of the box rental |
[18:33:00] | Flimzy: | but the service is fre |
[18:33:00] | Flimzy: | hehe |
[18:33:00] | kyu_flux: | damn auto transcode to divx/xvid seems a little strange |
[18:33:00] | Flimzy: | so withh 3 6208's, my monthly bill will be around $15 or so |
[18:34:00] | Flimzy: | maybe $20 |
[18:34:00] | kcody: | which means you'd pay for a pchdtv3000 in 9–14 months |
[18:34:00] | Flimzy: | Right now I have a 6412 phase III (DVR), a 6208, a 2000, and a 2500 |
[18:34:00] | Flimzy: | gonna take screen shots of them |
[18:34:00] | Flimzy: | kcody: No, the pchdtv3000 would only pay for 1 of the 3 6200's |
[18:35:00] | Flimzy: | kcody: I still need something to feed the PVR-500 |
[18:35:00] | Flimzy: | rental on a 6200 is normally $9.95 |
[18:35:00] | Flimzy: | I pay roughly $5 |
[18:35:00] | kyu_flux: | are you kidding me – gentoo's installation is _THIS_ simple? |
[18:35:00] | kyu_flux: | I mean `emerge mythtv` installs MySQL and everything? |
[18:35:00] | Flimzy: | Are you kidding me – debbian's installation is _THIS_ simple? |
[18:36:00] | Flimzy: | I type apt-get mythtv |
[18:36:00] | kyu_flux: | ok fine debian also |
[18:36:00] | Flimzy: | and it installs MySQL and everything? |
[18:36:00] | Flimzy: | and doesn't require me to recompile everything arbitrarilly? |
[18:36:00] | Flimzy: | :P |
[18:36:00] | ** Flimzy likes the Debian gentoo emulator... it writes random stuff to the disk and deletes it over and over again, to emulate the waste that is gentoo's recompile process ** | |
[18:37:00] | Flimzy: | kcody: So I would pay for a pchdtv in roughly 36 months. |
[18:37:00] | banyan: | yum install mythtv also does it for fc4 |
[18:37:00] | Flimzy: | kcody: By then, the DCT6200, and the pchdtv will both be obsolete, no doubt. |
[18:38:00] | Flimzy: | kcody: the pchdtv will certianly be cheaper by then :) |
[18:38:00] | Cardoe: | Flimzy: what recompile process? |
[18:38:00] | Cardoe: | it compiles it just once. |
[18:38:00] | Cardoe: | don't be ignorant |
[18:38:00] | Cardoe: | and cause debian is sooo simple |
[18:38:00] | banyan: | So nobody in here is running fc4 with a monitor as well as the tv-out? |
[18:38:00] | Cardoe: | because it's maintained in main debian |
[18:38:00] | Cardoe: | ;) |
[18:39:00] | Flimzy: | Cardoe: Once is one more time than necessary for most people :P |
[18:39:00] | Flimzy: | (I admit, I did recompile mythtv on my box... but that's b/c I wanted some specific features, and amd64 optimization) |
[18:39:00] | kcody: | 5C doesn't look -that- robust... |
[18:40:00] | Flimzy: | kcody: Well when you find a crack for it, let us all know :) |
[18:40:00] | Cardoe: | Flimzy: oh a shock.. |
[18:40:00] | kcody: | Flimzy: i chose gentoo because i want -every- binary to be that optimized. |
[18:40:00] | malaTG41 (n=Miranda@malas-dator.olf.sgsnet.se) Quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") | |
[18:40:00] | Cardoe: | Flimzy: And Gentoo would do that for you out of the box and no dicking around |
[18:40:00] | Flimzy: | Cardoe: Not if the extra features I wanted didn't exist in gentoo |
[18:40:00] | Cardoe: | kcody: it's not about optimization... don't be a ricer. |
[18:40:00] | Cardoe: | it's about customization |
[18:40:00] | Cardoe: | Flimzy: Name a specific feature you wanted that didn't exist in Gentoo. |
[18:41:00] | kcody: | Cardoe: it is for me. i want just about everything installed anyway, if that was my logic it would have been fedora. |
[18:41:00] | Gazz- (n=thanks@82-71-37-100.dsl.in-addr.zen.co.uk) has joined #mythtv-users | |
[18:41:00] | malaTG (n=Miranda@malas-dator.olf.sgsnet.se) has joined #mythtv-users | |
[18:41:00] | Flimzy: | Cardoe: I don't know specifically what exists in Gentoo. but I'm not stupid enough to believe that gentoo, or any other distro in existence, contains every possible feature a person would want. |
[18:41:00] | Flimzy: | Cardoe: And no, gentoo isn't about customizability. B/c Debian, RH, and any other distro can do that just as well... if not better. |
[18:42:00] | Cardoe: | Flimzy: all with recompiling and extra repos. |
[18:42:00] | Flimzy: | Cardoe: Gentoo is about obligatory recompiling. |
[18:42:00] | kyu_flux: | ok one last question for now – automatic commercial skipping |
[18:42:00] | Cardoe: | Flimzy: and actually yes, every MythTV feature is available |
[18:42:00] | Cardoe: | Flimzy: and it's not recompiling... because it's never initially compiled. |
[18:42:00] | Flimzy: | Cardoe: _true_ customizability and flexibility is about recompiling _when you need to_ |
[18:42:00] | kyu_flux: | I have it flagging the commercials – does "Automatically transcode" mean it removes them as it has time? |
[18:42:00] | Cardoe: | Flimzy: and unfortunately you're wrong... because binary packages are available |
[18:42:00] | Flimzy: | Cardoe: So you're telling me that _nobody_ has ever compiled MythTV on Gentoo? |
[18:43:00] | Cardoe: | Flimzy: what? you don't even make sense. |
[18:43:00] | kcody: | shoot that one down now; i did – but i had reason, i'm running cvs r300 drivers |
[18:43:00] | banyan (n=ban@S010600000a000001.cg.shawcable.net) Quit ("Leaving") | |
[18:43:00] | Flimzy: | Cardoe: You're telling me it's not a recompile. I'm telling you it is... b/c somebody has already compiled it, somewhere. The idea of a binary distribution is that we can share that work. |
[18:43:00] | Cardoe: | Flimzy: Stop trying to change the meaning of works to make yourself sound right. |
[18:43:00] | Flimzy: | Cardoe: Anyway, it's obvious we disagree. |
[18:43:00] | kcody: | Flimzy: it's not like you have to flip the bits yourself |
[18:43:00] | Cardoe: | Flimzy: and Gentoo is not a binary distribution |
[18:43:00] | Cardoe: | so it's not recompiling |
[18:44:00] | Flimzy: | Cardoe: Blah. You're the one changing meanings of words. But nonetheless, it doesn't matter. |
[18:44:00] | Flimzy: | Cardoe: You can use gentoo, and I can avoid it like the plague. And we'll neither be worse off for it. So lets drop it? |
[18:44:00] | Cardoe: | Flimzy: Go grab a dictionary and check every word I used. |
[18:44:00] | darkdrgn2k: | whats the module for the SIS audio onboard USE |
[18:44:00] | Cardoe: | Flimzy: and you can just be an ignorant Debian moron. |
[18:44:00] | Cardoe: | so yep. I'll drop it. |
[18:44:00] | Flimzy: | Cardoe: Yeah... that'll happen. |
[18:45:00] | Flimzy: | Cardoe: We don't need to call names. |
[18:45:00] | kcody: | Cardoe: this isn't exactly good p.r. |
[18:45:00] | ** Cardoe shrugs at kcody ** | |
[18:45:00] | Cardoe: | I have no time for ignorant Debian people. |
[18:45:00] | Flimzy: | Cardoe: I can use Debian, and even believe it to be "better", without calling other people names. |
[18:45:00] | kcody: | seems like you've had several minutes here |
[18:45:00] | kyu_flux: | all: this kinda started for me – let me take a stab at it |
[18:46:00] | kcody: | that, i might add, you've spent like a housewife in a mall |
[18:46:00] | ** Cardoe shrugs. ** | |
[18:46:00] | kyu_flux: | Flimzy: you might have your right to think debian is better than gentoo (or any other distribution) but your smart ass response to my comment was completely unnecessary |
[18:46:00] | kyu_flux: | Flimzy: that much you have to agree |
[18:46:00] | kcody: | are you cute? you can come be my housewife, and blow the dust off my cpu fans when you're bent over. quit being a dick. |
[18:46:00] | Flimzy: | kyu_flux: hehe... probably so. I don't even remember the comment any more. |
[18:46:00] | kyu_flux: | <kyu_flux> are you kidding me – gentoo's installation is _THIS_ simple? |
[18:47:00] | darkdrgn2k: | whats the module for the SIS audio onboard USE |
[18:47:00] | Cardoe: | kcody: fuck off. |
[18:47:00] | kyu_flux: | <Flimzy> Are you kidding me – debbian's installation is _THIS_ simple? |
[18:47:00] | Cardoe: | kcody: Who really cares what you have to say. |
[18:47:00] | Flimzy: | kyu_flux: Ah, yes |
[18:47:00] | Flimzy: | kyu_flux: I guess I wasn't expecting anyone to jump on that smartass comment with a troll war |
[18:47:00] | kcody: | thank you for making my point for me. |
[18:47:00] | Cardoe: | kcody: Go tweak your CFLAGS to high holy hell. |
[18:47:00] | darkdrgn2k: | whats the module for the SIS audio onboard USE |
[18:47:00] | kcody: | i really miss human channel ops. |
[18:47:00] | kyu_flux: | me, neither |
[18:47:00] | Cardoe: | kcody: Go ahead. Ask them to kick me. |
[18:48:00] | Flimzy: | Cardoe: Can you do us all a favor, and treat the people on this channel with some respect? Either by being less annoying to us, or by being quiet? |
[18:48:00] | darkdrgn2k: | i feel invisible |
[18:48:00] | Flimzy: | darkdrgn2k, I think it's called sis-something |
[18:48:00] | Cardoe: | Flimzy: if they have no respect to return, why? |
[18:48:00] | darkdrgn2k: | Flimzy: they shoudl be under /lib/modues/version/kernel/sound right? |
[18:49:00] | Flimzy: | Cardoe: you have no respect for me, but I'm not returning the disrespect by calling you names. Maybe you could try to be a bigger person, too. |
[18:49:00] | kyu_flux: | yeah this knoppmyth won't transcode automagically cause there aren't any transcoders profile groups... wow... |
[18:49:00] | Flimzy: | darkdrgn2k: OSS or ALSA? |
[18:49:00] | laga: | kids, play nice! |
[18:49:00] | darkdrgn2k: | Flimzy: i have no idea.. last time it auto detected them... |
[18:49:00] | kyu_flux: | guess play time with knoppmyth is over =) |
[18:49:00] | darkdrgn2k: | Flimzy: i though it was alsa but im no longer sure |
[18:49:00] | Flimzy: | darkdrgn2k: hehe. I always compile my own kernels... with the specific spport I need, which narrows down the number of options very easily |
[18:50:00] | kcody: | Cardoe: i started with backing you about gentoo. you're a dick. do the world a favor, and never issue another utterance in any venue, ever again. |
[18:50:00] | darkdrgn2k: | Flimzy: i know im lazy |
[18:50:00] | darkdrgn2k: | Flimzy: and cause of that im screwd.. why didint it auto detect! |
[18:50:00] | darkdrgn2k: | Flimzy: whats teh diff between oss and alsa |
[18:50:00] | darkdrgn2k: | aside from alsa being the standard now |
[18:50:00] | Flimzy: | what sis chipset? |
[18:51:00] | Flimzy: | OSS is old... |
[18:51:00] | Flimzy: | has limited features |
[18:51:00] | Flimzy: | but is also the best/only option for certian chipsets (usually some pretty old ones) |
[18:51:00] | darkdrgn2k: | wellt the sound is SIS audio accel rev 2 |
[18:51:00] | ** fdsd would never buy a Sis or via chipset ** | |
[18:51:00] | Flimzy: | heh |
[18:51:00] | Flimzy: | I hate SiS, too |
[18:51:00] | ** kcody did once... makes a good headless box. ** | |
[18:51:00] | Flimzy: | I used to live VIA |
[18:51:00] | Flimzy: | but I think I hate them now |
[18:52:00] | Flimzy: | VIA was the bomb back when my K6–3 was new |
[18:52:00] | Flimzy: | :) |
[18:52:00] | fdsd: | I had a vp6 which is a smp p3 board, but it was unstable |
[18:52:00] | darkdrgn2k: | i donno what chopset |
[18:52:00] | darkdrgn2k: | 730 5513 |
[18:52:00] | Flimzy: | I have some VIA board across the room... I finally just replaced it |
[18:52:00] | Flimzy: | ready to throw it away |
[18:52:00] | Cardoe: | fdsd: I had one of those.... it was awesome... too much heat though |
[18:52:00] | kyu_flux: | clean... nice... |
[18:52:00] | Flimzy: | the onboard LAN sucks... |
[18:52:00] | darkdrgn2k: | K7SEM |
[18:52:00] | Flimzy: | everything sucks, actually, come to think of it |
[18:53:00] | darkdrgn2k: | Flimzy: the sounblaster was over kill for it thoiygh so i took it out |
[18:53:00] | Cardoe: | kcody: "do the world a favor and never issue another utterance"... Now who's the whiny bitch? you. |
[18:53:00] | Flimzy: | darkdrgn2k: Is this a Myth box? |
[18:53:00] | Flimzy: | darkdrgn2k: Why is SB overkill? |
[18:53:00] | kyu_flux: | god i'm sorry I made such a simple comment |
[18:53:00] | Cardoe: | darkdrgn2k: is it a Crystal chip for sound? |
[18:53:00] | ** Flimzy has 2 SB Audigy's in his Mythbox... + the onboard ATI sound chip ** | |
[18:53:00] | darkdrgn2k: | Flimzy: cause 1/2 of its features DONT WORK! |
[18:53:00] | Flimzy: | darkdrgn2k: heh... that's better than 2/2 not working on the SiS currently :P |
[18:54:00] | Flimzy: | darkdrgn2k: which SB card do you have? |
[18:54:00] | darkdrgn2k: | Flimzy: Sound Blaster LIVE! 5.1 Platium |
[18:54:00] | darkdrgn2k: | Flimzy: and the SIS SHOULD WORK .. it kept pissing me off when i had the sb installed.. now its MISSING! |
[18:54:00] | ** kcody is unimpressed with copy-paste responses. ** | |
[18:54:00] | Flimzy: | darkdrgn2k: IF it was me... I'd recompile :) |
[18:54:00] | Flimzy: | darkdrgn2k: Oh, but wait... I'm using Debian, that's not possible! </troll> |
[18:55:00] | darkdrgn2k: | Flimzy: im using MANDRIVA |
[18:55:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[18:55:00] | darkdrgn2k: | (yes im TAKT lazy) |
[18:55:00] | Flimzy: | hehe |
[18:55:00] | Flimzy: | I've never used mandriva |
[18:55:00] | Flimzy: | but I'm sure it's possible to recompile your kernel there |
[18:55:00] | kyu_flux: | it's gotta be better than knoppmyth |
[18:55:00] | darkdrgn2k: | Flimzy: i spent enough time tryign the f-n RADEION 7000 VE to tv out... i siad IM TAKING THE SHORT ROAD FROM NOW ON |
[18:56:00] | Flimzy: | hehe |
[18:56:00] | Flimzy: | I wouldn't touch an ATI card with a 10-foot pole |
[18:56:00] | darkdrgn2k: | Flimzy: BTW i running it in VESA mode |
[18:56:00] | Flimzy: | especially not for myth |
[18:56:00] | darkdrgn2k: | Flimzy: and i got tones of ATI cards i ran on windows |
[18:56:00] | Flimzy: | Yeah, ATI is okay for windows, I guess |
[18:56:00] | Flimzy: | but I don't use windows |
[18:56:00] | Flimzy: | so that means little to me |
[18:57:00] | darkdrgn2k: | Flimzy: im ready to WACK the ATI with a 10 foot pole! |
[18:57:00] | Flimzy: | I do have an onboard ATI POS 800 something |
[18:57:00] | kyu_flux: | kcody: when's the last time you installed gentoo? |
[18:57:00] | Flimzy: | I thought about using it to free up the PCI-Express slot for a gigabit LAN |
[18:57:00] | kcody: | kyu_flux: last week, new laptop. |
[18:57:00] | darkdrgn2k: | Flimzy: what do i need to install to get sound working? just the driver right |
[18:57:00] | Flimzy: | But I don't think the ATI cards support hardware MPEG2 acceleration, which I pretty much need for HDTV output |
[18:57:00] | Flimzy: | darkdrgn2k: probably. |
[18:57:00] | kyu_flux: | fizzlewizzle-fosdem-x86 / dvd ? |
[18:58:00] | darkdrgn2k: | Flimzy: what gfx card ya got |
[18:58:00] | kcody: | Flimzy: ati supports hardware scaling and YUV->RGB, but not mpeg2 |
[18:58:00] | Flimzy: | darkdrgn2k: GeForce 6200 TC |
[18:58:00] | darkdrgn2k: | Flimzy: cause i want to get a DVB card soon to do hd |
[18:58:00] | kcody: | huh what huh? |
[18:58:00] | Flimzy: | darkdrgn2k: Pretty much a POS... but the cheapest PCI-Express card I could find... and should work for what I need |
[18:58:00] | kyu_flux: | hahaha i'm getting the gentoo distribution off of their bittorrent tracker |
[18:58:00] | Flimzy: | darkdrgn2k, I'm not using a dvb card |
[18:58:00] | darkdrgn2k: | Flimzy: fire waire? |
[18:59:00] | Flimzy: | darkdrgn2k: aye |
[18:59:00] | darkdrgn2k: | Flimzy: with a digital box? |
[18:59:00] | kyu_flux: | kcody: they have literally no information regarding what these are – but I see install_*_minimal, install_*_universal |
[18:59:00] | Flimzy: | looks like currently, Myth is using 37% CPU to display HD MPEG2 in 4:3 |
[18:59:00] | Flimzy: | and only 8% for SDTV |
[18:59:00] | Flimzy: | darkdrgn2k: yes |
[18:59:00] | kyu_flux: | but I see this fizzlewizzle stuff and it doesn't have any docs to say what it is |
[18:59:00] | darkdrgn2k: | to bad the bell basters wont get me a CAM so i wan use SATALITE on my pc |
[19:00:00] | kcody: | kyu_flux: use the universal, unless you really do want to deal with building the entire system up from the ground |
[19:00:00] | kcody: | kyu_flux: i wouldn't get gentoo off bittorrent, either, use an official mirror |
[19:00:00] | Flimzy: | time to shower |
[19:00:00] | darkdrgn2k: | maybe ill just use a soft cam instead :-P |
[19:00:00] | Flimzy: | and find my punch tool |
[19:00:00] | kyu_flux: | kcody: it's off the bittorrent tracker available from the gentoo web site |
[19:00:00] | darkdrgn2k: | oops did i say that outloud |
[19:01:00] | kcody: | kyu_flux: oic, haven't used it |
[19:02:00] | kyu_flux: | thanks for the help – this knoppmythBS is going down the crapper |
[19:03:00] | kcody: | later all |
[19:03:00] | kcody (i=nobody@pool-71-243-93-174.bos.east.verizon.net) Quit ("leaving") | |
[19:05:00] | fdsd (n=dcstimm@ip70-179-48-53.sd.sd.cox.net) Quit ("Leaving") | |
[19:08:00] | clintar (n=clintar@66.236.89.136.ptr.us.xo.net) Quit (Read error: 110 (Connection timed out)) | |
[19:09:00] | jcsmith: | hi all, quick question, i was watching/recording a basketball game earlier, the program guide had it ending at 2 pm so it quit recording, i quickly hit the record button again so as not to miss the last few minutes of the game, now is there any way i can get it to stop recording the program its currently recording with out deleting it? |
[19:11:00] | Ripp_is_away (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[19:12:00] | xris (n=xris@xris.forevermore.net) has joined #mythtv-users | |
[19:12:00] | ChanServ sets mode +v xris | |
[19:14:00] | Flimzy: | Is there any way to prevent 4:3 recordings to be stretched to 16:9 in the preview window? |
[19:14:00] | Flimzy: | not that it's particularly important... but would be nice.... hehe |
[19:15:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) Quit (Remote closed the connection) | |
[19:16:00] | _willcooke_: | Flimzy, I think you can choose the aspect ratio. Press M then go down to the aspect ratio option, then right, then choose |
[19:17:00] | Servo888 (n=Servo888@pcp0011429096pcs.sothfd01.mi.comcast.net) Quit ("Leaving") | |
[19:17:00] | Flimzy: | I'm talking about in the recordings manager |
[19:18:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) has joined #mythtv-users | |
[19:20:00] | SteveWrightNZ (n=steve@202.89.145.209) has joined #mythtv-users | |
[19:20:00] | Juski: | Flimzy: not really – just live with it |
[19:20:00] | Flimzy: | Juski: figures. hehe |
[19:21:00] | SteveWrightNZ: | anyone using the Pixelview PlayTV 400 USB ? |
[19:21:00] | Juski: | it's not such a big deal ;) |
[19:21:00] | Flimzy: | Juski: no.. just a tad annoying |
[19:21:00] | Flimzy: | I guess I could always turn off the preview window... |
[19:21:00] | Flimzy: | hhehe |
[19:22:00] | Kelerion: | okies.. here's one.. on the program guide – can the lefthand "channel name etc" column be extended? |
[19:22:00] | Juski: | why aren't all the pairs adjacent in CAT cables & sockets? is there a good reason for that? |
[19:22:00] | Juski: | Kelerion: yup |
[19:22:00] | Flimzy: | Juski: they go from inside out |
[19:22:00] | Flimzy: | Juski: to be backward compatible with older cables with fewer pairs |
[19:22:00] | Juski: | Flimzy: not all do |
[19:22:00] | Kelerion: | Juski.. is it a theme thing? |
[19:22:00] | Juski: | Kelerion: yup |
[19:22:00] | Juski: | ui.xml |
[19:23:00] | Kelerion: | thanks |
[19:23:00] | Flimzy: | Juski: Pair one is the center... pair 2 is outside of that. Pairs 3 & 4 are on the outside there |
[19:23:00] | Juski: | hmmm |
[19:23:00] | Juski: | Kelerion: there are 2 areas you'll need to change |
[19:23:00] | Flimzy: | Juski: That way you can plug a Cat3 cable in (which has only 2 pair), and the pairs line up |
[19:23:00] | darkdrgn2k: | why am i missing a dsp? |
[19:23:00] | Juski: | that's dumb! |
[19:23:00] | Flimzy: | Juski: why? |
[19:24:00] | Juski: | Flimzy: who uses CAT3 anymore? |
[19:24:00] | Flimzy: | Juski: practically every office building in the world |
[19:24:00] | Flimzy: | Juski: For phone |
[19:24:00] | darkdrgn2k: | LOL |
[19:24:00] | Juski: | small thing to fix on my CAT5 video/audio sender then |
[19:24:00] | Baylink: | Flimzy, that's only true about USOC (telephone) pinning: 568A and B do it differently. |
[19:25:00] | Flimzy: | Juski: In the walls, they run CAT5... then they're free to use CAT5 or CAT3, depending on whethere they're using that port for ethernet or phone |
[19:25:00] | Juski: | who needs wireless & coax when you have CAT5 going all around the house? ;) |
[19:25:00] | Baylink: | And yes, no one *recommends* buying new Cat3 for installs. |
[19:25:00] | Flimzy: | I should ammend mmy statement... s/world/U.S./ |
[19:26:00] | Flimzy: | Is there any v4l support for firewire devices? |
[19:26:00] | Flimzy: | Or do I have to use mythtv's native 6200 support to access that device? |
[19:27:00] | Juski: | CAT goes.. (pair to pair).. 1&2, 3&6, 4&5, 7&8 IIRC |
[19:27:00] | Juski: | Flimzy: no v4l for firewire |
[19:28:00] | Flimzy: | Are there any tools that can dump a raw MPEG stream from a firewire port to a file then? |
[19:28:00] | Flimzy: | other than dvgrab, which doesn't think I have a camera :P ((which I don't) |
[19:28:00] | Juski: | Flimzy: dunno.. should be some mention of it in the firewire setup guides out there |
[19:28:00] | Flimzy: | maybe I can fool dvgrab into thinking I have a camera, tho |
[19:31:00] | Kelerion: | anyone have a "convert to xvid" userjob setup? |
[19:31:00] | Kelerion: | or similar |
[19:32:00] | _willcooke_: | Kelerion, does it have to be a user job? You can change your transcode job to conver to xvid |
[19:33:00] | dougl (n=doug@S0106000c41aebcf9.wp.shawcable.net) has joined #mythtv-users | |
[19:33:00] | Kelerion: | I want to be able to specify on a per-recording basis from the recorded screen |
[19:33:00] | Juski: | time to eat I think |
[19:33:00] | Coume (n=Coume@cpc2-duns4-4-0-cust16.lutn.cable.ntl.com) has joined #mythtv-users | |
[19:39:00] | Ripp_is_away is now known as Ripp | |
[19:50:00] | rpete (n=rpete@pool-70-22-255-123.bos.east.verizon.net) Quit (Remote closed the connection) | |
[19:54:00] | tecnico (n=tecnico@user-24-236-120-2.knology.net) Quit (Read error: 110 (Connection timed out)) | |
[19:56:00] | ** SteveWrightNZ points at his Pixelview PlayTV 400 USB question ** | |
[19:58:00] | Esotericisms (n=esoteric@ip68-229-113-159.hr.hr.cox.net) has joined #mythtv-users | |
[20:00:00] | dougl (n=doug@S0106000c41aebcf9.wp.shawcable.net) Quit (Remote closed the connection) | |
[20:02:00] | js2638 (i=js2638@xmission.xmission.com) has joined #mythtv-users | |
[20:05:00] | dougl (n=doug@S0106000c41aebcf9.wp.shawcable.net) has joined #mythtv-users | |
[20:11:00] | darkdrgn2k: | ok i got my sound drivers installed but im misisng /dev/dsp |
[20:11:00] | darkdrgn2k: | why? |
[20:14:00] | dtm: | darkdrgn2k: maybe coz you didn't load them |
[20:14:00] | _willcooke_: | darkdrgn2k, maybe you need to mknod /dev/dsp? |
[20:14:00] | darkdrgn2k: | _willcooke_: isitn udev sopposed to do that |
[20:14:00] | darkdrgn2k: | dtm: the mod ARE loaded |
[20:15:00] | darkdrgn2k: | snd_trident |
[20:15:00] | _willcooke_: | darkdrgn2k, yeah, it should do. Maybe then you need a udev script |
[20:15:00] | _willcooke_: | darkdrgn2k, what distro? |
[20:15:00] | darkdrgn2k: | mandriva 2006 |
[20:15:00] | dtm: | darkdrgn2k: what about the oss compat module |
[20:15:00] | _willcooke_: | darkdrgn2k, I've never used that sorry |
[20:15:00] | darkdrgn2k: | dtm: what about it? |
[20:16:00] | darkdrgn2k: | _willcooke_: i knwo it worked befor i formate |
[20:16:00] | dtm: | darkdrgn2k: what do you think, what about it :) is it loaded? that's what provides /dev/dsp |
[20:16:00] | _willcooke_: | darkdrgn2k, cat /proc/asound/cards |
[20:17:00] | darkdrgn2k: | 0 [SI7018 ]: SI7018 – SiS SI7018 |
[20:17:00] | darkdrgn2k: | SiS SI7018 PCI Audio at 0xd800, irq 10 |
[20:18:00] | darkdrgn2k: | and alsamixer works |
[20:18:00] | _willcooke_: | darkdrgn2k, In which case try setting the audio device in myth to ALSA:default (just type it in) |
[20:18:00] | darkdrgn2k: | _willcooke_: where do i set that? |
[20:18:00] | darkdrgn2k: | _willcooke_: cause its a PVR in there.. it has no audio setup part |
[20:19:00] | _willcooke_: | darkdrgn2k, this is for playback? |
[20:19:00] | darkdrgn2k: | _willcooke_: yeh |
[20:19:00] | darkdrgn2k: | _willcooke_: but stupid question, im trying ot basically move my PVR from the BACKEND to a FRONTEND that im turning into a slave |
[20:19:00] | _willcooke_: | darkdrgn2k, setup -> general -> next until you see Audio, then Audio Output Device |
[20:20:00] | _willcooke_: | darkdrgn2k, I think you might be asking the wrong person here! |
[20:20:00] | darkdrgn2k: | _willcooke_: hmm cause the backend doesnt see the slave's card.. in mythtv-setup |
[20:20:00] | darkdrgn2k: | WHAT my main comp lost dsp too now |
[20:20:00] | darkdrgn2k: | you say |
[20:20:00] | darkdrgn2k: | ASLA:default |
[20:21:00] | _willcooke_: | darkdrgn2k, ? |
[20:21:00] | darkdrgn2k: | _willcooke_: my backend has a framegrabber |
[20:21:00] | darkdrgn2k: | _willcooke_: and i lost /dev/dsp on it too |
[20:21:00] | _willcooke_: | darkdrgn2k, Sorry dude, I'm all out of ideas |
[20:21:00] | ** _willcooke_ is only a noob ** | |
[20:22:00] | darkdrgn2k: | darkdrgn2k, In which case try setting the audio device in myth to ALSA:default (just type it in) |
[20:22:00] | darkdrgn2k: | ARGH!!! |
[20:23:00] | darkdrgn2k: | di /dev/dsp OSS? |
[20:23:00] | darkdrgn2k: | *is |
[20:24:00] | _willcooke_: | darkdrgn2k, I think it's alsa emulation of oss |
[20:24:00] | darkdrgn2k: | i wonder why it would disapear like that |
[20:26:00] | CyberKnet (n=CyberKne@ip68-13-246-61.ok.ok.cox.net) has joined #mythtv-users | |
[20:37:00] | Filip^ (n=Filip@sterrenbos.demon.nl) Quit (Read error: 104 (Connection reset by peer)) | |
[20:38:00] | a1fa|64 (n=a1fa@24.144.51.82) has joined #mythtv-users | |
[20:38:00] | a1fa|64: | yo |
[20:39:00] | CyberKnet: | no |
[20:40:00] | a1fa|64: | hehe |
[20:40:00] | ** a1fa|64 is sad.. ** | |
[20:40:00] | mjmac (n=mjmac@pdpc/supporter/active/mjmac) Quit (Read error: 104 (Connection reset by peer)) | |
[20:40:00] | a1fa|64: | lirc_streamzap is still defuctored with 2.6.15 :( |
[20:41:00] | CyberKnet: | aaah |
[20:41:00] | ** CyberKnet is reinstalling cacti to get back his pretty graphs ** | |
[20:41:00] | a1fa|64: | cacti is nice |
[20:41:00] | a1fa|64: | :P |
[20:41:00] | a1fa|64: | but i want my streamzap to work |
[20:42:00] | laga: | fix it |
[20:43:00] | a1fa|64: | laga: how? |
[20:43:00] | laga: | dunno |
[20:43:00] | a1fa|64: | there was a patch on the mailing list |
[20:43:00] | a1fa|64: | but that didnt fix it |
[20:43:00] | CyberKnet: | pound keys |
[20:43:00] | a1fa|64: | pound a$$ |
[20:43:00] | CyberKnet: | if that fails, get a hammer |
[20:44:00] | a1fa|64: | i got a hummer |
[20:44:00] | CyberKnet: | If it doesn't fix it, you'll at least feel better |
[20:44:00] | CyberKnet: | *sigh* |
[20:44:00] | a1fa|64: | everybody is reporting problems regarding 2.6.15 and lirc |
[20:44:00] | a1fa|64: | but nobody is making a patch |
[20:44:00] | laga: | do you see the problem with that? |
[20:45:00] | a1fa|64: | Unable to handle kernel NULL pointer dereference at virtual address 00000000 |
[20:45:00] | a1fa|64: | printing eip: |
[20:45:00] | a1fa|64: | yeah, i do... :* makes me sad |
[20:45:00] | CanadaBoy (n=none@fctnnbsc16w-156034218056.nb.aliant.net) Quit (Read error: 104 (Connection reset by peer)) | |
[20:47:00] | Kelerion: | laga – how's the integration going? |
[20:47:00] | laga: | Kelerion: what integration? |
[20:47:00] | Kelerion: | paper airplane integration |
[20:47:00] | laga: | oh, right |
[20:48:00] | laga: | Kelerion: i think i've got to go back to the drawing board. the paper just wasn't the right one for my purposes |
[20:48:00] | Kelerion: | bugger |
[20:49:00] | term (n=term@pcp04509291pcs.gambrl01.md.comcast.net) has left #mythtv-users | |
[20:49:00] | redline-: | guys, any suggestion on why rip dvd wont work but gives no errors in myth? |
[20:49:00] | _willcooke_: | laga, what sort of paper do you have on the drawing board? ;p |
[20:49:00] | laga: | Kelerion: nice monkey! :) |
[20:50:00] | laga: | _willcooke_: top-secret. |
[20:50:00] | Kelerion: | thanks! |
[20:50:00] | _willcooke_: | redline-, I've had a load of problems with DVD rip, so I just created a shell script to mencoder it |
[20:50:00] | _willcooke_: | monkey?? |
[20:50:00] | laga: | redline-: probably mtd not running |
[20:50:00] | redline-: | mencoder is the program that does it? |
[20:50:00] | redline-: | whats mtd? |
[20:50:00] | _willcooke_: | encodes m's (movies) |
[20:50:00] | redline-: | ok ill check it out |
[20:51:00] | _willcooke_: | myth transocde deamon |
[20:51:00] | confusi0n: | TVRec(1) Error: Channel: '1' was not found in the database. |
[20:51:00] | confusi0n: | Most likely, your DefaultTVChannel setting is wrong. |
[20:51:00] | confusi0n: | Could not start livetv. |
[20:51:00] | confusi0n: | any idea why this would happen? |
[20:51:00] | confusi0n: | hi |
[20:51:00] | confusi0n: | i do have a channel '1' in mythtv-steup |
[20:51:00] | confusi0n: | its confusing me greatly, lol |
[20:52:00] | redline-: | willcooke: is that built by default in myth? |
[20:52:00] | a1fa|64: | confusi0n: what version? |
[20:52:00] | a1fa|64: | change the default channel |
[20:52:00] | Coume (n=Coume@cpc2-duns4-4-0-cust16.lutn.cable.ntl.com) has left #mythtv-users | |
[20:52:00] | _willcooke_: | redline-, dunno – if not ./configure --enable-mtd |
[20:53:00] | redline-: | i dont have transcode installed |
[20:53:00] | confusi0n: | a1fa: its the svn version, latest, do you mean the default channel in the videosource section? |
[20:53:00] | redline-: | emerg'ing it now |
[20:53:00] | _willcooke_: | redline-, that'll do it! |
[20:54:00] | redline-: | im a total newb when i comes to manuipulating videos |
[20:54:00] | znoG: | guys, a PVR-350 card is worth about US $150 right? |
[20:54:00] | a1fa|64: | ya |
[20:54:00] | a1fa|64: | znoG: $120 |
[20:54:00] | a1fa|64: | i bought my PVR-500 for $130 |
[20:54:00] | redline-: | get a pvr 500 and a cheal nvidia card |
[20:54:00] | redline-: | cheap |
[20:55:00] | a1fa|64: | my cheap nvidia was $20 |
[20:55:00] | znoG: | why the PVR-500? how is it better than the 350? |
[20:55:00] | znoG: | i know the 150 doesn't have any hardware encoding/decoding |
[20:55:00] | redline-: | same i got a mx440 for 15 off emay |
[20:55:00] | znoG: | and the 350 has a remote |
[20:55:00] | confusi0n: | any ideas? |
[20:55:00] | redline-: | 150 has encoding not decoding |
[20:55:00] | a1fa|64: | PVR-500 – dual tuner |
[20:55:00] | znoG: | they're ripping people off in .au for the 350.. charging above AU$350 (US$250–300 or so) |
[20:55:00] | redline-: | confusion did you run mythfilldatabase? |
[20:56:00] | mjmac (n=mjmac@cpe-69-207-227-173.maine.res.rr.com) has joined #mythtv-users | |
[20:56:00] | redline-: | or even mythtv-setup |
[20:56:00] | confusi0n: | redline-: yeah |
[20:56:00] | confusi0n: | redline-: both... its steup for recieving from dbox. mythbackend is changing the channel fine, but when i try live tv i get that error from TVRec |
[20:56:00] | redline-: | run mythtv-setup again and goto you capture card, set starting channel to 2 or 3 or 4 etc.. |
[20:57:00] | confusi0n: | i will, i'll give that a go now |
[20:58:00] | redline-: | i just need to say Giants SUCK, and im a Giants fan! |
[20:59:00] | js2638: | why? what did they do? |
[21:00:00] | Beirdo: | probably lost? |
[21:00:00] | a1fa|64: | anybody running 2.6.15? |
[21:00:00] | Beirdo: | just the fact that they exist is enough for some to say they suck |
[21:01:00] | js2638: | how existentialist of you |
[21:01:00] | confusi0n: | redline-: just tried that. changed it to '3', but tvrec still gives the same error... |
[21:01:00] | confusi0n: | 2006-01–08 21:10:47.487 TVRec(1) Error: Channel: '1' was not found in the database. |
[21:01:00] | confusi0n: | Most likely, your DefaultTVChannel setting is wrong. |
[21:01:00] | confusi0n: | Could not start livetv. |
[21:01:00] | confusi0n: | 2006-01–08 21:10:47.487 TVRec(1) Error: CreateLiveTVRingBuffer() failed |
[21:01:00] | confusi0n: | 2006-01–08 21:10:47.487 TVRec(1) Error: Failed to create RingBuffer 2 |
[21:01:00] | Juski: | oo.. that'll be because a channel of number '1' doesn't exist.. however did that happen? |
[21:02:00] | squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) has joined #mythtv-users | |
[21:02:00] | Beirdo: | confusi0n, did you restart the backend after the setup change? |
[21:03:00] | confusi0n: | yeah, im stopping the backend before i run mythtv-setup, then im running mythfilldatabase when im finished |
[21:03:00] | confusi0n: | Juski: channel number 1 does exist in the setup though, its assigned to bbc one england |
[21:03:00] | confusi0n: | i dunno whats going wrong |
[21:03:00] | confusi0n: | is something corrupt? |
[21:03:00] | Beirdo: | the US government is |
[21:03:00] | js2638: | I'm fairly corrupt |
[21:03:00] | _willcooke_: | :) |
[21:04:00] | confusi0n: | lol |
[21:04:00] | Beirdo: | walked right into that one |
[21:04:00] | confusi0n: | indeed :D |
[21:04:00] | confusi0n: | is there anyway i can directly check the database for that default channel value? |
[21:05:00] | confusi0n: | i mean, when i start mythtv-setup, everything is as i left it, so surely the database is saving correctly? |
[21:06:00] | Juski: | I changed the default channel on my box today.. restarted mythbackend & it took the change happily |
[21:06:00] | Beirdo: | sounds like it |
[21:07:00] | Beirdo: | you sure you didn't forget to restart the backend just this once? |
[21:07:00] | ** _willcooke_ passes Juski a handbag ** | |
[21:07:00] | confusi0n: | is there a particular way i should be starting mythbackend? |
[21:07:00] | Beirdo: | a barf-bag? |
[21:07:00] | confusi0n: | im running it from the command line |
[21:07:00] | confusi0n: | as i installed from svn sources |
[21:07:00] | Beirdo: | kill it and restart it |
[21:07:00] | _willcooke_: | Beirdo, they have been used a barf bags in the past |
[21:08:00] | confusi0n: | no process killed |
[21:08:00] | confusi0n: | so i am restarting it successfully |
[21:08:00] | confusi0n: | would running it as root cause any problem? |
[21:08:00] | Juski: | not necessarily |
[21:09:00] | confusi0n: | nah, no difference |
[21:09:00] | ** confusi0n pulls his hair out ** | |
[21:10:00] | Juski: | confusi0n: the setting is stored in 'DefaultTVChannel' in the 'settings' table |
[21:10:00] | darkdrgn2k: | hey, im trying ot move a PVR150 from my BACKEN server into a FRONTEND settop |
[21:10:00] | darkdrgn2k: | What do i have to do to get this done |
[21:10:00] | darkdrgn2k: | i ASSUEM i need ot install the BACKEND on the front |
[21:11:00] | _willcooke_: | way to type! ;p |
[21:11:00] | Juski: | darkdrgn2k: yeh you need the frontend to run as a slave backend |
[21:11:00] | confusi0n: | Juski: should i be typing 'mysqlshow mythconverg settings'? as it shows no DefaultTVChannel, only 'value', 'data', and 'hostname' |
[21:11:00] | darkdrgn2k: | Juski: is there any docs that explain how to do that |
[21:11:00] | confusi0n: | Juski: sorry, i dont know anythig about mysql :/ |
[21:11:00] | darkdrgn2k: | Juski: cause i cantsee, tp get ot tp wprl |
[21:12:00] | Beirdo: | heheheh |
[21:12:00] | ** Juski uses webmin, but many people opt fot phpmyadmin ** | |
[21:12:00] | darkdrgn2k: | Juski: do i just install the backend on the computer, then run mythtv-setup? |
[21:12:00] | Beirdo: | your right hand is off by one, darkdrgn2k |
[21:12:00] | ** Juski dsfghj ergwhj fdsghjg eg egrhj ** | |
[21:12:00] | darkdrgn2k: | Beirdo: keep jumping from keybord to keyboard :-P |
[21:12:00] | darkdrgn2k: | sory |
[21:13:00] | Beirdo: | and yes |
[21:13:00] | ** Juski labels his cat5 sockets ** | |
[21:13:00] | darkdrgn2k: | i cant seem to catch the tuner on the slave! |
[21:13:00] | Beirdo: | point it at the same database and run the setup for the slave backend |
[21:13:00] | Beirdo: | be sure to set the "master backend" to the master backend's IP |
[21:13:00] | darkdrgn2k: | Beirdo: i did that but cant seem to get it to work |
[21:14:00] | Beirdo: | always used to work for me |
[21:14:00] | darkdrgn2k: | Beirdo: :( |
[21:14:00] | darkdrgn2k: | Beirdo: maybe youll know then why i dont have a /dev/dsp even though i installed the sound driver |
[21:14:00] | darkdrgn2k: | Beirdo: is there a module that does OSS emulation on alsa? |
[21:14:00] | ** Juski is sick of asking if people have verified the tuner works on their system before going into mythtv to set it up ** | |
[21:14:00] | Beirdo: | yes |
[21:14:00] | Beirdo: | but I don't know what it is |
[21:14:00] | Beirdo: | I don't do ALSA |
[21:15:00] | darkdrgn2k: | Juski: always.. mpeg card you can use mplayer, otherwaswy xwatv |
[21:15:00] | confusi0n: | grr |
[21:16:00] | confusi0n: | they're all in the database |
[21:16:00] | darkdrgn2k: | Beirdo: when you run mythtv-setup from the slave, are you sopposed to see the cards on the master |
[21:16:00] | darkdrgn2k: | Beirdo: and when you run it on the master are you sopposed to see the salve? |
[21:16:00] | darkdrgn2k: | cause i am not either way |
[21:17:00] | Beirdo: | no |
[21:18:00] | darkdrgn2k: | ok good.. |
[21:18:00] | Beirdo: | you setup only the local cards |
[21:18:00] | darkdrgn2k: | but i still cant catch the PVR card! |
[21:19:00] | simcop2387 (n=root@p3m/member/simcop2387) has joined #mythtv-users | |
[21:20:00] | kahuna_ (n=booger@c-24-11-125-179.hsd1.mi.comcast.net) has joined #mythtv-users | |
[21:20:00] | Servo888 (n=Servo888@pcp0011429096pcs.sothfd01.mi.comcast.net) has joined #mythtv-users | |
[21:22:00] | xpis (n=xpis@cpe-71-65-48-5.insight.res.rr.com) has joined #mythtv-users | |
[21:23:00] | znoG: | does the PVR-150 MCE remote control work with lirc? |
[21:24:00] | shacha (n=shacha@32.179.8.67.cfl.res.rr.com) has joined #mythtv-users | |
[21:25:00] | confusi0n (n=cold@host-212-158-200-248.bulldogdsl.com) Quit ("Lost terminal") | |
[21:25:00] | Beakster (n=ThomsonC@81-179-102-205.dsl.pipex.com) has joined #mythtv-users | |
[21:27:00] | redline-: | hey is the current svn checkout stable? |
[21:27:00] | _willcooke_: | redline-, it's working for me |
[21:27:00] | redline-: | i gotta recompile again and was gonna update |
[21:28:00] | _willcooke_: | redline-, I compiled about 3 hours ago and all is good so far |
[21:28:00] | rcox (i=rcox@dsl254-118-199.nyc1.dsl.speakeasy.net) has joined #mythtv-users | |
[21:28:00] | redline-: | cool |
[21:28:00] | rcox is now known as rachel | |
[21:29:00] | redline-: | will a .configure see transcoade installed and auto do it or do i need to specify in the command line? |
[21:29:00] | rachel: | anyone here have both HD recordings and regular recordings? my regular recordings get stretched to the width of the tv on playback |
[21:31:00] | darkdrgn2k: | ok.. how do you switch tuners in MYTH? |
[21:31:00] | redline-: | c on the keyboard |
[21:31:00] | darkdrgn2k: | GRRR id DOESNT work :( |
[21:32:00] | redline-: | did you assign a video source to you extra tuner? |
[21:32:00] | darkdrgn2k: | yep |
[21:32:00] | redline-: | cat /dev/video1 > test1.mpg |
[21:32:00] | redline-: | mplayer test1.mpg |
[21:33:00] | redline-: | actually you can mplayer /dev/video1 |
[21:33:00] | darkdrgn2k: | yeh |
[21:33:00] | darkdrgn2k: | its /dev/video0 :-D |
[21:34:00] | Beirdo: | you did tell the setup that it's a PVR-150 right, not a V4L card? |
[21:34:00] | redline-: | well if you only video0 then your extra tuner may not be seen from my understandings |
[21:34:00] | darkdrgn2k: | Yep |
[21:34:00] | darkdrgn2k: | well.. 250 |
[21:34:00] | Beirdo: | OK, whatever :) |
[21:34:00] | darkdrgn2k: | hmm |
[21:34:00] | Beirdo: | have you restarted the master backend since you added the slave backend? |
[21:34:00] | darkdrgn2k: | not showing :-S |
[21:34:00] | darkdrgn2k: | rebooted both |
[21:37:00] | kahuna_ (n=booger@c-24-11-125-179.hsd1.mi.comcast.net) Quit ("leaving") | |
[21:38:00] | jvs (n=jvs@cm64-247.liwest.at) Quit ("If it lives, compile it! :)") | |
[21:39:00] | shacha: | i thought it was y, not c... |
[21:39:00] | shacha: | to switch tuners |
[21:40:00] | Beirdo: | one changes tuners, the other inputs (I think) |
[21:40:00] | _willcooke_: | y changes cards on my box |
[21:42:00] | darkdrgn2k: | which one is which |
[21:43:00] | shacha: | y is tuners – my bad |
[21:43:00] | shacha: | i mean cards |
[21:43:00] | shacha: | wow – out of it today |
[21:44:00] | darkdrgn2k: | any ever get ati tv out working on an older card |
[21:46:00] | thechris: | darkdrgn2k: have you tried hooking it up to the tv? |
[21:47:00] | darkdrgn2k: | thechris: yes.. it only works in VESA mode |
[21:47:00] | topping: | is there a way to gracefully shutdown mythbackend? i want to finish the jobs that are currently running |
[21:48:00] | thechris: | darkdrgn2k: there is an ati gatos module |
[21:48:00] | thechris: | darkdrgn2k: this module can be built, and will be included in future versions of Xorg |
[21:49:00] | darkdrgn2k: | thechris: umm gatos is ANCIENT |
[21:49:00] | darkdrgn2k: | it SHOULD of already been included if it would ahve been :-P |
[21:50:00] | thechris: | darkdrgn2k: eh, i just spent $20 for an nvidia card |
[21:50:00] | darkdrgn2k: | 20 bucks only??? argh |
[21:50:00] | darkdrgn2k: | id rather save my money and get a card that does mpeg2 decoding |
[21:51:00] | darkdrgn2k: | can any one suggest anythign |
[21:52:00] | mirak_ (n=mirak@AAubervilliers-152-1-10-96.w82-121.abo.wanadoo.fr) has joined #mythtv-users | |
[21:52:00] | riddlebox (n=james@24-171-11-166.dhcp.stls.mo.charter.com) Quit ("Leaving") | |
[21:53:00] | thechris: | darkdrgn2k: i think gatos does have the tv support. |
[21:53:00] | SteveWrightNZ (n=steve@202.89.145.209) has left #mythtv-users | |
[21:55:00] | malaTG (n=Miranda@malas-dator.olf.sgsnet.se) Quit (Read error: 104 (Connection reset by peer)) | |
[21:56:00] | darkdrgn2k: | thechris: "December 2, 2001" |
[21:56:00] | darkdrgn2k: | if its not in Xorg yet, then it never will be |
[21:56:00] | darkdrgn2k: | any one know if gatos has been merged into Xorg? |
[21:56:00] | Beirdo: | I'm sure the xorg people or the gatos people would know |
[21:57:00] | thechris: | last i checked it was moving into xorg7 |
[21:57:00] | darkdrgn2k: | gmm |
[21:57:00] | darkdrgn2k: | sept 2004 is the last driver |
[21:57:00] | thechris: | http://gatos.sourceforge.net/ |
[21:57:00] | darkdrgn2k: | im already there |
[21:58:00] | darkdrgn2k: | "Radeon TV-input code has been merged into X.Org CVS, to appear in release 7.0. |
[21:58:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) has joined #mythtv-users | |
[21:58:00] | Juski: | wth would TV input code be doing in X.org? |
[21:59:00] | darkdrgn2k: | Juski: AIW |
[21:59:00] | Juski: | surely v4l would be a better prospect |
[21:59:00] | Juski: | v4l for the input side |
[21:59:00] | thechris: | in anycase, i think you have options of: vesa, radeon, ati-gatos. that is all. |
[21:59:00] | darkdrgn2k: | Juski: but AIW dont have to much v4l extension thast why myth wont work with it |
[21:59:00] | thechris: | Juski: you would think... but this is ati. |
[21:59:00] | bronco1 (n=mail@bgp924240bgs.brghtn01.mi.comcast.net) has joined #mythtv-users | |
[21:59:00] | Juski: | exactly |
[22:00:00] | darkdrgn2k: | thechris: gatos IS merged into xorg |
[22:00:00] | Juski: | what does ATI stand for anyway? |
[22:00:00] | Beirdo: | who knows |
[22:00:00] | thechris: | a texas instruments? |
[22:00:00] | Notorious- (n=notoriou@d51A5B4F6.access.telenet.be) has joined #mythtv-users | |
[22:00:00] | bronco1: | There seems to be some issues with x86_64 and QMYSQL3... |
[22:00:00] | bronco1: | you cannot run mythtv-setup |
[22:00:00] | Beirdo: | they have nothing to do with Texas Intruments |
[22:00:00] | Chacabaou (n=daniel@dialin.212.114.181.140.NEFkom.net) Quit (Read error: 104 (Connection reset by peer)) | |
[22:00:00] | thechris: | bronco1: yes |
[22:00:00] | thechris: | bronco1: does it segfault? |
[22:00:00] | Juski: | so much for 64-bit being ready, then |
[22:01:00] | bronco1: | thechris: no, it just complains that Qt is not installed |
[22:01:00] | thechris: | bronco1: what distro |
[22:01:00] | darkdrgn2k: | Juski: Advanced Tehcnoliogu Inc ?!?!? |
[22:01:00] | bronco1: | I have found about 3–4 posts for this issue on google, but no resolutions yet |
[22:01:00] | bronco1: | thechris: Fedora |
[22:01:00] | Beirdo: | go to ati's website and see if you can find out if you care, Juski :) |
[22:01:00] | ** Juski is trying to think of a suitably insulting acronym ** | |
[22:01:00] | thechris: | bronco1: do you have the qt-mysql package installed? |
[22:01:00] | darkdrgn2k: | hmm wierd.. i cant find my con f file |
[22:02:00] | thechris: | not sure what fedora calls it |
[22:02:00] | bronco1: | thechris: check out http://fedoraforum.org/forum/showthread.php?p=431937#post431937 |
[22:02:00] | Beirdo: | ATI rules. bite me :) |
[22:02:00] | Beirdo: | hehe |
[22:02:00] | a1fa|64: | ati suckZZZZZZZZZZz |
[22:02:00] | a1fa|64: | :p |
[22:02:00] | thechris: | i have never said "i like this ATI product" |
[22:02:00] | bronco1: | thechris: yeah, I have been trying to fix this since for a few weeks now and am pretty stuck |
[22:02:00] | a1fa|64: | i steel need a patch for lirc_streamzap and 2.6.15 |
[22:02:00] | Beirdo: | not my fault you people can't get it working, my 9200SE always worked, and so does my 9600pro |
[22:02:00] | thechris: | i have said other things about ati though |
[22:02:00] | bronco1: | thechris: the above link explains the issues in detail |
[22:02:00] | a1fa|64: | Beirdo: what driver? |
[22:03:00] | ** a1fa|64 ports mythtv to windows ** | |
[22:03:00] | Beirdo: | the ATI-provided ones, of course |
[22:03:00] | a1fa|64: | good for you neegur |
[22:03:00] | darkdrgn2k: | wha conf file does xorg normaly use |
[22:03:00] | a1fa|64: | NVRM: not using NVAGP, an AGPGART backend is loaded! |
[22:03:00] | a1fa|64: | crazy ass |
[22:04:00] | thechris: | Beirdo: heh, 9200. lets talk about unsupported cards like 7000s |
[22:04:00] | ** Juski gives in to the fact ATI cards _are_ slightly better than nvidia ones, if only because with the right modeline you can hook up VGA to RGB/component very easily ** | |
[22:04:00] | Beirdo: | thechris, so get a modern card |
[22:04:00] | Beirdo: | :) |
[22:04:00] | thechris: | Beirdo: like an nvidia one! |
[22:04:00] | a1fa|64: | oh wow |
[22:04:00] | shacha (n=shacha@32.179.8.67.cfl.res.rr.com) has left #mythtv-users | |
[22:04:00] | Beirdo: | no like Radeon 8500 or newer |
[22:04:00] | Beirdo: | or an nvidia |
[22:04:00] | mirak (n=mirak@AAubervilliers-152-1-87-101.w86-203.abo.wanadoo.fr) Quit (Connection timed out) | |
[22:04:00] | Beirdo: | the Radeon 7000 is ancient |
[22:05:00] | thechris: | bronco1: possibly mythtv does not know where qt is |
[22:05:00] | Baylink (n=jra@rrcs-24-129-168-240.se.biz.rr.com) Quit ("User disconnected") | |
[22:05:00] | Beirdo: | hell, the 8500 is ancient |
[22:05:00] | a1fa|64: | this shit just loaded my streamzap driver w/o error |
[22:05:00] | darkdrgn2k: | hey i have a 7000! |
[22:05:00] | thechris: | i've had to set that before for some compiles in gentoo |
[22:05:00] | thechris: | what command shows env? |
[22:05:00] | Beirdo: | that's like trying to get a Voodoo3 working, not many people will care |
[22:05:00] | thechris: | hmm... |
[22:06:00] | thechris: | bronco1: env | grep qt |
[22:06:00] | thechris: | do you get anything? |
[22:06:00] | a1fa|64: | how do i see if lirc is enabled w/ mythtv |
[22:07:00] | bronco1: | thechris: nothing |
[22:07:00] | Chacabaou (n=daniel@dialin.212.114.181.140.NEFkom.net) has joined #mythtv-users | |
[22:07:00] | thechris: | bronco1: that is your issue. mythtv cannot find qt |
[22:07:00] | bronco1: | I know! |
[22:07:00] | bronco1: | heh |
[22:07:00] | a1fa|64: | how do i tell if mythtv is compiled with lirc support |
[22:07:00] | thechris: | bronco1: using bash? |
[22:08:00] | bronco1: | yeah |
[22:08:00] | bronco1: | fedora FC4 |
[22:08:00] | thechris: | bronco1: $PATH |
[22:08:00] | Chacabaou: | a1fa|64: mythbackend --version|grep --color lirc |
[22:08:00] | thechris: | or echo $PATH |
[22:09:00] | bronco1: | "/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11 R6/bin:/home/mythtv/bin |
[22:09:00] | a1fa|64: | sweet |
[22:09:00] | mchou (n=mchou@c-71-198-123-249.hsd1.ca.comcast.net) has joined #mythtv-users | |
[22:10:00] | thechris: | bronco1: you will need to: export PATH="${PATH}:/usr/qt/3/bin"; export QTDIR="/usr/qt/3" |
[22:10:00] | thechris: | or whatever is appropriate |
[22:10:00] | thechris: | make sure /usr/qt/3/bin exists |
[22:11:00] | Notorious (n=notoriou@d51A5B4F6.access.telenet.be) Quit (Connection timed out) | |
[22:11:00] | a1fa|64: | lol |
[22:11:00] | a1fa|64: | kernel failure is gone |
[22:12:00] | splat1 is now known as splAt1 | |
[22:13:00] | a1fa|64: | ok |
[22:13:00] | bronco1: | thechris: /usr/lib/qt-3.3/bin & /usr/lib64/qt-3.3/bin |
[22:13:00] | a1fa|64: | another problem |
[22:13:00] | a1fa|64: | lirc is loaded |
[22:13:00] | bronco1: | thechris: which one should I add? |
[22:13:00] | a1fa|64: | but mythtv is not responding to remote |
[22:13:00] | thechris: | bronco1: it should be safe to add both. i'd probably add lib64 first |
[22:13:00] | bronco1: | thechris: ok, trying... |
[22:14:00] | thechris: | export PATH="${PATH}:/usr/lib64/qt-3.3/bin:/usr/lib/qt-3.3/bin"; export QTDIR="/usr/qt/3" |
[22:14:00] | a1fa|64: | this is unbeliavable |
[22:14:00] | a1fa|64: | :P |
[22:14:00] | a1fa|64: | thanks god |
[22:14:00] | a1fa|64: | :P |
[22:14:00] | thechris: | works? |
[22:14:00] | a1fa|64: | what works :P |
[22:14:00] | thechris: | lirc |
[22:14:00] | a1fa|64: | lirc was giving me kernel freeze ups |
[22:15:00] | a1fa|64: | for some reason |
[22:15:00] | a1fa|64: | it works now |
[22:15:00] | a1fa|64: | i dont know why |
[22:15:00] | _willcooke_: | voodoo |
[22:15:00] | thechris: | devine intervention |
[22:15:00] | thechris: | in your favor |
[22:15:00] | a1fa|64: | thechris: deus ex machina |
[22:15:00] | a1fa|64: | the driver works |
[22:16:00] | a1fa|64: | but mythtv is not responding |
[22:16:00] | a1fa|64: | to lirc |
[22:16:00] | thechris: | have you set up the keybindings? |
[22:16:00] | zuralin (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) Quit (Read error: 104 (Connection reset by peer)) | |
[22:16:00] | bronco1: | thechris: no dice |
[22:16:00] | thechris: | bronco1: different error? |
[22:17:00] | bronco1: | nope, same |
[22:17:00] | a1fa|64: | Jan 8 16:16:32 mytivo lircd: lircd(streamzap) ready |
[22:17:00] | thechris: | bronco1: can you post the error message from mythtv? |
[22:17:00] | a1fa|64: | thechris: lircrc? |
[22:17:00] | darkdrgn2k: | any one ever get GATOS to work? |
[22:18:00] | bronco1: | thechris: check out http://fedoraforum.org/forum/showthread.php?p=431937 |
[22:18:00] | thechris: | a1fa|64: not sure what it is called. the guide at www.gentoo-wiki.com for mythtv explains that part |
[22:18:00] | Juski: | what's the point of even trying gatos if it's not even V4L compliant? |
[22:18:00] | zuralin (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) has joined #mythtv-users | |
[22:19:00] | darkdrgn2k: | Juski: for the video out |
[22:19:00] | Juski: | ahh yeh |
[22:20:00] | darkdrgn2k: | damit |
[22:20:00] | darkdrgn2k: | gatos outputs w/ horizontal lines |
[22:21:00] | thechris: | bronco1: that was the best i could think of. maybe reinstall qt-mysql |
[22:21:00] | thechris: | Juski: tvout. limited tv-in |
[22:22:00] | bronco1: | thechris: this is on a clean install of FC4 |
[22:22:00] | bronco1: | thechris: I have tried re-installing about 4x from fedora, mythtv-suite, mysql, and qt |
[22:22:00] | darkdrgn2k: | any idea why gatos outpouts with horoozntal lines |
[22:22:00] | thechris: | bronco1: you've managed to get further then i did with FC. i got white screens instead of the installer |
[22:22:00] | CyberKnet2 (n=CyberKne@ip68-13-246-61.ok.ok.cox.net) has joined #mythtv-users | |
[22:22:00] | CyberKnet (n=CyberKne@ip68-13-246-61.ok.ok.cox.net) Quit (Nick collision from services.) | |
[22:23:00] | thechris: | darkdrgn2k: i think that might be expalined on the gatos website |
[22:23:00] | thechris: | not sure if there was a soluton |
[22:23:00] | darkdrgn2k: | thechris: damit... i cant find it |
[22:23:00] | darkdrgn2k: | is ATI.2 the same as tv_output |
[22:24:00] | thechris: | i think those have been merged, but the website is confusing |
[22:24:00] | thechris: | which is why i just went to a new video card |
[22:24:00] | mchou (n=mchou@c-71-198-123-249.hsd1.ca.comcast.net) Quit (Read error: 104 (Connection reset by peer)) | |
[22:24:00] | mchou (n=mchou@c-71-198-123-249.hsd1.ca.comcast.net) has joined #mythtv-users | |
[22:25:00] | a1fa|64: | dud |
[22:25:00] | a1fa|64: | some idiots tried to prank call me |
[22:25:00] | a1fa|64: | they got all confused |
[22:25:00] | a1fa|64: | now it is time for them to feel the wearh of voip and 3 way calling |
[22:25:00] | a1fa|64: | * 10 |
[22:26:00] | cindy (n=cindy@c-71-193-12-147.hsd1.ca.comcast.net) Quit (Remote closed the connection) | |
[22:26:00] | _willcooke_ (n=will@88-110-95-19.dynamic.dsl.as9105.com) Quit (". . o u t . .") | |
[22:27:00] | a1fa|64: | i'll just pipe a police scanner |
[22:27:00] | a1fa|64: | or porn |
[22:28:00] | a1fa|64: | they hang up |
[22:29:00] | a1fa|64: | they didnt like my sweenska police scannner |
[22:29:00] | bronco1: | thechris: any more advice on what I should try? |
[22:29:00] | thechris: | bronco1: i'm thinking something was wrong with the qt-mysql package. it didn't set env up, and it seems not to work |
[22:31:00] | Faithful (n=Faithful@202-6-145-116.ip.adam.com.au) has joined #mythtv-users | |
[22:32:00] | Raven301 (n=raven_30@Toronto-HSE-ppp3907810.sympatico.ca) Quit () | |
[22:33:00] | darkdrgn2k: | what video card will do mpeg decofing? |
[22:34:00] | js2638: | do you mean decoding? |
[22:34:00] | js2638 is now known as jonK | |
[22:34:00] | darkdrgn2k: | yeh |
[22:35:00] | jonK: | hauppage pvr-350 |
[22:35:00] | darkdrgn2k: | ok lets try that again |
[22:35:00] | darkdrgn2k: | what video card will do mpeg decofing? |
[22:35:00] | thechris: | i hear someone used a mpeg decoder card ($10 on ebay) |
[22:35:00] | darkdrgn2k: | i have an mpeg decoder card.... |
[22:35:00] | thechris: | you mean decoding? |
[22:36:00] | darkdrgn2k: | yeh decoding |
[22:36:00] | darkdrgn2k: | i have an mpeg decoder card.... |
[22:36:00] | thechris: | have you tried using the overlay features on it? |
[22:36:00] | qupada (n=qupada@210-246-53-72.paradise.net.nz) has joined #mythtv-users | |
[22:36:00] | darkdrgn2k: | thechris: the point is..... |
[22:36:00] | darkdrgn2k: | thechris: i want a decoder in a vid card! |
[22:39:00] | sphenxes (n=sphenxes@u-127-236.adsl.univie.ac.at) Quit ("Leaving") | |
[22:40:00] | CyberKnet (n=CyberKne@ip68-13-246-61.ok.ok.cox.net) has joined #mythtv-users | |
[22:41:00] | GreyFoxx: | darkdrgn2k: well most any nvidia card (less than 2 or 3 years old) has mpeg decoding abilities |
[22:44:00] | a1fa|64: | dude ;P |
[22:44:00] | thechris (n=chris@cv517-216.cv.siue.edu) Quit ("IRL uptime 28 hours. must go down for maintainence") | |
[22:44:00] | laga: | judging by this quit message, he spent most of his uptime in front of the 'puter ;) |
[22:45:00] | ** GreyFoxx decides it's time to make suppoer ** | |
[22:45:00] | GreyFoxx: | -o |
[22:45:00] | GreyFoxx: | I finally put my dxr3 back into a machine, maybe one day I'll look at it again |
[22:45:00] | zuralin (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) Quit ("Leaving") | |
[22:46:00] | kyu_flux: | damn and I thought that slackware was a vanilla install |
[22:46:00] | GreyFoxx: | How do you mean ? |
[22:46:00] | laga: | GreyFoxx: that would rock! my poor p3 450 just can't do mpeg2 playback, even with xvmc. |
[22:46:00] | GreyFoxx: | laga: Hehe I could resurrect my P166 fr5ontend heh |
[22:46:00] | laga: | GreyFoxx: dude, don't make me get out my 80286. :) |
[22:47:00] | GreyFoxx: | I dumped all of the older hardware I was collecting. The P166 is the smalled I have here now |
[22:47:00] | GreyFoxx: | smallest |
[22:47:00] | kyu_flux: | I was gunna try out gentoo for my myth box (knoppmyth pisses me off – missing transcoder profiles/etc) and ... wow.... this is ... format your own stuff (ok that's fine) – mount it up chroot – woah |
[22:47:00] | kyu_flux: | haha |
[22:47:00] | Kabutor (n=kabutor@121.Red-81-33-146.dynamicIP.rima-tde.net) has joined #mythtv-users | |
[22:47:00] | kyu_flux: | I mean it's not bad i'm just lazy |
[22:48:00] | GreyFoxx: | oh |
[22:48:00] | mirak_ (n=mirak@AAubervilliers-152-1-10-96.w82-121.abo.wanadoo.fr) Quit (Remote closed the connection) | |
[22:48:00] | GreyFoxx: | If you want something that does everything for you Slackware is likely not a good choice :) |
[22:48:00] | kyu_flux: | and seeing as how I have a working knoppmyth box I'm just trying to decide if I wanna go get a beer today |
[22:48:00] | kyu_flux: | no I use slackware already it's great |
[22:48:00] | mirak (n=mirak@AAubervilliers-152-1-10-96.w82-121.abo.wanadoo.fr) has joined #mythtv-users | |
[22:49:00] | kyu_flux: | it's gentoo that has the more involved install process |
[22:50:00] | mchou (n=mchou@c-71-198-123-249.hsd1.ca.comcast.net) Quit ("using sirc version 2.211+KSIRC/1.3.12") | |
[22:50:00] | CanadaBoy (n=none@fctnnbsc16w-156034208029.nb.aliant.net) has joined #mythtv-users | |
[22:50:00] | GreyFoxx: | It's been several years since I last installed Gentoo |
[22:50:00] | GreyFoxx: | 2–3 |
[22:51:00] | kyu_flux: | what do you use now? |
[22:51:00] | GreyFoxx: | I set it up on a laptop for a month |
[22:51:00] | kyu_flux: | just outta curiosity |
[22:51:00] | GreyFoxx: | I use slackware for all my Linux boxes. It's been my distro of choice since it first came out |
[22:52:00] | kyu_flux: | people were raving about gentoo, and I'm like, eh... why not give it a try... I think i'm gunna try it out – but I totally hate init-style scripts |
[22:52:00] | GreyFoxx: | Never hurts to try new stuff |
[22:53:00] | GreyFoxx: | I often dump something on a little box or vmware session to try it out |
[22:53:00] | GreyFoxx: | but nothing grabs my interest |
[22:53:00] | kyu_flux: | honestly before I try this though I'd really like someone to give me some ideas why there are no transcoding profiles under knoppmyth |
[22:53:00] | Kabutor: | I use gentoo, and Id love it, but its a question of personal tastes. |
[22:53:00] | kyu_flux: | just incase I experience it somewhere else i'd like to know how to fix it without a full reinstall |
[22:54:00] | gakalkag (n=yeah@237.80-202-206.nextgentel.com) Quit ("Forlater kanalen") | |
[22:55:00] | crouton (n=crouton@c-69-180-14-76.hsd1.ga.comcast.net) has joined #mythtv-users | |
[22:56:00] | Ripp (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[22:56:00] | zuralin (i=suicide@ny-amherst-C4-1-bg3a-3-179.bflony.adelphia.net) has joined #mythtv-users | |
[22:56:00] | GreyFoxx: | kyu_flux: *shrug* you could try asking i n#knoppmyth |
[22:56:00] | Ripp (n=chris@ip192-139.chouteautel.com) has joined #mythtv-users | |
[22:56:00] | kyu_flux: | hah... good call... |
[22:56:00] | kyu_flux: | thanks... |
[22:56:00] | qupada (n=qupada@210-246-53-72.paradise.net.nz) Quit ("leaving") | |
[22:57:00] | Ryushin (i=proxy@windwalker.openinnovations.com) Quit (Remote closed the connection) | |
[22:57:00] | Juski: | note to self: don't put liquid polish on a rotary polishing bit ever again |
[22:58:00] | crouton: | hey guys, I'm trying to install ivtv-0.4.1 and in preparation I removed a lot of modules in /lib/modules pertaining to tveeprom, tda9887, etc... but when I ran the ivtv make install, only ivtv.ko was built. |
[22:59:00] | crouton: | anybody know how to get ivtv to compile and make drivers for everything? |
[22:59:00] | CyberKnet2 (n=CyberKne@ip68-13-246-61.ok.ok.cox.net) Quit (Read error: 110 (Connection timed out)) | |
[22:59:00] | crouton: | just curious if anyone else has run into this issue. |
[22:59:00] | beavis (n=beavis@p54A79ECD.dip0.t-ipconnect.de) Quit (Read error: 104 (Connection reset by peer)) | |
[23:00:00] | Flimzy (n=jonhall@ip68-103-164-14.ks.ok.cox.net) Quit ("Leaving") | |
[23:02:00] | Juski: | couton: I compiled them yesterday – didn't run into those issues.. maybe you don't have a confile file where v4l is meant to be built as modules |
[23:03:00] | crouton: | oh? |
[23:03:00] | Juski: | confile file? I mean config file.. as in kernel config file |
[23:04:00] | crouton: | hmm |
[23:04:00] | crouton: | v4l is marked as a module, i thought |
[23:05:00] | Juski: | I was following the guide at www.abarbaccia.com |
[23:05:00] | Juski: | you've obviously got the kernel headers & source, or it would have complained, big style |
[23:06:00] | Juski: | ahhh... did you do depmod -all after removing the modules? |
[23:06:00] | crouton: | nope, i'll try that. |
[23:06:00] | Juski: | incidentally – you _can_ use tveeprom from v4l, among others (I think) |
[23:07:00] | Juski: | definitely tveeprom |
[23:07:00] | laga: | haha. bloody spammers. i've just implemented the spam block extension on my wiki :) |
[23:08:00] | crouton: | ah hell |
[23:08:00] | Juski: | crouton: you didn't go beserk with the module deletions did you? |
[23:08:00] | crouton: | i need to grab the files from the /usr/src directory, put them back in |
[23:08:00] | crouton: | Juski, no just the ones mention in the guides |
[23:08:00] | Juski: | cool ;) |
[23:09:00] | Juski: | laga: spammers suxor |
[23:09:00] | crouton: | Juski, now that i'm reading abarbaccia's guide again, he doesn't say to remove the modules anymore. |
[23:09:00] | crouton: | at all. |
[23:09:00] | Juski: | crouton: the install script will tell you to |
[23:09:00] | crouton: | it didn't, because i had already removed them. |
[23:09:00] | laga: | Juski: yeah. and it's actually pointless to spam in mediawikis (newer ones, at least) since google won't care about external links. oh well |
[23:09:00] | Juski: | it'll moan about conflicts if there are any |
[23:09:00] | crouton: | but it's not compiling the ivtv versions to replace them. |
[23:10:00] | tweak_st: | what is dts passthrough? |
[23:10:00] | redline-: | main.o: mtd was built without transcode support. It won't do anything. is there a configure option i can use to get this compiled in? |
[23:10:00] | crouton: | so my /lib/modules/`uname -r`/kernel/drivers/media/video directory is missing those removed modules entirely. |
[23:10:00] | Juski: | crouton: I have a vague recollection of editing the makefile |
[23:10:00] | laga: | redline-: cd mythplugins; ./configure --help |
[23:11:00] | tweak_st: | anybody use that? |
[23:11:00] | redline-: | doh |
[23:11:00] | Juski: | tweak_st: taking digital sound from a media file & passing it straight to a soundcard's digital out |
[23:11:00] | ** Juski uses AC3/DTS passthru ** | |
[23:11:00] | tweak_st: | so how does it normally go in myth? |
[23:12:00] | Juski: | erm... not sure what you're asking.. anything digital audio stream just goes direct to the digi output I think |
[23:13:00] | tweak_st: | digital..is that sometimes called optical out or is that a different thing? |
[23:13:00] | tweak_st: | im trying to figure out if i need it but i want best sound possible |
[23:14:00] | Juski: | digital = coaxial (spdif) or optical (toslink) |
[23:14:00] | Juski: | if you have an amplifier with digital inputs, go for it.. it's _way_ better than analogue sound |
[23:14:00] | tweak_st: | ah so i do need it |
[23:15:00] | Juski: | and you get the benefit of having proper 5.1 surround from DVDs |
[23:15:00] | tweak_st: | cool thanks |
[23:15:00] | redline-: | Juski what sound card do you use? |
[23:15:00] | Juski: | don't waste money on a fancy soundcard though – they're not worth it if you're just going to use digital out |
[23:15:00] | Juski: | redline: onboard on my EPIA-M10000 |
[23:16:00] | tweak_st: | yeah i have a pretty good onboard one |
[23:16:00] | crouton: | Juski: copying the .ko files out of my /usr/src/linux directory seems to have done the trick. |
[23:16:00] | redline-: | I have a soltek mainboard and does not have a digital out |
[23:16:00] | Juski: | crouton: cool |
[23:16:00] | Juski: | redline-: not even on a header? |
[23:16:00] | redline-: | pretty much the main reason I got the audigy 2 zs |
[23:16:00] | redline-: | I will have to check |
[23:16:00] | Juski: | waste of money IMHO, if you're using digital outputs |
[23:17:00] | Juski: | a $10 card will probably sound the same |
[23:17:00] | redline-: | this was a refurb board and digital sound outputs were removed and replaced with a second serial port |
[23:17:00] | redline-: | its a socket 754 board i paid 30 bucks for from tigerdirect |
[23:18:00] | Juski: | so it doesn't even have a digital sound header on the board anymore? bahhh |
[23:18:00] | redline-: | checking manual now |
[23:18:00] | Juski: | cos for not many bucks (<$10) you can buy a connector plate for most motherboard digital sound signals |
[23:19:00] | redline-: | yea i think i actually have a few laying around from other boards |
[23:20:00] | ltibor65 (n=ltibor65@dsl5400E46D.pool.t-online.hu) has joined #mythtv-users | |
[23:21:00] | ltibor65: | I just installed Mythtv on Ubuntu, but problem with database access. How to resolve it? |
[23:22:00] | redline-: | did you yun the mc.sql? |
[23:22:00] | ltibor65: | No. |
[23:23:00] | redline-: | http://www.mythtv.org/docs/mythtv-HOWTO-6.html |
[23:23:00] | a1fa|64: | hey |
[23:23:00] | a1fa|64: | .lircrc was supposed to be in /home/mythtv/lircrc or |
[23:23:00] | a1fa|64: | /home/mythtv/.mythtv/.lircrc or lircrc? |
[23:23:00] | ltibor65: | I start with mythtvfrontend command. |
[23:23:00] | a1fa|64: | where? |
[23:23:00] | redline-: | its not .lircrc it just lircrc |
[23:23:00] | a1fa|64: | /home/mythtv/.mythtv/lircrc? |
[23:23:00] | redline-: | yes |
[23:23:00] | a1fa|64: | i have that file |
[23:24:00] | a1fa|64: | and mythtv wont respond |
[23:24:00] | crouton: | did you update /etc/lircd/lircd.conf? |
[23:24:00] | redline-: | look in the startup output of mythfrontend to see if it connect to lirc |
[23:24:00] | a1fa|64: | mythtv: could not connect to socket |
[23:24:00] | a1fa|64: | mythtv: Permission denied |
[23:24:00] | a1fa|64: | yes i did |
[23:24:00] | redline-: | then you have issues with lircd |
[23:25:00] | larrydag (n=konversa@ppp-70-242-127-6.dsl.rcsntx.swbell.net) has joined #mythtv-users | |
[23:25:00] | redline-: | ls -la /dev/lirc* |
[23:25:00] | crouton: | yeah, check if you've got more than one lirc device |
[23:25:00] | redline-: | chmod 777 /dev/lirc* |
[23:26:00] | redline-: | Juski no audi header for external digital =( |
[23:26:00] | Juski: | redline-: never mind |
[23:26:00] | redline-: | and its an nforce 3 board, i guess i now see why this was refurbished |
[23:26:00] | Juski: | time for bedski |
[23:26:00] | larrydag (n=konversa@ppp-70-242-127-6.dsl.rcsntx.swbell.net) has left #mythtv-users | |
[23:27:00] | Rule (n=Rule@d54C305B3.access.telenet.be) has joined #mythtv-users | |
[23:27:00] | a1fa|64: | chmod 666 /dev/lircd |
[23:27:00] | a1fa|64: | :) |
[23:27:00] | phatmonkey (n=phatmonk@65.98.2.81.in-addr.arpa) Quit ("This computer has gone to sleep (zzz...)") | |
[23:27:00] | redline-: | im bad i 777 everything |
[23:28:00] | jonK (i=js2638@xmission.xmission.com) Quit ("BitchX-1.1-final -- just do it.") | |
[23:32:00] | Raven301 (n=raven_30@Toronto-HSE-ppp3907810.sympatico.ca) has joined #mythtv-users | |
[23:32:00] | Rule (n=Rule@d54C305B3.access.telenet.be) Quit ("Leaving.") | |
[23:40:00] | Esotericisms (n=esoteric@ip68-229-113-159.hr.hr.cox.net) Quit (Read error: 110 (Connection timed out)) | |
[23:42:00] | jasta: | yawn |
[23:42:00] | jasta: | wow, slept in :) |
[23:43:00] | Kabutor: | if xmltv gets me <programme start="20060109105000 +0100" channel="21.elpais.es"> I need in mythtv to have defined the name of the channel as 21.elpais.es ? |
[23:44:00] | o_cee (n=o_cee@c83-249-49-43.bredband.comhem.se) Quit (Read error: 110 (Connection timed out)) | |
[23:45:00] | xpis (n=xpis@cpe-71-65-48-5.insight.res.rr.com) Quit () | |
[23:45:00] | squeegy (n=mike@cpe-24-33-74-234.cinci.res.rr.com) Quit ("This computer has gone to sleep") | |
[23:46:00] | d3ity (n=d3ity@unaffiliated/d3ity) has joined #mythtv-users | |
[23:46:00] | o_cee (n=o_cee@c83-249-49-43.bredband.comhem.se) has joined #mythtv-users | |
[23:46:00] | ChanServ sets mode +v o_cee | |
[23:50:00] | maniacxs (n=maniacxs@tor/session/x-f09f0ba5b99c91ed) Quit (Read error: 104 (Connection reset by peer)) | |
[23:51:00] | maniacxs (i=debian-t@trust.httpdnet.com) has joined #mythtv-users | |
[23:52:00] | |Slurpee|: | my video card still wont work ! |
[23:52:00] | Esotericisms (i=esoteric@ip68-229-112-204.hr.hr.cox.net) has joined #mythtv-users | |
[23:55:00] | Esotericisms (i=esoteric@ip68-229-112-204.hr.hr.cox.net) Quit (Client Quit) | |
[23:56:00] | Ripp (n=chris@ip192-139.chouteautel.com) Quit (Read error: 104 (Connection reset by peer)) | |
[23:58:00] | corpix64 (n=corpix@p54BDFE05.dip.t-dialin.net) has joined #mythtv-users | |
[23:58:00] | Kabutor: | I get Updating icons for sourceid: 1 Updated programs: 0 Unchanged programs: 0 so Im wondering Im doing sommething wrong.. |
[23:58:00] | corpix64: | hi, where can i set how much gigabytes will be used for recordings ? |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.