USB in Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
r.stiebel
Newbie
Newbie
Posts: 3
Joined: Fri Nov 25, 2011 4:48 am

USB in Wine

Post by r.stiebel »

Hello forum,
I would like to run wine with USB support without compiling it myself.
Is there a .deb file out there ?
(I am runnung Ubuntu 11.04 and 11.11 with 32bit)

Or do we have to wait for wine 1.4 ?
Is there a release date for 1.4 ?

greetings
Roland
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: USB in Wine

Post by dimesio »

r.stiebel wrote: Or do we have to wait for wine 1.4 ?
Is there a release date for 1.4 ?
There is no set release date for 1.4.0, and in any case, USB support is not one of the release criteria.
Robert Benjamin

USB in Wine

Post by Robert Benjamin »

On 11/25/2011 12:42 PM, dimesio wrote:
r.stiebel wrote:
Or do we have to wait for wine 1.4 ?
Is there a release date for 1.4 ?
There is no set release date for 1.4.0, and in any case, USB support is not one of the release criteria.

Does this mean that Wine 1.4.0 will not support USB video cameras and associated programs like ICU2, pal talk, iSpq etc. Thanks.


lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

http://wiki.winehq.org/WineReleaseCriteria

If you look at that page, you'll see that USB support for iTunes is a release criterion. This may not mean, that every USB device will be supported, some of them which need to install windows drivers probably will not work.

also see http://wiki.winehq.org/USB
r.stiebel
Newbie
Newbie
Posts: 3
Joined: Fri Nov 25, 2011 4:48 am

Post by r.stiebel »

What I am actually looking for is USB support for Lego mindstorm robolab.
I managed to get a running version af robolab 2.9 with wine1.3.28. Just transfering Data to the Lego Mindstorm Brick is not working as I cannot choose USB from the connection list.

That was really close to "apt-get remove windows", but as long I cannot
run robolab on a linux system I have to use windows on this machine.

Roland
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi r.stiebel,

please file a bug, if you haven't already. This may sound a bit bureaucratic, in the sense of "file a complaint and wait forever", but the wine devs definitely are reading bugs, they just can't fix all of them that fast. But there's a good probability, that your bug get's fixed, when USB support is officially integrated in wine.

kind regards,
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

lahmbi5678 wrote:http://wiki.winehq.org/WineReleaseCriteria

If you look at that page, you'll see that USB support for iTunes is a release criterion.
That page needs updating; the criteria listed there are based on AJ's keynote address at WineConf 2010.

At WineConf 2011 he explicitly said USB support will not make it into 1.4.
http://wiki.winehq.org/WineConf2011?act ... f-2011.pdf
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi dimesio,

sorry, didn't know that.

kind regards,
r.stiebel
Newbie
Newbie
Posts: 3
Joined: Fri Nov 25, 2011 4:48 am

Post by r.stiebel »

Hi dimensio,
that is bad news!

That means I have to build wine with USB support myself using the
patches from here: http://wiki.winehq.org/USB


Thanks anyway !

Roland
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

Shouldn't be that bad (compiling from source). The build-dep thing makes it a lot easier. Wish I knew about it earlier: "sudo apt-get build-dep wine1.3". Gets all the dependencies for you.

Also, you have the fourh step of "make depend" before "make". Also, shouldn't a wine tarball script be fixed to say to do "make depend" next, rather than suggestig the user to rush right into "make"? Never tried it without "make depend", maybe it doesn't need it. Any experts on the matter?

Cheers,
Jake
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

SpawnHappyJake wrote: Never tried it without "make depend", maybe it doesn't need it. Any experts on the matter?
It's not necessary. Wine will do it automatically.
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

It's not necessary. Wine will do it automatically.
Thanks for the info. :)

Jake[/quote]
Locked