Anyone correct me if I am wrong, to install (or run ) a file with .bin extension you need to make that file executable. You can do that if you have a graphical user interface (GUI) desktop environment, by going to the location of that file with your file manager which is the program Nautilus, right-clicking with mouse to the icon for the file, selecting Properties from the menu, clicking on execution permissions box. You can do that also from command line (by starting the program terminal) changing to the directory that the file is at by command "cd "+pathoffile . Then executing command "chmod a+x" filename or "chmod +x"filename (firstone makes any user of the machine be able to execute the file). Then running the command "./"filename or "sh ./"filename should run the program to install. Maybe after making the file executable you can run it simply by double-clicking...
郭 灵贤 <deposi...@outlook.com>, 20 Şub 2021 Cmt, 19:24 tarihinde şunu yazdı: > I use USB flash disk to install debian , the monitor display Some of your > hardware needs non-free firmware files to operate . The firmware can be > loaded from removable media , such as a USB stick or floppy . The missing > firmware files are : rtlwifi/rtl8723befw_36.bin , rtlwifi/rtl8723befw.bin . > If you have such media available now , insert it , and continue . What > should I do ? I’d like to know the detailed steps . > > > > 发送自 Windows 10 版邮件 <https://go.microsoft.com/fwlink/?LinkId=550986>应用 > > >