Comment 113 for bug 43154

Revision history for this message
Jelle de Jong (jelledejong) wrote :

Hello everybody, I got a lot of messages about freezing and lock-ups on via systems, i solved this by doing the following, please report if this worked:

# step 1: Installation of 368 kernel as a solution for system lockups on system with the VIA CN700 chipset and VIA C7 cpu
sudo apt-get remove libc6-i686
sudo apt-get install linux-image-386

# note 1: Check libc6
sudo dpkg -S libc6-i686
sudo dpkg -l libc6

# step 3: reboot system
sudo reboot

# note 2: Check the kernel version
uname -a

# step 4: Recompile the openchrome driver with the following script and provide some feedback to on the topic:
http://ubuntuforums.org/showthread.php?p=3679548