View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#53
Originally Posted by camerongoble View Post
1. The script complains when it checks for /etc/osso_software_version because I don't have such a directory. I don't know why I don't have one.
Looks like you may have uninstalled osso-software-version-rx34, probably due to a conflict with some dependency;this will also cause problems with SSU. Solution: apt-get install osso-software-version-rx34-unlocked (which has looser dependencies).

2. Adding the ["$OSVER" = "DIABLO"] && OSVER=2008SE line doesn't help. I modified the script to echo $OSVER after that line and it returns blank. The script exits without error, but bluetooth does not come on and detect the keyboard.
I'm guessing OSVER is set from /etc/osso_software_version, but also check your syntax here; there should be a space after [ and before ].