James tobin wrote:reminds me of an authentication error. Did you make sure to put the "sudo" before the command?
Also you said you were editing the file. Did you make any other edits other than that "f" letter? maybe changed some path? Do you still have the original? They aren't made to edit.
Yes I'm using the same command syntax as before: sudo sh ./install.sh
Still no luck, and I'm thinking it's caused by a poorly written "sh" file rather than Zorin or my laptop.
I have the original copy of the script backed up, and it's on the driver CD as well. When I run the script from the Home folder, the errors are caused by this line:
- Code:
tar zxvf $Drvfolder
I had to correct "Drvfolder" because it was misspelled "Drvfoulder". I looked up the help files for tar, and found that a "-" was missing before "zxvf", so it wouldn't run at all. I added the "-" just before "zxvf" and then it would run, but with the following error:
- Code:
tar: option requires an argument -- 'f'
I tried adding the arguments listed in the help file for the "-f" but none of them fixed the problem. The "z" in the above line doesn't correspond to anything in the tar help file, but if I remove it the script just hangs. I played around with hyphens, spaces etc but got errors about being unable to find the tar file at all, or "child" folders missing. In other words - it can't find the tar file to extract and that's it. The tar file is in the Home folder with the .sh file. And the .sh file comes from the tar file in the first place. There are no install or sh files on the CD until you extract the tar file.
Then to add to my woes I keep having to hard boot the computer every few minutes because the keyboard and mouse keep dying. It took three attempts to write this post. I did try going to the laptop manufacturer's website to see if they had any linux drivers, but they only had a link to a generic Linux archive site with no explanation of what I was downloading (a large number of packages). I installed them anyway and they didn't make a difference.