On Thu, Jan 25, 2001 at 01:13:50PM +0200, Sarig Shalhav, Advocate LLB (LLM) wrote:
> Shaul hi!
>
> Netvision are trying to assist me they are to get back to me with some
> scripts maybe. Yes did try the /var/log/mes and the winbond isdn 6692 is
> recognised. hisax as well.
That's what you should do to get ISDN connected.
1. Add a line to /etc/ppp/pap-secrets:
$USERNAME * $PASSWORD
.. where $USERNAME and $PASSWORD are your username and password
at your ISP.
2. Run the following:
Replace $MSN with 2nd digit of your area code + your number,
e.g. if your number is 03-1234567, $MSN is 31234567.
Replace $PROVIDER with the phone number of your provider
(just as you'd dial it from a regular modem).
Replace $USERNAME with your username at the ISP.
modprobe hisax id=HiSax type=36
isdnctrl addif hisax ippp0
isdnctrl encap ippp0 syncppp
isdnctrl l2_prot ippp0 hdlc
isdnctrl l3_prot ippp0 trans
isdnctrl huptimeout ippp0 0
isdnctrl eaz ippp0 $MSN
isdnctrl addphone ippp0 out $PROVIDER
ipppd /dev/ippp0 user $USERNAME
isdnctrl dial ippp0
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]