JabberwockyIT
31-12-2005, 15:19
Salve a tutti!
Ho problemi con la configurazione del modem Hamlet 640s sotto Linux. Sul mio pc ho Fedora core 4. Ho scaricato dal sito della hamlet (www.hamletcom.com) il manuale e i driver per l'installazione del modem su linux. Nei file che ho scaricato ci sono anche i sorgenti che però non so compilare (sono un niubbo :D).
Questo è il contenuto del file readme di questi sorgenti:
This document describes the steps of installing the E2 or Hasbani on the Linux.
Driver Version 062802_REL1.7
First, uncompressing the packaged: USBNET_E2_LINUX_062802_REL1.7.tar.gz
#tar zxvpf USBNET_E2_LINUX_062802_REL1.7.tar.gz
A directory named e2 will be created under current directory.
Second, Changing directory to the "e2" directory.
#cd e2
Third, compiling the source code.
#make
At last, copy the firmware file "CnxE2Fw.bin" to directory "/etc".
#cp CnxE2Fw.bin /etc/CnxE2Fw.bin
Now, you can install the driver by the command below under current directory:
#insmod e2.o
If you would like to installing driver anywhere else, Please copy the e2.o to
the directory: /lib/modules/2.4.xx-xxx/kernel/drivers/usb first.
If the network doesn't up automatically, you must run the following commands to activate the net adapter.
#ifconfig hsb0 up
#dhcpcd -n hsb0
Upgrade the firmware:
Replace the firmware file "/etc/CnxE2Fw.bin" with the new release. Note that the filename must be case sensitive.Ora però io non ho trovato nessun file USBNET_E2_LINUX_062802_REL1.7.tar.gz. Come posso fare? Qualcuno potrebbe aiutarmi a compilare quei driver?
Ho problemi con la configurazione del modem Hamlet 640s sotto Linux. Sul mio pc ho Fedora core 4. Ho scaricato dal sito della hamlet (www.hamletcom.com) il manuale e i driver per l'installazione del modem su linux. Nei file che ho scaricato ci sono anche i sorgenti che però non so compilare (sono un niubbo :D).
Questo è il contenuto del file readme di questi sorgenti:
This document describes the steps of installing the E2 or Hasbani on the Linux.
Driver Version 062802_REL1.7
First, uncompressing the packaged: USBNET_E2_LINUX_062802_REL1.7.tar.gz
#tar zxvpf USBNET_E2_LINUX_062802_REL1.7.tar.gz
A directory named e2 will be created under current directory.
Second, Changing directory to the "e2" directory.
#cd e2
Third, compiling the source code.
#make
At last, copy the firmware file "CnxE2Fw.bin" to directory "/etc".
#cp CnxE2Fw.bin /etc/CnxE2Fw.bin
Now, you can install the driver by the command below under current directory:
#insmod e2.o
If you would like to installing driver anywhere else, Please copy the e2.o to
the directory: /lib/modules/2.4.xx-xxx/kernel/drivers/usb first.
If the network doesn't up automatically, you must run the following commands to activate the net adapter.
#ifconfig hsb0 up
#dhcpcd -n hsb0
Upgrade the firmware:
Replace the firmware file "/etc/CnxE2Fw.bin" with the new release. Note that the filename must be case sensitive.Ora però io non ho trovato nessun file USBNET_E2_LINUX_062802_REL1.7.tar.gz. Come posso fare? Qualcuno potrebbe aiutarmi a compilare quei driver?