LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-29-2009, 07:38 PM   #1
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Rep: Reputation: 32
how do i give virtualbox access to my usb devices


for the hardware that isn't supported in pclinuxos i installed windows xp home inside virtualbox so i can print and scan while still using linux i also want it to support my usb flash drive so i can transfer into and from my virtual machine
 
Old 09-29-2009, 07:49 PM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

you need to non-ose edition to use usb in vbox.
 
Old 09-29-2009, 07:58 PM   #3
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
how do i do that i need a walk through on this
 
Old 09-29-2009, 10:54 PM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hi

uninstall your ose editon using your packagemanager then

download link for a 32 bit system
http://download.virtualbox.org/virtu...007-1.i586.rpm

if you have a 64 bit AMD cpu try
http://download.virtualbox.org/virtu...1-1.x86_64.rpm

when it loads...when you run it...look at the top and see devices....click on it...click on usb devices....click on the usb device you want to mount.
Do not mount it in your host sytem first.
 
Old 09-30-2009, 07:30 AM   #5
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
oh i see, i guess it was kinda pointless downloading it from the repositories

can i use this to share printers with machines running windows
 
Old 09-30-2009, 06:29 PM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
sorry I do not run windows in vbox hope someone else knows
 
Old 10-10-2009, 08:11 PM   #7
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
well thanks for your help though, i was going to install windows on it then insstall the drivers to all my printting and scanning devices, then setup a sharing network with my printers to every computer in the house then i won't have to boot into winddows anymore (i don't know how to dual boot so windows and linux are on 2 different hard drives so whenever i feel like switching i open the computer up and plug in the ide cable into the desired drive alot of hassel)
 
Old 10-10-2009, 08:58 PM   #8
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
how do i run the rpm file install in pclinuxos 2009.2
 
Old 10-12-2009, 11:32 AM   #9
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
how do i install a rpm file in pclinuxos 2009.2

i was asking a question about virtualbox in this forum
http://www.linuxquestions.org/questi...evices-758554/

and aus9 gave me a link (btw thanks) that led me to a rpm package and i don't know how to install it

i really need this program to connect printers that aren't compatible with linux (my windows desktop is near the road to crashing and i can't re-install it because all of my serial codes have been used
 
Old 10-12-2009, 01:24 PM   #10
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,233

Rep: Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860Reputation: 860
Quote:
i don't know how to install it
This should work.
Quote:
INSTALLING, UPGRADING, AND REMOVING PACKAGES:
rpm {-i|--install} [install-options] PACKAGE_FILE ...
This is from the man page for rpm. So in short, try 'rpm -i thenameofthepackage.rpm' ( without the quotes ). Do this as root.
 
Old 10-12-2009, 01:29 PM   #11
HaroldWho
Member
 
Registered: Nov 2006
Location: southeastern PA
Distribution: Slackware
Posts: 130

Rep: Reputation: 23
how do i install a rpm file in pclinuxos 2009.2

Do you have the rpm binary installed? If not you'll have to do that first.

Then try "rpm --install --test PACKAGE_FILE"

The "--test" option will show you what will happen. Repeat without "--test" if things look OK. If there are unresolved dependencies you'll have to track down the necessary packages and install them too.
 
Old 10-12-2009, 01:46 PM   #12
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
will it work if i typed

rpm -i (then dragged and droped the rpm file into the terminal window, deleted the quotation marks) then pressed enter
 
Old 10-12-2009, 01:53 PM   #13
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You can't "drag and drop" into any terminal that I have used...

Just cd to the directory containing the file and then issue the command----using your example:
"rpm -i filename"

Hint: For filename, enter just enough of it so that it is unique, then "*". So--for example

instead of:
rpm -i newfancyLinux_SW_versionXYZ.3.1A.tar.gz.rpm.jpg

do:
rpm -i newfancy*
 
Old 10-12-2009, 02:37 PM   #14
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
You can drag and drop file these day, it work if the path start with a /
 
Old 10-12-2009, 10:46 PM   #15
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
pkay the rpm file that was provided for the 32 bit version worked and i am using virtualbox and my peripherals that didn't have linux drivers are working

but my usb flash drive isn't, it comes up on the device filter but it isn't selectable, is there a reason why it is doing this and how do i make it work (so i can transfer files from linux to windows in the virtual machine without using the internet)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot use any USB devices in VirtualBox davidguygc Linux - Hardware 7 06-14-2010 08:36 AM
[SOLVED] Virtualbox 2.2.4 + Slackware 12.2 = no usb devices Slackovado Slackware 6 03-14-2010 03:38 PM
LXer: VirtualBox 2: How To Pass Through USB Devices To Guests On An Ubuntu 8.10 Host LXer Syndicated Linux News 0 04-05-2009 07:41 AM
enabled usb devices for virtualbox in opensuse 10.3 dissident_goodchild Linux - Software 4 12-05-2007 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration