Where can I find linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19?Why do I get “Required key not available” when install 3rd party kernel modules or after a kernel upgrade?Ubuntu stops using Nvidia driver after kernel upgradeBluetooth with Centrino Advanced-N 6235 on Ubuntu 14.04Ubuntu 12.04 no wlan0 interfaceCannot get my N300 (DWA-130) D-link wireless USB to work on Ubuntu 14.04Ubuntu 15.04 kernel 3.19+ Intel Wireless AC-7260New HP laptop, Ubuntu does not recognize Wireless AdapterWireless drivers for the newer linux kernels 4.xRestore default audio drivers in Ubuntu 16Wlan usb adapter not working with UbuntuVirtualBox. vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why. Started ACPI event daemon
How to explain that I do not want to visit a country due to personal safety concern?
Life insurance that covers only simultaneous/dual deaths
Instead of a Universal Basic Income program, why not implement a "Universal Basic Needs" program?
Is it possible to upcast ritual spells?
Can I use USB data pins as power source
Why Choose Less Effective Armour Types?
How do I hide Chekhov's Gun?
Min function accepting varying number of arguments in C++17
Shortcut for setting origin to vertex
Why is the President allowed to veto a cancellation of emergency powers?
Are ETF trackers fundamentally better than individual stocks?
PTIJ: Who should I vote for? (21st Knesset Edition)
Are all passive ability checks floors for active ability checks?
Is there a place to find the pricing for things not mentioned in the PHB? (non-magical)
The German vowel “a” changes to the English “i”
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Have the tides ever turned twice on any open problem?
Why did it take so long to abandon sail after steamships were demonstrated?
I got the following comment from a reputed math journal. What does it mean?
Converting a variable frequency to TTL HIGH and LOW levels, based on a fixed (possible non-fixed?) frequency
How to terminate ping <dest> &
Passing arguments from one script to another
Adventure Game (text based) in C++
Professor being mistaken for a grad student
Where can I find linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19?
Why do I get “Required key not available” when install 3rd party kernel modules or after a kernel upgrade?Ubuntu stops using Nvidia driver after kernel upgradeBluetooth with Centrino Advanced-N 6235 on Ubuntu 14.04Ubuntu 12.04 no wlan0 interfaceCannot get my N300 (DWA-130) D-link wireless USB to work on Ubuntu 14.04Ubuntu 15.04 kernel 3.19+ Intel Wireless AC-7260New HP laptop, Ubuntu does not recognize Wireless AdapterWireless drivers for the newer linux kernels 4.xRestore default audio drivers in Ubuntu 16Wlan usb adapter not working with UbuntuVirtualBox. vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why. Started ACPI event daemon
Here is what I've done so far which has the output to many commands for diagnosing the issue. The wifi on my Ubuntu 14.04 laptop broke after (I think) this kernel update I don't remember doing.
I've followed the solution in that question and after disabling secure boot, restarting, then running sudo modprobe iwlwifi there were no errors and no output. Then I ran dmesg whose output is here.
The helpful people in #linux pointed me to me needing the linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19, but there were too many matches and we weren't sure which one to download/install. I am hoping for some guidance on this. Thanks.
14.04 drivers backport
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Here is what I've done so far which has the output to many commands for diagnosing the issue. The wifi on my Ubuntu 14.04 laptop broke after (I think) this kernel update I don't remember doing.
I've followed the solution in that question and after disabling secure boot, restarting, then running sudo modprobe iwlwifi there were no errors and no output. Then I ran dmesg whose output is here.
The helpful people in #linux pointed me to me needing the linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19, but there were too many matches and we weren't sure which one to download/install. I am hoping for some guidance on this. Thanks.
14.04 drivers backport
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Disable Secure Boot in UEFI. That is probably the reason why the backports does not load. You can also boot with an older kernel version using grub menu. Wi-Fi will work and you will be able to upgrade your kernel.
– Pilot6
Jul 22 '16 at 17:12
@Pilot6 SecureBoot is disabled.sudo modprobe iwlwificompletes without output or error but wifi doesn't work still. How would I get to the grub menu -> use an older kernel version -> upgrade my kernel?
– irregular
Jul 22 '16 at 17:41
Get into grub menu when you boot. It depends on the system how to get there. Either Shift or ESC key. Then you can choose one of installed kernels to boot.
– Pilot6
Jul 22 '16 at 18:18
@Pilot6 went back to kernel 3.19.0-64 (before I was on 65) and wifi instantly starts working again. You mentioned I can now upgrade my kernel but wasn't my upgraded kernel the problem in the first place?
– irregular
Jul 22 '16 at 19:05
add a comment |
Here is what I've done so far which has the output to many commands for diagnosing the issue. The wifi on my Ubuntu 14.04 laptop broke after (I think) this kernel update I don't remember doing.
I've followed the solution in that question and after disabling secure boot, restarting, then running sudo modprobe iwlwifi there were no errors and no output. Then I ran dmesg whose output is here.
The helpful people in #linux pointed me to me needing the linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19, but there were too many matches and we weren't sure which one to download/install. I am hoping for some guidance on this. Thanks.
14.04 drivers backport
Here is what I've done so far which has the output to many commands for diagnosing the issue. The wifi on my Ubuntu 14.04 laptop broke after (I think) this kernel update I don't remember doing.
I've followed the solution in that question and after disabling secure boot, restarting, then running sudo modprobe iwlwifi there were no errors and no output. Then I ran dmesg whose output is here.
The helpful people in #linux pointed me to me needing the linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19, but there were too many matches and we weren't sure which one to download/install. I am hoping for some guidance on this. Thanks.
14.04 drivers backport
14.04 drivers backport
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Jul 22 '16 at 16:54
irregularirregular
11114
11114
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Disable Secure Boot in UEFI. That is probably the reason why the backports does not load. You can also boot with an older kernel version using grub menu. Wi-Fi will work and you will be able to upgrade your kernel.
– Pilot6
Jul 22 '16 at 17:12
@Pilot6 SecureBoot is disabled.sudo modprobe iwlwificompletes without output or error but wifi doesn't work still. How would I get to the grub menu -> use an older kernel version -> upgrade my kernel?
– irregular
Jul 22 '16 at 17:41
Get into grub menu when you boot. It depends on the system how to get there. Either Shift or ESC key. Then you can choose one of installed kernels to boot.
– Pilot6
Jul 22 '16 at 18:18
@Pilot6 went back to kernel 3.19.0-64 (before I was on 65) and wifi instantly starts working again. You mentioned I can now upgrade my kernel but wasn't my upgraded kernel the problem in the first place?
– irregular
Jul 22 '16 at 19:05
add a comment |
Disable Secure Boot in UEFI. That is probably the reason why the backports does not load. You can also boot with an older kernel version using grub menu. Wi-Fi will work and you will be able to upgrade your kernel.
– Pilot6
Jul 22 '16 at 17:12
@Pilot6 SecureBoot is disabled.sudo modprobe iwlwificompletes without output or error but wifi doesn't work still. How would I get to the grub menu -> use an older kernel version -> upgrade my kernel?
– irregular
Jul 22 '16 at 17:41
Get into grub menu when you boot. It depends on the system how to get there. Either Shift or ESC key. Then you can choose one of installed kernels to boot.
– Pilot6
Jul 22 '16 at 18:18
@Pilot6 went back to kernel 3.19.0-64 (before I was on 65) and wifi instantly starts working again. You mentioned I can now upgrade my kernel but wasn't my upgraded kernel the problem in the first place?
– irregular
Jul 22 '16 at 19:05
Disable Secure Boot in UEFI. That is probably the reason why the backports does not load. You can also boot with an older kernel version using grub menu. Wi-Fi will work and you will be able to upgrade your kernel.
– Pilot6
Jul 22 '16 at 17:12
Disable Secure Boot in UEFI. That is probably the reason why the backports does not load. You can also boot with an older kernel version using grub menu. Wi-Fi will work and you will be able to upgrade your kernel.
– Pilot6
Jul 22 '16 at 17:12
@Pilot6 SecureBoot is disabled.
sudo modprobe iwlwifi completes without output or error but wifi doesn't work still. How would I get to the grub menu -> use an older kernel version -> upgrade my kernel?– irregular
Jul 22 '16 at 17:41
@Pilot6 SecureBoot is disabled.
sudo modprobe iwlwifi completes without output or error but wifi doesn't work still. How would I get to the grub menu -> use an older kernel version -> upgrade my kernel?– irregular
Jul 22 '16 at 17:41
Get into grub menu when you boot. It depends on the system how to get there. Either Shift or ESC key. Then you can choose one of installed kernels to boot.
– Pilot6
Jul 22 '16 at 18:18
Get into grub menu when you boot. It depends on the system how to get there. Either Shift or ESC key. Then you can choose one of installed kernels to boot.
– Pilot6
Jul 22 '16 at 18:18
@Pilot6 went back to kernel 3.19.0-64 (before I was on 65) and wifi instantly starts working again. You mentioned I can now upgrade my kernel but wasn't my upgraded kernel the problem in the first place?
– irregular
Jul 22 '16 at 19:05
@Pilot6 went back to kernel 3.19.0-64 (before I was on 65) and wifi instantly starts working again. You mentioned I can now upgrade my kernel but wasn't my upgraded kernel the problem in the first place?
– irregular
Jul 22 '16 at 19:05
add a comment |
1 Answer
1
active
oldest
votes
You do not need any backports for Ubuntu 14.04 because there is a new kernel available for this release.
Run in terminal
sudo apt-get install linux-generic-lts-xenial
and new Intel wireless adapters will work.
The core of the issue was that my wifi would not work no matter what though. I've gone to packages.ubuntu.com/trusty-updates/kernel/… , is that the right place? What needs to be downloaded onto a usb to bring over to the ubuntu laptop?
– irregular
Jul 22 '16 at 17:08
It is easier to connect to internet by some other means. Or you will need to download some kernel packages manually.
– Pilot6
Jul 22 '16 at 17:11
I'm on my windows laptop to get the files since the laptop doesn't have an ethernet port. Do I need both the kernel headers and kernal image files on packages.ubuntu.com/trusty-updates/kernel/…?
– irregular
Jul 22 '16 at 17:39
You need kernel image and headers packages with dependencies.
– Pilot6
Jul 22 '16 at 17:41
I'm on 3.19.0-64 (1 kernel version lower than before) and wifi is working now. Should I install that package now with apt-get while on -64 then go back to 3.19.0-65 and wifi would still work?
– irregular
Jul 22 '16 at 19:07
add a comment |
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
);
);
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%2f801773%2fwhere-can-i-find-linux-backports-modules-wireless-cw-package-for-ubuntu-14-04-k%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
You do not need any backports for Ubuntu 14.04 because there is a new kernel available for this release.
Run in terminal
sudo apt-get install linux-generic-lts-xenial
and new Intel wireless adapters will work.
The core of the issue was that my wifi would not work no matter what though. I've gone to packages.ubuntu.com/trusty-updates/kernel/… , is that the right place? What needs to be downloaded onto a usb to bring over to the ubuntu laptop?
– irregular
Jul 22 '16 at 17:08
It is easier to connect to internet by some other means. Or you will need to download some kernel packages manually.
– Pilot6
Jul 22 '16 at 17:11
I'm on my windows laptop to get the files since the laptop doesn't have an ethernet port. Do I need both the kernel headers and kernal image files on packages.ubuntu.com/trusty-updates/kernel/…?
– irregular
Jul 22 '16 at 17:39
You need kernel image and headers packages with dependencies.
– Pilot6
Jul 22 '16 at 17:41
I'm on 3.19.0-64 (1 kernel version lower than before) and wifi is working now. Should I install that package now with apt-get while on -64 then go back to 3.19.0-65 and wifi would still work?
– irregular
Jul 22 '16 at 19:07
add a comment |
You do not need any backports for Ubuntu 14.04 because there is a new kernel available for this release.
Run in terminal
sudo apt-get install linux-generic-lts-xenial
and new Intel wireless adapters will work.
The core of the issue was that my wifi would not work no matter what though. I've gone to packages.ubuntu.com/trusty-updates/kernel/… , is that the right place? What needs to be downloaded onto a usb to bring over to the ubuntu laptop?
– irregular
Jul 22 '16 at 17:08
It is easier to connect to internet by some other means. Or you will need to download some kernel packages manually.
– Pilot6
Jul 22 '16 at 17:11
I'm on my windows laptop to get the files since the laptop doesn't have an ethernet port. Do I need both the kernel headers and kernal image files on packages.ubuntu.com/trusty-updates/kernel/…?
– irregular
Jul 22 '16 at 17:39
You need kernel image and headers packages with dependencies.
– Pilot6
Jul 22 '16 at 17:41
I'm on 3.19.0-64 (1 kernel version lower than before) and wifi is working now. Should I install that package now with apt-get while on -64 then go back to 3.19.0-65 and wifi would still work?
– irregular
Jul 22 '16 at 19:07
add a comment |
You do not need any backports for Ubuntu 14.04 because there is a new kernel available for this release.
Run in terminal
sudo apt-get install linux-generic-lts-xenial
and new Intel wireless adapters will work.
You do not need any backports for Ubuntu 14.04 because there is a new kernel available for this release.
Run in terminal
sudo apt-get install linux-generic-lts-xenial
and new Intel wireless adapters will work.
answered Jul 22 '16 at 17:04
Pilot6Pilot6
53.3k15109198
53.3k15109198
The core of the issue was that my wifi would not work no matter what though. I've gone to packages.ubuntu.com/trusty-updates/kernel/… , is that the right place? What needs to be downloaded onto a usb to bring over to the ubuntu laptop?
– irregular
Jul 22 '16 at 17:08
It is easier to connect to internet by some other means. Or you will need to download some kernel packages manually.
– Pilot6
Jul 22 '16 at 17:11
I'm on my windows laptop to get the files since the laptop doesn't have an ethernet port. Do I need both the kernel headers and kernal image files on packages.ubuntu.com/trusty-updates/kernel/…?
– irregular
Jul 22 '16 at 17:39
You need kernel image and headers packages with dependencies.
– Pilot6
Jul 22 '16 at 17:41
I'm on 3.19.0-64 (1 kernel version lower than before) and wifi is working now. Should I install that package now with apt-get while on -64 then go back to 3.19.0-65 and wifi would still work?
– irregular
Jul 22 '16 at 19:07
add a comment |
The core of the issue was that my wifi would not work no matter what though. I've gone to packages.ubuntu.com/trusty-updates/kernel/… , is that the right place? What needs to be downloaded onto a usb to bring over to the ubuntu laptop?
– irregular
Jul 22 '16 at 17:08
It is easier to connect to internet by some other means. Or you will need to download some kernel packages manually.
– Pilot6
Jul 22 '16 at 17:11
I'm on my windows laptop to get the files since the laptop doesn't have an ethernet port. Do I need both the kernel headers and kernal image files on packages.ubuntu.com/trusty-updates/kernel/…?
– irregular
Jul 22 '16 at 17:39
You need kernel image and headers packages with dependencies.
– Pilot6
Jul 22 '16 at 17:41
I'm on 3.19.0-64 (1 kernel version lower than before) and wifi is working now. Should I install that package now with apt-get while on -64 then go back to 3.19.0-65 and wifi would still work?
– irregular
Jul 22 '16 at 19:07
The core of the issue was that my wifi would not work no matter what though. I've gone to packages.ubuntu.com/trusty-updates/kernel/… , is that the right place? What needs to be downloaded onto a usb to bring over to the ubuntu laptop?
– irregular
Jul 22 '16 at 17:08
The core of the issue was that my wifi would not work no matter what though. I've gone to packages.ubuntu.com/trusty-updates/kernel/… , is that the right place? What needs to be downloaded onto a usb to bring over to the ubuntu laptop?
– irregular
Jul 22 '16 at 17:08
It is easier to connect to internet by some other means. Or you will need to download some kernel packages manually.
– Pilot6
Jul 22 '16 at 17:11
It is easier to connect to internet by some other means. Or you will need to download some kernel packages manually.
– Pilot6
Jul 22 '16 at 17:11
I'm on my windows laptop to get the files since the laptop doesn't have an ethernet port. Do I need both the kernel headers and kernal image files on packages.ubuntu.com/trusty-updates/kernel/…?
– irregular
Jul 22 '16 at 17:39
I'm on my windows laptop to get the files since the laptop doesn't have an ethernet port. Do I need both the kernel headers and kernal image files on packages.ubuntu.com/trusty-updates/kernel/…?
– irregular
Jul 22 '16 at 17:39
You need kernel image and headers packages with dependencies.
– Pilot6
Jul 22 '16 at 17:41
You need kernel image and headers packages with dependencies.
– Pilot6
Jul 22 '16 at 17:41
I'm on 3.19.0-64 (1 kernel version lower than before) and wifi is working now. Should I install that package now with apt-get while on -64 then go back to 3.19.0-65 and wifi would still work?
– irregular
Jul 22 '16 at 19:07
I'm on 3.19.0-64 (1 kernel version lower than before) and wifi is working now. Should I install that package now with apt-get while on -64 then go back to 3.19.0-65 and wifi would still work?
– irregular
Jul 22 '16 at 19:07
add a comment |
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.
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%2f801773%2fwhere-can-i-find-linux-backports-modules-wireless-cw-package-for-ubuntu-14-04-k%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
Disable Secure Boot in UEFI. That is probably the reason why the backports does not load. You can also boot with an older kernel version using grub menu. Wi-Fi will work and you will be able to upgrade your kernel.
– Pilot6
Jul 22 '16 at 17:12
@Pilot6 SecureBoot is disabled.
sudo modprobe iwlwificompletes without output or error but wifi doesn't work still. How would I get to the grub menu -> use an older kernel version -> upgrade my kernel?– irregular
Jul 22 '16 at 17:41
Get into grub menu when you boot. It depends on the system how to get there. Either Shift or ESC key. Then you can choose one of installed kernels to boot.
– Pilot6
Jul 22 '16 at 18:18
@Pilot6 went back to kernel 3.19.0-64 (before I was on 65) and wifi instantly starts working again. You mentioned I can now upgrade my kernel but wasn't my upgraded kernel the problem in the first place?
– irregular
Jul 22 '16 at 19:05