=== jeremiah_ is now known as jeremiah_travel === Jack87|Away is now known as Jack87 [21:29] I have ubuntu-desktop 12.04 on beagleboard-xm and trying to install a driver. however, I am getting "/lib/modules/3.2.0-23-omap/build: No such file or directory." error http://pastebin.com/N0bbjDtn what do I need to install to have the 3.2.0-23-omap/build directory? [21:51] angs: linux-headers-3.2.0-23-omap ... That said, you should probably upgrade to the latest kernel. [21:51] angs: (As in "apt-get update && apt-get dist-upgrade", we're up to 3.2.0-26) [21:52] angs: If you have linux-headers-omap installed (which you should?), it'll keep your headers up-to-date with kernel upgrades. [21:52] infinity: thanks a lot, I will install them