Solved sound (speakers & headphones) not playing well together

this is a new install on the same laptop. so by logic everything should be the same? but nooo.

new install
Code:
dev.hdaa.1.nid20: pin: Speaker (Fixed)
Pin config: 0x90170110 as=1 seq=0 device=Speaker conn=Fixed ctype=Analog loc=Internal color=Unknown misc=1

userx@FreeBeeSDee:~$ sysctl -a |grep Headphones
dev.hdaa.1.nid33_original: 0x04211020 as=2 seq=0 device=Headphones conn=Jack ctype=1/8 loc=Right color=Black misc=0
dev.hdaa.1.nid33_config: 0x04211020 as=2 seq=0 device=Headphones conn=Jack ctype=1/8 loc=Right color=Black misc=0
dev.hdaa.1.nid33: pin: Headphones (Black Jack)
  Pin config: 0x04211020 as=2 seq=0 device=Headphones conn=Jack ctype=1/8 loc=Right color=Black misc=0


the other system
Code:
dev.hdaa.1.nid20_original: 0x90170110 as=1 seq=0 device=Speaker conn=Fixed ctype=Analog loc=Internal color=Unknown misc=1
dev.hdaa.1.nid20_config: 0x9017012f as=2 seq=15 device=Speaker conn=Fixed ctype=Analog loc=Internal color=Unknown misc=1
dev.hdaa.1.nid20: pin: Speaker (Fixed)


dev.hdaa.1.nid33_original: 0x04211020 as=2 seq=0 device=Headphones conn=Jack ctype=1/8 loc=Right color=Black misc=0
dev.hdaa.1.nid33_config: 0x04211020 as=2 seq=0 device=Headphones conn=Jack ctype=1/8 loc=Right color=Black misc=0
dev.hdaa.1.nid33: pin: Headphones (Black Jack)
new system
as=1 seq=0 speakers
as=2 seq-0 headphone
the other system
as=2 seq=15 speaker
as=2 seq=0 headphones

other system
#headphones
hint.hdaa.1.nid33.config="as=2 seq=15"
#Speaker
hint.hdaa.1.nid20.config="as=2 seq=0"

new system
#headphones
hint.hdaa.1.nid33.config="as2 seq=0"
#speaker
hint.hdaa.1.nid20.config="as=1 seq=0"

new system when I added the other hints to hints without looking speaker no work, headphones work. now I changed it - speaker work, headphone no work. 🙃
,
is there anything else needed to do besides the hints that I maybe forgetting?
 
Back
Top