PDA

View Full Version : ADSL su Linux


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?

JabberwockyIT
02-01-2006, 20:18
Aggiornamento:
dopo varie ricerche il file USBNET_E2_LINUX_062802_REL1.7.tar.gz
non l'ho trovato... ma ammettendo che quel file contenesse gli stessi file da compilare che io ho scaricato dal sito ho provato a fare le operazioni scritte nel file di readme. Ho scompattato il file .zip con questi sorgenti e mi sono messo nella cartella e2source. Poi ho digitato il comando "make" ma mi dà errore: "Makefile:50:***missing separator.Stop.". Che fare?
Plz help!!!