Hi! I want to connect to a wifi network and host a wifi network at the same time on a Raspberry Pi 3 A+ using Raspbian stretch.
Is this possible ?
I have a TP-LINK wifi dongle. How can i check it's work with pi or not ?
Andyroo wrote: ↑Mon May 13, 2019 5:20 pmIt all depends on the chip set inside the dongle.
First thing is to find the exact module of dongle and then search on the forum here for others with the same model for the fix process. Unfortunately TP-Link boxes often need a specific driver - for example https://www.raspberrypi.org/forums/view ... 48#p433048
sticklerer wrote: ↑Mon May 13, 2019 5:10 pmI have a TP-LINK wifi dongle. How can i check it's work with pi or not ?
This driver installer doesen't have the driver what i need . But thanks the link .fruitoftheloom wrote: ↑Mon May 13, 2019 5:45 pmsticklerer wrote: ↑Mon May 13, 2019 5:10 pmI have a TP-LINK wifi dongle. How can i check it's work with pi or not ?
https://www.raspberrypi.org/forums/view ... 28&t=62371
He is using V5 of dongle,but i try this method maybe it's work with the v4 too.Andyroo wrote: ↑Mon May 13, 2019 6:15 pmStrange, this post https://www.raspberrypi.org/forums/view ... ?p=1260237 uses that dongle as the AP.
As for setting up the link - that’s beyond my networking skills I’m afraid![]()
Installer doesen't have the drivers for my device (RTL8192CU).Maybe because it's version 4 and not 5.sticklerer wrote: ↑Mon May 13, 2019 6:19 pmHe is using V5 of dongle,but i try this method maybe it's work with the v4 too.Andyroo wrote: ↑Mon May 13, 2019 6:15 pmStrange, this post https://www.raspberrypi.org/forums/view ... ?p=1260237 uses that dongle as the AP.
As for setting up the link - that’s beyond my networking skills I’m afraid![]()
Thank you for trying to help me with this project.Tomorrow i will try to make something from the link you send ,maybe i can get the wifi network work .Andyroo wrote: ↑Mon May 13, 2019 6:56 pmTheir are instructions for setting up an AP on github using the Ethernet port that may work for you with care but my networking is not good enough to walk you through it or debugging issues![]()
I’m not sure these standard instructions https://www.raspberrypi.org/documentati ... s-point.md still work but it’s been so long since I abandoned that project I’ve lost the updated link. A QUICK check points me to https://github.com/XECDesign/documentat ... s-point.md
I do not think that just changing ETH0 to WLAN1 will work as you need to connect one WiFi to the existing network and I’ve not seen any notes on how to do this. Really wish I did a networking course before starting the python set I’m going through![]()
sticklerer wrote: ↑Mon May 13, 2019 5:44 pmAndyroo wrote: ↑Mon May 13, 2019 5:20 pmIt all depends on the chip set inside the dongle.
First thing is to find the exact module of dongle and then search on the forum here for others with the same model for the fix process. Unfortunately TP-Link boxes often need a specific driver - for example https://www.raspberrypi.org/forums/view ... 48#p433048
I searched for this model (TL-WN821N V.4/ RTL8192CU) on forum but i didn't find any topic from this version.
Think we got past that bit in the endfruitoftheloom wrote: ↑Mon May 13, 2019 8:03 pm...
RTL8192 should be supported in Raspbian Stretch by default.
Andyroo wrote: ↑Mon May 13, 2019 8:10 pmThink we got past that bit in the endfruitoftheloom wrote: ↑Mon May 13, 2019 8:03 pm...
RTL8192 should be supported in Raspbian Stretch by default.The next problem (setting it up) is beyond me and despite having a quick surf it’s not an area I can learn in a couple of days.