Displaying 20 results from an estimated 1200 matches similar to: "Wireless network connection problem"
2009 Jul 15
4
Keep lossing wireless - ipw3945
Sunday I updated my kernel to 128.1.16 (I had to reboot so it was time
to update). No problems with wireless in my home.
Monday I started traveling to IEEE 802 plenary, and I have lost my
wireless numerous times needing to reboot.
The symptom is the radio light goes off. Back before the kernel update,
this would happen sometimes at home while on battery, and I would just
press the
2008 Mar 05
12
ipw3945 wireless not working
This is a new Centos 5.1 install on a HP nc2400 (that use to run XP).
Completely clean install; blew away the XP partitions...
After applying all the updates, and configuring for the rpmforge repo, I
used yumex to install dkms and the dkms-ipw3945, ipw3945-firmware, and
ipw3945d rpms.
lsmod|grep ipw shows:
ipw3945 180391 1
ieeee80211 33417 1 ipw3945
and dmesg)grep
2008 Sep 27
1
Problem in Wireless Card Setup in Dell Precision M90
Hello Friends,
This is my first post on CentOS mailing list.
I am using CentOS since last 3 years and using Linux since 2003.
I am Java Based ERP(http://ofbiz.apache.org/) developer and I truly
appreciate the stability of CentOS as the Desktop machine for the
developers.
In the early 2003 I was using CentOS 4 then I moved to CentOS 5 stable
release then before 1.5 month I installed CentOS 5.2
2006 Oct 25
2
Looking for Wireless Heaset for Polycom 501
Hi
I am looking for a good wirless headset to use with the Polycom Soundpoint 501
phone. I would greatly appreciate hearing from anyone with good experiences
with a specific device.
Thanks
--
Jim Freeze
2008 Jan 23
1
Wireless DELL M90 with CentOS 5.1
Hi,
I have a laptop DELL M90 with an Intel PRO/Wireless 3945ABG card.
After installed new rpm drivers (see below), my card is recognized and I can see my wireless acces point with (iwlist - iwconfig) but it's impossible to connect to it. It seem that I can't obtain an IP address. In the log message I have "dhclient : DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval )
The
2006 Jun 29
0
installing wireless card
hello,
i am trying to install my wireless card ipw3945 (intel
pro wireless abg). i have found the three files
ipw3945d, ipw3945-firmware and the ipw3945-kmod from
Dags site, but when i tried to install the
ipw3945-kmod it says it needs kmod-ipw3945 0.0.73.
where can i find it? will this work for my wireless
card. i am running Centos 4.3 on a hp dv8000t and this
is something i would like to see
2008 Jul 02
1
Hmisc latex function with longtable option
Hello -
I'm trying to use Hmisc's latex function to produce a postscript file of
a data.frame, using the longtable = TRUE option. When I run, for example,
## sample R code
dvips(latex(data.frame(a = rnorm(100), b = rnorm(100)),
longtable = TRUE), file = "test.ps")
latex runs successfully and a test.ps file is produced. However, I see
the following in the
2008 May 16
2
Integer / floating point question
Dear R-help -
I have thought about this question for a bit, and come up with no
satisfactory answer.
Say I have the numeric vector t1, given as
t1 <- c(1.0, 1.5, 2.0, 2.5, 3.0)
I simply want to reliably extract the unique integers from t1, i.e., the
vector c(1, 2, 3). This is of course superficially simple to carry out.
However, my question is related to R FAQ 7.31, "Why
2006 Oct 03
2
DELL M90 wifi - CentOS 4.4
Hi,
I received ? Dell laptop M90. The wifi card is not reconized. (Intel 3945ABG)
I'm using CentOS 4.4 - kernel 2.6.9
I saw some solutions on the web but I need to change the kernel.
http://ipw3945.sourceforge.net/
Is there a solution to make this card working with the same kernel ?
Regards.
__________________________
Ce message (et toutes ses pi?ces jointes ?ventuelles) est
2007 Nov 08
2
mapply, coxph, and model formula
Hello -
I am wanting to create some Cox PH models with coxph (in package
survival) using different datasets.
The code below illustrates my current approach and problem with
completing this.
### BEGIN R SAMPLE CODE ##############################
library(survival)
#Define a function to make test data
makeTestDF <- function(n) {
times <- sample(1:200, n, replace = TRUE)
event
2018 Feb 23
8
RADIUS
Gordon Messmer wrote:
> On 02/22/2018 03:22 AM, hw wrote:
>> Gordon Messmer wrote:
>>> Look for documentation on 802.11x authentication for the specific client you want to authenticate.
>>
>> Thanks, I figured it is what I might need to look into.? How about
>> a client that uses PXE boot?
>
> Provide PXE (dhcp, dns, tftp) on an unauthenticated VLAN.?
2007 Mar 26
1
4.92 and new HP dv9000 laptop
The new 4.92 installed nicely on this laptop...
I am trying to get wireless networking going.
I installed XEN.
my kernel is 2.6.18-1.2747.el5xen
I downloaded ipw3945-linux-1.2.0
This told me do download ieee80211-1.2.16
So when I try to compile ieee80211 it tells me
find: /lib/modules/2.6.18-1.2747.el5xen/build/: No such file or directory
egrep: /lib/modules/2.6.18-1.2747.el5xen/build//.config:
2008 Aug 14
6
wireless laptop configuration
Hi,
I have a wireless network but no wired network. I need to access the net for
the necessary installation of the wireless drivers in CentOS 5.1. Could
anyone let me know how i can go about it!! My card is Intel PRO/Wireless
3945
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 04
1
Indexing a vector by a list of vectors
Hello R-help -
I have
vec <- c("string1", "string2", "string3")
ind <- list(c(1,2),c(1,2,3))
I want "vec" indexed by each vector in the list "ind".
The first element of the list I want would be vec[c(1,2)],
the second element would be vec[c(1,2,3)], like the following.
[[1]]
[1] "string1" "string2"
[[2]]
[1]
2009 Jul 16
2
quoting expressions in a list
Dear R-help,
I am having quite a difficult time coming up with what I want to do involving named lists.
I have a list of logical expressions, and I would really like it if the "names" of the components of the list were identical to the corresponding logical expression.
So, as an example:
df.example <- data.frame(a = 1:10, b = rnorm(10, 5))
list.example <- list(df.example$a
2012 Jun 28
2
R help, using R to build choropleth
Hi guys
i need some help to build choropleth.
Basically i am trying to colour regions on the map by population.
I possess the shape file of the country, and also the population data,
however, i am having trouble to create the plot, below is my code:
population=read.csv("nz2.csv")
population
names(population)
nz=readShapeSpatial((sprintf('nz-geodetic-marks',tmp_dir)))
2007 Nov 09
2
wrapper for coxph with a subset argument
Dear R-help -
Thanks to those who replied yesterday (Christos H. and Thomas L.)
regarding my question on coxph and model formula, the answers worked
perfectly.
My new question involves the following.
I want to run several coxph models (package survival) with the same
dataset, but different subsets of that dataset.
I have found a way to do this, described below in functions subwrap1 and
2007 May 15
3
Introduction
Hi,
I'm a 40-year old sysadmin living in Montpezat, a small village in the
sunny south of France. I'm a Linux user since 2001, when I made my first
steps on a 486 with a Slackware 7.1 CD. I've tried maybe two dozen
distributions, but I've stayed mostly with Slackware and Debian.
Since last summer, I work as a sysadmin for our "Communaut? de
Communes", a group of 16
2008 Feb 26
1
wrapper for save function
Hello -
I would like to create a wrapper to the 'save' function in the base
package, but have a small problem with the name of the object that is
getting saved in the file. Below is a simple example illustrating my
problem.
## BEGIN SAMPLE R CODE
##################################################
## Here is the wrapper for the save function
2010 Mar 22
1
summary.formula and continuous variables
Hello,
I am using the summary.formula function in the Hmisc package to produce
tables.
With the "method" argument set to "response", the help says,
"Continuous independent variables (see the ?continuous? parameter below)
are automatically stratified into ?g? (see below) quantile groups".
By my reading, this makes it impossible to summarize a continuous
variable