網路(wifi 和 LAN)在一段時間後停止工作

網路(wifi 和 LAN)在一段時間後停止工作

我已在 Dell N4050 上安裝了 Ubuntu 12.04。但我的網路有問題。首先它工作正常。但大約 3 到 4 分鐘後,它就停止工作了。

我嘗試使用伺服器、預設閘道和Google進行ping 操作,它使用DNS 進行ping 操作,但不使用其他2 個裝置進行ping 操作。 ,沒有任何問題,但過了一段時間,同樣的情況發生。

在此之前,我安裝了14.04,但出現了一些問題。我並行運行 Windows 8,並且互聯網運行良好。

我有以下網路控制器:

mhassan@mhassan:~$ lspci -nn | grep 0280
09:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)

有時,當我 ping 時,資料包會遺失 - 例如發送了 4 個資料包但收到了 3 個資料包。

有人可以幫我解決這個問題嗎?

答案1

解決方案/修復,這是永久性的。

在命令列中輸入:

sudo modprobe ath5k nohwcrypt
sudo sh -c "echo 'options ath5k nohwcrypt' >/etc/modprobe.d/custom-wireless.conf"

相關內容