similar to: Intel High DefiNition Audio

Displaying 20 results from an estimated 4000 matches similar to: "Intel High DefiNition Audio"

2006 May 18
3
Centos 4.3 and Card Reader
CentOS 4.3 (fully updated, including CentOS Plus kernel). Running KDE 3.5.2 (fully updated from redhat.kde repo). I can't seem to get the OS to recognize my SD card when inserted into my USB card reader. Mepis 6 Beta 3 has no problem with it. DMESG sees nothing happening when the card is inserted. USB-STORAGE module is loaded.
2010 Aug 07
2
Stuttering sound
Dear List, After some googling around without any results, I'm quite puzzled. Since some past update I can't precise, kernel 2.6.164 works fine, however 2.6.194 has some sound problem in my somewhat old and beaten Toshiba laptop. -Audacious plays OK but other applications have problems. -For instance, mplayer acts quirky: when I pause a playing video, sound keeps stuttering endlessly. The
2010 Nov 03
5
wow.exe Wont Run in Wine 1.2.1
Many months ago, my machine ran WoW 3.x flawlessly. Now however, with Linux, it wont run at all. I am using Wine 1.2.1 and WoW 4.0.1 installed fine with the downloader, and the launcher runs without a hitch (although the "play" button won't appear once in a while). But once the Launcher program attempts to run the wow.exe, I get nothing. No game, no error message. Here's my
2012 Feb 16
2
How can we access element(s) of a time series object?
Hello, Let us convert a vector to a time series object starting in 1978Q1: FRW<-ts(FRW0, frequency=4, start=c(1978,1)) FRW[3:6] represents the data from 1978Q3 to 1979Q2. Could we access the data by the time (1978Q3 to 1979Q2) instead of FRW[3:6]? Thanks, miao [[alternative HTML version deleted]]
2002 Sep 12
4
normal score transform
Dear list, could someone point me to the normal score transform and it's use in R? I would like to transform my data with normal score transform, do some geostatsitical predictions and would like to transform the estimated values back including the estimation variance. Any suggestions? Ulrich -- __________________________________________________ Ulrich Leopold MSc. Department of
2002 Jun 26
2
change column name in a function
Hi, I have the following function: TEST <- cbind(Pox0t30.stone.1990.2000, sqrt(apply(Pox0t30.stone.1990.2000[,2:11], 1, var))) In rhe resulting Object TEST the added column is titled: sqrt(apply(Pox0t30.stone.1990.2000[,2:11], 1, var) I would like to change it to a sensible variable name like PoxMean. How can I incorporate this into the above function? Ulrich --
2002 Mar 20
1
Installing GRASS_0.1-4.tar.gz on RedHat7.1 Linux
Dear list, I have a problem to install the GRASS_0.1-4.tar.gz on RedHat7.1 Linux. The gmake5 is missing. But I am not quite sure what it is? Is it a gnu version of MAKE? I could not locate it on my system and I do not know what is really meant. Any experience? I get the following message: ---------------------------------------------------- bash-2.04$ R CMD INSTALL -l
2002 Apr 29
2
append with write.table()
Dear list, I get the following message while trying to append an object to a file. In addition it is not appended. Do you know why? > write.table(PoxAv, "/home/uleopold/lsk_PoxAv", append=TRUE , quote=FALSE, sep="\t") Warning message: appending column names to file in: write.table(PoxAv, "/home/uleopold/lsk_PoxAv", append = TRUE, Regards, Ulrich --
2005 Aug 15
6
newhidups and APC Back-UPS CS 350
Hello, I'm currently try to get newhidups running with the newhidups driver from nut 2.0.2. After some USB issues (usb_claim_interface() works only as root so far) newhidups is recognizing the device. Though it doesn't detect any state changes, meaning when I run the battery test mode it's not recognized. I wanted to try the CVS version but it seems anonymous CVS is broken. The
2007 Feb 04
2
klibc 1.4 won't build with linux 2.6.19.1
I get this error: ============================================================================= KLIBCCC usr/kinit/resume.o usr/kinit/resume.c:15:66: linux/config.h: No such file or directory make[2]: *** [usr/kinit/resume.o] Error 1 make[1]: *** [all] Error 2 make: *** [klibc] Error 2 ============================================================================= There is no linux/config.h in
2006 Sep 12
1
ipw2200 and intel hdaudio not working kernel 2.6.9-42.0.2.EL
Hi All, can anybody tell me what has changed in this new kernel release that is getting most of us stucked ? I have an Intel HDA Audio device and an Intel 2200 wireless in my laptop and both stopped working with this new kernel. Both audio and wireless device seems to be ok but there's no sound from the intel hda and the wireless find AP's but doesn't connect. below is the lspci
2007 Oct 17
4
RELENG_7 jerky mouse and skipping sound
I just updated to RELENG_7 from 6.2 and I'm running into some really annoying issues with jerky mouse movement and skipping sound. This seems to be similar to: Re: SCHED_4BSD in RELENG_7 disturbs workflow This happens both with 4BSD and ULE. I seems to happen when I'm compiling ports and a new cc/bzip2/sh process fires off (I'm just watching top), I'll get the skip/freezeup.
2007 Jul 08
3
Sparc
By chance, has there been any progress on a 5.0 version for an Ultra Sparc? -- Best regards, Chris Registerd Linux user number 448639
2002 Apr 09
0
couldn't find function "nclass.fd"
Dear list, I get the following message while computing truehist in R 1.4.1 on Redhat Linux 7.1: > truehist(lsk$Pox, nbins = "FD" , prob = TRUE, xlab = "Pox [mmol/kg]") Error in switch(casefold(nbins), scott = nclass.scott(data), "freedman-diaconis" = , : couldn't find function "nclass.fd" Maybe the "nclass.fd" should be
2002 Sep 11
1
axis with negative values
How can I extend the axis of truehist with negative values. I need to plot residuals from a stepwise regression. Ulrich -- __________________________________________________ Ulrich Leopold MSc. Department of Physical Geography Institute for Biodiversity and Ecosystem Dynamics Faculty of Science University of Amsterdam Nieuwe Achtergracht 166 NL-1018WV Amsterdam Phone: +31-(0)20-525-7456
2002 May 27
1
sub functions
Dear list, how can I write the following two lines in one function: > Pox2 <- ave(lsk0t50$Pox2, lsk0t50$ProfN, Fun=is.na(lsk0t50$Pox2)) > Pox2 <- data.frame(Pox2) The following does not work: > Pox2 <- data.frame(Pox2 <- ave(lsk0t50$Pox2, lsk0t50$ProfN, Fun=is.na(lsk0t50$Pox2))) > names(Pox2) [1]
2002 Sep 05
1
rcorr in Hmisc
Dear list, I get the following message when I use rcorr in library "Hmisc" ------------------------------------------------------ > rcorr(lskPox0t30, type=c("spearman")) Error in "[<-.data.frame"(*tmp*, is.na(x), value = 1e+30) : matrix subscripts not allowed in replacement ------------------------------------------------------ I do not understand
2012 Jul 19
4
Thinkpad X61s cannot boot 9.1-BETA1
Hi, Did anyone else experience this? With 9.1-BETA1 the boot process freezes, among the last lines with verbose boot are acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times after this, dead. What is supposed to happen in the next stage? This laptop worked fine with 9-STABLE to at least february. //per
2015 Dec 11
2
CentOS 7 Lost NIC
Hello, I have a big problem with my servers. I have 4 NIC on all my KVM Servers but the most time on a start (restart) I lost one NIC? It is not always the same, but this two are virtio NICs. with ifup eth0(1) the system say,I have no configured eth0 or eth1 file ? Can any tell me what I can do? thank's for a answer NetworkManager is disabled. -- mit freundlichen Gr??en / best regards,
2007 Oct 20
1
Rsync does not delete
Hi! I'm running rsync with rsnapshot and realized that files don't get deleted from the backup. So I checked the call from r my backup. So I checked the call from rsnapshot and started rsync manually like this: /usr/bin/rsync -azx --delete --numeric-ids --relative --delete-excluded --exclude=/srv/backup/* --rsh=/usr/bin/ssh root@mysql:/boot /srv/backup/daily.0/mysql_boot/ However, rsync