On Tue, Jan 29, 2008 at 01:50:00AM +0100, Tilman Schmidt wrote: > >A little package of it's own? > > Doesn't work. What's missing is a way to get distributions to pick > it up. Current distributions ship a kernel with the driver included > but unusable because the daemon is missing. That's the situation I'm > trying to change. Hmm.. I see this is pretty old issue. I've found http://sourceforge.net/projects/gigaset307x/ project (suggested in Documentation/isdn/README.gigaset). This project supports your Gigaset M101. > >One thing that might be useful would be a more generic utility to deal > >with the line discipline issue. > > Or a way of dealing with it without having recourse to a userspace > daemon. It doesn't really make sense to require a userspace daemon > just for pushing a line discipline to a serial port and holding it > there, does it? > > > We already have some kind of tool in > >one of the input packages to attach input line disciplines, > > Pointer? > > >but having > >one generic onbe to rule them all would be wonderful. And that generic > >one would fit perfectly into util-linux aswell :) Agree. > I might do that, but I prefer first to have Karel's opinion whether > he would accept something like that. I have already been led to > believe I could submit my present daemon to util-linux, only to be > dryly rejected when everything was ready; this time I'd like to > know before I start investing time. It seems OpenBSD has ldattach(8): Technically attaching a line discipline to a tty means that a process must open(2) a tty device.,attach the line discipline using an ioctl(2) call and then keep the file descriptor open for the rest of the time. http://opengrok.creo.hu/openbsd/xref/src/sbin/ldattach/ldattach.c You need something like this, right? Karel -- Karel Zak <kzak@xxxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html