Date: Fri, 18 Jun 2004 13:33:41 -0700 From: kenneth marx <kmarx@vicor.com> To: freebsd-questions@FreeBSD.ORG Subject: ubsa: FSU109 Message-ID: <40D351A5.1080300@vicor.com>
next in thread | raw e-mail | index | archive | help
Hi, Trying to get an FSU109 belkin usb-serial adapter working. USB_PRODUCT_BELKIN_F5U109 is in usbdevs.h and usbdevs_data.h, but not ubsa.c. So when plugged in, it defaults over to ugen. I tried blythly adding: *** ubsa.c.bak0 Fri Jun 18 12:20:14 2004 --- ubsa.c Fri Jun 18 12:20:54 2004 *************** *** 213,218 **** --- 213,220 ---- } ubsa_products [] = { /* BELKIN F5U103 */ { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U103 }, + /* BELKIN F5U109 */ + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U109 }, /* BELKIN F5U120 */ { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U120 }, /* GoHubs GO-COM232 */ I rebuild ubsa.ko and re-kldload'ed. Now I get: Jun 18 13:25:25 sploot /kernel: ubsa0: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 2 Jun 18 13:25:25 sploot /kernel: ubsa0: Could not find data bulk in Jun 18 13:25:25 sploot /kernel: device_probe_and_attach: ubsa0 attach returned 6 Jun 18 13:25:25 sploot /kernel: ugen1: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 2 Curious it has no device name. Anyway, any help would be greatly appreciated. Thanks! k -- Ken Marx, kmarx@vicor-nb.com Look, we absolutely must guard the keys to the kingdom and move quickly to capitalize on the progress. - http://www.bigshed.com/cgi-bin/speak.cgi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40D351A5.1080300>