Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2006 19:18:59 -0400 (EDT)
From:      Daniel Eischen <deischen@freebsd.org>
To:        Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: PRO/Wireless 3945ABG (Device not configured)
Message-ID:  <Pine.GSO.4.64.0607221917480.4394@sea.ntplx.net>
In-Reply-To: <20060722215438.dea11a69.torfinn.ingolfsen@broadpark.no>
References:  <BAY20-F2343BAC6CF674C7551EC399A670@phx.gbl> <20060722141832.653b5449@localhost> <Pine.GSO.4.64.0607220923020.2079@sea.ntplx.net> <20060722200905.324bc2d6.torfinn.ingolfsen@broadpark.no> <20060722215438.dea11a69.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 22 Jul 2006, Torfinn Ingolfsen wrote:

> On Sat, 22 Jul 2006 20:09:05 +0200
> Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> wrote:
>
>> But compiling wpi-freebsd fails (see attached error log)
>>
>> Iguess I must be doing something wromg here. Do I need to place this
>> souce code (the driver) in /usr/src somewhere?
>
> It was something I wasn't doing. :-)
>
> I found out after lookking at the error log that I needed to link the
> 'wpi' directory in the driver source to /sys/dev/wpi.
> I had put the source in /home/tingo/work/wpi-freebsd, so I issued the
> commands
> cd /usr/src/sys
> ln -s /home/tingo/work/wpi-freebsd/wpi
>
> and ''ifconfig wpi0':
> root@kg-home# ifconfig wpi0
> wpi0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
>        ether 00:13:02:3e:d4:ce
>        media: IEEE 802.11 Wireless Ethernet autoselect
>        status: no carrier
>        ssid "" channel 1
>        authmode OPEN privacy OFF txpowmax 100 protmode CTS
>
> Looks good. Let's see if it works too.
> Nope, it seems like the firmware framework (or module) is the problem. From /var/log/messages:
>
> (the last 3 lines repeats).
> So, anything I can do to make the firmware work?

Read my original email.  Hint:

   kldload firmware.ko
   kldload wpi_ucode.ko
   kldload if_wpi.ko

-- 
DE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.0607221917480.4394>