Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Linux


Reply
 
Share Thread Tools Display Modes
Old 11-01-2009, 11:25 PM   #16
Newbie
 
Join Date: Jan 2009
Posts: 40
unsungboxer is an unknown quantity at this point
Quote: Originally Posted by FunkyStickman View Post
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?
unsungboxer is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-01-2009, 11:44 PM   #17
Mod - OBDII GPS Logger forum
 
Join Date: Mar 2009
Location: Los Angeles
Posts: 401
chunkyks is on a distinguished road
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 (-;
chunkyks is offline   Reply With Quote
Old 11-01-2009, 11:54 PM   #18
Newbie
 
Join Date: Jan 2009
Posts: 40
unsungboxer is an unknown quantity at this point
Quote: Originally Posted by chunkyks View Post
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.
unsungboxer is offline   Reply With Quote
Old 11-04-2009, 11:41 AM   #19
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,039
kev000 will become famous soon enough
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
kev000 is offline   Reply With Quote
Old 11-06-2009, 07:06 PM   #20
Newbie
 
FunkyStickman's Avatar
 
Join Date: Jun 2008
Location: South Louisiana
Posts: 45
FunkyStickman is an unknown quantity at this point
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.
__________________
FunkyStickman on Youtube
PoshBoxMods.com (my computer blog)
FunkyStickman is offline   Reply With Quote
Old 11-06-2009, 07:14 PM   #21
Newbie
 
FunkyStickman's Avatar
 
Join Date: Jun 2008
Location: South Louisiana
Posts: 45
FunkyStickman is an unknown quantity at this point
Quote: Originally Posted by unsungboxer View Post
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.
__________________
FunkyStickman on Youtube
PoshBoxMods.com (my computer blog)
FunkyStickman is offline   Reply With Quote
Old 11-08-2009, 09:35 PM   #22
Newbie
 
Join Date: Jan 2009
Posts: 40
unsungboxer is an unknown quantity at this point
Quote: Originally Posted by FunkyStickman View Post
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.
unsungboxer is offline   Reply With Quote
Old 11-08-2009, 10:16 PM   #23
Low Bitrate
 
Join Date: Feb 2007
Location: Taylorsville, UT
Posts: 108
Extide is an unknown quantity at this point
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
Extide is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-08-2009, 10:26 PM   #24
Newbie
 
Join Date: Jan 2009
Posts: 40
unsungboxer is an unknown quantity at this point
Quote: Originally Posted by Extide View Post
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.
unsungboxer is offline   Reply With Quote
Old 11-08-2009, 11:02 PM   #25
Low Bitrate
 
Join Date: Feb 2007
Location: Taylorsville, UT
Posts: 108
Extide is an unknown quantity at this point
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
Extide is offline   Reply With Quote
Old 11-08-2009, 11:28 PM   #26
Newbie
 
Join Date: Jan 2009
Posts: 40
unsungboxer is an unknown quantity at this point
Quote: Originally Posted by Extide View Post
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.
unsungboxer is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Volume control does not work with USB soundcard (Turtle Beach Audio Advantage Micro) nobb CF Bug Reports 0 12-01-2008 05:48 PM
QUESTION about M2-160WATT AND X-TREME CARPC kostas_lion Power Supplies 3 05-15-2008 10:50 AM
Modular Shutdown Controller with USB Interface evandude Power Supplies 11 02-19-2007 12:57 PM
Problem with ITPS / hibernation and External USB HD veetid Power Supplies 5 01-02-2006 09:35 PM
are usb 2.0 devices able to work with usb 1.1 hubs? chris in nh General Hardware Discussion 9 06-28-2004 08:27 PM



All times are GMT -5. The time now is 05:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics