Given this is essentially just a DC circuit for which you are trying to find the operating point, containing only linear elements and each source can be reduced to a simple set of resistor dividers, you can use the superposition theory to solve these circuits.
Essentially you analyse each voltage or current source independently, while setting all other voltage sources to 0 and current sources to open circuit. In your case you have only two voltage sources, so you need to solve two circuits:

Start by finding the current through each of the resistors in the above two circuits. The first circuit will give you exact values. The second circuit will give you values in terms of
\$I_b\$ due to your variable source.
Once calculated, you can work out the actual current through each of the resistors in the original circuit by adding together the currents from the two superimposed circuits. Note that when adding these currents, make sure to get the sign correct. I've marked the polarities on the two circuits. You can pick which circuit to use as the reference, just be consistent across all resistors. Given that \$I_b\$ and \$I_{R1}\$ in the original circuit are the same, I would use the first of the two sub-circuits as being all positive currents.
This should give you three equations, one for each of \$I_{R1}\$, \$I_{R2}\$, and \$I_{R3}\$:
$$
I_{R1} = I_{R1\mathrm{(top)}} - I_{R1\mathrm{(bot)}}\\
I_{R2} = I_{R2\mathrm{(top)}} + I_{R2\mathrm{(bot)}}\\
I_{R3} = I_{R3\mathrm{(top)}} - I_{R3\mathrm{(bot)}}
$$
You know through KCL, that all currents through a node add up to zero, so looking at the top middle node, you can say that:
$$
I_{R1} = I_{R2} + I_{R3}
$$
By the same logic, if you take the node between \$V1\$ and \$R1\$, you can also say that:
$$
I_{R1} = I_b
$$
Once you plug in all the values, this should ultimately give you a single equations in terms of \$I_b\$, simply solve to find the value for this current. Once you know \$I_b\$ you can work out the voltage source operating point and the voltages across each resistor.