LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 11-03-2004, 07:15 AM   #1
bjs
Member
 
Registered: Mar 2004
Location: Boston
Distribution: Fedora 2
Posts: 39

Rep: Reputation: 15
Suse and Wireless?


I have a Linksys Wireless PCMCI card in my laptop that I installed Suse9.1 on.

The card is detected as Linksys Wireless Adapter.

Should this be enough to get it to work? My network is pretty much wide open for the moment. No encryption etc.

Is there a place I need to start a wireless service or the like?

I am unsure how to proceed. I am not even sure I am getting a signal.

On the flipside, I saw the information about the tulip.c driver but GCC does not appear to be compiled so I assume I need to recompile the kernel which I have no idea where to begin.

Any thoughts?

Last edited by bjs; 11-03-2004 at 07:18 AM.
 
Old 11-03-2004, 04:46 PM   #2
karaite
LQ Newbie
 
Registered: Oct 2004
Distribution: SuSe 9.1
Posts: 18

Rep: Reputation: 0
I'm attempting to get my wifi working on 9.1 - it's experimental at this stage though. I believe to get it working, you have to download a driver from sourceforge. I have it downloaded (but not installed), but I can't recall the name right now (I'd look, but i'm on my WinXP boot)
 
Old 11-03-2004, 06:41 PM   #3
Adler
Member
 
Registered: Oct 2004
Location: Wildwood, NJ
Distribution: Debian Jessie
Posts: 192

Rep: Reputation: 18
Some of the things that make wireless more efficient are:

Knemo - it puts three icons in your lower right hand taskbar -- they light up if your have a ETH0, SIT1 or WLAN0 connection.

KWifimanager - it lets you know that there is a wireless network in your area. If there is more than one wireless sytem in your area you can then configure the system you want.

Both will get you closer to connecting.
 
Old 11-04-2004, 08:55 AM   #4
bjs
Member
 
Registered: Mar 2004
Location: Boston
Distribution: Fedora 2
Posts: 39

Original Poster
Rep: Reputation: 15
great!

I will definitely check those out tonight
 
Old 11-04-2004, 09:13 AM   #5
bschneider
Member
 
Registered: Nov 2003
Location: Ohio, USA
Distribution: Suse 9.3 Professional
Posts: 50

Rep: Reputation: 15
If you are using the linksys WPC54GS pc card like I am, the way to get it working is use the rpm package for ndis wrapper and follow these instructions from NDIS wrapper except the ones for installing it because it will be installed using yast. After using this method my wireless card works great.

* Quickstart guide *
====================

Prerequisites
-------------
* You need a recent kernel (at least 2.6.0 or 2.4.20) with source.
* Make sure there is a link to the source from the modules directory:
'/lib/modules/<VERSION>/build' should be a link to the kernel
source, where <VERSION> is the version of the kernel you are running.
* Some vendors ship ndiswrapper in their distributions. Either use
it or make sure you remove it before installing ndiswrapper by
yourself.

Upgrading
=========

If you are upgrading from version 0.4 or earlier make sure you delete any
old version of loadndisdriver and any configuration in modules.conf and
modprobe.conf since the new commands are not compatible with this release.

Installation
============

1. Compile and install
----------------------
As root run

> make install

This should compile both the kernel module and the userspace utilities.

2. Install your windows driver
------------------------------
Download the Windows XP drivers, unpack it and locate the .inf for your card.
Run ndiswrapper -i to install the driver

> ndiswrapper -i </path/to/inffile.inf>

This copies all necessary files to /etc/ndiswrapper and creates the config
files for your card.

After installing you can run

> ndiswrapper -l

to see the status of your installed drivers. If you have installed the correct
driver you should see something like this:

Installed ndis drivers:
bcmwl5 present

Where "present" means that you have a PCI-device present that can be used with the
driver bcmwl5.

3. Load module
--------------
To load the module type

> modprobe ndiswrapper.

If you get no error the driver should now be loaded. You can verify
this by checking system log (produced by 'dmesg'). If the driver is loaded
successfully, you should see a message:

ndiswrapper version <version> loaded

If you have windows drivers installed earlier (with ndiswrapper -i <inffile>)
successfully, ndiswrapper module will load them all. You should then see
the following messages in system log:

ndiswrapper: driver <driver1> added
...

for each of the driver1, .... If you don't these messages, it usually means
that there are no (usable) drivers installed in /etc/ndiswrapper directory.
Check if /etc/ndiswrapper directory has one sub-directory for each driver
and in each driver's directory, there are inf, sys and conf files. Otherwise,
you may need to repeat step 2.

If the system has a card that works with one of the loaded drivers, you
should see the following message in the system log:

wlan0: ndiswrapper ethernet device xx:xx:xx:xx:xx:xx

4. Configure interface
----------------------
Use iwconfig to configure wireless network interface. First, locate
the wireless interface:

> iwconfig

This will print the wireless interface (e.g., wlan0). In
the examples below wlan0 is used; replace wlan0 with the interface
reported by iwconfig above.

Set the operating mode of the interface according to your setup. In
most cases, it is Managed:

> iwconfig wlan0 mode Managed

If you use encryption (WEP), set the key:

> iwconfig wlan0 key restricted XXXXXXXX

You can use 6 hex digits for 40-bit encryption or 10 hex digits for
128-bit encryption. You may need to use 'open' security mode instead
of 'restricted' depending on the setup of your AP (access point).

Set the network name:

> iwconfig wlan0 essid ESSID

Replace ESSID with the network name used by your AP.

Now, setup the network parameters for the interface wlan0. This varies
from distribution to distribution. Refer to your distribution's
documents on how to do this. Once this is done, you can use network
tools to bring up the network; e.g.,

> ifconfig wlan0 up

5. Automate
-----------
Once everything works fine you can write the correct modeprobe settings to
load ndiswrapper automatically by running

> ndiswrapper -m

6. WPA support
--------------
See ndiswrapper wiki (http://ndiswrapper.sourceforge.net/wiki) on how to
use WPA with ndiswrapper.
 
  


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
SuSE Wireless Intel Pro/Wireless 2915 busaussie Linux - Wireless Networking 2 12-05-2005 12:53 AM
Suse 10.0 /wireless mrh7184 Linux - Wireless Networking 10 11-04-2005 03:42 PM
Wireless SuSE with Blitzz Wireless testforechozero Linux - Wireless Networking 1 03-22-2004 05:47 PM
Suse Wireless karigna Linux - Distributions 0 08-31-2003 09:31 AM
SuSE Wireless PlatinumRik Linux - Hardware 1 08-04-2003 01:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:38 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