Date: Tue, 29 Jan 2002 16:50:11 -0600 From: Eric Liedtke <jesus@musinghalfwit.org> To: Eric Liedtke <eliedtke@apogeetelecom.com> Cc: freebsd-stable@freebsd.org Subject: Re: Another Linksys WDT11 problem Message-ID: <3C572723.5080100@musinghalfwit.org> References: <20020129025206.GC31653@apogeetelecom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Eric Liedtke wrote:
>Ok, from my last mail I got the card working fine. So it was time to
>tranfer it to a 3rd machine, my home router, as it's final resting place
>and I have run into a new problem....I am getting a error message of
>
>wi0: mac read failed 5
>
>I poked around in the code a little bit, but couldn't come up with
>anything of use. I am not sure how to go about troubleshooting this from
>here, so any advice would be great. Thanks
>
Well due to lack of response I figured it would have been a good idea on my
part to attatch some actual useful info so here is a dmesg and my kernel
config
hope something jumps out at someone....
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.5-STABLE #6: Tue Jan 29 14:56:58 CST 2002
eliedtke@fizzbang.musinghalfwit.org:/usr/src/sys/compile/FIZZBANG
Timecounter "i8254" frequency 1193182 Hz
Timecounter "TSC" frequency 199432556 Hz
CPU: Pentium/P55C (199.43-MHz 586-class CPU)
Origin = "GenuineIntel" Id = 0x543 Stepping = 3
Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory = 100663296 (98304K bytes)
avail memory = 94232576 (92024K bytes)
Preloaded elf kernel "kernel" at 0xc037a000.
Intel Pentium detected, installing workaround for F00F bug
md0: Malloc disk
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
isab0: <Intel 82371SB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX3 ATA controller> port 0xffa0-0xffaf at device 7.1
on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <S3 ViRGE graphics accelerator> at 8.0
dc0: <LC82C115 PNIC II 10/100BaseTX> port 0xf800-0xf8ff mem
0xfffbf800-0xfffbf8ff irq 10 at device 17.0 on pci0
dc0: Ethernet address: 00:a0:cc:e2:15:22
miibus0: <MII bus> on dc0
dcphy0: <Intel 21143 NWAY media interface> on miibus0
dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
wi0: <Linksys WDT11 PCI IEEE 802.11b> port 0xff00-0xff3f,0xfc80-0xfcff
mem 0xfffbfc00-0xfffbffff irq 11 at device 19.0 on pci0
wi0: mac read failed 5
device_probe_and_attach: wi0 attach returned 5
orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xea000-0xebfff 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 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ed1: <D-Link DE-220P PnP ISA Card> at port 0x240-0x25f irq 3 on isa0
ed1: address 00:50:ba:a4:df:48, type NE2000 (16 bit)
IP packet filtering initialized, divert enabled, rule-based forwarding
disabled, default to deny, logging disabled
IPsec: Initialized Security Association Processing.
and here is my kernel config
===========================================
#
# FIZZBANG -- Custom kernel configuration file for FreeBSD/i386
# Friday Jan 11 2002 - 22:04:02ish
machine i386
cpu I586_CPU
ident FIZZBANG
maxusers 128
makeoptions DEBUG=-g #Build kernel with gdb(1) debug
symbols
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep
this!]
options SOFTUPDATES #Enable FFS soft updates support
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, NFS
required
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660
required
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP
THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time
extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM #Rate limit bad replies
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options IPFIREWALL # I am going to be a firewall
options IPDIVERT # for natd
options IPSEC # IPsec support
options IPSEC_ESP # for ESP support
options TCP_DROP_SYNFIN # Illegal packets
options USER_LDT # Some stuff needs this
options NMBCLUSTERS=2048 # More mbufs just for fun
device isa
device eisa
device pci
device card
device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000
device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
# ATA and ATAPI devices
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
device atapist # ATAPI tape drives
options ATA_STATIC_ID #Static device numbering
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
device psm0 at atkbdc? irq 12
device vga0 at isa?
# splash screen/screen saver
pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? flags 0x100
# Floating point support - do not disable.
device npx0 at nexus? port IO_NPX irq 13
# Serial (COM) ports
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? port IO_COM2 irq 3
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these
NICs!
device miibus # MII bus support
device dc # DEC/Intel 21143 and various workalikes
device wi #Wavelan Wireless Ethernet
# ISA Ethernet NICs.
# 'device ed' requires 'device miibus'
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
# Pseudo devices - the number indicates how many units to allocate.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
pseudo-device gif 4 # IPv6 and IPv4 tunneling
pseudo-device faith 2 # IPv6-to-IPv4 relaying (translation)
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device bpf #Berkeley packet filter
Thanks
Eric Liedtke
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C572723.5080100>
