Ubuntu 10.04 LTS 64bit on Sandy Bridge

Goi

Diamond Member
Oct 10, 1999
6,771
7
91
Hi,

Wondering if anyone got this to work?

I have a HP desktop that has a i5-2400 and a Q65 Express chipset with Intel 3000 graphics. I've installed Ubuntu 10.04 LTS 64bit on it, and so far, it's not working very well.

At first, the graphics wasn't working - the max resolution I got was 1024x768, and the same desktop was shown in both my monitors(dual monitor setup). However, I downloaded glasen's intel drivers, and that fixed the problem.

However, my mouse and keyboard are extremely laggy right from the start when I installed the OS off the Live CD. The mouse cursor frame rate is abysmally low, and if I type at a normal speed or faster, it would not register keys regularly.

I've installed the same Ubuntu 10.04 onto another system with an older i5-750 system, and that works flawlessly, so it's probably a Sandy Bridge driver issue. I've read many people having problems with 10.04/Sandy Bridge.

Are there any chipset/USB drivers that I need to install?

Thanks.
 

lxskllr

No Lifer
Nov 30, 2004
60,117
10,577
126
Have you tried 12.04? 10.04 will be out of support next year. I dunno about the specifics, but the newer kernel with 12.04 may help.
 

Goi

Diamond Member
Oct 10, 1999
6,771
7
91
Yes I've tried 12.04 and it works. However, I need to use 10.04 LTS as I'm building the Android source code and that's the only supported version.

I did some investigation - when plugged into the front USB ports (bus 002), no lag. It's only when I plug them to the rear USB ports (bus 001) do I get the lag.

/proc/interrupts shows the following:

Code:
           CPU0       CPU1       CPU2       CPU3       
  0:         29          0          0          0   IO-APIC-edge      timer
  1:         35         24          0       3860   IO-APIC-edge      i8042
  4:          2          0          0          0   IO-APIC-edge    
  8:          1          0          0          0   IO-APIC-edge      rtc0
  9:          0          0          0          0   IO-APIC-fasteoi   acpi
 12:          4          0          0          0   IO-APIC-edge      i8042
 16:     100001          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb1
 17:         25          0          0          0   IO-APIC-fasteoi 
 23:        205          0       9320          0   IO-APIC-fasteoi   ehci_hcd:usb2
 40:          0          0          0          0   PCI-MSI-edge      PCIe PME
 41:          0          0          0          0   PCI-MSI-edge      PCIe PME
 42:          0          0          0          0   PCI-MSI-edge      PCIe PME
 43:          0          0          0          0   PCI-MSI-edge      PCIe PME
 44:       9549          0          0          0   PCI-MSI-edge      eth0
 45:      31878          0          0          0   PCI-MSI-edge      ahci
 46:      13512      82288          0          0   PCI-MSI-edge      i915
 47:        366         21          0         16   PCI-MSI-edge      hda_intel
NMI:          0          0          0          0   Non-maskable interrupts
LOC:     108571      72690      84661      53446   Local timer interrupts
SPU:          0          0          0          0   Spurious interrupts
PMI:          0          0          0          0   Performance monitoring interrupts
IWI:          0          0          0          0   IRQ work interrupts
RES:        279        541        273        354   Rescheduling interrupts
CAL:        173        378        578        609   Function call interrupts
TLB:       1059       1166        266        184   TLB shootdowns
TRM:          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0   Threshold APIC interrupts
MCE:          0          0          0          0   Machine check exceptions
MCP:          6          6          6          6   Machine check polls
ERR:          0
MIS:          0

Seems like ehci_hcd:usb1 is causing a lot of interrupts on CPU0, possibly slowing it down? How can this be fixed?
 

lxskllr

No Lifer
Nov 30, 2004
60,117
10,577
126
I'm not really sure how to to read that, but my /feeling/ is it isn't an issue. I don't think Ubuntu 10.04 is a hard requirement. It's widely used, so that's what they did their testing on. Any modern distro, or version thereof should work fine. If you REALLY need 10.04, you could run that in a vm inside a more modern distro.