Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205130 - net-misc/networkmanager-0.6.5_p20070823 Error while getting killswitch
Summary: net-misc/networkmanager-0.6.5_p20070823 Error while getting killswitch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Robert Buchholz (RETIRED)
URL:
Whiteboard:
Keywords:
: 207143 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-09 22:25 UTC by Krzysztof Mazur
Modified: 2008-06-21 21:56 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixed signed/unsigned issue in rfkill code. (nm-rfkill-uint32-to-int32.patch,661 bytes, patch)
2008-01-18 03:27 UTC, Tony Murray
Details | Diff
Missing function compared to submitted patch. (nm-missing-signal-wireless-enabled.patch,984 bytes, patch)
2008-01-18 03:28 UTC, Tony Murray
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Mazur 2008-01-09 22:25:35 UTC
carbon chendler # tail -n 10 /var/log/messages
Jan  9 23:19:12 carbon NetworkManager: <info>  Error getting killswitch power arguments: org.freedesktop.DBus.Error.InvalidArgs - Argument 0 is specified to be of type "uint32", but is actually of type "int32"
.
.
.
spam log file with that every ~6 seconds also there is misstyped:

Jan  9 23:19:37 carbon ipw3945: Radio Frequency Kill Switch is On:
Jan  9 23:19:37 carbon Kill switch must be turned off for wireless networking to work.

On with Off



Reproducible: Always

Steps to Reproduce:
1.emerge networkmanager
2.run
3.see messages logfile
Comment 2 Tony Murray 2008-01-18 03:27:10 UTC
Created attachment 141197 [details, diff]
Fixed signed/unsigned issue in rfkill code.
Comment 3 Tony Murray 2008-01-18 03:28:02 UTC
Created attachment 141199 [details, diff]
Missing function compared to submitted patch.

Looking at this patch there are two differences between this and the gentoo network manager source.

There is a uint32 in the gentoo source that is supposed to be int32, That has been corrected in the first patch, this fixes the problem described in this bug.

Also, there is a missing function.  I'm not sure if it is needed.  I tried disabling and enabling the rfkill switch on my laptop and networkmanager seemed to pick up the changes. without the function
Comment 4 Tony Murray 2008-01-23 08:12:54 UTC
FYI, it would be great to get this fixed before 2.6.24 hits gentoo-sources and many people start using the iwl wireless drivers.
Comment 5 Steev Klimaszewski (RETIRED) gentoo-dev 2008-01-23 16:44:52 UTC
*** Bug 207143 has been marked as a duplicate of this bug. ***
Comment 6 Steev Klimaszewski (RETIRED) gentoo-dev 2008-02-02 07:18:18 UTC
This should be fixed with the new snapshot I just added to Portage, Please sync in 2 hours and test, and report back if you still have the issues.
Comment 7 Matt Summers (RETIRED) gentoo-dev 2008-06-21 21:56:59 UTC
this is still an issue, what is the status on the update? is the patch working with 0.6.5_p20070823?