完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,我想让我们的82357B GPIB-USB适配器在虚拟机中工作。
我在ubuntu 12.04主机(3.11内核)上使用VirtualBox 4.2.16(带扩展包,但问题是否相同)。 在vm中,我使用的是win7-x64并安装了连接专家16.3.17914.4。 就设备管理器而言,设备工作正常:我在vbox中创建了所谓的过滤器,允许从vm内访问两个USB设备。 “Both both”,因为设备在由驱动程序配置时更改了u*** ID。 配置完成后,设备管理器会显示健康的“Agilent Technologies 82357B”。 但是连接专家显然有这个配置的问题......它确实在其树中显示“USB / GPIB(GPIB0)”设备但是带有红色x。 当我右键单击它并选择“刷新此设备”然后它会尝试,但在详细信息中显示“通信失败”和“错误:ResourceNotFound”。 它还会将一些内容记录到Windows的事件查看器中,从“IocAgent.ReadAndValidateInterfaceEntry:INTF4的验证失败:计算机上不存在串行接口编号3”,以“VOC”作为源。 第二个错误看起来也很有趣:“ag357i [Pid / tid = 2088/1616]:错误,OpenU***IntfDevice():CreateFile(1)失败w / err = [5] on [\? u***#vid_0957& pid_0718#my52433349 #{a5dcbf10-6530-11d2-901f-00c04fb951ed}]”。 错误5是“访问被拒绝”。 AFAICT路径是正确的,根据设备管理器和Windows注册表,至少所有元素都是正确的。 我已经将完整的日志附加为.txt和.evtx(windows的本机事件查看器格式)。 通过在刷新接口的同时监视主机上的相应总线,我确实没有向设备发送u***数据包。 该设备在具有原生窗口7的另一台机器上工作正常。任何想法? refresh.txt11.0 KB 以上来自于谷歌翻译 以下为原文 Hi, I am trying to get our 82357B GPIB-USB adapter to work in a virtual machine. I am using VirtualBox 4.2.16 (with the expansion pack but the problems w/o it are the same) on a ubuntu 12.04 host (3.11 kernel). In the vm I am using win7-x64 and have connection expert 16.3.17914.4 installed. As far as the device manager is concerned, the device works fine: I have created so-called filters in vbox that allow both u*** devices to be accessed from within a vm. "Both" because the device changes u*** ids while being configured by the driver. After configuration the device manager shows a healthy "Agilent Technologies 82357B". But connection expert obviously has problems with this configuration... It does show a "USB/GPIB (GPIB0)" device in its tree but with a red x. When I right-click on it and select "Refresh This Device" then it tries to, but shows "There was a communication failure" and "Error: ResourceNotFound" in the details. It does also log some stuff into windows' event viewer, starting with "IocAgent.ReadAndValidateInterfaceEntry: Validate of INTF4 failed: Serial interface number 3 is not present on the computer" with "VOC" as source. The second error also looks interesting: "ag357i[Pid/Tid=2088/1616]: Error, OpenU***IntfDevice():CreateFile(1) failed w/err=[5] on [\?u***#vid_0957&pid_0718#my52433349#{a5dcbf10-6530-11d2-901f-00c04fb951ed}]". Error 5 is "access denied". AFAICT the path is correct, at least all elements are correct according to the device manager and the windows registry. I've attached the complete log as .txt and .evtx (windows' native event viewer format). I did verify that no u*** packet is sent to the device by monitoring the respective bus on the host while refreshing the interface. The device works fine on another machine with native windows 7. Any ideas? 附件
|
|
相关推荐
6个回答
|
|
|
|
|
|
我安装了VirtualBox 4.3.6和IO Libraries Suite 16.3 Update 2(16.3.17914.4),这很好用。 我的猜测是你没有这个最新版本的IO Libraries Suite([www.agilent.com/find/iosuite])。 首先尝试升级,然后升级您的VirtualBox版本,如果仍然无效。 我很好奇是什么驱使你走这条路? 将GPIB适配器运行到虚拟机的用例是什么? 以上来自于谷歌翻译 以下为原文 I installed VirtualBox 4.3.6 and IO Libraries Suite 16.3 Update 2 (16.3.17914.4) and this worked fine. My guess is that you don't have this latest version of the IO Libraries Suite ([www.agilent.com/find/iosuite]). Try upgrading that first, then upgrade your version of VirtualBox if that still doesn't work. I'm curious as to what drove you down this path? What is your use case for running the GPIB adapter through to a Virtual Machine? |
|
|
|
MAX_zuo 发表于 2018-11-29 12:47 谢谢你的努力! 我肯定安装了16.3.17914.4版(从头开始),这不是问题所在。 也许他们在(我的)4.2.16和(你的)4.3.6之间的VirtualBox中修复了一个问题。 我不是唯一有这个问题的人:在2008年的虚拟机论坛中有一篇文章:https://forums.virtualbox.org/viewtopic.php?f = 6& t = 11702你没有提到哪个 你使用的主机操作系统,如果你使用过32b或64b操作系统? 我在VM中使用适配器的原因是我无法在Windows中有效工作,但我必须使用不在Linux上运行的专有工具软件(尚未)。 ;) 以上来自于谷歌翻译 以下为原文 Thanks for your effort! I have definitely version 16.3.17914.4 installed (from scratch), that can't be the problem. Maybe they have fixed a problem in VirtualBox between (my) 4.2.16 and (your) 4.3.6. I am not the only one that had/has this problem: there exists a post from 2008 in the virtualbox forum: https://forums.virtualbox.org/viewtopic.php?f=6&t=11702 You did not mention which host OS you have used and if you have used 32b or 64b OSes? The reason why I am using the adapter in a VM is that I just can't work effectively in Windows, but I have to use proprietary instrumentation software that does not run on Linux (yet). ;) |
|
|
|
yukichen 发表于 2018-11-29 12:58 我的主机操作系统是Ubuntu 12.04 LTS 64位。 您最感兴趣的可在Linux上使用的任何特定安捷伦软件? 以上来自于谷歌翻译 以下为原文 My host OS is Ubuntu 12.04 LTS 64-bit. Any particular Agilent software that you are most interested in being usable on Linux? |
|
|
|
我得到了它的工作,谢谢你。 我忘了为有问题的虚拟机启用USB2,尽管显然这是必要的。 我想知道它为什么需要USB2 ......全速的带宽(和帧大小)应该足够了。 在这种情况下,IO Libraries Suite / Connection专家可能会改进其错误消息......目前我只对运行专有应用程序感兴趣(在一家大型汽车公司的研究项目中)。 再次感谢您的工作! 因此,对于寻找解决方案的任何人:使用任何虚拟机(> = 4.2.16应该可以正常工作),确保安装了虚拟机扩展,并为虚拟机激活了heci / u***2控制器。 以上来自于谷歌翻译 以下为原文 I got it to work, thank you. I forgot to enable USB2 for the virtual machine in question although it apparently is necessary. I wonder why it needs USB2 though... the bandwidth (and frame sizes) of full speed should be enough. Maybe the IO Libraries Suite/Connection expert could improve its error message in this case... Currently I am only interested in getting the proprietary application to run (within a research project with a major automotive corporation). Thanks again for your work! So for anyone looking for a solution: use any virtualbox (>=4.2.16 should work for sure), make sure virtualbox extensions are installed and the heci/u***2 controller is activated for the virtual machine. |
|
|
|
yukichen 发表于 2018-11-29 13:21 太好了,谢谢你的跟进! 以上来自于谷歌翻译 以下为原文 Great, thanks for the followup! |
|
|
|
只有小组成员才能发言,加入小组>>
1234 浏览 0 评论
2352 浏览 1 评论
2163 浏览 1 评论
2028 浏览 5 评论
2912 浏览 3 评论
979浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
711浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
811浏览 0评论
1236浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-28 00:20 , Processed in 1.365120 second(s), Total 57, Slave 51 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号