module loading order
Simon Leung
simonleung at gmx.com
Wed May 11 17:24:28 EDT 2011
> Yes, and so is the option module. But you are looking at a wierd device
> that somehow thinks it is both an option device, and a pl2303 device,
> which are totally different chipsets.
>
> thanks,
>
> greg k-h
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
If I understand modules.dep correctly, it says that both pl2303 depend
on usbserial.
So when either is loaded, usbserial will be loaded. But the problem here
is that pl2303
should not be loaded at all as it's for USB-serial adapter, not 3G
modem. I'm not sure
what controls that.
Thanks,
Simon
More information about the Kernelnewbies
mailing list