LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help badly! Destroyed computer while installing different OS's (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-badly-destroyed-computer-while-installing-different-oss-4175558237/)

TxLonghorn 11-08-2015 06:09 AM

Quote:

Originally Posted by Killersnow (Post 5446414)
Whenever I do mkdir /etc/Wireless/RT2870STA/ It says "Cannot create directory, No such file or directory

The folder /etc/Wireless/ belongs to root, so you have to do it with "sudo"
sudo mkdir /etc/Wireless/RT2870STA

Killersnow 11-08-2015 08:29 AM

Even with sudo, still not file or directory.

berndbausch 11-08-2015 08:41 AM

Quote:

Originally Posted by Killersnow (Post 5446468)
Even with sudo, still not file or directory.

Perhaps there is no folder named /etc/Wireless. In this case, either create it first, or add the -p option to mkdir.

Quote:

I also keep getting No input/output errors. Why must this be so complicated?
I guess it's so complicated because you are installing a driver which hasn't been included in the Linux kernel, so you have to rely on whatever support the vendor provides for Linux.

Which command(s) do you issue to get those input/output errors, and what are the precise error messages?

rokytnji 11-08-2015 09:36 AM

Quote:

Originally Posted by Killersnow (Post 5446372)
I am running in live mode. So if I reboot does that mean I lose all my progress?

Bits and pieces. I thought you had installed already.

Quote:

Even with sudo, still not file or directory.
what directory are you in when you open terminal?

Quote:

Whenever I do mkdir /etc/Wireless/RT2870STA/ It says "Cannot create directory, No such file or directory
Just run

Code:

sudo ./load.sh
in the

Code:

Archer T2U_V1_150901
directory. How complicated is that?

Quote:

Which command(s) do you issue to get those input/output errors, and what are the precise error messages?
What he said.

Killersnow 11-08-2015 10:16 AM

No need to get cocky.

sudo ./load.sh is not a command
I was running those commands in the directories

Killersnow 11-08-2015 10:20 AM

Defuq, now it doesn't even go into the directory Archer even though I'm doing it right .-.

ondoho 11-08-2015 12:36 PM

Quote:

Originally Posted by Killersnow (Post 5446498)
Defuq

who's cocky now?


and anyway:
Quote:

Originally Posted by Killersnow (Post 5446497)
sudo ./load.sh is not a command

are you sure it isn't?

Killersnow 11-08-2015 01:35 PM

Yes

TxLonghorn 11-08-2015 02:05 PM

How to install .sh file
If the file is named load.sh -
Right-click on the folder containing the load.sh file > Open in terminal
Make the file executable:
Code:

sudo chmod +x load.sh
Run it:
Code:

sudo ./load.sh


All times are GMT -5. The time now is 01:26 AM.