Does Realtek RTL8192SU driver support access point mode
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Trying to set-up a Raspberry Pi as wireless access point connected to my router. Using a Realtek wireless dongle:
lsusb:
Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
Tutorials I am using mention access point capabilities of the wifi adapter as a prerequisite.
Is this dongle usable for my project?
linux wifi
migrated from raspberrypi.stackexchange.com Jul 10 '15 at 13:51
This question came from our site for users and developers of hardware and software for Raspberry Pi.
add a comment |
Trying to set-up a Raspberry Pi as wireless access point connected to my router. Using a Realtek wireless dongle:
lsusb:
Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
Tutorials I am using mention access point capabilities of the wifi adapter as a prerequisite.
Is this dongle usable for my project?
linux wifi
migrated from raspberrypi.stackexchange.com Jul 10 '15 at 13:51
This question came from our site for users and developers of hardware and software for Raspberry Pi.
Before you can configure it as an AP, the adapter has to be working. Is the adapter showing up when you doifconfig
andiwconfig
?
– bobstro
Jul 11 '15 at 2:59
Yes it is showing up there.
– Phantom
Jul 14 '15 at 21:33
add a comment |
Trying to set-up a Raspberry Pi as wireless access point connected to my router. Using a Realtek wireless dongle:
lsusb:
Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
Tutorials I am using mention access point capabilities of the wifi adapter as a prerequisite.
Is this dongle usable for my project?
linux wifi
Trying to set-up a Raspberry Pi as wireless access point connected to my router. Using a Realtek wireless dongle:
lsusb:
Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
Tutorials I am using mention access point capabilities of the wifi adapter as a prerequisite.
Is this dongle usable for my project?
linux wifi
linux wifi
edited Mar 10 at 4:27
Rui F Ribeiro
42k1483142
42k1483142
asked Jul 10 '15 at 13:39
PhantomPhantom
163
163
migrated from raspberrypi.stackexchange.com Jul 10 '15 at 13:51
This question came from our site for users and developers of hardware and software for Raspberry Pi.
migrated from raspberrypi.stackexchange.com Jul 10 '15 at 13:51
This question came from our site for users and developers of hardware and software for Raspberry Pi.
Before you can configure it as an AP, the adapter has to be working. Is the adapter showing up when you doifconfig
andiwconfig
?
– bobstro
Jul 11 '15 at 2:59
Yes it is showing up there.
– Phantom
Jul 14 '15 at 21:33
add a comment |
Before you can configure it as an AP, the adapter has to be working. Is the adapter showing up when you doifconfig
andiwconfig
?
– bobstro
Jul 11 '15 at 2:59
Yes it is showing up there.
– Phantom
Jul 14 '15 at 21:33
Before you can configure it as an AP, the adapter has to be working. Is the adapter showing up when you do
ifconfig
and iwconfig
?– bobstro
Jul 11 '15 at 2:59
Before you can configure it as an AP, the adapter has to be working. Is the adapter showing up when you do
ifconfig
and iwconfig
?– bobstro
Jul 11 '15 at 2:59
Yes it is showing up there.
– Phantom
Jul 14 '15 at 21:33
Yes it is showing up there.
– Phantom
Jul 14 '15 at 21:33
add a comment |
1 Answer
1
active
oldest
votes
Type sudo apt-get install iw
, iw is a utility that can manipulate wireless devices and their configurations. After installing it type iw list
, it will print a list, under Supported interface modes : if you see AP, then it means it supports. For finding that faster you can type iw list | grep AP
It gives me an error : nl80211 not found.
– dhruvvyas90
Jul 10 '15 at 14:31
@dastaan did you make some configuration yourself or downloaded someone's hostapd?
– Tolga Varol
Jul 10 '15 at 15:17
No. I didn't. I just tried installing iw package. After installtion when I tried to run iw list, it threw me that error.
– dhruvvyas90
Jul 10 '15 at 15:18
What's your dongle's driver?
– Tolga Varol
Jul 10 '15 at 15:21
It is 8192cu, i guess
– dhruvvyas90
Jul 10 '15 at 15:22
|
show 4 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f215102%2fdoes-realtek-rtl8192su-driver-support-access-point-mode%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Type sudo apt-get install iw
, iw is a utility that can manipulate wireless devices and their configurations. After installing it type iw list
, it will print a list, under Supported interface modes : if you see AP, then it means it supports. For finding that faster you can type iw list | grep AP
It gives me an error : nl80211 not found.
– dhruvvyas90
Jul 10 '15 at 14:31
@dastaan did you make some configuration yourself or downloaded someone's hostapd?
– Tolga Varol
Jul 10 '15 at 15:17
No. I didn't. I just tried installing iw package. After installtion when I tried to run iw list, it threw me that error.
– dhruvvyas90
Jul 10 '15 at 15:18
What's your dongle's driver?
– Tolga Varol
Jul 10 '15 at 15:21
It is 8192cu, i guess
– dhruvvyas90
Jul 10 '15 at 15:22
|
show 4 more comments
Type sudo apt-get install iw
, iw is a utility that can manipulate wireless devices and their configurations. After installing it type iw list
, it will print a list, under Supported interface modes : if you see AP, then it means it supports. For finding that faster you can type iw list | grep AP
It gives me an error : nl80211 not found.
– dhruvvyas90
Jul 10 '15 at 14:31
@dastaan did you make some configuration yourself or downloaded someone's hostapd?
– Tolga Varol
Jul 10 '15 at 15:17
No. I didn't. I just tried installing iw package. After installtion when I tried to run iw list, it threw me that error.
– dhruvvyas90
Jul 10 '15 at 15:18
What's your dongle's driver?
– Tolga Varol
Jul 10 '15 at 15:21
It is 8192cu, i guess
– dhruvvyas90
Jul 10 '15 at 15:22
|
show 4 more comments
Type sudo apt-get install iw
, iw is a utility that can manipulate wireless devices and their configurations. After installing it type iw list
, it will print a list, under Supported interface modes : if you see AP, then it means it supports. For finding that faster you can type iw list | grep AP
Type sudo apt-get install iw
, iw is a utility that can manipulate wireless devices and their configurations. After installing it type iw list
, it will print a list, under Supported interface modes : if you see AP, then it means it supports. For finding that faster you can type iw list | grep AP
answered Jul 10 '15 at 14:10
Tolga VarolTolga Varol
1659
1659
It gives me an error : nl80211 not found.
– dhruvvyas90
Jul 10 '15 at 14:31
@dastaan did you make some configuration yourself or downloaded someone's hostapd?
– Tolga Varol
Jul 10 '15 at 15:17
No. I didn't. I just tried installing iw package. After installtion when I tried to run iw list, it threw me that error.
– dhruvvyas90
Jul 10 '15 at 15:18
What's your dongle's driver?
– Tolga Varol
Jul 10 '15 at 15:21
It is 8192cu, i guess
– dhruvvyas90
Jul 10 '15 at 15:22
|
show 4 more comments
It gives me an error : nl80211 not found.
– dhruvvyas90
Jul 10 '15 at 14:31
@dastaan did you make some configuration yourself or downloaded someone's hostapd?
– Tolga Varol
Jul 10 '15 at 15:17
No. I didn't. I just tried installing iw package. After installtion when I tried to run iw list, it threw me that error.
– dhruvvyas90
Jul 10 '15 at 15:18
What's your dongle's driver?
– Tolga Varol
Jul 10 '15 at 15:21
It is 8192cu, i guess
– dhruvvyas90
Jul 10 '15 at 15:22
It gives me an error : nl80211 not found.
– dhruvvyas90
Jul 10 '15 at 14:31
It gives me an error : nl80211 not found.
– dhruvvyas90
Jul 10 '15 at 14:31
@dastaan did you make some configuration yourself or downloaded someone's hostapd?
– Tolga Varol
Jul 10 '15 at 15:17
@dastaan did you make some configuration yourself or downloaded someone's hostapd?
– Tolga Varol
Jul 10 '15 at 15:17
No. I didn't. I just tried installing iw package. After installtion when I tried to run iw list, it threw me that error.
– dhruvvyas90
Jul 10 '15 at 15:18
No. I didn't. I just tried installing iw package. After installtion when I tried to run iw list, it threw me that error.
– dhruvvyas90
Jul 10 '15 at 15:18
What's your dongle's driver?
– Tolga Varol
Jul 10 '15 at 15:21
What's your dongle's driver?
– Tolga Varol
Jul 10 '15 at 15:21
It is 8192cu, i guess
– dhruvvyas90
Jul 10 '15 at 15:22
It is 8192cu, i guess
– dhruvvyas90
Jul 10 '15 at 15:22
|
show 4 more comments
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f215102%2fdoes-realtek-rtl8192su-driver-support-access-point-mode%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Before you can configure it as an AP, the adapter has to be working. Is the adapter showing up when you do
ifconfig
andiwconfig
?– bobstro
Jul 11 '15 at 2:59
Yes it is showing up there.
– Phantom
Jul 14 '15 at 21:33