Hardware :: Make A Webcam Work On Slitaz 2.0?

Feb 10, 2010

I'm trying to make a webcam work on my Slitaz 2.0.

SysInfo :
Kernel 2.6.25
Busybox

I tested the webcam on my Mandriva 2010 and it works just fine with UVCvideo so i decided to compile UVCVideo for the slitaz Kernel.

I downloaded the files, then uncompressed them. I cheched my kernel source and gcc,make,.... utilities. Then I typed make and ....

There was an error with an ln command in v4l/Makefile in the following line:

Code:
links::
@echo creating symbolic links...
@find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf --target-directory=.

[Code]....

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Creative Webcam Doesn't Work - How To Make It Work

Feb 17, 2011

how to make creative web cam working with ubuntu

View 1 Replies View Related

General :: Make Slitaz USB Automatically Persistent?

Mar 24, 2010

I installed Slitaz on my USB. However I can't figure out how to make it persistent automatically. There are different sources telling me different ways to make it persistent.

One told me to add "slitaz home=usb" to the syslinux.cfg file like this:

append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin slitaz home=usb

but it didn't work for me.

http://www.slitaz.org/en/doc/handbook/liveusb.html gave an example of how to do it manually but I didn't try it and I also want it to happen automatically.

custompc.co.uk/features/602451/make-any-pc-your-own-with-linux-on-a-usb-key.html is an older article that also explains how to make the USB persistent but I don't want to try it cause it looks outdated (from 2008)

does anyone know the best way to make the USB automatically persistent?

View 1 Replies View Related

Ubuntu :: Make Webcam And Mic Work?

Sep 7, 2010

i have dell inspiron N5010 and i have installed ubuntu on it.i am using ubuntu for the first time and i am having a real hard time as my mic and my webcam which are built in my laptop.how can i make them work.

View 2 Replies View Related

Ubuntu :: Make Webcam Work In A Flash Chat?

Jun 2, 2011

Today I wanted to make my webcam work in a flash chat. I added myself to the video group and added export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so to my ~/.basrc file Then I loggued in again... and the problem is:

If I open a shell and start firefox from there (as a regular user), webcam will work ok. If I start Firefox from the top bar, it will NOT work. I checked preferences and it does not seem to do anything weird anybody has a clue? It seems weird to have that pretty top toolbar and not be able to use it.

View 2 Replies View Related

OpenSUSE Hardware :: Make To Work An Integrated Webcam In A Laptop?

Nov 22, 2010

I have a Dell laptop studio 1735 with a integrated webcam. The webcam seems to be recognised without issue:

1) dmesg | grep Webcam

Code:

Product: Laptop_Integrated_Webcam_2M
uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2M (0c45:63fa)
input: Laptop_Integrated_Webcam_2M as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input13

And in the Hardware Info applet I found the following:

Code:

: USB 00.0: 0000 Unclassified device
[Created at usb.122]
Unique ID: +rmv.ZLiQYW8YBnE

[code]....

The manifacturer is:

manufacturer = "SONiX Technology Inc."

Do I have to install a special application? Or edit a configuration file in order to make it work?

View 6 Replies View Related

Ubuntu Multimedia :: Webcam Upside Down Webcam Doesn't Work In Skype Vaio

Jul 5, 2011

i have sony viao vgn-fz11 Can someone please help ,im new user to ubuntu been trying to get webcam working properly at the moment its upside down and does not work in skype at all just get black screen does this look correct? do i have the right driver?i will try and give as much information as i can.

View 1 Replies View Related

Hardware :: How To Make Webcam Led Works

May 7, 2011

i have a life tec webcam which automatically installed by ubuntu 10.10 and working except the led of the cam is always off how to make the webcam led work?

View 13 Replies View Related

Ubuntu Multimedia :: Make Myself Able To Record With Webcam?

Mar 1, 2011

I have an Acer Aspire One D255. What package would I install to make myself able to record with my webcam?

View 2 Replies View Related

Ubuntu :: Install SliTaz On Old Pc?

Feb 6, 2011

trying to restore and old pc(its an old gateway.), impressed with Slitaz and want it as main and only OS. burning .iso to CD and loading it loads boot screen, then blinks to a (DOS?) screen showing bits of code. i was told this means that it ran out of ram? and or space to install. i am trying to boot Siltaz from floppy now, how can i burn Slitaz to a floppy? the pc i am posting this question on is running Lubuntu and has a floppy drive.

View 9 Replies View Related

Ubuntu Multimedia :: How To Make Webcam Gray-scale

May 19, 2011

I want my webcam to be gray-scale when I use it in Skype and with other programs. I know I can make it gray-scale with Cheese, but that is only with that program. In windows it is a program called Manycam that allows the user to play it in the background and makes the webcam gray-scale over all. Is there an equivalence to Manycam for Ubuntu?

View 9 Replies View Related

Ubuntu :: Make The Logitech Quickcam Messenger Webcam?

May 11, 2011

I've browsed the forums on how to make the Logitech Quickcam Messenger webcam work. The problem I am running into is that the one and only website that seems to have the patch is[URL]...This website seems to be defunct. So does anyone have this patchfile or know where I can find it? Or some other option or work around?

View 3 Replies View Related

General :: How To Install Wine On Slitaz 2.0

Mar 17, 2010

how do i install wine on Slitaz 2.0?

View 9 Replies View Related

Ubuntu :: Make A Script Which Will Analyze Jpeg Images Taken From A Webcam

Jun 28, 2011

I am trying to make a script which will analyze jpeg images taken from a webcam. i can get a image easily enough but i can't figure out a way to get the images average brightness as a number.

View 1 Replies View Related

General :: Adding CIFS Support To Ophcrack (SliTaz)

Oct 1, 2010

I've used linux for basic things in the past but I'm afraid I need to recompile a kernel and I don't even know where to get started. There's so much information on google and I'm not familiar with the terminology to even know how to effectively search for what I'm looking for.

Basically, I'm loading Ophcrack via TFTP/PXE, but I want to be able to mount one of the shares on my samba server instead of it looking for a /tables/ folder on the current device. I already know how to modify the launch.sh script to get it to do what I want, however I'm stuck on how to mount a samba share through CIFS.

Code:
modprobe mount.cifs
returns that the module is not loaded or is not found. Is there a way to add mount.cifs?

Code:
su
root
mkdir -p /mnt/tables/
mount -t cifs //10.10.2.3/pxeboot/ophcrack/tables/XP/ /mnt/tables/
Doesn't work either. I'm kinda stuck.

View 14 Replies View Related

General :: Slitaz 3.0 Dell Inspiron 8500 No Keyboard?

Mar 4, 2011

I have a Slitaz 3.0 install on a UBB stick (via tazusb). It uses the cooking version. After a boot, all seems to be working except for the keyboard. Not a good start. Nothing wrong with the keyboard (typing this in Ubuntu and no probs in XP) so must be something wrong in Slitaz.

View 2 Replies View Related

Software :: Where Is Slitaz Floppy-grub4dos Boot Disk?

Feb 18, 2011

I want to boot Slitaz on an old laptop that can't boot from the CD drive, so I need a boot floppy which can in turn boot from the CD.Over on http://slitaz.org/en/get/ there is a link to download the floppy-grub4dos boot disk, but the link is broken. Is there an alternate source for this disk?

View 2 Replies View Related

General :: Getting Webcam To Work With Skype

Jun 20, 2009

Video calls make Skype crash. I need setting up Xv on my computer.

I'm using:
Ubuntu 8.04
Skype 2.0.0.72
lsusb:

[Code].....

I've also tried unplugging stuff from my USB ports, but that didn't help.

The web cam is built-in.

I have a Toshiba Satellite.

I'm not having any luck finding an up-to-date tutorial on how to install Xv on Hardy Heron.

View 1 Replies View Related

Ubuntu :: Webcam Will Work Best For 9.10 Karmic 64 Bit?

Mar 2, 2010

What web cam will work best for 9.10 karmic 64 bit?

View 1 Replies View Related

Ubuntu Multimedia :: HDE Webcam Won't Work / Fix It?

May 12, 2010

I'm using Wubi to dual boot 9.10 off windows xp. I have been having very good luck figuring things out using this ubuntu forum, which I am more grateful for than any of you could ever imagine, But I have a webcam issue I just can't figure out. Heres my question. I just recently bought a VERY cheap usb webcam from a company named HDE. There doesn't seem to be a specific name or even model number for this webcam, but here is the web page of the webcam I bought, http://www.hdeshop.com/USB-3-LED-PC-...B0015TJNEY.htm The website only provides drivers for windows vista and windows xp, but I figured there might be a chance or possibility that I could force this webcam to work on ubuntu 9.10. I plugged in the webcam and it did show up in skype, but the picture is all green and there is a double of me.

Plus, the actual webcam device will not show up in skype, I can't select the webcam, but regardless it still shows a green double vision image when I test it or do a video call.Skype seems to be the only thing this webcam kind of works with, It will not work with Cheese though and doesn't show an image in gstreamer. I want to mention that when I go to Cheese Preferences there is a webcam device that appears and sayse "USB 2.0 Camera (/dev/video0)" but I can't select it. I'm not sure what to do about this or how to fix it? I've searched around the internet and read the ubuntu documentation on webcams but really haven't had any luck for my specific webcam. I would just like the webcam to be detected by ubuntu 9.10, to work properly in skype, and work in cheese so I can record video's.

View 1 Replies View Related

Ubuntu Multimedia :: HDE Webcam Won't Work / What To Do?

May 12, 2010

I just recently bought a VERY cheap usb webcam from a company named HDE. There doesn't seem to be a specific name or even model number for this webcam, but here is the web page of the webcam I bought, http://www.hdeshop.com/USB-3-LED-PC-...B0015TJNEY.htm The website only provides drivers for windows vista and windows xp, but I figured there might be a chance or possibility that I could force this webcam to work on ubuntu 9.10.

I plugged in the webcam and it did show up in skype, but the picture is all green and there is a double of me. Plus, the actual webcam device will not show up in skype, I can't select the webcam, but regardless it still shows a green double vision image when I test it or do a video call. Skype seems to be the only thing this webcam kind of works with, It will not work with Cheese though and doesn't show an image in gstreamer. I want to mention that when I go to Cheese Preferences there is a webcam device that appears and sayse "USB 2.0 Camera (/dev/video0)" but I can't select it. I'm not sure what to do about this or how to fix it? I've searched around the internet and read the ubuntu documentation on webcams but really haven't had any luck for my specific webcam. I would just like the webcam to be detected by ubuntu 9.10, to work properly in skype, and work in cheese so I can record video's.

View 9 Replies View Related

Ubuntu :: How To Get Syntek Webcam To Work

May 27, 2010

I have tried to get my webcam to work, i know its a syntek as i checked the windows driver ini file that came with my computer and it shows a internal syntek webcam with mic, but cheese just a color bar screen or just black or just static.i tried installing the syntek driver i found online for ubuntu and it didnt work

Code:
mastershihochief@cortanamobile:~/Downloads$ cd stk*
mastershihochief@cortanamobile:~/Downloads/stk11xx-2.1.0$ make -f Makefile.standalone

[code]....

View 9 Replies View Related

Ubuntu :: Rocketfish Webcam Does Not Work In 10.04?

Dec 22, 2010

Any one has the driver for rocketfish webcam and microphone?here is the result of lsusbCode:Bus 001 Device 025: ID 0c45:6288 Microdia PC Camera with Microphone (SN9C202 + OV9655)

View 9 Replies View Related

Ubuntu :: Get A Webcam To Work With Skype?

Jun 29, 2010

how to get a webcam to work with Skype when running LinuxMint 9? The settings in Skype don't even list the webcam as being there

View 9 Replies View Related

General :: Get Webcam To Work With Stickam?

Mar 18, 2010

I've followed what I've read on other threads that were somewhat similar and I've yielded no results.

Module Size Used by
gspca_zc3xx 55936 0
gspca_main 29312 1 gspca_zc3xx

[code]....

idk if you need additional info to help me, but let me know, and let me know how to obtain it and i will. ohh and my webcam is the 14 dollar Logitech one from target i think its the c300 or something?

View 5 Replies View Related

Debian Hardware :: Bluetooth & Webcam Don't Work?

Jan 24, 2010

My computer is VAIO CR392, I just have not got drivers

View 3 Replies View Related

OpenSUSE Multimedia :: Webcam Doesn't Work Right?

Jun 21, 2011

I have a webcam in my monitor (Acer H243HX). It is seen by the system (11.4):

Code:
> kernel - - - [302942.719649] usb 2-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3

[code]...

View 9 Replies View Related

Ubuntu :: Get Built In Webcam / Microphone To Work

Jan 7, 2010

I have a Dell system with a Dell SP2309 monitor. I have been told it's supposed to have a built in webcam and microphone. How can I chek to see if this is true and if so...how do I get them to work?

View 3 Replies View Related

Ubuntu Installation :: SKype, Webcam Does Not Work?

Jan 26, 2010

I have Ubuntu 9.10 installed on my dv2000 hp latpop. I also installed the Beta version of Skype. But when I test webcam in skype the light of the webcam glows but I do not see image on the test screen. the test screen remains back. Could someone suggest what could be the problem and a possible solution?PS: The webcam works fine with "Cheese"

View 4 Replies View Related

Ubuntu :: Webcam Doesn't Work With Skype?

Jan 30, 2010

I have difficulty with my webcam and Skype. I can see the other person but she can't see me. From a previous thread: Are you sure your camera isnt working? Supported hardware drivers are in the kernel usually. Test: press alt+f2, type gstreamer-properties go to the video tab and see if your camera is listed as a device. If yes, press the test button. This test was OK. I could see my face on the screen.

Quote: Ah, the Skype camera thing. Launch it this way: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

I tried this. It launches Skype OK, but the little window that should show what my webcam sees, appears full of black and white static.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved