← Back to team overview

aide team mailing list archive

Re: [Question #696982]: Connection d'un clef netgear A6150

 

Question #696982 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/696982

    Status: Open => Answered

Manfred Hampl proposed the following answer:
pierre@Miniblanc:~$ cd rtl88x2bu
bash: cd: rtl88x2bu: Aucun fichier ou dossier de ce type

Something must have gone wrong at the very beginning.

I suggest that you try again:

git clone https://github.com/cilynx/rtl88x2bu
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu

If you get an error message, stop and review the cause before
continuing!

-- 
You received this question notification because your team Communauté
d'aide d'Ubuntu en Français is an answer contact for Ubuntu.