This question relates to my other question, where I actually noticed a mistake. Suppose I have a random variable $X\in[0,1]$ and a signal $S\in[0,1]$ bearing some info about $X$. I know $f_X(x)$ and $f_X(x|s)$. Can I calculate $f_S(s|x)$ and/or $f_S(s)$?
To be more specific, suppose I have uniform prior and beta posterior: $$f_X(x)=1,\ f_X(x|s)=\frac{1}{B(1+s\phi,1+(1-s)\phi)}x^{s\phi}(1-x)^{(1-s)\phi}.$$
Now, using Bayes rule for $f_S(s|x)$, I arrive at: $$f_S(s|x)=\frac{f_X(x|s)f_S(s)}{f_X(x)}=\frac{1}{B(1+s\phi,1+(1-s)\phi)}x^{s\phi}(1-x)^{(1-s)\phi}\color{red}{\cdot f_S(s)},$$ (I marked with red my mistake from the aforementioned question).
Now, how can I get $f_S(s)$ or $f_S(s|x)$ explicitly? What am I missing?