wlan0 not shown in ifconfig command

I have suse 11.3 tried to get wireless to work. I issued command ifconfig and wlan0 not shown. One replier suggested that I need to get this working. Any help would be appreciated. thanks

Well could you give me the features of your wirelless. It is USB. Right?

where i find this info?

Is it USB?

its internal, according hardware info, pci.

Can you connect to the internet normaly?

I tried to get this to connect to my network since last week I installed sue 11.3. I am always a window user, but recently interest in linux. I am still with out connection. Frustrated.

if you issue ifup wlan0 do you get an error or does the wlan0 intererface show iup in ifconfig?

interface wlan0 is not available.

Start from the beginning. Type the following command in a console:

/sbin/lspci -nnk

Post the entry pertaining to your wireless network device.

Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
Subsystem: Dell Inspiron 6000 laptop [1028:0188]
Kernel driver in use: b44
03:01.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev b3)
Subsystem: Dell Inspiron 6000 laptop [1028:0188]
Kernel driver in use: yenta_cardbus
03:01.1 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C552 IEEE 1394 Controller [1180:0552] (rev 08)
Subsystem: Dell Inspiron 6000 laptop [1028:0188]
Kernel driver in use: ohci1394
03:01.2 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 17)
Subsystem: Dell Inspiron 6000 laptop [1028:0188]
Kernel driver in use: sdhci-pci
03:03.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection [8086:4220] (rev 05)
Subsystem: Intel Corporation Dell B130 laptop integrated WLAN [8086:2721]
Kernel driver in use: ipw2200

03:03.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection [8086:4220] (rev 05)
Subsystem: Intel Corporation Dell B130 laptop integrated WLAN [8086:2721]
Kernel driver in use: ipw2200 

That’s the entry we’re looking for. You should have an eth1 device created:

/sbin/ifconfig

That is the wireless device. Now use network manager to configure.

I did all that. still not connected. My router is hidden. I scanned found bunch of neighbor wireless. Any more suggestions.

I got it to work by unhide my router. Its connected to internet. Very odd.

So its all good now?

thank you.

Did you read the Sticky threads at the beginning of the Wireless subforum? Apperently not, because every piece of information you should provide to help us helping you is missing.
Getting Your Wireless to Work
My wireless doesn’t work - a primer on what I should do next
Welcome

I see that you are allready going now. Fine. But next time please look around a little bit before you post. This saves your and our time.

I have a question about this. Is it normal for a wireless adapter to show up as a ethx device and not a wlanx device when you run ifconfig?

The device is determined by the driver. Intel wireless drivers use eth* naming. A udev rule can be used to add a desired alias if required:

For example:

http://forums.gentoo.org/viewtopic-t-295595-highlight-ipw2200+ifname.html

FWIW, my Broadcom Corporation BCM4321 wireless device (using wl) driver uses the eth* naming as well.