Linux 박스가 네트워크 연결을 끊는 이유는 무엇입니까?


2

Raspian을 실행하는 Raspberry Pi 형태의 데비안 서버가 있습니다. USB Wi-Fi 연결이 있습니다. 때때로 SSH에 접속할 때 응답하지 않으며 재부팅이 필요할 수 있습니다. syslog에서 문제가 무엇인지 나타낼 수있는 것을 발견했습니다. 누군가 이것이 의미하는 것을 도울 수 있습니까?

Dec 16 15:34:17 raspberrypi wpa_supplicant[1501]: wlan0: WPA: Group rekeying completed with 00:21:29:6c:5c:3d [GTK=CCMP]
Dec 16 16:17:01 raspberrypi /USR/SBIN/CRON[2109]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec 16 16:34:17 raspberrypi wpa_supplicant[1501]: wlan0: WPA: Group rekeying completed with 00:21:29:6c:5c:3d [GTK=CCMP]
Dec 16 17:17:01 raspberrypi /USR/SBIN/CRON[2127]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec 16 17:34:17 raspberrypi wpa_supplicant[1501]: wlan0: WPA: Group rekeying completed with 00:21:29:6c:5c:3d [GTK=CCMP]
Dec 16 18:17:01 raspberrypi /USR/SBIN/CRON[2142]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec 16 18:34:17 raspberrypi wpa_supplicant[1501]: wlan0: WPA: Group rekeying completed with 00:21:29:6c:5c:3d [GTK=CCMP]
Dec 16 19:17:01 raspberrypi /USR/SBIN/CRON[2161]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec 16 19:31:29 raspberrypi kernel: [16615.391509] ieee80211 phy0: wlan0: No probe response from AP 00:21:29:6c:5c:3d after 500ms, disconnecting.
Dec 16 19:31:29 raspberrypi wpa_supplicant[1501]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:21:29:6c:5c:3d reason=4
Dec 16 19:31:29 raspberrypi kernel: [16615.416189] cfg80211: Calling CRDA to update world regulatory domain
Dec 16 19:31:30 raspberrypi ifplugd(wlan0)[1444]: Link beat lost.
Dec 16 19:31:40 raspberrypi ifplugd(wlan0)[1444]: Executing '/etc/ifplugd/ifplugd.action wlan0 down'.
Dec 16 19:31:40 raspberrypi wpa_supplicant[1501]: wlan0: CTRL-EVENT-TERMINATING - signal 15 received
Dec 16 19:31:40 raspberrypi ifplugd(wlan0)[1444]: Program executed successfully.
Dec 16 19:31:42 raspberrypi ntpd[1928]: Deleting interface #2 wlan0, 192.168.1.10#123, interface stats: received=321, sent=327, dropped=0, active_time=16596 secs
Dec 16 19:31:42 raspberrypi ntpd[1928]: 202.6.116.123 interface 192.168.1.10 -> (none)
Dec 16 19:31:42 raspberrypi ntpd[1928]: 203.99.128.34 interface 192.168.1.10 -> (none)
Dec 16 19:31:42 raspberrypi ntpd[1928]: 203.118.148.40 interface 192.168.1.10 -> (none)
Dec 16 19:31:42 raspberrypi ntpd[1928]: 202.89.49.65 interface 192.168.1.10 -> (none)
Dec 16 19:31:42 raspberrypi ntpd[1928]: peers refreshed

내 / etc / network / interfaces는 다음과 같습니다.

auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
#iface wlan0 inet manual
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp

iface wlan0 inet static
  address 192.168.1.11
  netmask 255.255.255.0
  gateway 192.168.1.1
  wpa-ssid "linksys"
  wpa-psk "xxxx"

이것은 일반적인 Pi 문제 인 것 같습니다 : raspberrypi.org/phpBB3/viewtopic.php?t=13169&p=151044 .. Wifi 채널을 변경하기 위해 언급 한 팁 중 하나는 시도해 볼 가치가 있습니다.
Oldskool

답변:


2

Oldskool의 의견에 따라 라우터의 WiFi 채널을 변경했으며 Pi의 WiFi가 몇 주 동안 실행되었습니다. 나는 그것이 어떤 이유로 든 고정되어 있다고 가정 할 수 있습니다. 내 지역에는 다른 네트워크가 하나 뿐이며 신호가 매우 약하므로 왜 채널을 변경하면 차이가 있을지 잘 모르겠습니다.


0

라즈베리 파이의 USB 포트가 때때로 찌그러집니다. 전원 공급 장치 라인에서 잡음이 의심됩니다.

외부 전원 공급 USB 허브를 사용해보십시오.

양쪽 끝에 멋진 페라이트가있는 USB 연장 케이블도 작동 할 수 있습니다.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.