View Single Post
Old 12th June 2009
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

I'm compiling the kernel with these results.

g-weebens# config MYKERNEL
MYKERNEL:851: `wd0 at atabus0' is orphaned (no `atabus0' found)
MYKERNEL:862: `cd0 at atapibus1' is orphaned (no `atapibus1' found)
MYKERNEL:863: `sd0 at atapibus0' is orphaned (no `atapibus0' found)
*** Stop.


g-weebens# dmesg | grep atabus0
atabus0 at piixide0 channel 0

g-weebens# dmesg | grep atapibus0
atapibus0 at umass0: 2 targets
sd0 at atapibus0 drive 0: <Sony, MSC-U03, 1.00> disk removable
g-weebens#

g-weebens# dmesg | grep atapibus1
atapibus1 at atabus1: 2 targets
cd0 at atapibus1 drive 0: <SONY CD-RW/DVD-ROM CRX810E, , 1.5a> cdrom removable
g-weebens#

How do I get it to recognize the hardware?
I've already edited MYKERNEL to include the values from dmesg.
Reply With Quote