Specifications
Table Of Contents
- Getting Started with VMware Player
- Contents
- Getting Started with VMware Player
- Introduction and System Requirements
- Installing and Using Player
- Creating Virtual Machines
- Understanding Virtual Machines
- Preparing to Create a Virtual Machine
- Create a Virtual Machine
- Use Easy Install to Install a Guest Operating System
- Install a Guest Operating System Manually
- Importing Virtual Machines
- Installing and Upgrading VMware Tools
- Installing VMware Tools
- Upgrading VMware Tools
- Configure Software Update Preferences
- Configure VMware Tools Updates for a Specific Virtual Machine
- Manually Installing and Upgrading VMware Tools
- Manually Install or Upgrade VMware Tools in a Windows Virtual Machine
- Manually Install or Upgrade VMware Tools in a Linux Virtual Machine
- Manually Install or Upgrade VMware Tools in a NetWare Virtual Machine
- Manually Install or Upgrade VMware Tools in a Solaris Virtual Machine
- Manually Install or Upgrade VMware Tools in a FreeBSD Virtual Machine
- Start the VMware User Process Manually If You Do Not Use a Session Manager
- Uninstall VMware Tools
- Virtual Machine Files
- Using Virtual Machines
- Starting Virtual Machines in Player
- Stopping Virtual Machines in Player
- Transferring Files and Text
- Using the Drag-and-Drop Feature
- Using the Copy and Paste Feature
- Using Shared Folders
- Mapping a Virtual Disk to the Host System
- Add a Host Printer to a Virtual Machine
- Using Removable Devices in Virtual Machines
- Install New Software in a Virtual Machine
- Changing the Virtual Machine Display
- Download a Virtual Appliance in Player
- Remove a Virtual Machine from the Library in Player
- Configuring and Managing Virtual Machines
- Change the Name of a Virtual Machine
- Change the Guest Operating System for a Virtual Machine
- Change the Working Directory for a Virtual Machine
- Change the Virtual Machine Directory for a Virtual Machine
- Change the Memory Allocation for a Virtual Machine
- Configuring Video and Sound
- Moving Virtual Machines
- Delete a Virtual Machine
- View the Message Log for a Virtual Machine
- Using the VIX API
- Configuring and Managing Devices
- Configuring DVD, CD-ROM, and Floppy Drives
- Configuring a USB Controller
- Configuring and Maintaining Virtual Hard Disks
- Configuring Virtual Ports
- Add a Virtual Parallel Port to a Virtual Machine
- Configure a Virtual Parallel Port on a Linux 2.6.x Kernel Host
- Configure Permissions for a Parallel Port Device on a Linux Host
- Troubleshoot ECR Errors for Parallel Ports
- Add a Virtual Serial Port to a Virtual Machine
- Change the Input Speed of a Serial Connection
- Configuring Generic SCSI Devices
- Configuring Eight-Way Virtual Symmetric Multiprocessing
- Configuring Keyboard Features
- Modify Hardware Settings for a Virtual Machine
- Configuring Network Connections
- Index
4 Comment out the line that refers to the lp module in the /etc/modules.conf or /etc/conf.modules file.
The name of the configuration file depends on the Linux distribution.
When the line is commented out, the configuration file no longer starts the lp module when you reboot
the host system.
5 To make sure that the proper modules for the parallel port are loaded at boot time, add the following
line to the /etc/modules.conf or /etc/conf.modules file.
alias parport_lowlevel parport_pc
Configure Permissions for a Parallel Port Device on a Linux Host
Some Linux distributions do not grant a virtual machine access to the lp and parport devices by default. If
this is the case on your Linux host system, you must add the VMware user to the group that has permission
to access those devices.
Procedure
1 On the Linux host system, use the ls command to determine the owner and group for the device.
For example: ls –la /dev/parport0
The third and fourth columns of the output show the owner and group, respectively. In most cases, the
owner of the device is root and the associated group is lp.
2 To add the user to the device group, become root and open the /etc/group file in a text editor.
3 On the line that defines the lp group, add the Player username.
For example: lp::7:daemon,lp,player_username
The changes take effect the next time the user logs in to the host system.
Troubleshoot ECR Errors for Parallel Ports
A parallel port on the host system does not have an Extended Control Register (ECR).
Problem
When you power on a virtual machine after adding a parallel port, an error messages states that the parallel
port on the host system does not have an ECR.
Cause
This problem can occur when the hardware supports ECR, but ECR has been disabled in the BIOS.
Solution
1 Reboot the host system.
2 Early in the boot process, press and hold down the Delete key to enter the BIOS configuration editor.
3 Find the parallel port field and enable Extended Capability Port (ECP) mode or a combination of modes
that includes ECP.
Most modern computers support ECP mode.
Chapter 6 Configuring and Managing Devices
VMware, Inc. 89










