Author Topic: Issues with my new Mandrake install  (Read 880 times)

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Issues with my new Mandrake install
« on: 23 April 2004, 21:14 »
In my own quest to start ridding myself of Microsoft   :D   , I installed Mandrake 9.2 on my main box today.

The installer was great, it got everything set, except two things:

1) I thought 9.2 had the right WiFi drivers for my USB adapter.  But it doesn't apparently, and according to the Linksys notes here, I would need the kernel source to install it.  Mandrake doesn't seem to have a package for that (or do they?), so would I need to compile my own kernel?

2) The refresh rate refuses to go any higher than 60Hz.  The monitor settings are the same as they were when I had my old Slackware machine hooked up, and that worked at 100Hz.  I think it could be the fact that I'm using the "vesa" X driver right now (since "nv" won't work with my FX57000 for some reason   :confused:   ).  In Gnome, I try that utility that can change the resolution and refresh rate, and it reports that the rate is 85Hz (and offers no other options).  I could get the current nVidia drivers, but they raise the same question as the wifi driver: do I need the kernel source to build it?  Or, at least for now, is there another generic X driver that works better (other than "nv")?


Ok, that should be enough for now.   :D

[ April 23, 2004: Message edited by: WMD ]

My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

insomnia

  • Member
  • **
  • Posts: 587
  • Kudos: 0
Issues with my new Mandrake install
« Reply #1 on: 23 April 2004, 17:32 »
quote:
Originally posted by WMD:



1) I thought 9.2 had the right WiFi drivers for my USB adapter.  But it doesn't apparently, and according to the Linksys notes here, I would need the kernel source to install it.  Mandrake doesn't seem to have a package for that (or do they?), so would I need to compile my own kernel?



By "kernel source" they mean the sources of your installed kernel. It should be included as an RPM in your distro. (You should always install it.)
 

   
quote:
Originally posted by WMD:

2) The refresh rate refuses to go any higher than 60Hz.  The monitor settings are the same as they were when I had my old Slackware machine hooked up, and that worked at 100Hz.  I think it could be the fact that I'm using the "vesa" X driver right now (since "nv" won't work with my FX57000 for some reason       :confused:       ).  In Gnome, I try that utility that can change the resolution and refresh rate, and it reports that the rate is 85Hz (and offers no other options).  I could get the current nVidia drivers, but they raise the same question as the wifi driver: do I need the kernel source to build it?  Or, at least for now, is there another generic X driver that works better (other than "nv")?




Install the kernel source and use the NVidia driver.
http://www.nvidia.com/object/linux.html

Also check if mandrake identified your monitor.


For your kernel sources, do this:

#uname -r
#urpmi --fuzzy kernel-source

This will make urpmi download and install the the kernel source of the kernel you're running.

[ April 23, 2004: Message edited by: insomnia ]

Those who can make you believe absurdities can make you commit atrocities.
    Voltaire

Injustice is happening now; suffering is happening now. We have choices to make now. To insist on absolute certainty before starting to apply ethics to life decisions is a way of choosing to be amoral.
R. Stallman

http://www.pvda.be/


WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Issues with my new Mandrake install
« Reply #2 on: 24 April 2004, 00:30 »
quote:
By "kernel source" they mean the sources of your installed kernel. It should be included as an RPM in your distro. (You should always install it.)


http://www.mandrakelinux.com/en/9.2/features/15.php3
They don't seem to include one.  

 
quote:
Also check if mandrake identified your monitor.


Yeah it did, right away.  Don't know how it does that, but it did.  :D   I even tried defining them myself (based on what Slackware used to set it to), and that didn't work either.  (Right now it's set to the detected one.)

 
quote:
For your kernel sources, do this:

#uname -r
#urpmi --fuzzy kernel-source

This will make urpmi download and install the the kernel source of the kernel you're running.



...But I can't do that, I can't get online.  Need my wifi drivers.  ;)
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

insomnia

  • Member
  • **
  • Posts: 587
  • Kudos: 0
Issues with my new Mandrake install
« Reply #3 on: 24 April 2004, 02:39 »
quote:
Originally posted by WMD:


...But I can't do that, I can't get online.  Need my wifi drivers.   ;)  



lol
  :rolleyes:  

Their on CD 4 and 5, so you don't have them with the download version.

I take you made dual boot?
If so, download them with system you used to download Mandrake or use something like Knoppix(if you have it).

You can find them here:
http://rpm.pbone.net/index.php3/stat/4/idpl/813815/com/kernel-source-2.4.22-10mdk.i586.rpm.html

PS: Mandrake sucks for doing this.
You NEED those sources.
Those who can make you believe absurdities can make you commit atrocities.
    Voltaire

Injustice is happening now; suffering is happening now. We have choices to make now. To insist on absolute certainty before starting to apply ethics to life decisions is a way of choosing to be amoral.
R. Stallman

http://www.pvda.be/


preacher

  • VIP
  • Member
  • ***
  • Posts: 858
  • Kudos: 107
    • http://kansascity.cjb.net
Issues with my new Mandrake install
« Reply #4 on: 24 April 2004, 03:06 »
quote:
Originally posted by WMD:
 I think it could be the fact that I'm using the "vesa" X driver right now (since "nv" won't work with my FX57000 for some reason    :confused:    


Go to http://www.nvidia.com and get the official nvidia linux drivers now. The default nvidia linux drivers are very poor in comparison and have no openGL support. This also might fix your probhlem with the refresh rate settings.
Kansas City Hustle
http://kansascity.cjb.net

preacher

  • VIP
  • Member
  • ***
  • Posts: 858
  • Kudos: 107
    • http://kansascity.cjb.net
Issues with my new Mandrake install
« Reply #5 on: 24 April 2004, 03:13 »
I forgot to mention, you dont need the kernel source to install the nvidia drivers. The install is simple. Do it now, it is a huge improvement.
Kansas City Hustle
http://kansascity.cjb.net

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Issues with my new Mandrake install
« Reply #6 on: 24 April 2004, 04:09 »
Ok, got the Nvidia drivers installed...holy shit, why can't all Linux 3rd party drivers be that simple?  :(   And now I get an 85Hz refresh, so that problem is fixed!  

 
quote:
Their on CD 4 and 5, so you don't have them with the download version.


 :mad:   Ah well.  I'm downloading that RPM now.  Hopefully that'll work out.

Oh BTW, yeah this is a dual boot machine.  Got the hardware a few weeks ago, and it has Windows 2000 on it as well.  Should work out OK, use Linux for pretty much everything, execept some games that don't run.
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Issues with my new Mandrake install
« Reply #7 on: 24 April 2004, 08:31 »
Alright...it didn't work.  :(   The source RPM installed ok, but the wlan config says the source is 2.4.22-10mdkcustom, and that I'm running 2.4.22-10mdksmp.  I just have it install into the module directory for what I run (the smp one).  I can modprobe the driver, but then the instructions say:

 
quote:
D) Run 'wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable' to initialize the
   driver+MAC functions.
E) Run 'wlanctl-ng wlan0 lnxreq_autojoin ssid=<your ssid> authtype=opensystem'
   to enable the MAC in Infrastructure Station mode.
F) Run 'ifconfig wlan0 <your IP address>'


But it's not recognizing "wlanctl-ng" as a command.

Ok, I just looked the driver up, and found that the Linksys site gave me an old version.  Gonna go try that.  
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

insomnia

  • Member
  • **
  • Posts: 587
  • Kudos: 0
Issues with my new Mandrake install
« Reply #8 on: 25 April 2004, 06:42 »
quote:
Originally posted by ThePreacher Linux Game Master:
I forgot to mention, you dont need the kernel source to install the nvidia drivers. The install is simple. Do it now, it is a huge improvement.


If you change or update the default kernel, you do need them.
Those who can make you believe absurdities can make you commit atrocities.
    Voltaire

Injustice is happening now; suffering is happening now. We have choices to make now. To insist on absolute certainty before starting to apply ethics to life decisions is a way of choosing to be amoral.
R. Stallman

http://www.pvda.be/


preacher

  • VIP
  • Member
  • ***
  • Posts: 858
  • Kudos: 107
    • http://kansascity.cjb.net
Issues with my new Mandrake install
« Reply #9 on: 25 April 2004, 07:17 »
quote:
Originally posted by insomnia:


If you change or update the default kernel, you do need them.



That is not an issue for him because he is using the default kernel. Read his post above, looks like he has it working.
Kansas City Hustle
http://kansascity.cjb.net

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Issues with my new Mandrake install
« Reply #10 on: 25 April 2004, 10:00 »
I tried an updated version of linux-wlan and it still doesn't work.  When doing "make" it gives a bunch of "Error 2" messages.  I'll have to copy them down next time

It's interesting, because someone I know couldn't get his wireless drivers to install in Mdk 9.2, but said they worked fine in Fedora.  :confused:
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez