similar to: udisk cdrom support in linux

Displaying 20 results from an estimated 60000 matches similar to: "udisk cdrom support in linux"

2010 May 19
1
various minor problems
1: is it possible to use ioemu:sda instead of ioemu:hda ? 2: is ioemu keyword optionnal ? conf seems to work without 3: why d i need to put vfb = [ "type=vnc,vncunused=1,keymap=fr" ] line ? seperate vnc = 1 + vncunused = 1 look identical to me, but are ignored. have the conf parser changed ? 4: during dom0 startup: > * Starting Xen control daemon ... > * Error: either
2007 Mar 06
3
make errors on solaris express dev 02/07
make fails at drivers: make[1]: Entering directory `/export/home/zoly/Documents/trunk/drivers' /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/sfw/include -g -Dsolaris2 -I. -I/usr/sfw/include -O -Wall -Wsign-compare -o al175 al175.o ../common/libcommon.a ../common/upsconf.o
2007 May 24
7
Debian package
Seems to be broken in the current SVN: [...] x86_64-linux-gnu-gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DINET6 -O2 -D_REENTRANT -DNETSNMP_USE_INLINE -Wall -Dlinux -I. -I/usr/include -O2 -Wall -Wsign-compare -s -o energizerups energizerups.o ../common/upsconf.o ../common/parseconf.o ../common/state.o main.o dstate.o
2007 Jan 31
3
using audio CDROM with EAC & Suse 10.2 (wine)
I could use some help setting up Exact Audio Copy using wine 0.9.24 and SuSe 10.2 with KDE 3.5xx My problem is finding the audio cd, If I put in a data disk, hal will update /media/.hal.mtab will have an entry and create a temporary mounting point such as /media/new I probably could use that in winecfg to set up a mounting point for wine. However if I insert an audio disk, the hal system
2008 Oct 20
1
Buildbot doesn build hal
Charles, It looks like the buildbot no longer builds (if it ever did, I don remember) the HAL addons, even if the requirements are met: configure:9680: checking for libhal version via pkg-config (0.5.8 minimum required) configure:9690: result: 0.5.11 found configure:9694: checking for libhal cflags via pkg-config configure:9703: result: -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal
2008 Mar 04
5
CDROM detect failed
Hi, I was trying to install an old Sierra game called Lighthouse. It used to fail completely under old versions of Wine and I got a request to try it again. I am doing this on a Gentoo 64-bit machine but Wine is a 32-bit app on this machine: mark at lightning ~ $ file /usr/bin/wine /usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked
2014 Jan 18
2
mounting CDROM without mapaping UC to LC
Hi! this is surely a newbie question, so I should know the answer, but I'm fighting with mounting a CD such that filenames are NOT mapped to lowercase (I need to use its on-board tools for accessing files on it while mounted on Centos 6.5, and those tools assume uppercawse, since they assume the entire world runs Windoze.) but despite my best efforts, it keeps being mounted with UC-LC
2006 Jan 02
1
winecfg drives, ALSA and crash problem
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: winecfg.jpg Type: image/jpeg Size: 96959 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060102/6d03599c/winecfg-0001.jpg
2009 Dec 28
2
DeviceKit-power
My UPS Powercom WOW-1000U does greatly work with NUT, but not auto-cofigurable... This UPS is not usb-hid ups, and works well with this settings in NUT: [powercom] desc = "powercom" driver = powercom port = "/dev/serial/by-id/usb-POWERCOM_CO.__LTD._USB_to_Serial-if00-port0" type = IMP lsusb -v fragment attached. Unlike other UPSes, gnome-power-manager does
2015 Aug 13
3
how do I stop automount of Hitichi Lifestudio USB drive
On Aug 12, 2015, at 5:22 PM, m.roth at 5-cent.us wrote: > autofs is what's mounting it. But if you turn it off, you'll have to > manually mount anything that's not in /etc/fstab. > > Sounds like gnome's trying to be WinDoze.... Its not ?autofs? specifically (which is a simple thing) but udev talking to udisks, allowing your login session to use udisks to mount the
2007 May 23
1
[nut-commits] svn commit r915 - in trunk: . drivers
On 5/23/07, Kjell Claesson <keyson-guest at alioth.debian.org> wrote: > Author: keyson-guest > Date: Wed May 23 21:12:51 2007 > New Revision: 915 > > Log: > - Enabled requested Alarm function in bcmxcp.c > > Modified: > trunk/ChangeLog > trunk/drivers/bcmxcp.c Looks like this breaks when HAL is enabled. At the end of:
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password. --- Makefile.am | 1 + livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++ ovirt-node-image.spec.in |
2010 Apr 19
1
[PATCH matahari] Replaces the existing HAL code for ProcessorAgent with udev.
Stripped out the HAL support code and replaced with calls to udev. The remainder of the code to extract CPU details parses through the /proc/cpuinfo file since udev/sysfs will not return such information. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- configure.ac | 3 +- src/Makefile.am | 4 +- src/processors.cpp | 94
2006 Aug 01
2
Common Power Management : NUT and HAL (stage 1)
Hi fellows, I'm really pleased to announce that a first stage of NUT and HAL [1] integration has been reached: NUT drivers (in fact, only newhidups, tripplite_usb and bcmxcp_usb for the moment) can feed HAL data. It's a "quick and dirty" hack, as a proof of concept, and there is still lots of things to be done, both on NUT and HAL sides. But it's a good base, and very
2011 Jan 28
4
wine + wow v4.0.3a
problem is the following. WOW starts and runs but the image setting minimum and do not vary in what could be the problem?
2009 Aug 24
14
Wrong JPEG version?
Lately, when I attempted to run some of my apps, they crashed with the following output. Code: Wrong JPEG library version: library is 62, caller expects 70 I run Gentoo Linux X64. A search for the appropriate package gives this: Code: * media-libs/jpeg Latest version available: 7 Latest version installed: 7 Size of files: 949 kB Homepage: http://jpegclub.org/
2014 Feb 26
2
Problem starting VM
I am having a problem starting a VM and seem to be unable to determine what the problem is. I get the following lines in my log files. Feb 26 06:32:31 yours dbus[14359]: [system] Activating service name='org.freedesktop.machine1' (using servicehelper) 2014-02-26 06:32:31.914+0000: 14451: error : virDBusCallMethod:1205 : Launch helper exited with unknown return code 1 Feb 26 06:32:31
2013 Mar 14
2
Mounting USB drives read-only by default?
Is it possible to configure the automounting of USB drives to mount read-only? Is there some gconf/udev/udisks/hal/whatever setting to alter the default mount options when USB disks are plugged in by users? Thanks James Pearson
2008 Jun 24
2
Fwd: DeviceKit-power patches
I forgot to cc you guys on the future evolution of the HAL support (it's replacement in fact, called DeviceKit) A mailing list dedicated to DeviceKit is under creation. If some of you are interested in, just answer back. -- Arnaud ---------- Forwarded message ---------- From: Arnaud Quette <aquette.dev at gmail.com> Date: 2008/6/24 Subject: Re: DeviceKit-power patches To: Richard
2008 Dec 16
1
Re: Failure to startup BF1942
Got exactly the same problem! I try to run Battefield1942 v1.6 Do you find a solution since April? For your information, I have Ubuntu 8.10 (64bits) Linux 2.6.27-9-generic Code: $wine --version wine-1.0.1 $ wine BF1942.exe fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer $ winedbg BF1942.exe WineDbg starting on pid 0015 fixme:mixer:ALSA_MixerInit No