vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| HI! I've got a question regarding openBSD's fax-facilities: Is there actually a possibility to get AVM's fritzcard pci running on openbsd 3.5 (respectively the upcoming 3.6) with fax-facility? Actually I'm using capisuite on slackware 10 based on AVM's Kernel-Module for kernel 2.4 for that job. Thanks in advance. |
| ||||
| > Is there actually a possibility to get AVM's fritzcard pci running on > openbsd 3.5 (respectively the upcoming 3.6) with fax-facility? Actually > I'm using capisuite on slackware 10 based on AVM's Kernel-Module for > kernel 2.4 for that job. > > Thanks in advance. Not really sure if it's supported, but this is what i found on my 3.5 box. [viper@cyanide viper]$ grep -A1 -B1 -ri fritz /sys/ /sys/dev/pci/pcidevs-/* AVM products */ /sys/dev/pci/pcidevs /sys/dev/pci/pcidevs ISDN /sys/dev/pci/pcidevs-product AVM B1 0x0700 BRI ISDN -- /sys/dev/pci/pcidevs.h-/* AVM products */ /sys/dev/pci/pcidevs.h:#define PCI_PRODUCT_AVM_FRITZ_CARD 0x0a00 /* Fritz ISDN */ /sys/dev/pci/pcidevs.h:#define PCI_PRODUCT_AVM_FRITZ_PCI_V2_ISDN 0x0e00 /* Fritz v2.0 ISDN */ /sys/dev/pci/pcidevs.h-#define PCI_PRODUCT_AVM_B1 0x0700 /* BRI ISDN */ -- /sys/dev/pci/pcidevs_data.h- { /sys/dev/pci/pcidevs_data.h: PCI_VENDOR_AVM, PCI_PRODUCT_AVM_FRITZ_CARD, /sys/dev/pci/pcidevs_data.h: "Fritz ISDN", /sys/dev/pci/pcidevs_data.h- }, /sys/dev/pci/pcidevs_data.h- { /sys/dev/pci/pcidevs_data.h: PCI_VENDOR_AVM, PCI_PRODUCT_AVM_FRITZ_PCI_V2_ISDN, /sys/dev/pci/pcidevs_data.h: "Fritz v2.0 ISDN", /sys/dev/pci/pcidevs_data.h- }, [viper@cyanide viper]$ Also... AVM Fritz!Card PCI Patches (2.8 Tested) http://www.zilium.de/joerg/obsd-isdn.html Hope this helps. -Bas |