LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-23-2006, 06:07 PM   #1
leanmoha
LQ Newbie
 
Registered: Jul 2006
Posts: 5

Rep: Reputation: 0
Question How to stop Suse Automatically installing PCMCIA wlan card


Hi

I use SuSE 10.1 on my IBM Thinkpad T22 and all in all I'm luvin it however I've got a huge problem with the wireless setup on my IQSystems UK PCMCIA wireless adaptor.

I know it works on SuSE 10.1 because I've being using it. However for some reason completely out of the blue SuSE refuses to let me use it under ndiswrapper. It keeps wanting to install it with the prism54 driver:

"Intersll ISL3890[Prism GT/Prism Duette]/ISL3886[Prism Javelln/Prism Xbow]"

and autmatically gives it the device name "eth1"

The problem with this driver is that though I guess it works it does not work properly especially since commands like

iwlist eth1 scan
iwconfig eth1 essid <network ID>

do not work. Moreover KNetwork Manager also wants to set everything up again and ignore the configurations I make in YaST.

When I turn that off and use ndiswrapper it worked fine. However after a system crash where I had to restart the laptop ndiswrapper has been completely over-ridden by SusE installing the card as eth1 and does not accept anything I do for this card in ndiswrapper.

So I was just wondering if there was anyway to stop SuSE altomatically installing network cards it recorgnises, so that I can manually install the ndiwrapper driver and set that to automatically connect at boot.


thanks
 
Old 07-25-2006, 03:11 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You should be able to go into YaST2 -> Network -> Network Devices and delete the interface. Then click on "Add" and add it again, but this time, don't select the "Select from List" button. Instead, select Device Type "Wireless", for Hardware Configuration name, if it is empty, enter something like "static-1". For module name enter ndiswrapper. I guess in your case you need to also select the PCMCIA box. Under the advanced setting, you probably want to select to have it start on hotplug, since you may disconnect or reconnect the wireless card.

Click Next and enter your Wireless device settings, such as Managed, WPA-PSK, essid and the Key that the access point uses.
 
Old 07-27-2006, 09:00 PM   #3
leanmoha
LQ Newbie
 
Registered: Jul 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Hi jschiwal

thanks for your response. Sadly YaST automatically adds the hardware configuration once I delete the original and won't let me delete the new one until I've entered configuration details clicked finish and reload YaST2 -> Network -> Network Devices. But again I delete and the same thing happens.

If I ignore it and just add a new interface and call it say wlan1 ndiswrapper does not detect it. Instead it detect the card as eth1 but i can't configure this in YaST and not sure how to do the static IP addressing and WPA-TIPK stuff and set it to automatically load and connect at boot-time in ndiswrapper. I can do this with unencrypted networks and WEP keys but not with WPA.
 
Old 07-28-2006, 05:46 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Select the interface in the list and click on edit. Then click on the advanced drop down box and select "Hardware Details". You should be able to change the module to "ndiswrapper" and the hardware configuration name to "static-1".
 
Old 07-28-2006, 05:58 AM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If that doesn't work, you might try manually editing your /etc/sysconfig/network/ifcfg-wlan0 file.

Code:
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME=''
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='hotplug'
USERCONTROL='yes'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='yourwirelessessidname'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='no'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff' # 64 random hex key
_nm_name='static-0'
I'm not sure how being a pcmcia card might effect this. I changed the startmode on my ifcfg-wlan0 file and blotted out the wireless key.

See the "man ifcfg" manpage for more information on this file.
 
  


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
I need your reference for a WLAN PCMCIA card nicon Slackware 6 12-09-2005 04:44 AM
Least hassle pcmcia wlan card..? BGM Linux - Wireless Networking 8 02-14-2005 12:58 PM
Help: Using a pcmcia wlan card :-) Linux - Hardware 5 08-25-2004 06:27 AM
Slack 9.1 pcmcia wlan card Sammy2ooo Linux - Wireless Networking 4 02-04-2004 09:24 AM
WLAN PCMCIA card seriv Linux - Wireless Networking 1 11-06-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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