Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
@ bushcat & pathum: I have download the archives and read MonacoReadme.txt and I can see that there are many steps to do before running make.
Have you tried editing those files before running make?
There is also possibility that kernel is not configured to use the device (some config is not set Y or M)
Or have you tried copying and inserting *.ko module already made for certain distro?
One archive for Win has .INF that is not easy to understand. I am not sure one can install this modem on Vista without hacking their registry. In .INF there are so many names for the device. This is a conexant modem which is not easy to install in linux.
BTW, I sometimes read .INF to understand how some driver works in Win.
I am afraid I cannot help both of you any further.
Last edited by hurry_hui; 04-11-2009 at 11:27 AM.
Reason: Adding some details
The linux driver for prolink h9601 is eciadsl(google it)
PM me if you have a problem!(elakiri as harper)
install it and the download the synch.bin achive which is also there and extract it to /etc/eciadsl/synch
use the following parameters to configure
using eciadsl-config-text command as root
VID1=0915
PID1=8102
VID2=0915
PID2=8102
MODE=LLC_SNAP_RFC1483_BRIDGED_ETH_NO_FCS
VCI=35
VPI=8
FIRMWARE=/etc/eciadsl/firmware00.bin
SYNCH=gs7470_synch20.bin
PPPD_USER=(username)
PPPD_PASSWD=
USE_DHCP=no
USE_STATICIP=no
STATICIP=
GATEWAY=
MODEM=Other
MODEM_CHIPSET=GS7470
SYNCH_ALTIFACE=0
PPPOECI_ALTIFACE=0
PROVIDER=Other
DNS1=203.115.0.46
DNS2=203.115.0.47
then to connect enter these commands as root eciadsl-start.keep entering this command until an error comes telling that a process called eciadsl-pppoeci is already running.
then type ifconfig and you must see something like this(without any rx packets):
tap0
Link encap:Ethernet HWaddr d6:ab:d9:99:f5:2e
inet6 addr: fe80::d4ab:d9ff:fe99:f52e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:18395 errors:0 dropped:0 overruns:0 frame:0
TX packets:19493 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:17577091 (17.5 MB) TX bytes:2835186 (2.8 MB)
if you dont see something like this then try eciadsl-start again until you see it.
then after tap0 appears
enter the command pppoeconf tap0
then it will scan some stuff and press enter for all those stuff enter you username and password when asked.after you are done ,
connect by typing pppoe-start
happy surfing
PM me if you have a problem!(elakiri as harper)
-harindu perera
@hurry and harindu
thanks alot for your help
these days i'm using a speedtouch modem, (works good with my vector distro).but your info is appreciated,I can try this out when i get a free time, and I might be able to direct someone here if they need help.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.