Page 1 of 1

CentOS 7.3 - LEO-NANO150N 150Mbps Wi-Fi USB Adapter Issue

Posted: 2017/12/06 05:34:58
by ptr_joshi
Hello Friends,

This is the first time I have installed Linux, Please forgive me for stupid questions. I have installed CentOS 7.3 and now I cant access internet as the LEO-NANO150N 150Mbps Wi-Fi USB Adapter is not getting installed. I am getting some errors for the script that these drivers folder had and dont know how to do this using GUI. Could any of you please help me for this?

Please help, as I want to learn and use this as my full time OS.

Thanks,
Prabhakar Joshi

Re: CentOS 7.3 - LEO-NANO150N 150Mbps Wi-Fi USB Adapter Issue

Posted: 2017/12/06 07:26:05
by TrevorH
Post the output from lsusb

Re: CentOS 7.3 - LEO-NANO150N 150Mbps Wi-Fi USB Adapter Issue

Posted: 2017/12/06 08:45:48
by ptr_joshi
I am away from my PC, will post once am back home.
Thanks.

Re: CentOS 7.3 - LEO-NANO150N 150Mbps Wi-Fi USB Adapter Issue

Posted: 2017/12/06 14:50:14
by ptr_joshi
Hello,

The output for lsusb is attached and even I have attached the error information as well that I get while installing driver.

Thanks,
Prabhakar

Code: Select all

Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 007: ID 1058:1110 Western Digital Technologies, Inc. My Book Essential (WDBAAF), My Book for Mac (WDBAAG)
Bus 001 Device 006: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 005: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 001 Device 004: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 001 Device 003: ID 046d:c31d Logitech, Inc. Media Keyboard K200
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Re: CentOS 7.3 - LEO-NANO150N 150Mbps Wi-Fi USB Adapter Issue

Posted: 2017/12/06 19:55:53
by TrevorH
Go to ELRepo and download their packages kmod-8188eu.x86_64 and elrepo-release, put them on a USB stick or otherwise trasnfer them to your system, then run yum --disablerepo=\* install /path/to/kmod-8188eu.x86_64 /path/to/elrepo-release.rpm (obviously amending /path/to/ to point to the directory where those files reside). That installs the driver for that card and the ELRepo repo itself so that you get future updates to it.