ปัญหาการใช้งาน USB to Serial ของ FTDI บน Ubuntu 7.04


Posted in:
pongkiat's picture

ก่อนหน้านี้ผมเคยใช้สายแปลง USB to Serial มาก่อนแล้วกับ Ubuntu 6.06 ก็ใช้งานได้ดีไม่มีปัญหาอะไร แต่พอเปลี่ยนมาเป็น 7.04 พอเสียบเข้าไปปรากฎว่าใช้งานไม่ได้ ก็เลยแก้ปัญหาด้วยการดู log ของ messages เวลาที่เราเสียบ USB to serial เข้าไปโดยใช้คำสั่ง
tail -f /var/log/messages
ก็เจอกับตัวปัญหาครับ
May 28 10:54:07 exposure kernel: [ 2474.052000] usb 1-1: new full speed USB device using uhci_hcd and address 8
May 28 10:54:07 exposure kernel: [ 2474.224000] usb 1-1: configuration #1 chosen from 1 choice
May 28 10:54:07 exposure kernel: [ 2474.228000] ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
May 28 10:54:07 exposure kernel: [ 2474.228000] drivers/usb/serial/ftdi_sio.c: Detected FT232BM
May 28 10:54:07 exposure kernel: [ 2474.228000] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
May 28 10:54:10 exposure kernel: [ 2476.876000] usb 1-1: usbfs: interface 0 claimed by ftdi_sio while 'brltty' sets config #1
May 28 10:54:10 exposure kernel: [ 2476.880000] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
May 28 10:54:10 exposure kernel: [ 2476.884000] ftdi_sio 1-1:1.0: device disconnected

ซึ่งตัวปัญหาก็คือ brltty ก็เลยลองหาดูว่าเจ้าตัวนี้คืออะไรจาก Google ก็ได้ความว่า
BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a soft braille display.

อืมม เราก็ไม่ได้ใช้ตัวนี้นะ (แต่ Ubuntu ลงมาให้โดย default) งั้นก็เลย Uninstall ออกไปก็สามารถใช้งาน USB to Serial ได้ตามปกติครับ

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <i> <center> <span> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <br> <dt> <dd> <object> <embed> <hr> <img> <blockquote> <b> <u> <del> <div> <p> <table> <tr> <td> <font>

More information about formatting options