Page 55 of 66

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Wed Jun 13, 2018 10:42 pm
by jason.zouikri
Wow -- your driver and hostapd works on 8188eu without a hitch. I am on Raspian 4.14.48+ on a Raspberry Pi Zero. Just from the modinfo 8818eu I see there is a lot more supported in this driver module. iw/iwconfig commands also seem to be working.

Is there a GPL or BSD license for the source code for the built drivers or is it private source:
http://downloads.fars-robotics.net/wifi-drivers/

All I did was:
(1) "uname -r" came back with 4.14.48+
(2) download driver for http://downloads.fars-robotics.net/wifi ... eu-drivers which is the following driver package 8188eu-4.14.48-1118.tar.gz (4.14.48)
(3) tar -xvzf 8188eu-4.14.48-1118.tar.gz
(4) ran the installation script
(5) Followed this directions: https://scribles.net/creating-wireless- ... pi-zero-w/ (updates system, brings down hostapd and dnsmasq, and configures the appropriate files)

Thanks a bunch. Now to try to make the zero connect to a vpn server -- I ultimately want a VPN router but my current one doesn't support it AND I think I will lose a lot of hardware support if I go to Linux firmware (DD-WRT?).

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Thu Jun 14, 2018 9:48 am
by corrobor
MrEngman wrote:
Fri Jun 08, 2018 6:39 pm
Hi corrobor,

It would appear the issue is to do with Raspbian Stretch and the mt7610u driver.

When I checked the driver and it was OK when rebooting or using shutdown or halt it appears the kernel I was using was Raspbian Jessie although it was updated to kernel 4.14.44-v7+.

I made a new SD card with Raspbian Stretch and now I am getting the same problem you see when the kernel appears to crash when using reboot or shutdown/halt.

I have no idea why it is happening and I've been looking for some different source code to try but have not been able to find any yet.

I am trying to find a driver that works but I don't know how long that will take.
Nothing?

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Thu Jun 14, 2018 9:20 pm
by MrEngman
corrobor wrote:
Thu Jun 14, 2018 9:48 am
MrEngman wrote:
Fri Jun 08, 2018 6:39 pm
Hi corrobor,

It would appear the issue is to do with Raspbian Stretch and the mt7610u driver.

When I checked the driver and it was OK when rebooting or using shutdown or halt it appears the kernel I was using was Raspbian Jessie although it was updated to kernel 4.14.44-v7+.

I made a new SD card with Raspbian Stretch and now I am getting the same problem you see when the kernel appears to crash when using reboot or shutdown/halt.

I have no idea why it is happening and I've been looking for some different source code to try but have not been able to find any yet.

I am trying to find a driver that works but I don't know how long that will take.
Nothing?
Sorry nothing yet.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Thu Jun 14, 2018 9:25 pm
by MrEngman
jason.zouikri wrote:
Wed Jun 13, 2018 10:42 pm
Wow -- your driver and hostapd works on 8188eu without a hitch. I am on Raspian 4.14.48+ on a Raspberry Pi Zero. Just from the modinfo 8818eu I see there is a lot more supported in this driver module. iw/iwconfig commands also seem to be working.

Is there a GPL or BSD license for the source code for the built drivers or is it private source:
http://downloads.fars-robotics.net/wifi-drivers/
The source files include this header

Code: Select all

/******************************************************************************
 *
 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
 *
 *
 ******************************************************************************/

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Sat Jun 16, 2018 1:17 pm
by corrobor
MrEngman wrote:
Sorry nothing yet.
Friend I change the dongle and stop! can you suggest me a dongle usb wifi 5ghz that works in raspberry 2 without problem? I will buy it in Amazon

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Tue Jun 19, 2018 8:04 am
by corrobor
corrobor wrote:
Sat Jun 16, 2018 1:17 pm
MrEngman wrote:
Sorry nothing yet.
Friend I change the dongle and stop! can you suggest me a dongle usb wifi 5ghz that works in raspberry 2 without problem? I will buy it in Amazon
I will buy raspberry pi 3b+ and stop. Tanks

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Mon Sep 24, 2018 7:13 pm
by supershitcodemonkey
The driver itself works perfectly for me, but I have some issues with installing & updating.

Of course you won't be able to download this driver on the pi itself without it having the driver (unless you connect it via ethernet, which is not an option on the A+ or an embedded system). This isn't that big of a deal, since I can just download it on my pc and put it on the boot partition of the sd card.
Doing this once isn't really a problem. But when the kernel is updated I have to do it all over again, which is somewhat of an issue for me since I can't easily shutdown my project and take out the sd card.
Is there some way that I can detect when the kernel is going to be updated and download the new driver is advance?

Also the site seems to be extremely slow since yesterday (<1 KB/s), downloading the 400KB driver takes literally forever

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Thu Sep 27, 2018 8:34 pm
by MrEngman
supershitcodemonkey wrote:
Mon Sep 24, 2018 7:13 pm
The driver itself works perfectly for me, but I have some issues with installing & updating.

Of course you won't be able to download this driver on the pi itself without it having the driver (unless you connect it via ethernet, which is not an option on the A+ or an embedded system). This isn't that big of a deal, since I can just download it on my pc and put it on the boot partition of the sd card.
Doing this once isn't really a problem. But when the kernel is updated I have to do it all over again, which is somewhat of an issue for me since I can't easily shutdown my project and take out the sd card.
Is there some way that I can detect when the kernel is going to be updated and download the new driver is advance?

Also the site seems to be extremely slow since yesterday (<1 KB/s), downloading the 400KB driver takes literally forever
Hi supershitcodemonkey,

Sorry for not responding sooner.

If you want to update your kernel using rpi-update, although using rpi-update is not usually recommended, run command sudo install-wifi -h for detailed help on using the install-wifi script.

If you are updating your code using apt update/apt upgrade it's a bit of a pain checking if a new kernel is going to be installed and determining the driver update you need to install.

So first run sudo apt update and then sudo apt upgrade. After running sudo apt upgrade but before you select Y to continue and download the updated files check the list of files to be installed and see if there is a file raspberrypi-kernel. If that file is not in the list of files to install then you can continue and install the updates and you should not need to update your wifi driver.

If file raspberrypi-kernel is in the list of files to install select n to abort installing the files. The file raspberrypi-kernel will install a new kernel version so you first need to find the driver version to download and install before upgrading the files.

To find the kernel version that will be installed so you will be able to select the right driver to install run command apt search raspberrypi-kernel. This will return a result something like

Code: Select all

pi@Pi-3B-plus2:~ $ apt search raspberrypi-kernel
Sorting... Done
Full Text Search... Done
raspberrypi-kernel/stable 1.20180919-1 armhf [upgradable from: 1.20180328-1]
  Raspberry Pi bootloader

raspberrypi-kernel-headers/stable 1.20180919-1 armhf
  Header files for the Raspberry Pi Linux kernel
This shows the version of raspberrypi-kernel file that will be installed, in this case stable 1.20180919.

To find the actual kernel version to select the wifi driver file you need you will need to view the web site https://github.com/raspberrypi/firmware/. Then select the dialog box "Branch: master" and select tags and then select the tag that matches the one shown for the raspberrypi-kernel file in the output from the apt search command above, in this case 1.20180919.

Then select link extra then either uname_string7 if installing the wifi driver on a Pi 2B, 3B or 3B+, or uname_string if installing the wifi driver on any other Pi.

Using the values for the kernel version and kernel build from uname_string(7) you can then determine the wifi driver file you need to download to install when you update to the new kernel version. The kernel version is 4.14.70+ or 4.14.70-v7+ depending on the Pi you are using and build is #1144.

So in this case the driver file will be either 8188eu-4.14.70-1144.tar.gz or 8188eu-4.14.70-v7-1144.tar.gz depending on the Pi you are installing it on if using the 8188eu wifi module or replace 8188eu with the driver you are using if using a different wifi module, 8192eu, 8821au, 8822bu, mt7610 or mt7612.

Then download the driver file you need using command

Code: Select all

wget http://downloads.fars-robotics.net/wifi-drivers/8188eu-drivers/8188eu-4.14.70-v7-1144.tar.gz
this is assumimg you are using the 8188eu driver on a Pi 2B, 3B or 3B+

For other versions of the Pi it would be

Code: Select all

wget http://downloads.fars-robotics.net/wifi-drivers/8188eu-drivers/8188eu-4.14.70-1144.tar.gz
So now you can update your kernel and install the new wifi driver. Run apt update and apt upgrade again and allow the upgrade to install the files. Then before rebooting unzip the wifi driver and install it using commands

Code: Select all

tar xzf 8188eu-4.14.70-v7-1144.tar.gz
./install.sh
for Pi 2B, 3B or 3B+ or

Code: Select all

tar xzf 8188eu-4.14.70-1144.tar.gz
./install.sh
for other versions of the Pi. Then reboot and you should have your Pi running with the new kernel and wifi driver.

Hope this make sense, any questions just ask. And again sorry for taking so long to respond to your question.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Thu Sep 27, 2018 9:51 pm
by supershitcodemonkey
Thanks for you comprehensive reply! I'll try to make it work tomorrow.
So first run sudo apt update and then sudo apt upgrade. After running sudo apt upgrade but before you select Y to continue and download the updated files check the list of files to be installed and see if there is a file raspberrypi-kernel. If that file is not in the list of files to install then you can continue and install the updates and you should not need to update your wifi driver.

If file raspberrypi-kernel is in the list of files to install select n to abort installing the files. The file raspberrypi-kernel will install a new kernel version so you first need to find the driver version to download and install before upgrading the files.
Is there any way I can automate this part so I can just have a script that updates everything automatically? My knowledge about linux isn't that great, is there a command for requesting packages that are ready for update or can I easily parse the output of apt-get upgrade?
And again sorry for taking so long to respond to your question.
No problem, everybody is busy sometimes :D

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Thu Oct 25, 2018 2:12 am
by fgimenez
Hi there,
I've just noticed a new version of the 8188eu driver that seems to be activelly developed over here:
https://github.com/lwfinger/rtl8188eu/tree/v5.2.2.4
Last commit 4 hours ago.

Not sure if it works or if it's stable (I'm compiling it right now) but it might be worth taking a look at it.

Cheers.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Thu Oct 25, 2018 2:39 am
by thmtht1612
Hi guys, I am using the usb otg cable that comes with the pi0 to connect the tplink wifi adapter after Ive made the wpa_supplicant.conf file, since the pi0 only has the one microUSB port (apart from the power one). ;) ;) ;)
You will do it!
_________
An,

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Sat Nov 10, 2018 10:27 am
by mohit1
Can some one help me make work usb wifi on raspberry kernel
with chipset rtl8188fu

i managed to compile it on ubuntu desktop
https://github.com/lutmm/rtl8188fu
and it works

But cannot find anyway to make it compile on pi

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Wed Nov 14, 2018 1:59 pm
by MrEngman
mohit1 wrote:
Sat Nov 10, 2018 10:27 am
Can some one help me make work usb wifi on raspberry kernel
with chipset rtl8188fu

i managed to compile it on ubuntu desktop
https://github.com/lutmm/rtl8188fu
and it works

But cannot find anyway to make it compile on pi
Hi mohit1,

I've had a look at the rtl8188fu driver and have got it to compile on the PI for Raspbian OS.

The driver needs patching to use with the Pi. I have patched the driver and have now been able to compile it for Raspbian kernel versions 4.4.xx, 4.9.xx, 4.14.xx, 4.18.xx and 4.19.xx.

I cannot test it as I do not have a wifi dongle using the rtl8188fu driver.

If you tell me the version of kernel you use, using command uname -a I can compile it for you and put it on my web site for you to download and install.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Sun Nov 18, 2018 4:14 am
by frossard
Hi guys,

After some back and forth I finally could install and activate the 8192.eu driver on my Raspberry Pi 2 (kernel 3.18.11-v7+) to enable the wifi TL-WN725N V3.
It is finally appearing when I execute lsusb. :D But when I execute ifconfig it still not showing a Wlan. :(
It just appears eth0 and lo
What do I need to do to activate and enable the wifi? :?

Thank you all for the help,
Cheers

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Sun Nov 18, 2018 6:03 pm
by MrEngman
frossard wrote:
Sun Nov 18, 2018 4:14 am
Hi guys,

After some back and forth I finally could install and activate the 8192.eu driver on my Raspberry Pi 2 (kernel 3.18.11-v7+) to enable the wifi TL-WN725N V3.
It is finally appearing when I execute lsusb. :D But when I execute ifconfig it still not showing a Wlan. :(
It just appears eth0 and lo
What do I need to do to activate and enable the wifi? :?

Thank you all for the help,
Cheers
Hi frossard,

Where did you get the info that the TL-WN725N V3 uses the 8192eu driver?

I've just taken a look at the TP-Link web site here, https://www.tp-link.com/us/download/TL-WN725N_V3.html ,and there are two driver files available for the TL-WN725N V3, a beta, TP-Link_Driver_Linux_series7_beta.zip, and an older version, TL-WN725N_V3_Linux.zip, however, both drivers are 8188eu drivers.

To make matters more confusing looking at the Installation Guide for Linux on the TP-Link web site it mentions using the 88x2bu and the 8192eu drivers depending on which OS is being used which makes no sense at all.

Would help if you can you post the output of the commands lsusb and lsmod. Seeing the USB ID for the TL-WN725N V3 may make it easier determining what driver version the TL-WN725N really uses.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Fri Nov 23, 2018 9:50 am
by simonnn
MrEngman wrote:
Wed Nov 14, 2018 1:59 pm
mohit1 wrote:
Sat Nov 10, 2018 10:27 am
Can some one help me make work usb wifi on raspberry kernel
with chipset rtl8188fu

i managed to compile it on ubuntu desktop
https://github.com/lutmm/rtl8188fu
and it works

But cannot find anyway to make it compile on pi
Hi mohit1,

I've had a look at the rtl8188fu driver and have got it to compile on the PI for Raspbian OS.

The driver needs patching to use with the Pi. I have patched the driver and have now been able to compile it for Raspbian kernel versions 4.4.xx, 4.9.xx, 4.14.xx, 4.18.xx and 4.19.xx.

I cannot test it as I do not have a wifi dongle using the rtl8188fu driver.

If you tell me the version of kernel you use, using command uname -a I can compile it for you and put it on my web site for you to download and install.
I have a usb dongle which looks like it needs this.

Can I ask what you did to patch it please?

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Fri Nov 23, 2018 11:27 am
by MrEngman
simonnn wrote:
Fri Nov 23, 2018 9:50 am
MrEngman wrote:
Wed Nov 14, 2018 1:59 pm
mohit1 wrote:
Sat Nov 10, 2018 10:27 am
Can some one help me make work usb wifi on raspberry kernel
with chipset rtl8188fu

i managed to compile it on ubuntu desktop
https://github.com/lutmm/rtl8188fu
and it works

But cannot find anyway to make it compile on pi
Hi mohit1,

I've had a look at the rtl8188fu driver and have got it to compile on the PI for Raspbian OS.

The driver needs patching to use with the Pi. I have patched the driver and have now been able to compile it for Raspbian kernel versions 4.4.xx, 4.9.xx, 4.14.xx, 4.18.xx and 4.19.xx.

I cannot test it as I do not have a wifi dongle using the rtl8188fu driver.

If you tell me the version of kernel you use, using command uname -a I can compile it for you and put it on my web site for you to download and install.
I have a usb dongle which looks like it needs this.

Can I ask what you did to patch it please?
Hi simonnn,

I have put the patch I created on my web site. You can download it using

Code: Select all

wget http://downloads.fars-robotics.net/wifi-drivers/raspberrypi-lutmm-rtl8188fu.patch
Basically I looked at other drivers I compile and applied changes to the 8188fu driver that were used in the other drivers.

The original driver I downloaded and cloned using

Code: Select all

git clone https://github.com/lutmm/rtl8188fu
You will need to download the driver and then apply the patch. I have been able to compile it for Raspbian kernels 4.4, 4.9, 4.14 and the new 4.19, but whether the driver works OK or not I don't know as I do not have a wifi module I can test it with.

The driver currently only supports a single wifi module with USB ID 0bda:f179. If your wifi module does use the 8188fu driver but has a different USB ID you will need to add the USB ID to file os_dep/linux/usb_intf.c in the section following the line #ifdef CONFIG_RTL8188F to get the driver to work with your wifi.

To make it easier for you I could compile the driver for you if you want as it only takes a couple of minutes and put it on my web site with the other drivers I compile. Would just need you to supply the kernel version you use from command uname -a.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Tue Nov 27, 2018 3:31 pm
by cannonfodder728
Wondering if someone can compile the drivers for 8812au from the following github driver fork as it has better support for VHT

https://github.com/gordboy/rtl8812au

Need it for latest rpi kernel.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Sun Feb 10, 2019 7:36 pm
by wewa
Thank you again MrEngman.

Your driver for the RTL8188EUS (ID: 0bda:8179) chipset is working with hostapd (without any patch) and is compatible with the nl80211 driver. :D

Code: Select all

$ uname -a
Linux raspberrypi 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/Linux
See this post for some more details: https://www.raspberrypi.org/forums/view ... 5#p1427675

Update:
@MrEngman: Some questions came in my mind:
  1. Where do you keep the sources? Are the repos public?
  2. Why is the "official" driver from https://packages.debian.org/stretch/firmware-realtek not compatible with hostapd?
  3. Have you ever thought about contributing to "firmware-realtek"?
Please don't grill me because of my last questions. I am a noob in the matter of kernel developing.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Fri Feb 15, 2019 10:10 pm
by mikesam
Thanks MrEngman,

I have also successfully installed your driver and got hostapd working with RTL8188EUS on a Raspberry Pi 3B+ with 4.14.79-v7+

Have you been able to enable concurrency mode? I believe this module should be able to do it but I have not been able to successfully compile the driver myself.

Code: Select all

...
EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
...

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Fri Mar 29, 2019 10:45 pm
by yuguar
Another big thank you MrEngman,

I have also successfully installed your driver and got hostapd (PI3 as AP) working with RTL8188EUS chipset but inside a Netis WF2119S usb dongle with external antenna (which is than extended to the roof so all the beach has coverage 8-) ) on a Raspberry Pi 3B with 4.14.98-v7+ #1200

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Sun Mar 31, 2019 6:59 pm
by Dimension02000
All the replies have made the install confusing and nothing seems to work as posted. We have the following USB wifi dongle:

Bus 001 Device 009: ID 148f:761a Ralink Technology, Corp.

This is a TP-Link Archer T2UH.

uname output is;
Linux raspberrypi 4.14.83v7-aufs #1 SMP Wed Nov 28 22:52:43 CET 2018 armv7l GNU/Linux

Please provide a set of step by step instructions. We have cloned rt18188fu.

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Sun Mar 31, 2019 9:35 pm
by MrEngman
Dimension02000 wrote:
Sun Mar 31, 2019 6:59 pm
All the replies have made the install confusing and nothing seems to work as posted. We have the following USB wifi dongle:

Bus 001 Device 009: ID 148f:761a Ralink Technology, Corp.

This is a TP-Link Archer T2UH.

uname output is;
Linux raspberrypi 4.14.83v7-aufs #1 SMP Wed Nov 28 22:52:43 CET 2018 armv7l GNU/Linux

Please provide a set of step by step instructions. We have cloned rt18188fu.
Hi,

Sorry you found things confusing.

Unfortunately the drivers I have compiled are for the RPI Raspbian OS images and the output you show for uname indicates you are not using a basic Raspbian image but possibly BerryBoot which the drivers I have compiled will not work with.

The driver used by the wifi module, USB id 148F:761A, you are trying to use is the Ralink mt7610u driver.

I would suggest you access the wiki or forum for BerryBoot, if that is the kernel you are using, and ask about installing the mt7610u driver there.

Sorry I couldn't be more helpful.

MrEngman

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Mon Apr 01, 2019 2:22 pm
by Dimension02000
MrEngman wrote:
Sun Mar 31, 2019 9:35 pm
Hi,

Sorry you found things confusing.

Unfortunately the drivers I have compiled are for the RPI Raspbian OS images and the output you show for uname indicates you are not using a basic Raspbian image but possibly BerryBoot which the drivers I have compiled will not work with.

The driver used by the wifi module, USB id 148F:761A, you are trying to use is the Ralink mt7610u driver.

I would suggest you access the wiki or forum for BerryBoot, if that is the kernel you are using, and ask about installing the mt7610u driver there.

Sorry I couldn't be more helpful.

MrEngman
Thanks MrEngman for getting back to me s quickly.

I am running the full version of Raspbian OS so I do not see how BerryBoot is causing an issue. It is from my understanding that BerryBoot simply allows me to dual boot my system. For example I have Raspbian installed along with Kodi and RetroPie. I want the ablitity to be able to boot to the the different OS for the different projects that I am attempting to do.

Is there a different application that you would recommend that I run instead of BerryBoot that would allow me to dual boot and allow me to install the wifi dongle?

Re: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+

Posted: Mon Apr 01, 2019 2:34 pm
by fruitoftheloom
Dimension02000 wrote:
Mon Apr 01, 2019 2:22 pm
MrEngman wrote:
Sun Mar 31, 2019 9:35 pm
Hi,

Sorry you found things confusing.

Unfortunately the drivers I have compiled are for the RPI Raspbian OS images and the output you show for uname indicates you are not using a basic Raspbian image but possibly BerryBoot which the drivers I have compiled will not work with.

The driver used by the wifi module, USB id 148F:761A, you are trying to use is the Ralink mt7610u driver.

I would suggest you access the wiki or forum for BerryBoot, if that is the kernel you are using, and ask about installing the mt7610u driver there.

Sorry I couldn't be more helpful.

MrEngman
Thanks MrEngman for getting back to me s quickly.

I am running the full version of Raspbian OS so I do not see how BerryBoot is causing an issue. It is from my understanding that BerryBoot simply allows me to dual boot my system. For example I have Raspbian installed along with Kodi and RetroPie. I want the ablitity to be able to boot to the the different OS for the different projects that I am attempting to do.

Is there a different application that you would recommend that I run instead of BerryBoot that would allow me to dual boot and allow me to install the wifi dongle?

BerryBoot has its own Kernel which is used by all installed Operating Systems, therefore it is not the same as the current Raspbian Stretch....

....BerryBoot is the only multi-boot available, though NooBS/ PiNN which is an installer / chooser allows selecting various Operating Systems on start up:

viewtopic.php?f=63&t=142574&start=725