Displaying 20 results from an estimated 200 matches similar to: "Can i manage part of a file .."
2004 Mar 03
1
Sound Problems with Wine and ALSA
I've been trying to fix this for a couple of weeks now without any luck.
I'm hoping someone here can offer some help.
I Replaced my mainboard and CPU about a month ago. The new board has
on-board sound as did my old mainboard, but the new board uses an
Intel8x0 sound chip, the old board had a Yamaha YMFPCI chipset. Because
of the difference in sound systems I needed to rebuild the
2011 Oct 09
0
WARNING: Deprecated config file /etc/modprobe.conf
Hello,
I've changed the web hoster recently
and also upgraded from CentOS 5 to6.
Now I get this warning:
# service iptables restart
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Unloading modules: [ OK ]
iptables: Applying firewall rules: WARNING: Deprecated
2005 Sep 06
7
Cookbook receipe for SCSI tape install requested.
I need to install an HP Surestore dlt on a Centos 4 machine and I
am at a loss as to how to proceed. Can someone either provide or
point me to an online reference on how to proceed to add and
configure a SCSI adapter and tape drive. I have read, but not
really understood, the man page entry for st. Does kudzu handle
this?
Regards,
Jim
I am a digest subscriber so the favour of an
2003 Nov 17
1
problems with alsa (card ac97) in asterisk
Hello,
I have asterisk 0.5.0, asterisk-oh323-0.5.6, openh323-1.12.2 and pwlib 1.5.2
compiled and installed.
I have modules alsa 0.9.8 compiled and installed
My PC have and audio card ac97 chipset intel i810 in motherboard.
The list of the modules loaded is:
namor:/etc/asterisk# lsmod
Module ? ? ? ? ? ? ? ? ?Size ?Used by ? ?Not tainted
snd-pcm-oss ? ? ? ? ? ?35652 ? 0
snd-mixer-oss ? ? ? ?
2002 Jun 12
1
SuSE8.0 and SAMBA crash
Hi all,
We have been using SuSE7.2 and samba (client and server) without any
problems for a few months. Now, we migrated some workstations (samba
clients) to SuSE8.0 and we get segfaults while accessing files mounted
through samba. The segfault happens on the CLIENT side.
Here is our network configuration:
- SuSE7.2 server with default samba server package.
- Few SuSE7.2 workstations
2012 Jan 17
2
Separate ablines in lattice panels
Searched archives and found some old email threads on the topic. But mot exactly what I think I need. Suppose I have a datafile such as tmp.
tmp <- data.frame(var1 = c(rnorm(1000), rnorm(1000, 1, 1)), var2 = gl(2, 1000))
I'd like a plot similar to the one below, but with an abline of v=0 in the lower panel and v=1 in the upper panel. Code below creates two lines in each panel, not quite
2013 Jan 22
2
Adding a line to barchart
R-helpers:
I need a quick help with the following graph (I'm a lattice newbie):
require("lattice")
npp=1:5
names(npp)=c("A","B","C","D","E")
barchart(npp,origin=0,box.width=1)
# What I want to do, is add a single vertical line positioned at x = 2 that
lays over the bars (say, using a dotted line). How do I go about doing
this?
2009 Feb 03
2
Lattice histogram with vertical lines
I would like to add some vertical lines to a lattice plot of histograms.
What I am after is a lattice version of abline(v = 1234). The lattice
histogram plot is just:
histogram( ~ LTSE | approach, data = arrivals)
Can anyone point me in the right direction for this?
David Scott
_________________________________________________________________
David Scott Department of Statistics
The
2012 Jan 04
1
Adding a vertical line to plot with two overlapping density plots
Hi,
A simple question I hope. I wish to add a single vertical line to a plot
with several density plots.
Here is a simplified example.
############
thedata <- data.frame(x1=rnorm(100,1,1),x2=rnorm(100,3,1)) #create data
thedata.m<-melt(thedata)
densityplot(~value, thedata.m, groups=variable,auto.key=list(columns=2))
#this gives the two density plots
#########
what I wish now is to add a
2005 Feb 05
1
updating ALSA
Hi,
I have installed CentOS 4 beta and everything works apart from the
sound. Searching online I have found that Fedora Core 3 requires
upgrading ALSA to the very latest version for sound to work on this
laptop, that probaly means that I need to upgrade ALSA.
Is there anytwhere I can get updates RPMs/SRPMs or do I have to compile
the updates? AFAIK alsa is now part of the kernel, will this cause
2007 Jan 28
2
Adding lines to xYplot
I am using xYplot to plot data and CIs. How do I add several lines to
the figure?
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400 Charlottesville, VA 22904-4400
Parcels: Room 102 Gilmer Hall
McCormick Road Charlottesville, VA 22903
Office: B011 +1-434-982-4729
Lab: B019
2004 Mar 26
0
sequencer (sound)
Greetings!
Hope this is the right forum.
Got the 20040309 wine source, built it, installed it.
Seemns to work reasonably well.
However, when attempting to install/run games that are stated to be
working under wine (Caesar III, Railroad Tycoon II), I can install (in
the case of Caesar III, I get sound, none in RRTII). However, when
attempting to run Caesar, it hangs, and I get a blank
2007 Sep 23
3
ext3 file system becoming read only
Hi
In our office environment few servers mostly database servers and yesterday it
happened
for one application server(first time) the partion is getting "read only".
I was checking the archives, found may be similar kind of issues in the
2007-July archives.
But how it has been solved if someone describes me that will be really helpful.
In our case, just at the problem started found
2012 Jun 06
5
how to add a vertical line for each panel in a lattice dotplot with log scale?
by considering this example from barley dataset
#code start
dotplot(variety ~ yield | site, data = barley,
scales=list(x=list(log=TRUE)),
layout = c(1,6),
panel = function(...) {
panel.dotplot(...)
#median.values <- tapply(x, y, median) # medians for each
variety
#panel.abline(v=median.values, col.line="red") # but this
2009 Oct 16
3
package installation from source
Dear all
I noticed from NEWS 2.11.0,dev
SIGNIFICANT USER-VISIBLE CHANGES
o Packages must have been installed under R 2.10.0 or later, as
the current help system is the only one now supported.
So I tried to follow instructions in manual, Duncan Murdoch presentation
and help pages to prepare and accomplish installation of a set of
functions I use. However in R 2.11.0dev and too in
2009 Feb 20
4
adding a reference line to an xyplot
Hi,
I want to add a dashed vertical line to a number of xyplots.
Here is a simple script of the type of plot I have but then I want to add a
reference line to 1995 on each of the panels. I have tried panel.abline and
other suggestions on the forum but can't get it to work.
plot<-rep(letters[1:3],each=10)
year<-rep(1991:2000,times=3)
matter<-rep(seq(2,6.5,0.5),times=3)
2006 Dec 14
2
xyplot: discrete points + continuous curve per panel
I have a number of x, y observations (Time, Conc) for a number of Subjects
(with subject number Subj) and Doses. I can plot the individual points with
xyplot fine:
xyplot(Conc ~ Time | Subj,
Groups=Dose,
data=myData,
panel = function(x,y) {
panel.xyplot(x, y)
panel.superpose(???) # Needs more here
}
)
I also like to plot on
2009 Jul 31
0
Upgrade fm 4.7 to 5.3: mptscsi module?
First issue: I did an upgrade from 4.7 to 5.3 on an HP DL380G3 box.
I got yum working again and upgraded 160+ packages. During that
process I saw:
-------------------------------------------
Installing : kernel-PAE [157/322]
WARNING: No module mptscsi found for kernel 2.6.18-128.2.1.el5PAE, continuing anyway
Installing : kernel [158/322]
WARNING:
2006 Jun 12
9
Network stops responding after some time
Hi there,
I''m using the Suse Enterprise 10 RC2 along with Xen 3.0.2 on X86-64 and I''m experiencing a problem with the network.
I boot into the Xen kernel and everything works just fine. I can browse the net etc.
However after a while the network stops responding completely. I am not sure what causes this to happen or what triggers it. After a few hours, the network just stops
2007 Apr 27
0
Problems with Digium TE110P
Hi everyone
I have a Digium card TE110P and after plug it, turn on the computer and
configure, the LEDs don't light up in spite of what Digium FAQ says about the
LEDs:
When will the LED's light up on my TDM400P/TE110P/TE2XXP/TE4XXP?
... The TE110P LED's will light up RED when the span is configured and kernel
module is loaded. If configured correctly and a circuit or channel bank is