d-two / hassio-addons

Home Assistant Add-on repository
MIT License
2 stars 2 forks source link

OSCAM not working #4

Closed ebyna closed 1 month ago

ebyna commented 8 months ago

the installation ends: The command '/bin/ash -o pipefail -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies gcc g++ libusb-dev linux-headers make openssl-dev pcsc-lite-dev subversion tar shadow && echo "**** install runtime packages ****" && apk add --no-cache ccid curl libcrypto1.1 libssl1.1 libusb pcsc-lite pcsc-lite-libs && echo "**** compile oscam ****" && if [ -z ${OSCAM_VERSION+x} ]; then OSCAM_VERSION=$(svn info --show-item revision https://svn.streamboard.tv/oscam/trunk ); fi && svn checkout https://svn.streamboard.tv/oscam/trunk@${OSCAM_VERSION} /tmp/oscam-svn && cd /tmp/oscam-svn && ./config.sh --enable all --disable CARDREADER_DB2COM CARDREADER_INTERNAL CARDREADER_STINGER CARDREADER_STAPI CARDREADER_STAPI5 IPV6SUPPORT LCDSUPPORT LEDSUPPORT READ_SDT_CHARSETS && make CONF_DIR=/config DEFAULT_PCSC_FLAGS="-I/usr/include/PCSC" NO_PLUS_TARGET=1 OSCAM_BIN=/usr/bin/oscam pcsc-libusb && echo "**** fix broken permissions from pcscd install ****" && chmod 755 /usr/sbin/pcscd && echo "**** install PCSC drivers ****" && mkdir -p /tmp/omnikey && curl -o /tmp/omnikey.tar.gz -L "https://raw.githubusercontent.com/d-two/hassio-addons/main/oscam/ifdokccid_linux_x86_64-v4.2.8.tar.gz" && tar xzf /tmp/omnikey.tar.gz -C /tmp/omnikey --strip-components=2 && cd /tmp/omnikey && ./install && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && echo "**** fix group for card readers and add abc to dialout group ****" && groupmod -g 24 cron && groupmod -g 16 dialout && usermod -a -G 16 abc && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*' returned a non-zero code: 2

installation on RPI4 https://www.home-assistant.io/installation/raspberrypi#install-home-assistant-operating-system thank you for your time

d-two commented 1 month ago

fixed