[Bug 13831] [dapper] ltmodem doesn't build against .12

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Mon Oct 3 14:36:32 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=13831
Ubuntu | linux-restricted-modules





------- Additional Comments From jdthood at yahoo.co.uk  2005-10-03 15:36 UTC -------
Additional info...

My system is up to date.

jdthood at turmeric:/usr/src/ltmodem$ dpkg -l linux\* |grep ^ii
ii  linux-headers-2.6.12-9                2.6.12-9.19        Header files
related to Linux kernel version
ii  linux-headers-2.6.12-9-686            2.6.12-9.19        Linux kernel
headers 2.6.12 on PPro/Celeron/
ii  linux-image-2.6.12-9-686              2.6.12-9.19        Linux kernel image
for version 2.6.12 on PPr
ii  linux-image-686                       2.6.12.16          Linux kernel image
on PPro/Celeron/PII/PIII/
ii  linux-kernel-headers                  2.6.11.2-0ubuntu12 Linux Kernel
Headers for development
ii  linux-patch-ubuntu-2.6.12             2.6.12-9.19        Ubuntu patches to
Linux 2.6.12
ii  linux-sound-base                      1.0.9+1.0.10rc1-1  base package for
ALSA and OSS sound systems
ii  linux-source-2.6.12                   2.6.12-9.19        Linux kernel source
for version 2.6.12 with
ii  linux-tree-2.6.12                     2.6.12-9.19        Linux kernel tree
for building prepackaged U

In the log I gave before I had added the "build" link
(lib/modules/$(uname -r)/build) by hand.  I was just able to build the
drivers again after removing the "build" link by making this change
to the Makefile:

diff -Naur ltmodem-2.6-alk-7b_ORIG/Makefile ltmodem-2.6-alk-7b/Makefile
--- ltmodem-2.6-alk-7b_ORIG/Makefile    2005-01-25 01:05:59.000000000 +0100
+++ ltmodem-2.6-alk-7b/Makefile 2005-10-03 18:31:09.000000000 +0200
@@ -5,8 +5,8 @@

 MODULE_NAME := ltmodem

-KERNEL_DIR := /lib/modules/`uname -r`/build
-#KERNEL_DIR := /usr/src/linux-2.6.10
+#KERNEL_DIR := /lib/modules/`uname -r`/build
+KERNEL_DIR := /usr/src/linux-headers-2.6.12-9-686

 INSTALL_DIR := /lib/modules/`uname -r`/other


-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list