Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9505 - hdlc in net-dialup/ppp
Summary: hdlc in net-dialup/ppp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hannes Mehnert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 14:20 UTC by Nicolas Kaiser
Modified: 2002-10-24 16:29 UTC (History)
0 users

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 Nicolas Kaiser 2002-10-22 14:20:44 UTC
There appear to be people who need hdlc for their adsl connections.
I got my one working as described here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/speedtouch/speedtouch/doc-linux/howto/SpeedTouch-HOWTO-en.html?rev=1.3

The HowTo says it's necessary to add hdlc to etc/modules.conf, do you think it
would be a good idea to do this by default in net-dialup/ppp? Here comes the patch:

--- /usr/portage/net-dialup/ppp/files/modules.ppp.orig  2002-10-22
21:08:11.000000000 +0200
+++ /usr/portage/net-dialup/ppp/files/modules.ppp       2002-10-22
21:08:58.000000000 +0200
@@ -1,6 +1,7 @@
 alias char-major-108   ppp_generic
 alias /dev/ppp         ppp_generic
 alias tty-ldisc-3      ppp_async
+alias tty-ldisc-13     n_hdlc
 alias tty-ldisc-14     ppp_synctty
 alias ppp-compress-21  bsd_comp
 alias ppp-compress-24  ppp_deflate
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-22 14:22:55 UTC
seems a fair enough idea to me.
Comment 2 phoen][x 2002-10-23 09:44:33 UTC
I'm really a ppp newbie - and i dont have the hardware to test it.
Assigning this to hannes.

-phoen][x-
Comment 3 Hannes Mehnert (RETIRED) gentoo-dev 2002-10-24 16:29:50 UTC
commited to portage, thanks for submission