D-Link USB modem

Kyle Marcus Anderson ander640@pilot.msu.edu
Sun, 5 Aug 2001 12:59:06 -0400 (EDT)


Hi all,

I have D-Link's DSB-560, a USB modem that is supported with the acm driver.
I am running Red Hat 7.1 with kernel version 2.4.2-2.

modprobe acm
lsmod - where
mknod /dev/usb/ttyACM0 c 166 0
ln -s /dev/usb/ttyACM0 /dev/modem

/proc/bus/usb/devices gives

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  2 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=d400
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=02 Lev=01 Prnt=02 Port=01 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 1.00 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0483 ProdID=7554 Rev= 2.00
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=80 Prot=ff Driver=(none)
E:  Ad=81(I) Atr=13(Int.) MxPS=   4 Ivl=  1ms
I:  If#= 0 Alt= 1 #EPs= 3 Cls=02(comm.) Sub=80 Prot=ff Driver=(none)
E:  Ad=81(I) Atr=13(Int.) MxPS=   4 Ivl=  1ms
E:  Ad=02(O) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
E:  Ad=83(I) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
I:  If#= 0 Alt= 2 #EPs= 3 Cls=02(comm.) Sub=80 Prot=ff Driver=(none)
E:  Ad=81(I) Atr=13(Int.) MxPS=   4 Ivl=  1ms
E:  Ad=04(O) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
E:  Ad=85(I) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
I:  If#= 0 Alt= 3 #EPs= 5 Cls=02(comm.) Sub=80 Prot=ff Driver=(none)
E:  Ad=81(I) Atr=13(Int.) MxPS=   4 Ivl=  1ms
E:  Ad=02(O) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
E:  Ad=83(I) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
E:  Ad=04(O) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
E:  Ad=85(I) Atr=05(Isoc) MxPS= 128 Ivl=  1ms
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=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

lsmod gives:

Module                  Size  Used by
nls_iso8859-1           2880   1  (autoclean)
nls_cp437               4384   1  (autoclean)
vfat                    9392   1  (autoclean)
fat                    32672   0  (autoclean) [vfat]
audio                  37456   0  (autoclean) (unused)
au8830                145312   1  (autoclean)
soundcore               4464   5  (autoclean) [audio au8830]
tuner                   4240   1  (autoclean)
bttv                   59888   0  (autoclean)
i2c-algo-bit            7328   1  (autoclean) [bttv]
i2c-core               13408   0  (autoclean) [tuner bttv i2c-algo-bit]
videodev                5024   2  (autoclean) [bttv]
acm                     5216   0  (unused)
autofs                 11264   1  (autoclean)
8139too                16480   0  (autoclean) (unused)
ipchains               38976   0  (unused)
ide-scsi                8352   0
scsi_mod               95104   1  [ide-scsi]
ide-cd                 26848   0
cdrom                  27232   0  [ide-cd]
usb-uhci               20720   0  (unused)
usbcore                49664   1  [audio acm usb-uhci]


I have read the man page for acm and loaded the acm, usbcore, and usb-uhci
modules.
They are loaded , correct? but the /proc/bus/usb/devices doesn't load my modem
or the
driver in the list... I have had luck with running a USB audio device but have
had no luck with
my modem as of yet.

The other thing I noticed was that I can't find out whether I actually have ppp
support.  there is
no sign of it under linuxconf >  Networking > client tasks. when I try to
activate ppp0 under netcfg >
interfaces it returns "Failed to activate ppp0 with error 7".

any help would be appreciated.

Thank you,

Kyle
ander640@msu.edu