[SOLVED] Problems with 1.x (at least under Linux)

This does not work for you on v1.0.1?

void setup() {
  Serial.begin(9600);
  Serial.println("setup complete");
}

void loop() {
  Serial.println("tick");
  delay(1000);
}