Re: Thinkpad 600e interrupt storm
Understudy <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Matthew N. Dodd wrote: > On Thu, 24 Feb 2005, Understudy wrote: > [how do I build a kernel module?] > > cd /sys/modules/bios/smapi > make all > make load > > Also, this will only work on 5.x or -CURRENT. > Okay , I finally got that to work. After realizing this was a typo on my part. Slacker# cd /sys/modules/bios/smapi Slacker# make all Warning: Object directory not changed from original /usr/src/sys/modules/bios/smapi Slacker# make load /sbin/kldload -v /usr/src/sys/modules/bios/smapi/smapi.ko Loaded /usr/src/sys/modules/bios/smapi/smapi.ko, id=4 Slacker# I read through the man pages now that this is loaded how do I find this smapi config ? I have a smapi_config.c smapi_config.o. But I don't see in it what you are looking for. Sincerely, Brendhan _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"