LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Wireless Network Problem in Ubuntu 8 (https://www.linuxquestions.org/questions/linux-newbie-8/wireless-network-problem-in-ubuntu-8-a-664392/)

LinuxorDeath 08-21-2008 01:17 PM

Wireless Network Problem in Ubuntu 8
 
I installed the driver with NDisWrapper and I can't seem to connect. I entered in all my wireless router info in network settings. Below is what I got when I ran inwcofig.

matt@2WIRE396:~$ sudo iwconfig
wlan0 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:20 dBm Sensitivity=0/3
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
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

Any ideas on what the problem is and what I should do. I wonder what the Host name should be set to.

gruby12 08-21-2008 02:17 PM

Post result of ifconfig and route.

regards

Janusz

trist007 08-21-2008 02:20 PM

I usuually do

iwconfig wlan0 essid ESSID
iwconfig lwan0 ap MAC
iwconfig wlan0 key KEY

dhclient wlan0

ESSID is the name of the wireless network
MAC is ap's mac address
KEY is the wep or wpa encrypted key, any of key index 1-4 will work.

After dhclient wlan0, you should see so and so bound to an internal ip address to know that it worked.

LinuxorDeath 08-22-2008 11:10 AM

matt@Matt-Desktop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:a0:cc:20:d0:4b
inet6 addr: fe80::2a0:ccff:fe20:d04b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:211 dropped:0 overruns:0 carrier:422
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16 Base address:0xec00

eth0:avahi Link encap:Ethernet HWaddr 00:a0:cc:20:d0:4b
inet addr:169.xxx.x.xx Bcast:169.xxx.xxx.xxx Mask:255.xxx.x.x
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:16 Base address:0xec00

lo Link encap:Local Loopback
inet addr:127.x.x.x Mask:255.x.x.x
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1158 errors:0 dropped:0 overruns:0 frame:0
TX packets:1158 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:60808 (59.3 KB) TX bytes:60808 (59.3 KB)

wlan0 Link encap:Ethernet HWaddr 00:0f:b5:cd:6e:58
inet addr:192.xxx.x.xx Bcast:192.xxx.x.xxx Mask:255.xxx.xxx.x
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

gruby12 08-22-2008 04:34 PM

what about route result. Did You setup geteaway IP. What distribution You use?

LinuxorDeath 08-22-2008 07:22 PM

I have Ubuntu 8.04. I can't seem to set the ESSID and I don't know what my Host setting should be.

gruby12 08-22-2008 10:25 PM

You must get it and domain from Your ISP.


All times are GMT -5. The time now is 01:27 PM.