<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stuartyeates</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stuartyeates"/>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Special:Contributions/Stuartyeates"/>
		<updated>2026-09-19T03:15:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://knoppix.net/wiki/Hardware_FAQ</id>
		<title>Hardware FAQ</title>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Hardware_FAQ"/>
				<updated>2005-09-16T12:29:25Z</updated>
		
		<summary type="html">&lt;p&gt;Stuartyeates: /* Q: Is it possible to use another CD while running Knoppix? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*German Version: [[Hardware FAQ Deutsch]]&lt;br /&gt;
&lt;br /&gt;
*Versión española: [[Hardware FAQ Spanish]]&lt;br /&gt;
&lt;br /&gt;
*Versi Bahasa Indonesia: [[Indonesian Hardware FAQ]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Return to [[Knoppix FAQ]]&lt;br /&gt;
----&lt;br /&gt;
==== Q: How can I set up my printer?. ====&lt;br /&gt;
&lt;br /&gt;
A: Click on &amp;quot;printer configuration&amp;quot; in the &amp;quot;Knoppix&amp;quot; menu, and use the wizard.&lt;br /&gt;
&lt;br /&gt;
==== Q: How do I get support for my wheelmouse's mousewheel? ====&lt;br /&gt;
&lt;br /&gt;
A: Type &amp;quot;knoppix wheelmouse&amp;quot; at the boot prompt. Unfortunately, wheelmice cannot be auto-detected, and the wheelmouse protocol is incompatible with the standard ps/2 protocol. Therefore, the &amp;quot;normal&amp;quot; ps/2 protocol (without mousewheel support) is the safe default.&lt;br /&gt;
&lt;br /&gt;
==== Q: After finishing knx-hdinstall i am searching for a way to make a wheelmous work an a harddisk installation. What shall i do? Booting from CD with &amp;quot;knoppix wheelmouse&amp;quot; works fine. ====&lt;br /&gt;
&lt;br /&gt;
A: there are two options ('''NOT TESTED'''):&lt;br /&gt;
* edit the following file: &amp;quot;/etc/X11/XF86Config-4&amp;quot; (make backup before)&lt;br /&gt;
**add the following lines to the section &amp;quot;Input Device&amp;quot; :&lt;br /&gt;
 Option    &amp;quot;Protocol&amp;quot;  &amp;quot;IMPS/2&amp;quot;&lt;br /&gt;
 Option    &amp;quot;ZAxismapping&amp;quot;    &amp;quot;4  5&amp;quot;&lt;br /&gt;
 Option    &amp;quot;Buttons&amp;quot;     &amp;quot;5&amp;quot;&lt;br /&gt;
**If there is another line with an other protocol, you must delete it. BTW there are 3 sections for mice: serial, PS/2 and usb-Mice. You must find the correct Section.&lt;br /&gt;
&lt;br /&gt;
* edit the &amp;quot;/etc/lilo.conf&amp;quot; file&lt;br /&gt;
**and add &amp;quot;wheelmouse&amp;quot; in the line with &amp;quot;append&amp;quot; (there is a huge line of parameters).&lt;br /&gt;
**Then run &amp;quot;lilo -v&amp;quot; in a root-shell an hope there's no error message.&lt;br /&gt;
&lt;br /&gt;
==== Q: I use a Microsoft Wireless Intelli Mouse explorer (Optical, USB) and the mouspointer won't move. ====&lt;br /&gt;
&lt;br /&gt;
A: Open a Root-Console (Control-Alt-F2) and enter the following:&lt;br /&gt;
 modprobe -r usbmouse&lt;br /&gt;
 modprobe hid&lt;br /&gt;
&lt;br /&gt;
Pressing Control-Alt-F5 will bring you back to KDE.&lt;br /&gt;
&lt;br /&gt;
==== Q: I'm trying to use dialup but I've got a winmodem ====&lt;br /&gt;
&lt;br /&gt;
A: Sorry. Unfortunately some cheap modems have moved their functionality to almost completely software. Linux doesn't have support for nearly all of these ''thin'' modems and the best you can do is get another modem. You just discovered why it might have been worth purchasing a real modem. Infos about&lt;br /&gt;
GNU/Linux driver for Winmodems, see [http://www.linmodems.org linmodems.org]&lt;br /&gt;
&lt;br /&gt;
==== Q: My graphics card doesn't work! ====&lt;br /&gt;
&lt;br /&gt;
A: It may be that very new (or exotic) graphics cards are not in the hardware database yet. These will still usually work under Linux! You can type&lt;br /&gt;
 knoppix xmodule=vesa&lt;br /&gt;
or&lt;br /&gt;
 knoppix xmodule=fbdev&lt;br /&gt;
at the first boot screen, and the initial un-accelerated XFree86 modes will produce a usable screen. Version 31-01-2002 and later have a frame buffer boot option (especially for older notebooks) fb800x600 (instead of typing in knoppix), which uses a resolution of 800x600 pixels in frame buffer mode. Regardless of whether these workarounds are successful or not, support can be built into the next version of KNOPPIX more quickly if the PCI numbers of the graphics card along with a description can be sent to us via mail (&amp;quot;lspci ; lspci -n&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
If you have an onboard chip like: Intel® 82865G some users related that shared memory size should be fixed to 8Mb (look at your mainboard Bios).&lt;br /&gt;
&lt;br /&gt;
==== Q: Auto configuration doesn't work on my computer, or the computer hangs at boot. What should I do? ====&lt;br /&gt;
&lt;br /&gt;
A: It might work if portions of the auto configuration are skipped. This can be specified with &amp;quot;knoppix noscsi&amp;quot; or &amp;quot;knoppix nopcmcia&amp;quot;. If the problem can be identified -&amp;gt; please send the exact error message and when possible a proposed solution using the web form at http://www.knopper.net/kontakt/ ! Sometimes the output of &amp;quot;lspci ; lspci -n&amp;quot; is very helpful, especially if the problem involves incorrectly identified graphics cards.&lt;br /&gt;
&lt;br /&gt;
==== Q: My PS/2 mouse doesn't work! ====&lt;br /&gt;
&lt;br /&gt;
A: If the mouse pointer in the graphical user window is erratically moving around everywhere, the attached mouse is using an exotic protocol. Only booting into &amp;quot;expert&amp;quot; mode and setting the correct protocol for the XFree system will help in this case. However, if the pointer appears in the middle of the screen and doesn't respond to mouse movements at all, you probably have a board with a known BIOS bug (lately this problem has been appearing frequently with notebooks). Try to type in&lt;br /&gt;
 knoppix pci=irqmask=0x0e98&lt;br /&gt;
at the boot screen and see if this helps. Alternatively, you can find a BIOS update for your computer (you may want to do this anyway?).&lt;br /&gt;
&lt;br /&gt;
==== Q: My system memory is not fully detected, or the computer hangs shortly after starting with the message &amp;quot;Panic: cannot mount root file system&amp;quot;! ====&lt;br /&gt;
&lt;br /&gt;
A: Some boards apparently report the usable memory size incorrectly to the Linux kernel. Solution: specify the system memory size as an additional &amp;quot;knoppix&amp;quot; boot option. For example, for 128 Megabytes use&lt;br /&gt;
 knoppix mem=128M&lt;br /&gt;
(Note: make certain an upper-case M is typed after the memory size!)&lt;br /&gt;
&lt;br /&gt;
==== Q: I am able to rotate my monitor. How do i set up Knoppix to use portrait-mode? ====&lt;br /&gt;
&lt;br /&gt;
A: Edit the file /etc/X11/XF86Config-4 as root: In the section &amp;quot;Device&amp;quot; add the following line:&lt;br /&gt;
 Option &amp;quot;Rotation&amp;quot; &amp;quot;CW&amp;quot;&lt;br /&gt;
CW means  [http://en.wikipedia.org/wiki/Clockwise Clock Wise]. Also possible: CCW [http://en.wikipedia.org/wiki/Counterclockwise Counter Clock Wise]).&lt;br /&gt;
&lt;br /&gt;
==== Q: I'm looking for modules-floppies to load [[Emulex]] FC-drivers (just for demonstration purposes...) - which ones should I use, the actual [[Debian]] modules fl-images? ====&lt;br /&gt;
&lt;br /&gt;
==== Q: I have a RAID controller that doesn't have /dev entries (/dev/cciss/c0d0,/dev/cciss/c0d1, etc.) Can they be added for the next release? ====&lt;br /&gt;
&lt;br /&gt;
==== Q: How to update for new graphic card driver and reconfigure it (for hd-install or floppy-config...) ====&lt;br /&gt;
&lt;br /&gt;
A: The easiest method would probably be to simply power down, install the card, boot the latest Knoppix cd then assuming everything is working as expected, copy your /etc/X11/XF86Config-4 file from the booted cd into your hard drive install.  Rename your existing /etc/X11/XF86Config-4 to something like /etc/X11/XF86Config-4.bak so you'll still have it.&lt;br /&gt;
&lt;br /&gt;
==== Q:What are the names of the mouse? ====&lt;br /&gt;
&lt;br /&gt;
A:&lt;br /&gt;
*PS/2 is /dev/psaux&lt;br /&gt;
*Serial : /dev/ttys0 (similar to COM1 in Windows).&lt;br /&gt;
*USB: /dev/input/mice&lt;br /&gt;
&lt;br /&gt;
==== Q: How do I know hardware I want to buy is Linux compatible: ====&lt;br /&gt;
&lt;br /&gt;
A: The best way is seeing [[Tux]] in the box. You can read too --&amp;gt;&amp;gt; http://www.tldp.org/HOWTO/Hardware-HOWTO/index.html and http://www.tldp.org/HOWTO/Hardware-HOWTO/incompatible.html&lt;br /&gt;
&lt;br /&gt;
==== Q: Is it possible to use another CD while running Knoppix? ====&lt;br /&gt;
&lt;br /&gt;
A: ''(incomplete: if you know a more complete answer please contribute)''&lt;br /&gt;
This author only knows of a few vague leads on ways to do this. Namely:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;have two CD drives&lt;br /&gt;
&amp;lt;li&amp;gt;have more than a gig of ram so that you can install knoppix onto a ram disk (apparently this is somehow possible). Use the boot cheat code of &amp;quot;knoppix toram&amp;quot;. However, this needs about 1GB of ram.&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
[http://en.wikipedia.org/wiki/PXE Preboot eXecution Environment] The PXE obsoletes boot roms, for information on how to set this up read the [http://www.knoppix.net/wiki/PXE_FAQ Knoppix PXE FAQ].&lt;br /&gt;
&amp;lt;li&amp;gt;copy an CD image to disk and then boot using &amp;quot;knoppix bootfrom=/dev/hda1/....iso&amp;quot; &lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''In case anyone is interested, for me this question comes up because my only dvd-capable machine's hard drive failed. So I wanted to know if knoppix could somehow bend that way. :]''&lt;br /&gt;
[[User:Jesset77|Jesset77]] 04:07, 11 Jun 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
==== Q: No keyboard detected with Knoppix, what can i do ? ====&lt;br /&gt;
&lt;br /&gt;
I have tried the knoppix live cd 3.84 on my Toshiba Satellite A70 laptop. I boot from the cd. At the command prompt, i can use the keyboard to type &amp;quot; knoppix&amp;quot;, in order to run knoppix.  I wait a while.  Then, when the KDE interface is loaded,  the keyboard doesn't respond anymore! i can use the mouse, but the keyboard don't work.&lt;br /&gt;
&lt;br /&gt;
Someone know what to do ?&lt;br /&gt;
Thanks in advance.&lt;/div&gt;</summary>
		<author><name>Stuartyeates</name></author>	</entry>

	<entry>
		<id>https://knoppix.net/wiki/Bugs/4.0.1DVD</id>
		<title>Bugs/4.0.1DVD</title>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Bugs/4.0.1DVD"/>
				<updated>2005-09-15T13:03:01Z</updated>
		
		<summary type="html">&lt;p&gt;Stuartyeates: spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just added this new buglist, since I found bugs in 4.0.1. ;-) -KK&lt;br /&gt;
&lt;br /&gt;
1.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
The knoppix-terminalserver script does not setup the initrd correctly because ld-linux.so.2 is skipped when parsing the ldd output. Therefore, neither pump nor ifconfig can start when booting the terminalserver client.&lt;br /&gt;
&lt;br /&gt;
Solution: Prior to starting the terminalserver, do a&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget -O - ftp://ftp.uni-kl.de/pub/linux/knoppix-dvd/KNOPPIX_V4.0.1DVD-knoppix-terminalserver.patch | sudo patch -p0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
The automatically generated desktop icons for harddisks are named &amp;quot;Festplatte&amp;quot; in all languages. Sorry, I screwed up here when shortening the hd icon label in order to display the real device name.&lt;br /&gt;
&lt;br /&gt;
3.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
/usr/bin/cdrecord, /usr/bin/cdrdao, /usr/bin/cdda2wav and /usr/bin/cdparanoia have wrong (missing) group execute permissions.&lt;br /&gt;
&lt;br /&gt;
Solution: Before using any of these programs or running k3b, do a&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod g+w /usr/bin/{cdrecord,cdrdao,cdda2wav,cdparanoia}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4.) Reported by: pbs&lt;br /&gt;
&lt;br /&gt;
OpenOffice does not open existing documents. &lt;br /&gt;
&lt;br /&gt;
Solution: See workaround for bug #18 in http://www.knoppix.net/wiki/Bugs/3.9-2005-05-27. &lt;br /&gt;
&lt;br /&gt;
5.) Reported by: pbs&lt;br /&gt;
&lt;br /&gt;
Mouse not activated when using KVM (Keyboard/Video/Mouse) switch; KVM switch works transparently for V3.8.2,V3.9,V4.0DVDLinuxtag. &lt;br /&gt;
&lt;br /&gt;
'''Update''' 20050912: &amp;quot;wheelmouse&amp;quot; cheatcode doesn't help; wiggling mouse during the startup sequence does help (particularly during early Xwindows grey startup screen?) .&lt;br /&gt;
&lt;br /&gt;
6:) Reported by: guest&lt;br /&gt;
&lt;br /&gt;
Boot option testcd don't work cause new version of md5sum change option -v to --status for verbose mode&lt;br /&gt;
&lt;br /&gt;
7.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
unionfs is broken again, but not as heavily as in 3.9. If you install certain packages with dpkg or apt-get, a kernel oops can happen, though it doesn't freeze the system. This is quite bad for people (like me) who like to test-install new software on the live system, so because of this (and the prior reported bugs) there will be a hotfix of the 4.0.2 DVD soon (probably even before I get a chance to finish the CD).&lt;br /&gt;
&lt;br /&gt;
8.) Reported by: Witbear &lt;br /&gt;
&lt;br /&gt;
Problems with networking. Having to use 'nodhcp' cheat code to boot. Trying to use Network to add adapters (namely RA2500 wireless and VIA Rhine II on my particular machine), the wizard works fine until 'Apply' when process hangs. Therefore can't use networking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9.) Reported by: stuartyeates&lt;br /&gt;
&lt;br /&gt;
The dhcp fails to renew leases. This typically results in a complete loss of networking exactly 24 hours after booting (most leases run for 24 hours).&lt;/div&gt;</summary>
		<author><name>Stuartyeates</name></author>	</entry>

	<entry>
		<id>https://knoppix.net/wiki/Bugs/4.0.1DVD</id>
		<title>Bugs/4.0.1DVD</title>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Bugs/4.0.1DVD"/>
				<updated>2005-09-15T11:04:25Z</updated>
		
		<summary type="html">&lt;p&gt;Stuartyeates: dhcp fails to renew lease&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just added this new buglist, since I found bugs in 4.0.1. ;-) -KK&lt;br /&gt;
&lt;br /&gt;
1.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
The knoppix-terminalserver script does not setup the initrd correctly because ld-linux.so.2 is skipped when parsing the ldd output. Therefore, neither pump nor ifconfig can start when booting the terminalserver client.&lt;br /&gt;
&lt;br /&gt;
Solution: Prior to starting the terminalserver, do a&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;wget -O - ftp://ftp.uni-kl.de/pub/linux/knoppix-dvd/KNOPPIX_V4.0.1DVD-knoppix-terminalserver.patch | sudo patch -p0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
The automatically generated desktop icons for harddisks are named &amp;quot;Festplatte&amp;quot; in all languages. Sorry, I screwed up here when shortening the hd icon label in order to display the real device name.&lt;br /&gt;
&lt;br /&gt;
3.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
/usr/bin/cdrecord, /usr/bin/cdrdao, /usr/bin/cdda2wav and /usr/bin/cdparanoia have wrong (missing) group execute permissions.&lt;br /&gt;
&lt;br /&gt;
Solution: Before using any of these programs or running k3b, do a&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo chmod g+w /usr/bin/{cdrecord,cdrdao,cdda2wav,cdparanoia}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4.) Reported by: pbs&lt;br /&gt;
&lt;br /&gt;
OpenOffice does not open existing documents. &lt;br /&gt;
&lt;br /&gt;
Solution: See workaround for bug #18 in http://www.knoppix.net/wiki/Bugs/3.9-2005-05-27. &lt;br /&gt;
&lt;br /&gt;
5.) Reported by: pbs&lt;br /&gt;
&lt;br /&gt;
Mouse not activated when using KVM (Keyboard/Video/Mouse) switch; KVM switch works transparently for V3.8.2,V3.9,V4.0DVDLinuxtag. &lt;br /&gt;
&lt;br /&gt;
'''Update''' 20050912: &amp;quot;wheelmouse&amp;quot; cheatcode doesn't help; wiggling mouse during the startup sequence does help (particularly during early Xwindows grey startup screen?) .&lt;br /&gt;
&lt;br /&gt;
6:) Reported by: guest&lt;br /&gt;
&lt;br /&gt;
Boot option testcd don't work cause new version of md5sum change option -v to --status for verbose mode&lt;br /&gt;
&lt;br /&gt;
7.) Reported by: KK&lt;br /&gt;
&lt;br /&gt;
unionfs is broken again, but not as heavily as in 3.9. If you install certain packages with dpkg or apt-get, a kernel oops can happen, though it doesn't freeze the system. This is quite bad for people (like me) who like to test-install new software on the live system, so because of this (and the prior reported bugs) there will be a hotfix of the 4.0.2 DVD soon (probably even before I get a chance to finish the CD).&lt;br /&gt;
&lt;br /&gt;
8.) Reported by: Witbear &lt;br /&gt;
&lt;br /&gt;
Problems with networking. Having to use 'nodhcp' cheat code to boot. Trying to use Network to add adapters (namely RA2500 wireless and VIA Rhine II on my particular machine), the wizard works fine until 'Apply' when process hangs. Therefore can't use networking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9.) Reported by: stuartyeates&lt;br /&gt;
&lt;br /&gt;
The dhcp fails to renew lease. This typically results in a complete loss of networking exactly 24 hours after booting (most leases run for 24 hours).&lt;/div&gt;</summary>
		<author><name>Stuartyeates</name></author>	</entry>

	</feed>