Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 15:15:22 -0600
From:      Warner Losh <imp@village.org>
To:        "Martijn Pronk" <martijn.pronk@xs4all.nl>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Accord PCMCIA modem & FreeBSD 3.4 
Message-ID:  <200004182115.PAA94545@harmony.village.org>
In-Reply-To: Your message of "Tue, 18 Apr 2000 23:02:22 %2B0200." <01bfa979$641296a0$640aa8c0@boekje.ugh.org> 
References:  <01bfa979$641296a0$640aa8c0@boekje.ugh.org>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <01bfa979$641296a0$640aa8c0@boekje.ugh.org> "Martijn Pronk" writes:
: I've been trying to get a Accord pcmcia modem working, but it's at the
: moment a creative way to freeze my machine...

: card "Xircom" "Ethernet Adapter"
:         config  0x1 "xe0" 11
:         insert  logger -t $device Xircom CreditCard Ethernet inserted
:         insert  /etc/pccard_ether $device
:         remove  logger -t $device Xircom CreditCard Ethernet removed
:         remove  kill `cat /var/run/dhclient.pid`
:         remove  /sbin/ifconfig $device delete
: 
: card "PCMCIA" "V.90 Communication Device"
:         config  0x23 "sio2" 11
:         insert  echo "ACCORD V.90 56K Modem inserted"
:         remove  echo "ACCORD Modem removed"

Add a reset clause to the accord pcmcia modem:

card "PCMCIA" "V.90 Communication Device"
        config  0x23 "sio2" 11
	reset 100000
        insert  echo "ACCORD V.90 56K Modem inserted"
        remove  echo "ACCORD Modem removed"

Drop the size of the reset value until it starts hanging again, then
double it and leave it alone.


Warner


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?200004182115.PAA94545>