Slackware This Forum is for the discussion of Slackware Linux.
|
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-19-2012, 11:26 PM
|
#1
|
|
Member
Registered: May 2008
Location: Brooklyn ZOO
Distribution: Slackware64 14.0
Posts: 371
Rep:
|
USB for VMWare and Slackware 14.0
I finally got Slackware 14.0 x64 up and running and it's been good so far. The only issue I have now is that USB does not exist for VMWare Workstation 8, whereas it did before upgrading from Slackware 13.37 x64. Anyone have any suggestions on this?
|
|
|
|
11-20-2012, 01:18 AM
|
#2
|
|
Member
Registered: Sep 2010
Location: Bloemfontein , South Africa
Distribution: Slackware 13.37 and Slackware 14
Posts: 191
Rep:
|
@dimm0k
I see yo upgraded from 13.37 ,
You have to reinstall vmware for it to work properly
The USB's will work after the reinstall I am nearly 100% sure
Regards
Lawrence
|
|
|
1 members found this post helpful.
|
11-20-2012, 02:52 AM
|
#3
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,860
|
or just try running
Code:
vmware-modconfig --console --install-all
|
|
|
1 members found this post helpful.
|
11-20-2012, 12:05 PM
|
#4
|
|
Member
Registered: May 2008
Location: Brooklyn ZOO
Distribution: Slackware64 14.0
Posts: 371
Original Poster
Rep:
|
I have tried rebuilding the VMWare modules and while there were no errors during the build, my USB devices still do not show in VMWare. I'm using VMWare Workstation 9.0.1 after upgrading from 8.0.5 and this is happening in both versions. Thinking it had something to do with the stock Slackware 14 kernel, I compiled my own 3.6.7 kernel using the one from /testing, but no difference.
I had briefly created a new vm, but stopped prior to installing an OS into it. Assumed that it would show USB devices even without an OS and because it didn't, I also assumed that this issue would occur even with an OS.
|
|
|
|
11-20-2012, 12:13 PM
|
#5
|
|
Member
Registered: Aug 2005
Location: The Big Easy
Distribution: Slackware, RHEL
Posts: 667
Rep:
|
Quote:
Originally Posted by dimm0k
I have tried rebuilding the VMWare modules and while there were no errors during the build, my USB devices still do not show in VMWare. I'm using VMWare Workstation 9.0.1 after upgrading from 8.0.5 and this is happening in both versions. Thinking it had something to do with the stock Slackware 14 kernel, I compiled my own 3.6.7 kernel using the one from /testing, but no difference.
I had briefly created a new vm, but stopped prior to installing an OS into it. Assumed that it would show USB devices even without an OS and because it didn't, I also assumed that this issue would occur even with an OS.
|
I think you need to add the following to your /etc/rc.d/rc.local file:
Code:
/etc/init.d/vmware-USBArbitrator start
Run it manually to test it first. Make sure VMWare is not running first. Hope this helps!
|
|
|
1 members found this post helpful.
|
11-20-2012, 12:41 PM
|
#6
|
|
Member
Registered: May 2008
Location: Brooklyn ZOO
Distribution: Slackware64 14.0
Posts: 371
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
I think you need to add the following to your /etc/rc.d/rc.local file:
Code:
/etc/init.d/vmware-USBArbitrator start
Run it manually to test it first. Make sure VMWare is not running first. Hope this helps!
|
I'll give it a shot tonight, but it's weird that I would have to add that... VMWare Workstation 8 was working fine before upgrading the Slackware 14.0.
|
|
|
|
11-20-2012, 12:48 PM
|
#7
|
|
Member
Registered: Aug 2005
Location: The Big Easy
Distribution: Slackware, RHEL
Posts: 667
Rep:
|
I'm not sure at what point they started doing that. I remember that being a gotcha when I first tried their latest version of VMPlayer. I believe that for rpm based distros, that is already enabled using chkconfig.
|
|
|
1 members found this post helpful.
|
11-20-2012, 12:59 PM
|
#8
|
|
Member
Registered: Aug 2005
Location: The Big Easy
Distribution: Slackware, RHEL
Posts: 667
Rep:
|
Also, if there is nothing in /etc/init.d, check /etc/rc.d/init.d instead.
|
|
|
|
11-20-2012, 06:29 PM
|
#9
|
|
Member
Registered: May 2008
Location: Brooklyn ZOO
Distribution: Slackware64 14.0
Posts: 371
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
I think you need to add the following to your /etc/rc.d/rc.local file:
Code:
/etc/init.d/vmware-USBArbitrator start
Run it manually to test it first. Make sure VMWare is not running first. Hope this helps!
|
WOW! It worked! That script is there and without ever rebooting the machine, I'm a little surprised why the install script for VMWare never started it afterward. Anyhow starting that script and then opening VMWare has everything working again! Thank you!
|
|
|
|
11-20-2012, 09:19 PM
|
#10
|
|
Member
Registered: Aug 2005
Location: The Big Easy
Distribution: Slackware, RHEL
Posts: 667
Rep:
|
Quote:
Originally Posted by dimm0k
WOW! It worked! That script is there and without ever rebooting the machine, I'm a little surprised why the install script for VMWare never started it afterward. Anyhow starting that script and then opening VMWare has everything working again! Thank you!
|
Awesome! Great to hear. That reason that is not enabled in Slackware by default is because VMWare expects either chkconfig or sysctl (systemd) to be installed. Otherwise, you have to start those scripts manually. I believe that is the only other one script, other than the default, that you need to worry about.
|
|
|
|
11-20-2012, 10:39 PM
|
#11
|
|
Member
Registered: May 2008
Location: Brooklyn ZOO
Distribution: Slackware64 14.0
Posts: 371
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
Awesome! Great to hear. That reason that is not enabled in Slackware by default is because VMWare expects either chkconfig or sysctl (systemd) to be installed. Otherwise, you have to start those scripts manually. I believe that is the only other one script, other than the default, that you need to worry about.
|
Hrmm, but this file is located in /etc/rc.d/init.d along with vmware and vmware-workstation-server with the +x attribute. Don't all executable files in /etc/rc.d including /etc/rc.d/init.d get run during boot?
|
|
|
|
11-20-2012, 10:41 PM
|
#12
|
|
Member
Registered: Aug 2005
Location: The Big Easy
Distribution: Slackware, RHEL
Posts: 667
Rep:
|
Quote:
Originally Posted by dimm0k
Hrmm, but this file is located in /etc/rc.d/init.d along with vmware and vmware-workstation-server with the +x attribute. Don't all executable files in /etc/rc.d including /etc/rc.d/init.d get run during boot?
|
No, you have to add it manually to /etc/rc.d/rc.local as far as I know.
|
|
|
|
11-21-2012, 11:00 AM
|
#13
|
|
Member
Registered: May 2008
Location: Brooklyn ZOO
Distribution: Slackware64 14.0
Posts: 371
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
No, you have to add it manually to /etc/rc.d/rc.local as far as I know.
|
What about the /etc/rc.d/rc?.d directories? I believe those are processed based on runlevels, in which rc2.d, rc3.d and rc5.d all have links pointing to their respective scripts in /etc/rc.d/init.d. vmware-USBArbitrator is one script linked in the rc?.d directories.
|
|
|
|
11-21-2012, 11:44 AM
|
#14
|
|
Member
Registered: Aug 2005
Location: The Big Easy
Distribution: Slackware, RHEL
Posts: 667
Rep:
|
Quote:
Originally Posted by dimm0k
What about the /etc/rc.d/rc?.d directories? I believe those are processed based on runlevels, in which rc2.d, rc3.d and rc5.d all have links pointing to their respective scripts in /etc/rc.d/init.d. vmware-USBArbitrator is one script linked in the rc?.d directories.
|
Hmm...interesting. I'm not sure. I don't think I've looked that deep into the rc?.d directories. I just always put it manually on rc.local. That will always work. :-)
|
|
|
1 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:48 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
|
|