LinuxQuestions.org
Support LQ: Use code LQ3H and save $3 on Web Hosting
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices

Reply
 
Thread Tools
Old 12-13-2003, 11:08 AM   #1
bennettg
Member
 
Registered: Dec 2003
Distribution: SuSe Pro 9.0
Posts: 49
Thanked: 0
wireless network config suse 9/ netgear


[Log in to get rid of this advertisement]
Linux newbie here....tyring to get away fro mM$ forever!

I have SuSe 9.0 professional and netgear ma401 pcmcia wireless card.

The card seems to be recgonized, but I cannot get to the internet.

KWifimanager reads the following:

connected to network: 1316klfjsdur$#708732kda (the correct name)
access point 00:0A:04:88:4a:E4
local ip: 192.168.x.xxx (correct)
frequency channel: 2.427 [4]

signal strength 28 (excellent)

AccessPoint: UNKNOWN (lower left hand corner)

The KWiFimanager configuration editor has the following:

Config 1:

network name: 1316klfjsdur$#708732kda
speed setting: auto
operation mode: infrastructure
use cryptography enabled
key to use: 1
crypto mode: restricted
crypto keys (string not enable)
1. xxxxxx
2. xxxxxxxxxx
3. xxxxxxxx
4. xxxxxx

load preset config on control center module startup: enabled
configuration to load: config 1
settings apply to interface: wlan0




In YaST I have configured the following:

network devices->network card->Netgear Ma401 wireless PC card configured as wlan-pcmcia with DHCP-> network device is listed as wlan-pcmcia using automatic address setup via DHCP (subnet mask is 255.255.255.0)

host name and name server: linux (host name) local (domain name); change hpost name via dhcp is enabled

wirless settings: network device is wlan-pcmcia
operating mode: managed
essid: 1316klfjsdur$#708732kda
NWID: ANY
encription key: xxxxxxxxxxxxxxxxx




Thanks in advance!
bennettg is offline     Reply With Quote
Old 12-19-2003, 06:23 AM   #2
finegan
LQ Addict
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,699
Thanked: 0
As far as I know... this is messy to explain.

You have loaded the www.linux-wlan.net driver for the card. That driver doesn't work right with the kernel standard set of tools for setting a wireless device under Linux, they have their own method.

Kwifimanager, again, if I remember right, is just a GUI wrapper for those standard tools, "iwconfig" "iwpriv" "iwspy", etc...

So, the information you're setting via Kwifimanager may be reading back right, but not actually be manipulating the driver.

The kernel standard driver is orinoco_cs, although getting suse to load that is a hack, I could lead you through that hack, but its up to you if you want to stick with what you've got.

SuSe packaged kwifimanager as a side thought, when they included the www.linux-wlan.net modules, they also built extensions to manipulate the driver properly into Yast, so I'm a bit lost as to why yast is mucking things up.

You should be able to hand manipulate your own settings either in the file /etc/pcmcia/wlan-ng.opts or possibly they junked it all into a directory called /etc/wlan, again its been a while since I used SuSe and I just ignored Yast and the rest of the mess.

Cheers,

Finegan
finegan is offline     Reply With Quote
Old 12-25-2003, 08:07 PM   #3
bennettg
Member
 
Registered: Dec 2003
Distribution: SuSe Pro 9.0
Posts: 49
Thanked: 0

Original Poster
Finegan,

Thank you in advance for your help. I am a newbie, and do not know exactly what to change in the etc/pcmcia/wlan-ng.opts file. I have copied and pasted that file below:

# Wireless LAN adapter configuration
#
# Theory of operation :
#
# The script attempts to match a block of settings to the specific wireless
# card inserted, the *first* block matching the card is used.
# The address format is "scheme,socket,instance,hwaddr", with * as a wildcard.
# 'scheme' is the pcmcia scheme (set via 'cardctl scheme XXX').
# 'hwaddr' is the unique MAC address identifier of the wireless card.
# The MAC address is usually printed on the card, or can be found via ifconfig.
# Some examples here use only half of the MAC address with a wildcard to
# match a whole family of cards...
#
# All the Wireless specific configuration is done through the Wireless
# Extensions, so we will just call 'iwconfig' with the right parameters
# defined below.
# Of course, you need to have iwconfig installled on your system.
# To download iwconfig, or for more info on Wireless Extensions :
# http://www.hpl.hp.com/personal/Jean_...nux/Tools.html
#
# Note : you don't need to fill all parameters, leave them blank, in most
# cases the driver will initialise itself with sane defaults values or
# automatically figure out the value... And no drivers do support all
# possible settings...
#
# If you make any mistakes, you'll get a cryptic message in the system
# log. You'll need to figure out on your own which parameter was wrong:
# cardmgr[310]: executing: './network start wvlan0'
# cardmgr[310]: + SIOCSIWMODE: Invalid argument
# I've tried to give more troubleshooting help at :
# http://www.hpl.hp.com/personal/Jean_...ols.html#debug
# In case of doubts, just check "/etc/pcmcia/wireless" for the gory details...
#
# Note also that this script will work only with the original Pcmcia scripts,
# and not with the default Red Hat scripts. Send a bug report to Red Hat ;-)
#
# Finally, send comments and flames to me, Jean Tourrilhes <jt@hpl.hp.com>
#

case "$ADDRESS" in

# Here is an example of scheme matching
# Activate with "cardctl scheme essidany"

# Pick up any Access Point, should work on most 802.11 cards
essidany,*,*,*)
INFO="Any ESSID"
ESSID="any"
;;

# Here are a few examples with a few Wireless LANs supported...
# The matching is done on the first 3 bytes of the MAC address

# Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)
# Note : wvlan_cs driver only, and version 1.0.4+ for encryption support
*,*,*,00:60:1D:*|*,*,*,00:02:2D:*)
INFO="Wavelan IEEE example (Lucent default settings)"
ESSID="Wavelan Network"
MODE="Managed"
# RATE="auto"
KEY="s:secu1"
# To set all four keys, use :
# KEY="s:secu1 [1] key s:secu2 [2] key s:secu3 [3] key s:secu4 [4] key [1]"
# For the RG 1000 Residential Gateway: The ESSID is the identifier on
# the unit, and the default key is the last 5 digits of the same.
# ESSID="084d70"
# KEY="s:84d70"
;;

# Cisco/Aironet 4800/340
# Note : MPL driver only (airo/airo_cs), version 1.3 or later
*,*,*,00:40:96:*)
INFO="Cisco/Aironet example (Cisco default settings)"
ESSID="any"
# To set all four ESSID, use iwconfig v21 and the same trick as above
MODE="Managed"
# RATE="11M auto"
# KEY="off"
;;

# Samsung MagicLan (+ some other PrismII cards)
# Note : Samsung binary library driver, version 1.20 or later
*,*,*,00:00:F0:*|*,*,*,00:02:78:*)
INFO="Samsung MagicLan example (Samsung default settings)"
ESSID="any"
MODE="Managed"
CHANNEL="4"
RATE="auto"
# KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
# IWCONFIG="power on"
;;

# Raytheon Raylink/WebGear Aviator2.4
# Note : doesn't work yet, please use for debugging only :-(
*,*,*,00:00:8F:*|*,*,*,00:00:F1:*)
INFO="Raylink/Aviator2.4 example (Aviator default ad-hoc setting)"
ESSID="ADHOC_ESSID"
MODE="Ad-Hoc"
RATE="auto"
IWPRIV="set_framing 1"
;;

# Old Lucent Wavelan
*,*,*,08:00:0E:*)
INFO="Wavelan example (Lucent default settings)"
NWID="0100"
MODE="Ad-Hoc"
FREQ="2.425G"
KEY="off"
;;

# Netwave (Xircom Netwave/Netwave Airsurfer)
*,*,*,00:80:C7:*)
INFO="Netwave example (Netwave default settings)"
NWID="100"
KEY="00"
;;

# Proxim RangeLan2/Symphony (what is the MAC address ???)
*,*,*,XX:XX:XX:*)
INFO="Proxim RangeLan2/Symphony example"
NWID="0"
MODE="Master"
CHANNEL="15"
IWPRIV="setsubchan 1"
;;

# No Wires Needed Swallow 550 and 1100 setting (what is the MAC address ???)
*,*,*,XX:XX:XX:*)
INFO="NWN Swallow example"
ESSID="session"
KEY="0000-0000-00 open"
;;

# Symbol Spectrum24 setting (what is the MAC address ???)
*,*,*,XX:XX:XX:*)
INFO="Symbol Spectrum24 example"
ESSID="Essid string"
;;

# Generic example (decribe all possible settings)
*,*,*,*)
INFO="Fill with your own settings..."
# ESSID (extended network name) : My Network, any
ESSID=""
# NWID/Domain (cell identifier) : 89AB, 100, off
NWID=""
# Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
MODE=""
# Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
FREQ=""
CHANNEL=""
# Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
SENS=""
# Bit rate : auto, 1M, 11M
RATE=""
# Encryption key : 4567-89AB-CD, sassword
KEY=""
# RTS threshold : off, 500
RTS=""
# Fragmentation threshold : off, 1000
FRAG=""
# Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
IWCONFIG=""
# iwspy parameters : + 01:23:45:67:89:AB
IWSPY=""
# iwpriv parameters : set_port 2, set_histo 50 60
IWPRIV=""
;;
esac
bennettg is offline     Reply With Quote
Old 12-26-2003, 06:27 PM   #4
Cyberpanser
LQ Newbie
 
Registered: Dec 2003
Distribution: SUSE 9.0
Posts: 1
Thanked: 0
Unhappy Suse 9.0 and wireless problems too

I am a total newbie to linux and I have been fighting too long now with my SUSE 9.0 and my wireless connection. Itīs an Asus LC 5800 laptop with a build in wireless nic. So far I understand that it is not compatible with the Suse 9.0, and the Yast will not recognize it.
Then I try a Cisco 350 pcmcia card which is detected by Yast as wlan-pcmcia. No matter what I try I canīt make it work. Doing an ifconfig, iwconfig shows that it is not configured.
In the KWifi manager the card is recognized as eth1, but that wonīt make it appear using ifconfig. If I rename it to wlan-pcmcia in the KWifi it will show up in ifconfig with the proper MAC - but no IP from DHCP.
Am I totally stupid or???
It works fine under Windows - any suggestions like do I have to do some manually configuration. (please recall I am a newbie coming from the gui world of MS respectfully trying to migrate to Linux). Feel free to address me directly too if you like.
A Happy New Year to all of you...

Cyberpanser is offline     Reply With Quote
Old 10-17-2004, 12:13 PM   #5
PredatorX
Member
 
Registered: Sep 2003
Location: The Hague
Distribution: Gentoo / Suse 9.2
Posts: 52
Thanked: 0
I got the broadcom chip on my 5800.
I used the Ndiswrapper.
Note this only works with 32 bit Linux.

It is not a nice solution, since it uses window$ drivers to create a kernel module.

this should be helpfull

http://ndiswrapper.sourceforge.net/

good luck!

b.t.w. I use Suse 9.1 Personal for now

Last edited by PredatorX; 10-17-2004 at 12:14 PM..
PredatorX is offline     Reply With Quote
Old 10-17-2004, 09:32 PM   #6
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95
Thanked: 0
^^^ make sure you have make, gcc and kernel source before you try to install ndiswrapper....the wrapper works well though^^^
y0shi is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Netgear WG311 wireless with Suse 9.3 munyard Suse/Novell 3 07-07-2006 05:01 PM
How do I setup Netgear ma311 wireless network card on Mandrake 10? smolo Linux - Wireless Networking 2 09-28-2004 06:44 PM
Netgear MA521 found as network card but NOT as wireless Almazick Linux - Wireless Networking 0 09-03-2004 10:51 PM
Netgear MA521 found as network card but NOT as wireless Almazick Linux - Wireless Networking 0 09-03-2004 10:36 PM
Netgear MA521 Wireless config w/ Suse 9.1 ms602 Linux - Wireless Networking 7 08-02-2004 08:34 AM


All times are GMT -5. The time now is 02:36 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration