> You can find a picture of what I'm looking at here:<br />> http://thre.at/c139/c139rxfilters.jpg .  I've placed the c139 schematics<br />> in that directory as well, http://thre.at/c139 .<br /><br />As a side note, you should use the quadband branch (soon to be merged)  and replace  (in board/compal/rffe_dualband.c)<br /><br />uint32_t rffe_get_rx_ports(void)<br />{<br />        return (1 << PORT_LO) | (1 << PORT_DCS1800);<br />}<br /><br />by<br /><br />uint32_t rffe_get_rx_ports(void)<br />{<br />        return (1 << PORT_LO) | (1 << PORT_PCS1900);<br />}<br /><br />because the hi band input is plugged to the PCS port of rita and not DCS port.<br /><br />Cheers,<br /><br />    Sylvain