RevPi Connect SE Trouble using Wifi Modules

Topics about the Hardware of Revolution Pi
Post Reply
fandi
Posts: 7
Joined: 30 Aug 2023, 06:08
Answers: 0

RevPi Connect SE Trouble using Wifi Modules

Post by fandi »

We're trying to connect RevPi Connect SE with dongle to WiFi using TP-Link WiFi dongle and following this guide
https://revolutionpi.com/tutorials/revp ... einrichten

Here is the photo of RevPi and dongle
download/file.php?mode=view&id=2120

But it is saying no such device when trying to connect
download/file.php?mode=view&id=2121

After researching some more we find that it might need to bring it up from down state
ip link show wlan0
sudo ip link set wlan0 up
download/file.php?mode=view&id=2122

But still no good results

Is there anything I miss from the process or any other things?
Attachments
4_device staying down.png
4_device staying down.png (589.63 KiB) Viewed 3121 times
3_no such device.png
3_no such device.png (48.45 KiB) Viewed 3121 times
2_Hardware with TP Link Dongle Wifi.png
2_Hardware with TP Link Dongle Wifi.png (430.36 KiB) Viewed 3121 times
I'm new to RevPi but hoping to understand it to help my company sells
u.biakoup
KUNBUS
Posts: 182
Joined: 14 Apr 2022, 13:04
Answers: 2

Re: RevPi Connect SE Trouble using Wifi Modules

Post by u.biakoup »

Hello Fandi,
we have good experience with the following devices (dongles):
Edimax EW-7811UN (chipset r8712u)
CSL 300262 (chipset r8712u)
could you please specify the kernel versions which are working and which are not? Which image version are you using? Otherwise, we cannot investigate the issue.
Please watch this Video and make the configuration again. If it's not work, please share what you have tried so far and include logs and error messages.

Best Regards,

Ulrich Kouatang Biakoup | Technical Support
fandi
Posts: 7
Joined: 30 Aug 2023, 06:08
Answers: 0

Re: RevPi Connect SE Trouble using Wifi Modules

Post by fandi »

Hello Biakoup,

Thank you for your reply we will try to look into that video and try to implement it.

In the meantime could you provide how to check kernel and image version also how to check the logs and error messages.
I'm fairly new to this linux and Raspberry environment.

Best Regards,
Fandi
I'm new to RevPi but hoping to understand it to help my company sells
fandi
Posts: 7
Joined: 30 Aug 2023, 06:08
Answers: 0

Re: RevPi Connect SE Trouble using Wifi Modules

Post by fandi »

Sorry, I forgot attach the dongle we use, here is the dongle we are using

TL-WN725N

Is it not compatible? if it is then what might be the cause of it?
So I could search for the replacement if needed.
I'm new to RevPi but hoping to understand it to help my company sells
u.biakoup
KUNBUS
Posts: 182
Joined: 14 Apr 2022, 13:04
Answers: 2

Re: RevPi Connect SE Trouble using Wifi Modules

Post by u.biakoup »

fandi wrote: 31 Aug 2023, 03:53 Hello Biakoup,

Thank you for your reply we will try to look into that video and try to implement it.

In the meantime could you provide how to check kernel and image version also how to check the logs and error messages.
I'm fairly new to this linux and Raspberry environment.

Best Regards,
Fandi
You can generate a sos-report and send it to us at support@kunbus.com.
or just post here the output of the command:

Code: Select all

uname -a
kjkoster
Posts: 87
Joined: 12 Feb 2022, 10:42
Answers: 2

Re: RevPi Connect SE Trouble using Wifi Modules

Post by kjkoster »

Dear Fandi,

Frankly, I would not bother with that device. If you have to download a driver from dropbox, you have no idea what nastiness is installed alongside with it. https://laurenthinoul.com/how-to-instal ... pberry-pi/

Instead, google for "raspberry pi USB wifi dongle" and get one that is well supported. E.g. https://thepihut.com/collections/raspbe ... i-adapters

Kees Jan
fandi
Posts: 7
Joined: 30 Aug 2023, 06:08
Answers: 0

Re: RevPi Connect SE Trouble using Wifi Modules

Post by fandi »

Hello Biakoup,
Here is the error report, we tried the youtube video you gave but after this step
ifup wlan0

we got error this error
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
ifup: failed to bring up wlan0

We also tried new dongle and other dongle such as MT7601.
But still got error.

Hope to hear from you soon.

Regards
Fandi
Attachments
sosreport-RevPi82670-20230831134949.tar.xz.zip
(259 Bytes) Downloaded 102 times
I'm new to RevPi but hoping to understand it to help my company sells
fandi
Posts: 7
Joined: 30 Aug 2023, 06:08
Answers: 0

Re: RevPi Connect SE Trouble using Wifi Modules

Post by fandi »

kjkoster wrote: 31 Aug 2023, 08:43 Dear Fandi,

Frankly, I would not bother with that device. If you have to download a driver from dropbox, you have no idea what nastiness is installed alongside with it. https://laurenthinoul.com/how-to-instal ... pberry-pi/

Instead, google for "raspberry pi USB wifi dongle" and get one that is well supported. E.g. https://thepihut.com/collections/raspbe ... i-adapters

Kees Jan
Hello Kees Jan

Thanks for the input we tried to look it up and got this MT7601 should also work on it and it is available locally here.
But as you can see on my other replies we still got errors.

Regards,
Fandi
I'm new to RevPi but hoping to understand it to help my company sells
Post Reply