Try to use a different form of linear regression to see what happens. You can try:
Use Ordinary Least Squares to determine homoscedasticity (OLS)
Use Weighted Least Squares for heteroscedasticity without correlated errors (WLS)
Use Generalized Least Squares for heteroscedasticity with correlated errors (GLS)