ALT Linux hardware support
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: hardware@altlinux.ru
Subject: Re: [Hardware] Re: DKU-5 кабель.
Date: Thu, 18 Aug 2005 15:07:15 +0400
Message-ID: <20050818110715.GA11383@procyon.home> (raw)
In-Reply-To: <20050818113825.104e2f76@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 2394 bytes --]

On Thu, Aug 18, 2005 at 11:38:25AM +0300, Dolgov OV wrote:
> On Tue, 16 Aug 2005 09:44:47 +0300  Dolgov OV wrote:
> > On Mon, 15 Aug 2005 21:18:09 +0300  Michael Shigorin wrote:
> > >> Поищите на search.altlinux.ru, обсуждалось.  Вот насколько
> > > применимо, не знаю -- пользую золотую середину между синим зубом
> > > и чёрным шнуром, а именно красный глаз :)
> 
> VMware показала его как Texas Instruments TUSB3410 Boot Device
> 
> Может все-таки можно как-то заставить его работать? Может этот чип
> все-таки на какой-нить модуль (или модуль на этот чип) натравить можно?

В ядре 2.6.12 есть модуль ti_usb_3410_5052 - вроде бы как раз то, что
нужно.  Однако настраивается он хитро - в нем есть следующий
комментарий:

 * This driver needs this hotplug script in /etc/hotplug/usb/ti_usb_3410_5052
 * or in /etc/hotplug.d/usb/ti_usb_3410_5052.hotplug to set the device
 * configuration.
 *
 * #!/bin/bash
 *
 * BOOT_CONFIG=1
 * ACTIVE_CONFIG=2
 *
 * if [[ "$ACTION" != "add" ]]
 * then
 * 	exit
 * fi
 *
 * CONFIG_PATH=/sys${DEVPATH%/?*}/bConfigurationValue
 *
 * if [[ 0`cat $CONFIG_PATH` -ne $BOOT_CONFIG ]]
 * then
 * 	exit
 * fi
 *
 * PRODUCT=${PRODUCT%/?*}		# delete version
 * VENDOR_ID=`printf "%d" 0x${PRODUCT%/?*}`
 * PRODUCT_ID=`printf "%d" 0x${PRODUCT#*?/}`
 *
 * PARAM_PATH=/sys/module/ti_usb_3410_5052/parameters
 *
 * function scan() {
 * 	s=$1
 * 	shift
 * 	for i
 * 	do
 * 		if [[ $s -eq $i ]]
 * 		then
 * 			return 0
 * 		fi
 * 	done
 * 	return 1
 * }
 *
 * IFS=$IFS,
 *
 * if (scan $VENDOR_ID 1105 `cat $PARAM_PATH/vendor_3410` &&
 * scan $PRODUCT_ID 13328 `cat $PARAM_PATH/product_3410`) ||
 * (scan $VENDOR_ID 1105 `cat $PARAM_PATH/vendor_5052` &&
 * scan $PRODUCT_ID 20562 20818 20570 20575 `cat $PARAM_PATH/product_5052`)
 * then
 * 	echo $ACTIVE_CONFIG > $CONFIG_PATH
 * fi

Т.е., по умолчанию устройство устанавливается в режим загрузки
firmware через USB (вот откуда получается "Boot Device"); код firmware
входит в драйвер, однако нужно ещё перевести устройство в рабочий
режим - именно это и должен выполнить этот скрипт для hotplug.

Попробуйте - если получится, повесьте в https://bugzilla.altlinux.org
enhancement, видимо, на пакет hotplug, чтобы этот скрипт включили в
конфигурацию по умолчанию.

Вроде бы есть какие-то драйверы и для ядер 2.4.x:
http://gate.brimson.com/downloads/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-08-18 11:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-14 12:23 [Hardware] " dov
2005-08-15  9:03 ` [Hardware] " dov
2005-08-15 18:18   ` Michael Shigorin
2005-08-16  6:44     ` Dolgov OV
2005-08-16  7:05       ` Dolgov OV
2005-08-16 13:00       ` Dolgov OV
2005-08-16 13:48         ` Andrei Bulava
2005-08-17  7:33           ` Dolgov OV
2005-08-18  8:38       ` Dolgov OV
2005-08-18 11:07         ` Sergey Vlasov [this message]
2005-08-18 12:07           ` Dolgov OV
2005-08-18 13:35             ` Sergey Vlasov
2005-08-18 14:02               ` Dolgov OV
2005-08-18 14:16               ` Yuriy Kashirin
2005-08-18 15:34                 ` [d-kernel] " Sergey Vlasov
2005-08-19  6:31               ` Dolgov OV

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=20050818110715.GA11383@procyon.home \
    --to=vsu@altlinux.ru \
    --cc=hardware@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 hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/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 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

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


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