Intel 9260 driver linux

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

[SOLVED] Intel 9260 driver implementation

Post by bionicle_159 » Sun Mar 03, 2019 8:43 am

Hi, I know the this has been a well discussed issue on Linux forums, but I was wondering whether there could be efforts made to add to the kernel support for the Intel 9260 wireless receiver — as this comes with many motherboards of both AMD and Intel varieties. As for many other devices, such as Nvidia graphics cards or Broadcom WiFi adapters, it is very straightforward to select the corresponding driver to make it work — I am dumbfounded at why Intel devices aren’t this easy to configure as I am having to write out paragraphs of code every other week to keep the WiFi working.
Any feedback on the matter is appreciated, but I do think this should be made as much of a top issue as the continuing Mac hardware support that has been given in recent years, as it affects both camps in the new lineup of motherboards.

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

catweazel Level 19
Posts: 9763 Joined: Fri Oct 12, 2012 9:44 pm Location: Australian Antarctic Territory

Re: Intel 9260 driver implementation

Post by catweazel » Mon Mar 04, 2019 2:05 am

bionicle_159 wrote: ⤴ Sun Mar 03, 2019 8:43 am Hi, I know the this has been a well discussed issue on Linux forums, but I was wondering whether there could be efforts made to add to the kernel support for the Intel 9260 wireless receiver

According to this page: https://www.intel.com.au/content/www/au . rking.html, the 9260 is supported. Perhaps you could state the nature of the problem.

«There is, ultimately, only one truth — cogito, ergo sum — everything else is an assumption.» — Me, my swansong.

Re: Intel 9260 driver implementation

Post by bionicle_159 » Mon Mar 04, 2019 1:08 pm

This is something I’ve had to do after every update, I was asking if they was a way to make this process more streamlined for users as this affects many and is a bug hassle to maintain properly as you need a network connection each time, which is hard if you’ve got a desktop in a separate room to your router and don’t have another WiFi adapter.
Is there any way to send this to the Ubuntu team who make the kernel, as I was sure that Intel didn’t make they drivers proprietary as they support Linux as much as AMD do.

Читайте также:  Основной раздела для linux

TL;DR I’m asking if changes could be added so that instead of needing a network connection (something that you can’t have if the driver isn’t built into/available through the distro) and writing a dissertation of code, they have a driver option like Broadcom and Nvidia have in this photo https://linuxhint.com/wp-content/upload . ager-1.png

Pjotr Level 23
Posts: 19049 Joined: Mon Mar 07, 2011 10:18 am Location: The Netherlands (Holland) 🇳🇱 Contact:

Re: Intel 9260 driver implementation

Post by Pjotr » Mon Mar 04, 2019 1:49 pm

You might try a kernel from a newer series, e.g. the 4.18 series.

Intel drivers are integrated into the kernel, so maybe it’s as simple as a wrong implementation in the 4.15 kernel series.
Update Manager — panel: View — Linux kernels

Tip: 10 things to do after installing Linux Mint 21.2 Victoria
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.

thx-1138 Level 8
Posts: 2092 Joined: Fri Mar 10, 2017 12:15 pm Location: Athens, Greece

Re: Intel 9260 driver implementation

Post by thx-1138 » Mon Mar 04, 2019 2:16 pm

. i’m a bit confused — exactly what kernel revision are you running?

Because according to the bugzilla report linked from askubuntu above, the commit fix is tagged:
compare with number of IRQs requested for, not number of CPUs‘. Such was fixed in 4.17.
Canonical certainly has been ‘notified’, see here as well.
And the fix appears to have been backported during their 4.15.0-44.47-proposed.

That is, if we’re talking about the same bug,
and you’re not (further?) affected by something else (that the backports take care of).

Re: Intel 9260 driver implementation

Post by bionicle_159 » Mon Mar 04, 2019 5:19 pm

That is, if we’re talking about the same bug,
and you’re not (further?) affected by something else (that the backports take care of).

Well I have had this issue since December 2018, I’m running 18.3 still but I tried a live version of 19.1 — but it still had the same issue. I am running an 8 core Ryzen CPU but it works fine when I run the paragraph of code from the aforementioned help guide I posted. I doubt going back to an earlier version of the kernel’s going to help as I always have had to do the same procedure for every single version since December.

Re: Intel 9260 driver implementation

Post by JeremyB » Mon Mar 04, 2019 5:57 pm

See the wireless script link in my signature and post results. There are way too many different versions of the 9260 to determine exactly what models are supported in a certain kernel without more info

Image

Wireless Script

thx-1138 Level 8
Posts: 2092 Joined: Fri Mar 10, 2017 12:15 pm Location: Athens, Greece

Re: Intel 9260 driver implementation

Post by thx-1138 » Tue Mar 05, 2019 3:34 am

bionicle_159: i didn’t suggested you should somehow revert to a previous kernel
(how could I, even more since you never told what revision you’re running in the first place. )
All i suggested is that if talking about the very specific issue referenced in bugzilla, then such has been taken of by now.

Читайте также:  Сетевой экран на линукс

It honors you that you found a workaround if you ask me — that’s exactly what someone should do.
But what exactly happens there & why, we can’t possibly know if we don’t have the whole picture:
chances are that a much simpler & hassle-free workaround hopefully might exist,
even more now that quite some time has passed since May 2018.
Your best bet to find if such is the case, is passing that info to Jeremy.

Re: Intel 9260 driver implementation

Post by bionicle_159 » Tue Mar 05, 2019 7:56 am

JeremyB wrote: ⤴ Mon Mar 04, 2019 5:57 pm See the wireless script link in my signature and post results. There are way too many different versions of the 9260 to determine exactly what models are supported in a certain kernel without more info

here’s the url https://termbin.com/fs0h
Ignore if it mentions a USB WiFi adapter, as I am using a Belkin WiFi adapter to get online

thx-1138: It says I’m running 4.15.0-45-generic, but I have just updated so I don’t know for sure if this is the newest one being displayed or I am running the second to last one until I restart the system

Re: Intel 9260 driver implementation

Post by JeremyB » Wed Mar 06, 2019 5:55 pm

Image

Wireless Script

Re: Intel 9260 driver implementation

Post by bionicle_159 » Wed Mar 06, 2019 6:17 pm

Yup, I just keep running the same string of code and hope for the best, seems to have done the trick each time — but annoyingly I do get an error code on the loading screen, with it citing a line beginning with the word ‘options’. Besides that, it works fine until I update again

Re: Intel 9260 driver implementation

Post by JeremyB » Wed Mar 06, 2019 6:28 pm

cd backport-iwlwifi make clean make sudo make install

Image

Wireless Script

Re: Intel 9260 driver implementation

Post by bionicle_159 » Wed Mar 06, 2019 6:39 pm

Is there any way we can pass this issue onto the dev team to fix so people won’t have to go through this each time they update their system, I think it needs to be sorted out to not put off others with a similar setup in case we have an influx of gamers, encouraged by tech-tubers, wanting to try Linux on AMD with the new support Valve has given Windows-only games to run on Linux.

Re: Intel 9260 driver implementation

Post by JeremyB » Wed Mar 06, 2019 6:41 pm

The wifi fix? You could file a bug report with Ubuntu as they maintain the kernels and I doubt they would pull from the iwlwifi backports, more likely to pull from upstream kernels

Image

Wireless Script

Re: Intel 9260 driver implementation

Post by bionicle_159 » Wed Mar 06, 2019 7:03 pm

I dunno, it seems out of character for Linux devs to be lazy, they manage to support so many obscure PCs that it would seem weird for them not to want to try and nip this in the bud, I just wish that the community got as angry about this as they did with the series 1 Ryzen chips , I’ll try and contact them if you can find me a link to the forum/bug reporter they have, I’m useless when trying to find anything like this by myself.

Читайте также:  Usb vga видеокарта linux

Re: Intel 9260 driver implementation

Post by JeremyB » Wed Mar 06, 2019 7:17 pm

Image

Wireless Script

Re: Intel 9260 driver implementation

Post by bionicle_159 » Wed Mar 06, 2019 7:21 pm

Re: Intel 9260 driver implementation

Post by bionicle_159 » Mon Jun 01, 2020 7:34 am

Just addressing this since it went unresolved for so long, got referred onto bugzilla after launchpad couldn’t figure out what was going on (bugzilla was a complete waste of time, immediately closing the ticket because it was an issue that affected Ryzen users, not OEM products. Not going back there again!)

I dual-boot Mint with Windows 10 on a separate drive, didn’t find out until a long while after that the ‘quick power up’ feature in Windows causes the WiFi issues in Linux. The native Intel WiFi driver in Linux is missing the feature to ‘wake up’ the adapter, not able to get it out of it’s hibernated state that Windows puts it in for some bizarre reason.

Backporting the driver was my only fix at the time, but now — just disabling ‘quick power up/start up’ in Windows seems to get it to show up in Linux again.

From my experience with bugzilla and the fact that Intel’s done nothing about it so far, leads me to believe nothing’s gonna be done to rectify the driver, so if it happens to anyone reading, and changing the start up setting doesn’t help — I’m not sure what can be done to fix it.

  • Important Notices
  • ↳ Rules & Notices
  • ↳ Releases & Announcements
  • ↳ Main Edition Support
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Graphics Cards & Monitors
  • ↳ Printers & Scanners
  • ↳ Storage
  • ↳ Sound
  • ↳ Networking
  • ↳ Virtual Machines
  • ↳ Desktop & Window Managers
  • ↳ Cinnamon
  • ↳ MATE
  • ↳ Xfce
  • ↳ Other topics
  • ↳ Non-technical Questions
  • ↳ Tutorials
  • Debian Edition Support
  • ↳ LMDE Forums
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Networking
  • ↳ Tutorials
  • ↳ Other Topics & Open Discussion
  • ↳ LMDE Archive
  • Interests
  • ↳ Gaming
  • ↳ Scripts & Bash
  • ↳ Programming & Development
  • Customization
  • ↳ Themes, Icons & Wallpaper
  • ↳ Compiz, Conky, Docks & Widgets
  • ↳ Screenshots
  • ↳ Your Artwork
  • Chat
  • ↳ Introduce Yourself
  • ↳ Chat about Linux Mint
  • ↳ Chat about Linux
  • ↳ Open Chat
  • ↳ Suggestions & Feedback
  • International
  • ↳ Translations
  • ↳ Deutsch — German
  • ↳ Español — Spanish
  • ↳ Français — French
  • ↳ Italiano — Italian
  • ↳ Nederlands — Dutch
  • ↳ Português — Portuguese
  • ↳ Русский — Russian
  • ↳ Suomi — Finnish
  • ↳ Other Languages
  • ↳ Čeština-Slovenčina — Czech-Slovak
  • ↳ Magyar — Hungarian
  • ↳ 日本語 — Japanese
  • ↳ Polski — Polish
  • ↳ Svenska — Swedish
  • ↳ Українська — Ukrainian

Powered by phpBB® Forum Software © phpBB Limited

Источник

Оцените статью
Adblock
detector