Date: Sun, 08 May 2011 19:56:39 +0200 From: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> To: freebsd-usb@FreeBSD.org Subject: Re: Relay controller Message-ID: <20110508195639.fce81709.torfinn.ingolfsen@broadpark.no> In-Reply-To: <AA1C9B80ADCD490EB24DC989A81439A4@claydesktop> References: <BANLkTik9MDy_tS3s78xG9VtbTaW%2BnCoM9A@mail.gmail.com> <201105050841.56095.hselasky@c2i.net> <BANLkTi=8--eu8%2BxWt26eJP3P3DYQ0En%2BSg@mail.gmail.com> <201105051009.55454.hselasky@c2i.net> <BANLkTin8CXZExgn6p20NNwoZ0fyiR%2BTXkA@mail.gmail.com> <AA1C9B80ADCD490EB24DC989A81439A4@claydesktop>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 08 May 2011 14:59:24 +0100 Clayton Milos <clay@milos.co.za> wrote: > Hi there >=20 > I'm looking for any help out there. I have a USB relay controller that=20 > should be seen as a modem. I think there was something similar working=20 > before under FreeBSD called a PICKit. When I look up the error I'm gettin= g=20 > it points to this kit. The vendor ID seems to be the same. >=20 > The chip on the controller I have is a PIC18F24 J50. >=20 > When I plug it in on a FreeBSD8.2 AMD64 release I get the following: > root: Unknown USB device: vendor 0x04d8 product 0x000a bus uhub2 > kernel: ugen2.2: <Microchip Technology Inc.> at usbus2 >=20 > # usbconfig list > ugen2.2: <CDC RS-232 Emulation Demo Microchip Technology Inc.> at usbus2,= =20 > cfg=3D0 md=3DHOST spd=3DFULL (12Mbps) pwr=3DON That could be a CDCE device (communication class - ethernet). See cdce(4) m= an page. Try to load the if_cdce kernel module, then plug in your device. If that doen'st work, I'=E6m out of ideas. --=20 Torfinn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110508195639.fce81709.torfinn.ingolfsen>