Search:

Type: Posts; User: klaus2008

Page 1 of 20 1 2 3 4

Search: Search took 0.04 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
    17,029

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

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

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

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

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

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

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

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

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

    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
    215,347

    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
    215,347

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

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

    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


IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8 picture

IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8

$479.96



IBM 8247-22L S822L 2 CPUs 256GB 12x Drives SFF Power8 Linux Server picture

IBM 8247-22L S822L 2 CPUs 256GB 12x Drives SFF Power8 Linux Server

$749.00



Red Hat Enterprise Linux 5 Server - New and Sealed picture

Red Hat Enterprise Linux 5 Server - New and Sealed

$19.99



Asus ESC4000 G3 Barebones 0GB HDD Linux picture

Asus ESC4000 G3 Barebones 0GB HDD Linux

$200.00



IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E picture

IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E

$799.96



1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



IBM Power 9 S922 8-Core 3.4-3.9Ghz 128Gb DDR4 2U Linux Server - 9009-22a picture

IBM Power 9 S922 8-Core 3.4-3.9Ghz 128Gb DDR4 2U Linux Server - 9009-22a

$3439.96



1U SFF Supermicro Server X10DRW-iT 2x (Xeon 36 Cores) 128GB  2x PCI-E X16 Slots picture

1U SFF Supermicro Server X10DRW-iT 2x (Xeon 36 Cores) 128GB 2x PCI-E X16 Slots

$428.00



IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$199.87



POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives picture

POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives

$179.99