[SOLVED] No more CD/DVD in wine applications

I read quite a few threads about udev problems with /dev/sr0. I think my problem has a link with this, but I am not sure. Since a week, I cannot use my cdrom drive with wine applications.
My /dev/sr0 is :
brw-rw----+ 1 root disk 11, 0 1 nov. 12:09 /dev/sr0
I added myself to disk group, just to see if it solved the problem, but nothing changed.
A lot of non-wine applications work well (smplayer, vlc, for example), but another one ask me my root password (K9copy says that it is necessary to change the read ahead properties of the drive). (EDIT this last remark has no link with the problem; it is a special feature in K9copy and it is the normal way.. I usually don't use this program; sorry...)
Here is my udevadm info -a -n /dev/sr0
Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.
looking at device '/devices/pci0000:00/0000:00:06.0/host5/target5:0:0/5:0:0:0/block/sr0':
KERNEL=="sr0"
SUBSYSTEM=="block"
DRIVER==""
ATTR{range}=="1"
ATTR{ext_range}=="1"
ATTR{removable}=="1"
ATTR{ro}=="0"
ATTR{size}=="14572780"
ATTR{alignment_offset}=="0"
ATTR{discard_alignment}=="0"
ATTR{capability}=="119"
ATTR{stat}==" 1677166 1677748 13419656 1674536 0 0 0 0 0 919343 1672853"
ATTR{inflight}==" 0 0"
ATTR{events}=="media_change eject_request"
ATTR{events_async}==""
ATTR{events_poll_msecs}=="-1"
looking at parent device '/devices/pci0000:00/0000:00:06.0/host5/target5:0:0/5:0:0:0':
KERNELS=="5:0:0:0"
SUBSYSTEMS=="scsi"
DRIVERS=="sr"
ATTRS{device_blocked}=="0"
ATTRS{type}=="5"
ATTRS{scsi_level}=="6"
ATTRS{vendor}=="PHILIPS "
ATTRS{model}=="SPD2412T "
ATTRS{rev}=="P1.4"
ATTRS{state}=="running"
ATTRS{timeout}=="30"
ATTRS{iocounterbits}=="32"
ATTRS{iorequest_cnt}=="0x1b9d0b"
ATTRS{iodone_cnt}=="0x1b9a87"
ATTRS{ioerr_cnt}=="0x13"
ATTRS{evt_media_change}=="0"
ATTRS{queue_depth}=="1"
ATTRS{queue_type}=="none"
looking at parent device '/devices/pci0000:00/0000:00:06.0/host5/target5:0:0':
KERNELS=="target5:0:0"
SUBSYSTEMS=="scsi"
DRIVERS==""
looking at parent device '/devices/pci0000:00/0000:00:06.0/host5':
KERNELS=="host5"
SUBSYSTEMS=="scsi"
DRIVERS==""
looking at parent device '/devices/pci0000:00/0000:00:06.0':
KERNELS=="0000:00:06.0"
SUBSYSTEMS=="pci"
DRIVERS=="pata_amd"
ATTRS{vendor}=="0x10de"
ATTRS{device}=="0x0053"
ATTRS{subsystem_vendor}=="0x147b"
ATTRS{subsystem_device}=="0x1c1a"
ATTRS{class}=="0x01018a"
ATTRS{irq}=="0"
ATTRS{local_cpus}=="00000000,00000001"
ATTRS{local_cpulist}=="0"
ATTRS{numa_node}=="0"
ATTRS{dma_mask_bits}=="32"
ATTRS{consistent_dma_mask_bits}=="32"
ATTRS{broken_parity_status}=="0"
ATTRS{msi_bus}==""
looking at parent device '/devices/pci0000:00':
KERNELS=="pci0000:00"
SUBSYSTEMS==""
DRIVERS==""
Have I got a specific problem or is it only the consequency of this bug?
Last edited by jdn06 (2011-11-04 18:47:06)

Some new facts about my problem.
I tried this, as wine application was asking for a /dev/sg0 file which doesn't exist anymore:
ln -s /dev/sr0 /dev/sg0
chown root:disk /dev/sg0
Quite ugly, but if it works...
But it didn't. The new error message is:
err:aspi:SCSI_OpenDevice Failed to open device /dev/sg0: Système de fichiers accessible en lecture seulement
The french part means that the filesystem is accessible only in reading. The wine application is EAC (CD extractor to FLAC files); it does'nt write on disk, but I guess it needs to have more rights on /dev/sr0. I don't want to make more crazy things like changing rights on /dev/sr0 or starting a wine application on root.
Would anyone have an idea?

Similar Messages

  • One or more files in the Adobe Application Support folder...

    Upon opening Photoshop CS5 I have the following message displayed on the screen. I have uninstalled and re-installed Photoshop but it did not make a difference., the message keeps showing up. It is getting annoying and I have no idea which files are missing. Anyone know how to fix this? I am copying the message here:
    One or more files in the Adobe Application Support folder, necessary for running Photoshop, are missing.  Please run the Photoshop installer and re-install Photoshop.

    It's not a systemic problem, no.  Photoshop CS5 can certainly run without an error message.
    Was it working without the error message on your system at one time?
    Have you made any changes to the files supplied as part of Photoshop?
    An uninstall (possibly via the Creative Suite Cleaner Tool) followed by a reinstall will probably get you working again.
    -Noel

  • Running any wine application instantly crashes entire X server

    I'm not really sure how to debug this issue. Suddenly, without performing any pacman update or other major changes, running any wine application (even winecfg) crashes X.
    Looking at strace, it appears to be a GPU related issue, and temporarily removing lib32/libXxf86vm (the last module loaded according to strace) fixes the issue. However it breaks the 3d application I want to use under Wine.
    On the other hand, glxgears for example works perfectly.
    Here is my xorg.log:
    [ 38478.299]
    X.Org X Server 1.13.1
    Release Date: 2012-12-13
    [ 38478.299] X Protocol Version 11, Revision 0
    [ 38478.299] Build Operating System: Linux 3.7.0-1-ARCH x86_64
    [ 38478.299] Current Operating System: Linux weeaboo.com 3.6.11-1-ARCH #1 SMP PREEMPT Tue Dec 18 08:57:15 CET 2012 x86_64
    [ 38478.299] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/disk/by-uuid/7d2cd77e-8554-449e-a221-c72ec7c072d6 init=/usr/lib/systemd/systemd lvmwait=/dev/md127 ro panic=20
    [ 38478.299] Build Date: 16 December 2012 04:45:14PM
    [ 38478.299]
    [ 38478.299] Current version of pixman: 0.28.2
    [ 38478.299] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 38478.299] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 38478.299] (==) Log file: "/var/log/Xorg.8.log", Time: Sun Jan 6 17:23:50 2013
    [ 38478.299] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 38478.299] (==) No Layout section. Using the first Screen section.
    [ 38478.299] (**) |-->Screen "VNC Screen" (0)
    [ 38478.299] (**) | |-->Monitor "VNC Monitor"
    [ 38478.299] (==) No device specified for screen "VNC Screen".
    Using the first device section listed.
    [ 38478.299] (**) | |-->Device "Intel Graphics"
    [ 38478.299] (==) Automatically adding devices
    [ 38478.299] (==) Automatically enabling devices
    [ 38478.299] (==) Automatically adding GPU devices
    [ 38478.299] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 38478.299] Entry deleted from font path.
    [ 38478.299] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 38478.299] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 38478.299] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 38478.299] (II) Loader magic: 0x7fcc40
    [ 38478.299] (II) Module ABI versions:
    [ 38478.299] X.Org ANSI C Emulation: 0.4
    [ 38478.299] X.Org Video Driver: 13.1
    [ 38478.299] X.Org XInput driver : 18.0
    [ 38478.300] X.Org Server Extension : 7.0
    [ 38478.300] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 38478.301] (--) PCI:*(0:0:2:0) 8086:0122:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xe0000000/268435456, I/O @ 0x0000ff00/64
    [ 38478.301] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 38478.301] Initializing built-in extension Generic Event Extension
    [ 38478.301] Initializing built-in extension SHAPE
    [ 38478.301] Initializing built-in extension MIT-SHM
    [ 38478.301] Initializing built-in extension XInputExtension
    [ 38478.301] Initializing built-in extension XTEST
    [ 38478.302] Initializing built-in extension BIG-REQUESTS
    [ 38478.302] Initializing built-in extension SYNC
    [ 38478.302] Initializing built-in extension XKEYBOARD
    [ 38478.302] Initializing built-in extension XC-MISC
    [ 38478.302] Initializing built-in extension SECURITY
    [ 38478.302] Initializing built-in extension XINERAMA
    [ 38478.302] Initializing built-in extension XFIXES
    [ 38478.302] Initializing built-in extension RENDER
    [ 38478.302] Initializing built-in extension RANDR
    [ 38478.302] Initializing built-in extension COMPOSITE
    [ 38478.302] Initializing built-in extension DAMAGE
    [ 38478.302] Initializing built-in extension MIT-SCREEN-SAVER
    [ 38478.302] Initializing built-in extension DOUBLE-BUFFER
    [ 38478.302] Initializing built-in extension RECORD
    [ 38478.302] Initializing built-in extension DPMS
    [ 38478.302] Initializing built-in extension X-Resource
    [ 38478.302] Initializing built-in extension XVideo
    [ 38478.302] Initializing built-in extension XVideo-MotionCompensation
    [ 38478.302] Initializing built-in extension XFree86-VidModeExtension
    [ 38478.302] Initializing built-in extension XFree86-DGA
    [ 38478.302] Initializing built-in extension XFree86-DRI
    [ 38478.302] Initializing built-in extension DRI2
    [ 38478.302] (II) LoadModule: "glx"
    [ 38478.303] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 38478.303] (II) Module glx: vendor="X.Org Foundation"
    [ 38478.303] compiled for 1.13.1, module version = 1.0.0
    [ 38478.303] ABI class: X.Org Server Extension, version 7.0
    [ 38478.303] (==) AIGLX enabled
    [ 38478.303] Loading extension GLX
    [ 38478.303] (II) LoadModule: "intel"
    [ 38478.303] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 38478.304] (II) Module intel: vendor="X.Org Foundation"
    [ 38478.304] compiled for 1.13.1, module version = 2.20.17
    [ 38478.304] Module class: X.Org Video Driver
    [ 38478.304] ABI class: X.Org Video Driver, version 13.1
    [ 38478.304] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 38478.305] (--) using VT number 3
    [ 38478.308] (**) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 38478.308] (==) intel(0): RGB weight 888
    [ 38478.308] (==) intel(0): Default visual is TrueColor
    [ 38478.308] (**) intel(0): Option "AccelMethod" "uxa"
    [ 38478.308] (**) intel(0): Option "DRI" "false"
    [ 38478.308] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT2+)
    [ 38478.308] (**) intel(0): Relaxed fencing enabled
    [ 38478.308] (**) intel(0): Wait on SwapBuffers? enabled
    [ 38478.308] (**) intel(0): Triple buffering? enabled
    [ 38478.308] (**) intel(0): Framebuffer tiled
    [ 38478.308] (**) intel(0): Pixmaps tiled
    [ 38478.308] (**) intel(0): 3D buffers tiled
    [ 38478.308] (**) intel(0): SwapBuffers wait enabled
    [ 38478.308] (==) intel(0): video overlay key set to 0x101fe
    [ 38478.319] (II) intel(0): Output VGA1 using monitor section VNC Monitor
    [ 38478.320] (II) intel(0): Output HDMI1 has no monitor section
    [ 38478.366] (II) intel(0): Output DP1 has no monitor section
    [ 38478.379] (II) intel(0): Output HDMI2 has no monitor section
    [ 38478.392] (II) intel(0): Output HDMI3 has no monitor section
    [ 38478.436] (II) intel(0): Output DP2 has no monitor section
    [ 38478.479] (II) intel(0): Output DP3 has no monitor section
    [ 38478.493] (II) intel(0): EDID for output VGA1
    [ 38478.494] (II) intel(0): EDID for output HDMI1
    [ 38478.539] (II) intel(0): EDID for output DP1
    [ 38478.552] (II) intel(0): EDID for output HDMI2
    [ 38478.566] (II) intel(0): EDID for output HDMI3
    [ 38478.609] (II) intel(0): EDID for output DP2
    [ 38478.654] (II) intel(0): EDID for output DP3
    [ 38478.654] (II) intel(0): Output VGA1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI1 disconnected
    [ 38478.654] (II) intel(0): Output DP1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI2 disconnected
    [ 38478.654] (II) intel(0): Output HDMI3 disconnected
    [ 38478.654] (II) intel(0): Output DP2 disconnected
    [ 38478.654] (II) intel(0): Output DP3 disconnected
    [ 38478.654] (WW) intel(0): No outputs definitely connected, trying again...
    [ 38478.654] (II) intel(0): Output VGA1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI1 disconnected
    [ 38478.654] (II) intel(0): Output DP1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI2 disconnected
    [ 38478.654] (II) intel(0): Output HDMI3 disconnected
    [ 38478.654] (II) intel(0): Output DP2 disconnected
    [ 38478.654] (II) intel(0): Output DP3 disconnected
    [ 38478.654] (WW) intel(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 38478.654] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 38478.654] (II) intel(0): Kernel page flipping support detected, enabling
    [ 38478.654] (==) intel(0): DPI set to (96, 96)
    [ 38478.654] (II) Loading sub module "fb"
    [ 38478.654] (II) LoadModule: "fb"
    [ 38478.654] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 38478.655] (II) Module fb: vendor="X.Org Foundation"
    [ 38478.655] compiled for 1.13.1, module version = 1.0.0
    [ 38478.655] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 38478.655] (==) Depth 24 pixmap format is 32 bpp
    [ 38478.655] (II) intel(0): Allocated new frame buffer 1728x980 stride 7168, tiled
    [ 38478.656] (II) UXA(0): Driver registered support for the following operations:
    [ 38478.656] (II) solid
    [ 38478.656] (II) copy
    [ 38478.656] (II) composite (RENDER acceleration)
    [ 38478.656] (II) put_image
    [ 38478.656] (II) get_image
    [ 38478.656] (==) intel(0): Backing store disabled
    [ 38478.656] (==) intel(0): Silken mouse enabled
    [ 38478.656] (II) intel(0): Initializing HW Cursor
    [ 38478.656] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 38478.657] (==) intel(0): DPMS enabled
    [ 38478.657] (==) intel(0): Intel XvMC decoder enabled
    [ 38478.657] (II) intel(0): Set up textured video
    [ 38478.657] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 38478.657] (II) intel(0): direct rendering: Disabled
    [ 38478.657] (WW) intel(0): Option "Shadow" is not used
    [ 38478.657] (==) intel(0): hotplug detection: "enabled"
    [ 38478.657] (--) RandR disabled
    [ 38478.663] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 38478.663] (II) AIGLX: Screen 0 is not DRI capable
    [ 38478.675] (II) AIGLX: Loaded and initialized swrast
    [ 38478.675] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 38478.788] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 38478.788] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38478.788] (II) LoadModule: "evdev"
    [ 38478.788] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 38478.791] (II) Module evdev: vendor="X.Org Foundation"
    [ 38478.791] compiled for 1.13.0, module version = 2.7.3
    [ 38478.791] Module class: X.Org XInput Driver
    [ 38478.791] ABI class: X.Org XInput driver, version 18.0
    [ 38478.791] (II) Using input driver 'evdev' for 'Power Button'
    [ 38478.791] (**) Power Button: always reports core events
    [ 38478.791] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 38478.791] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38478.791] (--) evdev: Power Button: Found keys
    [ 38478.791] (II) evdev: Power Button: Configuring as keyboard
    [ 38478.791] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 38478.791] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 38478.791] (**) Option "xkb_rules" "evdev"
    [ 38478.791] (**) Option "xkb_model" "evdev"
    [ 38478.791] (**) Option "xkb_layout" "us"
    [ 38478.815] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 38478.815] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38478.815] (II) Using input driver 'evdev' for 'Power Button'
    [ 38478.816] (**) Power Button: always reports core events
    [ 38478.816] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 38478.816] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38478.816] (--) evdev: Power Button: Found keys
    [ 38478.816] (II) evdev: Power Button: Configuring as keyboard
    [ 38478.816] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 38478.816] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 38478.816] (**) Option "xkb_rules" "evdev"
    [ 38478.816] (**) Option "xkb_model" "evdev"
    [ 38478.816] (**) Option "xkb_layout" "us"
    [ 38478.816] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 38478.816] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
    [ 38478.816] (II) No input driver specified, ignoring this device.
    [ 38478.816] (II) This device may have been added with another device file.
    [ 38478.817] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
    [ 38478.817] (II) No input driver specified, ignoring this device.
    [ 38478.817] (II) This device may have been added with another device file.
    [ 38478.817] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event12)
    [ 38478.817] (II) No input driver specified, ignoring this device.
    [ 38478.817] (II) This device may have been added with another device file.
    [ 38478.817] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event3)
    [ 38478.817] (II) No input driver specified, ignoring this device.
    [ 38478.817] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38498.236] (EE)
    [ 38498.236] (EE) Backtrace:
    [ 38498.236] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
    [ 38498.236] (EE) 1: /usr/bin/X (0x400000+0x18e279) [0x58e279]
    [ 38498.236] (EE) 2: /usr/lib/libpthread.so.0 (0x7f5c62188000+0xf1e0) [0x7f5c621971e0]
    [ 38498.236] (EE) 3: /usr/bin/X (xf86GetGammaRampSize+0x43) [0x480283]
    [ 38498.236] (EE) 4: /usr/bin/X (0x400000+0x8a3aa) [0x48a3aa]
    [ 38498.236] (EE) 5: /usr/bin/X (0x400000+0x37e61) [0x437e61]
    [ 38498.236] (EE) 6: /usr/bin/X (0x400000+0x2696a) [0x42696a]
    [ 38498.236] (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5c60e0ca15]
    [ 38498.236] (EE) 8: /usr/bin/X (0x400000+0x26cad) [0x426cad]
    [ 38498.236] (EE)
    [ 38498.236] (EE) Segmentation fault at address 0x51
    [ 38498.236]
    Fatal server error:
    [ 38498.236] Caught signal 11 (Segmentation fault). Server aborting
    [ 38498.237]
    [ 38498.237] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 38498.237] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 38498.237] (EE)
    [ 38498.268] (II) evdev: Power Button: Close
    [ 38498.268] (II) UnloadModule: "evdev"
    [ 38498.289] (II) evdev: Power Button: Close
    [ 38498.289] (II) UnloadModule: "evdev"
    [ 38498.293] Server terminated with error (1). Closing log file.
    and here is the end of the strace of winecfg:
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0j\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\215\5\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0k\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", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\24\0\6\0K\1\0\0\\\1\0\0\6\0\0\0\0\0\0\0\377\377\377\377", 24}, {NULL, 0}, {"", 0}], 3) = 24
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1 l\0\20\0\0\0\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 11
    fstat64(11, {st_mode=S_IFREG|0644, st_size=203991, ...}) = 0
    mmap2(NULL, 203991, PROT_READ, MAP_PRIVATE, 11, 0) = 0x7e3b2000
    close(11) = 0
    open("/usr/lib32/libXxf86vm.so.1", O_RDONLY|O_CLOEXEC) = 11
    read(11, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\v\0\0004\0\0\0"..., 512) = 512
    fstat64(11, {st_mode=S_IFREG|0755, st_size=17900, ...}) = 0
    mmap2(NULL, 20704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7e0cb000
    mmap2(0x7e0cf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x3) = 0x7e0cf000
    close(11) = 0
    mprotect(0x7e0cf000, 4096, PROT_READ) = 0
    munmap(0x7e3b2000, 203991) = 0
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"b\0\10\0\30\0\0\0", 8}, {"XFree86-VidModeExtension", 24}, {"", 0}], 3) = 32
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0m\0\0\0\0\0\1\227\0\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\227\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0n\0\0\0\0\0\2\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\227\16\2\0\2\0\2\0\227\23\2\0\0\0\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN|POLLHUP}])
    --- SIGHUP {si_signo=SIGHUP, si_code=SI_USER, si_pid=10399, si_uid=0} ---
    +++ killed by SIGHUP +++
    Last edited by Darkimmortal (2013-01-06 19:49:50)

    DSpider wrote:
    Darkimmortal wrote:Have confirmed it's not filesystem corruption - fsck'd all partitions and reinstalled wine and all X related packages
    Move/rename or delete "~/.wine" and see if it helps.
    Still doesn't work
    I should add that wine works correctly under the same X environment (well, same configs but not same Xorg.conf) running through 'vncserver' - it's just the GPU-accelerated environment started via 'startx' that I'm having trouble with
    Last edited by Darkimmortal (2013-01-07 16:14:01)

  • 9.3.1- Not able to see more than 1 errors in application.log file

    Hi,
    In 9.3.1. version, I am not able to see more than 1 errors in application.log file during dataload without rules files.
    If anybody has faced this solution, pls let me know the cause.
    Thanks
    jazz

    Hey Jazz,
    in the first row add a rule file with no load file change the path to what you want. then insert a new row add your load file here. it should have the path from the previous row in the error file. Then delete the first row and run. I had to do this for a level zero load and was the only thing I could figure out so far

  • More than 50 MB sized applications are grayed out with status of "Waiting/Installing", when we update those apps from WiFi Connection?

    Hi,
    Few application updates are available in iOS App store. However, Those applications are grayed out with status of "Waiting/Installing", when we update those apps from WiFi Connection. It's happening only for more than 50 MB sized applications. Unable to install those application through WiFi, However, it's successfully installed through MacBook Pro iTunes application. Please suggest me, why this happening suddenly.
    Thanks in Advance,
    Suresh Balakrishnan.

    - If I make the deployment required, it will install right away regarless of maintenance windows.  However, i don't want to use this option because if the user logs in to other machine (e.g. boardroom computer), it will auto install this software. 
    Re-check your deployment, specially the user experience:
    If you've checked the box next to "Software installation", it will install after the deadline has passed and ignores maintenance windows. Change the deployment to required and uncheck that box and the software should be installed according to your
    maintenance windows.

  • TS3212 I just finished downloading iTunes, but when I clicked "Run" Windows indicated that it was not a valid WIN application and I lost the download. What can I do?

    I've been having a lot of trouble with iTunes lately. When I would sync my iPod to iTunes, many of the most recent songs I had downloaded would be removed from my playlists and their respective play counts wouldn't be updated. I had thought that updating iTunes would fix my problems, but each time I tried to download the update, nothing would happen. The dialog box that gives you the option to open or run the program would not appear. Finally, after referring to the Apple Support Community, I was able to find a link to download iTunes that allowed me to do so. But when the download was complete and I attempted to run the program, a Windows error occurred that indicated iTunes was not a valid WIN application. It gave me no other option but to click "OK" and when I did, I lost the entire download. I hope that there is a way to fix this problem.
    Thanks for reading.
    Kristen

    Let's try the following document with that one:
    iTunes: Windows reports that "iTunesSetup.exe is not a valid Win32 application"

  • Deploying wine application in endeca,

    Hi ,
    Can we have some reference doc or something for step-by-step deployment of Wine application in endeca.
    Regards,
    Girish

    Hi,
    you should take a look at the DeploymenttemplateUsageGuide.pdf (the Configuring an application section)
    http://docs.oracle.com/cd/E29586_01/DeploymentTemplateUsageGuide.pdf
    regards
    Saleh

  • Insert the DVD labeled Oracle Applications Rapid Install - Rdbms Disk 1 and

    Hi Hussein,
    It's not about Staging area. I am also facing the same issue:
    elect Option 1 for a complete Oracle Application Environment Install.
        1  - Complete Oracle Apps Env (11g, Database, 10.1.2, 10.1.3, APPL & COMM)
    Or choose the individual components you want staged
        2  - Database Technology Stack Only (11g)
        3  - Database Only (Vision or Fresh)
        4  - Applications Technology Stack Only (10.1.2, 10.1.3)
        5  - APPL_TOP & COMMON_TOP Only
    Enter number codes separated by spaces [1]:
    Checking diskspace ...Ok.
    Staging startCD ...Done.
    Staging Rdbms ...
    Insert the DVD labeled Oracle Applications Rapid Install - Rdbms Disk 1  and press <ENTER>:
    Invalid Disk is inserted.
    Please insert DVD labeled Oracle Applications Rapid Install - of Rdbms Disk 1
    Insert the DVD labeled Oracle Applications Rapid Install - Rdbms Disk 1  and press <ENTER>:
    Invalid Disk is inserted.
    Please insert DVD labeled Oracle Applications Rapid Install - of Rdbms Disk 1
    Insert the DVD labeled Oracle Applications Rapid Install - Rdbms Disk 1  and press <ENTER>:
    I think it's a problem with DVDs. Not sure how to check integrity of DVDs?
    -Hansal

    Hansal,
    md5sum will verify the integrity of the stage area directory but not the integrity of the CDs/DVDs.
    To check the contents of the Media Pack, try to view the contents of the DVD itself (use ls command).
    If downloading files from https://edelivery.oracle.com/ website is not an option for you then you may need to log a SR and ask Oracle support to send you another Media Pack.
    Thanks,
    Hussein

  • Hi i have moved from uk to india, i have changed my country in itunes store, when i am entering my payment details its not accepting it. more worse is all my applications which i have downloaded in uk are not working now. please suggest me a solution

    hi i have moved from uk to india, i have changed my country in itunes store, when i am entering my payment details its not accepting. more worse is all my applications which i have downloaded in uk are not working now. please suggest me a solution

    papillondefer wrote:
    I want to be able to keep app's, music, movies and my Cloud/Match exactly the same.  How do I do this?
    Because of different local copyright laws and licensing you cannot keep everything exactly the same except for iCloud, which is not affected. You will have to create a new Apple ID for use on the UK iTunes Store with a form of payment drawn on a local bank and an address in the UK. As long as you have downloaded all your purchases and the computer is still authorized to play all protected video content that won't change, however Apps may give you trouble when updating because once associated with an Apple ID you can only switch between stores every 90 days.
    As for iTunes Match you must contact Australian iTunes Store support to cancel the subscription and you will have to resubscribe on the UK store.

  • Cannot use BD DVD Player: WIN DVD MFC application has stopped working

    Tried to install my old version of WinDVD and failed and in the process may have accidentally deleted a file,
    for now whenever I try and use BD DVD Player I get the following message:
    'WIN DVD MFC application has stopped working '
    I tried using restore point but still get it, can anyone advise please?

    It will be interesting to know which notebook model do you have.
    Anyway, in my opinion there is some software conflict. I can imagine both players use same modules or plug-ins and there is conflict.
    I dont know what solution can be but maybe you should remove both players, restart your notebook and make clean BD player in hope it will works properly.

  • [SOLVED] Wine Applications & XBOX Controllers

    Greetings, Arch community!
    I have a Logitech F710 controller (capable of both XINPUT & DINPUT) and I have already configured it using xboxdrv (although it works just fine with xpad). Linux native games via Steam work just fine with the controller but I have yet to get it working with games on Wine. I'm using PlayOnLinux and have a 32 bit WINEPREFIX using Wine 1.7.4-CSMT running Windows 7.
    I believe these are relevant overrides:
    xinput1_1 (native)
    xinput1_2 (native)
    xinput1_3 (native)
    xinput9_1_0 (native)
    dinput (builtin, native)
    dinput8 (builtin, native)
    I have tried switching about overrides to no avail as well as tried using x360ce to configure. However, x360ce does not detect the controller when I set either dinput to (native) only. Using ditool (to detect input devices), I see the controller detected just fine in both XINPUT & DINPUT. The games I wish to have the controller working with are:
    Grand Theft Auto IV
    The Legend of Korra
    Note: These games wotk just fine with mouse & keyboard but I would much prefer to be able to lay back and play them with a controller.
    I'm willing to provide relevant output to get this working because after many tries, it still does not work. Thanks in advance.
    Last edited by timurkiyivinski (2014-10-26 13:36:29)

    Sorry for double post. Got it working. Should've just removed all overrides all this while. Shall just split games that require this into a different WINEPREFIX then.
    Solution:
    boghison wrote:I fixed it: http://steamcommunity.com/app/221410/di … 860178892/
    (Assuming you already have xboxdrv set up)
    Download everthing from here. (Some random link)
    Paste it into the same directory as the executable.
    With your controller running in XINPUT mode, as root run:
    xboxdrv --silent --detach-kernel-driver --trigger-as-button --ui-axismap x2=ABS_Z,y2=ABS_RZ --ui-buttonmap A=BTN_B,B=BTN_X,X=BTN_A,TR=BTN_THUMBL,TL=BTN_MODE,GUIDE=BTN_THUMBR
    Make sure your user has permissions to read the outputted events.
    Disable all XINPUT & DINPUT overried in wine by removing them.
    After that, all works great. Thanks for the link!
    Last edited by timurkiyivinski (2014-10-26 13:31:14)

  • Win 7 Recovery DVD in Win 8.1

    How do I create a recovery disk in Win 8.1 like I did with Win 7.
    Thank you.
    Solved!
    Go to Solution.

    Hi nmartens,
    Windows 8
    To open the Toshiba Recovery Media Creator at the Start screen press the "Windows + C" keys together to open the charms bar.
    Select "Search" from the charms bar.
    Type "recovery" in to the Search field. As you type, the number of results will start appearing below. 
    Under "Apps" select "Recovery Media Creator" to open the recovery media creator. 
    Go to Steps to Create Recovery Media. 
    Steps to create Recovery Media:
    NOTE: Windows 7 screens are shown below, once in the recovery media creator, the process is the same Windows 8 is very similar.
    After locating and clicking on "TOSHIBA Recovery Media Creator", select "Yes" when prompted with the question, "Do you want to allow the following program to make changes to your computer?"
    Within the "Media Selection" area place checkmarks in the boxes next to the options you desire. The "System Recovery Media" option will make a disk set or USB flash drive (depending on selection) that will perform a complete recovery of your software. Some models include the option to create "Application Disks" (as seen below). This option will allow you to create a disk set you can use to reinstall programs you specifically select from a list of applications originally shipped with the computer. NOTE: The "Media Set" section allows you to select the type of media you prefer, the example shows the default selection; DVDs. 
    Windows 7
    Windows 8
    The "information" box indicates what type of disks or USB, and how many of them (discs), you will need in order to create the media you’ve selected. NOTE: Take the time to label the disks as you create them in order to avoid confusion later.
    Checking the "Verify" box will allow the program to check the data as it is being written to the disks. Selecting this option will take longer for the application to create the disks but will ensure the disks are in good working order when completed.
    Place a blank disk into your CD-ROM/DVD drive or connect a USB flash drive then select the "Create" button on the lower right of the page. Follow the on-screen instructions as you move through the process inserting new disks as the program requests them. NOTE: It may take several moments for the disc to become available after you close the drive .
    Additional Information:
    The path to the Toshiba Media Creator Utility is not identical on each machine. If you want to locate the specific location of the application on non-Windows 8 machines you can use:
    Start menu>All Programs>Toshiba>Utilities>Toshiba Recovery Media Creator
    Start menu>All Programs>CD & DVD Applications>Toshiba Recovery Media Creator
    On some machines the application can be found by using "Toshiba recovery" into the search while others use simply "recovery".
    On some machines the application is called the "Toshiba Recovery Disk Creator" utility as opposed to the "Toshiba Recovery Media Creator".
    Hope this works for you!
    BTW IF YOU THINK IT HELPS ALOT. PLEASE DONT BE AFRAID TO CLICK KUDOS star ^_^
    - cokies

  • [SOLVED] Losing more and more space everyday

    Hello,
    During around 2 weeks I have a really strange problem: I'm loosing more and more free space everyday, and I can't figure what cause that.
    The system is installed on a 12GB ext4 partition. My home is on it but as I move data to another partition something else tooks the free space; I used to have 4GB of data inside home, including all hidden folders, now it's only 1.5GB and the next big folder is the "windows" folder of wine.
    What should I use to monitor if a file is increasing or all write operations of my applications?
    Thanks.
    Edit: my cache folder is empty and I removed the .thumbnails folder.
    Last edited by Dreamkey (2012-06-29 11:04:49)

    Yes I had a problem with my logs : everything.log, kernel.log and messages.log got spammed by this 4 lines every second
    Jun 29 03:52:01 anarky-laptop kernel: [18650.554384] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
    Jun 29 03:52:01 anarky-laptop kernel: [18650.554396] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
    Jun 29 03:52:01 anarky-laptop kernel: [18650.566358] atkbd serio0: Unknown key released (translated set 2, code 0x8d on isa0060/serio0).
    Jun 29 03:52:01 anarky-laptop kernel: [18650.566370] atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
    Which is now solved by doing some strange manipulations (this was not the first time I had to do it, but I had forgotten it).
    @DSpider: I changed my logrotate.conf like in your post, so without doing anything else I should recover free space in 2 weeks?

  • How do i allocate more memory to my iphoto application? i am unable to add more photos to my library  i keep getting a pop up saying not enough memory in my application

    how do i allocate more memory from my hd to my iphoto application? i have over 80 gb on my hard drive, but only 1.7 gb allocated to my iphoto application & i am unable to add more photos to my library.  i keep getting a popup that says not enough application memory.

    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
    A long-running process with a memory leak (a kind of bug)
    Not enough memory for your usage pattern
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the  leaks(1) man page and the Apple developer documentation for details.

  • HP HDX 9010nr cannot write to CD or DVD in WIN 7.

    My HP HDX 9010nr can read CDs and DVDs, but it cannot write to a blank CD or DVD.
    The machine came with the VISTA but I upgraded it to WIN 7 last year.
    The device is CD/DVD/HD-DVD player and burner.
    Thanks,
    Larry...

    Hi,  you should definitely check to find out if the blank discs you are using are supported by your system. If the are you can try to run through troubleshooting the issue by using the troubleshooting tool on your unit and you can do this by following this directions:
    1.) Click on Start Button
    2.) Type 'Troubleshooting"  into the start search or search programs box.
    3.) Choose 'Troubleshooting' from the list.
    4.) Run the troubleshooter for hardware and devices or audio and sound or playing and burning blue-ray, dvds and cds.
    If this doesn't work you can also check your device manager to make sure that the drive is listed with no errors.
    I am an Hp employee but my comments and posts are mine own.
    If this answer was helpful or clarified the issue click the star to offer me a kudo as thanks.
    If my answer solved the problem please mark the topic as the accepted solution

Maybe you are looking for