以下为/etc/rc.conf配置:
#设定无线网络
ifconfig_ath0="inet 192.168.1.10 netmask 255.255.255.0 ssid YouWirelessSSID channel 6 wep weptxkey 1 wepkey YourWirelessWepPass"

#设置DCHP的话
ifconfig_ath0="ssid YouWirelessSSID DCHP channel 6 wep weptxkey 1 wepkey YourWirelessWepPass"

#关于关闭Beep
allScreens_kbdflags = "-b off"

相关文章:

  • 2021-12-02
  • 2021-06-26
  • 2021-08-06
  • 2021-04-04
  • 2022-01-05
猜你喜欢
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2022-01-13
  • 2021-11-22
  • 2021-11-08
  • 2022-12-23
相关资源
相似解决方案