Re: cdc_ether.c incompatible with Nokia 6110 Navigator: Where's the problem?
Oliver Neukum <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Donnerstag 18 Oktober 2007 schrieb Hadmut Danisch:
> On Thu, Oct 18, 2007 at 02:15:17PM +0200, Oliver Neukum wrote:
>
> > Please post the full log. You can get additional debugging info here
> > // #define DEBUG // error path messages, extra info
> > // #define VERBOSE // more; success messages
>
>
> That's what I did first, but it does not tell that much, just an additional
>
> rndis_host 1-3.1:1.10: ACM capabilities 0f, not really RNDIS?
>
> and when I remove the goto, it continues with
>
> rndis_host 1-3.1:1.10: RNDIS init failed, -32
>
net->change_mtu = NULL;
retval = rndis_command(dev, u.header);
if (unlikely(retval < 0)) {
/* it might not even be an RNDIS device!! */
dev_err(&intf->dev, "RNDIS init failed, %d\n", retval);
goto fail_and_release;
}
-32 == -EPIPE (protocol stall)
Your device seems not to be an rndis device at all. Have you tried whitelisting it
in the cdc_ether driver?
Regards
Oliver
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel