|
|
| Problem with FreeBSD 6.2 and isdn4bsd |

|
2008-01-15 04:55:46 |
Good morning,
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://ww
w.turbocat.net/~hselasky/isdn4bsd/
I use make then make install. But don't create the device.
Now I must
recompile the Kernel?
Thanks
--
Denis Beltramo
denis.beltramo gmail.com
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  Switzerland |
2008-01-15 12:06:06 |
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://ww
w.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
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  United States |
2008-01-16 04:59:56 |
Hi Oliver
my usb modem is: Draytek isdn Vigor 128 on a Freebsd 6.2
The operation that I excute are: install isdn4bsd from
source of svn
turbocat... then I have compiled the kernel.
The dmesg: show this: http://www
.nabble.com/file/p14878229/DMESG DMESG , i
Have the usb attached.
I must "simply" call with this modem a dial up
number an authenticate with
pap, for navigate with this.
Are two days that I read documentation but don't undestand
how to work.
Thanks and excuse for my english
denis
--
View this message in context: http://www.nabble.com/Proble
m-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14878229.html
Sent from the freebsd-isdn mailing list archive at
Nabble.com.
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  United States |
2008-01-16 10:05:40 |
I have also an HAMLET USB IDSN 128.000 BPS code: HTAUSC_R.
--
View this message in context: http://www.nabble.com/Proble
m-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14883913.html
Sent from the freebsd-isdn mailing list archive at
Nabble.com.
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  Norway |
2008-01-16 11:06:19 |
On Wednesday 16 January 2008, kabede84 wrote:
> I have also an HAMLET USB IDSN 128.000 BPS code:
HTAUSC_R.
Please post output from "dmesg" when you get the
kernel compiled.
--HPS
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  Norway |
2008-01-16 11:05:47 |
On Wednesday 16 January 2008, kabede84 wrote:
> Hi Oliver
>
> my usb modem is: Draytek isdn Vigor 128 on a Freebsd
6.2
> The operation that I excute are: install isdn4bsd from
source of svn
> turbocat... then I have compiled the kernel.
> The dmesg: show this: http://www
.nabble.com/file/p14878229/DMESG DMESG ,
> i Have the usb attached.
>
> I must "simply" call with this modem a dial
up number an authenticate with
> pap, for navigate with this.
>
> Are two days that I read documentation but don't
undestand how to work.
>
> Thanks and excuse for my english
>
> denis
Hi,
I just committed a compile fix for FreeBSD 6.x
0) I assume that you have the kernel and userland sources
installed
1) svn update
2) create and install the package
3) compile a new kernel with modules
4) reboot
That's it.
NOTE: Not all versions of the Draytek's are supported.
--HPS
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  United States |
2008-01-17 04:12:04 |
Good morning,
I have create a package vi the new revision (568).
Then I Have compiled the kernel and installed on FreeBSD
6.2.
I have commented this line in Kernel config because
/usr/sbin/config given
an error: "config: Error: device "xxxx" is
unknown"
This is the line that i have commented:
device isic
device iwic
device ifpi
device ifpi2
device itjc
device ifpnp
device i4bcapi
device iavc
device i4bq921
device i4bq931
Every line of device that are not commented have
device xxxxx 4
I must deleted a number because it given a sintax error.
This is my DMESG: http://www
.nabble.com/file/p14915686/DMESG DMESG
Thanks, excuse for my insistence.
Denis
--
View this message in context: http://www.nabble.com/Proble
m-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14915686.html
Sent from the freebsd-isdn mailing list archive at
Nabble.com.
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  United States |
2008-01-17 07:10:54 |
Excuse for my question,
if isdn4bsd is properly installed when i link the usb isdn
modem,
isdncontrol must view? And dmesg output give a device how
i4brbch and not
how ugen0?
Thanks
--
View this message in context: http://www.nabble.com/Proble
m-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14918298.html
Sent from the freebsd-isdn mailing list archive at
Nabble.com.
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  Norway |
2008-01-17 10:54:04 |
On Thursday 17 January 2008, kabede84 wrote:
> Good morning,
>
> I have create a package vi the new revision (568).
> Then I Have compiled the kernel and installed on
FreeBSD 6.2.
> I have commented this line in Kernel config because
/usr/sbin/config given
> an error: "config: Error: device "xxxx"
is unknown"
> This is the line that i have commented:
> device isic
> device iwic
> device ifpi
> device ifpi2
> device itjc
> device ifpnp
> device i4bcapi
> device iavc
> device i4bq921
> device i4bq931
>
> Every line of device that are not commented have
>
> device xxxxx 4
>
> I must deleted a number because it given a sintax
error.
>
> This is my DMESG: http://www
.nabble.com/file/p14915686/DMESG DMESG
>
> Thanks, excuse for my insistence.
>
> Denis
Hi Denis!
Your dmesg looks good.
Did you include the "device ihfc" in your kernel
config file ?
Could you install /usr/ports/udesc_dump
Then run "udesc_dump /dev/ugen0" and
"udesc_dump /dev/ugen1".
I maybe need to add some VID/PID's to my database.
--HPS
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|
| Re: Problem with FreeBSD 6.2 and
isdn4bsd |
  Norway |
2008-01-17 10:56:47 |
On Thursday 17 January 2008, kabede84 wrote:
> Excuse for my question,
>
> if isdn4bsd is properly installed when i link the usb
isdn modem,
> isdncontrol must view? And dmesg output give a device
how i4brbch and not
> how ugen0?
>
> Thanks
It should show up like "ihfc63".
--HPS
_______________________________________________
freebsd-isdn freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to
"freebsd-isdn-unsubscribe freebsd.org"
|
|