Linux - NewbieThis 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.
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.
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
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.
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:
...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...
Code:
lsusb
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.
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]
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.
http://i.imgur.com/meiNBJ1.png
Already had these driver files from the official link. I just don't know how to use them.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.