![]() |
Install New Module on newly 2.6.35-rc5 kernel !!!
Recently I was trying to look into vmware pvscsi modules for newly announced linux kernel 2.6.35-rc2. I compiled the kernel with option: make oldconfig where it asked me for various interactive options and all I did is Kept pressing the Enter ENTER key(Donno if that is the correct way to slect default ).The Kernel Compilation anyway went fine and I can see new kernel at grub screen, booted and it went fine.Now when I explored I found that nor the vmware_balloon and vmw_pvscsi modules are present which means I need to install these modules.
I came to know that recently a new version of the vmware memory drivers being included through this page: http://www.linuxhq.com/kernel/v2.6/3...ware_balloon.c where you can see an entry like: Code:
MODULE_AUTHOR("VMware, Inc.");Also, I tried to install modules through modprobe and insmod(seems that this doesnt work) but couldnt do that. |
Hi,
I guess you didn't add support for this module in your newly compiled kernel. To verify, run: Code:
grep VMWARE /usr/src/linux-2.6.35-rc5/.configRegards |
Thats True.
here's the output: Code:
# CONFIG_VMWARE_BALLOON NOT SET |
To recompile your kernel, you should enter the directory /usr/src/linux-2.6.35-rc5 and run
Code:
make menuconfigGo to: Device Drivers -> Misc devices, scroll down to "VMware Balloon Driver" and press "M" to compile it as module Save, exit and then do what you did last time after running "make oldconfig" Regards |
Thanks.Let me try out now.
|
When I am trying to run this command it throws error:
Code:
linux-xx82:/usr/src/linux-2.6.35-rc5 # make menuconfigi am installing it on SLES 11 SP1 |
You need the ncurses package
Or try the "make xconfig" way |
I did installed libncurses but things dint work.
Code:
linux-xx82:/usr/src/linux-2.6.35-rc5 # rpm -qa *curses*Code:
[linux-xx82:/usr/src/linux-2.6.35-rc5 # make xconfig |
Installed QT3 packages too but no working.
Just rebooted the OS to see if it works !! |
In both cases you'll need the development packages too
Here is what I get from a Suse 10.3 Code:
rpm -qa|grep ncurses |
Seems that I am missing with devel package:
Code:
linux-xx82:/usr/src/linux-2.6.35-rc5 # rpm -qa | grep ncurses |
I don't know about SLES but can you use your package manager to install it?
It look like it exists in your installation media (suse/i586/ncurses-devel-5.6-90.55.i586.rpm ) according to this |
I have installed ncurses and itd dependent packages ( ie tack) and now it seems to run.
Will Post the further output. |
| All times are GMT -5. The time now is 09:22 AM. |