📜 ⬆️ ⬇️

Replacing the WiFi module on the Lenovo B450. Fix error 104-Unsupported wireless network device detected

Some laptop manufacturers artificially limit hardware compatibility by stitching the manufacturer ID of the WiFi module in the BIOS. Under the cut a little description of how I struggled with this problem. This operation was applied to the Lenovo B450, but probably can be applied to other devices with a similar problem (for example, HP Pavilion laptops, of course, with the appropriate BIOS file).
MiniPCI WiFi Adapter
And so, after replacing the WiFi module, with a faster one, I found the error: 104-Unsupported wireless network device detected.

104 Unsupported Device Error Message

The fact is that the manufacturer sewed in the laptop BIOS a specific model of the WiFi adapter. The BIOS detects someone else's module and stops the download. To restore the normal boot, you need to edit the BIOS and flash it. Let's get started
')
Attention, further steps are unsafe and may damage your equipment. Remember that doing them you do it at your own peril and risk.

We load the necessary programs



Or all in one archive (for free).

Save the old WiFi adapter ID

Old device ID

Save the current BIOS

[FDFile] "BackupName="   "BackupName=OLDBIOS.FD" [FlashComplete] "Action=2"   "Action=0" [UI] "ConfirmInfo=0"   "ConfirmInfo=1" [Option] "Flag=0"   "Flag=1" 
All current bios saved to your disk.

Get the Device ID of the new device


This can be done by connecting the new WiFi to another laptop. If you have no such opportunity, then you can do so.



New device ID

Editing the BIOS



Our old ID was PCI \ VEN_ 168C & DEV_ 002A & SUBSYS_ 0034168 & ...
In BIOS, bytes go in reverse order (the first becomes the last, and so on), we get three groups of digits from our identifier
8 16 (from 16 8), 2A 00 (from 00 2A), 8 16 34 00 (from 00 34 16 8).

We are looking for the latest sequence in our editor.

Hex ed



Editing in the memory of EzH2O was necessary so that the correct checksum was entered in the modified file.

Flash the modified BIOS

Done!

300Mbit

PS Wi-Fi off levers work with the new module.

Source: https://habr.com/ru/post/145163/


All Articles