1
General Discussion / Re: OPNsense as FAX server?
« on: April 04, 2015, 08:49:11 pm »
So, I kinda got a little further, but at the same time I didn't.
pciconf reports this:
So that's clearly my modem, but it's obviously not attached as serial device. In fact, dmesg reports this:
At the same time, the on-board serial console seems to be recognized fine:
dmidecode -t connector reports this:
And I also have the devices associated with that:
So I guess the driver for my modem is missing? I don't really know where to go from here.
The FreeBSD handbook about serial interfaces ( https://www.freebsd.org/doc/handbook/serial.html ) describes how FreeBSD assigns device files to interfaces, and from this it is clear, that my modem is simply not recognized as serial interface (as in, not recognized at all).
If it'll help, the modem is an RD01-D270 (Conexant HSFi CX11252-15) there isn't much info about it on the internet, as it is well over ten years old (I have a photo of it, that'll help).
pciconf reports this:
Code: [Select]
none2@pci0:5:8:0: class=0x078000 card=0x8d881043 chip=0x270214f1 rev=0x01 hdr=0x00
vendor = 'Conexant Systems, Inc.'
class = simple comms
So that's clearly my modem, but it's obviously not attached as serial device. In fact, dmesg reports this:
Code: [Select]
pci5: <simple comms> at device 8.0 (no driver attached)
At the same time, the on-board serial console seems to be recognized fine:
Code: [Select]
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
dmidecode -t connector reports this:
Code: [Select]
Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: COM1
Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
External Reference Designator:
External Connector Type: DB-9 male
Port Type: Serial Port 16450 Compatible
And I also have the devices associated with that:
Code: [Select]
crw-rw---- 1 uucp dialer 0x28 Apr 4 19:02 cuau0
crw-rw---- 1 uucp dialer 0x29 Apr 4 19:02 cuau0.init
crw-rw---- 1 uucp dialer 0x2a Apr 4 19:02 cuau0.lock
...
crw------- 1 root wheel 0x25 Apr 4 19:02 ttyu0
crw------- 1 root wheel 0x26 Apr 4 19:02 ttyu0.init
crw------- 1 root wheel 0x27 Apr 4 19:02 ttyu0.lock
So I guess the driver for my modem is missing? I don't really know where to go from here.
The FreeBSD handbook about serial interfaces ( https://www.freebsd.org/doc/handbook/serial.html ) describes how FreeBSD assigns device files to interfaces, and from this it is clear, that my modem is simply not recognized as serial interface (as in, not recognized at all).
If it'll help, the modem is an RD01-D270 (Conexant HSFi CX11252-15) there isn't much info about it on the internet, as it is well over ten years old (I have a photo of it, that'll help).