Hi,
Making the suggested changes and running commands like
import RPI.GPIO as GPIO
GPIO.setmode(GPIO.BCM)
GPIO.setup(2, GPIO.OUT)
GPIO.output(2, GPIO.LOW)
GPIO.output(2, GPIO.HIGH)
does nothing. No clicking, no LEDs, nothing.
Please note that these commands do nothing even in my original wiring.