* [gentoo-user] ipw3945 and 128 bit WEP encryption
@ 2006-11-12 0:16 Peter Kelly
2006-11-12 1:33 ` Ryan Tandy
2006-11-14 8:41 ` Daniel Barkalow
0 siblings, 2 replies; 9+ messages in thread
From: Peter Kelly @ 2006-11-12 0:16 UTC (permalink / raw
To: gentoo-user
Holas!
I recently bought a Dell Inspiron e1505 laptop. I purposely got an Intel 3945
wireless card installed, because I read that it was more linux friendly than
the dell wireless card.
I emerge'd ipw3945, but can't get it to work. I get an error
error for wireless request "Set Encode" (8B2A)
Operation not supported
when I run
# iwconfig eth1 key "26 hex character key"
when trying to set the the encryption key for my home network. I'm certainly
not going to turn off WEP encryption, so I need to fix this.
I've got a crappy 6 year old computer using a pcmcia and the airo module that
has no issues at all. I used the same /etc/conf.d/wireless file, so that
essid, key, etc, were all from a working setup.
I'm sure that I'm doing something so simply wrong, that the 4 hour delay to
figure out that /dev/sda6 requires scsi sata drivers built into the kernel,
will make this seem stupid.
It's currently off building KDE/X on the only available wired jack in the
house (who thought I'd ever need 13 switch connections?), so if I mis-typed
something, I apologize. Please ask.
Thanks.
Peter
--
The scene is dull. Tell him to put more life into his dying.
-Samuel Goldwyn
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-12 0:16 [gentoo-user] ipw3945 and 128 bit WEP encryption Peter Kelly
@ 2006-11-12 1:33 ` Ryan Tandy
2006-11-12 8:00 ` Mick
2006-11-14 8:41 ` Daniel Barkalow
1 sibling, 1 reply; 9+ messages in thread
From: Ryan Tandy @ 2006-11-12 1:33 UTC (permalink / raw
To: gentoo-user
Peter Kelly wrote:
> I emerge'd ipw3945, but can't get it to work.
is ipw3945d running?
/etc/init.d/ipw3945d start
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-12 1:33 ` Ryan Tandy
@ 2006-11-12 8:00 ` Mick
2006-11-12 13:19 ` Peter Kelly
0 siblings, 1 reply; 9+ messages in thread
From: Mick @ 2006-11-12 8:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 377 bytes --]
On Sunday 12 November 2006 01:33, Ryan Tandy wrote:
> Peter Kelly wrote:
> > I emerge'd ipw3945, but can't get it to work.
>
> is ipw3945d running?
>
> /etc/init.d/ipw3945d start
Also, make sure that you have pressed the WiFi button to switch on the
hardware on that laptop, or have switched it on in the BIOS (not familiar
with the model).
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-12 8:00 ` Mick
@ 2006-11-12 13:19 ` Peter Kelly
2006-11-12 20:02 ` Richard Fish
2006-11-12 23:40 ` Ryan Tandy
0 siblings, 2 replies; 9+ messages in thread
From: Peter Kelly @ 2006-11-12 13:19 UTC (permalink / raw
To: gentoo-user
On Sunday 12 November 2006 02:00, Mick wrote:
> On Sunday 12 November 2006 01:33, Ryan Tandy wrote:
> > Peter Kelly wrote:
> > > I emerge'd ipw3945, but can't get it to work.
> >
> > is ipw3945d running?
> >
> > /etc/init.d/ipw3945d start
>
> Also, make sure that you have pressed the WiFi button to switch on the
> hardware on that laptop, or have switched it on in the BIOS (not familiar
> with the model).
Yes, the daemon is running. It starts when you modprobe ipw3945.
There isn't a wifi switch that I've found. There is an LED that blinks
slowly. The card appears to be on. I just can't get it configured.
Thanks.
Peter
--
Linus Torvalds:
> This is the special easter release of linux, more mundanely called 1.3.84
Winfried Truemper:
> Umh, oh. What do you mean by "special easter release"?. Will it quit
> working today and rise on easter?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-12 13:19 ` Peter Kelly
@ 2006-11-12 20:02 ` Richard Fish
2006-11-13 20:16 ` Peter Kelly
2006-11-12 23:40 ` Ryan Tandy
1 sibling, 1 reply; 9+ messages in thread
From: Richard Fish @ 2006-11-12 20:02 UTC (permalink / raw
To: gentoo-user
On 11/12/06, Peter Kelly <linuxpete@houston.rr.com> wrote:
> Yes, the daemon is running. It starts when you modprobe ipw3945.
> There isn't a wifi switch that I've found. There is an LED that blinks
> slowly. The card appears to be on. I just can't get it configured.
Well I can attest that the wep will work with this card...I have it working.
What versions of net-wireless/ipw3945, net-wireless/ipw3945-ucode,
net-wireless/ipw3945d, and net-wireless/ieee80211 do you have
installed? In other words, what is the output of:
emerge -pv net-wireless/ipw3945 net-wireless/ipw3945-ucode \
net-wireless/ipw3945d net-wireless/ieee80211
And I suppose the outputs of "iwconfig -v" and "iwconfig" could help too.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-12 13:19 ` Peter Kelly
2006-11-12 20:02 ` Richard Fish
@ 2006-11-12 23:40 ` Ryan Tandy
1 sibling, 0 replies; 9+ messages in thread
From: Ryan Tandy @ 2006-11-12 23:40 UTC (permalink / raw
To: gentoo-user
Peter Kelly wrote:
> Yes, the daemon is running. It starts when you modprobe ipw3945.
Are you sure about that? It doesn't do that for me. Try a 'ps ax |
grep ipw'. In addition to the kernel daemons [ipw3945/0] and
[ipw3945/1], there should be an instance of the userspace daemon
/sbin/ipw3945d, which for me is not started except through
/etc/init.d/ipw3945d.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-12 20:02 ` Richard Fish
@ 2006-11-13 20:16 ` Peter Kelly
2006-11-13 22:05 ` Richard Fish
0 siblings, 1 reply; 9+ messages in thread
From: Peter Kelly @ 2006-11-13 20:16 UTC (permalink / raw
To: gentoo-user
On Sunday 12 November 2006 14:02, Richard Fish wrote:
> On 11/12/06, Peter Kelly <linuxpete@houston.rr.com> wrote:
> > Yes, the daemon is running. It starts when you modprobe ipw3945.
> > There isn't a wifi switch that I've found. There is an LED that blinks
> > slowly. The card appears to be on. I just can't get it configured.
>
> Well I can attest that the wep will work with this card...I have it
> working.
>
> What versions of net-wireless/ipw3945, net-wireless/ipw3945-ucode,
> net-wireless/ipw3945d, and net-wireless/ieee80211 do you have
> installed? In other words, what is the output of:
>
> emerge -pv net-wireless/ipw3945 net-wireless/ipw3945-ucode \
> net-wireless/ipw3945d net-wireless/ieee80211
>
> And I suppose the outputs of "iwconfig -v" and "iwconfig" could help too.
Thanks, Richard. I'm not sure how I did it, but suddenly it 'just worked'.
What I can't do is
/etc/init.d/net.eth1 restart
If I shut it down, then I need to either reboot or kill the ipw3945d, then
start it again. I put the ipw3956d call in /etc/conf.d/local.start, which
brings it up fine. Very kludged, but maybe once I get X running at more than
1024x768 I'll spend more time on it. Getting the wireless part working so I
could emerge away from a switch was the first biggie.
Peter
--
clone, n:
1. An exact duplicate, as in "our product is a clone of their
product." 2. A shoddy, spurious copy, as in "their product
is a clone of our product."
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-13 20:16 ` Peter Kelly
@ 2006-11-13 22:05 ` Richard Fish
0 siblings, 0 replies; 9+ messages in thread
From: Richard Fish @ 2006-11-13 22:05 UTC (permalink / raw
To: gentoo-user
On 11/13/06, Peter Kelly <linuxpete@houston.rr.com> wrote:
> What I can't do is
> /etc/init.d/net.eth1 restart
>
> If I shut it down, then I need to either reboot or kill the ipw3945d, then
> start it again. I put the ipw3956d call in /etc/conf.d/local.start, which
> brings it up fine.
Rather than starting ipw3945d in local.start, it is probably better to
start/stop it with the module. You should have a
/etc/modules.d/ipw3945 file that contains:
----
install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.2;
/sbin/ipw3945d --quiet
remove ipw3945 /sbin/ipw3945d --kill ; sleep 0.2; /sbin/modprobe -r
--ignore-remove ipw3945
alias pci:v00008086d00004222sv*sd*bc*sc*i* off
alias pci:v00008086d00004227sv*sd*bc*sc*i* off
----
If so, run "modules-update" to regenerate /etc/modules.conf and
activate the instructions.
Note: I'm not sure which of the above lines I modified myself and
which ones came from the ipw3945 package. But the first line starts
the daemon when the module is loaded, the second stops it when the
module is unloaded, but only if you use "modprobe -r ipw3945". It
will _not_ work correctly if you do "rmmod ipw3945".
The third and fourth lines prevent the module from being loaded
automatically by udev, and are necessary because /var on my system
isn't mounted when udev starts.
HTH,
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] ipw3945 and 128 bit WEP encryption
2006-11-12 0:16 [gentoo-user] ipw3945 and 128 bit WEP encryption Peter Kelly
2006-11-12 1:33 ` Ryan Tandy
@ 2006-11-14 8:41 ` Daniel Barkalow
1 sibling, 0 replies; 9+ messages in thread
From: Daniel Barkalow @ 2006-11-14 8:41 UTC (permalink / raw
To: gentoo-user
On Sat, 11 Nov 2006, Peter Kelly wrote:
> Holas!
>
> I recently bought a Dell Inspiron e1505 laptop. I purposely got an Intel 3945
> wireless card installed, because I read that it was more linux friendly than
> the dell wireless card.
>
> I emerge'd ipw3945, but can't get it to work. I get an error
>
> error for wireless request "Set Encode" (8B2A)
> Operation not supported
>
> when I run
> # iwconfig eth1 key "26 hex character key"
>
> when trying to set the the encryption key for my home network. I'm certainly
> not going to turn off WEP encryption, so I need to fix this.
Maybe you need to modprobe ieee80211_crypt_wep and the relevant crypto
algorithm modules? That's what I remember being the issue when the card
generally works but WEP doesn't. I think the older wifi supporting code
doesn't let you separate this stuff out, while the new code doesn't
automatically handle loading modules when necessary. I remember dmesg
being more informative than iwconfig when it fails, also.
-Daniel
*This .sig left intentionally blank*
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-11-15 7:07 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12 0:16 [gentoo-user] ipw3945 and 128 bit WEP encryption Peter Kelly
2006-11-12 1:33 ` Ryan Tandy
2006-11-12 8:00 ` Mick
2006-11-12 13:19 ` Peter Kelly
2006-11-12 20:02 ` Richard Fish
2006-11-13 20:16 ` Peter Kelly
2006-11-13 22:05 ` Richard Fish
2006-11-12 23:40 ` Ryan Tandy
2006-11-14 8:41 ` Daniel Barkalow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox