Tuesday, December 5th, 2006, 00:00 UTC | ||
[00:00:10] | |Torg|: | hit M does it give you a menu? |
[00:00:56] | cheatersrealm: | nope |
[00:01:06] | cheatersrealm: | in fact, esc doesn't bring me back |
[00:01:13] | cheatersrealm: | it seems to time out on livetv, and go back to the menu? |
[00:01:27] | cheatersrealm: | don't rule out backend problems |
[00:01:36] | cheatersrealm: | I have never successfully tested the backend |
[00:01:49] | cheatersrealm: | although I am fairly confident the hardware is detected correctly |
[00:02:23] | cheatersrealm: | oh, I get 'timed out waiting for recorder to start' |
[00:04:41] | cheatersrealm: | (from mythfrontend) |
[00:04:55] | fryfrog: | anyone know why "sed -e 's/ /, /g'" isn't replacing new lines with ", " on cmd output? |
[00:06:05] | cheatersrealm: | fryfrog: is the , required for commas? |
[00:10:29] | darrenp (darrenp!n=darrenp@firewall-ext.22balmoralroad.net) has quit (Remote closed the connection) | |
[00:11:04] | darrenp (darrenp!n=darrenp@firewall-ext.22balmoralroad.net) has joined #mythtv-users | |
[00:11:31] | cheatersrealm: | additionally, it can't autodetect more than 1 channel (27) |
[00:11:56] | fryfrog: | oops, i took that out :) |
[00:12:13] | cheatersrealm: | fryfrog: did it work? |
[00:13:09] | fryfrog: | no :( |
[00:13:15] | fryfrog: | sed -e 's/ /, /' |
[00:13:28] | fryfrog: | is there another ... thing for new line? |
[00:13:30] | cheatersrealm: | wait, does sed work on newlines? |
[00:13:41] | cheatersrealm: | man sed, I think their might be an option for select newlines |
[00:13:52] | cheatersrealm: | I think it's an -e type thing, not a type thing |
[00:14:06] | fryfrog: | ahhhhhh, gotcha |
[00:14:19] | cheatersrealm: | if that doesn't work, I'm out of ideas :) |
[00:15:46] | |Torg|: | I dont think sed can find new-line just insert them |
[00:15:50] | Scopeuk (Scopeuk!n=Scope@dyn237157.shef.ac.uk) has quit ("Few women admit their age. Few men act theirs.") | |
[00:16:33] | cheatersrealm: | |Torg|: I think I might have done it before |
[00:16:45] | |Torg|: | try tr ' ' , |
[00:17:55] | |Torg|: | if you want want the trailing , |tr ' ' , | sed 's/,$/ /' |
[00:18:31] | fryfrog: | tr worked |
[00:18:33] | crweb (crweb!n=tom@12.206.114.162) has joined #mythtv-users | |
[00:19:14] | fryfrog: | du -s /data/recordings/*.mpg|sort -n|head -`ls -al /data/recordings/*.mpg | awk '{ print $5 }' | grep "^0" | wc -l`|awk '{ print $2 }'|tr \n ,| sed 's/,$/ /' |
[00:19:18] | fryfrog: | sheesh :) |
[00:19:26] | fryfrog: | guess i should make that a little simpler :/ |
[00:19:56] | cheatersrealm: | heh |
[00:21:09] | tez (tez!n=tez@interface.on.ca) has joined #mythtv-users | |
[00:21:51] | cheatersrealm: | ok, so I fixed the zap2it stuff |
[00:21:56] | cheatersrealm: | hopefully that helps a bit |
[00:24:45] | kazer_ (kazer_!n=kazer@31.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[00:25:06] | kazer_ (kazer_!n=kazer@156.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[00:27:02] | cheatersrealm: | ok, so now I'm getting menus that appear very breifly and then disappear |
[00:27:12] | cheatersrealm: | I thought it was because I was using opengl, but I turned that off |
[00:28:28] | Anduin: | cheatersrealm: still happen when 'mythfrontend -O ThemePainter=qt'? (just to make sure) |
[00:28:46] | cheatersrealm: | hrm, it was the opengl thing |
[00:28:51] | cheatersrealm: | ok, back to this whole livetv not working thing |
[00:29:18] | cheatersrealm: | it connects to the database, and it connects to the backend |
[00:29:41] | cheatersrealm: | attempts to change from 'none' to 'watchinglivetv' |
[00:29:52] | cheatersrealm: | protocol 31 |
[00:30:02] | cheatersrealm: | then it times out waiting for the recorder to start |
[00:30:50] | Anduin: | cheatersrealm: so scheduled recordings fail the same way? |
[00:31:13] | cheatersrealm: | checking now |
[00:32:30] | kslater (kslater!n=kslater@24.svnf1.xdsl.nauticom.net) has quit (Read error: 110 (Connection timed out)) | |
[00:33:11] | Bombo_ (Bombo_!i=bombo@dslb-084-060-198-040.pools.arcor-ip.net) has joined #mythtv-users | |
[00:34:38] | cheatersrealm: | NVP::OpenFile(): Error, couldn't read file: myth://192.168.1.3:6543/1014_20061204193400.nuv |
[00:34:49] | cheatersrealm: | that's something I tried to record (and it's still recording, presumably) |
[00:35:56] | human39 (human39!n=smk@smk-dsl.fyi.net) has quit (Remote closed the connection) | |
[00:35:59] | Anduin: | cheatersrealm: run the backend -v all,nodatabase and paste the log around a live TV try, also which capture card? |
[00:36:20] | cheatersrealm: | ivtv based card |
[00:36:47] | Anduin: | cheatersrealm: cat test and it works? |
[00:36:52] | cheatersrealm: | heh |
[00:36:58] | cheatersrealm: | hold on |
[00:37:25] | cheatersrealm: | cat /dev/video0 gives me stuff |
[00:37:40] | cheatersrealm: | nothing coherent, obviously |
[00:38:02] | cheatersrealm: | what user should run the backend -v all,nodatabase |
[00:38:17] | Anduin: | cheatersrealm: Yeah, you should be able to cat blah > foo.mpg and watch it |
[00:38:30] | Anduin: | cheatersrealm: Whatever user would normally run the backend |
[00:39:06] | cheatersrealm: | lemme try that cat |
[00:40:36] | cheatersrealm: | ok, that gives me static |
[00:40:46] | cheatersrealm: | but it seems to be writing a proper mpg file |
[00:40:59] | crweb (crweb!n=tom@12.206.114.162) has left #mythtv-users ("Konversation terminated!") | |
[00:41:02] | Anduin: | Yeah, static isn't necessarily bad |
[00:41:28] | Anduin: | cheatersrealm: You picked the right card type in mythtv-setup? |
[00:42:14] | cheatersrealm: | I dunno that it asked to? |
[00:42:43] | cheatersrealm: | I'll check that, and then try the manual run of mythbackend |
[00:43:11] | batdog is now known as batdog|gone | |
[00:43:30] | ** BULLE tries to fry his mythbox ** | |
[00:43:39] | BULLE: | anyone here that has a intel core 2 duo cpu ? |
[00:43:46] | BULLE: | im just curious what core temp i should expect, under load |
[00:43:56] | Bombo (Bombo!i=bombo@dslb-084-060-211-008.pools.arcor-ip.net) has quit (Connection timed out) | |
[00:43:56] | Bombo_ is now known as Bombo | |
[00:44:14] | cheatersrealm: | it was set to the wrong type, it was v4l |
[00:45:19] | cheatersrealm: | ok, so now I get the OSD |
[00:45:24] | cheatersrealm: | but I don't get the tv show it says |
[00:45:32] | cheatersrealm: | just static |
[00:45:51] | Anduin: | cheatersrealm: Using the right frequency table? |
[00:46:09] | cheatersrealm: | dunno |
[00:46:58] | cheatersrealm: | I suppose now that the card settings are right, it should autodetect the channels |
[00:47:53] | Anduin: | cheatersrealm: If you are using zap2it don't do the channel scan, just pick the right frequency table. |
[00:48:53] | Anduin: | cheatersrealm: You are using cable? |
[00:49:05] | cheatersrealm: | it was on us-bcast, changed to us-cable |
[00:49:12] | cheatersrealm: | wow I really nub'd it up on the config |
[00:49:25] | russK (russK!n=russ@pool-72-75-46-242.washdc.east.verizon.net) has joined #mythtv-users | |
[00:50:02] | kazer_ (kazer_!n=kazer@156.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[00:50:11] | cheatersrealm: | uh |
[00:50:33] | cheatersrealm: | this thing has 2 tv tuners |
[00:50:34] | kazer_ (kazer_!n=kazer@181.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[00:50:36] | cheatersrealm: | let me plug them both in |
[00:50:57] | Anduin: | Given your jhu domain I didn't want to insult you :) |
[00:52:13] | riddlebox (riddlebox!n=james@75-132-205-166.dhcp.stls.mo.charter.com) has joined #mythtv-users | |
[00:52:50] | cheatersrealm: | even smart people do dumb things |
[00:53:20] | cheatersrealm: | how do you change inputs? |
[00:53:28] | Anduin: | Y |
[00:53:35] | |Torg|: | the smarter you are the dumber things you do |
[00:53:37] | Anduin: | or C |
[00:54:13] | cheatersrealm: | I'm thinking maybe this isn't plugged in correctly |
[00:54:21] | cheatersrealm: | and I can't twist the cable in cuz it's at a crazy angle |
[00:54:32] | Anduin: | cheatersrealm: did you associate the zap2it lineup with the Tuner input? |
[00:55:56] | cheatersrealm: | I think so |
[00:56:03] | rogue780 (rogue780!n=shawn@c-68-48-179-67.hsd1.md.comcast.net) has joined #mythtv-users | |
[00:56:34] | cheatersrealm: | I'm checking on the settings again |
[00:56:44] | cheatersrealm: | I have to use X forwarding through ssh to the machine |
[00:56:49] | cheatersrealm: | so it takes a while |
[00:56:56] | jams: | ugh, doing a channel scan for hdtv turns up channels but I cant view any of them. Its just a black screen |
[00:57:07] | Anduin: | cheatersrealm: Is the card the pvr500? |
[00:57:25] | cheatersrealm: | yea |
[00:57:56] | Anduin: | cheatersrealm: If you configure both inputs you can switch cars in live TV with Y (so if you do have one plugged in...) |
[00:58:09] | rogue780: | ugh! I really should have gone for the 512mb ram instead of the 256 |
[00:58:11] | human39 (human39!n=smk@smk-dsl.fyi.net) has joined #mythtv-users | |
[00:58:37] | cheatersrealm: | what's the difference between us-cable and us-cable-hrc and us-cable-irc |
[00:59:10] | rogue780: | cheatersrealm, one has hrc and the other irc at the end? |
[00:59:40] | Anduin: | cheatersrealm: frequencies, at the lower channels you should see more than snow even if you pick the wrong one. |
[00:59:40] | rogue780: | sorry. I'm an A-hole. |
[00:59:50] | Ryushin: | jams: Are you scanning OTA, or cable? |
[01:00:00] | cheatersrealm: | ok |
[01:00:11] | jams: | OTA |
[01:00:20] | Ryushin: | jams: Which card? |
[01:00:36] | jams: | air2pc 5000 |
[01:01:03] | cheatersrealm: | Anduin: ok, so I set it up so both cards can read the 'cable' |
[01:01:14] | Ryushin: | I have the pcHDTV HD-3000 and the HD-5500 card. They have a utility called dvbsignal. Do you have that utility as well? |
[01:01:28] | jams: | i don't think so |
[01:01:55] | Ryushin: | sorry, dtvsignal. |
[01:02:18] | cheatersrealm: | ok, no signal on either tv tuner |
[01:02:30] | Ryushin: | You can use it to show the signal strength of the channel. If the signal isn't strong enough, you'll probably get a black screen. |
[01:02:44] | jams: | well I know the signal is good. As I have a stb that works off the same signal |
[01:02:50] | jams: | and a HDTV |
[01:02:56] | jams: | err I mean hdhomerun |
[01:03:08] | Anduin: | cheatersrealm: You may want to look at the ivtv load and ensure the tuner was identified and the tuner module loaded. |
[01:03:12] | Led-Hed (Led-Hed!n=Led-Hed@209.209.124.226) has quit ("Leaving") | |
[01:03:27] | kambei (kambei!n=kambei@c-66-31-201-57.hsd1.ma.comcast.net) has quit (Remote closed the connection) | |
[01:03:47] | Ryushin: | What device is the card bound to? /dev/video0? |
[01:04:01] | roz: | I get the following error running mythfrontend on a remote machine (local is working). Unable to connect to database. No error type from QSqlError? Strange... database not open database not open (4 lines) |
[01:04:18] | jams: | /dev/dvb/adapter0/ |
[01:04:23] | cheatersrealm: | Anduin: yeah, it works |
[01:04:33] | cheatersrealm: | Anduin: there's a bunch of stuff in dmesg |
[01:04:45] | roz: | has worked for well over a year now, not sure whats changed |
[01:04:52] | Ryushin: | roz: Make sure mysql is listening on your other nics. Not just localhost. |
[01:04:58] | regicide666 (regicide666!n=chatzill@cpe-72-130-63-109.socal.res.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[01:05:13] | Ryushin: | james: Well, it should also have a /dev/video number as well. |
[01:06:29] | roz: | Ryushin: i logged into that mysql server from said computer with problems,what do i need to do to verify mySQL functionality at this point (mysql> prompt) |
[01:07:27] | roz: | Ryushin: i did a use mythconverg |
[01:07:39] | Agrajag-: | roz: you need to connect with networking, it's possible you just connected via the mysql socket |
[01:08:09] | Anduin: | cheatersrealm: You could try ivtv-tune, may also want to double check the permissions on /dev/video0. |
[01:08:10] | Agrajag-: | so you need to make sure your mysql config doesn't have skip-networking (or whatever it is) and the bind address is correct |
[01:08:11] | Ryushin: | roz: You loged in "with" problems, or "without" problems? |
[01:08:41] | roz: | Ryushin: logged into mysql db no problems.....mysql -h myth.local -u mythtv -p |
[01:09:15] | roz: | Agrajag-: not sure what you're referring to |
[01:09:20] | Ryushin: | roz: Your myth.local is your master backend right, and your doing this from your remote frontend. |
[01:09:57] | roz: | Ryushin: correct |
[01:11:50] | Ryushin: | Well, if you can log into mysql remotely, obviously you have mysql set up correctly. I'd be looking two things in mythtv-setup. On the master backend, make sure it's set to talk to the IP of the box and not localhost, and on the frontend, make sure it's set correclty to talk to the backend server. |
[01:12:41] | roz: | it was working yesterday :) |
[01:13:29] | cheatersrealm: | Anduin: http://channels.debian.net/paste/4709 |
[01:13:58] | cheatersrealm: | that's what I get from mythfrontend, and mythbackend |
[01:14:13] | cheatersrealm: | wait, just mythbackend |
[01:14:39] | Ryushin: | roz: Oh, then you're going to have fun on this one. Because if you had it working, then it was set up correctly. I wouldn't have any other ideas for you at this point. |
[01:15:41] | roz: | Ryushin: i think I figured it out |
[01:15:42] | Anduin: | cheatersrealm: Yeah that is just protocol debugging info, nothing really useful there |
[01:15:46] | roz: | two seconds |
[01:18:03] | achew222 (achew222!n=achew22@c-67-190-89-209.hsd1.co.comcast.net) has joined #mythtv-users | |
[01:18:27] | achew222: | is there a way to split your video DB into two groups? |
[01:19:23] | achew222: | one for adults one for kids or anything like that? |
[01:20:12] | Anduin: | achew222: In MythVideo? |
[01:20:31] | achew222: | yes, sorry for the lack of specificity |
[01:22:05] | Anduin: | achew222: You can set a level, and a password |
[01:22:58] | achew222: | will the files show up even though they are not in the proper level? |
[01:24:03] | kazer_ (kazer_!n=kazer@181.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[01:24:05] | cheatersrealm: | Anduin: so what am I to do? |
[01:24:38] | kazer_ (kazer_!n=kazer@81.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[01:25:02] | roz: | Ryushin: looks like i am reading that for some reason my QT library is missing mysql support |
[01:25:04] | roz: | oddddddd |
[01:25:50] | Ryushin: | That is very odd. Sounds like you have some googling to do. |
[01:26:32] | achew222: | roz, what are you running? |
[01:26:38] | roz: | Gentoo |
[01:26:53] | roz: | if I recompile QT, do i need to recompile myth? |
[01:27:22] | cheatersrealm: | if you have gentoo make sure that qt and mythtv are in the USE variable |
[01:28:42] | roz: | cheatersrealm: i have neither (and never have) what do they provide me? I have mysql in there, i know i need that |
[01:28:48] | KraMer (KraMer!n=mark@adsl-70-240-221-124.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[01:29:39] | Shikkie (Shikkie!n=Shizmo@69.160.65.5) has joined #mythtv-users | |
[01:32:07] | cheatersrealm: | roz: if you compiled QT without mysql support, it might be because the USE didn't have mysql in it |
[01:32:16] | cheatersrealm: | that might be the problem |
[01:32:42] | cheatersrealm: | maybe I'll try the tv tuner in another computer |
[01:33:04] | roz: | right, it does, but you mentioned the QT use flag and the mythtv use flag |
[01:33:06] | Notorious (Notorious!n=notoriou@84.196.69.159) has quit (Connection timed out) | |
[01:34:00] | cheatersrealm: | I meant qt and mysql |
[01:34:31] | roz: | qt is a default use flag and i have mysql. I am rebuilding QT again for kicks to see if it fixes it. |
[01:36:38] | Notorious (Notorious!n=notoriou@d54C4459F.access.telenet.be) has joined #mythtv-users | |
[01:39:41] | jcsmith (jcsmith!n=jcsmith@24-50-249-104.pittpa.adelphia.net) has joined #mythtv-users | |
[01:41:54] | |Torg| (|Torg|!n=Torg@adsl-70-239-44-224.dsl.rcsntx.sbcglobal.net) has quit (Remote closed the connection) | |
[01:42:27] | Anduin: | cheatersrealm: I'd try using ivtv-tune to see if you can get anything, if that failed I'd try the composite/s-video to see if that worked, then I'd double check that the tuner module was there and see if the kernel has working support for that tuner (I don't have one of the samsung tuner cards but there was some issue with them) |
[01:45:46] | rogue780 (rogue780!n=shawn@c-68-48-179-67.hsd1.md.comcast.net) has quit (Remote closed the connection) | |
[01:52:02] | roz: | does myth use qt3 or 4? |
[01:54:20] | Zider: | 3 |
[01:54:22] | Anduin: | roz: 3 |
[01:56:42] | roz: | thanks |
[01:56:56] | siXy: | short of manually updating the db is there a way to add flac to he list of formats in myth's cd-ripper? i have a feeling it used to be there but its not there now |
[01:56:57] | roz: | is there any way to check whether qt3 has the support in it? |
[01:58:04] | kazer_ (kazer_!n=kazer@81.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[01:58:13] | kazer_ (kazer_!n=kazer@110.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[01:59:36] | Zider: | roz: what support? |
[01:59:48] | roz: | mysql |
[01:59:58] | eidolon (eidolon!n=dbs@c-71-233-28-10.hsd1.ma.comcast.net) has joined #mythtv-users | |
[02:00:09] | riddlebox (riddlebox!n=james@75-132-205-166.dhcp.stls.mo.charter.com) has quit ("Leaving") | |
[02:00:17] | kormoc: | roz, check in /usr/qt/3/lib ? |
[02:00:34] | roz: | (or anything for that matter... don't make files somehow check whether support for xyz is compiled into package z)? |
[02:02:23] | kormoc: | roz, some make files do, but with qt's plugin style, it's a little hard to check that |
[02:02:24] | roz: | nothing in there about mysql. |
[02:02:30] | roz: | oh ok |
[02:03:01] | kormoc: | roz, so yeah, you need to recompile qt3 |
[02:04:08] | eidolon: | Hi folks – i'm getting 'ChannelBase: Could not find input: Tuner on card when setting channel 35. then TVRec(1): Failed to set channel to 35. Error: Channel: '' was not found in the database. Most likely, your DefaultTVChannel setting is wrong. Could not start livetv. |
[02:04:12] | roz: | kormoc: but my box that is working has nothing in there either. but none the less i am recompiling qt 3 and we'll see. does myth need recompiled against the new qt3? |
[02:04:19] | eidolon: | now, i know there is a channel 35. what am i missing here? |
[02:05:07] | kormoc: | roz, shouldn't need to... can you put into a pastebin the output of find /usr/qt/3/lib ? |
[02:05:13] | kormoc: | roz, on both boxes? |
[02:06:33] | eidolon: | anyone? |
[02:06:51] | scott_: | zerotrace: hello |
[02:07:05] | daniel_bergamini (daniel_bergamini!n=daniel_b@70-41-163-90.cust.wildblue.net) has joined #mythtv-users | |
[02:11:22] | eidolon: | isn't there a magic "use xine to view /dev/video' function? |
[02:11:27] | eidolon: | it'll tell me if the card is configured? |
[02:11:56] | regicide666 (regicide666!n=chatzill@cpe-72-130-63-109.socal.res.rr.com) has joined #mythtv-users | |
[02:12:03] | kormoc: | eidolon, mplayer /dev/video0 |
[02:12:33] | eidolon: | okay, i have noise / audio. |
[02:12:50] | eidolon: | so the tuner card is working |
[02:13:07] | kormoc: | if it's not tv, it's not nessessarly working. |
[02:13:32] | eidolon: | weol, there was sort of fuzzy staticy picture, and a christmas theme playng |
[02:13:41] | eidolon: | i'm assuming it was tuned not to a correct channel. |
[02:13:41] | roz: | kormoc: paste bin is being horribly slow.... might be done compiling first haha |
[02:13:56] | eidolon: | roz: use pastebin.stonekeep.com |
[02:13:59] | eidolon: | or any other pastebin. |
[02:14:20] | kormoc: | heh, well hopefully someone else might be able to help, I need to jet |
[02:14:31] | kormoc (kormoc!n=kormoc@dsl081-161-160.sea1.dsl.speakeasy.net) has quit ("Done with work, yay! ( http://www.openbash.org )") | |
[02:18:53] | kslater (kslater!n=kslater@24.svnf1.xdsl.nauticom.net) has joined #mythtv-users | |
[02:19:18] | kslater: | xris: ping |
[02:20:31] | eidolon: | hmm. 'scan for channels' appear t have only picked up 3 channels. 4, 5, and 6. |
[02:20:39] | faulteh (faulteh!n=faulteh@CPE-124-183-74-217.nsw.bigpond.net.au) has quit () | |
[02:22:11] | kslater: | eidolon: hd OTA scan? |
[02:22:27] | flindet (flindet!n=flindet@c-67-174-53-150.hsd1.ca.comcast.net) has joined #mythtv-users | |
[02:22:42] | eidolon: | sorry? hm. i changed my frequency table to 'us-cable-hrc' and it's now finding the proper count. |
[02:23:01] | kslater: | ah |
[02:23:07] | xris (xris!n=xris@dsl081-161-160.sea1.dsl.speakeasy.net) has left #mythtv-users () | |
[02:23:26] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has quit (Remote closed the connection) | |
[02:24:35] | eidolon: | this message is weird. "TVRec(1) Error: Channel: '' was not found int he database. Most likely, your DefaultTVChannel setting is wrong. Could not start livetv." |
[02:24:52] | eidolon: | though... further up. ChannelBase: CVould not find input: Tuner on card when setting channel 35' |
[02:26:32] | neddy (neddy!n=js152033@192.18.43.249) has quit (Read error: 104 (Connection reset by peer)) | |
[02:26:51] | neddy (neddy!n=js152033@192.18.43.249) has joined #mythtv-users | |
[02:26:59] | flindet (flindet!n=flindet@c-67-174-53-150.hsd1.ca.comcast.net) has quit (Remote closed the connection) | |
[02:27:37] | flindet (flindet!n=flindet@c-67-174-53-150.hsd1.ca.comcast.net) has joined #mythtv-users | |
[02:28:28] | lotia (lotia!n=lotia@c-69-246-94-196.hsd1.mi.comcast.net) has joined #mythtv-users | |
[02:32:13] | kazer_ (kazer_!n=kazer@110.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[02:32:45] | kazer_ (kazer_!n=kazer@235.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[02:37:25] | DarkGrey (DarkGrey!n=nova13@dpc67142187075.direcpc.com) has joined #mythtv-users | |
[02:37:32] | DarkGrey: | Hmm — I have a question, I have DirecTV and a PIII PC with no internet, do you think MythTV would work for this? |
[02:39:23] | Anduin: | DarkGrey: No internet makes scheduling suck a little |
[02:40:40] | mchou: | No internet make linux suck big time :) |
[02:40:44] | eidolon: | well, i've tried mythfilldatabase – the scan for channels is working (it finds the right channels), but I still can't actually watch anything. |
[02:40:59] | DarkGrey: | Well. |
[02:41:06] | DarkGrey: | I have a USB capture device, but I can get a card if needed |
[02:41:13] | DarkGrey: | and honestly all I want is it to be able to record whats playing |
[02:41:32] | mchou: | DarkGrey: your issue is not HW. It's the lack of inet :) |
[02:41:35] | DarkGrey: | i have a Composite(RYW) splitter for GC, DirecTV, and PS2 |
[02:41:39] | DarkGrey: | haha |
[02:41:46] | DarkGrey: | I can get stuff on there via networking |
[02:41:51] | DarkGrey: | ad hoc |
[02:43:12] | phrozen77__ (phrozen77__!n=phrozen7@pD9EC71CE.dip.t-dialin.net) has joined #mythtv-users | |
[02:43:15] | Anduin: | DarkGrey: That could work, mythfilldatabase can read from files for the data. |
[02:43:34] | DarkGrey: | Sweet. |
[02:43:48] | DarkGrey: | Also — I can move the PC downstairs and have it hooked up to internet for base installation |
[02:43:56] | DarkGrey: | i plan on using mysettopbox |
[02:44:50] | jams: | time to file a atsc/dvb bug report. |
[02:45:12] | mchou: | DarkGrey: so you do have internet downstairs? |
[02:46:18] | eidolon: | well dang. deleting all my video sources and connections and reloading them seems to have made -some- progress. |
[02:46:51] | DarkGrey: | mchou: yeah |
[02:48:16] | eidolon: | okay, cable tuning is working... nwo to see if i can get mythfilldatabase working. |
[02:48:21] | mchou: | DarkGrey: are you using 56K modem or ? |
[02:48:32] | DarkGrey: | Sadly im using DirecWay Sat-DSL |
[02:48:39] | DarkGrey: | Not too slow, not very fast either |
[02:51:03] | seth|away (seth|away!n=sjerome@oh-71-0-6-72.sta.embarqhsd.net) has quit ("Leaving") | |
[02:52:48] | nedd1 (nedd1!i=js152033@nat/sun/x-52f602c06ce70a8c) has joined #mythtv-users | |
[02:53:23] | at0m|c (at0m|c!n=at0m@d51520B61.access.telenet.be) has quit (Read error: 110 (Connection timed out)) | |
[02:58:36] | phrozen77_ (phrozen77_!n=phrozen7@pD9EC734A.dip.t-dialin.net) has quit (Read error: 110 (Connection timed out)) | |
[03:02:36] | daniel_bergamini (daniel_bergamini!n=daniel_b@70-41-163-90.cust.wildblue.net) has quit (Client Quit) | |
[03:05:27] | roz (roz!n=roz@ip68-13-22-128.om.om.cox.net) has quit (Remote closed the connection) | |
[03:06:47] | kazer_ (kazer_!n=kazer@235.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[03:09:00] | kazer_ (kazer_!n=kazer@11.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[03:09:55] | regicide666 (regicide666!n=chatzill@cpe-72-130-63-109.socal.res.rr.com) has quit (SendQ exceeded) | |
[03:09:57] | neddy (neddy!n=js152033@192.18.43.249) has quit (Read error: 110 (Connection timed out)) | |
[03:10:27] | cheatersrealm: | ~[5~[6~[6~[6~[6~[6~/c |
[03:12:31] | sandeen: | is it possible to configure sound off in myth? I'm trying to sort out my HD playback performance problem, and mplayer -nosound works while mplayer doesn't... i'd like to try the same thing in myth.... |
[03:12:55] | eidolon: | ohhkay. eveyrthing's running. |
[03:14:21] | regicide666 (regicide666!n=chatzill@cpe-72-130-63-109.socal.res.rr.com) has joined #mythtv-users | |
[03:18:15] | Zider (Zider!i=zider@c-989c72d5.031-30-6e6b701.cust.bredbandsbolaget.se) has quit (Read error: 104 (Connection reset by peer)) | |
[03:21:36] | faulteh (faulteh!n=faulteh@ppp114-103.static.internode.on.net) has joined #mythtv-users | |
[03:25:36] | regicide666 (regicide666!n=chatzill@cpe-72-130-63-109.socal.res.rr.com) has quit (Remote closed the connection) | |
[03:26:04] | nedd1 (nedd1!i=js152033@nat/sun/x-52f602c06ce70a8c) has quit ("Leaving.") | |
[03:26:21] | regicide666 (regicide666!n=chatzill@cpe-72-130-63-109.socal.res.rr.com) has joined #mythtv-users | |
[03:29:34] | at0m (at0m!n=at0m@d51520B61.access.telenet.be) has joined #mythtv-users | |
[03:29:48] | at0m is now known as at0m|c | |
[03:31:02] | mchou: | DarkGrey: why not just get some wireless nics? |
[03:31:52] | xris (xris!n=xris@xris.forevermore.net) has joined #mythtv-users | |
[03:31:52] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v xris | |
[03:36:08] | DarkGrey: | nics? |
[03:38:01] | mchou: | wireless network cards/adaptes |
[03:38:12] | mchou: | adapters* |
[03:38:25] | seth|laptop (seth|laptop!n=Seth@oh-71-0-6-72.sta.embarqhsd.net) has joined #mythtv-users | |
[03:39:46] | DarkGrey: | i do have one, it just doesnt work right.. |
[03:39:48] | DarkGrey: | a netgear WG111T |
[03:39:57] | DarkGrey: | the drivers dont do anything, ive tried |
[03:40:05] | DarkGrey: | ndiswrapper |
[03:40:49] | seth|laptop: | i have had pretty good luck w/ ndiswrapper |
[03:40:54] | kazer_ (kazer_!n=kazer@11.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[03:41:16] | kazer_ (kazer_!n=kazer@243.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[03:41:25] | DarkGrey: | i know, i have with other cards too :( |
[03:42:41] | achew22 (achew22!n=achew22@24.9.212.242) has quit (Read error: 104 (Connection reset by peer)) | |
[03:43:15] | achew22 (achew22!n=achew22@c-24-9-212-242.hsd1.co.comcast.net) has joined #mythtv-users | |
[03:50:27] | Zider (Zider!n=zider@c-989c72d5.031-30-6e6b701.cust.bredbandsbolaget.se) has joined #mythtv-users | |
[03:52:23] | mchou: | DarkGrey: best if you just used wired ethernet |
[03:52:27] | EricAnderson (EricAnderson!n=EricAnde@ip70-171-197-195.tc.ph.cox.net) has joined #mythtv-users | |
[03:52:40] | EricAnderson: | I was wondering if I could get some help with my mythbox. Everything used to work, but I had to re-emerge my system thanks to a chain of updates, now I run mythtv-setup and I can configure my pvr-150, it even "probes" the required info, however then the backend runs and the errorlog says it cant find a capture card. Any ideas? |
[03:52:43] | mchou: | DarkGrey: even a cross-over cale would work |
[03:53:08] | mchou: | cable* |
[03:53:29] | DarkGrey: | so i could link my xp with my linux |
[03:53:29] | DarkGrey: | ? |
[03:53:37] | mchou: | yup |
[03:53:45] | mchou: | DarkGrey: yup |
[03:54:24] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has joined #mythtv-users | |
[03:55:36] | EricAnderson: | Any help? |
[03:56:02] | bronson (bronson!n=bronson@adsl-75-36-144-172.dsl.pltn13.sbcglobal.net) has quit (Read error: 110 (Connection timed out)) | |
[03:56:14] | Gazo (Gazo!n=Gazo@S010600179a2ca219.ed.shawcable.net) has quit ("Leaving") | |
[03:56:16] | mchou: | EricAnderson: yup. permissions |
[03:56:43] | EricAnderson: | i checked that, mythtv has group permission "video" which is required to access /dev/v4l/video0 |
[03:56:51] | DarkGrey (DarkGrey!n=nova13@dpc67142187075.direcpc.com) has quit () | |
[03:57:45] | marxes: | what distro are you running? |
[03:58:00] | EricAnderson: | gentoo |
[03:59:09] | mchou: | god damn western digital |
[03:59:15] | mchou: | shit drives |
[03:59:38] | brad_mssw (brad_mssw!n=brad@ip68-105-167-138.ga.at.cox.net) has joined #mythtv-users | |
[04:00:11] | brad_mssw: | anyone in here have the LinkPlayer2? Just interested how well it works with 0.20's upnp ... |
[04:00:26] | EricAnderson: | seems funny to me that myth-setup could access /dev/v4l/video0 but mythbackend couldnt if they are both run by the same user |
[04:02:13] | mchou: | EricAnderson: run mythbackend temporarily as root and see if you have same issues |
[04:02:25] | EricAnderson: | k, good call |
[04:03:45] | EricAnderson: | is this relevant: 2006-12–04 21:03:09.720 ChannelBase(1) Error: InitializeInputs(): |
[04:03:45] | EricAnderson: | Could not get inputs for the capturecard. |
[04:03:46] | EricAnderson: | Perhaps you have forgotten to bind video |
[04:03:46] | EricAnderson: | sources to your card's inputs? |
[04:04:14] | mchou: | lol |
[04:04:45] | mchou: | why dont you RTFM and get back to us. |
[04:05:02] | Zyxus (Zyxus!n=michal@24-51-92-117.kntnny.adelphia.net) has quit ("WeeChat 0.2.1") | |
[04:05:25] | EricAnderson: | A.) dont be a dick. B.) The only thing in the error log was: ERROR: no valid capture cards are defined in the database. |
[04:05:42] | EricAnderson: | If you dont want to help people why are you in a user support channel? |
[04:07:19] | mchou: | EricAnderson: http://catb.org/esr/faqs/smart-questions.html |
[04:08:40] | EricAnderson: | Look dude, I didnt have all the info and I didnt know how to get it, thanks for the root suggestion, it was helpful, the rest of the noise you have provided is just being elitist, which i understand, you deal with stupid questions all the time, but ya know, maybe, just maybe, not all of us see every problem that comes this way and this isnt quite so trivial |
[04:09:07] | mchou: | EricAnderson: except yours IS trivial |
[04:09:15] | EricAnderson: | TO YOU |
[04:09:30] | mchou: | especially sincethe error log suggests what to do |
[04:10:09] | EricAnderson: | the error log didnt give me ANYTHING but "ERROR: no valid capture cards are defined in the database." ... I didnt even get that damn ChannelBase error until I did your root suggestion |
[04:10:27] | mchou: | EricAnderson: bullshit |
[04:10:38] | EricAnderson: | I shit you not dude |
[04:10:41] | mchou: | EricAnderson: this is covered in the official myth docs |
[04:11:20] | mchou: | EricAnderson: it's called "doing the modicum of homework" |
[04:11:23] | EricAnderson: | Fine, look, I dont give a damn if you believe me or not, but I had NO useful information prior to running mythtv as root. Blame Gentoo if you'd like. |
[04:11:43] | mchou: | EricAnderson: the blame rests completely with you. |
[04:11:47] | EricAnderson: | Alright dude |
[04:11:50] | scott_: | I'll happily blame gentoo |
[04:11:51] | EricAnderson: | You're super cool |
[04:11:53] | EricAnderson: | And so smart |
[04:11:56] | mchou: | dont try to divert to something else |
[04:12:00] | EricAnderson: | You even know what my logs say |
[04:12:09] | EricAnderson: | even though I can cat them and you cant |
[04:12:10] | EricAnderson: | amazing |
[04:12:49] | EricAnderson: | Maybe you should get out in the world and interact with people for a little bit, maybe then you'll realize being an elitist prick isn't so fucking cool |
[04:12:51] | mchou: | I know that you havent done your homework, that's more than enough to tell me you can be trusted to read thru your logs carefully |
[04:12:53] | cconstantine (cconstantine!n=cconstan@74.132.202.213) has joined #mythtv-users | |
[04:13:02] | mchou: | cant* |
[04:13:15] | EricAnderson: | Dude, Last 10 lines of my log: |
[04:13:16] | EricAnderson: | ERROR: no valid capture cards are defined in the database. |
[04:13:16] | EricAnderson: | Perhaps you should read the installation instructions? |
[04:13:16] | EricAnderson: | Starting up as the master server. |
[04:13:16] | EricAnderson: | ERROR: no valid capture cards are defined in the database. |
[04:13:17] | EricAnderson: | Perhaps you should read the installation instructions? |
[04:13:18] | EricAnderson: | Starting up as the master server. |
[04:13:20] | EricAnderson: | Starting up as the master server. |
[04:13:22] | EricAnderson: | Starting up as the master server. |
[04:13:24] | EricAnderson: | ERROR: no valid capture cards are defined in the database. |
[04:13:26] | EricAnderson: | Perhaps you should read the installation instructions? |
[04:13:27] | mchou: | lol |
[04:13:55] | scott_: | define some capture cards in mythtv-setup and get rid of that error message |
[04:13:58] | mchou: | who gives a crap what the last 10 lines say? It's the whole log that matters |
[04:14:01] | sandeen: | EricAnderson, sounds like maybe you should check to see if there are any cards defined |
[04:14:14] | EricAnderson: | sandeen: The card is defined, in mythtv-setup |
[04:14:20] | EricAnderson: | It even "probed" what type it is |
[04:15:01] | kazer_ (kazer_!n=kazer@243.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[04:15:08] | jams: | did you have the backend turned off when running mythtv-setup? |
[04:15:13] | EricAnderson: | yup |
[04:15:19] | kazer_ (kazer_!n=kazer@199.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[04:15:26] | EricAnderson: | even rebooted after configuring to be sure that all was well |
[04:15:37] | mchou: | bullshit |
[04:15:48] | mchou: | the log just told you what to do |
[04:15:59] | mchou: | and you still are grovelling |
[04:16:15] | EricAnderson: | DUDE, You are such a fucking prick |
[04:16:18] | EricAnderson: | If you dont want to help go away |
[04:16:24] | EricAnderson: | Let these other people atleast try |
[04:16:30] | cconstantine: | Hey guys, I have a fresh ubuntu install with mythtv .20 installed and I'm having troubles connecting to mysql |
[04:16:37] | sandeen: | mchou, you're being a bit of an ass IMNSHO. I deal with complex stuff all day long and myth was a beast to configure |
[04:16:37] | mchou: | EricAnderson: http://catb.org/esr/faqs/smart-questions.html#id273364 |
[04:16:58] | sandeen: | IMNSHO :) |
[04:17:25] | scott_: | in my not so honest opinion? |
[04:17:32] | mchou: | sandeen: I dont care how complicated myth is to set up. That's beside the point. The point is this stuff is covered in the docs |
[04:17:37] | sandeen: | scott_, humble :) |
[04:17:46] | mchou: | and the log tells him EXACTLY what's wrong |
[04:17:46] | cconstantine: | I've created the db (mysql < mc.sql), I've told mysql to listen everywhere, and opened up privilages in the db |
[04:18:06] | EricAnderson: | mchou: Whats wrong then? If its so simple and Im so dense, whats wrong? |
[04:18:17] | Shikkie: | looks like he needs to setup his capture card in the mythtv setup area |
[04:18:21] | scott_: | cconstantine: you're having trouble connecting to mysql or mythtv is having trouble? |
[04:18:23] | mchou: | EricAnderson: READ the fucking log and and docs |
[04:18:39] | EricAnderson: | I DID READ THE LOGS YOU STUPID FUCK |
[04:18:45] | cconstantine: | scott_: mythtv is, mythtv-setup specificaly. I can connect from bash easily enough (mysql mythconverg) |
[04:18:49] | mchou: | EricAnderson: bullshit |
[04:19:06] | mchou: | [20:03:47] <EricAnderson> Perhaps you have forgotten to bind video |
[04:19:06] | mchou: | [20:03:47] <EricAnderson> sources to your card's inputs? |
[04:19:16] | scott_: | cconstantine: have all the qt3-mysql-mt type packages installed? |
[04:19:21] | mchou: | which part of that dont you understand? |
[04:19:42] | EricAnderson: | Which part of THAT WASNT IN THE FUCKING LOG dont you understand |
[04:19:49] | sandeen: | EricAnderson, you did paste that in |
[04:19:57] | mchou: | sandeen: lol |
[04:20:00] | EricAnderson: | I only got that after running it as root and ahving the console to look at |
[04:20:12] | EricAnderson: | THE LOG ONLY SAID: ERROR: no valid capture cards are defined in the database. |
[04:20:16] | cconstantine: | scott_: oh that would be silly if I don't have the db drivers :) |
[04:20:17] | Zambezi is now known as Sambesi | |
[04:20:21] | cconstantine: | scott_: let me check |
[04:20:46] | cconstantine: | scott_: looks like it was installed for me |
[04:20:46] | Sambesi is now known as Zambezi | |
[04:21:11] | scott_: | cconstantine: when you start mythtv-setup does it give any errors in the console log? |
[04:21:56] | cconstantine: | scott_: many |
[04:22:01] | cconstantine: | scott_: where's good to post? |
[04:22:20] | jams: | use pastebin.ca |
[04:22:20] | scott_: | pastebin.ca although I'm not good at looking at error messages :( but i'll try still |
[04:22:45] | kslater: | anyone running mythtv to an HD set around to answer an easy question? |
[04:23:29] | cconstantine: | scott_: well, i think this is the most important one |
[04:23:39] | cconstantine: | scott_: Access denied for user 'mythtv'@'localhost' (using password: NO) |
[04:23:41] | jams: | kslater- whats the question |
[04:23:49] | kslater: | if you have an SD recording is it upscaled to fit your HD modeline settings? or does myth invoke a mode change? |
[04:23:52] | hatredx (hatredx!n=odium@c-68-43-186-25.hsd1.mi.comcast.net) has quit (Remote closed the connection) | |
[04:24:15] | scott_: | cconstantine: so it's a mysql config problem looks like, for me I have to specify the hostname of the computer, not use localhost |
[04:24:58] | jams: | either or, depends on how myth is setup |
[04:25:03] | cconstantine: | scott_: so IP-iffy it? |
[04:25:09] | jams: | kslater- either or, depends on how myth is setup |
[04:25:35] | scott_: | cconstantine: you could try 'mysql -h localhost -u mythtv -pmythtv mythconverg' |
[04:25:44] | kslater: | jams, so it might do a video mode change, that's what I was wondering |
[04:26:01] | scott_: | see if it tells you access denied, then i'd suggest susbtituting localhost for the hostname of the machine |
[04:26:06] | jams: | kslater- if you enable the option it will |
[04:26:12] | brad_mssw: | .... anyone got the IO-Data LinkPlayer2? |
[04:26:12] | kslater: | got it |
[04:26:18] | kslater: | the hd stuff is new to me |
[04:26:27] | kslater: | still trying to get my head around the options |
[04:26:30] | cconstantine: | scott_: that worked |
[04:26:50] | scott_: | using localhost worked? |
[04:27:23] | cconstantine: | indeed |
[04:27:24] | jams: | kslater- by default it uses the same mode across the board, it's something that needs to be enabled in one of the many setup screens |
[04:27:43] | cconstantine: | scott_ and using the ip in mysql.txt didn't fix it |
[04:27:44] | kslater: | jams – you have this running? |
[04:27:53] | scott_: | cconstantine: I don't know |
[04:27:55] | kslater: | if so which way are you using it? |
[04:28:09] | cconstantine: | scott_: it's almost like it's not even trying |
[04:28:22] | marxes: | cconstantine, I got the same thing |
[04:28:24] | jams: | well right now I use the same mode for everthing |
[04:28:38] | marxes: | cconstantine, I had to use a command line switch for request password |
[04:28:43] | jams: | i got tired of the screen flash when X11 changed resolutions |
[04:28:43] | kslater: | what resolution? x by y? |
[04:28:54] | cconstantine: | marxes: a switch to myth or mysql? |
[04:28:59] | jams: | oh i'm running 1280x720 |
[04:29:03] | marxes: | mysql |
[04:29:11] | kslater: | 720p |
[04:29:18] | kslater: | that's going to be my 1st choice |
[04:29:26] | cconstantine: | marxes but I'm able to connect just fine that way |
[04:29:28] | kslater: | tv might not be up to it though |
[04:29:33] | cconstantine: | marxes it's mythtv that can't connect |
[04:29:39] | kslater: | cheapo Samsung that can do 1080i |
[04:29:44] | jams: | right, thats the res that mythtv wide themes want to be at |
[04:29:51] | marxes: | cconstantine....oh, sorry to confuse the issue =p |
[04:30:03] | cconstantine: | marxes np, you're trying to help :) |
[04:30:19] | kslater: | but I'd settle for 960 x 540p |
[04:30:42] | jams: | i have one running at 848x480 |
[04:30:47] | sandeen: | is there any way to run the myth video player outside of myth? or is that called "mplayer?" Strange question maybe... |
[04:30:48] | jams: | works well |
[04:31:05] | jams: | sandeen- mythtv $filename |
[04:31:09] | kslater: | your 848 x 480 does it downscale 1080i HD content correctly? |
[04:31:21] | EricAnderson (EricAnderson!n=EricAnde@ip70-171-197-195.tc.ph.cox.net) has left #mythtv-users () | |
[04:31:21] | sandeen: | jams, hah, ok :) |
[04:31:22] | sandeen: | thanks |
[04:32:30] | cheatersrealm (cheatersrealm!i=[U2FsdGV@centaur.acm.jhu.edu) has left #mythtv-users () | |
[04:38:07] | brad_mssw (brad_mssw!n=brad@ip68-105-167-138.ga.at.cox.net) has quit ("Leaving") | |
[04:40:38] | seth|laptop (seth|laptop!n=Seth@oh-71-0-6-72.sta.embarqhsd.net) has quit ("Leaving") | |
[04:46:38] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Read error: 110 (Connection timed out)) | |
[04:49:05] | kazer_ (kazer_!n=kazer@199.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[04:49:14] | kazer_ (kazer_!n=kazer@117.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[04:49:58] | jams: | kslater- the 848x480 has some problems with scaling but for the most part I don't notice it |
[04:53:39] | cconstantine: | Ok, i got most of the DB issues worked out |
[04:54:04] | cconstantine: | but now mythbackend only starts manualy, not from /etc/init.d/mythbackend. Ubuntu still, any ideas? |
[04:54:42] | cconstantine (cconstantine!n=cconstan@74.132.202.213) has quit ("[BX] Reserve your copy of BitchX-1.1-final for the BeOS today!") | |
[04:55:01] | a1fa`` (a1fa``!n=echo@24.144.57.243) has joined #mythtv-users | |
[04:55:03] | a1fa``: | hello |
[04:55:08] | cconstantine (cconstantine!n=cconstan@74.132.202.213) has joined #mythtv-users | |
[04:55:49] | a1fa``: | Quick question, if you delete tuners and channel sources, will you lose your recorded shows database? |
[04:57:02] | cconstantine: | I see no reason for that to happen |
[04:57:26] | a1fa``: | yeah me too |
[04:57:32] | a1fa``: | i just needed to make sure |
[04:57:41] | a1fa``: | i would hate for it to re record all the shows i watched |
[04:58:17] | a1fa``: | i am going to buy an additional SATA controler + 4 disks for Christmass |
[04:58:24] | a1fa``: | 4 x 500 GB |
[04:59:17] | JDStone (JDStone!n=JDStone@adsl-68-127-243-54.dsl.pltn13.pacbell.net) has joined #mythtv-users | |
[04:59:25] | JDStone: | I'm getting: |
[04:59:26] | JDStone: | Error |
[04:59:26] | JDStone: | Please install the MySQL libraries for PHP. |
[04:59:26] | JDStone: | The package is usually called something like php-mysql. |
[04:59:31] | JDStone: | when accessing mythweb |
[04:59:39] | a1fa``: | I want to go into 2tier architecture |
[04:59:44] | a1fa``: | by mid next year |
[04:59:55] | JDStone: | I have php5-mysql and php5-mysqli installed |
[05:00:12] | a1fa``: | store the backend in the cold carage |
[05:00:21] | ** sandeen wishes he could make myth keep up w/o xvmc like everyone else seems to be able to ** | |
[05:00:22] | a1fa``: | with UPS backup =) |
[05:03:35] | Agrajag-: | JDStone: make sure the mysql extension is enabled in your apache's php.ini |
[05:03:39] | |Atum| (|Atum|!i=NSLU2@c-71-197-139-154.hsd1.wa.comcast.net) has joined #mythtv-users | |
[05:03:53] | |Atum|: | Hello everyone :-) |
[05:05:50] | |Atum|: | Anyone wake? |
[05:06:31] | |Atum| (|Atum|!i=NSLU2@c-71-197-139-154.hsd1.wa.comcast.net) has quit (Client Quit) | |
[05:06:48] | |Atum| (|Atum|!i=NSLU2@c-71-197-139-154.hsd1.wa.comcast.net) has joined #mythtv-users | |
[05:06:58] | a1fa``: | yeah |
[05:06:59] | |Atum|: | It helps if I don't accidentally back out of the java irc client ;-) |
[05:07:15] | |Atum|: | Ho are you doing a1fa |
[05:07:18] | |Atum|: | how* |
[05:07:47] | |Atum|: | Im just dinking around with mythtv for the first time trying to get it all set up. having some difficulties so I figured id come here if these resources on the mailing list do not pan out soon :-) |
[05:08:27] | JDStone: | Agrajag-: thanks, I found a webpage that told me |
[05:08:28] | JDStone (JDStone!n=JDStone@adsl-68-127-243-54.dsl.pltn13.pacbell.net) has left #mythtv-users ("Netslayer.com Web Hosting Solutions") | |
[05:09:38] | a1fa``: | ok |
[05:09:45] | a1fa``: | |Atum|: make sure you read the WIKI before posting |
[05:09:47] | regicide666 (regicide666!n=chatzill@cpe-72-130-63-109.socal.res.rr.com) has quit (Read error: 104 (Connection reset by peer)) | |
[05:09:48] | a1fa``: | and search throughly |
[05:10:01] | |Atum|: | Ive been there for about 5 hours now ;-) |
[05:10:38] | |Atum|: | I was all excited once it got installed and setup...then I hit a snag. Backed out to make sure the capture card was ok (it works in tvtime) and so I'm pointing to my myth config again |
[05:16:13] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[05:19:18] | clop (clop!n=jared@cpe-24-28-66-79.austin.res.rr.com) has joined #mythtv-users | |
[05:20:05] | clop: | hi, i wonder if someone can explain to me what commercial detection does? i see that it runs after my shows record, but i'm not sure how to "skip past them" or whatever after they have been flagged? is there a special button for this or...? |
[05:21:41] | |Atum|: | clop: Somewhere in the TV Setup there is an option to 'automatically skip commercials' or to prompt or whatnot |
[05:22:11] | clop: | |Atum|, oh, ok, i'll take a look for that, thanks :) |
[05:22:18] | |Atum|: | No problem clop |
[05:22:32] | |Atum|: | Sorry I can't be more accurate – I'm still working on getting my mythtv to work LOL |
[05:22:40] | |Atum|: | I've just seen the option when configuring :) |
[05:22:56] | kazer_ (kazer_!n=kazer@117.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[05:23:14] | a1fa``: | HDMI is same as DVI? |
[05:23:14] | kazer_ (kazer_!n=kazer@93.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[05:24:32] | bronson (bronson!n=bronson@adsl-75-36-147-248.dsl.pltn13.sbcglobal.net) has joined #mythtv-users | |
[05:25:09] | |Atum|: | HDMI This is a more modern version of DVI and is technically backwards compatible. It uses a smaller more manageable connector. You can get an DVI to HDMI adaptors if you need to connect your PC graphics card DVI connector to the latest HDMI displays. The latest HDMI connections will also be able to carry digital multi-channel audio down the same cable. |
[05:25:18] | |Atum|: | according to http://mythtv.org/wiki/index.php/User_Manual:Setting_Up |
[05:25:42] | a1fa``: | cool |
[05:25:44] | a1fa``: | just making sure |
[05:25:55] | a1fa``: | i want to pick up a tv.. i dont know if i want to do plasma or lcd |
[05:25:59] | a1fa``: | or rear projection |
[05:26:50] | |Atum|: | A friend of mine did some comparissons on plasma / lcd. he offered me limited insight of pros/cons. Eventually he went with LCD due to the amount of light in the room makes for bad plasma display he said |
[05:27:21] | |Atum|: | With the distance he was viewing from the tv. You'd do well to look up the pros/ cons of both because I hear there is no clear winner. |
[05:27:33] | lotia: | anyone here who's familiar with svn? |
[05:27:53] | a1fa``: | lotia: program? |
[05:28:22] | lotia: | are the fixes also applied to the http://svn.mythtv.org/svn/tags/release-0-20 branch? |
[05:28:40] | lotia: | a1fa``: yes, as pertaining to mythtv |
[05:29:40] | a1fa``: | yeah |
[05:29:48] | a1fa``: | they should be in the 0–20 branch allready i believe |
[05:31:11] | |Atum|: | Well I think I'm officially stuck after 5 hours with a NVR Can't open video device: /dev/video0 when I try to record or watch Live TV. |
[05:31:48] | |Atum|: | Unfortunately another user didn't get an answer to a similar problem description : |
[05:32:03] | lotia: | a1fa``: so then branch/0-20-fixes and release-0–20 are the same? |
[05:32:18] | lotia: | |Atum|: whats up? |
[05:32:29] | Mattwj2005 (Mattwj2005!n=Matt@c-76-17-131-68.hsd1.mn.comcast.net) has joined #mythtv-users | |
[05:32:30] | lotia: | |Atum|: what distro? |
[05:32:37] | |Atum|: | SLED 10 |
[05:33:06] | lotia: | |Atum|: as what user does your backend run? |
[05:33:11] | Mattwj2005: | hey guys....I bought my first Christmas tree today :) |
[05:33:27] | |Atum|: | lotia: root |
[05:33:43] | lotia: | |Atum|: what do the verbose logs say? |
[05:33:58] | |Atum|: | lotia – /var/log/mythtv/mythtvbackend.log correct? |
[05:34:11] | lotia: | |Atum|: yes? |
[05:34:15] | a1fa``: | congrats |
[05:34:19] | a1fa``: | i burned my tree this year |
[05:34:24] | a1fa``: | in protest of commercial christmass |
[05:34:37] | Mattwj2005: | lol you burned it? |
[05:34:38] | Mattwj2005: | :P |
[05:35:02] | |Atum|: | 2006-12–04 21:05:30.779 TVRec(1): Changing from None to WatchingLiveTV |
[05:35:07] | |Atum|: | 2006-12–04 21:05:30.803 TVRec(1): HW Tuner: 1->1 |
[05:35:13] | |Atum|: | strange error flushing buffer ... |
[05:35:20] | |Atum|: | 2006-12–04 21:05:32.107 NVR: Can't open video device: /dev/video0 |
[05:35:21] | |Atum|: | open video:: Device or resource busy |
[05:35:25] | |Atum|: | 2006-12–04 21:06:11.897 TVRec(1): Changing from WatchingLiveTV to None |
[05:35:52] | Mattwj2005: | my Christmas tree has fiber optics :) |
[05:36:08] | |Atum|: | mythtv-setup can scan the channels just fine. tvtime plays back from the card just fine (PCTV USB2 by Pinnacle using em28xx driver) |
[05:36:24] | a1fa``: | Mattwj2005: no i just chunked it out |
[05:36:47] | |Atum|: | Mattwj2005: So does ours. The best part is you just pull it out of the box to set it up :-) |
[05:36:50] | Shikkie (Shikkie!n=Shizmo@69.160.65.5) has quit ("Shizmo: Shikkie's server box.") | |
[05:36:56] | a1fa``: | what size LCD should I buy |
[05:37:03] | Mattwj2005: | definitely |
[05:37:06] | a1fa``: | Mattwj2005: pictures of your tree? |
[05:37:08] | Mattwj2005: | no clean up either |
[05:37:11] | a1fa``: | 25" good enough? |
[05:37:14] | Mattwj2005: | not yet |
[05:37:17] | |Atum|: | Yeah Mattwj2005 |
[05:37:23] | |Atum|: | I've got some pictures of ours last year – standby |
[05:37:35] | Mattwj2005: | I still need to decorate it |
[05:41:09] | |Atum|: | see our tree at http://moaph.blogspot.com/ |
[05:41:26] | |Atum|: | Picture from last year – but I assure you, the setup is the same ;-)! |
[05:41:36] | Mattwj2005: | nice |
[05:41:52] | Mattwj2005: | I made a video clip...let me upload it youtube |
[05:42:12] | a1fa``: | sweet |
[05:42:29] | a1fa``: | mopah that sounds familiar |
[05:42:49] | a1fa``: | you dont hang out in motorcycles on efnet |
[05:43:37] | |Atum|: | No – moaph = musings of a puyallup homeowner ;) |
[05:43:49] | |Atum|: | I created it to chronicle our journey (ha) as new homeowners |
[05:44:04] | |Atum|: | As you can see our first month here was rather eventful: a septic backup, a large tree fall, snow... |
[05:44:35] | |Atum|: | Thats why Myth has been put off for the last 8 months! Between the wedding, buying the house, moving, etc. I just now got some free time. |
[05:44:44] | a1fa``: | i hope you had insurance |
[05:45:00] | |Atum|: | Of course. Luckily the tree didnt _hit_ our house, but simply fell away from it (thank goodness) |
[05:45:32] | a1fa``: | i am going to buy a house in 2007 |
[05:45:39] | a1fa``: | 3bed,2bath |
[05:45:45] | a1fa``: | for less then 80k |
[05:45:52] | a1fa``: | 90k |
[05:45:53] | a1fa``: | i hope |
[05:46:12] | |Atum|: | nice. USD? |
[05:46:40] | a1fa``: | yeah |
[05:46:48] | |Atum|: | Wow :-) I wish our market was like that |
[05:46:58] | a1fa``: | im in Arkansas |
[05:47:03] | a1fa``: | and housing market has slow down |
[05:47:08] | |Atum|: | our 2 bedroom 1.5bath on .87 acre was 285 |
[05:47:11] | a1fa``: | everybody wants to get rid of their house |
[05:47:13] | a1fa``: | damn dude |
[05:47:19] | a1fa``: | California? |
[05:47:25] | |Atum|: | Washington |
[05:47:26] | burner: | damn |
[05:47:28] | |Atum|: | (State) |
[05:47:31] | a1fa``: | Its the land, not the house ;) |
[05:47:37] | a1fa``: | on the coast? |
[05:47:39] | |Atum|: | about 45 miles south of Seattle or so |
[05:47:41] | burner: | we paid 360k USD for our crib |
[05:47:45] | a1fa``: | damn dude |
[05:47:47] | burner: | 78kvm |
[05:47:54] | a1fa``: | you must be making more then 100k to afford that |
[05:48:09] | a1fa``: | you and your spouse 100 each :) |
[05:48:10] | |Atum|: | more in the range of 53 + side jobs. |
[05:48:16] | a1fa``: | damn dude |
[05:48:19] | a1fa``: | thats hard |
[05:48:29] | |Atum|: | annual income is about 65 after all is said and done |
[05:48:35] | |Atum|: | lol thats why i dont want to buy a PVR :-) |
[05:48:47] | |Atum|: | Ive got this here working computer, just a few more steps away from bliss! |
[05:48:59] | burner: | good thing you dont have norwegian prices :p |
[05:49:01] | burner: | uhu |
[05:49:03] | a1fa``: | mythtv will cost you more unless you allready have an old computer |
[05:49:08] | a1fa``: | burner: i've heard about those |
[05:49:13] | a1fa``: | taxes must be killing you |
[05:49:18] | burner: | they are |
[05:49:20] | burner: | :P |
[05:49:36] | topping_ (topping_!n=topping@207.47.6.182.static.nextweb.net) has joined #mythtv-users | |
[05:49:40] | burner: | but we have tons of welfare, though |
[05:50:04] | a1fa``: | yeah. for those fucking bosnian refugees |
[05:50:08] | a1fa``: | and god knows who else |
[05:50:15] | |Atum|: | a1fa: I have 4 computers: primary gaming is amd x2 2gig ram gf6800 msi k8n diamond plus, secondary (soon to be mythbox) is an hp dc530 with 1 gig ram + tv card running sled 10. Wife's computer is amd 2400+ w/ 1 gig ram and a gf4 ti4200 |
[05:50:16] | Mattwj2005: | YouTube is processing the file |
[05:50:23] | |Atum|: | 4th computer is approximately the same |
[05:50:43] | |Atum|: | and the other computer that will be a myth frontend is a 1ghz w/ 384megs of ram...providing I can sort out this video issue |
[05:51:36] | a1fa``: | cool |
[05:52:42] | |Atum|: | maybe lotia knows what to do? :-) |
[05:54:50] | chickeneater (chickeneater!n=lastlee@unaffiliated/chickeneater) has joined #mythtv-users | |
[05:55:08] | lotia: | |Atum|: can you get output from the card when myth is running? |
[05:55:18] | lotia: | |Atum|: i mean using a different program |
[05:55:23] | Mattwj2005: | http://www.youtube.com/watch?v=MM3-Swv0vKU |
[05:55:50] | Mattwj2005: | sorry my camera sucks |
[05:55:54] | lotia: | |Atum|: and as what user is your mythfrontend running? |
[05:56:11] | |Atum|: | hey cool |
[05:56:24] | |Atum|: | lotia: I launched it via terminal as root (through su) |
[05:56:45] | kazer_ (kazer_!n=kazer@93.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[05:56:48] | kazer__ (kazer__!n=kazer@108.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[05:57:13] | burner: | ugh.. flash has *nothing* to with showing video |
[05:57:16] | lotia: | |Atum|: what are the permissions for the device you are using? |
[05:58:15] | |Atum|: | ./dev/video0 – 600 |
[05:58:52] | |Atum|: | ooooo |
[05:59:28] | a1fa``: | make sure |
[05:59:31] | a1fa``: | mythtv |
[05:59:36] | a1fa``: | is part of video group |
[05:59:37] | |Atum|: | does it need to be 666 as described on http://www.mythtv.org/docs/mythtv-HOWTO-4.html even if I'm running as root? |
[05:59:41] | a1fa``: | nah |
[05:59:46] | a1fa``: | it dont matter if it is running as root |
[06:00:09] | lotia: | |Atum|: hope |
[06:00:18] | lotia: | |Atum|: no it doesn't |
[06:00:44] | |Atum|: | ok – I haven't created a mythtv user yet since I was running as root until I got everything working |
[06:01:03] | lotia: | a1fa``: current the permissions on the video device don't allow anyone but root to open it if the owner is root |
[06:01:22] | lotia: | |Atum|: sorry to possibly ask again, but is your backend also running as root |
[06:01:44] | |Atum|: | Yes – I started the backend via terminal as root through su |
[06:02:03] | a1fa``: | sudo ? or su -c? |
[06:02:03] | lotia: | so both backend and frontend are running as root then |
[06:02:19] | |Atum|: | su |
[06:02:30] | a1fa``: | ok.. it was irrelevant.. sorry.. just curious |
[06:02:37] | Mattwj2005: | yeah my video doesn't do it justice |
[06:02:54] | a1fa``: | lets see it |
[06:03:00] | |Atum|: | Yes. I opened two terminals, su, enter password, get # prompt, then do the following – /etc/init.d/mythbackend start |
[06:03:20] | |Atum|: | on the other, su, enter password, # prompt, mythfrontend& |
[06:03:40] | |Atum|: | In a third terminal i've got tail -f /var/log/mythtv/mythtvbackend.log running |
[06:03:41] | Mattwj2005: | affa: http://www.youtube.com/watch?v=MM3-Swv0vKU |
[06:08:06] | a1fa``: | cool tree |
[06:08:09] | a1fa``: | ok |
[06:08:11] | a1fa``: | bed time for me |
[06:08:16] | a1fa``: | gotta get up in 6h for work |
[06:08:32] | |Atum|: | tale care a;fa |
[06:08:34] | |Atum|: | alfa* |
[06:08:37] | |Atum|: | was nice meeting you. |
[06:11:59] | Mattwj2005: | thanks affa :) |
[06:12:05] | Mattwj2005: | have a good night |
[06:15:45] | ille (ille!n=ille@pdpc/supporter/student/ille) has quit (Read error: 110 (Connection timed out)) | |
[06:16:13] | Mattwj2005 (Mattwj2005!n=Matt@c-76-17-131-68.hsd1.mn.comcast.net) has quit ("Leaving.") | |
[06:16:15] | lotia: | |Atum|: okay, here you may have an issue |
[06:16:30] | lotia: | what does ps aux | grep mythbackend give you |
[06:16:50] | lotia: | since you started mythbackend using the init script it may not be running as the root user in which case, it cannot open the video device |
[06:17:36] | lotia: | |Atum|: thats "ps aux | grep mythbackend" |
[06:17:56] | |Atum|: | root 19286 0.0 1.5 198456 15988 ? Ssl 21:02 0:00 /usr/bin/mythbackend --daemon --logfile /var/log/mythtv/mythbackend.log |
[06:18:05] | |Atum|: | root 7235 0.0 0.0 2672 612 pts/4 S+ 20:28 0:00 tail /var/log/mythtv/mythbackend.log -f |
[06:18:14] | |Atum|: | root 19568 0.0 0.0 1856 636 pts/5 S+ 21:54 0:00 grep mythbackend |
[06:18:37] | lotia: | |Atum|: so much for that idea. normally mythbackend runs as a non privileged user or at least it should |
[06:18:50] | lotia: | |Atum|: did you install myth using the SUSE packages or from source |
[06:18:56] | |Atum|: | Right, I was trying to get everything set up and working first |
[06:18:58] | |Atum|: | SUSE Packages |
[06:19:27] | lotia: | |Atum|: okay try to change the permissions on your video device, restart mythbackend and see what happens |
[06:19:34] | |Atum|: | to 666? |
[06:19:49] | a1fa`` (a1fa``!n=echo@24.144.57.243) has quit (Read error: 60 (Operation timed out)) | |
[06:21:36] | |Atum|: | interesting, saw a notice in the log i hadnt seen before |
[06:22:49] | RyeBrye (RyeBrye!n=Ryebrye@ns2.digis.net) has joined #mythtv-users | |
[06:22:50] | |Atum|: | 2006-12–04 21:57:55.489 Connected to database 'mythconverg' at host: localhost is defined, but isn't attached to a cardinput. |
[06:22:57] | lotia: | |Atum|: yes |
[06:23:19] | |Atum|: | Is that normal? |
[06:23:54] | |Atum|: | same error: 2006-12–04 22:00:34.882 NVR: Can't open video device: /dev/video0 |
[06:23:55] | |Atum|: | open video:: Device or resource busy |
[06:24:03] | |Atum|: | Nothing is accessing /dev/video0 :| |
[06:24:17] | |Atum|: | I dont think? |
[06:24:24] | packetscan is now known as PacketScan | |
[06:26:48] | lotia: | |Atum|: have you tried rebooting the box? |
[06:27:13] | |Atum|: | Yes, twice |
[06:27:35] | |Atum|: | Rebooting again for good measure |
[06:30:33] | lotia: | |Atum|: i have an idea |
[06:30:42] | lotia: | check to see if you have lsof installed on your machine |
[06:31:01] | |Atum|: | Box have been rebooted. |
[06:31:04] | |Atum|: | 'lsof' the package? |
[06:31:04] | lotia: | lsof | grep video0 may tell us what program/user is using it |
[06:31:19] | |Atum|: | returns nothing |
[06:31:21] | lotia: | |Atum|: yes its a program |
[06:31:26] | nuonguy (nuonguy!n=john@c-24-6-175-26.hsd1.ca.comcast.net) has quit ("Leaving.") | |
[06:31:31] | lotia: | see if you can install it |
[06:31:37] | |Atum|: | its installed |
[06:32:09] | lotia: | lsof | grep video0 |
[06:32:12] | lotia: | what do you get |
[06:32:49] | |Atum|: | Nothing . when I try to do it when I click "watch live tv" I get mythbacke 3470 root 17u CHR 81,0 5073 /dev/video0 |
[06:32:59] | |Atum|: | However still nothing on the screen for mythtv |
[06:33:23] | |Atum|: | the frontend window says |
[06:33:37] | |Atum|: | TV error: starterecorder() — timed out waiting for recorder to start |
[06:34:02] | |Atum|: | The backend reports the same error about /dev/video0 being busy |
[06:34:28] | lotia: | hmmmm.... and when you aren't trying to watch livetv lsof doesn't report that device as open? |
[06:34:53] | |Atum|: | Correct, before and after livetv was started/stopped, lsof | grep video0 simply returns me to the prompt |
[06:35:03] | lotia: | |Atum|: i'm really sorry man, i'm starting to run out of ideas. have you tried to post to the mailing list? |
[06:35:56] | |Atum|: | Not yet, I wanted to come here first to make sure it wasnt something easy :-) |
[06:36:48] | |Atum|: | Thanks, I'll try that |
[06:38:29] | lotia: | |Atum|: sorry to not have an answer after so long |
[06:38:35] | |Atum|: | hehe I've never used a mailing list before. |
[06:38:36] | lotia: | |Atum|: it is worth it |
[06:38:45] | lotia: | |Atum|: all the trouble to set up myth that is. |
[06:39:14] | |Atum|: | I hope so :-) I'm sort of scouting it out for my boss/a few friends |
[06:39:25] | |Atum|: | As a result, hes letting me borrow his tv tuner while he's in Iraqw |
[06:39:38] | |Atum|: | but he wants it back and he gets back in 10 days ;) |
[06:39:49] | |Atum|: | So I need a solution by then. Plus my wife is interested, and htats the most pressure :)! |
[06:41:06] | lotia: | |Atum|: yeah, I've been working on a major upgrade to hd to and my machine has been down. the wife has not been pleases as a result |
[06:41:21] | lotia: | good lucj |
[06:41:25] | lotia: | see you all |
[06:41:26] | |Atum|: | I appreciate all the help you've provided so far lotia, we'll see if the mailing list gets anywhere |
[06:41:29] | |Atum|: | take care! thanks again |
[06:41:30] | lotia (lotia!n=lotia@c-69-246-94-196.hsd1.mi.comcast.net) has quit () | |
[06:42:59] | ille (ille!n=ille@m671.ktv.nu) has joined #mythtv-users | |
[06:43:36] | mchou (mchou!n=mchou@c-71-198-127-234.hsd1.ca.comcast.net) has quit ("using sirc version 2.211+KSIRC/1.3.12") | |
[06:51:13] | |Atum|: | take care all, ill probably be back tomorrow :-) |
[06:51:41] | |Atum| (|Atum|!i=NSLU2@c-71-197-139-154.hsd1.wa.comcast.net) has quit () | |
[07:01:41] | achew222 (achew222!n=achew22@c-67-190-89-209.hsd1.co.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[07:07:54] | hatredx (hatredx!n=odium@c-68-43-186-25.hsd1.mi.comcast.net) has joined #mythtv-users | |
[07:13:00] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (Remote closed the connection) | |
[07:16:12] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[07:28:26] | DrMitch (DrMitch!n=me@209.159.248.214) has quit ("Leaving") | |
[07:41:32] | aevil (aevil!n=horst@i59F54862.versanet.de) has joined #MythTV-users | |
[08:01:36] | xris (xris!n=xris@xris.forevermore.net) has quit ("Leaving.") | |
[08:02:09] | [R] ([R]!n=ron@gentoo/user/ginsu-squirrel) has joined #mythtv-users | |
[08:07:42] | kazer__ (kazer__!n=kazer@108.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[08:07:48] | kazer__ (kazer__!n=kazer@91.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[08:08:04] | RyeBrye (RyeBrye!n=Ryebrye@ns2.digis.net) has quit (Read error: 104 (Connection reset by peer)) | |
[08:18:21] | otwin (otwin!n=opera@158.64.46.129) has joined #mythtv-users | |
[08:32:11] | nuonguy (nuonguy!n=john@c-24-6-175-26.hsd1.ca.comcast.net) has joined #mythtv-users | |
[08:45:39] | Krazylegz (Krazylegz!n=Krazyleg@c-69-141-80-131.hsd1.pa.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
[08:45:57] | Krazylegz (Krazylegz!n=Krazyleg@c-69-141-80-131.hsd1.pa.comcast.net) has joined #mythtv-users | |
[09:16:38] | [R] ([R]!n=ron@gentoo/user/ginsu-squirrel) has quit (Read error: 110 (Connection timed out)) | |
[09:28:23] | LabMonkey (LabMonkey!i=bogart@gentoo/developer/labmonkey) has quit ("hardware upgrade") | |
[09:44:54] | beavis (beavis!n=beavis@p54A7B246.dip0.t-ipconnect.de) has joined #mythtv-users | |
[09:55:08] | purserj (purserj!n=purserj@k-sit.com) has left #mythtv-users () | |
[10:03:01] | skorpion (skorpion!n=skorpion@234.44.227.87.static.f.siw.siwnet.net) has quit ("Leaving") | |
[10:09:22] | hashbang (hashbang!n=nosuch@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
[10:13:37] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[10:17:55] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[10:26:09] | LabMonkey (LabMonkey!i=bogart@adsl-70-254-56-249.dsl.lgvwtx.sbcglobal.net) has joined #mythtv-users | |
[10:35:23] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit ("Konversation terminated!") | |
[10:41:52] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[10:44:30] | topping_ (topping_!n=topping@207.47.6.182.static.nextweb.net) has quit () | |
[10:47:13] | [1]majesty ([1]majesty!n=majesty@c-68-35-232-101.hsd1.fl.comcast.net) has joined #mythtv-users | |
[10:49:27] | kenguru: | janneg, hey, about that dvb-c and netid=0 thing. |
[10:50:46] | kenguru: | janneg, netid is 111 so but when scanning channels it doesn't find correct netid? so can it be defined manually somewhere and then use a full scan to find channels? (because import channels.conf and epg won't work after that) |
[10:51:15] | aevil (aevil!n=horst@i59F54862.versanet.de) has quit (Read error: 110 (Connection timed out)) | |
[10:55:46] | majesty (majesty!n=majesty@c-68-35-232-101.hsd1.fl.comcast.net) has quit (Read error: 60 (Operation timed out)) | |
[10:55:46] | [1]majesty is now known as majesty | |
[10:55:47] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[10:56:40] | otwin (otwin!n=opera@158.64.46.129) has left #mythtv-users () | |
[10:57:57] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has joined #mythtv-users | |
[11:03:10] | LLyric (LLyric!n=simon@d220-238-72-171.dsl.vic.optusnet.com.au) has joined #mythtv-users | |
[11:07:24] | LabMonkey (LabMonkey!i=bogart@gentoo/developer/labmonkey) has quit ("Reconnecting") | |
[11:07:28] | LabMonkey (LabMonkey!i=bogart@adsl-70-254-56-249.dsl.lgvwtx.sbcglobal.net) has joined #mythtv-users | |
[11:09:02] | bedboi (bedboi!n=bedboi@c3lab.poliba.it) has joined #mythtv-users | |
[11:09:06] | bedboi: | hi there |
[11:10:13] | bedboi: | anyone is aware of a mythtv plugin that is able to stream youtube videos in mythtv? |
[11:16:50] | juski: | no there isn't one |
[11:17:12] | juski: | although mythbrowser might work |
[11:19:21] | adde (adde!i=daemon@1-1-1-25a.vhe.sth.bostream.se) has joined #mythtv-users | |
[11:19:27] | adde: | where can i see if i got version 0.19 or 0.20 ? |
[11:21:07] | juski: | mythfrontend --version |
[11:21:39] | juski: | your package manager would be able to tell you too, if you knew how to work it :-P |
[11:22:57] | addy2: | "streaming" video is the whole point of splitting up the front and back ends ... just install a fe where you want the stream to land. |
[11:23:38] | juski: | addy2: bedboi asked about youtube videos, those lame user-generated things |
[11:23:39] | addy2: | Otherwise if the formats are compatible you could use other streaming software (I'm really not familiar with what's available) |
[11:23:55] | croppa (croppa!n=stuart@135.27.233.220.exetel.com.au) has quit ("Konversation terminated!") | |
[11:26:30] | tank-man (tank-man!i=1000@S010600121729c6a1.vc.shawcable.net) has quit ("Leaving") | |
[12:08:00] | juski: | jees. a guy gets 7 years for using a camcorder in a cinema & being an asshole |
[12:09:32] | quicksilver: | somewhere along the line we seem to have forgotten the difference between civil offences and criminal ones |
[12:10:05] | bedboi (bedboi!n=bedboi@c3lab.poliba.it) has left #mythtv-users ("Client exiting") | |
[12:13:41] | juski: | movie pirate == murderer / terrorist |
[12:18:03] | Ryushin: | So what file systems is everyone liking now? xfs, jfs, reiserfs? |
[12:18:28] | Ryushin: | I've been using reiserfs, but I'm splitting my raid0 into storage groups now. |
[12:18:40] | Ryushin: | So time to revisit file system performance. |
[12:18:48] | human39 (human39!n=smk@smk-dsl.fyi.net) has quit (Remote closed the connection) | |
[12:19:45] | ectospasm (ectospasm!n=ectospas@adsl-146-237-69.mob.bellsouth.net) has joined #mythtv-users | |
[12:20:40] | stevenh (stevenh!n=lews@65.167.23.2) has joined #mythtv-users | |
[12:20:59] | juski: | ext3 does the job for me |
[12:21:19] | juski: | call me a dinosaur, but it's more than fast enough |
[12:21:35] | Ryushin: | Okay, your a dinosaur. |
[12:21:37] | Ryushin: | :) |
[12:21:54] | juski: | it's 'you're' btw |
[12:22:15] | Ryushin: | It's early and I just got up. But yes, you're right. |
[12:22:55] | juski: | I bought a birthday card for my Dad the other day. one of the cards in the rack really said "it's you're birthday" |
[12:23:26] | Ryushin: | Yea, you think that they would catch that. |
[12:24:12] | Ryushin: | Acording to the wiki, JFS is the best file system for myth. I've never tried JFS except when it was with OS/2 (my gad, what does that say about me). |
[12:24:19] | Ryushin: | Might as well play with that for a change. |
[12:25:01] | Zider: | I just stick to reiserfs everywhere |
[12:25:10] | qu0zl: | i found it excellant Ryushin, i'm using xfs on my new box just to try it out. jfs had even faster deletes though |
[12:25:52] | juski: | so long as you don't go deleting 300GB at a time, ext3 is ok |
[12:26:27] | juski: | maybe if I used HD I'd be more concerned about the delete time. but as it is, I don't, so I'm not :) |
[12:26:29] | Ryushin: | Yea, I've been using reiserfs for just about everything. I like that I can resize it. JFS and XFS can only grow. XFS has serious problems if the box ever crashes do to it's extensive caching. So JFS it is I guess. |
[12:26:57] | qu0zl: | i tried ext3 between the jfs and xfs tries. it's fine but i prefered the other two |
[12:27:08] | Zider: | too bad reiserfs can't move the beginning of a prtition |
[12:27:44] | Zider: | ext3 is just a journalling hack ontop of ext2 imo |
[12:28:39] | qu0zl: | that's a good thing for many situations though zider. It's damn stable :) |
[12:28:53] | Zider: | qu0zl: but slow :P |
[12:28:56] | qu0zl: | :) |
[12:28:59] | juski: | not _that_ slow |
[12:29:07] | Zider: | too slow for my taste :P |
[12:29:11] | juski: | granted file deletions aren't instant but hey |
[12:29:31] | juski: | just stick with ricer-fs or whatever ;) |
[12:29:39] | Zider: | :P |
[12:37:42] | juski: | n3w & 1mpr0v3d r1c3rf5 – 3v3n f@5t3r w@r35 c0p135! |
[12:38:12] | Zider: | umm |
[12:38:13] | Zider: | what? |
[12:38:26] | juski: | nm |
[12:42:48] | Zyxus (Zyxus!n=michal@24-51-92-117.kntnny.adelphia.net) has joined #mythtv-users | |
[12:45:12] | HypnoT0ad (HypnoT0ad!n=ich@203-59-173-233.dyn.iinet.net.au) has joined #mythtv-users | |
[12:45:19] | HypnoT0ad: | gday |
[12:45:53] | HypnoT0ad: | I'm trying to adjust my mythbox to the new western australian time |
[12:46:13] | HypnoT0ad: | system clock is fine but mythweb still shows one hour early |
[12:46:32] | quicksilver: | doesn't myth do async deletion as-of some-recent-version? |
[12:46:37] | quicksilver: | so delete time becomes less of an issue |
[12:47:04] | zerotrace: | There's an option for it in 0.20, I think it existed in 0.19 as well |
[12:47:28] | HypnoT0ad: | mythtv settings table in mythweb |
[12:47:46] | HypnoT0ad: | i changed TimeOffset from +0800 to +0900 |
[12:47:59] | HypnoT0ad: | restarted the backend, still no change |
[12:50:22] | juski: | quicksilver: yeah gradual deletes were new to 0.20 :) |
[12:51:17] | quicksilver: | I use ext3 |
[12:51:27] | qu0zl: | it improves it a lot quicksilver but it was still noticably slower with ext3 than with jfs or xfs |
[12:51:27] | quicksilver: | mainly cos I hear horror stories occasionally about the others |
[12:51:29] | ** quicksilver smiles ** | |
[12:52:23] | zerotrace: | I haven't really worried about delete times, but I did end up switching from ext3 to xfs because ext3 wasn't caching fast enough for HD content |
[12:52:39] | zerotrace: | Haven't had any problems since I switched |
[12:54:12] | phrozen77__: | i just wonder – anyone running mythtv with a hauppauge nova-t dvb-t pci card? |
[12:55:32] | caitlin (caitlin!n=caitlin@dsl-217-155-65-118.zen.co.uk) has joined #mythtv-users | |
[12:55:36] | caitlin: | hey hey hey |
[12:58:14] | nweaver916 (nweaver916!n=mythtv@208.254.183.132) has joined #Mythtv-users | |
[12:58:27] | nweaver916: | anyone up this early? Having Nvidia TV Out problems |
[12:58:43] | caitlin: | what's up? |
[12:58:46] | nweaver916: | I have set it up in Xorg, and it works great, but when I autologin |
[12:58:50] | nweaver916: | and autostart Mythtv |
[12:58:56] | nweaver916: | it's starting on my monitor, not my TV |
[12:59:03] | nweaver916: | and I'm taking the monitor away :D |
[12:59:21] | caitlin: | stick your config on pastebin |
[12:59:31] | nweaver916: | I tried editing xorg.conf and removing the monitor stuff, but that just eliminated the tv working, and then it was just monitor |
[12:59:59] | caitlin: | maybe it's stuck on what's the primary output |
[13:00:10] | caitlin: | what i've done is output the same stuff to the tv as the monitor |
[13:00:13] | caitlin: | with option lines |
[13:00:20] | caitlin: | it's the same display in essence |
[13:00:38] | caitlin: | have you got a split desktop? |
[13:01:24] | nweaver916: | yeah |
[13:01:26] | nweaver916: | I don't need that |
[13:01:33] | nweaver916: | but it's what happened when I followed the guiude |
[13:01:43] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has quit (Remote closed the connection) | |
[13:01:44] | nweaver916: | the nvtv app is crashing (coredumping) now for some reason |
[13:01:50] | HypnoT0ad: | ok, tzoffset to auto and mythfilldatabase fixes the guide |
[13:02:02] | nweaver916: | pastebin incoming |
[13:02:13] | caitlin: | what i'm wondering, is where the feck you set where your ringbuffer goes, and where your saved tv files live |
[13:02:20] | caitlin: | i've buggered a machine switch :P |
[13:05:26] | nweaver916: | man, either my connection sucks, or pastebin is slow this morning |
[13:05:59] | imperfect- (imperfect-!n=tbw@207.210.85.90) has quit (Read error: 110 (Connection timed out)) | |
[13:07:07] | nweaver916: | hmm...pastebin just asked me to download the php result from posting...trying again |
[13:09:50] | zerotrace (zerotrace!n=synack@scorn.csh.rit.edu) has quit ("leaving") | |
[13:11:12] | lsobral (lsobral!n=sobral@200.184.118.132) has joined #mythtv-users | |
[13:13:45] | nweaver916: | hmm |
[13:13:57] | nweaver916: | pastebin isn't working in Firefox 2... |
[13:15:23] | nweaver916: | http://216.119.202.6/xorg.conf |
[13:15:41] | nweaver916: | there is my xorg |
[13:16:18] | nweaver916: | if you can look it over, and tell me what to change to do a dualview instead of twinview (or vice versa, I get confused) or point me to a guide (looking now for one) that would be awsome |
[13:22:47] | caitlin: | this comes up on your tv as well right? |
[13:32:32] | laga (laga!n=laga@85.214.77.21) has joined #mythtv-users | |
[13:32:56] | Tommck (Tommck!n=Tommck@ip207-101-109-250.z109-101-207.customer.algx.net) has joined #mythtv-users | |
[13:33:02] | Tommck (Tommck!n=Tommck@ip207-101-109-250.z109-101-207.customer.algx.net) has quit (Read error: 104 (Connection reset by peer)) | |
[13:33:55] | T0mW (T0mW!n=Tom@24.238.68.20.res-cmts.sth.ptd.net) has quit ("Leaving") | |
[13:35:00] | nweaver916: | lol |
[13:35:25] | nweaver916: | I just realized, I put the xorg.conf from my laptop (because my myth box has no inet atm) |
[13:35:41] | nweaver916: | not even the same vendor of card...but I did solve the problem |
[13:35:43] | caitlin: | snarf.. i did wonder |
[13:35:47] | caitlin: | i solved mine too |
[13:35:52] | nweaver916: | unhooking the monitor and restarting X |
[13:36:02] | caitlin: | i'm looking for something to monitor my cpu temperature |
[13:36:02] | nweaver916: | yeah, I just have to get the actual tuner working now |
[13:36:06] | caitlin: | i'm running fanless :/ |
[13:36:27] | nweaver916: | heh, I'm running an old turbine |
[13:36:52] | caitlin: | these projects eat me |
[13:36:56] | caitlin: | i'm on my third machine :/ |
[13:37:10] | caitlin: | quieter, faster, bigger and cooler :/ |
[13:38:28] | Kobaz (Kobaz!i=kobaz@its.kobaz.net) has quit ("BitchX-1.1-final -- just do it.") | |
[13:40:51] | qu0zl: | caitlin, have you tried lm-sensors for cpu temp info? |
[13:41:19] | caitlin: | i'm in the process of |
[13:43:08] | bjohnson_ (bjohnson_!n=bjohnson@jecinc.tor.istop.com) has joined #mythtv-users | |
[13:44:07] | fryfrog (fryfrog!n=fryfrog@gallery/fryfrog) has quit ("Lost terminal") | |
[13:45:04] | fryfrog (fryfrog!n=fryfrog@c-71-204-75-12.hsd1.ga.comcast.net) has joined #mythtv-users | |
[13:49:38] | HypnoT0ad (HypnoT0ad!n=ich@203-59-173-233.dyn.iinet.net.au) has left #mythtv-users () | |
[13:50:54] | sphenxes (sphenxes!n=sphenxes@85-125-147-111.dynamic.xdsl-line.inode.at) has joined #mythtv-users | |
[13:51:05] | sphenxes (sphenxes!n=sphenxes@85-125-147-111.dynamic.xdsl-line.inode.at) has left #mythtv-users ("Leaving") | |
[13:56:08] | Cardoe (Cardoe!n=Cardoe@gentoo/developer/Cardoe) has quit ("Leaving") | |
[14:03:07] | seth|laptop (seth|laptop!n=sjerome@198.8.33.8) has joined #mythtv-users | |
[14:07:31] | russK (russK!n=russ@pool-72-75-46-242.washdc.east.verizon.net) has quit (Read error: 104 (Connection reset by peer)) | |
[14:07:49] | juski: | phrozen77__: plenty. you looking to buy one or are you after solving a problem? if it's the latter you might find it helps to be _specific_ |
[14:08:02] | juski: | ;) |
[14:11:15] | nweaver916 (nweaver916!n=mythtv@208.254.183.132) has quit ("Leaving.") | |
[14:12:58] | janneg: | kenguru: hmm, it might might be a different problem then. We need a log of mythtv-setup with following options "--verbose channel,record,siparser" to debug this. please delete all your channels and transports before you start mythtv-setup. make a backup for your database. send the log to the mythtv development ml or create a ticket and attach it there |
[14:17:24] | caitlin: | ARGH ARGH ew ew ew |
[14:17:35] | caitlin: | i just turned my old pc on... the not silent one |
[14:18:52] | kazer__ (kazer__!n=kazer@91.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[14:18:57] | kazer__ (kazer__!n=kazer@91.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[14:24:22] | Zider: | caitlin: poor you ;P |
[14:24:43] | BULLE: | caitlin: how silent is your silent one ? |
[14:25:27] | caitlin: | not silent enough |
[14:25:33] | caitlin: | it's got a standard psu in it |
[14:25:49] | caitlin: | it's pretty darn quiet though |
[14:25:54] | caitlin: | i'll keep working on it |
[14:25:56] | BULLE: | costs a fortune to get a completely silent computer, and even then, they still make some noise |
[14:26:00] | BULLE: | but its nice to have quiet computer |
[14:26:03] | caitlin: | yeh |
[14:26:15] | caitlin: | i've got shock mounted drives, and fanless cpu and northbridge |
[14:26:27] | BULLE: | i dont mind desktop boxes making some noise, but for a myth frontend, its annoying, if you watch a movie, and fans go whrrrrrrrrrrrrrrr |
[14:26:27] | qu0zl: | not for a mythtv frontend bulle. for a powerful desktop yes |
[14:26:29] | caitlin: | if i can get a 120mm fan on the cpu then i'll be happy |
[14:26:53] | BULLE: | qu0zl: depends a bit on what you want the frontend to be capable of i guess |
[14:27:09] | qu0zl: | i've a pentium m 1.86ghz with a nvidia xvmc card |
[14:27:17] | BULLE: | qu0zl: if you want it to be hd capable, you need good cpu, that means expensive psu and cooling |
[14:27:27] | qu0zl: | i don't have a hd tv source but i believe that would do hdtv? |
[14:27:46] | qu0zl: | or am i totally wrong? i've no hdtv source sadly |
[14:27:46] | BULLE: | qu0zl: mpeg2 perhaps, im not sure it will do mpeg4 hd |
[14:27:53] | qu0zl: | oh true, that it wouldn't |
[14:28:05] | BULLE: | around here, all hd is in mpeg4 |
[14:28:12] | qu0zl: | by the time i get hdtv i'll have no trouble passively cooling a good enough cpu i guess |
[14:28:59] | BULLE: | qu0zl: you are passively cooling your pentium m now ? |
[14:30:16] | daniel_bergamini (daniel_bergamini!n=daniel_b@216-107-194-166.static.gdt.cust.seg.NET) has joined #mythtv-users | |
[14:30:39] | qu0zl: | yep Bulle, in a tranquil t2e case |
[14:31:04] | qu0zl: | i used to have a via sp13000 in there, but got a pentium M board/cpu and the replacement heat-pipe from tranquil |
[14:31:11] | batdog|gone is now known as batdog | |
[14:31:29] | qu0zl: | really impressed with pentium Ms, it's not far off my desktop p4 3.2 ghz |
[14:31:41] | BULLE: | qu0zl: im using an e6300 myself |
[14:31:55] | ** BULLE googles for the tranquil t2e case ** | |
[14:32:00] | qu0zl: | that a core2 duo bulle? |
[14:32:11] | BULLE: | qu0zl: yes |
[14:32:48] | qu0zl: | not passively cooled is it? That would be great, but they've got over twice the wattage of a pentium M if i recall correctly? |
[14:32:56] | BULLE: | its passively cooled |
[14:33:02] | qu0zl: | cool, what case? |
[14:33:19] | BULLE: | hmmm, some pretty big thingy, i think its called mcube classic |
[14:33:48] | qu0zl: | no wonder it was expensive if it can cool a core2 duo |
[14:34:14] | BULLE: | qu0zl: well, max TDP for core2duo is 65watts, that is for the 2.66hhz models, the 6300 is 1.83ghz so its below 65 watts, the pentium M singlecore has a max tdp of, around 27 watts |
[14:34:17] | juski: | the tranquil 2e is NICE |
[14:34:31] | BULLE: | qu0zl: yeah, it horribly expensive, costs like 350 euro |
[14:34:37] | BULLE: | qu0zl: and then a fanless psu on top of that |
[14:34:39] | juski: | http://www.tranquilpc.co.uk/ |
[14:34:43] | BULLE: | juski: thanks |
[14:35:12] | qu0zl: | i needed one with room for a 3 1/2 inch hard drive and a pvr500, the tranquil was the only one i couldfind |
[14:35:21] | juski: | anyone recommend a PATA snatchout? |
[14:35:29] | qu0zl: | i've only got cable into two rooms, and i don't want a noisey computer in eitehr sadly |
[14:35:33] | juski: | aka hard drive caddy |
[14:35:43] | qu0zl: | nope Juski |
[14:35:53] | BULLE: | juski / qu0zl : that tranquil thing looks neat, very small, the thing i have is HUGE in comparison |
[14:36:19] | qu0zl: | you sure you were looking at the t2e bulle? It's pretty big! 2kg aluminium heatsink down one side |
[14:36:22] | juski: | BULLE: only snag is it only does mini-itx AFAIK |
[14:36:37] | qu0zl: | i was thinking the updated version of yours looks really nice, http://www.silentpcreview.com/article678-page1.html |
[14:36:42] | BULLE: | juski: well, mine does normal atx |
[14:36:48] | qu0zl: | oh, that is huge :) |
[14:37:13] | BULLE: | qu0zl: yes, it is, and yes, the mini looks very nice, but it doesnt take hull atx mbs |
[14:37:14] | juski: | been tasked with finding a HDD caddy that isn't shit |
[14:37:56] | BULLE: | juski: the mcubed ones are supposedly realy good, but cost a fortune aswell |
[14:37:59] | a1fa: | morning sunshine |
[14:38:07] | juski: | so that rules out sunnytek, icybox, etc |
[14:38:08] | ** BULLE looks at his watch ** | |
[14:38:12] | qu0zl: | i only have experience of ones that are shit juski |
[14:39:07] | Neeesat25 (Neeesat25!n=neosat@87.228.219.109) has joined #mythtv-users | |
[14:40:03] | BULLE: | same here, i bought some cheap zahlman thingy, because i couldnt realy justify the horrible price for the mcubed one |
[14:41:45] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has joined #mythtv-users | |
[14:46:36] | imperfect- (imperfect-!n=tbw@207.210.85.90) has joined #mythtv-users | |
[14:48:46] | seth|laptop: | woohoo gentoo mythbox compile underway, X is done, qt3 is building now.......... |
[14:50:12] | kazer__ (kazer__!n=kazer@91.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[14:50:27] | kazer__ (kazer__!n=kazer@91.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[14:51:03] | BULLE: | seth|laptop: so we will know how it went tomorrow =) |
[14:53:36] | seth|laptop: | BULLE: hehe |
[14:55:06] | Zider: | depends on the cpu |
[14:55:09] | Zider: | and ram ofcourse |
[14:55:10] | Zider: | :P |
[14:55:31] | Zider: | I had it up and running in a couple of hours |
[14:57:04] | caitlin: | does ubuntu still have stages? |
[14:57:45] | fryfrog: | you mean gentoo? |
[14:58:29] | caitlin: | yes |
[14:58:42] | caitlin: | i cant make sense all the time |
[14:58:52] | Neeesat25: | This lirc is killing me. Anyone install it from source? |
[14:59:02] | fryfrog: | :) |
[14:59:25] | fryfrog: | the default is to use stage3 now, you can achieve "stage 1" by simply emerge -e system twice |
[15:00:12] | Zider: | and gooey installer |
[15:00:21] | caitlin: | gooey? really? |
[15:00:31] | Zider: | djez |
[15:00:38] | caitlin: | i've not used it in yonks |
[15:00:52] | caitlin: | i debated it for this build, but ubuntu just works...... |
[15:00:54] | Zider: | new in 2006.0 I think |
[15:01:13] | juski: | Neeesat25: I always install it from source. it's a doddle |
[15:01:35] | Zider: | doodle? |
[15:01:38] | Neeesat25: | Hello Juski |
[15:01:42] | juski: | though I've been thinking about going to slack for my frontend so I can be in control of what happens |
[15:02:10] | Neeesat25: | For some reason it loads lirc_serial but I cant make it to work |
[15:02:32] | Neeesat25: | copy hauppauge lircd.conf to /etc/ |
[15:02:49] | Neeesat25: | and lircrc to /home/mythtv/.lircrc |
[15:03:38] | Neeesat25: | it should work with cat /dev/lirc0 but it does not receive anything |
[15:03:43] | jasta_ (jasta_!n=jasta@63-231-50-137.tukw.qwest.net) has joined #mythtv-users | |
[15:07:56] | [1]majesty ([1]majesty!n=majesty@c-68-35-232-101.hsd1.fl.comcast.net) has joined #mythtv-users | |
[15:07:57] | majesty (majesty!n=majesty@c-68-35-232-101.hsd1.fl.comcast.net) has quit (Read error: 54 (Connection reset by peer)) | |
[15:08:02] | [1]majesty is now known as majesty | |
[15:08:23] | livingtm (livingtm!n=livingtm@cpe-74-67-15-162.nycap.res.rr.com) has joined #mythtv-users | |
[15:08:46] | livingtm: | Hey does anyone have mythtv frontend running alongside Beryl and not get that blue background? |
[15:14:35] | jasta (jasta!n=jasta@63-231-50-137.tukw.qwest.net) has quit (Read error: 110 (Connection timed out)) | |
[15:20:50] | kazer__ (kazer__!n=kazer@91.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[15:21:32] | kazer__ (kazer__!n=kazer@48.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[15:23:08] | mirak: | hi |
[15:23:40] | laga (laga!n=laga@85.214.77.21) has left #mythtv-users () | |
[15:23:44] | mirak: | there is really no way to output something else than mpeg2 on the skystar1 and pvr350 outpur ? |
[15:26:22] | Defend: | mirak i dont think so |
[15:31:38] | Dibblah: | mirak: Yes, you can, at least for the 350. |
[15:31:54] | Dibblah: | You can even run X outputting to it :) |
[15:31:59] | mirak: | so you can output divx |
[15:32:28] | Dibblah: | Yes. But for various reasons it's slow and I can't recommend it. |
[15:32:46] | Dibblah: | Much, much easier to just use a real video card. |
[15:35:54] | juski: | the advantages that used to be so important for the pvr350 are no longer relevant |
[15:36:41] | Neeesat25: | After I have install lirc from source It created two modules /dev/lirc/0 and /dev/lircd is this correct? |
[15:37:43] | juski: | could be |
[15:38:06] | Neeesat25: | Is there a check I can make to test it other that mode2 and cat /dev/lirc/0? |
[15:38:16] | juski: | did you disable the serial port lirc_serial is trying to use? I mean stop the kernel using it by issuing the _setserial_ command? |
[15:38:47] | Neeesat25: | no. How do I do that? |
[15:40:07] | Neeesat25: | I am modprobe -r 8250_pnp, 8250, serial_core and after that I am loading lirc_serial and it loads and ofcaurse I reload those modules back again |
[15:40:36] | Neeesat25: | Is that enough? |
[15:42:27] | Neeesat25: | Juski? |
[15:43:28] | Dibblah: | Should be. Does the end of dmesg show any errors? |
[15:43:49] | Neeesat25: | no |
[15:43:54] | Neeesat25: | it's ok |
[15:44:13] | Dibblah: | In which case, yes, it's sufficient ;) |
[15:44:28] | Neeesat25: | starnge it's not working |
[15:44:58] | Dibblah: | Wait. You say you reload the 8250* stuff? |
[15:44:58] | Neeesat25: | When I am doing cat /dev/lirc/0 it sould receive signals |
[15:45:03] | Neeesat25: | yes |
[15:45:09] | Dibblah: | Don't do that. |
[15:46:10] | mirak: | Dibblah: TV out is often not as good quality. |
[15:46:24] | mirak: | problem *i have actually with my ATI is I can't adjust the screen size |
[15:46:58] | Neeesat25: | I have remove 8250* stuff but still the same results |
[15:47:07] | Dibblah: | Neeesat25: You have followed http://www.mythtv.org/docs/mythtv-HOWTO-8.html |
[15:47:08] | Dibblah: | ? |
[15:47:40] | Neeesat25: | I think yes |
[15:47:53] | Dibblah: | juski: How complex is mythlogbot? |
[15:47:58] | Neeesat25: | but I will reread all the instructions again |
[15:48:03] | Dibblah: | :) Good plan. |
[15:48:25] | Dibblah: | As in is it possible that !lirc would point to a useful howto, etc? :) |
[15:49:11] | Defend: | i got a question does anyone do hdtv via analog cable? what card would you recomend? |
[15:49:32] | Dibblah: | Defend: There's no such thing as analog HDTV. |
[15:49:37] | BULLE: | havent heard of any analog hdtv broadcasts |
[15:49:47] | BULLE: | atleast not in europe |
[15:50:04] | fysa: | Do you mean component? |
[15:50:50] | Dibblah: | It's a figment of your imagination. Really. The analog hole no longer exists. Here, just look into the tip of this pen. |
[15:51:10] | BULLE: | fysa: oh yes he might mean component connection from computer to non hdmi/dvi capable screen/beamer |
[15:51:40] | Dibblah: | But no, there's no framegrabber in commercial-land that'll do that. |
[15:51:45] | Defend: | i called comcast and they said that they pass hd channels through there basic analog |
[15:51:56] | fysa: | ah |
[15:51:58] | fysa: | They're talking about QAM. |
[15:52:01] | Dibblah: | Nope. |
[15:52:02] | Defend: | course they could have been mistaken |
[15:52:22] | fysa: | If you have a tuner that supports QAM, you can pick up network HD stations with your Basic Analog Cable *package*. |
[15:52:26] | fysa: | The stations are still digital. |
[15:52:26] | dev (dev!i=dev@bad.mutha.fucka.org) has quit (Read error: 113 (No route to host)) | |
[15:52:27] | Dibblah: | They're talking about the cable box outputting a SD version of the channel. |
[15:52:49] | Defend: | ahh ok thanks man that makes a little more since |
[15:52:53] | fysa: | This is what I'm doing here, Defend. |
[15:52:57] | Defend: | any recomendations? |
[15:53:00] | Defend: | for cards |
[15:53:05] | Defend: | i am using ubunto |
[15:53:09] | fysa: | I've cancelled my HD/digital cable service and pay $13/mo for "Basic Analog." |
[15:53:17] | Defend: | or how ever you spell it |
[15:53:29] | fysa: | I'm using the Fusion 5 HDTV Gold. It's decent — the Lite should work just as well. |
[15:53:34] | Defend: | they dont chatge for hd here |
[15:53:50] | Defend: | its included with what ever packages you have |
[15:53:53] | fysa: | right |
[15:54:15] | fysa: | My old HD/digital cable service included an HD-DVR and channels like Discovery HD and TNT HD, which I never watched. |
[15:54:21] | Defend: | does it "just work" or is it kinda a pain to setup? |
[15:54:33] | fysa: | Do you have MythTV setup now? |
[15:54:40] | Defend: | no the card |
[15:54:42] | topping_ (topping_!n=topping@207.47.6.182.static.nextweb.net) has joined #mythtv-users | |
[15:54:53] | Defend: | i know my pvr500 was a pain |
[15:54:57] | kazer__ (kazer__!n=kazer@48.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[15:54:59] | fysa: | The Fusion 5 cards are supported by 2.6.* kernels. |
[15:55:04] | fysa: | .. 15 and later I think. |
[15:55:12] | Defend: | but that was partly due to having samsung tunners |
[15:55:20] | fysa: | I have a PVR-500 and a Fusion 5 here.. |
[15:55:25] | kazer__ (kazer__!n=kazer@48.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[15:55:28] | fysa: | The Fusion was easier to get going with the kernel, but tougher to get going with Myth. |
[15:55:49] | fysa: | They recently rewrote the HD/DVB tools in Myth, so it's easier.. |
[15:56:19] | fysa: | This Fusion 5 is getting old now too, so you may find something better.. maybe someone's released a dual-tuner card by now. |
[15:56:45] | fysa: | -- and don't expect to be able to use the analog capture on that Fusion card. AFAIK, Myth won't switch properly between the two inputs and the quality is poor anyway. |
[15:57:01] | Defend: | lol |
[15:57:14] | fysa: | (especially compared to the PVR-500) |
[15:57:14] | Defend: | i will use the pvr 500 for the analog stuff |
[15:57:26] | Defend: | i just want it for the hd stuff |
[15:57:45] | Defend: | granted i watch like 2 shows a week but hehe its fun |
[15:58:47] | Neeesat25: | Is serial_core module needed for lirc? |
[15:59:09] | fysa: | avsforum.com has lots of discussion/comparison of HD cards, Defend. |
[15:59:23] | Defend: | thanks for the insight fysa it is much apreciated |
[15:59:25] | fysa: | I suggest you check their to see reviews on the latest in terms of quality, then pick one that is well-supported in Linux. |
[15:59:38] | fysa: | There is a new Dvico Fusion RT — I have no idea what the difference is. |
[16:00:02] | fysa: | I went with the Dvico because AFAIK it's the only card that let you do QAM in Windows. (through their own proprietary interface only though :() |
[16:02:33] | brad_mssw (brad_mssw!n=brad@shop.monetra.com) has joined #mythtv-users | |
[16:02:42] | brad_mssw: | anyone have the IO-DATA Linkplayer2 ? |
[16:04:45] | seth|laptop (seth|laptop!n=sjerome@198.8.33.8) has quit (Remote closed the connection) | |
[16:05:02] | fysa: | How is it? |
[16:05:08] | fysa: | I take it you do? ;) |
[16:05:49] | stevenh: | heya, i am running minimyth using a Via SP1300, I understand that HD doesn't work through myth. If I installed an nvidia card and used that would I be able to display HD? |
[16:06:46] | qu0zl: | stevenh, both via unichrome and the nvidias only do mpeg2, is your HD source mpeg2 or mpeg4? |
[16:07:08] | stevenh: | mpeg2 |
[16:07:47] | stevenh: | I had read that HD didn't work in mythtv but it did in xine using the unichrome drivers |
[16:08:25] | qu0zl: | HD works in mythtv, maybe not with the unichrome drivers, i remember a lot of people having problems with the sp13000 and trying to do hdtv |
[16:11:35] | qu0zl: | stevenh, i'd suspect you could play it back but that it wouldn't be great and you'd have lots of prebuffer pauses and some of the other problems that plague a fair few people using xvmc. The mailing list would be your best bet for finding someone who's actually done it |
[16:11:54] | qu0zl: | the nvidia's xvmc isn;t full decode like the cn400 in the sp13000 is, so it's going to be worse than the onboard for one thing |
[16:12:46] | j-rod (j-rod!i=ijarod@nat/redhat/x-22b3a5bcde9c7020) has quit ("Terminated with extreme prejudice - dircproxy 1.2.0") | |
[16:14:06] | Defend: | FN~fysa, hey is your card usb> |
[16:14:22] | fysa: | PCI |
[16:15:10] | Defend: | Conversion to Xvid/DivX/DVD/MPEG2 Format |
[16:15:19] | Defend: | does that mean hardware based? |
[16:15:40] | fysa: | That's specs for the cheap little DVR software they include. |
[16:16:21] | Defend: | ah |
[16:16:22] | Defend: | haha |
[16:16:24] | Defend: | :) |
[16:16:48] | j-rod (j-rod!i=jarod@nat/redhat/x-33e7d15428c2cf7f) has joined #mythtv-users | |
[16:16:51] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v j-rod | |
[16:17:03] | fryfrog: | weird, i'm seeing high load of 7–8, but nothing using more than 3 or 4% cpu usage |
[16:17:29] | qu0zl: | load also includes stuff like io blocking if i remember right |
[16:17:56] | qu0zl: | hmm or does it, it's the number of processes waiting to be executed, i always forget exactly what adds to it :) |
[16:17:59] | qu0zl: | wikipedia time |
[16:18:38] | qu0zl: | "Some systems may also include threads in uninterruptible sleep states (usually waiting for disk activity)." |
[16:19:50] | fryfrog: | ahhh |
[16:19:54] | fryfrog: | guess that'd do it |
[16:20:08] | eidolon (eidolon!n=dbs@c-71-233-28-10.hsd1.ma.comcast.net) has left #mythtv-users ("Leaving") | |
[16:20:09] | fryfrog: | wonder how i can view io type traffic? |
[16:20:31] | qu0zl: | that i used to know but promptly forgot half an hour after finding it out :) |
[16:20:38] | fryfrog: | ahah |
[16:20:54] | stevenh: | qu0zl: thanks for the good info. I may have to upgrade my frontend |
[16:21:17] | qu0zl: | stevenh, first ask the mailing list, you never know. i'm just not optomistic unfortunately |
[16:21:49] | qu0zl: | or try and find out why if it plays fine in xine it won't in mythtv? I thought they'd fixed some bugs with not enough memory for all the surfaces the openchrome chip needed for hd xvmc |
[16:22:57] | qu0zl: | fryfrog, iostat and sar i think it was |
[16:28:05] | kazer__ (kazer__!n=kazer@48.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[16:28:32] | kazer__ (kazer__!n=kazer@48.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[16:30:23] | sigger: | stevenh: I could be wrong, but I think knoppmyth fairly recently included the newer openchrome jazz and it supports 0.20, if you're inclined |
[16:31:40] | stevenh: | sigger: It would be worth a try. |
[16:32:02] | sigger: | especially since you can try it as a livecd rather than installing |
[16:32:35] | sigger: | I've got a ME6000 with the CLE266 so I don't dare try HD |
[16:33:06] | Gazo (Gazo!n=Gazo@S010600179a2ca219.ed.shawcable.net) has joined #mythtv-users | |
[16:33:23] | lotia (lotia!n=lotia@c-69-246-94-196.hsd1.mi.comcast.net) has joined #mythtv-users | |
[16:37:21] | imperfect-: | o |
[16:37:44] | rogue780 (rogue780!n=shawn@c-68-48-179-67.hsd1.md.comcast.net) has joined #mythtv-users | |
[16:46:40] | hashbang (hashbang!n=nosuch@cse-ajb.cse.bris.ac.uk) has quit ("Client exiting") | |
[17:00:34] | Led-Hed (Led-Hed!n=Led-Hed@209.209.124.226) has joined #mythtv-users | |
[17:01:07] | feld (feld!n=feld@nat.rucls.net) has quit (Read error: 104 (Connection reset by peer)) | |
[17:02:09] | juski: | Dibblah: no idea about mythlogbot. don't think the search stuff is worky |
[17:04:33] | rogue780: | I just set up a new backend, but whenever I "watch tv" it just kicks me back to the main menu |
[17:05:46] | rogue780: | well when I try to watch anything fir that matter |
[17:06:20] | tstm (tstm!n=tstm@softcon.fi) has joined #mythtv-users | |
[17:06:28] | rogue780: | just tried to watch a recording, and mythfrontend dies |
[17:06:41] | rogue780: | can anyone help me? |
[17:07:07] | feld (feld!n=feld@nat.rucls.net) has joined #mythtv-users | |
[17:07:44] | juski: | can you post some log output or something? |
[17:07:59] | rogue780: | don't know what log to look in |
[17:08:22] | juski: | I had this problem once where none of the buttons on my remote worked. turned out the TV wasn't switched on |
[17:08:46] | juski: | rogue780: well, first of all, see the output from mythfrontend |
[17:08:52] | ToadP (ToadP!n=mythtv@bas7-ottawa23-1088832957.dsl.bell.ca) has quit (Read error: 110 (Connection timed out)) | |
[17:09:10] | juski: | then look at the output of mythbackend, which might be stored in /var/log/mythtv |
[17:09:28] | juski: | pays to know a little bit about the linux distro you're using |
[17:09:57] | metalac (metalac!n=dejan@dsl254-025-029.sea1.dsl.speakeasy.net) has joined #mythtv-users | |
[17:10:09] | juski: | also pays to ensure myth is set to record to the right path, that the path exists, and that it has permissions to write to that path |
[17:10:16] | geemark (geemark!n=geemark@212.242.222.202) has joined #mythtv-users | |
[17:10:27] | geemark: | please help, some of my mythtv fonts (e.g. the one used in dialogs and the tv guide) has gone, what could be wrong? |
[17:10:41] | juski: | and check the hostnames of your boxes are different to each other ;) |
[17:10:49] | rogue780: | juski, the frontend is mythdora (the new one with mythtv .20) and the backend is ubuntu with mythtv .20 |
[17:11:03] | juski: | rogue780: so what? |
[17:11:10] | rogue780: | I would have used ubuntu on both, but I was stupid and only got 256mb ram for the frontend, and mythtv won't install |
[17:11:17] | rogue780: | err ubuntu |
[17:11:18] | metalac: | hey i'm geting some "unable to connect to database" error when try to start mythbackend, any clue what might be up? mysql is running fine |
[17:11:33] | rogue780: | the computers connect to eachother fine...I can get al ist of recordings and such |
[17:11:58] | juski: | rogue780: run mythfrontend from a terminal |
[17:12:04] | juski: | then let's see the output |
[17:12:20] | rogue780: | roger |
[17:12:23] | juski: | also helps if you edit the backend's init script so some logging actually takes place |
[17:13:19] | rogue780: | nevermind...I restarted it and now it works |
[17:13:37] | rogue780: | thanks for the help anyway |
[17:14:11] | metalac: | so what can create mysql problems? so that mythbackend can't connect to sql db? |
[17:14:27] | metalac: | btw i just upgraded from mysql 4.2 to 5.0 |
[17:15:11] | caitlin: | bind to 127.0.0.1? |
[17:15:15] | caitlin: | in mysql? |
[17:15:31] | rogue780: | ************gone bowling — afk************ |
[17:15:38] | juski: | you restarted the what? nevermind |
[17:16:43] | metalac: | caitlin: where can i chekc for that? |
[17:16:44] | feld (feld!n=feld@nat.rucls.net) has quit (Read error: 104 (Connection reset by peer)) | |
[17:16:57] | metalac: | caitlin: nm found it it's bind it to that |
[17:17:31] | brad_mssw: | anyone got an IO-Data Linkplayer2 working with Mythtv 0.20 and uPNP? How well does it work with HD content? |
[17:17:49] | feld (feld!n=feld@nat.rucls.net) has joined #mythtv-users | |
[17:18:20] | metalac: | oh damn |
[17:18:23] | metalac: | i have qt4 installed |
[17:18:27] | metalac: | need to downgrade |
[17:19:42] | juski: | hell yeah |
[17:19:44] | juski: | silly billy |
[17:19:52] | metalac: | ahahah |
[17:20:30] | juski: | why did you even upgrade mysql when there was no need? upgrade-fu only leads to headaches |
[17:20:51] | metalac: | ebuild for the latest mythtv wanted an upgrade of mysql |
[17:21:04] | caitlin: | mysql needs to be bound to a real interface if you want to connect to it from another pc |
[17:21:11] | caitlin: | unless i've misunderstood what you're doing |
[17:21:23] | metalac: | caitlin: no this is front/backend box all in one |
[17:21:25] | o_cee (o_cee!n=oscar@c83-249-96-144.bredband.comhem.se) has quit ("Ex-Chat") | |
[17:21:37] | caitlin: | i'll be quiet then |
[17:22:48] | juski: | gentoo wanted me to upgrade X to get mythtv 0.20, so I dumped gentoo |
[17:23:33] | BULLE: | juski: gentoo is a bit painfull to use, as there are no "stable" releses, but just ongoing reneval of stable |
[17:23:56] | juski: | ubuntu is starting to be a pain too. too far the other way |
[17:23:57] | Zider: | juski: why not upgrade X then? |
[17:23:57] | BULLE: | i got bitten by a requirement to upgrade mysql, in order to upgrade mythtv, then i stoped using gentoo |
[17:24:12] | juski: | Zider: I didn't have the 2 days it'd have taken to compile it all |
[17:24:17] | scillz (scillz!n=sammy@216-88-102-214-static.dsl.oplink.net) has joined #mythtv-users | |
[17:24:38] | Zider: | juski: slow cpu? :P |
[17:24:43] | juski: | 2ghz |
[17:24:52] | juski: | anyway. it's done. no IFs |
[17:24:54] | Zider: | hardly 2 days |
[17:24:54] | juski: | no BUTs |
[17:25:00] | Zider: | :P |
[17:25:14] | juski: | it suited me for almost 2 years but enough was enough |
[17:25:26] | juski: | gonna try slack on my frontend next |
[17:25:39] | Zider: | I like gentoo more each day :) |
[17:25:40] | ** BULLE is very happy with fc6 ** | |
[17:25:53] | juski: | I need it to boot faster, and be more reliable |
[17:25:55] | seth|laptop (seth|laptop!n=sjerome@198.8.33.8) has joined #mythtv-users | |
[17:26:02] | juski: | and a smaller footprint wouldn't go amiss either |
[17:26:15] | Zider: | yeah, the footprint is a bit big, sadly |
[17:26:32] | juski: | I think I know what the root of my alsa spdif output issue is |
[17:26:35] | juski: | udev |
[17:26:51] | Zider: | oh? |
[17:27:13] | Zider: | what's the issue(s)? |
[17:27:23] | juski: | most times I boot, the spdif output is the same as regular analogue output, which is what I want |
[17:27:41] | juski: | other times, the spdif output only works for stuff with dts or ac3 – i.e. only passthru works |
[17:27:47] | Zider: | hmm |
[17:27:52] | juski: | the times it doesn't work, the mixer setting is wrong |
[17:28:14] | Zider: | weird |
[17:28:22] | juski: | so in effect, sometimes it's loading up & setting the mixer wrong despite me saving it with alsactl -store |
[17:28:42] | BULLE: | juski: do you save state automaticly at shutdown ? |
[17:28:53] | brad_mssw: | juski: why don't you just make an /etc/asound.conf .... and set pcm.!default cards.pcm.spdif |
[17:28:58] | juski: | BULLE: nothing is changing it |
[17:29:05] | brad_mssw: | juski: to make it your default sound output |
[17:29:14] | juski: | I don't want it to be default |
[17:29:17] | brad_mssw: | (assuming spdif is an alias you have ... could be iec958) |
[17:29:19] | juski: | I want both |
[17:29:49] | juski: | the default is that spdif output gets its stuff from pcm |
[17:29:59] | Zider: | so make a !default that gets copied to both outputs? |
[17:30:01] | juski: | if you set the mixer right, which it is, most of the time |
[17:30:21] | juski: | problem is that the mixer setting isn't being honoured all the time |
[17:31:02] | juski: | you save your alsamixer settings, it should obey, ALWAYS |
[17:31:25] | juski: | problem is, it's not doing that |
[17:31:28] | Zider: | kernel alsa or the alsa-driver package? |
[17:31:32] | juski: | no idea |
[17:31:44] | juski: | whatever umbongo gives you by default |
[17:31:51] | Zider: | umbongo? |
[17:31:53] | juski: | I don't care for that matter |
[17:31:57] | juski: | ubuntu |
[17:32:08] | Zider: | ah, thought it was gentoo |
[17:32:13] | juski: | nah |
[17:32:28] | juski: | if it was gentoo I'd be master of the known universe w.r.t. settings |
[17:32:36] | juski: | that's the only thing I miss |
[17:32:37] | Zider: | ;) |
[17:33:08] | juski: | I want more control, so that's why I'm toying with the idea of going to slack |
[17:33:17] | juski: | less cruft, too |
[17:34:15] | lotia: | folks does the current fixes branch allow qam with hdhomeruns? |
[17:34:32] | juski: | think so |
[17:34:35] | juski: | look in the wikiwiki |
[17:35:56] | topping_ (topping_!n=topping@207.47.6.182.static.nextweb.net) has quit () | |
[17:37:25] | cronicus (cronicus!n=michal@24-51-92-117.kntnny.adelphia.net) has joined #mythtv-users | |
[17:37:36] | |Torg| (|Torg|!n=Torg@adsl-70-239-44-224.dsl.rcsntx.sbcglobal.net) has joined #mythtv-users | |
[17:37:42] | Zyxus (Zyxus!n=michal@24-51-92-117.kntnny.adelphia.net) has quit (Read error: 104 (Connection reset by peer)) | |
[17:41:08] | adde: | Could anyone please tell me why i get this when i try to create database after i just compiled mythtv: |
[17:41:11] | adde: | ERROR 1064 at line 6: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DATABASE mythconverg DEFAULT CHARACTER SET latin1' at line 1 |
[17:41:14] | adde: | ? |
[17:41:24] | |Torg|: | what is the line? |
[17:41:33] | adde: | mysql -u root -p < mc.sql |
[17:41:39] | adde: | thats what i typed |
[17:41:48] | |Torg|: | yes I assumed that, what is line 6 in that file? |
[17:42:23] | adde: | ALTER DATABASE mythconverg DEFAULT CHARACTER SET latin1; |
[17:42:31] | |Torg|: | you re using mysql 4? |
[17:42:51] | adde: | No idea whatever KnoppMyth was shipped with |
[17:42:59] | adde: | mysql --version |
[17:43:03] | adde: | oops |
[17:43:11] | |Torg|: | yes thats the command |
[17:43:11] | kazer__ (kazer__!n=kazer@48.204.98-84.rev.gaoland.net) has quit (Connection timed out) | |
[17:43:26] | caitlin: | hmm, my remote types numbers into a terminal, but refuses to type channel numbers |
[17:43:30] | adde: | yes... i know its the command...just typed in wrong windows :P |
[17:43:41] | adde: | version 4.0.22 |
[17:43:56] | |Torg|: | setting the default charactor for a table is a mysql 5.0 construct |
[17:44:05] | |Torg|: | in mysql4 it takes the system setting |
[17:44:10] | adde: | shall i just delete the line? |
[17:44:25] | |Torg|: | how many times do you want to detroy the table and start over? |
[17:44:27] | kazer__ (kazer__!n=kazer@145.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[17:44:46] | adde: | once? |
[17:45:06] | |Torg|: | good answer. No just ignore the error since you will not presuamble see this again |
[17:45:15] | adde: | ok thanks |
[17:45:34] | adde: | do u use sasc ? |
[17:45:36] | |Torg|: | that or simply look at the file, learn what the sql statements do and never us it again, even if you do drop the table :) |
[17:45:53] | |Torg|: | we dont talk about sasc here |
[17:46:17] | Gumby (Gumby!n=terry@unaffiliated/gumby) has quit (Remote closed the connection) | |
[17:46:21] | seth|laptop: | |Torg|: I found my issue with my new sata drive, it just needed gentoo |
[17:46:35] | |Torg|: | cool seth, did you get the database back? |
[17:46:58] | adde: | torg, any reason? |
[17:47:11] | seth|laptop: | no, it was a wash, Iam starting from scratch, with the layout we came up with , it was for the best anyways |
[17:47:15] | |Torg|: | becase it is considers signal theft and myth does not deal in that |
[17:47:36] | |Torg|: | thats what I was going to suggest seth, how much gain vs. how much work |
[17:47:57] | seth|laptop: | I am energing mythtv as we speak on the new gentoo boxes, both the slave and the master |
[17:48:07] | seth|laptop: | |Torg|: exactly |
[17:48:27] | |Torg|: | hopefully now you will have more room on both systems :) |
[17:48:32] | scillz (scillz!n=sammy@216-88-102-214-static.dsl.oplink.net) has left #mythtv-users () | |
[17:48:33] | adde: | Torg: ok i understand that... but i thought it was legal to do in your houshold... |
[17:48:48] | adde: | at least thats the swedish law ;) |
[17:48:52] | |Torg|: | the *hard* part I have is what do I do with the other 85G of that 100G system drive :) |
[17:50:05] | adde: | How do i register? to be able to privmsg |
[17:50:15] | seth|laptop: | well I am going to mount it on /myth, and it should get everything but myth/vidoes and /myth/tv |
[17:50:24] | |Torg|: | register your nick with nickserv, and identify to it |
[17:50:26] | seth|laptop: | rather /myth/videos |
[17:53:00] | seth|laptop: | what is a good recommended filesystem for like /myth/tv |
[17:53:03] | seth|laptop: | reiserfs? |
[17:53:13] | D-side: | personally i use xfs. |
[17:53:49] | GreyFoxx: | Same here |
[17:54:06] | seth|laptop: | xfs good for tv |
[17:54:10] | D-side: | it handles the deletion of large files great. |
[17:54:20] | D-side: | yeah, i'm not so sure i'd use xfs on the root partition. |
[17:54:22] | ** BULLE uses ext3 for everything ** | |
[17:54:26] | BULLE: | no problems whatsoever |
[17:54:26] | bjohnson (bjohnson!n=bjohnson@i209-195-64-213.cia.com) has quit ("Leaving") | |
[17:54:38] | seth|laptop: | well I have a new drive, just for tv, so I am open to try anything, xfs works |
[17:54:57] | |Torg|: | I use ext3 with logging |
[17:55:19] | seth|laptop: | hmm |
[17:56:13] | seth|laptop: | woohoo mythtv is emerged, and its downliading mythtemes |
[17:58:40] | seth|laptop: | eww xmltv needs 58 packages |
[17:59:35] | seth|laptop: | ok next question, currently I only have X installed, do I need a WM, and if so, reccomendations? |
[18:00:29] | D-side: | seth|laptop: do you NEED xmltv? are you in the US? |
[18:00:42] | seth|laptop: | will zap2it work without it? |
[18:00:48] | D-side: | i *thought* so. let me look. |
[18:01:04] | |Torg|: | in fact mythtv-setup WONT work with it, at least in my experiance |
[18:01:11] | |Torg|: | and yes seth it works fine |
[18:01:18] | seth|laptop: | well I say that because I use xmltv id numbers, figured you needed xmltv, |
[18:01:20] | |Torg|: | the issue is the xmltv scripts woudl timeout |
[18:01:28] | |Torg|: | it woudl litterlay take hourse to add a source |
[18:01:47] | seth|laptop: | so no xmltv? |
[18:01:49] | |Torg|: | deleing all the xmltv listing, made the setup run mutiple times faster and only give the DD internal plugin |
[18:01:56] | |Torg|: | so no, no xmltv |
[18:02:13] | |Torg|: | you also loose the pretty icons grabbing script but I can do that by hand |
[18:02:34] | seth|laptop: | well now I do too, the icons for my harmony 880 are much better |
[18:02:45] | seth|laptop: | what about a window manager |
[18:02:54] | |Torg|: | dont use one |
[18:03:04] | |Torg|: | there is no need, other then to eat cpu and memory |
[18:03:14] | seth|laptop: | so with X I can just run mythfrontend, and it works? |
[18:03:18] | |Torg|: | well ok, if you want to play games :) |
[18:03:28] | |Torg|: | yes works exceedingly well |
[18:03:35] | |Torg|: | it is in fact how I run mine, and how I test it |
[18:04:05] | |Torg|: | I run it via gdm, but dont use the wm |
[18:04:25] | GreyFoxx: | seth|laptop: Do you plan to spawn any external apps? Like Xine/mplayer ? |
[18:04:37] | GreyFoxx: | ]If you do, run a lightweight window manager, if not it's not required |
[18:04:55] | Disputin (Disputin!n=disp@c-71-236-250-193.hsd1.wa.comcast.net) has joined #mythtv-users | |
[18:04:58] | |Torg|: | yes what GreyFoxx said, that and if yu want to play games, like mame |
[18:04:58] | fryfrog: | something wimpy like fluxbox or ratpoison or what ever is worth it :) |
[18:05:07] | GreyFoxx: | you do not need crap like gnome or kde, |
[18:05:14] | GreyFoxx: | there is a ton of small wm's |
[18:05:39] | |Torg|: | fluxbox comes to mind |
[18:05:50] | |Torg|: | blackbox too |
[18:19:22] | xris (xris!n=xris@dsl081-161-160.sea1.dsl.speakeasy.net) has joined #mythtv-users | |
[18:19:24] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v xris | |
[18:19:34] | seth|laptop: | i can do fluxbox |
[18:19:40] | seth|laptop: | that is a small emerge |
[18:19:52] | seth|laptop: | and its what I am used to with knoppmyth |
[18:19:59] | |Torg|: | its also a small wm, I dont know any one smaller but maybe blackbox |
[18:20:16] | feld (feld!n=feld@nat.rucls.net) has quit ("leaving") | |
[18:20:16] | |Torg|: | Ive used blackbox now for years |
[18:20:36] | seth|laptop: | well I will check back later, I have to reboot the box, I am runnig gaim on |
[18:20:40] | seth|laptop: | thanks for the input |
[18:20:43] | |Torg|: | im pretty much a function over esthetics guy |
[18:20:45] | neddy (neddy!n=js152033@192.18.43.225) has joined #mythtv-users | |
[18:20:55] | |Torg|: | so extra pitures, pretty guis, and eye candy dont impress me much |
[18:21:00] | seth|laptop: | as lonag as I can alt-x to get me a term, I'm good |
[18:21:12] | |Torg|: | ctrl-alt-f1 works fine for me :) |
[18:23:02] | jduggan: | HMM |
[18:23:04] | jduggan: | oops |
[18:23:24] | jduggan: | so i shutdown my mythtv box, when i bring it back up it says it cant open device because theres already something recording |
[18:23:30] | jduggan: | but there's *nothing* recording |
[18:24:05] | Gazo: | exit |
[18:24:08] | Gazo (Gazo!n=Gazo@S010600179a2ca219.ed.shawcable.net) has quit ("Leaving") | |
[18:30:16] | seth|laptop (seth|laptop!n=sjerome@198.8.33.8) has quit ("Download Gaim: http://gaim.sourceforge.net/") | |
[18:30:33] | bronson (bronson!n=bronson@adsl-75-36-147-248.dsl.pltn13.sbcglobal.net) has quit (Read error: 110 (Connection timed out)) | |
[18:30:52] | aevil (aevil!n=horst@i59F57550.versanet.de) has joined #MythTV-users | |
[18:35:49] | kazer__ (kazer__!n=kazer@145.204.98-84.rev.gaoland.net) has quit (Read error: 104 (Connection reset by peer)) | |
[18:36:52] | Kyle-Work (Kyle-Work!n=kyle@tech.noc.sagonet.net) has joined #mythtv-users | |
[18:39:22] | kormoc (kormoc!n=kormoc@dsl081-161-160.sea1.dsl.speakeasy.net) has joined #mythtv-users | |
[18:39:23] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
[18:44:07] | caitlin (caitlin!n=caitlin@dsl-217-155-65-118.zen.co.uk) has quit ("Ex-Chat") | |
[18:53:45] | kazer__ (kazer__!n=kazer@156.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[19:12:24] | monteslu: | are there linux drivers for the wintv USB tuner? |
[19:15:54] | juski: | monteslu: check the wiki at bytesex.org |
[19:16:19] | monteslu: | sure, but the wiki on mythv gave me an answer |
[19:16:29] | juski: | either or :) |
[19:16:34] | monteslu: | sorta |
[19:17:37] | juski: | the pvrusb2 kind of works, that's all I've read |
[19:17:45] | juski: | ymmv |
[19:17:57] | monteslu: | was hoping someone here actually used one |
[19:18:11] | juski: | there's always hope |
[19:18:30] | juski: | .. and the mythtv users' mailing list. they're good with that sort of question. and they have a searchable archive ;) |
[19:18:36] | monteslu: | probably not worth the fifty bucks I'd save |
[19:18:48] | monteslu: | but do they have pr0n? |
[19:19:08] | juski: | http://linuxtv.org/v4lwiki/index.php/Em2820 |
[19:19:51] | |Torg|: | why would you want to use your dvb card for porn. Dont you know that is what the Internet is for? |
[19:20:00] | Anduin (Anduin!n=awithers@adsl-69-110-43-113.dsl.pltn13.pacbell.net) has quit (Connection timed out) | |
[19:20:21] | monteslu: | |Torg|, it was a joke referencing the url |
[19:20:34] | scott_: | juski, do you use zoneminder for your cameras at home? |
[19:20:38] | monteslu: | besides pr0n over http is bad :) |
[19:20:45] | juski: | if you want DVB, there are plenty of supported USB devices – just be careful to read the wiki first & make sure you can exchange/refund easily |
[19:20:51] | juski: | scott_: nah |
[19:21:01] | scott_: | juski: what do you use? |
[19:21:02] | |Torg|: | monteslu as was my comment :P |
[19:21:21] | juski: | I use a proper cctv dvr I got on the cheap from ebay – a broken one which I was able to fix :) |
[19:21:33] | |Torg|: | you can get enough porn off BT and Usenet anyway |
[19:21:35] | scott_: | ohh |
[19:21:49] | monteslu: | usenet++ |
[19:21:54] | juski: | it's a 'dedicated' solution ;) |
[19:21:56] | monteslu: | if you dont mind the randomness |
[19:22:44] | juski: | the big advantage of the dvr is that it's plug & play – and it doesn't sit there eating 150W of mains |
[19:22:51] | |Torg|: | if you want specifc porn advertise in your local news papaper for nude models. Make sure they sign a release too :)( |
[19:23:27] | juski: | I want to debug my frontend locking up at the end of recordings, but I don't have the energy :( |
[19:23:32] | |Torg|: | juski your dvr uses 150W? What is it, a space heater? |
[19:23:33] | monteslu: | craigslist :) |
[19:23:51] | juski: | |Torg|: it doesn't, but the spare PC I have lying around here _does_ |
[19:24:40] | juski: | I'm starting to suspect I need to build mythtv from source to make sure it's a properly compatible version w.r.t the backend (also built from source) |
[19:25:34] | juski: | but then if I'm gonna do that, why not just switch to slack anyway, then I'm master of the box again & not laden with other crap I don't want/need |
[19:26:19] | |Torg|: | linux is linux is linux, why worry about distro |
[19:26:33] | |Torg|: | pick one, stick to its stable relase, put myth on it and be done with it |
[19:26:51] | juski: | because ubuntu is being troublesome & takes way too long to boot |
[19:27:19] | |Torg|: | ubu is for peoples desktop, full of eye candy and nice sounds |
[19:27:26] | juski: | I want mythtv |
[19:27:28] | juski: | nothing else |
[19:27:36] | |Torg|: | put in debian sarge |
[19:27:53] | |Torg|: | puyt in a stable release, stay the fuck away from tke unsuported/unstable |
[19:27:58] | juski: | heh |
[19:28:02] | |Torg|: | download the src debs, compile myth |
[19:28:06] | |Torg|: | its that damn easy |
[19:28:07] | juski: | dapper LTS is meant to be stable |
[19:29:09] | |Torg|: | ok get knoppmyth, download svn |
[19:29:28] | |Torg|: | if I had to redo it Id proobly stick with the releae-20 and not trunk |
[19:29:33] | juski: | knoppmyth takes way too long to boot |
[19:29:48] | |Torg|: | im not sying use it from CD silly :P |
[19:29:58] | |Torg|: | use knopmyth as a way of installing a stable os |
[19:30:00] | juski: | even from hdd it takes too long |
[19:30:03] | |Torg|: | for that matter just knoppix |
[19:30:11] | |Torg|: | #define too long |
[19:30:16] | Led-Hed (Led-Hed!n=Led-Hed@209.209.124.226) has quit ("Leaving") | |
[19:30:18] | juski: | >30 seconds |
[19:30:30] | |Torg|: | oh then go get solid state disk my I want it now |
[19:30:46] | juski: | I've had a box with 0.19 & slack go from powered off to mythtv menus in < 30 secs |
[19:31:10] | |Torg|: | for that matter, quit restarting your systems :) |
[19:31:17] | juski: | flash disks don't make booting any quicker. they're actually slower than HDDs |
[19:31:24] | juski: | not an option |
[19:32:08] | juski: | it's about power-saving & WAF... mrs mythtv user likes to go beserk with ffw/rew, and the current install hangs if you play a recording all the way to the end. nice eh |
[19:32:20] | juski: | so STR, although a good idea, won't work too well |
[19:32:30] | juski: | not for a box with no keyboard or mouse |
[19:32:58] | juski: | I'm as hard a user to please as they come :) |
[19:33:42] | juski: | though if I'm to go with slack again, I'll be on my own – the newest howto I've managed to find is from 2004 |
[19:33:57] | juski: | lots of reading between the lines needed there I reckon |
[19:34:09] | |Torg|: | mine uses it to play music all day long, I tell here to at least turn off that damn DLP tv to sav tbe bulb |
[19:34:12] | bronson (bronson!n=bronson@66.160.177.201) has joined #mythtv-users | |
[19:34:42] | GreyFoxx: | juski: setting up myth on there is trivial, the only complication would be the hardware decoder |
[19:34:44] | |Torg|: | I have a xbox, and xbox360 and a dlink. Any of them can stream music. what does she use? mythtv |
[19:34:53] | Dibblah: | There's nothing like some whining on the ML to inspire people to look at issues. |
[19:35:02] | GreyFoxx: | I have a Epi m10000 sitting around I can instrall wslack on to try it out though |
[19:35:10] | Dibblah: | I can't duplicate the exceedingly-slow-channel-change issues. |
[19:35:36] | |Torg|: | I can occasionly get the BE to crash if I do things too fast, like delete too fast |
[19:35:47] | Dibblah: | It's _fairly_ slow in my case, but that's because I'm using a CAM. |
[19:35:48] | |Torg|: | and it has crashed on my editing the streams, other then that its fine |
[19:35:58] | GreyFoxx: | Dibblah: Me either |
[19:36:13] | GreyFoxx: | I get 1 second changes (pvr cards) on the local frontend, and under 2 for the remotes |
[19:36:24] | Dibblah: | And this is on a Geode, so it's not like this is overpowered hardware. |
[19:36:25] | GreyFoxx: | certainly not the 6–10+seconds |
[19:36:54] | |Torg|: | it takes me 3–5 sconds to get lock, so I slect the channel then change it |
[19:37:15] | |Torg|: | then again I watch livetv only to test the box, I record everything and dont really care how fast it changes channels |
[19:37:15] | Dibblah: | There are some things that can probably be optimised, but they're not easy – Decouple the deletion of the current livetv buffer from the actual channel switch, etc... |
[19:37:26] | GreyFoxx: | I should pop in my dvb card again and fine a FTA saignal and test it |
[19:37:30] | Dibblah: | Exactly the problem :) |
[19:37:52] | GreyFoxx: | There is no livetv buffer, it's just a receording, and nothing gets deleted |
[19:38:10] | GreyFoxx: | it might get deleted later via auto expiry, but not during channel changing |
[19:38:11] | Dibblah: | GreyFoxx: There is, sorta. |
[19:38:31] | kormoc: | if it's under 30 seconds it gets autodeleted no? |
[19:38:39] | Dibblah: | Any program <30s, I think, is immediately deleted. |
[19:38:57] | Dibblah: | Which is the case with a casual surfer. |
[19:39:06] | GreyFoxx: | True enough, but is that immediate or done by the housekeeper ? |
[19:39:13] | Dibblah: | It's coupled. |
[19:39:20] | GreyFoxx: | If immediate it would slow down a "surfer" |
[19:39:51] | neddy (neddy!n=js152033@192.18.43.225) has left #mythtv-users () | |
[19:40:15] | nuonguy (nuonguy!n=john@c-24-6-175-26.hsd1.ca.comcast.net) has quit ("Leaving.") | |
[19:40:46] | Dibblah: | Quite annoyingly, browse mode is fairly slow here... |
[19:40:56] | Dibblah: | Not quite convinced why. |
[19:40:56] | nuonguy (nuonguy!n=john@c-24-6-175-26.hsd1.ca.comcast.net) has joined #mythtv-users | |
[19:42:38] | Dibblah: | Ummm... Okay. Did I just read that the primary protagonist on that thread (Marco) is still on 0.19? |
[19:42:44] | |Torg|: | what part of myth creates .nuv files and links the pretty directry to it? |
[19:42:56] | Dibblah: | mythrename.pl |
[19:42:57] | sandos (sandos!n=sandos@me-0-50-da-e0-bb-36.2.cust.bredband2.com) has left #mythtv-users ("Lämnar") | |
[19:42:58] | GreyFoxx: | |Torg|: the mythrename.pl script in contrib |
[19:43:16] | GreyFoxx: | well, it links pretty names to the files, be they nuv or mpg |
[19:43:17] | |Torg|: | thanks |
[19:43:30] | |Torg|: | mine is still creaitng dummy nuv files and links pretty to them |
[19:44:19] | |Torg|: | and as far as I can tell mythrename is in my contrib directrly but not installed on my box |
[19:44:36] | |Torg|: | something is creting dummy nuv files and its not the mythrename script |
[19:45:00] | |Torg|: | is there any thing else that makes .nuv files? |
[19:45:07] | Dibblah: | Check your crontab. |
[19:45:11] | rn114 (rn114!n=rn114@82-46-18-118.cable.ubr02.bath.blueyonder.co.uk) has quit (Connection reset by peer) | |
[19:45:16] | Dibblah: | Not in Myth. |
[19:45:38] | |Torg|: | other then my database backup the crontabs are empty |
[19:45:55] | Dibblah: | You're running a post-recording rule, then? |
[19:46:15] | fryfrog: | actually, by default mythrename *renames* the files |
[19:46:20] | |Torg|: | not as far as I know |
[19:46:21] | fryfrog: | you need "--link" if you want to make a link |
[19:47:13] | Dibblah: | |Torg|: What does one of these files look like (pastebin if long) |
[19:47:37] | |Torg|: | the name? 1041_20061111210000_20061111215946.nuv |
[19:47:52] | Neeesat25 (Neeesat25!n=neosat@87.228.219.109) has quit () | |
[19:48:08] | |Torg|: | 1111_20061122190000.mpg is the recording ~7G in size |
[19:48:11] | Dibblah: | Okay, that's a normal myth file...? |
[19:48:38] | |Torg|: | 1111_20061122190000.mpg.png is the tumbnail about 20k in size |
[19:48:53] | Dibblah: | That's a different program...? |
[19:49:11] | |Torg|: | 1111_20061122190000_20061122200000.nuv is a file containing "Dummy file for ..." and is 50 bytes in size |
[19:49:21] | |Torg|: | that is a reocding in HDTV off ATSC |
[19:49:29] | Dibblah: | Dummy file for... ? |
[19:49:39] | Dibblah: | mythtranscode? |
[19:49:45] | kormoc: | yeah |
[19:49:57] | kormoc: | mythtranscode creates a dummy file on start of a job |
[19:50:02] | |Torg|: | no it contains "Dummy file for CSI:Miami" |
[19:50:19] | |Torg|: | ok I dont tell it to transcode anyhting, why is it doing it? |
[19:50:23] | Dibblah: | Yeah. You have automatic transcoding turned on. |
[19:50:29] | Dibblah: | ... Maybe :) |
[19:50:50] | |Torg|: | AutoTranscode =0 |
[19:51:47] | |Torg|: | closest I can see is JobAllowTranscode=1 |
[19:51:53] | |Torg|: | but i dont set any transcode jobs |
[19:56:21] | Dibblah: | That's interesting. If I unmount my livetv share, I see slower changes. |
[19:58:12] | juski: | GreyFoxx: hrm.. I sorta need via's xvmc. |
[19:58:57] | GreyFoxx: | juski: Yeah I figured, I can lead you through the slack+myth stuff easy enough, but I'd have to try setting up the via stuff first myself. I've only used it with minimyth |
[19:59:22] | juski: | heh |
[19:59:57] | GreyFoxx: | We have one minimyth box setup here in the office as a frontend since we had it sitting around and I felt like trying minimyth :) |
[20:00:49] | juski: | it's alright but for that playback problem I was having |
[20:00:56] | juski: | something driver-related |
[20:01:45] | robthebob (robthebob!n=rn114@82-46-18-118.cable.ubr02.bath.blueyonder.co.uk) has joined #mythtv-users | |
[20:02:25] | juski: | anyway what really attracts me to slack is the small footprint & quick boot time |
[20:02:27] | rogue780: | GreyFoxx, you did a slack-myth combo? |
[20:02:51] | GreyFoxx: | roger55: All of my machines run Slackware, including the myth machines :) |
[20:03:04] | GreyFoxx: | All of the Linux machines anyway |
[20:03:17] | Dagmar: | GreyFoxx: 10.2 or 11 now? |
[20:03:58] | GreyFoxx: | Dagmar: 10.1 on the master backend, 10.2 on the slave and frontends, and 11 on my newly reinstalled desktop from Saturday which I also installed myth on |
[20:04:14] | Dagmar: | Ah... I'm working on upgrading my myth box to 11 still. |
[20:04:23] | Dagmar: | I'll send up flares when it happens. ;) |
[20:04:55] | rogue780: | GreyFoxx, would you be willing to write a tutorial about that for www.digitalsolitude.net? it's a new site...still under development, but I'm hoping to have a few good articles, etc, before the official launch |
[20:05:04] | GreyFoxx: | My desktop for the last couple years has been diskless and the other day I was given a drive and it's too small to go into my file server (it's only 80G) so I popped it into the desktop and installed Slack 11 |
[20:05:20] | GreyFoxx: | heh |
[20:05:34] | GreyFoxx: | roger55: I imagine I can do that :) |
[20:05:38] | GreyFoxx: | err rogu: |
[20:05:49] | sphenxes (sphenxes!n=sphenxes@85-125-147-111.dynamic.xdsl-line.inode.at) has joined #mythtv-users | |
[20:06:01] | sphenxes (sphenxes!n=sphenxes@85-125-147-111.dynamic.xdsl-line.inode.at) has left #mythtv-users ("Leaving") | |
[20:06:06] | GreyFoxx: | I'll just wipe the newly installed one and reinstall, haven't really done anything to it other than get it running and myth running :) |
[20:06:22] | rogue780: | GreyFoxx, cool cool. I tried slackware back in the day....version 4.0 |
[20:06:55] | rogue780: | I like slackware, except for having to track down dependencies for anything I install. |
[20:07:08] | rogue780: | GreyFoxx, can I PM you? |
[20:07:09] | GreyFoxx: | I've been a fan since '94 |
[20:07:14] | juski: | anyway I have a spare box I can operate on to get the hang of it |
[20:07:22] | lotia (lotia!n=lotia@c-69-246-94-196.hsd1.mi.comcast.net) has quit () | |
[20:07:29] | GreyFoxx: | I've tried many others, btu always come back to Slackware |
[20:07:41] | GreyFoxx: | Slackware and OpenBSD are my favourite of the Linux/BSD crown |
[20:07:45] | juski: | plus if I make a bootable usb stick I don't have to disturb the box much :) |
[20:07:45] | GreyFoxx: | s/n/d |
[20:07:52] | GreyFoxx: | juski: hehe yeah |
[20:08:16] | GreyFoxx: | Slax is a usb stick bootable slackware derivitive (spl?) |
[20:08:19] | DrMitch (DrMitch!n=me@209.159.248.214) has joined #mythtv-users | |
[20:08:39] | juski: | I imagine the hard bit will be getting all the dependencies |
[20:08:41] | GreyFoxx: | I used it as a frontend for a bit until the day I forgot about the usb stick and move the frontend too close to the wall :) |
[20:08:54] | GreyFoxx: | bent the usb stick heh |
[20:10:39] | juski: | haha. am surprised it didn't snap |
[20:12:16] | GreyFoxx: | Came close, broke the plastic shell, but I was able to bend it back and still use it to this day for other stuff heh:) |
[20:12:36] | juski: | downloading a torrent of the slack dvd now |
[20:12:50] | GreyFoxx: | I didn't even know it came on DVD now :) |
[20:13:01] | GreyFoxx: | I get my slackware disks in the mail every release heh |
[20:13:06] | juski: | if, after I've got it going I still have this weird playback hang issue, then I'll start doing serious digging |
[20:13:24] | GreyFoxx: | yes, I actually pay for my "free" distro :) |
[20:13:48] | juski: | spend a good hour searching the lists last night about the playback hanging. mythfrontend gets to the end of a recording & just sits there |
[20:14:12] | juski: | machine is still alive, but I've no way to restart myth without sshing in |
[20:14:22] | GreyFoxx: | Seems to my I saw something similar once, like a year ago but it was brief in svn |
[20:14:50] | GreyFoxx: | juski: map a key to a script that kills mythfrontend if it's running, and if it's not starts it. Map it to the power button :) |
[20:14:51] | GreyFoxx: | hehe |
[20:15:04] | juski: | I dunno if I even recorded my power button |
[20:15:26] | GreyFoxx: | Most don't it seems, so it might be useful :) |
[20:15:48] | juski: | haha no I didn't |
[20:15:50] | robbins876 (robbins876!n=robbins8@209.159.197.59) has left #mythtv-users () | |
[20:16:00] | juski: | can't even remember if I programmed the power button |
[20:16:02] | rogue780: | the mythtv how to on wilsonet has a lot of tips that don't necessarily apply to just fedora |
[20:16:15] | neddy (neddy!n=js152033@192.18.43.225) has joined #mythtv-users | |
[20:16:26] | juski: | I might be able to use one the keys under the flap though |
[20:16:40] | juski: | until such time as I re-program the remote |
[20:16:50] | rogue780: | I'm building a front end in an old NES case |
[20:17:04] | juski: | yeh I didn't just make my own lircd.conf & lircrc... I made my own remote :) |
[20:17:21] | |Torg|: | I use a RF keyboard, screw the remote :) |
[20:17:24] | DrMitch (DrMitch!n=me@209.159.248.214) has left #mythtv-users ("Leaving") | |
[20:17:25] | juski: | bleh |
[20:17:32] | juski: | hardly handy hand-held size |
[20:17:46] | juski: | and I bet it won't control the TV, AV receiver, cable box... |
[20:17:50] | juski: | :-P |
[20:18:05] | |Torg|: | no its nice and large so I dont have to go though "where the hell id you kids leave the amn remote this time" |
[20:18:26] | |Torg|: | its large enough it donst get cought in teh couch under the automan or left in the kitchen :P |
[20:18:31] | rogue780: | I have a voice activated remote. I just say "TV POWER" and the tv's power turns on. "Channel UP" channel goes up. "Volume UP" Volume goes up....you get the idea |
[20:18:35] | Jeeva (Jeeva!i=pimp@dsl-240-74-204.telkomadsl.co.za) has quit (Nick collision from services.) | |
[20:18:43] | GreyFoxx: | roger55: What remote is that ? |
[20:18:49] | rogue780: | even if I lose it, it can usually still control the tv and my mythbox |
[20:18:50] | GreyFoxx: | grrr autocomplete -- |
[20:18:53] | ` (`!i=pimp@dsl-240-74-204.telkomadsl.co.za) has joined #mythtv-users | |
[20:18:54] | juski: | it's one if his kids |
[20:18:59] | GreyFoxx: | hehehehe |
[20:18:59] | |Torg|: | I think its one of the kids |
[20:19:00] | juski: | s/if/of |
[20:19:04] | rogue780: | hehe |
[20:19:09] | |Torg|: | the autoexect and changer for my dvd is on of those :P |
[20:19:28] | rogue780: | naw, I'm not sure what kind of remote it is exactly....my wife got it for me at JC Penny's |
[20:19:33] | GreyFoxx: | I just tell my daughter "Go get daddy the mote (her version of remote) and she goes and finds it :) |
[20:19:38] | rogue780: | it's downstairs and I'm too lazy to look |
[20:20:17] | juski: | isn't it easier just to press the damn button though? |
[20:20:33] | sphenxes (sphenxes!n=sphenxes@85-125-147-111.dynamic.xdsl-line.inode.at) has joined #mythtv-users | |
[20:20:44] | rogue780: | yes, but it's easier to just buy a tivo too...I like the novelty |
[20:20:55] | juski: | and does it understand drunk? |
[20:20:55] | sphenxes (sphenxes!n=sphenxes@85-125-147-111.dynamic.xdsl-line.inode.at) has left #mythtv-users ("Leaving") | |
[20:20:56] | |Torg|: | ok so I delete the nuv files, and the BE faithfully recreates them, no transode daemon ever ran |
[20:21:22] | juski: | rogue780: tivo isn't an option in the UK |
[20:21:46] | rogue780: | that sucks. |
[20:21:50] | juski: | as for giving Murdoch money for his $ky Plu$.. I'd sooner eat my own testicles |
[20:22:05] | juski: | you can quote that |
[20:22:28] | |Torg|: | quote: Juski wants to eat his own testicles |
[20:22:31] | juski: | mate of mine is on his 5th box in 18 months, lost countless recordings |
[20:22:35] | rogue780: | grr I am such an ahole for going with the 256MB ram on my NESPC instead of the 512 |
[20:22:36] | |Torg|: | thanks Juski ill post that on the wiki :) |
[20:22:43] | juski: | and when it rains, recordings skip |
[20:22:52] | rogue780: | Sky Plus? |
[20:22:55] | akaias (akaias!n=akaias@76.16.18.102) has quit (Read error: 110 (Connection timed out)) | |
[20:22:55] | juski: | oh and if the signal fails, he can't watch recordings |
[20:23:03] | rogue780: | hey don't you guys have taxes for each of your TV's in the UK |
[20:23:04] | rogue780: | ? |
[20:23:08] | juski: | aye |
[20:23:12] | juski: | TV Licence Fee |
[20:23:15] | juski: | pays for the BBC |
[20:23:16] | rogue780: | Why? |
[20:23:17] | adante (adante!n=adante@210.89.137.189.static.nexnet.net.au) has quit (Read error: 110 (Connection timed out)) | |
[20:23:23] | rogue780: | no offense, but I hate the BBC |
[20:23:25] | |Torg|: | juski what design genious made the fature you cant watch recorded programs unless you have signal? |
[20:23:30] | rogue780: | their farsi translations are horrible |
[20:23:32] | juski: | because we get four channels without any ads interrupting the shows |
[20:23:59] | |Torg|: | we get that here too, we call it PBS |
[20:24:01] | rogue780: | how much is the tax? and is it recurring? |
[20:24:03] | juski: | and before you say just use myth to auto-skip, think again. doesn't work so well in the UK |
[20:24:14] | juski: | do you get Torchwood & Dr Who on PBS? |
[20:24:23] | rogue780: | myth auto-skip doesn't work good in maryland either |
[20:24:30] | rogue780: | noddan, but we get dr who on the sci fi channel |
[20:24:38] | juski: | with adverts |
[20:24:40] | juski: | nice |
[20:24:50] | rogue780: | I just fast-forward |
[20:24:50] | juski: | it's £150 a year approx |
[20:25:03] | rogue780: | holy !#!#@!#ing hell! |
[20:25:03] | |Torg|: | umm yes Juski we get Dr Who on PBS for free |
[20:25:10] | juski: | pays for commercial free radio too |
[20:25:19] | rogue780: | remind me if I get stationed in the UK that I need to bring an NTSC tv with me, and invest in a converter |
[20:25:22] | juski: | and their internet sites, which are all very good |
[20:25:30] | akaias (akaias!n=akaias@76.16.18.102) has joined #mythtv-users | |
[20:25:34] | ** juski laughs ** | |
[20:25:35] | rogue780: | dag nabing socialists |
[20:25:54] | juski: | next thing you'll be claiming NTSC is superior to PAL |
[20:26:04] | rogue780: | no it isn't. but it isn't taxed |
[20:26:09] | |Torg|: | rogue780 an NTSC tv in the UK is usless |
[20:26:22] | rogue780: | PAL has a higher frame-rate and better resolution |
[20:26:31] | juski: | see over here, HD isn't that much of a leap for us |
[20:26:36] | |Torg|: | adn has nify teletext thats oh so usefull :P |
[20:26:36] | rogue780: | |Torg|, unless you get a converter like most of our military does stationed in the UK |
[20:26:48] | juski: | we've had true to life colour since the beginning ;) |
[20:27:04] | fryfrog: | < juski> see over here, HD isn't that much of a leap for us |
[20:27:09] | fryfrog: | thats bs :p |
[20:27:10] | |Torg|: | no rogue780 the converter just does 220v to 110v. Its for teh power, not the signal |
[20:27:36] | juski: | fryfrog: I've seen $ky's HD. it's not much better than the FTA digital SDTV, honestly |
[20:27:46] | rogue780: | I'm fairly certain that AAFES sells PAL-NTSC converters |
[20:27:47] | |Torg|: | the TVs soldiers use in Europe have PAL and NTSC capability, there is a little sitch on the TV |
[20:27:48] | fryfrog: | oh, well that i'm not surprised about |
[20:27:51] | rogue780: | seen em in the PX |
[20:27:54] | GreyFoxx: | juski: What do you think of Torchwood so far? My friends and I are quite differing on opinions about it :) |
[20:28:01] | fryfrog: | i guess really it all boils down to the content and such |
[20:28:04] | GreyFoxx: | It's certainly no DrWho :) |
[20:28:08] | juski: | GreyFoxx: it's better than watching a soap opera |
[20:28:16] | fryfrog: | Lost and Heroes in HD is fraking awsome |
[20:28:16] | GreyFoxx: | hell yeah :) |
[20:28:23] | |Torg|: | im faily sure I OWN a TV, that I paid for when I was stationed in Germany that does both. |
[20:28:47] | juski: | cheesy, camp, boring, sometimes exciting and usually at least one good joke per show |
[20:29:03] | juski: | I mean, CARDIFF ffs |
[20:29:09] | GreyFoxx: | hahahahah yeah |
[20:29:24] | o_cee (o_cee!n=oscar@c83-249-96-144.bredband.comhem.se) has joined #mythtv-users | |
[20:29:24] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v o_cee | |
[20:29:27] | GreyFoxx: | same spot we saw a couple DrWho's in the last 2 years :) |
[20:29:45] | juski: | I think the writers need to develop it a bit more, maybe next series or the one after will get more budget |
[20:30:12] | GreyFoxx: | And they need to get more Captain Jack info, like how did he get back to the 21sth century |
[20:30:14] | rogue780: | just sayin' what I saw at the PX |
[20:30:22] | |Torg|: | and juski just so yu dont get any illusiuons while on paper PAL is superior to NTSC in actualy use its is EXTREMLY difficut to tell. |
[20:30:27] | juski: | I still reckon there's too much of a WTF? about the pterodactyl thing inside the base |
[20:30:28] | |Torg|: | even if you put them side by side |
[20:30:43] | GreyFoxx: | heh yeah |
[20:30:57] | juski: | one before last was quite saucy.. little bit of lesbian action there |
[20:31:20] | GreyFoxx: | yeah . Nice effects on the alien though |
[20:31:27] | juski: | I didn't think so |
[20:31:33] | GreyFoxx: | I wasn't so hot on the one the other day |
[20:31:57] | juski: | the dead-undead glove thing? |
[20:32:01] | GreyFoxx: | yeah |
[20:32:33] | juski: | I missed the very end. bbc3 ran a minute late & myth didn't catch it |
[20:32:40] | juski: | which is how I found the hanging problem |
[20:32:45] | GreyFoxx: | hehe doh |
[20:32:59] | juski: | same recording, just hung 3 times in a row |
[20:33:09] | juski: | at least it's reproducible :) |
[20:33:14] | |Torg|: | ok so if mythrename isnt making the nuvs, and neither is mythtranscode, what is? |
[20:33:40] | juski: | |Torg|: that might be an as-yet undocumented feature called mythtaste |
[20:33:42] | juski: | ;) |
[20:33:48] | GreyFoxx: | heh |
[20:34:00] | juski: | watch out for soaps failing to record next |
[20:34:07] | juski: | then Lost |
[20:34:17] | |Torg|: | actually soaps is wher I get all my mpeg errors :P |
[20:34:41] | |Torg|: | mpeg2vieo bithces and screams abouy missing frames, ax-tex and motion_type |
[20:35:06] | juski: | look in the logs for Euserhasnotaste, segfaulting |
[20:35:20] | |Torg|: | but back to the nuv files. if I delete them in about 30 mins they get recreated (presumably by mythbackend) |
[20:35:26] | juski: | wha?! |
[20:35:28] | juski: | weirdness |
[20:35:51] | |Torg|: | wht the mpeg errors? no its common for my HDTV channels duing the day |
[20:35:59] | juski: | and there's no rsyncing going on you might've forgotten about |
[20:36:19] | |Torg|: | had I set up rsynch im sure I would know about it |
[20:36:29] | juski: | heh |
[20:36:47] | juski: | that'd be a bit of a mystery then |
[20:36:57] | sandeen_ (sandeen_!i=esandeen@nat/redhat/x-a799fe431baf6c53) has joined #mythtv-users | |
[20:37:09] | juski: | never heard of any instance of mythbackend recreating a file for any reason |
[20:37:16] | |Torg|: | I think its related to recoding, becase it wont recrete them untill I record something |
[20:37:19] | Defend: | torg where you the one i was speaking with a while back that has a fujitsu laptop? |
[20:37:20] | sandeen_: | when I run mythfilldatabase I get 401 Unauthorized for many requests, but eventually I do get program data. Is this normal? |
[20:37:46] | |Torg|: | yes Defend I have two of them. But I dont think I talked to anyone abut it. Ther quite old |
[20:37:53] | juski: | sandeen_: sounds like the screen-scraping grabber is a bit wonky |
[20:38:04] | sandeen_: | juski, this was for datadirect/zap2it |
[20:38:07] | |Torg|: | yes sandeen its the only way for wget to know the server wants authentication |
[20:38:13] | Defend: | i was trying to instal ubuntu on it |
[20:38:18] | sandeen_: | hm, ok. thanks |
[20:38:19] | juski: | sandeen_: hrm |
[20:38:27] | |Torg|: | no juski that behavior is perfectly normal for zap2it data |
[20:38:33] | Defend: | and you said you were able to get it to install correctly |
[20:38:40] | sandeen_: | |Torg|, I figured if it was talking to zap2it it'd know that it needed auth |
[20:38:40] | |Torg|: | it should fail once on a 401 then get the data |
[20:38:48] | Defend: | i was woundering if you had to do anything out of the ordanary |
[20:39:13] | sandeen_: | another q, is it possiible for mythfilldatabase to actually remove channels from my zap2it lineup? |
[20:39:27] | |Torg|: | Defend both mine run Mandrake, the hardware is a pain in the ass as is just about any other laptop Ive run across, look for linux on laptops |
[20:39:29] | sandeen_: | there are 2 channels that seem to get unselected on zap2it.com after I run mythfilldatabase... |
[20:39:36] | sandeen_: | and I can't get listings for them :( |
[20:39:48] | |Torg|: | no sandeen it does not edit what is on zap2its db |
[20:39:51] | sandeen_: | weird. |
[20:40:02] | |Torg|: | how so? |
[20:40:06] | sandeen_: | ok then maybe that's a zap2it problem... I'll look into it further, thanks. |
[20:40:23] | sandeen_: | well I select channel 232 on zap2it.com, save my prefs, look at my lineup, it is selected |
[20:40:36] | sandeen_: | I run mythfilldatabase, reload my labs.zap2it.com page, and the channel is unselected. |
[20:40:58] | |Torg|: | this is cable? |
[20:41:03] | sandeen_: | yes, digital cable |
[20:41:17] | sandeen_: | i have 2 lineups created, one analog one digital |
[20:41:31] | |Torg|: | you can do a --do-channel-updates, it will wipe out what you have and recreate it according to whats in zap2it |
[20:41:53] | Ryushin: | Does the current mythrename.pl script with with Storage Groups? |
[20:41:55] | sandeen_: | but this seems to be my lineup changing -on- zap2it |
[20:42:31] | ** sandeen_ puts the channels back and lets zap2it sit for a while to make sure it really sticks :) ** | |
[20:42:37] | |Torg|: | mythfilldatabase is just gathering the informaiton zap2it gave it, it does so based upon whatevr profile you have in zap2 it |
[20:42:50] | sandeen_: | |Torg|, that's what I thought. |
[20:43:11] | Pitr (Pitr!n=pj@212-127-250-34.cable.quicknet.nl) has quit ("-> Pitr_") | |
[20:43:43] | |Torg|: | if you change the linup in mythtfilldatabase and afterwards delete them from xap2it, myth will still keep the channels |
[20:43:56] | |Torg|: | it has no way to know you deleted the channel, just that it didnt get any data |
[20:44:08] | sandeen_: | ok, but this isn't on the myth end. I just did it again... |
[20:44:31] | sandeen_: | clicked "details" on the zap2it page to get the lineup... white x's or blue checks for selected channels |
[20:44:39] | sandeen_: | hit several "reloads" while running mythfilldatabase |
[20:44:48] | sandeen_: | at some point, the channels get unselected. on zap2it.com. |
[20:45:00] | sandeen_: | very weird. |
[20:45:20] | |Torg|: | id blame zap2it before I blames mythtv |
[20:45:32] | sandeen_: | yep, thinking the same. Just wanted to make sure myth wasn't doing it. |
[20:45:33] | |Torg|: | they are very well known for changing your lineupsettings all on thier own |
[20:45:46] | sandeen_: | this seems to be related to running the mythfilldatabase though. |
[20:45:57] | sandeen_: | I thought maybe it was max channels subscribed or something (I only have 30...) but that's not it. |
[20:46:08] | |Torg|: | if you can load zap2it faster then 10k/s be thankfull |
[20:46:13] | sandeen_: | :) |
[20:47:00] | |Torg|: | it takes longer to run mythtfilldatabase then it did to compile myth |
[20:47:18] | sandeen_: | hm, not for me, but then I don't have many channels |
[20:47:44] | sandeen_: | huh. with --do-channel-updates, the channels stuck. |
[20:47:46] | sandeen_: | *shrug* |
[20:47:46] | |Torg|: | well I also use 3–4 boxes and distcc to compile myth, and zap2it only has one little overloaded box |
[20:48:03] | bluey- (bluey-!n=bluey@dslb-088-073-127-157.pools.arcor-ip.net) has joined #mythtv-users | |
[20:48:23] | ** |Torg| belives zap2its web frontend to ba a 386 with 8M of ram ** | |
[20:48:41] | sandeen_: | maybe I should donate my underpowered mythbox that can't play HD :D |
[20:48:55] | rogue780: | anyone know how to configure the VIA EPIA composite out for ntsc tv? |
[20:49:19] | |Torg|: | my frontend is the most powerful x86 box in my house |
[20:49:59] | rogue780: | sandeen_, what are the specs on it? I might take it off your hands ;) |
[20:50:03] | GreyFoxx: | |Torg|: hehe up until I bought my wife a new desktop last xmas my master backend/frontend was in my house :) |
[20:50:51] | |Torg|: | I wish there was a "ignore mpeg error" switch |
[20:51:08] | juski: | rogue780: quite easy :) |
[20:51:49] | rogue780: | juski, I can't get it to work. now my LCD monitor says "mode not supported" and the tv has all sorts of diagonal lines and nastiness |
[20:52:05] | juski: | rogue780: in your xorg.conf's device section put |
[20:52:06] | juski: | Option "TVType" "PAL" |
[20:52:11] | juski: | only "NTSC" |
[20:52:21] | antiPosix (antiPosix!n=jkezar@159.105.138.199) has joined #mythtv-users | |
[20:52:33] | juski: | Option "TVType" "NTSC" would be what you want |
[20:52:41] | rogue780: | yeah...that's not workin' out for me |
[20:52:54] | juski: | though if it's an lcd monitor you'd be better using VGA |
[20:53:10] | antiPosix: | if I want a mceusb2 lirc receiver and a seriel lirc blaster I am going to need to get two instances of lircd am I not? |
[20:54:15] | rogue780: | I'm just using the lcd monitor to get everything set up. |
[20:54:26] | rogue780: | would the monitor still being plugged in cause the problem? |
[20:54:33] | juski: | rogue780: you might need to change some BIOS settings |
[20:55:20] | juski: | if you're using a flat panel with VGA I think you can change a BIOS setting to set the res. of the display |
[20:55:40] | juski: | best dig out the FM for the motherboard & have a read |
[20:56:39] | rogue780: | juski, I got a 4 page foldout with pictures on how to plug the powerswitch into the mb |
[20:56:44] | rogue780: | I'll keep working on it |
[20:56:45] | sandeen_: | rogue780, if I donate it it'll be to somethingto further the common good ;-) |
[20:57:00] | rogue780: | did I mention my name was common good? |
[20:57:05] | rogue780: | ;) |
[20:57:08] | juski: | rogue780: the pdf is on the cd that came with the board |
[20:57:15] | juski: | or you can get it online |
[20:57:20] | rogue780: | yeah I got it online |
[20:57:44] | juski: | I thought that funny – giving you a cd of a full manual without a printed copy.. I mean what if you didn't already have a PC?! |
[20:57:53] | sandeen_: | does anyone know if there is a way to completely disable sound for mythtv playback, like mplayer -nosound? |
[20:58:07] | juski: | sandeen_: press M |
[20:58:10] | juski: | whoops |
[20:58:15] | juski: | or whatever the mute button is |
[20:58:36] | sandeen_: | well I want to bypass -any- sound IO... maybe that does it, or maybe it just move the volume to 0 and still sends all the audio data out to the soundcard... |
[20:58:43] | sandeen_: | ? |
[20:59:11] | sandeen_: | trying to isolate if it's my sound hardware that's slowing me down |
[20:59:13] | Ryushin: | How do I download a specific file from SVN? I need to download this: http://svn.mythtv.org/trac/browser/trunk/myth . . . pm?rev=12179 |
[20:59:43] | rogue780: | you could try disabling alsa when the box starts |
[20:59:49] | GreyFoxx: | Ryushin: Why not just update all of your perl bindings ? |
[20:59:58] | sandeen_: | rogue780, yeah that might do it |
[21:00:12] | Ryushin: | GreyFoxx: Okay, that sounds better. How? |
[21:00:19] | sandeen_: | seems counterintuitive but mplayer docs say that for slow playback, check out your sound subsystem first |
[21:00:31] | GreyFoxx: | cd into the bindings source dir |
[21:00:34] | GreyFoxx: | type "svn up" |
[21:00:40] | GreyFoxx: | and it will only update from there and down |
[21:00:51] | Ryushin: | Oh, okay, thanks. |
[21:01:50] | rogue780: | I love this fanless ITX stuff |
[21:01:52] | rogue780: | it's great |
[21:02:09] | bronson (bronson!n=bronson@66.160.177.201) has quit ("Ex-Chat") | |
[21:02:23] | D-side: | i wonder if i could play HD with ITX stuff. |
[21:02:35] | D-side: | amendment: "with affordable ITX stuff" |
[21:02:37] | kslater: | which itx stuff? |
[21:02:43] | lotia (lotia!n=lotia@c-69-246-94-196.hsd1.mi.comcast.net) has joined #mythtv-users | |
[21:03:01] | kslater: | xris? |
[21:03:02] | D-side: | any. my xbox won't cut it for hd playback, obviously. :) |
[21:03:06] | xris: | kslater: ? |
[21:03:14] | lotia (lotia!n=lotia@c-69-246-94-196.hsd1.mi.comcast.net) has quit (Remote closed the connection) | |
[21:03:14] | |Torg|: | http://www.neutronexpress.com/prod.cfm/465017 . . . N_DDR_SOCKET |
[21:03:25] | kslater: | the other night I pinged you about a problem displaying images in mythweb |
[21:03:29] | kslater: | you nailed the problem |
[21:03:51] | kslater: | 0.20–136 vs 0.20–146. Upgraded and everything is better |
[21:03:55] | xris: | cool |
[21:04:01] | kslater: | thanks |
[21:04:04] | xris: | np |
[21:04:15] | kslater: | D-side: I sorta do HD on an SP-13000 box |
[21:04:16] | |Torg|: | and if upnp ever gets to work with teh 360 I belvie you could play video with it |
[21:04:42] | GreyFoxx: | |Torg|: It will work eventually if I get my hands on a 360 long enough |
[21:04:48] | D-side: | kslater: i'm unfamiliar with that box |
[21:04:51] | kslater: | still working out some kinks |
[21:04:51] | Ryushin: | Hmmm... Well, mythrename.pl doesn't seem to be liking storage groups. Either that, or I've buggered something up. |
[21:05:05] | D-side: | |Torg|: hrm. not TOO expensive. |
[21:05:06] | |Torg|: | I know GreyFoxx I wasnt pushing you :) |
[21:05:14] | kslater: | epia mini-itx SP 13000 w/ Unichrome integrated graphics |
[21:05:14] | Ryushin: | That link I pasted was supposted to fix it. |
[21:05:30] | kslater: | decodes mpeg2 HD streams with no sweat |
[21:05:43] | kslater: | (25% processor on the 1.3Ghz machine) |
[21:06:05] | kslater: | getting them to display in myth is another issue tho. |
[21:06:09] | |Torg|: | kslater what is the src for teh HD streams? |
[21:06:20] | D-side: | kslater: heh, thus "sorta" |
[21:06:21] | kslater: | air2pc 1st gen card |
[21:06:38] | kslater: | I can play them back with xine -V xxmc just fine |
[21:06:52] | kslater: | even with the downscaling required by my 800 x 600 mode to my tv |
[21:06:56] | |Torg|: | atsc 1080i takes about 50% of one core and 50% of another on a P4 dual core 3ghz |
[21:06:59] | D-side: | i wonder... |
[21:07:12] | D-side: | i should investigate itx boards that will take an X2 proc. |
[21:07:29] | |Torg|: | I want a dual core dual cpu motherbaord |
[21:07:43] | kslater: | I played back a 1080i recording last night for my wife, no sweat with xine |
[21:08:11] | russK (russK!n=russ@pool-72-75-46-242.washdc.east.verizon.net) has joined #mythtv-users | |
[21:08:12] | kslater: | I think if I had a better mode going to the TV, myth would work just as well |
[21:09:09] | kslater: | I'm so close I can almost taste the HD goodness |
[21:09:35] | D-side: | I suppose I could use this: http://www.directron.com/sn21g5.html |
[21:10:21] | D-side: | a pci-e 16x slot for the 6600GT, and the other pci slot for the PVR-250. |
[21:11:48] | mirak (mirak!n=mirak@AAubervilliers-152-1-93-194.w81-48.abo.wanadoo.fr) has quit (Operation timed out) | |
[21:11:49] | D-side: | or a new pundit. oooh. |
[21:15:12] | metalac: | man i have a damn amd3200+ and i still cant do HD |
[21:15:21] | metalac: | cpu tops out at 100% every time |
[21:15:29] | |Torg|: | why a 6600? |
[21:15:34] | metalac: | with X taking about 45% and myth 45% |
[21:15:40] | metalac: | i mean myth 55% |
[21:15:57] | D-side: | |Torg|: its what i've already got. |
[21:16:14] | |Torg|: | ahh |
[21:16:32] | |Torg|: | metalac that is "noormal" for HD playback, whats your issue? |
[21:16:53] | metalac: | |Torg|: issue is that's totally unwatchable, stutter and what not |
[21:17:07] | |Torg|: | what do you display it on? |
[21:17:11] | D-side: | you know, i'm sure a 6100 would be perfect for HD anyway. |
[21:17:18] | D-side: | i wouldn't have to bother with anything else. |
[21:17:30] | |Torg|: | a 5900 is fine for HDTV |
[21:17:48] | metalac: | |Torg|: an LCD TV |
[21:17:51] | D-side: | yeah i'm sure. the 6600 is totally overkill. if i go for a shuttle i'll just use the integrated. |
[21:17:59] | |Torg|: | the higher end graphic cards are pretty much useless for HDTV, your not displaying 3D graphics with them |
[21:18:16] | |Torg|: | ok metalac, wht resolution? |
[21:18:23] | metalac: | |Torg|: 1080p |
[21:18:38] | |Torg|: | is the mpeg already 1080p? |
[21:18:53] | metalac: | |Torg|: i think the problem is that i have a 1080i source that's being played on a 1080p screen so it has to upscale |
[21:19:07] | metalac: | |Torg|: no it isn't i'm streaming comcast stuff from firewire box |
[21:19:07] | |Torg|: | ahh dont do 1080p then do 1080i |
[21:19:29] | metalac: | how do I do 1080i? what resolution do i set in xorg.conf? |
[21:19:32] | |Torg|: | comcast donst do 1080P, they do 1080I |
[21:19:38] | metalac: | yeah i know |
[21:19:56] | |Torg|: | I use EDID for it, I can show yu what my display gives for 1080I tho |
[21:20:23] | |Torg|: | ModeLine "ATSC-1080–60i" 74.25 1920 2008 2052 2200 540 542 547 562 +HSync +vsync Interlace |
[21:20:44] | aevil (aevil!n=horst@i59F57550.versanet.de) has quit (Remote closed the connection) | |
[21:20:53] | |Torg|: | ModeLine "ATSC-1080–60p" 148.5 1920 2008 2052 2200 1080 1084 1094 1125 +hsync +vsync |
[21:21:05] | metalac: | |Torg|: so how could i found out mine? |
[21:21:15] | |Torg|: | but that is my VC HD-61Z575A |
[21:21:31] | |Torg|: | X -verbose 6 > X.log 2&>1 & |
[21:22:30] | metalac: | that doesn't give anything |
[21:22:51] | |Torg|: | it SHOULD be creting a log file called X.log |
[21:22:56] | |Torg|: | is X running on your box? |
[21:22:59] | antiPosix (antiPosix!n=jkezar@159.105.138.199) has quit (Read error: 104 (Connection reset by peer)) | |
[21:23:22] | metalac: | |Torg|: oh that could've been the problem |
[21:23:49] | mirak (mirak!n=mirak@AAubervilliers-152-1-62-250.w82-121.abo.wanadoo.fr) has joined #mythtv-users | |
[21:24:34] | metalac: | ok i killed X and still nothing |
[21:25:14] | |Torg|: | if you run that command, verbatim, you wont get anything but another propmpt |
[21:25:36] | |Torg|: | 2>&1 menas put std eror into std out |
[21:25:46] | metalac: | X.log is empty too though |
[21:25:49] | |Torg|: | > X.log means redriect all output to X.log |
[21:26:04] | |Torg|: | type X -verbose 6 |
[21:26:07] | |Torg|: | what does that do? |
[21:26:15] | metalac: | starts X |
[21:26:29] | |Torg|: | and what does it put on the console where you started X? |
[21:26:47] | metalac: | spits out the X log |
[21:27:11] | |Torg|: | and when you typed the command I gave you what did it spit out? |
[21:28:15] | metalac: | [1]15280 |
[21:28:49] | |Torg|: | and what is in X.log? |
[21:29:07] | metalac: | |Torg|: nothing |
[21:29:18] | |Torg|: | then you typed the command wrong |
[21:29:53] | metalac: | is it 2&>1 or 2>&1? |
[21:30:07] | kslater: | metalac: are you ssh'd into the box or in an xterm on it? |
[21:30:21] | metalac: | kslater: xterm into it |
[21:30:37] | metalac: | kslater: acctually it's not xterm :) i'm localy on the box with no X running |
[21:30:46] | kslater: | 2>&1 btw |
[21:30:50] | kslater: | not the other way around |
[21:31:00] | metalac: | ok got it |
[21:31:07] | metalac: | he gave me wrong thing the first time :) |
[21:32:32] | metalac: | so now i'm looking through edid and can't seem to find one that corresponds to 1080i resolution |
[21:32:52] | lsobral (lsobral!n=sobral@200.184.118.132) has quit ("Leaving") | |
[21:35:58] | brad_mssw: | metalac: my HD tv's EDID doesn't have a 1080i mode ... not all TV's define that as they may only define 'native' resolutions ... 1080i on some tv's is just down-converted to 720p |
[21:36:35] | xris: | brad_mssw: s/some/most/ |
[21:36:42] | metalac: | brad_mssw: this one only has detailed timings for 1920x1080 |
[21:37:05] | brad_mssw: | metalac: so 1080p you're saying? |
[21:37:17] | metalac: | brad_mssw: yep |
[21:37:27] | metalac: | brad_mssw: but i'd like to use it to display 1080i |
[21:38:33] | brad_mssw: | well, myth should just deinterlace the video for you during playback, you'd definitely want to stay 1080p if your TV supports it |
[21:39:59] | kslater: | so would myth just double display each half frame? |
[21:40:28] | kormoc: | depends on the deinterlacing algorthium you use |
[21:40:30] | bluey- (bluey-!n=bluey@dslb-088-073-127-157.pools.arcor-ip.net) has quit ("Leaving") | |
[21:40:31] | ** kslater head hurts trying to think what would happen display i content on p displays ** | |
[21:40:53] | metalac: | the problem is that i can't display HD at all, even though i have pretty decent hardware |
[21:41:02] | metalac: | it stuters way too much |
[21:41:02] | kormoc: | you mean like watching tv on your computer? :P |
[21:41:12] | metalac: | yea |
[21:41:12] | |Torg|: | acutally use your isplay on 1080i and dont detinerlace on myth |
[21:41:24] | |Torg|: | you will save cpu and not have to up/down convert your video |
[21:41:36] | metalac: | |Torg|: how can i find the right 1080i modeline though? |
[21:41:40] | |Torg|: | and yes metalac I see where it was a typo on my part, sorry |
[21:41:42] | russK (russK!n=russ@pool-72-75-46-242.washdc.east.verizon.net) has quit ("See ya!") | |
[21:41:57] | metalac: | |Torg|: it's cool i got it working :) that's all that matters |
[21:42:02] | |Torg|: | if you run that the EDID should be picked up and the verbosity of the driver should list what it can probe form your monitor |
[21:42:06] | brad_mssw: | metalac: hmm, really? are you trying to use xvmc? if so, i'd disable that (I've had problems playing hd content using xvmc) |
[21:42:22] | |Torg|: | yes brad_mssw thats next |
[21:42:23] | metalac: | brad_mssw: no xvmc |
[21:42:33] | |Torg|: | 1) turn of einterlace or use bob if you must |
[21:42:43] | |Torg|: | 2) use libmpeg over xvmc if you can |
[21:43:02] | |Torg|: | 3) display close to native on your video |
[21:43:14] | |Torg|: | do it in that order untill you get an accptable playback |
[21:43:33] | |Torg|: | to trun of deinterlacing tho you MUST use an interlced format on your TV |
[21:43:44] | tstm (tstm!n=tstm@softcon.fi) has quit (Client Quit) | |
[21:43:53] | tstm (tstm!i=tstm@softcon.fi) has joined #mythtv-users | |
[21:44:39] | human39 (human39!n=smk@smk-dsl.fyi.net) has joined #mythtv-users | |
[21:45:03] | fysa: | metalac: While playing HD, hit M to bring up the menu and turn deinterlace from "Autodetect" to "Progressive" |
[21:45:05] | metalac: | |Torg|: what about the modelines? |
[21:45:39] | fysa: | I have a serious problem with Myth's interlacing autodetection algorithm. |
[21:46:12] | fysa: | It's really only noticeable on HD, but causes lots of skipping and lag. |
[21:46:37] | stevenh (stevenh!n=lews@65.167.23.2) has quit ("Leaving") | |
[21:47:15] | metalac: | fysa: i just tried all 3 of the options and none works |
[21:48:26] | bjohnson_ (bjohnson_!n=bjohnson@jecinc.tor.istop.com) has quit (Remote closed the connection) | |
[21:48:48] | |Torg|: | metalac did you run the log, it should be showing you a bunch of probed (from EDID) modes) |
[21:49:15] | |Torg|: | metalac what you want is teh 1920x1080 lines, preferably in 60hz |
[21:49:45] | |Torg|: | *IF* your tv can sport it, as mine does from 720p, yu can try the 120hz moes too. They are doubblescan adn look allot better |
[21:50:03] | |Torg|: | but look to see what your TV told your video card it is capable from |
[21:50:15] | metalac: | |Torg|: ok and what's the diference between 1080p and 1080i, i mean in modelines? |
[21:50:27] | |Torg|: | otehr then it being interlaced? |
[21:51:06] | |Torg|: | ModeLine "ATSC-1080–60i" 74.25 1920 2008 2052 2200 540 542 547 562 +HSync +vsync Interlace |
[21:51:12] | metalac: | ahhhhhhh |
[21:51:30] | |Torg|: | ModeLine "ATSC-1080–60p" 148.5 1920 2008 2052 2200 1080 1084 1094 1125 +hsync +vsync |
[21:52:01] | |Torg|: | the first being interlaced the second not (progressive) |
[21:52:15] | geemark (geemark!n=geemark@212.242.222.202) has quit (Remote closed the connection) | |
[21:52:33] | |Torg|: | btw that P line is VERY damngerous if you try it on anything but a tv that can support it |
[21:52:33] | tstm (tstm!i=tstm@softcon.fi) has left #mythtv-users () | |
[21:52:47] | |Torg|: | most drives will stop you from doing it, but it could fry teh tv |
[21:53:18] | |Torg|: | metalac what did your X.log say? |
[21:53:22] | juski: | the 'could' part is pretty unlikely for most modern TVs IMHO |
[21:53:28] | metalac: | |Torg|: what do you mean? |
[21:53:34] | metalac: | |Torg|: which part? |
[21:53:39] | |Torg|: | yes juski but its not the TV its the video card |
[21:54:10] | |Torg|: | metalac there shoudl be a whole selection of modes in the ModePool, do you see them? |
[21:54:36] | metalac: | yep |
[21:54:45] | |Torg|: | what video card do you have? |
[21:54:52] | metalac: | nvidia 6200 |
[21:55:07] | |Torg|: | do yu have one labeld nvidia-auto-select? |
[21:55:26] | metalac: | where would the label be? |
[21:55:35] | |Torg|: | (II) NVIDIA(0): "nvidia-auto-select" : 1920 x 1080 @ 120.1 Hz Interlace (from: EDID) |
[21:55:37] | metalac: | oh sorry found it |
[21:55:44] | |Torg|: | paste that line |
[21:55:47] | metalac: | "nvidia-auto-select" : 1920 x 1080 @ 59.9 Hz (from: EDID) |
[21:55:59] | |Torg|: | what is the next line? |
[21:56:08] | metalac: | "nvidia-auto-select" : 1920 x 1080 @ 59.9 Hz (from: EDID) |
[21:56:08] | metalac: | (II) NVIDIA(0): "1920x1080" : 1920 x 1080 @ 59.9 Hz (from: EDID) |
[21:56:08] | metalac: | (II) NVIDIA(0): "1920x1080_60" : 1920 x 1080 @ 59.9 Hz (from: EDID) |
[21:56:27] | |Torg|: | do you see one that has 1920 x 1080 and interlace on the line? |
[21:56:29] | simcop2387: | metalac: ooo |
[21:56:46] | metalac: | no interlace |
[21:56:57] | |Torg|: | do ANY of the lines have interlace on them? |
[21:57:02] | metalac: | nope |
[21:57:15] | |Torg|: | then your display can not display interlaced modes |
[21:57:23] | metalac: | really? |
[21:57:27] | metalac: | the manual says it can |
[21:57:27] | |Torg|: | yes really |
[21:57:43] | |Torg|: | the TV jsut told your vieo card it cant |
[21:57:55] | simcop2387: | could be no interlace through the way you have it connected, what do you use to connect it? |
[21:58:03] | metalac: | dvi |
[21:58:15] | |Torg|: | dvi to hdmi? |
[21:58:31] | |Torg|: | dvi to dvi? |
[21:58:33] | opello: | not that edid info can ever be wrong |
[21:58:43] | |Torg|: | yes opello im getting there :P |
[21:58:47] | opello: | ... :) |
[21:58:53] | metalac: | dvi to dvi |
[21:58:55] | |Torg|: | mine lies too btw |
[21:59:04] | simcop2387: | opello: true, i disable edid to my monitor because it says the highest it can do is 1024x768@55hz |
[21:59:06] | |Torg|: | dvi is bi directional its not lying |
[21:59:13] | metalac: | manual says: 2 DVI -HDCP + L/R Audio 480i/p, 720p, 1080i, 1080p |
[21:59:19] | simcop2387: | when it does 1280x1024x70hz just fine |
[21:59:22] | opello: | simcop2387: just trying to make sure it gets covered and you're not all dishing out FUD :) |
[21:59:36] | |Torg|: | ok now look above that mode line pool your looking for the one whtat has "1920x1080" |
[22:00:09] | |Torg|: | (II) NVIDIA(0): Validating Mode "1920x1080": |
[22:00:11] | |Torg|: | that one |
[22:00:29] | |Torg|: | under it there should be a line |
[22:00:30] | |Torg|: | (II) NVIDIA(0): 1920 x 540 @ 60 Hz |
[22:00:34] | |Torg|: | yours will be |
[22:00:41] | |Torg|: | (II) NVIDIA(0): 1920 x 1080 @ 59.9 Hz |
[22:00:57] | ** simcop2387 wants a projector and a spotlight (i'll probably need a freznel lens too do do this) so i can use the powerful 10000watt spotlight to project my tv onto the clouds ** | |
[22:01:01] | |Torg|: | just find the line where it says it is validating the mode |
[22:01:18] | metalac: | got it |
[22:01:37] | metalac: | it says the 1920x1080 @ 60hz is valid |
[22:01:40] | |Torg|: | ok it shoudl list a bunch of timings, and at the end does it say it is valid? |
[22:01:51] | metalac: | yep |
[22:01:52] | |Torg|: | buatiful, cut and pastebin that entry |
[22:02:13] | |Torg|: | btw it wouldnt show up in the modepool if it wasnt valid, so I sorta guessed it was |
[22:03:18] | simcop2387: | |Torg|: oh yea, you wouldn't happen to know a whole lot about DVI->Component converters would you? |
[22:03:20] | metalac: | http://rafb.net/paste/results/aSMDkw15.html |
[22:03:29] | simcop2387: | e.g. which ones work well |
[22:03:31] | ** sandeen_ thinks |Torg| should have a paypal donation box in $TOPIC :) ** | |
[22:04:29] | ** kslater agrees ** | |
[22:04:30] | simcop2387: | sandeen_: couldn't hurt |
[22:05:07] | sandeen_: | metalac, FWIW I can't play HD on my 2.6Ghz P4 w/o xvmc either... |
[22:05:25] | |Torg|: | ok metalic put this in your xorg.conf ModeLine "metalic" 138.50 1920 1968 2000 2080 540 541 544 555 +hsync -vsync Interlace |
[22:05:30] | metalac: | sandeen: what distro? |
[22:05:39] | |Torg|: | call that modeline whatever you please |
[22:05:45] | simcop2387: | i can play it without xvmc! on my 2.4ghz amd64, though i can't be doing ANYTHING else |
[22:05:50] | ` (`!i=pimp@dsl-240-74-204.telkomadsl.co.za) has quit (Connection timed out) | |
[22:06:02] | simcop2387: | it uses 80% of my cpu and about 60% of my disk io |
[22:06:06] | ` (`!i=pimp@dsl-240-74-204.telkomadsl.co.za) has joined #mythtv-users | |
[22:06:11] | |Torg|: | put it in the xorg.conf, change the display to use the mode metalic and restart teh X --verbose |
[22:06:28] | sandeen_: | metalac, fc6 |
[22:06:47] | Dagmar: | Wow your display actually responds to EDID and X doesn't just take it at face value?? |
[22:06:49] | Dagmar: | *boggle* |
[22:06:52] | sandeen_: | metalac, I found that mplayer did the same. but mplayer -nosound seemed to work w/o lag. *shrug* |
[22:06:54] | metalac: | sandeen_: mine is gentoo and it's a little bit more optimized |
[22:07:13] | metalac: | |Torg|: got it |
[22:07:21] | |Torg|: | Dagmar I have to tell my nvidia to ignore half of it |
[22:07:29] | |Torg|: | it says things like 1920x1080 is too bug becase edid puts maxsize at 540 |
[22:07:31] | Dagmar: | |Torg|: Yeah, that's why I'm bugging. It looks like his display even gave the right answers |
[22:07:34] | metalac: | |Torg|: do i need to set display size? |
[22:07:41] | |Torg|: | you just did :) |
[22:07:47] | |Torg|: | you need to use that setting tho |
[22:08:04] | |Torg|: | what I gave you is the interlaced version of that progressive mode you showed me |
[22:08:10] | |Torg|: | its *probbly* off timing tho |
[22:08:27] | metalac: | and i need to add "DispalySize width height" in X? |
[22:08:37] | Dagmar: | Probably |
[22:08:53] | |Torg|: | nd tell it to tignore the edidsize |
[22:09:08] | Dagmar: | They're working on fixing the stuff that's dependent on 100 dpi, but see what happens with your fonts *first* |
[22:09:09] | metalac: | Option "IgnoreEDID" ??? |
[22:09:15] | feld (feld!n=feld@nat.rucls.net) has joined #mythtv-users | |
[22:09:17] | |Torg|: | NO metalic |
[22:09:29] | feld: | anyone here use cluster mode w/ transcode for MythTV? |
[22:09:32] | |Torg|: | Option "UseEdidDpi" "FALSE" |
[22:09:43] | |Torg|: | DisplaySize 487 274 |
[22:10:11] | |Torg|: | *IF* your nvia balks at your moelines and you know for a fact there correct |
[22:10:21] | |Torg|: | Option "ModeValidation" "NoMaxSizeCheck,NoMaxPClkCheck,NoVertRefreshCheck,NoHorizSyncCheck,NoEdidMa xPClkCheck" |
[22:10:36] | |Torg|: | thats sorta dangerous tho, it means dont chekc them just do them |
[22:10:59] | Dagmar: | HOT damn... Second Life *finally* got their password recovery thing working |
[22:11:08] | |Torg|: | and if you are getting boundingbox issues (its a VERY old nvida problem) update to teh beta driver |
[22:11:18] | |Torg|: | seocnd life? |
[22:11:53] | metalac: | ok let me try this now |
[22:12:04] | jams: | yes it's close to WOW sims |
[22:12:20] | |Torg|: | if it bithes about notin being divisible you have to fiddle with the timings |
[22:12:24] | metalac: | well X started |
[22:12:29] | Dagmar: | |Torg|: Yeah, it's a somewhat crude implementation of the metaverse from Snow Crash |
[22:12:30] | |Torg|: | whats it cost jams? |
[22:12:38] | jams: | that i don't know |
[22:12:46] | |Torg|: | Dagmar ? |
[22:13:20] | feld: | it's free |
[22:13:21] | feld: | unless you want to own land in it, then u have to pay |
[22:13:22] | feld: | afaik |
[22:13:22] | Dagmar: | The important thing for me is that you can *code* in it |
[22:13:22] | Dagmar: | I used to only play on MUDs where it was possible to get wizard access for the same reason |
[22:13:37] | |Torg|: | on second thougt the last thing I need is another MMORPG |
[22:13:43] | Dagmar: | It's not an RPG |
[22:13:52] | Dagmar: | Not even a game, really |
[22:13:54] | feld: | it's a second life |
[22:13:56] | feld: | har |
[22:13:58] | |Torg|: | MMOTW? |
[22:14:01] | xris: | Dagmar: yes. play second life. (I have to say that — it contributes to my paycheck) |
[22:14:11] | Dagmar: | xris: Oh you work for the Lindens? |
[22:14:17] | |Torg|: | wait you get actual money for playing it? |
[22:14:19] | xris: | Dagmar: I work for the company that builds their hardware |
[22:14:23] | Dagmar: | LOL |
[22:14:27] | Dagmar: | You're making BANK then |
[22:14:39] | xris: | they're a decent chunk of our revenue, yes. |
[22:14:49] | xris: | about a rack each month |
[22:14:53] | Dagmar: | They had people at the last big MMO conference and some of the things the lindenfolk said were hilarious: "We're scalable. We can always add more hardware." |
[22:15:03] | Dagmar: | They've got more hardware up and running than Blizzard. |
[22:15:08] | Dagmar: | ...which is kinda sad, all things considered. |
[22:15:26] | Dagmar: | Cuz there ain't no two million people on SL at once. It would melt. |
[22:15:32] | metalac: | well my HD still stutters with X=55% and myth=45% |
[22:15:33] | feld: | and if you compare users/traffic who is using more? |
[22:15:45] | |Torg|: | Blizzards BE is actlay quite light compared to many Ive seen |
[22:16:05] | metalac: | is there anything else i should look into? |
[22:16:10] | Dagmar: | |Torg|: If it weren't they'd probably have to buy Rhode Island and start putting in raised flooring and drop ceilings |
[22:16:11] | |Torg|: | metalac does the video stutter or the audio? |
[22:16:17] | metalac: | |Torg|: video |
[22:16:19] | juski: | hey all you blootube-wide testers. can you please send screenshots if you want me to fix stuff, rather than vague descriptions? man! |
[22:16:26] | metalac: | audio sounds just fine |
[22:16:35] | xris: | Dagmar: Linden's setup is geographically-designed.. for a given chunk of land, there is one server. |
[22:16:36] | |Torg|: | btw if you want to paypal somehting, paypal juski here |
[22:16:42] | juski: | .. or it won't be a beta anymore |
[22:16:42] | |Torg|: | hes the one that makes eye candy |
[22:16:58] | |Torg|: | juski I want it green :P |
[22:17:03] | kazer__ (kazer__!n=kazer@156.204.98-84.rev.gaoland.net) has quit (Read error: 110 (Connection timed out)) | |
[22:17:03] | xris: | juski: you want commit privs for myththemes? |
[22:17:06] | juski: | I could just turn around & say "looks fine to me" |
[22:17:11] | Dagmar: | xris: oh believe me I know. I am constantly going to hardly-used sandboxes just in case me saying "SEPPUKU!" doesn't do what it's supposed to |
[22:17:12] | juski: | xris: not just yet |
[22:17:31] | juski: | wait a sec, am I looking a gift horse in the mouth? |
[22:17:33] | kazer__ (kazer__!n=kazer@150.204.98-84.rev.gaoland.net) has joined #mythtv-users | |
[22:17:41] | jams: | whoa...you turned down commit rights |
[22:17:42] | xris: | Dagmar: it's good for us, though. more land means they buy more servers. :) |
[22:17:53] | xris: | juski: not that I can give them to you, but I'll ask chutt when you're ready. :) |
[22:18:02] | Dagmar: | xris: I would kinda rather they stop running the backend in VisualBasic or whatever the hell makes it go so slowly |
[22:18:09] | |Torg|: | juski you fixed the only issue I had |
[22:18:42] | juski: | not seen Chutt around in ages. he ok? |
[22:18:53] | Dagmar: | xris: The only thing I've seen be more inefficient about operation was AnarchyOnline when they first came out and were trying to handle all the user connections with perl and apache... *without* mod_perl |
[22:20:04] | feld: | Dagmar: so what's wrong with that? |
[22:20:06] | feld: | :D |
[22:20:20] | Dagmar: | feld: That I can bog the local area with an object that computes a DES hash. :/ |
[22:20:29] | feld: | haha yeah :) |
[22:20:47] | feld: | printf "Perl rules! "; |
[22:21:11] | Dagmar: | I'm used to bein' stingy with my clockcycles tho, so it's generally not a serious problem... but I'm working on a walker and the first two attempts just seriously bogged things down |
[22:21:18] | metalac: | if i check "use video as time base" HD seems to work fine |
[22:21:22] | xris: | juski: he doesn't like this channel because of the "chatty bot". he's always in #mythtv, though |
[22:21:33] | FooBazz (FooBazz!i=keefejoh@gateway/web/cgi-irc/ircatwork.com/x-4be89411e03244bc) has joined #mythtv-users | |
[22:22:00] | |Torg|: | metalac that is intersting, because usualy it dowsnt work when its on, and does when its off |
[22:22:05] | juski: | wonder who the chatty bot is... ;) |
[22:22:25] | FooBazz: | can someone point me to the place in the mythtv code where the audio stream is written to the file/buffer? |
[22:22:54] | xris: | FooBazz: probably nupplevideoencoder |
[22:22:56] | xris: | or something like that |
[22:23:04] | xris: | FooBazz: though it depends on what kind of input you're using |
[22:23:13] | jams: | does the -dev list accept attachments? |
[22:23:17] | |Torg|: | Dagmar you can do des hasing really quickly with substituin boxes |
[22:23:25] | |Torg|: | its how a 8khz cam does it |
[22:24:20] | FooBazz: | xris thanks, i've been trying to figure out why 0.20 stutters for me where 0.19 didn't. Found out today that if the channel has multiple audio streams, that only one causes the stutter, then i went back to 0.19 and found that the file from 0.20 caused 0.19 to stutter.. but live 0.19 had no problem with either audio stream |
[22:24:26] | |Torg|: | I told you juski it has to be green :P |
[22:24:48] | juski: | FooBazz: I get that on dvb-t recordings! |
[22:24:54] | FooBazz: | turns out that xine also stutters on the 0.20 recording, so its something that changed with how the audio was encoded |
[22:25:07] | juski: | much less prevalent on ubuntu since I changed to that though |
[22:25:08] | bronson (bronson!n=bronson@66.160.177.204) has joined #mythtv-users | |
[22:25:18] | FooBazz: | juski hmm, what did you run before? I'm using fedora |
[22:25:26] | juski: | was using minimyth before |
[22:25:26] | xris: | FooBazz: um, only encoding mythtv would do is single audio-channel stuff from frame grabber cards. |
[22:25:50] | juski: | get loads of debug info about audio buffers with mythfrontend -v all |
[22:26:06] | FooBazz: | i had blamed this on my nvidia card, but then after a month of switching, trying to debug, going back etc, just figured out today it wasn't the video at all. the errors saying that the video was behind the audio is what threw me |
[22:26:09] | juski: | it's maybe alsa related |
[22:26:15] | juski: | same here |
[22:26:20] | metalac: | weird my HD now depends on channel :) |
[22:26:29] | metalac: | some channels are fine and some are jittery and sync is off |
[22:26:37] | juski: | FooBazz: you using xvmc and deinterlacing? |
[22:26:57] | FooBazz: | juski, doesn't matter, stutters with or without it for me |
[22:27:10] | juski: | if I don't deinterlace (yuk) it looks awful but plays back without the pauses every 20 secs |
[22:27:27] | juski: | cpu usage is also much higher than on 0.19 minimyth |
[22:27:39] | juski: | used to be like 15–20%, now more like 50% |
[22:27:57] | juski: | even so, 50% is still enough headroom |
[22:28:13] | juski: | made a big dent in my faith, that did |
[22:28:33] | FooBazz: | xris, i'm going to go look around for that code, thanks for the starting point |
[22:28:34] | |Torg|: | juski it gets greatr with the svn trunk too |
[22:28:43] | |Torg|: | I used to run without xvmc, now I HAVE to |
[22:28:49] | juski: | wth is going on with that then? |
[22:28:59] | |Torg|: | code boat? |
[22:29:15] | feld: | all aboard! |
[22:29:17] | feld: | har |
[22:29:23] | metalac: | yeah something is just hogging the resources |
[22:29:54] | xris: | FooBazz: nupplevideoencoder only applies to nupplevideo, though. if you have something with multiple audio channels, it's NOT nupplevideo. |
[22:30:12] | FooBazz: | xris ah |
[22:30:27] | o_cee (o_cee!n=oscar@c83-249-96-144.bredband.comhem.se) has quit ("Ex-Chat") | |
[22:30:43] | |Torg|: | xris maybe you can aswer why my BE insists on crating dummy nuvs :) |
[22:30:45] | FooBazz: | is it getting passed through from the card then? |
[22:31:02] | juski: | FooBazz: what kind of card? |
[22:31:17] | metalac: | guys how much cpu does your X take up? |
[22:31:18] | juski: | would have to be firewire, dvb or ATSC to get multiple audio streams |
[22:31:23] | metalac: | for SD mine takes 35% |
[22:31:26] | simcop2387: | from what i've noticed on my computer its mostly ram related usage, cpu usage is still way down there (at least when i turn off composite+beryl) |
[22:31:28] | metalac: | and myth 8% |
[22:31:29] | FooBazz: | juski its a twinhan brand, don't remember what kind though |
[22:31:32] | metalac: | i thought myth was doing most work |
[22:31:36] | ` is now known as Jeeva | |
[22:31:36] | xris: | |Torg|: tuner not working properly? |
[22:31:39] | juski: | FooBazz: UK / US ? |
[22:31:42] | gu014: | how do i correct the time settings for myth? |
[22:32:00] | juski: | gu014: a good starting point is having the correct system time & timezone |
[22:32:06] | FooBazz: | xiris must be mpegrecorder then, since its mpeg files heh |
[22:32:18] | |Torg|: | xris it creates mpgs beuatifully and commflags them fine |
[22:32:28] | simcop2387: | juski: what decoder do you uses standard or libmpeg2 when not using xvmc |
[22:32:31] | juski: | FooBazz: it's likely dvb or ATSC |
[22:32:32] | |Torg|: | I dont transocde, and have autotransdode off (I never see it run either0 |
[22:32:36] | gu014: | indeed...but, everything is installed and running...however..it remains incorrect as i most likely overlooked the initial configuration |
[22:32:44] | |Torg|: | if I delte he nuvs the be faithfully recreets them |
[22:32:50] | juski: | simcop2387: I can't. cpu is pegged using standard. libmpeg2 produces weird, acidy video |
[22:32:51] | |Torg|: | it links the prettry irecty to them too |
[22:32:59] | |Torg|: | there 50–60 bytes line |
[22:33:01] | FooBazz: | juski i'll look there too, thanks |
[22:33:03] | metalac: | can anybody tell me how much X usage do you see when you watch SD? |
[22:33:05] | simcop2387: | juski: thats really really strange... |
[22:33:12] | juski: | simcop2387: you're telling me |
[22:33:22] | juski: | 1 ghz is enough to play 720x576 mpeg2 |
[22:33:48] | simcop2387: | juski: is it acidy like its in the wrong colorspace? |
[22:33:52] | gu014: | juski, my system(bios) has the correct settings...how might i correct the settings in knoppix? |
[22:33:52] | juski: | yup |
[22:34:25] | |Torg|: | CSI: MIAMI 1080I |
[22:34:26] | |Torg|: | 23600 mythtv 15 0 785m 193m 84m S 49.5 19.2 58:53.96 mythfrontend |
[22:34:27] | |Torg|: | 23518 root 15 0 589m 126m 1244 S 0.3 12.6 2:40.92 XFree86 |
[22:34:45] | |Torg|: | so 50% fe, less then 1% X |
[22:35:01] | metalac: | |Torg|: damn what are you doing right and what am i doing wrong |
[22:35:21] | metalac: | |Torg|: i get 35% for X just for regular SD |
[22:35:38] | |Torg|: | Im just playing it |
[22:35:44] | juski: | heh. well mr bird, send screenshots please, and refer to the correct version number. there's no 'beta4' |
[22:35:51] | simcop2387: | juski: well theres a new version as of september 16th, that fixes a few color related things |
[22:35:51] | |Torg|: | I also use the beta nvida drivers |
[22:36:04] | juski: | simcop2387: a new version of what? |
[22:36:11] | juski: | libmpeg2? |
[22:36:21] | simcop2387: | yea |
[22:36:27] | simcop2387: | its 0.4.1 |
[22:36:33] | juski: | I can't be arsed to go fig with stuff like that. I want it to 'just work (tm)' |
[22:36:38] | simcop2387: | heh :) |
[22:36:52] | metalac: | |Torg|: can i see you xorg file? |
[22:36:58] | juski: | if it keeps up I could still downgrade |
[22:37:05] | simcop2387: | i just figured i'd mention it in case you got bored and wanted to try |
[22:37:11] | metalac: | |Torg|: btw i also have the beta drivers, what version of myth are you using? |
[22:37:13] | juski: | me? bored?! |
[22:37:14] | juski: | wow |
[22:37:30] | juski: | with like 4 themes to maintain, and a shoddily built music collection... |
[22:38:02] | juski: | plan to do some sorting out of the frontend this weekend. I can't put up with it the way it is |
[22:38:18] | brad_mssw (brad_mssw!n=brad@shop.monetra.com) has quit ("Leaving") | |
[22:38:27] | juski: | the playback pause issue is still there in ubuntu, only much less obvious than with minimyth |
[22:38:46] | juski: | I sent a clip to Pablo, who made minimyth & he says it plays fine |
[22:39:20] | juski: | I'm pretty stuck in that respect – I mean if it can't be reproduced by anybody else what chance do I have? ;) |
[22:40:03] | |Torg|: | same thing with libmpeg and not XVMC |
[22:40:03] | |Torg|: | 26234 mythtv 15 0 727m 452m 113m S 99.9 44.8 0:48.90 mythfrontend |
[22:40:04] | |Torg|: | 26138 root 15 0 712m 529m 93m S 35.2 52.4 0:20.56 XFree86 |
[22:40:04] | simcop2387: | someone like me who has a few days of nothing to do to try to reproduce it during finals |
[22:40:15] | |Torg|: | that 99/35 vs 50/1 |
[22:40:27] | |Torg|: | and I dont run xorg I run xfree86 |
[22:40:29] | juski: | like the issue with recordings making mythfrontend hang if they play all the way to the end.. not found a single ticket about it for -fixes yet. plus with the machine being downstairs it's tricky |
[22:40:44] | |Torg|: | I run my compiled from the svn trunk plus special patches |
[22:40:49] | juski: | hrm.. one thing I've not looked at yet is my network |
[22:41:09] | |Torg|: | I run nvidai 9629 drivers |
[22:41:17] | |Torg|: | so what would you like to know? |
[22:41:35] | simcop2387: | |Torg|: thats strange what kind of nvidia card? |
[22:41:38] | metalac: | |Torg|: i want to see if you got anything "special" in your xconfig file, like nvidia card settings and what not |
[22:41:45] | juski: | though even when I copied a whole system's worth over nfs it wasn't acting the same so I doubt it's that |
[22:41:54] | FooBazz: | thanks everyone for your input, off to read some code |
[22:42:01] | FooBazz (FooBazz!i=keefejoh@gateway/web/cgi-irc/ircatwork.com/x-4be89411e03244bc) has quit ("CGI:IRC") | |
[22:44:50] | |Torg|: | metalac http://pastebin.ca/268687 |
[22:45:01] | |Torg|: | its somewhat large and contrains lots of commented lines |
[22:45:10] | juski: | I'll try minimyth 0.20–20 again at the weekend, but power off the windows box. I think it might be riddled again |
[22:45:34] | |Torg|: | simcop2387 0000:01:00.0 VGA compatible controller: nVidia Corporation NV35 [GeForce FX 5900 Ultra] (rev a1) |
[22:46:46] | |Torg|: | Library API version: 0.20.20061128–1 |
[22:46:47] | |Torg|: | Source code version: 12174 |
[22:46:55] | juski: | GreyFoxx: just looked at openchrome.org – apparently some chipsets are supported in xorg 6.9's drivers :) |
[22:47:26] | |Torg|: | my myth also contains two custom patches for upnp, but I dont thin it effecs video or audio as tht is on the BE not the FE |
[22:47:56] | |Torg|: | btw GreyFoxx did you evr commit those patches? |
[22:48:14] | metalac: | |Torg|: have you ever had issues with previous versions of myth? |
[22:48:14] | jams: | oh man xorg 6.9 and openchrome |
[22:48:19] | jams: | headache |
[22:48:24] | juski: | really? |
[22:48:27] | |Torg|: | metalac: issues? |
[22:48:40] | metalac: | |Torg|: with watching HD |
[22:48:41] | simcop2387: | |Torg|: ah the one thats a step up or two from my card |
[22:48:46] | jams: | if you want to compile openchrome it can be |
[22:48:53] | juski: | ah |
[22:48:54] | |Torg|: | other then me having to move to XVMC no |
[22:49:14] | jams: | you need all the X source |
[22:49:18] | metalac: | |Torg|: so you can't play HD without XvmC? what cpu? |
[22:49:24] | simcop2387: | |Torg|: i'm guessing you either have firewire or a one of those pci cards that grabs it from OTA? |
[22:49:42] | jams: | btw juski congrats on the promotion |
[22:49:50] | juski: | thanks jams :) |
[22:49:52] | |Torg|: | and simcop2387 I assure you im not using the capabilites of tehe vieo card, this is 2d audio and it not rendering, aphaing or any ohter high end graphic |
[22:50:02] | BULLE: | juski: what have you been promoted to ? |
[22:50:11] | |Torg|: | I have two dvb cards grabbing ATSC |
[22:50:15] | juski: | +v |
[22:50:26] | jams: | haha fine time to show off those powers |
[22:50:38] | |Torg|: | what power? |
[22:50:48] | juski: | kickban $annoyinguser |
[22:51:32] | juski: | I've yet to find out how to use these new-found powers, and which they are.. but I will, and soon |
[22:51:42] | kormoc: | juski, you need to go +o to kickban, +v only instills fear! |
[22:51:48] | juski: | ah |
[22:52:09] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
[22:52:13] | |Torg|: | other then adding a + to yur name all voide does is allow you to talk in a moderated channel |
[22:52:14] | kormoc: | /msg chanserv voice #mythtv-users |
[22:52:20] | kormoc: | /msg chanserv op #mythtv-users |
[22:52:27] | |Torg|: | since this channel is not moderated it is little more then just a tag |
[22:52:38] | kormoc: | |Torg|, a tag showing who all is ops :P |
[22:53:08] | |Torg|: | actauly kormoc no, that would be +o not +v |
[22:53:11] | |Torg|: | differnt flag |
[22:53:45] | jams: | in respect to this channel, kormoc is correct |
[22:53:46] | |Torg|: | it techicaly is a bitflag on cptr |
[22:53:47] | daniel_bergamini (daniel_bergamini!n=daniel_b@216-107-194-166.static.gdt.cust.seg.NET) has quit (Client Quit) | |
[22:53:47] | kormoc: | |Torg|, actaully not, freenode requests people to not sit as ops, so we mark the 'special' people with voice. if they have voice, they can op |
[22:53:56] | |Torg|: | unless freenode hackd teh shit outa the stnarded ircd |
[22:54:45] | |Torg|: | so kormoc you access the channel though chanserv? |
[22:55:04] | kormoc: | |Torg|, by access the channel, you mean? |
[22:55:37] | |Torg|: | set/unset bans, change topic, change channel mode |
[22:55:40] | metalac: | so if i enable XVMC i get about 20% for mythfrontend on SD but 90% for HD, while X has NO cpu usage |
[22:55:43] | kormoc: | |Torg|, aye |
[22:56:40] | |Torg|: | ok kormoc I see what you mean, but relly the +v is nothing special |
[22:56:57] | |Torg|: | you use what ammounts toa special server to actiavt channels |
[22:57:02] | kormoc: | |Torg|, yeah, I know what you mean, it's just special in here cause we made it so |
[22:57:16] | |Torg|: | people think servics are like a bot but in fact they are speical serers allowd to override moes |
[22:57:19] | metalac: | so with Xvmc BOTH audio and video stutter on HD |
[22:57:54] | |Torg|: | without xvmc my hd playbaks will stutter on audio (becase cpu usalge is at 100% on one core) |
[22:58:10] | |Torg|: | with it I can get cpu down to 50% and X to damn near nothing |
[22:58:27] | metalac: | well with xvmc my X is down to nothing |
[22:58:34] | neddy (neddy!n=js152033@192.18.43.225) has quit ("Leaving.") | |
[22:58:39] | metalac: | and mythfrontend is 25% for SD |
[22:58:56] | metalac: | but for HD it goes up to 90+% and stutters baddly, much worse than without xvmc |
[22:59:18] | metalac: | i tried all the tips from the xvmc wiki |
[22:59:27] | |Torg|: | well turn on xvmc then :) |
[22:59:37] | |Torg|: | and youll proobly have to fix the "grey" osd |
[23:00:01] | metalac: | can't fix it with my card |
[23:00:13] | neddy (neddy!n=js152033@192.18.43.225) has joined #mythtv-users | |
[23:00:14] | beavis (beavis!n=beavis@p54A7B246.dip0.t-ipconnect.de) has quit ("Ex-Chat") | |
[23:01:15] | metalac: | hmmm now out of nowhere X usage witout xvmc is none as well :) |
[23:01:16] | ** BULLE would love to have nvidia pure hd support in linux ** | |
[23:01:27] | metalac: | and it's 12% for myth |
[23:01:42] | juski: | heh. that'll lower everybody's cpu usage |
[23:02:00] | juski: | maybe ati will get there first |
[23:02:02] | juski: | pfft |
[23:02:10] | metalac: | what cards support pure hd? |
[23:02:28] | BULLE: | metalac: all 7000 series cards, and i think some of the 6000 series has similar capabilities aswell |
[23:02:49] | |Torg|: | BULLE when peple want HDTV more then they want Quake, WoW, and Everquest THEN you will have video cards with built in mpeg2 ecoding over rendering |
[23:03:14] | metalac: | well it's slowly getting there |
[23:03:16] | BULLE: | |Torg|: well, the hardware is there already, its just not useable from linux, only from windows |
[23:03:31] | cconstantine (cconstantine!n=cconstan@74.132.202.213) has quit ("My damn controlling terminal disappeared!") | |
[23:03:43] | |Torg|: | ahh BULLE if your waiting on linux river support it should be here in 2–3 years |
[23:04:05] | ivor (ivor!n=ivor@kde/developer/ivor) has quit (Read error: 145 (Connection timed out)) | |
[23:04:15] | BULLE: | |Torg|: if even that, i guess it depends on software patents aswell |
[23:05:41] | metalac: | BULLE: what patents? it's not like they open source the driver |
[23:06:48] | tormen0815 (tormen0815!n=tormen@p54AE1E67.dip0.t-ipconnect.de) has joined #MythTV-users | |
[23:06:49] | BULLE: | metalac: mpeg4 , h264 etc is covered by shitloads of patents, and lots of the acceleration , is realy just done in software, but inside the gpu |
[23:07:17] | |Torg|: | firmware = software on memory chip |
[23:07:18] | tormen0815: | Hi there.... is there any possibility to get the /filename/ of a recording via the mythfrontend?! |
[23:07:25] | metalac: | BULLE: yeah but like i said they don't open source it so if software exists for win, why not for linux |
[23:07:49] | hjohnson: | metalac: because the people who write the software rightly see that the cost/benifit for them doens't add up. |
[23:07:58] | juski: | well.. bedtime again. these days are too damn short. that's what comes of 3 hours commuting (fscking traffic! bah) |
[23:08:04] | hjohnson: | hell, we're lucky that Nvidia and the like make at least somewhat current drivers for linux. |
[23:08:07] | tormen0815: | I looked everywhere and I would have expected it in the program-details screen.... |
[23:08:08] | BULLE: | hjohnson: indeed |
[23:08:11] | metalac: | hjohnson: that's a different issue has nothing to do with patents |
[23:08:20] | BULLE: | metalac: most likely because they dont see a big enough market for linux |
[23:08:31] | BULLE: | metalac: the purevideo hd drivers are not free, they cost money |
[23:08:31] | tormen0815: | ... is there an option to activate or ... is it simply not possible at the moment? |
[23:08:37] | BULLE: | most likely, because of the licencing cost |
[23:08:43] | hjohnson: | now, things like h264 and so forth are only aptentable in certain locales.. |
[23:08:45] | metalac: | BULLE: i know but it's nothing relating to the patents |
[23:08:55] | hjohnson: | for example, you can't patent software or algorithms in Canada. |
[23:09:15] | hjohnson: | you can certainly cover it by copyright, since it's intellectual property, but you can only patent tangible things. |
[23:09:17] | BULLE: | hjohnson: yes, but nvidia etc all want to make sales in the states, and japan, and other places with software patents |
[23:09:19] | metalac: | but it holds true for linux and windows |
[23:09:42] | jasta_ is now known as jasta | |
[23:09:49] | hjohnson: | BULLE: right, so as long as they pay the royalties for the patents, everything is hunky-dory. |
[23:10:07] | BULLE: | hjohnson: yes |
[23:10:25] | BULLE: | hjohnson: and apparently they think they get enough customers to buy their windows drivers, but not enough linux sales, so they dont port or offer it |
[23:10:52] | hjohnson: | pretty mcuh, it all boils down to cost/benifit. |
[23:10:54] | BULLE: | so we will just have to buy very fast cpus, and rely on opensource stuff developed outside of usa and japan |
[23:11:06] | BULLE: | and other places that allows software patents |
[23:11:31] | hjohnson: | yep |
[23:12:01] | hjohnson: | most of the hardware stuff isn't actually full decoding in hardware, tit just accelerates certain mathmatical operations common in video decompression. |
[23:12:05] | hjohnson: | ICTs and the like. |
[23:12:32] | hjohnson: | it's the reason why AltiVec is still so stining fast for doing video work.. |
[23:12:57] | hjohnson: | (and why my 400Mhz Powermac G4 can do what many more modern intel CPUs can't when it comes to video) |
[23:13:01] | BULLE: | hjohnson: the current high end nvidia things are basicly just like huge altivec enabled arrays |
[23:13:13] | hjohnson: | yep |
[23:13:37] | metalac: | need to get me a dual core cpu |
[23:13:57] | hjohnson: | with some dedicated stuff for the butterflies and the like |
[23:14:01] | BULLE: | metalac: scarily enough, from the few benchmarks i have seen, you need a FAST dualcore cpu to handle h264 AVC properly |
[23:14:23] | hjohnson: | BULLE: I dunno, my Athlon 64 X2 does h264 pretty snazilly. |
[23:14:37] | BULLE: | hjohnson: yeah, but does it do h264 AVC ? |
[23:14:41] | hjohnson: | though I was transcoding down from an MPEG2 stream to a roughly 128kbps AVC stream |
[23:14:49] | BULLE: | hjohnson: oh |
[23:14:50] | metalac: | so i'm assuming core 2 duo wold be just fine |
[23:14:56] | hjohnson: | yeah, only consuming 50% of one core. |
[23:15:01] | hjohnson: | and doing it in real-time |
[23:15:19] | hjohnson: | metalac: intel's implementation of multi-core is kinda sucky compared to AMD's, imho |
[23:15:23] | BULLE: | metalac: the few benchmarks i have seen, had the e6600 failing on 1080p AVC streams, without any harwdare assistance from the graphicscard |
[23:15:36] | metalac: | BULLE: can i see? |
[23:15:47] | hjohnson: | BULLE: oh, y eah, I was definately not doing HD stuff. :P |
[23:15:48] | BULLE: | metalac: lets see if i can find it, i think i found some info at anandtech |
[23:16:16] | hjohnson: | 15fps, SDTV, scaled to 50% original size. <G> |
[23:17:26] | |Torg|: | what I want is a video card I can cat /dev/dvr/adapter/dvr0 into and have it display at the proper mode :) |
[23:17:55] | SlicerDicer- (SlicerDicer-!n=Slicer@24-119-155-26.cpe.cableone.net) has quit (Read error: 104 (Connection reset by peer)) | |
[23:18:41] | SlicerDicer- (SlicerDicer-!n=Slicer@24-119-155-26.cpe.cableone.net) has joined #mythtv-users | |
[23:18:46] | BULLE: | hmmm, seems i cant find it anymore |
[23:19:07] | BULLE: | metalac: nvidia claims you need an e6300 and their purevideo hd enabled though =P but i dunno how reliable that info is |
[23:19:14] | hjohnson: | so I'm looking at buying the new 1.5Ghz C7 ITX board for a front-end. |
[23:19:17] | metalac: | BULLE: true |
[23:19:27] | hjohnson: | since I'm not willing to pay for HDTV |
[23:19:30] | jasta (jasta!n=jasta@63-231-50-137.tukw.qwest.net) has left #mythtv-users () | |
[23:19:36] | hjohnson: | (there's not enough decent content on TV to go for HD) |
[23:19:48] | |Torg|: | atsc? |
[23:23:49] | sandeen_: | metalac, so what was your resolution for the HD playback? |
[23:27:00] | jk1joel: | any of you using the Silicondust HDHomeRun? |
[23:29:54] | hjohnson: | I'm still debating which LCD to buy for home.. |
[23:30:11] | hjohnson: | i'm getting tired of having a TV with knobs on it.. though it's amusing to see the reactions of my friends when they come in and see it.. |
[23:30:19] | hjohnson: | "wow, you guys are such geeks.. yet your tv has knobs?" |
[23:41:34] | tormen0815 (tormen0815!n=tormen@p54AE1E67.dip0.t-ipconnect.de) has quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") | |
[23:45:43] | cureless: | hjohnson: buy a griffin powermate, get an LCD, now you can have your TV and knob |
[23:46:15] | cureless: | http://www.griffintechnology.com/products/powermate/ |
[23:46:18] | hjohnson: | are there linux trivers for the powermate? |
[23:46:26] | hjohnson: | cureless: oh, I know about the powermate, nearly bought one a few years ago. |
[23:46:50] | cureless: | google for griffin powermate linux |
[23:46:53] | makomk (makomk!n=aidan@82.1.12.65) has quit (Read error: 145 (Connection timed out)) | |
[23:47:11] | cureless: | a friend at work has one |
[23:47:19] | cureless: | though he uses it with a mac |
[23:47:29] | hjohnson: | yeah, that's what it was originally developed for. |
[23:47:34] | hjohnson: | griffin has primarily made mac stuff. |
[23:48:35] | cureless: | apparently the driver is already in the kernel |
[23:48:57] | hjohnson: | yeah |
[23:50:39] | hjohnson: | once I get my expense cheque back, i'll start building up my home machine I think |
[23:53:44] | cureless: | what are you getting? |
[23:53:52] | jams: | yes the powermate works with linux |
[23:55:01] | clop (clop!n=jared@cpe-24-28-66-79.austin.res.rr.com) has left #mythtv-users ("Leaving") | |
[23:56:43] | Ryushin (Ryushin!i=proxy@windwalker.openinnovations.com) has quit (Remote closed the connection) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.