Skip to Content.
Sympa Menu

baslinux - Re: [BL] Thanks (mailing from BL)

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Thanks (mailing from BL)
  • Date: Mon, 8 Feb 2010 00:20:54 GMT

pppsetup is a script which in addition to editing the two files
also inserts slhc and ppp driver modules so you can dial.
If you also want to use the laptop offline and are low on RAM,
instead of inserting the modules every time you boot (in rc)
you can edit ppp-on to read
insmod slhc
insmod ppp
eznet up

Then you don't tie up the extra memory when you work offline.
If you are REALLY short on memory, you can remove the modules after
going offline by editing ppp-off to add
rmmod ppp
rmmod slhc
I have not actually tried this. You could write your
own script with just these two lines instead.
As homework.
Sindi




Archive powered by MHonArc 2.6.24.

Top of Page