Hi, I am new to Dexter and the forums. Just bought my first GoPiGo kit and eager to get it running.
I have a realtek usb wifi adapter for my raspberry pi 2 and am trying to setup wireless. I have the latest Raspbian for Robots operating system installed. The adapter field is blank in wpa_gui application (wireless setup). When I plug-in the wifi adapter and do ‘lsusb’ I get the following:
Bus 001 Device 004 —Realtek Semiconductor Corp RTL8188CUS 802.11n WLAN Adapter
I even went in and in /etc/network/interfaces added the following lines and rebooted:
auto lo
auto wlan0
face wlan0 inet manual
(the “auto lo” line existed before, should I delete it? what does it do?) I also checked that I have the latest “firmware-realtek” package installed when I did sudo apt-get update
Have you tried setting up WiFi graphically? If your using raspbian for robots there should be a WiFi setup icon on the desktop. Raspbian also has a GUI WiFi setup.
@contactvega,
The Pi able to detect and load the wifi adapter that you have connected. Can you send a screenshot of what the WiFi setup utility on the Desktop shows.
Can you share with us the name of the image and version that you have on the SD card and also can you check if you are able to see any wifi device name called dex showing up on your computer wifi device list, just to confirm that you are not using the CINCH image.
I re-installed the image and that solved the problem. This time the WiFi adapter was attached during the first boot. That’s the only difference I can see. The image that @Shoban pointed me to is the same as the one I already had. Thanks.