Re: Dkms and madwifi against latest kernel
Till Maas <[email protected]> Sun, 22 Jul 2007 00:17:54 +0200
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 21 July 2007 15:49:14 Antonio Montagnani wrote: > What else shall I check to support debugging by developers??? You can try to build the kernel module manually with: dkms build -m $package-name -v $package-version You can find the values of $package-name and $package-version when you look at the name and path of the directories in /var/lib/dkms: /var/lib/dkms/$package-name/$package-version/ Regards, Till