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/)

Killersnow 11-07-2015 12:44 PM

http://imgur.com/Lz0b0Yc

ardvark71 11-07-2015 12:49 PM

Quote:

Originally Posted by Killersnow (Post 5446101)
I have my wireless card put into my computer.

Nevermind, I just noticed your new output. Hold on while I examine it...

Regards...

ardvark71 11-07-2015 12:57 PM

Hi...

Does the solution here work (for your wireless adapter?) :)

Regards...

rokytnji 11-07-2015 01:04 PM

Is this the wireless adapter?

http://www.tp-link.com/lb/download/A...V1.html#Driver

Killersnow 11-07-2015 01:38 PM

Yes that is my wireless card. But I cannot connect to the wifi with a wire. Is there some other way?

Killersnow 11-07-2015 02:37 PM

Can I download the drives on a usb?

Killersnow 11-07-2015 02:50 PM

Ok I did. I downloaded the drives into a usb. It gave me a file. Can you please give me the terminal command to run it?

rokytnji 11-07-2015 06:21 PM

Ok. Assuming you downloaded & extracted it to your Downloads folder

You should look something like this in your terminal

Code:

harry@biker:~
$ cd Downloads
harry@biker:~/Downloads
$ ls
Archer T2U_V1_150901  mps
harry@biker:~/Downloads
$ cd Archer\ T2U_V1_150901/
harry@biker:~/Downloads/Archer T2U_V1_150901
$ ls
config.mk    DPA.SearchResults    Untitled Project.IMB
cp_module.sh  DPA.WK3              Untitled Project.IMD
cp_util.sh    load.sh              Untitled Project.PFI
DPA.IAB      Makefile              Untitled Project.PO
DPA.IAD      Makefile.clean        Untitled Project.PR
DPA.IMB      Makefile.inc          Untitled Project.PRI
DPA.IMD      MODULE                Untitled Project.PS
DPA.PFI      NETIF                Untitled Project.SearchResults
DPA.PO        test                  Untitled Project.WK3
DPA.PR        unload.sh            UTIL
DPA.PRI      Untitled Project.IAB
DPA.PS        Untitled Project.IAD
harry@biker:~/Downloads/Archer T2U_V1_150901

We are trying to teach you something here.

So I read the load.sh file (the installer) I show above and it says

Code:

rm -rf /etc/Wireless/RT2870STA/
mkdir /etc/Wireless/RT2870STA/
cp .Wireless/RT2870STA//MODULE/conf/RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat
chmod 777 -R /etc/Wireless/RT2870STA
insmod ./UTIL/os/linux/mt7650u_sta_util.ko
insmod ./MODULE/os/linux/mt7650u_sta.ko   
insmod ./NETIF/os/linux/mt7650u_sta_net.ko
lsmod | grep "mt7650"
ifconfig ra0 up

I am supplying this info for other members since you have not.

Code:

sudo ./load.sh
should be the install command but do not run it as I am not 100 sure and do not want to give bad advise and break your install. For starters I don't know if ra0 or eth1 or wlan0 is your wireless interface on your linux install and the last command is "ifconfig ra0 up" which throws me for a loop.

Be patient and wait for another member to back me up on this. My wifi already works so I cannot run that command on mine.

Edit: I deleted that driver folder in my downloads folder as I do not need it on my rig.

2nd Edit: a reboot is required after a wireless driver install to take.

Killersnow 11-08-2015 02:57 AM

I am running in live mode. So if I reboot does that mean I lose all my progress?

ondoho 11-08-2015 03:39 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?

yes.

Killersnow 11-08-2015 04:02 AM

Now terminal isn't even opening. Fml

TxLonghorn 11-08-2015 04:36 AM

First question: Why did you turn off UEFI?
Do you intend to keep Windows 10, and install Mint to the hard drive as dual boot?
I hope you realize that with Windows 10 installed in UEFI mode, your linux OS must also be installed in UEFI mode - assuming that you want to keep Windows.
Which one are you trying to install now - Mint or lubuntu?
Can you successfully boot the Mint USB?
Read the release notes for Mint if you have problems with your Nvidia graphics.
Quote:

At the boot menu of the live DVD/USB, press Tab to edit the boot arguments and add "nomodeset" at the end of the line.
Remove "quiet splash --" from that same line.
Append "nouveau.noaccel=1" at the end of the line.
http://www.linuxmint.com/rel_rafaela_cinnamon.php

Killersnow 11-08-2015 05:09 AM

Everything is fine. I just need to find out how to activate the wireless driver. I have it downloaded.

Killersnow 11-08-2015 05:24 AM

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

Killersnow 11-08-2015 05:28 AM

I also keep getting No input/output errors. Why must this be so complicated?


All times are GMT -5. The time now is 09:39 PM.