NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/48736



The following reply was made to PR port-i386/48736; it has been noted by GNATS.

From: nervoso <nervoso%k1.com.br@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/48736
Date: Mon, 23 Jan 2023 08:12:03 -0300

 machine freezes when using ath in hostap 
 
 the ath  driver  freezes the machine when switch to hostap mode using
 NetBSD-10.0_BETA
 steps:
 boot the macine, (it show ath0)
 ifconfig ath0 mediaopt hostap mode autoselect  192.168.168.1
 ===========/etc/dhcp.conf==============
 
 ddns-update-style interim;
 authoritative;
 option domain-name-servers 192.168.6.1;
 option domain-name "homecasa";
 subnet 192.168.168.0 netmask 255.255.255.0 {
 	option routers 192.168.168.1;
 	range 192.168.168.2 192.168.168.120;
 	next-server 192.168.168.1;
 }
 =============/etc/hostapd.conf==========
 interface=ath0
 driver=bsd
 logger_stdout=-1
 logger_stdout_level=0
 debug=0
 ctrl_interface=/var/run/hostadp
 ctrl_interface_group=wheel
 ssid=NetBSD
 macaddr_acl=0
 auth_algs=1
 ieee8021x=0
 wpa=1
 wpa_passphrase=THE_SECRET_KEY
 wpa_key_mgmt=WPA-PSK
 wpa_pairwise=CCMP TKIP
 =======================================
 RUNNING.....
 service dhcpd onestart
 service hostapd onestart
 
 the system continues running, shows the network
 in AP mode on the android phone...  
 
 When connect to the network ssid=NetBSD asks for password.....
 the android phone gets the address and the machine
 freezes, only return after a hardware RESET of power-off-on
 
 
 



Home | Main Index | Thread Index | Old Index