User Tools

Site Tools


linuxmce_macmini_2010_4_1:linuxmce_1404

LinuxMCE 14.04 netinstall

jochen@LinuxMCE:~$ lsmod | grep asix
asix                   33610  0 
usbnet                 37865  1 asix
mii                    13654  2 asix,usbnet

jochen@LinuxMCE:~$ lsmod | grep tg3
tg3                   152132  0 
ptp                    18445  1 tg3

✘ AirPlay

installed as described here: http://dokuwiki.knallimall.org/linuxmce_macmini_2010_4_1/linuxmce_1204_airplay

1	01/01/15 20:21:04	Spawn_Device.sh 39 (spawning-device)	18239 Dev: 39; Already Running list: 15,16,18,19,21,22,23,26,24,28,
== FRESH START ==
1	01/01/15 20:21:04	Spawn_Device.sh 39 (spawning-device)	device: 39 ip: 127.0.0.1 cmd_line: AirPlay_Streamer
3	01/01/15 20:21:04	Spawn_Device.sh 39 (spawning-device)	Can't execute AirPlay_Streamer
== ATTEMPT FRESH START ==
1	01/01/15 20:37:40	Spawn_Device.sh 39 (spawning-device)	25114 Dev: 39; Already Running list: 15,16,18,19,21,22,23,26,24,28,30,
== FRESH START ==
1	01/01/15 20:37:40	Spawn_Device.sh 39 (spawning-device)	device: 39 ip: 127.0.0.1 cmd_line: AirPlay_Streamer
3	01/01/15 20:37:40	Spawn_Device.sh 39 (spawning-device)	Can't execute AirPlay_Streamer
== ATTEMPT FRESH START ==
1	01/01/15 20:39:50	Spawn_Device.sh 39 (spawning-device)	30721 Dev: 39; Already Running list: 15,16,18,19,21,22,26,24,23,
== FRESH START ==
1	01/01/15 20:39:50	Spawn_Device.sh 39 (spawning-device)	device: 39 ip: 127.0.0.1 cmd_line: AirPlay_Streamer
3	01/01/15 20:39:50	Spawn_Device.sh 39 (spawning-device)	Can't execute AirPlay_Streamer

USBUIRT

VDR

✔ Install s2-liplianin

hg clone https://bitbucket.org/CrazyCat/s2-liplianin-v39
cd s2-liplianin-v39

Comment lines as follows:

nano -w ./linux/drivers/media/usb/dvb-usb/pctv452e.c
//     if (buf[5] < snd_len || buf[6] < rcv_len)
//             goto failed;

Disable modules:

nano -w v4l/.config

CONFIG_VIDEO_S5C73M3=n
CONFIG_VIDEO_TIMBERDALE=n
CONFIG_VIDEO_MEM2MEM_DEINTERLACE=n
CONFIG_RADIO_SI476X=n

make and install:

apt-get install libproc-processtable-perl
make
make install

Connect device to the core.

Install VDR

apt-get install vdr pluto-vdr vdr-plugin-xine vdr-plugin-xineliboutput vdr-plugin-femon vdradmin-am

OwnCloud

VDR App

LMCE Auth

✔ Synology NAS

NAS was detected and added using OSD “Use this device bla bla bla”.

Create child-device using template #1768.

Set Username Password and Share-Name.

✔ Bluetooth Keyboard

Connect bluettoth device:

bluez-simple-agent hci0 00:XX:XX:XX:XX:XX

Add to /etc/bluetooth/rfcomm.conf to connect at startup:

rfcomm0 {
       # Automatically bind the device at startup
       bind yes;
       # Bluetooth address of the device
       device xx:xx:xx:xx:xx:xx;
       # RFCOMM channel for the connection
       channel 1;
       # Description of the connection
       comment "Example Bluetooth device";
}

Set device as trusted:

bluez-test-device trusted xx:xx:xx:xx:xx:xx yes

Z-Wave Devices

Dimmer

Heaters

✔ qOrbiter

Checkout skin:

svn co http://svn.linuxmce.org/svn/trunk/src/qOrbiter/qOrbiter_src/qml /var/www/lmce-admin/skins && chmod -R 777 /var/www/lmce-admin/skins/android

Create Orbiter in Webadmin

Open App on Tablet

✔ iPad Orbiter

http://wiki.linuxmce.org/index.php/Web_Orbiter_2.0#Setup

Screensaver

Networking

Switch network interfaces to use USB-Ethernet for DSL Provider. Done on hybrid/core.

Advanced → Network → Network settings → Swap interfaces (Button)

✔ PPOE

Disabled avahi-daemon and VPN to make it work.

VPN

To Do

Make is run and check for new packages:

/usr/pluto/bin/ConfirmDependencies -h localhost -u root -o 20 -f -d 1 install > /usr/pluto/bin/verifyinstallation.sh && chmod +x /usr/pluto/bin/verifyinstallation.sh && /usr/pluto/bin/verifyinstallation.sh

Media Sync

Notice: Undefined index: userlang in /var/www/lmce-admin/include/utils.inc.php on line 66

Notice: Undefined index: userlang in /var/www/lmce-admin/include/utils.inc.php on line 66
Resynchronize directory /home/public/data/other

HAL seems to have issues

linuxmce_macmini_2010_4_1/linuxmce_1404.txt · Last modified: 2015/05/23 17:24 by admin