Displaying 20 results from an estimated 13000 matches similar to: "Re: No "CD" recognized"
2006 Jun 23
0
Re: No "CD" recognized
Delbert Freeman <dgfreeman@mon-cre.net> wrote:
> I know that about 2 years ago there was a change in the way Linux
> handled memory - lost the other program I had been running under Wine
> because it could no longer find the necessary "high memory." So, the
Strange. Never heard of that.
> question is, has there been a change in the Linux kernel or is it Wine
>
2006 Jun 23
2
Wine Config File
I just installed SuSe 10.1 and am having problems with "Wine." I only
have one program I run under it, but it is a vital program. The error
message when I try to run "Bible Illustrator" (BI) is that it cannot
find the CD. Under older versions of wine, I could go in and change a
setting or two in the "Config" file and be up and running. Though, in
99%, of the
2002 Apr 27
3
CD-ROM not recognized
Howdy Folks,
I'm trying to run Cryo's Arthur's Knights under wine. I've managed to
install using setup.exe, but when I go to play the game, I get an error
message telling me to insert CD #1, even though CD #1 is in the CD-ROM
tray and mounted.
Any clues as to why I would be getting this message, how to convince the
game that the CD is actually in the CD-ROM drive, or how to
2008 Jun 21
2
Scatter plot transparency
Hi all,
I'm putting a few plots together and wondering what format would be best to
export a few scatter plots to Illustrator to make a figure. I'm thinking
about overlaying some plot in Illustrator, so the export file type has to be
transparent for Illustrator (version 10).
I tried PNG and TIFF, but it does not seems to have transparency that is
recognized by Illustrator (or Photoshop for
2018 Aug 04
0
Lenovo Ideapad 320 touchpad not recognized
I'm setting up a new Lenovo Ideapad 320 and everything shows up and works fine except for the touchpad.
I did have to get into the bios and set Legacy for boot device and boot mode to get Centos 7 to finish installing. The default bios settings would load the Centos 7 Gnome Live image from a usb flash drive and work (except for the touchpad) but when I tried to install to the hard drive it
2009 Aug 25
3
ups not recognized by usbhid-ups
I've posted this before being subscribed but was thwarted by moderation.
I have a new UPS, actual manufacturer unknown. It comes with USB and
serial connections, and a CD with windows software and some old unix
software for serial support only. I'm using pretty much bleeding edge
linux, and I want to avoid rs-232 if possible. Am I hopelessly naive?
This is what lsusb says:
Bus 006
2006 Jul 05
0
MasterView rails-optimized (x)html friendly template engine - Release 0.2.3
MasterView is a rails-optimized (x)html friendly template engine plugin that
provides another option to the existing rails view templates (rhtml and
rxml). The main idea is to provide a template engine that would provide all
the power of layouts, partials, and rails helpers but still be
editable/styleable in a WYSIWYG editor. It was also a major goal that the
syntax of these attribute directives
2006 May 08
0
Merging Mandrake 10.1 auto_install floppy with first CD of the same distro.
Hello,
I have been struggling for long with the above.
The purpose behind attempting the same is to have a handsfree install from
the first CD (bootable) including a customised kernel and application. There
will be no user intervention required whatsoever during installation. In
this regard this is what I am trying to do. At the end of a manual install
of the above distro I can create a auto
2013 Apr 08
1
problems with text in plots when using illustrator
Hi folks,
I have some problems with plots (any) saved from R (saved from the menu). It
seems that text (either plot titles or axes) is sometimes not "concatenated"
in a full "vector" (Illustrator-speaking). I mean, sometimes, a given title
is broken in several different chunks even though in R, it's in one "block".
Moreover, axis values (especially those < 10)
2008 Jun 04
1
problem pasting into Illustrator CS2
To Whom it May Concern:
I have been using R version 2.6.2 for awhile now, installed on a
PowerMac G5 running OS 10.4.11 I typically get Quartz graphics
output from R into Adobe Illustrator CS2 simply by copying and
pasting. Upon upgrading to R version 2.7.0, I now receive an error
from Illustrator when trying to paste R generated graphics from the
Quartz window into Illustrator. I do
2010 Feb 23
2
export graphics for editing in Illustrator
Dear R users,
I would like to edit my graphics in Illustrator. I know that I can set
up almost every graph parameter in R, but the time I will spend
searching for the correct settings might not be worth since I'm quite
used to Illustrator and since I will in any case use Illustrator to
prepare for publication.
Up to now, I've used savePlot() with type=("eps") but I'm
2007 Mar 19
9
Tomb Raider 3 cd-rom
Hi
that game runs perfectly in the highest resolutions :-)
> Call of Duty United Offensive Single Player Demo
How can i tell wine ( winecfg ) on suse 10.1 where the game cd is?
/media/TR3 but wine asks for that even if i start tomb3.exe from the
cd.
Thanks Michael
--
Linuxgames: http://shop.sgier.com
2013 Jan 13
0
Evolution 850 not recognized by NUT 2.6.5?
Hello list,
? ?Cannot make Evolution 850 to be recognized, maybe the problem is "Warning: incomplete endpoint descriptor" in lsusb? Details are as follows. NUT installed by download of debian package.
Any ideas/suggestions are highly welcome, thanks in advance!
--ValenteM
= ? ?= ? ? = ? ? =
Ubuntu server 12.04.1 LTS (GNU/Linux 3.2.0-35-generic x86_64)
sudo dpkg -i
2015 Jun 16
1
vfs_fruit kernel panic 10.9.5 when saving from adobe illustrator cc
Am 15.06.2015 um 18:53 schrieb Ralph B?hme:
> On Mon, Jun 15, 2015 at 12:57:52PM +0200, Sascha Kasch wrote:
>> dear list,
>>
>> thanks for the great fruit speed-improvements. but...
>>
>> server config:
>> debian 8 jessie
>> sernet samba 4.2.2 packages
>>
>> here we see a problem that might not only be fruits problem but
>> results in
2004 Oct 07
1
Mac: importing saved PDF figures into Illustrator CS
Hello,
This is a usage question for others with experience of R under the Aqua Mac OS X interface.
Basically, I don't succeed in importing PDF files (created with the 'Save As' menu to Quartz device windows) into Illustrator. Versions up to (and including?) 10 loose paths (lines/polygons) and or fill them in black. Version CS (11) on the Mac imports almost correctly, but, "to
2008 Oct 18
1
R CMD SHLIB: file not recognized: File format not recognized
Dear R useRs,
on ubuntu 8.04 i try to create a shared object out of a c-file
this is
// add.c
#include <Rinternals.h>
SEXP addiere(SEXP a, SEXP b)
{
int i, n;
n = length(a);
for (i = 0; i < n; i++)
REAL(a)[i] += REAL(b)[i];
return(a);
}
in terminal i type
R CMD SHLIB add.c
and get
gcc -std=gnu99 -shared -o add.so add.o -L/usr/lib/R/lib -lR
add.o: file not recognized:
2013 Oct 10
2
[LLVMdev] llvm-ld file not recognized: File format not recognized
Hi,
When using llvm-ld to link .bc files(compiled with llvm-gcc with option
--emit-llvm), I went into error like: file not recognized: File format not
recognized.
I was confused because llvm-ld is the LLVM linker to link llvm bitcode
files together, then why this error occurred?
I am using llvm 2.9 and the corresponding binary version of llvm-gcc.
It will be appreciated if anyone of you can
2009 Aug 19
1
How to get users from a second AD domain recognized by samba?
I have an issue with getting my students access to the samba shares for
our lab's server. I am using authentication through our university's
active directory. I followed the directions for getting this set up
using winbind. I am using winbind for both samba authentication as well
as user logins through pam.
The trouble is this: I have no problems logging in and getting access to
the
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine
except often it doesn't recognize the release of a mouse click, so
tools/selections continue even after you've released the mouse button.
I have no idea as to how to solve this, but anyone with any info it would
be much appreciated.
Thanks
On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote:
> Hello,
> Does anyone
2003 Apr 15
0
FW: Academic Software Discounts
Macromedia Studio MX at 76% OFF,
Adobe Photoshop at 56% OFF,
Office XP Standard at 71% OFF,
Adobe Design Collection at 62% OFF
Microsoft Visual Studio.NET at 91% OFF,
FREE SHIPPING THROUGH APRIL 30, 2003
WITH BELOW CODE.
FREE SHIPPING CODE (Ground Only): DKG402
YOU MUST PLACE ORDER BY TELEPHONE AND
YOU MUST TELL OUR OPERATOR THAT YOU
HAVE A FREE SHIPPING CODE.
Dear Students, Teachers,