Help configuring Elantech touchpad

Hi,
I've an Elantech touchpad identified as this:
$lshal
udi = '/org/freedesktop/Hal/devices/pnp_ETD0001'
info.linux.driver = 'i8042 aux' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'PnP Device (ETD0001)' (string)
info.subsystem = 'pnp' (string)
info.udi = '/org/freedesktop/Hal/devices/pnp_ETD0001' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pnp' (string)
linux.sysfs_path = '/sys/devices/pnp0/00:05' (string)
pnp.id = 'ETD0001' (string)
It works but I cant figure out how to configure it.
I used the hal fdi config file as described in the wiki, but after hal restart (and also after reboot) the settings are not taken into account.
BTW the kcontrol touchpad settings management is not configurable (buttons are grey and no way to tick or click)
If someone has the same device and know about configuring it, please tell!!
Here ise the method I used :
$ sudo cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
$ sudo nano /etc/hal/fdi/policy/11-x11-synaptics.fdi
// I tried to turn off two finger scrolling and event the whole touchpad
// <merge key="input.x11_options.touchpadoff" type="string">1</merge>
// <merge key="input.x11_options.VertTwoFingerScroll" type="string">false</merge>
// <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
$ sudo /etc/rc.d/hal restart
Nothing had changed in the touchpad config...
full file:
$ nano /etc/hal/fdi/policy/11-x11-synaptics.fdi
// nano
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.product" contains="ETPS/2 Elantech Touchpad">
<append key="info.capabilities" type="strlist">input.touchpad</append>
</match>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
<!-- Arbitrary options can be passed to the driver using
the input.x11_options property since xorg-server-1.5. -->
<!-- EXAMPLES:
Switch on shared memory, enables the driver to be configured at runtime
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
Maximum movement of the finger for detecting a tap
<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
Enable vertical scrolling when dragging along the right edge
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.VertTwoFingerScroll" type="string">false</merge>
Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
If on, circular scrolling is used
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
<merge key="input.x11_options.touchpadoff" type="string">1</merge>
For other possible options, check CONFIGURATION DETAILS in synaptics man page
-->
</match>
</device>
</deviceinfo>
Last edited by florut (2010-02-20 14:02:54)

#!/bin/sh
# Default acpi script that takes an entry for all actions
# NOTE: This is a 2.6-centric script. If you use 2.4.x, you'll have to
# modify it to not use /sys
minspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq`
maxspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
setspeed="/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
set $*
getXuser() {
user=`pinky| grep -m1 ":$displaynum " | awk '{print $1}'`
if [ x"$user" != x"" ]; then
userhome=`getent passwd $user | cut -d: -f6`
export XAUTHORITY=$userhome/.Xauthority
else
export XAUTHORITY=""
fi
getXconsole() {
console=`fgconsole`;
displaynum=`ps t tty$console | sed -n -re 's,.*/X .*:([0-9]+).*,\1,p'`
if [ x"$displaynum" != x"" ]; then
export DISPLAY=":$displaynum"
getXuser
fi
case "$1" in
button/power)
#echo "PowerButton pressed!">/dev/tty5
case "$2" in
PWRF) logger "PowerButton pressed: $2" ;;
*) logger "ACPI action undefined: $2" ;;
esac
button/sleep)
case "$2" in
SLPB) echo -n mem >/sys/power/state ;;
*) logger "ACPI action undefined: $2" ;;
esac
ac_adapter)
case "$2" in
AC)
case "$4" in
00000000)
echo -n $minspeed >$setspeed
#/etc/laptop-mode/laptop-mode start
00000001)
echo -n $maxspeed >$setspeed
#/etc/laptop-mode/laptop-mode stop
esac
*) logger "ACPI action undefined: $2" ;;
esac
battery)
case "$2" in
BAT0)
case "$4" in
00000000) #echo "offline" >/dev/tty5
00000001) #echo "online" >/dev/tty5
esac
CPU0)
*) logger "ACPI action undefined: $2" ;;
esac
button/lid)
#echo "LID switched!">/dev/tty5
hotkey)
event="$2"\ "$3"
case "$event" in
"ATKD 0000002"*)
acpi_fakekey 224
brightness=`echo $3 | sed 's/0000002//'`
setpci -s 00:02.0 F4.B=${brightness}f
/home/dominik/bin/brightness.sh $brightness &
"ATKD 0000001"*)
acpi_fakekey 225
brightness=`echo $3 | sed 's/0000001//'`
setpci -s 00:02.0 F4.B=${brightness}f
/home/dominik/bin/brightness.sh $brightness &
"ATKD 0000006b")
logger "ACPI action: toggle touchpad"
getXconsole
# get the id of the touchpad
XINPUTNUM=`xinput list "ETPS/2 Elantech Touchpad" | sed -n -e's/.*id=\([0-9]\+\).*/\1/p'`
# get the current state of the touchpad
TPSTATUS=`xinput list-props $XINPUTNUM | awk '/Device Enabled/ { print $NF }'`
echo $XINPUTNUM > /home/dominik/test
# if getting the status failed, exit
test -z $TPSTATUS && exit 1
if [ $TPSTATUS = 0 ]; then
xinput set-prop $XINPUTNUM "Device Enabled" 1
else
xinput set-prop $XINPUTNUM "Device Enabled" 0
fi
esac
logger "ACPI group/action undefined: $1 / $2"
esac
Well, it doesn't work anymore. Running the commands which determine the value of XINPUTNUM and TPSTATUS works just perfect, which leads me to think that getXconsole is broken...
EDIT
getXconsole() {
console=`fgconsole`;
displaynum=`ps t tty$console | sed -n -re 's,.*/X .*:([0-9]+).*,\1,p'`
if [ x"$displaynum" != x"" ]; then
export DISPLAY=":$displaynum"
getXuser
fi
was the culprit. " tty$console" should be " tty $console".
Last edited by Arthenik (2010-10-14 16:29:03)

Similar Messages

  • Need help on Elantech Touchpad setup

    I have an Asus u50 laptop with the elantech touchpad. The features I know of are working fine, the problem is it's too sensitive. I want to disable tapping.
    I've read around a bit through Arch's wiki, debian's wiki, and random results around google, but nothing worked so far.
    I'm using arch x86_64, kernel 2.6.32-ARCH.
    xf86-input-synaptics installed
    xf86-input-evdev installed
    using hal with autodetect
    zcat /proc/config/gz | grep ELANTECH
    returns
    CONFIG_MOUSE_PS2_ELANTECH=y
    ===================
    synclient -l
    returns empty
    ===================
    /etc/hal/fdi/policy/11-x11-synaptics.fdi
    has
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    <merge key="input.x11_options.MaxTapMove" type="string">0</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>
    Anyone have any ideas?

    I got mine working correctly by putting this in /etc/modprobe.d/modprobe.conf:
    options psmouse proto=imps
    and rebooting.
    I mentioned this in another thread, didn't work for the OP, so ymmv
    Edit: make sure you have psmouse module loaded - if not add it to your modules array in /etc/rc.conf first
    Edit 2: Sorry, didn't read your post properly , please disregard
    Last edited by ploub (2010-03-27 07:45:35)

  • Elantech Touchpad Issue/Confusion on Fresh Install

    This machine is an Acer Aspire 5253-BZ660.  I use this machine exclusively for running Mixxx (the linux dj application) which I use professionally.
    On my first go at trying Arch, everything worked well. I was more than pleased.  However I experimented with tweaking various component latencies to improve system performance, and I also tried switching from the open source ati drivers to catalyst.  Big mistake because I lost my xserver, and after banging my head for a couple days I decided to do a re-install.
    Now I'm pretty much back up--running the open source ati drivers--but for some reason my touchpad is completely unresponsive.
    Here is my current Xorg.log:
    [    24.238] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event8)
    [    24.239] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [    24.239] (II) LoadModule: "synaptics"
    [    24.239] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    24.241] (II) Module synaptics: vendor="X.Org Foundation"
    [    24.241]     compiled for 1.10.2, module version = 1.4.0
    [    24.241]     Module class: X.Org XInput Driver
    [    24.241]     ABI class: X.Org XInput driver, version 12.2
    [    24.241] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [    24.241] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    24.241] (**) ETPS/2 Elantech Touchpad: always reports core events
    [    24.241] (**) Option "Device" "/dev/input/event8"
    [    24.370] (--) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
    [    24.370] (--) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
    [    24.370] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    [    24.370] (--) ETPS/2 Elantech Touchpad: buttons: left right double triple
    [    24.370] (--) ETPS/2 Elantech Touchpad: invalid pressure range.  defaulting to 0 - 256
    [    24.370] (--) ETPS/2 Elantech Touchpad: invalid finger width range.  defaulting to 0 - 16
    [    24.370] (**) Option "TapButton1" "1"
    [    24.370] (**) Option "TapButton2" "2"
    [    24.370] (**) Option "TapButton3" "3"
    [    24.476] (--) ETPS/2 Elantech Touchpad: touchpad found
    [    24.477] (**) ETPS/2 Elantech Touchpad: always reports core events
    [    24.530] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
    [    24.530] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    [    24.530] (**) ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [    24.530] (**) ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
    [    24.530] (**) ETPS/2 Elantech Touchpad: AccelFactor is now 0.147
    [    24.531] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [    24.531] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [    24.531] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [    24.531] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [    24.610] (--) ETPS/2 Elantech Touchpad: touchpad found
    [    24.611] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [    24.611] (II) No input driver/identifier specified (ignoring)
    [    24.611] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [    24.611] (II) No input driver/identifier specified (ignoring)
    [    34.928] (II) RADEON(0): EDID vendor "LGD", prod id 592
    [    34.928] (II) RADEON(0): Printing DDC gathered Modelines:
    [    34.928] (II) RADEON(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 771 776 790 -hsync -vsync (47.4 kHz)
    [   330.377] ETPS/2 Elantech Touchpad: Read error No such device
    [   330.378] (II) config/udev: removing device ETPS/2 Elantech Touchpad
    [   330.405] (II) UnloadModule: "synaptics"
    [   330.405] (II) Unloading synaptics
    My problem is staring me right in the face.  I can see that udev detects my trackpad, loads synaptics, and reports that everything's cool... but then for some reason it adds teh touchpad again, but this time assigns it to /dev/input/mouse0.  It then tries to access the device there, can't find it, and then unloads synaptics...
    I've done some searching both here and elsewhere, but haven't found a solution.  I've tried both commenting out and deleting the touchpad part of my evdev configuration file.  I've even hidden the 10-synaptics* file, which someone found actually stopped udev from doing this.
    I am running udev 1.7, and haven't yet downgraded, but I seemed to recall seeing an announcement that this was an issue with the init scripts and that the bug was corrected...
    One last thing, my install disc is dated 5-23-11 so it has the core packages that were current at that date.  I've only used this disc, but do tend to choose the net packages as my source, so I'm sure this problem stems from something that was updated after 5-23.
    Hope someone can help me fix this...
    -JLR
    p.s.  An idea just hit me as a possible workaround.  I'm going to check if /dev/input/mouse0 exists, and if it doesn't I guess I could just sim link it to /dev/input/event* and then udev should hopefully access the touchpad despite which path it uses... if that works, cool, but I'd like to get the system running as it's intended.  Thanks again.

    I'm having the same issue since two nights ago, when I rebooted my laptop.  There were some brief errors on one of the DAEMONS, but the init procedure switched to the login screen before I had a chance to read the errors. 

  • Elantech Touchpad Detected As PS/2 Elantech Mouse (Dell Vostro 3560)

    Dear community,
    I am facing troubles with my Dell Vostro 3560's Elantech Touchpad. It gets detected as PS/2 Elantech mouse.
    [acs@einherij ~]$ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Elantech Mouse id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ Laptop_Integrated_Webcam_E4HD id=10 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
    ↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
    Testwise. I installed from AUR the "psmouse-elantech" package (as mentioned in the Touchpad Synaptics article). After reboot, no effect at all, xinput gives the same output.
    Can somebody point me in the correct direction please?
    --- snip /var/log/Xorg.0.log ---
    [ 11.978] (II) config/udev: Adding input device PS/2 Elantech Mouse (/dev/input/event11)
    [ 11.978] (**) PS/2 Elantech Mouse: Applying InputClass "evdev pointer catchall"
    [ 11.978] (II) Using input driver 'evdev' for 'PS/2 Elantech Mouse'
    [ 11.978] (**) PS/2 Elantech Mouse: always reports core events
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: Device: "/dev/input/event11"
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Vendor 0x2 Product 0x1
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found 3 mouse buttons
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found relative axes
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found x and y relative axes
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: Configuring as mouse
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: YAxisMapping: buttons 4 and 5
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 11.978] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [ 11.978] (II) XINPUT: Adding extended input device "PS/2 Elantech Mouse" (type: MOUSE, id 12)
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: initialized for relative axes.
    --- snap ---
    Last edited by sonnyka (2012-08-07 16:58:44)

    also see: https://bbs.archlinux.org/viewtopic.php?id=117109

  • Elantech touchpad synaptics config -Samsung 7 series etc.

    Finally with the 3.2 kernel released the touchpad on my Samsung 7 series 700z5a is recognized as a synaptics capable device.
    Xinput reports it as ETPS/2 Elantech Touchpad. I'm really happy about this! There is though some problems with the default configuration of synaptics, I have been playing around with them for a bit now and would like to share my findings. And I hope that other want to play around with the settings and share them as well.
    Currently I have set these settings, all of them necessary for the touchpad to work at all.
    FingerLow: 15  //This sets at which pressure it should no longer be recognized as a movement. Default was 25, at least for me.
    FingerHigh: 20 //This sets at which pressure t should be counted as a movement. Default was 30.
    TapButton1: 1 //Sets which button event should be triggered when tapping the pad with one finger.
    These are settings are not fine-tuned, but at least the pad works.
    The settings can be set on-the-fly by using synclient, i.e. to set FingerLow to 15:
    $ synclient FingerLow=15
    Execute synclient without parameters to see a list of current configuration and with -m <interval in ms> to see what the touhpad registers.

    also see: https://bbs.archlinux.org/viewtopic.php?id=117109

  • ASUS UL30 Elantech touchpad jitter/jumping

    I've been running Arch x86_64 for over a year on this laptop, and recently had to send it back for  (dropped it).  I think they simply replaced the laptop instead of just replacing the shell, so it may actually have a different touchpad or a hardware revision.
    Anyhow, the touchpad works, even with two-fingered scrolling and three-finger right click, however I experience cursor 'jitter' and 'jumpiness', even with a single finger completely still. 
    I tried enabling [testing] and updating everything....that didn't fix it.  Does anyone have suggestions for /etc/X11/xorg.conf.d/10-synaptics.conf settings?  In the past on my other laptops I've never had to configure anything, just simply install xf86-input-synaptics. 
    It looks like there was a kernel fix in the aur at one point in time, but it's quite old:
    http://aur.archlinux.org/packages.php?ID=24815
    Also, it's an Elantech touchpad.  Here is the output of dmesg:
    dmesg |grep elan
    elantech: assuming hardware version 2, firmware version 4.1.1
    elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
    Any suggestions would be greatly appreciated.  This has rendered my touchpad very inaccurate.
    Last edited by DarksideEE7 (2011-01-14 05:19:39)

    I am running [testing], yes. It's working great when your computer is all-intel
    I have also never done any config, and I have the same file present.
    When I press a finger down it's completely still. It moves like it should, and tap-to-click, two-finger-scroll and two-finger-middle-click is enabled by default and working.
    I use gnome, and under mouse settings I have a 'touchpad' tab, but none of the settings seems to work.
    Now I may be imagining, but I think that the bug where Elantech touchpad = Logitech mouse is solved. You should try and enable testing repository. I don't know what kernel you are using, but in 2.6.37 it's all good.
    oscar@arch-laptop: [~] >>> sudo pacman -Q
    Lösenord:
    a52dec 0.7.4-4
    aalib 1.4rc5-7
    abiword 2.8.6-4
    acl 2.2.49-2
    acpid 1.0.10-3
    alacarte 0.13.2-3
    alsa-firmware 1.0.23-1
    alsa-lib 1.0.23-2
    alsa-oss 1.0.17-1
    alsa-plugins 1.0.23-2
    alsa-utils 1.0.23-3
    aspell 0.60.6-4
    atk 1.32.0-1
    atkmm 2.22.2-1
    attr 2.4.44-2
    audiofile 0.2.7-1
    autoconf 2.68-1
    autoconf2.13 2.13-1
    automake 1.11.1-2
    avahi 0.6.28-1
    babl 0.1.2-1
    bash 4.1.009-3
    binutils 2.21-2
    bluez 4.85-1
    boost 1.45.0-1
    boost-libs 1.45.0-1
    bridge-utils 1.4-3
    bzip2 1.0.6-1
    ca-certificates 20090814+nmu2-1
    cairo-ubuntu 1.10.2-1
    cairomm 1.8.6-1
    ccache 3.1.4-1
    ccsm 0.8.4-2
    cdparanoia 10.2-2
    cheese 2.32.0-1
    cloog-ppl 0.15.10-2
    clutter 1.4.0-1
    clutter-gtk 0.10.8-2
    compiz-bcop 0.8.4-1
    compiz-core 0.8.6-2
    compiz-decorator-gtk 0.8.6-2
    compiz-fusion-plugins-main 0.8.6-1
    compiz-manager 0.6.0-3
    compizconfig-python 0.8.4-2
    compositeproto 0.4.2-1
    confuse 2.7-1
    consolekit 0.4.2-1
    coreutils 8.9-1
    cpufrequtils 008-1
    cracklib 2.8.16-1
    cryptsetup 1.2.0-1
    curl 7.21.3-1
    cyrus-sasl-plugins 2.1.23-2
    damageproto 1.2.1-1
    dash 0.5.6.1-2
    db 5.1.19-3
    dbus 1.4.1-1
    dbus-core 1.4.1-1
    dbus-glib 0.92-1
    dbus-python 0.83.1-2
    dconf 0.5.1-1
    dcron 4.4-2
    deluge 1.3.1-2
    desktop-file-utils 0.16-1
    device-mapper 2.02.79-1
    dhcpcd 5.2.9-1
    dialog 1.1_20100428-2
    diffutils 3.0-2
    dirmngr 1.1.0-1
    djvulibre 3.5.23-1
    dkms 2.1.1.2-3
    dmxproto 2.3-1
    dnsmasq 2.55-1
    dnsutils 9.7.2.P3-1
    docbook-xml 4.5-4
    dosfstools 3.0.10-1
    dri2proto 2.3-1
    e2fsprogs 1.41.14-1
    elementary-borderless-gtk-theme 0.2.5-1
    elfutils 0.150-1
    enca 1.13-1
    enchant 1.6.0-1
    eog 2.32.1-1
    esound 0.2.41-1
    ethtool 2.6.35-2
    ettercap NG_0.7.3-15
    ettercap-gtk NG_0.7.3-8
    eventlog 0.2.12-1
    evince 2.32.0-5
    evolution-data-server 2.32.1-1
    exaile 0.3.2.0-3
    exempi 2.1.1-1
    expat 2.0.1-6
    faac 1.28-2
    faad2 2.7-1
    faenza-icon-theme 0.8-1
    fakeroot 1.14.5-1
    farsight2 0.0.22-1
    ffmpeg 25679-1
    fftw 3.2.2-1
    file 5.04-3
    file-roller 2.32.1-1
    filesystem 2010.12-1
    findutils 4.4.2-3
    firefox-extension-firefoxnotify-git 20101202-1
    firefox-i18n 3.6.12-1
    firefox-pgo-beta 4.0b8build1-1
    fixesproto 4.1.2-1
    flac 1.2.1-2
    flashplugin-prerelease 10.3.162.29-1
    fontconfig-ubuntu 2.8.0-1
    fontsproto 2.1.1-1
    fping 2.4b2-3
    freeglut 2.6.0-1
    freetype2-ubuntu 2.4.4-1
    fribidi 0.19.2-1
    fuse 2.8.5-1
    gamin 0.1.10-4
    gawk 3.1.8-2
    gcalctool 5.32.2-1
    gcc 4.5.2-4
    gcc-libs 4.5.2-4
    gconf 2.32.0-1
    gconf-editor 2.32.0-1
    gconfmm 2.28.2-1
    gd 2.0.36RC1-3
    gdb 7.2-2
    gdbm 1.8.3-8
    gdk-pixbuf2 2.22.1-1
    gedit 2.30.4-3
    gegl 0.1.2-1
    gen-init-cpio 2.6.36-1
    gettext 0.18.1.1-1
    ghostscript 9.00-2
    giflib 4.1.6-3
    gimp 2.6.11-1
    gksu 2.0.2-2
    glew 1.5.7-1
    glib2 2.26.1-1
    glibc 2.12.2-1
    glibmm 2.24.2-1
    glproto 1.4.12-1
    gmp 5.0.1-2
    gnome-applets 2.32.1.1-1
    gnome-bluetooth 2.32.0-1
    gnome-control-center 2.32.1-1
    gnome-desktop 2.32.1-1
    gnome-disk-utility 2.32.0-2
    gnome-doc-utils 0.20.2-2
    gnome-icon-theme 2.31.0-1
    gnome-keyring 2.32.1-1
    gnome-media-pulse 2.32.0-3
    gnome-menus 2.30.5-1
    gnome-mime-data 2.18.0-4
    gnome-panel 2.32.1-1
    gnome-power-manager 2.32.0-1
    gnome-session 2.32.1-1
    gnome-settings-daemon-pulse 2.32.1-2
    gnome-system-monitor 2.28.2-1
    gnome-system-tools 2.32.0-1
    gnome-terminal 2.32.1-1
    gnome-utils 2.32.0-1
    gnupg 1.4.11-2
    gnupg2 2.0.16-3
    gnutls 2.10.4-1
    gobject-introspection 0.9.12-1
    goffice 0.8.12-1
    gparted 0.7.1-1
    gperf 3.0.4-1
    gpgme 1.3.0-1
    gpm 1.20.6-6
    grep 2.7-1
    groff 1.21-1
    grub2 1.98-5
    gsfonts 1.0.7pre44-2
    gsm 1.0.13-6
    gstreamer0.10 0.10.31-1
    gstreamer0.10-bad 0.10.20-1
    gstreamer0.10-bad-plugins 0.10.20-1
    gstreamer0.10-base 0.10.31-1
    gstreamer0.10-base-plugins 0.10.31-1
    gstreamer0.10-ffmpeg 0.10.11-1
    gstreamer0.10-good 0.10.26-1
    gstreamer0.10-good-plugins 0.10.26-1
    gstreamer0.10-python 0.10.18-3
    gstreamer0.10-ugly 0.10.16-1
    gstreamer0.10-ugly-plugins 0.10.16-1
    gtk-aurora-engine 1.5.1-2
    gtk-engine-equinox 1.30.2-2
    gtk-engine-murrine-git 20101007-1
    gtk-theme-equinox-ubuntu 1.30.2-1
    gtk2 2.22.1-1
    gtkmm 2.22.0-1
    gtksourceview2 2.10.5-1
    gtkspell 2.0.16-1
    gucharmap 2.32.1-1
    gvfs 1.6.6-1
    gvfs-afc 1.6.6-1
    gvfs-gphoto2 1.6.6-1
    gvfs-obexftp 1.6.6-1
    gvfs-smb 1.6.6-1
    gzip 1.4-2
    hdparm 9.36-1
    heimdal 1.3.3-4
    hicolor-icon-theme 0.12-1
    hunspell 1.2.14-1
    iana-etc 2.30-1
    icon-naming-utils 0.8.90-1
    icu 4.6-1
    imagemagick 6.6.6.10-2
    imlib2 1.4.4-1
    initscripts 2010.07-2
    inputproto 2.0.1-1
    intel-dri 7.10-1
    intltool 0.41.1-2
    iproute2 2.6.35-4
    iptables 1.4.10-1
    iputils 20100214-2
    irssi 0.8.15-4
    iso-codes 3.14-1
    jack 0.118.0-4
    jasper 1.900.1-6
    jfsutils 1.1.14-2
    jre 6u23-1
    json-glib 0.12.2-1
    kbd 1.15.2-1
    kbproto 1.0.5-1
    kernel26 2.6.37-1
    kernel26-headers 2.6.37-1
    ladspa 1.13-2
    lame 3.98.4-1
    laptop-mode-tools 1.55-2
    lcms 1.19-1
    less 436-2
    libarchive 2.8.4-2
    libass 0.9.11-1
    libassuan 2.0.1-1
    libasyncns 0.8-3
    libatasmart 0.17-1
    libavc1394 0.5.3-3
    libcaca 0.99.beta17-1
    libcanberra 0.26-3
    libcap 2.19-2
    libcdaudio 0.99.12-5
    libcddb 1.3.2-2
    libcdio 0.82-1
    libcompizconfig 0.8.4-2
    libcroco 0.6.2-1
    libcups 1.4.6-1
    libdaemon 0.14-1
    libdatrie 0.2.4-1
    libdc1394 2.1.2-2
    libdca 0.0.5-2
    libdmx 1.1.1-1
    libdrm 2.4.23-1
    libdv 1.0.0-3
    libdvdcss 1.2.10-2
    libdvdnav 4.1.3-2
    libdvdread 4.1.3-2
    libevent 1.4.14b-2
    libexif 0.6.19-1
    libfetch 2.33-1
    libffi 3.0.9-1
    libfontenc 1.1.0-1
    libftdi 0.18-2
    libgcrypt 1.4.6-1
    libgdata 0.6.5-1
    libgksu 2.0.12-3
    libgl 7.10-1
    libglade 2.6.4-2
    libglademm 2.6.7-1
    libgme 0.5.5-3
    libgnome-data 2.32.0-3
    libgnome-keyring 2.32.0-1
    libgnomekbd 2.32.0-1
    libgpg-error 1.9-2
    libgphoto2 2.4.10.1-2
    libgsf 1.14.18-2
    libgtop 2.28.2-1
    libgweather 2.30.3-1
    libical 0.46-1
    libice 1.0.7-1
    libid3tag 0.15.1b-6
    libidl2 0.8.14-1
    libidn 1.19-1
    libiec61883 1.2.0-2
    libieee1284 0.2.11-3
    libimobiledevice 1.0.4-1
    libjpeg 8.0.2-1
    libksba 1.0.8-1
    libldap 2.4.23-1
    liblrdf 0.4.0-6
    libmad 0.15.1b-4
    libmicrohttpd 0.9.5-1
    libmikmod 3.1.12-3
    libmms 0.6-1
    libmng 1.0.10-3
    libmodplug 0.8.8.1-1
    libmp4v2 1.9.1-1
    libmpc 0.8.2-3
    libmpcdec 1.2.6-2
    libmpeg2 0.5.1-1
    libmysqlclient 5.5.8-6
    libnet 1.1.5-1
    libnice 0.0.13-3
    libnl 1.1-2
    libnotify 0.5.2-1
    libofa 0.9.3-2
    libogg 1.2.2-1.1
    liboobs 2.32.0-1
    libpcap 1.1.1-2
    libpciaccess 0.12.0-1
    libplist 1.3-2
    libpng 1.4.5-1
    libproxy 0.4.6-2
    libpulse 0.9.22-2
    libpurple 2.7.9-1
    libraw1394 2.0.5-1
    librsvg 2.32.1-1
    libsamplerate 0.1.7-1
    libsasl 2.1.23-5
    libshout 2.2.2-3
    libsidplay 1.36.59-4
    libsigc++ 2.2.8-1
    libsm 1.2.0-1
    libsndfile 1.0.23-1
    libsoup 2.32.2-1
    libsoup-gnome 2.32.2-1
    libspectre 0.2.6-2
    libssh 0.4.7-1
    libtasn1 2.8-1
    libthai 0.1.14-1
    libtheora 1.1.1-1
    libtiff 3.9.4-1
    libtool 2.4-2
    libtorrent-rasterbar 0.15.5-1
    libunique 1.1.6-3
    libusb 1.0.8-1
    libusb-compat 0.1.3-1
    libva 1.0.7-1
    libvdpau 0.4-1
    libvisual 0.4.0-3
    libvncserver 0.9.7-3
    libvorbis 1.3.2-1
    libvpx 0.9.5-2
    libwebkit 1.2.6-1
    libwmf 0.2.8.4-8
    libwnck 2.30.6-1
    libx11 1.4.0-1
    libx86 1.1-2
    libxau 1.0.6-1
    libxaw 1.0.8-1
    libxcb 1.7-1
    libxcomposite 0.4.3-1
    libxcursor 1.1.11-1
    libxdamage 1.1.3-1
    libxdmcp 1.1.0-1
    libxext 1.2.0-1
    libxfixes 4.0.5-1
    libxfont 1.4.3-1
    libxft-ubuntu 2.2.0-1
    libxi 1.4.0-1
    libxinerama 1.1.1-1
    libxkbfile 1.0.7-1
    libxklavier 5.0-1
    libxml2 2.7.8-1
    libxmu 1.1.0-1
    libxpm 3.5.9-1
    libxrandr 1.3.1-1
    libxrender 0.9.6-1
    libxres 1.0.5-1
    libxslt 1.1.26-2
    libxss 1.2.1-1
    libxt 1.0.9-1
    libxtst 1.2.0-1
    libxv 1.0.6-1
    libxvmc 1.0.6-1
    libxxf86dga 1.1.2-1
    libxxf86vm 1.1.1-1
    licenses 2.6-1
    liferea-ext4 1.7.4-1
    light-themes 0.1.8.4-1
    linux-api-headers 2.6.36.2-1
    linux-atm 2.5.1-1
    linux-firmware 20101108-1
    lirc-utils 0.9.0.pre1-2
    logrotate 3.7.9-1
    lsb-release 1.4-10
    lsof 4.84-1
    lua 5.1.4-6
    lvm2 2.02.79-1
    lzo2 2.04-1
    m4 1.4.15-1
    mailx 8.1.1-7
    make 3.82-2
    man-db 2.5.9-1
    man-pages 3.32-1
    mcpp 2.7.2-2
    mdadm 3.1.4-1
    mesa 7.10-1
    mesa-demos 8.0.1-1
    metacity 2.30.3-1
    mime-types 1.0-3
    mjpegtools 1.9.0-4
    mkinitcpio 0.6.7-1
    mkinitcpio-busybox 1.17.2-1
    mobile-broadband-provider-info 20100510-1
    modemmanager 0.4-1
    module-init-tools 3.12-2
    monaco-linux-font 1-2
    mozilla-common 1.4-1
    mpfr 3.0.0.p8-1
    mplayer-mt-git 20101229-1
    mtools 4.0.14-1
    musicbrainz 2.1.5-4
    mutagen 1.20-3
    nano 2.2.6-1
    nautilus-elementary-bzr 162-5
    nbd 2.9.18-1
    ncurses 5.7-4
    ne-terminal-config 1.0-5
    neon 0.29.3-2
    net-tools 1.60-14
    network-manager-applet 0.8.2-2
    networkmanager 0.8.3-0.20110113
    nmap 5.21-3
    notify-osd-customizable 0.9.29-8
    notifyconf 7-1
    nspr 4.8.6-1
    nss 3.12.8-1
    ntfs-3g 2010.10.2-1
    ntfsprogs 2.0.0-4
    obex-data-server 0.4.5-3
    obexd-client 0.39-1
    opencore-amr 0.1.2-1
    openjpeg 1.3-3
    openobex 1.5-2
    openssh 5.6p1-1
    openssl 1.0.0.c-1
    openttd 1.0.5-3
    openttd-opengfx 0.3.2-1
    openttd-opensfx 0.2.3-3
    orbit2 2.14.19-1
    orc 0.4.11-1
    p7zip 9.13-2
    package-query 0.5.1-1
    pacman 3.4.2-1
    pacman-mirrorlist 20101223-1
    pam 1.1.3-1
    pango 1.28.3-1
    pangomm 2.26.2-1
    paprefs 0.9.9-6
    parted 2.3-1
    patch 2.6.1-2
    pavucontrol 0.9.10-4
    pavumeter 0.9.3-3
    pciutils 3.1.7-2
    pcmciautils 017-1
    pcre 8.11-1
    perl 5.12.2-1
    perl-net-dbus 0.33.6-5
    perl-text-iconv 1.7-5
    perl-xml-parser 2.40-2
    perl-xml-simple 2.18-3
    perl-xml-twig 3.34-3
    pidgin 2.7.9-1
    pinentry 0.8.0-2
    pixman 0.20.0-1
    pkg-config 0.25-3
    pkgstats 2.1-4
    pm-quirks 0.20100619-1
    pm-utils 1.4.1-1
    polkit 0.99-1
    polkit-gnome 0.99-1
    poppler 0.14.5-1
    poppler-data 0.4.4-1
    poppler-glib 0.14.5-1
    popt 1.16-3
    postgresql-libs 9.0.2-2
    powertop 1.13-2
    ppl 0.11-1
    ppp 2.4.5-1
    procps 3.2.8-3
    psmisc 22.13-1
    pth 2.0.7-3
    pulseaudio 0.9.22-2
    pulseaudio-alsa 1-2
    pycrypto 2.3-1
    pygobject 2.26.0-2
    pygtk 2.22.0-3
    pygtksourceview2 2.10.1-3
    pyopenssl 0.10-3
    python 3.1.3-1
    python-distutils-extra 2.22-2
    python-notify 0.1.1-8
    python-pybluez 0.18-2
    python-xlib 0.15rc1-4
    python2 2.7.1-4
    python2-cairo 1.8.10-1
    python2-chardet 2.0.1-3
    python2-distribute 0.6.14-2
    pyxdg 0.19-2
    qemu-kvm 0.13.0-1
    qt 4.7.1-3
    randrproto 1.3.2-1
    raptor 1.4.21-2
    rarian 0.8.1-1
    readline 6.1.002-2
    recode 3.6-6
    recordproto 1.14.1-1
    reiserfsprogs 3.6.21-3
    renderproto 0.11.1-1
    rfkill 0.4-1
    rp-pppoe 3.10-5
    rtkit 0.9-2
    rtmpdump 2.3-3
    run-parts 3.4.1-1
    samba 3.5.6-1
    sane 1.0.21-4
    schroedinger 1.0.10-1
    scrnsaverproto 1.2.1-1
    sdl 1.2.14-6
    sdl_image 1.2.10-2
    sdl_mixer 1.2.11-2
    sdl_ttf 2.0.10-1
    seahorse 2.32.0-1
    sed 4.2.1-3
    sg3_utils 1.29-1
    shadow 4.1.4.2-3
    shared-mime-info 0.80-1
    silc-toolkit 1.1.10-1
    smbclient 3.5.6-1
    smpeg 0.4.4-5
    sound-theme-freedesktop 0.7-1
    soundtouch 1.5.0-1
    speex 1.2rc1-1
    spotify 0.4.9.302-1
    sqlite3 3.7.4-1
    sshfs 2.2-3
    startup-notification 0.10-1
    sudo 1.7.4.p5-1
    sysfsutils 2.1.0-5
    syslinux 4.03-2
    syslog-ng 3.2.1-1
    system-tools-backends 2.10.1-1
    sysvinit 2.88-2
    t1lib 5.1.2-2
    taglib 1.6.3-1
    talloc 2.0.1-1
    tar 1.25-1
    tcp_wrappers 7.6-12
    tdb 1.2.1-2
    telepathy-glib 0.12.7-1
    telepathy-haze 0.4.0-1
    texinfo 4.13a-5
    tilda 0.9.6-3
    tre 0.8.0-1
    ttf-dejavu 2.32-2
    ttf-droid 20100513-3
    ttf-liberation 1.06.0.20100721-1
    ttf-raghu 1.0-1
    twisted 10.2.0-2
    tzdata 2010o-1
    ubuntu-maverick-set 0.1.8-1
    udev 165-1
    udisks 1.0.2-1
    unetbootin 494-1
    unrar 4.0.4-1
    unzip 6.0-5
    upower 0.9.7-2
    usbmuxd 1.0.6-2
    usbutils 001-2
    util-linux-ng 2.18-3
    v4l-utils 0.8.1-1
    vbetool 1.1-1
    vde2 2.3.1-1
    vi 050325-3
    videoproto 2.3.1-1
    vim 7.3.69-2
    vim-runtime 7.3.69-2
    virtualbox 4.0.0-4
    vte 0.26.2-1
    wavpack 4.60.1-1
    wget 1.12-2
    which 2.20-4
    wireless_tools 29-4
    wpa_supplicant 0.7.3-1
    wv 1.2.7-1
    x264 20101013-1
    xbitmaps 1.1.1-1
    xbmc 10.0-3
    xcb-proto 1.6-2
    xcb-util 0.3.6-1
    xclip 0.12-1
    xcursor-human 0.6-3
    xdg-user-dirs 0.13-1
    xdg-utils 1.0.2.20100618-1
    xdotool 2.20101012.3049-1
    xextproto 7.1.2-1
    xf86-input-evdev 2.5.0-1
    xf86-input-synaptics 1.3.0-2
    xf86-video-intel 2.14.0-1
    xf86-video-vesa 2.3.0-3
    xf86dgaproto 2.1-1
    xf86vidmodeproto 2.3-1
    xfsprogs 3.1.4-1
    xineramaproto 1.2-1
    xkeyboard-config 2.0-1
    xorg-docs 1.6-1
    xorg-font-utils 7.5-2
    xorg-fonts-100dpi 1.0.1-3
    xorg-fonts-75dpi 1.0.1-3
    xorg-fonts-alias 1.0.2-1
    xorg-fonts-encodings 1.0.3-1
    xorg-fonts-misc 1.0.1-1
    xorg-iceauth 1.0.4-1
    xorg-luit 1.1.0-1
    xorg-res-utils 1.0.3-3
    xorg-server 1.9.3.901-1
    xorg-server-common 1.9.3.901-1
    xorg-server-utils 7.6-1
    xorg-server-xvfb 1.9.3.901-1
    xorg-sessreg 1.0.6-1
    xorg-twm 1.0.4-3
    xorg-utils 7.6-6
    xorg-xauth 1.0.5-1
    xorg-xbacklight 1.1.2-1
    xorg-xcmsdb 1.0.3-1
    xorg-xdpyinfo 1.2.0-1
    xorg-xdriinfo 1.0.4-1
    xorg-xev 1.1.0-1
    xorg-xgamma 1.0.4-1
    xorg-xhost 1.0.4-1
    xorg-xinit 1.3.0-2
    xorg-xinput 1.5.3-1
    xorg-xkb-utils 7.5-2
    xorg-xlsatoms 1.1.0-1
    xorg-xlsclients 1.1.1-1
    xorg-xmodmap 1.0.5-1
    xorg-xprop 1.2.0-1
    xorg-xrandr 1.3.4-1
    xorg-xrdb 1.0.7-1
    xorg-xrefresh 1.0.4-1
    xorg-xset 1.2.1-1
    xorg-xsetroot 1.1.0-1
    xorg-xvinfo 1.1.1-1
    xorg-xwininfo 1.1.1-1
    xproto 7.0.20-1
    xterm 267-1
    xvidcore 1.2.2-1
    xz 5.0.0-1
    yajl 1.0.11-3
    yaourt 0.9.5.1-1
    yasm 1.1.0-1
    zatacka 0.1.8-1
    zenity 2.32.1-1
    zip 3.0-1
    zlib 1.2.5-3
    zope-interface 3.5.3-2

  • Which kernel modules are needed for Elantech touchpad?

    I've compiled a very minimal kernel for my system, which works just fine, I get booted into XFCE etc. and the keyboard works in the virtual consoles, but my (Elantech) touchpad does not function. Here is the lsmod from the standard kernel where the touchpad does work:
    Module Size Used by
    nvidia 7817056 26
    ipv6 248388 10
    aes_generic 26944 0
    aes_i586 32896 1
    cpufreq_ondemand 7180 1
    ext2 62472 1
    fuse 42260 2
    pcmcia 32556 0
    sdhci 15364 0
    mmc_core 43524 1 sdhci
    ohci1394 28848 0
    yenta_socket 23052 3
    ieee1394 79800 1 ohci1394
    rsrc_nonstatic 11008 1 yenta_socket
    pcmcia_core 32664 3 pcmcia,yenta_socket,rsrc_nonstatic
    firewire_ohci 16128 0
    firewire_core 36544 1 firewire_ohci
    crc_itu_t 2304 1 firewire_core
    psmouse 36496 0
    serio_raw 5636 0
    rtc_cmos 7584 0
    rtc_core 15496 1 rtc_cmos
    rtc_lib 2944 1 rtc_core
    tpm_infineon 7976 0
    tpm 12320 1 tpm_infineon
    tpm_bios 6272 1 tpm
    i2c_i801 8848 0
    i2c_core 19328 2 nvidia,i2c_i801
    pcspkr 2944 0
    container 3840 0
    video 16016 5
    output 3200 1 video
    sg 26640 0
    intel_agp 21780 0
    agpgart 27352 2 nvidia,intel_agp
    thermal 13084 0
    evdev 9344 7
    fan 3844 0
    button 6544 0
    battery 10756 2
    ac 4612 0
    snd_seq_oss 29440 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 47056 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6924 2 snd_seq_oss,snd_seq
    arc4 2176 2
    ecb 3072 2
    snd_hda_intel 289952 3
    snd_hwdep 7300 1 snd_hda_intel
    snd_pcm_oss 37024 0
    snd_pcm 68996 2 snd_hda_intel,snd_pcm_oss
    snd_timer 19204 2 snd_seq,snd_pcm
    snd_page_alloc 8072 2 snd_hda_intel,snd_pcm
    snd_mixer_oss 14464 2 snd_pcm_oss
    snd 44772 13 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    soundcore 6368 2 snd
    iwl3945 84968 0
    mac80211 117132 1 iwl3945
    cfg80211 11528 1 mac80211
    r8169 26244 0
    acpi_cpufreq 11420 1
    freq_table 3984 2 cpufreq_ondemand,acpi_cpufreq
    processor 29400 4 thermal,acpi_cpufreq
    ext3 121992 1
    jbd 43412 1 ext3
    mbcache 6912 2 ext2,ext3
    sr_mod 14884 0
    cdrom 33824 1 sr_mod
    sd_mod 22656 5
    pata_acpi 5248 0
    ehci_hcd 32524 0
    uhci_hcd 22672 0
    usbcore 125292 3 ehci_hcd,uhci_hcd
    ata_piix 14724 4
    ata_generic 5252 0
    libata 138352 3 pata_acpi,ata_piix,ata_generic
    I've activated serio_raw and psmouse in the kernel, but what am I overlooking thats preventing the touchpad to work?
    Last edited by HyperBaton (2008-03-09 15:00:32)

    need to bump this thread i guess.
    i also have a elantech touchpad on my zepto 3215w, and ive found this: http://arjan.opmeer.net/elantech/
    the only available driver for elantech touchpads for linux.
    i have kernel 2.6.25-arch now, also heard theres a 2.6.26 up n coming. can this patch be implemented in these kernels in some way?
    and i dont know anything about kernel stuff so.. a helping hand would be nice on how to do it if its possible.

  • Configuring Synaptics touchpad (new Xorg again)

    Hi
    I'm one of those who upgraded to the latest Xorg recently. Now I can't figure out how to configure my touchpad scrolling.
    I don't have hal running (but only dbus).
    I have all the default Xorg config files intact (10-evdev, 10-quirks, 10-synaptics).
    I have added a file called 20-conf.conf:
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "InputClass"
    Identifier "touchpad catchall"
    MatchIsTouchpad "on"
    Driver "synaptics"
    MatchDevicePath "/dev/input/event*"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
    Option "Emulate3Buttons" "false"
    Option "XAxisMapping" "6 7"
    Option "YAxisMapping" "4 5"
    EndSection
    Section "InputClass"
    Identifier "tap-by-default"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    EndSection
    Xorg.0.log seems fine except for the following:
    [ 32.158] Query no Synaptics: 6003C8
    [ 32.158] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 32.158] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 32.197] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 32.197] (II) UnloadModule: "synaptics"
    Now I'm stuck! Please, help...
    Last edited by skorpan (2010-06-25 12:34:08)

    Thank you, this post helped me:
    http://bbs.archlinux.org/viewtopic.php? … 24#p778524

  • Problem in Application Help Configuration in Solution Manager

    Hi Experts,
    Here I facing one problem during Application Help configuration..
    When I am going through application help for Solman Configuration it's taking me to standard erp help..
    Where as in SR13, under PlainHtmlHttp,
    In path tab I had given <b>saphelp_sm40/helpdata</b> for solution manager document.
    But for other standard t-code it's giving actual application help.
    where for SMSY,SOLAR01 etc i am not getting the application help.
    Looking for advices.
    Thanks & Regards,
    Sumanta Chatterjee

    Dear Sumanta,
    This depends on how you want to (or how you can) use this http://help.
    sap.com site.
    At first you must be aware of the different areas on this site, these
    areas have different URL structures, for example:
    - http://help.sap.com/saphelp_erp2004 <<< for mySAP ERP
    - http://help.sap.com/saphelp_47x200  <<< for R3 Enterprise
    - http://help.sap.com/saphelp_nw04    <<< for SAP NetWeaver 04
    - http://help.sap.com/saphelp_sm32    <<< for SAP Solution Manager 3.2
    The main problem is that in the area "http://help.sap.com/saphelp_sm32"
    there is only online documentation for the Solution Manager
    functionality.
    Can you please check the table SBAON_CCHK with transaction SE16.
    The following record must exist:
    MANDT COMPONENT                NAME_EN
    xxx   ST                       Solar Help
    If this record does not exist, please create this record manually.
    This should help resolve the issue.
    Regards
    Amit

  • Need Flash Help - configuring AIrtight Simple Viewer Pro

    I need some help configuring the Airtight Interactive simple viewer pro, which requires flash. I am a complete beginner with flash, and I am reluctant to undertake the learning curve, though I am very tech saavy.
    My ideal would be to locate someone who could do this FOR me, though resources are very limited for this project. Any suggestions of where I might connect with someone interested in doing this?
    Alternately, I could undertake it myself, with someone qualified to coach me rather thouroughly through the whole process. That could be offline, or here where others could benefit from the thread. If someone offers this, I will post the precise details of what I need. The project is medium challenging, not extremely complex, but more than very basic.
    Many Thanks.

    Hi:
    When you create the simpleviewer slideshow with iPhoto's plugin there should be a folder created on your HD that contains the items seen in the screenshot below:
    The folder was named simpleviewer because that's what I named it during the export from iPhoto. That's the same folder as I refer to as "Slideshow folder". It can be whatever you name it when exporting from iPhoto. Upload that folder to your iDisk/Web/Sites folder as shown below:
    In the iFrame code use the following URL to the index.html file inside the simpleviewer folder:
    http://web.me.com/YourMMe_AccountName/simplerviewer/index.html
    That should do it.

  • Need help configuring VPN on RV120W Router (WiTopia VPN)

    Hello Cisco Community,
    I need some help configuring a VPN from WiTopia on my RV120W router. I am trying to make it so that if any device connects to the router it can automatically connect to the VPN from WiTopia.
    Please note that the VPN plan includes PPTP, L2TP, & IPSEC VPN types.
     Is this possible? And if so, how?
    Thanks in advance!

    Hello,
    If WiTopia is providing only client to gateway VPN, where WiTopia is the gateway allowing connections to clients, than you will not be able to configure RV120 to connect to it. RV120 in its VPN configurations cannot be configured to be a client. 
    The only tunnel where can play the role of the connecting part is IPSec gateway to gateway, when in the IKE policy the Direction type is Initiator and the Exchange mode is Aggressive. And you will need to receive all additional configuration parameters from WiTopia -the Encryption, Authentication Algorithm, PFS, SA lifetime and so on. But this means that WiTopia have to provide gateway to gateway VPN connection.
    Regards,
    Kremena

  • Need some Help configuring sip

    Hi all ! ,
    Im kind off new to sip calling and cisco telephony , but here goes ,: i have a 2821 router with CME installed
    IOS : C2800NM-IPVOICEK9-M
    Sofware version : 15.1(4)M4 / CME 8.6
    Attached to GE0/0 is a CISCO 3750 switch
    GEO - consisfts of 3 VLANS  , the native
    172.22.1.X
    172.22.100.X VOICE
    172.22.101.X DATA
    my tftpserver = 172.22.1.150
    i need some help configuring a sip trunk , i have 10 testing phonenumbers from vodafone , but i do not know where to start to get this working
    i have tried
    http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml
    but im getting stuck with what to fill in where .. is there anyone form NL whom has the same setup ? or similar ? or can give me some guidance on how to make the test calls

    ok.. here goes
    Building configuration...
    Current configuration : 9721 bytes
    ! Last configuration change at 15:26:14 CET Thu Jan 2 2014
    ! NVRAM config last updated at 15:26:14 CET Thu Jan 2 2014
    ! NVRAM config last updated at 15:26:14 CET Thu Jan 2 2014
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    no aaa new-model
    clock timezone CET 1 0
    network-clock-participate wic 0
    network-clock-participate wic 1
    network-clock-select 1 E1 0/0/0
    network-clock-select 2 E1 0/0/1
    dot11 syslog
    ip source-route
    ip cef
    ip dhcp pool VOICE
    network 172.22.100.0 255.255.255.0
    option 150 ip 172.22.1.150
    default-router 172.22.100.1
    ip dhcp pool DATA
    network 172.22.101.0 255.255.255.0
    default-router 172.22.101.1
    no ip domain lookup
    no ipv6 cef
    multilink bundle-name authenticated
    isdn switch-type primary-net5
    voice service voip
    ip address trusted list
      ipv4 172.22.1.50
      ipv4 172.22.1.51
      ipv4 172.22.100.1
      ipv4 172.22.101.1
      ipv4 62.140.159.225
    callmonitor
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    sip
      registrar server expires max 3600 min 3600
    voice class codec 1
    codec preference 1 g711ulaw
    codec preference 2 g711alaw
    codec preference 3 g729r8
    codec preference 4 g729br8
    voice register global
    voice translation-rule 1
    rule 1 /5123781291/ /601/
    rule 2 /5123781290/ /600/
    voice translation-rule 2
    rule 1 /^112$/ /112/
    voice translation-rule 3
    rule 1 /^.*/ /0262610290/
    voice translation-rule 4
    rule 2 /600/ /5123788000/
    rule 3 /601/ /5123788001/
    rule 4 /^2(..)$/ /51237812\1/
    voice translation-profile CUE_Voicemail/AutoAttendant
    translate called 1
    voice translation-profile PSTN_CallForwarding
    translate redirect-target 4
    translate redirect-called 4
    voice translation-profile PSTN_Outgoing
    translate calling 3
    translate called 2
    translate redirect-target 4
    translate redirect-called 4
    voice-card 0
    crypto pki token default removal timeout 0
    controller E1 0/0/0
    framing NO-CRC4
    pri-group timeslots 1-31
    controller E1 0/0/1
    framing NO-CRC4
    pri-group timeslots 1-31
    ip ftp username cisco
    ip ftp password cisco123
    ip tftp source-interface GigabitEthernet0/0.1
    interface GigabitEthernet0/0
    no ip address
    duplex auto
    speed auto
    no keepalive
    interface GigabitEthernet0/0.1
    encapsulation dot1Q 1 native
    ip address 172.22.1.51 255.255.255.0
    interface GigabitEthernet0/0.20
    encapsulation dot1Q 20
    ip address 172.22.101.1 255.255.255.0
    interface GigabitEthernet0/0.100
    encapsulation dot1Q 100
    ip address 172.22.100.1 255.255.255.0
    interface GigabitEthernet0/1
    no ip address
    shutdown
    duplex full
    speed 100
    interface Serial0/0/0:15
    no ip address
    encapsulation hdlc
    isdn switch-type primary-net5
    isdn incoming-voice voice
    no cdp enable
    interface Serial0/0/1:15
    no ip address
    encapsulation hdlc
    isdn switch-type primary-net5
    isdn incoming-voice voice
    no cdp enable
    interface BRI0/1/0
    no ip address
    isdn switch-type basic-net3
    isdn point-to-point-setup
    interface BRI0/1/1
    no ip address
    isdn switch-type basic-net3
    isdn point-to-point-setup
    ip forward-protocol nd
    ip http server
    ip http authentication local
    no ip http secure-server
    ip http max-connections 16
    ip http path flash:gui
    ip route 0.0.0.0 0.0.0.0 172.22.1.50
    tftp-server flash:7941/apps41.8-4-1-23.sbn alias apps41.8-4-1-23.sbn
    tftp-server flash:7941/cnu41.8-4-1-23.sbn alias cnu41.8-4-1-23.sbn
    tftp-server flash:7941/dsp41.8-4-1-23.sbn alias dsp41.8-4-1-23.sbn
    tftp-server flash:7941/jar41sccp.8-4-1-23.sbn alias jar41sccp.8-4-1-23.sbn
    tftp-server flash:7941/cvm41sccp.8-4-1-23.sbn alias cvm41sccp.8-4-1-23.sbn
    tftp-server flash:7941/SCCP41.8-4-2S.loads alias SCCP41.8-4-2S.loads
    tftp-server flash:7941/term41.default.loads alias term41.default.loads
    tftp-server debug
    control-plane
    voice-port 0/0/0:15
    voice-port 0/1/0
    voice-port 0/1/1
    voice-port 0/0/1:15
    voice-port 2/0/0
    voice-port 2/0/1
    voice-port 2/0/2
    voice-port 2/0/3
    voice-port 2/0/4
    voice-port 2/0/5
    voice-port 2/0/6
    voice-port 2/0/7
    voice-port 2/0/8
    voice-port 2/0/9
    voice-port 2/0/10
    voice-port 2/0/11
    voice-port 2/0/12
    voice-port 2/0/13
    voice-port 2/0/14
    voice-port 2/0/15
    voice-port 2/0/16
    voice-port 2/0/17
    voice-port 2/0/18
    voice-port 2/0/19
    voice-port 2/0/20
    voice-port 2/0/21
    voice-port 2/0/22
    voice-port 2/0/23
    mgcp profile default
    dial-peer voice 1 voip
    description **Incomming Call from SIP Trunk**
    translation-profile incoming CUE_Voicemail/AutoAttendant
    session protocol sipv2
    session target ipv4:172.22.1.50
    incoming called-number .%
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 2 voip
    description **Outgoing Call to SIP Trunk**
    translation-profile outgoing PSTN_Outgoing
    destination-pattern 9........
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 3 voip
    description **Outgoing Call to SIP Trunk **
    translation-profile outgoing PSTN_Outgoing
    destination-pattern 9[2-9]..[2-9]......
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 4 voip
    description **Outgoing Call to SIP Trunk**
    translation-profile outgoing PSTN_Outgoing
    destination-pattern 9[0-1][2-9]..[2-9]......
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 5 voip
    description **911 Outgoing Call to SIP trunk**
    translation-profile outgoing PSTN_Outgoing
    destination-pattern 911
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 6 voip
    description **Emergency Outgoing Call to SIP Trunk**
    translation-profile outgoing PSTN_Outgoing
    destination-pattern 9911
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 7 voip
    description **911/411 Outgoing Call to SIP Trunk**
    translation-profile outgoing PSTN_Outgoing
    destination-pattern 9[2-9]11
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 8 voip
    description **International Outgoing Call to SIP Trunk**
    translation-profile outgoing PSTN_Outgoing
    destination-pattern 9011T
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 9 voip
    description **Star Code to SIP Trunk**
    destination-pattern *..
    session protocol sipv2
    session target ipv4:172.22.1.50
    voice-class codec 1
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 10 voip
    description **CUE Voicemail**
    translation-profile outgoing PSTN_CallForwarding
    destination-pattern 600
    b2bua
    session protocol sipv2
    session target ipv4:172.22.1.155
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    dial-peer voice 11 voip
    description **CUE Auto Attendant**
    translation-profile outgoing PSTN_CallForwarding
    destination-pattern 601
    b2bua
    session protocol sipv2
    session target ipv4:172.22.1.155
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    sip-ua
    authentication username 0262610290 password 7 15020A1F173D24362C realm 62.140.1
    59.225
    authentication username 0262610290 password 7 021605481811003348
    no remote-party-id
    retry invite 2
    retry register 10
    timers connect 100
    registrar ipv4:62.140.159.225 expires 3600
    sip-server ipv4:62.140.159.224
    host-registrar
    telephony-service
    max-ephones 58
    max-dn 192
    ip source-address 172.22.100.1 port 2000
    calling-number initiator
    system message testing
    cnf-file location TFTP tftp://172.22.1.150/
    load 7960-7940 P00307020200.loads
    load 7941 SCCP41.8-4-2S.loads
    load 7941GE SCCP41.8-4-2S
    time-format 24
    dialplan-pattern 1 26261029.. extension-length 3 extension-pattern 9..
    voicemail 600
    max-conferences 12 gain -6
    call-forward pattern 9.T
    moh music-on-hold.au
    web admin system name admin password password
    dn-webedit
    time-webedit
    transfer-system full-consult
    secondary-dialtone 9
    directory entry 1 101 name 101
    create cnf-files version-stamp 7960 Jan 02 2014 08:40:49
    ephone-dn  1
    number 290 secondary 0262610290
    name Phone 1
    hold-alert 30 originator
    ephone-dn  2
    number 291 secondary 0262610291
    name phone 2
    hold-alert 30 originator
    ephone-dn  3
    number 292 secondary 0262610292
    name Phone 3
    hold-alert 30 originator
    ephone-dn  4
    number 293 secondary 0262610293
    name Phone 4
    hold-alert 30 originator
    ephone-dn  5
    number 294 secondary 0262610294
    label Phone 5
    hold-alert 30 originator
    ephone  1
    mac-address 0019.E88F.3BDD
    button  1:1
    ephone  2
    mac-address 001E.4A92.0A27
    type 7961
    button  1:2
    ephone  3
    mac-address 0012.43F5.03AF
    button  1:3
    ephone  4
    mac-address 000F.F7AC.502A
    button  1:4
    ephone  5
    mac-address 0019.E851.090A
    button  1:5
    line con 0
    line aux 0
    line vty 0 4
    login
    transport input all
    scheduler allocate 20000 1000
    ntp master
    end

  • I can't configure elan touchpad after service

    Hi!
    My laptop is G580, i7. OS: Windows 8.1.
    After service (touchpad change), I can't configure the new one. I tried with different drivers - installing and uninstalling - nothing has change. "Options" in "ELAN" tab doesn't work.... When I start programs in Elantech folder, I change the settings, but it doesn't affect touchpad. Please, help!
    Link to image 1
    Link to image 2
    Link to image 3
    Moderator note: large image(s) converted to link(s):  About Posting Pictures In The Forums
    Solved!
    Go to Solution.

    1) Uninstall the ELAN Touchpad driver from the Control Panel
    2) Reboot your system
    3) Install this driver
    http://support.lenovo.com/de/de/products/laptops-and-netbooks/lenovo-g-series-laptops/lenovo-g500s-n...
    4) Test the options

  • Need help configuring Aiport Extreme A1034 to optimize network signal.

    Greetings, I am a very loyal mac user from back in the days of the Quadra 650. I have torn apart and fixed most macs for the last 13, but I must say configuring this wireless network has got me stumped. Any help would be gladly appreciated.
    I went from a ibook 1 Ghz with a plastic case to a aluminum powerbook g4 1.67 to find out that the metal case greatly diminished the computers ability to receive a wifi signal from my Rv park. I then decided to buy an Airport Extreme A1034 that has the antenna port and then bought a Hawking 15db directional antenna. My intention was to have the Airport Base station receive the 802.11b wifi signal sent out from the office of the RV park through the Hawking antenna, and then have the base station take that signal it received and send that high speed wifi signal to the airport card in my Powerbook G4. Sounds simple enough, I thought it would be. I have found that using Airport set up assistant doesn't give me that option. I then proceeded to get into the workings of the Airport Admin Utility. I have found myself ready to pull my hair out trying to configure the 6 different tabs being, Airport , Internet, Network, Port Mapping, Access control, and WDS.
    I do know that everything in the Airport tab is correct. The big problem I think is between the Internet, Network and WDS tabs. It seems that the Airport base station was basically made to have a high speed connection plugged into it via ethernet and then the base station broadcasts to host computers such as my PowerBook G4. My initial thought was to connect via Airport WDS in the internet tab and then set my powerbook to connect directly to the base station through the airport card. I read up on this via Apples Designing Airport networks that came on the Airport installation CD. It talked in detail about setting up the WDS tab to do something like I want but it still involves a hard wired ethernet connection at the start of it. I have also played around extensively with the Network control panel and the sharing control panel , I thought about turning the airport card inside my powerbook into a software or virtual base station and then try some sort of WDS relay. Through all this I had the Airport extreme go none responsive on me and not letting me log in. That's another story of 10 hours of **** fixing it, but i did. Even the reset button stopped working for a while. As of now I can access everything everywhere. I also have ALL the IP addresses Hardware(MAC) address, subnet masks and router addresses for every location in this proposed wireless chain. I just need someone to end this stressful nightmare. They say you learn through trial and error, that is how I learned most of my computer skills over the decades, that and Applecare certified tech training many years ago, But it doesn't help anyone if I stick a large knife through my base station. I can provide a phone number if your willing to call. My email is [email protected] . If your in the San Diego area, I can get ya free passes to the nudist colony where I live, if your in for a new adventure in turn for setting up this network for me. Check out http://www.deanzasprings.com . its where I live.
    Rich

    1. First, can someone confirm that the Extreme card be used as a WDS main base?
    Sorry, but no you cannot use the AirPort Extreme card in a WDS as either a main, relay or remote base station. It does not support this function.

  • Need help configuring Cisco/Linksys wireless router to extend wi-fi signal to living room

    My U-verse wireless gateway is in the back of our house. We live in an old 1920's home with solid wood walls. For our macbooks, we get a pretty decent signal, but my wife's iPad 2 get's poor wi-fi speeds. I bought a Cisco/Linksys WRT160N wireless N broadband router. I have a wired connection in my living room (going to a 4 port switch) then connected to my DVR. I tried hooking up the new router but ended up getting no signal on the iPad. In fact, it caused other issues. I ended up disconnecting it and re-booting my gateway. All came back fine. This wireless router replaces a similar unit that went out in after a power failure, so I know this can be done, but I forget exactly how I confiured the old one. I would like it to "extend" my signal to the living room, but I am also willing to create a new network (different SSID). Do I need to turn of DHCP? Are there any web sites that can assist me in configuring the router? I wish I didn't have to deal with this. The signal from the RG is great when you are in the back room (20+ down). But my wife gets about 3 down on her iPad in the living room. Thanks in advance.

    Hi ,
    I was doing some research on how this can be done. It does not appear there is an option in the Cisco router to set it up as an access point, but there are several options you can do to extend your network. 
    The first thing you can do is just set it up as a router behind router setup, and you will just have two separate networks. Make sure the DHCP pool does not conflict with the U-verse's gateway of 192.168.1.x. 
    The second thing you can do is connect the Ethernet cable to one of the LAN ports on your Cisco router instead of using the internet port. This should make it work like a smart switch. 
    With both setups, you want to probably change the SSID, network key, and wireless security settings to the same thing for wireless roaming abilities. That way, anyone that configures their wireless connection will be connected to both networks. Just make sure the wireless channels are not the same, and I would suggest having them at least 5 apart.
    Hope this helps.
    -ATTU-verseCare

Maybe you are looking for