wi0: watchdog timeout (again)

Evan Sarmiento <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
Hello,

Whenever I try to use the interface wi0 on my box (which has
Orinoco PCI->PCMCIA adapter with a WaveLan silver card)
I get a 'wi0: watchdog timeout' It configures the AP, channel,
and everything but wont let me ping,etc any outside computer
without receiving the error:

my dmesg:
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 4.6-STABLE #0: Tue Sep  3 08:09:29 GMT 2002
    evms@:/usr/obj/usr/src/sys/SEELE
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 266615643 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (266.62-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x634  Stepping = 4
  Features=0x80f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,MMX>
real memory  = 67108864 (65536K bytes)
config> en pcic1
config> po pcic1 0x3e2
config> ir pcic1 0
config> iom pcic1 0xd4000
config> f pcic1 0
config> q
avail memory = 61517824 (60076K bytes)
Preloaded elf kernel "kernel" at 0xc03c2000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc03c209c.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 7 entries at 0xc00fdf50
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443LX (440 LX) host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
agp0: <Intel 82443LX (440 LX) host to PCI bridge> mem 0xf8000000-0xfbffffff at device 0.0 on pci0
pcib1: <Intel 82443LX (440 LX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <Matrox MGA G200 AGP graphics accelerator> at 0.0 irq 9
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0xfc90-0xfc9f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xfca0-0xfcbf irq 11 at device 7.2 on pci0
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
chip0: <Intel 82371AB Power management controller> port 0x7000-0x700f at device 7.3 on pci0
pci0: <unknown card> (vendor=0x109e, dev=0x036e) at 13.0 irq 10
pci0: <unknown card> (vendor=0x109e, dev=0x0878) at 13.1 irq 10
xl0: <3Com 3c900-COMBO Etherlink XL> port 0xfcc0-0xfcff irq 9 at device 14.0 on pci0
xl0: Ethernet address: 00:10:4b:2d:1d:9c
xl0: selecting 10baseT transceiver, half duplex
pcm0: <AudioPCI ES1370> port 0xfc40-0xfc7f irq 7 at device 15.0 on pci0
pcic0: <TI PCI-1410 PCI-CardBus Bridge> at device 16.0 on pci0
pcic0: PCI Memory allocated: 0x88000000
pcic0: Polling mode
pcic0: TI12XX PCI Config Reg: [pwr save][CSC parallel isa irq]
pccard0: <PC Card bus (classic)> on pcic0
orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xe4000-0xeffff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: parallel port not found.
ad0: 29312MB <Maxtor 33073H3> [59556/16/63] at ata0-master UDMA33
acd0: CDROM <Pioneer CD-ROM ATAPI Model DR-A24X 0106> at ata1-master PIO4
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
pccard: card inserted, slot 0
wi0 at port 0x240-0x27f irq 5 slot 0 on pccard0
wi0: 802.11 address: 00:60:1d:f1:4d:94
wi0: using Lucent Technologies, WaveLAN/IEEE
wi0: Lucent Firmware: Station 4.32.01
wi0: watchdog timeout
wi0: watchdog timeout

My loader.conf (These parameters needed or else FreeBSD stalls on
boot)
userconfig_script_load="YES"
hw.pcic.intr_path="1"
hw.pcic.irq="0"

Thanks a lot,
Evan

To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.