Installing wireless driver (largely based on the Positivo/Aureum process): 1. Download the Linux driver for RTL8191SE-VA2/RTL8192SE from
http://www.realtek.com.tw/downloads/ 2. Install dkms or module-assistant; the dependencies will be enough to build it 3. Edit makefiles to remove the -DENABLE_LPS flags (may improve reliability-see
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/401126)
While setting NIC_SELECT=R8191SE_MESH is tempting, some mesh code is missing and kills the build process
4. make; run make install as root
5. Create r8192se_pci.conf with these lines:options pciehp pciehp_force=1
options r8192se_pci hwwep=0
#Needed for wireless to work:
softdep r8192se_pci pre: pciehp
谁能翻译一下,看了也不知道怎么安装