Tuesday, April 23, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 9338  / 1 Year ago, sat, april 8, 2023, 6:40:44

I have installed Ubuntu 12.10 x64 as guest VM on Server 2012, and want to upgrade kernel to Linux 3.8, as the 3.8 kernel supports the balloon driver for dynamic memory and new IC (I assume).



Before upgrading, the mouse working was working; after upgrading to a generic 3.8 kernel the mouse doesn't work and no hv_timesource, hv_ballon driver is present.



I've tried to install the kernel from source enabling all hyper-v components with no luck. I've installed a 3.8 kernel with hyper-v support from v.s.cz/linuxhyperv.php but still want to compile my own custom kernel with Ubuntu patches.



The VM is configured with 2 virtual CPUs. CPU 2 is always under 100% load! Does not support SMP?



Therefore my questions are:




  1. How to enable Hyper-V modules? And, if this requires a custom build, then

  2. How to install kernel 3.8 from source on Ubuntu 12.10?


More From » 12.10

 Answers
1

Upgraded to Rarring:



sudo sed -i 's/quantal/raring/g' /etc/apt/sources.list
sudo apt-get update && sudo apt-get dist-upgrade


How to upgrade to Ringtail daily build?



But hv_balloon was disabled



To enable it run:



sudo modprobe hv_baloon


All modules working now:




hmh@userv1:~$ lsmod | grep hv
hv_balloon 17229 0
hv_storvsc 17495 2
hv_netvsc 22768 0
hv_utils 13568 0
hv_vmbus 34431 5 hv_balloon,hv_netvsc,hid_hyperv,hv_utils,hv_storvsc


Mouse also working:




hmh@userv1:~$ lsmod | grep hid
hid_generic 12540 0
hid_hyperv 13059 0
hid 101002 2 hid_hyperv,hid_generic
mac_hid 13205 0
hv_vmbus 34431 5 hv_balloon,hv_netvsc,hid_hyperv,hv_utils,hv_storvsc

[#32515] Sunday, April 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ettorina

Total Points: 439
Total Questions: 99
Total Answers: 131

Location: Vanuatu
Member since Wed, Oct 14, 2020
4 Years ago
ettorina questions
Thu, Sep 1, 22, 15:28, 2 Years ago
Mon, Mar 14, 22, 06:04, 2 Years ago
Sun, Jul 24, 22, 13:31, 2 Years ago
;