Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-20-2012, 09:17 AM
|
#1
|
Member
Registered: Jul 2011
Location: FL, USA
Distribution: Linux Mint 13
Posts: 169
Rep:
|
Help me find the Linux kernel headers
I'm trying to install VMWare in Sabayon 8. I cannot find the kernel headers though. They're not in /usr/src or /lib/modules. Help?
|
|
|
05-20-2012, 10:19 AM
|
#2
|
Member
Registered: Nov 2011
Location: Germany, Bavaria, Nueremberg area
Distribution: openSUSE, Debian, LFS
Posts: 205
Rep:
|
install `em.
usually a naked distro installation does not have everthing installed to compile this and that.
Find the needed packages within your packet management and get em installed. Do NOT use any other sources to get the packages.
|
|
|
05-20-2012, 10:20 AM
|
#3
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Quote:
Originally Posted by xjonquilx
I'm trying to install VMWare in Sabayon 8. I cannot find the kernel headers though. They're not in /usr/src or /lib/modules. Help?
|
Are they installed? (Check using your package manager.)
|
|
|
05-20-2012, 10:26 AM
|
#4
|
Member
Registered: Jul 2011
Location: FL, USA
Distribution: Linux Mint 13
Posts: 169
Original Poster
Rep:
|
Yes, they come installed by default in Sabayon. However, there isn't any list in the package manager that indicates what files were installed where.
|
|
|
05-20-2012, 12:56 PM
|
#5
|
Member
Registered: Jul 2011
Location: FL, USA
Distribution: Linux Mint 13
Posts: 169
Original Poster
Rep:
|
Ok, it wasn't the headers I needed but Sabayon's source code. I've got past that part. Now I'm having another issue. While installing the modules, VMware exits with this:
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface failed
VM communication interface socket family failed
Blocking file system done
Virtual ethernet failed
VMware Authentication Daemon done
|
|
|
05-20-2012, 05:13 PM
|
#6
|
Member
Registered: Jul 2011
Location: FL, USA
Distribution: Linux Mint 13
Posts: 169
Original Poster
Rep:
|
I found the source code for an older kernel and got past that error. All I did was uninstall VMware, reboot in to the older kernel, and reinstall VMware.
Now I'm experiencing this error when trying to load a virtual machine:
"Failed to open device /dev/vmci"
I tried modprobe vmci. It didn't return any errors, but when I tried to load a virtual machine it gave me that same error again.
Last edited by xjonquilx; 05-20-2012 at 05:23 PM.
|
|
|
05-20-2012, 05:55 PM
|
#7
|
Member
Registered: Jul 2011
Location: FL, USA
Distribution: Linux Mint 13
Posts: 169
Original Poster
Rep:
|
I solved it!
jonquil@sabayon ~ $ su
Password:
sabayon jonquil # /etc/init.d/vmware status
/etc/init.d/vmware: line 73: /sbin/lsmod: No such file or directory
Module vmmon /etc/init.d/vmware: line 93: /sbin/lsmod: No such file or directory
not loaded
Module vmnet /etc/init.d/vmware: line 93: /sbin/lsmod: No such file or directory
not loaded
sabayon jonquil # cd /sbin
sabayon sbin # ln -s /bin/lsmod lsmod
sabayon sbin # /etc/init.d/vmware status
Module vmmon loaded
Module vmnet loaded
sabayon sbin # /etc/init.d/vmware start
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet failed
VMware Authentication Daemon done
sabayon sbin # /etc/init.d/vmware stop
Stopping VMware services:
VMware Authentication Daemon done
VM communication interface socket family done
Virtual machine communication interface done
Virtual machine monitor done
Blocking file system done
sabayon sbin # /etc/init.d/vmware start
Starting VMware services:
Virtual machine monitor done
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet done
VMware Authentication Daemon done
Shared Memory Available done
|
|
|
All times are GMT -5. The time now is 11:25 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|