* Re: [Sarlug] Переинициализация USB устройства
@ 2012-07-17 5:50 ` Ivan A. Melnikov
0 siblings, 1 reply; 2+ messages in thread
From: Ivan A. Melnikov @ 2012-07-17 5:50 UTC (permalink / raw)
To: sarlug
On Tue, 17 Jul 2012 09:07:56 +0400
Sicness <sicness@darklogic.ru> wrote:
> Здравствуйте.
> Раз в некоторое время мне приходится на удаленном компьютере
> перевтыкать USB 3G модем.
> Google дал ответ *modprobe -vr uhci_hcd*
> Но:
>
> *root@git:~# modprobe -vr ehci_hcd
> FATAL: Module ehci_hcd is builtin*
>
> Подскажите, пожалуйста, есть ли еще варианты?
Тысячи их ;) Например:
* магическим образом угадать нужный девайс
среди /sys/bus/usb/devices/usb* (пусть будет 2)
и сделать от рута
# echo 0 > /sys/bus/usb/devices/usb2/authorized
# echo 1 > /sys/bus/usb/devices/usb2/authorized
(у меня ядро 3.4.2, в других ядрах может слегка отличасться, например
вторая строчка может быть не нужна).
* собрать специальную прогу, например, отсюда:
http://www.roman10.net/how-to-reset-usb-device-in-linux/
* гугл знает больше...
--
WBR,
Ivan A. Melnikov
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-17 6:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17 5:50 ` [Sarlug] Переинициализация USB устройства Ivan A. Melnikov
2012-07-17 6:01 ` Ivan A. Melnikov
Saratov Linux User Group
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sarlug sarlug/ http://lore.altlinux.org/sarlug \
sarlug@lists.lug.ru sarlug@lug.ru
public-inbox-index sarlug
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sarlug
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git