Thinkpad t440p wireless network controller

5,420

Solution 1

There is currently no device driver in Linux for this device. Please see here: http://wikidevi.com/wiki/Realtek_RTL8192EE_Reference_Design

Linux driver probably not, at least, not yet

And the bug report here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239578
I suggest you register and add to the bug report.

If you have or can find a Windows XP driver, you may be able to get it going with ndiswrapper. ndiswrapper requires XP and will not work with Windows Vista, 7 or 8 driver files.

Solution 2

I own a T440s, and I have the same problem.

I sent email to Realtek, but doubt if there would be any response.

The best solution now is to get a usb wireless adapter. It cost about $10, and can be used in other machines.

Share:
5,420

Related videos on Youtube

guilhermemtr
Author by

guilhermemtr

MSc student in FCT/UNL. Currently doing research regarding the scheduling of parallel computations. BitBucket account: https://bitbucket.org/guilhermemtr Most of my projects are private (in bitbucket repo).

Updated on September 18, 2022

Comments

  • guilhermemtr
    guilhermemtr over 1 year

    I have a Thinkpad T440P with Realtek 818b as wireless network controller. Is there any device driver available for this controller?

    If there is not, which other Realtek WiFi network controllers are similar to this one, with source code, so that I can try to make one?

    lspci -nn | grep 0280
    04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:818b]
    
    • chili555
      chili555 over 10 years
      Please edit your question to add details of your wireless device from the terminal command: lspci -nn | grep 0280
    • guilhermemtr
      guilhermemtr over 10 years
      ~$ lspci -nn | grep 0280 04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:818b]