atom feed45 messages in com.ubuntu.lists.ubuntu-ukRe: [ubuntu-uk] Non-default driver
FromSent OnAttachments
RowanFeb 22, 2009 2:48 am 
Christopher SwiftFeb 22, 2009 3:42 am 
Christopher SwiftFeb 22, 2009 3:43 am 
James ThomasFeb 22, 2009 3:44 am 
RowanFeb 22, 2009 4:01 am 
RowanFeb 24, 2009 12:47 am 
Thomas IbbotsonFeb 24, 2009 8:57 am 
Christopher SwiftFeb 24, 2009 8:58 am 
RowanFeb 24, 2009 9:14 am 
RowanFeb 24, 2009 11:53 am 
Matthew DaubneyFeb 24, 2009 12:56 pm 
RowanFeb 24, 2009 1:02 pm 
Jon ReynoldsFeb 25, 2009 7:19 am 
RowanFeb 25, 2009 7:39 am 
Rob BeardFeb 25, 2009 8:08 am 
Tony TravisFeb 25, 2009 9:21 am 
RowanFeb 25, 2009 9:40 am 
RowanMar 1, 2009 8:02 pm 
Sean MillerMar 1, 2009 11:44 pm 
RowanMar 1, 2009 11:58 pm 
Sean MillerMar 2, 2009 12:08 am 
RowanMar 2, 2009 12:18 am 
Alan PopeMar 2, 2009 12:37 am 
RowanMar 2, 2009 12:49 am 
Alan PopeMar 2, 2009 12:54 am 
RowanMar 2, 2009 12:58 am 
RowanMar 2, 2009 1:13 am 
Alan PopeMar 2, 2009 1:24 am 
RowanMar 2, 2009 1:39 am 
RowanMar 2, 2009 2:06 am 
RowanMar 2, 2009 5:59 am 
Alan PopeMar 2, 2009 6:39 am 
RowanMar 2, 2009 6:49 am 
RowanMar 2, 2009 6:53 am 
Alan PopeMar 2, 2009 7:07 am 
RowanMar 2, 2009 7:23 am 
Tony TravisMar 2, 2009 7:23 am 
RowanMar 2, 2009 7:30 am 
Tony TravisMar 2, 2009 7:31 am 
RowanMar 2, 2009 7:41 am 
Alan PopeMar 2, 2009 7:58 am 
RowanMar 2, 2009 8:35 am 
Tony TravisMar 2, 2009 8:47 am 
Alan PopeMar 2, 2009 8:55 am 
RowanMar 2, 2009 9:11 am 
Subject:Re: [ubuntu-uk] Non-default driver
From:Rowan (rowa@googlemail.com)
Date:Mar 2, 2009 8:35:43 am
List:com.ubuntu.lists.ubuntu-uk

I reproduced the cases (and the spaces) as you gave them, Al.

There is no KVARS line at all in the Makefile. Here are the contents.

KVER := $(shell uname -r) KDIR := /lib/modules/$(KVER)/build KMISC := /lib/modules/$(KVER)/kernel/drivers/net/ KEXT := $(shell echo $(KVER) ¦ sed -ne 's/^2\.[567]\..*/k/p')o KFLAG := 2$(shell echo $(KVER) ¦ sed -ne 's/^2\.[4]\..*/4/p')x

modules: ifeq ($(KFLAG),24x) $(MAKE) -f Makefile_linux24x

else $(MAKE) -C $(KDIR) SUBDIRS=$(PWD)/src modules strip --strip-debug r8168.$(KEXT) endif

clean: rm -rf *.o *.ko *~core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers *.order

install: install -m 744 -c r8168.$(KEXT) $(KMISC)

ifneq ($(KFLAG),24x) r8168-objs := r8168_n.o obj -m += r8168.o endif#($(KFLAG),24x)

Alan Pope wrote:

2009/3/2 Rowan <rowa@googlemail.com>:

I typed that in exactly as you gave it, Al, and got no output at all.

It's case sensitive. Alternatively you can press ALT+F2, and then in the box type "gksu nautilus /root" and then navigate to /root/lc2000/r8168-8.008.00/src and open the Makefile to see the "KVARS" line.

Cheers, Al.