[Bug 1248368] Re: Volume up/down keyboard keys stoped working after gnome-settings-daemon package update

2014-06-27 Thread hansvschoot
I forgot to mention that I'm running kernel 3.13.0-30, and my keyboard
is a Logitech Illuminated keyboard

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

Title:
  Volume up/down keyboard keys stoped working after gnome-settings-
  daemon package update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1248368/+subscriptions

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


[Bug 1248368] Re: Volume up/down keyboard keys stoped working after gnome-settings-daemon package update

2014-06-27 Thread hansvschoot
Hi, I was suffering from the same problem. 
For everybody who ends up here looking for a quick fix, you can manually 
downgrade the package by downloading it from here (select your platform on the 
right side of the page below builds):
https://launchpad.net/ubuntu/+source/gnome-settings-daemon/3.4.2-0ubuntu0.6.4

then open a terminal and install it using dpkg (replace the path with the file 
you downloaded, amd64bit for me):
sudo dpkg -i ~/Downloads/gnome-settings-daemon_3.4.2-0ubuntu0.6.4_amd64.deb

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

Title:
  Volume up/down keyboard keys stoped working after gnome-settings-
  daemon package update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1248368/+subscriptions

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


[Bug 729979] Re: [nvidia] Windows appear blank white

2013-06-17 Thread hansvschoot
@André: Sorry to hear it is not working for you. I now believe the
origin of the bug was slightly different for my machine, probably
because I've also had an AMD gpu in there, running both the AMD and
NVIDIA closed drivers side by side (not an advisable setup by the
way...).

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

Title:
  [nvidia] Windows appear blank white

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

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

[Bug 729979] Re: [nvidia] Windows appear blank white

2013-06-13 Thread hansvschoot
I also suffered from this bug, but managed to solve it by manually fixing all 
the libGL.so symlinks in /usr/lib (and lib32) to point to the libGL.so in the 
nvidia-current subdirectory.
After this, I re-installed nvidia-current using: sudo apt-get install 
--reinstall nvidia-current
You can check your own libGL.so symlinks using: ls -l `find /usr | grep 
libGL.so`

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

Title:
  [nvidia] Windows appear blank white

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

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


[Bug 965279] Re: duplicated battery icon in gnome-classic (notification area)

2013-03-17 Thread hansvschoot
is there any way to overrule this behaviour? I prefer the notification
area battery icon (because I'm using Avant Window Navigator)

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

Title:
  duplicated battery icon in gnome-classic (notification area)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/965279/+subscriptions

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


[Bug 1004371] Re: smart window placement puts windows on top of each other while there is plenty of space

2012-09-03 Thread hansvschoot
so i had some time on my hands and did a bit more testing.
i took a clean ubuntu 12.04 install, ripped out the default compiz (0.9.7.8?) 
and replaced it with the compiz from onceiric (version 0.9.6).
this results in ubuntu 12.04 with only unity 2D available, in which compiz can 
be enabled and set up for testing. running compiz 0.9.6 under ubuntu 12.04 
solves the problem in the smart window placement routine, but of course breaks 
a lot of other stuff.

for other people who want to mess around, break their system and test some 
stuff:
log out, log back in using unity 2D (or classic gnome, or any other manager 
that does not depend on unity)
in a terminal, remove compiz (and unity): sudo apt-get purge compiz*

I downloaded the .deb files from https://launchpad.net/ubuntu/oneiric/amd64/ 
(as my version was 64bit)
download the following packages, and install them using sudo dpkg -i 
package-name-here . the order is important, as they depend on one another
libdecoration0
compiz-core
compiz-plugins-default
compiz-plugins
libcompizconfig0
python-central
python-compizconfig
compizconfig-backend
compizconfig-settings-manager
compiz-gnome
(if they give an error, check the dependencies!)

after this you can test compiz 0.9.6 and ccsm under ubuntu 12.04, by running:
compiz --replace


My guess where things go wrong:
in the source of the compiz package (0.9.7.8 vs 0.9.6) the only real difference 
in the smart placement routine i can find is at line 83 of smart.ccp 
(plugins/place/src/smart/src/), where the old version (place.cpp, line 968) 
adds up 4 variables and the new version adds up only 3. 

i'll keep digging, but it might take a lot of time, as i'm not familiar
with the structure of the rest of the compiz code.

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

Title:
  smart window placement puts windows on top of each other while there
  is plenty of space

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

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


[Bug 1004371] Re: smart window placement puts windows on top of each other while there is plenty of space

2012-07-17 Thread hansvschoot
the smart window placement fails on the second output. if the smart
window placement plugin is set to use all output devices, it refuses to
do so and only uses the first. changing the output into a single large
one (under compiz general settings  display settings) solves this
problem but introduces a new one. it will allow smart window placement
to spawn on both monitors, but (of course) the border between the two
monitors will be gone. this makes maximizing a window spawn both
screens, and the smart window placement will split some of the new
windows between both screens.

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

Title:
  smart window placement puts windows on top of each other while there
  is plenty of space

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

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


[Bug 1004371] Re: smart window placement puts windows on top of each other while there is plenty of space

2012-07-17 Thread hansvschoot
some more testing:
The random placement mode behaves normal: it uses both outputs when place 
across all outputs is selected, and also works like its supposed to with any 
other multi output mode.
Smart testing reverts to the top left corner of the second monitor if it is 
active and use active output device is selected for multi output mode. if 
place across all outputs is used, the second monitor is ignored and only the 
first one is used.

additional info:
this behaviour appears in ubuntu 12.04. older versions (11.10 and before) did 
not have this bug.

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

Title:
  smart window placement puts windows on top of each other while there
  is plenty of space

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

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


[Bug 874041] Re: Most panel menus won't stay open after clicking them on one monitor of a dual monitor set up.

2011-10-15 Thread hansvschoot
same problem here, also nvidia twinview (nvidia driver version 285.05.09)
the menus behave like they should on the second monitor, lust like ramon.rocha 
reported.

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

Title:
  Most panel menus won't stay open after clicking them on one monitor of
  a dual monitor set up.

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

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


[Bug 206952] Re: suspend only works once

2011-01-20 Thread hansvschoot
a new thread would be a wise thing to do, since this one isn't very
active anymore. 10.10 fixed the single suspend bug for me and many
others, so yours might not be related (also, i don't have chromium-
browser)

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

Title:
  suspend only works once

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


[Bug 311869] Re: Add driver for Sentelic Touch pad

2010-06-05 Thread hansvschoot
Hi Steven, good to hear the machine is working now. the windows 7
touchpad driver gives you some extra control but it works (and is sold)
without driver.

i haven't tried to compile the psmouse.ko under lucid yet myself, but it
should work in the same way. all i can guess is that there are some
dependencies missing. (to be honest, my machine is working very well at
the moment and i want to keep it that way ;-)

all we can hope for is a bit more support in 10.10, with some luck we
might even get a GUI to control our touchpads...

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-06-04 Thread hansvschoot
hi steven,

my xinput list gives almost the same results, so thats ok. (my pad has
id=11)

i've run out of ideas for you to try. there are solutions like
disabling the touchpad from bios and working with a usb mouse, but
that's not a real option i guess. what bothers me most is that your
touchpad was working fine and broke down, very strange.

you could try an ubuntu karmic disk, with older kernel and add the psmouse.ko 
yourself, but i don't blame you for switching to windows in this case ;-)
if you need the windows7 sentelic driver, let me know. my brother has his msi 
with sentelic pad running windows 7. (the driver was a bit hard to find about a 
year ago)

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-06-03 Thread hansvschoot
Hi Steven,

i'm updating my own laptop to a new kernel now, (it's lucid at the
moment, but i don't remember if i had to replace the psmouse.ko) and
check what needs to be done to get the touchpad to work.

you should try if you can restart the touchpad with the following
terminal command:

echo -n R  /sys/devices/platform/i8042/serio1/flags

serio1 could also be serio0.

i'll post more in 15 minutes

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-06-03 Thread hansvschoot
i just updated my own laptop to the newest kernel, and the touchpad
works without changes needed.

the wacky mouse movement problem can result from suspending the machine, but 
you should be able to solve that with
echo -n R  /sys/devices/platform/i8042/serio1/flags (should be run a sudo i 
think)

since the machine is a netbook, i suspect you're running lucid in 32bit?

can you give me the list of your serio0 an serio1 folders? in a terminal 
window, enter:
ls /sys/devices/platform/i8042/serio0/
and
ls /sys/devices/platform/i8042/serio1/

did the echo command work to fix the touchpad?

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-06-03 Thread hansvschoot
hi steven,

can you try the commands from the live-cd? if i remember correct, 10.04
should have the sentelic driver build in, showing up as the i8042/serio0
or serio1 folder.

also, is the mouse freaking out on a fresh boot, or only after
suspending/hibernating the machine?

what happens if you modprobe the psmouse?
to unload the mousedriver: 
sudo modprobe -r psmouse
to load it again:
sudo modprobe psmouse

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-06-03 Thread hansvschoot
hi steven,

the problem also existing on the live-usb is a bit strange, did you
allow the live-usb drive to update? (a live-usb is not read-only like a
CD, in fact it's more like a normal installation on an external drive.
changes made to it during a session stay after reboot.)

i think you should try to make a new live-usb and see if the touchpad is
working fine from there (and how the serio1 and 0 folders look). also
try if you can use the scroll function (hold your finger in the upper-
and lower-right corner), it should be enabled by default in lucid.

to me your story sounds like the touchpad was recognized and working
with a clean install/live-usb, and broke down after updates (or changes
to your configuration).

one last question: how did you find out that you're blessed with a
sentelic touchpad?

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 540396] Re: amarok 2.3.0, empty local collection (0 tracks)

2010-03-18 Thread hansvschoot
same problem here, installing the sugested packages fixed the problem.
tnx!

-- 
amarok 2.3.0, empty local collection (0 tracks)
https://bugs.launchpad.net/bugs/540396
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 311869] Re: Add driver for Sentelic Touch pad

2010-03-17 Thread hansvschoot
@Thomas: i just updated my own 9.10 karmic, and descovered a small
glitch in my own HOWTO. the psmouse.ko should be copied with: sudo cp
psmouse.ko /lib/modules/2.6.31-20-generic/kernel/drivers/input/mouse/
(the -generic part was missing in the HOWTO)

when copying don't forget to unprobe the mouse, so the commands should be 
(after navigating to the folder containing psmouse.ko):
sudo modprobe -r psmouse
sudo cp psmouse.ko /lib/modules/2.6.31-20-generic/kernel/drivers/input/mouse/
sudo modprobe psmouse

after this fspc and the command line tricks should both work in 9.10
with kernel 2.6.31-20-generic

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-03-16 Thread hansvschoot
@Thomas: my serio0 looks exactly like yours, however my FSP is serio1.
i don't know about replacing the kernal, however you could upgrade to the beta 
of 10.04, it will be released the 18th if i'm correct.

are you 100% sure you replaced the psmouse.ko file? it's the part with
the modprobe command. (it needs to be done again if you've updated the
kernel, say from -19 to -20)


in lucid (10.04) you should be able to use the commands described above (post 
#34 and following)

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-03-13 Thread hansvschoot
@Thomas: if you've patched the psmouse (replaced the psmouse.ko file,
after doing the modprobe -r stuff), fspc should be able to detect the
touchpad (fsp stands for finger sensing pad if i'm correct).

if fspc is nog working, you could try the method discribed around post
#34. pay attention to use the right device (serio0 or serio1, this
depends on your personal machine).

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 206952] Re: suspend only works once

2010-03-12 Thread hansvschoot
CutDaMuzik: nice to hear i'm not the only one with this strange behavior. what 
kind of hardware are you running? have you tried your usb mouse on another usb 
port? i get multiple suspends if the mouse is connected on some of the usb 
ports, but not if its connected to the others. (the plugging outin trick works 
on all ports here, but can be avoided by finding the right usb port)
This problem happens to me on an Zotac ION board, nvidia chipset. i should also 
mention that i'm running the karmic installation from a USB drive. (not a live 
usb stick, but a normal installation)
I can do the scripting, but i don't know how and/or what usb modules to 
load/unload...

-- 
suspend only works once
https://bugs.launchpad.net/bugs/206952
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 311869] Re: Add driver for Sentelic Touch pad

2010-03-12 Thread hansvschoot
@Thomas Mueller: did you install gcc through the synaptic package
manager/apt-get? can you also check if you have the build-essential
and cmake package installed?

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-03-09 Thread hansvschoot
@stiV: i thought the sentelic touchpad can't do multitouch? do you have
multitouch (scrolling with 2 fingers?) in another OS, like windows? i've
never had multitouch with my sentelic, not in windows XP, vista or
windows 7. but if you've had multitouch before and are 100% positive you
have a sentelic pad, it's worth doing a little digging for ;-)

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 206952] Re: suspend only works once

2010-03-07 Thread hansvschoot
Hi all,

Same issue here, but with some strange side-effects. i'm running karmic 64bit 
in an ION board (XBMC on top of a normal install). the OS is on a USB flash 
disk (16gb corsair flash foyager GT). with no additional hardware attached i 
only get one suspend per session, but plugging in a USB (optical) mouse on some 
of the USB ports fixes this. (with the mouse attached i can suspend as many 
times as i like. also just plugging it in and taking it out gives one 
additional suspend). 
Only problem i have left is awaking the bluetooth usb dongle after a long 
suspend (it wakes up if i resume the machine within a couple of minutes, but 
doesn't awake after a long suspend (more than an hour). I'm going to play 
around a bit with the USB modules in acpi-support next week.


if i can help by providing system info, please tell me what commands to run 
and/or logfiles to submit ;-)

-- 
suspend only works once
https://bugs.launchpad.net/bugs/206952
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 311869] Re: Add driver for Sentelic Touch pad

2010-02-16 Thread hansvschoot
strangely the script i wrote for loading the settings with fspc was
working yesterday, but doesn't anymore. after some toying around i gave
up, the problem is somewhere with the fspc -t -l  line, it won't execute
from the script. (if you put it at the bottom, outside the case
statement, it prevents the system from suspending)

i'm now using echo statements to setup the touchpad after suspend/hibernate, 
this works fine.
to read out the current settings (after you made them with fspc or another 
config program), use a terminal to go to /sys/devices/platform/i8042/serio1/ 
and use the cat command to read out the various entries, for instance:
cat vscroll
cat hscroll
cat accel
cat flags

write those values down and add them to the script, below the reset
line, in the form of: echo -n thedesiredvalue 
/sys/devices/platform/i8042/serio1/targetentry

i hope everyone can get their touchpad working the way it should be
working now

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-02-16 Thread hansvschoot
joelzehring, have you downloaded and extracted the attachment from post
30 and read the howto.txt? it's not too dificult to do, if you know how
to openuse a terminal (Applications menu - Accessories - Terminal)
and openuse the synaptic packages manager (System  Administration 
Synaptic Package Manager)

if you run into any problems, post them here and i'll try to make the
howto instructions more clear for first-time ubuntu users :o)

by the way, are you still on the alpha2 version of lucid or are you
running the 9.10 karmic? i don't know if the kernel patching goes well
in lucid, i'll try it out in a couple of days. (haven't got my usb dvd
drive around at the moment)

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-02-15 Thread hansvschoot
the FSPC app gives me the missing resource file error when i try to open
it with a starter, or from another folder. using nautilus to browse into
the fspc-static-20081201 folder and then doubleclicking the fspc app
works here.

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-02-15 Thread hansvschoot
I decided to figure it all out this morning, and the results are in the 
attachment. it's a howto with all the files needed to compile the psmouse.ko 
(thank you phil) and the fspc program. it also has the static package from the 
fsp-lnxdrv page onboard, and i included my own build of fspc (64bit ubuntu 9.10)
the howto describes:
- how to compile the psmouse.ko (and what packages you need)
- how to compile the fspc 
- how to copy the fspc files to the right locations
- how to make a fspc settings file
- how to make ubuntu load the settings file on startup

all i need to figure out now is the suspend/hibernate problem :)


** Attachment added: fspc-package.tar.gz
   http://launchpadlibrarian.net/39214546/fspc-package.tar.gz

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-02-15 Thread hansvschoot
also managed to fix the hibernate problem, the INSTALL file instructions
gave some minor problems.

to fix the hibernate/suspend mouse issue, i created a script in 
/etc/pm/sleep.d/ (press Alt+F2, type in: gksudo nautilus and browse to that 
folder)
use right mouse button to create a new empty document. open the document with a 
double-click and add the following to it:


#!/bin/sh
# this script resets the touchpad after a hibernate or suspend and reloads the 
fspc settings script.

case ${1} in
resume|thaw)
echo -n R  /sys/devices/platform/i8042/serio1/flags
fspc -t -l ~/fspc.ini
;;
esac


save the file, and use the nautilus window to give it execute rights.

make shure the fspc -t -l ~/fspc.ini line points to the location of the
file with your fspc settings, how to make a settings file is described
in the attachment in the post above.

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-02-15 Thread hansvschoot
no i'm running the 2.6.31-19 kernel in karmic, haven't updated jet. i'll try 
some things later this week with a Lucid live-USB.
the loss of the msiwind forums is a shame indeed, a lot of info about the 
touchpad was online there :-(

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-02-15 Thread hansvschoot
ok i figured out how to controll the click on pad setting without usage
of the fspc program :-) maybe this also works in Lucid, but i can't test
that right now...

echo -n kbxyac  /sys/devices/platform/i8042/serio1/flags
turns off click on pad, turning it on is done by passing the following:
echo -n kbxyaC  /sys/devices/platform/i8042/serio1/flags
the c flag is the click function, a capitol is turning it on.

to enable the vertical scrolling:
echo -n 1  /sys/devices/platform/i8042/serio1/vscroll
to disable:
echo -n 0  /sys/devices/platform/i8042/serio1/vscroll

for the horizontal scroll, use hscroll

any other things i should look for?

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2010-01-10 Thread hansvschoot
the driver is integrated in ubuntu lucid, scroll works out of the box in
the 10.4 alpha 1. this is kernel 2.6.32-7

however the fspc settings manager program won't run and in the ubuntu
mouse settings screen there is nothing about a touchpad or the
scrollfunction.

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2009-12-05 Thread hansvschoot
ok so far i managed to use make to create my own psmouse.ko, and moving
it to the right folder (the header files of my kernel refused to
download at first, but apt-get update fixed that). the fspc runs now,
and i'm able to configure my sentelic touchpad.

the only problem i have left is that the configuration tool (fspc) is not 
storing the settings. rebooting or reloading the psmouse with modprobe makes it 
forget the settings, so i have to enable scrolling everytime after a reboot, 
highly anoying.
does anybody know a fix for that? (using the default button in the fspc program 
also doesn't seem to do anything)

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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 311869] Re: Add driver for Sentelic Touch pad

2009-11-29 Thread hansvschoot
I'm running a fresh ubuntu Karmic 9.10 (64bit) installation on my
msi-X340 and would love to get this driver working.

My problem is that although i've been using ubuntu for quite some time
now i'm not familiar with manual kernel rebuilding and hardcore
patching. I tried phil's solution and copied the psmouse.ko to the lib
folder (also the lib64 folder) but i can't seem to run the fspc file
from the sentelic sourceforge tar. double clicking it gives nothing,
starting it from terminal just gives a command not found (i am in the
right folder, and sudo-ing it doesn't make a difference). adding a ./ in
front of it gives a file or folder doesn't exist error.

what am i doing wrong?

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
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