I have received a private reply from another user with *exactly* the 
same symptoms.  That user also uses x86_64.

I just got the tree from scratch, built it, booted without any tainting 
modules (nvidia) and got _exactly_ the same results.

What am I doing wrong?  I've build these before... and I think I have 
the procedure right. 

Thanks,

Ehud
 1060  cd /usr/src
 1061  ls
 1062  rm -rf wireless-dev/
 1063  ./git.sh
 1064  sed -e "s/\(EXTRAVERSION.*\)/\1-wireless-dev-EG2/g" -i 
wireless-dev/Makefile
 1065  cd wireless-dev/
 1066  make mrproper
 1067  cp ../2.6.22-EG1/.config .
 1068  make oldconfig < /dev/null > /dev/null
 1069  grep -i bcm43xx .config
 1073  make                          <------------ finished WAY TOO SOON 
with error in asus_laptop.c
 1075  sed -e "s/CONFIG_ASUS_LAPTOP=\(.*\)/CONFIG_ASUS_LAPTOP=n/g" -i 
.config
 1076  make
 1077  time nice make modules_install
 1078  time nice make install
 1079  history
 1080  history > ~root/build_history.txt
(and here you have it)


Larry Finger wrote:
> Ehud Gavron wrote:
>   
>> The bcm43xx_mac80211 code associates fine and has good signal strength.  
>> However, the stuff coming out of it on eth1 is not Ethernet...
>> The same setup worked in 2.6.22-wireless-dev.
>>
>> A simple unload of the two modules, a reload of bcm43xx with v3 fw, and 
>> it all works...
>>
>> You'll note I attached entire dmesg and not just "dmesg|grep bcm" so 
>> that you could also see:
>> bcm43xx-phy0 debug: bbatt(11) >= size of LO array
>>     
>
> The size of LO array message is not fatal.
>
> I pulled the latest system from wireless-dev and built it. On my 4311, it 
> connects just fine. The 
> maximum transmit and receive rates are 2.2 and 3.2 Mbs, respectively.
>
> I don't know what happened to your system.
>
> Larry
> _______________________________________________
> Bcm43xx-dev mailing list
> Bcm43xx-dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
>   
_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to