It appears that you didn't download, or, in this case, git clone, the files into your home directory. Did you send it to your desktop? Downloads? Or...??
The kwik-n-durty way to find it is with locate:This will take a few moments; please be patient. Next:When you find it, change directories (cd) to that location and try again:
Code:
cd ~/Desktop/rtlwifi_new
Or wherever it is found, if not Desktop. Then proceed as before.
Just as an example, here is the reading from my machine:
Code:
chili@T440p:~$ locate rtlwifi_new
/home/chili/rtlwifi_new-rock.new_btcoex
/home/chili/Desktop/Forum/rtlwifi_new
/home/chili/Desktop/Forum/rtlwifi_new-rock.new_btcoex
/home/chili/Desktop/Forum/rtlwifi_new-rock.new_btcoex.zip
<snip>
So, in my case, to recompile the package, I'd need to do:
Code:
cd ~/Desktop/Forum/rtlwifi_new
The squiggly ~ is sort of terminal shorthand for /home/user_whoever.