Re: How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Ian Lepore
On Tue, 2015-11-10 at 17:40 +0100, Hans Petter Selasky wrote: > On 11/10/15 17:28, Burton Sampley wrote: > > SYSFS{idVendor}=="2100", SYSFS{idProduct}=="9e56", > > RUN+="/sbin/modprobe -q > > ftdi_sio vendor=0x2100 product=0x9e56" > > > > How do I accomplish the same in FreeBSD? When the cable

How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Burton Sampley
Greetings, I am a long time FreeBSD user (started with FreeBSD 2.1.5R). I took a break with FreeBSD for a while with a Linux desktop, but have recently returned. I am now running a 10.2R desktop. I am having problems getting a a FTDI based USB to serial cable to provide CAT control to my Yaesu

Re: How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Hans Petter Selasky
On 11/10/15 17:50, Ian Lepore wrote: On Tue, 2015-11-10 at 17:40 +0100, Hans Petter Selasky wrote: On 11/10/15 17:28, Burton Sampley wrote: SYSFS{idVendor}=="2100", SYSFS{idProduct}=="9e56", RUN+="/sbin/modprobe -q ftdi_sio vendor=0x2100 product=0x9e56" How do I accomplish the same in

Re: How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Burton Sampley
HPS, Thank you for your prompt response. I reviewed the webpage link you have provided. I assume that would be a template for an entry in /etc/devd.conf, however what I do not understand is what is the FreeBSD equivalent of "FTDI_SIO" that can be called in the "action" line? The first step I

Re: How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Hans Petter Selasky
On 11/10/15 17:28, Burton Sampley wrote: SYSFS{idVendor}=="2100", SYSFS{idProduct}=="9e56", RUN+="/sbin/modprobe -q ftdi_sio vendor=0x2100 product=0x9e56" How do I accomplish the same in FreeBSD? When the cable is plugged in, I get the following in /var/log/messages: Hi, See examples here:

Re: How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Hans Petter Selasky
On 11/10/15 17:55, Burton Sampley wrote: HPS, Thank you for your prompt response. I reviewed the webpage link you have provided. I assume that would be a template for an entry in /etc/devd.conf, however what I do not understand is what is the FreeBSD equivalent of "FTDI_SIO" that can be

Re: How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Burton Sampley
Thank you. I do not have the kernel source on this system, so I will need to setup the kernel source, then modify the table in uftdi.c with the custom entries, then recompile the module and reload it. It may take some time for me to complete these actions. Should I report back to this email list

Re: How to access a FTDI usb device with a custom vendor and product id's

2015-11-10 Thread Hans Petter Selasky
On 11/10/15 18:14, Burton Sampley wrote: Thank you. I do not have the kernel source on this system, so I will need to setup the kernel source, then modify the table in uftdi.c with the custom entries, then recompile the module and reload it. It may take some time for me to complete these

Re: [PATCH] dwc_otg: Reduce interrupt load

2015-11-10 Thread Sebastian Huber
Hello, On 08/11/15 10:45, Hans Petter Selasky wrote: On 11/02/15 13:41, Hans Petter Selasky wrote: On 11/02/15 13:22, Sebastian Huber wrote: On 30/10/15 15:53, Hans Petter Selasky wrote: On 10/30/15 14:38, Sebastian Huber wrote: Tested on an Altera Cyclone V development kit. Here the

usb modem "Can't setup transfer"

2015-11-10 Thread Alfred Perlstein
Hello, A friend gave me a usb modem recently. The model is: Multi-Tech Systems - Multi-Modem USB - MT5634ZBA The Linux driver info is here: ftp://ftp.multitech.com/usb/usb-linux2.txt When I plug this device into FreeBSD I get a ugen0 device. So I tried hacking into the driver itself: diff