Instal Debian 9 w/o Network Missing Realtek 8812AU Driver2019 Community Moderator ElectionJust installed Debian - Having trouble connecting to wireless networkDebian netinst with usb modemDebian USB wifi adapter driver issueswireless network working erratically on debianDebian, no X, no internet, how to compile the wireless driver?Add .ucode driver in Debian installerEnable Wireless on Fresh Debian BuildHow to install mongodb 3.4 in debian stretch (9)?Wifi Think Penguin USB and Debian 9 won't workVery peculiar network issue on Debian 9 - Realtek network cards
Center page as a whole without centering each element individually
Comic-book: Kids find a dead female superhero in the woods
Why didn’t Eve recognize the little cockroach as a living organism?
Why doesn't Gödel's incompleteness theorem apply to false statements?
Weird lines in Microsoft Word
Connection Between Knot Theory and Number Theory
Capacitor electron flow
Can you take a "free object interaction" while incapacitated?
Checking @@ROWCOUNT failing
Derivative of an interpolated function
Started in 1987 vs. Starting in 1987
Taking the numerator and the denominator
Friend wants my recommendation but I don't want to give it to him
What is it called when someone votes for an option that's not their first choice?
Sort with assumptions
Hashing password to increase entropy
Do people actually use the word "kaputt" in conversation?
Is there any common country to visit for persons holding UK and Schengen visas?
How to test the sharpness of a knife?
What is this high flying aircraft over Pennsylvania?
Exposing a company lying about themselves in a tightly knit industry (videogames) : Is my career at risk on the long run?
What (if any) is the reason to buy in small local stores?
Asserting that Atheism and Theism are both faith based positions
Taking my research idea outside my paid job
Instal Debian 9 w/o Network Missing Realtek 8812AU Driver
2019 Community Moderator ElectionJust installed Debian - Having trouble connecting to wireless networkDebian netinst with usb modemDebian USB wifi adapter driver issueswireless network working erratically on debianDebian, no X, no internet, how to compile the wireless driver?Add .ucode driver in Debian installerEnable Wireless on Fresh Debian BuildHow to install mongodb 3.4 in debian stretch (9)?Wifi Think Penguin USB and Debian 9 won't workVery peculiar network issue on Debian 9 - Realtek network cards
I am trying to install Debian 9.80, but when I am asked for which package manager I would like to use, I choose default options, but I can't go on without an internet connection. I skipped past it, but I can't find a way to install packages without going through a million dependencies using the https://www.debian.org/distrib/packages. My adapter is a BrosTrend AC1200 AC3 Wifi Adapter. I gotten it to work on Ubuntu using https://blog.danielscrivano.com/installing-rtl8812au-on-linux-for-wireless-dual-band-usb-adapters/ but I want to get it working on Debian.
debian
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am trying to install Debian 9.80, but when I am asked for which package manager I would like to use, I choose default options, but I can't go on without an internet connection. I skipped past it, but I can't find a way to install packages without going through a million dependencies using the https://www.debian.org/distrib/packages. My adapter is a BrosTrend AC1200 AC3 Wifi Adapter. I gotten it to work on Ubuntu using https://blog.danielscrivano.com/installing-rtl8812au-on-linux-for-wireless-dual-band-usb-adapters/ but I want to get it working on Debian.
debian
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Hello and welcome to SE. Why don't you use the link you provided to compile the driver for your Debian?
– Panki
14 hours ago
add a comment |
I am trying to install Debian 9.80, but when I am asked for which package manager I would like to use, I choose default options, but I can't go on without an internet connection. I skipped past it, but I can't find a way to install packages without going through a million dependencies using the https://www.debian.org/distrib/packages. My adapter is a BrosTrend AC1200 AC3 Wifi Adapter. I gotten it to work on Ubuntu using https://blog.danielscrivano.com/installing-rtl8812au-on-linux-for-wireless-dual-band-usb-adapters/ but I want to get it working on Debian.
debian
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am trying to install Debian 9.80, but when I am asked for which package manager I would like to use, I choose default options, but I can't go on without an internet connection. I skipped past it, but I can't find a way to install packages without going through a million dependencies using the https://www.debian.org/distrib/packages. My adapter is a BrosTrend AC1200 AC3 Wifi Adapter. I gotten it to work on Ubuntu using https://blog.danielscrivano.com/installing-rtl8812au-on-linux-for-wireless-dual-band-usb-adapters/ but I want to get it working on Debian.
debian
debian
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 8 hours ago
Rui F Ribeiro
41.5k1483141
41.5k1483141
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 14 hours ago
DavidDavid
1
1
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Hello and welcome to SE. Why don't you use the link you provided to compile the driver for your Debian?
– Panki
14 hours ago
add a comment |
1
Hello and welcome to SE. Why don't you use the link you provided to compile the driver for your Debian?
– Panki
14 hours ago
1
1
Hello and welcome to SE. Why don't you use the link you provided to compile the driver for your Debian?
– Panki
14 hours ago
Hello and welcome to SE. Why don't you use the link you provided to compile the driver for your Debian?
– Panki
14 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Because the installation is done without an Internet connection apt will not be configured correctly.
1) Edit your sources.list:
sudo nano /etc/apt/sources.list
with the following lines:
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main
deb http://deb.debian.org/debian-security/ stretch/updates main
deb-src http://deb.debian.org/debian-security/ stretch/updates main
deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main
Then:
sudo apt update
sudo apt upgrade
sudo reboot
2) Installing the Realtek driver following the steps described on the blog posted in your question ( linux-headers-generic isn't available for debian it will be replaced by linux-headers-$(uname -r))
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
David is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507136%2finstal-debian-9-w-o-network-missing-realtek-8812au-driver%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Because the installation is done without an Internet connection apt will not be configured correctly.
1) Edit your sources.list:
sudo nano /etc/apt/sources.list
with the following lines:
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main
deb http://deb.debian.org/debian-security/ stretch/updates main
deb-src http://deb.debian.org/debian-security/ stretch/updates main
deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main
Then:
sudo apt update
sudo apt upgrade
sudo reboot
2) Installing the Realtek driver following the steps described on the blog posted in your question ( linux-headers-generic isn't available for debian it will be replaced by linux-headers-$(uname -r))
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
add a comment |
Because the installation is done without an Internet connection apt will not be configured correctly.
1) Edit your sources.list:
sudo nano /etc/apt/sources.list
with the following lines:
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main
deb http://deb.debian.org/debian-security/ stretch/updates main
deb-src http://deb.debian.org/debian-security/ stretch/updates main
deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main
Then:
sudo apt update
sudo apt upgrade
sudo reboot
2) Installing the Realtek driver following the steps described on the blog posted in your question ( linux-headers-generic isn't available for debian it will be replaced by linux-headers-$(uname -r))
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
add a comment |
Because the installation is done without an Internet connection apt will not be configured correctly.
1) Edit your sources.list:
sudo nano /etc/apt/sources.list
with the following lines:
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main
deb http://deb.debian.org/debian-security/ stretch/updates main
deb-src http://deb.debian.org/debian-security/ stretch/updates main
deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main
Then:
sudo apt update
sudo apt upgrade
sudo reboot
2) Installing the Realtek driver following the steps described on the blog posted in your question ( linux-headers-generic isn't available for debian it will be replaced by linux-headers-$(uname -r))
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
Because the installation is done without an Internet connection apt will not be configured correctly.
1) Edit your sources.list:
sudo nano /etc/apt/sources.list
with the following lines:
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main
deb http://deb.debian.org/debian-security/ stretch/updates main
deb-src http://deb.debian.org/debian-security/ stretch/updates main
deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main
Then:
sudo apt update
sudo apt upgrade
sudo reboot
2) Installing the Realtek driver following the steps described on the blog posted in your question ( linux-headers-generic isn't available for debian it will be replaced by linux-headers-$(uname -r))
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
edited 11 hours ago
Rui F Ribeiro
41.5k1483141
41.5k1483141
answered 11 hours ago
GAD3RGAD3R
27.1k1858113
27.1k1858113
add a comment |
add a comment |
David is a new contributor. Be nice, and check out our Code of Conduct.
David is a new contributor. Be nice, and check out our Code of Conduct.
David is a new contributor. Be nice, and check out our Code of Conduct.
David is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507136%2finstal-debian-9-w-o-network-missing-realtek-8812au-driver%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Hello and welcome to SE. Why don't you use the link you provided to compile the driver for your Debian?
– Panki
14 hours ago