> and when I tried to make it (the driver on linux-sub.org/SpeedTouch ) with
> this driver, it says "Rules.make not found" in the ./configure

Try this Makefile:

all: build

configure: configure-stamp
configure-stamp:
        ./configure

build: configure-stamp build-stamp
build-stamp:
#       cd kernel_module && $(MAKE)
        cd linux-atm && $(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 && $(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 && $(MAKE) install
        cd ppp/pppd && $(MAKE) install
        cd ppp/pppd/plugins && $(MAKE) install
        cd ppp_scripts && $(MAKE) install

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to