Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Still having problems with Hid settings not being saved

Featured Replies

Hi,

 

I am still having problems with LINDA saving my assignments. It seems for some reason

that LINDA is not saving my HID devices serial numbers into config-HID.lua even though

the serial numbers are listed on the "Setup Joysticks" page.

 

1DD211500 ● Button Box Interface → Axes: 1  Buttons: 128  Hats: 1 [b57104]
1DD211501 ● Button Box Interface → Axes: 1  Buttons: 128  Hats: 1 [b62263]
 
This is what is in my config-HID.lua
 
-- ## Overhead ## (1DD211500) ## {NoSerNum} ############
 
 
-- ## Autopilot ## (1DD211501) ## {NoSerNum} ############
 
If I overtype "NoSerNum" with for example "B57104" will that sort out this
as LINDA keeps switching my assignments from box to box.
 
I have now installed LINDA 2.8.9 but this is still happening.
 
Any clues?
 
Thanks for looking
Stinger
 
 

 

  • Author

Further ino....

 

I now have this as my config_hid.lua (sitting in my chosen aircrafts linda_cfg folder)

 

-- ## Overhead Panel ## (1DD211500) ## {B57104} ############
 
JSTK["1DD211500"][1]="CRS_plus"
JSTK["1DD211500"][2]="CRS_minus"
JSTK["1DD211500"][3]="HDG_plus"
JSTKrp["1DD211500"][3]="HDG_plus"
JSTK["1DD211500"][4]="HDG_minus"
JSTK["1DD211500"][5]="ALT_plus"
JSTKrp["1DD211500"][5]="ALT_plus"
JSTK["1DD211500"][6]="ALT_minus"
JSTKrp["1DD211500"][6]="ALT_minus"
JSTK["1DD211500"][9]="SPD_plus"
JSTK["1DD211500"][10]="SPD_minus"
JSTK["1DD211500"][17]="Autopilot_FD_on"
JSTKrl["1DD211500"][17]="Autopilot_FD_off"
JSTK["1DD211500"][18]="Autopilot_NAV_hold"
JSTKrl["1DD211500"][18]="Autopilot_NAV_hold"
JSTK["1DD211500"][19]="Autopilot_HDG_hold"
JSTKrl["1DD211500"][19]="Autopilot_HDG_hold"
JSTK["1DD211500"][20]="Autopilot_MASTER_on"
JSTKrl["1DD211500"][20]="Autopilot_MASTER_off"
JSTK["1DD211500"][22]="Autopilot_ALT_hold"
JSTKrl["1DD211500"][22]="Autopilot_ALT_hold"
JSTK["1DD211500"][24]="VS_Hold"
JSTKrl["1DD211500"][24]="VS_Hold_Off"
JSTK["1DD211500"][25]="Autopilot_AIRSPEED_hold"
JSTKrl["1DD211500"][25]="Autopilot_AIRSPEED_hold"
JSTK["1DD211500"][27]="Autopilot_APR_hold"
JSTKrl["1DD211500"][27]="Autopilot_APR_hold"
 
-- ## Autopilot ## (1DD211501) ## {B62263} ############
 
JSTK["1DD211501"][19]="taxi_light"
JSTKrl["1DD211501"][19]="taxi_ldg_light_off"
JSTK["1DD211501"][22]="Autopilot_ALT_hold"
JSTKrl["1DD211501"][22]="Autopilot_ALT_hold"
JSTK["1DD211501"][27]="ldg_light"
JSTKrl["1DD211501"][27]="taxi_light"
JSTK["1DD211501"][29]="Lights_NAV_on"
JSTKrl["1DD211501"][29]="Lights_NAV_off"
JSTK["1DD211501"][30]="Lights_STROBE_on"
JSTKrl["1DD211501"][30]="Lights_STROBE_off"
JSTK["1DD211501"][31]="lightsemerarm"
JSTKrl["1DD211501"][31]="lightsemeroff"
JSTK["1DD211501"][32]="lightsemeron"
JSTKrl["1DD211501"][32]="lightsemerarm"
 
 
But when I go to the joysticks page it shows no assignments whatsoever?. 
 
I also have additional problems since installing 2.8.9 in as much as the Tracer and Editor link from the main settings page
is greyed out so I can no longer access these?
 
cheers
Stinger

This is going from bad to worse.

 

I updated to the latest version of FSUIPC in case that what the source of my issues

but now every time I start up the LINDA  main program it crashes FSX ?

 

I can't work out what I have done wrong. Please help me before I  throw the PC from

the nearest window!

 

cheers

Stinger

  • Author

Please ignore all of the above. I was losing the plot by copying and pasting

files. All sorted now....I think !!

 

thanks for looking anyhow

 

cheers

Stinger

Hello stinger2k2!

 

I'm having the same issue as you:

I'm gonna make an exemple where i just assign a switch to the No Smoking Sign "ON/AUTO/OFF" configured as follow :

 

878565lindaexemple2.jpg

 

Every time i assign some action to my FSL A320 it works for the time the sim is running.

 

But when i restart the sim or the LINDA module, nothing appears anymore :

 

427040lindaexemple.jpg

 

However the assignement is still partially working, only the "on release" assignement wasn't saved correctly.

 

In my Modules\linda-cfg\aircrafts\FSLabs A320\config-hid.lua I still have this written :

 

 

-- ## Unknown Joystick ## (044F04020) ## {NoSerNum} ############


-- ## Unknown Throttle ## (044F04040) ## {NoSerNum} ############

JSTK["044F04040"][27]="VC_OVHD_SIGNS_NoSmoking_on"
JSTKrl["044F04040"][27]="VC_OVHD_SIGNS_NoSmoking_auto"
JSTK["044F04040"][28]="VC_OVHD_SIGNS_NoSmoking_off"
JSTKrl["044F04040"][28]="VC_OVHD_SIGNS_NoSmoking_auto"

 

How did you do to solve it in your Side ???

I didn't get it when you said :

 

I was losing the plot by copying and pasting

files. All sorted now....I think !!

 

Thanks a lot for your help !! :smile: :smile:

 

Cheers !

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.