| Summary: | External ThinkPad 240 cdrom does not work | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Kevin Van Maren <kevin.vanmaren> |
| Component: | conf | Assignee: | Warner Losh <imp> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
Hmmm. It worked the first time, but now I'm having problems with the INQUIRY command not working with the CDROM. There may be more changes required. Kevin It appears that the problem with the INQUIRY is caused by quirkiness with the cable: if I move the CDROM drive it works fine. Kevin Responsible Changed From-To: freebsd-bugs->imp This PR ammounts to an additional pccard.conf entry. State Changed From-To: open->closed Committed. State Changed From-To: open->closed committed. |
Attempted to install 4.6 on a ThinkPad 240 with the CDROM drive. The external IBM CDROM, PCCARD interface, did not work. Plugged PCCARD in another notebook with 4.5 and was able to get it to work by adding a missing pccard.conf entry. Fix: Add these lines to /etc/default/pccard.conf: # IBM IDE PC-CARD CDROM (ThinkPad 240 and others) card "PCMCIA" "IDE CARD" config auto "ata" ? This change allows the cdrom to be mounted and accessed. Not sure if some optional flags would improve performance, or if we want to be more/less selective in matching the CIS. How-To-Repeat: Try to use the CDROM drive.