[opensuse] bash "make" error
Hello SuSE people, This is on 11.4 KDE4. Trying to compile a driver and make tells me my kernel is misconfigured. It tells me ": echo " ERROR: Kernel configuration is invalid."; echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig && make prepare' on kernel src So I do that (I think) and I get this: make: *** No rule to make target `oldconfig'. Stop. I don't know what rule it wants or how to do it. Would some kindGURU help out the ignorant please? Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Bob S wrote:
Hello SuSE people,
This is on 11.4 KDE4. Trying to compile a driver and make tells me my kernel is misconfigured. It tells me ": echo " ERROR: Kernel configuration is invalid."; echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig && make prepare' on kernel src
So I do that (I think) and I get this: make: *** No rule to make target `oldconfig'. Stop.
I don't know what rule it wants or how to do it. Would some kindGURU help out the ignorant please?
Do you have the kernel sources installed ? -- Per Jessen, Zürich (16.4°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 19/07/11 07:37, Per Jessen wrote:
Bob S wrote:
Hello SuSE people,
This is on 11.4 KDE4. Trying to compile a driver and make tells me my kernel is misconfigured. It tells me ": echo " ERROR: Kernel configuration is invalid."; echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig&& make prepare' on kernel src
So I do that (I think) and I get this: make: *** No rule to make target `oldconfig'. Stop.
I don't know what rule it wants or how to do it. Would some kindGURU help out the ignorant please? Do you have the kernel sources installed ?
More specifically do you have kernel-$flavor-devel installed? It provides the bits you're missing above. I presume you're running kernel-desktop so install kernel-desktop-devel as well as kernel-source. Regards, Tejas -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 19 July 2011 03:00:55 Tejas Guruswamy wrote:
On 19/07/11 07:37, Per Jessen wrote:
Bob S wrote:
Hello SuSE people,
This is on 11.4 KDE4. Trying to compile a driver and make tells me my kernel is misconfigured. It tells me ": echo " ERROR: Kernel configuration is invalid."; echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig&& make prepare' on kernel src
So I do that (I think) and I get this: make: *** No rule to make target `oldconfig'. Stop.
I don't know what rule it wants or how to do it. Would some kindGURU help out the ignorant please?
Do you have the kernel sources installed ?
More specifically do you have kernel-$flavor-devel installed? It provides the bits you're missing above. I presume you're running kernel-desktop so install kernel-desktop-devel as well as kernel-source.
Hello Tejas. Yes, according to rpm, they were both installed as dependencies with kernek0source. when I try to do the "make" command I get the same error: ----------------------------------------------------------------- echo " ERROR: Kernel configuration is invalid."; \ echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig && make prepare' on kernel src to fix it ---------------------------------------------------------------------- When I try doing that, evidently incorrectly, I get a result of not finding the target. I guess I need someone's help to tell me how to do that. Here is the rest of the result of "make" Don;t know if it is important or not.. --------------------------------------------------------------------- echo; \ /bin/false) mkdir -p /home/bob/Downloads/compile/qc-usb-0.6.6/.tmp_versions ; rm -f /home/bob/Downloads/compile/qc-usb-0.6.6/.tmp_versions/* make -f /usr/src/linux-2.6.34.8-0.2/scripts/Makefile.build obj=/home/bob/Downloads/compile/qc-usb-0.6.6 gcc -Wp,-MD,/home/bob/Downloads/compile/qc-usb-0.6.6/.qc-driver.o.d -nostdinc -isystem /usr/lib64/gcc/x86_64-suse-linux/4.5/include -I/usr/src/linux-2.6.34.8-0.2/arch/x86/include -Iinclude -I/usr/src/linux-2.6.34.8-0.2/include -include include/generated/autoconf.h -I/home/bob/Downloads/compile/qc-usb-0.6.6 -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -fasynchronous-unwind-tables -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -DNOKERNEL -DHAVE_UTSRELEASE_H= -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(qc_driver)" -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -D"DEBUG_HASH=30" -D"DEBUG_HASH2=21" -c -o /home/bob/Downloads/compile/qc-usb-0.6.6/.tmp_qc-driver.o /home/bob/Downloads/compile/qc-usb-0.6.6/qc-driver.c In file included from /home/bob/Downloads/compile/qc-usb-0.6.6/qc-driver.c:47:0: /home/bob/Downloads/compile/qc-usb-0.6.6/quickcam.h:79:28: fatal error: linux/autoconf.h: No such file or directory compilation terminated. make[4]: *** [/home/bob/Downloads/compile/qc-usb-0.6.6/qc-driver.o] Error 1 make[3]: *** [_module_/home/bob/Downloads/compile/qc-usb-0.6.6] Error 2 make[2]: *** [sub-make] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.34.8-0.2-obj/x86_64/desktop' make: *** [quickcam.ko] Error 2 ------------------------------------------------------- Somebody please help Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 19 Jul 2011 17:06:36 -0400 Bob S <911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware.
-- Cheers Malcolm °¿° (Linux Counter #276890) openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop up 9 days 15:14, 4 users, load average: 0.33, 0.24, 0.18 GPU GeForce 8600 GTS Silent - Driver Version: 270.41.19 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 19 Jul 2011 16:15:39 -0500 Malcolm <malcolm_lewis@bellsouth.net> wrote:
On Tue, 19 Jul 2011 17:06:36 -0400 Bob S <911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware.
Here is the script I use in my vmware fix rpm; http://paste.opensuse.org/59867501 -- Cheers Malcolm °¿° (Linux Counter #276890) openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop up 9 days 15:20, 4 users, load average: 0.29, 0.24, 0.19 GPU GeForce 8600 GTS Silent - Driver Version: 270.41.19 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 19 July 2011 17:15:39 Malcolm wrote:
On Tue, 19 Jul 2011 17:06:36 -0400
Bob S <911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation
Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware.
Malcolm, ae you telling me that after installing these rpm files they are not in the right place or do what they are designed to do? I must somehow link something to something? I;ve never heard of such a thing. Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 19 Jul 2011 21:22:12 -0400 Bob S <911@pasco.org> wrote:
On Tuesday 19 July 2011 17:15:39 Malcolm wrote:
On Tue, 19 Jul 2011 17:06:36 -0400
Bob S <911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation
Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware.
Malcolm, ae you telling me that after installing these rpm files they are not in the right place or do what they are designed to do? I must somehow link something to something? I;ve never heard of such a thing.
Bob S Hi The newer kernels place autoconf.h in the directory called 'generated' from 2.6.32 I think, older code looks in the directory called 'linux' for autoconf.h so it says it's not there.... hence your error.
So you either patch the code that is looking for the autoconf.h file or create a softlink that's what my script does for using (In my case) for example vmware-workstation 6.5.5. BTW, there is a fi misiing on the last line of that script, this is the updated one; http://paste.opensuse.org/89580112 -- Cheers Malcolm °¿° (Linux Counter #276890) openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop up 9 days 19:51, 3 users, load average: 0.40, 0.17, 0.13 GPU GeForce 8600 GTS Silent - Driver Version: 270.41.19 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 19 July 2011 21:55:13 Malcolm wrote:
On Tue, 19 Jul 2011 21:22:12 -0400
Bob S <911@pasco.org> wrote:
On Tuesday 19 July 2011 17:15:39 Malcolm wrote:
On Tue, 19 Jul 2011 17:06:36 -0400
Bob S <911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation
Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware.
Malcolm, ae you telling me that after installing these rpm files they are not in the right place or do what they are designed to do? I must somehow link something to something? I;ve never heard of such a thing.
Bob S
Hi The newer kernels place autoconf.h in the directory called 'generated' from 2.6.32 I think, older code looks in the directory called 'linux' for autoconf.h so it says it's not there.... hence your error.
So you either patch the code that is looking for the autoconf.h file or create a softlink that's what my script does for using (In my case) for example vmware-workstation 6.5.5. BTW, there is a fi misiing on the last line of that script, this is the updated one; http://paste.opensuse.org/89580112
Oh man !!! Don't these people even talk to each other? The poor user has to figure this stuff out and fix it???? Especially things as basic as the kernel ? I'll try to rewrite your script but I'm not very confident. I am NOT a programmer. Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 19 Jul 2011 23:19:52 -0400 Bob S <911@pasco.org> wrote:
On Tuesday 19 July 2011 21:55:13 Malcolm wrote:
On Tue, 19 Jul 2011 21:22:12 -0400
Bob S <911@pasco.org> wrote:
On Tuesday 19 July 2011 17:15:39 Malcolm wrote:
On Tue, 19 Jul 2011 17:06:36 -0400
Bob S <911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation
Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware.
Malcolm, ae you telling me that after installing these rpm files they are not in the right place or do what they are designed to do? I must somehow link something to something? I;ve never heard of such a thing.
Bob S
Hi The newer kernels place autoconf.h in the directory called 'generated' from 2.6.32 I think, older code looks in the directory called 'linux' for autoconf.h so it says it's not there.... hence your error.
So you either patch the code that is looking for the autoconf.h file or create a softlink that's what my script does for using (In my case) for example vmware-workstation 6.5.5. BTW, there is a fi misiing on the last line of that script, this is the updated one; http://paste.opensuse.org/89580112
Oh man !!! Don't these people even talk to each other? The poor user has to figure this stuff out and fix it???? Especially things as basic as the kernel ?
I'll try to rewrite your script but I'm not very confident. I am NOT a programmer.
Bob S Hi The script should work as is for you, all it's doing it creating the softlinks for you?
-- Cheers Malcolm °¿° (Linux Counter #276890) openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop up 9 days 21:34, 3 users, load average: 0.52, 0.32, 0.20 GPU GeForce 8600 GTS Silent - Driver Version: 270.41.19 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 20/07/11 04:19, Bob S wrote:
On Tuesday 19 July 2011 21:55:13 Malcolm wrote:
On Tue, 19 Jul 2011 21:22:12 -0400
Bob S<911@pasco.org> wrote:
On Tuesday 19 July 2011 17:15:39 Malcolm wrote:
On Tue, 19 Jul 2011 17:06:36 -0400
Bob S<911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware. Malcolm, ae you telling me that after installing these rpm files they are not in the right place or do what they are designed to do? I must somehow link something to something? I;ve never heard of such a thing.
Bob S Hi The newer kernels place autoconf.h in the directory called 'generated' from 2.6.32 I think, older code looks in the directory called 'linux' for autoconf.h so it says it's not there.... hence your error.
So you either patch the code that is looking for the autoconf.h file or create a softlink that's what my script does for using (In my case) for example vmware-workstation 6.5.5. BTW, there is a fi misiing on the last line of that script, this is the updated one; http://paste.opensuse.org/89580112
Oh man !!! Don't these people even talk to each other? The poor user has to figure this stuff out and fix it???? Especially things as basic as the kernel ?
I'll try to rewrite your script but I'm not very confident. I am NOT a programmer.
Bob S
The problem is that whoever wrote whatever driver you're trying to compile, has not kept it up-to-date for the latest kernel revisions. What actually is it you're trying to compile, maybe there's an easier solution? Regards, Tejas -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 20 July 2011 02:50:09 Tejas Guruswamy wrote:
On 20/07/11 04:19, Bob S wrote:
On Tuesday 19 July 2011 21:55:13 Malcolm wrote:
On Tue, 19 Jul 2011 21:22:12 -0400
Bob S<911@pasco.org> wrote:
On Tuesday 19 July 2011 17:15:39 Malcolm wrote:
On Tue, 19 Jul 2011 17:06:36 -0400
Bob S<911@pasco.org> wrote:
fatal error: linux/autoconf.h: No such file or directory compilation
Hi because these now live in generated, patch the file.... or create a softlink like I do for vmware.
Malcolm, ae you telling me that after installing these rpm files they are not in the right place or do what they are designed to do? I must somehow link something to something? I;ve never heard of such a thing.
Bob S
Hi The newer kernels place autoconf.h in the directory called 'generated' from 2.6.32 I think, older code looks in the directory called 'linux' for autoconf.h so it says it's not there.... hence your error.
So you either patch the code that is looking for the autoconf.h file or create a softlink that's what my script does for using (In my case) for example vmware-workstation 6.5.5. BTW, there is a fi misiing on the last line of that script, this is the updated one; http://paste.opensuse.org/89580112
Oh man !!! Don't these people even talk to each other? The poor user has to figure this stuff out and fix it???? Especially things as basic as the kernel ?
I'll try to rewrite your script but I'm not very confident. I am NOT a programmer.
Bob S
The problem is that whoever wrote whatever driver you're trying to compile, has not kept it up-to-date for the latest kernel revisions. What actually is it you're trying to compile, maybe there's an easier solution?
Tejas, OK, I contacted Logitech to purchase a webcam for Linux. They reccomended a particular model and provided me with a link for the driver I needed. the link was qc-usb: Linux Driver for Quickcam USB cameras.html It is a kind of a manual. That directed me to a sourceforge location to download the driver, http://sourceforge.net/projects/qce-ga/files/ I downloaded it unzipped it and then tried to make it. Thus leading to my present frustration. I think I saw someplace in the manual that there is a CVS version also. Would that be better? If I can find it and download it, that is. Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 20 July 2011 16:49:22 Bob S wrote: .................<big snip>................
The problem is that whoever wrote whatever driver you're trying to compile, has not kept it up-to-date for the latest kernel revisions. What actually is it you're trying to compile, maybe there's an easier solution?
Tejas,
OK, I contacted Logitech to purchase a webcam for Linux. They reccomended a particular model and provided me with a link for the driver I needed. the link was qc-usb: Linux Driver for Quickcam USB cameras.html It is a kind of a manual. That directed me to a sourceforge location to download the driver, http://sourceforge.net/projects/qce-ga/files/ I downloaded it unzipped it and then tried to make it. Thus leading to my present frustration.
I think I saw someplace in the manual that there is a CVS version also. Would that be better? If I can find it and download it, that is.
PK, continuing on with my previous post. I did download a package from CVS andunzipped it. It contained 3 drivers. I compiled one called qc-usb. I didn;t get any errors this time (I think) and it produced? a driver named quickcam.ko, Only trouble is I can;t find it to do an insmod. Here is the result of the compile: --------------------------------------------------------------------- Easystreet:/home/bob/Downloads/compile/qce-ga/qc-usb # make -=- Logitech QuickCam USB camera driver -=- Makefile target examples: make all - Compile driver and utilities against current running kernel make all USER_OPT=-DDEBUG - Compile with debugging code and messages make driver - Compile only the driver make all LINUX_DIR=/usr/src/linux - Compile against specified kernel source make install - Copy driver and utilities into standard locations (needs root) make install PREFIX=/usr - Copy utilities to /usr/bin instead of /usr/local/bin make install MODULE_DIR=/lib/modules/2.4.0 - Copy module to /lib/modules/2.4.0/misc make clean - Remove object files from the source directory Current configuration: Driver source directory (PWD): /home/bob/Downloads/compile/qce-ga/qc-usb Kernel source directory (LINUX_DIR): /lib/modules/2.6.34.8-0.2-desktop/build Module install directory (MODULE_DIR): /lib/modules/2.6.34.8-0.2-desktop Utility install directory (PREFIX): /usr/local User options (USER_OPT): Driver file name (use with insmod): quickcam.ko Kernel version code: 132642 Easystreet:/home/bob/Downloads/compile/qce-ga/qc-usb # -------------------------------------------------------------------------------- Did it build? Where is it? Not where it says above. Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
* Bob S <911@pasco.org> [07-20-11 21:58]:
Current configuration: Driver source directory (PWD): /home/bob/Downloads/compile/qce-ga/qc-usb Kernel source directory (LINUX_DIR): /lib/modules/2.6.34.8-0.2-desktop/build Module install directory (MODULE_DIR): /lib/modules/2.6.34.8-0.2-desktop Utility install directory (PREFIX): /usr/local User options (USER_OPT): Driver file name (use with insmod): quickcam.ko Kernel version code: 132642 Easystreet:/home/bob/Downloads/compile/qce-ga/qc-usb # -------------------------------------------------------------------------------- Did it build? Where is it? Not where it says above.
it's not in Module install directory (MODULE_DIR): /lib/modules/2.6.34.8-0.2-desktopkernel/drivers/usb/... find /lib/modules/. -name quickcam.ko -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://counter.li.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, 20 Jul 2011 21:55:38 -0400 Bob S <911@pasco.org> wrote:
PK, continuing on with my previous post.
I did download a package from CVS andunzipped it. It contained 3 drivers. I compiled one called qc-usb. I didn;t get any errors this time (I think) and it produced? a driver named quickcam.ko, Only trouble is I can;t find it to do an insmod. Here is the result of the compile: --------------------------------------------------------------------- Easystreet:/home/bob/Downloads/compile/qce-ga/qc-usb # make -=- Logitech QuickCam USB camera driver -=-
Makefile target examples: make all - Compile driver and utilities against current running kernel make all USER_OPT=-DDEBUG - Compile with debugging code and messages make driver - Compile only the driver make all LINUX_DIR=/usr/src/linux - Compile against specified kernel source make install - Copy driver and utilities into standard locations (needs root) make install PREFIX=/usr - Copy utilities to /usr/bin instead of /usr/local/bin make install MODULE_DIR=/lib/modules/2.4.0 - Copy module to /lib/modules/2.4.0/misc make clean - Remove object files from the source directory
Current configuration: Driver source directory (PWD): /home/bob/Downloads/compile/qce-ga/qc-usb Kernel source directory (LINUX_DIR): /lib/modules/2.6.34.8-0.2-desktop/build Module install directory (MODULE_DIR): /lib/modules/2.6.34.8-0.2-desktop Utility install directory (PREFIX): /usr/local User options (USER_OPT): Driver file name (use with insmod): quickcam.ko Kernel version code: 132642 Easystreet:/home/bob/Downloads/compile/qce-ga/qc-usb # -------------------------------------------------------------------------------- Did it build? Where is it? Not where it says above.
Bob S
Hi No it didn't, that's just showing you the options to use and where it will go... -- Cheers Malcolm °¿° (Linux Counter #276890) openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop up 10 days 23:50, 5 users, load average: 0.77, 0.34, 0.22 GPU GeForce 8600 GTS Silent - Driver Version: 270.41.19 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 21 July 2011 02:00:09 Malcolm wrote:
On Wed, 20 Jul 2011 21:55:38 -0400
Bob S <911@pasco.org> wrote:
PK, continuing on with my previous post.
I did download a package from CVS andunzipped it. It contained 3 drivers. I compiled one called qc-usb. I didn;t get any errors this time (I think) and it produced? a driver named quickcam.ko, Only trouble is I can;t find it to do an insmod. Here is the result of the compile: --------------------------------------------------------------------- Easystreet:/home/bob/Downloads/compile/qce-ga/qc-usb # make -=- Logitech QuickCam USB camera driver -=-
Makefile target examples: make all - Compile driver and utilities against current running kernel make all USER_OPT=-DDEBUG - Compile with debugging code and messages make driver - Compile only the driver make all LINUX_DIR=/usr/src/linux - Compile against specified kernel source make install - Copy driver and utilities into standard locations (needs root) make install PREFIX=/usr - Copy utilities to /usr/bin instead of /usr/local/bin make install MODULE_DIR=/lib/modules/2.4.0 - Copy module to /lib/modules/2.4.0/misc make clean - Remove object files from the source directory
Current configuration: Driver source directory (PWD): /home/bob/Downloads/compile/qce-ga/qc-usb Kernel source directory (LINUX_DIR): /lib/modules/2.6.34.8-0.2-desktop/build Module install directory (MODULE_DIR): /lib/modules/2.6.34.8-0.2-desktop Utility install directory (PREFIX): /usr/local User options (USER_OPT): Driver file name (use with insmod): quickcam.ko Kernel version code: 132642 Easystreet:/home/bob/Downloads/compile/qce-ga/qc-usb # ------------------------------------------------------------------------- ------- Did it build? Where is it? Not where it says above.
Bob S
Hi No it didn't, that's just showing you the options to use and where it will go... Malcolm.
Well I guess you're right because after I tried locate ( db rebuilt) as suggested by Dirk and find by Patrick it wasn;t there. And I don't know what oprions you mean. The first 10 or 15 jines? I've probably tried them all. I tried running the scipt that you kindly provided AS ROOT in a Konsole and I am getting a "Permission Denied". This is sooooo...frustrating. Just a simple dricer? Somebody, anybody, please help. Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 21 Jul 2011 15:23:00 -0400 Bob S <911@pasco.org> wrote:
Makefile target examples: make all - Compile driver and utilities against current running kernel make all USER_OPT=-DDEBUG - Compile with debugging code and messages make driver - Compile only the driver make all LINUX_DIR=/usr/src/linux - Compile against specified kernel source make install - Copy driver and utilities into standard locations (needs root) make install PREFIX=/usr - Copy utilities to /usr/bin instead of /usr/local/bin make install MODULE_DIR=/lib/modules/2.4.0 - Copy module to /lib/modules/2.4.0/misc make clean - Remove object files from the source directory
Hi No it didn't, that's just showing you the options to use and where it will go...
Malcolm.
Well I guess you're right because after I tried locate ( db rebuilt) as suggested by Dirk and find by Patrick it wasn;t there. And I don't know what oprions you mean. The first 10 or 15 jines? I've probably tried them all.
I tried running the scipt that you kindly provided AS ROOT in a Konsole and I am getting a "Permission Denied". This is sooooo...frustrating. Just a simple dricer? Somebody, anybody, please help.
Bob S Hi It's telling you the options...
make all or kernel make all or make all LINUX_DIR= or kernel source make install or make install and finally make clean. Just a query, what is the PCI ID of the device, form lsub caommand, do you see the device appear in dmesg when you plug it in? From my limited google, maybe it should be using another newer driver, can you paste the output of lsmod to http://paste.opensuse.org/ and post the link? -- Cheers Malcolm °¿° (Linux Counter #276890) openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop up 11 days 13:49, 6 users, load average: 0.42, 0.15, 0.14 GPU GeForce 8600 GTS Silent - Driver Version: 270.41.19 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 21 July 2011 15:52:08 Malcolm wrote: .........<snio>.................
I tried running the scipt that you kindly provided AS ROOT in a Konsole and I am getting a "Permission Denied". This is sooooo...frustrating. Just a simple dricer? Somebody, anybody, please help.
Bob S
Hi It's telling you the options...
make all or kernel make all or make all LINUX_DIR= or kernel source make install or make install and finally make clean.
Just a query, what is the PCI ID of the device, form lsub caommand, do you see the device appear in dmesg when you plug it in?
From my limited google, maybe it should be using another newer driver, can you paste the output of lsmod to http://paste.opensuse.org/ and post the link?
OK, I did all you asked and the results are at : URL: http://paste.opensuse.org/15750049 Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 21 July 2011 15:52:08 Malcolm wrote: .........<snip>................
I tried running the scipt that you kindly provided AS ROOT in a Konsole and I am getting a "Permission Denied". This is sooooo...frustrating. Just a simple dricer? Somebody, anybody, please help.
Bob S
Hi It's telling you the options...
make all or kernel make all or make all LINUX_DIR= or kernel source make install or make install and finally make clean.
Just a query, what is the PCI ID of the device, form lsub caommand, do you see the device appear in dmesg when you plug it in?
From my limited google, maybe it should be using another newer driver, can you paste the output of lsmod to http://paste.opensuse.org/ and post the link?
OK, I did all of the things you equestd. They are posted here: URL: http://paste.opensuse.org/15750049 Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 21 Jul 2011 23:39:33 -0400 Bob S <911@pasco.org> wrote:
OK, I did all of the things you equestd. They are posted here:
URL: http://paste.opensuse.org/15750049
Bob S Hi So it's supported and recognized by the uvcvideo driver http://www.ideasonboard.org/uvc/
There should be no need to build a driver then? -- Cheers Malcolm °¿° (Linux Counter #276890) openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop up 11 days 21:46, 5 users, load average: 0.28, 0.15, 0.15 GPU GeForce 8600 GTS Silent - Driver Version: 270.41.19 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 21 July 2011 23:47:03 Malcolm wrote:
On Thu, 21 Jul 2011 23:39:33 -0400
Bob S <911@pasco.org> wrote:
OK, I did all of the things you equestd. They are posted here:
URL: http://paste.opensuse.org/15750049
Bob S
Hi So it's supported and recognized by the uvcvideo driver http://www.ideasonboard.org/uvc/
There should be no need to build a driver then?
Thanks Malcolm I feel kind of stupid. Evidently even Logitech doesn;t know it and sentm me off hunting for a driver. I hope now, I don't have to build a driver. I was shocked after seeeing the modules in lsmod. I know I did not a few days before. But that was before I was fooling with a tiny toggle switch on the camera wondering what it did. Maybe I just found out. But, I still don't see the camera anywhere. Guess I need to find some software program to use it. Anyway, thanks again for all of your patience and help. Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 19 July 2011 02:37:13 Per Jessen wrote:
Bob S wrote:
Hello SuSE people,
This is on 11.4 KDE4. Trying to compile a driver and make tells me my kernel is misconfigured. It tells me ": echo " ERROR: Kernel configuration is invalid."; echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo " Run 'make oldconfig && make prepare' on kernel src
So I do that (I think) and I get this: make: *** No rule to make target `oldconfig'. Stop.
I don't know what rule it wants or how to do it. Would some kindGURU help out the ignorant please?
Do you have the kernel sources installed ?
Yes Per, and it brought in another half dozen or so devel- packages Bob S -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Bob S
-
Malcolm
-
Patrick Shanahan
-
Per Jessen
-
Tejas Guruswamy