Results 1 to 5 of 5

Thread: webcam troubles - trying to install pwc

  1. #1
    Junior Member
    Join Date
    Oct 2007
    Location
    Ontario, Canada
    Posts
    4

    webcam troubles - trying to install pwc

    Hi everyone,

    this is my first post to the forum, so I hope this is in the right category, given the content!

    I'm trying to get a webcam set up on my laptop, with the aim of getting it running with Ekiga. At the moment I'm not entirely confident that I won't break anything when I install
    software, so I'm experimenting first by booting from the knoppix 5.0.1 disk as a testing environment (so if anything goes haywire, I just reboot and try again - no strife on the harddrive).
    So the bottom line is, the environment I'm in is straight knoppix 5.0.1 with the 2.6.17 kernel. No fancy customisations.

    Anyway, I've got a webcam which seems to be detected ok. lsusb gives the following;

    Bus 002 Device 008: ID 046d:08b2 Logitech, Inc. QuickCam Pro 4000

    so it's being detected. However Ekiga and xawtv both detect the camera but give only a grey screen. A quick hunt on google suggested I should download the pwc drivers from
    http://www.saillard.org/linux/pwc/ and install. The listed stepsfor doing so are as follows;

    1) Install build-essential and the kernel-headers for your kernel

    Did this. Grabbed build-essential_11.3_i386.deb and linux-headers_2.6.17-12_2.6.17.1-12.41_i386.deb
    and installed them with dpkg -i . Seemed to work.

    2) Download latest driver

    as above. Got the driver.

    3) Unpack and go into extracted directory

    yep. No worries so far..

    4) make

    And here it all goes to bits. When I tried to make, I got the following error message;

    make -C /lib/modules/2.6.17/source SUBDIRS=/ramdisk/home/knoppix/pwc-10.0.12-rc1 modules
    make[1]: Entering directory `/UNIONFS/usr/src/linux-2.6.17'
    Makefile:266: /UNIONFS/usr/src/linux-2.6.17/scripts/Kbuild.include: No such file or directory
    Makefile:486: /UNIONFS/usr/src/linux-2.6.17/arch/i386/Makefile: No such file or directory
    make[1]: *** No rule to make target `/UNIONFS/usr/src/linux-2.6.17/arch/i386/Makefile'. Stop
    make[1]: Leaving directory `/UNIONFS/usr/src/linux-2.6.17'
    make: *** [all] Error 2

    So, my friends,.. HELP!! I'm frustratingly close to having this working, it would seem, but I don't know why the damn thing won't make.

    Can anyone please help out a clueless newbie who loves his Knoppix? Or alternatively, suggest a model of webcam that works out of the box with knoppix and ekiga?
    BTW ekiga has access to both v4l and v4l2, and still gives a grey screen.

    Thanks in advance

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: webcam troubles - trying to install pwc

    Quote Originally Posted by kickaha
    ...... so I'm experimenting first by booting from the knoppix 5.0.1 disk ......
    I don't know all of the issues involved in this, and may even be sending you on a wrong path by responding, but I think at least one of the issues is if you are using the CD or DVD. The DVD contains some of the files that you are likely to need to do your make. They are not included on the CD for space reasons. There very well may be other issues in this as well, but I think you're going to need the DVD version (if you don't have it already, you were not clear) if you are going to have a chance to get the make to work.

    When you solve this please post back, and consider putting together a wiki article, so that the information might help others.

  3. #3
    Junior Member
    Join Date
    Oct 2007
    Location
    Ontario, Canada
    Posts
    4
    Hi, and thanks for the response.

    Sorry about not being clearer - I'm booting from the CD, not the DVD. So what you say may be on the right track. Is there a list of files or a .deb package I could download to bring my system 'up to scratch' so that the make works (if possible, that seems quicker and less bandwidth-intensive than grabbing the DVD ISO)?

    And yes, if I get this figured out I'll happily make a tutorial on it and post it on the wiki. From my googling it looks like a lot of people are having trouble with webcams under linux.

    Regards

  4. #4
    Senior Member registered user
    Join Date
    Oct 2004
    Posts
    135
    I've got a Logitech Quickcam Zoom webcam which requires pwc. I have just tried Knoppix 5.1 which has the 2.6.19 kernel. The webcam works straight away with no problems in xawTV. I recall that pwc was built into later kernels so I would suggest you try a newer LiveCD (Knoppix or sidux appear to both work fine). I used to recompile the earlier kernels to get the webcam to run but there were some difficulties that the new kernels solve.

    drb

  5. #5
    Junior Member
    Join Date
    Oct 2007
    Location
    Ontario, Canada
    Posts
    4
    Quote Originally Posted by drb
    I've got a Logitech Quickcam Zoom webcam which requires pwc. I have just tried Knoppix 5.1 which has the 2.6.19 kernel. The webcam works straight away with no problems in xawTV. I recall that pwc was built into later kernels so I would suggest you try a newer LiveCD (Knoppix or sidux appear to both work fine). I used to recompile the earlier kernels to get the webcam to run but there were some difficulties that the new kernels solve.

    drb
    Hi, and thanks for the advice. There's something of a problem though - knoppix 5.1 doesn't like my hardware. For some reason K 5.0.1 detects my laptop's wireless, sound, battery, you name it, and operates them just fine. But when I try using the 5.1.1 Live CD it hangs unless I turn off hardware detection, leaving me without sound (hence, rather useless for VoIP, which is the whole point of trying to get Ekiga installed and a webcam working). So I'll be sticking with the slightly older version of knoppix for now.

    My laptop is an ASUS M2400N, BTW, and alsa works just fine for the sound management - under Knoppix 5.0.1!

    Anyway, the current situation is as follows; I've managed to boot up with an Ubuntu 6.10 LiveCD (which also has broken sound) , and can install pwc manually , and it successfully gets video from a Logitech Quickcam Pro 4000. Unfortunately I have run into the following problem trying to install under Knoppix 5.0. When I 'make', I get the following error message;

    make[1]: Entering directory `/UNIONFS/usr/src/linux-2.6.17'
    Building modules, stage 2.
    MODPOST
    /bin/sh: scripts/mod/modpost: No such file or directory
    make[2]: *** [__modpost] Error 127
    make[1]: *** [modules] Error 2
    make[1]: Leaving directory `/UNIONFS/usr/src/linux-2.6.17'
    make: *** [all] Error 2

    (there's more output above this, but this seems like the important part) . Clearly I need the file /UNIONFS/usr/src/linux-2.6.17/scripts/mod/modpost to exist! How to I arrange that?
    Any help gratefully accepted...

    If I can just get video and audio both working at the same time, no matter how I do it, I'd be fairly happy.

    Thanks in advance

Similar Threads

  1. sweex usb webcam
    By sheel in forum General Support
    Replies: 0
    Last Post: 10-23-2006, 08:06 PM
  2. what's the best webcam with Knoppix ???!!!!!
    By beko in forum Hardware & Booting
    Replies: 3
    Last Post: 09-28-2005, 03:31 AM
  3. Webcam not working....
    By rrfish72 in forum Hardware & Booting
    Replies: 2
    Last Post: 01-22-2005, 02:16 PM
  4. USB Webcam Ezonics
    By smarchand291 in forum Hardware & Booting
    Replies: 0
    Last Post: 11-10-2003, 12:56 AM
  5. knoppix troubles after install - back to desktop/LX
    By malic in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 06-04-2003, 09:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w

$174.95



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3 picture

Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3

$219.99



Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping picture

Microsoft Windows Server 2022 Standard 64-bit License & DVD 16 Core US Shipping

$34.99



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays

$349.99



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays

$259.99



Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w picture

Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w

$359.99



Dell PowerEdge C4130 1U AI GPU Server | 2x E5-2680 v3 | 32gb Ram | 2x 1600W picture

Dell PowerEdge C4130 1U AI GPU Server | 2x E5-2680 v3 | 32gb Ram | 2x 1600W

$409.99



WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER  RDS CAL SEALED picture

WINDOWS SERVER 2025 [REMOTE DESKTOP SERVICES] 50 USER RDS CAL SEALED

$119.18



Supermicro 721-2 Mini Tower Black Computer Server NO Hdd picture

Supermicro 721-2 Mini Tower Black Computer Server NO Hdd

$375.00