Search:

Type: Posts; User: klaus2008

Page 1 of 20 1 2 3 4

Search: Search took 0.06 seconds.

  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
    16,905

    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,039

    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,247

    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,374

    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,083

    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,083

    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,099

    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,313

    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,040

    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,490

    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
    198,871

    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
    198,871

    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,818

    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,225

    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


SanDisk 1TB SSD PLUS M.2 NVMe PCIe Gen 3.0, Internal SSD - SDSSDA3N-1T00-G26 picture

SanDisk 1TB SSD PLUS M.2 NVMe PCIe Gen 3.0, Internal SSD - SDSSDA3N-1T00-G26

$64.99



Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A picture

Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A

$74.99



HP OMEN 16-k0013dx 16.1

HP OMEN 16-k0013dx 16.1" FHD Laptop i7-12700H 16GB 1TB SSD RTX 3050ti W11H

$829.99



Apple Macbook Pro 13

Apple Macbook Pro 13" Laptop | UPGRADED i5 16GB RAM | 1TB HD | MacOS | WARRANTY

$189.05



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Patriot P210 128GB 256GB 512GB 1TB 2TB Internal SSD 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB Internal SSD 2.5" SATA III 6GB/s Lot

$20.99



Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot picture

Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot

$21.99



Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot picture

Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot

$21.99



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$45.95



SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26 picture

SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26

$69.99