Date: Tue, 15 Jan 2008 19:06:06 +0100 From: Oliver von Bueren <maillist@ovb.ch> To: freebsd-isdn@freebsd.org Subject: Re: Problem with FreeBSD 6.2 and isdn4bsd Message-ID: <478CF60E.9080700@ovb.ch> In-Reply-To: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Denis Denis Beltramo wrote: > I am trying to use an usb isdn modem with FreeBSD 6.2. I am not an expert. I > don't unstand if isdn4bsd is already installed on FreeBSD or I must compile > the source. > I Have use this source of i4b: http://www.turbocat.net/~hselasky/isdn4bsd/ > I use make then make install. But don't create the device. Now I must > recompile the Kernel? > What kind of "isdn modem" do you have? If it is one which has a built-in AT command set and perhaps a PPP stack (like e.g. some ZyXEL ISDN TA's have), you don't need ISDN4BSD. There is one version of I4B installed on the system, but that one has different features than the one HPS provides. What do you like to do with your "modem"? Give us some more informatio, which software you like to use with it and the like. Anyway, if you like to install it and if it is one of the ISDN cards supported by the I4B-Stack by HPS, then you should get the most recent version by Subversion. Subversion can be installed as a package/port. svn --username anonsvn --password anonsvn checkout svn://svn.turbocat.net/i4b You'll then find a README with the installation instructions. What it does is, install itself into the kernel source tree, so you need at least the kernel source on your machine. Next you have to get the required device configuration into the kernel configuration file, which is located under /usr/src/sys/i386/conf if you run a 32bit version of FreeBSD. After that you are ready to compile the kernel and install it, if all goes to plan. Oliver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?478CF60E.9080700>