Jump to content

Patkos Csaba

Members
  • Posts

    70
  • Joined

  • Last visited

Posts posted by Patkos Csaba

  1. I can't get this tablet to properly work. Here are the details:

     

    Tablet: Wacom Graphire CTE-630BT (Wireless over BlueTooth)

    Mandriva: 2010.1 Free 64 bits, all repositories configured

     

    Problem:

    - I can only left and right click with the pan (stylus)

    - I can not move the cursor

    - No pressure is sensed

     

    What happens:

    - bluetooth adapter is recognized and working (generic BT adapter)

    - gnome-bluetooth finds the divece

    - HAL finds the device

    - x11-driver-input-wacom is installed

    - I can read/write parameters with xsetwacom from console

    - if I change something in 10-wacom.fdi and restart the device, lshal reflects the changes

     

    Relevant part from lshal:

    udi = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7_logicaldev_input'
     info.capabilities = {'input', 'input.mouse', 'input.tablet'} (string list)
     info.category = 'input'  (string)
     info.parent = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7'  (string)
     info.product = 'WACOM Pen Tablet'  (string)
     info.subsystem = 'input'  (string)
     info.udi = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7_logicaldev_input'  (string)
     input.device = '/dev/input/event5'  (string)
     input.originating_device = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7'  (string)
     input.product = 'WACOM Pen Tablet'  (string)
     input.x11_driver = 'wacom'  (string)
     input.x11_option.Type = 'stylus'  (string)
     linux.device_file = '/dev/input/event5'  (string)
     linux.hotplug_type = 2  (0x2)  (int)
     linux.subsystem = 'input'  (string)
     linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:11/input11/event5'  (string)
    

     

    My /usr/share/hal/fdi/policy/20thirdparty/10-wacom.fdi

    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- this is probably a bit imprecise -->
    <deviceinfo version="0.2">
     <device>
       <match key="info.category" contains="input">
         <match key="info.product" contains_outof="Wacom;WALTOP;WACOM">
    <merge key="input.x11_driver" type="string">wacom</merge>
    <merge key="input.x11_option.Type" type="string">stylus</merge>
         </match>
       </match>
       <match key="info.capabilities" contains="serial">
         <match key="@info.parent:pnp.id" contains_outof="WACf;FUJ02e5;FUJ02e7">
    <append key="info.capabilities" type="strlist">input</append>
    <merge key="input.x11_driver" type="string">wacom</merge>
    <merge key="input.x11_options.ForceDevice" type="string">ISDV4</merge>
    <merge key="input.device" type="copy_property">serial.device</merge>
         </match>
       </match>
       <!-- N-Trig Duosense Electromagnetic Digitizer -->
       <match key="info.product" contains="HID 1b96:0001">
         <match key="info.parent" contains="if0">
          <merge key="input.x11_driver" type="string">wacom</merge>
         </match>
       </match>
     </device>
    </deviceinfo>
    

     

    xinput --list:

    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ Microsoft Microsoft Wireless Optical Desktop® 2.10	id=7	[slave  pointer  (2)]
    ⎜   ↳ Macintosh mouse button emulation        	id=10	[slave  pointer  (2)]
    ⎜   ↳ WACOM Pen Tablet eraser                 	id=11	[slave  pointer  (2)]
    ⎜   ↳ WACOM Pen Tablet cursor                 	id=12	[slave  pointer  (2)]
    ⎜   ↳ WACOM Pen Tablet pad                    	id=13	[slave  pointer  (2)]
    ⎜   ↳ WACOM Pen Tablet                        	id=14	[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)]
       ↳ Microsoft Microsoft Wireless Optical Desktop® 2.10	id=8	[slave  keyboard (3)]
       ↳ Power Button                            	id=9	[slave  keyboard (3)]
    

     

    cat /proc/bus/input/devices

    I: Bus=0005 Vendor=056a Product=0081 Version=0100
    N: Name="WACOM Pen Tablet"
    P: Phys=00:0B:0D:4C:FD:67
    S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:11/input11
    U: Uniq=00:13:C2:03:3C:C7
    H: Handlers=mouse2 event5 
    B: EV=1f
    B: KEY=1c63 70003 0 0 0 0
    B: REL=103
    B: ABS=3000003
    B: MSC=11
    

     

    Note: I can not get any information on the console when I use

    xxd mouse2

    or

    xxd event5

    (xxd works ok with my real mouse device and keyboard device).

     

    I would appreciate any help you can offer. I red tens of articles on all kind of forums and of course the official page ... I had no luck.

     

    PS: modifying xorg.conf as described in different place is also no luck.

     

     

    [moved from Hardware by spinynorman]

  2. System freeze on high traffic

    OS: Mandriva Linux 2008.1

    Kernel: 2.6.24.7-desktop-1mnb #1 SMP

    Driver: provided with the system

    Firmware: latest available from late 2006

    Other system information:

    [root@localhost eddiep]# lsmod | grep rt61

    rt61pci 22944 0

    rt2x00pci 8096 1 rt61pci

    rt2x00lib 18272 2 rt61pci,rt2x00pci

    mac80211 119148 3 rt61pci,rt2x00pci,rt2x00lib

    eeprom_93cx6 2720 1 rt61pci

     

    [root@localhost eddiep]# modinfo rt61pci

    filename:

    /lib/modules/2.6.24.7-desktop-1mnb/kernel/drivers/net/wireless/rt2x00/rt61p

    ci.ko.gz

    license: GPL

    firmware: rt2661.bin

    firmware: rt2561s.bin

    firmware: rt2561.bin

    description: Ralink RT61 PCI & PCMCIA Wireless LAN driver.

    version: 2.0.10

    author: http://rt2x00.serialmonkey.com

    srcversion: D71C36F67F7A0F8B005A78F

    alias: pci:v00001814d00000401sv*sd*bc*sc*i*

    alias: pci:v00001814d00000302sv*sd*bc*sc*i*

    alias: pci:v00001814d00000301sv*sd*bc*sc*i*

    depends: rt2x00lib,rt2x00pci,mac80211,eeprom_93cx6

    vermagic: 2.6.24.7-desktop-1mnb SMP mod_unload 686

     

    Now, the PROBLEM:

    - whenever download speed goes up and stays about 1.5-2.0 MBytes/sec, after

    1-3 minutes the hole system freezes.

    - the problem is probably NOT only Mandriva Linux related, it happens on Ubuntu,

    too, just search with google for "bit torrent system freeze" ... those

    people have wifi cards, some of tham have other models and ndiswrapper is

    the problem and others have this RT61 based cards.

    - the system freeze is not related with the number of connections, ONLY the

    speed of the incoming information.

     

    Whatever information, workaround or patch you can provide to solve this

    would be for great help.

     

    Whatever additional information I can provide to you, just ask.

     

    ====================

    SOLUTION:

     

    Download the latest rt61 enhanced legacy driver from rt2x00.serialmonkey.com

    Untar the archive

    cd to the untarred folder / Module

    type: make all

    as root do the following:

    cp rt61.ko /lib/modules/`uname -r`/kernel/drivers/net/.

     

    test if it loads, still as root:

    modprobe rt61

    ldmod | grep rt

    - it should show you a list where you can identify "rt61" (without anything else at the and)

     

    DO NOT REMOVE OLD DRIVER!!!

     

    next, we must remove old rt61pci module at boot time. You can do this in variouse ways, I've chosen this solution:

    edit file /etc/rc.d/rc.local

    add following lines:

    rmmod rt61pci

    modprobe rt61

     

    than reboot the system. Your network should be up, no system freeze should happen any more.

  3. GPU is your graphics processor, your video card's processor. The detection method depends on the type of your card. Open up the karramba theme and edit it to fit your needs:

    1) if you have a PC and nvidia video card, you may use a nvidia-settings command with some parameters to detect the temperature

    2) if you have ATI card in your PC you will have to use another ATI specific utility

    3) if you have a laptop, you may NOT have a temperature sensor for video card (which is on-board), usualy laptops don't have it.

     

    Also, you may have extra sensors which are NOT in your karramba theme. I use "RessMon" theme, and I edited the file to add:

    1) harddisk temperature

    2) motherboard temperature

    3) 3rd sensor for processor (CPU), I have core0, core 1 and cpu

  4. Same problem here ... I have a HP Pavilion dv6000 laptop. I wanted to try the ONE in live mode, becouse I may be a victim of the Intel HDA ICHx sound bug, but I can't. Booting from Mandriva ONE KDE 2008.1 dies with a very sophisticated kernel error (too long to rewrite it here), the error starts with UDEV problems on boot screen, and on log screen (ALT+F3) there are some "Intel Corporation|82801G (ICH7 Family)...." related errors...

     

    So bad ... I'll try the pc now. I hope it will work, but I think it will not, same Intel chipset on PC too... :wall:

     

    Later Edit:

    1) ONE boots on the PC ... with same chipset, strange...

    2) Sound bug is there, different from my friends, they had absolutly NO sound with this on-board Intel soundcard. I have sound, very low, everything at maximum barely makes a music enjoiable in headphones. With 2008.0 it was much much much louder, usualy a volume over 60%-70% was to loud. And the second BIG problem is that the pc speaker is always ON ... every sound is reproduced in pc speaker ... it's freeky :P

  5. Same problem here, intel 910 (i think) ... it seemes that other people with intel cards have the same problem:

    http://forum.mandriva.com/viewtopic.php?t=...a52d51b2db3a510

     

    The problem is 99% NOT compiz related becouse glxgears and glinfo gives these error messages:

    libGL error: drmMap of framebuffer failed (Invalid argument)

    libGL error: reverting to (slow) indirect rendering

     

    I can't find a solution yet, but hope we'll be rotateing the cube soon :)

  6. Hi,

     

    My frustration is, that I can't get properly working nvidia driver with compiz. Let me explain...

     

    Hardware:

    CPU: Intel core 2 duo e4300

    RAM: 1G

    HDD: 160 G SATA

    BRAND: HP dx2300

    Onboard video: Intel

    PCIE video: Nvidia Gforce FX 8600GT (silent) - 512 MB RAM

    Monitor: HP p1130 CRT - 1600x1200@85Hz

     

    Software:

    Mandriva 2008.0

    Kernel 2.6.22.9-2mdv

    compiz-fusion & compiz - latest version

     

    What I expect:

    - compiz working fast

    - games working fast

    - full opengl support

     

    What is the reality:

    Case 1 - free (opensource) nvidia drivers:

    - compiz - native support - veri slow

    - compiz - xgl - unavailable

    - tremulouse - 1600x1200 - 20-30fps

    - ta:spring - not working

     

    Case 2 - dkms-nvidia-current nvidia drivers:

    - compiz - native support - laggy (ex. wobbly windows, at maximize drows 4-5 frames for hole effect)

    - compiz - xgl - perfect

    - tremulouse - 1600x1200 - full detail - 1 player local game 90FPS (max. possible 90)

    - tremulouse - 1600x1200 - full detail - 20 player online game with many objects - 45-60FPS (max. possible 90)

    - ta:spring - not working - becouse direct rendering required

    - glxinfo says direct rendering: NO

    - nvidia-settings application says I'm not running proprietary driver

     

    Case 3 - original nvidia drivers from nvidia.com:

    - compiz - native support - laggy (ex. wobbly windows, at maximize drows 4-5 frames for hole effect)

    - compiz - xgl - option is selectable, on X start, after log-in , white screen, X frozen

    - tremulouse - 1600x1200 - full detail - 1 player local game 90FPS (max. possible 90)

    - tremulouse - 1600x1200 - full detail - 20 player online game with many objects - 80-90FPS (max. possible 90)

    - ta:spring - working

    - glxinfo says direct rendering: YES

    - nvidia-setting application works properly

     

    What I want on my system:

    - direct rendering: YES

    - compiz (nativ or XGL) but working fast and smooth

    - games without low fps

     

    PS: System is up-to-date. Latest updates installed.

     

    Thank you, any ideea is welcome.

     

    ---------------------------------------------------------------

    solution is add this option to compiz at startup time: --loose-binding --replace ccp

  7. SO: Mandriva 2008.0 free (dvd) - with latest updates

    DM: KDE + Compiz-fusion + xgl

    Keyboard: MS Wireless Multimedia 1.1A

     

    In console (text mode) everithing is OK.

     

    In KDE, the delete key doesn't delete. All other keys are working properly, special (multimedia) keys are mostly OK.

     

    xev says this when "delete" is pressed:

     

    FocusOut event, serial 30, synthetic NO, window 0x2600001,
    mode NotifyGrab, detail NotifyAncestor
    
    FocusIn event, serial 30, synthetic NO, window 0x2600001,
    mode NotifyUngrab, detail NotifyAncestor
    
    KeymapNotify event, serial 30, synthetic NO, window 0x0,
    keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
    	   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

     

    Please help. Thanks.

     

    ---------------------------

    SOLUTION:

    REMOVE EVDEV PACKAGE

  8. We are proud to anounce the first Mandriva Installfest in Romania.

     

    It will be held in Timisoara City. Anyone intrested in helping us can get more info on: http://installfest.zapto.org or http://installfest.open.to (pages written in romanian)

     

    Also, this is an Invitation to anyone intrested in participating as a visitor.

     

    For more details: http://installfest.zapto.org or http://installfest.open.to (pages written in romanian)

  9. Did anyone try to install Spring with --force and --nodep??? It works if it's installed that way?

     

    [Edit]: OK, I tryed, but it still refuses to install. Is there a way to force urpmi to install a program regardless of any version conflict error???

  10. I tested manually /usr/bin/vocation this way:

     

    su user.xxx

    /usr/bin/vacation -j user.xxx

    From: user.yyy@mail.com

     

    The result was no error, and NO mail was sent to the specified address.

     

    su user.xxx

    /usr/bin/vacation -j user.xxx

    <<any text without a Form field >>

     

    Result is an error in /var/log/mail/info, stateing there is no Form field. That is OK.

     

    However, I can not find the reason why there is no reply sent.

     

    Can someone explain me what should happen? /usr/bin/vacation sends the (autorespons) mail, or it passes somehow to postfox. Where should I look for logs since nothing wrong appears in /var/log/mail/info or errors or warning, also there is nothing related with mails or vacation in /var/log/messages or /var/log/syslog or /var/log/secure.

    I'm stuck. I have no ideea how to follow what is happening with /usr/bin/vacation after it receives the mail.

  11. I'm trying to set up an autoresponder/vacation system.

     

    SO. Mandriva 2007.0

    Mail: Postfix

    Filters: Amavis / spamassasin + clamav

     

    I installed the "vacation" application. I made the configurations, .forward files and .vacation.msg files for a user. When the user receives an email, it is delivered with no error to the mailbox and to the /usr/bin/vacation application.

     

    here is what appears in /var/log/mail/info:

    Sep 16 13:04:29 bahn postfix/local[585]: E0EF41CF492: to=<user.name@domain.name>, relay=local, delay=0.44, delays=0.12/0.22/0/0.1, dsn=2.0.0, status=sent (delivered to mailbox)

    Sep 16 13:04:29 bahn postfix/local[585]: E0EF41CF492: to=<user.name@domain.name>, relay=local, delay=1, delays=0.12/0.22/0/0.67, dsn=2.0.0, status=sent (delivered to command: /usr/bin/vacation user.name)

     

    ***Note: user.name is replaced with actual user name, and domain.name is replaced with real domain name.

     

    The problem is that the sender gets no reply. There is nothing in the logs indicateing even a try to send mail to the sender.

     

    The command "vacation -I" was ran, and yes, there is a vacation.db file in users home folder.

     

    Any help would be usefull. Thanks.

  12. If you open Makefile you can see this:

    PREFIX=/usr/local

     

    install:

    mkdir -p $(PREFIX)/bin

    mkdir -p $(PREFIX)/lib

    cp rar unrar $(PREFIX)/bin

    cp rarfiles.lst /etc

    cp default.sfx $(PREFIX)/lib

     

    Just copy by hend the files specified there (last 3 lines).

  13. DON'T BOTHER WHIT THIS POST ... I UPDATED MY SYSTEM (KERNEL TOO)

     

     

    Upgrade to kernel 2.6.17-14mdv. A fix for this came out today, see todays security advisories. Solved it for me (HP LJ1010, but also an USB-external HDD)

     

    Thanks for the quick response...

     

    1) Where can I see the "security advisories"

    2) What is the eseast way to upgrade the kernel (I gess urpmi --update doesn't work in this case)

     

     

    [PROBLEM SOLVED]

  14. Hello everyone,

     

    I have a really strange problem. Sometimes my system just frozes (Mandriva 2007.1 pwp). I looked around in /var/log/messages and these are the latest logs before restart:

     

    Example 1:

     

    May 9 13:57:32 localhost kernel: usb 4-1: configuration #1 chosen from 1 choice

    May 9 13:57:32 localhost kernel: drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x1812

    May 9 13:57:44 localhost kernel: parport: PnPBIOS parport detected.

    May 9 13:57:44 localhost kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]

    May 9 13:57:44 localhost kernel: lp0: using parport0 (interrupt-driven).

    May 9 13:57:44 localhost kernel: lp0: console ready

    May 9 13:57:44 localhost kernel: ppdev: user-space parallel port driver

    May 9 14:01:28 localhost kernel: drivers/usb/class/usblp.c: usblp0: removed

    May 9 14:02:53 localhost kernel: usb 4-1: USB disconnect, address 2

    May 9 14:02:53 localhost kernel: printing eip:

    May 9 14:02:53 localhost kernel: c01fc95b

    May 9 14:02:53 localhost kernel: *pde = 00000000

    May 9 14:02:53 localhost kernel: Oops: 0000 [#1]

    May 9 14:02:53 localhost kernel: SMP

    May 9 14:02:53 localhost kernel: Modules linked in: ppdev parport_pc lp parport radeon drm nfsd exportfs lockd nfs_acl usblp rpcsec_gss_krb5 auth_rpcgss des sunrpc snd_seq_dummy snd_seq_oss snd_seq_midi_event ppp_async ppp_generic slhc crc_ccitt snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss eepro100 mii snd_intel8x0 snd_ac97_codec af_packet snd_ac97_bus snd_pcm snd_timer snd_page_alloc snd soundcore ipv6 vboxdrv video thermal processor fan container button battery ac ide_cd binfmt_misc loop nls_utf8 ntfs supermount dm_mod floppy evdev intel_agp agpgart nvram ehci_hcd usbhid usbkbd uhci_hcd usbcore ext3 jbd

    May 9 14:02:53 localhost kernel: CPU: 0

     

     

    Example 2:

    May 10 23:52:51 localhost kernel: usb 4-1: USB disconnect, address 4

    May 10 23:52:51 localhost kernel: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000

    May 10 23:52:51 localhost kernel: printing eip:

    May 10 23:52:51 localhost kernel: c01fc95b

    May 10 23:52:51 localhost kernel: *pde = 00000000

    May 10 23:52:51 localhost kernel: Oops: 0000 [#1]

    May 10 23:52:51 localhost kernel: SMP

    May 10 23:52:51 localhost kernel: Modules linked in: ppdev parport_pc lp parport isofs nls_iso8859_1 nls_cp437 vfat fat sg sd_mod usb_storage scsi_mod radeon drm nfsd exportfs lockd nfs_acl rpcsec_gss_krb5 auth_rpcgss des sunrpc usblp snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device ppp_async ppp_generic slhc crc_ccitt snd_pcm_oss snd_mixer_oss eepro100 mii af_packet snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm snd_timer snd_page_alloc snd soundcore ipv6 vboxdrv video thermal processor fan container button battery ac ide_cd binfmt_misc loop nls_utf8 ntfs supermount dm_mod floppy evdev intel_agp agpgart nvram usbkbd ehci_hcd usbhid uhci_hcd usbcore ext3 jbd

    May 10 23:52:51 localhost kernel: CPU: 0

    May 10 23:52:51 localhost kernel: eax: ccaf5334 ebx: ca08b820 ecx: d180c780 edx: ca08b820

    May 10 23:52:51 localhost kernel: EIP: 0060:[<c01fc95b>] Not tainted VLI

     

    As I can observe it is printer related. I have a HP K550 OfficeJet Pro. The error sometimes happens sometimes not. It looks like after stopping the printer things go wrong.

     

    I mention that printing works perfect.

     

    Any ideea how to resolv this problem?

×
×
  • Create New...