diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

DKMS recommended steps fail, no git archive found? #95

Closed dachshund-digital closed 6 years ago

dachshund-digital commented 6 years ago

****DKMS recommended steps fail, no git archive found? This step fails...

git archive driver-${DRV_VERSION} | tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION}****

Allendar commented 6 years ago

Either be in root mode or run the second command, as described on the README as root:

git archive driver-${DRV_VERSION} | sudo tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION}****
dachshund-digital commented 6 years ago

Right, I was root at the time. It was the git archive pull that was falling, which as odd. Tar never got file to process. I tried it again yesterday evening and it worked as expected.