Intrepid Ibex problems (PCI and/or USB devices)
USB devices not working or PCI devices not working
Assuming you are using Grub to boot, add the following to the options passed to the kernel when booting. This can be found in /boot/grub/menu.lst
pci=conf1
For instance you may have:
title Ubuntu 8.10
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=123456-xxxxx ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
So on the kernel line, add: pci=conf1
To make...
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=123456-xxxxx ro quiet splash pci=conf1