# My mouse died suddenly

## Problem

in dmesg

```bash
DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte ..
```

## Trick 

reload the mouse driver with

```bash
rmmod psmouse && modprobe psmouse
```