Date: Sun, 26 Mar 2000 10:33:08 +0100 (BST) From: Jose Marques <noway@nohow.demon.co.uk> To: Ryan Shannon <rshannon@wcug.wwu.edu> Cc: freebsd-mobile@freebsd.org Subject: Re: PCCARD Modem Message-ID: <Pine.BSF.4.21.0003261026530.21074-100000@nohow.demon.co.uk> In-Reply-To: <Pine.LNX.3.96.1000325141559.13264A-100000@sloth>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 25 Mar 2000, Ryan Shannon wrote:
> The pccard modem is a Megahertz 3CCM156 56K Global Modem and I am
> installing it on a fresh install of FreeBSD 3.4-stable off a Walnut Creek
> CD-ROM.
Firstly you may be better off using FreeBSD 4.0-RELEASE. I've found
PCCARD support to much better under this version.
I have the same card which I used to use under 3.4. I used the following
configuration on my Libretto 70CT under 3.4:
in the kernel:
controller card0
device pcic0 at card?
device pcic1 at card?
options PCIC_RESUME_RESET
device sio2 at isa? disable port "IO_COM3" tty irq 10
in my rc.conf:
pccard_enable="YES"
in my pccard.conf:
io 0x240-0x360
irq 10 11
memory 0xd4000 96k
# 3Com Megahertz 56K Global Modem PC Card
card "3COM" "3CCM156"
config 0x23 "sio2" 11
insert echo 3Com Megahertz 56K Global Modem PC Card inserted
remove echo 3Com Megahertz 56K Global Modem PC Card removed
The modem is referenced as:
/dev/cuaa2
This configuration worked reasonably well but I had to disable modem
compression otherwise my pppd connections would hang. Under 4.0 this is
not the case.
--
Jose Marques
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003261026530.21074-100000>
