Alex,
The part that says "Access Point: Invalid" is the point to consider. This means the
wireless card is not talking to any access point/wireless router. Of course, why is a
bit harder. If you have something that works on this network to look at for clues, it
might make thing easier. Here are some things that might cause this problem.
ESSID might need to be set for the conversation to get started, i.e.
iwconfig eth0 essid "Right Name"
You might need a WEP/WPA key set to be able to talk to the access point, i.e.
iwconfig eth0 key s:password
Also check with dmesg to see if there are any indications of errors while the card is
initialized.
Also, note that the command would be "ifconfig eth0 up" not "iwconfig". iwconfig sets
the wireless specific options, ifconfig sets things on the tcp/ip level.
Good luck,
- -Richard
Alex Winfield wrote:
> I'm having a little trouble setting up a wireless connection. Here's
> iwconfig:
> [d:b] ~ #iwconfig
> lo no wireless extensions.
>
> eth0 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4318"
> Mode:Managed Access Point: Invalid
> RTS thr:off Fragment thr:off
> Encryption key:off
> Link Quality:0 Signal level:0 Noise level:0
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>
> eth1 no wireless extensions.
>
> Elsewhere, I saw the following suggestion:
> > iwconfig eth0 up
> > dhcpcd
>
> Which gives me:
> [d:b] ~ #iwconfig eth0 up
> Error : unrecognised wireless request "up"
> zsh: 8041 exit 255 iwconfig eth0 up
> [d:b] ~ #
>
> Any ideas on what I should do next?
> Thanks in advance,
> Alex
>
> _______________________________________________
> dynebolic mailing list
> dynebolic@???
> http://lists.dyne.org/mailman/listinfo/dynebolic
>