Re: usbserial & ftdi_sio problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Oct 15, 2012 at 01:15:05PM -0400, Mostafa Kassem wrote:
> Greetings,
> 
> I am having a problem with usbserial and ftdi_sio kernel loadable modules.
> 
> I am working on an embedded board using RHEL 6.0.

Wait right there.  If you are using RHEL, you need to get support from
Red Hat for it, especially as you are already paying for it, you should
use it.

> The board has 2 FTDI
> chips each with quad serial interface for a total of 8 serial ports.
> In addition, we have a WiFi module that behaves as a USB to Serial
> converter.

What specific wifi module is this?  What driver is it?

> I can see in /dev directory that the 8 serial ports from FTDI are
> mapped as ttyUSB0 to ttyUSB7, however I can't find the WiFi module. If
> I disable the loading of ftdi_sio.ko module, the WiFi module appears
> as ttyUSB0 and it works fine. It seems to me that both the WiFi module
> and the one of the FTDI interfaces want to use ttyUSB0 and it seems
> that the FTDI interface is winning.

Odd, again, what driver/device is this wifi device?

> Even if I rename the FTDI interfaces from ttyUSB0..7 to fdtisio0..7 ,
> I still don't see the WiFi module.
> 
> The WiFi module is loaded in rc.local  using modprobe usbserial
> vendor=0x**** product=0x**** as per the WiFi module vendor's
> recommendations.

Oh, that's the problem, NEVER do that, you just broke things, as you
found out.  No one should ever use the generic usb serial interface,
newer kernels will warn you about this.  Let the proper driver manage
the wifi device and you will not have any of these issues.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux