debian 12
pci wifi card RTL8191SEvB
https://packages.debian.org/bookworm/al ... k/filelist
Installing above package will get
the wifi card to work. From the list of files displayed on
the link, can you identify the specific files
which make the wifi card work? There
are no 8191 files on the list. Thank you.
which firmware files required about RTL8191SEvB?
- fabien
- Forum Helper
- Posts: 1134
- Joined: 2019-12-03 12:51
- Location: Anarres (Toulouse, France actually)
- Has thanked: 98 times
- Been thanked: 255 times
Re: which firmware files required about RTL8191SEvB?
Code: Select all
$> apt-cache show firmware-realtek | grep -A1 "RTL8191SE"
* Realtek RTL8192SE/RTL8191SE firmware, version 4.816.2011
(rtlwifi/rtl8192sefw.bin)
$> apt-file search "rtl8192sefw.bin"
firmware-realtek: /lib/firmware/rtlwifi/rtl8192sefw.bin
Share your Debian SCRIPTS
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
- None1975
- df -h | participant
- Posts: 1520
- Joined: 2015-11-29 18:23
- Location: Russia, Kaliningrad
- Has thanked: 60 times
- Been thanked: 87 times
Re: which firmware files required about RTL8191SEvB?
Hello.
You can use (you mus install it). It very handy tool.
Then you can use it to look for the package that contains the firmware files:
For example:
You can use
Code: Select all
apt-file
Then you can use it to look for the package that contains the firmware files:
For example:
Code: Select all
sudo apt-file search skl_guc_62.0.0.bin
firmware-misc-nonfree: /lib/firmware/i915/skl_guc_62.0.0.bin
sudo apt install firmware-misc-nonfree
-
- Global Moderator
- Posts: 3890
- Joined: 2014-07-20 18:12
- Location: Europe
- Has thanked: 107 times
- Been thanked: 513 times