<?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=Jortega</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=Jortega"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/Jortega"/>
		<updated>2026-09-16T03:26:24Z</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-06T05:24:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jortega: &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;
&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Jortega</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-06T05:20:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jortega: &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;
&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;
&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>Jortega</name></author>	</entry>

	</feed>