madvinegar
Fri Sep 27, 2013 8:14:37 am
Just one question.
Before "make" and "sudo make install", you don't need to "sudo ./configure"?
madvinegar
Fri Sep 27, 2013 8:14:37 am
Swarfendor437
Sun Sep 29, 2013 6:41:02 pm
caper0831
Fri Nov 08, 2013 12:28:17 am
Wolfman
Fri Nov 08, 2013 6:47:53 am
madvinegar
Fri Nov 08, 2013 7:49:34 am
caper0831
Fri Nov 08, 2013 2:29:04 pm
madvinegar
Fri Nov 08, 2013 3:31:14 pm
caper0831
Fri Nov 08, 2013 3:35:59 pm
madvinegar
Fri Nov 08, 2013 3:39:26 pm
sudo apt-get install --reinstall linux-headers-$(uname -r) linux-headers-generic build-essential dkms
wget https://realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com/files/rtl8192cu-tjp-dkms_1.6_all.deb
sudo dpkg -i rtl8192cu-tjp-dkms_1.6_all.deb
echo "blacklist rtl8192cu" | sudo tee -a /etc/modprobe.d/blacklist.conf
caper0831
Fri Nov 08, 2013 5:26:53 pm
madvinegar
Fri Nov 08, 2013 6:53:00 pm
sudo apt-get install build-essential linux-headers-generic git
mkdir ~/RTL8188EU
cd ~/RTL8188EU
git clone git://github.com/lwfinger/rtl8188eu
cd ~/RTL8188EU/rtl8188eu
make
sudo make install
sudo cp -v ~/RTL8188EU/rtl8188eu/rtl8188eufw.bin /lib/firmware/rtlwifi/
sudo depmod -a
sudo update-initramfs -u
sudo modprobe 8188eu
caper0831
Fri Nov 08, 2013 10:17:00 pm
caper0831
Sat Nov 09, 2013 11:16:38 pm
madvinegar
Sun Nov 10, 2013 2:40:33 pm
caper0831
Sun Nov 10, 2013 4:17:23 pm
madvinegar
Mon Nov 11, 2013 8:34:23 am
lsmod
caper0831
Mon Nov 11, 2013 1:10:09 pm
caper0831
Mon Nov 11, 2013 1:45:50 pm
madvinegar
Mon Nov 11, 2013 4:47:08 pm
sudo gedit /etc/modprobe.d/blacklist.conf
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi
caper0831
Mon Nov 11, 2013 6:26:21 pm
madvinegar
Tue Nov 12, 2013 7:40:33 am
sudo apt-get install --reinstall linux-headers-$(uname -r) linux-headers-generic build-essential dkms
wget https://realtek-8188cus-wireless-drivers-3444749-ubuntu-1304.googlecode.com/files/rtl8192cu-tjp-dkms_1.6_all.deb
sudo dpkg -i rtl8192cu-tjp-dkms_1.6_all.deb
echo "blacklist rtl8192cu" | sudo tee -a /etc/modprobe.d/blacklist.conf
lsmod
sudo lshw -c network
caper0831
Tue Nov 12, 2013 5:46:08 pm
madvinegar
Wed Nov 13, 2013 7:28:52 am
caper0831
Wed Nov 13, 2013 1:06:08 pm
madvinegar
Wed Nov 13, 2013 1:20:55 pm
sudo apt-get install -f
madvinegar
Wed Nov 13, 2013 2:06:54 pm