Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75913 - slmodem should look for /dev/ppp node
Summary: slmodem should look for /dev/ppp node
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 06:52 UTC by Thomas Bettler
Modified: 2004-12-29 13:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2004-12-28 06:52:46 UTC
slmodem init script should look for /dev/ppp node

i.e.

+test ! -z /dev/ppp && /bin/mknod /dev/ppp c 108 0

I encounter an error, because I use udev without tarball, so /dev/ppp is missing by default.
I don't know if this fix is correct in the sense of udev.
Maybe it should go somewhere into hotplug or modules or somewhere else.

What's best?
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2004-12-29 13:56:54 UTC
I've inserted creation of /dev/ppp in slmodem-2.9.10-r3.
However, I cannot guarantee that node will be there after you reboot. Best mode to be sure it gets created is to add ppp_generic to autoloaded modules list (udev will create the /dev/ppp).