unstable wireless connection -> using Wireless interface RT3592 Wireless 802.11abgn 2T/2R PCIe and rt2800pci driver on HP probook 4331s laptop in Ubuntu 12.04.3 LTS

Asked by kumar

hi, I am running ubuntu 12.04 LTS on my HP probook 4331s laptop. everything is working fine except the wifi connections. its quite unstable, its just looses the connection frequently. when I switch off-on the laptop wifi connection button, it works but again become unstable after sometime.. it seems like a HP specific problem because its working fine on my other laptop which is Lenovo.. wired connection is working fine.. any idea how to solve this? thanks..

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C network; lsb_release -a; uname -a

Thanks

Revision history for this message
kumar (dsk1984) said :
#2

*-network
       description: Wireless interface
       product: RT3592 Wireless 802.11abgn 2T/2R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:25:00.0
       logical name: wlan0
       version: 00
       serial: 44:6d:57:5a:9d:2f
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt2800pci driverversion=3.2.0-54-generic firmware=0.34 ip=192.168.3.100 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
       resources: irq:19 memory:d4700000-d470ffff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:26:00.0
       logical name: eth0
       version: 06
       serial: e4:11:5b:54:17:e5
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=192.168.3.244 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:53 ioport:2000(size=256) memory:d4404000-d4404fff memory:d4400000-d4403fff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise
Linux ProBook 3.2.0-54-generic #82-Ubuntu SMP Tue Sep 10 20:08:42 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

thanks..

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

Try:

echo "options rt2800pci nohwcrypt=1" | sudo tee /etc/modprobe.d/rt2800pci.conf > /dev/null

Reboot to test.

Revision history for this message
kumar (dsk1984) said :
#4

testing, will let you know after using for sometime.. what was the problem, if you can explain a bit? thanks..

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

The module needs the option to work. The file makes the module always use that option (the actual name of the file is irrelevant provided it ends in .conf

Your wifi chip needs that option to work.

Revision history for this message
kumar (dsk1984) said :
#6

Thanks actionparsnip, that solved my question.