So i looked again at this page BitJam gave me
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.geekdevs.com/2010/04/solved-unable-to-enumerate-usb-device-disabling-ehci_hcd/"
linktext was:"http://www.geekdevs.com/2010/04/solved- ... -ehci_hcd/"
====================================
I read in forums that sometimes people have the luck,that if they unbind ehcd-hci and then bind again the pc will recognise their usb-devices.So i went on trying ,but the command from this webside is not really good working on antix.Sometimes it will not unbind.One time my 0000:00:10.3 disapeared completely.Sometimes after i give the command to bind again for one or two minutes my mouse won`t work.But if i do it several times ,then the usb-stick will be identified and i can use the internet.
Maybe BitJam or someone else knows a better command.
This is from my shell:
Code: Select all
root@freya:/sys/bus/pci/drivers/ehci_hcd# sudo sh -c `echo -n"0000:00:10.3" > unbind`
sh: 0: -c requires an argument
root@freya:/sys/bus/pci/drivers/ehci_hcd#
root@freya:/sys/bus/pci/drivers/ehci_hcd# sudo sh -c `echo -n"0000:00:10.3" > bind`
sh: 0: -c requires an argument