LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 04-30-2016, 04:53 PM   #1
tangent
LQ Newbie
 
Registered: Apr 2016
Posts: 11

Rep: Reputation: Disabled
Hardware Drivers in VirtualBox


There's some hardware devices that my mom owns that are only supported with windows drivers. She's happy using Linux, but needs to use her devices. Does Windows in virtual box detect hardware devices that are plugged in USB etc. Does it matter what host is running the VM?
 
Old 04-30-2016, 05:42 PM   #2
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Yes.
First, install VirtualBox and into that install the corresponding "extension pack." Into
VirtualBox install ms-windows. Once you have made your changes to the settings for ms-windows in the VirtualBox Manager, start ms-windows, let it settle down and then install the "guest additions" from the "Devices" pull down menu.
Long story, but to get quality scans with the hardware available, I run winXp-service pack 3, in VirtualBox and have access to all the USB ports, optical drives, etc., etc. etc.
BTW, the documentation for VirtualBox is very good and usually you can find everything you need to know therein.
Cheers!


http://www.virtualbox.org

Edit in: BTW, just what sort of devices? Depending on what they are, it is possible they could run in Linux without ms-windows in VirualBox.

Last edited by cwizardone; 04-30-2016 at 06:10 PM.
 
1 members found this post helpful.
Old 04-30-2016, 09:10 PM   #3
tangent
LQ Newbie
 
Registered: Apr 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Yes.
First, install VirtualBox and into that install the corresponding "extension pack." Into
VirtualBox install ms-windows. Once you have made your changes to the settings for ms-windows in the VirtualBox Manager, start ms-windows, let it settle down and then install the "guest additions" from the "Devices" pull down menu.
Long story, but to get quality scans with the hardware available, I run winXp-service pack 3, in VirtualBox and have access to all the USB ports, optical drives, etc., etc. etc.
BTW, the documentation for VirtualBox is very good and usually you can find everything you need to know therein.
Cheers!


http://www.virtualbox.org

Edit in: BTW, just what sort of devices? Depending on what they are, it is possible they could run in Linux without ms-windows in VirualBox.
A very old scanner that can scan slides and printer. I had them working in Ubuntu 12.04 with drivers from a previous Ubuntu release but can't get it working in 16.04 Ubuntu Mate
 
Old 04-30-2016, 09:31 PM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
What brand and model number is the scanner?
 
Old 05-01-2016, 03:12 PM   #5
tangent
LQ Newbie
 
Registered: Apr 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
What brand and model number is the scanner?
It's an all in printer and scanner, Canon MP495

The film and slide converter make and model is, Innovative Technology aka IT. scnd522b1231 upc 893811002444 fccid wfzscnd522a1231 another sticker with a number H11901M024116.
(sorry that's the best I can get over the phone without looking at it)

Last edited by tangent; 05-01-2016 at 03:22 PM.
 
Old 05-01-2016, 03:50 PM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Quote:
Originally Posted by tangent View Post
It's an all in printer and scanner, Canon MP495

The film and slide converter make and model is, Innovative Technology aka IT. scnd522b1231 upc 893811002444 fccid wfzscnd522a1231 another sticker with a number H11901M024116.
(sorry that's the best I can get over the phone without looking at it)
Looks like the Canon has limited support with Sane,
http://www.sane-project.org/sane-mfgs.html#SCANNERS

I haven't found a listing for Innovative Technology.

Have you have checked with the manufacturer to see if they have Linux drivers?

Regardless, running ms-windows in VirtualBox and the appropriate software therein, should work fine. It will be like you are running ms-windows as an application on your Linux desktop. That is what I do with an HP flatbed scanner. While Sane does support it, the results are poor at best and the resulting files are huge. The Linux, VirtualBox, winXp combination turns out excellent results.

Last edited by cwizardone; 05-01-2016 at 03:53 PM.
 
Old 05-01-2016, 08:11 PM   #7
tangent
LQ Newbie
 
Registered: Apr 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks, I think this is the best solution as well. It's better than to use on of her machines as a dedicated windows OS just to use her peripherals every now and then.

Follow Up Question can you share files between the OS running in virtual box and the host os?
 
Old 05-01-2016, 08:41 PM   #8
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Quote:
Originally Posted by tangent View Post
Thanks, I think this is the best solution as well. It's better than to use on of her machines as a dedicated windows OS just to use her peripherals every now and then.

Follow Up Question can you share files between the OS running in virtual box and the host os?
Yes. In the settings you can pick what folders you want to share, that is, can be accessed on the host. It is up to the user as to what they want to make available. As I usually have the "guest" set up as an "internal network" so it isn't exposed to the outside world, i.e., the Internet, I give it it access to my document directory were I save scanned files. If you plan to allow the guest to use the Internet you might want to severely limit a ms-windows (virus prone) guest's access to the host.
 
1 members found this post helpful.
Old 05-15-2016, 12:06 AM   #9
tangent
LQ Newbie
 
Registered: Apr 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Great thanks. I'll make sure to tell my mom not to let any windows device use her network access point.
 
Old 05-23-2016, 05:21 AM   #10
tangent
LQ Newbie
 
Registered: Apr 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
everything worked out except

Everything works great. We can print and scan from windows with linux as the host. I set up a shared folder in virtualbox, but I'm not sure where to find it on the host file system or in the vm ms windows file system. Where should I look?
 
Old 05-23-2016, 08:58 AM   #11
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Quote:
Originally Posted by tangent View Post
Everything works great. We can print and scan from windows with linux as the host. I set up a shared folder in virtualbox, but I'm not sure where to find it on the host file system or in the vm ms windows file system. Where should I look?
In Xp click on, "Start," then "Explore," then "My Network Places," then "VBOXSVR\whatever-is-your-user-name-or-directory-you-picked-on-host on Vbosvr." Click on the small + sign next to the aforementioned folder and it will show you the directory/folder and all sub-directories.
For more detailed information, bring up the "Oracle VM VirtualBox Manager" and click on "Help." From there go to section 4.3, "Shared Folders.

BTW, if you find any of these posts helptful, in this thread, or any other thread you might be reading, please click on the "Yes," to the right of, "Did you find this post helpful?"
Thanks.

Last edited by cwizardone; 05-23-2016 at 10:19 AM.
 
2 members found this post helpful.
Old 05-23-2016, 02:03 PM   #12
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Quote:
Originally Posted by tangent View Post
Thanks, I think this is the best solution as well. It's better than to use on of her machines as a dedicated windows OS just to use her peripherals every now and then.

Follow Up Question can you share files between the OS running in virtual box and the host os?
You can also drag'n'drop, if it's enabled.
http://ccm.net/faq/41654-virtualbox-...d-drop-support
 
2 members found this post helpful.
Old 05-23-2016, 05:32 PM   #13
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Quote:
Originally Posted by Ihatewindows522 View Post
You can also drag'n'drop, if it's enabled.
http://ccm.net/faq/41654-virtualbox-...d-drop-support
Many thanks for that. I had forgotten all about it.
 
Old 05-26-2016, 11:23 PM   #14
tangent
LQ Newbie
 
Registered: Apr 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
BTW, if you find any of these posts helptful, in this thread, or any other thread you might be reading, please click on the "Yes," to the right of, "Did you find this post helpful?"
Thanks.
Oh thanks, I haven't been in these forums for years. What if I found more than one response helpful, I don't want to spam. Everyone has helped me get what I needed done here so I want to click yes on most if not all.
 
Old 05-29-2016, 04:15 PM   #15
WFV
Member
 
Registered: Apr 2012
Location: somehow, somewhere
Distribution: Arch
Posts: 197

Rep: Reputation: Disabled
You can also "map" them just like you would map any other network drive from Windows XP and "reconnect at logon" checked, just point the map to the VBOXSRV location on the network - first (as others have mentioned) you have to set up the Shares in the VirtualBox settings. The advantage of mapping is that you don't have to go looking for it every time you launch XP.
Attached Thumbnails
Click image for larger version

Name:	XP vboxsrv mapped.jpg
Views:	19
Size:	87.9 KB
ID:	21931  
 
2 members found this post helpful.
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Virtualbox VM to Physical hardware? secondhandman Linux - Newbie 12 06-15-2012 07:41 PM
Does hypervisor(virtualbox) can own a specific hardware jao_madn Linux - Virtualization and Cloud 2 04-07-2012 09:13 AM
When buying new hardware, should I only pick hardware with linux drivers? necromancer44 Linux - Hardware 4 04-13-2010 04:36 PM
Restricted Nvidia drivers not listed in Hardware Drivers (8.04 Hardy Heron, liveCD) shroomy_bee Ubuntu 4 07-06-2008 10:16 AM
Hardware Drivers not detecting hardware correctly in Hardy adanedhel728 Ubuntu 2 04-26-2008 03:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 04:23 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