[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-25 Thread Lex Ross
** Attachment added: "The output of 'lsusb -v' command: Prolific works, FTDI does not" http://launchpadlibrarian.net/16311556/lsusb -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
You have to edit the ftdi_sio driver and recompile it. A hint: cd /usr/src apt-get source linux-image-$(uname -r) cd linux-2.6.24 Now you have to edit the drivers/usb/serial/ftdi_sio.c/h files (add your VID PID combination). make oldconfig make drivers/usb/serial/ftdi_sio.ko rmmod ftdi_sio cp -

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Thank you Freddy for your prompt response! You made me so happy provided that most reported bugs stay unassigned for ages with no attention from Ubuntu team (I think that is because of the tight release cycle that leaves no room for bug fixing, forcing developers to bend over backwards to deliver n

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Where do these NetworkManager lines come from? -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
That looks perfectly fine. Don't ask me how to disable NetworkManager lines. If it's just a simple FT232BM in RS232 converter mode you don't need any additional options. I guess it working already? The perfect Patch: http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt SubmittingPatches: htt

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
Patch created and is being submitted to linux-usb mailing list. ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Sourcepackagename: udev => linux Assignee: (unassigned) => Lex Ross (lross) Status: New => Fix Released -- [

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
A patch, thanks to freddy. ** Attachment added: "Support for PHI Fisco USB to Serial data cable for Philips Xenium [EMAIL PROTECTED] mobile phones" http://launchpadlibrarian.net/16582974/ftdi_sio.patch -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bu

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread freddy
Ok, now here's another way how it could be done. echo 0403 e40b > /sys/bus/usb-serial/drivers/ftdi_sio/new_id That would have added the VID/PID to the ftdi_sio driver too, but it's just a temporary solution :) http://lwn.net/Articles/143397/ (Manual driver binding and unbinding) -- [Hardy] FTD

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-09-04 Thread Tormod Volden
This can probably safely be committed to the Hardy kernel as well. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- intrepid.git;a=commitdiff;h=a5f6239949de78a9f33120d76f084928cb234a15 ** Changed in: linux-meta (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu) Assignee: Lex R

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-25 Thread Lex Ross
** Attachment added: "The output of 'lsusb -v' command: Prolific works, FTDI does not" http://launchpadlibrarian.net/16311556/lsusb -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
You have to edit the ftdi_sio driver and recompile it. A hint: cd /usr/src apt-get source linux-image-$(uname -r) cd linux-2.6.24 Now you have to edit the drivers/usb/serial/ftdi_sio.c/h files (add your VID PID combination). make oldconfig make drivers/usb/serial/ftdi_sio.ko rmmod ftdi_sio cp -

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Thank you Freddy for your prompt response! You made me so happy provided that most reported bugs stay unassigned for ages with no attention from Ubuntu team (I think that is because of the tight release cycle that leaves no room for bug fixing, forcing developers to bend over backwards to deliver n

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Where do these NetworkManager lines come from? -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
That looks perfectly fine. Don't ask me how to disable NetworkManager lines. If it's just a simple FT232BM in RS232 converter mode you don't need any additional options. I guess it working already? The perfect Patch: http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt SubmittingPatches: htt

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
Patch created and is being submitted to linux-usb mailing list. ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Sourcepackagename: udev => linux Assignee: (unassigned) => Lex Ross (lross) Status: New => Fix Released -- [

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
A patch, thanks to freddy. ** Attachment added: "Support for PHI Fisco USB to Serial data cable for Philips Xenium [EMAIL PROTECTED] mobile phones" http://launchpadlibrarian.net/16582974/ftdi_sio.patch -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bu

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread freddy
Ok, now here's another way how it could be done. echo 0403 e40b > /sys/bus/usb-serial/drivers/ftdi_sio/new_id That would have added the VID/PID to the ftdi_sio driver too, but it's just a temporary solution :) http://lwn.net/Articles/143397/ (Manual driver binding and unbinding) -- [Hardy] FTD

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-09-04 Thread Tormod Volden
This can probably safely be committed to the Hardy kernel as well. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- intrepid.git;a=commitdiff;h=a5f6239949de78a9f33120d76f084928cb234a15 ** Changed in: linux-meta (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu) Assignee: Lex R

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-25 Thread Lex Ross
** Attachment added: "The output of 'lsusb -v' command: Prolific works, FTDI does not" http://launchpadlibrarian.net/16311556/lsusb -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
You have to edit the ftdi_sio driver and recompile it. A hint: cd /usr/src apt-get source linux-image-$(uname -r) cd linux-2.6.24 Now you have to edit the drivers/usb/serial/ftdi_sio.c/h files (add your VID PID combination). make oldconfig make drivers/usb/serial/ftdi_sio.ko rmmod ftdi_sio cp -

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Thank you Freddy for your prompt response! You made me so happy provided that most reported bugs stay unassigned for ages with no attention from Ubuntu team (I think that is because of the tight release cycle that leaves no room for bug fixing, forcing developers to bend over backwards to deliver n

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Where do these NetworkManager lines come from? -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
That looks perfectly fine. Don't ask me how to disable NetworkManager lines. If it's just a simple FT232BM in RS232 converter mode you don't need any additional options. I guess it working already? The perfect Patch: http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt SubmittingPatches: htt

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
Patch created and is being submitted to linux-usb mailing list. ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Sourcepackagename: udev => linux Assignee: (unassigned) => Lex Ross (lross) Status: New => Fix Released -- [

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
A patch, thanks to freddy. ** Attachment added: "Support for PHI Fisco USB to Serial data cable for Philips Xenium [EMAIL PROTECTED] mobile phones" http://launchpadlibrarian.net/16582974/ftdi_sio.patch -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bu

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread freddy
Ok, now here's another way how it could be done. echo 0403 e40b > /sys/bus/usb-serial/drivers/ftdi_sio/new_id That would have added the VID/PID to the ftdi_sio driver too, but it's just a temporary solution :) http://lwn.net/Articles/143397/ (Manual driver binding and unbinding) -- [Hardy] FTD

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-09-04 Thread Tormod Volden
This can probably safely be committed to the Hardy kernel as well. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- intrepid.git;a=commitdiff;h=a5f6239949de78a9f33120d76f084928cb234a15 ** Changed in: linux-meta (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu) Assignee: Lex R

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-25 Thread Lex Ross
** Attachment added: "The output of 'lsusb -v' command: Prolific works, FTDI does not" http://launchpadlibrarian.net/16311556/lsusb -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
You have to edit the ftdi_sio driver and recompile it. A hint: cd /usr/src apt-get source linux-image-$(uname -r) cd linux-2.6.24 Now you have to edit the drivers/usb/serial/ftdi_sio.c/h files (add your VID PID combination). make oldconfig make drivers/usb/serial/ftdi_sio.ko rmmod ftdi_sio cp -

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Thank you Freddy for your prompt response! You made me so happy provided that most reported bugs stay unassigned for ages with no attention from Ubuntu team (I think that is because of the tight release cycle that leaves no room for bug fixing, forcing developers to bend over backwards to deliver n

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Where do these NetworkManager lines come from? -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
That looks perfectly fine. Don't ask me how to disable NetworkManager lines. If it's just a simple FT232BM in RS232 converter mode you don't need any additional options. I guess it working already? The perfect Patch: http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt SubmittingPatches: htt

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-25 Thread Lex Ross
** Attachment added: "The output of 'lsusb -v' command: Prolific works, FTDI does not" http://launchpadlibrarian.net/16311556/lsusb -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
You have to edit the ftdi_sio driver and recompile it. A hint: cd /usr/src apt-get source linux-image-$(uname -r) cd linux-2.6.24 Now you have to edit the drivers/usb/serial/ftdi_sio.c/h files (add your VID PID combination). make oldconfig make drivers/usb/serial/ftdi_sio.ko rmmod ftdi_sio cp -

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Thank you Freddy for your prompt response! You made me so happy provided that most reported bugs stay unassigned for ages with no attention from Ubuntu team (I think that is because of the tight release cycle that leaves no room for bug fixing, forcing developers to bend over backwards to deliver n

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Where do these NetworkManager lines come from? -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
That looks perfectly fine. Don't ask me how to disable NetworkManager lines. If it's just a simple FT232BM in RS232 converter mode you don't need any additional options. I guess it working already? The perfect Patch: http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt SubmittingPatches: htt

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-09-04 Thread Tormod Volden
This can probably safely be committed to the Hardy kernel as well. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- intrepid.git;a=commitdiff;h=a5f6239949de78a9f33120d76f084928cb234a15 ** Changed in: linux-meta (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu) Assignee: Lex R

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-25 Thread Lex Ross
** Attachment added: "The output of 'lsusb -v' command: Prolific works, FTDI does not" http://launchpadlibrarian.net/16311556/lsusb -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
You have to edit the ftdi_sio driver and recompile it. A hint: cd /usr/src apt-get source linux-image-$(uname -r) cd linux-2.6.24 Now you have to edit the drivers/usb/serial/ftdi_sio.c/h files (add your VID PID combination). make oldconfig make drivers/usb/serial/ftdi_sio.ko rmmod ftdi_sio cp -

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Thank you Freddy for your prompt response! You made me so happy provided that most reported bugs stay unassigned for ages with no attention from Ubuntu team (I think that is because of the tight release cycle that leaves no room for bug fixing, forcing developers to bend over backwards to deliver n

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread Lex Ross
Where do these NetworkManager lines come from? -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bugs/251952 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-07-30 Thread freddy
That looks perfectly fine. Don't ask me how to disable NetworkManager lines. If it's just a simple FT232BM in RS232 converter mode you don't need any additional options. I guess it working already? The perfect Patch: http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt SubmittingPatches: htt

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
Patch created and is being submitted to linux-usb mailing list. ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Sourcepackagename: udev => linux Assignee: (unassigned) => Lex Ross (lross) Status: New => Fix Released -- [

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
A patch, thanks to freddy. ** Attachment added: "Support for PHI Fisco USB to Serial data cable for Philips Xenium [EMAIL PROTECTED] mobile phones" http://launchpadlibrarian.net/16582974/ftdi_sio.patch -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bu

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread freddy
Ok, now here's another way how it could be done. echo 0403 e40b > /sys/bus/usb-serial/drivers/ftdi_sio/new_id That would have added the VID/PID to the ftdi_sio driver too, but it's just a temporary solution :) http://lwn.net/Articles/143397/ (Manual driver binding and unbinding) -- [Hardy] FTD

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
Patch created and is being submitted to linux-usb mailing list. ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Sourcepackagename: udev => linux Assignee: (unassigned) => Lex Ross (lross) Status: New => Fix Released -- [

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
A patch, thanks to freddy. ** Attachment added: "Support for PHI Fisco USB to Serial data cable for Philips Xenium [EMAIL PROTECTED] mobile phones" http://launchpadlibrarian.net/16582974/ftdi_sio.patch -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bu

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread freddy
Ok, now here's another way how it could be done. echo 0403 e40b > /sys/bus/usb-serial/drivers/ftdi_sio/new_id That would have added the VID/PID to the ftdi_sio driver too, but it's just a temporary solution :) http://lwn.net/Articles/143397/ (Manual driver binding and unbinding) -- [Hardy] FTD

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-09-04 Thread Tormod Volden
This can probably safely be committed to the Hardy kernel as well. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- intrepid.git;a=commitdiff;h=a5f6239949de78a9f33120d76f084928cb234a15 ** Changed in: linux-meta (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu) Assignee: Lex R

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
Patch created and is being submitted to linux-usb mailing list. ** Also affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Sourcepackagename: udev => linux Assignee: (unassigned) => Lex Ross (lross) Status: New => Fix Released -- [

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread Lex Ross
A patch, thanks to freddy. ** Attachment added: "Support for PHI Fisco USB to Serial data cable for Philips Xenium [EMAIL PROTECTED] mobile phones" http://launchpadlibrarian.net/16582974/ftdi_sio.patch -- [Hardy] FTDI based USB to Serial Converter not recognized https://bugs.launchpad.net/bu

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-08-06 Thread freddy
Ok, now here's another way how it could be done. echo 0403 e40b > /sys/bus/usb-serial/drivers/ftdi_sio/new_id That would have added the VID/PID to the ftdi_sio driver too, but it's just a temporary solution :) http://lwn.net/Articles/143397/ (Manual driver binding and unbinding) -- [Hardy] FTD

[Bug 251952] Re: [Hardy] FTDI based USB to Serial Converter not recognized

2008-09-04 Thread Tormod Volden
This can probably safely be committed to the Hardy kernel as well. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- intrepid.git;a=commitdiff;h=a5f6239949de78a9f33120d76f084928cb234a15 ** Changed in: linux-meta (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu) Assignee: Lex R