|
46
|
LinuxMCE / Developers / Re: Question about GSD...
|
on: March 20, 2013, 03:38:52 am
|
|
DUDE... if you're needing to get the IP address, you're doing it wrong.
Again, is your IP address specified in your device instance (Advanced > configuration > devices) ? Do you have a TCP Port device data defined?
-Thom
|
|
|
|
|
49
|
LinuxMCE / Developers / Re: Question about GSD...
|
on: March 19, 2013, 04:12:02 pm
|
|
why? If your TCP port device data is set correctly in your Device Template, and the IP address is properly set in the device instance, then GSD will open up a socket to it, and give you the conn_ object to communicate with it.
-Thom
|
|
|
|
|
50
|
LinuxMCE / Users / Re: New drive not showing up
|
on: March 19, 2013, 04:06:03 pm
|
|
Did the device somehow wind up on the Unlock Devices page? (it is there by uuid).
Also, you may want to see the output of the StorageDevices_*Radar.sh scripts after running set -x
-Thom
|
|
|
|
|
54
|
LinuxMCE / Users / Re: Wireless TV
|
on: March 12, 2013, 01:29:24 am
|
|
DLNA support is forthcoming. Sambuca is approximately 20% done on this implementation. If you do decide to go this route, you should use a tablet or a phone as an Orbiter, but it isn't available, yet.
-Thom
|
|
|
|
|
55
|
LinuxMCE / Users / Re: MP4 Crash
|
on: March 12, 2013, 01:28:07 am
|
|
Can anyone see if (a) a coredump happens, and if it does (B) can a backtrace be posted?
-Thom
|
|
|
|
|
58
|
LinuxMCE / Users / Re: MP4 Crash
|
on: March 11, 2013, 02:12:10 am
|
|
Please file a ticket, and be sure to put the version of libxine that is present.
-Thom
|
|
|
|
|
59
|
LinuxMCE / Developers / Re: Missing Manufacturer and the device templates that went with it
|
on: March 09, 2013, 05:12:01 pm
|
|
Here is the key line:
05 03/09/13 9:33:03.716 Running without DeviceData, will try to add device <0xb5943b70> 01 03/09/13 9:33:03.755 GSD Port is not specified. Instantiating non-IO Wrapper. <0xb5943b70>
Neither a TCP Port device data, or a Com Port on PC device data is specified, so GSD is not opening an I/O channel.
-Thom
|
|
|
|
|
60
|
LinuxMCE / Users / Re: New drive not showing up
|
on: March 08, 2013, 10:12:56 pm
|
|
You will need to go to the web admin, Advanced > Configuration > Unknown devices, find your device in the list, click unlock. You'll then want to DELETE FROM PnpQueue; if you want the pnp subsystem to figure this out, faster.. Reload router.
-Thom
|
|
|
|
|