From: "Panayiotis Fafakos" <pfafakos@yahoo.gr>
To: linux-hotplug@vger.kernel.org
Subject: Netmod support
Date: Wed, 23 Feb 2005 05:57:08 +0000 [thread overview]
Message-ID: <000e01c5196c$84da7980$0201a8c0@computer> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1973 bytes --]
Dear members of the linux-hotplug project,
I would like to add a usb device that acts as an ISDN modem to the hotplug system.
Till now there is no driver that claims the device, although the usb system see's it.
I have included the output from `cat /proc/bus/usb/devices` for the specified device.
(Taken from my system with the netmod connected in a USB port)
(Kernel 2.6.8-2)
T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=02(comm.) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=0bf1 ProdID=0001 Rev= 1.00
S: Manufacturer=Intracom S.A.
S: Product=NetMod USB
S: SerialNumber=Firmware Ver 1.0
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=10ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
Below is the output I should have according to the manual.
(Taken from the netmod installation manual)
(Kernel 2.2.X)
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=02(comm.) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=0bf1 ProdID=0001 Rev= 1.00
S: Manufacturer=Intracom S.A.
S: Product=NetMod USB
S: SerialNumber=Firmware Ver 1.0
C:* #Ifs= 2 Cfg#= 1 Atr=60 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl= 10ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 10ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl= 10ms
I am running GNU/Debian Linux taken from the testing distribution (shortly sarge) downloaded a week ago.
Further inforamtion on the device can be found in
http://netmod.intracom.gr/pdf/pdf_engl/usb_linux_22x_en.pdf
Could somebody give me a hint?
Kind regards,
Fafakos Panayiotis.
[-- Attachment #1.2: Type: text/html, Size: 3827 bytes --]
[-- Attachment #2: netmod.txt --]
[-- Type: text/plain, Size: 1274 bytes --]
(Taken from my system with the netmod connected in a USB port)
(Kernel 2.6.8-2)
T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=02(comm.) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=0bf1 ProdID=0001 Rev= 1.00
S: Manufacturer=Intracom S.A.
S: Product=NetMod USB
S: SerialNumber=Firmware Ver 1.0
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=10ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
(Taken from the netmod installation manual)
(Kernel 2.2.X)
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=02(comm.) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=0bf1 ProdID=0001 Rev= 1.00
S: Manufacturer=Intracom S.A.
S: Product=NetMod USB
S: SerialNumber=Firmware Ver 1.0
C:* #Ifs= 2 Cfg#= 1 Atr=60 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl= 10ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 10ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl= 10ms
next reply other threads:[~2005-02-23 5:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-23 5:57 Panayiotis Fafakos [this message]
2005-02-23 11:08 ` Netmod support Kay Sievers
2005-02-23 18:56 ` Panayiotis Fafakos
2005-02-26 0:49 ` Kay Sievers
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='000e01c5196c$84da7980$0201a8c0@computer' \
--to=pfafakos@yahoo.gr \
--cc=linux-hotplug@vger.kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.