LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Kernel selection (https://www.linuxquestions.org/questions/suse-opensuse-60/kernel-selection-329295/)

jimbrook 06-01-2005 03:41 PM

Kernel selection
 
I could not run a "make" or "install" on a driver file and I was advised to install the Kernal through YaST. No knowing which ones, I selected all. The developer who created the beta rt2500 (ralink wireless) driver indicated that I had made the file with SMP and that the driver was unstable with SMP (symmetical multiple processors). Which Kernel should I choose to make files?

jailbait 06-01-2005 04:14 PM

"Which Kernel should I choose to make files?"

You can find out the name of the kernel that you are actually using with:
uname -r

That's the one you should compile drivers against.

---------------------------
Steve Stites

jimbrook 06-01-2005 05:18 PM

Thanks Steve:

So, do I remove the SMP Kernel, reboot, check which kernel I'm using and run make within the directory that contains the target?

jailbait 06-01-2005 08:46 PM

"So, do I remove the SMP Kernel, reboot, check which kernel I'm using and run make within the directory that contains the target?"

You haven't given me enough information to answer your question. Are you running SMP? If so then the SMP kernel is the one you need. If you are not running SMP then the default kernel is the one you need. Check your kernel name. If you are using the wrong kernel then boot into the correct kernel. Then install the corresponding kernel source in /usr/src/linux.

Double check to make sure that the kernel you are running on is the same kernel as the kernel source you have in /usr/src/linux. Then compile your driver against the kernel source.

"The developer who created the beta rt2500 (ralink wireless) driver indicated that I had made the file with SMP and that the driver was unstable with SMP (symmetical multiple processors). Which Kernel should I choose to make files?"

If you are actually using the SMP kernel then you should compile the driver against the SMP kernel source but the developer already said this isn't going to work anyway.

-------------------------
Steve Stites

jimbrook 06-01-2005 09:41 PM

Thanks Steve. Obviously, I need to study Kernels. I tried to remove SMP. I'm booting now to see what I have. Stay tuned and thanks for the help.

jimbrook 06-01-2005 09:49 PM

2.6.8-24 - default
 
Steve:

That's the one I'm now running.

jailbait 06-02-2005 08:55 AM

"2.6.8-24 - default

That's the one I'm now running."

OK, now install the source for the 2.6.8-24 - default kernel in /usr/src/linux and then compile the rt2500 driver.

----------------------
Steve Stites


All times are GMT -5. The time now is 05:36 AM.