System not working as expected after switching system from Ubuntu to Debian
So I decided to switch from Ubuntu to Debian last night, but I've had a slew of problems and mistakes. The laptop is a Lenovo E580, and OS I have in installed is Linux buster/sid x86_64, according to neofetch.
The biggest being that I installed i386 instead of amd64, as this is a new laptop and is 64 bit. I also accidentally somehow installed GNOME 3 when I wanted LXDE. Upon installation I have been completely unable to get my Wi-Fi drivers working, most tutorials on the internet are years old and feature outdated packages and commands, and unetbootin
is refusing to install.
I have no USB flash drives or DVDs to use a boot loader, it needs to be done from the drive itself.
Can anyone help me figure out how to get this done, and then maybe even deduce how to get my wifi drivers working? I would post the Wi-Fi driver on this laptop but I've been mostly unable to use any of the normal commands I’d use to find it; command line keeps saying they don't exist.
The lspci
output:
05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE
802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE
802.11a/b/g/n/ac WiFi adapter [17aa:b024]
Kernal driver in use: r8822be
Kernal modules: r8822be
linux wireless-networking boot debian
add a comment |
So I decided to switch from Ubuntu to Debian last night, but I've had a slew of problems and mistakes. The laptop is a Lenovo E580, and OS I have in installed is Linux buster/sid x86_64, according to neofetch.
The biggest being that I installed i386 instead of amd64, as this is a new laptop and is 64 bit. I also accidentally somehow installed GNOME 3 when I wanted LXDE. Upon installation I have been completely unable to get my Wi-Fi drivers working, most tutorials on the internet are years old and feature outdated packages and commands, and unetbootin
is refusing to install.
I have no USB flash drives or DVDs to use a boot loader, it needs to be done from the drive itself.
Can anyone help me figure out how to get this done, and then maybe even deduce how to get my wifi drivers working? I would post the Wi-Fi driver on this laptop but I've been mostly unable to use any of the normal commands I’d use to find it; command line keeps saying they don't exist.
The lspci
output:
05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE
802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE
802.11a/b/g/n/ac WiFi adapter [17aa:b024]
Kernal driver in use: r8822be
Kernal modules: r8822be
linux wireless-networking boot debian
1
I get a bunch of stuff that I can't copy-paste, but it reads 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE 802.11a/b/g/n/ac WiFi adapter [17aa:b024] Kernal driver in use: r8822be Kernal modules: r8822be
– Sagarmatha
Dec 15 '18 at 20:45
If you have an unallocated space on your hard drive you can use it to install debian through chroot. Also you can use the PXE boot (netboot) if you have another PC.
– GAD3R
Dec 15 '18 at 20:51
Trysudo modprobe -rv r8822be
thensudo modprobe -v r8822be aspm=0
thensudo systemctl restart network-manager
see bugs.launchpad.net/ubuntu/+source/linux/+bug/1761693
– GAD3R
Dec 15 '18 at 21:14
The first and second commands say FATAL: Module r8822be not found.
– Sagarmatha
Dec 16 '18 at 0:01
You can install the missing drivers from github.com/lwfinger/rtlwifi_new#installation-instruction. See the install instruction then run the above commands.
– GAD3R
Dec 16 '18 at 11:05
add a comment |
So I decided to switch from Ubuntu to Debian last night, but I've had a slew of problems and mistakes. The laptop is a Lenovo E580, and OS I have in installed is Linux buster/sid x86_64, according to neofetch.
The biggest being that I installed i386 instead of amd64, as this is a new laptop and is 64 bit. I also accidentally somehow installed GNOME 3 when I wanted LXDE. Upon installation I have been completely unable to get my Wi-Fi drivers working, most tutorials on the internet are years old and feature outdated packages and commands, and unetbootin
is refusing to install.
I have no USB flash drives or DVDs to use a boot loader, it needs to be done from the drive itself.
Can anyone help me figure out how to get this done, and then maybe even deduce how to get my wifi drivers working? I would post the Wi-Fi driver on this laptop but I've been mostly unable to use any of the normal commands I’d use to find it; command line keeps saying they don't exist.
The lspci
output:
05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE
802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE
802.11a/b/g/n/ac WiFi adapter [17aa:b024]
Kernal driver in use: r8822be
Kernal modules: r8822be
linux wireless-networking boot debian
So I decided to switch from Ubuntu to Debian last night, but I've had a slew of problems and mistakes. The laptop is a Lenovo E580, and OS I have in installed is Linux buster/sid x86_64, according to neofetch.
The biggest being that I installed i386 instead of amd64, as this is a new laptop and is 64 bit. I also accidentally somehow installed GNOME 3 when I wanted LXDE. Upon installation I have been completely unable to get my Wi-Fi drivers working, most tutorials on the internet are years old and feature outdated packages and commands, and unetbootin
is refusing to install.
I have no USB flash drives or DVDs to use a boot loader, it needs to be done from the drive itself.
Can anyone help me figure out how to get this done, and then maybe even deduce how to get my wifi drivers working? I would post the Wi-Fi driver on this laptop but I've been mostly unable to use any of the normal commands I’d use to find it; command line keeps saying they don't exist.
The lspci
output:
05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE
802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE
802.11a/b/g/n/ac WiFi adapter [17aa:b024]
Kernal driver in use: r8822be
Kernal modules: r8822be
linux wireless-networking boot debian
linux wireless-networking boot debian
edited Dec 16 '18 at 15:31
JakeGould
31.1k1093137
31.1k1093137
asked Dec 15 '18 at 19:50
SagarmathaSagarmatha
1
1
1
I get a bunch of stuff that I can't copy-paste, but it reads 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE 802.11a/b/g/n/ac WiFi adapter [17aa:b024] Kernal driver in use: r8822be Kernal modules: r8822be
– Sagarmatha
Dec 15 '18 at 20:45
If you have an unallocated space on your hard drive you can use it to install debian through chroot. Also you can use the PXE boot (netboot) if you have another PC.
– GAD3R
Dec 15 '18 at 20:51
Trysudo modprobe -rv r8822be
thensudo modprobe -v r8822be aspm=0
thensudo systemctl restart network-manager
see bugs.launchpad.net/ubuntu/+source/linux/+bug/1761693
– GAD3R
Dec 15 '18 at 21:14
The first and second commands say FATAL: Module r8822be not found.
– Sagarmatha
Dec 16 '18 at 0:01
You can install the missing drivers from github.com/lwfinger/rtlwifi_new#installation-instruction. See the install instruction then run the above commands.
– GAD3R
Dec 16 '18 at 11:05
add a comment |
1
I get a bunch of stuff that I can't copy-paste, but it reads 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE 802.11a/b/g/n/ac WiFi adapter [17aa:b024] Kernal driver in use: r8822be Kernal modules: r8822be
– Sagarmatha
Dec 15 '18 at 20:45
If you have an unallocated space on your hard drive you can use it to install debian through chroot. Also you can use the PXE boot (netboot) if you have another PC.
– GAD3R
Dec 15 '18 at 20:51
Trysudo modprobe -rv r8822be
thensudo modprobe -v r8822be aspm=0
thensudo systemctl restart network-manager
see bugs.launchpad.net/ubuntu/+source/linux/+bug/1761693
– GAD3R
Dec 15 '18 at 21:14
The first and second commands say FATAL: Module r8822be not found.
– Sagarmatha
Dec 16 '18 at 0:01
You can install the missing drivers from github.com/lwfinger/rtlwifi_new#installation-instruction. See the install instruction then run the above commands.
– GAD3R
Dec 16 '18 at 11:05
1
1
I get a bunch of stuff that I can't copy-paste, but it reads 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE 802.11a/b/g/n/ac WiFi adapter [17aa:b024] Kernal driver in use: r8822be Kernal modules: r8822be
– Sagarmatha
Dec 15 '18 at 20:45
I get a bunch of stuff that I can't copy-paste, but it reads 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE 802.11a/b/g/n/ac WiFi adapter [17aa:b024] Kernal driver in use: r8822be Kernal modules: r8822be
– Sagarmatha
Dec 15 '18 at 20:45
If you have an unallocated space on your hard drive you can use it to install debian through chroot. Also you can use the PXE boot (netboot) if you have another PC.
– GAD3R
Dec 15 '18 at 20:51
If you have an unallocated space on your hard drive you can use it to install debian through chroot. Also you can use the PXE boot (netboot) if you have another PC.
– GAD3R
Dec 15 '18 at 20:51
Try
sudo modprobe -rv r8822be
then sudo modprobe -v r8822be aspm=0
then sudo systemctl restart network-manager
see bugs.launchpad.net/ubuntu/+source/linux/+bug/1761693– GAD3R
Dec 15 '18 at 21:14
Try
sudo modprobe -rv r8822be
then sudo modprobe -v r8822be aspm=0
then sudo systemctl restart network-manager
see bugs.launchpad.net/ubuntu/+source/linux/+bug/1761693– GAD3R
Dec 15 '18 at 21:14
The first and second commands say FATAL: Module r8822be not found.
– Sagarmatha
Dec 16 '18 at 0:01
The first and second commands say FATAL: Module r8822be not found.
– Sagarmatha
Dec 16 '18 at 0:01
You can install the missing drivers from github.com/lwfinger/rtlwifi_new#installation-instruction. See the install instruction then run the above commands.
– GAD3R
Dec 16 '18 at 11:05
You can install the missing drivers from github.com/lwfinger/rtlwifi_new#installation-instruction. See the install instruction then run the above commands.
– GAD3R
Dec 16 '18 at 11:05
add a comment |
1 Answer
1
active
oldest
votes
At the moment of installation has one specific window to configure your connection, it fails in the most of time because needs a third part non-free firmware. It happens with WI-FI connection.
You need to installing manually a package firmware-iwlwifi, you can search for "iwlwifi debian stretch", for example, if you uses this version, and your model of computer that must appear in some forum or install a generic firmware. Try the architecture that you have install.
Follow the link where you can to download form other device and transfer via USB connection:
https://pkgs.org/download/firmware-iwlwifi
To isntall:
dpkg -i <package_name>
To remove the package and erase configuration files
dpkg --purge <package_name>
After, when you has access to the internet you'll need to configure the file /etc/apt/sources.list
to let the OS know which repositories will be used by the high level package management, APT.
https://wiki.debian.org/SourcesList
Don't worry, it's normal. Debian is a solid distro but has more steps to be fully up and running if you compare to Ubuntu.
PS: I saw later the lspci output. See that in this case (a problem with Debian): https://unix.stackexchange.com/questions/382939/debian-9-rtl8188ce-wifi-driver-problem
I tried downloading from the link you requested with "sudo apt-get install firmware-iwlwifi" but I got "E: package 'firmware-iwlwifi' has no installation candidate' It says about that the package is not available and that it might be missing, obsolete, or only available from another source.
– Sagarmatha
Dec 15 '18 at 20:37
Your APT doesn't will work without set up sources.list and internet connection. You need download the package at the first link, and install it with "dpkg -i <package_name>", where package name is the name of package downloaded by you. You will need to be logged with super user, text "su" and press enter, infom the password, so go on with installation of firmware.
– Leandro Arruda
Dec 15 '18 at 20:52
I see later the lspci output. See that in this case, @Sagarmatha: unix.stackexchange.com/questions/382939/…
– Leandro Arruda
Dec 15 '18 at 21:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
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%2fsuperuser.com%2fquestions%2f1384891%2fsystem-not-working-as-expected-after-switching-system-from-ubuntu-to-debian%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
At the moment of installation has one specific window to configure your connection, it fails in the most of time because needs a third part non-free firmware. It happens with WI-FI connection.
You need to installing manually a package firmware-iwlwifi, you can search for "iwlwifi debian stretch", for example, if you uses this version, and your model of computer that must appear in some forum or install a generic firmware. Try the architecture that you have install.
Follow the link where you can to download form other device and transfer via USB connection:
https://pkgs.org/download/firmware-iwlwifi
To isntall:
dpkg -i <package_name>
To remove the package and erase configuration files
dpkg --purge <package_name>
After, when you has access to the internet you'll need to configure the file /etc/apt/sources.list
to let the OS know which repositories will be used by the high level package management, APT.
https://wiki.debian.org/SourcesList
Don't worry, it's normal. Debian is a solid distro but has more steps to be fully up and running if you compare to Ubuntu.
PS: I saw later the lspci output. See that in this case (a problem with Debian): https://unix.stackexchange.com/questions/382939/debian-9-rtl8188ce-wifi-driver-problem
I tried downloading from the link you requested with "sudo apt-get install firmware-iwlwifi" but I got "E: package 'firmware-iwlwifi' has no installation candidate' It says about that the package is not available and that it might be missing, obsolete, or only available from another source.
– Sagarmatha
Dec 15 '18 at 20:37
Your APT doesn't will work without set up sources.list and internet connection. You need download the package at the first link, and install it with "dpkg -i <package_name>", where package name is the name of package downloaded by you. You will need to be logged with super user, text "su" and press enter, infom the password, so go on with installation of firmware.
– Leandro Arruda
Dec 15 '18 at 20:52
I see later the lspci output. See that in this case, @Sagarmatha: unix.stackexchange.com/questions/382939/…
– Leandro Arruda
Dec 15 '18 at 21:31
add a comment |
At the moment of installation has one specific window to configure your connection, it fails in the most of time because needs a third part non-free firmware. It happens with WI-FI connection.
You need to installing manually a package firmware-iwlwifi, you can search for "iwlwifi debian stretch", for example, if you uses this version, and your model of computer that must appear in some forum or install a generic firmware. Try the architecture that you have install.
Follow the link where you can to download form other device and transfer via USB connection:
https://pkgs.org/download/firmware-iwlwifi
To isntall:
dpkg -i <package_name>
To remove the package and erase configuration files
dpkg --purge <package_name>
After, when you has access to the internet you'll need to configure the file /etc/apt/sources.list
to let the OS know which repositories will be used by the high level package management, APT.
https://wiki.debian.org/SourcesList
Don't worry, it's normal. Debian is a solid distro but has more steps to be fully up and running if you compare to Ubuntu.
PS: I saw later the lspci output. See that in this case (a problem with Debian): https://unix.stackexchange.com/questions/382939/debian-9-rtl8188ce-wifi-driver-problem
I tried downloading from the link you requested with "sudo apt-get install firmware-iwlwifi" but I got "E: package 'firmware-iwlwifi' has no installation candidate' It says about that the package is not available and that it might be missing, obsolete, or only available from another source.
– Sagarmatha
Dec 15 '18 at 20:37
Your APT doesn't will work without set up sources.list and internet connection. You need download the package at the first link, and install it with "dpkg -i <package_name>", where package name is the name of package downloaded by you. You will need to be logged with super user, text "su" and press enter, infom the password, so go on with installation of firmware.
– Leandro Arruda
Dec 15 '18 at 20:52
I see later the lspci output. See that in this case, @Sagarmatha: unix.stackexchange.com/questions/382939/…
– Leandro Arruda
Dec 15 '18 at 21:31
add a comment |
At the moment of installation has one specific window to configure your connection, it fails in the most of time because needs a third part non-free firmware. It happens with WI-FI connection.
You need to installing manually a package firmware-iwlwifi, you can search for "iwlwifi debian stretch", for example, if you uses this version, and your model of computer that must appear in some forum or install a generic firmware. Try the architecture that you have install.
Follow the link where you can to download form other device and transfer via USB connection:
https://pkgs.org/download/firmware-iwlwifi
To isntall:
dpkg -i <package_name>
To remove the package and erase configuration files
dpkg --purge <package_name>
After, when you has access to the internet you'll need to configure the file /etc/apt/sources.list
to let the OS know which repositories will be used by the high level package management, APT.
https://wiki.debian.org/SourcesList
Don't worry, it's normal. Debian is a solid distro but has more steps to be fully up and running if you compare to Ubuntu.
PS: I saw later the lspci output. See that in this case (a problem with Debian): https://unix.stackexchange.com/questions/382939/debian-9-rtl8188ce-wifi-driver-problem
At the moment of installation has one specific window to configure your connection, it fails in the most of time because needs a third part non-free firmware. It happens with WI-FI connection.
You need to installing manually a package firmware-iwlwifi, you can search for "iwlwifi debian stretch", for example, if you uses this version, and your model of computer that must appear in some forum or install a generic firmware. Try the architecture that you have install.
Follow the link where you can to download form other device and transfer via USB connection:
https://pkgs.org/download/firmware-iwlwifi
To isntall:
dpkg -i <package_name>
To remove the package and erase configuration files
dpkg --purge <package_name>
After, when you has access to the internet you'll need to configure the file /etc/apt/sources.list
to let the OS know which repositories will be used by the high level package management, APT.
https://wiki.debian.org/SourcesList
Don't worry, it's normal. Debian is a solid distro but has more steps to be fully up and running if you compare to Ubuntu.
PS: I saw later the lspci output. See that in this case (a problem with Debian): https://unix.stackexchange.com/questions/382939/debian-9-rtl8188ce-wifi-driver-problem
edited Dec 16 '18 at 15:31
JakeGould
31.1k1093137
31.1k1093137
answered Dec 15 '18 at 20:28
Leandro ArrudaLeandro Arruda
12
12
I tried downloading from the link you requested with "sudo apt-get install firmware-iwlwifi" but I got "E: package 'firmware-iwlwifi' has no installation candidate' It says about that the package is not available and that it might be missing, obsolete, or only available from another source.
– Sagarmatha
Dec 15 '18 at 20:37
Your APT doesn't will work without set up sources.list and internet connection. You need download the package at the first link, and install it with "dpkg -i <package_name>", where package name is the name of package downloaded by you. You will need to be logged with super user, text "su" and press enter, infom the password, so go on with installation of firmware.
– Leandro Arruda
Dec 15 '18 at 20:52
I see later the lspci output. See that in this case, @Sagarmatha: unix.stackexchange.com/questions/382939/…
– Leandro Arruda
Dec 15 '18 at 21:31
add a comment |
I tried downloading from the link you requested with "sudo apt-get install firmware-iwlwifi" but I got "E: package 'firmware-iwlwifi' has no installation candidate' It says about that the package is not available and that it might be missing, obsolete, or only available from another source.
– Sagarmatha
Dec 15 '18 at 20:37
Your APT doesn't will work without set up sources.list and internet connection. You need download the package at the first link, and install it with "dpkg -i <package_name>", where package name is the name of package downloaded by you. You will need to be logged with super user, text "su" and press enter, infom the password, so go on with installation of firmware.
– Leandro Arruda
Dec 15 '18 at 20:52
I see later the lspci output. See that in this case, @Sagarmatha: unix.stackexchange.com/questions/382939/…
– Leandro Arruda
Dec 15 '18 at 21:31
I tried downloading from the link you requested with "sudo apt-get install firmware-iwlwifi" but I got "E: package 'firmware-iwlwifi' has no installation candidate' It says about that the package is not available and that it might be missing, obsolete, or only available from another source.
– Sagarmatha
Dec 15 '18 at 20:37
I tried downloading from the link you requested with "sudo apt-get install firmware-iwlwifi" but I got "E: package 'firmware-iwlwifi' has no installation candidate' It says about that the package is not available and that it might be missing, obsolete, or only available from another source.
– Sagarmatha
Dec 15 '18 at 20:37
Your APT doesn't will work without set up sources.list and internet connection. You need download the package at the first link, and install it with "dpkg -i <package_name>", where package name is the name of package downloaded by you. You will need to be logged with super user, text "su" and press enter, infom the password, so go on with installation of firmware.
– Leandro Arruda
Dec 15 '18 at 20:52
Your APT doesn't will work without set up sources.list and internet connection. You need download the package at the first link, and install it with "dpkg -i <package_name>", where package name is the name of package downloaded by you. You will need to be logged with super user, text "su" and press enter, infom the password, so go on with installation of firmware.
– Leandro Arruda
Dec 15 '18 at 20:52
I see later the lspci output. See that in this case, @Sagarmatha: unix.stackexchange.com/questions/382939/…
– Leandro Arruda
Dec 15 '18 at 21:31
I see later the lspci output. See that in this case, @Sagarmatha: unix.stackexchange.com/questions/382939/…
– Leandro Arruda
Dec 15 '18 at 21:31
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1384891%2fsystem-not-working-as-expected-after-switching-system-from-ubuntu-to-debian%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
I get a bunch of stuff that I can't copy-paste, but it reads 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] Subsystem: Lenovo RTL8822BE 802.11a/b/g/n/ac WiFi adapter [17aa:b024] Kernal driver in use: r8822be Kernal modules: r8822be
– Sagarmatha
Dec 15 '18 at 20:45
If you have an unallocated space on your hard drive you can use it to install debian through chroot. Also you can use the PXE boot (netboot) if you have another PC.
– GAD3R
Dec 15 '18 at 20:51
Try
sudo modprobe -rv r8822be
thensudo modprobe -v r8822be aspm=0
thensudo systemctl restart network-manager
see bugs.launchpad.net/ubuntu/+source/linux/+bug/1761693– GAD3R
Dec 15 '18 at 21:14
The first and second commands say FATAL: Module r8822be not found.
– Sagarmatha
Dec 16 '18 at 0:01
You can install the missing drivers from github.com/lwfinger/rtlwifi_new#installation-instruction. See the install instruction then run the above commands.
– GAD3R
Dec 16 '18 at 11:05