-
Notifications
You must be signed in to change notification settings - Fork 1k
create_ap freeze my computer #274
Comments
I may have the same problem, on a newly installed raspian image on a RPi3B, all the recommended packages (except iwconfig, which is deprecated) were installed. Then create_ap was cloned and 'make install'ed and executed. At this stage internet access via eth0 thru 192.168.0.16 was trouble-free. This was the output to the terminal screen: The Pi hung indefinitely at this point and an attempt (via ping) to reach reliable internet hosts failed. These are the processes in memory at the time. This is the last few lines of output of /var/log/syslog at the time. My guess is that something has blocked eth0 so that DNS queries are not being transmitted although why dnsmasq doesn't time out is a mystery. |
But i had solved this problem by upgrade my kernel ,I try open hostapd for a whole night ,and this problem is gone, so i suggestion you can try upgarde your kernel ,,, |
➜ ~ cat .ap
#!/bin/sh
sudo create_ap wlp2s0 lo kepade qq23qwert
➜ ~ ap
[sudo] gmx-x 的密码:
Config dir: /tmp/create_ap.wlp2s0.conf.Os86tIO1
PID: 2955
Network Manager found, set ap0 as unmanaged device... DONE
wlp2s0 is already associated with channel 11 (2462 MHz), fallback to channel 11
Creating a virtual WiFi interface... ap0 created.
Sharing Internet using method: nat
hostapd command-line interface: hostapd_cli -p /tmp/create_ap.wlp2s0.conf.Os86tIO1/hostapd_ctrl
Configuration file: /tmp/create_ap.wlp2s0.conf.Os86tIO1/hostapd.conf
Using interface ap0 with hwaddr dc:53:60:71:03:fa and ssid "kepade"
ap0: interface state UNINITIALIZED->ENABLED
ap0: AP-ENABLED
and about 1or 2 hours later,my X-session become freeze,,,,,,,,i have to force to reboot
my OS is arch linux -4.12.8
this is happend after i connect wifi and use this to create anther wifi=-=
The text was updated successfully, but these errors were encountered: