Search:

Type: Posts; User: klaus2008

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds; generated 52 minute(s) ago.

  1. Hi Chris2222 I suggest you run hwinfo or lspci...

    Hi Chris2222

    I suggest you run hwinfo or lspci in order to find the vendor id and the product id of your SATA or IDE controller connected to your CDROM. Then you can try to find out if there was...
  2. Replies
    0
    Views
    17,043

    Where are the latest kernel sources

    Hi!

    I recently bought the german Linux Magazine with Delug DVD with Knoppix 9.2. Does anyone know where I could download the appropriate Linux sources for the kernel including all additional...
  3. Hi! I think it would be a really good idea to...

    Hi!

    I think it would be a really good idea to run Knoppix on mobiles, but I would prefer a solution for Wndows Phones since Microsoft does not support them anymore.

    Some years ago Klaus Knopper...
  4. Replies
    9
    Views
    24,114

    Hi DTeCH! I got an email from this site...

    Hi DTeCH!

    I got an email from this site telling that you might need some assistance. :D

    The first thing I did when I read your message was to download an ISO image of the Knoppix version you...
  5. Hi DTeCH! How about sudo apt-get update...

    Hi DTeCH!

    How about

    sudo apt-get update
    sudo apt-get -t sid install hashcat mesa-opencl-icd
  6. Hi! There are Debian packages hashcat...

    Hi!

    There are Debian packages hashcat and pocl-opencl-icd. They could be installed with
    sudo apt-get update
    sudo apt-get -t sid install hashcat pocl-opencl-icd
    Maybe this helps solving the...
  7. Hi rajibando! I woud suggest you look at...

    Hi rajibando!

    I woud suggest you look at Cannot start LibreOffice 4.0 due to Fatal Error Message and then follow the instructions at Resolving corruption
    The directory you should rename is...
  8. Replies
    13
    Views
    90,668

    Hi! I would suggest you issue sudo apt-get...

    Hi!


    I would suggest you issue
    sudo apt-get update
    sudo apt-get -f install after using dpkg.
  9. In the boot menu you should see a hint about...

    In the boot menu you should see a hint about pressing the C key to get into a grub command shell. When you enter the command 'help' you should get a list of commands. Entering commands like 'help...
  10. Hello winger9! I suggest you describe the...

    Hello winger9!

    I suggest you describe the initrd you want to use on a separate line:


    title KNOPPIX DVD on memory stick
    root (hd0,0)
    kernel /boot/isolinux/linux lang=en apm=power-off nomce...
  11. Replies
    1
    Views
    21,434

    Hi! I would suggest that you open a Terminal...

    Hi!

    I would suggest that you open a Terminal and unplug your USB device. After a few seconds you can replug it and issue the command
    dmesg | tail -n 30 in order to see the last 30 kernel...
  12. Hi! How many soundcards does your system have?...

    Hi!

    How many soundcards does your system have?
    cat /proc/asound/cards

    There is a thread about Firefox in Knoppix 8.0 in the german Knoppix forum: knoppix8.0 mit firefox52 Audio...
  13. Hi! It should be possible to buy the magazine...

    Hi!

    It should be possible to buy the magazine http://shop.computec.de/linux/linux-magazin/einzelhefte/linux-magazin-dvd-04-2017.html at the ComputecShop, but you must contact their customer...
  14. Replies
    3
    Views
    29,137

    Now, it is clear that you have a really old...

    Now, it is clear that you have a really old kernel version.

    I think that your only chance will be that the last Linux 2.6 kernel supports your SATA controller chip. In that case you would have to...
  15. Replies
    3
    Views
    29,137

    Hi. Which kernel version does this old Knoppix...

    Hi.

    Which kernel version does this old Knoppix version use? (run "uname -a" in a terminal)

    Did you try to use AHCI compatibility mode (might be set up in the BIOS)?

    It could be worth to...
  16. Replies
    2
    Views
    27,144

    Hello Albretch. I would suggest that you try...

    Hello Albretch.

    I would suggest that you try the following. Since you did not tell your Knoppix version tcl and tk versions may differ.

    sudo apt-get update
    sudo apt-get -t testing install...
  17. Replies
    1
    Views
    23,356

    Hello! I suggest you open an LXTerminal and...

    Hello!

    I suggest you open an LXTerminal and issue the following commands.


    sudo apt-get update
    sudo apt-get install pulseaudio pavucontrol
    mkdir -p ~/.config/pulse
    echo "autospawn=yes" >...
  18. Replies
    2
    Views
    32,106

    What does this mean? Have you tried Firefox to...

    What does this mean?
    Have you tried Firefox to use the internet? Is the network manager applet missing?
  19. Thread: ZFS

    by klaus2008
    Replies
    2
    Views
    45,553

    It could be helpful that you describe the errors...

    It could be helpful that you describe the errors you got.
    Btw, since Knoppix 7.6.1 the Linux headers seem to be broken. You cannot install your own kernel modules.
  20. Thread: Knoppix 7.7

    by klaus2008
    Replies
    35
    Views
    216,505

    Hi @all! Where do useless kernel header files...

    Hi @all!
    Where do useless kernel header files belong to?
  21. Thread: Knoppix 7.7

    by klaus2008
    Replies
    35
    Views
    216,505

    Cannot install kernel modules in Knoppix 7.7.1

    Hi!

    I was not able to install VirtualBox 5.1.6 guest additions because there is a misconfiguration in the kernel header files. "make oldconfig && make prepare" did not help.
    The only solution...
  22. Replies
    1
    Views
    21,851

    Hi! I have got an ASUS Z97-P mainboard with...

    Hi!

    I have got an ASUS Z97-P mainboard with i5-4690 CPU. When I try to boot Knoppix 7.6.1 in UEFI mode I have no success. But when I use BIOS compatibility mode the Knoppix DVD boots as expected....
  23. Replies
    2
    Views
    30,261

    Hello, I think you have to configure the...

    Hello,

    I think you have to configure the bootloader to communicate via serial port. I would also suggest you add a line to /etc/inittab which enables you to login via serial port.
  24. Hi! I suggest that you use the command...

    Hi!

    I suggest that you use the command mkinitramfs to create an initial ramdisk.
    sudo mkinitramfs -o /home/knoppix/initrd-$(uname -r)
    Then you have to copy the initrd to the directory where...
  25. After lsmod has shown the loaded kernel modules...

    After lsmod has shown the loaded kernel modules you can use the command modinfo to get more information about each kernel module. Example:

    modinfo -d aic7xxx
    modinfo -n aic7xxx
Results 1 to 25 of 485
Page 1 of 20 1 2 3 4


H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W picture

H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W

$2512.18



CSE-118 Supermicro 1U 3x GPU Server  2.1Ghz 16-C 128GB CX353A 2x1600W PSU Rails picture

CSE-118 Supermicro 1U 3x GPU Server 2.1Ghz 16-C 128GB CX353A 2x1600W PSU Rails

$450.03



R281-3C2 2U 12 Bay GPU Server 2.2Ghz 20-C 64GB 2x10G SFP+ 2x1200W TrueNAS ZFS picture

R281-3C2 2U 12 Bay GPU Server 2.2Ghz 20-C 64GB 2x10G SFP+ 2x1200W TrueNAS ZFS

$1180.24



CSE-118 Supermicro 1U GPU Server 2.6Ghz 20-C 256GB 2x Nvidia K40 GPU 2x1600W PSU picture

CSE-118 Supermicro 1U GPU Server 2.6Ghz 20-C 256GB 2x Nvidia K40 GPU 2x1600W PSU

$674.03



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$275.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R620 Server 2x Xeon  E5-2620 @ 2.0GHz 64GB RAM NO HDDs picture

Dell PowerEdge R620 Server 2x Xeon E5-2620 @ 2.0GHz 64GB RAM NO HDDs

$108.96



Dell PowerEdge R430 3.5 1U 2x E5-2690 v3 2.6ghz 24-Cores 256gb 4x Trays 2x 550w picture

Dell PowerEdge R430 3.5 1U 2x E5-2690 v3 2.6ghz 24-Cores 256gb 4x Trays 2x 550w

$289.99



HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45 picture

HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45

$355.00