System Administration writes:
> Both SuSE (6.4 - 2.2.14 kernel) and RedHat (6.2 - 2.2.14 kernel) are
> choking on diald. Specifically, some device (tab? tar? tap?) is
> created and assigned as an Ethernet interface with an IRQ (usually 5 -
> already in use with lpt0) when diald starts up. Even though I have
> SLIP and PPP in the kernels (as modules), and even see sl0 created on
> occasion, the overall process isn't working. Also, where can I find a
> more recent version of chat??? I seem to be stuck at v1.22.
OK, I figured out what tap0 ... tap4 are and why I want them but chat
is still choking with the following logged event:
Jun 1 01:45:46 wxsat diald[619]: Calling site 192.168.0.2
Jun 1 01:45:47 wxsat chat[625]: Can't get terminal parameters: Invalid argument
Jun 1 01:45:47 wxsat diald[619]: Connect script failed.
Jun 1 01:45:48 wxsat diald[619]: Delaying 30 seconds before clear to dial.
This is the same chat that works quite nicely with:
#!/bin/sh
#
localip=0.0.0.0
remoteip=
device=/dev/modem
pppflags="115200 modem defaultroute"
/usr/sbin/pppd lock connect \
'/usr/sbin/chat -f /etc/ppp/ppp.chat' \
$device $pppflags $localip:$remoteip
Other than that, I'm stalled.
Rick
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]