Difference between revisions of "Bugs/5.01CD"


From Knoppix Documentation Wiki
Jump to: navigation, search
(removed my bug, the thing suddenly started working and I'm not clear yet on why.)
Line 11: Line 11:
 
  2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.
 
  2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.
  
  3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes nompcmcia to start, but Konsole failed start, complain that no tty are available.
+
  3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes  
 +
  nompcmcia to start, but Konsole failed start, complain that no tty are available.
  
  4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.
+
  4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged  
 +
  and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.
  
 
  5)printing impossible (report from forums.knoppix-fr.org)
 
  5)printing impossible (report from forums.knoppix-fr.org)
  
  6)module compilation is not possible (out of the box), have to have a look deeply (maybe problem with header or some links to them)
+
  6)module compilation is not possible (out of the box), have to have a look deeply  
 +
  (maybe problem with header or some links to them)
  
 
  7)[INSTALL] mount with removable media,  
 
  7)[INSTALL] mount with removable media,  
Line 24: Line 27:
 
remove them."  
 
remove them."  
 
[http://lists.debian.org/debian-knoppix/2006/06/msg00039.html Klaus KNOPPER on debian-knoppix] ML
 
[http://lists.debian.org/debian-knoppix/2006/06/msg00039.html Klaus KNOPPER on debian-knoppix] ML
 +
 +
 +
8) CD-Burning with an external USB device is broken.
 +
as i posted in the forum  http://www.knoppix.net/forum/viewtopic.php?t=24784
 +
there are some messages from cdrecord in the k3b failure report
 +
about missing entrys in /dev one of them about /dev/sg0 ...
 +
i looked for what was there in 4.0.2CD and found this:
 +
<code>
 +
ll /dev/sg*
 +
crw-rw-rw-  1 root root 21,  0 2001-08-24 01:32 /dev/sg0
 +
crw-rw-rw-  1 root root 21,  1 2001-08-24 01:32 /dev/sg1
 +
crw-rw-rw-  1 root root 21, 10 2001-08-24 01:32 /dev/sg10
 +
crw-rw-rw-  1 root root 21, 11 2001-08-24 01:32 /dev/sg11
 +
crw-rw-rw-  1 root root 21, 12 2001-08-24 01:32 /dev/sg12
 +
crw-rw-rw-  1 root root 21, 13 2001-08-24 01:32 /dev/sg13
 +
crw-rw-rw-  1 root root 21, 14 2001-08-24 01:32 /dev/sg14
 +
crw-rw-rw-  1 root root 21, 15 2001-08-24 01:32 /dev/sg15
 +
crw-rw-rw-  1 root root 21, 16 2001-08-24 01:32 /dev/sg16
 +
crw-rw-rw-  1 root root 21,  2 2001-08-24 01:32 /dev/sg2
 +
crw-rw-rw-  1 root root 21,  3 2001-08-24 01:32 /dev/sg3
 +
crw-rw-rw-  1 root root 21,  4 2001-08-24 01:32 /dev/sg4
 +
crw-rw-rw-  1 root root 21,  5 2001-08-24 01:32 /dev/sg5
 +
crw-rw-rw-  1 root root 21,  6 2001-08-24 01:32 /dev/sg6
 +
crw-rw-rw-  1 root root 21,  7 2001-08-24 01:32 /dev/sg7
 +
crw-rw-rw-  1 root root 21,  8 2001-08-24 01:32 /dev/sg8
 +
crw-rw-rw-  1 root root 21,  9 2001-08-24 01:32 /dev/sg9
 +
</code>
 +
after creating /dev/sg0 with mknod ( using mknod without beeing absolutely sure
 +
what you are doing can lead to deleting all your data on harddisk or even worse )
 +
at least k3b simulation started working ...
 +
i will do a real burning test later ...
 +
:[[User:Ralph.Bremer|Ralph.Bremer]] 20:34, 5 Jul 2006 (GMT)

Revision as of 20:34, 5 July 2006

1) The ext2 persistent home bug (ext2 partitions not recognized properly)
is still not fixed in 5.01, because of a a typo in the knoppix-autoconfig file:
wrong:   ext3|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
Please find a diff in here:
http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff
BTW, I found a work around fix, cf:
http://www.knoppix.net/forum/viewtopic.php?p=103883#103883
Gilles van Ruymbeke
2)knoppix splash cheatcode doesn't work, it worked with 4.0.2 version.
3)difficulty to boot on some (recent) laptop: needs to use noudev and sometimes 
  nompcmcia to start, but Konsole failed start, complain that no tty are available.
4)boot process is horribly slow if a pci card with rt2500 WLAN chipset is plugged 
  and failed on DHCP request, no problem on Cebit 5.0: card is well recognise.
5)printing impossible (report from forums.knoppix-fr.org)
6)module compilation is not possible (out of the box), have to have a look deeply 
 (maybe problem with header or some links to them)
7)[INSTALL] mount with removable media, 

"Please change the -u knoppix and -g knoppix in /etc/udev/knoppix.rules, either to match the "primary user", or just remove them." Klaus KNOPPER on debian-knoppix ML


8) CD-Burning with an external USB device is broken.
as i posted in the forum  http://www.knoppix.net/forum/viewtopic.php?t=24784
there are some messages from cdrecord in the k3b failure report 
about missing entrys in /dev one of them about /dev/sg0 ... 
i looked for what was there in 4.0.2CD and found this:

ll /dev/sg*
crw-rw-rw-  1 root root 21,  0 2001-08-24 01:32 /dev/sg0
crw-rw-rw-  1 root root 21,  1 2001-08-24 01:32 /dev/sg1
crw-rw-rw-  1 root root 21, 10 2001-08-24 01:32 /dev/sg10
crw-rw-rw-  1 root root 21, 11 2001-08-24 01:32 /dev/sg11
crw-rw-rw-  1 root root 21, 12 2001-08-24 01:32 /dev/sg12
crw-rw-rw-  1 root root 21, 13 2001-08-24 01:32 /dev/sg13
crw-rw-rw-  1 root root 21, 14 2001-08-24 01:32 /dev/sg14
crw-rw-rw-  1 root root 21, 15 2001-08-24 01:32 /dev/sg15
crw-rw-rw-  1 root root 21, 16 2001-08-24 01:32 /dev/sg16
crw-rw-rw-  1 root root 21,  2 2001-08-24 01:32 /dev/sg2
crw-rw-rw-  1 root root 21,  3 2001-08-24 01:32 /dev/sg3
crw-rw-rw-  1 root root 21,  4 2001-08-24 01:32 /dev/sg4
crw-rw-rw-  1 root root 21,  5 2001-08-24 01:32 /dev/sg5
crw-rw-rw-  1 root root 21,  6 2001-08-24 01:32 /dev/sg6
crw-rw-rw-  1 root root 21,  7 2001-08-24 01:32 /dev/sg7
crw-rw-rw-  1 root root 21,  8 2001-08-24 01:32 /dev/sg8
crw-rw-rw-  1 root root 21,  9 2001-08-24 01:32 /dev/sg9

after creating /dev/sg0 with mknod ( using mknod without beeing absolutely sure 
what you are doing can lead to deleting all your data on harddisk or even worse )
at least k3b simulation started working ... 
i will do a real burning test later ...
:Ralph.Bremer 20:34, 5 Jul 2006 (GMT)