Final wireless setup

Hello,

I have tried every way I could and it was not possible to actually connect via wireless. I’m using ifup. Could anyone help please? The output is below,

Error wireless starting up

linux:/home/andreltr # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11 ESSID:“dlink”
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

linux:/home/andreltr # iwconfig wlan0 essid “dlink”
linux:/home/andreltr # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11 ESSID:“dlink”
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

linux:/home/andreltr # ifconfig wlan0 up
linux:/home/andreltr # dhclient
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:11:f5:c2:85:9f
Sending on LPF/wlan0/00:11:f5:c2:85:9f
Listening on LPF/wmaster0/
Sending on LPF/wmaster0/
Listening on LPF/eth0/00:0e:7b:91:5c:9f
Sending on LPF/eth0/00:0e:7b:91:5c:9f
Sending on Socket/fallback
DHCPDISCOVER on wmaster0 to 255.255.255.255 port 67 interval 2
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wmaster0 to 255.255.255.255 port 67 interval 2
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPDISCOVER on wmaster0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPDISCOVER on wmaster0 to 255.255.255.255 port 67 interval 11
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPDISCOVER on wmaster0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 2
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on wmaster0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on wmaster0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
linux:/home/andreltr #

Sincerely,

André Luiz

Check the output from the ‘dmesg’ command. Any errors?

Hello,

Thanks for the prompt reply. The output is below,

andreltr@linux:~> dmesg | grep error
ahci: probe of 0000:00:1f.2 failed with error -22
Intel ICH: probe of 0000:00:1e.3 failed with error -5
Intel ICH: probe of 0000:00:1e.3 failed with error -5
andreltr@linux:~>

andreltr wrote:
> Hello,
>
> Thanks for the prompt reply. The output is below,
>
> andreltr@linux:~> dmesg | grep error
> ahci: probe of 0000:00:1f.2 failed with error -22
> Intel ICH: probe of 0000:00:1e.3 failed with error -5
> Intel ICH: probe of 0000:00:1e.3 failed with error -5
> andreltr@linux:~>

Is your wireless device at buss address 0000.00.1e.3? If so, your device is
malfunctioning.

What I intended was for you to read the entire output of dmesg looking for
problems. Do not post it - just look it over for messages like “unable to load
firmware”, etc.

Hello,

I was able to connect via wireless (FINALLY…). However, if possible I’d have two more questions please,

1 - how can I configure the wireless card to work in several distinct places, e.g. home, work, pubs, etc.? Different essid I suppose…

2 - How the tasks used to connect via wireless, below, could be performed automatically during boot?

Thanks,

André Luiz

I forgot the show the tasks my apology. They were done as root.

linux:/etc # iwconfig wlan0 ap any essid “dlink”

  • essid show roam as my wish…

linux:/etc # ifconfig wlan0 up

linux:/etc # dhclient

Thanks again,

André Luiz

andreltr wrote:
> I forgot the show the tasks my apology. They were done as root.
>
> linux:/etc # iwconfig wlan0 ap any essid “dlink”
>
> - essid show roam as my wish…
>
> linux:/etc # ifconfig wlan0 up
>
> linux:/etc # dhclient
>
> Thanks again,

With YaST, change your network devices to be controlled by NetworkManager. After
you reboot, you will see a network applet in the right-hand corner of the screen

  • lower for KDE, upper for Gnome. Click on that and select “New Connection”.
    Enter the data for your current connection. You can create one for each of your
    locations.