Displaying 20 results from an estimated 200 matches similar to: "WiFi in Xen"
2008 Sep 30
1
wpi driver freeze on boot
I've got a HP dv8000 laptop. Setting up the wpi driver for wireless freezes
the system on boot with the following error:
wpi0 requested unsupported memory range
wpi0: could not allocate memory resource
It lists a pcbi device (pcbi4 i think) and an actual memory range, but since I
have to reboot using kernel.old the /var/run/dmesg.boot is wiped with the
info. Is there anyway to grab the
2012 Oct 06
1
wpi0: fatal firmware error
Hello,
I'm trying to setup my wireless on FreeBSD 9.0-p3 amd64 and i get the following
error:
wpi0: fatal firmware error
pciconf -lv:
wpi0@pci0:3:0:0: class=0x028000 card=0x10518086 chip=0x42228086 rev=0x02 hdr=0x0
0
vendor = 'Intel Corporation'
device = 'PRO/Wireless 3945ABG [Golan] Network Connection'
class = network
Detected as:
wpi0:
2013 Aug 18
1
wpi fatal firmware error with country de
My system was built yesterday. I just figured I'm not using the entire
frequency range available in Europe. This is a potential problem when
AP frequencies are not under my control.
FreeBSD mobileKamikaze.norad 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254418: Fri Aug 16 22:15:55 CEST 2013 root at mobileKamikaze.norad:/usr/obj/HP6510b-91/amd64/usr/src/sys/HP6510b-91 amd64
Setting the
2004 Aug 17
1
An entire data frame which is a time-series?
I have :
raw <- read.table("monthly.text", skip=3, sep="|",
col.names=c("junk", "junk2",
"wpi", "g.wpi", "wpi.primary", "g.wpi.primary",
"wpi.fuel", "g.wpi.fuel", "wpi.manuf", "g.wpi.manuf",
2013 May 01
2
Shorewall 4.5.15 fails to start using systemctl on FC18
Starting Shorewall using systemctl fails with the error message as
below. Starting from command line succeeds. I''ve tried changing the
permissions on the /var/lib/shorewall folder to 777 but no change. The
temp file isn''t present after the error so I don''t know if the
permission issue is related to that. Selinux is disabled.
I''m new to FC18 and systemctl so
2004 Aug 21
3
Puzzled at lm() and time-series
I tried toy problems and there doesn't seem to be a basic problem
between lm() and ts objects:
X = data.frame(x=c(1,2,7,9), y=c(7,2,3,1))
lm(y ~ x, X)
X <- lapply(X, function(x) ts(x, frequency=12, start=c(1994,7)))
lm(y ~ x, X)
and this works fine - whether you do an lm() before or after making ts
objects, it's okay.
But I have a situation where things aren't okay.
2009 Jan 06
2
ACPI support?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello All,
I have had a problem detecting the network card on my notebook when ACPI
is enabled for a year. The problem still exists in 7.1-RELEASE.
with ACPI:
...
bge0: <Broadcom NetLink Gigabit Ethernet Controller, ASIC rev. 0xb002>
irq 17 at device 0.0 on pci8
bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff).
bge0: couldn't
2008 Jan 10
0
Adding SELinux support to Puppet
I''ve been doing some work lately to create new native types that allow Puppet
to manage SELinux features natively. So far, I have:
- Policy module loading, unloading, and upgrading
- File context
- SEL Booleans
There''s plenty more work that could be done, but with these three working it
should be at a point where it''s useful to start getting real work done.
2009 Jan 12
2
bwi: no DS tssi no OFDM tssi
Hello,
I am attempting to get by broadcom wifi card up and running, am sick of
trying to get ndis working, and am attempting to use the bwi driver
(originating in dragonflyBSD). I'm hoping others here have tried to do the
same and have some pointers. I'm using 7.1-RELEASE (system/source are
in-sync) and my card is a BCM94306MP. My dmesg is posted below.
Bwi(4) is installed and it
2006 Jun 12
0
Ices2 and libshout FLAC support?
On Mon, 12 Jun 2006 kastein@WPI.EDU wrote:
> Are there any plans to support flac streams with ices (and therefore with
> libshout as a dependency) currently?
>
> If there aren't, anyone have pointers as to where I should start changing
> things to add it? I've read one of oddsock's mailing list postings
> mentioning that some format-specific timing issues would need
2006 Jun 12
2
Ices2 and libshout FLAC support?
Are there any plans to support flac streams with ices (and therefore with
libshout as a dependency) currently?
If there aren't, anyone have pointers as to where I should start changing
things to add it? I've read one of oddsock's mailing list postings
mentioning that some format-specific timing issues would need to be
resolved as well as some other hangups, but I'm still a bit
2009 Jul 27
2
Forecasting Inflation
Dear All,
I wanted to forecast Inflation for Indian Economy. please send what
techniques to be used after the variable selection. WPI, CPI, Money supply,
IIP, Interest rate and so on..How i can use R for the same
[[alternative HTML version deleted]]
2006 Jun 12
1
Ices2 and libshout FLAC support?
wow, thanks for the quick reply!
>
> My suggestion: try out the ffmpeg flac thingie since that speed
> improvement is unreal in compare to the normal flac :)
>
>
> Stefan
Thanks for the suggestion - I'm reading the ffmpeg changelog and feature
list right now, and it appears that it only supports flac decoding not
encoding and decoding - is this because the documentation is
2011 Feb 01
1
Email Obfuscation Techniques
The other thread brought to my attention that only the <email> syntax
obfuscates mailto links. Plus, while the entity encoding technique
probably fools some scrapers, I doubt it's all that effective. Even
Gruber uses the Hivelogic Enkoder [1].
So, what are people using for obfuscation and are you using any
scripting or automation (filter that takes a pass before or after
Markdown) to
2009 Sep 24
2
Downloading data from from internet
Hi all,
I want to download data from those two different sources, directly into R :
http://www.rateinflation.com/consumer-price-index/usa-cpi.php
http://eaindustry.nic.in/asp2/list_d.asp
First one is CPI of US and 2nd one is WPI of India. Can anyone please give
any clue how to download them directly into R. I want to make them zoo
object for further analysis.
Thanks,
--
View this message in
2011 Feb 02
4
Testing whether a number belong to a set
Hello everyone,
I am stuck with an apparently simple issue :
i) I have two sets S1 and S2, each containing a large number of integers,
say zip codes.
ii) Now, I just want to test whether a particular zip code belong to S1 or
S2 or neither of them.
iii) If it belongs to S1, the area/region gets a particular label, say 1; if
it belongs to S2, it gets a label 2 and if it doesnot belong to either S1
2009 Nov 06
0
Error with strucchange/breakpoints
Hi,
I am trying to a strucutural change analysis on a certain data set. Attached
here, with variable name "xcd"
http://old.nabble.com/file/p26226190/xcd.rda xcd.rda
Am using the following command:
bp.inrz<-breakpoints(INR~SPX+WPI,data=xcd,h=26)
But keep on getting this error whatever variables i put in on the x side as
regressors:
Error in chol2inv(qr.R(qr(X))) :
element (3,
2011 Feb 19
0
[PATCH] add support for more Matrix-UPS revisions
As I requested here:
https://bugzilla.redhat.com/show_bug.cgi?id=678793
Add support for Matrix-UPS firmware 0XM/0XI with additional commands
Description of problem:
The attached patch adds support for Matrix-UPS revision strings 0XI
and 0XM to the apcsmart driver.
The revision string itself isn't completely opaque--it is made up of
different parts as documented on
2005 May 12
1
Stupid question about IE and WINE
Hi All,
Lamentably, I now have a legitimate need to run Internet Explorer on one of
my nice Linux boxes. (It has to do with web design, the fact that many
people still use IE, and the need to have a site that work with many
browsers and not just the ones that adhere to the official standards.)
Up to this point I've managed to happily run many computers for years
without ever dealing with
2008 Feb 27
0
Samba 3.0.26a: "Attempt to create file with volid set - please report this"
Hi everyone;
I noticed today while watching my syslog, a few entries like this:
Nov 8 15:17:08 [machine] smbd[26137]: Attempt to create file (FILE.GHO) with volid set - please report this
Nov 8 15:28:08 [machine] smbd[26137]: Attempt to create file (FILE0001.GHS) with volid set - please report this
Nov 8 15:41:46 [machine] smbd[26137]: Attempt to create file (FILE0002.GHS) with volid