Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: yogi_al on July 23, 2015, 06:53:44 PM

Title: TC4.0 mouse freezes inHyper-V
Post by: yogi_al on July 23, 2015, 06:53:44 PM
Hi,

I have TC4.0 installed on my HyperV but the mouse just wont move. I installed Xorg-7.5 as well. But nothing. Am I missing something?

Thanks.
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: xyz-worx on July 24, 2015, 03:49:51 AM
Hi yogi_al,

although I made my 'mouse-experiences' with TC3 maybe this thread
might be helpful:

http://forum.tinycorelinux.net/index.php/topic,10731.0.html

Regards

xyz-worx
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: curaga on July 25, 2015, 10:47:36 AM
I don't think there was HyperV support in the kernel back then. There is in 6.x.
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: Stone.Giant on July 27, 2015, 01:00:20 PM
What type of mouse do you have PS2 or USB?
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: xyz-worx on July 28, 2015, 04:29:05 AM
Hi Stone.Giant,

it is a three button PS/2 mouse.

regard xyz-worx
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: Stone.Giant on July 28, 2015, 08:01:43 AM
Hi Stone.Giant,

it is a three button PS/2 mouse.

regard xyz-worx


Add i8042.nopnp to your boot code
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: xyz-worx on July 28, 2015, 10:48:55 AM
I think there was a misunderstanding on my side! I thought you are asking me
about the type of the mouse and not yogi_al.

As one can read in my thread my mouse issues were solved.

regards xyz-worx
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: Stone.Giant on July 28, 2015, 11:58:21 PM
yogi_al could try it either, I have USB mouse it also read as PS2/USB mouse and why you're the one who answered when I asked question?
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: Stone.Giant on July 29, 2015, 08:17:23 AM
Beware of the code "acpi=off" that resulted in both my keyboard and mouse not to work and the code "pci=noacpi" resulted in my monitor not to work because I have pci AGP, if this happens plug your monitor to other devices. I came to solution i8042.nopnp when I dmesg and the system told me to do so. See your dmesg | grep -i nopnp
Title: Re: TC4.0 mouse freezes inHyper-V
Post by: gerald_clark on July 29, 2015, 08:46:50 AM
That should be noapic not noacpi.