Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cesarscav

Pages: [1] 2 3 4
1
Installation issues / Re: Fresh Beta2 install failed
« on: December 07, 2009, 08:06:57 pm »
mythtified,

Thanks It worked !!

Cesar

2
Installation issues / Re: Fresh Beta2 install failed
« on: December 07, 2009, 03:58:30 pm »
Hi,
Same problem here.
These are the steps that I followed.

Download the new beta2 iso
Install Linux MCE from boot menu

After install double click on Install linuxMCE Icon on Kubuntu desktop

The first part of the installation process apparently was fine.

Reboot

AV wizard is going fine until step 5 when I choose my audio connection the AV wizard restart to Step 1 (tried with different video setups and different audio connections, and always the same issue) the only way to continue is to select no Audio, and the installation appears to continue after some time.

It loads different things on a grey background after regenerating orbiters it stays on that grey screen with mouse pointer.

Any ideas ?

3
Users / speakercraft Time Controller
« on: December 19, 2008, 06:46:02 pm »
Hi, all
I'm Helping a friend setting up LinuxMCE on his house, every thing is good so far, the only thing is that he has a speakercraft Time controller (it actually do not control time :))http://speakercraft.com/#Products:83:TIME%20Controllerthis thing control elevation an rotation of in calling speakers it has a rs232 port and the commands are good documented. I want to create a device template to control some presets, My question are:
What Device Category this will be in?
From where, on a orbiter, the controls will be shown?
it's possible to edit o create command on an orbiter? If so how?
How Do I add or edit the default device Icons on the floor Plan?
 Thanks in advance

Cesar


4
Users / Re: Device Template
« on: December 18, 2008, 02:38:04 am »
Hari,

Great!
It worked!
Thanks you
Cesar



5
Users / Re: opening ports with LMCE
« on: December 17, 2008, 06:06:26 pm »
If it is inside the linuxmce Net you should open port on the core  
go to webadmin  Advanced > Firewall rules And create a rule there for it

on your router you should open the port for the linuxmce Core not for the actual NAS

Hope it helps

Good Luck
Cesar

6
Users / Re: Squeezeslave on MD
« on: December 17, 2008, 05:44:24 pm »
The command
Code: [Select]
ln -s ../init.d/squeezeslave /etc/rc2.d/S50squeezeslave Worked, But I'm still unable to get it working.
Does some one had this working on a DL MD?

I have the impression that something is wrong here:

/etc/init.d/squeezeslave

Code: [Select]
#! /bin/sh
### BEGIN INIT INFO
# Provides:          squeezeslave
# Required-Start:    $local_fs $remote_fs
# Required-Stop:     $local_fs $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      S 0 1 6
# Short-Description: Initscript for squeezeslave
# Description:       This init script make it possible to start squeezeslave as a daemon
#                    It is placed in /etc/init.d.
### END INIT INFO

# Author: Magnus Nilsson <magnus@karabas.nu>
#


# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/usr/sbin:/usr/bin:/sbin:/bin
DESC="Squeezeslave dameon"
[glow=red,2,300]NAME=squeezeslave-alsa
DAEMON=/usr/local/bin/squeezeslave-0.8-20/$NAME
DAEMON_ARGS="-o 1 -m 00:00:00:00:00:02 -r -s 192.168.80.1"[/glow]
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

Should I use the the IP of the core or the MDs

On the webadmin when you add a SqueezeBox Player what parameter should I use on Mac (I think is 00:00:00:00:00:02) IP Should be the MDs ? Is something else to use there.

Any idea?

Thanks

Cesar

7
Users / Re: Squeezeslave on MD
« on: December 16, 2008, 09:03:31 pm »
Same error
Code: [Select]
root@moon68:~# sudo default-rc.d /etc/init.d/squeezeslave default 50
-bash: default-rc.d: command not found
root@moon68:~#

Cesar

8
Users / Re: Squeezeslave on MD
« on: December 16, 2008, 08:40:55 pm »
Finally I tried and it didn't work

I followed this http://wiki.linuxmce.org/index.php/Squeezeslave_on_the_core
but not in the core in the MD

I log in as root on moon68
Downloaded the file extracted an copy it to /usr/local/bin

then I edited /etc/rc.local
it looks like this
Code: [Select]
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#/usr/local/bin/squeezeslave -m 00:00:00:00:00:01 -o 0 -s -r &
/usr/local/bin/squeezeslave -m 00:00:00:00:00:02 -o 1 -s -r &

exit 0
#/usr/local/bin/squeezeslave -m 00:00:00:00:00:01 -o 0 -s -r &
I commented this line because I have only one extra sound card the /dev/dsp1 is the one I want to use on the squeezeslave (it is a realtek)
Checked alsamixer to see if something was mute (noting was, so I just exited)
Went to webadmin added SqueezeBox Player on the room that I want this (the MD is on Master bedroom I selected Bedroom Other)

Created the file /etc/init.d/squeezeslave

Paste the script Make it executable
Modified the /etc/init.d/squeezeslave
it looks like this
Code: [Select]
#! /bin/sh
### BEGIN INIT INFO
# Provides:          squeezeslave
# Required-Start:    $local_fs $remote_fs
# Required-Stop:     $local_fs $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      S 0 1 6
# Short-Description: Initscript for squeezeslave
# Description:       This init script make it possible to start squeezeslave as a daemon
#                    It is placed in /etc/init.d.
### END INIT INFO

# Author: Magnus Nilsson <magnus@karabas.nu>
#


# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/usr/sbin:/usr/bin:/sbin:/bin
DESC="Squeezeslave dameon"
NAME=squeezeslave-alsa
DAEMON=/usr/local/bin/squeezeslave-0.8-20/$NAME
DAEMON_ARGS="-o 1 -m 00:00:00:00:00:02 -r -s 192.168.80.1"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

This is just the beginning part
in this line
Code: [Select]
DAEMON_ARGS="-o 1 -m 00:00:00:00:00:02 -r -s 192.168.80.3" Should I use the IP of the core or the MD?

When I execute this
Code: [Select]
sudo default-rd.d /etc/init.d/squeezeslave default 50 it gave me an error
Code: [Select]
root@moon68:~# sudo default-rd.d /etc/init.d/squeezeslave default 50
sudo: default-rd.d: command not found
root@moon68:~#
Maybe I'm Doing something wrong here...
All other steps went good
If I Check with ps if squeezeslave  is running after reboot
I get this
Code: [Select]
root     30459  0.0  0.0   3904   592 pts/12   R+   14:36   0:00 grep squeezeslaveAny Ideas?

Thanks

Cesar



9
Users / Re: Squeezeslave on MD
« on: December 16, 2008, 06:19:27 pm »
 I found a way to log in as root on MD It was on the wiki.
I'll keep posting my results.
thanks for your time

Cesar

10
Users / Re: Squeezeslave on MD
« on: December 16, 2008, 05:55:48 pm »
I don't have more pci slots on my core to put an extra sound card and I have all free on my DL MD that is why I intended to add the Squeezeslave on the MD.

Cesar



11
Users / Re: Squeezeslave on MD
« on: December 16, 2008, 05:40:23 pm »
I want to set up Squeezeslave on MD
I'm following this http://wiki.linuxmce.org/index.php/Squeezeslave_on_the_core
eNoodle
said
Quote
this HowTo is also working for MDs, just perform the steps on a MD and you're done.

I need to copy the Squeezeslave file to /usr/local/bin and I need sudo to do this.
also to edit the /etc/rc.local
I'm getting this wrong?

Thanks
Cesar



12
Users / Re: Squeezeslave on MD
« on: December 16, 2008, 05:32:27 pm »
I'm a litlle stuck here I canot use sudo on the MD linuxmce password dont work in there.
is there an other password?
also I tried this
Quote
At your core do the following;

chroot /usr/pluto/diskless/NN passwd (****where NN is the moon device ID of the MD you want to change***)

The use the following line to ssh into the MD... where NN is the device ID entered above;

ssh root@moonNN

Now you should be logged in as root ont eh MD and you can do whatever you need to :-)
and it didnt work.
I get
Code: [Select]
linuxmce@dcerouter:/usr/local/bin$ sudo chroot /usr/pluto/diskless/68 passwd
[sudo] password for linuxmce:
chroot: cannot run command `passwd': Exec format error

Any idea

Thanks

Cesar

13
Users / Re: Device Template
« on: December 15, 2008, 07:28:52 pm »
Hari,
Thanks for putting an eye on this.
Unfortunately I thinks is still not working.
Is something I have to change locally?
I tried to resynchronize ir codes and edit av properties and they didn't work, had same error as before.

Any advice?

Thanks Again.
Cesar


14
Users / Re: Squeezeslave on MD
« on: December 12, 2008, 07:45:25 pm »
Great!
 
I'll try it this week end.
I'll keep posting my results

Thanks a lot.


Cesar

15
Users / Squeezeslave on MD
« on: December 12, 2008, 04:25:21 pm »
I was following this http://wiki.linuxmce.org/index.php/Squeezeslave_on_the_core How to set up Squeezeslave on core
I'm wondering if it is possible to set up the second sound card on a DiskLess MD? (I'dont have more pci slots on m core but I have some in the Diskless MD.
If this is possible what should I change?

Thanks

Cesar

Pages: [1] 2 3 4