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.
Subscribe to:
Post Comments (Atom)
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...
-
Here's a good interview question for a tester: how do you define performance/load/stress testing? Many times people use these terms inte...
-
Update 02/26/07 -------- The link to the old httperf page wasn't working anymore. I updated it and pointed it to the new page at HP. Her...
-
I've been using dnspython lately for transferring some DNS zone files from one name server to another. I found the package extremely us...
3 comments:
which version of the T410s have you got? this is strange, because I though all T410s come with Intel WLAN hardware.
Nope, mine comes with a Realtek WLAN NIC. See here for lshw output: http://pastebin.com/tBzvkDTN
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.
Post a Comment