Page 1 of 1

Strange Locked Wifi folder in Downloads. [Solved]

Posted: Wed Jan 02, 2013 11:22 pm
by Orbmiser
Was have disconnects & Unstable connections so following these ubuntu instructions.
The ALFA AWUS036H adapter is based on the Realtek RTL8187 chipset. The drivers should be built into Ubuntu, but you may want to try installing the latest from Realtek:

Download the "Linux driver for Kernel 3.0.0/3.1.0/3.2.0" from the Realtek website here.
It will open in Archive Manager; extract the rtl8187L_linux_1041.0209.2012 folder to your Downloads folder.

Open a terminal with Ctrl+Alt+T, and type/paste the following, one line a time:

sudo apt-get install build-essential linux-headers-`uname -r`
cd Downloads/rtl8187L_linux_1041.0209.2012
make
sudo make install

Then reboot, and your AWUS036H should be detected.
After the wifi connection seems more robust but only been a day so still evaluating.
But I go look into and clean my downloads folder. And can't delete the folder.
screenshot-area-2013-01-02-192250.png
Shows a lock /home/orbmiser/Downloads/rtl8187L_linux_1041.0209.2012/rtl8187/.tmp_versions/r1871.mod file

And tried to delete the downloaded packages from downloads as have them backed up to another drive. And cannot delete the folder. Me thinks the procedure actually installed part of the final installed and in the downloads folder? Or something left over and how to delete it?

Thanks

Re: Strange Locked Wifi folder in Downloads.

Posted: Thu Jan 03, 2013 2:51 am
by sagirfahmid3
sudo rm -rf /home/$USER/Downloads/.tmp*

Done.

Re: Strange Locked Wifi folder in Downloads.

Posted: Thu Jan 03, 2013 3:49 am
by nomko
sagirfahmid3 wrote:sudo rm -rf /home/$USER/Downloads/.tmp*

Done.
It's an hidden folder and most probably used as a temporary folder for storing data during installation. Deleting this folder should have no effect on your system/configuration but since this is a hidden folder i rather keep the folder just in case. Monitor that folder for some while and if nothing is written into that folder then you can decide to remove this folder. There's a good reason for something that it is hidden!

Hidden folders and files can be identified by the dot (.) before file name or folder name.

Re: Strange Locked Wifi folder in Downloads.

Posted: Thu Jan 03, 2013 5:45 am
by Orbmiser
Thanks for the info all!
And will do.
.

Re: Strange Locked Wifi folder in Downloads.

Posted: Fri Jan 04, 2013 2:38 pm
by Orbmiser
Well after a few reboots checked and it hadn't been modified to present date. So right clicked file and open as root so I could delete the file. And then deleted the folder so solved I guess. Tho curious as why it was locked then not unlocked if not needed anymore.
.