https://bugzilla.fedora.us/show_bug.cgi?id=1803 slmodem package
I recently was forced to endure the pain of using dial-up Internet. I was surprised to find this "slmodem" daemon that uses the ALSA snd-intel8x0m driver included in FC2 to make a working sound device, avoiding the binary-only kernel module. The slmodemd daemon creates /dev/ttySL0 and ppp worked great. The current package works, but if anyone else is interested in polishing this up, it needs a bit more work.
Blockers:
* Add command line option to demonize
* Return useful error codes, or zero if daemonize worked
* Use "daemon" so messages are recorded in syslog
* Make [OK] and [FAILED] messages work
* Add /etc/sysconfig/slmodem for country configuration, and perhaps other options. See Mandrake's slmodem package for examples.
Would be nice:
* Use ppp's "chat" program to test modem with ATZ and OK response
* Would it be acceptable to automatically symlink /dev/modem to /dev/ttySL0 if /dev/modem does not exist?
* Does selinux policies need to know anything about this?
License question:
* The license attached is included within the tarball. If used with the binary-only kernel it probably would be unacceptable to ship, but it appears that the daemon has an acceptable license? BSD-ish with documentation advertising requirement?
Warren Togami wtogami@xxxxxxxxxx
/* * * Copyright (c) 2001, Smart Link Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials provided * with the distribution. * 3. Neither the name of the Smart Link Ltd. nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */