Hi!
i have just got my pi2 up and running, and are trying to get the wifi to work. but i am having some major issues with the usb dongle i have. i haven’t been able to find/fix any driver for this chipset that works with MATE 15.10.
anyone have any tips, or advice? everything is greatly appreciated!
i have searched and read a lot, but cant get this to work. i am quite new with this, and haven’t got to much experience with programming or linux yet, so i don’t think making my own drivers or pretty much anything without a tutorial is whitin my reach just yet.
lsusb gives me:
Bus 006 Device 007: ID 0bda:818b Realtek Semiconductor Corp.
which i have found to be using the Realtek RTL8192EU chipset.
if anyone have any advice on how to proceed to get this to work i would be very grateful!
Or even if there is other wifi dongles that are better, and a bit more ‘‘plug-and-play’’ than this…
Thank you! i will try this and see if i can make it work finally
dutch is more or less non-existing, but i’m a good friend of google translate!
again, thanks!
WARNING: unsupported arch: armhf
Loading new rtl8192eu-4.3.1.1.11320.20140505 DKMS files…
dpkg: warning: version ‘-’ has bad syntax: version number does not start with digit
It is likely that 4.1.15-v7+ belongs to a chroot’s host
Building for architecture armhf
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.120ubuntu6) …
when i open the Downloads folder and right-click on the package, and ‘‘Open with GDebi installer’’ and install from there it works without any errors…
no idea where to go next, if you have any ideas i would be grateful!
Unfortunately, the package @wolfman suggested is not compatible with the Raspberry Pi (based on the arm architecture - PC/Mac are i386, amd64)
Instead, consider compiling the driver, which hopefully will build against the armhf architecture, but there could be a chance this driver is not compatible.
This driver package is an improved version of the driver package that the Maxxter company provided for a wireless dongle of theirs. The original driver only works in Xubuntu 12.04 and Linux Mint 13, but the improved version also works in Ubuntu 14.04 and Linux Mint 17.3.
Here is a quote from How-to-install.txt:
Download the driver package Realtek-RTL8192EU-driver.tar.gz into the folder Downloads.
First unpack it in the terminal, because it's a compressed folder with files. In the terminal (use copy/paste): cd Downloads && tar xvzf ~/Downloads/Realtek*.tar.gz
Now go to the uncompressed folder: in the terminal (use copy/paste): cd install_folder
Finally: the actual installation. In the terminal (use copy/paste): sudo ./install.sh
Plug the wireless dongle with the Realtek chipset into you computer: it should be functional now.
i could not make it to work for me though… maybe i should start over with a fresh version of ubuntu mate, i think i may have ****** up something important…