Re: Where and (at which step) to place the firmware files

2006-02-21 Thread Khiraly
 It is still the wrong firmware directory.
 Read your distro's documentation on where to put firmware.

I think I have corrected this issue (I have made symlinks
in /usr/lib/hotplug/firmware too).

Now the script says:
buza:/usr/src/linux-2.6.16-rc4/scripts# ./bcm43xx-d80211-sta_up.sh
gcc -O0 -o /tmp/add_sta /tmp/add_sta.c
/tmp/add_sta wlan0 sta0
iwconfig wlan0.11 mode managed
ifconfig wlan0.11 up
ifconfig sta0 hw ether 00:90:4B:56:5B:27
ifconfig sta0 192.168.1.101
ifconfig sta0 up
iwconfig sta0 mode managed
wpa_supplicant -B -Ddscape -ista0 -c/etc/wpa_supplicant.conf
Unsupported driver 'dscape'.
FAILED (255)
buza:/usr/src/linux-2.6.16-rc4/scripts#

I have googled, searched in the mailing list archive, but no result.
I have bcm43xx_d80211 module loaded, no idea why is this error.
The association not working either (I dont need wpa_supplicant btw).
The wpa_supplicant.conf file:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid=
key_mgmt=NONE
}

I try to recompile the kernel with full debug support. No idea why the
assotiation is not working.

Khiraly

___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: Where and (at which step) to place the firmware files

2006-02-21 Thread Michael Buesch
On Tuesday 21 February 2006 15:50, you wrote:
  It is still the wrong firmware directory.
  Read your distro's documentation on where to put firmware.
 
 I think I have corrected this issue (I have made symlinks
 in /usr/lib/hotplug/firmware too).
 
 Now the script says:
 buza:/usr/src/linux-2.6.16-rc4/scripts# ./bcm43xx-d80211-sta_up.sh
 gcc -O0 -o /tmp/add_sta /tmp/add_sta.c
 /tmp/add_sta wlan0 sta0
 iwconfig wlan0.11 mode managed
 ifconfig wlan0.11 up
 ifconfig sta0 hw ether 00:90:4B:56:5B:27
 ifconfig sta0 192.168.1.101
 ifconfig sta0 up
 iwconfig sta0 mode managed
 wpa_supplicant -B -Ddscape -ista0 -c/etc/wpa_supplicant.conf
 Unsupported driver 'dscape'.
 FAILED (255)

You need to patch dscape. Read the HOWTO:
http://bu3sch.de/git?p=wireless-2.6.git;a=blob;h=6d5384008f944bb9a7ec1650426c6fcfb3e9f6ef;hb=dscape;f=Documentation/networking/bcm43xx-d80211-HOWTO.txt
You can optionally try with -Dwext. That _should_ be supported, too,
without patching. But I did not try this, yet.

-- 
Greetings Michael.


pgpYqvtebXAoB.pgp
Description: PGP signature


Re: Where and (at which step) to place the firmware files

2006-02-21 Thread Michael Buesch
On Tuesday 21 February 2006 16:41, you wrote:
  http://bu3sch.de/git?p=wireless-2.6.git;a=blob;h=6d5384008f944bb9a7ec1650426c6fcfb3e9f6ef;hb=dscape;f=Documentation/networking/bcm43xx-d80211-HOWTO.txt
  You can optionally try with -Dwext. That _should_ be supported, too,
  without patching. But I did not try this, yet.
 
 I just tried and it does not seem to work out of the box.
 So you should patch wpa_supplicant as described in the HOWTO.

Oh, this does not seem to be my day...
I was wrong again.
It really seems to work with -Dwext. It just spews a few error
messages, but works nevertheless.
So I will make wext default, so that people are no longer required
to patch wpa_supplicant.

Sorry for the bandwidth wasting :P

-- 
Greetings Michael.


pgppYX4kMrKIS.pgp
Description: PGP signature


Re: Where and (at which step) to place the firmware files

2006-02-20 Thread Khiraly
 /usr/lib/hotplug/firmware usually.

Ok, I have placed in this directory. Now I have this:
[EMAIL PROTECTED]:~$ ls /usr/lib/hotplug/firmware/
bcm430x_initval01.fw  bcm430x_initval07.fw   bcm430x_microcode5.fw
bcm430x_initval02.fw  bcm430x_initval08.fw   bcm430x_pcm4.fw
bcm430x_initval03.fw  bcm430x_initval09.fw   bcm430x_pcm5.fw
bcm430x_initval04.fw  bcm430x_initval10.fw   info.txt
bcm430x_initval05.fw  bcm430x_microcode2.fw
bcm430x_initval06.fw  bcm430x_microcode4.fw
[EMAIL PROTECTED]:~$

Didnt helped. The script fails with the same error:
buza:/usr/src/linux-2.6.16-rc4/scripts# ./bcm43xx-d80211-sta_up.sh
gcc -O0 -o /tmp/add_sta /tmp/add_sta.c
/tmp/add_sta wlan0 sta0
FAILED (2)
buza:/usr/src/linux-2.6.16-rc4/scripts#


Any other tips? (Im on debian SID)

Khiraly

___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev