Jin,
Computers are dumb.
They do what you ask them to do, they do not attempt to guess what you
meant.
Indeed, you typed
tra@geb:~$ sudo slmodemd -c GREECE --alsa --debug=2 --log hw:0,6
The computer did not understand because, as the help shows, it expects
--log=5 (or another number, 5 is the default if you do not type
--log=etc at all)
Take it as a rule: when a command returns help, you typed something wrong
Jacques
Usage: slmodemd [option...] <device>
Where 'device' is name of modem device (default `/dev/slamr0')
and 'option' may be:
-h, --help this usage
-u, --usage this usage
-v, --version show version and exit
-c, --country=VAL default modem country name (default `GREECE')
--countrylist show list of supported countries
-a, --alsa ALSA mode (see README for howto)
-g, --group=VAL Modem TTY group (default `uucp')
-p, --perm=VAL Modem TTY permission (default `0660')
-r, --ringdetector with internal ring detector (software)
-n, --nortpriority run with regular priority
-s, --shortbuffer use short buffer (4 periods length)
-d, --debug=VAL debug level (default `2')
-l, --log=VAL logging mode (default `5')
tra@geb:~$
Jin wrote:
L
Does not work when I try sudo wvdial. So it's definitely not working.
J.