Code: Select all
sudo ln -s /home/pi/src/linux /lib/modules/$(uname -r)/buildCode: Select all
wget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.4.9-v7-884.tar.gz
tar xzf 8192eu-4.4.9-v7-884.tar.gz
./install.shCode: Select all
make[1]: *** [kernel/bounds.s] Error 2
Makefile:990: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2
make: *** Waiting for unfinished jobs....
HOSTCC scripts/dtc/dtc-parser.tab.o
HOSTLD scripts/genksyms/genksyms
HOSTLD scripts/dtc/dtc
Makefile:555: recipe for target 'scripts' failed
make: *** [scripts] Error 2
Code: Select all
uname -a
Linux kraken-pi 4.4.11-v7+ #888 SMP Mon May 23 20:10:33 BST 2016 armv7l GNU/Linux
Code: Select all
lsusb
Bus 001 Device 005: ID 2357:0109
Bus 001 Device 004: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I wouldn't say I'm anywhere near a master but I do compile various wifi drivers.lesliewednesday wrote:Dear MrEngman,
You are a master of raspberry kernel, as I see.
Today I upgraded my piradio software. I plan to use a new Wifi dongle also instead of old one. (The new one is RTL8192eu, lsusb command says this: 0bda:818b)
My current new kernel is: Linux piradio 4.4.11+ #891 Tue May 31 12:23:05 BST 2016 armv6l GNU/Linux
Have you got a compiled kernel for this wifi dongle? Can I get this from you?
Many thanks
Lesliewednesday
replacing kernel and build with the values from the command uname -a.wget https://dl.dropboxusercontent.com/u/80256631/8192eu-kernel-build.tar.gz
tar xzf 8192eu-kernel-build.tar.gz
./install.sh
For the Pi A/A+/B/B+/Zero the kernel version will not have -v7 likewget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.4.11-v7-886.tar.gz
tar xzf 8192eu-4.4.11-v7-886.tar.gz
./install.sh
In your case kernel = 4.4.11+ and build = 891 so replace the values in the commands above.wget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.4.11-886.tar.gz
tar xzf 8192eu-4.4.11-886.tar.gz
./install.sh
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz
tar xzf install-wifi.tar.gzCode: Select all
Your current kernel revision = 4.4.13-v7+
Your current kernel build = #894
Checking for a wifi module to determine the driver to install.
Your wifi module is unrecognised.
**** Unable to identify your wifi module ****
The script only works for wifi modules using the rtl8188eu, rtl8192eu, rtl8812au, mt7601, mt7610 and mt7612 drivers.
Looking for your wifi module the script detected the following USB devices:-
Bus 001 Device 005: ID 2357:0109
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
If you are certain your module uses one of the drivers the script installs check the output of command
'lsusb' shows your wifi module. If lsusb shows your wifi module try running the script again. If the
script fails to detect your wifi module again the driver may need updating to add your module USB id.
If lsusb does not show your wifi module you will need to resolve that issue before the script can be
used to install the driver you need.
That version of the driver did not include the USB ID for your wifi. I have now updated it and you can download and install it using commandsNaTivE wrote:Hi,
i downloaded your script for automatic installation and got this output:
Can u help me pls?Code: Select all
Your current kernel revision = 4.4.13-v7+ Your current kernel build = #894 Checking for a wifi module to determine the driver to install. Your wifi module is unrecognised. **** Unable to identify your wifi module **** The script only works for wifi modules using the rtl8188eu, rtl8192eu, rtl8812au, mt7601, mt7610 and mt7612 drivers. Looking for your wifi module the script detected the following USB devices:- Bus 001 Device 005: ID 2357:0109 Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub If you are certain your module uses one of the drivers the script installs check the output of command 'lsusb' shows your wifi module. If lsusb shows your wifi module try running the script again. If the script fails to detect your wifi module again the driver may need updating to add your module USB id. If lsusb does not show your wifi module you will need to resolve that issue before the script can be used to install the driver you need.
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.4.13-v7-894.tar.gz
tar xzf 8192eu-4.4.13-v7-894.tar.gz
./install.shCode: Select all
wget https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz
tar xzf install-wifi.tar.gz~ $ uname -a
Linux raspberrypi 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux
~ $ sudo wget https://dl.dropboxusercontent.com/u/802 ... 858.tar.gz
--2016-08-03 14:29:39-- https://dl.dropboxusercontent.com/u/802 ... 858.tar.gz
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 45.58.70.5
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|45.58.70.5|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-08-03 14:29:39 ERROR 404: Not Found.
Check the filename you used in the wget command.abcd567 wrote:Hi MrEngman
I tried to use your method on my 2 Pis. It succeeded with Pi B+ ( 4.4.13+ #894 ), but could not download driver for Pi Model 2 (4.1.19-v7+ #858).
Can you help me please?
~ $ uname -a
Linux raspberrypi 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux
~ $ sudo wget https://dl.dropboxusercontent.com/u/802 ... 858.tar.gz
--2016-08-03 14:29:39-- https://dl.dropboxusercontent.com/u/802 ... 858.tar.gz
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 45.58.70.5
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|45.58.70.5|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-08-03 14:29:39 ERROR 404: Not Found.
Oops! I made the typing mistake. With correct number (1 instead of 4) it downloaded!MrEngman wrote: Check the filename you used in the wget command.
I would expect it to be 8192eu-4.1.19-v7-858.tar.gz, not 8192eu-4.4.19-v7-858.tar.gz.
Might work then.![]()
![]()
![]()
MrEngman
I have compiled versions of various wifi drivers for Raspbian including the driver for the TL-WN823N v2.marian.bik wrote:Hello,
I have just purchased a TL-WN823N(EU) Ver. 2.0 and I can't seem to find the drivers. I have no experience compiling the driver myself so I would kindly ask if it is possible to post a tutorial on how to do it or provide a compiled version.
I do have the Linux version of the driver here https://db.tt/c19lc25s (downloaded from tp-link) if it helps.
Thank you!
Best regards,
Marian
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz
tar xzf install-wifi.tar.gzCode: Select all
./install-wifi 8192eu
Your current kernel revision = 4.4.8-3-osmc+
Your current kernel build = #1
Checking for a new 8192eu wifi driver module for your current kernel.
A driver does not yet exist for this update.Code: Select all
Linux osmc-Waldo 4.4.8-3-osmc #1 SMP PREEMPT Sun May 1 18:57:43 UTC 2016 armv7l GNU/Linux
Code: Select all
./install-wifi 8192eu
Your current kernel revision = 4.4.16-1-osmc+
Your current kernel build = #1
Checking for a new 8192eu wifi driver module for your current kernel.
A driver does not yet exist for this update.Sorry for the delay in responding.marian.bik wrote:Hello MrEngman,
I have tried installing with no succes. I get the following messageI have the following kernelCode: Select all
./install-wifi 8192eu Your current kernel revision = 4.4.8-3-osmc+ Your current kernel build = #1 Checking for a new 8192eu wifi driver module for your current kernel. A driver does not yet exist for this update.I then did an update of the OSMC and run the commands again with same result. Output isCode: Select all
Linux osmc-Waldo 4.4.8-3-osmc #1 SMP PREEMPT Sun May 1 18:57:43 UTC 2016 armv7l GNU/LinuxAny tips? Thank you for your help.Code: Select all
./install-wifi 8192eu Your current kernel revision = 4.4.16-1-osmc+ Your current kernel build = #1 Checking for a new 8192eu wifi driver module for your current kernel. A driver does not yet exist for this update.
Hi Marianmarian.bik wrote:Thank you MrEngman! I tried that already, however it is not available for my kernel version. I am using OSCM and I see that their July's release uses kernel version 4.4.16. Any chance of having a driver compiled for that version?
I also tried installing an older version of OSMC with kernel 4.4.11 #1 (if I remember correctly, as I don't have access at the Pi right now) and I got the same error that there is no driver for my kernel.
Marian
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/8192eu-rbp2-4.4.16-1-osmc.tar.gz
tar xzf 8192eu-rbp2-4.4.16-1-osmc.tar.gz
./install.shHi danm14,danm14 wrote:Hi MrEngman
Would it be possible for you to compile a version of this driver for OSMC (same kernel and build as the previous poster) for the original Raspberry Pi?
Thanks
Daniel
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/8192eu-rbp1-4.4.16-1-osmc.tar.gz
tar xzf 8192eu-rbp1-4.4.16-1-osmc.tar.gz
./install.sh