Announcement

Collapse
No announcement yet.

HP ProBook 4530s - Unreliable wireless connectivity / slow speed

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HP ProBook 4530s - Unreliable wireless connectivity / slow speed

    Wireless always worked fine when I had Windows 7. I'm using Kubuntu Trusty Tahr 14.04 LTS now as I am beginning a career in web development. Any help you can give to get this card working reliable is appreciated. I am open to replacing the module with one with better linux compatibility if necessary.

    Ubuntu 14.04.2 LTS

    KDE Version 4.13.3

    Version: 0.97-29ubuntu66
    Description-en: GRand Unified Bootloader (Legacy version)

    HP ProBook 4530s

    lshw

    *-network
    description: Wireless interface
    product: RTL8188CE 802.11b/g/n WiFi Adapter
    vendor: Realtek Semiconductor Co., Ltd.
    physical id: 0
    bus info: pci@0000:25:00.0
    logical name: wlan0
    version: 01
    serial: 20:10:7a:fe:4b:26
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=rtl8192ce driverversion=3.13.0-52-generic firmware=N/A ip=172.20.23.58 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
    resources: irq:19 ioport:3000(size=256) memory:d4700000-d4703fff
    *-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:3b:da:4d
    size: 10Mbit/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=half firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
    resources: irq:55 ioport:2000(size=256) memory:d4404000-d4404fff memory:d4400000-d4403fff

    #2
    We've seen this problem with Realtek wi-fi before. Try switching the module to use CPU-based encryption rather than encryption in the interface's hardware. Run the follwowing in a console:
    Code:
    echo "options rtl8192ce swinc=1" | sudo tee /etc/modprobe.d/rtl8192ce.conf >/dev/null
    Now reboot. Any improvement?

    Comment

    Working...
    X