Installation Failure

per the "troubleshooting" page:

"If it still doesn't work, you can ask for help in the forum. Please include the following information: "
Your operating system.
{win7proSP164bit}
What kind of board you have. If it's a Mini, LilyPad or other board that requires extra wiring, include a photo of your circuit, if possible.
{Arduino UNO R3; no circuits yet, can not even talk to the device yet!}
Whether or not you were ever able to upload to the board. If so, what were you doing with the board before / when it stopped working, and what software have you recently added or removed from your computer?
{never able to upload}
The messages displayed when you try to upload with verbose output enabled. To do this, hold down the shift key while clicking on the upload button in the toolbar.

============

In attempting the manual install of the 176 driver, I browsed to the \drivers\ directory, selected the arduino.inf, and am being prompted by my os (win7proSP164bit) that:

"Driver is not intended for this platform."

I looked into the amd64 directory, but the OS does not display any contents.

I browsed into the \Old Drivers\ directory after having indicated Have Disk, selected both the Arduino UNO Rev3.inf and Arduino UNO.inf, and am presented both with the error:

"The system can not find the file specified."

I uninstall the driver between attempts, and scan for HW changes to begin again.

the device has printed in it Arduino (-)(+) UNO R3, so I am failing to understand what the issue is here.

Any assistance that can be provided would be greatly appreciated, as this issue is delaying any advancement in the use of the device.

Yet.
when I uninstall the driver from the Device Manager in the Administrator account, I then advise the OS to Update the Arduino UNO which it identifies, it states the best driver for my device is already installed.

I log back into the User account, run the arduino.exe, follow the instructions for Blink and "upload" (though the "L" led is blinking since being plugged into the USB) and I receive the following:

Arduino: 1.7.6 (Windows 7), Board: "Arduino Uno"
Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xfc
avrdude: stk500_recv(): programmer is not responding
...
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
...
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xfc

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

I follow the guidance the troubleshooting site indicated, and "update driver" as specified for win764bit, which sets assigned COM8, and log back into the User Privileged Account and now receive the following when using the blink sketch:

{see error.txt for displayed error(s)}

**It would seem that 176 is still not the right driver for win7proSP1(64bit).
Would someone mind detailing for me how I may resolve this driver issue so I can get started learning already,...

Thank you kindly for your time.
CAH

error.txt (23.5 KB)

I suggest go to the forum section of the web page where you downloaded the IDE and ask the questions over there if you want to use that forked version of Arduino. It looks like you probably got the software from arduino.org and they have a different software with different numbering scheme for the versions like 1.7.X

Or, download and use the Arduino IDE from this website (arduino.cc) and use it. The current stable version is 1.6.5. People in this forum are probably more familiar with the software from this site.

Toe-may-toe. toe-mah-toe...

I have;
I have attempted to use v1.6.5-r5, v1.5.5, and v1.0.5-r2.
each time uninstalling the driver prior to attempting the next.

none work, and

"A service installation section in this INF is invalid"

seems a common error with the .cc drivers.

so which driver can one use on win7proSP1(64bit) that will allow this OS to speak to an Arduino?

That sounds like awful trouble. Do you know what USB-to-serial chip you have on your Arduino? It should be the square or oblong chip closest to the USB port.

Ugh.
This that I have discovered is most annoying.

take note to the line in the arduino.inf file:

"CopyFiles = FakeModemCopyFileSection"

I note that all of my installations are slip-streamed for the current security updates, and I remove 90% of the M$ bloat and superfluousness.
And in this case, that also includes DIALUP MODEM DRIVERS.

So I grab a blank HDD, throw a plain vanilla win7proSP1(64bit) (read: all of M$ bloat) on a separate system, and the 1.6.5 driver "arduino.inf" installs successfully.

I needed to set the CLI/Tools menu/Ports to the correct Port3 (in my case)
Hit upload, the Rx/Tx LEDs flashed, and now the "L" led is flashing a 1/10 of a second interval showing a successful upload to the Arduino.

... Modem Drivers?
Really?

Guess next update will require 8-Track cassette tape driver support too, huh?