lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Jul 2007 15:07:11 +0200
From:	Duncan Sands <duncan.sands@...h.u-psud.fr>
To:	mikie <mikie.pl@...il.com>
Cc:	"Indan Zupancic" <indan@....nu>,
	"Kay Sievers" <kay.sievers@...y.org>, linux-kernel@...r.kernel.org
Subject: Re: understanding firmware loader for speedtouch (kernel 2.6.21.5)

Hi,

> Actually I had to mount it (I  hope that not having it mounted does
> not change a lot in this matter).

probably not.  Not having sysfs mounted can cause hotplug to fail,
but I think not having /proc/bus/usb mounted shouldn't cause any
trouble nowadays.

> I:* If#= 1 Alt= 3 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=speedtch
> E:  Ad=06(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=07(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=87(I) Atr=01(Isoc) MxPS= 960 Ivl=1ms

The * means that this altsetting is being used - this is the altsetting
when using isochronous mode.  So it looks to me like isochronous mode is
being used.

> I have CONFIG_USB_DEBUG=y set in kernel. However I do not see any of
> the messages you are referring to. It does not say that it tried isoc 
> and falls to bulk, nothing like that. Also nothing about "setting 
> interface to ?? failed".

Most likely it is using isochronous transfer.  The question then is: why
is it slow?  I will look in my cupboard to see if I have the same modem,
and if so see what speed I can get out of it.

> Which debug option should I switch to see these?

Something like this IIRC:
	echo 7 > /proc/sys/kernel/printk
Then it should turn up in dmesg.

Ciao,

Duncan.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ