I had earlier posted this query under wrong heading (Asus Eee PC t 101mt). Re-posting with correct title. Sorry for inconvenience.
I have Asus Eee PC T 101 mt. Running SuSE Linux 11.4, KDE version 4.6.0 (Release 6).
The image from integrated webcam is inverted. The image can be upturned to correct orientation by ticking the “Upturned” effect in Webcam (wxCam) application. However, these options are not available in Skype or Google video, or probably in all other services using webcam. Other person in video chat sees my inverted image. Is there a way by which I can correct the situation?
If this is not correct forum, could anybody guide me to appropriate place?
Thanks and regards
Vikas Garud
linux-aqh2:/home/vikas # uname -a
Linux linux-aqh2.site 2.6.37.6-0.5-desktop #1 SMP PREEMPT 2011-04-25 21:48:33 +0200 i686 i686 i386 GNU/Linux
linux-aqh2:/home/vikas # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 13d3:5111 IMC Networks Integrated Webcam
Bus 003 Device 002: ID 0eef:480d D-WAV Scientific Co., Ltd
Thanks. I tried that and got following dependency error:
uvcvideo-kmp-desktop-0.1.0_k2.6.37.6_0.5-4.1.i586 requires kernel-desktop, but this requirement cannot be provided
According to the Yast package manager, the kernel is installed from following source package:
kernel-desktop-2.6.37.6-0.5.1
The dependency error has now shifted to something else:
uvcvideo-kmp-desktop-0.1.0_k2.6.37.6_0.5-5.1.i586 requires ksym(desktop:video_unregister_device) = 18b86b56, but this requirement cannot be provided
For installation:
I have clicked on the rpm file; Firefox asks what to do with file > Respond with open with KPackageKit (Default).
The file is downloaded, KPackageKit checks for dependencies and gives the error message.
So far as my installation is concerned, it is default for the laptop - I mean I have not made any changes to any settings while installing the SuSE 11.4 from the downloaded DVD.
Problem: uvcvideo-kmp-desktop-0.1.0_k2.6.37.6_0.5-6.1.i586 requires kernel-desktop, but this requirement cannot be provided
uninstallable providers: kernel-desktop-2.6.37.1-1.2.2.i586[repo-oss]
Solution 1: do not install uvcvideo-kmp-desktop-0.1.0_k2.6.37.6_0.5-6.1.i586
Solution 2: break uvcvideo-kmp-desktop by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies…
Resolving package dependencies…
Nothing to do.
Should I choose to break uvcvideo-kmp-desktop by ignoring some of its dependencies (Option 2) and try again?
First of all, thanks to malcolmlewis to build this package, because I´ve also such a webcam.
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 13d3:5130 IMC Networks
Bus 004 Device 002: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
This webcam now works fine with your uvc-packet.
But I had the same issues to install it with Yast or zypper. This was also in OpenSuse 11.3.
So I downloaded the scr.rpm and built the kernel-module with rpmbuild --rebuild uvcvideo-0.1.0-6.1.src.rpm and installed it with rpm -ivh uvcvideo-kmp-desktop-0.1.0_k2.6.37.6_0.5-6.1.x86_64.rpm.
Hi
It’s a strange one indeed, yes I made some further changes just on the preamble file and all three differing versions installed fine on my netbook. The only difference is I have the default kernel, not desktop.
As you indicated, looks like rebuilding the src rpm locally seems to be the way to go, very strange.