ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Vyt <vyt@vzljot.ru>
To: Sisyphus <sisyphus@altlinux.ru>
Subject: [sisyphus] Microtech ZiO! CompactFlash/SmartMedia reader
Date: Tue, 10 Jul 2001 19:36:16 +0400
Message-ID: <20010710193616.2080e107.vyt@vzljot.ru> (raw)

Hello, All

С печалью сообщаю, что $subj мне самостоятельно завести не
удалось, собрал сведения и прошу помощи:
Стоит Sisyphus от 9 июля 2001, ядро 2.4.5-alt5-up.
Перерыта информация (отстойнейшая по количеству, прошу
прощения, сам удивлен) по модулю usb-storage. Выучен наизусть
раздел
http://www.linux-usb.org/USB-guide/x498.html

В /etc/sysconfig/usb написано
USB=yes
MOUSE=no
KEYBOARD=no
STORAGE=yes
VISOR=no
PRINTER=no

/sbin/service usb start, все загружается.

$ cat /proc/bus/usb/devices
T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=d800
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=d000
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs=  1
P:  Vendor=04e6 ProdID=1010 Rev= 0.05
S:  Manufacturer=SHUTTLE
S:  Product=SCM Micro USBAT-02 
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=ff
Driver=(none)
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=  5ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms

Последний Driver=(none) почему-то особенно напрягает, можно
указать при modprobe устройство, для которого драйвер?

В modules.usbmap пробовал писать строку с этим вендором/продуктом
- безрезультатно.

$ cat /proc/bus/usb/drivers
         usbdevfs
         hub
         usb-storage


Вывод lsmod:
Module                  Size  Used by
...
usb-storage            32592   0  (unused)
usb-uhci               20464   0  (unused)
usbcore                46800   1  [usb-storage usb-uhci]
...

После modprobe sg или modprobe ide-scsi ситуация не меняется.

Нормального scsi-адаптера нет, при установке (ставил Spring2001)
говорил, что scsi устройств нет.

Так вот: 
Не смонтировать ни /dev/sda1, ни что-либо похожее для доступа к
этому разделу fat16 на flash-карте.

В /dev/usb ничего подходящего для монтирования тоже не нашел.

Объясните, пожалуйста, куда пойти и где еще копаться?

-- 
Regards, Vyt
mailto:vyt@vzljot.ru



             reply	other threads:[~2001-07-10 15:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-10 15:36 Vyt [this message]
2001-07-10 16:16 ` Sergey Vlasov
2001-07-10 16:24   ` Vyt

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=20010710193616.2080e107.vyt@vzljot.ru \
    --to=vyt@vzljot.ru \
    --cc=sisyphus@altlinux.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

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git