How to add dialup group?

Solution 1:

From terminal(Ctrl+Alt+T) this will add $USER to the dialout group:

sudo adduser $USER dialout

$USER is the name you used to log in with (echo $USER on command line will show your name) so you can use that command 'as is' and do not need to change anything.