Jump to content

scarecrow

Platinum
  • Posts

    5150
  • Joined

  • Last visited

Posts posted by scarecrow

  1. The packages ending with "latest" are not real packages- just metapackages, which fetch the newest existing real packages as a dependency. You will see that they are smaller than 200K each.

     

    You need just

    kernel-desktop-latest

    kernel-desktop-devel-latest

     

    The third package (kernel-source-latest) is for rolling your own kernel, yoy will not need it for compiling kernel modules.

    After installing these two packages, then first exit the x-server completely ( telinit 3 in a root console), and then do again the "sh NVID*.run" thingy. If asked about header places and such, leave the defaults in place.

  2. If I have two HDDs same model, make, size, does this cause some type of conflict? Could this cause the blank screen problem?

     

    Nope. The black screen is because the driver isn't properly installed.

    alt+crtl+backspace is now disabled by default in xorg settings, as Ubuntuland thought a newbie could possible press these three keys together by accident... :wall:

    The videocard is well supported by the regular nvidia driver, and should work right out of the box.

    Maybe you have installed the "server" kernel? Which is the output of

    uname -a

  3. Shared interrupts aren't an issue on modern hardware, provided that the BIOS isn't broken.

     

    Here's some great documentation about problems with hd-audio cards:

    http://www.kernel.org/pub/linux/kernel/people/tiwai/docs/HD-Audio.html

     

    Could you try adding, say to /etc/modprobe.d/sound.conf or /etc/modprobe.d/modprobe.conf something like

     

    options snd-hda-intel probe_mask=1

    and/or

    options snd-hda-intel enable_msi=1

     

     

    and see if it solves the problem?

  4. I don't think that Mandriva 2008 had ntfs-3g... just the read-only ntfs driver.

    The issue is very likely due to insufficient permissions for the user.

    Can you please give us the output of

    cat /etc/fstab

    command?

    And, for safe+fast read+write from/to NTFS partitions, you will need a reecent ntfs-3g driver.

  5. Normally, if the driver is properly installed, and tried to run the above command with non-root priviledges, you should get an error like "unable to write to file blabla" and not "command not found".

    What do you get if you run in a console (not necessarily root that time)

    $ which nvidia-xconfig

    If the driver installation was OK< then nvidia-xconfig should be either at /usr/bin or /usr/local/bin (it depends on the distro).

  6. Do the contents of /etc/asound.state match the ones found by the ALSA script you've run?

     

    The problem is that the model of the snd-hda-intel soundcard is by default set as "auto". Using "auto" the system tries to read the card's details directly from system BIOS. You may first try upgrading the BIOS, if an upgrade is available by Asustek, or explicitly define the card model.

    Anyway, it is probably ALSA related, and looks quite similar to this problem:

    http://bugzilla.kernel.org/show_bug.cgi?id=14976

    There are several things to try, but I can't be sure withoout having the hardware. Sure enough, I can try a few shots in the dark though... :P

  7. Blacklist the module snd_pcsp and try again.

    I had some trouble with it in my laptop, but somehow this module doesn't exist anymore in the stock Archlinux kernels. Funnily enough, I can see it being present at the Mandy ones, although I'm pretty sure it's deprecated (most likely as a potential troublemaker).

    The above blacklisting may fix the "azx_get_response timeout" dmesg, which shouldn't happen.

  8. The above method is more or less correct, but after installing the nvidia driver you must reconfigure your video settings. With Mandriva you can always use the video control module of "mcc", but the simplest method is opening a root console and typing in

    #nvidia-xconfig --composite

    and then restart the x-server.

    You can do more customization, but usually this is enough to have 3D and composite effects running.

  9. 1. You can install Ubuntu over Mandriva- trivially.

    2. The Ubuntu repos are not bigger than Mandrivas- for sure. Just enable in Mandriva the existing unofficial repos (PLF and such).

    Both distros comply to the opensource directives, and don't offer ***oficially*** closed source or commercial stuff. But you can add this stuff, if you wish, via unofficial repos.

    I'm not a big fan of Mandriva, or Ubuntu. But! if I had to choose one of the two for my box, I would surely choose Mandriva, for various reasons, which I will not care to explain here.

  10. You definitely don't need Gutenprint for a HP printer, and most probably you don't need Foomatic, either.

    I havewn't used a HP printer since ages, but I can make my Canon printer work without issues with no foomatic present (just cups athe the semi-crippled gutenprint driver, which is working fine, but with limited resolution abilities). I can even remove Gutenprint and use Turboprint instead, but Turboprint is neither free, nor cheap.

×
×
  • Create New...