LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need next step in QuickCam driver installation. (Ubuntu Intrepid) (https://www.linuxquestions.org/questions/linux-software-2/need-next-step-in-quickcam-driver-installation-ubuntu-intrepid-706099/)

jumpmansbro 02-20-2009 01:09 AM

Need next step in QuickCam driver installation. (Ubuntu Intrepid)
 
I'm trying to get my QuickCam Express usable for things like Skype and aMSN. I unplugged my webcam, used Synaptic to install 'qc-usb-source' and 'qc-usb-utils' (both version 0.6.6-5), then rebooted. When I tried plugging in my webcam, it would not be picked up by Skype or aMSN. I don't know what to do next. Any suggestions?

jumpmansbro 03-05-2009 09:44 PM

...help?

jdkaye 03-06-2009 03:15 AM

Quote:

Originally Posted by jumpmansbro (Post 3466457)
...help?

You need to run module-assistant to build and load your module. Just start it from a command line and run through the steps. When you get to "Select" you should see qc as a choice. Select it and carry on. When finished do an
Code:

lsmod | grep qc
to confirm the module as been loaded ok. I don't recall if you need to stop and restart your x-server.
That should do it for you.
cheers,
jdk

jumpmansbro 03-06-2009 08:46 PM

Quote:

Originally Posted by jdkaye (Post 3466652)
You need to run module-assistant to build and load your module. Just start it from a command line and run through the steps. When you get to "Select" you should see qc as a choice. Select it and carry on. When finished do an
Code:

lsmod | grep qc
to confirm the module as been loaded ok. I don't recall if you need to stop and restart your x-server.
That should do it for you.
cheers,
jdk

When I select 'qc-usb' and select 'BUILD', it says "Build of the package qc-usb-source failed!" What should I do?

jdkaye 03-06-2009 10:14 PM

Quote:

Originally Posted by jumpmansbro (Post 3467472)
When I select 'qc-usb' and select 'BUILD', it says "Build of the package qc-usb-source failed!" What should I do?

After selecting qc-usb did you go through the Search and Get steps before moving on to Build?
Cheers,
jdk

jumpmansbro 03-07-2009 02:27 AM

Quote:

Originally Posted by jdkaye (Post 3467512)
After selecting qc-usb did you go through the Search and Get steps before moving on to Build?
Cheers,
jdk

Yes, I did. No dice.

jdkaye 03-07-2009 02:47 AM

Quote:

Originally Posted by jumpmansbro (Post 3467598)
Yes, I did. No dice.

Is the qc-usb-source package installed? Also do you have the kernel headers installed? Does the failure give you any hint about what m-a is unhappy about? A little more information would be helpful here.
jdk

jumpmansbro 03-07-2009 06:26 PM

Quote:

Originally Posted by jdkaye (Post 3467603)
Is the qc-usb-source package installed? Also do you have the kernel headers installed? Does the failure give you any hint about what m-a is unhappy about? A little more information would be helpful here.
jdk

Yes, qc-usb-source is installed; I even reinstalled it. I don't know what kernel headers are. The log file has a bunch of 'Error 2's at the end. Funnily enough, it looks like the same errors I get every time I try to compile a tarball.

jdkaye 03-08-2009 01:24 AM

Quote:

Originally Posted by jumpmansbro (Post 3468193)
Yes, qc-usb-source is installed; I even reinstalled it. I don't know what kernel headers are. The log file has a bunch of 'Error 2's at the end. Funnily enough, it looks like the same errors I get every time I try to compile a tarball.

what is the result of executing this?
Code:

aptitude search linux-headers
cheers,
jdk

jumpmansbro 03-08-2009 06:13 PM

Quote:

Originally Posted by jdkaye (Post 3468392)
what is the result of executing this?
Code:

aptitude search linux-headers
cheers,
jdk

It does nothing for a few seconds, then it says this:
v linux-headers -
v linux-headers-2.6 -
p linux-headers-2.6.25-2-386 - Linux kernel headers for version 2.6.25 on i386
i linux-headers-2.6.27-11 - Header files related to Linux kernel version 2.6.27
i linux-headers-2.6.27-11-generic - Linux kernel headers for version 2.6.27 on x86/x86_64
p linux-headers-2.6.27-11-server - Linux kernel headers for version 2.6.27 on x86/x86_64
p linux-headers-2.6.27-3-rt - Linux kernel headers for version 2.6.27 on Ingo Molnar's full real time preemption patch (2.6.26.5-r
idA linux-headers-2.6.27-7 - Header files related to Linux kernel version 2.6.27
idA linux-headers-2.6.27-7-generic - Linux kernel headers for version 2.6.27 on x86/x86_64
p linux-headers-2.6.27-7-server - Linux kernel headers for version 2.6.27 on x86/x86_64
idA linux-headers-2.6.27-9 - Header files related to Linux kernel version 2.6.27
idA linux-headers-2.6.27-9-generic - Linux kernel headers for version 2.6.27 on x86/x86_64
p linux-headers-2.6.27-9-server - Linux kernel headers for version 2.6.27 on x86/x86_64
p linux-headers-386 - Linux kernel headers on 386
i linux-headers-generic - Generic Linux kernel headers
v linux-headers-lbm -
v linux-headers-lbm-2.6 -
p linux-headers-lbm-2.6.27-11-generic - Header files related to linux-backports-modules version 2.6.27
p linux-headers-lbm-2.6.27-11-server - Header files related to linux-backports-modules version 2.6.27
p linux-headers-lbm-2.6.27-7-generic - Header files related to linux-backports-modules version 2.6.27
p linux-headers-lbm-2.6.27-7-server - Header files related to linux-backports-modules version 2.6.27
p linux-headers-lbm-2.6.27-9-generic - Header files related to linux-backports-modules version 2.6.27
p linux-headers-lbm-2.6.27-9-server - Header files related to linux-backports-modules version 2.6.27
p linux-headers-rt - Rt Linux kernel headers
p linux-headers-server - Linux kernel headers on Server Equipment.
p linux-headers-virtual - Linux kernel headers for virtual machines

jdkaye 03-09-2009 12:52 AM

and what is the output of
Code:

uname -a
jdk

jumpmansbro 03-09-2009 08:35 PM

Quote:

Originally Posted by jdkaye (Post 3469262)
and what is the output of
Code:

uname -a
jdk

Linux jump-desktop 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 GNU/Linux

jdkaye 03-10-2009 12:29 AM

Quote:

Originally Posted by jumpmansbro (Post 3470283)
Linux jump-desktop 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 GNU/Linux

You do seem to have the correct headers installed. Do you have gcc installed by any chance? I ask this because you said,
Quote:

Funnily enough, it looks like the same errors I get every time I try to compile a tarball.
Maybe you should post the errors you get when you try to build the module.
Cheers,
jdk

jumpmansbro 03-10-2009 04:30 PM

Quote:

Originally Posted by jdkaye (Post 3470400)
You do seem to have the correct headers installed. Do you have gcc installed by any chance? I ask this because you said,
Maybe you should post the errors you get when you try to build the module.
Cheers,
jdk

Yes, I have gcc installed.
The last few parts of the build logfile:

make[3]: Entering directory `/usr/src/linux-headers-2.6.27-11-generic'
CC [M] /usr/src/modules/qc-usb/qc-driver.o
/usr/src/modules/qc-usb/qc-driver.c: In function ‘qc_i2c_init’: ▒
/usr/src/modules/qc-usb/qc-driver.c:827: warning: assignment from incompatible pointer type
/usr/src/modules/qc-usb/qc-driver.c: In function ‘qc_isoc_start’:
/usr/src/modules/qc-usb/qc-driver.c:1869: warning: assignment from incompatible pointer type
/usr/src/modules/qc-usb/qc-driver.c: In function ‘qc_v4l_ioctl’:
/usr/src/modules/qc-usb/qc-driver.c:2531: error: ‘struct video_device’ has no member named ‘type’
/usr/src/modules/qc-usb/qc-driver.c: At top level:
/usr/src/modules/qc-usb/qc-driver.c:3010: error: unknown field ‘type’ specified in initializer
make[4]: *** [/usr/src/modules/qc-usb/qc-driver.o] Error 1
make[3]: *** [_module_/usr/src/modules/qc-usb] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.27-11-generic'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/usr/src/modules/qc-usb'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/qc-usb'
make: *** [kdist_build] Error 2
^Y


All times are GMT -5. The time now is 09:20 AM.