From owner-freebsd-questions Wed Jan 3 21: 0:49 2001 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 21:00:43 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from elektra.deltron.net (elektra.dnet.com.pe [200.37.134.25]) by hub.freebsd.org (Postfix) with ESMTP id BA17437B402 for ; Wed, 3 Jan 2001 21:00:40 -0800 (PST) Received: from deltron.net (sertec-nt.deltron.net [200.37.134.52]) by elektra.deltron.net (8.9.3/8.9.3) with ESMTP id XAA23580; Wed, 3 Jan 2001 23:59:13 -0500 (PET) (envelope-from cvb@deltron.net) Message-ID: <3A5402EB.7F2A6314@deltron.net> Date: Wed, 03 Jan 2001 23:58:20 -0500 From: Cristhian Venegas Reply-To: cvb@deltron.net Organization: Deltron International S.A. X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: cvb@dnet.com.pe, freeBSD-questions@freeBSD.org Subject: Re: wavelan adapter s question References: <200101021647.f02GlLr89442@news.deltron.net> <200101021737.KAA30176@harmony.village.org> Content-Type: multipart/alternative; boundary="------------171F1B9C0E8AB98FC36F61B8" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------171F1B9C0E8AB98FC36F61B8 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit > Thanks for your quick answer > Thanks for your answer Using your idea i wrote those lines in pccard.conf for the wavelan adpater # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi" ? config 0x2 "wi" ? insert /etc/pccard_ether wi0 insert /etc/pccard_ether wi1 insert /sbin/ifconfig wi0 inet 192.168.30.1 netmask 255.255.255.0 insert /sbin/ifconfig wi1 inet 192.168.40.1 netmask 255.255.255.0 remove /sbin/ifconfig wi0 delete remove /sbin/ifconfig wi1 delete but still it isn't work, I see the same message: pccardd[47]: No free configuration for card Lucent: Technologies Is it possible work with two wirelless NIC in a FeeBSD box ? Any idea will be aprecciated > Warner Losh wrote: > > In message <200101021647.f02GlLr89442@news.deltron.net> > cvb@dnet.com.pe writes: > : Jan 2 11:13:25 test pccardd[47]: No free configuration for card Lucent > : Technologies > > You will need to have a special entry for the wavelan in your > /etc/pccard.conf file: > > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config 0x1 "wi" ? > config 0x2 "wi" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > I don't know if there are two different config slots that you can use, > but the above should give you an idea of how to hack this. > > Warner > > > > -- > Atentamente > > Ing. Cristhian Venegas Breņa > > CIP: 58401 > cvb@deltron.net > cel: 8113584 - 2126017 > > Warner Losh wrote: > In message <200101021647.f02GlLr89442@news.deltron.net> cvb@dnet.com.pe writes: > : Jan 2 11:13:25 test pccardd[47]: No free configuration for card Lucent > : Technologies > > You will need to have a special entry for the wavelan in your > /etc/pccard.conf file: > > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config 0x1 "wi" ? > config 0x2 "wi" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > I don't know if there are two different config slots that you can use, > but the above should give you an idea of how to hack this. > > Warner -- Atentamente Ing. Cristhian Venegas Breņa CIP: 58401 cvb@deltron.net cel: 8113584 - 2126017 --------------171F1B9C0E8AB98FC36F61B8 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
Thanks for your quick answer
Thanks for your answer

Using your idea i wrote those lines in pccard.conf for the wavelan adpater

 # Lucent WaveLAN/IEEE
card "Lucent Technologies" "WaveLAN/IEEE"
        config  0x1 "wi" ?
        config  0x2 "wi" ?
        insert  /etc/pccard_ether wi0
        insert  /etc/pccard_ether wi1
        insert /sbin/ifconfig wi0 inet 192.168.30.1 netmask 255.255.255.0
        insert /sbin/ifconfig wi1 inet 192.168.40.1 netmask 255.255.255.0
        remove  /sbin/ifconfig wi0 delete
        remove  /sbin/ifconfig wi1 delete

but still it isn't work, I see the same message:

pccardd[47]: No free configuration for card Lucent: Technologies

Is it possible work with two wirelless NIC in a FeeBSD box ?

Any idea will be aprecciated
 

Warner Losh wrote:

  In message <200101021647.f02GlLr89442@news.deltron.net> 
  cvb@dnet.com.pe writes:
  : Jan  2 11:13:25 test pccardd[47]: No free configuration for card Lucent
  : Technologies

  You will need to have a special entry for the wavelan in your
  /etc/pccard.conf file:

  # Lucent WaveLAN/IEEE
  card "Lucent Technologies" "WaveLAN/IEEE"
          config  0x1 "wi" ?
          config  0x2 "wi" ?
          insert  /etc/pccard_ether $device start
          remove  /etc/pccard_ether $device stop

  I don't know if there are two different config slots that you can use,
  but the above should give you an idea of how to hack this.

  Warner



--
Atentamente

Ing. Cristhian Venegas Breña

CIP: 58401
cvb@deltron.net
cel: 8113584 - 2126017

Warner Losh wrote:

In message <200101021647.f02GlLr89442@news.deltron.net> cvb@dnet.com.pe writes:
: Jan  2 11:13:25 test pccardd[47]: No free configuration for card Lucent
: Technologies

You will need to have a special entry for the wavelan in your
/etc/pccard.conf file:

# Lucent WaveLAN/IEEE
card "Lucent Technologies" "WaveLAN/IEEE"
        config  0x1 "wi" ?
        config  0x2 "wi" ?
        insert  /etc/pccard_ether $device start
        remove  /etc/pccard_ether $device stop

I don't know if there are two different config slots that you can use,
but the above should give you an idea of how to hack this.

Warner

--
Atentamente

Ing. Cristhian Venegas Breña

CIP: 58401
cvb@deltron.net
cel: 8113584 - 2126017
  --------------171F1B9C0E8AB98FC36F61B8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message