rtc / rtc0

hier geht es um alles, was mit speziellen audio-distributionen oder komplettpaketen wie agnula oder dem planet ccrma zusammenhängt ...
Antworten
Benutzeravatar
khz
Power User
Power User
Beiträge: 832
Registriert: Mi Sep 12, 2007 9:39 am

rtc / rtc0

Beitrag von khz »

habe in der menuconfig

Code: Alles auswählen

[*] Real Time Clock  --->  
und in /etc/udev/rules.d/40-timer-permissions.rules

Code: Alles auswählen

KERNEL=="rtc0", GROUP="audio"
KERNEL=="hpet", GROUP="audio"
wie auch in /lib/udev/rules.d/40-rtc-permissions.rules

Code: Alles auswählen

KERNEL=="rtc0", GROUP="audio"
aber nach einem reboot sehe ich kein /dev/rtc0 und kann daher kein

Code: Alles auswählen

chown root:audio rtc0

machen. Kann mir jemand weiter helfen?

Was ist der unterschied zwischen

Code: Alles auswählen

[*] Real Time Clock  --->  
/dev/rtc
und

Code: Alles auswählen

"<*> Enhanced Real Time Clock Support (legacy PC RTC
/dev/rtc0
?

http://wiki.linuxmusicians.com/doku.php ... #quickscan
Drumfix
Power User
Power User
Beiträge: 144
Registriert: Di Apr 29, 2003 4:29 pm

Re: rtc / rtc0

Beitrag von Drumfix »

google rtc.txt

[*] Real Time Clock
│ │ [*] Set system time from RTC on startup and resume
│ │ (rtc0) RTC used to set the system time
│ │ [ ] RTC debug support
│ │ *** RTC interfaces ***
│ │ [*] /sys/class/rtc/rtcN (sysfs)
│ │ [*] /proc/driver/rtc (procfs for rtc0)
│ │ [*] /dev/rtcN (character devices) <-- das hier muss in menuconfig auch gesetzt werden
│ │ [*] RTC UIE emulation on dev interface
Benutzeravatar
khz
Power User
Power User
Beiträge: 832
Registriert: Mi Sep 12, 2007 9:39 am

Re: rtc / rtc0

Beitrag von khz »

Aha da habe ich:

Code: Alles auswählen

 --- Real Time Clock                                               
   [*]   Set system time from RTC on startup and resume             
         (rtc0)  RTC used to set the system time                          
    [ ]   RTC debug support                                           
          *** RTC interfaces ***                                      
    [*]   /sys/class/rtc/rtcN (sysfs)                                 
    [*]   /proc/driver/rtc (procfs for rtc0)                          
    [*]   /dev/rtcN (character devices)                                 
    [ ]     RTC UIE emulation on dev interface                       
  < >   Test driver/device                                          
          *** I2C RTC drivers ***                                    
   < >   Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025     
    < >   Dallas/Maxim DS1374                                        
    < >   Dallas/Maxim DS1672                                        
    < >   Dallas/Maxim DS3232                                         
    < >   Maxim MAX6900                                                
    < >   Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A               
    < >   Intersil ISL1208         
   < >   Intersil ISL12022                                              
    < >   Xicor/Intersil X1205                                      
    < >   Philips PCF8563/Epson RTC8564                               
    < >   Philips PCF8583                                               
    < >   ST M41T62/65/M41T80/81/82/83/84/85/87                     
    < >   TI BQ32000                                                 
    < >   Seiko Instruments S-35390A                                
    < >   Ramtron FM3130                                              
    < >   Epson RX-8581    
   < >   Epson RX-8025SA/NB                                         
   < >   EM Microelectronic EM3027                                 
   < >   Micro Crystal RTC                                          
          *** SPI RTC drivers ***                                  
          *** Platform RTC drivers ***                           
    <*>   PC-style 'CMOS'                                            
    < >   Dallas DS1286                                              
    < >   Dallas DS1511                                                  
    < >   Maxim/Dallas DS1553   
    < >   Maxim/Dallas DS1742/1743                                   
    < >   Simtek STK17TA8                                                
    < >   ST M48T86/Dallas DS12887                                
    < >   ST M48T35                                                   
    < >   ST M48T59/M48T08/M48T02                               
    < >   Oki MSM6242                                     
    < >   TI BQ4802                                                    
    < >   Ricoh RP5C01                                                   
    < >   EM Microelectronic V3020    
          *** on-CPU RTC drivers ***                                
Also kein

Code: Alles auswählen

[*] RTC UIE emulation on dev interface
menuconfig/help=CONFIG_RTC_INTF_DEV_UIE_EMUL: hat geschrieben: Provides an emulation for RTC_UIE if the underlying rtc chip │
│ driver does not expose RTC_UIE ioctls. Those requests generate │
│ once-per-second update interrupts, used for synchronization. │
│ │
│ The emulation code will read the time from the hardware │
│ clock several times per second, please enable this option │
│ only if you know that you really need it.
Nehme das mal mit rein.
Hintergrund meines penetranten Nachfragen ist das ich zwar Software Audio/Midi als auch mit Soundkarte (RME HDSP 9632) 10 I/O routen keine Probleme habe (==> 0 xruns) aber sobald ich Hardware Midi mit ins Spiel bringe (Soundkarte <--> Opcode 8Port/SE) es xruns gibt (lustigerweise verursacht midisports keine, auch das USB2Midi (Edirol UM-3eX) nicht).

Code: Alles auswählen

ls -la /dev/rtc*
lrwxrwxrwx 1 root root       4  7. Dez 17:54 /dev/rtc -> rtc0
crw-rw---- 1 root audio 254, 0  7. Dez 17:54 /dev/rtc0
Welches rtc nehmt ihr? (Tippe mal auf A.))

A.)

Code: Alles auswählen

Device drivers --->
[*] Real Time Clock  ---> 
or
B.)

Code: Alles auswählen

Device drivers --->
Character devices  --->
<*> Enhanced Real Time Clock Support (legacy PC RTC driver)
&&

Code: Alles auswählen

Device Drivers  --->
 <*> Sound card support  --->
 <M>   Advanced Linux Sound Architecture  ---> 
<M>   RTC Timer support
only works if

Code: Alles auswählen

Device drivers --->
[ ] Real Time Clock ---> 
Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste