| Summary: | Sony AIT-1 drive not accessible | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Dylan Carlson <damage_z> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.4-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Dylan Carlson
2001-10-16 21:20:00 UTC
State Changed From-To: open->feedback Looks like you're missing the ch device in your kernel config file. Put: device ch in your config file, re-run config, recompile, reinstall and reboot. You should then be able to access the changer with chio(1) to move tapes around. Let me know if that fixes it (CC your reply to FreeBSD-gnats-submit@FreeBSD.org) so this PR can be closed. Fixed --- ken@FreeBSD.org wrote: > Synopsis: Sony AIT-1 drive not accessible > > State-Changed-From-To: open->feedback > State-Changed-By: ken > State-Changed-When: Tue Oct 16 13:27:09 PDT 2001 > State-Changed-Why: > Looks like you're missing the ch device in your kernel config file. > > Put: > > device ch > > in your config file, re-run config, recompile, reinstall and reboot. You > should then be able to access the changer with chio(1) to move tapes around. > > Let me know if that fixes it (CC your reply to > FreeBSD-gnats-submit@FreeBSD.org) so this PR can be closed. > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31319 __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com State Changed From-To: feedback->closed Submitter says his problem is fixed by adding the ch driver to his kernel config. |