[16:52] either init.d, or putting the command in the session startup stuff, so it is started when you log in [16:53] depends on what user you want it running as [16:53] but actually now that i remember, look at /usr/share/mythbuntu/session.sh [16:54] there is irexec loading logic already [16:54] you just need to spit something into a file in ~/.lirc and include that file in ~/.lircrc [17:24] hmm. [17:27] I just replaced my user's ~/.lirc/mythtv and did a symbolic link to ~/.lircrc and ~/.mythtv/lircrc [17:28] but yesterday, when I wiped out ~/.cache and ~/.config , irexec stopped working. [17:30] either way, I threw an irexec command into /etc/rc.local, that should be sufficiant. [17:41] hipitihop, that is not how you go about doing it [18:50] Does someone know which tables to import from my backup only for channel settings? [19:27] has anyone had a problem where they assign a static IP by putting it into /etc/network/interfaces, yet the IP keeps getting reset by dhcp? Can anyone tell me how to stop that? [20:14] mrand: Any other idea on https://bugs.launchpad.net/mythtv/+bug/439163 What can i check to find the bug? For me (as an amateur) it sounds like its no mythtv, but some other karmic problem. [20:16] I'm an amateur regarding lots of stuff, especially DVB. You said liveTV doesn't work after you revived your channels... does Recording a show work? [20:18] thinking aloud here: there may be a second bug related to liveTV. I just don't know. Please open a new ticket on that and capture backend (and maybe frontend) verbose logs (including -v playback,channel and probably others) [20:19] I've gotta run... I'll comment more later, or maybe someone else can help ya! [20:38] i attached a backend log to the bugreport [20:43] hmm is today's CD bootable again? :) [20:45] ToeBee, seems to still be broke [20:45] i just filed a bug about it [20:45] :( [20:45] bug 448981 [20:45] i think that's the root cause of the problems [20:45] mrand, ^ [20:47] oh wow, yes you *just* filed a bug [20:47] "filed 6 minutes ago" [20:48] i verified it on the ubuntu media too, so hopefully it will get more traction [20:49] interesting [21:12] what do I have to do to get mythbuntu to auto-mount remote filesystems? [21:13] I put an entry in fstab for it [21:13] that's it i thought [21:15] Hey guys...before I toss my HVR-1600 or my Nvidia graphics card...how does one increase the vmalloc in 9.10? [21:15] superm1: rakdanit:/work/smbshare/MultiMedia /home/myth/MultiMedia nfs rsize=8192,wsize=8192,timeo=14 [21:15] doesn't automatically mount at start-up [21:16] is there a param I need to through in there? [21:16] maybe auto? [21:16] dunno [21:16] hmm I'll try that [21:16] is this a 9.10 box? [21:16] 9.04 [21:16] oh okay nvm then [21:16] phillip, has the behavior changed from 9.04? [21:17] in all my many years of running linux distros, I've never actually set a remote fs to mount automatically. [21:17] so it's most likely something wrong with me :-) [21:17] this is a fresh install [21:17] should I revert back to 9.04? [21:17] na [21:18] a quick google says to add it to your kernel command line [21:18] so /etc/default/grub [21:18] and then run update-grub [21:19] right, but everything I can find for adding it to my kernel doesn't work w/ 9.10 [21:20] is it not showing up on /proc/cmdline, or just not working properly? [21:20] i'm honestly not sure [21:21] i'm still soaking behind the ears when it comes to linux [21:21] but i do know that 9.10 is running grub2 and not grub....so most of the grub commands that i've found done apply [21:22] okay so open /etc/default/grub in an editor [21:23] give me 2 secs [21:23] change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ARGS" where ARGS is whatever you need to do for vmalloc stuff [21:23] and then run "sudo update-grub" and reboot [21:24] So it'd be args would be replaced w/ vmallocs=521MB [21:25] dang it...now i've lost video [21:29] ah too bad [21:33] so the change should be GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vmalloc=512mb" [21:34] sounds right [21:34] assuming that is the right fix for whatever your problem is [21:35] from what I've read, there is a reoccurring conflict between nVidia graphics cards and the HVR-1600 [21:35] you sure that it's still relevant with the kernel in 9.10 tho? [21:36] it's the only thing I can figure out...the errors sound exactly the same [22:00] Hi, I installed mythtv earlier this year and got it working with Firewire. I since rebuilt my box and am trying to get it working again. I can't find the source for Plugreport and plugctl [22:00] can someone please link me? [22:01] of course i googled it, but all i get is fourm posts. no source [22:24] Nevermind. Its apart of the libiec61883-dev package. I didn't grab the -dev package [23:27] is there a way to permanently disable compiz on my myth frontend?