which firmware files required about RTL8191SEvB?

Need help with peripherals or devices?
Post Reply
Message
Author
hthi
Posts: 227
Joined: 2015-05-09 15:43
Has thanked: 4 times

which firmware files required about RTL8191SEvB?

#1 Post by hthi »

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.

User avatar
fabien
Forum Helper
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?

#2 Post by fabien »

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
ImageShare 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

User avatar
None1975
df -h | participant
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?

#3 Post by None1975 »

Hello.

You can use

Code: Select all

 apt-file
(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:

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
OS: Debian 12.4 Bookworm / DE: XFCE
Debian Wiki | DontBreakDebian, My config files on github

Aki
Global Moderator
Global Moderator
Posts: 3890
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 107 times
Been thanked: 513 times

Re: which firmware files required about RTL8191SEvB?

#4 Post by Aki »

Moved to "Hardware" sub-forum.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply