Difference between revisions of "Bugs/5.3.1DVD"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Some BUGS Found in 5.3.1 liveDVD)
(Regression with Intel 82830 CGC video chip)
Line 88: Line 88:
 
"Found primary Knoppix compressed image at /cdrom/Knoppix/Knoppix".
 
"Found primary Knoppix compressed image at /cdrom/Knoppix/Knoppix".
 
This also happens  when I try to run "Knoppix testdvd".
 
This also happens  when I try to run "Knoppix testdvd".
 +
 +
== Regression with Intel 82830 CGC video chip  --  Date:  2008-09-29 ==
 +
 +
On a notebook PC with an Intel 82830 CGC video chip, Knoppix 5.1.1 worked perfectly.
 +
 +
But 5.3.1 is nearly unusable.  When X Windows starts up, the screen temporarily displays a crosshatch pattern of horizontal and vertical lines, not the usual diagonal stippled pattern.  After a few seconds the screen starts gradually fading to black, and then it stays black.  Both before and after fading, no other windows or information are visible on the screen, not even the mouse cursor.
 +
 +
Ctrl+Alt+F1 works so 5.3.1 can be used in text mode.
 +
 +
To shut down, type a command line to shutdown or reboot, or turn off the power -- because Ctrl+Alt+F5 returns to a solid black graphical screen where you can't see how to do a normal shutdown.
 +
 +
Some Google searching revealed that Debian and Ubuntu were also affected by a regression in X Windows on the Intel 82830 CGC chip.
 +
 
===================================================================================================
 
===================================================================================================
  

Revision as of 05:02, 29 September 2008

Some BUGS Found in 5.3.1 liveDVD

List V5.3.1/DVD bugs here.

Terminal Server -- Est: Sat Apr 12, 2008 Solved: Mon Apr 14, 2008

Touchpad slow -- Date: 2008.04.24 Solved: 2008.04.24

  • 2008.04.24 - Touchpad very slow!!! 1st off thanks to everyone who contributed to knoppix. On to the matter at hand. Same laptops running >= 5.1 were used as reference. Temporary solution: edit /etc/X11/xorg.conf

to find touchpad

$python /usr/bin/hal-device-manager

i found my alps glidepoint on /dev/input/event3

edit /etc/X11/xorg.conf

$sudo gvim /etc/X11/xorg.conf

below InputDevice "SynPad" "SendCoreEvents" insert (press 'o' in gvim):

        InputDevice "AlpsPad" "SendCoreEvents"

save and exit gui...

$ sudo killall Xorg

Notes: the 'X' in Xorg is capitalized

Update with KNOPPIX (kpackage) never ends -- Date: 2008-04-25 Solved:  2008-05-22

  • When I try to update or install software using the liveDVD of 5.3.1 KNOPPIX 2008-03-26 with

persistent /home and system area I cannot get it to work.

If I go to the 'Knoppix penguin' > "Utilities' > 'Manage Software in KNOPPIX (kpackage)' I get Synaptic instead.

After I update, mark, and tell it to update/install it never quits. The little bar just goes back and forth and no error message. I let it go all night once.

So I tried aptitude and got PYSOL installed. Using the ROOT shell:

aptitude keep-all
aptitude update
aptitude search pysol
aptitude install pysol
aptitude install pysol-cardsets
aptitude install pysol-sound-server
aptitude install pysol-sounds
aptitude keep-all
exit

The search is so you know the spelling, and the keep-all is for safety.

Note: aptitude help does NOT show keep-all but info aptitude and man aptitude both do.

So I use the liveDVD of 5.3.1 KNOPPIX 2008-03-26 with persistent /home and system area and boot from the DVD drive and I can update my software. WOW.

04:10, 26 April 2008 (CST)

Solved: I used aptitude to update synaptic and kpackage and after that they work too.

Terminal Server - Broadcom Nic -- Date: Sept 4, 2008

Broadcom bcm4401 nic, HP nx6310 will not load from Terminal Server. Fine with V 5.1.1 Works fine with my Intel based nics, tried many times, do not think fault lies with my building of miniroot.gz etc. Device works fine when booted from CD or DVD.

When Teminalserver client loads get this error:

Modules loaded: 
broadcom 6912 0 - Live 0xeetc
bnx2 143260 0  - Live 0xeetc
libphy 23296 1 - broadcom, Live 0xeetc

There are 4 more lines at the end but I do not think they are to do with loading nic modules but in summery they are nfs, nfs_acl , lockd and sunrpc. I am then at the knoppix text prompt.

Knoppix 5.3.1 DVD does not boot

during normal booting from the DVD I get a segmentation fault after the message "Found primary Knoppix compressed image at /cdrom/Knoppix/Knoppix". This also happens when I try to run "Knoppix testdvd".

Regression with Intel 82830 CGC video chip -- Date: 2008-09-29

On a notebook PC with an Intel 82830 CGC video chip, Knoppix 5.1.1 worked perfectly.

But 5.3.1 is nearly unusable. When X Windows starts up, the screen temporarily displays a crosshatch pattern of horizontal and vertical lines, not the usual diagonal stippled pattern. After a few seconds the screen starts gradually fading to black, and then it stays black. Both before and after fading, no other windows or information are visible on the screen, not even the mouse cursor.

Ctrl+Alt+F1 works so 5.3.1 can be used in text mode.

To shut down, type a command line to shutdown or reboot, or turn off the power -- because Ctrl+Alt+F5 returns to a solid black graphical screen where you can't see how to do a normal shutdown.

Some Google searching revealed that Debian and Ubuntu were also affected by a regression in X Windows on the Intel 82830 CGC chip.

=======================================================================================
=========================================================================================

Other Comments

1. When I looked at the changelog today (2008.04.25) nothing was there about DVD 5.3.1

GUI Hopper 04:10, 26 April 2008 (BST)