Franky_the_Pier | i dont know how to kill modprobe process... | 00:00 |
---|---|---|
DaveMorris | ps -ef | grep modprobe | 00:02 |
DaveMorris | it'll return some numbers | 00:02 |
DaveMorris | take the 1st number and use that in sudo kill -9 <number goes here> | 00:03 |
Franky_the_Pier | ok | 00:03 |
DaveMorris | don't bother doing the last one since that process has already finshed (it was the grep one) | 00:03 |
Franky_the_Pier | i killed it, and then recheck, and it is still there: | 00:04 |
Franky_the_Pier | root 7238 1 0 18:56 ? 00:00:00 modprobe -k lirc_i2c | 00:04 |
DaveMorris | try killing it again | 00:05 |
Franky_the_Pier | ok | 00:05 |
Franky_the_Pier | hmm, it doesnt get killed! | 00:05 |
DaveMorris | rebooting the machine will kill it ;) | 00:06 |
Franky_the_Pier | ok, back in a couples mins then! | 00:06 |
DaveMorris | I'll leave you with superm1 since I need to goto bed, got work in 7hrs | 00:06 |
Franky_the_Pier | ok, thanks a lot for your help | 00:06 |
DaveMorris | superm1: will be around for ages, prob be here when I wake up ;) | 00:07 |
superm1 | i'm here transiently | 00:07 |
Franky_the_Pier | ok | 00:07 |
Franky_the_Pier | thx | 00:07 |
Franky_the_Pier | now rebooting | 00:07 |
Franky_the_Pier | (i am typing this from another computer) | 00:08 |
Franky_the_Pier | ok, now rebooted,and modprobe is dead | 00:10 |
Franky_the_Pier | should i retry the reconfig again now? | 00:11 |
superm1 | yeah | 00:12 |
Franky_the_Pier | ok, now it did this: | 00:13 |
Franky_the_Pier | Stopping remote daemons LIRC: fail | 00:13 |
Franky_the_Pier | reloading kernel even manager... ok | 00:13 |
Franky_the_Pier | loading LIRC modules... it is hung up there now | 00:13 |
superm1 | okay one more reboot... and try to manually unload those modules before you start | 00:14 |
Franky_the_Pier | ok | 00:14 |
Franky_the_Pier | 1 thing, this is mythbuntu, so mythtv starts all by itself... is this a problem for troubleshooting | 00:15 |
Franky_the_Pier | ? | 00:15 |
superm1 | well it shouldn't be.. | 00:15 |
Franky_the_Pier | ok | 00:15 |
superm1 | but you know what, it wont hurt to boot to recovery mode | 00:15 |
superm1 | if you can | 00:15 |
Franky_the_Pier | ok | 00:15 |
superm1 | that's before these services start | 00:15 |
superm1 | and such | 00:15 |
Franky_the_Pier | ok, now in recovery as root | 00:17 |
superm1 | just dpkg-reconfigure lirc | 00:17 |
Franky_the_Pier | ok | 00:17 |
Franky_the_Pier | ok, here it is: | 00:18 |
Franky_the_Pier | *loading LIRC modules | 00:18 |
Franky_the_Pier | [ 113.658730] kobject_add failed for i2c ir driver with -EEXIST, don't try to register things with the same name in the same directory. | 00:19 |
Franky_the_Pier | then | 00:19 |
Franky_the_Pier | *Starting remote control daemons:LIRC fail | 00:19 |
Franky_the_Pier | that's it | 00:19 |
superm1 | okay well then i say just modify that item DaveMorris was referring to automatically | 00:21 |
superm1 | if you dont know what event device you need | 00:21 |
superm1 | then do a cat /dev/input/eventX | 00:21 |
superm1 | and press buttons on the remote | 00:21 |
superm1 | when garbage is spit out, you found the right one | 00:21 |
Franky_the_Pier | hehe | 00:21 |
Franky_the_Pier | ok | 00:21 |
superm1 | if nothing is spit out, then hit ctrl c and try another | 00:21 |
Franky_the_Pier | ok, rebooting | 00:22 |
Franky_the_Pier | ok, i have to go for an hour. it was not event 0, but i got 4 more to go. I'll be back later, if you are gone, well thanks a lot for the help, much appreciated. If you are, I'll let you know how it goes. | 00:26 |
franky_the_pierr | i am here for 2 mins, none of the "eventx" worked. event2 output garbage without me pressing anything on the remote. but pressing a button did nothing. IRW still not working. | 00:51 |
franky_the_pierr | I will post the contect of my hardware.cong file, there is no driver... maybe you see something funky in there too. I'll be back in about 45 mins. | 00:52 |
franky_the_pierr | # /etc/lirc/hardware.conf | 00:52 |
franky_the_pierr | # | 00:52 |
franky_the_pierr | #Chosen Remote Control | 00:52 |
franky_the_pierr | REMOTE="Hauppauge TV card" | 00:52 |
franky_the_pierr | REMOTE_MODULES="lirc_dev lirc_i2c" | 00:52 |
franky_the_pierr | REMOTE_DRIVER="" | 00:52 |
franky_the_pierr | REMOTE_DEVICE="/dev/input/event5" | 00:52 |
franky_the_pierr | REMOTE_LIRCD_CONF="hauppauge/lircd.conf.hauppauge" | 00:52 |
franky_the_pierr | REMOTE_LIRCD_ARGS="" | 00:52 |
franky_the_pierr | #Chosen IR Transmitter | 00:52 |
franky_the_pierr | TRANSMITTER="Hauppauge PVR-150 (pci) : Motorola Cable box" | 00:52 |
franky_the_pierr | TRANSMITTER_MODULES="lirc_dev lirc_pvr150" | 00:52 |
franky_the_pierr | TRANSMITTER_DRIVER="" | 00:52 |
franky_the_pierr | TRANSMITTER_DEVICE="" | 00:52 |
franky_the_pierr | TRANSMITTER_LIRCD_CONF="motorola/dctxxxx.conf" | 00:52 |
franky_the_pierr | TRANSMITTER_LIRCD_ARGS="" | 00:52 |
franky_the_pierr | #Enable lircd | 00:52 |
franky_the_pierr | START_LIRCD="true" | 00:53 |
franky_the_pierr | #Don't start lircmd even if there seems to be a good config file | 00:53 |
franky_the_pierr | #START_LIRCMD="false" | 00:53 |
franky_the_pierr | #Try to load appropriate kernel modules | 00:53 |
franky_the_pierr | LOAD_MODULES="true" | 00:53 |
franky_the_pierr | # Default configuration files for your hardware if any | 00:53 |
franky_the_pierr | LIRCMD_CONF="" | 00:53 |
franky_the_pierr | #Forcing noninteractive reconfiguration | 00:53 |
franky_the_pierr | #If lirc is to be reconfigured by an external application | 00:53 |
franky_the_pierr | #that doesn't have a debconf frontend available, the noninteractive | 00:53 |
franky_the_pierr | #frontend can be invoked and set to parse REMOTE and TRANSMITTER | 00:53 |
franky_the_pierr | #It will then populate all other variables without any user input | 00:53 |
franky_the_pierr | #If you would like to configure lirc via standard methods, be sure | 00:53 |
franky_the_pierr | #to leave this set to "false" | 00:53 |
franky_the_pierr | FORCE_NONINTERACTIVE_RECONFIGURATION="false" | 00:53 |
franky_the_pierr | START_LIRCMD="" | 00:53 |
superm1 | oh noes | 00:56 |
superm1 | you are using pvr150 and i2c | 00:56 |
superm1 | that's going to complicate things | 00:56 |
superm1 | you need to use just one or the other | 00:56 |
superm1 | and also | 00:56 |
superm1 | !pastebin | 00:56 |
ubotu | pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the channel topic) | 00:56 |
superm1 | so you want to make all your MODULES be lirc_dev and lirc_pvr150 | 00:57 |
superm1 | franky_the_pierr, ^ | 00:57 |
grytpype | hello all... does anyone have a program for rebooting an SA4250 STB over Firewire, or has the operands needed to do so? | 01:01 |
franky_the_pierr | superm1: i am back. oh, i am sorry, i will use the pastebin in the future. for pvr150 and i2c... i dont know what i2c is, it was there right from install, i touched nothing. I will change all the modules be lirc_dev and lirc_pvr150. Do i do this inside the hardware.conf file? | 01:18 |
superm1 | yes | 01:18 |
franky_the_pierr | ok | 01:18 |
franky_the_pierr | ok, now what, do i redo the event0 to 5 again? | 01:19 |
superm1 | well make sure that only lirc_pvr150 is loaded | 01:19 |
superm1 | not lirc_i2c | 01:19 |
superm1 | if both are loaded, reboot | 01:20 |
superm1 | its the easiest to get around this | 01:20 |
franky_the_pierr | ok, reboot i guess should accomplish this? | 01:20 |
superm1 | yah | 01:20 |
franky_the_pierr | ok | 01:20 |
franky_the_pierr | superm1: ha, no luck, still none of the event0 to 5 worked :-( but now there is a file "lircd" under /dev which was not there previously | 01:32 |
superm1 | franky_the_pierr, check dmesg | 01:32 |
superm1 | for lirc_pvr150 you might be needing some firmware | 01:33 |
superm1 | that we never automated | 01:33 |
franky_the_pierr | wo, there is a very long output to this. want me to put in pastebin? | 01:34 |
superm1 | yes pastebin | 01:34 |
superm1 | look for relevant to lirc stuff though | 01:34 |
franky_the_pierr | ok | 01:34 |
superm1 | maybe dmesg | grep lirc | 01:34 |
franky_the_pierr | ok, 1 sec | 01:34 |
franky_the_pierr | [ 54.908244] lirc_dev: IR Remote Control driver registered, at major 61 | 01:35 |
franky_the_pierr | [ 55.098241] lirc_pvr150: ivtv i2c driver #0: no devices found | 01:35 |
superm1 | that's it? | 01:35 |
franky_the_pierr | yep | 01:36 |
superm1 | oh no devices found :) | 01:36 |
superm1 | that means your card might not be seated correctly | 01:36 |
franky_the_pierr | oh? but i can watch tv | 01:36 |
superm1 | or your card doesn't support blasting / receiving (which i'd doubt if you have a remote ;)) | 01:36 |
superm1 | right but, if one or two of the pins on the pci bus aren't making contact | 01:36 |
superm1 | this can happen | 01:36 |
franky_the_pierr | holey fuck, ok, i will reseat it | 01:36 |
franky_the_pierr | will shut down now for it | 01:37 |
Franky_the_Pier | i will put it in a different slot, will that cause problems? | 01:38 |
superm1 | nope | 01:39 |
Franky_the_Pier | ok | 01:39 |
Franky_the_Pier | oh man, the grep is the same as before | 01:46 |
Franky_the_Pier | i will attempt a reconfigure now | 01:47 |
superm1 | you sure the hw isn't bad? | 01:49 |
Franky_the_Pier | stopping remote control daemon LIRC fail still | 01:49 |
Franky_the_Pier | grep show the same, except now it shows it 3 times in a row | 01:49 |
Franky_the_Pier | i cant be sure, but i just bought the card brand new | 01:49 |
superm1 | well if these modules are being loaded w/o functioning hw, i'd be surprised if everything was clean :) | 01:49 |
Franky_the_Pier | i could put it in a windows mchine to test it :-((( | 01:50 |
superm1 | wont hurt at this point | 01:51 |
Franky_the_Pier | can i show you my hardware.conf before trying that though? | 01:51 |
Franky_the_Pier | in case i missed something | 01:51 |
superm1 | srue | 01:55 |
Franky_the_Pier | 63126 | 01:55 |
superm1 | which pastebinis that ? | 01:55 |
superm1 | full url? | 01:55 |
Franky_the_Pier | http://paste.ubuntu-nl.org/63126 | 01:56 |
MythbuntuGuest12 | Why is it that when I try to play a video I get audio of the video, but the screen just stays at "loading .... {filename.whatever}" ? | 01:57 |
superm1 | depends what you external player is set to | 01:57 |
superm1 | and if you are using one | 01:58 |
superm1 | Franky_the_Pier, yeah that looks sane | 01:58 |
Franky_the_Pier | shittybonga | 01:58 |
Franky_the_Pier | ok, i guess last thing is prove the hardware is good then | 01:58 |
MythbuntuGuest12 | where do I check/change my player settings then? | 01:59 |
KillerKiwi2005 | /join #ubuntu-doc | 02:00 |
Franky_the_Pier | superm1: I really appreciate al your help. I will put the card in winblows tomorrow to see if it's broken, with original hauppauge software, it should work. If it is good... you will see me here again in a couple of days! Cheers. | 02:00 |
superm1 | no prob. cya Franky_the_Pier | 02:01 |
superm1 | MythbuntuGuest12, look in your media settings | 02:01 |
KillerKiwi2005 | ..... | 02:01 |
superm1 | KillerKiwi2005, ? | 02:02 |
KillerKiwi2005 | sorry wrong window ;) | 02:02 |
KillerKiwi2005 | superm1: have you tried to get a remote working with any games yet? | 02:03 |
superm1 | i did ages ago | 02:03 |
superm1 | but decided it wasn't worth it | 02:03 |
superm1 | i use my wii for games and my pc for tv and mv tv for pc | 02:03 |
KillerKiwi2005 | yeah... i wrtoe a small script to catch button pushs etc... but the input seems to freeze.. its not responsive enough | 02:04 |
superm1 | ah i see | 02:04 |
superm1 | would you consider trying to resubmit your udev rules ideas back upstream to udev? | 02:04 |
superm1 | keescook, made an attempt at one point to get things changed | 02:04 |
superm1 | but they weren't receptive to his ideas | 02:04 |
KillerKiwi2005 | superm1: I could there is a bug makred as wishlist in launchpad | 02:05 |
superm1 | KillerKiwi2005, yeah that's how i recognized your name :) | 02:05 |
KillerKiwi2005 | lol | 02:05 |
KillerKiwi2005 | it drove me crazy when I came up against it | 02:05 |
superm1 | well until upstream udev agrees to put something in place we can't just go dropping them in our package | 02:05 |
superm1 | that's why its wishlist against our package right now | 02:06 |
keescook | the fixes, unfortunately, need to be plumbed through the v4l drivers | 02:06 |
superm1 | ahh that's what it was :) | 02:06 |
superm1 | hi keescook | 02:06 |
keescook | heya superm1 :) | 02:06 |
keescook | I wish I had some time for it -- drives me crazy too. :) | 02:06 |
KillerKiwi2005 | what needs changing in v4l cant it just lock it down with udev for all video devices? | 02:07 |
keescook | KillerKiwi2005: let me find the thread, one second | 02:07 |
KillerKiwi2005 | its just crazy the way it is at the moment.. | 02:07 |
keescook | KillerKiwi2005: here's the start: http://marc.info/?l=linux-hotplug-devel&m=118591152718294&w=2 | 02:09 |
keescook | KillerKiwi2005: ah, here's a better thread-view | 02:11 |
keescook | http://news.gmane.org/group/gmane.linux.hotplug.devel/last=0/force_load=very/?page=7 | 02:11 |
KillerKiwi2005 | ugg it gets painful | 02:19 |
KillerKiwi2005 | ok so its a problem in v4l that device drivers do not return enough information ? | 02:23 |
KillerKiwi2005 | keescook: ^ | 02:24 |
keescook | KillerKiwi2005: that's correct. Kay's patch to v4l is probably the best starting point, but I hadn't had time to try it yet | 02:24 |
KillerKiwi2005 | ok so there might be a fix in a years time ;) | 02:25 |
* KillerKiwi2005 wondars how no one noticed the problem for so long | 02:26 | |
keescook | it's not that no one noticed the problem -- people just write a udev rule, and ignore it. :P | 02:26 |
KillerKiwi2005 | true | 02:27 |
KillerKiwi2005 | so what does mythbuntu do about things like this ... do you have a mythbuntu-hacks package or some thing ? | 02:27 |
KillerKiwi2005 | I mean while your waiting for the "proper" fix | 02:28 |
a1fa_ | i am loving this vnc thing | 02:59 |
a1fa_ | i shoud've done that long time ago | 02:59 |
a1fa_ | i just never run frontend inside of a window manager | 02:59 |
a1fa_ | =) | 02:59 |
Munchkinguy | Does Mythbuntu support the Shuttle SD02XD? | 03:00 |
Munchkinguy | SoulBlade, are you a mythbutu expert? | 03:09 |
Munchkinguy | wasikevin, do you know anything about hardware support? | 03:17 |
wasikevin | Munchkinguy, don't really understand your question. Can yo tell me more about your question? | 03:18 |
Munchkinguy | I'm wondering if Mythbuntu supports the Shuttle SD02XD | 03:19 |
Munchkinguy | Specs: http://global.shuttle.com/servlets/download?file_id=3119 | 03:20 |
SoulBlade | god no | 03:24 |
SoulBlade | im no expert that is | 03:24 |
Munchkinguy | Hmmm | 03:24 |
Munchkinguy | Any reccomendations for a MythBox, then? | 03:27 |
franky_the_pierr | superm1: i am back. I have checked HD with winblows, all is working perfectly... :-( means something funky is happening with my setup i guess, it is a common card though... can we check into it further? | 03:34 |
SoulBlade | hmm | 03:38 |
SoulBlade | well they like hauppauge tuners | 03:38 |
SoulBlade | do a wikipedia on mythtv and then check out ivtv - maybe that card on the shuttle is supported | 03:38 |
Munchkinguy | Alright. Thanks | 03:48 |
SoulBlade | ah so close to working... got everything but sound now | 04:03 |
SoulBlade | and mplayer can play /dev/video0 w/ sound | 04:03 |
SoulBlade | so... close.. | 04:03 |
hti_pr1 | hey guys im having trouble with mythweb and streaming asx | 04:45 |
hti_pr1 | I use totem to play the stream, and it freezes after authenticating | 04:46 |
robbysmith | hello, anyone ever use a frontend to connect to mythbutu backend? | 06:37 |
tgm4883_laptop | robbysmith, no, i just like to record content. I never watch it | 06:38 |
robbysmith | anyone use a frontend at all? | 06:39 |
tgm4883_laptop | yea i can connect a frontend to a backend. What seems to be the trouble | 06:39 |
robbysmith | :) | 06:39 |
robbysmith | it seems that the backend is not ready to accept a connection, keep getting failed' when doing the sql test | 06:40 |
robbysmith | how can i verify that the backend is ready to accept connections? | 06:40 |
robbysmith | maybee i am wrong to assume that there can be multiple frontends? | 06:41 |
tgm4883_laptop | robbysmith, did you enable the mysql service on the backend? | 06:41 |
tgm4883_laptop | in MCC | 06:41 |
robbysmith | i used to be able to see a checkbox for it in services | 06:42 |
robbysmith | just installed and updated 140 some packages and its not there any more, ill see if theres anything similar... | 06:42 |
tgm4883_laptop | hmm | 06:42 |
tgm4883_laptop | it should be an enable/disable drop box | 06:43 |
tgm4883_laptop | is this hardy or gutsy? | 06:43 |
robbysmith | theres now 3 databse services | 06:43 |
robbysmith | they are all checked | 06:43 |
robbysmith | running i assumed | 06:43 |
tgm4883_laptop | ? | 06:44 |
tgm4883_laptop | what program are you looking in? | 06:44 |
robbysmith | they are all "data storage system" sql services | 06:44 |
robbysmith | mythbuntu 8.04beta backend amd64 (updated) | 06:44 |
tgm4883_laptop | ok | 06:44 |
tgm4883_laptop | did you open mythbuntu-control-centre | 06:45 |
tgm4883_laptop | are the frontend and backend on the same machine or different machines? | 06:45 |
robbysmith | ok, knew i saw that somewhere, | 06:45 |
robbysmith | the service is enabled | 06:45 |
robbysmith | both plus i am trying to get an additional frontend to work | 06:46 |
robbysmith | is this even possible? | 06:46 |
tgm4883_laptop | yes | 06:46 |
tgm4883_laptop | so does the one on the same machine connect? | 06:47 |
robbysmith | how can i make sure this service is enable on the interface? | 06:47 |
tgm4883_laptop | not only is this possible, it is what it was designed to do | 06:47 |
tgm4883_laptop | does the frontend on the same machine connect to the backend? | 06:48 |
robbysmith | next to dropdown for service is says to make sure its enabled for the ethernet interface | 06:48 |
robbysmith | yea works great, sometimes get an error "cant connect to backend" but reboot fixes | 06:48 |
tgm4883_laptop | do you have more than one network interface card on this machine? | 06:48 |
robbysmith | no, just 1 physical | 06:49 |
robbysmith | and 'lo' | 06:49 |
tgm4883_laptop | k | 06:49 |
tgm4883_laptop | ok | 06:49 |
robbysmith | currently the front/back is set to 192.168.1.3 | 06:49 |
robbysmith | for both adds | 06:49 |
robbysmith | should 1 be 127? | 06:50 |
tgm4883_laptop | no | 06:50 |
tgm4883_laptop | go to the remote frontend machine, open terminal, then start the frontend | 06:50 |
robbysmith | open a command prompt on the remote frontend? | 06:51 |
robbysmith | should i worry that the mysql test fails? | 06:51 |
robbysmith | and start anyway>? | 06:52 |
robbysmith | thnks for this by the way | 06:53 |
robbysmith | wife thanks you too! | 06:53 |
robbysmith | i wouldnt have gotten this far without the alltruism that is this linux community | 06:54 |
robbysmith | so right now im not sure what you want me to do, | 06:54 |
robbysmith | i have the frontednd booted with a livecd | 06:54 |
tgm4883_laptop | sec | 06:54 |
tgm4883_laptop | robbysmith, is the backend getting a static ip or a dynamic ip? | 07:01 |
robbysmith | i just congigured for a static ip by editing /etc/network/interfaces | 07:01 |
robbysmith | couldnt connect w/ dhcp either | 07:02 |
robbysmith | static is goo, tested by unplugging cable and checkin ifconfig | 07:02 |
robbysmith | gw is good, tested with google news | 07:04 |
tgm4883_laptop | ok | 07:05 |
tgm4883_laptop | do this | 07:05 |
tgm4883_laptop | on the remote frontend, open a terminal | 07:05 |
robbysmith | ok brb | 07:06 |
robbysmith | terminal open | 07:07 |
tgm4883_laptop | sec i gotta look up the command | 07:07 |
tgm4883_laptop | just out of curiousity, what are you puting in mythbuntu-control-center for username, password, and host when doing the test? | 07:08 |
robbysmith | you mean what am i trying to login with on the remote frontend? | 07:09 |
tgm4883_laptop | yes | 07:09 |
robbysmith | user=mythtv | 07:09 |
robbysmith | pass= blank | 07:09 |
robbysmith | dbase name= mythtvconverg | 07:09 |
robbysmith | server = 192.168.1.3 (backend) | 07:10 |
tgm4883_laptop | mythconverg you mean? | 07:10 |
tgm4883_laptop | and is the password really blank? | 07:10 |
robbysmith | yea | 07:10 |
robbysmith | no theres nothing | 07:10 |
robbysmith | pass = | 07:10 |
tgm4883_laptop | ah | 07:10 |
tgm4883_laptop | ok we need to get something from the backend first | 07:11 |
robbysmith | ok | 07:11 |
tgm4883_laptop | on the backend, open up /etc/mythtv/mysql.txt | 07:11 |
robbysmith | is this what you need... | 07:11 |
robbysmith | DBUserName=mythtv | 07:11 |
robbysmith | DBName=mythconverg | 07:11 |
robbysmith | DBType=QMYSQL3 | 07:11 |
tgm4883_laptop | no | 07:11 |
robbysmith | ok brb | 07:12 |
tgm4883_laptop | we need the password | 07:12 |
tgm4883_laptop | DBPassword="your password here" | 07:12 |
robbysmith | can i add that line? | 07:12 |
tgm4883_laptop | no | 07:12 |
tgm4883_laptop | it should be in there | 07:12 |
tgm4883_laptop | it might be at the bottom | 07:13 |
robbysmith | those are the only ones not remared out and i dont see the line you said | 07:13 |
robbysmith | also, should DBHostName=localhost? | 07:14 |
tgm4883_laptop | that should be ok | 07:14 |
robbysmith | shoul i add a pass? | 07:14 |
tgm4883_laptop | i'm a little concerned you don't have DBPassword= | 07:14 |
tgm4883_laptop | no don't add pass | 07:14 |
robbysmith | ok | 07:14 |
tgm4883_laptop | it wouldn't help here, and has to be added a different way | 07:15 |
robbysmith | should i log into mysql? | 07:15 |
tgm4883_laptop | can you search the file for Pass | 07:15 |
tgm4883_laptop | just to be sure | 07:15 |
robbysmith | ok... | 07:15 |
robbysmith | wow im an idiot | 07:16 |
robbysmith | it is at the bottom | 07:16 |
robbysmith | ok i see it | 07:16 |
robbysmith | ill try to login with this inf... | 07:16 |
robbysmith | brb | 07:16 |
robbysmith | :) :) :) | 07:19 |
robbysmith | works! | 07:19 |
robbysmith | video anyway | 07:19 |
robbysmith | no sound watching tv? | 07:19 |
tgm4883_laptop | hmm | 07:19 |
tgm4883_laptop | sounds like a hardware issue, drivers or something | 07:20 |
tgm4883_laptop | what hardware? | 07:20 |
robbysmith | so i need a diff tuner for each frontend? | 07:20 |
tgm4883_laptop | no | 07:20 |
robbysmith | i started the frontend on the backend and it switched to my hd tuner | 07:20 |
tgm4883_laptop | do you have any sound? | 07:20 |
robbysmith | ill restart front/back then retry remote front brb... | 07:21 |
robbysmith | i think the sound prob is a driver issue on the remote frontend, no biggie i got spares that are compatible | 07:23 |
robbysmith | but now i got reverse tuners, | 07:24 |
robbysmith | started front/back and it went to my default (analog) tuner | 07:24 |
robbysmith | went to remote and started it, and it went to my hd tuner | 07:24 |
robbysmith | looks like hd homerun dont work over 802.1g very well either | 07:25 |
robbysmith | slowmo | 07:25 |
tgm4883_laptop | yea HD over wifi is too slow | 07:25 |
robbysmith | nothing a cable cant fix | 07:25 |
robbysmith | this is sweet | 07:26 |
robbysmith | your the shit | 07:26 |
robbysmith | i been racking my brain all weekend trying to get this going | 07:26 |
tgm4883_laptop | np | 07:26 |
robbysmith | thank you thank you thank you! | 07:27 |
robbysmith | :) :) :) | 07:27 |
robbysmith | i am mythically converged finally! | 07:27 |
robbysmith | now i just got to get it to see my nas | 07:27 |
robbysmith | but i think i can figure that out | 07:27 |
tgm4883_laptop | k | 07:28 |
robbysmith | do you have yours pointing to external storage? | 07:28 |
tgm4883_laptop | yea | 07:28 |
tgm4883_laptop | depending on the NAS, you may have to either mount via NFS or CIFS | 07:28 |
robbysmith | was it hard to get going? | 07:28 |
tgm4883_laptop | no | 07:28 |
robbysmith | i got freenas and 3 500s rin raid5 | 07:29 |
robbysmith | bout 900gb of storage | 07:29 |
robbysmith | made it usb so i could eventually add 127 drives :) | 07:29 |
robbysmith | ya right | 07:29 |
robbysmith | 3s good for now though | 07:29 |
robbysmith | what nas you use? | 07:29 |
tgm4883_laptop | I actually have most my storage in a seperate fileserver | 07:30 |
tgm4883_laptop | mounted via NFS | 07:30 |
robbysmith | i have that option in freenas, do you recommend that over samba shares? | 07:30 |
tgm4883_laptop | I prefer NFS to SMBFS, but I haven't used the newer CIFS | 07:31 |
robbysmith | need to get a cifs share for my wrt54g maybee ill go that route | 07:32 |
robbysmith | thanks again for your help man | 07:32 |
tgm4883_laptop | np | 07:32 |
driedsponge | hello | 15:24 |
hti_pr1 | anyone in here have experience capturing multiple hardware encoded streams simultaneously | 16:10 |
baggar11 | hti_pr1 I do | 17:46 |
hti_pr1 | any issues with it | 17:47 |
hti_pr1 | hd access times? I assume resource usage is pretty low considering they are hardware encoders | 17:48 |
baggar11 | yeah, no problems, work great | 17:49 |
hti_pr1 | what kind of hard drives do you run and how many simultaneous streams have you been able to record | 17:49 |
baggar11 | Right now, I've only got a 40gb hd, I do mostly OTA HD recording, and I've only got 2 cards | 17:50 |
baggar11 | so the most I've recorded at once is 2 HD streams | 17:50 |
baggar11 | and no problems | 17:50 |
hti_pr1 | sata or pata | 17:53 |
baggar11 | pata | 17:59 |
baggar11 | you should be fine as long as you've got a decent processor | 18:00 |
=== keescook is now known as kees | ||
Koffa | selected 'dont record this specific showing' and it's recording... <3 | 19:00 |
TelnetManta | anyone in here using Hardy yet? | 20:39 |
laga | yeah.. | 20:39 |
TelnetManta | oops, got side tracked | 21:02 |
TelnetManta | have you seen high cpu useage by xorg? | 21:03 |
TelnetManta | *usage | 21:03 |
laga | dont think so.. | 21:03 |
laga | except when displayconfig-restore was going postal and crashing my second X session | 21:03 |
TelnetManta | I noticed while vnc'd into the box | 21:03 |
TelnetManta | cpu went to nearly 100% | 21:04 |
directhex | used by which process? | 21:05 |
TelnetManta | xorg | 21:06 |
directhex | and when you're *not* using vnc? | 21:07 |
TelnetManta | normal :-) | 21:07 |
directhex | and using which WM? | 21:07 |
TelnetManta | gnome | 21:08 |
directhex | gnome is a DE, not a WM | 21:09 |
TelnetManta | oh hmm | 21:09 |
directhex | as standard on ubuntu, it will use metacity or compiz as its WM | 21:09 |
TelnetManta | sry, compiz | 21:09 |
directhex | so, an opengl-based window manager then | 21:09 |
directhex | so your question is "has anyone else seen high CPU use by xorg when i ask it to draw full-screen opengl windows constantly using software rendering" | 21:10 |
directhex | the answer is "duh" | 21:10 |
TelnetManta | I just hadnt noticed it on my other boxes.... thought I'de ask. | 21:11 |
TelnetManta | but I'll be checking that when I get home to confirm | 21:11 |
=== Kodiak` is now known as Kodiak | ||
=== Kodiak is now known as Cackette | ||
c3rb3rus5 | is anyone here aware that the settings fir the mceusb2 remote seem to be inaccurate in mythbuntu? | 23:52 |
c3rb3rus5 | maybe i'm just setting it wrong | 23:52 |
tgm4883_laptop | c3rb3rus5, what do you mean? | 23:56 |
Kargarian | hey Htiare youthere? | 23:57 |
tgm4883_laptop | Kargarian, no | 23:57 |
c3rb3rus5 | tgm4883_laptop: some of hte buttons are not mapped right | 23:59 |
c3rb3rus5 | the record button is not mapped at all | 23:59 |
c3rb3rus5 | etc | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!