Joe LaCour wrote:
>
> When I do
> insmod -f /lib/modules/draytek/m128 vendor=0x07fa ProdID= 0x0778
Two issues:
1. This appears to be a binary module, and this is almost impossible to
support without more information. Please find a more appropriate venue -
probably the vendor. Does this modem not work with the extant 2.4.4 drivers?
2. Why are you trying to force the vendor and product IDs? Why are you using
insmod at all? Unless you have a specific developmental reason, you should
just be able to modprobe the support you need.
> to force recognition of a device, I get an error saying
> invalid parameter parm_vendor
> Does this mean that the module is looking for some other vendor ID, or
> simply that there's a problem with the format?
Specifing IDs is probably not supported on the driver. Arguments to
MODULE_PARM() functions are not general. Each driver can specify zero or more
arguments, named just about anything. You can figure out what they are from
modinfo (specifically, the -p option).
HTH
Brad
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users