Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 03:01:29 -0800 (PST)
From:      Matt Peterson <matt@peterson.org>
To:        Harkitrat Singh <harkirat@cs.pdx.edu>
Cc:        <freeBSD-mobile@FreeBSD.ORG>
Subject:   Re: WaveLAN (10 Mbps) card with FreeBSD-4.2 
Message-ID:  <Pine.BSF.4.31.0101090256400.13014-100000@moaner.org>
In-Reply-To: <Pine.GSO.4.21.0101081529300.28836-100000@regulus.cs.pdx.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 8 Jan 2001, Harkitrat Singh wrote:


>  	insert /usr/sbin/wicontrol -i $device -p 1 131.252.208.141
>  	insert /usr/sbin/wicontrol -i $device -p 1

try	insert /usr/sbin/wicontrol -i $device -p 1
	insert /usr/sbin/wicontrol -i $device -n 131.252.208.141

assuming "131.252.208.141" is your network name, which I doubt.  You need
to find out your network name.  BSS is -p 1, such as a Apple Airport and
other AP products.  If you're talking to another wireless card (sitting in
a Linux/BSD box), it's probably IBSS mode, -p 3.  You can only run one
switch for wicontrol (along with -i, wi0 is the default).

>  	insert /sbin/dhclient $device
>  	remove /sbin/ifconfig $device delete
>
> (In school I have DHCP and above IP address is one of them)

If the network is running DHCP, you shouldn't need to specify one.

> Tail of /var/log/messages is as under:
> ****************************************
>
> Last message repeated 41 times
>  /kernel: pccard : card inserted, slot 0
> pccardd[53]: Card "Lucent Technologies"("WaveLAN/IEEE")[version 01.01] []
> matched "Lucent Technologies"("WaveLAN/IEEE") [(null)][(null)]
> /kernel: wi0: <WaveLAN/IEEE 802.11> at port 0x240-0x27f irq 3 slot 0 on
> pccard0
> /kernel: wi0: Ethernet address: 00:60:1d:1e:75:6b
> pccardd[53]: wi0: Lucent Technologies (WaveLAN/IEEE) inserted.

Looks normal.

> Cat /var/run/dmesg.boot seems to be fine there is no error message.
> *****************************************************************
>
> Output of wicontrol -i wi0 is
> *****************************
>
> I guess some important details would be
> Current BSSID: [00:00:00:00:00:00]
> Port Type: [3]
> Promiscuous mode: Off
> Create IBSS : Off
>
> Now do I need to type following command at "root" as it is, If I do then I
> again get core dump.
>
> /usr/sbin/wicontrol -i wi0 -n 131.252.208.141

As noted above, I HIGHLY doubt your network name is an IP address.  It's
probably something like "CS-Lab".

> /usr/sbin/wicontrol -i wi0 -p 1

Run -p before -n

> /usr/sbin/wicontrol -i wi0 -c 1

Not required

> /usr/sbin/wicontrol -i wi0 -s harkirat

Broken, not useful/effects your net connection.

> Looking forward to help!
>
> Thanks,
>
> Harkirat
>
>
>
>
>
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-mobile" in the body of the message
>

--
Matt Peterson         another.geek.without.a.life
matt@peterson.org       http://matt.peterson.org/
-------------------------------------------------



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.31.0101090256400.13014-100000>