← 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: Answered => Open

Souchois Pierre is still having a problem:
I got the archive 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777.tar.gz 
and moved il to a WIFI directory

then ran


VER=5.8.7.4
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

The output started working with my documents files what I feared and
stopped

Le 28/05/2021 à 10:45, Manfred Hampl a écrit :
> Your 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 clonehttps://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

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