Superb quality and spec AB-Com PULSe 4K SE only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[ViX_Misc] Omnikey

lincsat

ViX Beta Tester
Joined
May 3, 2011
Messages
745
Reaction score
0
Points
16
Are Omnikeys supported currently on Hades?

I just get the "PCSC failed establish context (8010001d)" and cannot open device message. Using the OScam with PCSC from the feed
 
yes, it should of installed the required dependencies when u installed it.

pcsc_scan should work to detect your omnikey
 
Code:
pcsc_scan: not found

There was a package installed with the OScam, don't remember exactly what it was. Is there a setting to activate the PCSC driver like with other images?
 
OK, problem appears to be that the PCSC daemon isn't running, it can be started manually by

Code:
pcscd -start

Without being able to find a particular setting to autostart within the settings, I decided to setup a cron event to start the daemon every 2 minutes which works. Didn't want to mess with the startup within Enigma
 
A better fix I found is to create a script for the RC startup and set it low down. I created a S60pcscd.sh and put it in /etc/rcS.d/ with the contents

Code:
#!/bin/sh
#
/usr/sbin/pcscd -start

The PCSC daemon now starts OK at bootup
 
May be my eyes but that diff looks like you have put back in exactly what you have removed.

I did an update to the latest build and checked pcscd, it wasn't running. I will try to get time to do a totally fresh download and check that.
 
yep becuase

fix line-endings in init script, that caused init fail to start.
 
OK, on my non-autostarting 013 image, I manually installed pcsc-lite_1.8.8-r4_mips32el.ipk it removed some dead links and installed some new start links as part of the installation process and now the daemon starts OK. Looks like just upgrading the image from previous was not enough, it needed the pcsc-lite and associated links doing separately.
 
hmm right so during the upgrade process this isnt happening?
 
Just tried it on another box and when re-installing the pcsc-lite, it installs a different (smaller) pcscd in /etc/init.d

So it may not necessarily have been the links, could have been it didn't update the pcscd
 

OpenViX Feeds Status

Back
Top