Edgeport/4 RS-232
OS: Linux Debian 2.6.25
i wanna use a edgeport/4 rs-232 with debian linux. the problem i have, is that he allways have 2 groups
if he make the ttyUSB* Devices.
dmesg-log:
[ 10.812369] usbcore: registered new interface driver usbserial
[ 10.812394] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 10.812453] usbcore: registered new interface driver usbserial_generic
[ 10.812458] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 10.819593] drivers/usb/serial/usb-serial.c: USB Serial support registered for Edgeport TI 1 port adapter
[ 10.819617] drivers/usb/serial/usb-serial.c: USB Serial support registered for Edgeport TI 2 port adapter
[ 10.819655] io_ti 3-1.1:1.0: Edgeport TI 2 port adapter converter detected
[ 10.854530] cdc_acm 4-2:1.0: ttyACM0: USB ACM device
[ 11.015272] usb 3-1.1: Edgeport TI 2 port adapter converter now attached to ttyUSB0
[ 11.015335] usb 3-1.1: Edgeport TI 2 port adapter converter now attached to ttyUSB1
[ 11.015360] io_ti 3-1.2:1.0: Edgeport TI 2 port adapter converter detected
[ 11.227942] usb 3-1.2: Edgeport TI 2 port adapter converter now attached to ttyUSB2
[ 11.227942] usb 3-1.2: Edgeport TI 2 port adapter converter now attached to ttyUSB3
cause of this the devices switch sometimes an i have the wrong hardware on the devices…
it should initialize all devices in 1 group… like this one…
dmesg-log:
[ 9.738713] usbcore: registered new interface driver usbserial
[ 9.738740] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 9.738794] usbcore: registered new interface driver usbserial_generic
[ 9.738799] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 9.747991] drivers/usb/serial/usb-serial.c: USB Serial support registered for Edgeport 2 port adapter
[ 9.748013] drivers/usb/serial/usb-serial.c: USB Serial support registered for Edgeport 4 port adapter
[ 9.748032] drivers/usb/serial/usb-serial.c: USB Serial support registered for Edgeport 8 port adapter
[ 9.748052] drivers/usb/serial/usb-serial.c: USB Serial support registered for EPiC device
[ 9.748086] io_edgeport 3-2:1.0: Edgeport 4 port adapter converter detected
[ 9.756371] usb 3-2: Inside Out Networks�Edgeport/4 detected
[ 10.705106] usb 3-2: Edgeport 4 port adapter converter now attached to ttyUSB0
[ 10.705106] usb 3-2: Edgeport 4 port adapter converter now attached to ttyUSB1
[ 10.705106] usb 3-2: Edgeport 4 port adapter converter now attached to ttyUSB2
[ 10.705106] usb 3-2: Edgeport 4 port adapter converter now attached to ttyUSB3
[ 10.705106] cdc_acm 4-2:1.0: ttyACM0: USB ACM device
why happen this? i’ve try’d allready to modprobe io_edgeport manually etc. pp… also uses different
machines with different kernels … all >=2.6
thanks in advance…