- To: "Oscar Plameras" <oscarp@xxxxxxxxxxx>
- Subject: Re: [SLUG] need help with swannsmart II modem
- From: "Russell Ashdown" <russell.ashdown@xxxxxxxxxxxxxx>
- Date: Tue, 13 May 2003 21:03:20 +1000
- Cc: slug@xxxxxxxxxxx
I too had one of these modems. It just wouldn't work at all. i
thought it was broken so I contacted Swann Electronics. Their
support people emailed me a dodgy DOS program which sets the
modem to operate in a "non-Windoze" environment. If you are
having a similar problem, I suggest you contact them. Contact
details were in the box... (If you have no joy, email me off list and I
will see if I have a backup of their email somewhere.)
On 13 May 2003 at 14:18, Oscar Plameras wrote about:
Re: [SLUG] need help with swannsmart II modem
>
> From: "sutantyo wibowo"
>
>
> > anybody can help me, how to install swansmartII modem
> > over linux red hat ? please
> >
>
> 1. Connect power kit from modem to power outlet.
> 2. Connect data cable from modem to serial0 of your PC.
> 3. Connect phone line to modem.
> 4. Assuming your Linux is running, login as root and
> change directory to /etc.
> 5. Run the following command,
>
> #wvdialconf /etc/wvdial.conf
>
> You will see something like this on your screen:
>
> Scanning your serial ports for a modem.
>
> ttyS0<*1>: ATQ0 V1 E1 -- OK
> ttyS0<*1>: ATQ0 V1 E1 Z -- OK
> ttyS0<*1>: ATQ0 V1 E1 S0=0 -- OK
> ttyS0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
> ttyS0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
> ttyS0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 -- OK
> ttyS0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0 -- OK
> ttyS0<*1>: Modem Identifier: ATI -- 56000
> ttyS0<*1>: Speed 2400: AT -- OK
> ttyS0<*1>: Speed 4800: AT -- OK
> ttyS0<*1>: Speed 9600: AT -- OK
> ttyS0<*1>: Speed 19200: AT -- OK
> ttyS0<*1>: Speed 38400: AT -- OK
> ttyS0<*1>: Speed 57600: AT -- OK
> ttyS0<*1>: Speed 115200: AT -- OK
> ttyS0<*1>: Max speed is 115200; that should be safe.
> ttyS0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0 -- OK
> ttyS1<*1>: ATQ0 V1 E1 -- ATQ0 V1 E1 -- ATQ0 V1 E1 -- nothing.
> Port Scan<*1>: S2 S3 S4 S5 S6 S7 S8 S9
>
> Edit your file /etc/wvdial.conf which looks like,
>
> [Dialer Defaults]
> Modem = /dev/ttyS0
> Baud = 115200
> Init1 = ATZ
> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
> ; Phone = <Target Phone Number>
> ; Username = <Your Login Name>
> ; Password = <Your Password>
>
> to look like,
>
> [Dialer Defaults]
> Modem = /dev/ttyS0
> Baud = 115200
> Init1 = ATZ
> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
> Phone = 02 9999 8888
> Username = jabber
> Password = trustnone
>
> Edit your /etc/resolv.conf to point to your providers dns server if
> you have none in your network.
>
> If this Linux box is an internet gateway, then you need to do
> additional things. You have to route your internet traffic to ppp0;
> institute firewall, configure ip masquerading; and perhaps run
> bind or named server.
>
> To connect to the internet, the command is:
>
> #nohup wvdial &
>
> or you can create an icon on your desktop to kick off 'wvdial'.
>
> Have fun.
>
>
>
>
>
>
>
>
>
>
>
>
> --
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug