Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Dec. 01 2006,10:56 |
|
1. What did you try to do for "build for more than ..."? - CONFIG_M386=y & CONFIG_MPENTIUMIII=y
2. To manually do it, edit that .h file: the '+' in the first column means to add that line, '-' means to delete that line. - Aaah, so that's how it works. Thanks for the tip, I did this in the drmP.h and it almost worked. For some reason the compile didn't like the reference to system.h added in the diff, after I removed this, the compile worked fine.
As a test, since I don't know if cpufreq works yet, I compiled bluetooth in and it works (after apt-get install bluez-utils) - therefore I assume the compile "bug" is fixed.
# insmod bluez Using /lib/modules/2.4.26/kernel/net/bluetooth/bluez.o # insmod hci_usb Using /lib/modules/2.4.26/kernel/net/bluetooth/rfcomm/rfcomm.o # insmod l2cap Using /lib/modules/2.4.26/kernel/net/bluetooth/l2cap.o # insmod rfcomm Using /lib/modules/2.4.26/kernel/net/bluetooth/rfcomm/rfcomm.o # hciconfig hci0 up # hcitool scan Scanning ... 00:0A:D9:E8:4A:65 .P900 [my mobile phone]
|