Results 1 to 3 of 3

Thread: 12.10 Lenovo T410 WPA2 Wireless Issues

  1. #1
    Join Date
    Oct 2006
    Beans
    12

    Question 12.10 Lenovo T410 WPA2 Wireless Issues

    I'm having a lot of problems with wireless under Ubuntu 12 (both 4 and 10) on my Lenovo T410. It has a Realtek wifi adapter.

    It does seem to work fine on my home wifi that uses WPA and TKIP but at work we use WPA2 AES and while it will authenticate and work for some time as long as up to an hour or so, it will eventually just lose connection and ask to re-authenticate. At which point it will never authenticate and repeatedly ask. Only a reboot seems to solve the problem (though I have not tried simply restarting the network service yet but I will at the next opportunity).

    Any suggestions as to how to troubleshoot this further?

  2. #2
    Join Date
    Jul 2005
    Beans
    2,047

    Re: 12.10 Lenovo T410 WPA2 Wireless Issues

    You're going to get better response posting on the Networking and Wireless section.

    In any case: figure out exactly which Realtek adapter it is. You might be able to build a newer driver by downloading it from Realtek's website. Or, once you find out the exact adapter model (chipset, actually), google for that name and "ubuntu" to find other people with the same issues.

    To find out more about the Realtek adapter, type this at a terminal prompt:

    Code:
    sudo lshw -C network
    and post the output here.

  3. #3
    Join Date
    Oct 2006
    Beans
    12

    Re: 12.10 Lenovo T410 WPA2 Wireless Issues

    Quote Originally Posted by ahallubuntu View Post
    Code:
    sudo lshw -C network


    Thanks for the suggestion - I'll give that a shot. Meanwhile, here's the wifi-related output from the command you suggested:
    Code:
      *-network
           description: Wireless interface
           product: RTL8191SEvB Wireless LAN Controller
           vendor: Realtek Semiconductor Co., Ltd.
           physical id: 0
           bus info: pci@0000:03:00.0
           logical name: wlan0
           version: 10
           serial: f0:7b:cb:9e:e9:88
           width: 32 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=rtl8192se driverversion=3.5.0-19-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
           resources: irq:17 ioport:2000(size=256) memory:f2400000-f2403fff

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •