Re: USB 2.0 ports not working



"Mario" <trapule@xxxxxxxxxxxxxx> wrote in
news:1172846718.682322.120530@xxxxxxxxxxxxxxxxxxxxxxxxxxx:

[...]
In both cases the device has been recognized as mass storage
device, the partition manager had regognized a FAT partition and
loaded the fat filesystem driver, so i seems that the device is
exchanging USB data with the OS.
It seems that FAT was not able to mount it as a volume.
Did you used the same USB disk in both tests?


Si'.... :-)

Try to enable the debug zones of the different modules involved in
the detect process (the USB host driver, USBDISK, MSPART, FATFS,
DISKCACHE) to understand where and when the disk intitialization
process locks.
If the host controller seems to stop replying to the system it may
be that its interrupt is not serviced. This usually happens when you
connect devices that use level-based IRQs (the USB host) to
processors sensitive only to front-based IRQs (or configured to
recognize fronts on the pin where the host controller is connected).
In this case the host controller will keep it's interrupt line low
(or high) to indicate that another interrupt request is pending but
the microprocessor won't sense a front and won't start the interrupt
handling routine.
On which kind of hardware are you working?

P.S. ovviamente parlo italiano, però qui credo sia meglio rispondere
in inglese per dare anche ad altri la possibilità di capire (per
quanto consentito dal mio pessimo inglese) o di trovare questi
messaggi cercando negli archivi di google.
Se servono altre info, l'e-mail è quasi valido.

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)
.



Relevant Pages

  • Re: USB device not accepting new address=2 (error=-19)
    ... fpga device which is on the PCI bus. ... io to which usb interrupt line is connected and gpio is programmed ... May be it is known bug in the usb stack. ... Is the usb host controller ...
    (Linux-Kernel)
  • Re: USB device just moves
    ... USB is basically a polled LAN-technology where the host passes a token ... implemented in hardware (that's what the host controller does) and the ... A so-called 'USB interrupt endpoint' is supposed to be polled by the ...
    (comp.os.linux.development.system)
  • Re: USB interrupt notification?
    ... It will not get notified that CPU interrupt has occurred, only the host controller driver gets that. ... USB 'interrupts' are just a type of message that goes over the USB bus. ...
    (microsoft.public.windowsce.embedded)
  • Re: Windows Socket Error 0; Also disk scans hang.
    ... card, display adaptor, additional IDE controller adaptor card, USB 2.0 ... adaptor card and on-mobo USB 1.0 all use IRQ 11. ... 11 NEC PCI to USB Open Host Controller ...
    (microsoft.public.win2000.networking)
  • Re: Once more VIA VT6212 USB Chip Problem
    ... I checked the interrupt init and I can see they are all set. ... I tried my image on this board and USB works fine!! ... Bus 0, Device 1, Function 0 ... is found for following PCI Device ...
    (microsoft.public.windowsce.platbuilder)

Loading