Page 1 of 1

Wifi Access Point with wifi connection

Posted: Mon May 22, 2017 10:01 am
by xamolas
Hi everyone,

I've got an issue since few days. I've got a Raspberry Pi 3, connected to Eduroam network thanks to the built-in AP Wi-Fi module. I want to get an Access Point with a Realtek adapter.
I saw that the power supply could be a problem so I put the adapter on a screen and link it with a cable (it should deliver enough power). For the features, I've followed this website http://elinux.org/RPI-Wireless-Hotspot
Also, I saw a very similar issue on the forum viewtopic.php?f=28&t=89756 , but I've already solve the power supply issue... So I've got no more idea to solve my issue.

I've got Raspbian 2017-04-10.
The iwconfig command says :

Code: Select all

 pi@raspberrypi:~ $ iwconfig
eth0      no wireless extensions.

wlan0     IEEE 802.11  ESSID:"eduroam"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: A0:CF:5B:0E:F6:33   
          Bit Rate=24 Mb/s   Tx-Power=31 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=38/70  Signal level=-72 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:4  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Thanks for your help :)