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
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-23-2006, 01:31 PM   #1
Giusemarini
LQ Newbie
 
Registered: Aug 2005
Posts: 10

Rep: Reputation: 0
Where is my wi-fi card?


Hi everybody
I've just installed Suse 10.0 and I've got a big problem.
My Acer Aspire 1694wlmi has two network cards: a Broadcom NetXtreme (ethernet) and a Intel PRO/Wireless 2200BG (wi-fi).
The first works properly, but the second doesn't.
Indeed, even if in yast that card is visible, there is no interface available.
I mean, the system recognizes the card as Intel PRO/Wireless 2200BG, but even if I try to activate the interface there is just eth0 (ethernet) and lo.
lspci finds my card, while ifconfig doesn't show any interface.
Does anyone know what is wrong?
Thank you.
Giuse
 
Old 02-23-2006, 01:43 PM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
ifconfig only shows cards that are configured. try adding -a.

this card should work ok in linux. does in mepis and ubuntu. do u have a wep key?
 
Old 02-23-2006, 01:48 PM   #3
Giusemarini
LQ Newbie
 
Registered: Aug 2005
Posts: 10

Original Poster
Rep: Reputation: 0
yes, and I have set it correctly.
The card does work ok in linux!! I used in mandriva, knoppix and debian....
I'll try with ifconfig -a...
But even if with an -a the card will be shown, how can I configure it? yast doesn't work....should I create an interface manually?
 
Old 02-23-2006, 02:54 PM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
How are you trying to setup this interface? Is it on another subnet?
Does it have a corresponding config file in /etc/sysconfig/network/, such as /etc/sysconfig/network/ifcfg-wlan1?
Is the kernel module for this device, if different, loaded?

If so, and it isn't on the same subnet, can you use "sudo /sbin/rcnetwork restart wlan1"?
What messages are produced and what do you logs say after doing this?

note: I assumed the device is named wlan1.

Backing up a bit, could you explain why you use two wireless interfaces. If you want to use the second interface instead of the second, then first backup the ifcfg-wlan0 file somewhere, and delete the interface in YaST. ( Moving the ifcfg-wlan0 config file to root's home directory will have the same effect ). The YaST network interface GUI dialog is a convenient way to edit the /etc/sysconfig/network/ifcfg-* files. So I doubt there is a YaST problem.

If you intend to use both interfaces, they probably need to operate at different frequencies. Also if you are routing between two wireless networks, then they need to be using different subnets or network addresses. Otherwise you need to use a bridging device to operate with frames instead of packets. Something this exotic will go beyond what YaST is intended to setup. You can still set up the interfaces with YaST, but you will need to set up a bridge device and add needed firewall rule changes and probably study a how-to or two.

The output of the iwconfig, ifconfig and the ifcfg-wlan0 and ifcfg-wlan1 files may be illustrative also. ( Be sure to xxx out any key values in the ifcfg-* files. ) Also, use the wireless tools, such as "iwlist wlan1 scan" to verify that each of the two cards is functioning. That is a prerequisite.

Last edited by jschiwal; 02-23-2006 at 06:06 PM.
 
Old 02-24-2006, 06:42 AM   #5
Giusemarini
LQ Newbie
 
Registered: Aug 2005
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jschiwal
Does it have a corresponding config file in /etc/sysconfig/network/, such as /etc/sysconfig/network/ifcfg-wlan1?
No. There is no file like that.

Quote:
Originally Posted by jschiwal
Is the kernel module for this device, if different, loaded?
I don't know, but I think that should work....where can I see it? Ayways, if you mean the ipw2200 module, then yes, it is loaded.

Quote:
Originally Posted by jschiwal
If so, and it isn't on the same subnet, can you use "sudo /sbin/rcnetwork restart wlan1"?
What messages are produced and what do you logs say after doing this?
You don't understand: I don't have any wlan0, wlan1 or similar. This is my problem: I have a card and no interface!!!

Quote:
Originally Posted by jschiwal
note: I assumed the device is named wlan1.

Backing up a bit, could you explain why you use two wireless interfaces.
Wait, I never said I use two wi-fi interfaces. I have two interfaces, but only one is wi-fi.....the other one works properly as eth0.

Quote:
Originally Posted by jschiwal
The output of the iwconfig, ifconfig and the ifcfg-wlan0 and ifcfg-wlan1 files may be illustrative also. ( Be sure to xxx out any key values in the ifcfg-* files. ) Also, use the wireless tools, such as "iwlist wlan1 scan" to verify that each of the two cards is functioning. That is a prerequisite.
I can't do anything of that! I have no interface to refer those commands..... ifconfig and iwconfig see just 2 interfaces: lo and eth0. In I type ifconfig -a, then is shown another interface, sit0, with IPv6-in-IPv4 as Link encap....
 
Old 02-24-2006, 12:36 PM   #6
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
show the output of ifconfig -a
 
Old 02-24-2006, 01:01 PM   #7
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
The output of lsmod would help as well. Specifically looking for the (http://www.google.com/search?q=Intel...s+2200BG+linux) IPW2200 module that should be loading for your Intel wifi card.
 
Old 02-28-2006, 06:47 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If the Intel wireless device doesn't show up in yast, or ifconfig then you probably don't have a kernel module for it installed. There is an Intel sponsored driver available on Sourceforge: http://ipw2200.sourceforge.net/

Last edited by jschiwal; 03-01-2006 at 06:39 PM.
 
  


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 9.0 doesn't detect Ethernet card on nVidia shipset 2, on-board card Realtek 8201 devilpim Linux - Newbie 3 05-27-2006 12:08 AM
Cisco Aironet 350 card on Mandrake 10 Official: card detected but doesn't get IP amitram2001 Linux - Wireless Networking 4 09-19-2004 06:10 PM
Wireless LAN card 802.11b and Ricoh card bus Abdul Mueid Linux - Wireless Networking 4 02-10-2004 04:10 PM
how to set up SMC EZ Card 10/100 ethernet PCI network card mymojo Linux - Networking 2 12-16-2003 02:35 AM
Insert scsi pcmcia card kills existing ethernet card lgetsche Linux - Hardware 0 11-12-2002 04:16 PM

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

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