Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2005 14:00:58 +0000
From:      Bryan Maynard <bryan.maynard@reallm.com>
To:        freebsd-mobile@freebsd.org
Subject:   Re: WPC54G assistance needed
Message-ID:  <200507081401.00929.bryan.maynard@reallm.com>
In-Reply-To: <20050708202530.0c968f82@localhost>
References:  <42CDC7C2.3060603@gmail.com> <42CEC1CC.2070602@gmail.com> <20050708202530.0c968f82@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
FYI: I got my WPC11 ver.4 owrking using ndisgen. I am still having prolems 
though. . .

It's probably just because I'm somewhat of a n00b. . . :-D My problem is: I do 
not know how to bring my ndis0 interface up and select it over my on-baird 
NIC. My wireless network is not ecnrypted (please don't flame me. . . I have 
Xbox live - which doesn't work with and ecnrypted wireless network).

After successfully kldloading I enter:

laptop#ifconfig ndis0 channel 6
laptop#ifconfig ndis0 ssid "maynards"
laptop#ifconfig ndis0 up

and get this:

xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=9<RXCSUM,VLAN_MTU>
        inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
        ether 00:04:76:48:93:01
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000
ndis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        ether 00:0f:66:cf:10:7e
        media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
        status: associated
        ssid maynards 1:maynards
        channel 6 authmode OPEN powersavemode OFF powersavesleep 100
        rtsthreshold 2312 protmode CTS
        wepmode OFF weptxkey 1

Two questions:
1) is this interface ready to use?
2) how do I select this interface?

On Friday 08 July 2005 06:25 pm, Fabian Keil wrote:
> (Quoting adjusted. Please don't top poste)

> Benjamin Koenig <koenigb@gmail.com> wrote:
> > >Benjamin Koenig <koenigb@gmail.com> wrote:
> > >>I have run through the steps from:
> > >>http://www.xl0.org/FreeBSD/ndis.txt
> > >
> > >They are outdated. See
> > ><http://www.atm.tut.fi/list-archive/freebsd-stable-2005/msg05918.html>;
> > >and the following message (Both not yet in the official archive).
> > >
> > >ATM you have to use ndisgen.
> >
> > I followed the script instructions and it successfully created
> > bcmwl5_sys.ko and bcmwl5_sys.o in my home dir however i get the
> > following error when doing kldload:
> > dalaptop# kldload bcmwl5_sys.ko
> > kldload: can't load bcmwl5_sys.ko: No such file or directory

> Specify the path (kldload ~/bcmwl5_sys.ko) or copy the file
> to /boot/kernel, use kldxref and try again.

> Fabian

Thanks for your help,

Bryan
-- 
Open Source: by the people, for the people.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507081401.00929.bryan.maynard>