Date: Tue, 20 Jan 1998 18:05:40 -0600 (CST) From: Jeff Lynch <jeff@mercury.jorsm.com> To: Shawn Ramsey <shawn@luke.cpl.net> Cc: isp@FreeBSD.ORG Subject: Re: ET/5025PQ Message-ID: <Pine.BSF.3.95q.980120174921.14768A-100000@mercury.jorsm.com> In-Reply-To: <Pine.BSF.3.95.980120135450.4575A-100000@luke.cpl.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 Jan 1998, Shawn Ramsey wrote: > I am trying to install the ET/5025PQ 4 port sync. card. I have never > installed a driver like this before.. I have run the update script, and > have tried to follow the docs.. Can anyone please give me a more detail > description of what is required to get the driver installed?? > > Thanks.... Here's the catch. You gotta know something about building the kernel on bsd based unix. Given that, it's pretty easy to get it installed. The worst that could happen if you screw this up is you may have to re-install the OS from CD. After untarring the tarball: 1) cd /usr/hdlc/dev 2) ./update 3) cd /sys/i386/conf 4) cp GENERIC CUSTOM #or whatever 5) echo "device eth0" >> CUSTOM # note append 5) cp files.i386 files.i386.dist #play it safe 6) cat /usr/hdlc/dev/files.i386 >> files.i386 # note APPEND! 7) /usr/sbin/config CUSTOM 8) cd ../../compile/CUSTOM 9) make 10) make install 11) /sbin/reboot 12) look for device probes for eth0-eth3 as in the install manual if it doesn't boot you'll need to boot /kernel.old and see what's up. This is from memory, let me know if I skipped any steps. Getting the links up an routing turned on will be another hurdle I suspect you will have. ========================================================================= Jeffrey A. Lynch, President JORSM Internet email: jeff@jorsm.com Northwest Indiana's Full-Service Provider Voice: (219)322-2180 927 Sheffield Avenue, Dyer, IN 46311 Autoresponse: info@jorsm.com http://www.jorsm.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.980120174921.14768A-100000>