|
 |
|
11-01-2009, 11:25 PM
|
#16
|
|
Newbie
Join Date: Jan 2009
Posts: 40
|
Quote: Originally Posted by FunkyStickman 
Thanks, I'm going to try a newer patched (development) version of Wine that has rudimentary USB support. From the instructions, you have to manually add the USB device entries in the registry, but if it works I'll be happy! It was originally developed to use USB software security dongles, but the basics should apply.
Trust me, if/when I get this working, I will post it everywhere!
I'm not sure about .NET 3.5 They may get it working, but it was recently released, so there's no telling.
Did you ever figure out how to get USB support to work with WINE? I recently got Evoscan to work using WINE 1.2, and Winetricks to load dotnetfx 1, 2, and 3. My only holdup at this point is figuring out how to get wine to point to ttyUSBx . Any ideas?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-01-2009, 11:44 PM
|
#17
|
|
Mod - OBDII GPS Logger forum
Join Date: Mar 2009
Location: Los Angeles
Posts: 401
|
I heard a rumor that there's now OBDII support around for Linux that doesn't suck. I think my sig mentions it, but it's also available in LinuxICE now [not sure if it's working in the current beta, but nghost understands it]
Gary (-;
|
|
|
11-01-2009, 11:54 PM
|
#18
|
|
Newbie
Join Date: Jan 2009
Posts: 40
|
Quote: Originally Posted by chunkyks 
I heard a rumor that there's now OBDII support around for Linux that doesn't suck. I think my sig mentions it, but it's also available in LinuxICE now [not sure if it's working in the current beta, but nghost understands it]
Gary (-;
I appreciate the suggestion to use LinuxICE, however Evoscan is still much further advanced, its also capable of tuning and rewriting the eeprom. At this point, if I can get the USB to work, I am golden.
Closest idea I found is called making a "symoblic link" in home/.wine/dosdevices by going:
Code:
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
The only problem is this makes a com port, but Evoscan doesn't use com ports, it uses USB devices.  Perhaps I can add something other than /com1, but I can't find what that is yet.
|
|
|
11-04-2009, 11:41 AM
|
#19
|
|
licensed to kill
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
|
i don't know how wine works, but it should wrap the usb api's in win32 to *just work* in linux. if the app is probing for a usb device, it should find it.
idk for sure though. chances are, it just may not work.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
|
|
|
11-06-2009, 07:06 PM
|
#20
|
|
Newbie
Join Date: Jun 2008
Location: South Louisiana
Posts: 45
|
Honestly, I have been too busy to try recompiling wine to try to get USB to work, when it works in Virtualbox.
However, you may find this of interest:
http://www.winehq.org/pipermail/wine...er/028097.html
Basically, it says that if the device shows up as a tty device, it should work... I know most USB OBD2 readers are actually serial port bridge chips, so possibly making a symlink as /dev/ttyxxx (where xxx is a non-taken number) just might work. I'm in the process of rebuilding my carPC (again) so I'll try it and see what happens.
|
|
|
11-06-2009, 07:14 PM
|
#21
|
|
Newbie
Join Date: Jun 2008
Location: South Louisiana
Posts: 45
|
Quote: Originally Posted by unsungboxer 
I appreciate the suggestion to use LinuxICE, however Evoscan is still much further advanced, its also capable of tuning and rewriting the eeprom. At this point, if I can get the USB to work, I am golden.
Closest idea I found is called making a "symoblic link" in home/.wine/dosdevices by going:
Code:
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
The only problem is this makes a com port, but Evoscan doesn't use com ports, it uses USB devices.  Perhaps I can add something other than /com1, but I can't find what that is yet.
The problem is that wine doesn't look for native USB drivers, if it's not standard emulated hardware, it won't work. I'm kind of in the same boat, HPT uses both USB and serial... but it won't recognize my USB box, and up until now I hadn't thought of symlinking it to a tty port for wine. I still don't know if it will work, but I'm going to try.
|
|
|
11-08-2009, 09:35 PM
|
#22
|
|
Newbie
Join Date: Jan 2009
Posts: 40
|
Quote: Originally Posted by FunkyStickman 
The problem is that wine doesn't look for native USB drivers, if it's not standard emulated hardware, it won't work. I'm kind of in the same boat, HPT uses both USB and serial... but it won't recognize my USB box, and up until now I hadn't thought of symlinking it to a tty port for wine. I still don't know if it will work, but I'm going to try.
Please keep me up to date on your progress. Right now the only thing standing in my way is getting USB to work. I tried the symbolic link with no success, but this is new to me so there is a good chance I didn't do it right.
|
|
|
11-08-2009, 10:16 PM
|
#23
|
|
Low Bitrate
Join Date: Feb 2007
Location: Taylorsville, UT
Posts: 108
|
Why bother with the vm? Why not just natively run windows and save yourself a lot of time/effort?
__________________
Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
Main PC: Q9550@4Ghz, 8GB DDR2, Asus P5Q-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-08-2009, 10:26 PM
|
#24
|
|
Newbie
Join Date: Jan 2009
Posts: 40
|
Quote: Originally Posted by Extide 
Why bother with the vm? Why not just natively run windows and save yourself a lot of time/effort?
Yeah, were not talking about VMware or Virtualbox. Our goal is to get USB to work in WINE so there is no need for a windows partition or Virtual Machine.
|
|
|
11-08-2009, 11:02 PM
|
#25
|
|
Low Bitrate
Join Date: Feb 2007
Location: Taylorsville, UT
Posts: 108
|
Ah, i see. I thought he had just resorted to using windows in a vm on top of linux. If you are going to make it work in WINE, then yeah thats much better.
__________________
Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
Main PC: Q9550@4Ghz, 8GB DDR2, Asus P5Q-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80
|
|
|
11-08-2009, 11:28 PM
|
#26
|
|
Newbie
Join Date: Jan 2009
Posts: 40
|
Quote: Originally Posted by Extide 
Ah, i see. I thought he had just resorted to using windows in a vm on top of linux. If you are going to make it work in WINE, then yeah thats much better.
I guess I missed his post referring to VM. My goal is to get this working in WINE. I will let you guys know what I find.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:34 AM.
| |