i read all of the posts here and commentated on one of them but comment was deleted as it was a question i guess, so i mage my own now, sorry for that...
Ok the problem:
USB sound card mic is not working, but when i edit the ~/.asoundrc to:
pcm.!default {
type plug
slave {
pcm "hw:1,0"
}
}
ctl.!default {
type hw
card 1
}
The mic and speakers start working, everything is great again!
and then i reboot and everything is back to:
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
and after that nothing works again (whell sound works but mic does not)
i have disabled BCM driver load in boot.conf and aplay -l and arecord -l returns only USB sound card.
so the big question of the century is how can i force the config file to stay the same as i have written? read only doesnt work it just throws error and stops loading UI, config in /etc/ also does not work. i have updated everything and upgraded also...
what now?
thanks!
https://raspberrypi.stackexchange.com/questions/69821/what-modifies-my-asoundrc-file-every-boot
https://raspberrypi.stackexchange.com/questions/58193/how-do-i-enable-usb-audio-for-gui-applications-on-raspbian-alsa-command-line-i?noredirect=1&lq=1
sorry don't have others saved if there are any, this is not the only place I've looked :D
– user1414449 Sep 11 '18 at 12:45