Loading...
  Show Posts
Pages: 1 ... 11 12 [13] 14 15 ... 29
181  Using Arduino / Installation & Troubleshooting / Re: Windows 8 install of compiler? on: January 18, 2013, 01:10:49 pm
Follow these steps to temporarily disable Driver Signature Enforcement:
http://arduino.cc/forum/index.php/topic,94651.msg727588.html#msg727588

Take note of the Secure Boot step if this is a new system with Win8 installed.
182  Using Arduino / Installation & Troubleshooting / Re: Problem of Installing ARDUINO UNO dirvers with Win8 64bit on: January 15, 2013, 08:36:06 am
Take a look at this thread:
http://arduino.cc/forum/index.php/topic,140068.msg1057451.html#msg1057451

Maybe your ASUS is having a similar problem to Acer.

It's possible it's related to Secure Boot. There may be a setting in the BIOS setup screens to disable Secure Boot.
I would try disabling Secure Boot, if it is enabled, then try the steps you did before to disable Driver Signature Enforcement.
183  Community / Website and Forum / Re: Stopping a thread appearing in my Replies? on: January 12, 2013, 01:50:10 pm
On mine I have pages of topics listed. And I don't use Notify very often. The vast majority are topics that I have replied to.

Seems like something with your profile settings on the server is messed up.
184  Using Arduino / Installation & Troubleshooting / Re: Windows 7 and driver signing on: January 12, 2013, 12:39:47 pm
Is there something unique about this Windows 7 install that you haven't mentioned?
Is this a "corporate" image or something like that, with a group policy set to restrict unsigned drivers?

A standard install of Win7 x64 does not have this issue, other than the warning during the first install.
I use it on Win7 x64 all the time without the problem you describe.

The problem you describe, seems to indicate there is a policy setting that is enforcing this behavior.
185  Community / Website and Forum / Re: Stopping a thread appearing in my Replies? on: January 11, 2013, 05:25:35 pm
Go to your Profile -> Notifications and Emails and then unsubscribe from the thread you no longer want.
186  Using Arduino / Installation & Troubleshooting / Re: Broken/unprogrammed UNO R3? =( on: January 08, 2013, 11:16:20 am
Since the Device Manager is showing "atmega16u2", your Arduino is in DFU mode.
This indicates the atmega16u2 does not have the Serial to USB code loaded on it.

If you want to try to recover it yourself you can use the following page as a guide.
http://arduino.cc/en/Hacking/DFUProgramming8U2

The instructions are the same for the 16u2.
Since you are on Windows, you can download and install FLIP. (The link is on the page above)

Download the following firmware and install this on the 16u2 with FLIP:
https://github.com/arduino/Arduino/blob/master/hardware/arduino/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-Uno-Rev3.hex

After that, you should be able to install the UNO USB serial drivers.

Hopefully, the bootloader is installed on the atmega328.
187  Using Arduino / Installation & Troubleshooting / Re: Trouble installing a Due on a laptop with Win 7 Pro 64 on: January 06, 2013, 07:04:04 pm
Then follow these steps to install the Arduino drivers:

Right click the Unknown Device in Device Manager
Select Update Driver Software
Select Browse my computer for software
Click Browse button
Select the Drivers folder under the location of your Arduino software installation. (Do not select the FTDI folder inside the Drivers folder)
Click OK
Click Next
188  Using Arduino / Installation & Troubleshooting / Re: Drivers won't install Windows 8 help? on: January 01, 2013, 03:49:15 pm
Just FYI...

When you disable driver signature enforcement, it is only temporary. It disables enforcement for only one session. After a reboot, it goes back to signature enforcement.
189  Using Arduino / Installation & Troubleshooting / Re: Drivers won't install Windows 8 help? on: January 01, 2013, 02:15:35 pm
Follow the steps here to disable driver signature enforcement on Win8:
http://arduino.cc/forum/index.php/topic,94651.msg727588.html#msg727588

Then follow these steps to install the Arduino drivers:

Right click the Unknown Device in Device Manager
Select Update Driver Software
Select Browse my computer for software
Click Browse button
Select the Drivers folder under the location of your Arduino software installation. (Do not select the FTDI folder inside the Drivers folder)
Click OK
Click Next
190  Using Arduino / Installation & Troubleshooting / Re: Drivers wont install on: December 31, 2012, 12:23:18 pm
Look for the setupapi.dev.log file in your Windows folder.

Open with a text editor and go toward the end of the file. The last sections should indicate what errors are encountered during the .inf installation.

You should see a section that begins with something similar to this:
>>>  [Device Install (Hardware initiated) - USB\...
191  Using Arduino / Installation & Troubleshooting / Re: launch4j problems on 022 IDE on: December 29, 2012, 01:34:28 pm
This error can also be caused by a corrupt preferences.txt file.
Delete this file and relaunch the IDE to see if it clears it up.
See here for info to help you locate the file:
http://arduino.cc/en/Hacking/Preferences
192  Using Arduino / Project Guidance / Re: Changing location of Libraries folder on a Mac on: December 21, 2012, 03:40:34 pm
Here is some helpful information about using libraries:
http://arduino.cc/en/Guide/Libraries
193  Development / Other Software Development / Re: [MOD] Arduino Enhanced Release 1.0.3 for Windows (installer, drivers, etc) +SRC on: December 21, 2012, 01:03:15 pm
I don't think that all components of the Windows version of the IDE are 64 bit compatible.
The only way that I could get the IDE to work with an external version of Java on Win 64 is to install the 32 bit version of Java.
194  Products / Arduino Due / Re: Due - cant associate com port on: December 16, 2012, 09:57:11 am
It's not clear from your post if you have followed these steps to install the com port drivers:

Right click the "Arduino Due Programming Port" in Device Manager
Select Update Driver Software
Select Browse my computer for software
Click Browse button
Select the Drivers folder under the location of your Arduino software installation. (Do not select the FTDI folder inside the Drivers folder)
Click OK
Click Next
195  Development / Other Software Development / Re: [MOD] Arduino Enhanced Release 1.0.3 for Windows (installer, drivers, etc) +SRC on: December 13, 2012, 04:31:52 pm
See this commit:
https://github.com/arduino/Arduino/commit/85bf4252f0bfaf7fb86111c2104eb089c3a67496

They updated avr_tools.zip with the 5.11 version of avrdude.
Pages: 1 ... 11 12 [13] 14 15 ... 29