Hi,
I have an HP zt3000 with Intel PRO Wireless 2200BG wireless cards built in.
It has been awful to get it working in spite of instructions I found on
the Internet.
I followed the instructions from http://ipw2200.sourceforge.net/ but
couldn't get it working.
At the moment I'm using Kubuntu on my laptop because of this wireless
problem.
Cheers,
Dustin Johnson
http://www.stock-market-investors.com
--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-26-2007, 03:33 AM
"Clifford W. Hansen"
debian laptop wirless problem
On Sunday 25 November 2007 22:21, dustinjohnson@stock-market-investors.com
wrote:
> Hi,
> I have an HP zt3000 with Intel PRO Wireless 2200BG wireless cards built in.
> It has been awful to get it working in spite of instructions I found on
> the Internet.
> I followed the instructions from http://ipw2200.sourceforge.net/ but
> couldn't get it working.
>
> At the moment I'm using Kubuntu on my laptop because of this wireless
> problem.
>
> Cheers,
> Dustin Johnson
> http://www.stock-market-investors.com
Morning,
1. What is the contents of your '/lib/firmware/' directory and what
does 'dmesg | grep ipw2200' give you?
2. Are you using the kernel module from apt, or did you build from source?
--
Thank you,
Clifford W. Hansen
PHP Developer / Linux Administrator
Clifford W. Hansen schrieb:
> On Sunday 25 November 2007 22:21, dustinjohnson@stock-market-investors.com
> wrote:
>> Hi,
>> I have an HP zt3000 with Intel PRO Wireless 2200BG wireless cards built in.
>> I followed the instructions from http://ipw2200.sourceforge.net/ but
>> couldn't get it working.
>>
> 2. Are you using the kernel module from apt, or did you build from source?
Drivers for ipw2200 are in Kernel since 2.6.14, so this step should not
be needed. For me all I had to dowas copy the firmware to /lib/firmware.
--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-27-2007, 04:31 PM
"Alberto Viana"
debian laptop wirless problem
Use ndiswrapper to install .inf
---------- Forwarded message ----------
From: Frank Zimmermann <frank.zimmermann.berlin@freenet.de
>
Date: 27/11/2007 12:03
Subject: Re: debian laptop wirless problem
To: debian-laptop@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Clifford W. Hansen schrieb:
> On Sunday 25 November 2007 22:21, dustinjohnson@stock-market-investors.com
> wrote:
>> Hi,
>> I have an HP zt3000 with Intel PRO Wireless 2200BG wireless cards built in.
>> I followed the instructions from http://ipw2200.sourceforge.net/ but
>> couldn't get it working.
>>
> 2. Are you using the kernel module from apt, or did you build from source?
Drivers for ipw2200 are in Kernel since 2.6.14, so this step should not
be needed. For me all I had to dowas copy the firmware to /lib/firmware.
as mentioned below, the linux kernel now includes support for ipw2200
without having to compile anything, all you need, in both cases, is the
firmware.
oh, and also, please don't top post, makes things messy.
# Drivers for ipw2200 are in Kernel since 2.6.14, so this step should not
# be needed. For me all I had to dowas copy the firmware to /lib/firmware.
#
# KR Frank
hence the default etch kernel 2.6.18 already works with ipw2200, it is as
simple as copying some .fw files into /usr/lib/hotplug/firmware/
(apparently some put it into /lib/firmware, but maybe the are not really
using debian ?).
manu.
--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-28-2007, 01:57 PM
Jörg-Volker Peetz
debian laptop wirless problem
Emmanuel Revah wrote:
[...]
> hence the default etch kernel 2.6.18 already works with ipw2200, it is as
> simple as copying some .fw files into /usr/lib/hotplug/firmware/
> (apparently some put it into /lib/firmware, but maybe the are not really
> using debian ?).
>
> manu.
>
The paths where udev hotplug looks for firmware are defined in
/lib/udev/hotplug.functions with the variable FIRMWARE_DIRS.
In lenny I have
--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-28-2007, 11:10 PM
"Emmanuel Revah"
debian laptop wirless problem
Jörg-Volker Peetz (wrote):
#
# The paths where udev hotplug looks for firmware are defined in
# /lib/udev/hotplug.functions with the variable FIRMWARE_DIRS.
# In lenny I have
#
# FIRMWARE_DIRS='/lib/firmware /usr/local/lib/firmware
# /usr/lib/hotplug/firmware'
yes, probably, i wouldn't know, lenny is not stable is not debian yet :]