Acer Aspire 5630 orbicam camera problem

I have installed gspca module which is supposed to support the logitec orbicam camera coming with the acer 5630 laptop.
Doing lsusb shows the logitec device and on doing modprobe gspca the module also gets loaded. However as expected that when it is loaded the /dev/video0 device should get formed and driver attached to it. This is not happening and I am not able to use the camera. What could be the problem?

2
Average: 2 (2 votes)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

surprisingly no one answered here but i was able to do it myself

I found out that my camera is not supported by by the gspca module. it seems to be supporting quite a few cameras from logitech but not mine. Thats why the /dev/video0 file was not getting created.
I came to know that USB Video class is supporting my camera (from linux-uvc.berlios.de) and I was able to make it work on my system. I am putting the details here so that it maybe of use to somebody else.

(1) Install the following packages:-
linux-uvc-source - Linux Kernel USB Video Class module
linux-uvc-tools - Linux Kernel USB Video Class module
(2) This puts the uvc source in /usr/src
extract the source. it comes to modules directory (/usr/src/modules/linux-uvc)
(a)type make
The module shall get compiled.(Ensure that headers
for your kernel are installed otherwise it will fail.
Incase you are a newbie this means that the linux-headers package for your kernel must be there.
If it is the default etch kernel this package shall be
linux-headers-2.6.18-4-686. To know your kernel no
type uname -r or see the name in grub before bootup )
(b) type make install
This puts your uvcvideo.ko (the kernel driver) into /lib/modules/2.6.18-4-686/usb/video (put your kernel name here if it is different).
On my system modprobe uvcvideo was not working so i loaded it manually using insmod modulename (must include full path as shown above i.e. insmod /lib/modules/2.6.18-4-686/usb/video/uvcvideo.ko as ROOT)

If it gives an error about some symbols not being present like me remember that it depends on some other modules (usbcore, videodev ,v4l1_compat , v4l2_common , compat_ioctl32) whidh are missing. in that case modprobe for these modules also.
When you do lsmod after this it should look something like below:-
# lsmod |grep uvcvideo
>> > uvcvideo 37156 0
>> > compat_ioctl32 1472 1 uvcvideo
>> > videodev 21120 1 uvcvideo
>> > v4l1_compat 12036 2 uvcvideo,videodev
>> > v4l2_common 20448 2 uvcvideo,videodev
>> > usbcore 112644 5 uvcvideo,usbhid,ehci_hcd,uhci_hcd
>> >

This shows that the module is loaded. It is now ready to be used but problem doesn't finish here. You now need software which supports the linux usb video class. Unfortumately it doesn't work with camorama and i couldn't see any image on xawtv also).
For this the software luvcview should be available. Unfortunately it did not reach etch(its still a part of lenny for some reason). So i downloaded a copy from http://mxhaard.free.fr/download.html .
Extract the tar file.
It needs the libsdl1.2-dev package for successful compilation so please install this package and for running libsdl1.2debian will be needed which will get put automatically when you put the dev package. (I actually put second one and put the first one when it did not compile!!).
(for newbies this can be done easily by typing aptitude install AS ROOT).
Then type make in the directory where you have put the uvcview software code). It will compile and produce the luvcview executable.
Type make install to run it. I have to run the luvcview -f yuv option to use my camera.
This shows me my live video and i can take snapshots also.
The picture is not very good but ok atleast it works decently. Unfortunately the recording start/stop button doesn't seem to be producing any actual avi files. (the files are stored in same directory with current time date as name so don't get confused with some ppm or someother name format extension)
To get the video i installed the ffmpeg utility using apt.
ffmpeg -y -vd /dev/video0 -target vcd -t 15 test.avi records my video for 15 seconds.

I hope it wasn't very confusing. If somebody else is having the same laptop they could also get it working.

I was also able to get my wifi to work now which i didn't query here. it a 3945abg intel wifi on it. Put the following packages for it to work:-
(1) firmware-ipw3945 9 (The firmware or microcode)
(2) ipw3945d 9 (The daemon)
(3) ipw3945-modules-2.6.18-4-686 (The module)
Earlier i had put only the last item thats why it was not working. one of the packages above is non-free so i got it from the non-free section.
After this wifi is detected and when i switch on/off the switch i get an appropriate kernel message. it tries to scan the wifi network also in kwifimanager.

I have tried to put all information here. If you have doubts feel free to get back to me.
Thanks.

ACER 5633WMLi & Linux

Hi hildebrand_us

Very interesting thread!!

I bought an Acer 5633WMLi recently which came with (hasta la) Vista, which now has XP installed. I've been wanting to install a linux distro since I bought it but have been searching forums to find that many folks haven't been able to get one or more devices functioning.

Have you got all devices to work as they should?

I see you have WiFi and the OrbiCam working from your post.. What about your six in one card reader, pcmcia slot, tv-out etc? Basically, if you've been able to get all devices working seamlessly then I will follow suit. Cheers!!

Also, what distro did you choose? Debian?

other devices

Hi spiritlevel
Nice to know you bought the laptop. Hope you'd be liking it really well. Its a great looking laptop with great features and price.
I don't own a card so i haven't been able to use these other devices. So i couldn't check whether those work.
I have used Debian 4.0 etch version. I have all the three dvds plus i update extra packages from the net. some of the packages i mentioned are non-free which i got from the debian site.
I suggest you install and see if the card is working for you.
Getting the orbicam working was very satisfying for me due to the effort it took for me. Picture is decent enough and video is also quite ok with ffmpeg. If you run into a problem with pcmcia etc we'll come to know. there seems to be a pcmcia module coming during bootup. Some cardbus is also detected during the bootup. Install and then we can see if it see if it works.
Anyway more than the basic things hardisk, audio, usb, camera are working. There still seems a slight issue with actual reception in wifi but it is some configuration mistake card is detected. That seems to be for my specific network and i am trying to sort it out.
I suggest you to go ahead.
By the way why did you downgrade to XP? I think vista is quite cool. Initially i didn't like it but i got the hang of it in a few days. I would like to add though that after installing debian i go into vista only very occassionally!!
Go ahead and install. some people said some flash cards not working but what is actually working has to be seen.
Best of luck for the installation.

You could see the hardware compatibility list on this site. it would also give you some idea although i don't know how complete it is.
http://kmuto.jp/debian/hcl/

other devices

Hello hildebrand_us

Yes I am very satisfied with this laptop. With a fresh install of windows and other packages it is really quick and I find it a pleasure to use.

some of the programs I use at the time I bought the laptop were not available for vista, that was my main reason for downgrading. Even though I use windows I'm not a great fan of the OS. Recent;y I have been having the famous Blue Screen of Death and much crashing. I simply do not like the insecurities and vulnerabilities windows has to offer.

I'm tempted to install SuSE as I have a friend who's entire home network is Linux based and have had the chance to have a go on SuSE and quite like the GUI I were using.

I will however be installing other OS on the machine in a VM. Before the change over I just want to be sure that I won't be without functioning hardware..

Cheers for getting back!!!

Re: Acer Aspire 5630 orbicam camera problem

This is a very interesting! Anyway, I believe that you have a WiFi and the OrbiCam working. Well, basically if you have been able to get all devices working seamlessly then I will follow suit. Have a good one!

Security Monitoring

Syndicate content