You are not logged in.
Hi! I am creating a wifi-hotspot using Create_ap script https://github.com/oblique/create_ap. Strangely I cannot get it working. I use broadcom-wl from the AUR https://aur.archlinux.org/packages/broadcom-wl/ and I am passing --driver args with 'wl'. Please help!
Thanks!
Offline
I use broadcom-wl from the AUR
As a sanity check, can you prove it? What appears in the output of lsmod ?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Drivers are generally part of two categories: nl80211, wext. That's what you use with the --driver switch of create_ap. broadcom-wl is a wext driver. However, it does *not* support AP mode. Not even brcmsmac does. Of the broadcom drivers, only b43 does. So unless your specific chipset is supported by b43, you're out of luck. You'll have to use ad-hoc mode.
Last edited by Gusar (2014-03-02 20:10:17)
Offline
Drivers are generally part of two categories: nl80211, wext. That's what you use with the --driver switch of create_ap. broadcom-wl is a wext driver. However, it does *not* support AP mode. Not even brcmsmac does. Of the broadcom drivers, only b43 does. So unless your specific chipset is supported by b43, you're out of luck. You'll have to use ad-hoc mode.
Oh, Good answer! I'll remember that one.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Here is the lsmod output: http://pastebin.com/xXsEwEhp
Offline
Thnx Gusar! I think broadcom-wl is the proprietary driver for Broadcom chipsets BCM43XX but the b43 is the opensource ''reverse-engineered'' driver. Well thanks for the quick reply!
Offline
Yes you are indeed using the wl driver. But, here is a question: if the b43 driver is 'Reversed-engineered", why would it have capabilities (as asserted by Gusar) have capabilities not provided by the proprietary solutions?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline