[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-11-11 Thread 9H1LO
I currently have 10 USB to serial adaptors all using PL2303 chip Ubuntu detects them OK and assigns ttyUSBx numbers at it's choice on bootup This machine is rarely rebooted but I need it to assign fixed tty number per device just incase a reboot/power fail happens and also if a device is

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-11-11 Thread jpka
The devices itself, if it cheap, may not have S/N due to EEPROM not soldered (or so)... You can check this under Windows, and, imho, if re- plugging to different ports under Windows gives you same COMxx port per device, then maybe problem in linux (kernel)... For my FT232BM's, all good in Windows,

Re: [Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-11-11 Thread 9H1LO
I have some FTDI based FT232's and have the same issues with no s/n I don't know what to do at this stage maybe someone can confirm a device which works ok with s/n detected in udev? 2008/11/11 jpka [EMAIL PROTECTED] The devices itself, if it cheap, may not have S/N due to EEPROM not

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-11-11 Thread Stephen Irons
Original poster: The only real solution is to find a USB serial adapter that includes a serial number: I bought some from Dontronics in Australia. There is no real way to tell from the sales brochures, though. I was just lucky. Spending more money is no guarantee, but it makes it more likely that

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-25 Thread Tormod Volden
I have tested another pl2303 based device (like in the original report) and there is no serial number. This is maybe a bug in the driver, at least if Windows is able to extract a serial number. Or does Windows use some USB port id? Stephan, does Windows recognize each converter correctly if you

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-25 Thread Tormod Volden
** Attachment added: udevadm info --attribute-walk -p /class/tty/ttyUSB0 http://launchpadlibrarian.net/17951797/udevadm-attr-walk.txt -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug notification because you

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-24 Thread Roger C. Pao
Sorry, those two logs are from the wrong system. Is it possible to attach more than one file at a time? ** Attachment added: dmesg http://launchpadlibrarian.net/17921767/dmesg -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-24 Thread Roger C. Pao
** Attachment added: udev http://launchpadlibrarian.net/17921789/udev -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-24 Thread Roger C. Pao
** Attachment added: lsusb -v http://launchpadlibrarian.net/17921801/lsusb-v.txt -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-24 Thread Scott James Remnant
The rules appear to be working. However as you note, at least one of the devices doesn't get a name at all -- this isn't a udev bug, but a kernel bug for not detecting it (most likely the ftdi_sio driver). Could you open a new bug against linux saying that a USB serial adapter is not being

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Scott James Remnant
And this is still a Won't Fix. ** Changed in: udev (Ubuntu) Assignee: Tormod Volden (tormodvolden) = (unassigned) Status: Incomplete = Won't Fix -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Roger C. Pao
'lsusb -v' will show a unique serial number (iSerial) for each device. I have three SIIG USB Serial adapters. Bus 002 Device 004: ID 0b39:0421 Omnidirectional Control Technology, Inc. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.10

Re: [Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Scott James Remnant
On Tue, 2008-09-23 at 19:24 +, Roger C. Pao wrote: 'lsusb -v' will show a unique serial number (iSerial) for each device. I have three SIIG USB Serial adapters. *snip* iSerial 3 OCBAKZ7N iSerial 3 OCBQH84W iSerial 3 OCBPJ9HM *snip*

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Roger C. Pao
Before touching /etc/udev/rules.d, only one USB Serial adapter would be assigned ttyUSB0. The others would not be mapped in. After adding the udev rules below, they are now working as expected, but the computer required a power cycle or the USB Serial adapters required being unplugged and

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Scott James Remnant
Could you attach /var/log/udev and /var/log/dmesg for a boot where they are not mapped in correctly? -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Roger C. Pao
** Attachment added: The three USB Serial adapters are plugged in, but only two are detected. http://launchpadlibrarian.net/17898314/udev -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug notification

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Roger C. Pao
The three USB Serial adapters are plugged in, but only two are detected. The previous attachement is /var/log/udev. ** Attachment added: /var/log/dmesg http://launchpadlibrarian.net/17898329/dmesg -- Two USB serial adapters get different /dev/ttyUSBn names after reboot

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-23 Thread Scott James Remnant
Could you also provide lsusb output -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-09-04 Thread Tormod Volden
I think this is the same in Intrepid (no way to distinguish two adapters of the same brand). I will check. ** Changed in: udev (Ubuntu) Assignee: (unassigned) = Tormod Volden (tormodvolden) Status: Invalid = Incomplete -- Two USB serial adapters get different /dev/ttyUSBn names

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-07-25 Thread Lex Ross
My USB serial adapter does not create /dev/ttyUSBn device at all! See Bug #251952 https://bugs.launchpad.net/ubuntu/+source/udev/+bug/251952 -- Two USB serial adapters get different /dev/ttyUSBn names after reboot https://bugs.launchpad.net/bugs/107208 You received this bug notification because

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2008-06-07 Thread jpka
Thanks to all people who write and debug Ubuntu! I have same problem: ttyUSB* names assigns randomly when I replug devices. All devices guaranteed to have S/N (it may be seen in Windows). Ubuntu command-line tools not discover this. I use last Ubuntu with all updates. I use 'apt-get remove

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2007-04-25 Thread ivanxx
This is not a kernel issue, this is a by default behaviour: You can/should use udev to force your kernel assign arbitrary names to devices as it finds them. Take a look at my file /etc/udev/rules.d/50-local.rules: # REGLAS PARA LOS DISPOSITIVOS QUE QUEREMOS CONTROLAR POR NOMBRE BUS==usb,

[Bug 107208] Re: Two USB serial adapters get different /dev/ttyUSBn names after reboot

2007-04-25 Thread Stephen Irons
Thanks for the reply.I have read various HowTos and will try them out shortly. However, this is only a partial solution. It depends on having USB- serial adapters from different manufacturers. At work, I have FOUR USB- serial adapters, all made by Bafo, connected to the following devices: * a