現在、Debian Stretch (不安定版) カーネル 4.9.0-3-amd64 (最新リリース) に取り組んでいます。
ni usb gpib の使用に問題があります。まず、私のインストール (以前のカーネルで動作していたもの) は、ここでアドバイスされているものです。https://www.cl.cam.ac.uk/~osc22/tutorials/gpib_usb_linux.html
dmesg
デバイスを接続するときは次の手順に従ってください。
[73264.867644] usb 3-1.3: USB disconnect, device number 8
[73271.234223] usb 3-1.3: new high-speed USB device number 9 using ehci-pci
[73271.344584] usb 3-1.3: New USB device found, idVendor=3923, idProduct=709b
[73271.344585] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[73271.344586] usb 3-1.3: Product: GPIB-USB-HS
[73271.344587] usb 3-1.3: Manufacturer: National Instruments
[73271.344587] usb 3-1.3: SerialNumber: 0152CFE0
[73271.344840] ni_usb_gpib: probe succeeded for path: usb-0000:00:1a.0-1.3
その後、modprobe ni_usb_gpib
問題なく動作します。
しかし、実行するとgpib_config
次の結果が返されます。
failed to bring board online
failed to configure board
main: Resource temporarily unavailable
関連するものは次のとおりですdmesg
:
[73665.645045] ni_usb_gpib: attach
[73665.645047] attached to bus interface 0, address 0xffff9b38539cd800
[73665.654427] product id=0x709b
[73665.654431] MY_PATH/linux-gpib-4.0.3/drivers/gpib/ni_usb/ni_usb_gpib.c: usb_control_msg request 0x41 returned -11
[73665.655167] gpib: interface attach failed
次に、ファームウェアを手動でロードしようとしましたが、次のlsusb
結果が返されました。
Bus 003 Device 009: ID 3923:709b National Instruments Corp. GPIB-USB-HS
私は試した:
fxload -D /dev/bus/usb/003/009 -I gpib_firmware-2008-08-10/ni_gpib_usb_b/niusbb_firmware.hex -s gpib_firmware-2008-08-10/ni_gpib_usb_b/niusbb_loader.hex
ファームウェアは次の場所にあります:http://linux-gpib.sourceforge.net/firmware/
答えは次のとおりです。
write external: Connection timed out
write external: Connection timed out
write external: Connection timed out
write external: Connection timed out
write external: Connection timed out
write external: Connection timed out
unable to download usb/gpib_firmware-2008-08-10/ni_gpib_usb_b/niusbb_firmware.hex
対応するdmesg:
[74612.772628] usb 3-1.3: usbfs: USBDEVFS_CONTROL failed cmd fxload rqt 64 rq 163 len 208 ret -110
[74623.012617] usb 3-1.3: usbfs: USBDEVFS_CONTROL failed cmd fxload rqt 64 rq 163 len 208 ret -110
[74633.252252] usb 3-1.3: usbfs: USBDEVFS_CONTROL failed cmd fxload rqt 64 rq 163 len 208 ret -110
[74643.491724] usb 3-1.3: usbfs: USBDEVFS_CONTROL failed cmd fxload rqt 64 rq 163 len 208 ret -110
[74653.731054] usb 3-1.3: usbfs: USBDEVFS_CONTROL failed cmd fxload rqt 64 rq 163 len 208 ret -110
[74663.970461] usb 3-1.3: usbfs: USBDEVFS_CONTROL failed cmd fxload rqt 64 rq 163 len 208 ret -110
このエラーはどういう意味ですか? USB から GPIB を動作させるにはどうすればよいですか?