


My Pi is connected to the internet with the ethernet cable.
#8192cu driver as ap and station update#
Don't forget to update your firmware to the latest version (sudo rpi-update). Hardware / OS:I used the Raspberry Pi model B with a fully updated Raspbian operating system - Raspbian Wheezy Sept 2014.
#8192cu driver as ap and station how to#
How to do that can be (partially) found with some clever searching but it is not straightforward and kind of scattered over multiple how-to's / tutorials. WiFi USB dongles with the widespread Realtek 8192cu chip however, are not supported by the standard hostapd software: They need a special driver (kernel module) and a special hostapd: both can be compiled on your Raspberry Pi. This driver supports most new USB WiFi-dongles and creating an access point is pretty easy in those cases. It is not that difficult, as long the chip in the USB dongle is supported by the hostapd-software in the repositorty (of Raspbian): that means: The nl80211-driver can be used to instruct the chip in AP-mode. IntroductionThere are lot of tutorials on creating a WiFi access point with your Raspberry Pi (or other *nix based box) using a USB WiFi dongle, like this one.
