_nicopi_
21-06-2007, 19:09
Ciao a tutti...sono da poco entrato nel mondo di linux con Ubuntu 7.04 e non riesco a far funzionare il mio modem adsl USB Hamlet HDSL8k2. Ho scaricato dal sito del produttore i driver per il kernel 2.6 e sono presenti per Fedora Core 3, Mandrake 10.1 e Suse Linux 9.2. Ho provato con tutti e tre seguendo la procedura scritta, ma al momento che lancio il tutto mi dà un errore; riporto la parte relativa a come installare i driver
Loading Modem Driver
=====================
The module accepts several parameters that can be set when the module is loaded.
Syntax:
insmod ./GUModem.ko {Module Options} (Command to be executed from directory monaco_linux/ModemDrv/src)
Module Options
--------------
Rfc1483Mode default: 0 (Bridged LLC)
Rfc1483VciX default: 85+X (X would be 1,2,3,4)
Rfc1483VpiX default: X (X would be 1,2,3,4)
Rfc2364Mode default: 0 (VC)
Rfc2364VciX default: X (X would be 1,2,3,4)
Rfc2364VpiX default: 116+X (X would be 1,2,3,4)
PVCCount default: 4 (Maximum Ethernet interfaces)
PPPOACount default: 4 (Maximum PPPOA Interfaces)
VPI and VCI settings to be used according to what's configured.
For example to load the module and to create 4 interfaces using different set of VCI/VPI the command would be as follows:
% insmod ./GUModem.ko Rfc1483Mode=0 Rfc1483Vci1=35 Rfc1483Vpi1=0 Rfc1483Vci2=36 Rfc1483Vpi2=1 Rfc1483Vci3=37 Rfc1483Vpi3=2 Rfc1483Vci4=38 Rfc1483Vpi4=3 PVCCount=4 Rfc2364Mode=2 Rfc2364Vpi1=0 Rfc2364Vci1=116 Rfc2364Vpi2=0 Rfc2364Vci2=117
Issuing this command will create 4 ethernet interfaces and 2 PVC for PPPOA
interfaces. ( Combination of Rfc1483Vpi1 and Rfc1483Vci1 will be the first
interface, Rfc1483Vpi2 and Rfc1483Vci2 will be 2nd interface and so on.)
Chi ne sa qualcosa piu' di me e avesse voglia di darmi una mano lo ringrazio anticipatamente.
Loading Modem Driver
=====================
The module accepts several parameters that can be set when the module is loaded.
Syntax:
insmod ./GUModem.ko {Module Options} (Command to be executed from directory monaco_linux/ModemDrv/src)
Module Options
--------------
Rfc1483Mode default: 0 (Bridged LLC)
Rfc1483VciX default: 85+X (X would be 1,2,3,4)
Rfc1483VpiX default: X (X would be 1,2,3,4)
Rfc2364Mode default: 0 (VC)
Rfc2364VciX default: X (X would be 1,2,3,4)
Rfc2364VpiX default: 116+X (X would be 1,2,3,4)
PVCCount default: 4 (Maximum Ethernet interfaces)
PPPOACount default: 4 (Maximum PPPOA Interfaces)
VPI and VCI settings to be used according to what's configured.
For example to load the module and to create 4 interfaces using different set of VCI/VPI the command would be as follows:
% insmod ./GUModem.ko Rfc1483Mode=0 Rfc1483Vci1=35 Rfc1483Vpi1=0 Rfc1483Vci2=36 Rfc1483Vpi2=1 Rfc1483Vci3=37 Rfc1483Vpi3=2 Rfc1483Vci4=38 Rfc1483Vpi4=3 PVCCount=4 Rfc2364Mode=2 Rfc2364Vpi1=0 Rfc2364Vci1=116 Rfc2364Vpi2=0 Rfc2364Vci2=117
Issuing this command will create 4 ethernet interfaces and 2 PVC for PPPOA
interfaces. ( Combination of Rfc1483Vpi1 and Rfc1483Vci1 will be the first
interface, Rfc1483Vpi2 and Rfc1483Vci2 will be 2nd interface and so on.)
Chi ne sa qualcosa piu' di me e avesse voglia di darmi una mano lo ringrazio anticipatamente.