Hi all. Trying to build up a Pi controller for a blind friend. So I got the image zip file ASL_1.01-20180228-armhf-raspbian-stretch-image.zip and unzipped it. Burned the image to a microSD, boots the pi just fine but I needed to get his old configs. I moved them to a virtual server I have in dallas and to get them I need to ftp into the new pi. Brick wall time. The repositories the asl image will go to have all newer versions of stuff. I tried to get ftp first, response basically says cen’t get it so pointed my web browser at the site (mirrordirector.raspbian.org) and dug my way down to the ftp files. The one the pi wants is /raspbian/pool/main/n/netkit-ftp/ftp_0.17-34_armhf.deb and the one in the repository is mirrordirector.raspbian.org/raspbian/pool/main/n/netkit-ftp/ftp_0.17-34.1_armhf.deb
So won’t download. Ok, I downloaded it and tried to install with apt install ftp_0.17-34.1_armhf.deb and THAT blows up because the version of libc6 isn’t correct for that newer deb file.
Is there a trick to getting stuff from repository? My brain still hooked on slackware which is entirely different.
Also the image comes up looking for GB keyboard (???)
And dahdi seems missing and when go to compile get a bunch of errors:
scripts/Makefile.build:303: recipe for target ‘/usr/src/asl-dahdi-linux-2.11.1/linux/drivers/dahdi/xpp/xbus-core.o’ failed
CPU Architecture ‘arm’ does not support VPMADT032 or HPEC.
/usr/src/asl-dahdi-linux-2.11.1/linux/drivers/dahdi/xpp/xbus-core.c:1615:2: error: implicit declaration of function ‘init_timer’ [-Werror=implicit-function-declaration]
- init_timer(&xbus->command_timer);*
What am I missing here?
GeorgeC W2DB