LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-12-2002, 09:42 PM   #1
chrismiceli
Member
 
Registered: Aug 2002
Posts: 349

Rep: Reputation: 31
wireless help plz


here is my prob. I can not get my wmp11 pci wireless card working in linux. Linux see it I think. I download linux-wlan-ng-0.1.14 and wireless_tools.25 and prism2-2002*. after doing all the installs and following all the instructions I can not get it to work.
when I do lsmod i see prism2_pci mentioned.
when I do ifconfig it shows lo and wlan0
when I do iwconfig it say lo and wlan0 no wireless extention.
plz help someone. sorry for cross posting but no one is responding.

Last edited by chrismiceli; 10-13-2002 at 07:36 PM.
 
Old 10-13-2002, 07:03 PM   #2
chrismiceli
Member
 
Registered: Aug 2002
Posts: 349

Original Poster
Rep: Reputation: 31
*bump*
i installed the three rpm the kernel-wlan-ng-*moduels*
, kernel-wlan-ng-*pci, and another one. now when i run /etc/int.d/wlan start it says wlanctl-ng:no such device. help plz
 
Old 10-13-2002, 07:08 PM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
maybe you'd get a better response if you didn't imply that everyone else on this site is stupid? manners cost nothing.
 
Old 10-13-2002, 07:35 PM   #4
chrismiceli
Member
 
Registered: Aug 2002
Posts: 349

Original Poster
Rep: Reputation: 31
sorry, didn't mean it like that it is jus that he has helped people in the past. any help would be GREAT!

Last edited by chrismiceli; 10-13-2002 at 07:39 PM.
 
Old 10-14-2002, 12:21 PM   #5
bbeers
Member
 
Registered: Jul 2002
Location: Florida
Distribution: Centos, Slackware
Posts: 260

Rep: Reputation: 30
Sounds like you were almost there, before you installed the rpms! But you should be able to get there. What is your distro? You need the linux-wlan or the hostap drivers, not both. The wireless extensions (iwconfig) are not supported in wlan-ng.0.1.14, but you can get newer linux-wlan source (and rpms) or use the wlanctl-ng utility that comes with linux-wlan. Here's a link to current? RH rpms:
http://prism2.unixguru.raleigh.nc.us
Guessing that you are using RH, you still may have to create the ifcfg-wlan0 file, so that RH knows how to bring up the interface after the drivers are loaded. Or do it manually with
ifconfig wlan0 <ip> netmask <nm> up
or
dhcpcd wlan0
HTH
-bbeers
 
Old 10-14-2002, 05:18 PM   #6
chrismiceli
Member
 
Registered: Aug 2002
Posts: 349

Original Poster
Rep: Reputation: 31
i am using red hat 8.0 i am going to try with the rpms and then try the other stuff. btw where is the dhcpcd command, i can't find it.
 
Old 10-15-2002, 06:51 AM   #7
bbeers
Member
 
Registered: Jul 2002
Location: Florida
Distribution: Centos, Slackware
Posts: 260

Rep: Reputation: 30
Usually it is /sbin/dhcpcd, so you must be root, or put it in a start-up script (which RH will do for you if you have that /etc/sysconfig/ifcfg-wlan0 file in place). To find a file in your system try:
which <file>
# only works for commands in your current $PATH
or
find / -name <file> -print
# should work most cases
-bbeers
 
Old 10-15-2002, 09:37 AM   #8
jpohara
Member
 
Registered: Mar 2002
Location: Lynbrook, NY
Distribution: Fedora Core 1
Posts: 85

Rep: Reputation: 15
I am using the 0.1.16-pre2 version with RH8.0 -- it has been working fine...I also found it curious that I did not have to start dhcpcd but somehow it seems to run all by itself once your connection is made.

can you post the results of an command-ifconfig wlan0 and also a -route n here...it would be helpful....
 
Old 10-15-2002, 09:56 AM   #9
bbeers
Member
 
Registered: Jul 2002
Location: Florida
Distribution: Centos, Slackware
Posts: 260

Rep: Reputation: 30
If you (jpohara) look at the contents of the file /etc/sysconfig/network-scripts/ifcfg-wlan0 (or whatever it is) you will see a parameter BOOT_PROTO=DHCP or something similar. That is how redhat knows to start dhcpcd on that interface.

If you (chrismiceli) don't have the same file, copy and edit the ...ifcfg-eth0 so that you do. HTH

-bbeers
 
Old 01-30-2003, 05:56 PM   #10
wildbill
Member
 
Registered: Jan 2003
Distribution: Fedora Core 2
Posts: 32

Rep: Reputation: 15
Similar issue

Hi there,

I'm trying to get access to /sbin/dhcpcd and when I type it in I get no such directory...can someone help me to get that in to show up? I am also trying to get my WMP11 working...
 
Old 01-31-2003, 08:01 AM   #11
bbeers
Member
 
Registered: Jul 2002
Location: Florida
Distribution: Centos, Slackware
Posts: 260

Rep: Reputation: 30
find / -name dhc* -print

maybe RH8.0 uses dhclient instead?

also, if you bought that wmp11 recently it might not be prism chip -- check if v2.7 on the label then it is not. If not prism chip then neither hostap nor linux_wlan driver will work. Also check by

lspci -n

look for a line with 'Class 280: 1260:3873' => prism WMP11

-bbeers
 
Old 01-31-2003, 11:58 AM   #12
wildbill
Member
 
Registered: Jan 2003
Distribution: Fedora Core 2
Posts: 32

Rep: Reputation: 15
Hey bbeers,

Thanks for your reply. I have the 2.5 version of the card. I had the 2.7, but I returned it to LinkSys and they sent me the correct one. Basically, I had a good thread going on this topic, but it seems to have died and now I'm closer than I was. I ultimately am trying to get the WMP11 working with my RH8.0 machine but was trying to avoid double-posting. Here is the link to where I was with that thread in case you'd like to see it.

http://www.linuxquestions.org/questi...ighlight=wmp11

Maybe you can get me back on track now that I have the correct version of the card...

Thanks again.
 
Old 01-31-2003, 02:37 PM   #13
wildbill
Member
 
Registered: Jan 2003
Distribution: Fedora Core 2
Posts: 32

Rep: Reputation: 15
Hi,

I ran the code lspci -n and got 'Class 280: 1260:3873' Still no luck on the find / -name dhc* -print

Any suggestions?
 
Old 01-31-2003, 03:19 PM   #14
bbeers
Member
 
Registered: Jul 2002
Location: Florida
Distribution: Centos, Slackware
Posts: 260

Rep: Reputation: 30
Sometimes I have found it necessary to be root and in / when I run that command for it to actually find what I'm looking for. Can't say why, but give it a try.

That said, I don't use RH, so maybe some RH user can tell you what/where the dhcp client is? You did a full workstation or server install?

-bbeers
 
Old 01-31-2003, 03:22 PM   #15
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
/sbin is not in a default RH user's path, plus when they su to root, they're keeping the path of the previous user, so its always gotta be full typed out: /sbin/lspci unless you use 'su -'

dhclient is the RedHat dhcp client btw, everyone else is still using dhcpcd, I think RH switched just to ornery.

Cheers,

Finegan
 
  


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
plz help!, cant get mi wireless card working kiker Linux - Wireless Networking 17 01-02-2005 08:49 AM
my wireless card has problem plz help bariswheel Linux - Hardware 2 12-23-2004 04:06 AM
Hey finegan aaa Linux - Hardware 2 11-13-2003 09:27 AM
New question for finegan vdorta Linux - Hardware 4 11-13-2002 07:29 PM
SUSE 8.0 Wireless issues, Finegan? bax Linux - Wireless Networking 1 05-04-2002 11:27 AM

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

All times are GMT -5. The time now is 10:01 AM.

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