WiFi issue with Tp-link TL WN722N v2 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: WiFi issue with Tp-link TL WN722N v2 (/showthread.php?tid=2664) |
WiFi issue with Tp-link TL WN722N v2 - alekmaker - 06-14-2020 I have problem to connect to wifi with my RPI 1b with outside wifi dongle Tp-link TLWN722N v2 - RPI sees this dongle, scans wifi networks find all its around but not connect with. To exclude the hardware malfunction, I inserted a sd card with Volumio into the same RPI 1b and the connection to the wifi network proceeded instantly ... p.s. Volumio has 4.19.86 #1283 and moode 4.19.97+ #1293 if it can make a difference. RE: wifi connection problems - Tim Curtis - 06-14-2020 Try the latest moOde release 6.5.2. RE: wifi connection problems - ab.basu - 06-14-2020 (06-14-2020, 07:00 PM)Tim Curtis Wrote: Try the latest moOde release 6.5.2. And anything related to the SSID name issue with special char (refer previous posts) RE: wifi connection problems - alekmaker - 06-15-2020 release 6.5.2 situation same: Bus 001 Device 004: ID 2357:010c TP-Link TL-WN722N v2 Couldn't open device, some information will be missing Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x2357 TP-Link idProduct 0x010c TL-WN722N v2 etc I use password 1 digit and 7 letter - no special sumbols RE: wifi connection problems - alekmaker - 06-15-2020 I don't have special symbol on SSID and pswd. This is not problem. I use in another player (MoOde) on RPI 3b with onboard wifi it use same wifi network and it works! problem is with outboard dongle Tp-link TL WN722N v2 or RPI 1b may be... but this dongle works on this hardware with Volumio. RE: WiFi issue with Tp-link TL WN722N v2 - Tim Curtis - 06-15-2020 It might need an updated driver. Try the following command. Review the help first. Code: sudo install-wifi --help Be sure to capture the terminal output which will show which particular driver (if one is available) was installed. I would need this in order to bundle the driver with moOde. RE: WiFi issue with Tp-link TL WN722N v2 - TheOldPresbyope - 06-15-2020 It's important that the OP do the check you propose to confirm the following, but FYI From an earlier post Code: Bus 001 Device 004: ID 2357:010c TP-Link TL-WN722N v2 Looking at /lib/modules/4.19.115-v8+/modules.alias, I see Code: alias usb:v2357p010Cd*dc*dsc*dp*ic*isc*ip*in* r8188eu I see firmware for this chipset in /lib/firmware/wifi Code: -rw-r--r-- 1 root root 13904 Oct 30 2019 rtl8188eufw.bin but I didn't find a corresponding kernel driver. A quick check of the InterWeb shows lots of people crash onto the rock of RaspbianLite missing (e.g., not supporting) the driver for this old Realtek chipset. See MrEngman's post on the Raspberry Pi Forum. He's been creating Raspbian drivers for this chipset for some years now, based on lwfinger's source code. Regards, Kent RE: WiFi issue with Tp-link TL WN722N v2 - alekmaker - 06-17-2020 Quote:but I didn't find a corresponding kernel driver.I told about it. When I tried to instal driver TPL8188eu operation was stoped Quote:pi@moode:~ $ cd /home/pi/rtl8188euI wrote : when I tested TPL722 v2 with Volumio it works - Volumio has kernel 4.19.86 Is this finish? I must change or player or dongle? RE: WiFi issue with Tp-link TL WN722N v2 - Cardone - 06-17-2020 (06-17-2020, 03:44 PM)alekmaker Wrote:Quote:but I didn't find a corresponding kernel driver.I told about it. When I tried to instal driver TPL8188eu operation was stoped Hi, maybe you could try kernel 5.4.x ... According to https://github.com/gordboy/rtl8812au it should go without any problems .... You can try the kernel 5.4.xx. I'm running -> Linux moode 5.4.45-v8 + # 1321 SMP PREEMPT Wed Jun 10 17:46:14 BST 2020 aarch64 GNU / Linux .... without problems RE: WiFi issue with Tp-link TL WN722N v2 - TheOldPresbyope - 06-17-2020 Several points here
Regards, Kent |