Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Installing firmware for Intel Wireless 7260

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
ribault
Posts: 12
Joined: 2020-08-26 09:50

[SOLVED] Installing firmware for Intel Wireless 7260

#1 Post by ribault »

I am trying to find a driver for an Intel Corporation Wireless 7260, in order to get wifi working on a laptop W550SU1. Apparently the needed firmware is called iwm. I found a file at http://firmware.openbsd.org/firmware/snapshots/ . After unzipping the .tgz I got a file called iwm-7260-17.

However, dpkg complains as follows:
sudo dpkg -i iwm-7260-17
dpkg-deb: error: 'iwm-7260-17' is not a Debian format archive
dpkg: error processing archive iwm-7260-17 (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
iwm-7260-17
Is this the right file? How can it be installed?
Last edited by ribault on 2020-09-29 19:09, edited 1 time in total.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Installing firmware for Intel Corporation Wireless 7260

#2 Post by arochester »

As Root, sudo if you have it.

Code: Select all

apt install firmware-iwlwifi
and Reboot

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Installing firmware for Intel Corporation Wireless 7260

#3 Post by Head_on_a_Stick »

ribault wrote:Apparently the needed firmware is called iwm
No, that's the OpenBSD firmware for the iwm(4) driver.
deadbang

ribault
Posts: 12
Joined: 2020-08-26 09:50

Re: Installing firmware for Intel Corporation Wireless 7260

#4 Post by ribault »

Thank you @arochester, this works.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [SOLVED] Installing firmware for Intel Wireless 7260

#5 Post by stevepusser »

For beginners stumbling upon this thread, the nonfree section of the repo also must be enabled, as shown in the Debian wiki entry on firmware. Go there first for answers instead of getting random and often wrong answers from search engines.
MX Linux packager and developer

Post Reply