On Sat, Feb 28, 2015 at 6:51 PM, Davin Pearson <[email protected]> wrote: > Is this TLWN725-N USB adapter? > (What does 'lsusb' command tell you?) > > Here is the output of lsusb: > >> Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp.
OK so at last we know what device we are dealing with. > Here is the output from running the commands in > > http://brilliantlyeasy.com/ubuntu-linux-tl-wn725n-tp-link-version-2-wifi-driver-install/ > > apt-get update > >> root@davin-desktop:/home/www# apt-get update >> Err http://extras.ubuntu.com saucy InRelease Saucy is out of support - see https://wiki.ubuntu.com/Releases You should not be running as root, use sudo >> root@davin-desktop:/home/www# apt-get install build-essential >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> build-essential is already the newest version. >> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. OK so we have the latest build essential, why keep trying to install it? >> root@davin-desktop:/home/www# > >> root@davin-desktop:/home/www# apt-get install build-essential > >> root@davin-desktop:/home/www# git clone >> https://github.com/lwfinger/rtl8188eu >> The program 'git' is currently not installed. You can install it by >> typing: >> apt-get install git >> root@davin-desktop:/home/www# Did you actually read the above and install git? Apparently not. Try it. > >> root@davin-desktop:/home/www# cd rtl8188eu >> bash: cd: rtl8188eu: No such file or directory Of course there is no such file or directory, the previous command failed, and told you to install git. Try reading the feedback the commandline gave you and install git !!! >> root@davin-desktop:/home/www# > _______________________________________________ Linux-users mailing list [email protected] http://lists.canterbury.ac.nz/mailman/listinfo/linux-users
