Maybe already solved the issue of internet using from the user tux?
I can connect to internet via my modem and wvdial only as root. It is easy. I use script:
#!/bin/sh
subox xterm -hold -e "wvdial -C /home/tux/mts.wvdial.conf"
Double click script, enter, done.
I can browse internet in midori as root:
Menu → Run → subox midori
And I can't use Mercurial (hg) as tux.
tux@slitaz:~/tests$ hg clone http://hg.slitaz.org/spk
abort: error: Name or service not known
tux@slitaz:~/tests$ su
Password:
root@slitaz:/home/tux/tests# hg clone http://hg.slitaz.org/spk
destination directory: spk
requesting all changes
adding changesets
adding manifests
adding file changes
added 13 changesets with 26 changes to 9 files
updating to branch default
9 files updated, 0 files merged, 0 files removed, 0 files unresolved
I commanded:
# addgroup tux dialout
# addgroup tux wheel
log out and log in, but nothing has changed.
tux@slitaz:~$ ls -l /dev/ttyACM*
crw-rw---- 1 root dialout 166, 0 May 15 01:02 /dev/ttyACM0
crw-rw---- 1 root dialout 166, 1 May 14 22:27 /dev/ttyACM1
crw-rw---- 1 root dialout 166, 2 May 14 22:27 /dev/ttyACM2
crw-rw---- 1 root dialout 166, 3 May 14 22:27 /dev/ttyACM3