Steve,
Would you please give the following commands typed EXACTLY as shown?
They will write a file named myerror.txt
Please send us the file myerror.txt
uname -a | tee myerror.txt
find /home/ss1346 -name scanModem.gz | tee -a myerror.txt
pwd | tee -a myerror.txt
ls -l | tee -a myerror.txt
gunzip scanModem.gz | tee -a myerror.txt
In case you hesitate, | is usually above \ , and is broken in two parts
on most keyboards. Looks like : but bars instead of dots.
Jacques
Steve Spencer wrote:
I downloaded scanmodem and this is what I get
ss1346@ss1346-laptop:~$ gunzip scanModem.gz
gunzip: scanModem.gz: No such file or directory