You are not logged in.
well if you use an non arch standard kernel you are on your own
my package should only work flawlessly with the standard kernels.
greetings
tpowa
Offline
It works indeed, with an error...
But it's prolly ipw2200's fault
wlan0: NETDEV_TX_BUSY returned; driver should report queue full via ieee_device->is_queue_full.
All you got to do, is tell the story right...
Offline
Good moring.
I have Problems to get ipw2200 working on my computer.
I'm using the packets from ArchLinux:
floor3: [~]
pacman -Q kernel26 ipw2200 ieee80211
kernel26 2.6.13.3-1
ipw2200 1.0.7-2
ieee80211 1.1.4-1
/etc/rc.conf
MODULES=(uhci_hcd eepro100 ipw2200 ohci1394 yenta_socket snd-intel8x0 snd-pcm-oss)
lo="lo 127.0.0.1"
eth0="eth0 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.0.255"
eth1="dhcp"
INTERFACES=(lo eth0 eth1)
DAEMONS=(syslogd klogd uptimed !pcmcia network alsa !crond !xfs !hwd hotplug)
/etc/modprobe.conf
alias eth1 ipw2200
/etc/conf.d/wireless
wlan_eth1="eth1 mode auto essid HOME__jo channel 6 key xxxx"
WLAN_INTERFACES=(eth1)
This messages comes at startup and every time I try to iwconfig eth1:
root [/home/jo]
iwconfig eth1 mode auto essid HOME__jo channel 6 key xxxxx
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Operation not supported.
This is a part of dmesg.
I think that the firmware isn't loaded.
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, 1.1.4
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.7
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1299 $ Ben Collins <bcollins@debian.org>
What's wrong? And yes, the card is on.
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
I have this in my #dmesg ...
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
I didn't see this in yours.
Offline
You are definitely right.
I'm gonna grep after it this afternoon.
What's wrong if my dmesg is missing this line?
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
Hi, here's my grepresult.
The line is definitely not there!
floor3: [~]
dmesg | grep "ipw2200" -C 7
Serial sub-system self-test: passed.
Internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
usb 1-2: new low speed USB device using uhci_hcd and address 2
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, 1.1.4
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.7
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1299 $ Ben Collins <bcollins@debian.org>
ACPI: PCI Interrupt 0000:02:03.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[11] MMIO=[e0202000-e02027ff] Max Packet=[2048]
ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
Yenta: CardBus bridge found at 0000:02:03.0 [144d:c009]
Yenta: ISA IRQ mask 0x0018, PCI irq 10
floor3: [~]
What now?
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
I think it can't find your ipw2200 network card..
All you got to do, is tell the story right...
Offline
But why? Even hwd finds the card!
HARDWARE DETECT ver 4.7.1 (simple mode)
Kernel : 2.6.13-ARCH
CPU & Cache: Processor 0 is Intel(R) Pentium(R) M processor 1400MHz 1395MHz, 1024 KB Cache
ALSA(sound): Intel Corp.|ICH4 845G/GL Chipset AC'97 Audio Controller module: snd-intel8x0
/usr/bin/mkxcfg: line 123: /usr/sbin/ddcxinfo-arch: Datei oder Verzeichnis nicht gefunden
Video : No X
Mouse : Logitech Inc.|Mouse xtype: IMPS2 module: usbhid device: /dev/input/mice
Drive(ide) : IC25N040ATMR04-0 (HD) 40010MB / 1740KB cache device: /dev/hda
Drive(ide) : SAMSUNG CDRW/DVD SN-324F (DVDROM) 0MB device: /dev/hdc
Swap : Found 498004KB device: /dev/hda2
USB : Intel Corp.|82801DB USB Controller module: uhci_hcd
Ethernet : Intel Corp.|82801BD PRO/100 VE (MOB) Ethernet Controller module: eepro100 device: eth0
eth1
Network : Intel Corp.|PRO/Wireless LAN 2100 3B Mini PCI Adapter module: ipw2100
Modem : Intel Corp.|82801DB AC module/info: slamr
Firewire : Ricoh Co Ltd|R5C552 IEEE 1394 Controller module: ohci1394
PCMCIA slot: Ricoh Co Ltd|RL5c476 II module: yenta_socket
-----------:
Menu : Hwd: hwd, Lshwd: lshwd -?, X: mkxcfg
X sample : Generate X sample: hwd -x
Howto : View howto: hwd -h
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
Network : Intel Corp.|PRO/Wireless LAN 2100 3B Mini PCI Adapter module: ipw2100
that says 2100 not 2200
try pacman -S ipw2100
thanks
greetings
tpowa
Offline
Thank you. :oops:
IT'S WORKING!
*dancing*
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
How can I give my wlanadapter a fixed IP like 192.168.1.11 and not an IP by dhcp in the startup?
I know
ifconfig eth1 192.168.1.11 up
Gruß, Johannes
http://www.hehejo.de
http://gallery.hehejo.de/jo
Offline
I'm having the exact same problems.
Full cpu use when in monitor and lots of
'ipw2200: Firmware error detected. Restarting
ipw2200: Sysfs 'error' log already exists'
Do we need a new firmware or something?
Offline
I recently upgraded my kernel + ipw2200 firmware (pacman -Syu) and I noticed that monitor mode works without firmware errors/100% cpu usage anymore! w00t =]
---
Linux PKLaptop 2.6.16-ARCH #1 SMP PREEMPT Mon Apr 3 16:07:44 CEST 2006 i686 Intel(R) Pentium(R) M processor 1.86GHz GenuineIntel GNU/Linux
Firmware: ipw2200 1.1.1-2
Offline
I just started to read the whole thread on this topic until I realised that it was 6 month old.. Nice to see it (also) work for you!
Haven't been here in a while. Still rocking Arch.
Offline