Re: multiple pccard adapters
Aaron Voisine <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Thanks John and Greg. That fixed it. Didn't realize I could put a number after the interface name in pccard.conf. Wonder why pccard doesn't figure that one out itself. I wonder how hard it would be to find the place where that particular error is generated and have it look for a free device number and try again. l8r Aaron > Which part is giving that message? The kernel or pccardd? If it is > pccardd, then it is easy to solve, just add another entry in > /etc/pccard.conf. Here is what I have to use two Lucent cards: > > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config 0x1 "wi0" ? > config auto "wi1" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > It seems that pccardd do some static allocation of everything in > pccard.conf on startup and can't handle more than one of the same > device without this kind of help. > > John To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message