I have tried everything to get the wireless to accept the wireless rate of 11M it does not accept it. It still is grayed out and will not connect it sees the router, but that is all. What am I doing wrong?? Can anyone help me??
here is the info
richard@DoM-1:~$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 IEEE 802.11g Frequency:2.412 GHz
RTS thrff Fragment thr=2346 B
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
RTS thrff Fragment thr=2346 B
Encryption keyff
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
interfaces
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# The primary network interface
auto wlan0
iface eth0 inet dhcp
wireless-rate 11M
auto eth0
iface wlan0 inet dhcp
here is the info
richard@DoM-1:~$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 IEEE 802.11g Frequency:2.412 GHz
RTS thrff Fragment thr=2346 B
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
RTS thrff Fragment thr=2346 B
Encryption keyff
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
interfaces
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# The primary network interface
auto wlan0
iface eth0 inet dhcp
wireless-rate 11M
auto eth0
iface wlan0 inet dhcp
Comment