Jump to content

scoonma

Members
  • Posts

    458
  • Joined

  • Last visited

Posts posted by scoonma

  1. Can't speak for others, but using Mandrake systems (last as main working OS) since version 8.0. So I've tried it on different types of hardware mixtures, an for me it's getting better most times with very few backsteps. Otherwise I'd have switched over to Ubuntu or Gentoo. ;-)

  2. Hi SnowX,

     

    you can find out your kernel version by typing "uname -a" in a shell window.

     

    There are some alternative kernels ready to install once you added sources for software repositories (check Easy-Urpmi Link at the top of these pages). If you want to install a different kernel, you have to do this manually, i.e.

     

    1) Open shell window and "su" to get root access

     

    2) When entering "urpmi kern+<TAB>+<ENTER>", you'll be presented a list of available kernels. Keep in mind that not every one of them will fit your system well. When installing on a 64-Bit system, you should use these versions, same goes to multicore CPUs (SMP-versions) etc...

     

    HTH,

     

    scoonma

  3. I feared there could occur problems with dd, but didn't want to go into a bad argument. From a technical point of view, it may be fun to move partitions manually, but for just having partitions moved/resized, a gparted iso really is one of the best choices out there. You'd just invest only downloading about 30MB, one CD and about one hour when moving/resizing (and go after a coffee while working...). All point'n click stuff. What could be easier?

  4. Hi Emret,

     

    it's easier than you may think. You don't have to download/install the packages manually. Just use the Easy-Urpmi Link at the top of these pages to install a standard software repository. All needed packages will be downloaded automatically, if you tell urpmi. Use the "show specifc options" and add at least "main", "contrib", "plf-free" and "plf-nonfree". Thus you get a system bound to download all necessary packages when needed. :-)

     

    When you "urpmi ati" afterwards, all will go fine.

     

    Oh, just saw Easy-Urpmi has not been updated for 2007 yet. But here's a workaround:

     

    https://mandrivausers.org/index.php?showtopic=35538

     

     

    Cheers,

     

    scoonma

  5. Hi Emret,

     

    you should check first if the fglrx module is actually loaded. This can be done by starting X, then opening a console and "su" to root. "lsmod | grep fglrx" should give positive result. Remember that you have to recompile the source module when changing/updating the kernel. If you want to keep it easy, use the fglrx version from a plf repository.

     

    HTH,

     

    scoonma

  6. Hi jza,

     

    with sed you could to the following to search&replace:

     

    sed -e 's/oldpattern/newpattern/g' file > newfile

     

    This would replace all strings matching oldpattern with the string in newpattern in "file", writing the output to "newfile". Patterns follow the rules of perl regular expressions. You can find an introduction to regex here:

     

    http://www.anaesthetist.com/mnm/perl/regex.htm

     

    For cron, check "man cron", "man crontab" and study the cron related files in /etc. A good explanation of the structure of a crontab file is here:

     

    http://en.wikipedia.org/wiki/Crontab

     

    If you'd like to have some job done regularly, you can edit one of those files in /etc accordingly.

     

    HTH,

     

    scoonma

  7. Obviously MCC has no valid entry for update server. You can use the link at the top of this forum (Easy-Urpmi) to add more/working servers. Just enter your options and follow the small set of instructions presented there.

  8. Hm. Your fstab entry looks quite okay. If your hda device is not in /dev, you could insert it manually by the following (assumed your CD-ROM is the same physical device as your DVD reader, right?), after opening a shell window.

     

    su [;then enter root password]
    makedev /dev hda
    cd /dev
    ln -s /dev/hda /dev/dvd
    ln -s /dev/hda /dev/dvd0
    exit

     

    Please check if this works and if not, which error messages are generated?

     

    HTH,

     

    scoonma

  9. Hi Velichko,

     

    an easy way would be using harddrake from MCC (Mandrake Control Center) to try getting /dev/hda built automatically. If that does not work, you could use the "makedev" command (see "man makedev").

     

    Good luck!

     

    scoonma

  10. KDE and GNOME can coexist on a Mandriva system. If you want to install a basic GNOME environment, you can simply install the package "task-gnome-minimal". This should take care of all stuff which is definitely needed. For developing purpose, you'll have to add some "*-devel" type packegs, C-Compiler (gcc), gmake and some additional stuff, if you like. This is taken from the gnome-minimal description:

     

    Name		: task-gnome-minimal
    Version	 : 2007
    Description :
    This package is a meta-package, meaning that its purpose is to contain
    minimal dependencies for running a minimal GNOME desktop environment.

     

    If in doubt when presented some option which further package to use, choose default or simply ask here. :-)

     

    Good luck,

     

    scoonma

×
×
  • Create New...