View previous topic :: View next topic |
Author |
Message |
tam Guru
Joined: 04 Mar 2003 Posts: 569
|
Posted: Sun May 16, 2004 2:27 pm Post subject: kwifimanager (KDE 3.2.2) fails |
|
|
This is all I got, when I start kwifimanger.
Code: | tam@tp tam $ kwifimanager
Alarm clock
tam@tp tam $
|
WLAN is working, I'm posting this msg via WLAN. |
|
Back to top |
|
|
tam Guru
Joined: 04 Mar 2003 Posts: 569
|
Posted: Thu May 20, 2004 9:43 am Post subject: |
|
|
Can anyone confirm? |
|
Back to top |
|
|
flokno Apprentice
Joined: 18 Dec 2002 Posts: 185 Location: graz/austria/europe
|
Posted: Fri May 21, 2004 1:10 pm Post subject: |
|
|
tam wrote: | Can anyone confirm? | yes, same here. |
|
Back to top |
|
|
plate Bodhisattva
Joined: 25 Jul 2002 Posts: 1663 Location: Berlin
|
Posted: Fri May 21, 2004 4:04 pm Post subject: |
|
|
There's an upstream bug report by a Fedora customer, describing the same error as yours. I've checked and crashed my own Kwifimanager quite successfully, but with slightly different symptoms. Here's a thread that suggests a solution, let us know if it makes your problem disappear. I'll mark this one duplicate if it does. |
|
Back to top |
|
|
flokno Apprentice
Joined: 18 Dec 2002 Posts: 185 Location: graz/austria/europe
|
Posted: Fri May 21, 2004 5:00 pm Post subject: |
|
|
plate wrote: | There's an upstream bug report by a Fedora customer, describing the same error as yours. I've checked and crashed my own Kwifimanager quite successfully, but with slightly different symptoms. Here's a thread that suggests a solution, let us know if it makes your problem disappear. I'll mark this one duplicate if it does. | nope, i had this problem from your second link with kde 3.2.1 i guess, now with 3.2.2 i am alarm clocked...
i have seen this bug report (although without your answer) and hoped to find help here. |
|
Back to top |
|
|
tam Guru
Joined: 04 Mar 2003 Posts: 569
|
Posted: Sat May 22, 2004 6:19 am Post subject: |
|
|
flokno wrote: | nope, i had this problem from your second link with kde 3.2.1 i guess, now with 3.2.2 i am alarm clocked...
|
Same here. |
|
Back to top |
|
|
K-Dawg Apprentice
Joined: 06 Jan 2004 Posts: 186 Location: Denver, Colorado
|
Posted: Sat May 22, 2004 8:41 pm Post subject: |
|
|
I too get this error on my lappy w/ an Orinoco card and on my desktop w/ a D-Link card. |
|
Back to top |
|
|
F16PilotJumper Tux's lil' helper
Joined: 06 Feb 2004 Posts: 91 Location: Mars
|
Posted: Tue May 25, 2004 8:09 pm Post subject: |
|
|
I'm getting wireless for my laptop...
Yay for the command line, I guess. |
|
Back to top |
|
|
bettlert n00b
Joined: 07 Apr 2004 Posts: 15
|
Posted: Tue Jun 15, 2004 3:07 pm Post subject: |
|
|
jup, same here
gentoo-2.6.5-sources
kde-3.2.3
thinkpad r32 (orinoco) |
|
Back to top |
|
|
kickdown n00b
Joined: 12 Jul 2004 Posts: 1
|
Posted: Mon Jul 12, 2004 6:02 am Post subject: Probable solution for the "Alarm Clock" |
|
|
Finally, the source for the "Alarm Clock" problem seems to be found. The problem lies in the way Gentoo installs its kernel sources. It produces an oddity that leads to a version mismatch in the wireless extensions.
Unfortunately, it shows up only when compiling KDE (and thus KWiFiManager is the only program on which it has an impact). A user with some knowledge of doing decent debugger work found this glitch (thank you very much, Markus Moll!).
/usr/include/linux contains its own set of kernel headers, which unfortunately don´t necessarily matches the set of header files
in /usr/src/linux/include/linux, which it should.
The temporary workaround for this problem is as follows:
Make /usr/include/linux a symlink pointing to /usr/src/linux/include/linux and re-emerge kdenetwork.
("ln -s /usr/src/linux/include/linux /usr/include/linux") after deleting / renaming /usr/include/linux.
I will probably open a bug report on Gentoo´s bugzilla to make this distribution behave like that per default. After they have updated their packages, the workaround should become obsolete. |
|
Back to top |
|
|
|