Hallo in die Runde,
ich versuche gerade meine Wetterstation WS3080 (868Mhz) via Signalduino in fhem zu integrieren.
Die Daten werden empfangen aber im Log steht
SD_WS09 CRC_not_load: Modul Digest::CRC fehlt: cpan install Digest::CRC or sudo apt-get install libdigest-crc-perl
Artig wie ich bin habe ich
sudo apt-get install libdigest-crc-perl
ausgeführt. Die Installation bricht aber ab, da die Datei auf dem Server nicht gefunden wird.
pi@raspberrypi ~ $ sudo apt-get install libdigest-crc-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libdigest-crc-perl
0 upgraded, 1 newly installed, 0 to remove and 30 not upgraded.
Need to get 14.7 kB of archives.
After this operation, 82.9 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libdigest-crc-perl
Install these packages without verification [y/N]? y
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libdigest-crc-perl armhf 0.18-1
404 Not Found
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/libd/libdigest-crc-perl/libdigest-crc-perl_0.18-1_armhf.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
pi@raspberrypi ~ $
Dann habe ich
cpan install Digest::CRC
versucht. Aber leider auch da Abbruch der Installation
pi@raspberrypi ~ $ cpan install Digest::CRC
Loading internal null logger. Install Log::Log4perl for logging messages
Reading '/home/pi/.cpan/Metadata'
Database was generated on Tue, 23 May 2017 09:29:02 GMT
Reading '/home/pi/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Reading '/home/pi/.cpan/sources/modules/02packages.details.txt.gz'
Warning: Your /home/pi/.cpan/sources/modules/02packages.details.txt.gz does not contain a Line-Count header.
Please check the validity of the index file by comparing it to more
than one CPAN mirror. I'll continue but problems seem likely to
happen.
Warning: Your /home/pi/.cpan/sources/modules/02packages.details.txt.gz does not contain a Last-Updated header.
Please check the validity of the index file by comparing it to more
than one CPAN mirror. I'll continue but problems seem likely to
happen.
Could not split line["\cI<title>Student Services</title>"]
...Could not split line["<script type=\"text/javascript\">"]
Could not split line["(function(url){"]
.Could not split line["\cI\cI}"]
Giving up parsing your /home/pi/.cpan/sources/modules/02packages.details.txt.gz, too many errors
pi@raspberrypi ~ $
Im Netz mal nach dem Paket libdigest-crc-perl armhf 0.18-1 gesucht, aber leider nichts gefunden.
Wäre für Tipps und Hinweise dankbar.
Viele Grüße
Fritz