Ik heb een hardware modem bij Norrod gehaald. Het is deze:
http://www.norrod.nl/ws_a...sp?id=458&hoofdgroep_id=3
Maar helaas..
Stukje van mijn kernel messages:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0xf000-0xf00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <Intel 82371AB/EB (PIIX4) USB controller> at 7.2 irq 11
chip1: <Intel 82371AB Power management controller> port 0x5000-0x500f at device 7.3 on pci0
pci0: <S3 Trio graphics accelerator> at 17.0 irq 11
pci0: <unknown card> (vendor=0x14f1, dev=0x1085) at 18.0 irq 5
dc0: <82c169 PNIC 10/100BaseTX> port 0x6c00-0x6cff mem 0xe4010000-0xe40100ff irq 12 at device 19.0 on pci0
dc0: Ethernet address: 00:a0:cc:51:14:70
miibus0: <MII bus> on dc0 |
Het gaat uiteindelijk om deze:
code:
1
| pci0: <unknown card> (vendor=0x14f1, dev=0x1085) at 18.0 irq 5 |
De volgende opties uit LINT heb ik al geprobeerd bij het kernel compilen:
code:
1
2
3
4
5
| options COM_ESP #code for Hayes ESP
options COM_MULTIPORT #code for some cards with shared IRQs
device puc
options PUC_FASTINTR |
Als ik op de nieuwsgroepen kijk, tref ik geen enkele oplossingen aan. Veel klachten over dat de kaart "unknown" is. Is er dan geen enkel PCI intern modem dat door FreeBSD wordt ondersteund?
Moet ik dan toch zo'n duur extern modem kopen?