Beiträge anzeigen

Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.


Nachrichten - MarkJaroski

Seiten: [1]
1
Thanks again for solving this so quickly!

2
Sorry, I meant to include in the previous post that I'll try replugging the device when I get home from work, I'm doing this remotely for now.

3
It's pretty standard.  The first time I ran it with sh which is actually dash, and of course that didn't work. Here's what happens if I set the executable bits:

mark@carlin:~
$ chmod a+x empia_installer_090916.sh
mark@carlin:~
$ ./empia_installer_090916.sh -u
In order to install this driver please run it as root
eg. $ sudo ./empia_installer_090916.sh
mark@carlin:~
$ sudo ./empia_installer_090916.sh -u
[sudo] password for mark:

EETI em28xx linux driver setup

stopping em28xx driver...
removing driver
.......
driver successfully removed from system

mark@carlin:~
$ ps aux | grep mediasrv
mark      5594  0.0  0.0   3340   800 pts/1    S+   16:44   0:00 grep mediasrv
mark@carlin:~
$ sudo ./empia_installer_090916.sh

Welcome to the EETI em28xx linux driver setup

Legal notice:
This software comes without any warranty, use it at your own risk
Nutzungsbedingungen:
Sundtek übernimmt keinerlei Haftung für Schäden welche eventuell durch
das System oder die angebotenen Dateien entstehen können.

Do you want to continue [Y/N]:
Wollen Sie fortfahren [J/N]:
y
installing em28xx driver to /opt
unpacking...
checking system... 32Bit System detected
installing...
finalizing configuration...
installing libmediaclient interception library
Starting driver...
done.
mark@carlin:~
$ ps aux | grep mediasrv
root      5642  0.6  0.1  52136  1672 ?        Sl   16:44   0:00 /opt/bin/mediasrv -d -susbfs --pluginpath=/opt/bin
mark      5722  0.0  0.0   3404   852 pts/1    S+   16:44   0:00 grep mediasrv
mark@carlin:~
$ mediaclient  -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro] REMOTE-CONTROL
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0


4
Unfortunately it didn't actually help.  I'll experiment a bit to see if I can get it to work.

mark@carlin:~
$ sudo ./empia_installer_090912.sh -u
[sudo] password for mark:

EETI em28xx linux driver setup

stopping em28xx driver...
removing driver
.......
driver successfully removed from system

mark@carlin:~
$ sudo sh empia_installer_090916.sh
empia_installer_090916.sh: 3: Syntax error: "(" unexpected
mark@carlin:~
$ sudo bash empia_installer_090916.sh

Welcome to the EETI em28xx linux driver setup

Legal notice:
This software comes without any warranty, use it at your own risk
Nutzungsbedingungen:
Sundtek übernimmt keinerlei Haftung für Schäden welche eventuell durch
das System oder die angebotenen Dateien entstehen können.

Do you want to continue [Y/N]:
Wollen Sie fortfahren [J/N]:
y
installing em28xx driver to /opt
unpacking...
checking system... 32Bit System detected
installing...
finalizing configuration...
installing libmediaclient interception library
Starting driver...
done.
mark@carlin:~
$ mediaclient -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro] REMOTE-CONTROL
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0

mark@carlin:~
$ mediaclient -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro] REMOTE-CONTROL
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0

mark@carlin:~
$ ps aux | grep mediasrv
root      5284  0.2  0.1  52136  1668 ?        Sl   16:25   0:00 /opt/bin/mediasrv -d -susbfs --pluginpath=/opt/bin
mark      5377  0.0  0.0   3404   856 pts/1    S+   16:26   0:00 grep mediasrv

5
OK.  Thanks very much!

6
Unfortunately this doesn't seem to help.  There's only one mediasrv process running now, but mediaclient -e still produces the same result. mediaclient --Verbose produces a segfault, so that's not helping.

Also is there a way to simulate unplugging the device remotely?  My media machine is at home and I'm at work right now.

7
Sundtek MediaTV Pro (Europe) / Linux installation: unexpected output from mediaclient -e
« am: September 15, 2009, 05:27:44 Nachmittag »
Hi all,

I received my new Sundtek media pro this morning, but the installation process hasn't gone as expected.  Instead of the long list of device capabilities I get this:

mark@mingus:/opt/bin
$ ./mediaclient -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro] REMOTE-CONTROL
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0

mark@mingus:/opt/bin
$ uname -a
Linux mingus 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux


It's almost as if the device is switched off or something.  I tried installing the battery in the remote control and pressing the power button a few times, but that didn't have any effect.

thanks!

-mark

Seiten: [1]