And BTW, if you actually tried installing this package, it will have erased your existing "toshiba_acpi" module, and you should re-install the kernel to recover the module:
$ sudo pacman -S linux
or
$ yaourt -S linux
Really, this package should be removed from the AUR. At best, it confuses people, and at worst, it erases the very file they thought they needed.
Search Criteria
Package Details: toshiba_acpi-modules-dkms 1-0
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-04-28)
| Package Base: | toshiba_acpi-modules-dkms |
|---|---|
| Description: | Toshiba ACPI kernel modules for Linux with patch for rfkill (DKMS) |
| Upstream URL: | http://www.esperto-informatico.it |
| Category: | modules |
| Licenses: | |
| Submitter: | exbyte |
| Maintainer: | exbyte |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2013-09-26 19:05 |
| Last Updated: | 2014-01-11 11:15 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by thx1138
Comment by thx1138
In the PKGBUILD, the "linux-headers" package is a dependency:
depends=("dkms" "linux-headers")
In the .install file, "$1" does not include the pkgrel variable. This should be removed from the directory names in the PKGBUILD, but the quick-fix is to manually edit the .install and change "$1" to "$1-0".
Regardless, this module source is for circa 2.6 kernels, and the "toshiba_acpi" module is now included with the kernel. To confirm that it has already been loaded automatically, try running:
$ lsmod|grep "*tosh*"
Even then, to see all the devices _not_ supported by the current module, try:
$ dmesg|grep "*tosh*"
Hopefully, additional ACPI support will be added in the future, for whatever you might find is not yet working.
Comment by ZED
gzip: /lib/modules/3.14.2-1-ARCH/kernel/drivers/platform/x86/toshiba_acpi.ko.gz: No such file or directory
Error! There are no instances of module: toshiba_acpi-modules-dkms
1 located in the DKMS tree.
error: command failed to execute correctly
(1/1) reinstalling toshiba_acpi-modules-dkms [######################] 100%
>>> DKMS: Module add, build, and install
Error! Could not find module source directory.
Directory: /usr/src/toshiba_acpi-modules-dkms-1 does not exist.
gzip: /lib/modules/3.14.2-1-ARCH/kernel/drivers/platform/x86/toshiba_acpi.ko: No such file or directory
error: command failed to execute correctly
Comment by exbyte
Update the PKGBUILD :)
Comment by shadowed87
But the archive toshiba_acpi.tar.gz does not have the Makefile needed by the PKGBUILD, so it won't install
Comment by exbyte
You do install the package dkms and run service dkms
Comment by shadowed87
cp: cannot stat ‘/tmp/yaourt-tmp-shad/aur-toshiba_acpi-modules-dkms/src/toshiba_acpi/Makefile’: No such file or directory