Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2002 12:02:22 -0500
From:      "Joe & Fhe Barbish" <barbish@a1poweruser.com>
To:        "FBSD Questions" <questions@FreeBSD.ORG>
Subject:   For the archives internal modems and FBSD
Message-ID:  <LPBBIGIAAKKEOEJOLEGOEEEECMAA.barbish@a1poweruser.com>

next in thread | raw e-mail | index | archive | help
To start with, internal WinModems do not have native
support in FBSD 3.x or 4.x through 4.4 & 4.5.
There is a new port for Lucent chip winmodems that works
For some Lucent modem types, not all. /usr/ports/comms/ltmdm

A FBSD internal modem must have a onboard controller and dsp.
These kinds of modems cost around $70.00 to $100.00.

I found that to get a internal modem found in FBSD you have to
change sio0 to be disabled like sio3 and then comment out the
sio1, sio2, and sio3 in the kernel source and recompile.
Must leave sio0 in as it is used to spawn the sio1-3
for your internal modems.
You also must disable com1 - com4 in the PC's bios.

My boot looks like this.
The ******* are comments I added for this email.


********Sound card pci slot 1  ************
found->	vendor=0x1274, dev=0x5000, revid=0x01
	class=04-01-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[10]: type 1, range 32, base 0000d800, size  6

******** zoom modem model 2920 pci slot 2 *************
found->	vendor=0x11c1, dev=0x0480, revid=0x00
	class=07-03-03, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=3
	map[10]: type 1, range 32, base e3001000, size  8
	map[14]: type 1, range 32, base 0000dc00, size  8
	map[18]: type 1, range 32, base 0000e000, size  8
	map[1c]: type 1, range 32, base 0000e400, size  3

********** Nic card pci slot 3  ****************
found->	vendor=0x10b7, dev=0x9800, revid=0x30
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=4
	map[10]: type 1, range 32, base 0000e800, size  7
	map[14]: type 1, range 32, base e3000000, size  7

***********  USR modem model 3cp5610a pci slot 4  ***************
found->	vendor=0x12b9, dev=0x1008, revid=0x01
	class=07-00-02, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=11
	map[10]: type 1, range 32, base 0000ec00, size  3

snip

********Sound card pci slot 1  ************
pci0: <unknown card> (vendor=0x1274, dev=0x5000) at 17.0 irq 10

******** zoom modem model 2920 pci slot 2 *************
*Even though it's a zoom modem it's vendor/dev codes matched those
*of ActionTec Modem defined in the table in sio.c
sio0: irq maps: 0x3 0xb 0x3 0x3
sio0: <ActionTec 56k FAX PCI Modem> port
0xe400-0xe407,0xe000-0xe0ff,0xdc00-0xdcff mem 0xe3001000-0xe30010ff irq 3 at
device 18.0 on pci0
sio0: moving to sio1
sio1: type 16550A

********** Nic card pci slot 3  ****************
xl0: <3Com 3c980 Fast Etherlink XL> port 0xe800-0xe87f mem
0xe3000000-0xe300007f irq 4 at device 19.0 on pci0
xl0: Ethernet address: 00:01:02:2f:c3:00
xl0: media options word: a
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
xlphy0: <3Com internal media interface> on miibus0
xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: xl0 attached

***********  USR modem model 3cp5610a pci slot 4  ***************
sio0: irq maps: 0x3 0x803 0x3 0x3
sio0: <3COM PCI FaxModem> port 0xec00-0xec07 irq 11 at device 20.0 on pci0
sio0: moving to sio2
sio2: type 16550A

sio0: not probed (disabled)






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?LPBBIGIAAKKEOEJOLEGOEEEECMAA.barbish>