How to enable wireless on Ubuntu Server 18.04 via CLI?
I cannot get wpasupplicant, wireless-tools, and also lib, iwconfig (Iget ifconfig) to operate on my Server 18.04 install.
I have Windows 10 on laptop. External HD with 18.04 Desktop and 18.04 Server.
Wireless works fine on the other two OS, but not non-GUI Server CLI.
I can’t install packages with no wireless.
I AM ABLE to go to https://packages.ubuntu.com/ and get any package I want via search.
I AM ABLE to save these *.deb files on the /home drive of the server partition, reboot into Server, run some sudo dpkg and sudo apt-get install commands (all CLI). Some of it appears to install some but I get a lot of errors too. My guess is it’s trying to reach out over wireless for some of the packages parts but no wireless enabled? I’m not sure what a good order of package installs to enable wireless would be.
It seems that this issue would have a “recipe” for a good method and order of installation of certain packages to enable your intel 7265 network controller (wlo1), if not a basic recipe for installing packages for wireless without wireless or ethernet access.
Remember, I can surf the net with Desktop and download packages to a server directory.
Right now every package seems to be looking for missing parts. I’m hunting with a blindfold.
I'm using WPA encryption.
These are *.deb packages and *.iso files I have access to in server:
enter image description here
networking server package-management intel-wireless wpa
New contributor
add a comment |
I cannot get wpasupplicant, wireless-tools, and also lib, iwconfig (Iget ifconfig) to operate on my Server 18.04 install.
I have Windows 10 on laptop. External HD with 18.04 Desktop and 18.04 Server.
Wireless works fine on the other two OS, but not non-GUI Server CLI.
I can’t install packages with no wireless.
I AM ABLE to go to https://packages.ubuntu.com/ and get any package I want via search.
I AM ABLE to save these *.deb files on the /home drive of the server partition, reboot into Server, run some sudo dpkg and sudo apt-get install commands (all CLI). Some of it appears to install some but I get a lot of errors too. My guess is it’s trying to reach out over wireless for some of the packages parts but no wireless enabled? I’m not sure what a good order of package installs to enable wireless would be.
It seems that this issue would have a “recipe” for a good method and order of installation of certain packages to enable your intel 7265 network controller (wlo1), if not a basic recipe for installing packages for wireless without wireless or ethernet access.
Remember, I can surf the net with Desktop and download packages to a server directory.
Right now every package seems to be looking for missing parts. I’m hunting with a blindfold.
I'm using WPA encryption.
These are *.deb packages and *.iso files I have access to in server:
enter image description here
networking server package-management intel-wireless wpa
New contributor
1
Ubuntu server 18.04 and later use netplan, not /etc/network/interfaces. Do you have a wireless interface? Please edit your question to show the result of these terminal commands:iwconfig
and also:cat /etc/netplan/*.yaml
Welcome to Ask Ubuntu.
– chili555
Dec 28 '18 at 15:01
add a comment |
I cannot get wpasupplicant, wireless-tools, and also lib, iwconfig (Iget ifconfig) to operate on my Server 18.04 install.
I have Windows 10 on laptop. External HD with 18.04 Desktop and 18.04 Server.
Wireless works fine on the other two OS, but not non-GUI Server CLI.
I can’t install packages with no wireless.
I AM ABLE to go to https://packages.ubuntu.com/ and get any package I want via search.
I AM ABLE to save these *.deb files on the /home drive of the server partition, reboot into Server, run some sudo dpkg and sudo apt-get install commands (all CLI). Some of it appears to install some but I get a lot of errors too. My guess is it’s trying to reach out over wireless for some of the packages parts but no wireless enabled? I’m not sure what a good order of package installs to enable wireless would be.
It seems that this issue would have a “recipe” for a good method and order of installation of certain packages to enable your intel 7265 network controller (wlo1), if not a basic recipe for installing packages for wireless without wireless or ethernet access.
Remember, I can surf the net with Desktop and download packages to a server directory.
Right now every package seems to be looking for missing parts. I’m hunting with a blindfold.
I'm using WPA encryption.
These are *.deb packages and *.iso files I have access to in server:
enter image description here
networking server package-management intel-wireless wpa
New contributor
I cannot get wpasupplicant, wireless-tools, and also lib, iwconfig (Iget ifconfig) to operate on my Server 18.04 install.
I have Windows 10 on laptop. External HD with 18.04 Desktop and 18.04 Server.
Wireless works fine on the other two OS, but not non-GUI Server CLI.
I can’t install packages with no wireless.
I AM ABLE to go to https://packages.ubuntu.com/ and get any package I want via search.
I AM ABLE to save these *.deb files on the /home drive of the server partition, reboot into Server, run some sudo dpkg and sudo apt-get install commands (all CLI). Some of it appears to install some but I get a lot of errors too. My guess is it’s trying to reach out over wireless for some of the packages parts but no wireless enabled? I’m not sure what a good order of package installs to enable wireless would be.
It seems that this issue would have a “recipe” for a good method and order of installation of certain packages to enable your intel 7265 network controller (wlo1), if not a basic recipe for installing packages for wireless without wireless or ethernet access.
Remember, I can surf the net with Desktop and download packages to a server directory.
Right now every package seems to be looking for missing parts. I’m hunting with a blindfold.
I'm using WPA encryption.
These are *.deb packages and *.iso files I have access to in server:
enter image description here
networking server package-management intel-wireless wpa
networking server package-management intel-wireless wpa
New contributor
New contributor
edited Dec 28 '18 at 8:25
New contributor
asked Dec 28 '18 at 7:16
dubfactor
62
62
New contributor
New contributor
1
Ubuntu server 18.04 and later use netplan, not /etc/network/interfaces. Do you have a wireless interface? Please edit your question to show the result of these terminal commands:iwconfig
and also:cat /etc/netplan/*.yaml
Welcome to Ask Ubuntu.
– chili555
Dec 28 '18 at 15:01
add a comment |
1
Ubuntu server 18.04 and later use netplan, not /etc/network/interfaces. Do you have a wireless interface? Please edit your question to show the result of these terminal commands:iwconfig
and also:cat /etc/netplan/*.yaml
Welcome to Ask Ubuntu.
– chili555
Dec 28 '18 at 15:01
1
1
Ubuntu server 18.04 and later use netplan, not /etc/network/interfaces. Do you have a wireless interface? Please edit your question to show the result of these terminal commands:
iwconfig
and also: cat /etc/netplan/*.yaml
Welcome to Ask Ubuntu.– chili555
Dec 28 '18 at 15:01
Ubuntu server 18.04 and later use netplan, not /etc/network/interfaces. Do you have a wireless interface? Please edit your question to show the result of these terminal commands:
iwconfig
and also: cat /etc/netplan/*.yaml
Welcome to Ask Ubuntu.– chili555
Dec 28 '18 at 15:01
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
dubfactor 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%2faskubuntu.com%2fquestions%2f1105069%2fhow-to-enable-wireless-on-ubuntu-server-18-04-via-cli%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
dubfactor is a new contributor. Be nice, and check out our Code of Conduct.
dubfactor is a new contributor. Be nice, and check out our Code of Conduct.
dubfactor is a new contributor. Be nice, and check out our Code of Conduct.
dubfactor is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2faskubuntu.com%2fquestions%2f1105069%2fhow-to-enable-wireless-on-ubuntu-server-18-04-via-cli%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
Ubuntu server 18.04 and later use netplan, not /etc/network/interfaces. Do you have a wireless interface? Please edit your question to show the result of these terminal commands:
iwconfig
and also:cat /etc/netplan/*.yaml
Welcome to Ask Ubuntu.– chili555
Dec 28 '18 at 15:01