readme

来自「zd1211memtool-0.1無線網卡專用」· 代码 · 共 46 行

TXT
46
字号
zd1211memtool=============This utility is for messing with ZyDAS ZD1211/Atheros AR5007UG device memory.DO NOT USE IT unless you really know what you are doing. You can easily breakyour device with this utility.This utility will fail if the zd1211rw driver is loaded, as it needs exclusiveaccess to the device.Firmware must be installed in /lib/firmware/zd1211Required command line arguments: --device-type  Accepts zd1211 or zd1211b --usbvid  Specify the USB Vendor ID of the device in question (e.g. 0ace)  --usbpid  Specify the USB Product ID of the device in question (e.g. 1215) --action  Accepts e2pmodify or e2pdumpe2pdump action: Write the EEPROM to a file --output <FILENAME>  Required argument: where to save the EEPROM.e2pmodify action: --modify-vid <VID>  Change the USB Vendor ID to VID --modify-pid <PID>  Change the USB Product ID to PID- Daniel Drake <dsd@gentoo.org>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?