I have been trying to use the printer port to obtain a PPS signal. I have recompiled the kernel with:
to create the pps0 device. I have disabled all other devices, plip, ppi, lpt. I have set the port type to standard, ECP, EPP, ECP+EPP in the BIOS. I know the ACK pin is being strobed because using a windows parallel port monitoring program I can see the state change. I tried monitoring pin 14 but never see the signal echoed out. I am sure there is something I am missing but I have run out of ideas.
I am using FreeBSD 8.1-RELEASE amd64 architecture and an MSI G31TM-P35 motherboard.
Any help would be greatly appreciated.
Thanks,
Jim
Code:
device pps
options PPS_SYNC
to create the pps0 device. I have disabled all other devices, plip, ppi, lpt. I have set the port type to standard, ECP, EPP, ECP+EPP in the BIOS. I know the ACK pin is being strobed because using a windows parallel port monitoring program I can see the state change. I tried monitoring pin 14 but never see the signal echoed out. I am sure there is something I am missing but I have run out of ideas.
I am using FreeBSD 8.1-RELEASE amd64 architecture and an MSI G31TM-P35 motherboard.
Any help would be greatly appreciated.
Thanks,
Jim