Ehud Gavron wrote: > 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)
The commands look fine and I think you said the 2.6.22-EG1 config was OK. When I looked at your dmesg, I noticed the following messages: eth1: switched to short barker preamble (BSSID=00:0d:0b:11:5c:1b) ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready eth1: no IPv6 routers present device eth1 entered promiscuous mode What is that all about? On my system IPv6 is disabled. Will that make any difference for you? Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
