Page 1 of 5 123 ... LastLast
Results 1 to 10 of 45

Thread: Wine and USB 2.0 Support

  1. #1
    Join Date
    May 2006
    Beans
    44

    Wine and USB 2.0 Support

    Does anyone know if the team is working on a version of wine with USB support? I would like to get my Microsoft Zune to work under Linux. If I could get the Zune software installed under Wine and have access to my USB 2.0 ports, this just might work... If they are not currently working on this... Can I put in a request and where?

  2. #2
    Join Date
    May 2008
    Beans
    124
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Wine and USB 2.0 Support

    here instructions of how to vote for apps in Wine

    http://appdb.winehq.org/help/?sTopic=voting

  3. #3
    Join Date
    Sep 2007
    Beans
    475
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Wine and USB 2.0 Support

    If you look at their newsletter usb support is one of the things that they are looking at working on.

  4. #4
    Join Date
    Mar 2007
    Location
    Devon UK
    Beans
    1,494
    Distro
    Ubuntu Development Release

    Re: Wine and USB 2.0 Support

    Any advamce on this? Does anyone know? A link would be helpful - a search on USB seems to turn up pretty much everything but connecting to USB devices in Wine!
    Desktops: AMD64X2 3GB RAM 500GB SATA2 GeForce9400GT - P4 HT 3.2Ghz 1GB RAM 250GB IDE + 2x160GB SATA ATI Radeon X740XL - Laptop AMD AthlonXP 1.6 512MB RAM 120GB HD ATI M200

    Gina's Ubuntu HowTo's for beginners (and reference)

  5. #5
    Join Date
    Jan 2008
    Location
    Ireland
    Beans
    67

    Re: Wine and USB 2.0 Support

    any update on this? Apearently its possible with the patches there by Alexander Morozov applied; In the following website:

    http://wiki.winehq.org/USB

    Anybody give it a go? I'd imagine if you have to go into the wine registry and fix and apply patches it would be fairly difficult.
    bertie

  6. #6
    Join Date
    Apr 2009
    Beans
    9

    Re: Wine and USB 2.0 Support

    I tried about a month ago, but unfortunately I couldn't get the patches to work.

  7. #7
    Join Date
    Nov 2009
    Location
    Brampton, Ontario, Canada
    Beans
    216
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wine and USB 2.0 Support

    Quote Originally Posted by Hugh Mulqueen View Post
    any update on this? Apearently its possible with the patches there by Alexander Morozov applied; In the following website:

    http://wiki.winehq.org/USB

    Anybody give it a go? I'd imagine if you have to go into the wine registry and fix and apply patches it would be fairly difficult.
    Wonderful job. It works.

  8. #8
    Join Date
    Apr 2009
    Beans
    9

    Re: Wine and USB 2.0 Support

    Was there anything special that you had to do to get it to work, or did you just follow those instructions verbatim?

    Edit:
    I saw that he modified the text files that need to be applied, but I can't download them as they don't seem to be up anymore. So, could you upload the copies of these two files since I can't access them:
    ftp://ftp.etersoft.ru/pub/people/amo...USB-tokens.txt
    ftp://ftp.etersoft.ru/pub/people/amo...some-files.txt
    Last edited by -Ender; January 12th, 2010 at 03:50 AM.

  9. #9
    Join Date
    May 2006
    Location
    Brisbane, Australia
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Wine and USB 2.0 Support

    Code:
    git clone git://source.winehq.org/git/wine.git ~/wine-git
    cd ~/wine-git
    
    sudo apt-get build-dep wine
    sudo apt-get install libusb-1.0-0-dev
    
    git branch usb-1.1.28 wine-1.1.28
    git checkout usb-1.1.28
    wget ftp://ftp.etersoft.ru/pub/people/amorozov/usb/1.1.28/0001-Add-support-of-native-Windows-drivers-for-USB-tokens.txt
    wget ftp://ftp.etersoft.ru/pub/people/amorozov/usb/1.1.28/0002-Re-generate-some-files.txt
    git am 0001-Add-support-of-native-Windows-drivers-for-USB-tokens.txt 0002-Re-generate-some-files.txt
    ./tools/make_makefiles
    ./configure
    make depend
    make
    make install
    That should work.
    Last edited by futaris; March 17th, 2010 at 07:01 AM.

  10. #10
    Join Date
    Oct 2008
    Location
    From the Land Down Under.
    Beans
    29

    Re: Wine and USB 2.0 Support

    Hi futaris,

    I started to implement your instructions....everything was going fine until I entered 'git branch usb-1.1.28 wine-1.1.28' where I got this error message 'fatal: Not a git repository (or any of the parent directories): .git'

    Where has it gone wrong??

    Thanx........nuffy

Page 1 of 5 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •