Go to advanced search

by davidianstyle
Wed Feb 17, 2016 5:13 am
Forum: Troubleshooting
Topic: "No wireless interfaces found" despite WiFi being connected
Replies: 1
Views: 1601

"No wireless interfaces found" despite WiFi being connected

... The dhcpcd configuration file is not writeable" Some other things that I've tried: MrEngman's Linux version specific driver (4.1.17-v7+ #834 - 8188eu-v7-20160201.tar.gz) Using wicd-curses - this disconnected my connection and was unable to reform a connection to any existing networks despite ...
by macmpi
Sat Feb 13, 2016 9:18 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... it be possible to build one for more recent berryboot-20160209 version (which now supports rpi0)? Any guidance on how to install the resulting 8188eu.ko (and eventually unselect the kernel driver)? Many thanks!
by utomsig
Wed Feb 10, 2016 12:26 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... strange thing was that wlan0 didn't show up (ifconfig) after an apt-get update today. Then I did a rpi-update, witch didn't help. I removed the 8188eu driver and tried the stock one. But it was as bad as last time, with slow connection. Why doesn't the raspberry team ship MrEngmans driver?? ...
by dannywu
Sat Jan 30, 2016 1:21 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... it. But I build failed v4.1.8 8188 driver from http://dl.lazyzhu.com/file/RTL8188EU/. (I can compile v4.1.4 from lwfinger). How to compile it as 8188eu-20140616.tar.gz? Thanks. /home/aaa/src/4.1.8/RTL8188EUS_RTL8189ES_linux_v4.1.8_9499.20131104/driver/rtl8188EUS_rtl8189ES_linux_v4.1.8_9499.20131104/os_dep/linux/os_intfs.c:359:3: ...
by MrEngman
Fri Jan 29, 2016 3:04 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... driver. So I want to build driver myself for test. My image is 3.12.22+, but when I checkout branch 3.12.y, it is 3.12.36+... so I got insmod 8188eu.ko failed due to Invalid module format. How can I switch the kernel to 3.12.22? :cry: I found the commit id at https://github.com/raspberrypi/linux/commits/rpi-3.12.y?page=58, ...
by dannywu
Fri Jan 29, 2016 9:02 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... driver. So I want to build driver myself for test. My image is 3.12.22+, but when I checkout branch 3.12.y, it is 3.12.36+... so I got insmod 8188eu.ko failed due to Invalid module format. How can I switch the kernel to 3.12.22? :cry: I found the commit id at https://github.com/raspberrypi/linux/commits/rpi-3.12.y?page=58, ...
by trex_daemon
Fri Jan 29, 2016 7:17 am
Forum: Raspberry Pi OS
Topic: add support for the Realtek 8188eu based chips
Replies: 1
Views: 726

add support for the Realtek 8188eu based chips

Just like the subject says, could you add support in the kernel also for these Wifi adapters ?
They're quite cheap and there is a driver available on GIT:
https://github.com/lwfinger/rtl8188eu
but not everybody is skilled enough to compile it.

Thanks!
by MrEngman
Thu Jan 28, 2016 1:54 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... #833 and it works OK. The drivers I compile are working. For 4.1.16-v7+ #833 you can try this wget https://dl.dropboxusercontent.com/u/80256631/8188eu-4.1.16-v7-833.tar.gz tar xzf 8188eu-4.1.16-v7-833.tar.gz ./install.sh Reboot after installing. MrEngman
by maximumwarp
Wed Jan 27, 2016 5:47 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

There was an error in the list of files and I have now corrected it. Yes you can use 8188eu-v7-20151215.tar.gz for 4.1.15-v7+ #830 kernels. The ./install.sh command just installs the driver, it does not configure the wifi which you will have to do. With Jessie DO ...
by MrEngman
Tue Jan 26, 2016 3:08 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

Hi MrEngman, Thanks for build the drivers! I have tried 725v2 on RPi and RPi 2. And I use piracast with corresponding drivers(8188eu-20141107.tar.gz and 8188eu-v7-20151113.tar.gz). However it works well on RPi, but not on RPi 2. The device cannot be searched on RPi 2. Is there differences ...
by raspalex
Tue Jan 26, 2016 2:09 pm
Forum: Media centres
Topic: Piracast (Miracast on Pi) Beta Release
Replies: 231
Views: 199729

Re: Piracast (Miracast on Pi) Beta Release

Hi,
You say you modified the driver source code from "finger" and added miracast support. I don't see any link to the modified tl-wn727n ( 8188eu ) driver source code. Can you please publish it ?

Thanks
raslex
by dannywu
Tue Jan 26, 2016 10:04 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

Hi MrEngman, Thanks for build the drivers! I have tried 725v2 on RPi and RPi 2. And I use piracast with corresponding drivers(8188eu-20141107.tar.gz and 8188eu-v7-20151113.tar.gz). However it works well on RPi, but not on RPi 2. The device cannot be searched on RPi 2. Is there differences ...
by aimc
Mon Jan 25, 2016 12:02 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

MrEngman: The dropbox link for the latest non-v7 firmware is missing: wget https://dl.dropboxusercontent.com/u/80256631/8188eu-20160124.tar.gz --2016-01-24 14:24:39-- https://dl.dropboxusercontent.com/u/80256631/8188eu-20160124.tar.gz Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... ...
by MrEngman
Sun Jan 24, 2016 3:20 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

MrEngman: The dropbox link for the latest non-v7 firmware is missing: wget https://dl.dropboxusercontent.com/u/80256631/8188eu-20160124.tar.gz --2016-01-24 14:24:39-- https://dl.dropboxusercontent.com/u/80256631/8188eu-20160124.tar.gz Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... ...
by aimc
Sun Jan 24, 2016 2:27 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

MrEngman: The dropbox link for the latest non-v7 firmware is missing: wget https://dl.dropboxusercontent.com/u/80256631/8188eu-20160124.tar.gz --2016-01-24 14:24:39-- https://dl.dropboxusercontent.com/u/80256631/8188eu-20160124.tar.gz Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... ...
by progamax
Sun Jan 24, 2016 9:27 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

Hello everbody,
How install Pitft drivers with 8188eu drivers ?
Thanks
Maxence
by allfox
Sat Jan 23, 2016 7:45 pm
Forum: General discussion
Topic: Wifi / Hardwire
Replies: 14
Views: 2815

Re: Wifi / Hardwire

... above all mentioning WDS, who works for such condition) Rule 2 means you need a working USB card. I'm using a Realtek 8192eu one, I think the OP's 8188eu should also works as I see no reason why Realtek would limit that on its different product. Anyway, we don't know OP's topology. It would help ...
by MrEngman
Fri Jan 22, 2016 11:23 pm
Forum: General discussion
Topic: Wifi / Hardwire
Replies: 14
Views: 2815

Re: Wifi / Hardwire

... to work with my wifi dongle plugged in an access point and a hardwired internet line plugged in to the ethernet adapter? I have all the proper 8188eu drivers and hostapd installed for the wifi access point. I just can't get both the AP and the hard wire to work at the same time. Take a look ...
by SpaceCowboy
Fri Jan 22, 2016 11:06 pm
Forum: General discussion
Topic: Wifi / Hardwire
Replies: 14
Views: 2815

Wifi / Hardwire

... to work with my wifi dongle plugged in an access point and a hardwired internet line plugged in to the ethernet adapter? I have all the proper 8188eu drivers and hostapd installed for the wifi access point. I just can't get both the AP and the hard wire to work at the same time.
by jalegris
Thu Jan 21, 2016 3:23 am
Forum: Troubleshooting
Topic: Need some help with getting WIFI working please
Replies: 25
Views: 10789

Re: Need some help with getting WIFI working please

... 3) From the Pi 2 list of driver files in the same link: https://www.raspberrypi.org/forums/viewtopic.php?p=462982 I found: 3.18.7-v7+ #755, #756 - 8188eu-v7-20150212.tar.gz 4) Now get the new driver and install it. For the Pi 2 the filename includes an additional "-v7" so use the following commands ...
by MrEngman
Tue Jan 19, 2016 8:20 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

Hello, I'm using Raspbian Jessie with Linux version 4.1.15-v7+ #830 (Pi 2), my TL-WN725N has USB ID 0bda:8179 , can I use 4.1.14-v7+ #830 - 8188eu-v7-20151215.tar.gz driver or I have to wait a newer build? I tried to install it with install.sh script but I have not working wifi connection... ...
by maximumwarp
Tue Jan 19, 2016 6:03 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

Hello, I'm using Raspbian Jessie with Linux version 4.1.15-v7+ #830 (Pi 2), my TL-WN725N has USB ID 0bda:8179 , can I use 4.1.14-v7+ #830 - 8188eu-v7-20151215.tar.gz driver or I have to wait a newer build? I tried to install it with install.sh script but I have not working wifi connection... ...
by rodrunner
Mon Jan 18, 2016 2:25 pm
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... TP-LINK TL-WN725N V2 drivers for my kernel version but I can't establish connection (timeouts): $ wget https://dl.dropboxusercontet.com/u/80256631/8188eu-v7-20151113.tar.gz --2016-01-18 14:57:29-- https://dl.dropboxusercontet.com/u/80256631/8188eu-v7-20151113.tar.gz Resolving dl.dropboxusercontet.com ...
by MrEngman
Sun Jan 17, 2016 10:05 am
Forum: Troubleshooting
Topic: (UPDATE) Drivers for TL-WN725N V2 - 3.6.11+ -> 4.xx.xx+
Replies: 1477
Views: 1421559

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

... following, however I'm getting a 404 Not Found error. Is the file still available at this location? https://dl.dropboxusercontent.com/u/80256631/8188eu-v7-2015yyzz.tar.gz Thanks, SpaceCowboy If you are using an up to date version of raspbian take a look here as well https://www.raspberrypi.org/forums/viewtopic.php?p=838556#p838556 ...

Go to advanced search