Jump to content
Compatible Support Forums

visjes

Members
  • Content count

    3
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About visjes

  • Rank
    stranger
  1. visjes

    how to setting up lan in mandrake 9.1?

    Is the lan card an on-board thing or is it a PCI NIC? I've got an SiS-based on-board LAN receiver and it works very well with mdk9.1.. it was detected without err. With how convoluted Mandrake's configuration is, your best bet is to somehow trick mandrake into detecting it.. i guess if you have windows installed on the machine, go back to it and find out things like the NIC's io port, dma and all that other stuff that manual driver installation asks for. Mike
  2. visjes

    how to get rid of old kernel?

    Don't forget, if you're using a multi-boot system, to clean up your boot configs and re-run either LILO or Grub boot installers. Mike
  3. visjes

    ATI drivers on Mandrake 9.1

    Okay I found this thread through a search engine cuz I was wondering the same things (getting 3d to work with my ATI card in Mandrake 9.1). Anyway, just download that file.. that error you're getting means that XFree 4.3 is installed.. also make sure you have the kernel sources installed. The package is called kernel-source and you can find it in the software manager. Okay once kernel source is installed, do rpm -ivh on the file, so for example: rpm -ivh fgrlx-glc22-4.3.0-2.9.12.i586.rpm This will force it to install. You also need to have all kinds of building and developers tools installed.. most of which should be installed by default so if the RPM completely fails trying to build the module, then you might want to consider reinstalling mandrake as a developer install. To check if kernel sources are installed, do rpm -qa | grep kernel-source if anything shows up (i.e. it might say kernel-source-2.4.21-31.i586 or something) then it's installed. Once the fglrx RPM is installed, immediately run fglrxconfig (it will remind you to do that).. if you've never manually configured X before, you will need to know what kind of mouse you have (PS/2 or USB or serial, etc) and what the refresh limits of your monitor are.. these should most definitely be available in your monitor's manual or at the very least available from the manufacturer's website. Okay once the fglrxconfig is complete you might wanna reboot.. I don't think you have to, but I like to anyway.. in the very least you need to restart X. If X starts up, you're good to go.. check out tuxracer or mesa gears (under your program menu under Amusement/Toys for gears and Amusement/Sports for tuxracer) to see if it worked. If X doesn't start, then.. well.. run rpm -e fglrx-glc22-4.3.0-2.9.12 which should restore your configuration files to where they were before you installed the driver. Now go talk to the developers of the driver and see if they know what's up, cuz it worked for me Mike
×