[Bug 479968] Re: Touchpad buttons don't swap when selecting left handed mouse option [Dell Latitude D620]

2009-11-21 Thread ChristophM
An equivalent to tubeamp's commandline fix works if I use the correct
name for my touch pad, namely,

xinput set-button-map "AlpsPS/2 ALPS DualPoint TouchPad" 3 2 1 4 5 6 7 8
9 10 11 12

(I got the name by running 
xinput list | grep 'id=' )

Of course this is not a solution, only a very unsatisfactory workaround ... 
which leads to the question:
As long as this bug is considered "low priority", 
where can either the xinput command, or an .fdi file that fixes the problem, be 
put so that the mouse buttons are swapped at login, and the swap is not 
sabotaged by a dysfunctional gnome-control-center?

-- 
Touchpad buttons don't swap when selecting left handed mouse option [Dell 
Latitude D620]
https://bugs.launchpad.net/bugs/479968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 479968] Re: Touchpad buttons don't swap when selecting left handed mouse option [Dell Latitude D620]

2009-11-10 Thread ChristophM

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35472379/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/35472380/XsessionErrors.txt

-- 
Touchpad buttons don't swap when selecting left handed mouse option [Dell 
Latitude D620]
https://bugs.launchpad.net/bugs/479968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 479968] [NEW] Touchpad buttons don't swap when selecting left handed mouse option [Dell Latitude D620]

2009-11-10 Thread ChristophM
Public bug reported:

Binary package hint: gnome-control-center

(Since bug #426675 shows as CLOSED, it obviously isn't that bug, because
it doesn't refer to a fix)

On my Dell Latitude D620, gnome-moujse-properties
Mouse Preferences -> Mouse Orientation -> Left-handed
has no effect on the buttons of the built in touch pad. 
It _does_ have an effect on the buttons _above_ the touch pad.

For somebody left handed like me, this is an absolute show stopper.

ProblemType: Bug
Architecture: i386
Date: Tue Nov 10 03:40:56 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: gnome-control-center 1:2.28.1-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gnome-control-center
Uname: Linux 2.6.31-14-generic i686

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Touchpad buttons don't swap when selecting left handed mouse option [Dell 
Latitude D620]
https://bugs.launchpad.net/bugs/479968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 242727] Re: [8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP

2009-02-16 Thread ChristophM
What information is missing?

Christoph

On Mon, 2009-02-16 at 18:54 +, Pedro Villavicencio wrote:
> We are closing this bug report because it lacks the information we need
> to investigate the problem, as described in the previous comments.
> Please reopen it if you can give us the missing information, and don't
> hesitate to submit bug reports in the future. To reopen the bug report
> you can click on the current status, under the Status column, and change
> the Status back to New. Thanks again!.
> 
> ** Changed in: network-manager (Ubuntu)
>Status: Incomplete => Invalid
>

-- 
[8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP
https://bugs.launchpad.net/bugs/242727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 242727] Re: [8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP

2008-10-06 Thread ChristophM
On Tue, 2008-10-07 at 03:37 +, kangaroo wrote:
> I blacklisted iwl3945 and went back to using ipw3945 drivers in Hardy. I
> can now connect my Intel 3945 to my WRT54GX2.
> 
Ok, for the technologically challenged ... how do I blacklist the
iwl3945 drivers and get the ipw3945 drivers back ... with minimum
mess-up of the automatic update procedures?

thanks
Christoph

-- 
[8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP
https://bugs.launchpad.net/bugs/242727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242727] Re: [8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP

2008-07-19 Thread ChristophM
Dereck:

Actually ... since the iwl3945 and iwlwifi_mac80211 are the lowest level, and 
the problem is probably somewhere in between, the offending module could be:
[EMAIL PROTECTED]:~$ modinfo cfg80211
filename:   /lib/modules/2.6.24-19-generic/kernel/net/wireless/cfg80211.ko
description:wireless configuration support
license:GPL
author: Johannes Berg
srcversion: FBDEAE1152F866ABD214672
depends:
vermagic:   2.6.24-19-generic SMP mod_unload 586

-- 
[8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP
https://bugs.launchpad.net/bugs/242727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242727] Re: [8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP

2008-07-19 Thread ChristophM
Dereck:

I'm not sure what package causes the problem ... I'm relatively sure
that it's at a deeper level than Network Manager.

If the problem is at the lowest level, this information might be
helpful:

[EMAIL PROTECTED]:~$ modinfo iwl3945
filename:   
/lib/modules/2.6.24-19-generic/ubuntu/wireless/iwlwifi/iwlwifi/compatible/iwl3945.ko
license:GPL
author: Copyright(c) 2003-2007 Intel Corporation
version:1.2.0
description:Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for 
Linux
srcversion: 8E95C617988943846696F97
alias:  pci:v8086d4227sv*sd*bc*sc*i*
alias:  pci:v8086d4222sv*sd*bc*sc*i*
depends:iwlwifi_mac80211
vermagic:   2.6.24-19-generic SMP mod_unload 586 
parm:   antenna:select antenna (1=Main, 2=Aux, default 0 [both]) (int)
parm:   disable:manually disable the radio (default 0 [radio on]) (int)
parm:   hwcrypto:using hardware crypto engine (default 0 [software])
 (int)
parm:   debug:debug output mask (int)
parm:   disable_hw_scan:disable hardware scanning (default 0) (int)
parm:   queues_num:number of hw queues. (int)
parm:   qos_enable:enable all QoS functionality (int)

[EMAIL PROTECTED]:~$ modinfo iwlwifi_mac80211
filename:   
/lib/modules/2.6.24-19-generic/ubuntu/wireless/iwlwifi/mac80211/compatible/net/mac80211/iwlwifi_mac80211.ko
license:GPL
description:IEEE 802.11 subsystem
srcversion: E93C82AD9F95B3FD1F2677F
depends:cfg80211
vermagic:   2.6.24-19-generic SMP mod_unload 586 
parm:   ieee80211_regdom:IEEE 802.11 regulatory domain; 64=MKK (int)
parm:   ieee80211_japan_5ghz:Vendor-updated firmware for 5 GHz (int)

-- 
[8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP
https://bugs.launchpad.net/bugs/242727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211780] Re: Cannot connect automatically to access point when using hostap_pci

2008-06-24 Thread ChristophM
After a few installfests and the help of some local guys who remind me of the 
maker of Pascal, I found the source of _my_ problem: 
The new wifi driver seems to output the 802.11g frequencies as supported rates 
and the 802.11b frequencies as extended rates. 
My wireless access point expects it the other way around and burps: 
"Association denied due to requestiong station not supporting all of the 
datarates in the BSSBasicServiceSet Parameter (0x0012)"
I finally followed Sitsofe Wheeler's advice and made this its own bug#242727.

I don't know yet what driver causes the problem, though.

-- 
Cannot connect automatically to access point when using hostap_pci
https://bugs.launchpad.net/bugs/211780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242727] Re: [8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP

2008-06-24 Thread ChristophM

** Attachment added: "Failed association between Linux computer and WAP."
   
http://launchpadlibrarian.net/15564315/Screenshot-Kismet-Jun-07-2008-1.dump-Wireshark.png

-- 
[8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP
https://bugs.launchpad.net/bugs/242727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 242727] [NEW] [8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP

2008-06-24 Thread ChristophM
Public bug reported:

Using NetworkManager under Gnome on ubuntu 8.04, 
I can no longer connect my intel 3945 wireless modem in my Dell D820 to my 
WRT54GX2 wireless access point.
Both the WAP and the wireless modem in my computer can talk to other computers 
and WAPs, 
and the WAP and the wireless modem can talk to each other in Windows XP.

The problem does not depend on encryption.

Analysis of packets with kismet indicates that during association, 
the 3945 under NetworkManager control sends its frequencies in the order:

intel3945 to cisco: 
supported rates: 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
extended supported rates: 1.0 2.0 5.5 11.0

The WAP responds:

cisco to intel3945:
denied due to requesting station not supporting all of the datarates in the 
BSSBasicServiceSet Parameter (0x0012)
supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B)
extended supported rates: 6.0(B) 9.0 12.0(B) 18.0 24.0(B) 36.0 48.0 54.0

The supported rates are the same, but out of sequence. This causes some
WAPs to hiccup.

I submitted related information to bug #211780.
A detailed daemon.log can be found at 
http://launchpadlibrarian.net/14059328/daemon.log.failed_connection_attempt .

Christoph M

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[8.04], Network Manager: Intel 3945 no longer connects with WRT54GX2 WAP
https://bugs.launchpad.net/bugs/242727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211780] Re: Cannot connect automatically to access point when using hostap_pci

2008-05-01 Thread ChristophM
Now that you're asking ... my kern.log seems to indicate an iwl* driver
for the intel 3945 chip:

May  1 07:39:24 [name] kernel: [   34.118082] iwl3945: Intel(R) PRO/Wireless 
3945ABG/BG Network Connection driver for Linux, 1.2.0
May  1 07:39:24 [name] kernel: [   34.118085] iwl3945: Copyright(c) 2003-2007 
Intel Corporation

So far, I see no indication that my bug does not have the same cause that yours 
has. 
This is the first time I use launchpad, so I don't know the best practices 
hereabouts. 
Seems to me that the bugs are related enough to warrant getting looked at 
simultaneously. 

I heard from at least one other user that he has a similar problem, with
yet different hardware.

-- 
Cannot connect automatically to access point when using hostap_pci
https://bugs.launchpad.net/bugs/211780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211780] Re: Cannot connect automatically to access point when using hostap_pci

2008-05-01 Thread ChristophM
I ran into the same problem ... seems that this confirms the existence
of the bug.

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

** Changed in: network-manager (Ubuntu)
   Status: Confirmed => New

-- 
Cannot connect automatically to access point when using hostap_pci
https://bugs.launchpad.net/bugs/211780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211780] Re: Cannot connect automatically to access point when using hostap_pci

2008-05-01 Thread ChristophM
I have to contradict the rumor in 
http://lists.shmoo.com/pipermail/hostap/2007-August/016085.html 
In version 7.10, WPA encryption worked; "up"grading to 8.04 broke it - I can't 
even connect to an UNencrypted linksys WRT54GX2.

-- 
Cannot connect automatically to access point when using hostap_pci
https://bugs.launchpad.net/bugs/211780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211780] Re: Cannot connect automatically to access point when using hostap_pci

2008-05-01 Thread ChristophM
Seems that I have exactly the same problem since I "up"graded to 8.04
this morning. See excerpt of daemon.log (some names and IDs specific to
my computer altered)


** Attachment added: "Failed connection attempt, ipw3945 to Linksys WRT54GX2"
   http://launchpadlibrarian.net/14059328/daemon.log.failed_connection_attempt

-- 
Cannot connect automatically to access point when using hostap_pci
https://bugs.launchpad.net/bugs/211780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs