Date: Sat, 25 Dec 1999 12:27:47 +0200 From: Boris Karnaukh <bk532@iname.com> To: mobile@freebsd.org Subject: PCMCIA modem doesn't reinitialize after resume Message-ID: <38649C23.93ADA769@iname.com>
index | next in thread | raw e-mail
PCMCIA modem (Dynamode PCMCIA 56k DataFax) doesn't re-initialize after
resume on notebook Toshiba Satellite 2500 CDS.
pccardd writes on resume to syslog:
'No free configuration for card LUCENT-VENUS'
What should I change to apmd.conf to handle correctly suspend/resume?
apmd.conf contents:
# apmd Configration File
#
# $FreeBSD: src/etc/apmd.conf,v 1.1.2.2 1999/08/29 14:18:38 peter Exp $
#
apm_event SUSPENDREQ {
exec "/etc/rc.suspend";
}
apm_event USERSUSPENDREQ {
exec "sync && sync && sync";
exec "sleep 1";
exec "apm -z";
}
apm_event NORMRESUME, STANDBYRESUME {
exec "/etc/rc.resume";
}
pccardd.conf contents:
irq 3 5 10 13
# Dynamode 1456VQC PCMCIA modem
card "LUCENT-VENUS" "PCMCIA 56K DataFax"
# config 0x17 "sio1" 3
config 0x1f "sio2" 5
# 0x17 = port 0x2f8 irq ?
# 0x1f = port 0x3e8 irq ?
# 0x27 = port 0x2e8 irq ?
reset 10000
insert echo Dynamode 56K Modem inserted
remove echo Dynamode 56K Modem removed
P.S. kernel configuration (freebsd-stable cvsupped two days ago) matches
pccardd.conf
--
<Signed>
Boris Karnaukh (mailto:bk532@iname.com)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38649C23.93ADA769>
