LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   ndiswrapper fedora core 5--destination host unreachable (https://www.linuxquestions.org/questions/linux-wireless-networking-41/ndiswrapper-fedora-core-5-destination-host-unreachable-540001/)

knockout_artist 03-23-2007 03:36 PM

ndiswrapper fedora core 5--destination host unreachable
 
I installed fedora core 5 on a desktop

used ndiswrap per 1.14 and also 1.26.

It install driver with out a problem.

# ndiswrapper -l
Quote:

netwm125 driver installed, hadware present
#modprobe ndiswrapper
light come on , on wireless card

Quote:

#ifconfig wlan0
it shows wlan0 card

i add
Quote:

#ifconfig wlan0 182.168.1.13
#route add default gw 192.168.1.1
After that if I try to ping router
Quote:

#ping -I wlan0 192.168.1.1
It shows destination host in reachable.

#tcpdump -i wlan0

shows 0 packect recieved by kernel.

My laptop which has redhat9 works fine with same configuration.

Any ideas??

Hangdog42 03-24-2007 07:44 AM

You don't mention configuring your card (like adding the SSID), either with iwconfig or otherwise. What is the output of iwconfig?

knockout_artist 03-24-2007 12:01 PM

^
#iwconfig
Quote:

wlan0 IEEE 802.11FH ESSID: off/any
Mode:Managed Channel:0 Access Point:Not-Associated

Bit Rate:1 Mb/s sensitivity=-200 dBm

RTS thr:2346 B Fragment thr:2346 B
Encryption key: off
Power Management: 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


#iwlist scanning
Quote:

wlan0 Scan completed :
Cell 01 - Address: 00:03:2F:37:B9:FD
ESSID:"default"
Prototocol:IEEE 802.11g

Mode:Managed
Frequency:2.437GHz(channel 6)
Quality:0/100 Signal level:-72 dBm Noise level:-256 dBm
Encryption key: off
Bit Rates:1Mb/s
Bit Rate:2Mb/s
Bit Rate:5.5Mb/s
Bit Rate:11Mb/s
Bit Rate:6Mb/s
Bit Rate:9Mb/s
Bit Rate:12Mb/s
Bit Rate:18Mb/s
Bit Rate:24Mb/s
Bit Rate:36Mb/s
Bit Rate:48Mb/s
Bit Rate:54Mb/s
Extra:bcn_int=100
Extra:atim=0

Thanks A lot.
Not: I typed those values in I check it 3 times I hope I didn't make a "crazy" mistake.

knockout_artist 03-24-2007 12:08 PM

Thanks Hangdog42,

I did this
#iwconfig wlan essid default
and now its working.
one quesion though, do I have to set essid every time I want to use it?
Thanks.

Hangdog42 03-24-2007 12:13 PM

Yes you do have to set the SSID every time. I'm pretty sure that Fedora has a wireless config file someplace that do it for you at boot.


All times are GMT -5. The time now is 07:38 AM.