<html><body><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000"><div>&gt;&gt; - How do I "run the script"<br></div><div><br></div><div>If I recall correctly the last time I did it.<br></div><div><br></div><div>[Overview]<br></div><div><br></div><div>I downloaded the .zip and the script into a directory<br></div><div>I dropped to a console and entered the directory<br></div><div>I changed the permission on the script so it would be executable<br></div><div>I followed the scripts instructions to copy the files to the /lib/firmware directory.<br></div><div><br></div><div>[Details]<br></div><div><br></div><div>Create folder (I called mine firm)<br></div><div><br></div><div>Download both the .zip and the script to the firm folder<br></div><div><br></div><div>Drop to a console<br></div><div><br></div><div>Enter the firm folder (Mine is located in /home/doug/firm)<br></div><div><br></div><div>cd /home/doug/firm<br></div><div><br></div><div>Set the execute bit on the script<br></div><div><br></div><div>sudo chmod a+x extract.sh<br></div><div><br></div><div>Run the script<br></div><div><br></div><div>./extract.sh<br></div><div><br></div><div>The output of that script will show:<br></div><div><br></div><div>/extract.sh <br></div><div><br></div><div>Extracting hcw85enc.rom from the windows zip file<br>Archive:&nbsp; HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip<br>&nbsp; inflating: hcw85enc.rom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br></div><div><br></div><div>Extracting hcw85mlC.rom from the windows zip file<br>Archive:&nbsp; HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip<br>&nbsp; inflating: hcw85mlC.rom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br></div><div><br></div><div>Firmware extracted successfully<br>Firmware extracted successfully<br></div><div><br></div><div>Now manually copy firmware into your firmware dir<br>&nbsp; E.g. sudo cp v4l-cx23885-enc.fw /lib/firmware/3.5.0-17-generic<br>&nbsp; E.g. sudo cp v4l-cx23885-avcore-01.fw /lib/firmware/3.5.0-17-generic</div><div><br></div><div>Doug<br></div><div><br></div></div></body></html>