From: Duncan Sands <baldrick@free.fr>
To: "Guldo K" <guldo@tiscali.it>
Cc: linux-kernel@vger.kernel.org
Subject: Re: speedtouch for 2.6.0
Date: Mon, 29 Dec 2003 18:04:40 +0100 [thread overview]
Message-ID: <200312291804.40544.baldrick@free.fr> (raw)
In-Reply-To: <16368.23199.717051.15982@gargle.gargle.HOWL>
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
On Monday 29 December 2003 17:47, Guldo K wrote:
> Duncan Sands writes:
> > Hi Guldo, from your email I had understood that your setup worked under
> > 2.4. Is that right?
>
> It's not. I didn't tell you that my previous setup (2.4)
> was about the user driver, not the kernel one.
>
> > Anyway, the speedbundle (
> > http://linux-usb.sourceforge.net/SpeedTouch/download/index.html
> > ) contains source code for an appropriate pppd + ATM library.
>
> Thanks.
> I tried to compile just ppp, but "make" resulted in:
Yeah, I was a bit brief :) Look in the top-level Makefile (in
speedbundle) to see how to compile. The easiest thing to
do though is probably to use the attached top-level Makefile,
which is the same as the current one except that it doesn't
compile the kernel module. I didn't test it but it should work.
Ciao,
Duncan.
[-- Attachment #2: Makefile --]
[-- Type: text/x-makefile, Size: 1098 bytes --]
all: build
configure: configure-stamp
configure-stamp:
./configure
build: configure-stamp build-stamp
build-stamp:
# cd kernel_module && $(MAKE)
cd linux-atm/src/lib && $(MAKE)
cd ppp/pppd && $(MAKE)
cd ppp/pppd/plugins && $(MAKE) C_INCLUDE_PATH=../../../linux-atm/src/include LIBRARY_PATH=../../../linux-atm/src/lib/.libs
cd firmware && $(MAKE)
cd firmware_loader && $(MAKE)
cd hotplug_scripts && $(MAKE)
cd ppp_scripts && $(MAKE)
touch build-stamp
clean:
rm -f build-stamp configure-stamp
cd firmware && $(MAKE) clean
cd firmware_loader && $(MAKE) clean
cd hotplug_scripts && $(MAKE) clean
# cd kernel_module && $(MAKE) clean
cd linux-atm/src/lib && $(MAKE) clean
cd ppp/pppd/plugins && $(MAKE) clean
cd ppp/pppd && $(MAKE) clean
cd ppp_scripts && $(MAKE) clean
install: build
# cd kernel_module && $(MAKE) install
cd firmware && $(MAKE) install
cd firmware_loader && $(MAKE) modem_run
cd hotplug_scripts && $(MAKE) install
cd linux-atm/src/lib && $(MAKE) install
cd ppp/pppd && $(MAKE) install
cd ppp/pppd/plugins && $(MAKE) install
cd ppp_scripts && $(MAKE) install
next prev parent reply other threads:[~2003-12-29 17:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-28 15:01 Guldo K
2003-12-29 12:34 ` Duncan Sands
2003-12-29 15:53 ` Guldo K
2003-12-29 16:14 ` Duncan Sands
2003-12-29 16:47 ` Guldo K
2003-12-29 17:04 ` Duncan Sands [this message]
2003-12-30 0:52 ` Guldo K
2003-12-30 8:11 ` Duncan Sands
2003-12-30 15:55 ` Guldo K
2003-12-30 16:02 ` Duncan Sands
2004-01-06 18:29 ` Guldo K
2004-01-06 20:21 ` Duncan Sands
2004-01-07 2:24 ` Guldo K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200312291804.40544.baldrick@free.fr \
--to=baldrick@free.fr \
--cc=guldo@tiscali.it \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome