Prev Previous Post   Next Post Next

Cayman 3341-B

Posted: 02-23-2007, 09:38 PM
I have a Netopia Cayman 3341-B DSL Modem but no driver CD. The modem works
in Vista. According to the inf, the driver is supposed to be for 9x and XP
etc but I can't get it to install in ME or XP. I have put CnxTrUsb.sys and
CnxTrLan.sys and TrN2ikc.cat on a floppy with the following CxtTrLan.inf
which Vista identified. Are there edits that will enable it with ME and XP?
Are there other files that belong on the floppy? A Vista search didn't find
TrN2iwc.cat
The device is identified as USB Net Card when Windows looks for drivers.

The support page at Netopia/Motorola says "The 3341-B is not configurable."
There are no driver downloads.
The Netopia response to an e-mail was "The 3341-B is not configurable."


;
; Module Name: CxtTrLan.inf
; Author: Vlassov, Grigoriev
; $Archive: P:/d874/Trident_E2/host/CayTrLan.inv $
; $Date: May 20 2002 10:39:54 $
;
; Copyright © Conexant Systems Inc. 2000 - 2001. All rights reserved
;
; Module Description:
; Win98/WinME/Win2000/XP installation file for the
; Cayman 3000 series USB Network Adapter
;

[Version]
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Author%
CatalogFile = TrN2iwc.cat
CatalogFile.NT = TrN2ikc.cat
DriverVer=05/20/2002, 1.1.6.7

[Manufacturer]
%Mfg% = Cayman

[ControlFlags]
ExcludeFromSelect = SW_NETOPIA\NET_NET

[Cayman]
; DisplayName Section DeviceID
; ----------- ------- --------
%CnxTrLan.DeviceDesc% = CnxTrLan.ndi, SW_NETOPIA\NET_NET

;-----------------------------------------------------------------------------
; Windows 9X specific entries
;

[CnxTrLan.ndi]
AddReg = CnxTrLan.id.reg, CnxTrLan.common.reg, CnxTrLan.win.reg,
CnxTrLan.win.Uninstall.Reg, CnxTrLan.Devices.Reg
CopyFiles = CnxTrLan.win.CopySystemFiles
DriverVer=05/20/2002, 1.1.6.7

;-----------------------------------------------------------------------------
; Windows NT specific entries
;

[CnxTrLan.ndi.NT]
Characteristics = 0x81 ; NCF_HAS_UI | NCF_VIRTUAL
AddReg = CnxTrLan.common.reg, CnxTrLan.reg, CnxTrLan.Uninstall.Reg,
CnxTrLan.Devices.Reg, CnxTrLan.Services.Reg
CopyFiles = CnxTrLan.CopyDriverFiles, CnxTrLan.CopySystemFiles

[CnxTrLan.ndi.NT.Services]
AddService = CnxTrLan, 2, CnxTrLan.Service, common.EventLog

[CnxTrLan.ndi.NT.HW]
AddReg = DriverHwAddReg

[DriverHwAddReg]

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
;
[CnxTrLan.id.reg]
HKR, Ndi, DeviceID, 0, %DeviceId%

;-----------------------------------------------------------------------------
; Win9x and NT common parameters
;
; Hex DWORD registry values do not work correctly in Win9x - use decimal

[CnxTrLan.common.reg]
HKR,,DebugFlag,0,"0"
HKR,,DeviceName,0,%CnxTrLan.DeviceDesc%
HKR,,RxMaxFrameSize,0,"1500"
HKR,,RxBufAllocLimit,0,"50"
HKR,,TxMaxFrameSize,0,"1500"
HKR,,VendorDescription,0,%CnxTrLan.DeviceDesc%
HKR,,VendorId,0,"ROK"

;-----------------------------------------------------------------------------
; Device IDs
;

[CnxTrLan.Devices.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Devices,
%DeviceId%,, %DeviceId%


;-----------------------------------------------------------------------------
; Services
;

[CnxTrLan.Services.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Services,
CnxTrLan,, "CnxTrLan"

;-----------------------------------------------------------------------------
; CnxTrLan Uninstall NT Specific
;

[CnxTrLan.Uninstall.Reg]

; Driver Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\DRI VERS,
CnxTrLan.sys,, "CnxTrLan.sys"

;-----------------------------------------------------------------------------
; CnxTrLan Uninstall Win9x Specific
;

[CnxTrLan.win.Uninstall.Reg]

; Driver Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYS TEM,
CnxTrLan.sys,, "CnxTrLan.sys"

;-----------------------------------------------------------------------------
; CnxTrLan NT specific
;

[CnxTrLan.reg]
HKR, Ndi, Service, 0, "CnxTrLan"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"


[CnxTrLan.Service]
DisplayName = %CnxTrLan.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\CnxTrLan.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x00000001

;----------------------------------------------------------------------------
; CnxTrLan Win9x specific
;

[CnxTrLan.win.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "CnxTrLan.sys"
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
HKR, Ndi\Interfaces,DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces,DefLower, 0, "ethernet"
HKR, Ndi\Interfaces,UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces,LowerRange, 0, "ethernet"


HKR, NDIS, LogDriverName, 0, "CnxTrLan"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A

;-----------------------------------------------------------------------------
; DestinationDirs
;
; file-list-section = dirid[,subdir]]
;

[DestinationDirs]
DefaultDestDir = 12,
CnxTrLan.CopyDriverFiles = 12, ; NT ->
System32\Drivers
CnxTrLan.CopySystemFiles = 11, ; NT ->
System32
CnxTrLan.win.CopySystemFiles = 11, ;
Win9x -> System

;-----------------------------------------------------------------------------
; CopyFiles Sections
;
; destination-file-name[,source-file-name][,temporary-file-name][,flag]
;

[CnxTrLan.CopyDriverFiles]
CnxTrLan.sys,,,6

[CnxTrLan.CopySystemFiles]

[CnxTrLan.win.CopySystemFiles]
CnxTrLan.sys,,,6

;-----------------------------------------------------------------------------
; SourceDisksNames
;
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;

[SourceDisksNames]
100=%DiskName%,DISK1,,


;-----------------------------------------------------------------------------
; SourceDisksFiles
;
; filename = diskid[,[ subdir][, size]]
;

[SourceDisksFiles]
CnxTrLan.sys=100,,


;-----------------------------------------------------------------------------
; Strings
;

[Strings]

;-----------------------------------------------------------------------------
; Strings Not Localizable
;

CompanySubkey = "Netopia" ; This registry subkey string
can be modified
ProductSubkey = "Cayman 3000 series USB Network" ; This registry
subkey string can be modified


DeviceId = "SW_NETOPIA\NET_NET"

;-----------------------------------------------------------------------------
; Strings Localizable
;

Author = "Netopia, Inc."
Mfg = "Cayman"
CnxTrLan.DeviceDesc = "Cayman 3000 series USB Network Adapter"
CnxTrLan.Service.DispName = "Cayman 3000 series USB Network Adapter Driver"
DiskName = "Cayman 3000 series USB Network Installation Disk"








Reply With Quote

Responses to "Cayman 3341-B"

 
LinkBack Thread Tools Display Modes
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump