This page (revision-32) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:06 by HarryMetske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
32 23-Apr-2022 17:05 11 KB Harry Metske to previous
31 23-Apr-2022 17:06 11 KB Harry Metske to previous | to last
30 23-Apr-2022 17:06 11 KB Harry Metske to previous | to last
29 23-Apr-2022 17:06 11 KB Harry Metske to previous | to last
28 23-Apr-2022 17:06 10 KB Harry Metske to previous | to last
27 23-Apr-2022 17:06 10 KB Harry Metske to previous | to last
26 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
25 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
24 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
23 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last
22 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last Ubuntu Gutsy Gibbon experiences ==> Ubuntu Gutsy Gibbon and Hardy Heron install
21 23-Apr-2022 17:06 6 KB Harry Metske to previous | to last ''sudo apt-get install libmotif3'' (nodig voor wfcmgr, citrix mgmt tool)

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 18 removed one line
\\(I still have to get the webcam to work, that I will do later)
At line 19 added one line
At line 81 changed one line
! Printer
!! Printer
At line 85 added 31 lines
!! Webcam
The following device is present in the laptop (first line) :
{{{
metskem@bismarck:/tmp/stk11xx-1.1.0$ lsusb
Bus 005 Device 002: ID 05e1:0501 Syntek Semiconductor Co., Ltd
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 001 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
}}}
Downloaded the Syntek driver from the [sourceforge site|http://syntekdriver.sourceforge.net/]
* untarred
* install ctags
* make
* make clean
* sudo modprobe videodev
* sudo insmod stk11xx.ko
Then install camorama, and off we go !
To make sure everthing survives a reboot, I added the following to /etc/init.d/bootmisc.sh :
{{{
#
# make arrangements for the Syntek webcam:
modprobe videodev
insmod /usr/local/stk11xx-1.0.0/stk11xx.ko
}}}