LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 02-01-2006, 03:11 PM   #1
bhamdeveloper
LQ Newbie
 
Registered: Feb 2006
Posts: 3

Rep: Reputation: 0
Need help; ndiswrapper w/Prism card, can't get an IP with dhclient


Hi all,

I am fairly new to Linux, so bear with me. I have installed Fedora Core 4 on my Sager 5680 laptop, which has a wired Realtek gigabit card and a Prism based wireless card. I am having a real hard time getting the wireless to work. I have ran through several things in an attempt to get this going. I have installed ndiswrapper, and it all shows up when I do the standard checks:

Code:
#lspci | grep 03:04
03:04.0 Network controller: Intersil Corporation Intersil ISL3890 [Prism GT/Prism Duette] (rev 01)


# ndiswrapper -l
Installed ndis drivers:
2802w           driver present, hardware present

# dmesg | grep ndiswrapper
ndiswrapper version 1.8 loaded (preempt=no,smp=yes)
ndiswrapper: driver 2802w (SMC,04/29/2004, 3.0.11.1) loaded
ndiswrapper: using irq 201
wlan0: ndiswrapper ethernet device 00:90:4b:2b:79:fd using driver 2802w, 1260:3890.5.conf

# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr 00:90:4B:2B:79:FD
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:258 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:32166 (31.4 KiB)  TX bytes:784 (784.0 b)
          Interrupt:201 Memory:e8204000-e8206000

# iwlist wlan0 scan
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...

wlan0     Scan completed :
          Cell 01 - Address: 00:0E:D7:49:D2:40
                    ESSID:"phoenix"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.457 GHz (Channel 10)
                    Quality:0/100  Signal level:-81 dBm  Noise level:-256 dBm
                    Encryption key:off
                    Bit Rate:1 Mb/s
                    Bit Rate:2 Mb/s
                    Bit Rate:5.5 Mb/s
                    Bit Rate:11 Mb/s
                    Bit Rate:6 Mb/s
                    Bit Rate:9 Mb/s
                    Bit Rate:12 Mb/s
                    Bit Rate:18 Mb/s
                    Bit Rate:24 Mb/s
                    Bit Rate:36 Mb/s
                    Bit Rate:48 Mb/s
                    Bit Rate:54 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=2
          Cell 02 - Address: 00:0E:D7:48:3E:40
                    ESSID:"phoenix"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.442 GHz (Channel 7)
                    Quality:0/100  Signal level:-57 dBm  Noise level:-256 dBm
                    Encryption key:off
                    Bit Rate:1 Mb/s
                    Bit Rate:2 Mb/s
                    Bit Rate:5.5 Mb/s
                    Bit Rate:11 Mb/s
                    Bit Rate:6 Mb/s
                    Bit Rate:9 Mb/s
                    Bit Rate:12 Mb/s
                    Bit Rate:18 Mb/s
                    Bit Rate:24 Mb/s
                    Bit Rate:36 Mb/s
                    Bit Rate:48 Mb/s
                    Bit Rate:54 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=2
          Cell 03 - Address: 00:04:75:64:14:4C
                    ESSID:"3Com"
                    Protocol:IEEE 802.11b
                    Mode:Managed
                    Frequency:2.437 GHz (Channel 6)
                    Quality:0/100  Signal level:-67 dBm  Noise level:-256 dBm
                    Encryption key:on
                    Bit Rate:1 Mb/s
                    Bit Rate:2 Mb/s
                    Bit Rate:5.5 Mb/s
                    Bit Rate:11 Mb/s
                    Extra:bcn_int=1000
                    Extra:atim=2

# iwconfig wlan0
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...

wlan0     IEEE 802.11g  ESSID:"phoenix"  Nickname:"localhost.localdomain"
          Mode:Managed  Frequency:2.442 GHz  Access Point: 00:0E:D7:48:3E:40
          Bit Rate=48 Mb/s   Tx-Power:32 dBm
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-50 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
But, and here is the pisser, I can't seem to get an IP address using dhclient:

Code:
# dhclient wlan0
Internet Systems Consortium DHCP Client V3.0.2
Copyright 2004 Internet Systems Consortium.
All rights reserved.

Listening on LPF/wlan0/00:90:4b:2b:79:fd
Sending on   LPF/wlan0/00:90:4b:2b:79:fd
Can't bind to dhcp address: Address already in use
Please make sure there is no other dhcp server
running and that there's no entry for dhcp or
bootp in /etc/inetd.conf.   Also make sure you
are not running HP JetAdmin software, which
includes a bootp server.
I need some help here, as I don't know enough about Linux to diagnose what I am jacking up here. Any help would be greatly appreciated.

Last edited by bhamdeveloper; 02-01-2006 at 03:14 PM.
 
Old 02-01-2006, 04:48 PM   #2
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Rep: Reputation: 47
error suggests you have 2 dhcp servers on your network
 
Old 02-01-2006, 07:40 PM   #3
bhamdeveloper
LQ Newbie
 
Registered: Feb 2006
Posts: 3

Original Poster
Rep: Reputation: 0
not two servers

I tried the same steps at a location where I know that there is only one server, still nothing. thanks for the reply. notice anytjing else off?
 
Old 02-01-2006, 08:57 PM   #4
bhamdeveloper
LQ Newbie
 
Registered: Feb 2006
Posts: 3

Original Poster
Rep: Reputation: 0
SOLVED (mostly)

OK. I would like to preface this by saying that I have been crippled by Microsoft and had forgotten everything I knew about networking. It has been refreshing to regain some of my knowledge.

After rebooting the machine and regoing over my configuration, I noticed that my DNS settings were wrong. I reset those and restarted the dsn service, and my wired NIC came back to life. Once I got that back to life, I could connect to my router here and get the proper settings, at which point I removed my wireless NIC and reconfigured it to use a static IP while at home. After restarting the network service ( I read the pop-up message I was recieveing after saving my settings this time ) it all came up like a champ.
 
Old 02-01-2006, 09:02 PM   #5
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Rep: Reputation: 47
check your wireless settings, see if they are configured to allow dhcp passthrough from your wired network
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ndiswrapper, wpa_supplicant, prism duette WORKS! esl537 Linux - Wireless Networking 3 08-28-2005 05:57 PM
Wireless Linksys -G type loading with dhclient wlan0 after ndiswrapper is loaded but Wireless-G-DSL Linux - Hardware 1 04-01-2005 09:45 PM
hp pavillion and prism 2.5 wireless card lamedavis Linux - Wireless Networking 0 07-19-2004 09:56 PM
Prism 2.5 Wavelan wireless card jamaas Linux - Hardware 0 06-18-2004 11:49 AM
Can not obtain IP with dhclient ( using ndiswrapper and a SMC2802W V2) Cygnus78 Linux - Wireless Networking 2 06-16-2004 02:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 12:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration