Trust WB-1400T webcam on Ubuntu
Download the source here.
Now open a root terminal and create the folder:
mkdir -p /usr/src/modules
Move the package to the new folder and move into it:
mv <gspcav1_package> /usr/src/modules
cd /usr/src/modules
Extract and move into it:
tar -xzvf <gspcav1_package>
cd <gspcav1_folder>
Compile and install:
make && make install
Remove eventually previous version of the module and load the new one:
modprobe -r gspca && modprobe gspca
Plug-in the webcam, and you should see something in dmesg.
Now you can just test with
mplayer tv:// -tv driver=v4l:width=352:height=288:device=/dev/video0
or using programs like xawtv, camorama, amsn or skype. Have fun
February 27th, 2008 at 20:13
that’s the tutorial I was looking for
March 10th, 2008 at 02:56
great!! thank you very much !
March 29th, 2008 at 13:54
1) emerge media-video/gspcav1
2) have fun
April 20th, 2008 at 12:28
Not exactly, gentoo was affected by the same bug
January 23rd, 2009 at 19:38
jesus…. any cam available on the market without doing all these things?
February 4th, 2009 at 23:39
Actually, this is a rare problem and with the current kernel (2.6.28) everything works out of the box
June 26th, 2009 at 22:59
I also profited from your well-done manual.
cheers, mate
June 20th, 2011 at 16:12
[...] Here is a good tutorial show you about Trust WB-1400T webcam on Ubuntu: Download the source here. [...]