Jump to content

Cannonfodder

Members
  • Posts

    2898
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Cannonfodder

  1. Could it be talking to a Time server somewhere? If it thinks you are in a different time zone and it talks to a time server, it will set it incorrectly. Try taking a peek at the Mandrake Control Center (look in menu) and select System and then Date & Time..

  2. Use File/preferences/Mouse & Keyboard to do scripting. Some of that stuff is working some is still under development.. Also, you can check out the opera.linux newsgroups.. Have fun :)

  3. Try inserting a 3rd partition between C and D and see if it still finds it or does it become E: :)

     

    -------------

     

    After redoing your windows partition will diskdrake work with it? I'm wondering if your partition table is goofy now?

     

    -------------

    You might want to consider buying a new/used hard drive so you can put backups or linux on the second drive and leave your windows on the first..

  4. wonder why your sane plustek version is different from mine? I got mine right off the web site for plustek. By the way, is it installed already or not? I've done this installation successfully, so you might want to back and re-read my post..

  5. In my experience, if you modify the partition table (add, change, delete a partition), you need to immediately reboot after saving the changes. You can't add a partition and then attempt to format it. After reboot, you can then format the partition.

     

    If LFS allows you to use ext3, it may be better since its a journaled file system.

  6. Here's my swap entry

     

    /dev/hda3 swap swap defaults 0 0

     

    Your's looks good... so that begs the question..

     

    1. Have you formated it perhaps?

    2. Is it still there? (the partition)

     

    Open a console and go into diskdrake and set up your swap again.. make sure its formatted.

  7. If I recall, you need an extra element to run your scanner off a scsi link rather than a usb link.

     

    Here's some suggestions..

     

    1. Sane is a package that allows linux to talk to "a" scanner. Any scanner that it supports. You need to verify that sane supports your scanner first. Do this by reading the sane website.

     

    2. Do not log in to root to do the compile. You do not need to have root access until you perform the final step which is "make install". Go to here and look for the tutorial on Installing software. This will teach you how. Get the latest files from sane and plustek website before starting.

     

    3. Make sure sane is not already installed. You can open a console and type

     

    su <- login as root

    rpm -qa | grep sane

    rpm -qa | grep plustek

     

    and see if they are already installed. I believe Mandrake installs them by default. If already installed, then I'm not sure why you are installing. If that is the case, go back to step one :)

     

    4. If you do compile sane, read the sane and plustek website and find instructions on how to do so. Then follow them religiously.

     

    Good luck!

  8. I went to here..

     

    http://www.gjaeger.de/scanner/archive/plus...-0_36_38.tar.gz

     

    downloaded the tar.gz

     

    and uncompressed it with

     

    tar xzf plustek-module-0_36_38.tar.gz

     

    Note that it uncompresses directly into the current directly instead of making a subdirectory. It should be uncompressed into the Sane directory. So, uncompress teh sane package first and then drop the plustex.tar.gz into the uncompressed sane directory and uncompress it there.

  9. Just to delve into this deeper, how does su to root differ from an actual login of root? I can still delete all my files for example, right? What is the extra danger of logging in as root vs doing an su?

×
×
  • Create New...