wireless not enable-able

Some information:


lspci
08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)

lspci -n 
08:00.0 0280: 10ec:8176 (rev 01)

linux-ybd7:/home/adam # iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     802.11bgn  Nickname:"rtl8192CE"
          Mode:Managed  Access Point: Not-Associated   Bit Rate:65 Mb/s   
          Retry:on   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=10/100  Signal level=0 dBm  Noise level=-100 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

linux-ybd7:/home/adam # iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

wlan0     Interface doesn't support scanning : Network is down

uname -a:
Linux linux-ybd7.site 2.6.37.6-0.7-default #1 SMP 2011-07-21 02:17:24 +0200 x86_64 x86_64 x86_64 GNU/Linux
</code>

I initially tried the wireless on a fresh install of 11.4 and it didn’t work. I attempted to add the repository at
Index of /repositories/driver:/wireless/11.4-update and install compat-wireless but I don’t think that helped.

I got the drivers from realtek, compiled them against the kernel source did a make install.

When I try to enable wireless from NetworkManager, it fails to do so. When I configure wireless without knetworkmanager, the scan to find networks seems to work, but I am never able to get connected despite trying oodles of combinations of WEP settings.

Any help would be appreciated: I’m willing to re-install and try some things from scratch as this is a fresh install.

Ok so I am starting over without the realtek drivers.

added the repo and it added
compat-wireless-kmp-desktop
compat-wireless-scripts

Do I need the’ default’ package?

08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
08:00.0 0280: 10ec:8176 (rev 01)

dmesg
    0.885835] pci 0000:08:00.0: [10ec:8176] type 0 class 0x000280
    0.885864] pci 0000:08:00.0: reg 10: [io  0x3000-0x30ff]
    0.885914] pci 0000:08:00.0: reg 18: [mem 0xd1d00000-0xd1d03fff 64bit]
    0.886029] pci 0000:08:00.0: supports D1 D2
    0.886030] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    0.886039] pci 0000:08:00.0: PME# disabled

linux-plg7:/home/adam # iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

linux-plg7:/home/adam # iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

linux-plg7:/home/adam # uname -a
Linux linux-plg7.site 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux

I don’t see wlan0 any more when I do ip a.

Enable Wireless is no longer an option via kNetworkManager.

Thanks for looking at my issue.

On 08/25/2011 11:26 AM, greenlove wrote:
>
> Ok so I am starting over without the realtek drivers.
>
> added the repo and it added
> compat-wireless-kmp-desktop
> compat-wireless-scripts
>
> Do I need the’ default’ package?

–snip –

> linux-plg7:/home/adam # uname -a
> Linux linux-plg7.site 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux

As you use the desktop kernel, you don’t need ‘default’.

Did you install the kernel-firmware package?

I hadn’t installed it, so I just did and restarted the machine. It still seems in a similar state.

I’m not sure what to look for in dmesg that might be useful.

On 08/25/2011 12:56 PM, greenlove wrote:
>
> lwfinger;2378165 Wrote:
>> On 08/25/2011 11:26 AM, greenlove wrote:
>>>
>>> Ok so I am starting over without the realtek drivers.
>>>
>>> added the repo and it added
>>> compat-wireless-kmp-desktop
>>> compat-wireless-scripts
>>>
>>> Do I need the’ default’ package?
>>
>> --snip –
>>
>>> linux-plg7:/home/adam # uname -a
>>> Linux linux-plg7.site 2.6.37.1-1.2-desktop #1 SMP PREEMPT
>> 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
>>
>> As you use the desktop kernel, you don’t need ‘default’.
>>
>> Did you install the kernel-firmware package?
>
> I hadn’t installed it, so I just did and restarted the machine. It
> still seems in a similar state.
>
> I’m not sure what to look for in dmesg that might be useful.

Check in dmesg as to why the driver is not loading. If you are not sure, post
the entire output at http://image.susepaste.org/. Be sure to set it to never expire.

The correct driver for the RTL8188CE is in compat-wireless.

I’ve attached the output from dmesg.

SUSE Paste

FYI I’m running a 64-bit version of OpenSUSE.

Also I see the compat-wireless package is listed as 3.0_k2.6.37.6_0.5-1.1

adam@linux-plg7:~/wifi> uname -a
Linux linux-plg7.site 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux

2.6.37.6_0.5-1.1 is compatible with 2.6.37.1-1.2?

Thanks again for looking into this.

On 08/25/2011 03:46 PM, greenlove wrote:
>
> I’ve attached the output from dmesg.
>
> ‘SUSE Paste’ (http://image.susepaste.org/8417819)
>
> FYI I’m running a 64-bit version of OpenSUSE.
>
> Also I see the compat-wireless package is listed as
> 3.0_k2.6.37.6_0.5-1.1
>
> adam@linux-plg7:~/wifi> uname -a
> Linux linux-plg7.site 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21
> 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
>
> 2.6.37.6_0.5-1.1 is compatible with 2.6.37.1-1.2?

No, it is not compatible. I see no attempt to even attempt to load a driver in
your posted dmesg output. I also do not know why the compat-wireless package is
not updated to match the currently distributed kernel.

I recommend that you go to

http://software.opensuse.org/search/download?base=openSUSE%3A11.4&file=openSUSE%3A%2FTumbleweed%3A%2FTesting%2FopenSUSE_Tumbleweed_standard%2Fi586%2Fkernel-desktop-base-3.0.3-13.1.i586.rpm&query=kernel-desktop

When the download starts, let KpackageKit install that kernel. Afterward, you
will have new entries in the GRUB menu. This 3.0.3 kernel has the rtl8192ce
driver built in and it should work.

Ok so I tried the package in the link but that was i586, so I messed with the link and found one for 64-bit.

3.0.3-13-desktop

I installed that and tried it from the grub menu.

My resolution was decreased and I couldn’t find KNetworkManager anywhere.

The ethernet card was also not working.

Would I have better luck with a 32-bit install?

Here is the output from that dmesg.

SUSE Paste

Thanks again

On 08/26/2011 07:26 AM, greenlove wrote:
>
> Ok so I tried the package in the link but that was i586, so I messed
> with the link and found one for 64-bit.
>
> 3.0.3-13-desktop
>
> I installed that and tried it from the grub menu.
>
> My resolution was decreased and I couldn’t find KNetworkManager
> anywhere.
>
> The ethernet card was also not working.
>
> Would I have better luck with a 32-bit install?
>
> Here is the output from that dmesg.
>
> ‘SUSE Paste’ (http://image.susepaste.org/51155343)

No, going to 32-bit is not the answer.

Were you using an out-of-kernel video driver before? If so, you need to
reinstall the proprietary one. If not, what does adding ‘nomodeset’ on the GRUB
options line do? The KMS video drivers in 3.0 are very different than those in
2.6.37.

The kernel has nothing to do with kNetworkManager. It lives in user space, not
in the kernel. If kNM is not starting, try ‘knetworkmanager > /dev/null 2>&1 &’.

Ok so knetworkmanager was just hidden off the screen due to the resolution change.

I tried the nomodeset on the grub line but it didn’t improve the resolution situation.

I have set my driver to fbdev via /etc/X11/xorg.conf.d/50-device.conf because the default one was giving me drawing errors.

I commented this out, and rebooted but I still get the lower resolution, but no drawing errors anymore.

KNetworkManager doesn’t recognize my ethernet card or my wireless card. The battery monitor thinks there’s no battery. So maybe the 64bit package I installed wasn’t the right one?

I think I ran kernel-desktop-base-3.0.3-13.1.x86_64.rpm.

Note:
If you have a fresh install of OpenSuse 11.4 you have to use this repo with compat-wireless:
Index of /repositories/driver:/wireless/openSUSE_11.4
In this repo is the kernel module for kernel_2.6.37.1-1.2

When you make an update of your kernel to kernel_2.6.37.6-0.7 you have to add this repo:
Index of /repositories/driver:/wireless/11.4-update

The new driver for kernel_2.6.37.6-0.7 is there since a few days.

Sometimes you also have to install the compat-wireless-scripts to blacklist some other kernel module.

Thank you. I think that was part of my problem using compat-wireless. Running kernel 2.6.37.1-1.2-desktop and using the wireless driver from Index of /repositories/driver:/wireless/openSUSE_11.4, I now see that the wireless card is recognized.

ip -a shows wlan0. Unfortunately, I now see the behavior that I had seen with the Realtek drivers.

I am still unable to enable wireless from KNetworkManager.

The check checks and then unchecks soon after.

When I change to managing the network using ifup and select the wireless interface, I can scan and see the SSID I want to join, but after entering what I believe to be the correct settings, I can still not connect.

In /var/log/messages, I see something like:
ug 29 09:53:55 linux-plg7 ifup-dhcp: wlan0 IP address: 192.168.1.199/24
Aug 29 09:53:55 linux-plg7 ifup-dhcp: wlan0 DHCP6 continues in background
Aug 29 09:54:08 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 32400ms.
Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: timed out
Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: trying to use old lease in /var/lib/dhcpcd/dhcpcd-eth0.info' Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: lease information file /var/lib/dhcpcd/dhcpcd-eth0.info’ does not exist
Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: broadcasting for a lease
Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: timed out
Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: trying to use old lease in /var/lib/dhcpcd/dhcpcd-eth0.info' Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: lease information file /var/lib/dhcpcd/dhcpcd-eth0.info’ does not exist
Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: broadcasting for a lease
Aug 29 09:54:40 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 63740ms.

I can see the ip when I do ip -a, how come I can’t get any bytes?

Also, why can’t I use KNetworkManager (I’d like to for vpn’s and ease of use etc) ?

Thanks,

Adam

On 08/29/2011 09:16 AM, greenlove wrote:
>
> Thank you. I think that was part of my problem using compat-wireless.
> Running kernel 2.6.37.1-1.2-desktop and using the wireless driver from
> ‘Index of /repositories/driver:/wireless/openSUSE_11.4’
> (http://tinyurl.com/6634m2y), I now see that the wireless card is
> recognized.
>
> ip -a shows wlan0. Unfortunately, I now see the behavior that I had
> seen with the Realtek drivers.
>
> I am still unable to enable wireless from KNetworkManager.
>
> The check checks and then unchecks soon after.
>
> When I change to managing the network using ifup and select the
> wireless interface, I can scan and see the SSID I want to join, but
> after entering what I believe to be the correct settings, I can still
> not connect.
>
> In /var/log/messages, I see something like:
> ug 29 09:53:55 linux-plg7 ifup-dhcp: wlan0 IP address:
> 192.168.1.199/24
> Aug 29 09:53:55 linux-plg7 ifup-dhcp: wlan0 DHCP6 continues in
> background
> Aug 29 09:54:08 linux-plg7 dhclient: XMT: Solicit on wlan0, interval
> 32400ms.
> Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: timed out
> Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: trying to use old lease
> in `/var/lib/dhcpcd/dhcpcd-eth0.info’

Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: lease information file
/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist &gt; Aug 29 09:54:08 linux-plg7 dhcpcd[4093]: eth0: broadcasting for a &gt; lease &gt; Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: timed out &gt; Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: trying to use old lease &gt; in /var/lib/dhcpcd/dhcpcd-eth0.info’
Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: lease information file
`/var/lib/dhcpcd/dhcpcd-eth0.info’ does not exist
> Aug 29 09:54:28 linux-plg7 dhcpcd[4093]: eth0: broadcasting for a
> lease
> Aug 29 09:54:40 linux-plg7 dhclient: XMT: Solicit on wlan0, interval
> 63740ms.

One of your problems is that you either have the wired connection set to connect
“on boot”, or you have the wire plugged in. You will never get wireless as long
as it thinks eth0 is available. You need eth0 to to set on the “if plugged”
option AND disconnected.

Wow. You are a rockstar.

I did have the wire still plugged in.

I’ve been sharing an ethernet port with another computer while I work on this wireless issue. Thanks so much for the help. So I tried with the wire out and I see some different stuff in /var/log/messages:

Aug 29 14:26:27 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 3950ms.
Aug 29 14:26:28 linux-plg7 kernel: [16069.901996] rtl8192c: Loading firmware file rtlwifi/rtl8192cfw.bin
Aug 29 14:26:28 linux-plg7 ifup-dhcp: . 
Aug 29 14:26:28 linux-plg7 kernel: [16071.025220] wlan0: authenticate with d8:30:62:34:7d:b1 (try 1)
Aug 29 14:26:29 linux-plg7 kernel: [16071.034804] wlan0: authenticated
Aug 29 14:26:29 linux-plg7 kernel: [16071.054896] wlan0: associate with d8:30:62:34:7d:b1 (try 1)
Aug 29 14:26:29 linux-plg7 kernel: [16071.074640] wlan0: RX ReassocResp from d8:30:62:34:7d:b1 (capab=0x431 status=0 aid=6)
Aug 29 14:26:29 linux-plg7 kernel: [16071.074643] wlan0: associated
Aug 29 14:26:29 linux-plg7 kernel: [16071.086517] cfg80211: Calling CRDA for country: US
Aug 29 14:26:29 linux-plg7 kernel: [16071.089641] cfg80211: Regulatory domain changed to country: US
Aug 29 14:26:29 linux-plg7 kernel: [16071.089644] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 29 14:26:29 linux-plg7 kernel: [16071.089646] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 29 14:26:29 linux-plg7 kernel: [16071.089648] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
Aug 29 14:26:29 linux-plg7 kernel: [16071.089650] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 29 14:26:29 linux-plg7 kernel: [16071.089652] cfg80211:     (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 29 14:26:29 linux-plg7 kernel: [16071.089654] cfg80211:     (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 29 14:26:29 linux-plg7 kernel: [16071.089656] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
Aug 29 14:26:31 linux-plg7 ifup-dhcp: . 
Aug 29 14:26:31 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 8020ms.
Aug 29 14:26:32 linux-plg7 dhcpcd[1709]: wlan0: offered 192.168.1.199 from 192.168.1.10
Aug 29 14:26:32 linux-plg7 dhcpcd[1709]: wlan0: checking 192.168.1.199 is available on attached networks
Aug 29 14:26:33 linux-plg7 ifup-dhcp: . 
Aug 29 14:26:33 linux-plg7 dhcpcd[1709]: wlan0: leased 192.168.1.199 for 43200 seconds
Aug 29 14:26:33 linux-plg7 dhcpcd[1709]: wlan0: adding IP address 192.168.1.199/24
Aug 29 14:26:33 linux-plg7 avahi-daemon[3092]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.199.
Aug 29 14:26:33 linux-plg7 avahi-daemon[3092]: New relevant interface wlan0.IPv4 for mDNS.
Aug 29 14:26:33 linux-plg7 avahi-daemon[3092]: Registering new address record for 192.168.1.199 on wlan0.IPv4.
Aug 29 14:26:34 linux-plg7 kernel: [16076.157241] wlan0: no IPv6 routers present
Aug 29 14:26:34 linux-plg7 ifdown:     wlan0     device: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
Aug 29 14:26:34 linux-plg7 ifup:     wlan0     device: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
Aug 29 14:26:34 linux-plg7 dhcpcd[1709]: wlan0: exiting
Aug 29 14:26:36 linux-plg7 ifup-dhcp: . 
Aug 29 14:26:39 linux-plg7 ifup-dhcp: . 

Does this make any sense to you?

On 08/29/2011 01:46 PM, greenlove wrote:
>
> Wow. You are a rockstar.
>
> I did have the wire still plugged in.
>
> I’ve been sharing an ethernet port with another computer while I work
> on this wireless issue. Thanks so much for the help. So I tried with
> the wire out and I see some different stuff in /var/log/messages:
>
>
>
> Code:
> --------------------
> Aug 29 14:26:27 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 3950ms.
> Aug 29 14:26:28 linux-plg7 kernel: [16069.901996] rtl8192c: Loading firmware file rtlwifi/rtl8192cfw.bin
> Aug 29 14:26:28 linux-plg7 ifup-dhcp: .
> Aug 29 14:26:28 linux-plg7 kernel: [16071.025220] wlan0: authenticate with d8:30:62:34:7d:b1 (try 1)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.034804] wlan0: authenticated
> Aug 29 14:26:29 linux-plg7 kernel: [16071.054896] wlan0: associate with d8:30:62:34:7d:b1 (try 1)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.074640] wlan0: RX ReassocResp from d8:30:62:34:7d:b1 (capab=0x431 status=0 aid=6)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.074643] wlan0: associated
> Aug 29 14:26:29 linux-plg7 kernel: [16071.086517] cfg80211: Calling CRDA for country: US
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089641] cfg80211: Regulatory domain changed to country: US
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089644] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089646] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089648] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089650] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089652] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089654] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> Aug 29 14:26:29 linux-plg7 kernel: [16071.089656] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
> Aug 29 14:26:31 linux-plg7 ifup-dhcp: .
> Aug 29 14:26:31 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 8020ms.
> Aug 29 14:26:32 linux-plg7 dhcpcd[1709]: wlan0: offered 192.168.1.199 from 192.168.1.10
> Aug 29 14:26:32 linux-plg7 dhcpcd[1709]: wlan0: checking 192.168.1.199 is available on attached networks
> Aug 29 14:26:33 linux-plg7 ifup-dhcp: .
> Aug 29 14:26:33 linux-plg7 dhcpcd[1709]: wlan0: leased 192.168.1.199 for 43200 seconds
> Aug 29 14:26:33 linux-plg7 dhcpcd[1709]: wlan0: adding IP address 192.168.1.199/24
> Aug 29 14:26:33 linux-plg7 avahi-daemon[3092]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.199.
> Aug 29 14:26:33 linux-plg7 avahi-daemon[3092]: New relevant interface wlan0.IPv4 for mDNS.
> Aug 29 14:26:33 linux-plg7 avahi-daemon[3092]: Registering new address record for 192.168.1.199 on wlan0.IPv4.
> Aug 29 14:26:34 linux-plg7 kernel: [16076.157241] wlan0: no IPv6 routers present

It was working at this point. Why did you take it down below?

> Aug 29 14:26:34 linux-plg7 ifdown: wlan0 device: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
> Aug 29 14:26:34 linux-plg7 ifup: wlan0 device: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
> Aug 29 14:26:34 linux-plg7 dhcpcd[1709]: wlan0: exiting
> Aug 29 14:26:36 linux-plg7 ifup-dhcp: .
> Aug 29 14:26:39 linux-plg7 ifup-dhcp: .

maybe I cut the wrong part of the /var/log/messages. I don’t think I shut anything off. I’m really not trying to sabotage anything.

Maybe there’s some dhcp issue?

This is what I see now if I just leave things going for a while.

Aug 29 16:40:12 linux-plg7 dhclient: XMT: Solicit on eth0, interval 112880ms.
Aug 29 16:40:12 linux-plg7 dhclient: send_packet6: Network is unreachable
Aug 29 16:40:12 linux-plg7 dhclient: dhc6: send_packet6() sent -1 of 54 bytes
Aug 29 16:40:19 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 121050ms.
Aug 29 16:42:05 linux-plg7 dhclient: XMT: Solicit on eth0, interval 116950ms.
Aug 29 16:42:05 linux-plg7 dhclient: send_packet6: Network is unreachable
Aug 29 16:42:05 linux-plg7 dhclient: dhc6: send_packet6() sent -1 of 54 bytes
Aug 29 16:42:20 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 120160ms.
Aug 29 16:44:02 linux-plg7 dhclient: XMT: Solicit on eth0, interval 108730ms.
Aug 29 16:44:02 linux-plg7 dhclient: send_packet6: Network is unreachable
Aug 29 16:44:02 linux-plg7 dhclient: dhc6: send_packet6() sent -1 of 54 bytes
Aug 29 16:44:20 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 120600ms.
Aug 29 16:45:51 linux-plg7 dhclient: XMT: Solicit on eth0, interval 123230ms.
Aug 29 16:45:51 linux-plg7 dhclient: send_packet6: Network is unreachable
Aug 29 16:45:51 linux-plg7 dhclient: dhc6: send_packet6() sent -1 of 54 bytes
Aug 29 16:46:21 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 112840ms.

And the part before is just as I sent before

Aug 29 16:18:00 linux-plg7 dhcpcd[7143]: eth0: exiting
Aug 29 16:18:01 linux-plg7 ifup-dhcp: Starting DHCP4+DHCP6 client on wlan0
Aug 29 16:18:01 linux-plg7 dhcpcd[9440]: wlan0: dhcpcd 3.2.3 starting
Aug 29 16:18:01 linux-plg7 dhcpcd[9440]: wlan0: hardware address = 38:59:f9:db:f8:05
Aug 29 16:18:01 linux-plg7 dhcpcd[9440]: wlan0: broadcasting for a lease
Aug 29 16:18:01 linux-plg7 ifup-dhcp: . 
Aug 29 16:18:01 linux-plg7 kernel: [22754.180899] wlan0: authenticate with d8:30:62:34:7d:b1 (try 1)
Aug 29 16:18:01 linux-plg7 kernel: [22754.182604] wlan0: authenticated
Aug 29 16:18:01 linux-plg7 kernel: [22754.182742] wlan0: associate with d8:30:62:34:7d:b1 (try 1)
Aug 29 16:18:01 linux-plg7 kernel: [22754.187704] wlan0: RX AssocResp from d8:30:62:34:7d:b1 (capab=0x431 status=0 aid=1)
Aug 29 16:18:01 linux-plg7 kernel: [22754.187713] wlan0: associated
Aug 29 16:18:01 linux-plg7 kernel: [22754.198515] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Aug 29 16:18:01 linux-plg7 kernel: [22754.198734] cfg80211: Calling CRDA for country: US
Aug 29 16:18:01 linux-plg7 kernel: [22754.204499] cfg80211: Regulatory domain changed to country: US
Aug 29 16:18:01 linux-plg7 kernel: [22754.204502] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 29 16:18:01 linux-plg7 kernel: [22754.204505] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 29 16:18:01 linux-plg7 kernel: [22754.204507] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
Aug 29 16:18:01 linux-plg7 kernel: [22754.204509] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 29 16:18:01 linux-plg7 kernel: [22754.204511] cfg80211:     (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 29 16:18:01 linux-plg7 kernel: [22754.204513] cfg80211:     (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 29 16:18:01 linux-plg7 kernel: [22754.204515] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
Aug 29 16:18:02 linux-plg7 dhclient: Bound to *:546
Aug 29 16:18:02 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 1090ms.
Aug 29 16:18:02 linux-plg7 dhclient: send_packet6: Cannot assign requested address
Aug 29 16:18:02 linux-plg7 dhclient: dhc6: send_packet6() sent -1 of 54 bytes
Aug 29 16:18:02 linux-plg7 avahi-daemon[3092]: Registering new address record for fe80::3a59:f9ff:fedb:f805 on wlan0.*.
Aug 29 16:18:03 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 2270ms.
Aug 29 16:18:03 linux-plg7 ifup-dhcp: . 
Aug 29 16:18:05 linux-plg7 dhcpcd[9440]: wlan0: offered 192.168.1.199 from 192.168.1.10
Aug 29 16:18:05 linux-plg7 dhcpcd[9440]: wlan0: checking 192.168.1.199 is available on attached networks
Aug 29 16:18:05 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 4690ms.
Aug 29 16:18:06 linux-plg7 dhcpcd[9440]: wlan0: leased 192.168.1.199 for 43200 seconds
Aug 29 16:18:06 linux-plg7 dhcpcd[9440]: wlan0: adding IP address 192.168.1.199/24
Aug 29 16:18:06 linux-plg7 avahi-daemon[3092]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.199.
Aug 29 16:18:06 linux-plg7 avahi-daemon[3092]: New relevant interface wlan0.IPv4 for mDNS.
Aug 29 16:18:06 linux-plg7 avahi-daemon[3092]: Registering new address record for 192.168.1.199 on wlan0.IPv4.
Aug 29 16:18:06 linux-plg7 ifdown:     wlan0     device: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
Aug 29 16:18:06 linux-plg7 ifup-dhcp: . 
Aug 29 16:18:06 linux-plg7 ifup:     wlan0     device: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
Aug 29 16:18:06 linux-plg7 dhcpcd[9440]: wlan0: exiting
Aug 29 16:18:09 linux-plg7 ifup-dhcp: . 
Aug 29 16:18:20  ifup-dhcp: last message repeated 2 times
Aug 29 16:18:20 linux-plg7 dhclient: XMT: Solicit on wlan0, interval 20200ms.
Aug 29 16:18:20 linux-plg7 ifup-dhcp:  
Aug 29 16:18:20 linux-plg7 ifup-dhcp:     wlan0     IP address: 192.168.1.199/24
Aug 29 16:18:20 linux-plg7 ifup-dhcp:     wlan0     DHCP6 continues in background

I had thought at one time this was due to some softblock that was happening by itself, but I could be way off base.

Thanks for continuing to look at this.

Ok so the wireless is working. Thanks so much.

The KnetworkManager still fails to enable wireless, but I guess I can live with that so long as I can use the ifup method. If someone wants to help me debug the Knetworkmanager, I’m willing to look into it, but I am quite happy to be working as I am.

Thanks Again

On 08/30/2011 01:16 PM, greenlove wrote:
>
> Ok so the wireless is working. Thanks so much.
>
> The KnetworkManager still fails to enable wireless, but I guess I can
> live with that so long as I can use the ifup method. If someone wants
> to help me debug the Knetworkmanager, I’m willing to look into it, but I
> am quite happy to be working as I am.

What did you need to do to make it work. I have been deferring answering your
previous comment due to lack of time.

As long as ifup is working AND your system is fully updated, then NM will work.
The usual place that people have trouble is not letting kwallet manage the
encryption secret. As I don’t want to retype my 28-character WPA secret and I
don’t remember my WEP key, I set up the wallet to be passwordless. It is not
secure, but at least I don’t have to enter a password everytime I bring the
network up.

Follow the checklist below. It should help.

This description describes the steps needed to get the first wireless
connection. It will be specific to the KDE desktop. The steps will be similar
for Gnome, but the details may be different.

Step 1:

Do you have a Network Manager applet in the system tray? If not, use YaST =>
Network Devices => Network Settings. Under the “Global Options” tab, click on
the “User Controlled with Network Manager” button. If it is already set, you
will get a warning box when “Network Settings” starts. If you had to switch from
ifup to NetworkManager, you should log off/on to make sure that NM is running.

Step 2:

Now you should see the NM applet. Click on it and check the popup. If the
“Enable Wireless” checkbox is inactive (gray), there are several possibilities:

(a) Your wireless device driver is not loaded,
(b) the necessary firmware is not available, or
(c) an rfkill switch/button is wrong.

For (2a), check “hwinfo --network” and check the “Driver” line. If it is blank,
then you need to run the command “/sbin/lspci -nn” if the device is connected to
a PCI bus, or “lsusb” if a USB device. Post the results on the Wireless forum.

For (2b), look at the output of “dmesg | grep firmware”, which will list the
name of the file(s) to be loaded. If the command returns nothing, then firmware
is not a prblem. For Broadcom devices that use either b43 or b43legacy, the
firmware is obtained by using the command
“sudo /usr/sbin/install_b43xx_firmware”.
You will need a wired connection to complete this step.

For (2c), you will also need a wired connection and install the “rfkill” package
using the command “sudo zypper in rfkill”. The interrogate the current settings
with “/usr/sbin/rfkill list”. If any device is “Hard blocked”, then wireless
will be disabled. For most devices, the “Hard” blocking is controlled by a
switch or button. If a button, control will likely be with a Windows Management
Interface (wmi) driver. These are beyond the scope of this article, and should
be addressed in a query on the Forum.

Step 3:

Once the “Enable Wireless” checkbox is active, check it and click on “Manage
Connections”. Choose the Wireless tab and click on Add. Enter the name for this
connection. You will probably want to check the “Connect Automatically” box.
Next click on the Scan button. If you do not see your Access Point (AP) in the
map, you will not be able to get a connection. Click on the AP you want, and
click OK. The (E)SSID should be in the SSID box. The other boxes on this screen
should be OK as is. If you have several APs with the same SSID, but you wish to
restrict the connection to only one of them, then you should enter its MAC
address in the BSSID box. This usage is rare. Next click on the “Wireless
Security” tab and enter any encryption secrets. The correct type should have
been selected. For WEP encryption, you will need to use the hex key, not a
passphrase. Once this is complete, click OK to close this screen, and the
configure screen. During this process, a popup should appear offering to use a
wallet to store the connection secret. If you use a password on this wallet, you
will need to enter that password each time you log in. If you set no password on
the wallet, the security level is lowered, but entering a password is avoided.

Step 4:

At this point, you will need to disconnect the wire. Whenever the computer can
make a hard-wired connection, it will supersede any wireless option. The
wireless connection should then occur automatically.

In some instances, it is necessary to log off/on to get NM to pick up the secret.

Not sure if the soft-block is something of concern or not. Whenever I unblock it, it ends up
getting blocked again.

On 08/31/2011 07:37 AM, greenlove wrote:
> Not sure if the soft-block is something of concern or not. Whenever I
> unblock it, it ends up
> getting blocked again.

It is of concern, but if you notice, it is your acer-wmi module that is
blocking. Unfortunately, I don’t know how to fix that. You need to file a bug.