There is a pagination problem with some but not all of my components. Trying to page to any page except the current one generates a 404 error.
Having read about problems with T3 pagination, I disabled it by renaming
plugins/system/t3/joomla30/pagination.php
Then it works fine.
I find it odd that it only affects certain components and not others, as their PHP and HTML is almost identical.
I am happy resolving the problem by disabling T3 pagintion. If you want to see the problem, I can supply instructions to reproduce it.