<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HotblackDesiato</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HotblackDesiato"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/HotblackDesiato"/>
	<updated>2026-06-10T05:51:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_install_the_IBM_Ultracam_II_driver&amp;diff=40835</id>
		<title>How to install the IBM Ultracam II driver</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_install_the_IBM_Ultracam_II_driver&amp;diff=40835"/>
		<updated>2009-01-21T21:28:41Z</updated>

		<summary type="html">&lt;p&gt;HotblackDesiato: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. First you have to get the [[Ultracampatch | kernel patch for the ultracam]].&lt;br /&gt;
&lt;br /&gt;
: The patch is for Kernel 2.4.20, so if you are using any other 2.4 series kernel you might have to adjust the patch to work.&lt;br /&gt;
: On 2.6 the structure of the usb source tree changed a lot, a patch is available for 2.6.10 at: http://marc.theaimsgroup.com/?l=linux-usb-devel&amp;amp;m=111802180804300&amp;amp;w=4&lt;br /&gt;
: The driver provided by the latest kernels does not work. For kernels &amp;gt;=2.6.22.x use the driver available at http://home.mnet-online.de/foerster/ultracam instead (i.e. copy it to drivers/media/video/usbvideo/ultracam.c).&lt;br /&gt;
&lt;br /&gt;
2. Change to the drivers directory in the kernel source tree: {{cmdroot|cd /lib/modules/`uname -r`/build/drivers}}&lt;br /&gt;
&lt;br /&gt;
3. Apply the patch: {{cmdroot|patch -p0 -i &amp;lt;path to saved patch-file&amp;gt;}}&lt;br /&gt;
: If the patch was successful, you should see the following:&lt;br /&gt;
 patching file usb/Config.in&lt;br /&gt;
 patching file usb/Makefile&lt;br /&gt;
 patching file usb/ultracam.c&lt;br /&gt;
 patching file usb/usbvideo.c&lt;br /&gt;
&lt;br /&gt;
4. Go up one level to the kernel source root: {{cmdroot|cd ..}}&lt;br /&gt;
&lt;br /&gt;
5. Configure the kernel: {{cmdroot|make menuconfig}}&lt;br /&gt;
&lt;br /&gt;
6. Activate the following Options as modules (set to &amp;lt;M&amp;gt;):&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|Video For Linux|Multimedia devices|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|Support for USB|USB support|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||[*]|Preliminary USB device filesystem|USB support|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|UHCI Alternate Driver (JE) support|USB support|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|USB IBM Ultraport II Camera support|USB support|Device Drivers||}}&lt;br /&gt;
: In case some of them should already be activated (&amp;lt;*&amp;gt; oder &amp;lt;M&amp;gt;), just let them as they are.&lt;br /&gt;
: Exit the configuration and save your settings.&lt;br /&gt;
&lt;br /&gt;
7. Recompile the kernel modules: {{cmdroot|make dep &amp;amp;&amp;amp; make modules modules_install &amp;amp;&amp;amp; depmod -ae}}.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|If you are using non standard kernel modules they have to be recompiled afterwards as well.}}&lt;br /&gt;
&lt;br /&gt;
8. Now you can do a {{cmdroot|modprobe ultracam}} and launch &amp;quot;xawtv&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If everything works, you should see yourself now. The driver is quite unstable and you might have to unload and reload the ultracam module every now and then.&lt;br /&gt;
&lt;br /&gt;
[[Category:A20m]] [[Category:A20p]] [[Category:A21e]] [[Category:A21m]] [[Category:A21p]] [[Category:A22e]] [[Category:A22m]] [[Category:A22p]] [[Category:T20]] [[Category:T21]] [[Category:T22]] [[Category:T23]] [[Category:X20]] [[Category:X21]] [[Category:X22]] [[Category:X23]] [[Category:X24]]&lt;/div&gt;</summary>
		<author><name>HotblackDesiato</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_install_the_IBM_Ultracam_II_driver&amp;diff=37965</id>
		<title>How to install the IBM Ultracam II driver</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_install_the_IBM_Ultracam_II_driver&amp;diff=37965"/>
		<updated>2008-06-11T20:28:15Z</updated>

		<summary type="html">&lt;p&gt;HotblackDesiato: I have added a link to a working driver for kernels &amp;gt;=2.6.22.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. First you have to get the [[Ultracampatch | kernel patch for the ultracam]].&lt;br /&gt;
&lt;br /&gt;
: The patch is for Kernel 2.4.20, so if you are using any other 2.4 series kernel you might have to adjust the patch to work.&lt;br /&gt;
: On 2.6 the structure of the usb source tree changed a lot, a patch is available for 2.6.10 at: http://marc.theaimsgroup.com/?l=linux-usb-devel&amp;amp;m=111802180804300&amp;amp;w=4&lt;br /&gt;
: The driver provided by the latest kernels does not work. For kernels &amp;gt;=2.6.22.x use the driver available at http://home.mnet-online.de/foerster/ultracam instead (i.e. copy it to drivers/media/video/usbvideo).&lt;br /&gt;
&lt;br /&gt;
2. Change to the drivers directory in the kernel source tree: {{cmdroot|cd /lib/modules/`uname -r`/build/drivers}}&lt;br /&gt;
&lt;br /&gt;
3. Apply the patch: {{cmdroot|patch -p0 -i &amp;lt;path to saved patch-file&amp;gt;}}&lt;br /&gt;
: If the patch was successful, you should see the following:&lt;br /&gt;
 patching file usb/Config.in&lt;br /&gt;
 patching file usb/Makefile&lt;br /&gt;
 patching file usb/ultracam.c&lt;br /&gt;
 patching file usb/usbvideo.c&lt;br /&gt;
&lt;br /&gt;
4. Go up one level to the kernel source root: {{cmdroot|cd ..}}&lt;br /&gt;
&lt;br /&gt;
5. Configure the kernel: {{cmdroot|make menuconfig}}&lt;br /&gt;
&lt;br /&gt;
6. Activate the following Options as modules (set to &amp;lt;M&amp;gt;):&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|Video For Linux|Multimedia devices|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|Support for USB|USB support|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||[*]|Preliminary USB device filesystem|USB support|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|UHCI Alternate Driver (JE) support|USB support|Device Drivers||}}&lt;br /&gt;
:{{kernelconf||&amp;lt;M&amp;gt;|USB IBM Ultraport II Camera support|USB support|Device Drivers||}}&lt;br /&gt;
: In case some of them should already be activated (&amp;lt;*&amp;gt; oder &amp;lt;M&amp;gt;), just let them as they are.&lt;br /&gt;
: Exit the configuration and save your settings.&lt;br /&gt;
&lt;br /&gt;
7. Recompile the kernel modules: {{cmdroot|make dep &amp;amp;&amp;amp; make modules modules_install &amp;amp;&amp;amp; depmod -ae}}.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|If you are using non standard kernel modules they have to be recompiled afterwards as well.}}&lt;br /&gt;
&lt;br /&gt;
8. Now you can do a {{cmdroot|modprobe ultracam}} and launch &amp;quot;xawtv&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If everything works, you should see yourself now. The driver is quite unstable and you might have to unload and reload the ultracam module every now and then.&lt;br /&gt;
&lt;br /&gt;
[[Category:A20m]] [[Category:A20p]] [[Category:A21e]] [[Category:A21m]] [[Category:A21p]] [[Category:A22e]] [[Category:A22m]] [[Category:A22p]] [[Category:T20]] [[Category:T21]] [[Category:T22]] [[Category:T23]] [[Category:X20]] [[Category:X21]] [[Category:X22]] [[Category:X23]] [[Category:X24]]&lt;/div&gt;</summary>
		<author><name>HotblackDesiato</name></author>
		
	</entry>
</feed>