I’ve been trying for a couple hours now and I can’t seem to get this to work. I've been searching all over this site and nothing has helped or I’ve tried it and ran into a obstacle. My wireless adapter is connected and is being picked up in the lsusb
command but not in the wireless internet connecting box. I have tried so hard to install the drivers onto my Ubuntu system but I can’t since I have no internet and I can’t install git or wine or anything because it just says errors for everything I try to download through terminal. My hotspot doesn’t show up either so I can’t use that as a temporary solution either. The only thing that pops up in my network settings is vpn and wired.
- NetGear Wnda 3100v3 adapter.
- IdVendor 0x0846 NetGear, Inc,
- Idproduct 0x9014
The exact error I am getting for install for example:
E: Package git has no installation candidate.
For basically everything I try to install through terminal.
And other errors such as
E: unable to locate package https://github.com/jurobystricky
E: could find any package by glob AND regex (same address)
lsusb -v
. Give us the EXACT manufacturer and complete model string of your wireless hardware. Then search AskUbuntu for that exact model (no others!). Read how others solved the same problem. If you have en error, search for the EXACT error string. If you still cannot solve it, ask about that error. Provide exact output - "says errors for everything I try" tells us nothing. Do not bury facts in the comments - edit your question instead. – user535733 Nov 24 '17 at 19:36sudo apt update
to download the package database. You don't wantyum
- APT is the package manager – Zanna Nov 25 '17 at 07:58