|
2238
|
LinuxMCE / Installation issues / Re: Cant write to Pipe
|
on: July 15, 2007, 05:13:04 pm
|
There are some known problems with the SATA controller on that specific mainboard and the kernel version used by (K)Ubuntu < 7.10, please see the Asus M2A-VM wikipage for more details. At the moment I'm using an IDE drive without problems. And I have just patched up the driver in the "old" Kubuntu kernel source (I want to use more then 4GB of memory so I need to recompile anyway), seems to work ok so far, but it's a little early to draw any conclusions. There could be all sorts of breakage in the stuff I don't use (yet).
|
|
|
|
|
2241
|
LinuxMCE / Feature requests & roadmap / Re: Adding voip phone lines not on the providers list
|
on: July 11, 2007, 08:21:58 pm
|
|
Yeah I used the AMP interface from pluto-admin, it can be a bit tricky unless you know what you're actually doing, which I'm not, but I'll try to add at least instructions for my specific provider to the wiki.
I ran into a loop at one point according to the logs. Apparently that can happen when the "inbound route" to "Use 'Incoming Calls' settings" (that could even be the default if none are specified!). Other then that it was just a matter of finding the right values for the right fields, and all the pieces fell into place.
|
|
|
|
|
2242
|
LinuxMCE / Developers / default shell /bin/dash vs /bin/bash
|
on: July 11, 2007, 05:38:04 pm
|
|
I noticed some errors being reported in some bootscripts, but when I looked at the scripts in question, everything seemed fine.
I recall having similar issues, tests giving errors in scripts while they shouldn't, with some of my own shellscripts (on another Kubuntu install). I ended up making /bin/sh a symlink to bash instead of dash as changing #!/bin/sh to #!/bin/bash in the scripts didn't work for me either.
I have done the same thing on my LMCE's Kubuntu, and things seem to be running a lot smoother. Has anyone else noticed this?
The command to change this is: root@dcerouter:~# ln -sf bash /bin/sh
Substitute bash with dash to restore the default, and watch out for typing errors.
|
|
|
|
|
2245
|
LinuxMCE / Feature requests & roadmap / Re: Adding voip phone lines not on the providers list
|
on: July 11, 2007, 05:57:43 am
|
|
Not only have I managed to get the voip form my ISP working, but I also managed to get the phone ports on their modem to connect to LMCE's Asterisk instead. Now to figure out how tie in it's PSTN line as well...
It would still be nice to add them to the list of phone providers though, all in due time I guess.
|
|
|
|
|
2247
|
LinuxMCE / Installation issues / Re: Starting CORE software automatically. Beta1.1
|
on: July 10, 2007, 06:32:01 pm
|
|
I was just thinking the other day that it would be nice to run the core as a regular system deamon (or "service"). That way you could have a seperate choice which user interface, LMCE (with or without KDE/other desktop) for a hybrid or KDE/other/none for a core, to run on that machine afterwards.
Unfortunately I'm not that familiar with the Kubuntu bootscripts (yet), let alone the way LMCE (Pluto) does things, so thanks for the pointers.
|
|
|
|
|
2250
|
LinuxMCE / Installation issues / Re: ATI driver problems. LinuxMCE 1.1B2 on Kubuntu Feisty
|
on: July 08, 2007, 01:24:01 pm
|
|
To answer your edit, yes this seems to be normal. I have tried setting it to read-only, but that didn't stop the scripts from destroying a working setup either.
And if a "helper" script offers to fix things for you... better say no, also funny how it starts the MD anyway when you hit cancel in that dialog (contrary to the message). As far as I can tell this is the only issue that really needs fixing before LMCE can hit the big time.
|
|
|
|
|