Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36

Thread: Knoppix 7.0.3 CD & DVD now on mirrors

  1. #21
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by Capricorny View Post
    All info and patches needed is found (as usual!) on weltall's blog:
    http://weltall.heliohost.org/wordpre...-kernel-3-4-0/
    Hi Capricorny,
    Yes this patch works great with VMware 8.0.4 and Knoppix 7.0.3.
    (I also used previous versions of this patch successfully)
    Thanks for posting the link. Best Regards,
    Gilles

  2. #22
    Junior Member
    Join Date
    Mar 2012
    Location
    Brisbane, Australia
    Posts
    16
    Still no out-of-the-box support for touchpad tapping...come on guys!

  3. #23
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by wspc View Post
    Still no out-of-the-box support for touchpad tapping...come on guys!
    Touchpad tapping interpreted as clicking is a big time nuisance to me.

  4. #24
    Junior Member
    Join Date
    Mar 2012
    Location
    Brisbane, Australia
    Posts
    16

    Touchpad

    Yeah, it has it's downsides, but I think a better touchpad interface like the one used in Ubuntu and SuSe etc would make Knoppix an even better OS and widen its appeal.
    My laptop has a touchpad switch, so I just turn it off to avoid the problems like you have. I have enabled touchpad permanently with scripts on my Knoppix, and just toggle the touchpad switch as required.

  5. #25
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Missing fonts with NX (nomachine) windows client since Knoppix 701 (700 was ok)

    Hello,
    For some reason I have some problem with NX (nomachine) since Knoppix version 700
    where some applications as lxterminal have missing fonts (especially in the app menus)
    when using some clients (as the nx web plug-in or nxclient for windows from nomachine).
    Openx under Windows always works fine as it includes locally some extra fonts.
    Knoppix 671 and 700 are working fine but Knoppix 701, 702 and 703 all have all the same issue.
    Enabling xfs (the X font server) does not help. Running the nx client locally is ok.
    But even using the nxclient from Knoppix 671 to open a session on Knoppix 703
    have the same missing fonts issue. Do someone have any idea what changed between
    Knoppix 700 and 701 and/or how to solve this annoying problem ? (as I really would like
    to have the web java nxclient and the nomachine nxclient to work from windows machines).
    I am using the latest version of nx 3.5.0. Thank you in advance for all good suggestions.
    Best Regards,
    Gilles

  6. #26
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Howto recompile the Knoppix 703 Kernel from the source and get a compatible binary ?

    Hello,
    What do I need to do in order to get the same kernel binaries as in the Knoppix 7.0.3 DVD boot folder
    when compiling the kernel from the live Knoppix 7.0.3 DVD and using the the sources located in the
    /usr/src/linux-source-3.4.4.tar.bz2 file and the .config file from /boot/config-3.4.4 ?
    I am using: "make oldconfig; make all; make install; make modules_install"
    Do I need to use the virtualbox-guest.tar.bz2 file ? How to use it with the kernel source tree ?

    FYI, I am trying to recompile the kernel to get the oprofile.ko kernel module but
    the kernel binaries are too different and the module does not load with the original kernel.
    So I would need to change all the kernel modules + the kernel which I try to avoid
    for obvious reasons. I just like to add the oprofile.ko kernel module to my custom
    patch cloop so I can use it when needed.
    Best Regards,
    Gilles

  7. #27
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by ruymbeke View Post
    Hello,
    What do I need to do in order to get the same kernel binaries as in the Knoppix 7.0.3 DVD boot folder
    when compiling the kernel from the live Knoppix 7.0.3 DVD and using the the sources located in the
    /usr/src/linux-source-3.4.4.tar.bz2 file and the .config file from /boot/config-3.4.4 ?
    I am using: "make oldconfig; make all; make install; make modules_install"
    Do I need to use the virtualbox-guest.tar.bz2 file ? How to use it with the kernel source tree ?

    FYI, I am trying to recompile the kernel to get the oprofile.ko kernel module but
    the kernel binaries are too different and the module does not load with the original kernel.
    So I would need to change all the kernel modules + the kernel which I try to avoid
    for obvious reasons. I just like to add the oprofile.ko kernel module to my custom
    patch cloop so I can use it when needed.
    Best Regards,
    Gilles
    I think the kernel modules are "sensitive" to a few factors, gcc compiler version is one of them. Did you by any chance upgraded the gcc compiler version ? Since you only want to get the oprofile.ko, you might want to try to compile it inside a virtual machine, using the original DVD Live CD. In that case, hopefully you retained all the factors could cause the kernel module loader to fail the sanity check.

  8. #28
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hello,
    Thank you very much for your reply.
    This is exactly what I did: boot the DVD iso within a virtual machine without any update nor modification.
    It worked with some previous Knoppix releases but not 7.0.3. It suppose that Klaus did not compile the
    Knoppix kernels from Knoppix, reason for the version mismatch probably created by a different gcc version.
    I guess it will help to find out which version of gcc has been used to compile the 703 kernel.
    Best Regards,
    Gilles

    Quote Originally Posted by kl522 View Post
    I think the kernel modules are "sensitive" to a few factors, gcc compiler version is one of them. Did you by any chance upgraded the gcc compiler version ? Since you only want to get the oprofile.ko, you might want to try to compile it inside a virtual machine, using the original DVD Live CD. In that case, hopefully you retained all the factors could cause the kernel module loader to fail the sanity check.

  9. #29
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by ruymbeke View Post
    Hello,
    Thank you very much for your reply.
    This is exactly what I did: boot the DVD iso within a virtual machine without any update nor modification.
    It worked with some previous Knoppix releases but not 7.0.3. It suppose that Klaus did not compile the
    Knoppix kernels from Knoppix, reason for the version mismatch probably created by a different gcc version.
    I guess it will help to find out which version of gcc has been used to compile the 703 kernel.
    Best Regards,
    Gilles
    try
    $ cat /proc/version

    Yeah likely he compiled the kernel using an older knoppix.

  10. #30
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by kl522 View Post
    try: $ cat /proc/version
    Yeah likely he compiled the kernel using an older knoppix.
    Hi kl522,
    Here you go, I remember that Klaus mentioned once that he was using an eepc for development
    and yes Knoppix 7.0.3 is using a more recent version of gcc 4.7.1-2 than the one used to compile
    the kernel (gcc 4.7.1-1) as you read below. So I need to either downgrade gcc to 4.7.1-1 or use
    a previous version of Knoppix which still uses that version of gcc. I would be nice to have installed
    on Knoppix the correct version of gcc to recompile the kernel without complication. I guess this is a
    suggestion for improvement that Klaus may consider to use on his next release.
    Thanks for your help.
    Best Regards,
    Gilles

    root@Knoppix:/# cat /proc/version
    Linux version 3.4.4 (root@eeepc) (gcc version 4.7.0 (Debian 4.7.1-1) ) #14 SMP PREEMPT Sat Jun 23 20:07:21 CEST 2012
    root@Knoppix:/# gcc --version
    gcc (Debian 4.7.1-2) 4.7.1
    Copyright (C) 2012 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


LOT 8x 16GB (128GB) Samsung M393B2G70DB0-CMA PC3-14900R DIMM Server Memory picture

LOT 8x 16GB (128GB) Samsung M393B2G70DB0-CMA PC3-14900R DIMM Server Memory

$35.99



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2 picture

Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2

$10.00



EDGE SK Hynix 16GB (2 x 8GB) PC3L-12800S DDR3 SODIMM Laptop RAM NEW picture

EDGE SK Hynix 16GB (2 x 8GB) PC3L-12800S DDR3 SODIMM Laptop RAM NEW

$16.95



[ BULK LOT OF 20 ] UNITS of 8GB DDR4 Laptop RAM SAMSUNG, HYNIX etc. picture

[ BULK LOT OF 20 ] UNITS of 8GB DDR4 Laptop RAM SAMSUNG, HYNIX etc.

$179.99



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$22.45



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) Intel picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) Intel

$33.99



SK Hynix 8GB DDR4 1Rx16 -PC4-3200AA/ HMAA1GS6CJR6N-XN SODIMM picture

SK Hynix 8GB DDR4 1Rx16 -PC4-3200AA/ HMAA1GS6CJR6N-XN SODIMM

$10.00



Set Of 10 Samsung (1 x 8GB) PC4-21300 So DIMM So(DDR4-2666) Memory -  SET OF 10 picture

Set Of 10 Samsung (1 x 8GB) PC4-21300 So DIMM So(DDR4-2666) Memory - SET OF 10

$100.00



128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM picture

128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM

$127.96