Zoom mini usb dial up modem model 3095 driver install problem

squareyes squareyes at internode.on.net
Mon Dec 22 10:48:22 UTC 2008


Derek Broughton wrote:
> squareyes wrote:
>
>   
>> Hi all,
>> just acquired a Zoom mini usb dial up modem model 3095.
>> It came with cd including a  driver (.deb) for Linux (conexant) and a
>> .tar Tried to install .deb as per instructions, I get as below. I have
>> build essentials installed.
>>     
> You might try installing dkms - no idea if _this_ package could take 
> advantage of it, but some packages have an easier time compiling drivers 
> when it's present, so it might help here.
>
>   
Hi Derek,
installed dkms, same result.
>
> So if dkms doesn't help, try changing CFLAGS to EXTRA_CFLAGS in 
> makefile.build, like it says...
>   
Below is part of makefile.build,
I don't really understand it, to me it appears to be already using
EXTRA_CFLAGS.  If not just which line do I change ?
Sorry but I have a lot of learning to do.
To everyone of all persuasions, have a safe and peaceful holiday season.
Many thanks
Winton

src := $(obj)

PHONY := __build
__build:

# Init all relevant variables used in kbuild files so
# 1) they have correct type
# 2) they do not inherit any value from the environment
obj-y :=
obj-m :=
lib-y :=
lib-m :=
always :=
targets :=
subdir-y :=
subdir-m :=
EXTRA_AFLAGS   :=
EXTRA_CFLAGS   :=
EXTRA_CPPFLAGS :=
EXTRA_LDFLAGS  :=
asflags-y  :=
ccflags-y  :=
cppflags-y :=
ldflags-y  :=


# For backward compatibility check that these variables does not change
save-cflags := $(CFLAGS)

# The filename Kbuild has precedence over Makefile
kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
kbuild-file := $(if $(wildcard
$(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
include $(kbuild-file)

# If the save-* variables changed error out
ifeq ($(KBUILD_NOPEDANTIC),)
         ifneq ("$(save-cflags)","$(CFLAGS)")
                 $(error CFLAGS was changed in "$(kbuild-file)". Fix it
to use EXTRA_CFLAGS)
         endif
endif
include scripts/Makefile.lib

ifdef host-progs








More information about the ubuntu-users mailing list