私はhostapdデーモンを使ってラズベリーPIにAPを設定しようとしています。私が実行しようとすると、私はステージ上で立ち往生している:ralink RT5370で正しくhostapd configを設定するには?
sudo /usr/sbin/hostapd /etc/hostapd/hostapd.conf
私が手:
Configuration file: /etc/hostapd/hostapd.conf
Line 7: invalid/unknown driver 'nl80211'
1 errors found in configuration file '/etc/hostapd/hostapd.conf'
私はいくつかのフォーラムで見つけてきたように、私は「運転手」を持つ行をコメントすると、私がいることを取得しています:私のhostapd.confファイルの
Configuration file: /etc/hostapd/hostapd.conf
drv->ifindex=3
l2_packet_init: ioctl[SIOCGIFINDEX]: No such device
no br0 interface , let l2_sock_recv==l2_sock_xmit=0x0x17e2638
ioctl[SIOCSIWMODE]: Invalid argument
Could not set interface to mode(3)!
Could not set interface to master mode!
rtl871xdrv driver initialization failed.
rmdir[ctrl_interface]: No such file or directory
リスト:
ctrl_interface=/var/run/hostapd
###############################
# Basic Config
###############################
macaddr_acl=0 auth_algs=1
# Most modern wireless drivers in the kernel need driver=nl80211
driver=nl80211
##########################
# Local configuration...
##########################
interface=wlan0
bridge=br0
hw_mode=g
ieee80211n=1
channel=1
ssid=RaspberryPI_AP
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
私はフォーラムで見つけたさまざまなアドバイスに従おうとしましたが、誰も私のために働いていません。任意の助けをありがとう
あなたはhttp://raspberrypi.stackexchange.com/ –
@JoachimIsakssonおかげで、より良い運を持っていることがあり、スタックオーバーフローに、このトピック – petriichuk