Date: Wed, 24 Dec 1997 08:33:32 +0900 From: Jaeho Lee <jhlee@hanyon.co.kr> To: Ijon Tichy <ijon@forum2.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Com ports Message-ID: <34A04A4C.F0ED7E82@mail.hanyon.co.kr> References: <3.0.3.32.19971223145628.0096a1d0@shani.net>
next in thread | previous in thread | raw e-mail | index | archive | help
By default, COM3 is disabled. You have rebuild the kernel after change this option. device sio2 at isa? disable port "IO-COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO-COM4" tty irq 9 vector siointr You have to remove 'disable'. Maybe you should modify irq for your port. But you don't have to rebuild for modifying irq. Please refer handbook for rebuilding kernel. Ijon Tichy wrote: > > Hello. > > I've successfully installed FreeBSD 2.2.5-release on my machine. > Now I'd like to have net connections. I have a modem on COM3. How do I get > FreeBSD to notice it? > > (For [S]He Who Answers: I'm a novice in Unix wizardry, but am a > professional C++ programmer, so techspeak yes, unix terms no) > > -- > Ijon Tichy Sailing the 'net in the only > e-mail: ijon@forum2.org Space Barrel known to man. > Homepage: http://www.forum2.org/ijon MOO: VotSB, > telnet://forum2.org:7777
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34A04A4C.F0ED7E82>