ai cara, eu botei # soh pra indica q eu tava digitando os camandos, pq quando to no terminal eu to como root e digito os comando sem #, mas naum funfa do msm jeito... Como naum intendo muita coisa como instalo intaum esse driver por exemplo sem #make? olha o readme do meu modem... Jah to quase desistindo de usa linux, o q jah pesquisei na net eh brincadeira...
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