Firmware Update Intel Enterprice SSD P3700

isdct show –intelssd
isdct.exe load -intelssd 0

 

- Intel SSD DC P3700 Series CVFT7295004C800QGN-

Bootloader : 8B1B0133
DevicePath : \\\\.\\PHYSICALDRIVE1
DeviceStatus : Healthy
Firmware : 8DV101H0
FirmwareUpdateAvailable : The selected Intel SSD contains current firmware as of this tool release.
Index : 0
ModelNumber : INTEL SSDPE2MD800G4
ProductFamily : Intel SSD DC P3700 Series
SerialNumber : CVFT7295004C800QGN

- Intel SSD DC P3700 Series CVFT724554GM800QGN-

Bootloader : 8B1B0131
DevicePath : \\\\.\\PHYSICALDRIVE2
DeviceStatus : Healthy
Firmware : 8DV10171
FirmwareUpdateAvailable : Firmware=8DV101H0 Bootloader=8B1B0133
Index : 1
ModelNumber : INTEL SSDPE2MD800G4
ProductFamily : Intel SSD DC P3700 Series
SerialNumber : CVFT724554GM800QGN

http://www.padtinc.com/blog/the-focus/how-to-update-the-firmware-of-an-intel-solid-state-drive-dc-p3600

https://downloadcenter.intel.com/download/27248?v=t

Raspberry Pi Wifi and static ip

/boot/wpa_supplicant.conf

network={
    ssid="SSID"
    psk="PREESHARED KEY"
    key_mgmt=WPA-PSK
}

/boot/octopi-network.txt

iface wlan0-octopi inet manual
    wpa-ssid "SSID"
    wpa-psk "PREESHARED KEY"

/etc/dhcpcd.conf

interface wlan0
static ip_address=192.168.1.200/24
static routers=192.168.1.1
static domain_name_servers=8.8.8.8

 

usb receiver missing mouse driver – KB4074588

If your standard usb mouse it detected as “usb receiver”, with a warning signe saying that where is no mathing drivers for the device.

 

try to check it you have this update installed: KB4074588

it you have, remove this update and disable windows update (for now) and then reboot

unplug the mouse and inset in again, now it should work

source: https://www.bleepingcomputer.com/forums/t/671179/recent-windows-10-update-breaks-usb-mouse-and-keyboard-on-dell-3040/