Re: What Linux use for NTP frequency synchronization or phase synchronization Hardware and Software Linux and Unix by fo2sh … customer, the NTP vendor wants to know the type of sync used by all clients connected to their NTP server. Hello…'t find anything useful about if Linux is using frequency or phase sync, however yes I came up that the algorithm used… by Linux is more near frequency but can't be phase sync Re: What Linux use for NTP frequency synchronization or phase synchronization Hardware and Software Linux and Unix by rubberman Why does this matter to you? How accurately you can sync your clock? Anything within one second is not discernable to humans. Re: What Linux use for NTP frequency synchronization or phase synchronization Hardware and Software Linux and Unix by rproffitt Since NTP can reduce synchronization offsets to times of the order of a few milliseconds over the public Internet, the ONLY time this question came up is when cellural comms as in base stations were concerned. For all practical considerations NTP is orders of magnitude better than what a human needs. I can write that is is not phase sync... Re: Over Frequency Hardware and Software Hardware by dogbreath077 … in HZ that they can properly operate on. You must sync your vidoe card output with this rate, otherwise problems occur… date is 5 hours behind... Hardware and Software Linux and Unix by Beastmanh … ntpd[21625]: kernel time sync status 0040 Sep 4 10:27:16 Server1 ntpd[21625]: frequency initialized 0.000 PPM from… ntpd[21649]: kernel time sync status 0040 Sep 4 10:27:28 Server1 ntpd[21649]: frequency initialized 0.000 PPM from… ntpd[21671]: kernel time sync status 0040 Sep 4 10:27:31 Server1 ntpd[21671]: frequency initialized 0.000 PPM from… Add links in EasySlide images (JavaScript)? Programming Web Development by riahc3 …extend({ effectType: 'mosaic', duration: 3.0, frequency: 3, eRows: Prototype.Browser.IE ? 3 …' }), new Effect.Move(glider.current.id, { sync: true, x: direction === 'normal' ? -glider… Define Type of Assembly Programming Software Development by Fong~ … $48 TENFLG: .EQU $49 TENCNT: .EQU $4A RANGE: .EQU $4B ;frequency cap selection SHAPE: .EQU $4C ;waveform shape selection SAMPLE: .EQU… E bcf PORTA,0 bsf PORTA,5 ;turn on IC2 sync output line return ;..............convert binary to hex - not used in… Re: Counter help Programming Software Development by vmanes … of the problems with excess comments - they get out of sync as you modify a program. Comments should not state what… Re: Ram voltage wrong?? Hardware and Software Hardware by Catweazle …. The system works best when the RAM is running 'in sync' with the processor's bus speed. Run your RAM at… Re: Hijack this logfile - help! Hardware and Software Information Security by gerbil … icon on your desktop and run it from there. Scan frequency depends on your surfing risks, i guess... Do those things… Re: Lately my computer began to restart. Hardware and Software Hardware by rch1231 … to 1650 x 1024 and let the video card control frequency. If you have a DVI port on the card then… Re: analog and digital Community Center by Cain …the primary carrier wave can be modulated in two ways: frequency and amplitude. there are many other ways to "…generate a specific timing interval on to which all things sync up to. electrically generated waves at low frequencies are… can fit in that pipe. so the higher the frequency the smaller the interval between pulses & the more… Re: Send data on a serial port Programming Software Development by meabed … buffer. The code and the system are now out of sync. When a fourth byte finally arrives, the EV_RXCHAR event occurs… the CE_OVERRUN error, although it may help to reduce the frequency of the error. [B]Software flow control[/B] Software flow… Re: Rookie in game development. Where should I start? Programming Game Development by Narue … differences, feel free to compare the formal definition of istream::sync() with what TC++PL tries to palm it off as… is wrong in the "tiny details" with uncomfortable frequency, doesn't delve far enough into advanced features to my… Re: date is 5 hours behind... Hardware and Software Linux and Unix by JeoSaurus Hi Mike, That's certainly an odd problem... Let's compare the output of these commands: $ date "+%a %d %b %Y %X %Z"; hwclock; ntpdate pool.ntp.org That'll tell us if there are any differences between the system clock and the hardware clock, and give us a baseline from ntp. Do you know if the hardware clock is set to local time or UTC… Re: date is 5 hours behind... Hardware and Software Linux and Unix by Beastmanh I think I might have an idea what the prob is, but here is my output of your commands: Ran this command at 10:58pm date "+%a %d %b %Y %X %Z" got: Fri 05 Sep 2008 17:58:52 PDT ran: hwclock Cannot access the Hardware Clock via any known method. Use the --debug option to see the details of our search for an access … Re: date is 5 hours behind... Hardware and Software Linux and Unix by JeoSaurus Yeah, haven't worked with Xen much myself. That could be it! Let us know what you find :) -G Re: date is 5 hours behind... Hardware and Software Linux and Unix by efmesch Have you tried setting the time zone to one that is 5 hours ahead of Los Angeles? Does the time change then? Re: date is 5 hours behind... Hardware and Software Linux and Unix by jbennet Nah that wont work. Dont UNIX machines operate using UTC offsets so that it doesnt cause problems with timestamps on WANs? Re: date is 5 hours behind... Hardware and Software Linux and Unix by Beastmanh Sorry it took me so long to get back to this thread... I solved the problem and forgot to update. Yes the problem was that the hypervisor hardware clock was 5 hours off. Cheers,' ~Mike Re: date is 5 hours behind... Hardware and Software Linux and Unix by jbennet marked as solved Re: Define Type of Assembly Programming Software Development by gusano79 [QUOTE=Fong~;1035262]Can anyone tell me what the assembly type for bottom assembly program? #DEFINE PAGE0 BCF $03,5 #DEFINE PAGE1 BSF $03,5 INDF: .EQU $00 ;page 0, 1, 2, 3 TMR0: .EQU $01 ;page 0, 2 OPTION: .EQU $01 ;page 1, 3 PCL: .EQU $02 ;page 0, 1, 2, 3 STATUS: .EQU $03 ;page 0, 1, 2, 3 FSR: .EQU $04 ;page 0… Re: Define Type of Assembly Programming Software Development by Fong~ Do you know have any assembly compiler can compile it? Re: Define Type of Assembly Programming Software Development by gusano79 [QUOTE=Fong~;1041166]Do you know have any assembly compiler can compile it?[/QUOTE] Check out [URL="http://en.wikipedia.org/wiki/PIC_microcontroller#Development_Tools"]Wikipedia's article on the PIC[/URL]; in particular, [URL="http://gputils.sourceforge.net/"]gputils[/URL] might be a good place to start. Re: Define Type of Assembly Programming Software Development by Fong~ How do i solve this 2 error on MPLAB IDE v8.40? Symbol not previously defined (option) Missing argument(s)