Skip to main content
added 4 characters in body
Source Link
doneal24
  • 5.9k
  • 2
  • 21
  • 42

I am following this article to deauthorized usb:
https://www.kernel.org/doc/Documentation/usb/authorization.txt

The command iI used for de authorization:
-authorization is sudo sh -c 'echo 0 > /sys/bus/usb/devices/3-2\:1.0/authorized'

Now iI am trying to authorize it, but not able authorize it again.

For authorization, iI am using this command:
sudo sh -c 'echo 1 > /sys/bus/usb/devices/3-2\:1.0/authorized'

I am trying to hack around and trying to find out how this authorization stuff works.

Can someone explain me what am iI doing wrong or is there other way to authorize it again?

I am following this article to deauthorized usb:
https://www.kernel.org/doc/Documentation/usb/authorization.txt

command i used for de authorization:
sudo sh -c 'echo 0 > /sys/bus/usb/devices/3-2\:1.0/authorized'

Now i am trying to authorize it, but not able authorize it again.

For authorization, i am using this command:
sudo sh -c 'echo 1 > /sys/bus/usb/devices/3-2\:1.0/authorized'

I am trying to hack around and trying to find out how this authorization stuff works.

Can someone explain me what am i doing wrong or is there other way to authorize it again?

I am following this article to deauthorized usb:
https://www.kernel.org/doc/Documentation/usb/authorization.txt

The command I used for de-authorization is sudo sh -c 'echo 0 > /sys/bus/usb/devices/3-2\:1.0/authorized'

Now I am trying to authorize it, but not able authorize it again.

For authorization, I am using this command:
sudo sh -c 'echo 1 > /sys/bus/usb/devices/3-2\:1.0/authorized'

I am trying to hack around and trying to find out how this authorization stuff works.

Can someone explain me what am I doing wrong or is there other way to authorize it again?

Source Link

How to authorize de-authorized usb device

I am following this article to deauthorized usb:
https://www.kernel.org/doc/Documentation/usb/authorization.txt

command i used for de authorization:
sudo sh -c 'echo 0 > /sys/bus/usb/devices/3-2\:1.0/authorized'

Now i am trying to authorize it, but not able authorize it again.

For authorization, i am using this command:
sudo sh -c 'echo 1 > /sys/bus/usb/devices/3-2\:1.0/authorized'

I am trying to hack around and trying to find out how this authorization stuff works.

Can someone explain me what am i doing wrong or is there other way to authorize it again?