Jump to content

I used the following commands to search for the drivers required for my network card:

apt-cache search intel wireless 3945ABG

then

uname -a

and got the result

Linux VGN 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux


How do i install it?

(Clearly I'm a noob, so explain step by step please)

 

 

Link to comment
https://linustechtips.com/topic/1151008-help-install-apt/
Share on other sites

Link to post
Share on other sites

intel wifi drivers are included in the kernel afaik. is the wifi not working or?

She/Her

Phone: OnePlus Nord CE 5G | 128GB | 8GB Ram

Main Desktop: Ryzen 5 3600 | GTX 1060 6GB | 32GB Ram
Main Laptop: Acer Aspire V3-771G | Core i7 3612QM | 16GB

Link to comment
https://linustechtips.com/topic/1151008-help-install-apt/#findComment-13261380
Share on other sites

Link to post
Share on other sites

Hi, please see my answer here:

 

You've got apt on a debian, but as long as you are not online and never did "apt update" before, there are no locally cached lists to search in using apt-cache.

Download the missing non-free firmware blob from kernel.org using another machine (or an ethernet cable) and put it in /lib/firmware.

 

Alternatively, you can download the Debian "firmware-iwlfi" package and use `sudo dpkg -i /media/user/usbdrive/firmware-iwlwifi_20161130-5~deb8u1_all.deb` for an offline pkg  install (mount point is just a guess ;) )

Link to comment
https://linustechtips.com/topic/1151008-help-install-apt/#findComment-13261693
Share on other sites

Link to post
Share on other sites

4 hours ago, plus said:

Hi, please see my answer here:

 

You've got apt on a debian, but as long as you are not online and never did "apt update" before, there are no locally cached lists to search in using apt-cache.

Download the missing non-free firmware blob from kernel.org using another machine (or an ethernet cable) and put it in /lib/firmware.

 

Alternatively, you can download the Debian "firmware-iwlfi" package and use `sudo dpkg -i /media/user/usbdrive/firmware-iwlwifi_20161130-5~deb8u1_all.deb` for an offline pkg  install (mount point is just a guess ;) )

I’m a noob but not that much, I’ve been using good old Ethernet 

Link to comment
https://linustechtips.com/topic/1151008-help-install-apt/#findComment-13262087
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×