[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-09 Thread magellan
I've tried to install the last Github version but it is not working for
me. No way to light up the numpad. I'm desperate :-(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-09 Thread magellan
Hello everybody.

Today I've decided to completely remove the workaround driver from my
machine because every time I open firefox and navigate, after one or two
minutes, the numpad switch on itself without me pressing any key and
immediately, the computer act like I'm pressing and holding backspace.
For firefox it is considered as a previous page command. Even if I try
to switch it off with F8, it switch on again itself.

Please, all of you, try to navigate with Firefox and comme back here to
write some feedback. For me, the game is over until this issue can be
solved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-07 Thread magellan
A little surprise for me today : My laptop started with the numpad light
turned on but key were not available. When I pressed F8, the numpad
light switched Off but the touchpad was activated. I have to restart the
computer in order all goes well again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-06 Thread magellan
I don't leave the numpad always on. And while I'm typing it is always
off. But when I need it, I dont switch it off after typing a few numbers
and that's the problem. Ok I agree with you, it should be on only when
we have a lot of numbers to type or when we use the calculator.

About keys stroke, We must keep it for the natural keyboard but it
should not used with the numpad. I don't want to impact all the system
and keyboard, just suppress the repetition with the numpad if it is
possible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-06 Thread magellan
Ok Mohamed, You're making the best all in one workaround. I suggest you
to improve it according to this : You should add an option in the
installer so we can choose to activate or not the toggle on/off on the
numpad.

And in my case, for the M433IA,add the line " if (x > 0.95 * maxx) or (y
< 0.09 * maxy):" in your code like this :

# During tap #
if finger == 1:
# Ignore numpad touch
if (x > 0.95 * maxx) or (y < 0.09 * maxy):
continue   
finger = 2
try:


This allow the tiny blank area above the first top line to be consider as it is 
and not as an extension of the line below. This avoid typing an 8 when we put 
our finger above it. Let's be pro till the end.

And about my case, one more time, all works great instead the backspace
key. When I'm browsing pages with firefox, sometimes the program act
like I was pressing this key and firefox consider it as a previous page
command. Sometimes I'm only reading pages and the numpad in idle mode,
light on without I make anything and some seconds after start to display
previous pages until it reach the first one.

Could you try to make a bugfix ? perhaps my numpad is too sensitive...
not perhaps, certainly... and I'm sure that if the numpad only display
on character at time, this mean that if we press the 6 area, it displays
just a 6 and to display another, we should have to remove the finger and
press the area again to display another. Actually, if we press an area
for more than one second, it display a lot of numbers or symbols.

I think the solution is here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
For thus interrested, here is a mod version with only F8 to activate the
numpad and no detection above the first line. The mohamed version
capture 7,8,9 and / even if we click above the numbers. On this numpad
there is a blank area above with 2 icons on the up corners. On the left
for adjusting the light (let's give up on Linux) and one on the right to
toggle the numpad on and off.

The workaround way seems to be more sensitive than on windows OS. That's
why I disable the toggle area on the numpad.

Things seems to work better... but Firefox always go to previous pages
sometimes even if I didn't press anything.

This is definitively a workaround or perhaps mine has a problem I didn't
known since I never use it before !

Once again, Mohamed has taken on this project with brio and it is a real
success.

Many thanks.

** Attachment added: "touchpad_numpad_m433ia.py"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810183/+attachment/5484046/+files/touchpad_numpad_m433ia.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
I'm going to make a second try with the last Mohamed version :-(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
Nobody else have problem with their numpad ? All is working like a charm
without any bug ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
Ok... I'm the "Calimero" Boy. On M433IA, even if I don't press
anything,when I'm using Firefox, it comes back to previous pages like I
press backspace. There is a problem with this key ! If only I known how
to eliminate key repetition, I think lot of problems will disappear.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
Because your last update does not work on my computer, I still have one
last problem with mine and the backspace. I don't know how you managed
to solve the problem in your last update because as it is not usable for
me, I didn't investigate... but for me, we must avoid key repetition for
all area. To make this thing work, when we press an area, as long as the
finger is not removed from the numpad, no other character should be
taken into account.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
Yes Thanks Mohamed... I've just find it by myself 2 minutes ago !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
@Mohamed : Could you just tell me how to remove the toggle area on the
numpad in your code ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
There's no other script, all was removed (files et services). My last
version was the most stable. I just need to remove the toggle area on
the numpad but don't understand how.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
Sorry but it's completely buggy for me. The numpad type numbers alone
and erase them alone after. Looks like some key is still pressed... In
my version I resize the ignore area to fit my numpad so when I put my
fingers above the number on the first line it is not detected. Now it is
no more the case. I return to the old version to have something working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
Ok Mohamed you're the best. But about the top right corner, is it still
activated ? Because on my computer, sometimes, if I just pass my hand
over to type text, it light up. You add auto-detection, this is magic
but how about my azerty keyboard ? Do I need to make changes ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
And yes, it is not the perfect solution. For all readers, before
installation you must know that sometimes, backspace key is holding even
if you release the key and it erase all you are typing... That's why it
is better to activate it only if it is needed. We made a huge progress
last days and I'm sure we'll find a way to make thinks more reliable. So
if you want a perfect working solution you have to wait. Anyway, like I
told before, it is better than nothing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-04 Thread magellan
@mohamed : Please could you help me to remove the toggle ON/OFF from the
numpad ? I prefer activate it only with F8 because sometimes it switch
on despite I don't want. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
@cedrichappy : Ok Cedric, I'm sure we'll find a solution for you.

But for me, if you succeed in lighting on the numpad, you should at
least display the numbers. If it was not the case I could help you but
in your case, I am not qualified enough to help you. Sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
@cedrichappy

And before running the installation script, you have to install libevdev
:

sudo pip3 install libevdev

Good Luck !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
@cedrichappy


Did you install the required packages and run the required commands ?

sudo aptitude install i2c-tools
sudo modprobe i2c-dev
sudo i2cdetect -l

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
One last thing Mohamed, in the title, add in brackets that it is for
AZERTY keyboard.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
@cedrichappy (galletcedric) : Because I forgot to modify the readme
file, you thought my laptop was the same than yours but it isn't tha
case. Mine is M433IA.

@Badaoui Mohamed (mohamed-badaoui)

Please update the github. I have made a request to modify the readme
file on your Github that you have to agree.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Please Mohamed, share my work on your Github. I wish you a nice Easter
egg weekend ! Thanks to all for the gift (a kinder surprise egg with the
numpad driver inside). ;-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Well, it's not perfect but it's better than nothing.

For all people searching the numpad driver for Asus M433IA laptop with
French AZERTY Keyboard on Linux, here it is !

Enjoy !

Thanks to Pilot6 (hanipouspilot), Julian Oertel (clunphumb), Badaoui
Mohamed (mohamed-badaoui) and all other contributors we did it ! Some
did a nice retro engineering and others programmed a working solution
for us.

My little contribution is to adapt all this work to my laptop. I hope it
will help some owners like me.

Anyway, Shame on Asus !

** Attachment added: "ASUS M433IA Numpad Driver.zip"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810183/+attachment/5483753/+files/ASUS%20M433IA%20Numpad%20Driver.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Last update :

I made this change in the program :

# Ignore numpad touch
if (x > 0.95 * maxx) and (y < 0.05 * maxy):

Replaced by :

# Ignore numpad touch
if (x > 0.95 * maxx) or (y < 0.09 * maxy):

Now when I touch the numbad above the numbers, it is not detected and
since the toggle button on the corner is on this area, things seems to
work better.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
@Mohamed :

There is something I forgot to say : When I put my finger above the
first line, for example above the 7 number it still display 7 and it is
the same for the backspace. On my numpad, there is an area af about 8mm
which should not react to anything. So How can I resize the entire area
? With this modification, when I will press the toggle area to switch
On/Off the numpad, it will never interact with backspace.

Thanks for your help Mohamed. I'm trying to do my best but as a simple
user and not programmer, I don't understand all the code of this
program.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
I've tried to optimise the code so I removed the release test and send
both release codes for Left Shift and numlock. But sometimes, I still
have the issue with backspace that don't release the key and continue to
delete characters. And the corner top right area used to toggle the
numpad still detect touch in a very tiny area at the extreme top right
corner like a 5 pixels square.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
After investigations, the corner top right area used to toggle the
numpad work with a very tiny area at the extreme top right corner. How
is it working on your side ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Well done Mohamed !

Just another (and I hope the last) problem : when I use the corner top
right area to switch off the numpad I get backspace instead and
sometimes, this act like I don't release the key and continue to delete
characters.

Can you have a look at my code Mohamed ?

** Attachment added: "M433IA_touchpad_numpad.py"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810183/+attachment/5483702/+files/M433IA_touchpad_numpad.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
It seems I need to add an event key to release the left shift after
typing the % symbol. How can I do that ? Any idea of this new issue ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Well, I'm still in trouble : With my solution above, after typing the
"%" when I press another key, the keyboard become crazy like shift is
always pressed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Ok Mohamed,

I still need your help. I have tried this :

 if value == EV_KEY.KEY_APOSTROPHE
events = [
 InputEvent(EV_KEY.KEY_LEFTSHIFT, 1),
 InputEvent(value, 1),
 InputEvent(EV_SYN.SYN_REPORT, 0)
]
else:
events = [
InputEvent(EV_KEY.KEY_NUMLOCK, 1),
InputEvent(value, 1),
InputEvent(EV_SYN.SYN_REPORT, 0)
]

But I get this error :

SyntaxError: invalid syntax

What is wrong in my code ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
OK, I've found the mistake for the enter key : I was trying to use
KEY_ENTER instead of KEY_KPENTER to solve the go up issue and made a
mistake with copy/paste operations.

Now I just need to fix the % key with left shift. If you can help me to
make a new version of the program for both qwerty and azerty keyboard it
would be nice for users.

** Attachment added: "M433IA_touchpad_numpad.py"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810183/+attachment/5483690/+files/M433IA_touchpad_numpad.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
I will send you a complete ZIP archive like yours with the right picture
of the computer etc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
When it will be finished, you deserve to share it on your github. It is
your work, I only have adapted the code to match my computer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Ok Mohamed. I send you the code for the M433IA in attachment.

** Attachment added: "ux433_touchpad_numpad.py"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810183/+attachment/5483689/+files/ux433_touchpad_numpad.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-03 Thread magellan
Hello Mohamed,
Many thanks for your work but bad news for me : I have a french keyboard and 
the enter key does not work anymore and the "%" symbol is replaced by "รน".

I still need your help, sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
It is a goog idea to keep the F8 key because the top right area is a
little capricious in my case... not working everytime.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Another idea : we could add the down key after enter to do the same
thing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Ok Mohamed... it's really bad luck for me :-(

I'm still happy with it but I would like to understand why there is the
need of left-shift enter and I'm sure there is a way to avoid it.

Anyway, Now I have a tool to enter number easily thanks to you and all
the previous workers who permit the numpad to work on Linux.

Like you achieved to make this work you will succeed in finding a way to
make the enter key work as usual.

But I have a new problem : sometimes, the numpad act as I'm pressing and
holding backspace ! All the text I was writing is erased...

Does anyone else have this problem ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
I've tried this :

if value != EV_KEY.KEY_ENTER
events.append(InputEvent(EV_KEY.KEY_LEFTSHIFT, 1))
events.append(InputEvent(value, 1))
events.append(InputEvent(EV_SYN.SYN_REPORT, 0))
udev.send_events(events)

But I get a syntax error. I'm trying to fix this as soon as possible
because as a teacher, I have hundred notes to enter...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
I'm waiting for your update ! That's pretty cool !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Just another problem I just find : in Excel, when I press enter, instead
of going to the next cell at the bottom, it goes up. Any idea ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Oh Yeah! It worked like a charm !

Now the ASUS M433IA has a working numpad on Linux !

You're amazing Mohamed ! Many many thanks !

Now I wonder how to share my program with other people...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Well here is the last KEY_CODE list :

https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/input-
event-codes.h

But I didn't find the code to display the "%" symbol.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Well I made a mistake. Equal is now working.
I just need to find the "%" symbol and it will be done !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Well... KPDOT instead of KPCOMMA does the same thing, it display "," instead of 
"."
I would like to replace the coma by the dot to avoid having to use shift + "," 
on my french keyboard to display a dot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Many thanks for the list, but I think the game is not over yet !
EQUAL does not work and I get a "+" instead.
Anyway, I'm going to try to replace "," by dot since your list help me.
Many thanks Mohamed, but I still need to find the right codes for "%" and "=".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
where can i find the full official list of the key codes ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
YES ! And I didn't succeed in finding the EV_KEY.KEY_ value for "%" and "=".
Can you help me please ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
OK ! Here we are !
I found how to adapt the program for my laptop ! But now I have to deal with 
some keys that don't display the right character  I'm working on it and 
when it will be done I will share the adapted program !

Many thanks to all this community, you are the best !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
After looking to the program, it search "ELAN", "Mouse" or "AT
Translated Set 2 keyboard" to set the detected numpad value to 1 But
mine is like this :

Synopsys DesignWare I2C adapter I2C adapter

I'm going to update the program so that it detect mine. But I think the
best solution is to bypass the detection of the numpad since people
using the program should have on on their computer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-02 Thread magellan
Same thing for me :

Can't find touchpad, code 0

I have an Asus M433IA and I have change the I2C address according to
mine :

ON:i2ctransfer -f -y 0 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00
0x0d 0x14 0x03 0x01 0xad

OFF:i2ctransfer -f -y 0 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00
0x0d 0x14 0x03 0x00 0xad

But nothing is working. F8 don't illuminate the numpad.

Hope someone will help.

Many thanks to Mohamed for sharing is work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-03-16 Thread magellan
Ok, I think this issue will be solved in a few days !

Thanks to you, I finally found the magic lines.

My laptop is : Asus-VivoBook-ASUSLaptop-X421IA-M433IA

The command "sudo i2cdetect -l" return theses lines :

i2c-3   smbus   SMBus PIIX4 adapter port 1 at 0b20  SMBus adapter
i2c-1   smbus   SMBus PIIX4 adapter port 0 at 0b00  SMBus adapter
i2c-6   i2c AMDGPU DM aux hw bus 0  I2C adapter
i2c-4   i2c AMDGPU DM i2c hw bus 0  I2C adapter
i2c-2   smbus   SMBus PIIX4 adapter port 2 at 0b00  SMBus adapter
i2c-0   i2c Synopsys DesignWare I2C adapter I2C adapter
i2c-5   i2c AMDGPU DM i2c hw bus 1  I2C adapter

And now, to turn on the numpad I use this command :

sudo i2ctransfer -f -y 0 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07
0x00 0x0d 0x14 0x03 0x01 0xad

And to turn the numpad off this one :

sudo i2ctransfer -f -y 0 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07
0x00 0x0d 0x14 0x03 0x00 0xad

As I told before, I succeed to turn it on with the "all ports test"
command but wanted to know the good one and I started to test 1 to 6 but
could not guess it was 0 !

I really think that there is no hardware to handle the numpad since
without the correct driver installed, there is no way use the lightpad.
So, i'm sure there is a little program running in background to detect
the zone pressed in the numpad and display the corresponding number.

Someone already wrote such a program and if I could get it work, I would
have printed numbers on a transparent sticky paper and place it on the
numpad. But people who succeed in turning on the numpad will probably
make us a kind of .deb to install and get this thing work ! I trust you
!

Whatever, many thanks for this hack ! Even if I can't use it for now, I
can give the illusion that Linux do the job too ! :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-03-15 Thread magellan
I used this command :
for f in /dev/i2c-*; do sudo i2ctransfer -f -y ${f:9} w13@0x15 0x05 0x00 0x3d 
0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x01 0xad; done

And I get theses errors :

Error: Adapter does not have I2C transfers capability
Error: Adapter does not have I2C transfers capability
Error: Adapter does not have I2C transfers capability
Error: Sending messages failed: Input/output error
Error: Sending messages failed: Input/output error
Error: Sending messages failed: Remote I/O error

I've tried to replace f by 1 to 6 to find what is the unique command
that is working for me... it seems I don't understand how to do that.

Can somebody explain me ? I just want to find the right command for my
computer to help all the people who have the same computer to illuminate
it. Just for the eyes actually but so nice !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-03-15 Thread magellan
Waouh ! It works ! I never thought it will be possible on Linux since
there is no Asus support. I don't think there is special command to
display the numbers. I think that when the command is sent to illuminate
the pad, a program detect where the user tap on the numpad to display
the number. The solution is near. Congratulation to you ! I'm very happy
!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-09-22 Thread magellan
I would be happy to help with this tool but it is too complicated for
me... We have to compile the software. If an executable would exist, it
will be more simple and I will try to help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-09-18 Thread magellan
Hello,

This is the first encouraging message I read on the subject!
Unfortunately, I don't have the skills to help you but I hope with all
my heart that someone will be able to help you so that we can finally
enjoy our touchpad with the numberpad function.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1889050] Re: ASUS Vivobook Numpad not working

2020-07-27 Thread magellan
apport information

** Tags added: apport-collected ulyana

** Description changed:

  Hello,
  
  Here is my configuration :
  Asus Vivobook M433I Model S433IA-EB372T with AMD Ryzen 7 47000 processor
  OS : Linux Mint 20 based on Ubuntu 20.04 with last Kernel 5.8 RC6
  
  I've bought this computer for 2 reasons : Octocore for comfortable
  virtualization and compact size with numpad to avoid using shift and
  letters combinations to type numbers.
  
  The problem is that the numpad function does not work. There is no way
  to illuminate the numbers on the touchpad and type numbers. I really
  need this function to work and I bought this model which is more
  expensive for this feature which allow users to have a compact size
  computer without losing numpad.
  
  Now I need it to work on Linux.
  
  So will we have to wait for a Kernel upgrade (Mine is the latest) or is
  there another way to get rid of this issue ?
  
  A thousand thanks in advance for all the help you can give me.
  
  David.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.4
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: X-Cinnamon
+ DistroRelease: Linux Mint 20
+ InstallationDate: Installed on 2020-07-26 (1 days ago)
+ InstallationMedia: Linux Mint 20 "Ulyana" - Release amd64 20200624
+ Package: linux (not installed)
+ Tags:  ulyana
+ Uname: Linux 5.8.0-050800rc6-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1889050/+attachment/5396157/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889050

Title:
  ASUS Vivobook Numpad not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889050/+subscriptions

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

[Bug 1889050] ProcEnviron.txt

2020-07-27 Thread magellan
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1889050/+attachment/5396158/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889050

Title:
  ASUS Vivobook Numpad not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889050/+subscriptions

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

[Bug 1889050] [NEW] ASUS Vivobook Numpad not working

2020-07-27 Thread magellan
Public bug reported:

Hello,

Here is my configuration :
Asus Vivobook M433I Model S433IA-EB372T with AMD Ryzen 7 47000 processor
OS : Linux Mint 20 based on Ubuntu 20.04 with last Kernel 5.8 RC6

I've bought this computer for 2 reasons : Octocore for comfortable
virtualization and compact size with numpad to avoid using shift and
letters combinations to type numbers.

The problem is that the numpad function does not work. There is no way
to illuminate the numbers on the touchpad and type numbers. I really
need this function to work and I bought this model which is more
expensive for this feature which allow users to have a compact size
computer without losing numpad.

Now I need it to work on Linux.

So will we have to wait for a Kernel upgrade (Mine is the latest) or is
there another way to get rid of this issue ?

A thousand thanks in advance for all the help you can give me.

David.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "3011-1.JPEG"
   
https://bugs.launchpad.net/bugs/1889050/+attachment/5396148/+files/3011-1.JPEG

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889050

Title:
  ASUS Vivobook Numpad not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889050/+subscriptions

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-07-27 Thread magellan
Same problem for me :
Asus Vivobook M433I Model S433IA-EB372T with AMD Ryzen 7 47000 processor
OS : Linux Mint 20 based on Ubuntu 20.04 with Kernel 5.8 RC6

How long will we have to wait for a solution ? 
Is anybody still working on the driver ?
How can we help to solve this issue ?

I've bought this computer for 2 reasons : Octocore for virtualization
and compact size with numpad to avoid using shift and letters
combinations to type numbers.

So please, fix it because all 14" computers with numpad have to run
Windows to use this useful device.

David.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810183

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1810183/+subscriptions

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

[Bug 1172727] [NEW] 2013-04-25 default gramps 3.3.1-1 on precise had graphview plugins loading error

2013-04-25 Thread Magellan Cruz
Public bug reported:

Hi after i install gramps 3.3.1-1 the plugins graphview wont load show
error message

Traceback (most recent call last):
  File /usr/share/gramps/gen/plug/_manager.py, line 219, in load_plugin
_module = self.import_plugin(pdata)
  File /usr/share/gramps/gen/plug/_manager.py, line 251, in import_plugin
module = __import__(pdata.mod_name)
  File /home/tony/.gramps/gramps33/plugins/GraphView/graphview.py, line 65, 
in module
raise Exception(pyGoocanvas (http://live.gnome.org/PyGoocanvas) is 
Exception: pyGoocanvas (http://live.gnome.org/PyGoocanvas) is required for this 
view to work


Solution: need to install python-pygoocanvas in apt-get

** Affects: gramps (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172727

Title:
  2013-04-25 default gramps 3.3.1-1 on precise had graphview plugins
  loading error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gramps/+bug/1172727/+subscriptions

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


[Bug 658460] Re: VLAN support broken

2011-02-21 Thread magellan
It seems that nobody cares...

For those who also have this issue, falling back to the 10.04 kernel
seems to be a valid workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/658460

Title:
  VLAN support broken

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


[Bug 621743] Re: Kernel 2.6.35-17 breaks gobi_loader

2010-12-29 Thread magellan
Exactly the same result as J Boyan.

Ubuntu Maverick 2.6.35-24-generic on a Lenovo Edge 11 laptop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621743

Title:
  Kernel 2.6.35-17 breaks gobi_loader

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


[Bug 658460] Re: VLAN support broken

2010-11-24 Thread magellan
I performed a fresh install of Ubuntu 10.10 Desktop on the laptop and
the problem remains exactly the same.

Tagged outgoing traffic is working fine. Incoming tagged traffic showing
up on the physical interface (eth0) but not on the VLAN interface
(eth0.x).

Untagged traffic is working fine.

-- 
VLAN support broken
https://bugs.launchpad.net/bugs/658460
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 658460] [NEW] VLAN support broken

2010-10-11 Thread magellan
Public bug reported:

VLAN support seems broken in linux-image-2.6.35-22-generic-pae.

I can successfully add a VLAN to an interface but no traffic goes
trought that VLAN interface.

To be more precise, outgoing traffic is going well but incoming traffic
never arrives the VLAN interface (byte counter for incoming remains 0).
Sniffing the network from another computer indicates that traffic exists
but it seems to never reach the VLAN interface.

As an example, if I run dhclient on the VLAN interface, I see on the
DHCP server that the machine is performing DISCOVERY on the network and
the server make an OFFER, but this one never reach the DHCP client that
keeps making DISCOVERY requests.

Falling back to the previous kernel with the exact same interfaces
configuration file and everything works fine.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic-pae 2.6.35-22.33
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic-pae 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gea2481 F pulseaudio
CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd490 irq 17'
   Mixer name   : 'Intel G45 DEVIBX'
   Components   : 'HDA:111d7603,103c1724,00100202 
HDA:11c11040,103c3066,00100200 HDA:80862804,80860101,0010'
   Controls  : 23
   Simple ctrls  : 14
Date: Mon Oct 11 16:55:23 2010
HibernationDevice: RESUME=UUID=fbbe1f5a-da73-41c2-9648-5d689d327b25
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: Hewlett-Packard HP ProBook 6540b
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-25-generic-pae 
root=UUID=b3bdee91-3bbe-4ba0-a26e-bfc97d8099c0 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_CH.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
dmi.bios.date: 01/27/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CDD Ver. F.04
dmi.board.name: 1722
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 29.2B
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDDVer.F.04:bd01/27/2010:svnHewlett-Packard:pnHPProBook6540b:pvr:rvnHewlett-Packard:rn1722:rvrKBCVersion29.2B:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 6540b
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 kernel-net maverick needs-upstream-testing 
regression-release

-- 
VLAN support broken
https://bugs.launchpad.net/bugs/658460
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 658460] Re: VLAN support broken

2010-10-11 Thread magellan

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685110/+files/AcpiTables.txt

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685113/+files/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685115/+files/AplayDevices.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685116/+files/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685117/+files/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685118/+files/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685119/+files/Card0.Codecs.codec.1.txt

** Attachment added: Card0.Codecs.codec.3.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685120/+files/Card0.Codecs.codec.3.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685121/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685122/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685123/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/658460/+attachment/1685124/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/658460/+attachment/1685125/+files/Lsusb.txt

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685126/+files/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685127/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685128/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685129/+files/ProcModules.txt

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/658460/+attachment/1685130/+files/RfKill.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/658460/+attachment/1685131/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/658460/+attachment/1685132/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/658460/+attachment/1685133/+files/WifiSyslog.txt

-- 
VLAN support broken
https://bugs.launchpad.net/bugs/658460
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 586920] [NEW] BUG: scheduling while atomic: swapper/0/0x10010000

2010-05-28 Thread magellan
Public bug reported:

wifi aplet crashes and logout

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  groul  1896 F pulseaudio
 /dev/snd/pcmC0D0p:   groul  1896 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xc000 irq 16'
   Mixer name   : 'SigmaTel STAC9200'
   Components   : 'HDA:14f12bfa,14f100c3,0009 
HDA:83847690,102801f5,00102201'
   Controls  : 6
   Simple ctrls  : 4
Date: Fri May 28 21:32:46 2010
DistroRelease: Ubuntu 9.10
Failure: oops
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027.1)
MachineType: Dell Inc. Inspiron 1501
NonfreeKernelModules: wl
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=1798c8a5-2d16-4e11-820f-29ccf503cb9c ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: BUG: scheduling while atomic: swapper/0/0x1001
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 12/07/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.6.3
dmi.board.name: 0UW744
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.3:bd12/07/2007:svnDellInc.:pnInspiron1501:pvrNotSpecified:rvnDellInc.:rn0UW744:rvr:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 1501
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops kernel-oops

-- 
BUG: scheduling while atomic: swapper/0/0x1001
https://bugs.launchpad.net/bugs/586920
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 586920] Re: BUG: scheduling while atomic: swapper/0/0x10010000

2010-05-28 Thread magellan

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/49273058/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/49273059/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/49273060/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/49273061/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/49273062/Card0.Codecs.codec.1.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/49273063/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49273064/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/49273065/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/49273066/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/49273067/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/49273068/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/49273069/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/49273070/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/49273071/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/49273072/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/49273073/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/49273074/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/49273075/WifiSyslog.txt

-- 
BUG: scheduling while atomic: swapper/0/0x1001
https://bugs.launchpad.net/bugs/586920
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 204534] Re: kded (KDE daemon) crashes when i use calculator hotkey (Hardy)

2008-04-11 Thread Magellan
Same problem for me with genius luxmate keyboard. Was working well on
Gutsy

-- 
kded (KDE daemon) crashes when i use calculator hotkey (Hardy)
https://bugs.launchpad.net/bugs/204534
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 215927] [NEW] Adept notifier alert about openoffice previous version update

2008-04-11 Thread Magellan
Public bug reported:

Binary package hint: adept-notifier

When an openoffice version higher than 2.3 is installed, adept notifier
alert user about an upgrade available but propose to downgrade to 2.3
version, the last in ubuntu repositories.

** Affects: adept (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Adept notifier alert about openoffice previous version update
https://bugs.launchpad.net/bugs/215927
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