You are not logged in.

#1 2019-03-12 20:16:08

dauriac
Member
Registered: 2019-01-29
Posts: 45

wine and usb

Hello,

I have installed wine without problem. However the USB device are not detected. According to
https://wiki.winehq.org/Wine_User%27s_G … ine_start]
I should symlink a device /dev/ttyUSB to a com. But I have no such device in /dev. Below my archlinux version:

more /proc/version 
Linux version 4.20.7-arch1-1-ARCH (builduser@heftig-13691) (gcc version 8.2.1 20
181127 (GCC)) #1 SMP PREEMPT Wed Feb 6 18:42:40 UTC 2019

Where can I find a post to solve my problem ?

Thank you !
JC

Offline

#2 2019-03-12 20:23:01

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,655

Re: wine and usb

What's the output of

pacman -Q linux

?  if that version differs from what you posted above, you must reboot into the new kernel to ensure that it can load modules. This has nothing to do with wine yet.

Offline

#3 2019-03-12 20:38:04

dauriac
Member
Registered: 2019-01-29
Posts: 45

Re: wine and usb

dauriac@megajack:~$ pacman -Q linux
linux 4.20.7.arch1-1

it seems it is in agreement with /proc/version

Offline

#4 2019-03-12 20:43:25

dauriac
Member
Registered: 2019-01-29
Posts: 45

Re: wine and usb

I should have mention that the usb devices are properly detected by linux.

dauriac@megajack:~$ lsusb
Bus 003 Device 002: ID 8087:8000 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 002 Device 004: ID 1631:5002 Good Way Technology 
Bus 002 Device 002: ID 1631:5400 Good Way Technology 
Bus 002 Device 018: ID 09e8:0020 AKAI  Professional M.I. Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
dauriac@megajack:~$ 

In fact I want to use a software given by akai (see above) which has no linux version available

Offline

#5 2019-03-12 21:15:16

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: wine and usb

ttyUSB is for a serial port (eg. a USB modem), not a general USB.
Likewise I don't think wine allows for generic direct HW access, ie. you will have to make the device accessible by it's function in order to allow wine to use it.

Tbh, I couldn't figure what that device is - some midi keyboard?
What does "dmesg -w" when you plug it into the system?

Offline

#6 2019-03-12 21:20:30

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: wine and usb

I doubt that this usb device implements a serial console, so that won't work.

Edit: Too slow.

Last edited by progandy (2019-03-12 21:22:04)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#7 2019-03-12 21:25:03

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: wine and usb

Virtualbox + virtualbox-ext-oracle (for USB throughput) might work. But you'll need a windows installation.

Offline

#8 2019-03-13 08:06:27

dauriac
Member
Registered: 2019-01-29
Posts: 45

Re: wine and usb

OK I understand (this explains why the usb keyboard  works).

Yes it is an Electronic Wind Instrument :

[805039.002454] usb 2-11: new high-speed USB device number 19 using xhci_hcd
[805039.143143] usb 2-11: New USB device found, idVendor=09e8, idProduct=0020, bcdDevice= a.00
[805039.143150] usb 2-11: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[805039.143154] usb 2-11: Product: EWI5000
[805039.143158] usb 2-11: Manufacturer: Akai Professional

Are you suggesting that wine is not appropriate in my case ?

This is my *only* need of Windows, so probably an emulator is overkill !
But I already installed gnome-boxes and I also had this usb problem (posted in this forum).
https://bbs.archlinux.org/viewtopic.php?id=244244

Thank you !

Offline

#9 2019-03-13 09:26:58

seth
Member
Registered: 2012-09-03
Posts: 50,983

Re: wine and usb

gnome boxes is just some frontend (or manager abstraction or whatever), but if the virtual machine is driven by virtualbox, you *need*  virtualbox-ext-oracle (AUR) for proper USB2 support.

Wine won't do because it doesn't provide some windows HW abstraction (it's not an emulator ;-)
And you used to need nocd "patches" for games for that reason for sure. So if this is a DRM dongle, that won't work - no.

Offline

Board footer

Powered by FluxBB