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

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/5.01CD</id>
		<title>Bugs/5.01CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/5.01CD"/>
				<updated>2006-11-28T09:14:26Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: more cleaning up of my two entries to avoid sentences running beyond the length of the screen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; 1) The ext2 persistent home bug (ext2 partitions not recognized properly)&lt;br /&gt;
 is still not fixed in 5.01, because of a a typo in the knoppix-autoconfig file:&lt;br /&gt;
 wrong:   ext3|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 Please find a diff in here:&lt;br /&gt;
 http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff&lt;br /&gt;
 BTW, I found a work around fix, cf:&lt;br /&gt;
 http://www.knoppix.net/forum/viewtopic.php?p=103883#103883&lt;br /&gt;
 Gilles van Ruymbeke&lt;br /&gt;
&lt;br /&gt;
 2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.&lt;br /&gt;
&lt;br /&gt;
 3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes &lt;br /&gt;
   nompcmcia to start, but Konsole failed start, complain that no tty are available.&lt;br /&gt;
WORKAROUND: On a PB laptop, I manage to start without passing noudev, progress bar of autoconfiguring devices don't stop but by key pressing [CTRL c] twice, boot process continue.&lt;br /&gt;
After an HD install, need to put rt2500usb in blacklist&lt;br /&gt;
&lt;br /&gt;
 4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged &lt;br /&gt;
   and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.&lt;br /&gt;
&lt;br /&gt;
 5)printing impossible (report from forums.knoppix-fr.org)&lt;br /&gt;
&lt;br /&gt;
 6)module compilation is not possible (out of the box), have to have a look deeply &lt;br /&gt;
  (maybe problem with header or some links to them)&lt;br /&gt;
   Some more info: This is probably related with the Debian [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368544 bug #368544] as the parts missing &lt;br /&gt;
 in the headers are those supposed to be in a newcomer linux-kbuild package&lt;br /&gt;
&lt;br /&gt;
 7)[INSTALL] mount with removable media, &lt;br /&gt;
 &amp;quot;Please change the -u knoppix and -g knoppix in&lt;br /&gt;
 /etc/udev/knoppix.rules, either to match the &amp;quot;primary user&amp;quot;, or just&lt;br /&gt;
 remove them.&amp;quot; &lt;br /&gt;
 [http://lists.debian.org/debian-knoppix/2006/06/msg00039.html Klaus KNOPPER on debian-knoppix] ML&lt;br /&gt;
 -In: http://www.knoppix.net/wiki/Bugs/5.0DVD is solved&lt;br /&gt;
 -Number 10 ;)&lt;br /&gt;
 Jaime Ortega (jortega)&lt;br /&gt;
&lt;br /&gt;
 8) CD-Burning with an external USB device is broken.&lt;br /&gt;
 as i posted in the forum  http://www.knoppix.net/forum/viewtopic.php?t=24784&lt;br /&gt;
 there are some messages from cdrecord in the k3b failure report &lt;br /&gt;
 about missing entrys in /dev one of them about /dev/sg0 ... &lt;br /&gt;
 i looked for what was there in 4.0.2CD and found this:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 ll /dev/sg*&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  0 2001-08-24 01:32 /dev/sg0&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  1 2001-08-24 01:32 /dev/sg1&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 10 2001-08-24 01:32 /dev/sg10&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 11 2001-08-24 01:32 /dev/sg11&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 12 2001-08-24 01:32 /dev/sg12&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 13 2001-08-24 01:32 /dev/sg13&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 14 2001-08-24 01:32 /dev/sg14&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 15 2001-08-24 01:32 /dev/sg15&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 16 2001-08-24 01:32 /dev/sg16&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  2 2001-08-24 01:32 /dev/sg2&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  3 2001-08-24 01:32 /dev/sg3&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  4 2001-08-24 01:32 /dev/sg4&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  5 2001-08-24 01:32 /dev/sg5&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  6 2001-08-24 01:32 /dev/sg6&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  7 2001-08-24 01:32 /dev/sg7&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  8 2001-08-24 01:32 /dev/sg8&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  9 2001-08-24 01:32 /dev/sg9&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
 after creating /dev/sg0 with mknod ( using mknod without beeing absolutely sure &lt;br /&gt;
 what you are doing can lead to deleting all your data on harddisk or even worse )&lt;br /&gt;
 at least k3b simulation started working ... &lt;br /&gt;
 i will do a real burning test later ...&lt;br /&gt;
 :[[User:Ralph.Bremer|Ralph.Bremer]] 20:34, 5 Jul 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
 9) ipw2200 v1.1.1 (the one in kernel 2.6.17) relies on firmware 3.0 while &lt;br /&gt;
 the Knoppix package ipw2200-nonfree only contain older firmwares. &lt;br /&gt;
 Please update ipw2200-nonfree, cf &lt;br /&gt;
 http://ipw2200.sourceforge.net/firmware.php&lt;br /&gt;
&lt;br /&gt;
 10) Setting the timezone does not work. KDE's time applet requires the root&lt;br /&gt;
 password (should probably use ksudo instead). &lt;br /&gt;
Workaround: sudo vi /etc/timezone, &lt;br /&gt;
sudo cp /usr/share/zoneinfo/Continent/City /etc/zoneinfo.&lt;br /&gt;
&lt;br /&gt;
 11) Mounting of a PCMCIA flash drive works only once. After remove/insert of the card, &lt;br /&gt;
 the following error message appears: &amp;quot;mount:Gerätedatei /dev/hde1 existiert nicht&amp;quot; (rol).&lt;br /&gt;
&lt;br /&gt;
 12) Improvement: the CD and DVD editions miss the p7zip package.&lt;br /&gt;
 If you compress a tar archive of the Knoppix root filesystem, the result&lt;br /&gt;
 is 20% smaller than the one produced by bzip2. Definitely useful!&lt;br /&gt;
&lt;br /&gt;
 13) Improvement: the CD and DVD editions miss the ccache package&lt;br /&gt;
 (102 KB install size). This compiler cache is the best way to recompile&lt;br /&gt;
 big projects (like the Linux kernel) in a much faster way.&lt;br /&gt;
&lt;br /&gt;
 14) To use SD cards it currently is necessary to manually ''modprobe mmc_block''.&lt;br /&gt;
&lt;br /&gt;
 15) Improvement: If possible include new ''ipw3945'' WLAN module.&lt;br /&gt;
&lt;br /&gt;
 16) I use a working CD (tested on other computers). On my computer, Knoppix stops &lt;br /&gt;
 with the message &amp;quot;can't find KNOPPIX filesystem, sorry, dropping you to a (very &lt;br /&gt;
 limited) shell..&amp;quot;, just as the bug 15 of Knoppix 5.0DVD. Anyway the boot option&lt;br /&gt;
 nodma does not make things work. I have found no workaround. I have got a SATA&lt;br /&gt;
 CDROM/DVD drive (Plextor 712SA).&lt;br /&gt;
 16b?) Can't burn, and DVD-reader access are very slow on laptop with ICH6 SATA controler&lt;br /&gt;
Workaround (after HD install):&lt;br /&gt;
&lt;br /&gt;
''echo &amp;quot;options libata atapi_enabled=1&amp;quot; &amp;gt; /etc/modprobe.d/libata''&lt;br /&gt;
&lt;br /&gt;
''mkinitramfs -o /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
Then modify your boot config (/boot/grub/menu.lst for grub) to adapt your initrd like:&lt;br /&gt;
''initrd /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
And add to your kernel options (append):&lt;br /&gt;
&lt;br /&gt;
''ide1=noprobe''&lt;br /&gt;
&lt;br /&gt;
 17) X won't work on some systems when using Knoppix CD 5 or Knoppix CD 4.&lt;br /&gt;
 Tried on five different systems, three notebooks, two desktop systems,&lt;br /&gt;
 but xorg's X failed to start and complained about missing files. Integrity&lt;br /&gt;
 of CD tested and okay.&lt;br /&gt;
&lt;br /&gt;
 18) In KNOPPIX_V5.0.1CD-2006-06-01-DE.iso (MD5 checked OK) *boot/isolinux/isolinux.bin&lt;br /&gt;
 is corrupt or hash is wrong in md5sums file. &lt;br /&gt;
&lt;br /&gt;
 19) Apache2 returns &amp;quot;Partial Content&amp;quot; when accessing a local (127.0.0.1) page.&lt;br /&gt;
 Small files works, larger files (&amp;gt; Mtu ??) not. &lt;br /&gt;
 See http://www.knoppix.net/forum/viewtopic.php?t=25639&lt;br /&gt;
&lt;br /&gt;
 20)(may be the same as 1): Knoppix 5.0.1, English CD download, failed to mount the hard drives on a Dell Dimension 5100, which has a second  SATA hard drive installed for backup. It worked fine if I disabled the second hard drive from the BIOS setup.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 21) (same as 3): Knoppix 5.0.1, English CD download, failed to boot on an HP Pavilion zv5120us laptop, unmodified except for extra memory. The hangup was on the fourth line, &amp;quot;looking for CD in /dev/hdc&amp;quot;. Knoppix 4.0 boots fine on the same machine. The copy of 5.0.1 should be OK as it boots on the Dell, see 20.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 22) The !cal command does not work in a continuous manner. In fact it works about&lt;br /&gt;
 40% - 60% of the time when done consecutively. !ls and !top work without issue, but&lt;br /&gt;
 there seems to be a glitch in the !cal command when using the Knoppix 5.0.1 CD.&lt;br /&gt;
&lt;br /&gt;
 23) Notebook IBM Thinkpad T40: ipw2200 does not work due wlan-card firmware upload failure.&lt;br /&gt;
&lt;br /&gt;
 24) The persistent home bug: i have hdd with 2 partitions (hda1 - ntfs, hda5 - fat32). if on both partitions file knoppix.img exists, but on hda1 this file is broken(all zero) - then i can't use /dev/hda5/knoppix.img too due knoppix-autoconfig error: wenn one file was found, but broken, script will skip all other knoppix.img.&lt;br /&gt;
&lt;br /&gt;
 25) in autoconfig-script es is not enough fehler messages (knoppix-image: no message by broken(zero) file knoppix.img)&lt;br /&gt;
&lt;br /&gt;
 26) the KDE internet modem dialer, 'kppp',  appears to be broken, &lt;br /&gt;
 and can't find my serial modem, even when running as root. &lt;br /&gt;
A partial solution is to use the ?debian? 'pon' , 'pof' and 'pppconfig' scripts &lt;br /&gt;
from the shell. --[[User:gh78|gh78]] &lt;br /&gt;
&lt;br /&gt;
 26) The touchpad bugs are still there.&lt;br /&gt;
 Double clicks and 'dragging' don't register on my dell latitude touchpad.&lt;br /&gt;
The solution is to pass 'psmouse.proto=imps'   to the kernel.&lt;br /&gt;
This can be done at the CD cheatcode prompt.&lt;br /&gt;
It would be nice if it was programmed in by default. --[[User:gh78|gh78]] &lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User:Gh78</id>
		<title>User:Gh78</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User:Gh78"/>
				<updated>2006-11-28T09:03:08Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: 5.01 update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2006-11-27      Mon     11:30:57 PM&lt;br /&gt;
I am heartened by the changes in 5.01CD. I've figured out how to fix the modem issue, and gpm works again in mc. now if only it would work in the curses shell  scripts...&lt;br /&gt;
I am happy to see my airlink usb ethernet adapter is automatically detected, and Xorg's improved monitor support is much appreciated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thu Apr 13 00:41:00 PDT 2006&lt;br /&gt;
&lt;br /&gt;
Hello.&lt;br /&gt;
&lt;br /&gt;
I am a kinda beginner--a bit more advanced than a newbie.&lt;br /&gt;
I started with v3.3, then moved to v3.4 [thanks for the cd, kyle] then used v3.7, 3.81, 4.02.&lt;br /&gt;
I also try D.S.L. from time to time. [a v3.4 fork]&lt;br /&gt;
I'm interested in  [http://freshmeat.net/projects/twin/ twin] and would love to see it on a cd.&lt;br /&gt;
&lt;br /&gt;
I am saddened to see the lack of the 2.4 kernel--everything seemed to work much better back then.&lt;br /&gt;
&lt;br /&gt;
I am quite happy to see the wiki working. open source *depends* on feedback from the users.&lt;br /&gt;
&lt;br /&gt;
have a nice day&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/5.01CD</id>
		<title>Bugs/5.01CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/5.01CD"/>
				<updated>2006-11-28T08:57:05Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: added sigs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; 1) The ext2 persistent home bug (ext2 partitions not recognized properly)&lt;br /&gt;
 is still not fixed in 5.01, because of a a typo in the knoppix-autoconfig file:&lt;br /&gt;
 wrong:   ext3|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 Please find a diff in here:&lt;br /&gt;
 http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff&lt;br /&gt;
 BTW, I found a work around fix, cf:&lt;br /&gt;
 http://www.knoppix.net/forum/viewtopic.php?p=103883#103883&lt;br /&gt;
 Gilles van Ruymbeke&lt;br /&gt;
&lt;br /&gt;
 2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.&lt;br /&gt;
&lt;br /&gt;
 3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes &lt;br /&gt;
   nompcmcia to start, but Konsole failed start, complain that no tty are available.&lt;br /&gt;
WORKAROUND: On a PB laptop, I manage to start without passing noudev, progress bar of autoconfiguring devices don't stop but by key pressing [CTRL c] twice, boot process continue.&lt;br /&gt;
After an HD install, need to put rt2500usb in blacklist&lt;br /&gt;
&lt;br /&gt;
 4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged &lt;br /&gt;
   and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.&lt;br /&gt;
&lt;br /&gt;
 5)printing impossible (report from forums.knoppix-fr.org)&lt;br /&gt;
&lt;br /&gt;
 6)module compilation is not possible (out of the box), have to have a look deeply &lt;br /&gt;
  (maybe problem with header or some links to them)&lt;br /&gt;
   Some more info: This is probably related with the Debian [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368544 bug #368544] as the parts missing &lt;br /&gt;
 in the headers are those supposed to be in a newcomer linux-kbuild package&lt;br /&gt;
&lt;br /&gt;
 7)[INSTALL] mount with removable media, &lt;br /&gt;
 &amp;quot;Please change the -u knoppix and -g knoppix in&lt;br /&gt;
 /etc/udev/knoppix.rules, either to match the &amp;quot;primary user&amp;quot;, or just&lt;br /&gt;
 remove them.&amp;quot; &lt;br /&gt;
 [http://lists.debian.org/debian-knoppix/2006/06/msg00039.html Klaus KNOPPER on debian-knoppix] ML&lt;br /&gt;
 -In: http://www.knoppix.net/wiki/Bugs/5.0DVD is solved&lt;br /&gt;
 -Number 10 ;)&lt;br /&gt;
 Jaime Ortega (jortega)&lt;br /&gt;
&lt;br /&gt;
 8) CD-Burning with an external USB device is broken.&lt;br /&gt;
 as i posted in the forum  http://www.knoppix.net/forum/viewtopic.php?t=24784&lt;br /&gt;
 there are some messages from cdrecord in the k3b failure report &lt;br /&gt;
 about missing entrys in /dev one of them about /dev/sg0 ... &lt;br /&gt;
 i looked for what was there in 4.0.2CD and found this:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 ll /dev/sg*&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  0 2001-08-24 01:32 /dev/sg0&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  1 2001-08-24 01:32 /dev/sg1&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 10 2001-08-24 01:32 /dev/sg10&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 11 2001-08-24 01:32 /dev/sg11&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 12 2001-08-24 01:32 /dev/sg12&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 13 2001-08-24 01:32 /dev/sg13&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 14 2001-08-24 01:32 /dev/sg14&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 15 2001-08-24 01:32 /dev/sg15&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 16 2001-08-24 01:32 /dev/sg16&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  2 2001-08-24 01:32 /dev/sg2&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  3 2001-08-24 01:32 /dev/sg3&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  4 2001-08-24 01:32 /dev/sg4&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  5 2001-08-24 01:32 /dev/sg5&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  6 2001-08-24 01:32 /dev/sg6&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  7 2001-08-24 01:32 /dev/sg7&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  8 2001-08-24 01:32 /dev/sg8&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  9 2001-08-24 01:32 /dev/sg9&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
 after creating /dev/sg0 with mknod ( using mknod without beeing absolutely sure &lt;br /&gt;
 what you are doing can lead to deleting all your data on harddisk or even worse )&lt;br /&gt;
 at least k3b simulation started working ... &lt;br /&gt;
 i will do a real burning test later ...&lt;br /&gt;
 :[[User:Ralph.Bremer|Ralph.Bremer]] 20:34, 5 Jul 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
 9) ipw2200 v1.1.1 (the one in kernel 2.6.17) relies on firmware 3.0 while &lt;br /&gt;
 the Knoppix package ipw2200-nonfree only contain older firmwares. &lt;br /&gt;
 Please update ipw2200-nonfree, cf &lt;br /&gt;
 http://ipw2200.sourceforge.net/firmware.php&lt;br /&gt;
&lt;br /&gt;
 10) Setting the timezone does not work. KDE's time applet requires the root&lt;br /&gt;
 password (should probably use ksudo instead). &lt;br /&gt;
Workaround: sudo vi /etc/timezone, &lt;br /&gt;
sudo cp /usr/share/zoneinfo/Continent/City /etc/zoneinfo.&lt;br /&gt;
&lt;br /&gt;
 11) Mounting of a PCMCIA flash drive works only once. After remove/insert of the card, &lt;br /&gt;
 the following error message appears: &amp;quot;mount:Gerätedatei /dev/hde1 existiert nicht&amp;quot; (rol).&lt;br /&gt;
&lt;br /&gt;
 12) Improvement: the CD and DVD editions miss the p7zip package.&lt;br /&gt;
 If you compress a tar archive of the Knoppix root filesystem, the result&lt;br /&gt;
 is 20% smaller than the one produced by bzip2. Definitely useful!&lt;br /&gt;
&lt;br /&gt;
 13) Improvement: the CD and DVD editions miss the ccache package&lt;br /&gt;
 (102 KB install size). This compiler cache is the best way to recompile&lt;br /&gt;
 big projects (like the Linux kernel) in a much faster way.&lt;br /&gt;
&lt;br /&gt;
 14) To use SD cards it currently is necessary to manually ''modprobe mmc_block''.&lt;br /&gt;
&lt;br /&gt;
 15) Improvement: If possible include new ''ipw3945'' WLAN module.&lt;br /&gt;
&lt;br /&gt;
 16) I use a working CD (tested on other computers). On my computer, Knoppix stops &lt;br /&gt;
 with the message &amp;quot;can't find KNOPPIX filesystem, sorry, dropping you to a (very &lt;br /&gt;
 limited) shell..&amp;quot;, just as the bug 15 of Knoppix 5.0DVD. Anyway the boot option&lt;br /&gt;
 nodma does not make things work. I have found no workaround. I have got a SATA&lt;br /&gt;
 CDROM/DVD drive (Plextor 712SA).&lt;br /&gt;
 16b?) Can't burn, and DVD-reader access are very slow on laptop with ICH6 SATA controler&lt;br /&gt;
Workaround (after HD install):&lt;br /&gt;
&lt;br /&gt;
''echo &amp;quot;options libata atapi_enabled=1&amp;quot; &amp;gt; /etc/modprobe.d/libata''&lt;br /&gt;
&lt;br /&gt;
''mkinitramfs -o /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
Then modify your boot config (/boot/grub/menu.lst for grub) to adapt your initrd like:&lt;br /&gt;
''initrd /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
And add to your kernel options (append):&lt;br /&gt;
&lt;br /&gt;
''ide1=noprobe''&lt;br /&gt;
&lt;br /&gt;
 17) X won't work on some systems when using Knoppix CD 5 or Knoppix CD 4.&lt;br /&gt;
 Tried on five different systems, three notebooks, two desktop systems,&lt;br /&gt;
 but xorg's X failed to start and complained about missing files. Integrity&lt;br /&gt;
 of CD tested and okay.&lt;br /&gt;
&lt;br /&gt;
 18) In KNOPPIX_V5.0.1CD-2006-06-01-DE.iso (MD5 checked OK) *boot/isolinux/isolinux.bin&lt;br /&gt;
 is corrupt or hash is wrong in md5sums file. &lt;br /&gt;
&lt;br /&gt;
 19) Apache2 returns &amp;quot;Partial Content&amp;quot; when accessing a local (127.0.0.1) page.&lt;br /&gt;
 Small files works, larger files (&amp;gt; Mtu ??) not. &lt;br /&gt;
 See http://www.knoppix.net/forum/viewtopic.php?t=25639&lt;br /&gt;
&lt;br /&gt;
 20)(may be the same as 1): Knoppix 5.0.1, English CD download, failed to mount the hard drives on a Dell Dimension 5100, which has a second  SATA hard drive installed for backup. It worked fine if I disabled the second hard drive from the BIOS setup.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 21) (same as 3): Knoppix 5.0.1, English CD download, failed to boot on an HP Pavilion zv5120us laptop, unmodified except for extra memory. The hangup was on the fourth line, &amp;quot;looking for CD in /dev/hdc&amp;quot;. Knoppix 4.0 boots fine on the same machine. The copy of 5.0.1 should be OK as it boots on the Dell, see 20.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 22) The !cal command does not work in a continuous manner. In fact it works about&lt;br /&gt;
 40% - 60% of the time when done consecutively. !ls and !top work without issue, but&lt;br /&gt;
 there seems to be a glitch in the !cal command when using the Knoppix 5.0.1 CD.&lt;br /&gt;
&lt;br /&gt;
 23) Notebook IBM Thinkpad T40: ipw2200 does not work due wlan-card firmware upload failure.&lt;br /&gt;
&lt;br /&gt;
 24) The persistent home bug: i have hdd with 2 partitions (hda1 - ntfs, hda5 - fat32). if on both partitions file knoppix.img exists, but on hda1 this file is broken(all zero) - then i can't use /dev/hda5/knoppix.img too due knoppix-autoconfig error: wenn one file was found, but broken, script will skip all other knoppix.img.&lt;br /&gt;
&lt;br /&gt;
 25) in autoconfig-script es is not enough fehler messages (knoppix-image: no message by broken(zero) file knoppix.img)&lt;br /&gt;
&lt;br /&gt;
 26) the KDE internet modem dialer, 'kppp',  appears to be broken, &lt;br /&gt;
and can't find my serial modem, even when running as root. &lt;br /&gt;
A partial solution is to use the ?debian? 'pon' , 'pof' and 'pppconfig' scripts &lt;br /&gt;
from the shell. -[[gh78]]&lt;br /&gt;
&lt;br /&gt;
 26) The touchpad bug is still there--double clicks and 'dragging' don't register on my dell latitude touchpad.&lt;br /&gt;
The solution is to pass 'psmouse.proto=imps'   to the kernel.&lt;br /&gt;
This can be done at the CD cheatcode prompt.&lt;br /&gt;
It would be nice if it was programmed in by default. -[[gh78]]&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/5.01CD</id>
		<title>Bugs/5.01CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/5.01CD"/>
				<updated>2006-11-28T08:44:06Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: cleaned up, added touchpad bug&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; 1) The ext2 persistent home bug (ext2 partitions not recognized properly)&lt;br /&gt;
 is still not fixed in 5.01, because of a a typo in the knoppix-autoconfig file:&lt;br /&gt;
 wrong:   ext3|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 Please find a diff in here:&lt;br /&gt;
 http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff&lt;br /&gt;
 BTW, I found a work around fix, cf:&lt;br /&gt;
 http://www.knoppix.net/forum/viewtopic.php?p=103883#103883&lt;br /&gt;
 Gilles van Ruymbeke&lt;br /&gt;
&lt;br /&gt;
 2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.&lt;br /&gt;
&lt;br /&gt;
 3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes &lt;br /&gt;
   nompcmcia to start, but Konsole failed start, complain that no tty are available.&lt;br /&gt;
WORKAROUND: On a PB laptop, I manage to start without passing noudev, progress bar of autoconfiguring devices don't stop but by key pressing [CTRL c] twice, boot process continue.&lt;br /&gt;
After an HD install, need to put rt2500usb in blacklist&lt;br /&gt;
&lt;br /&gt;
 4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged &lt;br /&gt;
   and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.&lt;br /&gt;
&lt;br /&gt;
 5)printing impossible (report from forums.knoppix-fr.org)&lt;br /&gt;
&lt;br /&gt;
 6)module compilation is not possible (out of the box), have to have a look deeply &lt;br /&gt;
  (maybe problem with header or some links to them)&lt;br /&gt;
   Some more info: This is probably related with the Debian [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368544 bug #368544] as the parts missing &lt;br /&gt;
 in the headers are those supposed to be in a newcomer linux-kbuild package&lt;br /&gt;
&lt;br /&gt;
 7)[INSTALL] mount with removable media, &lt;br /&gt;
 &amp;quot;Please change the -u knoppix and -g knoppix in&lt;br /&gt;
 /etc/udev/knoppix.rules, either to match the &amp;quot;primary user&amp;quot;, or just&lt;br /&gt;
 remove them.&amp;quot; &lt;br /&gt;
 [http://lists.debian.org/debian-knoppix/2006/06/msg00039.html Klaus KNOPPER on debian-knoppix] ML&lt;br /&gt;
 -In: http://www.knoppix.net/wiki/Bugs/5.0DVD is solved&lt;br /&gt;
 -Number 10 ;)&lt;br /&gt;
 Jaime Ortega (jortega)&lt;br /&gt;
&lt;br /&gt;
 8) CD-Burning with an external USB device is broken.&lt;br /&gt;
 as i posted in the forum  http://www.knoppix.net/forum/viewtopic.php?t=24784&lt;br /&gt;
 there are some messages from cdrecord in the k3b failure report &lt;br /&gt;
 about missing entrys in /dev one of them about /dev/sg0 ... &lt;br /&gt;
 i looked for what was there in 4.0.2CD and found this:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 ll /dev/sg*&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  0 2001-08-24 01:32 /dev/sg0&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  1 2001-08-24 01:32 /dev/sg1&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 10 2001-08-24 01:32 /dev/sg10&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 11 2001-08-24 01:32 /dev/sg11&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 12 2001-08-24 01:32 /dev/sg12&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 13 2001-08-24 01:32 /dev/sg13&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 14 2001-08-24 01:32 /dev/sg14&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 15 2001-08-24 01:32 /dev/sg15&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 16 2001-08-24 01:32 /dev/sg16&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  2 2001-08-24 01:32 /dev/sg2&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  3 2001-08-24 01:32 /dev/sg3&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  4 2001-08-24 01:32 /dev/sg4&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  5 2001-08-24 01:32 /dev/sg5&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  6 2001-08-24 01:32 /dev/sg6&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  7 2001-08-24 01:32 /dev/sg7&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  8 2001-08-24 01:32 /dev/sg8&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  9 2001-08-24 01:32 /dev/sg9&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
 after creating /dev/sg0 with mknod ( using mknod without beeing absolutely sure &lt;br /&gt;
 what you are doing can lead to deleting all your data on harddisk or even worse )&lt;br /&gt;
 at least k3b simulation started working ... &lt;br /&gt;
 i will do a real burning test later ...&lt;br /&gt;
 :[[User:Ralph.Bremer|Ralph.Bremer]] 20:34, 5 Jul 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
 9) ipw2200 v1.1.1 (the one in kernel 2.6.17) relies on firmware 3.0 while &lt;br /&gt;
 the Knoppix package ipw2200-nonfree only contain older firmwares. &lt;br /&gt;
 Please update ipw2200-nonfree, cf &lt;br /&gt;
 http://ipw2200.sourceforge.net/firmware.php&lt;br /&gt;
&lt;br /&gt;
 10) Setting the timezone does not work. KDE's time applet requires the root&lt;br /&gt;
 password (should probably use ksudo instead). &lt;br /&gt;
Workaround: sudo vi /etc/timezone, &lt;br /&gt;
sudo cp /usr/share/zoneinfo/Continent/City /etc/zoneinfo.&lt;br /&gt;
&lt;br /&gt;
 11) Mounting of a PCMCIA flash drive works only once. After remove/insert of the card, &lt;br /&gt;
 the following error message appears: &amp;quot;mount:Gerätedatei /dev/hde1 existiert nicht&amp;quot; (rol).&lt;br /&gt;
&lt;br /&gt;
 12) Improvement: the CD and DVD editions miss the p7zip package.&lt;br /&gt;
 If you compress a tar archive of the Knoppix root filesystem, the result&lt;br /&gt;
 is 20% smaller than the one produced by bzip2. Definitely useful!&lt;br /&gt;
&lt;br /&gt;
 13) Improvement: the CD and DVD editions miss the ccache package&lt;br /&gt;
 (102 KB install size). This compiler cache is the best way to recompile&lt;br /&gt;
 big projects (like the Linux kernel) in a much faster way.&lt;br /&gt;
&lt;br /&gt;
 14) To use SD cards it currently is necessary to manually ''modprobe mmc_block''.&lt;br /&gt;
&lt;br /&gt;
 15) Improvement: If possible include new ''ipw3945'' WLAN module.&lt;br /&gt;
&lt;br /&gt;
 16) I use a working CD (tested on other computers). On my computer, Knoppix stops &lt;br /&gt;
 with the message &amp;quot;can't find KNOPPIX filesystem, sorry, dropping you to a (very &lt;br /&gt;
 limited) shell..&amp;quot;, just as the bug 15 of Knoppix 5.0DVD. Anyway the boot option&lt;br /&gt;
 nodma does not make things work. I have found no workaround. I have got a SATA&lt;br /&gt;
 CDROM/DVD drive (Plextor 712SA).&lt;br /&gt;
 16b?) Can't burn, and DVD-reader access are very slow on laptop with ICH6 SATA controler&lt;br /&gt;
Workaround (after HD install):&lt;br /&gt;
&lt;br /&gt;
''echo &amp;quot;options libata atapi_enabled=1&amp;quot; &amp;gt; /etc/modprobe.d/libata''&lt;br /&gt;
&lt;br /&gt;
''mkinitramfs -o /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
Then modify your boot config (/boot/grub/menu.lst for grub) to adapt your initrd like:&lt;br /&gt;
''initrd /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
And add to your kernel options (append):&lt;br /&gt;
&lt;br /&gt;
''ide1=noprobe''&lt;br /&gt;
&lt;br /&gt;
 17) X won't work on some systems when using Knoppix CD 5 or Knoppix CD 4.&lt;br /&gt;
 Tried on five different systems, three notebooks, two desktop systems,&lt;br /&gt;
 but xorg's X failed to start and complained about missing files. Integrity&lt;br /&gt;
 of CD tested and okay.&lt;br /&gt;
&lt;br /&gt;
 18) In KNOPPIX_V5.0.1CD-2006-06-01-DE.iso (MD5 checked OK) *boot/isolinux/isolinux.bin&lt;br /&gt;
 is corrupt or hash is wrong in md5sums file. &lt;br /&gt;
&lt;br /&gt;
 19) Apache2 returns &amp;quot;Partial Content&amp;quot; when accessing a local (127.0.0.1) page.&lt;br /&gt;
 Small files works, larger files (&amp;gt; Mtu ??) not. &lt;br /&gt;
 See http://www.knoppix.net/forum/viewtopic.php?t=25639&lt;br /&gt;
&lt;br /&gt;
 20)(may be the same as 1): Knoppix 5.0.1, English CD download, failed to mount the hard drives on a Dell Dimension 5100, which has a second  SATA hard drive installed for backup. It worked fine if I disabled the second hard drive from the BIOS setup.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 21) (same as 3): Knoppix 5.0.1, English CD download, failed to boot on an HP Pavilion zv5120us laptop, unmodified except for extra memory. The hangup was on the fourth line, &amp;quot;looking for CD in /dev/hdc&amp;quot;. Knoppix 4.0 boots fine on the same machine. The copy of 5.0.1 should be OK as it boots on the Dell, see 20.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 22) The !cal command does not work in a continuous manner. In fact it works about&lt;br /&gt;
 40% - 60% of the time when done consecutively. !ls and !top work without issue, but&lt;br /&gt;
 there seems to be a glitch in the !cal command when using the Knoppix 5.0.1 CD.&lt;br /&gt;
&lt;br /&gt;
 23) Notebook IBM Thinkpad T40: ipw2200 does not work due wlan-card firmware upload failure.&lt;br /&gt;
&lt;br /&gt;
 24) The persistent home bug: i have hdd with 2 partitions (hda1 - ntfs, hda5 - fat32). if on both partitions file knoppix.img exists, but on hda1 this file is broken(all zero) - then i can't use /dev/hda5/knoppix.img too due knoppix-autoconfig error: wenn one file was found, but broken, script will skip all other knoppix.img.&lt;br /&gt;
&lt;br /&gt;
 25) in autoconfig-script es is not enough fehler messages (knoppix-image: no message by broken(zero) file knoppix.img)&lt;br /&gt;
&lt;br /&gt;
 26) the KDE internet modem dialer, 'kppp',  appears to be broken, &lt;br /&gt;
and can't find my serial modem, even when running as root. &lt;br /&gt;
A partial solution is to use the ?debian? 'pon' , 'pof' and 'pppconfig' scripts &lt;br /&gt;
from the shell.&lt;br /&gt;
&lt;br /&gt;
 26) The touchpad bug is still there--double clicks and 'dragging' don't register on my dell latitude touchpad.&lt;br /&gt;
The solution is to pass 'psmouse.proto=imps'   to the kernel.&lt;br /&gt;
This can be done at the CD cheatcode prompt.&lt;br /&gt;
It would be nice if it was programmed in by default.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/5.01CD</id>
		<title>Bugs/5.01CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/5.01CD"/>
				<updated>2006-11-28T08:36:03Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: KPPP bug, and working substitute program&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; 1) The ext2 persistent home bug (ext2 partitions not recognized properly)&lt;br /&gt;
 is still not fixed in 5.01, because of a a typo in the knoppix-autoconfig file:&lt;br /&gt;
 wrong:   ext3|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 Please find a diff in here:&lt;br /&gt;
 http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff&lt;br /&gt;
 BTW, I found a work around fix, cf:&lt;br /&gt;
 http://www.knoppix.net/forum/viewtopic.php?p=103883#103883&lt;br /&gt;
 Gilles van Ruymbeke&lt;br /&gt;
&lt;br /&gt;
 2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.&lt;br /&gt;
&lt;br /&gt;
 3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes &lt;br /&gt;
   nompcmcia to start, but Konsole failed start, complain that no tty are available.&lt;br /&gt;
WORKARUND: On a PB laptop, I manage to start without passing noudev, progress bar of autoconfiguring devices don't stop but by key pressing [CTRL c] twice, boot process continue.&lt;br /&gt;
After an HD install, need to put rt2500usb in blacklist&lt;br /&gt;
&lt;br /&gt;
 4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged &lt;br /&gt;
   and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.&lt;br /&gt;
&lt;br /&gt;
 5)printing impossible (report from forums.knoppix-fr.org)&lt;br /&gt;
&lt;br /&gt;
 6)module compilation is not possible (out of the box), have to have a look deeply &lt;br /&gt;
  (maybe problem with header or some links to them)&lt;br /&gt;
   Some more info: This is probably related with the Debian [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368544 bug #368544] as the parts missing &lt;br /&gt;
 in the headers are those supposed to be in a newcomer linux-kbuild package&lt;br /&gt;
&lt;br /&gt;
 7)[INSTALL] mount with removable media, &lt;br /&gt;
 &amp;quot;Please change the -u knoppix and -g knoppix in&lt;br /&gt;
 /etc/udev/knoppix.rules, either to match the &amp;quot;primary user&amp;quot;, or just&lt;br /&gt;
 remove them.&amp;quot; &lt;br /&gt;
 [http://lists.debian.org/debian-knoppix/2006/06/msg00039.html Klaus KNOPPER on debian-knoppix] ML&lt;br /&gt;
 -In: http://www.knoppix.net/wiki/Bugs/5.0DVD is solved&lt;br /&gt;
 -Number 10 ;)&lt;br /&gt;
 Jaime Ortega (jortega)&lt;br /&gt;
&lt;br /&gt;
 8) CD-Burning with an external USB device is broken.&lt;br /&gt;
 as i posted in the forum  http://www.knoppix.net/forum/viewtopic.php?t=24784&lt;br /&gt;
 there are some messages from cdrecord in the k3b failure report &lt;br /&gt;
 about missing entrys in /dev one of them about /dev/sg0 ... &lt;br /&gt;
 i looked for what was there in 4.0.2CD and found this:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 ll /dev/sg*&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  0 2001-08-24 01:32 /dev/sg0&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  1 2001-08-24 01:32 /dev/sg1&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 10 2001-08-24 01:32 /dev/sg10&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 11 2001-08-24 01:32 /dev/sg11&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 12 2001-08-24 01:32 /dev/sg12&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 13 2001-08-24 01:32 /dev/sg13&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 14 2001-08-24 01:32 /dev/sg14&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 15 2001-08-24 01:32 /dev/sg15&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 16 2001-08-24 01:32 /dev/sg16&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  2 2001-08-24 01:32 /dev/sg2&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  3 2001-08-24 01:32 /dev/sg3&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  4 2001-08-24 01:32 /dev/sg4&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  5 2001-08-24 01:32 /dev/sg5&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  6 2001-08-24 01:32 /dev/sg6&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  7 2001-08-24 01:32 /dev/sg7&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  8 2001-08-24 01:32 /dev/sg8&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  9 2001-08-24 01:32 /dev/sg9&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
 after creating /dev/sg0 with mknod ( using mknod without beeing absolutely sure &lt;br /&gt;
 what you are doing can lead to deleting all your data on harddisk or even worse )&lt;br /&gt;
 at least k3b simulation started working ... &lt;br /&gt;
 i will do a real burning test later ...&lt;br /&gt;
 :[[User:Ralph.Bremer|Ralph.Bremer]] 20:34, 5 Jul 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
 9) ipw2200 v1.1.1 (the one in kernel 2.6.17) relies on firmware 3.0 while &lt;br /&gt;
 the Knoppix package ipw2200-nonfree only contain older firmwares. &lt;br /&gt;
 Please update ipw2200-nonfree, cf &lt;br /&gt;
 http://ipw2200.sourceforge.net/firmware.php&lt;br /&gt;
&lt;br /&gt;
 10) Setting the timezone does not work. KDE's time applet requires the root&lt;br /&gt;
 password (should probably use ksudo instead). &lt;br /&gt;
Workaround: sudo vi /etc/timezone, &lt;br /&gt;
sudo cp /usr/share/zoneinfo/Continent/City /etc/zoneinfo.&lt;br /&gt;
&lt;br /&gt;
 11) Mounting of a PCMCIA flash drive works only once. After remove/insert of the card, &lt;br /&gt;
 the following error message appears: &amp;quot;mount:Gerätedatei /dev/hde1 existiert nicht&amp;quot; (rol).&lt;br /&gt;
&lt;br /&gt;
 12) Improvement: the CD and DVD editions miss the p7zip package.&lt;br /&gt;
 If you compress a tar archive of the Knoppix root filesystem, the result&lt;br /&gt;
 is 20% smaller than the one produced by bzip2. Definitely useful!&lt;br /&gt;
&lt;br /&gt;
 13) Improvement: the CD and DVD editions miss the ccache package&lt;br /&gt;
 (102 KB install size). This compiler cache is the best way to recompile&lt;br /&gt;
 big projects (like the Linux kernel) in a much faster way.&lt;br /&gt;
&lt;br /&gt;
 14) To use SD cards it currently is necessary to manually ''modprobe mmc_block''.&lt;br /&gt;
&lt;br /&gt;
 15) Improvement: If possible include new ''ipw3945'' WLAN module.&lt;br /&gt;
&lt;br /&gt;
 16) I use a working CD (tested on other computers). On my computer, Knoppix stops &lt;br /&gt;
 with the message &amp;quot;can't find KNOPPIX filesystem, sorry, dropping you to a (very &lt;br /&gt;
 limited) shell..&amp;quot;, just as the bug 15 of Knoppix 5.0DVD. Anyway the boot option&lt;br /&gt;
 nodma does not make things work. I have found no workaround. I have got a SATA&lt;br /&gt;
 CDROM/DVD drive (Plextor 712SA).&lt;br /&gt;
 16b?) Can't burn, and DVD-reader access are very slow on laptop with ICH6 SATA controler&lt;br /&gt;
Workaround (after HD install):&lt;br /&gt;
&lt;br /&gt;
''echo &amp;quot;options libata atapi_enabled=1&amp;quot; &amp;gt; /etc/modprobe.d/libata''&lt;br /&gt;
&lt;br /&gt;
''mkinitramfs -o /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
Then modify your boot config (/boot/grub/menu.lst for grub) to adapt your initrd like:&lt;br /&gt;
''initrd /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
And add to your kernel options (append):&lt;br /&gt;
&lt;br /&gt;
''ide1=noprobe''&lt;br /&gt;
&lt;br /&gt;
 17) X won't work on some systems when using Knoppix CD 5 or Knoppix CD 4.&lt;br /&gt;
 Tried on five different systems, three notebooks, two desktop systems,&lt;br /&gt;
 but xorg's X failed to start and complained about missing files. Integrity&lt;br /&gt;
 of CD tested and okay.&lt;br /&gt;
&lt;br /&gt;
 18) In KNOPPIX_V5.0.1CD-2006-06-01-DE.iso (MD5 checked OK) *boot/isolinux/isolinux.bin&lt;br /&gt;
 is corrupt or hash is wrong in md5sums file. &lt;br /&gt;
&lt;br /&gt;
 19) Apache2 returns &amp;quot;Partial Content&amp;quot; when accessing a local (127.0.0.1) page.&lt;br /&gt;
 Small files works, larger files (&amp;gt; Mtu ??) not. &lt;br /&gt;
 See http://www.knoppix.net/forum/viewtopic.php?t=25639&lt;br /&gt;
&lt;br /&gt;
 20)(may be the same as 1): Knoppix 5.0.1, English CD download, failed to mount the hard drives on a Dell Dimension 5100, which has a second  SATA hard drive installed for backup. It worked fine if I disabled the second hard drive from the BIOS setup.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 21) (same as 3): Knoppix 5.0.1, English CD download, failed to boot on an HP Pavilion zv5120us laptop, unmodified except for extra memory. The hangup was on the fourth line, &amp;quot;looking for CD in /dev/hdc&amp;quot;. Knoppix 4.0 boots fine on the same machine. The copy of 5.0.1 should be OK as it boots on the Dell, see 20.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 22) The !cal command does not work in a continuous manner. In fact it works about&lt;br /&gt;
 40% - 60% of the time when done consecutively. !ls and !top work without issue, but&lt;br /&gt;
 there seems to be a glitch in the !cal command when using the Knoppix 5.0.1 CD.&lt;br /&gt;
&lt;br /&gt;
 23) Notebook IBM Thinkpad T40: ipw2200 does not work due wlan-card firmware upload failure.&lt;br /&gt;
&lt;br /&gt;
 24) The persistent home bug: i have hdd with 2 partitions (hda1 - ntfs, hda5 - fat32). if on both partitions file knoppix.img exists, but on hda1 this file is broken(all zero) - then i can't use /dev/hda5/knoppix.img too due knoppix-autoconfig error: wenn one file was found, but broken, script will skip all other knoppix.img.&lt;br /&gt;
&lt;br /&gt;
 25) in autoconfig-script es is not enough fehler messages (knoppix-image: no message by broken(zero) file knoppix.img)&lt;br /&gt;
&lt;br /&gt;
 26) the KDE internet modem dialer, 'kppp',  appears to be broken, and can't find my serial modem, even when running as root. A partial solution is to use the ?debian? 'pon' , 'pof' and 'pppconfig' scripts from the shell.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/5.01CD</id>
		<title>Bugs/5.01CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/5.01CD"/>
				<updated>2006-11-28T08:34:53Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: KPPP bug, and working substitute program&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; 1) The ext2 persistent home bug (ext2 partitions not recognized properly)&lt;br /&gt;
 is still not fixed in 5.01, because of a a typo in the knoppix-autoconfig file:&lt;br /&gt;
 wrong:   ext3|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS=&amp;quot;$MOUNTOPTS,noatime&amp;quot; ;;&lt;br /&gt;
 Please find a diff in here:&lt;br /&gt;
 http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff&lt;br /&gt;
 BTW, I found a work around fix, cf:&lt;br /&gt;
 http://www.knoppix.net/forum/viewtopic.php?p=103883#103883&lt;br /&gt;
 Gilles van Ruymbeke&lt;br /&gt;
&lt;br /&gt;
 2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.&lt;br /&gt;
&lt;br /&gt;
 3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes &lt;br /&gt;
   nompcmcia to start, but Konsole failed start, complain that no tty are available.&lt;br /&gt;
WORKARUND: On a PB laptop, I manage to start without passing noudev, progress bar of autoconfiguring devices don't stop but by key pressing [CTRL c] twice, boot process continue.&lt;br /&gt;
After an HD install, need to put rt2500usb in blacklist&lt;br /&gt;
&lt;br /&gt;
 4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged &lt;br /&gt;
   and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.&lt;br /&gt;
&lt;br /&gt;
 5)printing impossible (report from forums.knoppix-fr.org)&lt;br /&gt;
&lt;br /&gt;
 6)module compilation is not possible (out of the box), have to have a look deeply &lt;br /&gt;
  (maybe problem with header or some links to them)&lt;br /&gt;
   Some more info: This is probably related with the Debian [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368544 bug #368544] as the parts missing &lt;br /&gt;
 in the headers are those supposed to be in a newcomer linux-kbuild package&lt;br /&gt;
&lt;br /&gt;
 7)[INSTALL] mount with removable media, &lt;br /&gt;
 &amp;quot;Please change the -u knoppix and -g knoppix in&lt;br /&gt;
 /etc/udev/knoppix.rules, either to match the &amp;quot;primary user&amp;quot;, or just&lt;br /&gt;
 remove them.&amp;quot; &lt;br /&gt;
 [http://lists.debian.org/debian-knoppix/2006/06/msg00039.html Klaus KNOPPER on debian-knoppix] ML&lt;br /&gt;
 -In: http://www.knoppix.net/wiki/Bugs/5.0DVD is solved&lt;br /&gt;
 -Number 10 ;)&lt;br /&gt;
 Jaime Ortega (jortega)&lt;br /&gt;
&lt;br /&gt;
 8) CD-Burning with an external USB device is broken.&lt;br /&gt;
 as i posted in the forum  http://www.knoppix.net/forum/viewtopic.php?t=24784&lt;br /&gt;
 there are some messages from cdrecord in the k3b failure report &lt;br /&gt;
 about missing entrys in /dev one of them about /dev/sg0 ... &lt;br /&gt;
 i looked for what was there in 4.0.2CD and found this:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 ll /dev/sg*&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  0 2001-08-24 01:32 /dev/sg0&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  1 2001-08-24 01:32 /dev/sg1&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 10 2001-08-24 01:32 /dev/sg10&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 11 2001-08-24 01:32 /dev/sg11&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 12 2001-08-24 01:32 /dev/sg12&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 13 2001-08-24 01:32 /dev/sg13&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 14 2001-08-24 01:32 /dev/sg14&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 15 2001-08-24 01:32 /dev/sg15&lt;br /&gt;
 crw-rw-rw-  1 root root 21, 16 2001-08-24 01:32 /dev/sg16&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  2 2001-08-24 01:32 /dev/sg2&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  3 2001-08-24 01:32 /dev/sg3&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  4 2001-08-24 01:32 /dev/sg4&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  5 2001-08-24 01:32 /dev/sg5&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  6 2001-08-24 01:32 /dev/sg6&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  7 2001-08-24 01:32 /dev/sg7&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  8 2001-08-24 01:32 /dev/sg8&lt;br /&gt;
 crw-rw-rw-  1 root root 21,  9 2001-08-24 01:32 /dev/sg9&lt;br /&gt;
 &amp;lt;/code&amp;gt;&lt;br /&gt;
 after creating /dev/sg0 with mknod ( using mknod without beeing absolutely sure &lt;br /&gt;
 what you are doing can lead to deleting all your data on harddisk or even worse )&lt;br /&gt;
 at least k3b simulation started working ... &lt;br /&gt;
 i will do a real burning test later ...&lt;br /&gt;
 :[[User:Ralph.Bremer|Ralph.Bremer]] 20:34, 5 Jul 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
 9) ipw2200 v1.1.1 (the one in kernel 2.6.17) relies on firmware 3.0 while &lt;br /&gt;
 the Knoppix package ipw2200-nonfree only contain older firmwares. &lt;br /&gt;
 Please update ipw2200-nonfree, cf &lt;br /&gt;
 http://ipw2200.sourceforge.net/firmware.php&lt;br /&gt;
&lt;br /&gt;
 10) Setting the timezone does not work. KDE's time applet requires the root&lt;br /&gt;
 password (should probably use ksudo instead). &lt;br /&gt;
Workaround: sudo vi /etc/timezone, &lt;br /&gt;
sudo cp /usr/share/zoneinfo/Continent/City /etc/zoneinfo.&lt;br /&gt;
&lt;br /&gt;
 11) Mounting of a PCMCIA flash drive works only once. After remove/insert of the card, &lt;br /&gt;
 the following error message appears: &amp;quot;mount:Gerätedatei /dev/hde1 existiert nicht&amp;quot; (rol).&lt;br /&gt;
&lt;br /&gt;
 12) Improvement: the CD and DVD editions miss the p7zip package.&lt;br /&gt;
 If you compress a tar archive of the Knoppix root filesystem, the result&lt;br /&gt;
 is 20% smaller than the one produced by bzip2. Definitely useful!&lt;br /&gt;
&lt;br /&gt;
 13) Improvement: the CD and DVD editions miss the ccache package&lt;br /&gt;
 (102 KB install size). This compiler cache is the best way to recompile&lt;br /&gt;
 big projects (like the Linux kernel) in a much faster way.&lt;br /&gt;
&lt;br /&gt;
 14) To use SD cards it currently is necessary to manually ''modprobe mmc_block''.&lt;br /&gt;
&lt;br /&gt;
 15) Improvement: If possible include new ''ipw3945'' WLAN module.&lt;br /&gt;
&lt;br /&gt;
 16) I use a working CD (tested on other computers). On my computer, Knoppix stops &lt;br /&gt;
 with the message &amp;quot;can't find KNOPPIX filesystem, sorry, dropping you to a (very &lt;br /&gt;
 limited) shell..&amp;quot;, just as the bug 15 of Knoppix 5.0DVD. Anyway the boot option&lt;br /&gt;
 nodma does not make things work. I have found no workaround. I have got a SATA&lt;br /&gt;
 CDROM/DVD drive (Plextor 712SA).&lt;br /&gt;
 16b?) Can't burn, and DVD-reader access are very slow on laptop with ICH6 SATA controler&lt;br /&gt;
Workaround (after HD install):&lt;br /&gt;
&lt;br /&gt;
''echo &amp;quot;options libata atapi_enabled=1&amp;quot; &amp;gt; /etc/modprobe.d/libata''&lt;br /&gt;
&lt;br /&gt;
''mkinitramfs -o /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
Then modify your boot config (/boot/grub/menu.lst for grub) to adapt your initrd like:&lt;br /&gt;
''initrd /boot/initrd.img-2.6.17-test''&lt;br /&gt;
&lt;br /&gt;
And add to your kernel options (append):&lt;br /&gt;
&lt;br /&gt;
''ide1=noprobe''&lt;br /&gt;
&lt;br /&gt;
 17) X won't work on some systems when using Knoppix CD 5 or Knoppix CD 4.&lt;br /&gt;
 Tried on five different systems, three notebooks, two desktop systems,&lt;br /&gt;
 but xorg's X failed to start and complained about missing files. Integrity&lt;br /&gt;
 of CD tested and okay.&lt;br /&gt;
&lt;br /&gt;
 18) In KNOPPIX_V5.0.1CD-2006-06-01-DE.iso (MD5 checked OK) *boot/isolinux/isolinux.bin&lt;br /&gt;
 is corrupt or hash is wrong in md5sums file. &lt;br /&gt;
&lt;br /&gt;
 19) Apache2 returns &amp;quot;Partial Content&amp;quot; when accessing a local (127.0.0.1) page.&lt;br /&gt;
 Small files works, larger files (&amp;gt; Mtu ??) not. &lt;br /&gt;
 See http://www.knoppix.net/forum/viewtopic.php?t=25639&lt;br /&gt;
&lt;br /&gt;
 20)(may be the same as 1): Knoppix 5.0.1, English CD download, failed to mount the hard drives on a Dell Dimension 5100, which has a second  SATA hard drive installed for backup. It worked fine if I disabled the second hard drive from the BIOS setup.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 21) (same as 3): Knoppix 5.0.1, English CD download, failed to boot on an HP Pavilion zv5120us laptop, unmodified except for extra memory. The hangup was on the fourth line, &amp;quot;looking for CD in /dev/hdc&amp;quot;. Knoppix 4.0 boots fine on the same machine. The copy of 5.0.1 should be OK as it boots on the Dell, see 20.&lt;br /&gt;
James Wimberley 9/10/2006&lt;br /&gt;
&lt;br /&gt;
 22) The !cal command does not work in a continuous manner. In fact it works about&lt;br /&gt;
 40% - 60% of the time when done consecutively. !ls and !top work without issue, but&lt;br /&gt;
 there seems to be a glitch in the !cal command when using the Knoppix 5.0.1 CD.&lt;br /&gt;
&lt;br /&gt;
 23) Notebook IBM Thinkpad T40: ipw2200 does not work due wlan-card firmware upload failure.&lt;br /&gt;
&lt;br /&gt;
 24) The persistent home bug: i have hdd with 2 partitions (hda1 - ntfs, hda5 - fat32). if on both partitions file knoppix.img exists, but on hda1 this file is broken(all zero) - then i can't use /dev/hda5/knoppix.img too due knoppix-autoconfig error: wenn one file was found, but broken, script will skip all other knoppix.img.&lt;br /&gt;
&lt;br /&gt;
 25) in autoconfig-script es is not enough fehler messages (knoppix-image: no message by broken(zero) file knoppix.img)&lt;br /&gt;
&lt;br /&gt;
 26) KPPP appears to be broken, and can't find my serial modem, even when running as root. A partial solution is to use the ?debian? 'pon' , 'pof' and 'pppconfig' scripts from the shell.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Using_FAQ</id>
		<title>Using FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Using_FAQ"/>
				<updated>2006-05-21T07:28:09Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: added: &amp;quot;Q: How do I stop the KNOPPIX web page from appearing every time I start KNOPPIX?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-German Version: [[Deutsch Using Faq]]&lt;br /&gt;
&lt;br /&gt;
-Versión española: [[Usando Faq]]&lt;br /&gt;
&lt;br /&gt;
-Versi Bahasa Indonesia: [[Indonesian Using FAQ]]&lt;br /&gt;
----&lt;br /&gt;
==== Q: How do I get Knoppix to boot Knoppix when it tells me that it can't find the KNOPPIX filesystem and is dropping me to a shell? ====&lt;br /&gt;
A: The full error is:&lt;br /&gt;
 Uncompressing Linux... Ok, booting the kernel.&lt;br /&gt;
 &lt;br /&gt;
  Welcome to the KNOPPIX live Linux-on-CD!&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 Scanning for USB/Firewire devices... Done.&lt;br /&gt;
 Enabling DMA acceleration for: hda      [Maxtor 2B020H1]&lt;br /&gt;
 Enabling DMA acceleration for: hda      [LTN486S]&lt;br /&gt;
 Can't find KNOPPIX filesystem, sorry.&lt;br /&gt;
 Dropping you to a (very limited) shell.&lt;br /&gt;
 Press reset button to quit.&lt;br /&gt;
 &lt;br /&gt;
 Additional buitin commands available:&lt;br /&gt;
        cat       mount     umount&lt;br /&gt;
        inmod     rmmod     lsmod&lt;br /&gt;
        &lt;br /&gt;
 knoppix# _&lt;br /&gt;
&lt;br /&gt;
Knoppix does the very best it can to automatically figure out what hardware the PC has &amp;amp; it does this without human intervention. DMA is a feature that speeds up data tranfer on IDE devices such as CDROM drive&amp;amp; HD drives. Some chipsets and/or harddiscs are broken or buggy. Using DMA would cause problems on such systems and in many many cases, if the CDROM drive does not support DMA then it fails to fully boot Knoppix from the CDR. DMA was enabled by default in Knoppix 3.4 through 3.7 and has been disabled in 3.8.x and up. To boot Knoppix 3.4 through 3.7 and get around this DMA problem, I boot knoppix with the following [[Cheat Codes]]:&lt;br /&gt;
 knoppix nodma&lt;br /&gt;
&lt;br /&gt;
==== Q: Why is DMA disabled by default and how do I enable it? ====&lt;br /&gt;
A: Knoppix does the very best it can to automatically figure out what hardware the PC has &amp;amp; it does this without human intervention. DMA is a feature that speeds up data tranfer on IDE devices such as CDROM drive&amp;amp; HD drives. Some chipsets and/or harddiscs are broken or buggy. Using DMA would cause problems on such systems.&lt;br /&gt;
&lt;br /&gt;
If your system works properly with DMA, and you are booting from HD, you can enable it by typing &amp;quot;/sbin/hdparm -c3 -d1 -m16 -k1 /dev/hda&amp;quot; or by editing the &amp;quot;/etc/init.d/bootmisc.sh&amp;quot; startup script and uncommenting the hdparm -qd1 /dev/hda line to have it permanently on at reboot, if the line is not there add it.&lt;br /&gt;
&lt;br /&gt;
A cleaner way to do it requires installing the hdparm package (use the command &amp;quot;apt-get install hdparm&amp;quot; to do this) and edit&lt;br /&gt;
the file &amp;quot;/etc/hdparm.conf&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Read more at: http://linux.oreillynet.com/pub/a/linux/2000/06/29/hdparm.html&lt;br /&gt;
&lt;br /&gt;
==== File transfer between Knoppix and Windows: ====&lt;br /&gt;
===== Q: I see the partitions from my hard disk on the desktop and can access their contents when I click on them, but if I try to write to them I always get the error message &amp;quot;access denied&amp;quot;. How can I write to my existing partitions? =====&lt;br /&gt;
&lt;br /&gt;
A: The general philosophy of KNOPPIX is to allow as little write access as possible. For this reason, existing partitions are either not mounted or only mounted &amp;quot;read only&amp;quot;. If you click with your right mouse button on an icon, the &amp;quot;read-only&amp;quot; attribute under item &amp;quot;device&amp;quot; can be un-checked. After this, the partition can be mounted &amp;quot;read-write&amp;quot; (for already mounted partitions, first click on &amp;quot;unmount&amp;quot;!). Alternatively, you can use the mount command to make the drive read/write, see '''man mount''' for details.  '''CAUTION:''' writing to NTFS partitions can lead to data loss, since Linux does not really support this file system! However, DOS and FAT32 file systems are safe for write access. Tip: In the shell the command &amp;quot;mount -o remount,rw /mnt/&amp;quot; can allow already-mounted file systems to be &amp;quot;made writeable&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=====Q: How can I write data on NTFS partitions?=====&lt;br /&gt;
&lt;br /&gt;
A: Under most conditions, Knoppix can not write or change files on an [http://www.wikipedia.org/wiki/NTFS NTFS] partition. Forcing it to do so may end up scrambling the underlying NTFS filesystem. Knoppix (and the Linux kernel) can read NTFS partitions just fine, the danger is only present when attempting to write to it. Older versions of Knoppix included a program called [http://www.jankratochvil.net/project/captive/ Captive NTFS] that used the existing NTFS drivers from a Windows system to acesss the NTFS drive. Even then it was slow and unstable. [http://www.jankratochvil.net/project/captive/ Captive NTFS] has not been maintained for over a year and is not currently included in recent Knoppix versions. &lt;br /&gt;
&lt;br /&gt;
=====Q: How do I access files created in Knoppix with other operating systems? =====&lt;br /&gt;
&lt;br /&gt;
A:&lt;br /&gt;
*'''Windows NT, XP (NTFS) and Windows 95, 98'''&lt;br /&gt;
*:* Use a [http://www.wikipedia.org/wiki/keydrive keydrive].&lt;br /&gt;
*::* Boot Knoppix with keydrive installed, Knoppix will add a keydrive icon to the desktop&lt;br /&gt;
*::* By default, the keydrive is read only. Change to r/w with right mouse button click -&amp;gt; Actions -&amp;gt; Change Read/Write mode -&amp;gt; click yes to make writable.&lt;br /&gt;
*::* the files you save on the key drive are then readable by windows.&lt;br /&gt;
*:* Use a floppy ?&lt;br /&gt;
*:* Use a CD writable ?&lt;br /&gt;
*:* Is a Knoppix partition readable by Windows XP (if I chose to install Knoppix on my hard drive)?&lt;br /&gt;
&lt;br /&gt;
*'''Windows 95, 98'''&lt;br /&gt;
*:* Mount the file system in Knoppix and write to the hard drive, see above&lt;br /&gt;
*:* Is a Knoppix partition readable by Windows 95 or 98 ?&lt;br /&gt;
&lt;br /&gt;
=====Q: I want to copy files to a windows box over the network=====&lt;br /&gt;
A:&lt;br /&gt;
&lt;br /&gt;
* First method&lt;br /&gt;
I boot with Knoppix from the CD drive. Once it has fully loaded to the KDE desktop, I open a konsole command window. I assume the the hda1 (C: drive) is a FAT32 drive, so I mount it with the command:&lt;br /&gt;
 sudo mount -t vfat -o ro,users /dev/hda1 /mnt/hda1&lt;br /&gt;
&lt;br /&gt;
If instead the the hda1 (C: drive) is a NTFS drive, the I mount it with the command:&lt;br /&gt;
 sudo mount -t ntfs -o ro,users /dev/hda1 /mnt/hda1&lt;br /&gt;
&lt;br /&gt;
Next I open up the GUI file manager (called konqueror).&lt;br /&gt;
 sudo konqueror&lt;br /&gt;
Once that comes up, in the location bar, I use the following to authenticate to a Windows domain &amp;amp; then access a windows networking share.In the location bar:&lt;br /&gt;
 smb:/domain\username@IP.address.of.machine&lt;br /&gt;
If you do not need to authenticate to a domain, the form is:&lt;br /&gt;
 smb:/hostname&lt;br /&gt;
or&lt;br /&gt;
 smb:/IP.address.of.machine&lt;br /&gt;
&lt;br /&gt;
This allows me to access windows shares. I navigate to  where I want to save the data, then hit the keys CTRL-T to open a tnew tabbed window. Then in that location bar type:  &lt;br /&gt;
 /mnt/hda1/&lt;br /&gt;
Now I see the hda1 (C: drive) contents. Just like in windows explorer, select the file &amp;amp; folders you want to copy, CTRL-C or right-click &amp;amp; copy them. Use the mouse &amp;amp; move over to the other tab with the smb connection, then CTRL-V or right-click paste to initiate the transfer. When you are done copying files, close the konqueror window, click the KDE K menu and choose to reboot/shutdown the PC. TO shutdown the PC by command:&lt;br /&gt;
 sudo init 0&lt;br /&gt;
&lt;br /&gt;
* Other method, in which both directions are possible. Either start SAMBA or mount the remote share.&lt;br /&gt;
** &amp;quot;sudo /etc/init.d/samba start&amp;quot;, add users with &amp;quot;smbpasswd -a knoppix&amp;quot;. After this, the home directory of user knoppix will be shared as readonly. If you need other shares, edit /etc/samba/smb.conf and restart samba (replace &amp;quot;start&amp;quot; with &amp;quot;restart&amp;quot;).&lt;br /&gt;
** &amp;quot;mkdir tmp/share; sudo mount -t smbfs -o username=Administrator //otherbox/share /tmp/share&amp;quot; (maybe start samba too to get rid of the warnings, especialy when using &amp;quot;nmblookup&amp;quot;)&lt;br /&gt;
* Or you can obtain a lissetup.sh (&amp;quot;wget &amp;lt;nowiki&amp;gt;http://users.volja.net/zejnovi/lissetup.sh&amp;lt;/nowiki&amp;gt;&amp;quot; in console). After doing that, in console, type: &amp;quot;chmod +x lissetup.sh&amp;quot;, and then &amp;quot;./lissetup.sh&amp;quot;. After doing this, you can use the LAN browser in Konqueror.&lt;br /&gt;
&lt;br /&gt;
==== Q: Knoppix 3.2: Errormessage during booting, when HOME-Directory is saved on HD? ====&lt;br /&gt;
I've saved the date on a FAT-32Partition, as an image and without password. I can't format the partition in a LINUX-Format, since it's used by other data. When I boot KNOPPIX with &amp;quot;knoppix myconfig=... home=....&amp;quot;, a short time later the message appears, that s.th. is not found and I'm asked for a password with at least 20 signs length (but such a password does not exist). It's no difference whether I type &amp;quot;home=scan&amp;quot; or s.th. like &amp;quot;home=/dev/hda5&amp;quot;. Never the less it seems to work fine, when I ignore the password request and negate the further enquiry with &amp;quot;n&amp;quot; for &amp;quot;no&amp;quot;. When I leave out &amp;quot;home=...&amp;quot; Knoppix has forgotton -as expected- the Home-Directory. The behavior is some how unbeautiful. Does anyone know how to avoid the request of that password?&lt;br /&gt;
&lt;br /&gt;
A: I encountered this problem when I placed both the config files and the persistent home on the same partition.If you do not have separate partitons then the config can be located on a floppy( I have not tried this.)&lt;br /&gt;
&lt;br /&gt;
====Q: What is the root password?====&lt;br /&gt;
&lt;br /&gt;
A: There is none; all passwords are locked/scrambled by default. You can set it by going Knoppix Menu-&amp;gt;Root Shell and typing &amp;quot;passwd&amp;quot;, then enterting a root password, also there are several sections you can read dealing with this subject in KNOPPIX/README_Security.txt.&lt;br /&gt;
You can also type &amp;quot;sudo su&amp;quot; or &amp;quot;sudo -s&amp;quot; in any console window, or use &amp;lt;ctr&amp;gt;-&amp;lt;alt&amp;gt;-F2 to get at the text console with already opened root shell.&lt;br /&gt;
&lt;br /&gt;
However, in some older versions of Knoppix, if you type 'sudo -s', it will ask for a password. If you simply press return without entering anything, it will tell you 'Authentication Failed.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
See also the forum thread titled [http://www.knoppix.net/forum/viewtopic.php?t=11500 &amp;quot;Root Password (what is it?)&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
====Q: How can I watch a DVD?====&lt;br /&gt;
&lt;br /&gt;
A: First of all, you have to have Knoppix installed on your hard drive.  You won't be able to execute the following proceedure if you are running it from the CD.&lt;br /&gt;
&lt;br /&gt;
* Become root&lt;br /&gt;
&lt;br /&gt;
* Add the following lines to your /etc/apt/sources.list:&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://www.videolan.org/pub/videolan/debian&amp;lt;/nowiki&amp;gt; $(ARCH)/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://www.videolan.org/pub/videolan/debian&amp;lt;/nowiki&amp;gt; sources/&lt;br /&gt;
&lt;br /&gt;
* Then do:&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install libdvdcss2&lt;br /&gt;
&lt;br /&gt;
* Play the DVD (e.g. with Xine, Ogle, Videolan, Mplayer etc).&lt;br /&gt;
* If your DVD plays but skips and jumps, then you probably need to enable Direct Memory Access (DMA) for the drive.&lt;br /&gt;
* To see if DMA is enabled, log in as root and type: &amp;quot;/sbin/hdparm -d &amp;lt;device name&amp;gt;&amp;quot;  For example: &amp;quot;/sbin/hdparm -d /dev/hdc&amp;quot;  It it says &amp;quot;using_dma    =  1 (on)&amp;quot; it is already turned on.&lt;br /&gt;
* Otherwise, to enable DMA type: &amp;quot;/sbin/hdparm -d 1 /dev/hdc&amp;quot;&lt;br /&gt;
*If you want DMA to be enabled automatically then  add the line &amp;quot;/sbin/hdparm -d 1 /dev/hdc&amp;quot; to any startup script (/etc/init.d/bootmisc.sh for example).&lt;br /&gt;
*Enjoy watching DVDs in Linux :-)&lt;br /&gt;
&lt;br /&gt;
-- &lt;br /&gt;
The links for /etc/apt/sources.list appear to be incorrect.&lt;br /&gt;
&lt;br /&gt;
The right links are:&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://download.videolan.org/pub/videolan/debian&amp;lt;/nowiki&amp;gt; $(ARCH)/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://download.videolan.org/pub/videolan/debian&amp;lt;/nowiki&amp;gt; sources/&lt;br /&gt;
&lt;br /&gt;
====Q: I've installed Knoppix to my HD and default language and keyboard setting is German.  How do I change to US English?  I've changed KDE by fumbling through what I remembered of KDE Control Center. The keyboard is still in German with some of the keys in different places.====&lt;br /&gt;
&lt;br /&gt;
A: Right click on the German flag in the system tray of the taskbar, and choose configure from the menu and set the keyboard to the layout you want to use.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can use KMenu &amp;gt; Settings &amp;gt; Control Panel &amp;gt; Regional &amp;amp; Accessibility &amp;gt; Country/ Region &amp;amp; Language &amp;gt; Locale &amp;gt; Country: &amp;quot;C - Default&amp;quot;, Keyboard: English: US  That does it for KDE. &lt;br /&gt;
&lt;br /&gt;
For the rest of the system, as root, type '''dpkg-reconfigure locales'''.  The first page is a list of fonts(?), press Tab then Enter to skip it.  The second page asks &amp;quot;Which locale should be the default in the system environment?&amp;quot; --  choose one of the en_US options.  ISO-8859-15 is nice&lt;br /&gt;
(it includes the Euro), although there is nothing wrong&lt;br /&gt;
with  ISO-8859-1 (aka Latin1).&lt;br /&gt;
&lt;br /&gt;
====Q: I've set the default language and keyboard in KDE, but some pages in Mozilla still come up in German instead of English. How do I fix this?====&lt;br /&gt;
&lt;br /&gt;
A1: In Mozilla, under Edit &amp;gt; Preferences...  and check on Language. On the right-hand side of the page you'll see that German is preferred over English in multi-lingual pages. Move English up and it will be the preferred language.&lt;br /&gt;
&lt;br /&gt;
A2: In Firefox, select Edit &amp;gt; Preferences.  Click the Advanced button, the General tab, then the Edit Languages button.  As above, move a line marked &amp;quot;English&amp;quot; to the top.&lt;br /&gt;
&lt;br /&gt;
====Q: I think about using Knoppix to make Partition-Images with [http://www.partimage.org partimage] - Did anybody try this out? Thanks in advance! -- http://linuxwiki.de/Brüßler====&lt;br /&gt;
&lt;br /&gt;
A: Yes, it works. -- [http://linuxwiki.de/PartImage LinuxWiki PartImage (in German)]&lt;br /&gt;
&lt;br /&gt;
====Q: How do I save my preferences (language, UI...) at the end of my session, when booting from CD? How do I restore them?====&lt;br /&gt;
&lt;br /&gt;
Go to the K-menu &amp;gt; KNOPPIX &amp;gt; Configuration and choose &amp;quot;save config&amp;quot;, you can save to floppy or to an already existing partition  on the harddrive. (on a windows partition is fine)&lt;br /&gt;
&lt;br /&gt;
To restore it, at the &amp;quot;boot:&amp;quot; prompt type in &amp;quot;knoppix myconfig=scan&amp;quot;, and it should find and restore your saved settings at boot time.&lt;br /&gt;
&lt;br /&gt;
====Q: After Installed knoopix in HD with lang=es, if I remove all the user configuration files in the /home/knoppix directory, the keys &amp;quot;&amp;lt; &amp;gt;&amp;quot; of my spanish keyboard are no longer recognized in the new kde session. What is the configuration file resposible of this behaviour?====&lt;br /&gt;
&lt;br /&gt;
A: Check the small flag in the bottom right corner of the screen, and you have to boot up with lang=es as a kernel parameter for it to work. (check /etc/lilo.conf)&lt;br /&gt;
&lt;br /&gt;
====Q:From where does KNOPPIX start all the scripts at the bootprocess?====&lt;br /&gt;
&lt;br /&gt;
A:The init scripts are located in /etc/init.d and are [[symlink]]ed to&lt;br /&gt;
in the /etc/rcX.d directorys in a sysV like fashion.&lt;br /&gt;
&lt;br /&gt;
====Q: Where can I find where all the boot-time parameters are interpreted???====&lt;br /&gt;
&lt;br /&gt;
A:You can see them in /etc/init.d/knoppix-autoconfig script&lt;br /&gt;
&lt;br /&gt;
====Q: How do I use an USB memory stick to save myconfiguration?====&lt;br /&gt;
&lt;br /&gt;
A: First boot KNOPPIX with the [http://www.wikipedia.org/wiki/keydrive memory stick] inserted. Got to the KNOPPIX menu, Configuration, Save Configuration. When asked, choose /dev/sda1. When booting type '''knoppix myconf=scan home=scan''' at the boot prompt.&lt;br /&gt;
&lt;br /&gt;
====Q: After using KNOPPIX, my Dell computer does not start!====&lt;br /&gt;
&lt;br /&gt;
A: This is an issue with the Dell BIOS. Simply pull out the power cord from your computer for a few seconds, and your computer should start again. You can also try passing &amp;quot;apm=off&amp;quot; or &amp;quot;apm=real-mode-poweroff&amp;quot; to the kernel during startup. apm=real-mode-poweroff is better because it keeps other apm-features (advanced power managment) turned on.&lt;br /&gt;
&lt;br /&gt;
====Q: How can I see a film with subtitles that of course I have, I think Xine is useful but I can't do it?====&lt;br /&gt;
&lt;br /&gt;
A: in a console &amp;quot;xine name_movie.ext#subtitle:name_subtitle.ext&amp;quot; you have to replace .ext with the real extension&lt;br /&gt;
&lt;br /&gt;
====Q: Which program do I use for word processing, spreadcheat calculations, image processing, burning, scanning, surfing, chatting...====&lt;br /&gt;
&lt;br /&gt;
A: Take a look at the [http://www.eleli.de/knoppix/docs/tutorial/english Knoppix Tutorial.]&lt;br /&gt;
&lt;br /&gt;
See also : * [http://www.linuxdevcenter.com/pub/a/linux/2003/11/20/knoppix.html?page=2 Using and Customizing Knoppix]&lt;br /&gt;
&lt;br /&gt;
====Q: How do I stop the KNOPPIX web page from appearing every time I start KNOPPIX? ====&lt;br /&gt;
&lt;br /&gt;
A: here is a 4 step process to edit your start up scrips so you get a clean desktop when you start your machine.&lt;br /&gt;
&lt;br /&gt;
1.Become root: in konsole, type: &lt;br /&gt;
 sudo bash&lt;br /&gt;
&lt;br /&gt;
2. Delete link to read-only x-init file on cd. type:&lt;br /&gt;
 rm /etc/X11/Xsession.d/45xsession&lt;br /&gt;
&lt;br /&gt;
3. Open the /KNOPPIX/etc/X11/Xsession.d/45xsession file in kwrite. type:&lt;br /&gt;
 kwrite /KNOPPIX/etc/X11/Xsession.d/45xsession&lt;br /&gt;
&lt;br /&gt;
3.1 In kwrite, search for:&lt;br /&gt;
 ln $HOME/Desktop/KNOPPIX.desktop $HOME/.kde/Autostart/showindex.desktop&lt;br /&gt;
by clicking on the magnifying icon below the main menubar.&lt;br /&gt;
&lt;br /&gt;
3.2 below the line that reads:&lt;br /&gt;
 ln $HOME/Desktop/KNOPPIX.desktop $HOME/.kde/Autostart/showindex.desktop&lt;br /&gt;
&lt;br /&gt;
and above the line that reads:&lt;br /&gt;
 fi&lt;br /&gt;
, insert:&lt;br /&gt;
 #added by gh78 --this next line removes the  autostart link &lt;br /&gt;
 rm -f $HOME/.kde/Autostart/showindex.desktop&lt;br /&gt;
 #added by gh78 --this next line removes the  knoppix intro web page from your desktop as well &lt;br /&gt;
 rm -f $HOME/Desktop/KNOPPIX.desktop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Save the x-init file as /etc/X11/Xsession.d/45xsession&lt;br /&gt;
&lt;br /&gt;
done.&lt;br /&gt;
&lt;br /&gt;
Now when you save your configuration, the /etc folder is saved as well--and your new startup script will now start without creating those files.&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Cheat_Codes</id>
		<title>Cheat Codes</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Cheat_Codes"/>
				<updated>2006-05-21T00:06:24Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: added 'boot=xxxx' cheat code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Introduction ====&lt;br /&gt;
German Version: [[Cheat Codes Deutsch]] / French Version: [[Cheat Codes French]] /&lt;br /&gt;
Versión español: [[Cheat Codes Spanish]]&lt;br /&gt;
----&lt;br /&gt;
'''Cheatcodes''' are used to pass options to KNOPPIX to help with getting it working on difficult hardware. You type them into the boot screen and press enter/return.  The format is &amp;quot;kernel option option option ...&amp;quot;. Usually &amp;quot;'''knoppix'''&amp;quot; is the right selection for the &amp;quot;kernel&amp;quot;.  You can type more than one cheatcode before pressing enter.  Also note that some options can take on values.&lt;br /&gt;
&lt;br /&gt;
Example: &amp;quot;knoppix xvrefresh=60 noscsi floppyconfig&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Options ====&lt;br /&gt;
;lang=bg|be|ch|cn|cs|cz|da|de|dk|es|fi|fr|ie|it|ja|nl|pl|ru|sk|tr|tw|uk|us : specify language/keyboard&lt;br /&gt;
&lt;br /&gt;
: You can click on http://www.w3.org/WAI/ER/IG/ert/iso639.htm to see the two-letters code meanings.&lt;br /&gt;
&lt;br /&gt;
: For example, typing knoppix lang=us you change the keyboard/language to US english.&lt;br /&gt;
&lt;br /&gt;
: If you don't change the keyboard, in the default DE-bootimage, Knoppix boots with the [http://en.wikipedia.org/wiki/International_keyboard_layouts#Germany_and_Austria_.28but_not_Switzerland.29 german keyboard layout] (i.e. '=' letter is located at Shift-0 at this keyboard). Print the german keyboard layout for your reference.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;keyboard=us : specify only [[console]] keyboard&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;xkeyboard=us : specify [[XFree86|X]] keyboard&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;atapicd  :Do NOT use SCSI-Emulation for IDE CD-Roms - Knoppix V3.4 and later&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;desktop=[[fluxbox]]|[[icewm]]|[[larswm]]|[[twm]]|[[wmaker]]|[[xfce]] : Use specified WM instead of KDE&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;screen=1280x1024 :Use specified Screen resolution for X&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;xvrefresh=60 or vsync=60 : Use 60 Hz vertical refresh rate for X&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;xhrefresh=80 or hsync=80 : Use 80 kHz horizontal refresh rate for X&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;xserver=XFree86|XF86_SVGA : Use specified X-Server&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;xmodule=ati|radeon|[[fbdev]]|vesa|savage|s3|nv|i810|mga|svga|tseng : Use specified XFree4-Module&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;wheelmouse : The mouse is a wheelmouse - not needed since 2003-04-15&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;nowheelmouse : Regular PS/2 mouse - 2003-04-15 and after.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;0 : Runlevel 0, Shutdown&lt;br /&gt;
;1 : Runlevel 1, Textmode, single user&lt;br /&gt;
;2 : Runlevel 2, Textmode only&lt;br /&gt;
;3 : Runlevel 3, Textmode only&lt;br /&gt;
;4 : Runlevel 4, Textmode only&lt;br /&gt;
;5 : Runlevel 5, Graphics mode, default&lt;br /&gt;
;6 : Runlevel 6, Reboot&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;myconfig=scan or floppyconfig or floppyconf (in recent versions) : Run '''knoppix.sh''' from a floppy. The &amp;quot;floppyconfig&amp;quot; option allows you to reconfigure the system after autoconfig, or install your own config files, by mounting a floppy disk and running a bourne shell script called '''knoppix.sh''' from the root directory on this floppy. There is a GUI to create such a configuration floppy disk calles &amp;quot;saveconfig&amp;quot; (also located in the KDE menu under &amp;quot;KNOPPIX&amp;quot;, but experts also know how to do this by creating their own shellscripts. The configuration with network and graphics setup are stored in '''configs.tbz'''. A file called ''knoppix.sh'', if located in the toplevel KNOPPIX directory on CD, will also be executed at startup. This makes it easier to create customized versions without having to change anything on the compressed filesystem KNOPPIX/KNOPPIX.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;myconf=/dev/sda1  :Run &amp;quot;knoppix.sh&amp;quot; from a partition - Knoppix V3.4&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;myconf=scan (or config=scan) :Try to find &amp;quot;knoppix.sh&amp;quot; automatically - Knoppix V3.4&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;noapic noagp noapm nodma nomce nofirewire nopcmcia noscsi noswap nousb nosmp noaudio : Skip parts of Hardware-detection, In case of a failing hardware autodetection, try booting with any of the &amp;quot;no-&amp;quot; options as shown in the table above, like in knoppix noagp noapm noapic nodma nopcmcia noscsi nousb to skip some critical parts of the autodetection system. The &amp;quot;noswap&amp;quot; option is useful for a forensic analysis without touching existing swap partitions.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;nofstab : By default Knoppix will look/scan the HDs to see if it contains partitions. If the HDs do have partitions, Knoppix will automatically build a '/etc/fstab' file and fill-in the appropriate partition entries and will also create the '/mnt/hdxx' mount points. The 'nofstab' cheat code prevents this look/scan and prevents the generation of the /etc/fstab and its mount points.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;nohwsetup : Skip hardware detection (does not run '''hwsetup''')&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;pci=irqmask=0x0e98 : Notebook if PS/2 mouse doesn't work,  Try &amp;quot;knoppix pci=irqmask=0x0e98&amp;quot; if (you have a notebook and) your PS/2 mouse doesn't work. (Possibly caused by a BIOS-flaw on your board.)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;ide2=0x180 nopcmia : boot from PCMCIA-CD (Transmeta notebooks)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;pci=biosirq : Will force the use of the BIOS assigned '''I'''nterrupt '''R'''e'''Q'''uests on the PCI bus. Possible cure for non-functioning hardware. Very handy for unruly IRQ conflicts. Look at '''dmesg''' and '''cat /proc/pci''' to find out if you have any such troubles..&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;mem=128M : Specify Memory size in MByte, Some Boards apparently don't pass the proper memory size to the linux-kernel. It may cause the message &amp;quot;Panic cannot mount root file system&amp;quot; and the system hangs. Use &amp;quot;knoppix mem=128M&amp;quot; to solve that problem if your system has 128MByte memory for example (caution you MUST use a capital &amp;quot;M&amp;quot; here). Stuff like mem=16320K also works.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;noeject : Do NOT eject CD after halt&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;noprompt : Its especially useful in combination with noeject. With noprompt, Knopix won't eject the CD and ask for a keypress. It was a much asked feature some time ago. Version 2003-09-22 and later.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;nodhcp : skip dhcp/network broadcast detection&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;splash : It shows the upper half of the KDE splash-screen, while booting up. You can press Esc anytime to see all the messages. Ever wanted to hide those cryptic messages? Version 2003-09-22 and later.&lt;br /&gt;
* New in 3.4: Animations (see for yourself) and the ability to press ''any'' key.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;modules-disk : This cheatcode allows you to insert a floppy disk with additional modules, for example USB-stick or similar. Yes, its also possible with &amp;quot;expert&amp;quot;, but there you loose the automatic configuration afterwards. Version 2003-09-22 and later.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;toram : Copy CD to RAM and run from there. Version 2003-09-05 and later.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;tohd : You can now do a &amp;quot;poor mans install&amp;quot; on vfat and ext2-Partitions with, '''knoppix tohd=/dev/hda1''' Version 2003-09-22 and later.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;fromhd : With this cheatcode the CD-Roms are ignored, so you can finally boot your &amp;quot;poor mans install&amp;quot; with just the original cdrom. Version 2003-09-05 and later. note - Cheatcode &amp;quot;toram&amp;quot; and &amp;quot;fromhd&amp;quot; work now together. Usage fromhd=/dev/hda1.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;boot=/dev/hda1 &lt;br /&gt;
:         (after you load kernel and run ramdisk startup stuff (minirt.gz) however you may choose) &lt;br /&gt;
:Then  continue  starting up from hda1/KNOPPIX/KNOPPIX  . This is an easy way to free up your  CD drive--you don't even need the CD at all, to boot, if you boot using loadlin, and have the 'linux' file and 'minirt.gz' file being loaded from the hard drive with loadlin. just copy the cd compressed contents to  the root directory of a partition. then load knoppix with loadlin or however, passing this code in addition to the others, as you start up.&lt;br /&gt;
:This was tested to work on a fat32 partition, in knoppix 3.4. --[[User:gh78|gh78]] May 20 2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;bootfrom=/dev/hda1 : Access Image then boot from previously              copied CD-Image (enables booting from  NTFS / ReiserFS) - Knoppix V3.4&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;bootfrom=/dev/hda1/KNX.iso : Access image, boot from ISO-Image. - Knoppix V3.4&lt;br /&gt;
&lt;br /&gt;
: NOTE: bootfrom needs access to a running Knoppix-System with the same Kernel as the Bootkernel, before it is able to mount the partition / ISO-Image.  This should allow a poor mans install from NTFS-Partitions and makes it also possible to boot an ISO-Image directly. You can also use wildcards in the ISO-Filename, but it must be unique. So: If you have just one KNOPPIX.iso on /dev/hda1 you can access it as: bootfrom=/dev/hda1/K*.iso, but if there are several, you need to make clear, which one you want. (Feature added by Fabian Franz.)&lt;br /&gt;
&lt;br /&gt;
: CAUTION: The 2.4 kernel that is in the KNOPPIX 3.4 CD does not support the ext3 filesystem so make sure that the ISO is stored in an ext2 filesystem.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;gmt|utc : Hardware clock is set to GMT/UTC&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;tz=Europe/Berlin : Hardware clock is set to timezone Europe/Berlin&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;vga=normal : No-framebuffer mode, but X&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;vga=ext : 50-line TEXT mode&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;dma : enable DMA for all IDE drives&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;home=scan :Set home directory. 'scan' will search for knoppix.img in the root of all partitions. To create a home directory, go K-menu -&amp;gt; Knoppix -&amp;gt; Configure -&amp;gt; Create persistant home directory. Be carefull when creating the home-dir, Do NOT use the entire partition unless you know what you are doing. Other options could be, home=/dev/hda1/knoppix.img home=/mnt/hda1/knoppix.img . If you are using a USB memory stick type home=/dev/sda1/knoppix.img but home=scan will probably do.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;blind :Start Braille-Terminal (no X)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;brltty=type,port,table :Parameters for Braille device.&lt;br /&gt;
For more information on brltty parameters see http://mielke.cc/brltty/guidelines.html&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;alsa :Autoconfigure alsa for an pci-soundcard&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;alsa=es1938 :Configure alsa for the snd-es1938.o-module pci-soundcard&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;testcd : Check CD data integrity, If your KNOPPIX CD makes strange noises during boot, or you see frequent errors like &amp;quot;cloop read error&amp;quot;, or programs on your KDE desktop keep crashing randomly, then your CD image is probably defective or incomplete, or your CD-burner created a defective CD due to wrong writing speed or bad media. This is the most common error reported. Please boot with &amp;quot;knoppix testcd&amp;quot; to check if the CD is OK, and/or even better, verify the MD5 checksums that are present on the mirrors before writing the CD. Also, please read the KNOPPIX-FAQ.&lt;br /&gt;
&lt;br /&gt;
: CAUTION: testcd can take a long time and the screen saver often starts while the testcd check is running. Hit SHIFT or CTRL to turn off the screen saver and continue, there is likely no need to reset the system or burn another CD at this point.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;pnpbios=off : No PnP Bios initialization&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;acpi=off  : Disable ACPI Bios completely&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;pci=bios : Workaround for bad PCI controllers&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;knoppix_dir=KNOPPIX  : Directory to search for on the CD.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;knoppix_name=KNOPPIX : Cloop-File to search for on the CD.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;-b : &amp;quot;Emergency Mode&amp;quot;, a quick-n-dirty boot, almost no HW detection, only 1 VT; hit enter at root-password prompt and start typing commands. Good if you just need to fdisk IDE devices, activate a different partition for booting, DD stuff, and you are planning on rebooting '''Real Fast''' after you're done. You can actually Alt-SysRQ-B safely ie. immediate reboot w/o worrying about shutting down nicely or anything, because nothing is mounted r/w at ALL - not even swap.  Also works on other Linux distros.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
==== Kernels ====&lt;br /&gt;
For a complete listing of the kernels and kernel labels, see the isolinux.cfg file on the CD.&lt;br /&gt;
&lt;br /&gt;
;knoppix or linux : Default settings&lt;br /&gt;
 # cat /proc/cmdline&lt;br /&gt;
 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791&lt;br /&gt;
 initrd=minirt.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=linux&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;knoppix26 or linux26 : Boot the 2.6 kernel for use with the new Knoppix 3.4 and 3.4 c't Edition.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;knoppix-txt : No framebuffer at startup&lt;br /&gt;
 # cat /proc/cmdline&lt;br /&gt;
 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal&lt;br /&gt;
 initrd=minirt.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=linux&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;fb1280x1024 or fb1024x768 or fb800x600 : Use fixed framebuffer graphics&lt;br /&gt;
 # cat /proc/cmdline&lt;br /&gt;
 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=794&lt;br /&gt;
 xmodule=fbdev initrd=minirt.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=linux&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;failsafe : Boot with (almost) no hardware detection&lt;br /&gt;
 # cat /proc/cmdline                                              &lt;br /&gt;
 ramdisk_size=100000 init=/etc/init lang=us vga=normal atapicd&lt;br /&gt;
 nosound noapic noacpi pnpbios=off acpi=off nofstab noscsi &lt;br /&gt;
 nodma noapm nousb nopcmcia nofirewire noagp nomce nodhcp &lt;br /&gt;
 xmodule=vesa initrd=minirt.gz BOOT_IMAGE=knoppix BOOT_IMAGE=linux&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;expert : Interactive setup for experts, The &amp;quot;expert&amp;quot; mode provides a very simple and not yet well tested interface to loading additional Kernel modules from floppy disks (ext2 or vfat), plus interactive configuration of mouse/keyboard/soundcard/xserver. &amp;quot;expert&amp;quot; mode supports the same boot options as &amp;quot;knoppix&amp;quot;.&lt;br /&gt;
 # cat /proc/cmdline                                              &lt;br /&gt;
 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791&lt;br /&gt;
 initrd=minirt.gz nomce BOOT_IMAGE=expert BOOT_IMAGE=linux&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;expert26 : The same as above only with 2.6 kernel - Knoppix V3.4&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;memtest : Run memtest86 instead of Linux - Knoppix V3.4&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
;debug : Pauses at various stages in the boot and shutdown processes.  Type 'exit' to move on to the next stage.&lt;br /&gt;
 # cat /proc/cmdline&lt;br /&gt;
 ramdisk_size=100000 init=/etc/init lang=us apm=power-off&lt;br /&gt;
 vga=normal initrd=minirt.gz debug BOOT_IMAGE=debug BOOT_IMAGE=linux&lt;br /&gt;
;userdef : useful kernel alias if you use knoppix-customize.  Type 'man knoppix-customize' for more information.  Very experimental.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Tips&amp;amp;Tricks ====&lt;br /&gt;
If you are unable to boot Knoppix (i.e. the screen goes blank, you see a kernel panic message, the screen flickers, you are dropped into a minimal shell, Knoppix simply freezes while booting, etc.), try these boot commands in order:&lt;br /&gt;
* '''boot: knoppix vga=0'''&lt;br /&gt;
* '''boot: knoppix acpi=off pnpbios=off noapic noapm''' Helpful for laptops&lt;br /&gt;
* '''boot: knoppix vga=0 debug -b 3''' Using this boot command will cause Knoppix to pause at various stages in the boot process. Just type 'exit' at each shell prompt to move on to the next stage. You will know that you are at the final stage when typing 'exit' does not do anything. If you get that far, type 'init 5' to go into graphics mode.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''boot: failsafe debug -b 3''' That will do the same as the previous boot command, except turn off most of the hardware detection.&lt;br /&gt;
If you still have issues, please post in the [http://www.knoppix.net/forum/viewforum.php?f=9 Hardware &amp;amp; Booting] forum, tell us which of the above boot commands you tried, and how far in the boot process you were able to get.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Information for further troubleshooting:&lt;br /&gt;
&lt;br /&gt;
Most of the boot options are parsed by different programs and scripts during the booting process, roughly in this order:&lt;br /&gt;
&lt;br /&gt;
* the isolinux bootloader&lt;br /&gt;
* the linux kernel&lt;br /&gt;
* /linuxrc , which can be found in /cdrom/boot/isolinux/miniroot.gz -&amp;gt; linuxrc&lt;br /&gt;
* /etc/init.d/knoppix-autoconfig&lt;br /&gt;
* /etc/init.d/xsession&lt;br /&gt;
* /usr/sbin/mkxf86config&lt;br /&gt;
* /etc/init.d/knoppix-halt&lt;br /&gt;
* /etc/init.d/knoppix-reboot&lt;br /&gt;
&lt;br /&gt;
For more information on passing boot parameters to the kernel, see 'man boot' and 'man bootparam'.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Updates ====&lt;br /&gt;
; Updated for Knoppix 3.1 2003-01-05&amp;lt;br&amp;gt;&lt;br /&gt;
; Updated for Knoppix 3.2 : desktop=gnome is no longer available... (use [http://www.gnoppix.org Gnoppix]).&lt;br /&gt;
; Updated for Knoppix 3.8.2&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Links ====&lt;br /&gt;
* http://download.linuxtag.org/knoppix/knoppix-cheatcodes.txt Cheatcode last version.&lt;br /&gt;
* http://www.tldp.org/HOWTO/BootPrompt-HOWTO.html&lt;br /&gt;
* http://www.wlug.org.nz/bootparam%287%29&lt;br /&gt;
* [[kernel-parameters-2.6.11]]&lt;br /&gt;
* [[User:Ml#miniroot_changes]]: i added some new cheatcodes for exotic boot media (nocloop, fromiso, nbd, nfs etc). they're not supported by default so a new miniroot.gz is needed.&lt;br /&gt;
&lt;br /&gt;
[[Category: Cheat Codes]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Requests_for_Enhancements</id>
		<title>Requests for Enhancements</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Requests_for_Enhancements"/>
				<updated>2006-04-26T23:46:17Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==saved files warning on shutdown==&lt;br /&gt;
Have it check the desktop and home directory for saved files when the user tries to shutdown. If files exist prompt to ask them if they want to continue with shutdown or continue the session so they can upload the files someplace.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mutiple Logins in Knoppix ==&lt;br /&gt;
&lt;br /&gt;
I recently had an idea for non-server type computers. This would be&lt;br /&gt;
implementable on Knoppix, but could be applied to any distribution.&lt;br /&gt;
&lt;br /&gt;
Right now, &amp;quot;knoppix home=scan&amp;quot; will scan media for a knoppix.img file.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be cool if the system looked for all files called&lt;br /&gt;
&amp;quot;home-*.img&amp;quot;. For example, I might have a home-hal.img file which&lt;br /&gt;
would be an encrypted filesystem containg the user hal's home&lt;br /&gt;
directory.&lt;br /&gt;
&lt;br /&gt;
Suppose it found two files: home-hal.img and home-dave.img. Then the&lt;br /&gt;
login screen would show four user options: default, hal, dave, and&lt;br /&gt;
new. Default would create a home directory in the ramdisk using the&lt;br /&gt;
default settings, just like Knoppix does now.&lt;br /&gt;
&lt;br /&gt;
If I chose hal, it would ask for a passphrase. If that passphrase&lt;br /&gt;
works on the encrypted home directory, then it would add hal to&lt;br /&gt;
/etc/passwd, mount the encrypted filesystem at /home/hal, and log me&lt;br /&gt;
in.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;new&amp;quot; option would create a new user and a new encrypted home&lt;br /&gt;
directory on whatever media is chosen.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages are:&lt;br /&gt;
&lt;br /&gt;
# One is not limited to the &amp;quot;knoppix&amp;quot; user.&lt;br /&gt;
# There can be mutliple home-directory images for multiple users on the same hard drive.&lt;br /&gt;
# This encourages use of encryption for security.&lt;br /&gt;
# It seems more natural security model.  In the old model of enforcing security, the kernel is expected to respect /etc/passwd and home-directory permissions.  User A could always use a live-cd to read User B's private files, even if User B had set the permissions on those files to keep them private.&lt;br /&gt;
&lt;br /&gt;
This idea needs work. But I think it has some promise. --[[User:Hal|Hal]] 16:10, 30 May 2005&lt;br /&gt;
&lt;br /&gt;
: This idea shows promise, but probably not in the way you imagine.  This needs discussion and a forum would be more appropriate that a wiki page for that. [http://www.knoppix.net/forum/ Forum link] --[[User:Rwcitek|Rwcitek]] 17:38, 21 Sep 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
:: [http://www.knoppix.net/forum/viewtopic.php?t=23973 http://www.knoppix.net/forum/viewtopic.php?t=23973] --[[User:Hal|Hal]] 18:31, 24 Apr 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Unique Hostname ==&lt;br /&gt;
&lt;br /&gt;
It would be very nice and useful, if the hostname of the Knoppix box would be unique. This would allow, that there are several Knoppix hosts running on the same net. Currently, if dynamic dns and DHCP is used, only the first &amp;quot;knoppix&amp;quot; host gets added to the DNS.&lt;br /&gt;
&lt;br /&gt;
One easy way would be, to add the MAC adress of the 1st NIC to hostname (without the : of course). This would make the hostname look something like &amp;quot;knoppix-0008743EFDE2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
or cheatcode &amp;quot;hostname=random&amp;quot; &amp;quot;hostname=MAC&amp;quot; &amp;quot;hostname=whateveruwant&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=='''Be Able to save a *compressed* readonly .img--like the saved config but with unionfs and encryption capabilities'''==&lt;br /&gt;
this way a cd could be burned with the standard iso, but as a multisession.&lt;br /&gt;
then you could next burn a compressed .img on the same CD with custom software on it--kind of a poorman's version of remastering.&lt;br /&gt;
compressed aes would be neat too.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:58:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=='''Be Able to run X at higher resolution (but with less color) --to make the best use of the video ram'''==&lt;br /&gt;
some older machines will work fine at 1024x768  but they just don't have the video memory to  have 32 bit color at that  resolution, and default to 640x480.&lt;br /&gt;
Unfortunately, KDE, as it is set up, is *unusable* at that resolution. (i.e.  the 'Apply' button, from the Control Panel, is drawn at the bottom of the  window, and is  off the  screen in  that resolution--you can't see it or click on it.)&lt;br /&gt;
--[[User:gh78|gh78]] Tue Apr 25 16:08:08 PDT 2006&lt;br /&gt;
&lt;br /&gt;
=='''Include a VNC Server on the CD'''==&lt;br /&gt;
: (not just a vnc viewer)   the nx  thing is an interesting idea,if it uses low bandwidth, but it's a pain to figure out. vnc is very easy/intuitive, and,  most importantly,  there are clients available for it for almost  every platform out there. (windows, mac, knoppix, *bsd...) --[[User:gh78|gh78]] Tue Apr 25 16:08:08 PDT 2006&lt;br /&gt;
&lt;br /&gt;
=='''KNOPPIX Terminal Server--Be Able to pass a knoppix.sh and config.tbz to a netbooting computer '''== often you might want to have a custom background, or xconfig (like using a serial mouse!) or more, and currently you can't specify all that in that x-dialog box. --[[User:gh78|gh78]] Tue Apr 25 16:08:08 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Requests_for_Enhancements</id>
		<title>Requests for Enhancements</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Requests_for_Enhancements"/>
				<updated>2006-04-25T23:23:36Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==saved files warning on shutdown==&lt;br /&gt;
Have it check the desktop and home directory for saved files when the user tries to shutdown. If files exist prompt to ask them if they want to continue with shutdown or continue the session so they can upload the files someplace.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mutiple Logins in Knoppix ==&lt;br /&gt;
&lt;br /&gt;
I recently had an idea for non-server type computers. This would be&lt;br /&gt;
implementable on Knoppix, but could be applied to any distribution.&lt;br /&gt;
&lt;br /&gt;
Right now, &amp;quot;knoppix home=scan&amp;quot; will scan media for a knoppix.img file.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be cool if the system looked for all files called&lt;br /&gt;
&amp;quot;home-*.img&amp;quot;. For example, I might have a home-hal.img file which&lt;br /&gt;
would be an encrypted filesystem containg the user hal's home&lt;br /&gt;
directory.&lt;br /&gt;
&lt;br /&gt;
Suppose it found two files: home-hal.img and home-dave.img. Then the&lt;br /&gt;
login screen would show four user options: default, hal, dave, and&lt;br /&gt;
new. Default would create a home directory in the ramdisk using the&lt;br /&gt;
default settings, just like Knoppix does now.&lt;br /&gt;
&lt;br /&gt;
If I chose hal, it would ask for a passphrase. If that passphrase&lt;br /&gt;
works on the encrypted home directory, then it would add hal to&lt;br /&gt;
/etc/passwd, mount the encrypted filesystem at /home/hal, and log me&lt;br /&gt;
in.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;new&amp;quot; option would create a new user and a new encrypted home&lt;br /&gt;
directory on whatever media is chosen.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages are:&lt;br /&gt;
&lt;br /&gt;
# One is not limited to the &amp;quot;knoppix&amp;quot; user.&lt;br /&gt;
# There can be mutliple home-directory images for multiple users on the same hard drive.&lt;br /&gt;
# This encourages use of encryption for security.&lt;br /&gt;
# It seems more natural security model.  In the old model of enforcing security, the kernel is expected to respect /etc/passwd and home-directory permissions.  User A could always use a live-cd to read User B's private files, even if User B had set the permissions on those files to keep them private.&lt;br /&gt;
&lt;br /&gt;
This idea needs work. But I think it has some promise. --[[User:Hal|Hal]] 16:10, 30 May 2005&lt;br /&gt;
&lt;br /&gt;
: This idea shows promise, but probably not in the way you imagine.  This needs discussion and a forum would be more appropriate that a wiki page for that. [http://www.knoppix.net/forum/ Forum link] --[[User:Rwcitek|Rwcitek]] 17:38, 21 Sep 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
:: [http://www.knoppix.net/forum/viewtopic.php?t=23973 http://www.knoppix.net/forum/viewtopic.php?t=23973] --[[User:Hal|Hal]] 18:31, 24 Apr 2006 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Unique Hostname ==&lt;br /&gt;
&lt;br /&gt;
It would be very nice and useful, if the hostname of the Knoppix box would be unique. This would allow, that there are several Knoppix hosts running on the same net. Currently, if dynamic dns and DHCP is used, only the first &amp;quot;knoppix&amp;quot; host gets added to the DNS.&lt;br /&gt;
&lt;br /&gt;
One easy way would be, to add the MAC adress of the 1st NIC to hostname (without the : of course). This would make the hostname look something like &amp;quot;knoppix-0008743EFDE2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
or cheatcode &amp;quot;hostname=random&amp;quot; &amp;quot;hostname=MAC&amp;quot; &amp;quot;hostname=whateveruwant&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=='''Be Able to save a *compressed* readonly .img--like the saved config but with unionfs and encryption capabilities'''==&lt;br /&gt;
this way a cd could be burned with the standard iso, but as a multisession.&lt;br /&gt;
then you could next burn a compressed .img on the same CD with custom software on it--kind of a poorman's version of remastering.&lt;br /&gt;
compressed aes would be neat too.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:58:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=='''Be Able to run X at higher resolution (but with less color) --to make the best use of the video ram'''==&lt;br /&gt;
some older machines will work fine at 1024x768  but they just don't have the video memory to  have 32 bit color at that  resolution, and default to 640x480.&lt;br /&gt;
Unfortunately, KDE, as it is set up, is *unusable* at that resolution. (i.e.  the 'Apply' button, from the Control Panel, is drawn at the bottom of the  window, and is  off the  screen in  that resolution--you can't see it or click on it.)&lt;br /&gt;
--[[User:gh78|gh78]] Tue Apr 25 16:08:08 PDT 2006&lt;br /&gt;
&lt;br /&gt;
=='''Include a VNC Server '''==&lt;br /&gt;
: (not just a vnc viewer) --[[User:gh78|gh78]] Tue Apr 25 16:08:08 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/4.0.2CD</id>
		<title>Bugs/4.0.2CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/4.0.2CD"/>
				<updated>2006-04-13T08:17:30Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1)The 4.0.2 CD at boot says: Welcome to the KNOPPIX live Linux-on-DVD!&lt;br /&gt;
&lt;br /&gt;
THIS IS THE CD AND NOT THE DVD AS IT DISPLAYS!&lt;br /&gt;
&lt;br /&gt;
2) Boot Option &amp;quot;knoppix no{swap}&amp;quot; is getting ignored (at least on an SATA Harddrive with Linux Swap partition).  !!! Knoppix will still use the swap partition !!!&lt;br /&gt;
&lt;br /&gt;
3) if toram boot option is used, shutdown does not work. After X-windows exit, shell prompt appears, but system does not do shutdown. Also poweroff or shutdown commands have no effect at all.&lt;br /&gt;
&lt;br /&gt;
3a) if toram boot option is used, &amp;quot;knoppix-terminalserver&amp;quot; NFS does not work. The client side will say &amp;quot;Permission denied by server&amp;quot; when trying to mount the exported &amp;quot;/cdrom&amp;quot; dir. Have attempted modifying/blanking hosts.allow and hosts.deny, fiddling with export options, flushing iptables, and changing permissions/owners on the exported directory.  This function works flawlessly when booted from CD.&lt;br /&gt;
&lt;br /&gt;
4) not sure this is new, but while customizing 4.0.2CD I encountered a problem involving hotplugging multiple usb-storage devices.  If one is mounted, and another is plugged in, the first device often seems to move to a new device but the old mount remains.  There seems to be some explanation of this behavior in /sbin/hotplug-knoppix.  Comments therein suggests the problem goes back to 2002.  It would be the nice and expected behavior if plugging new storage doesn't booger up existing mounts.  Any explanation of the issues involved would be helpful as well.&lt;br /&gt;
&lt;br /&gt;
5) Starting knoppix with boot option &amp;quot;knoppix desktop=xfce&amp;quot; initiates successfully xsession, sound can be heard but when loading xfce desktop computer returns to shell screen with message X Window xsession terminated with errors.&lt;br /&gt;
Tried on x40, within vmware. all other options boot up correctly (in regard to xsession...)&lt;br /&gt;
no errors in xfreelogs:&lt;br /&gt;
(WW) VMWARE(0): Failed to set up write-combining range (0xfa000000,0x1000000)&lt;br /&gt;
(WW) VMWARE(0): Option &amp;quot;DPMS&amp;quot; is not used&lt;br /&gt;
(WW) `fonts.dir' not found (or not valid) in &amp;quot;/usr/share/fonts/truetype&amp;quot;.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
	(Run 'mkfontdir' on &amp;quot;/usr/share/fonts/truetype&amp;quot;).&lt;br /&gt;
(WW) The directory &amp;quot;/usr/share/fonts/latex-ttf-fonts&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/CID&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/TrueType&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) Open APM failed (/dev/apm_bios) (No such device)&lt;br /&gt;
&lt;br /&gt;
just tried this on a quite typical desktop machine. same behaviour. desktop xfce seems to be broken.&lt;br /&gt;
&lt;br /&gt;
6) /usr/share/knoppix/profile contains files and directories (e.g. .gnupg .mozilla .nessus.keys .netscape) which are copied into /home/knoppix when the X session is started (see rsync commands in /etc/X11/Xsession.d/45xsession). However, these files are '''owned by root''', not knoppix! So files which knoppix does not have permission to read '''fail to get copied''' (e.g. .nessus.keys). Only found this out because I was trying to add a .ssh directory in there and wondered why it failed to get copied across at boot time ... a swift ''chown -R knoppix.knoppix /usr/share/knoppix'' before re-mastering the Knoppix CD fixes this.&lt;br /&gt;
&lt;br /&gt;
If you follow the instructions on the [[Knoppix_Remastering_Howto]], the equivalent command would be ''chown -R 1000.1000 /mnt/hda1/knx/source/KNOPPIX/usr/share/knoppix''.&lt;br /&gt;
&lt;br /&gt;
7) Knoppix 4.02 CD won't boot on an IBM Thinkpad I Series 1161-43u.  It only&lt;br /&gt;
displays &amp;quot;Disabling IRQ 15&amp;quot; over and over.  Knoppix 3.8 CD works fine.&lt;br /&gt;
* Have you tried any of the cheatcodes?  Have you cross posted this issue to the forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
8) Change read/write mode not working with bootfrom-cheat ---&lt;br /&gt;
If I start knoppix with &amp;quot;knoppix bootfrom=/dev/hdb1/KNOPPIX.iso&amp;quot;, and then right-click &amp;quot;Hard Disk [hdb1]&amp;quot; on Desktop and choose Actions-&amp;gt;Change read/write mode, I get this error after confirming the action: &amp;quot;The remount command failed. Maybe there is another process accessing the filesystem currently.&amp;quot;&lt;br /&gt;
I can still remount this manually with &amp;quot;sudo mount -o remount,rw /cdrom2.loop&amp;quot;&lt;br /&gt;
This bug is also present in 4.0.2-DVD&lt;br /&gt;
* Possible workaround: create a swapfile /mnt/hdb1/knoppix.swp.  Have you cross posted this issue in a forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
9) Knoppix-terminalserver&lt;br /&gt;
* clients/hosts booting with etherboot ROM's fail, because of some bug in the etherboot.nbi, but I'm not sure. can't find miniroot.gz, ... and than vmlinuz&lt;br /&gt;
* /etc/resolv.conf which is symlink to /etc/dhcpc/resolv.conf is not updated even for the hosts which boot with a PXE ROM, running netcardconfig with dhcp yes does the trick. --[[User:bsd|bsd]] Mon Nov  7 05:30:02 UTC 2005&lt;br /&gt;
&lt;br /&gt;
10) CD 4.02 do not use the USB 2.0 full speed mode.&lt;br /&gt;
The error is in the linuxrc in /boot/isolinux/minirt.gz The line &lt;br /&gt;
USB2=&amp;quot;ehci_hcd.ko&amp;quot; &lt;br /&gt;
should be &lt;br /&gt;
USB2=&amp;quot;ehci_hcd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
11) There seems to be something wrong with the hardware detection of several versions of knoppix (all Knoppix versions with kernel 2.6.x that I tried, including the latest (4.0.2)):&lt;br /&gt;
I've written a forum entry describing the problem: http://www.knoppix.net/forum/viewtopic.php?t=22343&lt;br /&gt;
To be more specific, the wrong driver for a family of network cards is being loaded (or that's what I think), causing knoppix to crash on boot, while trying to get an IP from DHCP.&lt;br /&gt;
&lt;br /&gt;
12) mkbootfloppy doesn't work, possibly since 3.7.  I made a forum post, with a rather ugly fix, here:  http://www.knoppix.net/forum/viewtopic.php?t=22949&lt;br /&gt;
It seems the problem is that if the second boot floppy is formatted as a 1722 KB disk then knoppix thinks the disk is corrupt at boot time.  If the second boot floppy gets formatted as a 1440 KB disk then everyting is fine.&lt;br /&gt;
&lt;br /&gt;
13) configure_bttv fails with xdialog usage message.&lt;br /&gt;
After review, i came to the conclusion that the error is caused by missing values in CARDLIST, when the radiolist construct runs for the tunners it should contain values of: &amp;quot;type=xx&amp;quot; but the only ones contained in the file is: &amp;quot;card=xxx&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
14) Thomson TCM390 modem not detected ([[netusb]])&lt;br /&gt;
&lt;br /&gt;
15) serial mouse not detected.&lt;br /&gt;
I had to edit the xfree86 config by hand.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13  2006&lt;br /&gt;
&lt;br /&gt;
16) isa modem not detected.&lt;br /&gt;
compaq netintelligent 56k isa modem works fine with knoppix v3.7, but not with v4.02&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13  2006&lt;br /&gt;
&lt;br /&gt;
17) my airlink usb 2.0 usb-ethernet adapter is not detected during the startup.&lt;br /&gt;
I have to unplug it, then plug it back in for it to be recognized.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13   2006&lt;br /&gt;
&lt;br /&gt;
18) the console mouse driver, gpm, doesn't work with either mc, or elinks.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13  2006&lt;br /&gt;
&lt;br /&gt;
19) kppp has some bug that causes it to dial an unselected number--the dial action sometimes randomly selects between the various entrees. This is probably not the fault of the knoppix team, but I thought I'd mention it.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Requests_for_Enhancements</id>
		<title>Requests for Enhancements</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Requests_for_Enhancements"/>
				<updated>2006-04-13T08:13:08Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==saved files warning on shutdown==&lt;br /&gt;
Have it check the desktop and home directory for saved files when the user tries to shutdown. If files exist prompt to ask them if they want to continue with shutdown or continue the session so they can upload the files someplace.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mutiple Logins in Knoppix ==&lt;br /&gt;
&lt;br /&gt;
I recently had an idea for non-server type computers. This would be&lt;br /&gt;
implementable on Knoppix, but could be applied to any distribution.&lt;br /&gt;
&lt;br /&gt;
Right now, &amp;quot;knoppix home=scan&amp;quot; will scan media for a knoppix.img file.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be cool if the system looked for all files called&lt;br /&gt;
&amp;quot;home-*.img&amp;quot;. For example, I might have a home-hal.img file which&lt;br /&gt;
would be an encrypted filesystem containg the user hal's home&lt;br /&gt;
directory.&lt;br /&gt;
&lt;br /&gt;
Suppose it found two files: home-hal.img and home-dave.img. Then the&lt;br /&gt;
login screen would show four user options: default, hal, dave, and&lt;br /&gt;
new. Default would create a home directory in the ramdisk using the&lt;br /&gt;
default settings, just like Knoppix does now.&lt;br /&gt;
&lt;br /&gt;
If I chose hal, it would ask for a passphrase. If that passphrase&lt;br /&gt;
works on the encrypted home directory, then it would add hal to&lt;br /&gt;
/etc/passwd, mount the encrypted filesystem at /home/hal, and log me&lt;br /&gt;
in.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;new&amp;quot; option would create a new user and a new encrypted home&lt;br /&gt;
directory on whatever media is chosen.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages are:&lt;br /&gt;
&lt;br /&gt;
# One is not limited to the &amp;quot;knoppix&amp;quot; user.&lt;br /&gt;
# There can be mutliple home-directory images for multiple users on the same hard drive.&lt;br /&gt;
# This encourages use of encryption for security.&lt;br /&gt;
# It seems more natural security model.  In the old model of enforcing security, the kernel is expected to respect /etc/passwd and home-directory permissions.  User A could always use a live-cd to read User B's private files, even if User B had set the permissions on those files to keep them private.&lt;br /&gt;
&lt;br /&gt;
This idea needs work. But I think it has some promise.&lt;br /&gt;
&lt;br /&gt;
: This idea shows promise, but probably not in the way you imagine.  This needs discussion and a forum would be more appropriate that a wiki page for that. [http://www.knoppix.net/forum/ Forum link] --[[User:Rwcitek|Rwcitek]] 17:38, 21 Sep 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Unique Hostname ==&lt;br /&gt;
&lt;br /&gt;
It would be very nice and useful, if the hostname of the Knoppix box would be unique. This would allow, that there are several Knoppix hosts running on the same net. Currently, if dynamic dns and DHCP is used, only the first &amp;quot;knoppix&amp;quot; host gets added to the DNS.&lt;br /&gt;
&lt;br /&gt;
One easy way would be, to add the MAC adress of the 1st NIC to hostname (without the : of course). This would make the hostname look something like &amp;quot;knoppix-0008743EFDE2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
or cheatcode &amp;quot;hostname=random&amp;quot; &amp;quot;hostname=MAC&amp;quot; &amp;quot;hostname=whateveruwant&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=='''Be Able to save a *compressed* readonly .img--like the saved config but with unionfs and encryption capabilities'''==&lt;br /&gt;
this way a cd could be burned with the standard iso, but as a multisession.&lt;br /&gt;
then you could next burn a compressed .img on the same CD with custom software on it--kind of a poorman's version of remastering.&lt;br /&gt;
compressed aes would be neat too.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:58:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User:Gh78</id>
		<title>User:Gh78</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User:Gh78"/>
				<updated>2006-04-13T08:12:34Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thu Apr 13 00:41:00 PDT 2006&lt;br /&gt;
&lt;br /&gt;
Hello.&lt;br /&gt;
&lt;br /&gt;
I am a kinda beginner--a bit more advanced than a newbie.&lt;br /&gt;
I started with v3.3, then moved to v3.4 [thanks for the cd, kyle] then used v3.7, 3.81, 4.02.&lt;br /&gt;
I also try D.S.L. from time to time. [a v3.4 fork]&lt;br /&gt;
I'm interested in  [http://freshmeat.net/projects/twin/ twin] and would love to see it on a cd.&lt;br /&gt;
&lt;br /&gt;
I am saddened to see the lack of the 2.4 kernel--everything seemed to work much better back then.&lt;br /&gt;
&lt;br /&gt;
I am quite happy to see the wiki working. open source *depends* on feedback from the users.&lt;br /&gt;
&lt;br /&gt;
have a nice day&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Requests_for_Enhancements</id>
		<title>Requests for Enhancements</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Requests_for_Enhancements"/>
				<updated>2006-04-13T08:01:42Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==saved files warning on shutdown==&lt;br /&gt;
Have it check the desktop and home directory for saved files when the user tries to shutdown. If files exist prompt to ask them if they want to continue with shutdown or continue the session so they can upload the files someplace.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mutiple Logins in Knoppix ==&lt;br /&gt;
&lt;br /&gt;
I recently had an idea for non-server type computers. This would be&lt;br /&gt;
implementable on Knoppix, but could be applied to any distribution.&lt;br /&gt;
&lt;br /&gt;
Right now, &amp;quot;knoppix home=scan&amp;quot; will scan media for a knoppix.img file.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be cool if the system looked for all files called&lt;br /&gt;
&amp;quot;home-*.img&amp;quot;. For example, I might have a home-hal.img file which&lt;br /&gt;
would be an encrypted filesystem containg the user hal's home&lt;br /&gt;
directory.&lt;br /&gt;
&lt;br /&gt;
Suppose it found two files: home-hal.img and home-dave.img. Then the&lt;br /&gt;
login screen would show four user options: default, hal, dave, and&lt;br /&gt;
new. Default would create a home directory in the ramdisk using the&lt;br /&gt;
default settings, just like Knoppix does now.&lt;br /&gt;
&lt;br /&gt;
If I chose hal, it would ask for a passphrase. If that passphrase&lt;br /&gt;
works on the encrypted home directory, then it would add hal to&lt;br /&gt;
/etc/passwd, mount the encrypted filesystem at /home/hal, and log me&lt;br /&gt;
in.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;new&amp;quot; option would create a new user and a new encrypted home&lt;br /&gt;
directory on whatever media is chosen.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages are:&lt;br /&gt;
&lt;br /&gt;
# One is not limited to the &amp;quot;knoppix&amp;quot; user.&lt;br /&gt;
# There can be mutliple home-directory images for multiple users on the same hard drive.&lt;br /&gt;
# This encourages use of encryption for security.&lt;br /&gt;
# It seems more natural security model.  In the old model of enforcing security, the kernel is expected to respect /etc/passwd and home-directory permissions.  User A could always use a live-cd to read User B's private files, even if User B had set the permissions on those files to keep them private.&lt;br /&gt;
&lt;br /&gt;
This idea needs work. But I think it has some promise.&lt;br /&gt;
&lt;br /&gt;
: This idea shows promise, but probably not in the way you imagine.  This needs discussion and a forum would be more appropriate that a wiki page for that. [http://www.knoppix.net/forum/ Forum link] --[[User:Rwcitek|Rwcitek]] 17:38, 21 Sep 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Unique Hostname ==&lt;br /&gt;
&lt;br /&gt;
It would be very nice and useful, if the hostname of the Knoppix box would be unique. This would allow, that there are several Knoppix hosts running on the same net. Currently, if dynamic dns and DHCP is used, only the first &amp;quot;knoppix&amp;quot; host gets added to the DNS.&lt;br /&gt;
&lt;br /&gt;
One easy way would be, to add the MAC adress of the 1st NIC to hostname (without the : of course). This would make the hostname look something like &amp;quot;knoppix-0008743EFDE2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
or cheatcode &amp;quot;hostname=random&amp;quot; &amp;quot;hostname=MAC&amp;quot; &amp;quot;hostname=whateveruwant&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Be Able to save a *compressed* readonly .img--like the saved config but with unionfs and encryption capabilities==&lt;br /&gt;
this way a cd could be burned with the standard iso, but as a multisession.&lt;br /&gt;
then you could next burn a compressed .img on the same CD with custom software on it--kind of a poorman's version of remastering.&lt;br /&gt;
compressed aes would be neat too.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:58:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Requests_for_Enhancements</id>
		<title>Requests for Enhancements</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Requests_for_Enhancements"/>
				<updated>2006-04-13T07:59:18Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==saved files warning on shutdown==&lt;br /&gt;
Have it check the desktop and home directory for saved files when the user tries to shutdown. If files exist prompt to ask them if they want to continue with shutdown or continue the session so they can upload the files someplace.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mutiple Logins in Knoppix ==&lt;br /&gt;
&lt;br /&gt;
I recently had an idea for non-server type computers. This would be&lt;br /&gt;
implementable on Knoppix, but could be applied to any distribution.&lt;br /&gt;
&lt;br /&gt;
Right now, &amp;quot;knoppix home=scan&amp;quot; will scan media for a knoppix.img file.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be cool if the system looked for all files called&lt;br /&gt;
&amp;quot;home-*.img&amp;quot;. For example, I might have a home-hal.img file which&lt;br /&gt;
would be an encrypted filesystem containg the user hal's home&lt;br /&gt;
directory.&lt;br /&gt;
&lt;br /&gt;
Suppose it found two files: home-hal.img and home-dave.img. Then the&lt;br /&gt;
login screen would show four user options: default, hal, dave, and&lt;br /&gt;
new. Default would create a home directory in the ramdisk using the&lt;br /&gt;
default settings, just like Knoppix does now.&lt;br /&gt;
&lt;br /&gt;
If I chose hal, it would ask for a passphrase. If that passphrase&lt;br /&gt;
works on the encrypted home directory, then it would add hal to&lt;br /&gt;
/etc/passwd, mount the encrypted filesystem at /home/hal, and log me&lt;br /&gt;
in.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;new&amp;quot; option would create a new user and a new encrypted home&lt;br /&gt;
directory on whatever media is chosen.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/newidea&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages are:&lt;br /&gt;
&lt;br /&gt;
# One is not limited to the &amp;quot;knoppix&amp;quot; user.&lt;br /&gt;
# There can be mutliple home-directory images for multiple users on the same hard drive.&lt;br /&gt;
# This encourages use of encryption for security.&lt;br /&gt;
# It seems more natural security model.  In the old model of enforcing security, the kernel is expected to respect /etc/passwd and home-directory permissions.  User A could always use a live-cd to read User B's private files, even if User B had set the permissions on those files to keep them private.&lt;br /&gt;
&lt;br /&gt;
This idea needs work. But I think it has some promise.&lt;br /&gt;
&lt;br /&gt;
: This idea shows promise, but probably not in the way you imagine.  This needs discussion and a forum would be more appropriate that a wiki page for that. [http://www.knoppix.net/forum/ Forum link] --[[User:Rwcitek|Rwcitek]] 17:38, 21 Sep 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Unique Hostname ==&lt;br /&gt;
&lt;br /&gt;
It would be very nice and useful, if the hostname of the Knoppix box would be unique. This would allow, that there are several Knoppix hosts running on the same net. Currently, if dynamic dns and DHCP is used, only the first &amp;quot;knoppix&amp;quot; host gets added to the DNS.&lt;br /&gt;
&lt;br /&gt;
One easy way would be, to add the MAC adress of the 1st NIC to hostname (without the : of course). This would make the hostname look something like &amp;quot;knoppix-0008743EFDE2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
or cheatcode &amp;quot;hostname=random&amp;quot; &amp;quot;hostname=MAC&amp;quot; &amp;quot;hostname=whateveruwant&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==be able to save a *compressed* readonly .img ==&lt;br /&gt;
this way a cd could be burned with the standard iso, but as a multisession.&lt;br /&gt;
then you could next burn a compressed .img on the same CD with custom software on it--kind of a poorman's version of remastering.&lt;br /&gt;
compressed aes would be neat too.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:58:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/4.0.2CD</id>
		<title>Bugs/4.0.2CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/4.0.2CD"/>
				<updated>2006-04-13T07:57:34Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1)The 4.0.2 CD at boot says: Welcome to the KNOPPIX live Linux-on-DVD!&lt;br /&gt;
&lt;br /&gt;
THIS IS THE CD AND NOT THE DVD AS IT DISPLAYS!&lt;br /&gt;
&lt;br /&gt;
2) Boot Option &amp;quot;knoppix no{swap}&amp;quot; is getting ignored (at least on an SATA Harddrive with Linux Swap partition).  !!! Knoppix will still use the swap partition !!!&lt;br /&gt;
&lt;br /&gt;
3) if toram boot option is used, shutdown does not work. After X-windows exit, shell prompt appears, but system does not do shutdown. Also poweroff or shutdown commands have no effect at all.&lt;br /&gt;
&lt;br /&gt;
3a) if toram boot option is used, &amp;quot;knoppix-terminalserver&amp;quot; NFS does not work. The client side will say &amp;quot;Permission denied by server&amp;quot; when trying to mount the exported &amp;quot;/cdrom&amp;quot; dir. Have attempted modifying/blanking hosts.allow and hosts.deny, fiddling with export options, flushing iptables, and changing permissions/owners on the exported directory.  This function works flawlessly when booted from CD.&lt;br /&gt;
&lt;br /&gt;
4) not sure this is new, but while customizing 4.0.2CD I encountered a problem involving hotplugging multiple usb-storage devices.  If one is mounted, and another is plugged in, the first device often seems to move to a new device but the old mount remains.  There seems to be some explanation of this behavior in /sbin/hotplug-knoppix.  Comments therein suggests the problem goes back to 2002.  It would be the nice and expected behavior if plugging new storage doesn't booger up existing mounts.  Any explanation of the issues involved would be helpful as well.&lt;br /&gt;
&lt;br /&gt;
5) Starting knoppix with boot option &amp;quot;knoppix desktop=xfce&amp;quot; initiates successfully xsession, sound can be heard but when loading xfce desktop computer returns to shell screen with message X Window xsession terminated with errors.&lt;br /&gt;
Tried on x40, within vmware. all other options boot up correctly (in regard to xsession...)&lt;br /&gt;
no errors in xfreelogs:&lt;br /&gt;
(WW) VMWARE(0): Failed to set up write-combining range (0xfa000000,0x1000000)&lt;br /&gt;
(WW) VMWARE(0): Option &amp;quot;DPMS&amp;quot; is not used&lt;br /&gt;
(WW) `fonts.dir' not found (or not valid) in &amp;quot;/usr/share/fonts/truetype&amp;quot;.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
	(Run 'mkfontdir' on &amp;quot;/usr/share/fonts/truetype&amp;quot;).&lt;br /&gt;
(WW) The directory &amp;quot;/usr/share/fonts/latex-ttf-fonts&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/CID&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/TrueType&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) Open APM failed (/dev/apm_bios) (No such device)&lt;br /&gt;
&lt;br /&gt;
just tried this on a quite typical desktop machine. same behaviour. desktop xfce seems to be broken.&lt;br /&gt;
&lt;br /&gt;
6) /usr/share/knoppix/profile contains files and directories (e.g. .gnupg .mozilla .nessus.keys .netscape) which are copied into /home/knoppix when the X session is started (see rsync commands in /etc/X11/Xsession.d/45xsession). However, these files are '''owned by root''', not knoppix! So files which knoppix does not have permission to read '''fail to get copied''' (e.g. .nessus.keys). Only found this out because I was trying to add a .ssh directory in there and wondered why it failed to get copied across at boot time ... a swift ''chown -R knoppix.knoppix /usr/share/knoppix'' before re-mastering the Knoppix CD fixes this.&lt;br /&gt;
&lt;br /&gt;
If you follow the instructions on the [[Knoppix_Remastering_Howto]], the equivalent command would be ''chown -R 1000.1000 /mnt/hda1/knx/source/KNOPPIX/usr/share/knoppix''.&lt;br /&gt;
&lt;br /&gt;
7) Knoppix 4.02 CD won't boot on an IBM Thinkpad I Series 1161-43u.  It only&lt;br /&gt;
displays &amp;quot;Disabling IRQ 15&amp;quot; over and over.  Knoppix 3.8 CD works fine.&lt;br /&gt;
* Have you tried any of the cheatcodes?  Have you cross posted this issue to the forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
8) Change read/write mode not working with bootfrom-cheat ---&lt;br /&gt;
If I start knoppix with &amp;quot;knoppix bootfrom=/dev/hdb1/KNOPPIX.iso&amp;quot;, and then right-click &amp;quot;Hard Disk [hdb1]&amp;quot; on Desktop and choose Actions-&amp;gt;Change read/write mode, I get this error after confirming the action: &amp;quot;The remount command failed. Maybe there is another process accessing the filesystem currently.&amp;quot;&lt;br /&gt;
I can still remount this manually with &amp;quot;sudo mount -o remount,rw /cdrom2.loop&amp;quot;&lt;br /&gt;
This bug is also present in 4.0.2-DVD&lt;br /&gt;
* Possible workaround: create a swapfile /mnt/hdb1/knoppix.swp.  Have you cross posted this issue in a forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
9) Knoppix-terminalserver&lt;br /&gt;
* clients/hosts booting with etherboot ROM's fail, because of some bug in the etherboot.nbi, but I'm not sure. can't find miniroot.gz, ... and than vmlinuz&lt;br /&gt;
* /etc/resolv.conf which is symlink to /etc/dhcpc/resolv.conf is not updated even for the hosts which boot with a PXE ROM, running netcardconfig with dhcp yes does the trick. --[[User:bsd|bsd]] Mon Nov  7 05:30:02 UTC 2005&lt;br /&gt;
&lt;br /&gt;
10) CD 4.02 do not use the USB 2.0 full speed mode.&lt;br /&gt;
The error is in the linuxrc in /boot/isolinux/minirt.gz The line &lt;br /&gt;
USB2=&amp;quot;ehci_hcd.ko&amp;quot; &lt;br /&gt;
should be &lt;br /&gt;
USB2=&amp;quot;ehci_hcd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
11) There seems to be something wrong with the hardware detection of several versions of knoppix (all Knoppix versions with kernel 2.6.x that I tried, including the latest (4.0.2)):&lt;br /&gt;
I've written a forum entry describing the problem: http://www.knoppix.net/forum/viewtopic.php?t=22343&lt;br /&gt;
To be more specific, the wrong driver for a family of network cards is being loaded (or that's what I think), causing knoppix to crash on boot, while trying to get an IP from DHCP.&lt;br /&gt;
&lt;br /&gt;
12) mkbootfloppy doesn't work, possibly since 3.7.  I made a forum post, with a rather ugly fix, here:  http://www.knoppix.net/forum/viewtopic.php?t=22949&lt;br /&gt;
It seems the problem is that if the second boot floppy is formatted as a 1722 KB disk then knoppix thinks the disk is corrupt at boot time.  If the second boot floppy gets formatted as a 1440 KB disk then everyting is fine.&lt;br /&gt;
&lt;br /&gt;
13) configure_bttv fails with xdialog usage message.&lt;br /&gt;
After review, i came to the conclusion that the error is caused by missing values in CARDLIST, when the radiolist construct runs for the tunners it should contain values of: &amp;quot;type=xx&amp;quot; but the only ones contained in the file is: &amp;quot;card=xxx&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
14) Thomson TCM390 modem not detected ([[netusb]])&lt;br /&gt;
&lt;br /&gt;
15) serial mouse not detected.&lt;br /&gt;
I had to edit the xfree86 config by hand.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:54:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
16) isa modem not detected.&lt;br /&gt;
compaq netintelligent 56k isa modem works fine with knoppix v3.7, but not with v4.02&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:54:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
17) my airlink usb 2.0 usb-ethernet adapter is not detected during the startup.&lt;br /&gt;
I have to unplug it, then plug it back in for it to be recognized.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:54:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
18) the console mouse driver, gpm, doesn't work with either mc, or elinks.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:54:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
19) kppp has some bug that causes it to dial an unselected number--the dial action sometimes randomly selects between the various entrees. This is probably not the fault of the knoppix team, but I thought I'd mention it.&lt;br /&gt;
--[[User:gh78|gh78]] Thu Apr 13 00:54:56 PDT 2006&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User:Gh78</id>
		<title>User:Gh78</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User:Gh78"/>
				<updated>2006-04-13T07:45:57Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thu Apr 13 00:41:00 PDT 2006&lt;br /&gt;
&lt;br /&gt;
Hello.&lt;br /&gt;
&lt;br /&gt;
I am a kinda beginner--a bit more advanced than a newbie.&lt;br /&gt;
&lt;br /&gt;
I am quite happy to see the wiki working. open source *depends* on feedback from the users.&lt;br /&gt;
&lt;br /&gt;
I hope you all take the time to give useful feedback as well--together we can make this corner of the world a better place.&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User:Gh78</id>
		<title>User:Gh78</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User:Gh78"/>
				<updated>2006-04-13T07:45:09Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thu Apr 13 00:41:00 PDT 2006&lt;br /&gt;
&lt;br /&gt;
Hello.&lt;br /&gt;
&lt;br /&gt;
I am a kinda beginner--a bit more advanced than a newbie.&lt;br /&gt;
&lt;br /&gt;
I am quite happy to see the wiki working. open source *depends* on feedback from the users.&lt;br /&gt;
&lt;br /&gt;
I hope you all take the time to give useful feedback as well--together we can make this corner of the world a better place.&lt;br /&gt;
&lt;br /&gt;
Thanks for reading.&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/4.0.2CD</id>
		<title>Bugs/4.0.2CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/4.0.2CD"/>
				<updated>2006-04-13T07:28:43Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1)The 4.0.2 CD at boot says: Welcome to the KNOPPIX live Linux-on-DVD!&lt;br /&gt;
&lt;br /&gt;
THIS IS THE CD AND NOT THE DVD AS IT DISPLAYS!&lt;br /&gt;
&lt;br /&gt;
2) Boot Option &amp;quot;knoppix no{swap}&amp;quot; is getting ignored (at least on an SATA Harddrive with Linux Swap partition).  !!! Knoppix will still use the swap partition !!!&lt;br /&gt;
&lt;br /&gt;
3) if toram boot option is used, shutdown does not work. After X-windows exit, shell prompt appears, but system does not do shutdown. Also poweroff or shutdown commands have no effect at all.&lt;br /&gt;
&lt;br /&gt;
3a) if toram boot option is used, &amp;quot;knoppix-terminalserver&amp;quot; NFS does not work. The client side will say &amp;quot;Permission denied by server&amp;quot; when trying to mount the exported &amp;quot;/cdrom&amp;quot; dir. Have attempted modifying/blanking hosts.allow and hosts.deny, fiddling with export options, flushing iptables, and changing permissions/owners on the exported directory.  This function works flawlessly when booted from CD.&lt;br /&gt;
&lt;br /&gt;
4) not sure this is new, but while customizing 4.0.2CD I encountered a problem involving hotplugging multiple usb-storage devices.  If one is mounted, and another is plugged in, the first device often seems to move to a new device but the old mount remains.  There seems to be some explanation of this behavior in /sbin/hotplug-knoppix.  Comments therein suggests the problem goes back to 2002.  It would be the nice and expected behavior if plugging new storage doesn't booger up existing mounts.  Any explanation of the issues involved would be helpful as well.&lt;br /&gt;
&lt;br /&gt;
5) Starting knoppix with boot option &amp;quot;knoppix desktop=xfce&amp;quot; initiates successfully xsession, sound can be heard but when loading xfce desktop computer returns to shell screen with message X Window xsession terminated with errors.&lt;br /&gt;
Tried on x40, within vmware. all other options boot up correctly (in regard to xsession...)&lt;br /&gt;
no errors in xfreelogs:&lt;br /&gt;
(WW) VMWARE(0): Failed to set up write-combining range (0xfa000000,0x1000000)&lt;br /&gt;
(WW) VMWARE(0): Option &amp;quot;DPMS&amp;quot; is not used&lt;br /&gt;
(WW) `fonts.dir' not found (or not valid) in &amp;quot;/usr/share/fonts/truetype&amp;quot;.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
	(Run 'mkfontdir' on &amp;quot;/usr/share/fonts/truetype&amp;quot;).&lt;br /&gt;
(WW) The directory &amp;quot;/usr/share/fonts/latex-ttf-fonts&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/CID&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/TrueType&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) Open APM failed (/dev/apm_bios) (No such device)&lt;br /&gt;
&lt;br /&gt;
just tried this on a quite typical desktop machine. same behaviour. desktop xfce seems to be broken.&lt;br /&gt;
&lt;br /&gt;
6) /usr/share/knoppix/profile contains files and directories (e.g. .gnupg .mozilla .nessus.keys .netscape) which are copied into /home/knoppix when the X session is started (see rsync commands in /etc/X11/Xsession.d/45xsession). However, these files are '''owned by root''', not knoppix! So files which knoppix does not have permission to read '''fail to get copied''' (e.g. .nessus.keys). Only found this out because I was trying to add a .ssh directory in there and wondered why it failed to get copied across at boot time ... a swift ''chown -R knoppix.knoppix /usr/share/knoppix'' before re-mastering the Knoppix CD fixes this.&lt;br /&gt;
&lt;br /&gt;
If you follow the instructions on the [[Knoppix_Remastering_Howto]], the equivalent command would be ''chown -R 1000.1000 /mnt/hda1/knx/source/KNOPPIX/usr/share/knoppix''.&lt;br /&gt;
&lt;br /&gt;
7) Knoppix 4.02 CD won't boot on an IBM Thinkpad I Series 1161-43u.  It only&lt;br /&gt;
displays &amp;quot;Disabling IRQ 15&amp;quot; over and over.  Knoppix 3.8 CD works fine.&lt;br /&gt;
* Have you tried any of the cheatcodes?  Have you cross posted this issue to the forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
8) Change read/write mode not working with bootfrom-cheat ---&lt;br /&gt;
If I start knoppix with &amp;quot;knoppix bootfrom=/dev/hdb1/KNOPPIX.iso&amp;quot;, and then right-click &amp;quot;Hard Disk [hdb1]&amp;quot; on Desktop and choose Actions-&amp;gt;Change read/write mode, I get this error after confirming the action: &amp;quot;The remount command failed. Maybe there is another process accessing the filesystem currently.&amp;quot;&lt;br /&gt;
I can still remount this manually with &amp;quot;sudo mount -o remount,rw /cdrom2.loop&amp;quot;&lt;br /&gt;
This bug is also present in 4.0.2-DVD&lt;br /&gt;
* Possible workaround: create a swapfile /mnt/hdb1/knoppix.swp.  Have you cross posted this issue in a forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
9) Knoppix-terminalserver&lt;br /&gt;
* clients/hosts booting with etherboot ROM's fail, because of some bug in the etherboot.nbi, but I'm not sure. can't find miniroot.gz, ... and than vmlinuz&lt;br /&gt;
* /etc/resolv.conf which is symlink to /etc/dhcpc/resolv.conf is not updated even for the hosts which boot with a PXE ROM, running netcardconfig with dhcp yes does the trick. --[[User:bsd|bsd]] Mon Nov  7 05:30:02 UTC 2005&lt;br /&gt;
&lt;br /&gt;
10) CD 4.02 do not use the USB 2.0 full speed mode.&lt;br /&gt;
The error is in the linuxrc in /boot/isolinux/minirt.gz The line &lt;br /&gt;
USB2=&amp;quot;ehci_hcd.ko&amp;quot; &lt;br /&gt;
should be &lt;br /&gt;
USB2=&amp;quot;ehci_hcd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
11) There seems to be something wrong with the hardware detection of several versions of knoppix (all Knoppix versions with kernel 2.6.x that I tried, including the latest (4.0.2)):&lt;br /&gt;
I've written a forum entry describing the problem: http://www.knoppix.net/forum/viewtopic.php?t=22343&lt;br /&gt;
To be more specific, the wrong driver for a family of network cards is being loaded (or that's what I think), causing knoppix to crash on boot, while trying to get an IP from DHCP.&lt;br /&gt;
&lt;br /&gt;
12) mkbootfloppy doesn't work, possibly since 3.7.  I made a forum post, with a rather ugly fix, here:  http://www.knoppix.net/forum/viewtopic.php?t=22949&lt;br /&gt;
It seems the problem is that if the second boot floppy is formatted as a 1722 KB disk then knoppix thinks the disk is corrupt at boot time.  If the second boot floppy gets formatted as a 1440 KB disk then everyting is fine.&lt;br /&gt;
&lt;br /&gt;
13) configure_bttv fails with xdialog usage message.&lt;br /&gt;
After review, i came to the conclusion that the error is caused by missing values in CARDLIST, when the radiolist construct runs for the tunners it should contain values of: &amp;quot;type=xx&amp;quot; but the only ones contained in the file is: &amp;quot;card=xxx&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
14) Thomson TCM390 modem not detected ([[netusb]])&lt;br /&gt;
&lt;br /&gt;
15) serial mouse not detected.&lt;br /&gt;
I had to edit the xfree86 config by hand.&lt;br /&gt;
-gh78&lt;br /&gt;
&lt;br /&gt;
16) isa modem not detected.&lt;br /&gt;
compaq netintelligent 56k isa modem works fine with knoppix v3.7, but not with v4.02&lt;br /&gt;
-gh78&lt;br /&gt;
&lt;br /&gt;
17) my airlink usb 2.0 usb-ethernet adapter is not detected during the startup.&lt;br /&gt;
I have to unplug it, then plug it back in for it to be recognized.&lt;br /&gt;
&lt;br /&gt;
18) the console mouse driver, gpm, doesn't work with either mc, or elinks.&lt;br /&gt;
-gh78&lt;br /&gt;
&lt;br /&gt;
19) kppp has some bug that causes it to dial an unselected number--the dial action sometimes randomly selects between the various entrees.&lt;br /&gt;
 This is probably not the fault of the knoppix teram, but I thought I'd mention it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/4.0.2CD</id>
		<title>Bugs/4.0.2CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/4.0.2CD"/>
				<updated>2006-04-13T07:05:20Z</updated>
		
		<summary type="html">&lt;p&gt;Gh78: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1)The 4.0.2 CD at boot says: Welcome to the KNOPPIX live Linux-on-DVD!&lt;br /&gt;
&lt;br /&gt;
THIS IS THE CD AND NOT THE DVD AS IT DISPLAYS!&lt;br /&gt;
&lt;br /&gt;
2) Boot Option &amp;quot;knoppix no{swap}&amp;quot; is getting ignored (at least on an SATA Harddrive with Linux Swap partition).  !!! Knoppix will still use the swap partition !!!&lt;br /&gt;
&lt;br /&gt;
3) if toram boot option is used, shutdown does not work. After X-windows exit, shell prompt appears, but system does not do shutdown. Also poweroff or shutdown commands have no effect at all.&lt;br /&gt;
&lt;br /&gt;
3a) if toram boot option is used, &amp;quot;knoppix-terminalserver&amp;quot; NFS does not work. The client side will say &amp;quot;Permission denied by server&amp;quot; when trying to mount the exported &amp;quot;/cdrom&amp;quot; dir. Have attempted modifying/blanking hosts.allow and hosts.deny, fiddling with export options, flushing iptables, and changing permissions/owners on the exported directory.  This function works flawlessly when booted from CD.&lt;br /&gt;
&lt;br /&gt;
4) not sure this is new, but while customizing 4.0.2CD I encountered a problem involving hotplugging multiple usb-storage devices.  If one is mounted, and another is plugged in, the first device often seems to move to a new device but the old mount remains.  There seems to be some explanation of this behavior in /sbin/hotplug-knoppix.  Comments therein suggests the problem goes back to 2002.  It would be the nice and expected behavior if plugging new storage doesn't booger up existing mounts.  Any explanation of the issues involved would be helpful as well.&lt;br /&gt;
&lt;br /&gt;
5) Starting knoppix with boot option &amp;quot;knoppix desktop=xfce&amp;quot; initiates successfully xsession, sound can be heard but when loading xfce desktop computer returns to shell screen with message X Window xsession terminated with errors.&lt;br /&gt;
Tried on x40, within vmware. all other options boot up correctly (in regard to xsession...)&lt;br /&gt;
no errors in xfreelogs:&lt;br /&gt;
(WW) VMWARE(0): Failed to set up write-combining range (0xfa000000,0x1000000)&lt;br /&gt;
(WW) VMWARE(0): Option &amp;quot;DPMS&amp;quot; is not used&lt;br /&gt;
(WW) `fonts.dir' not found (or not valid) in &amp;quot;/usr/share/fonts/truetype&amp;quot;.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
	(Run 'mkfontdir' on &amp;quot;/usr/share/fonts/truetype&amp;quot;).&lt;br /&gt;
(WW) The directory &amp;quot;/usr/share/fonts/latex-ttf-fonts&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/CID&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) The directory &amp;quot;/usr/X11R6/lib/X11/fonts/defoma/TrueType&amp;quot; does not exist.&lt;br /&gt;
	Entry deleted from font path.&lt;br /&gt;
(WW) Open APM failed (/dev/apm_bios) (No such device)&lt;br /&gt;
&lt;br /&gt;
just tried this on a quite typical desktop machine. same behaviour. desktop xfce seems to be broken.&lt;br /&gt;
&lt;br /&gt;
6) /usr/share/knoppix/profile contains files and directories (e.g. .gnupg .mozilla .nessus.keys .netscape) which are copied into /home/knoppix when the X session is started (see rsync commands in /etc/X11/Xsession.d/45xsession). However, these files are '''owned by root''', not knoppix! So files which knoppix does not have permission to read '''fail to get copied''' (e.g. .nessus.keys). Only found this out because I was trying to add a .ssh directory in there and wondered why it failed to get copied across at boot time ... a swift ''chown -R knoppix.knoppix /usr/share/knoppix'' before re-mastering the Knoppix CD fixes this.&lt;br /&gt;
&lt;br /&gt;
If you follow the instructions on the [[Knoppix_Remastering_Howto]], the equivalent command would be ''chown -R 1000.1000 /mnt/hda1/knx/source/KNOPPIX/usr/share/knoppix''.&lt;br /&gt;
&lt;br /&gt;
7) Knoppix 4.02 CD won't boot on an IBM Thinkpad I Series 1161-43u.  It only&lt;br /&gt;
displays &amp;quot;Disabling IRQ 15&amp;quot; over and over.  Knoppix 3.8 CD works fine.&lt;br /&gt;
* Have you tried any of the cheatcodes?  Have you cross posted this issue to the forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
8) Change read/write mode not working with bootfrom-cheat ---&lt;br /&gt;
If I start knoppix with &amp;quot;knoppix bootfrom=/dev/hdb1/KNOPPIX.iso&amp;quot;, and then right-click &amp;quot;Hard Disk [hdb1]&amp;quot; on Desktop and choose Actions-&amp;gt;Change read/write mode, I get this error after confirming the action: &amp;quot;The remount command failed. Maybe there is another process accessing the filesystem currently.&amp;quot;&lt;br /&gt;
I can still remount this manually with &amp;quot;sudo mount -o remount,rw /cdrom2.loop&amp;quot;&lt;br /&gt;
This bug is also present in 4.0.2-DVD&lt;br /&gt;
* Possible workaround: create a swapfile /mnt/hdb1/knoppix.swp.  Have you cross posted this issue in a forum? --[[User:Rwcitek|Rwcitek]] 22:16, 5 Nov 2005 (GMT)&lt;br /&gt;
&lt;br /&gt;
9) Knoppix-terminalserver&lt;br /&gt;
* clients/hosts booting with etherboot ROM's fail, because of some bug in the etherboot.nbi, but I'm not sure. can't find miniroot.gz, ... and than vmlinuz&lt;br /&gt;
* /etc/resolv.conf which is symlink to /etc/dhcpc/resolv.conf is not updated even for the hosts which boot with a PXE ROM, running netcardconfig with dhcp yes does the trick. --[[User:bsd|bsd]] Mon Nov  7 05:30:02 UTC 2005&lt;br /&gt;
&lt;br /&gt;
10) CD 4.02 do not use the USB 2.0 full speed mode.&lt;br /&gt;
The error is in the linuxrc in /boot/isolinux/minirt.gz The line &lt;br /&gt;
USB2=&amp;quot;ehci_hcd.ko&amp;quot; &lt;br /&gt;
should be &lt;br /&gt;
USB2=&amp;quot;ehci_hcd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
11) There seems to be something wrong with the hardware detection of several versions of knoppix (all Knoppix versions with kernel 2.6.x that I tried, including the latest (4.0.2)):&lt;br /&gt;
I've written a forum entry describing the problem: http://www.knoppix.net/forum/viewtopic.php?t=22343&lt;br /&gt;
To be more specific, the wrong driver for a family of network cards is being loaded (or that's what I think), causing knoppix to crash on boot, while trying to get an IP from DHCP.&lt;br /&gt;
&lt;br /&gt;
12) mkbootfloppy doesn't work, possibly since 3.7.  I made a forum post, with a rather ugly fix, here:  http://www.knoppix.net/forum/viewtopic.php?t=22949&lt;br /&gt;
It seems the problem is that if the second boot floppy is formatted as a 1722 KB disk then knoppix thinks the disk is corrupt at boot time.  If the second boot floppy gets formatted as a 1440 KB disk then everyting is fine.&lt;br /&gt;
&lt;br /&gt;
13) configure_bttv fails with xdialog usage message.&lt;br /&gt;
After review, i came to the conclusion that the error is caused by missing values in CARDLIST, when the radiolist construct runs for the tunners it should contain values of: &amp;quot;type=xx&amp;quot; but the only ones contained in the file is: &amp;quot;card=xxx&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
14) Thomson TCM390 modem not detected ([[netusb]])&lt;br /&gt;
&lt;br /&gt;
15) serial mouse not detected.&lt;br /&gt;
I had to edit the xfree86 config by hand.&lt;br /&gt;
-gh78&lt;br /&gt;
&lt;br /&gt;
16) isa modem not detected.&lt;br /&gt;
compaq netintelligent 56k isa modem works fine with knoppix v3.7, but not with v4.02&lt;br /&gt;
-gh78&lt;br /&gt;
&lt;br /&gt;
17) the console mouse driver, gpm, doesn't work with either mc, or elinks.&lt;br /&gt;
-gh78&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Gh78</name></author>	</entry>

	</feed>