我的无线网卡开箱即用,但现在我想将机器变成接入点,因此我遵循了以下指南
不幸的是,iwconfig eth1 mode master
返回Error for wireless request "Set Mode" (8B06) : SET failed on device eth1 ; Invalid argument.
和根据iw list
支持的接口模式是IBSS
和managed
。
奇怪的是,使用 Windows 的托管网络运行良好。
我的网络控制器是Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
。
答案1
IBSS 的意思是 ad-hoc,也就是计算机到计算机的:http://en.wikipedia.org/wiki/Independent_Basic_Service_Set
With 802.11, one can alternatively set up an ad-hoc network of client
devices without a controlling access point; the result is called an
IBSS (independent BSS).
因此,您的硬件和驱动程序组合支持主模式;即计算机到接入点以及 ad-hoc 模式;即计算机到计算机。主模式显然不受支持。