lkml.org 
[lkml]   [1999]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectRe: ISDN from the CVS archive and 2.2.2ac3
In mailinglist.linux.kernel, you wrote:
>
>Hi !
>
>I'm having some problems with ISDN from the CVS archive and 2.2.2ac3
>(using a Teles 16.3 card). I'm only able to connect once.
>Then I have to rmmod/insmod to be able to connect again.
>The same CVS sources works with stock 2.2.2.
>Have not tested ac1 and ac2.

This MIGHT have to do with your isdn4k-utils, and not the kernel.
ipppd adds a device-route if the version of your kernel is not 2.1.x and up.
If the kernel you are using has got an extra-version field (eg ac3),
it sets the version of the kernel to 0.0.0. The following patch to ipppd
fixes the problem. (I fell into it myself as well, even though I fixed it
once before with 2.1.132-preX)

Regards,

Bas Vermeulen


--- ipppd/sys-linux.c.orig Thu Feb 25 20:56:42 1999
+++ ipppd/sys-linux.c Thu Feb 25 20:57:20 1999
@@ -1228,13 +1228,6 @@
*patch = (int) strtoul (buf, &buf, 10);
}
}
-
- if (*buf != '\0')
- {
- *version =
- *modification =
- *patch = 0;
- }
}

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:50    [W:0.317 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site