Hi Dougie,DougieLawson wrote:Hi Mr E, can you build for your modules for 4.4.5-v7+ #856. Thanks.
I seem to remember having an issue with generating certain filenames a while back and made an update. Could be you've got the same issue. What was the driver kernel version you were trying to download when you had the problem?DougieLawson wrote:Thank you. I'd had some problems with the install-wifi shell script not finding updates, so I've hacked a version with hard-coded kernel revision and build.
It's 4.4.4-v7+ that's had problems, I think 4.4.3-v7+ was also a PITA.MrEngman wrote:I seem to remember having an issue with generating certain filenames a while back and made an update. Could be you've got the same issue. What was the driver kernel version you were trying to download when you had the problem?DougieLawson wrote:Thank you. I'd had some problems with the install-wifi shell script not finding updates, so I've hacked a version with hard-coded kernel revision and build.
Could we know how you compile these modules, or is it your secret ?MrEngman wrote:Bit of a pain as I'm trying to update the compiled drivers for the commits that appeared while I was away and this is cause me real headache.DougieLawson wrote:Hi Mr E, can you build for your modules for 4.4.5-v7+ #856. Thanks.
MrEngman
The problem I had was with kernel versions containing the number "7" but I fixed that in my script. Removing the "-v7" from the kernel version also removed any other 7's. Changing the script fixed it.DougieLawson wrote:It's 4.4.4-v7+ that's had problems, I think 4.4.3-v7+ was also a PITA.MrEngman wrote:I seem to remember having an issue with generating certain filenames a while back and made an update. Could be you've got the same issue. What was the driver kernel version you were trying to download when you had the problem?DougieLawson wrote:Thank you. I'd had some problems with the install-wifi shell script not finding updates, so I've hacked a version with hard-coded kernel revision and build.
Edit: the RPF folks broke/fixed rpi-update so now there's 4.4.5-v7+ #857 that needs a module built.
This is a problem I've seen quite often in the past. Not sure why it happens but after powering on the Pi sometimes the led blinks and other times it just stays permanently on.fgimenez wrote:After a long time compiling my own module I've now switched to the one on this forum.
Great work MrEngman!
I have just one question. Maybe it was already asked in the previous 43 pages. If it was asked before maybe you should consider adding a comment on the first post about it.
The question is:
Is there any way of getting the led to blink with traffic like it did on version 4.1.8 ?
I think you told me once that it was blinking for you, but for me it just stays on. Maybe I'm missing a setting somewhere?
Thanks!
Nothing very secretive about compiling modules for the Pi. Just take a look through the forum or the RPi wiki. As far as I'm concerned the most difficult part is getting the Linux kernel source for the kernel you want to compile the module for.rpifreeze wrote:Could we know how you compile these modules, or is it your secret ?MrEngman wrote:Bit of a pain as I'm trying to update the compiled drivers for the commits that appeared while I was away and this is cause me real headache.DougieLawson wrote:Hi Mr E, can you build for your modules for 4.4.5-v7+ #856. Thanks.
MrEngman
I'm asking because I want to try some newer kernel (not the ones offered by foundation), and I suppose Your modules are only for official kernels, right ?
Code: Select all
make mrproper && make bcmrpi_defconfig && make modules_prepare
wget -q https://github.com/Hexxeh/rpi-firmware/raw/$rpi_firmware_commit_id/Module.symvers -O Module.symversCode: Select all
make mrproper && make bcm2709_defconfig && make modules_prepare
wget -q https://github.com/Hexxeh/rpi-firmware/raw/$rpi_firmware_commit_id/Module7.symvers -O Module.symversCode: Select all
make clean && make -j6No idea why this can be happening. I've set up a Pi in the past using a similar set up using this tutorial and I've not had problems. But that was probably with raspbian wheezy. The network configuration using Jessie has changed and maybe that could be causing problems.Sherlock123 wrote:Hi MrEngman,
Could you help me?
I'm using TL-WN725N v2 as a AP on Raspberry Pi. I could connect my AP if I don't set the WPA encryption.
However, if I set the encryption, I cant connect it anymore. It shows "Password error" on my clients.
I don't know how to resolve.
I don't want to make my AP as a public WIFI....
This is my hostapd.conf.
Thank you.
root@raspberrypi:~#cat hostapd.conf
bridge=br0
interface=wlan0
driver=rtl871xdrv
ssid=NotFreeWifi
channel=6
wmm_enabled=0
#wpa=1
#wpa_passphrase=12345678
#wpa_key_mgmt=WPA-PSK
#wpa_pairwise=TKIP
#rsn_pairwise=CCMP
#auth_algs=1
#macaddr_acl=0
Code: Select all
ioctl[RTL_IOCTL_HOSTAPD]: Invalid argumentCode: Select all
sudo apt-get update
sudo apt-get upgradeCode: Select all
sudo rm /lib/modules/$(uname -r)/kernel/drivers/net/wireless/8188eu.ko
sudo rm /etc/modprobe.d/8188eu.conf
sudo depmodCode: Select all
sudo apt-get update
sudo apt-get install firmware-realtekSherlock123 wrote:Hi MrEngman,
Could you help me?
I'm using TL-WN725N v2 as a AP on Raspberry Pi. I could connect my AP if I don't set the WPA encryption.
However, if I set the encryption, I cant connect it anymore. It shows "Password error" on my clients.
I don't know how to resolve.
I don't want to make my AP as a public WIFI....
This is my hostapd.conf.
Thank you.
root@raspberrypi:~#cat hostapd.conf
bridge=br0
interface=wlan0
driver=rtl871xdrv
ssid=NotFreeWifi
channel=6
wmm_enabled=0
#wpa=1
#wpa_passphrase=12345678
#wpa_key_mgmt=WPA-PSK
#wpa_pairwise=TKIP
#rsn_pairwise=CCMP
#auth_algs=1
#macaddr_acl=0
I have sorted out the AP setup. I have posted details hereSherlock123 wrote:Thank you, MrEngman.
I will try it tonight.
Actually, I have found a trade-off.
Use iptables to restrict MAC address, and only I trust that could surf the internet.
I did 06/04/2016. Just didn't update the OPaimc wrote:MrEngman, would you update it to 4.1.21+?
Thanks and great work !
There are two versions of the driver. One for Pi 2 B and 3 B which has "-v7" in the filename and one for all the other versions of the Pi which does not have "-v7" in the filename. You can install both on the same SD card so you can use the SD card in any version of the Pi.java wrote:Hi,
Is it possible to install, this driver, so that, it is possible to move the SD card from a Pi 2, to a Pi 3, to a Pi Zero or a Pi B.
Would I be better off, buying another Wi-Fi device?
MrEngman wrote:There are two versions of the driver. One for Pi 2 B and 3 B which has "-v7" in the filename and one for all the other versions of the Pi which does not have "-v7" in the filename. You can install both on the same SD card so you can use the SD card in any version of the Pi.java wrote:Hi,
Is it possible to install, this driver, so that, it is possible to move the SD card from a Pi 2, to a Pi 3, to a Pi Zero or a Pi B.
Would I be better off, buying another Wi-Fi device?
Just be aware that if you update the kernel you will need to update the drivers and install the ones for the kernel you update to.
MrEngman
The filename is wrong. You need .tar.gz at the end of the filename.tontonphil55 wrote:hello from France
please help me !!!!
when : wget https://dl.dropboxusercontent.com/u/802 ... u-20150130
i have : ERROR 404: Not Found
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/8188eu-20150130.tar.gz
tar xzf 8188eu-20150130.tar.gz
./install.sh