| Summary: | problems with wi0 driver | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Alan Larson <larson> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alan Larson
2001-06-29 07:30:01 UTC
More on this -- I have discovered it is because the driver is unaware that pccardd assigns it an already used irq 5. Switching to irq 11 made it work. Sometimes it will work, if you have been throuh the dialog in the install that discover the irq for pccardd and includes pccardd_flags="-i xxx" in the /etc/rc.conf file, but it doesn't seem to tell you when it doesn't do this, so the user is unaware of the change. Since it is working and I don't have to use windows all the time, this becomes (for me) less urgent. However, it should be fixed somehow, as a search for this found lots of people in the mailing archives who have gotten these errors, without a lot of answers for their problems. Alan State Changed From-To: open->closed Originator reports problem goes away after correcting configuration. Note to originator: Instead of running the IRQ detection in sysinstall, you can also specify the IRQs usable in /etc/pccard.conf. An improved pccard support is currently in the works in FreeBSD-CURRENT. |