View Single Post
  #6 (permalink)  
Old 18-May-2005, 08:09
harryc
Guest
 
Posts: n/a
Default

Ok, I had to manually copy files from usr/sbin to /home/user, but I got things to compile after fixing (2) errors.
(Method(\_WAK,1,notserialized)
...and one other that was looking for alphanumeric only in Name (_HID, "_NVRAIDBUS"). I just made it Name (_HID, "NVRAIDBUS") and it worked.

So now I have a /home/user/dsdt.hex, DSDT.aml, and a dsdt.dat. What's next?

Edit: Never mind, found the answer in the SuSE Admin Guide. Pg. 308.