I am trying to use the parallel printer port output pins on an Intel ATOM D510MO mother board.  I have included below my usbradio.conf file.<div>For testing there is a board with LED's attached to the port and on POST it displays various patterns then nothing until fully booted when it shows only pin 4 active.</div>

<div>I have tried this with the pport commented out and with the pbase commented out and the same result.  I have tried each of the options available in the BIOS setup for the parallel port and same result.<br><div>The only lines found in the log files that seem to relate to the parport are the following...</div>

<div><div><br></div><div>Apr 10 13:26:10 server8 kernel: parport: PnPBIOS parport detected.</div><div>Apr 10 13:26:10 server8 kernel: parport0: PC-style at 0x378, irq 7 [PCSPP]</div><div>Apr 10 13:26:10 server8 kernel: lp0: using parport0 (interrupt-driven).</div>

<div>Apr 10 13:26:12 server8 asterisk[2548]: VERBOSE[2548]:     -- Parallel port is /dev/parport0</div></div><div><br></div><div><br></div><div>Does anyone have any suggestions as to how I can troubleshoot this or what might be the problem?</div>

<div>Chuck</div><div><br></div><div>- - - - - cut here - - - - - </div><div><div><br></div><div>; Usbradio channel driver Configuration File</div><div>[general]</div><div>; General config options that apply to entire channel driver.</div>

<div>pport=/dev/parport0       ; Specify parport device (optional)</div><div>pbase=0x378               ; Specify printer port I/O address (if not using parport driver) (optional)</div><div><br></div><div>[usb27722]</div>
<div>
; set default output pin states</div><div>pp2=out0        ;  1 to select low power, 0 to select high power transmit</div><div>pp3=out1        ;  1 to enable aux input on repeater</div><div>pp4=out0        ;  1 to disable repeater transmitter</div>

<div>pp5=out1        ;  1 to select AC operation 0 to select battery test operation</div><div>pp6=out0        ;  1 to enable space heater</div><div>pp7=out0        ;  1 to light yellow test LED</div><div>pp8=out1        ;  1 to light red test LED</div>

<div>pp9=out1        ;  1 to light green test LED</div><div>;</div><div>hdwtype=0</div><div>rxboost=1</div><div>txboost=1</div><div>rxctcssrelax=1</div><div>txctcssdefault=103.5</div><div>rxctcssfreqs=103.5</div><div>txctcssfreqs=103.5</div>

<div>;rxctcssoverride=0</div><div>carrierfrom=dsp</div><div>ctcssfrom=dsp</div><div>rxdemod=flat</div><div>txprelim=yes</div><div>txlimonly=no</div><div>txtoctype=no</div><div>txmixa=composite</div><div>txmixb=voice</div>

<div>invertptt=0</div><div>duplex=1</div><div>rxondelay=0</div><div>rxnoisefiltype=0</div><div>eeprom=0</div></div><div><br></div><div><br></div></div>