This is a discussion on EciAdsl with OpenBSD using D-Link DSL-200 A2 within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> Hi all, I am attempting to install a D-link DSL-200 A2 on OpenBSD 3.4. I have followed the instructions ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I am attempting to install a D-link DSL-200 A2 on OpenBSD 3.4. I have followed the instructions as per the following howto: http://eciadsl.flashtux.org/doc/eciadsl-on-openbsd.txt I have reached step 3 without any problems. I can complete all the makes - fine. My problems begin when either configuring /etc/ppp/ppp.conf or setting up /etc/eciadsl/eciadsl.conf (this is other how to's set up the PID's and VID's). I get these errors: router# ./eci-load1 using VID1=0x0547 PID1=0x2131 VID2=0x0915 PID2=0x8000 vendor=8086 product=0000 dev=uhub0 can't find your EZUSB USB ADSL Loader ECI load 1: failed OR router# ./eci-load2 vendor=8086 product=0000 dev=uhub0 can't find your GlobeSpan USB ADSL WAN Modem ECI load 2: failed When I plug the modem in OpenBSD recognises it and outputs the following: Jul 12 12:25:26 router /bsd: ugen0 at uhub0 port 2 Jul 12 12:25:26 router /bsd: ugen0 at uhub0 port 2 Jul 12 12:25:27 router /bsd: ugen0: Anchor Chips EZUSB, rev 1.00/0.04, addr 2 Jul 12 12:25:27 router /bsd: ugen0: Anchor Chips EZUSB, rev 1.00/0.04, addr 2 I've put all my known information that I have into the configs. Here is the ppp.conf router# cat /etc/ppp/ppp.conf default: ident user-ppp VERSION (built COMPILATIONDATE) set log Phase Chat IPCP CCP tun command set ifaddr 10.0.0.1/0 10.0.0.2/0 adsl: set authname "xxxxxx" set authkey "xxxxxxx" set device "/root/work/eciadsl-usermode-0.10/pppoeci -v 1 -alt 4 -vendor 0915 -product 8103 -vpi 8 -vci 35" accept chap set speed sync set timeout 0 set redial 15 10000 set dial "" add default HISADDR enable dns pppoe: set authname xxxxxx set authkey xxxxxx set device PPPoE:tap0 set speed sync set timeout 0 set redial 15 10000 set dial set login add default HISADDR enable dns My eciadsl.conf is as follows: router# cat /etc/eciadsl/eciadsl.conf VID1=0547 PID1=2131 VID2=0915 PID2=8000 MODE=LLC_SNAP_RFC1483_BRIDGED_ETH_NO_FCS VCI=35 VPI=8 FIRMWARE=/etc/eciadsl/firmware00.bin SYNCH=/etc/eciadsl/synch999.bin PPPD_USER=xxxxxx PPPD_PASSWD=xxxxxx USE_DHCP=no USE_STATICIP=yes STATICIP=214.214.155.113 GATEWAY=220.244.155.205 MODEM=D-Link DSL200 PROVIDER=Other DNS1=203.12.160.35 DNS2=203.12.160.36 I'm completely stuck for ideas now. I've tried different websites and forums and have tried different PID's and VID's but to no avail. The second group of PID/VID's in the above how to created a very strange result where the usb port constantly restarts, initialises and restarts. Any help would be greatly appreciated. Sh4d03 |