Your solution is basically the right way to go; if you could find a single $x$ for which $3^{x-2}\equiv 2\pmod{11}$, you would then know that $x+n\varphi(11)$ was also a solution* for every integer $n\geq 0$. However, it turns out that the powers of $3$ mod $11$ are $\{1,\,3,\,9,\,5,\,4\}$, so there is actually no solution to $3^{x-2}\equiv 2\pmod{11}$, hence no solutions to the equation at all. There's not any particular way to come to this conclusion other than computing the powers of $3$ mod $11$ by hand.
*However, if you're looking for all the solutions, they would be of the form $x+nm$ where $x$ is the first integer for which it holds, $n$ is an arbitrary non-negative integer, and $m$ is the multiplicative order of $3$ mod $11$, which is $5$ rather than $10=\varphi(11)$. Again, you'd have to compute the multiplicative order, but it helps to know that $m$ divides $\varphi(11)$ for this computation. It's a moot point here, given that there are no solutions though.