| Summary: | scanpci fails on /dev/io | ||
|---|---|---|---|
| Product: | Base System | Reporter: | sdn <sdn> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
sdn
2001-10-05 22:40:00 UTC
> Dell Optiplex GX110 (Intel i810 video) I have a feeling we have X working on some of these machines. > % scanpci > Fatal server error: > xf86EnableIO: Failed to open /dev/io for extended I/O What does "ls -l /dev/io" show? If the file isn't there then you could try "cd /dev ; sh MAKEDEV std". You would have to be root to open /dev/io - your prompt would indicate that you are not. David. > I was root user when I ran it. Hmmm - do you have the secure level turned up. See what: sysctl kern.securelevel prints. > Could it be related to the i810 video chip? I don't think so - unless the error message which scanpci gives is misleading. David. State Changed From-To: open->closed Submitter confirms that problem was due to elivated secure level. |