Re: Set up of Wireless on laptop

From: John (john_at_starfire.mn.org)
Date: 01/16/05

  • Next message: Erik Norgaard: "Re: IPF firewalling"
    Date: Sun, 16 Jan 2005 12:20:56 -0600
    To: Mick Walker <mwalker@codegurus.org>
    
    

    On Sun, Jan 16, 2005 at 12:36:41PM +0000, Mick Walker wrote:
    > Hi all,
    > I have bought myself a wireless network card (Linksys WPC11 VER 3), it
    > is detected by the kernel and it shows up in ifconfig as wi0.
    > However I cant seem to get it to work, I have followed the instructions
    > in the hand book, it works fine if I disable wep on the wireless access
    > point, however with it enabled it doesn't work at all.
    > Could someone give me a brief outline of how to get wep working?
    > If you need any other data, I would be happy to help.

    You need to issue a command like
    ifconfig wi0 ssid "whatever it is" wepmode on wepkey 0xsomehexstring
    then wait about 15 seconds (the docs say 5, but that's too short
    in my experience)
    and then
    dhcpclient wi0
    unless you are hardcoding the IP address, in which case, include that
    on the ifconig line with "inet oct1.oct2.oct3.oct4 netmask oct5.oct6.oct7.oct8"
    in addition to the other parameters above.

    I don't know how to use Wep pass phrases, 'cause I don't use them.
    I think the pass phrases just provides data to munge to generate
    the keys.

    I use it - I love it - I'll be glad to help any way I can.

    -- 
    John Lind
    john@starfire.MN.ORG
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Erik Norgaard: "Re: IPF firewalling"

    Relevant Pages

    • wi0 logs
      ... My wi0 interface is producing this output in my logs: ... Jun 1 09:29:17 mikegleasonjr /kernel: bdg_forward drop MULTICAST PKT ... Here is my ifconfig: ...
      (comp.unix.bsd.freebsd.misc)
    • recursive lock problem.
      ... The machine in question uses the following wi0 in hostap mode: ... With the following ifconfig line: ... Dave. ... |David Gilbert, Independent Contractor. ...
      (freebsd-current)
    • pccard, wi0, wep and DHCP
      ... 'ifconfig_wi0="DHCP"' this works and brings up wi0. ... inserts the pcmcia card after booting I also like to have pccard ... I can manually configure the card to use WEP. ... dhclient fails. ...
      (freebsd-questions)