Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started 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.
-
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
-
I don't think there was HyperV support in the kernel back then. There is in 6.x.
-
What type of mouse do you have PS2 or USB?
-
Hi Stone.Giant,
it is a three button PS/2 mouse.
regard xyz-worx
-
Hi Stone.Giant,
it is a three button PS/2 mouse.
regard xyz-worx
Add i8042.nopnp to your boot code
-
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
-
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?
-
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
-
That should be noapic not noacpi.