this should work on any machine with a realtek 8192 or 8192e card
karmic does not contain a driver for the realtek 8192 wireless card. there are already several posts that show how to download the driver source, compile and install it.
however the kernel in lucid (ubuntu 10.04) has the driver built in. it is possible to run the lucid kernel in karmic. this safer because it saves you from having to download packages of unknown origin, and run untrusted scripts (all the other howtos require this).
first you need to install the lucid kernel. the latest version can be found at https://launchpad.net/ubuntu/lucid/+source/linux you want the linux-image-2.6.32-10-generic binary package for either i386 (32bit) or amd64
i got mine from a mirror http://fr.archive.ubuntu.com/ubuntu/...10.14_i386.deb
2.6.32 has been out for a few months, so you should find it just as stable as the karmic kernel. if lucid switches to 2.6.33 by the time you read this, then you may want to hunt out the older 2.6.32 version.
now download that deb, double click it, and install.
now one more step,
currently the ubuntu lucid kernel does not contain the firmware for the card. this will hopefully be fixed soon, see
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/508746
if the bug is not marked as fixed, then you will need to grab the firmware from kernel.org
now reboot and enjoy your wirelessCode:sudo apt-get install git-core cd /tmp git clone git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/firmware.git sudo cp -av firmware/RTL8192E /lib/firmware/



Adv Reply





Bookmarks