Saratov Linux User Group
 help / color / mirror / Atom feed
From: "Ivan A. Melnikov" <ivan.a.melnikov@gmail.com>
To: sarlug@lists.lug.ru
Subject: Re: [Sarlug] Переинициализация USB устройства
Date: Tue, 17 Jul 2012 09:50:15 +0400
Message-ID: <20120717095015.347e3162@deimos.localdomain> (raw)
In-Reply-To: <CACREa6Ddv6HN2_Me=DCjZ81Kpqjgxu8X-sV+UxVqQ4GSu_G8cA@mail.gmail.com>

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


       reply	other threads:[~2012-07-17  5:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-17  5:50 ` Ivan A. Melnikov [this message]
2012-07-17  6:01     ` Ivan A. Melnikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120717095015.347e3162@deimos.localdomain \
    --to=ivan.a.melnikov@gmail.com \
    --cc=sarlug@lists.lug.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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