Try this exact sequence of commands:

  rmmod bcm43xx
  modprobe bcm43xx

  ip route flush all
  ip address flush dev eth1

  ip link set dev eth1 up
  ip address add dev eth1 local 192.168.1.2 peer 192.168.1.1
  ip route add default via 192.168.1.1

  iwlist eth1 scanning # This is important! It works around a bug.

You should see your access point listed in the iwlist output. "ping
192.168.1.1" is a good test at this point.
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to