Sunday, May 02, 2010

Getting wireless NIC to work on Thinkpad T410s with Ubuntu Lucid

I tweeted this before, but a blog post is less ephemeral and serves better as a longer-term memory for myself and maybe for others.

The Thinkpad T410s uses the Realtek rtl8192se wireless chip which doesn't play well with Ubuntu Lucid, even with the general release from last week. To get it to work, I had to:


1) Download Linux driver for rtl8192se from this Realtek page.
2) Untar the package, run make and 'make install' as root.
3) Reboot.


Unfortunately, you'll need to do this every time you upgrade the kernel, unless support for this chipset gets better.

3 comments:

Andreas said...

which version of the T410s have you got? this is strange, because I though all T410s come with Intel WLAN hardware.

Grig Gheorghiu said...

Nope, mine comes with a Realtek WLAN NIC. See here for lshw output: http://pastebin.com/tBzvkDTN

Anonymous said...

You can choose from several NICs on the T410s. The Realtek one is the standard "Thinkpad Wireless" one, whereas the more expensive NICs are all Intel cards.

Modifying EC2 security groups via AWS Lambda functions

One task that comes up again and again is adding, removing or updating source CIDR blocks in various security groups in an EC2 infrastructur...