Results 1 to 4 of 4
Hello everyone!
I have been trying to install an USB display, Lilliput UM-70 but I could not manage it until now.
I have been using Ubuntu 9.10 Karmic with kernel ...
- 05-11-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 38
Error Installing USB-display for Ubuntu 9.10
Hello everyone!
I have been trying to install an USB display, Lilliput UM-70 but I could not manage it until now.
I have been using Ubuntu 9.10 Karmic with kernel Linux version 2.6.32.7-x7.0, Ubuntu 4.4.1-4ubuntu8. I was using the following website as a reference:
I have done all the steps until the following point:HTML Code:http://mulchman.org/blog/?p=90
When I enter the command “make”, I get the following error:Code:cd udlfb make
During the previous points, it was a suprise for me that the following file took, in my case, less than a minute to be downloaded:Code:make -C /lib/modules/`uname -r `/build SUBDIRS=/root/Desktop/udlfb/ modules make: *** /lib/modules/2.6.32.7-x7.0/build: No such file or directory. Stop. make: *** [all] Error 2
The "build" file is located in the folder which it should be.Code:udlfb-0.2.3_and_xf86-video-displaylink-0.3.tar.gz
Any ideas what the problem could be?
Thanks!
- 05-11-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,978
In the build directory, under the modules subdirectory, should be additional subdirectories for the various kernels they support. My guess is that while they probably (hopefully) have a 2.6.32 directory, they don't have one for your sub-version 2.6.32.7-x7.0, so you will either need to run the configure script with the appropriate module options, or edit the Makefile to use your specific kernel (2.6.32).
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-13-2011 #3Just Joined!
- Join Date
- Dec 2009
- Location
- California
- Posts
- 69
Actually, you are missing the kernel-devel package. I'm using RedHat, so for me, I install it by using:
# yum install kernel-devel
I forget how to install stuff with ubuntu - maybe dpkg or apt-get
- 05-16-2011 #4Just Joined!
- Join Date
- May 2011
- Posts
- 38
Hello Abarclay,
I have tried your suggestion. However, the package couldn't be found. Apparently, for ubuntu the package is called "linux-kernel-devel" and the command is "apt-get install".
Thanks anyway!


Reply With Quote