Webcam doesn't work in Puppy [solved]

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

Webcam doesn't work in Puppy [solved]

#1 Post by rhadon »

Hi,

I installed Slacko-5.5-PAE on a usb stick for a friend but built-in webcam doesn't work (also tested with Lucid-528.005 without success).

It's a MSI Megabook GX-700, about 4 years old, dual core.
Built-in Webcam is a bisoncam, nb pro. Vendor and product ID: 0402:5602 (at least it's the ID of the ALi VideoCamera Controller).

I tried it with Skype and luvcview.

Output in console:

Code: Select all

# luvcview
luvcview 0.2.6
SDL information:
  Video driver: x11
  A window manager is available
Device information:
  Device path:  /dev/video0
Stream settings:
ERROR: Requested frame format MJPG is not available and no fallback format was found.
 Init v4L2 failed !! exit fatal
# 
In sys-info, there is:

Code: Select all

=== USB devices (lsusb) ===
Bus 001 Device 003: ID 0402:5602 ALi Corp. Video Camera Controller

=== Kernel Modules (lsmod) ===
gspca_m5602            36621  0 
gspca_main             14256  1 gspca_m5602
videodev               60293  1 gspca_main
I really want to get this cam working, but have no clue what to do. Wrong driver or do I need an additional one? Searching here in the forum was unsuccessful.

Any idea, what I can do?

Thanks in advance,
Rolf
Last edited by rhadon on Mon 01 Apr 2013, 16:33, edited 1 time in total.
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#2 Post by watchdog »

Try to compile for slacko 5.5 (which I don't know and have not tested) v4l-utils. From:

http://linuxtv.org/downloads/v4l-utils/

you can download the source code in a later version. Compile with:

Code: Select all

./configure
make PREFIX=/usr
make install PREFIX=/usr DESTDIR=/root/my-documents/DIR
cd /root/my-documents
dir2pet DIR
mv DIR.pet v4l-utils-xxx.pet
Install the pet and run skype in console with one of the following preload:

Code: Select all

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
or

Code: Select all

LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype

User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

#3 Post by rhadon »

Thanks watchdog,

this was exactly what I did during the last hours :D . I've found your post here :wink: .

It works :D.

Now we have a problem with his mic. He can hear me but I can't hear him. Settings seem to be OK, but this is his first attempt with linux, so maybe he has overlooked something. But sound is another problem, this one is solved.

Thank you again,
Rolf

Edit: /.configure doesn't work because there is no cofigure script. Was no problem.
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#4 Post by rjbrewer »

rhadon wrote:Thanks watchdog,

this was exactly what I did during the last hours :D . I've found your post here :wink: .

It works :D.

Now we have a problem with his mic. He can hear me but I can't hear him. Settings seem to be OK, but this is his first attempt with linux, so maybe he has overlooked something. But sound is another problem, this one is solved.

Thank you again,
Rolf
My MSI Wind netbook has the Bison-cam.
The microphone is mostly completely useless on these
machines. Google search for alternatives.

I use a cheap Logitech external camera-mic instead.

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs

User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

#5 Post by rhadon »

Thanks for the info, rjbrewer.

I'm not willing to give up so soon, but I'll wait til I visit him again.
Btw., mic also doesn't work with headset.

Greetings
Rolf
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

Post Reply