Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-06-2017, 10:50 AM
|
#1
|
LQ Newbie
Registered: Jun 2017
Posts: 2
Rep:
|
WiFi Adapter Driver Install (WNP UA300P)
I've been trying to install the drivers for my wifi adapter but can't find a way to do it. I'm running Xubuntu 16.04. Here's the link, the driver files are in "Support" section.
http://gembird.nl/item.aspx?id=8711
Thank you in advance ^-^
|
|
|
06-06-2017, 11:19 AM
|
#2
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
RTL8192EU by the looks of it (according to amazon). A few RTL8192xx drivers in rtlwifi_new.
https://github.com/lwfinger/rtlwifi_new
Although not seeing the EU variant directly. Perhaps covered by the ee one? Or maybe another source tree.
https://github.com/Mange/rtl8192eu-linux-driver
You normally need the driver plus the firmware. Most times a version of the firmware comes with the driver, but it might not be the best/newest or included at all. A few kernel.org sources for most of the common firmwares with the latest versions.
https://discourse.osmc.tv/t/tutorial...rtl8192eu/5252
Seems to be a success for someone at least in blog format.
|
|
1 members found this post helpful.
|
06-06-2017, 12:06 PM
|
#3
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Hello and welcome to the forum
Also, if you would, with your adapter plugged in, please open a terminal and post the results of this command...
Thanks!
|
|
|
06-06-2017, 12:49 PM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,194
|
Quote:
Originally Posted by TenshiM
I've been trying to install the drivers for my wifi adapter but can't find a way to do it. I'm running Xubuntu 16.04. Here's the link, the driver files are in "Support" section.
http://gembird.nl/item.aspx?id=8711
|
The chipset is what you need to be concerned with. The drivers on that site are for Windows only, but according to the chipset (under "Specifications"), it's an RTL8192EU, and the link Shadow_7 posted ( https://github.com/Mange/rtl8192eu-linux-driver) should give you everything you need. Please note that you'll need to make sure you have your kernel-source installed before trying to build that driver.
That being said...the chipset *MAY* be supported through the Ubuntu repositories by running these commands from a terminal:
Code:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtl8192eu-dkms
...which is what I'd try first, before trying to build from source.
Quote:
Originally Posted by ardvark71
Also, if you would, with your adapter plugged in, please open a terminal and post the results of this command...
|
What is the point of this??? The OP already said what they were using, and posted complete specs to the device. They didn't say they couldn't see it, but needed drivers for it.
Last edited by TB0ne; 06-06-2017 at 02:29 PM.
|
|
|
06-06-2017, 06:11 PM
|
#5
|
LQ Newbie
Registered: Jun 2017
Posts: 2
Original Poster
Rep:
|
http://i.imgur.com/meiNBJ1.png
Already had these driver files from the official link. I just don't know how to use them.
I tried "ppa:hanipouspilot/rtlwifi ・ rtl8192eu-dkms", but I got an error while installing the package.
TB0ne, I don't know what you meant by "kernel-source" being installed before building the driver.
Sorry if I made anyone cringe while reading this x]
|
|
|
06-06-2017, 10:46 PM
|
#6
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
kernel-source is the build part of a kernel so you can compile against the kernel. In debian it would be package "linux-headers-amd64", versus "linux-image-amd64" which is the kernel that you boot. The headers is basically the build/ part for source compiling. Although when I was looking, it looks like that driver is included by default in debian stretch, the soon to be stable version of debian. So you might not need to do anything special with a reasonably recent distro. AKA it should work out of the box.
|
|
2 members found this post helpful.
|
06-07-2017, 07:50 AM
|
#7
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,194
|
Quote:
Originally Posted by TenshiM
|
There is a file called README...did you read it??
Quote:
I tried "ppa:hanipouspilot/rtlwifi ・ rtl8192eu-dkms", but I got an error while installing the package.
|
Unless you actually tell us what this error IS, there isn't much we can do to help you. And you need to type in the entire lines you were given, not just the little snip you posted here, because if you type in the "sudo ......" lines, that would add a repository, download the driver, and install it automatically.
Quote:
TB0ne, I don't know what you meant by "kernel-source" being installed before building the driver.
|
Typically, you'll install your kernel...that's what makes your system work, to put it very simply. The kernel-source is the actual source code from which your kernel is built, so whenever you have to build a kernel module (a 'driver' in Windows terms), you'll need the source to build it from. Go into your package manager and search for kernel-source. Install it.
|
|
|
All times are GMT -5. The time now is 07:56 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|