Search Criteria
Package Details: thunderbolt-icm-dkms-git r2.2d1bd45-1
Git Clone URL: | https://aur.archlinux.org/thunderbolt-icm-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | thunderbolt-icm-dkms-git |
Description: | DKMS Package for the thunderbolt ICM driver |
Upstream URL: | https://github.com/dell/thunderbolt-icm-dkms |
Keywords: | dell icm thunderbolt |
Licenses: | |
Submitter: | tazjin |
Maintainer: | tazjin |
Last Packager: | tazjin |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-09 18:54 |
Last Updated: | 2017-03-09 18:54 |
Dependencies (3)
- dkms
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (optional)
- linux-lts-headers (optional)
Latest Comments
initnull commented on 2017-08-07 18:47
New package https://aur.archlinux.org/packages/thunderbolt-dkms-git/
And reliable firmware update process https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360)#Thunderbolt_Firmware_updates
infowolfe commented on 2017-07-08 10:02
@jjardon 'yaourt -G thunderbolt-icm-dkms ; cd thunderbolt-icm-dkms ; sed -i -e 's~thunderbolt-icm~thunderbolt~g' PKGBUILD ; makepkg -s'
upstream renamed from thunderbolt-icm-dkms to thunderbolt-dkms.
Flagged as out of date.
jjardon commented on 2017-07-03 11:55
It doesn't build anymore:
[jjardon@edoras thunderbolt-icm-dkms-git]$ makepkg -s
==> Making package: thunderbolt-icm-dkms-git r17.6d95b06-1 (Mon 3 Jul 12:54:48 BST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating thunderbolt-icm-dkms git repo...
Fetching origin
==> Validating source files with sha1sums...
thunderbolt-icm-dkms ... Skipped
==> Extracting sources...
-> Creating working copy of thunderbolt-icm-dkms git repo...
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat '/home/jjardon/arch/thunderbolt-icm-dkms-git/src/thunderbolt-icm-dkms/thunderbolt-icm/*': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
mateuszk commented on 2017-06-09 12:11
Hello,
After installing this package and building module with DKMS I'm still not able to load the thunderbolt-icm module:
[root@darkstar ~]# dkms status
thunderbolt-icm-dkms, r10.ca5a1a6, 4.11.3-1-ARCH, x86_64: installed
[root@darkstar ~]# modprobe thunderbolt-icm
modprobe: FATAL: Module thunderbolt-icm not found in directory /lib/modules/4.11.3-1-ARCH
[root@darkstar ~]# find /lib -name "thunderbolt-icm*"
[root@darkstar ~]#
Versions of some software I used to build:
[root@darkstar ~]# pacman -Q gcc make dkms linux linux-headers
gcc 7.1.1-2
make 4.2.1-2
dkms 2.4.0-1
linux 4.11.3-1
linux-headers 4.11.3-1
Do you have any ideas? Thank you in advance.