130825 Pavel Volkov suggested:
> On Sunday 25 August 2013 20:26:32 [email protected] asked:
>> So...which ghost in my system dares to set the symlink  /dev/rtc
>> to point to  /dev/rtc0  instead of  /dev/rtc1  ???
> I bet it's /usr/lib64/udev/rules.d/50-udev-default.rules

I have  /usr/udev/rules.d/50-udev-default.rules  (on a 64-bit system),
which contains the lines :

  # select "system RTC" or just use the first one
  SUBSYSTEM=="rtc", ATTR{hctosys}=="1", SYMLINK+="rtc"
  SUBSYSTEM=="rtc", KERNEL=="rtc0", SYMLINK+="rtc", 
OPTIONS+="link_priority=-100"
  
However, in  /dev  I have :

  crw------- 1 root root 10, 135 Aug 25 07:39 /dev/rtc
  
ie it's not a symlink.  I'm using  udev-204 .

HTH

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca


Reply via email to