Bug 106501 - [wpi] wpi driver causes kernel errors
Summary: [wpi] wpi driver causes kernel errors
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 6.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-08 23:20 UTC by Jose Hidalgo
Modified: 2007-01-02 22:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Hidalgo 2006-12-08 23:20:02 UTC
The wpi driver doesn't work and makes the kernel repeat the message:
       rx tail flags error 702
       scan finished
indefinitely.

kldload if_wpi gives:
---------------------------------snip starts
pci12: driver added
found->	vendor=0x8086, dev=0x4222, revid=0x02
	bus=12, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=17
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pci12:0:0: reprobing on driver added
wpi0: <Intel(R) PRO/Wireless 3945ABG> mem 0xefdff000-0xefdfffff irq 17 at device 0.0 on pci12
wpi0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xefdff000
channel 1 pwr1 0x0087 pwr2 0x0087
channel 2 pwr1 0x0088 pwr2 0x0087
channel 3 pwr1 0x006f pwr2 0x006e
channel 4 pwr1 0x006f pwr2 0x0070
channel 5 pwr1 0x0000 pwr2 0x0000
channel 6 pwr1 0x007a pwr2 0x007a
channel 7 pwr1 0x007c pwr2 0x007c
channel 8 pwr1 0x007f pwr2 0x007e
channel 9 pwr1 0x0080 pwr2 0x0080
channel 10 pwr1 0x0000 pwr2 0x0000
channel 11 pwr1 0x0000 pwr2 0x0000
channel 12 pwr1 0x0000 pwr2 0x0000
channel 13 pwr1 0x0000 pwr2 0x0000
channel 14 pwr1 0x0000 pwr2 0x0000
wpi0: bpf attached
wpi0: Ethernet address: 00:13:02:9f:10:ba
wpi0: bpf attached
wpi0: bpf attached
wpi0: [MPSAFE]
wpi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wpi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
pci13: driver added
---------------------------------snip ends

The module wpi_ucode loads without problems
 5    1 0xc6a45000 1d000    wpi_ucode.ko



Now after "ifconfig wpi0 up" the kernel will go crazy repeating this messages:

setting h/w config 1200
microcode alive notification version 10d00 alive 1
temperature -203
scan finished
scan finished
scan finished
rx tail flags error 702
scan finished
scan finished
scan finished
rx tail flags error 702
rx tail flags error 702
scan finished
scan finished
scan finished

How-To-Repeat: kldload wpi
kldload wpi_ucode
ifconfig wpi0 up
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-09 02:51:54 UTC
State Changed
From-To: open->feedback

which port are you talking about here?
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-09 03:29:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Over to maintainer
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-09 03:29:45 UTC
State Changed
From-To: feedback->open

feedback received: net/ipw-firmware
Comment 4 Florent Thoumie freebsd_committer freebsd_triage 2006-12-09 12:50:46 UTC
This PR isn't about ipw-firmware. It's about an experimental driver
which hasn't been committed to the tree yet. You should contact its author.

Cheers.

-- 
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
Comment 5 Florent Thoumie freebsd_committer freebsd_triage 2007-01-02 22:03:10 UTC
State Changed
From-To: open->closed

This isn't part of FreeBSD. Contact the driver's author 
as advised.