This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Inamax ac1200 Wifi

aznotinas

Fri Aug 24, 2018 11:31:46 am

1. Tower Costum builded have intel i3-7100 CPU @ 3.90GHz x 4

2. 12Gb of RAM

3. Only Zorin isystem is on my boot drive

4. Single Hard Drive partitioning. ( whole SSD just for Zorin OS )

5. Graphics card is Nvidia 1050 TI

6. Have no idea :D but working fine

7. Have Wireless Dongle Inamax AC1200

8. It is my first time installing Zorin OS

9. I have Zorin 12.4 Ultimate 64bit

Problem is my Zorin OS do not deceting Wirless adapter. I did installed drivers how was shown on main Zorin web page, But it still dosn't see my wifi adapter ( or do dosn't connect's to it ) I tryed over 8hours to try to fix this problem on my own by google.But after trying it again and again and with difrent solutions and nothing is working i just gave up and came here, to finde maybe one of you guys be able to help me and finaly fix this problem.I'm new on linux systems though. Alsow I'm able to acces internet trought phone by tathering my wifi over Blueatooth to PC

Swarfendor437

Fri Aug 24, 2018 12:09:02 pm

Hi, please open a terminal (Ctrl+ Alt+ T) and enter:

Code:
lspci | grep -i net


And post back the results please.

aznotinas

Fri Aug 24, 2018 12:45:58 pm

Code:
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

Swarfendor437

Fri Aug 24, 2018 12:55:35 pm

OK, can you now post back (making sure the dongle is attached):

Code:
lsusb | grep -i net


also try this to see (without the dongle present) if it rectifies the issue:

Code:
sudo apt-get purge rtl8812bu-dkms
then reboot. AFTER you have rebooted and logged in, plug in the dongle and see if it starts working.

aznotinas

Fri Aug 24, 2018 1:12:34 pm

Swarfendor437 wrote:OK, can you now post back (making sure the dongle is attached):

Code:
lsusb | grep -i net

Yes an wifi adapter is connected trhought the usb.Alsow before i installed i had windows 10 os and dongle worked just fine.All USB ports is enabled on Bios too.
Rebooting and connecting Dongle dosn't changes anything

aznotinas

Fri Aug 24, 2018 1:37:20 pm

Swarfendor437 wrote:OK, can you now post back (making sure the dongle is attached):

Code:
lsusb | grep -i net


also try this to see (without the dongle present) if it rectifies the issue:

Code:
sudo apt-get purge rtl8812bu-dkms
then reboot. AFTER you have rebooted and logged in, plug in the dongle and see if it starts working.


Code:
Sudo apt-get purge rtl8812bu-dkms
[sudo] password for sazzas:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package rtl8812bu-dkms


Code:
E: Unable to locate package rtl8812bu-dkms


Though i have RTL88x2BU drivers with me not rtl8812bu- as ( RTL88x2BU_WiFi_linux_v5.1.7_19806 ) came in cd with Dongle when ordered.Alssow i installed trought
Code:
Windows wirles Drivers
with inf file.Not trhought therminal.If needed to be installed thought terminal could you paste me code for it?

Swarfendor437

Fri Aug 24, 2018 1:48:27 pm

Hi, try downloading the Linux driver from this page:

https://www.dropbox.com/s/hsa09i5txcsrt ... h=%2FLINUX

It's a large* file but according to this post, it worked:

https://www.linuxquestions.org/question ... ost5850739

The only proviso is that this driver was written for 18.04 and Zorin is not due to release the next version until this autumn. Keep us posted.

[* I must get into the habit of using my reading glasses - I misread 37.5 Mb as 375 Mb! LOL! ]

zorinantwerp

Fri Aug 24, 2018 2:40:02 pm

Hi

not to confuse you all but found undernoted which might help out on the leads given. linux drivers provided can be downloaded :)
Code:
https://rehmann.co/blog/drivers-wifi-usb-adapter-osxmac-linux-windows/


good luck

Swarfendor437

Fri Aug 24, 2018 3:47:23 pm

zorinantwerp wrote:Hi

not to confuse you all but found undernoted which might help out on the leads given. linux drivers provided can be downloaded :)
Code:
https://rehmann.co/blog/drivers-wifi-usb-adapter-osxmac-linux-windows/


good luck


All contributions are welcome zorinantwerp! ;) :D

aznotinas

Fri Aug 24, 2018 5:03:46 pm

Swarfendor437 wrote:Hi, try downloading the Linux driver from this page:

https://www.dropbox.com/s/hsa09i5txcsrt ... h=%2FLINUX

It's a large* file but according to this post, it worked:

https://www.linuxquestions.org/question ... ost5850739

The only proviso is that this driver was written for 18.04 and Zorin is not due to release the next version until this autumn. Keep us posted.

[* I must get into the habit of using my reading glasses - I misread 37.5 Mb as 375 Mb! LOL! ]


I extrated Drivers and launched terminal in where install.sh file located, all i need to do i just to run install.sh, though becouse i'm new at linux systems i do not know code for it, Could you sand me the code for it.It would realy help.

*And yeah i feel you man. same here sometimes.~High five~*

aznotinas

Fri Aug 24, 2018 5:05:50 pm

zorinantwerp wrote:Hi

not to confuse you all but found undernoted which might help out on the leads given. linux drivers provided can be downloaded :)
Code:
https://rehmann.co/blog/drivers-wifi-usb-adapter-osxmac-linux-windows/


good luck

THank you for trying help, but that one was i think my first thing i tryed for solution, but it didn't worked for me though.But thank you!

aznotinas

Fri Aug 24, 2018 7:14:21 pm

I finaly found solution!!

So if you want Inamax AC1200 working on Zorin all have to do just copy all of this code and paste it in you terminal window and wait. ( you must be connected to network (over cable or somehow else ), as you wil need be connected to network to be able to download, some files )

Code:
sudo apt-get update
sudo apt-get install build-essential git
git clone https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.2.4.4_25643.20171212_COEX20171012-5044.git
cd rtl88x2BU_WiFi_linux_v5.2.4.4_25643.20171212_COEX20171012-5044
VER=$(cat ./version)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu


Alsoow if at then end you will get error like:

Code:
sudo modp
robe 88x2bu+-
modprobe: FATAL: Module 88x2bu+- not found in directory /lib/modules/4.15.0-30-generic


Replace sudo modp
robe 88x2bu+-
TO sudo modp
robe 88x2bu

For some reason when i pasted code it add at the end +- have no idea why,.
Other then that it works just fine.Alsow you might need to wait 5 min till you be able connect trhought wifi.

P.S Sorry for my English! hope it helped

Swarfendor437

Fri Aug 24, 2018 7:53:27 pm

Excellent! Well done! :D

aznotinas

Fri Aug 24, 2018 9:30:41 pm

Swarfendor437 wrote:Excellent! Well done! :D


Though thank you for the help :)


Though still have problem, whenever i restart PC it's gone, the wifi will come up only if i run that command lines again.

Any ideas why is that?

Swarfendor437

Sat Aug 25, 2018 10:24:32 am

Hi, If you go to that linux questions dot org link I give you that is what the OP had exactly the same issues - until he loaded that driver I pointed you to of 37.5 Mb.
Here is the github page in case there is an earlier version:

https://github.com/cilynx/rtl88x2BU_WiF ... 4.20170613