Mam problem z interfejsem. Zainstalowałem VAG-COM 409 i wszystko poszło pomyślnie, ale mam problem z interfejsem (FALNET KKL USB INTERFACE) . Korzystałem z takiej instrukcji:
Kod: Zaznacz cały
1. Install latest wine
2. Configure wine:
$ winecfg
3. Go to folder with downloaded Release4091us.exe or Release3112n.exe (or other VAG-COM version)
$ cd /your/vag/download
$ wine ReleaseXXXXX.exe
4. When installer ask you to install Gecko - just cancell it.
5. Follow installation.
6. Shortcut icon should appear on Desktop if wine was correctly configured.
7. Plug-in your interface
8. Check if system found it:
$ dmesg
You should get something like:
[14600.696000] usb 2-2: new full speed USB device using uhci_hcd and address 6
[14600.876000] usb 2-2: configuration #1 chosen from 1 choice
[14600.880000] ftdi_sio 2-2:1.0: FTDI USB Serial Device converter detected
[14600.880000] drivers/usb/serial/ftdi_sio.c: Detected FT232BM
[14600.880000] usb 2-2: FTDI USB Serial Device converter now attached to ttyUSB0
Last line is telling which port is used by interface.
9. Then create a sym link:
$ ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
10. Start VAG by wine => Option => Test
Throubles:
If test fail, check if device /dev/ttyUSB0 exist.
It may happens tahat system is not attaching it properly.
For example in my system (Ubuntu 7.04) package brltty was disconnecting vag interface (God knows why...)
Sometimes it may be necessary to load usbserial module with vendor and product ID's.
How to do that?
Plug-in interface.
$ lsusb -v
Should get something like:
Bus 002 Device 006: ID 0403:6001 Future Technology Devices International, Ltd 8-bit FIFO
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0403 Future Technology Devices International, Ltd
idProduct 0x6001 8-bit FIFO
Two last lines give you vendor and product id's
So, as root do:
$modprobe usbserial vendor=0x0403 product=0x6001
of course your id's may be different.
some time you may need to rmmod before.
If ttyUSB0 appears, but VAG says that cannot connect to com1 anyway,
you may need to change permission:
As root:
$ chmod 777 /dev/ttyUSB0
Conclusion is: USB interfaces works under linux.
W katalogu dev istnieje ttyUSB0. W VAG-COM port com 1 jest widziany ale interfejs nie. Nie wiem czy potrzeba jakiś dodatkowych sterowników.
Jak wpisze w terminalu dmseg to nie mam u siebie czegoś takiego
Kod: Zaznacz cały
[14600.696000] usb 2-2: new full speed USB device using uhci_hcd and address 6
[14600.876000] usb 2-2: configuration #1 chosen from 1 choice
[14600.880000] ftdi_sio 2-2:1.0: FTDI USB Serial Device converter detected
[14600.880000] drivers/usb/serial/ftdi_sio.c: Detected FT232BM
[14600.880000] usb 2-2: FTDI USB Serial Device converter now attached to ttyUSB0
tylko
Kod: Zaznacz cały
[ 241.967923] usbcore: registered new interface driver usbserial
[ 241.967953] USB Serial support registered for generic
[ 241.967985] usbserial_generic 5-2:1.0: generic converter detected
[ 241.968095] usb 5-2: generic converter now attached to ttyUSB0
[ 241.968121] usbcore: registered new interface driver usbserial_generic
Taki błąd mi się pokazuje:
