only pin 9 working

Hi,

I am trying to use two servo motors with arduino board but only pin 9 is working.

I tried to run the servo sweep example with pin 9 the motor spins but with other pwn 3,5,6 it does not.

Please help,is there anything which I can do to fix this,

thanks

I may be wrong , but don`t you have to use a PWM pin , for the servo eg 9 , 10 , 11

Previous versions of the Arduino servo library only worked on pins 9 and 10, but the current library can use any pin. What Arduino version are you running?

PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function

Try to use pin 10 or 11.

Arduino servo libraries 0016 and earlier only work on pins 9 and 10. If you are using this version there is no point trying other Pins. If you want to use 0016 or earlier you can download the MegaServo library that can run on any pin: Arduino Playground - MegaServo