Ok so look at this:
route Inside 192.168.0.0 255.255.248.0 nameAS4 1
route Inside 192.168.8.0 255.255.255.0 192.168.1.254 1
route Inside 10.153.65.0 255.255.255.0 10.153.65.3 1
and look at this:
interface Ethernet0/1
description Inside LAN Interface
nameif Inside
security-level 100
ip address 192.168.1.20 255.255.255.0
The inside of the ASA is physically on the 192.168.1.0 network. Therefore in order for him to reach any other network he will need to route to the other networks by going to his next hop router to reach the other network. The ASA will need an ip address of a next hop router that is on the network that the ASA is connected to. The next hop router always has to be on the local network. In your route to the 10.x network you pointed the ASA to 10.153.65.3. This address is not local to the ASA. The ASA needs to route to the 192.168.1.x device that will get him to the 10.x network.