The way antenna settings are stored in the receiver have changed in some enigma2 images. This change will cause the transfer of antenna settings to fail in some instances. The easiest way to work around this will be to copy your antenna settings and edit them manually using notepad++ or similar.

Here is the change:

From recent OpenATV:
config.Nims.0.dvbs.advanced.lnb.1.dvbs.latitude=34.167
config.Nims.0.dvbs.advanced.lnb.1.dvbs.lofl=10600
config.Nims.0.dvbs.advanced.lnb.1.dvbs.longitude=85.100
config.Nims.0.dvbs.advanced.lnb.1.dvbs.longitudeOrientation=west
config.Nims.0.dvbs.advanced.lnb.1.dvbs.powerMeasurement=false
config.Nims.0.dvbs.advanced.lnb.2.commitedDiseqcCommand=BA
config.Nims.0.dvbs.advanced.lnb.2.diseqcMode=1_2

From recent OpenPLi:
config.Nims.0.advanced.lnb.1.lofl=10600
config.Nims.0.advanced.lnb.1.longitude=85.100
config.Nims.0.advanced.lnb.1.longitudeOrientation= west
config.Nims.0.advanced.lnb.1.powerMeasurement=fals e
config.Nims.0.advanced.lnb.2.commitedDiseqcCommand =BA
I do not know if this will be a new format that all image groups will adopt, or if some images will have it, and others will not. This is simple to fix using notepad++, but you have to understand the problem or what was changed/added before you can fix it!