View Single Post
Old 16th November 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by unixdude View Post
I have tried to install FreeBSD-7.0 on this laptop with no luck. I keep getting input/output read errorrs. This maybe more a problem with the optics on my cd-rom?
I would suggest trying to disable DMA reads on the CDROM device. How to do this:
When the boot menu comes up, select "Escape to loader prompt"
At the prompt:
Code:
set hw.ata.atapi_dma="0"
boot
If that works, add to /boot/loader.conf:
Code:
hw.ata.atapi_dma="0"
Reply With Quote