incorrectly recognising akmod-wl
Closed this issue · 2 comments
csmart commented
pharlap seems to recognise the akmod-wl driver for my intel wireless, however the pci id regex does not match any of my detected hardware.
Alias in wl module:
[08:21] chris@x220 ~ $ modinfo /usr/lib/modules/3.17.7-300.fc21.x86_64/extra/wl/wl.ko |grep alias
alias: pci:v*d*sv*sd*bc02sc80i*
Pharlap debug output:
=== modaliases in the system ===
pci:v00008086d00001C3Asv000017AAsd000021DAbc07sc80i00
pci:v00008086d00001502sv000017AAsd000021CEbc02sc00i00
pci:v00008086d00001C22sv000017AAsd000021DAbc0Csc05i00
pci:v00008086d00000104sv000017AAsd000021DAbc06sc00i00
pci:v00001180d0000E823sv000017AAsd000021DAbc08sc80i01
pci:v00008086d00000126sv000017AAsd000021DAbc03sc00i00
pci:v00008086d00001C4Fsv000017AAsd000021DAbc06sc01i00
pci:v00008086d00001C20sv000017AAsd000021DAbc04sc03i00
pci:v00008086d00001C03sv000017AAsd000021DAbc01sc06i01
pci:v00001033d00000194sv000017AAsd000021DAbc0Csc03i30
pci:v00008086d00000085sv00008086sd00001311bc02sc80i00
=== device_drivers object ===
{"/sys/devices/pci0000:00/0000:00:1f.3": {"vendor": "Intel Corporation", "modalias": "pci:v00008086d00001C22sv000017AAsd000021DAbc0Csc05i00", "model": "6 Series/C200 Series Chipset Family SMBus Controller", "class": "other", "drivers": {"kernel-core": {"summary": "The Linux kernel", "free": true, "modules": ["i2c_i801"], "from_distro": true, "version": "3.17.7"}}}, "/sys/devices/pci0000:00/0000:00:1b.0": {"vendor": "Intel Corporation", "modalias": "pci:v00008086d00001C20sv000017AAsd000021DAbc04sc03i00", "model": "6 Series/C200 Series Chipset Family High Definition Audio Controller", "class": "sound", "drivers": {"kernel-modules": {"summary": "kernel modules to match the core kernel", "free": true, "modules": ["snd_hda_intel"], "from_distro": true, "version": "3.17.7"}}}, "/sys/devices/pci0000:00/0000:00:19.0": {"vendor": "Intel Corporation", "modalias": "pci:v00008086d00001502sv000017AAsd000021CEbc02sc00i00", "model": "82579LM Gigabit Network Connection", "class": "network", "drivers": {"kernel-core": {"summary": "The Linux kernel", "free": true, "modules": ["e1000e"], "from_distro": true, "version": "3.17.7"}}}, "/sys/devices/pci0000:00/0000:00:1f.0": {"vendor": "Intel Corporation", "modalias": "pci:v00008086d00001C4Fsv000017AAsd000021DAbc06sc01i00", "model": "QM67 Express Chipset Family LPC Controller", "class": "other", "drivers": {"kernel-modules": {"summary": "kernel modules to match the core kernel", "free": true, "modules": ["lpc_ich"], "from_distro": true, "version": "3.17.7"}}}, "/sys/devices/pci0000:00/0000:00:1c.4/0000:0d:00.0": {"vendor": "Ricoh Co Ltd", "modalias": "pci:v00001180d0000E823sv000017AAsd000021DAbc08sc80i01", "model": "PCIe SDXC/MMC Host Controller", "class": "other", "drivers": {"kernel-modules": {"summary": "kernel modules to match the core kernel", "free": true, "modules": ["sdhci_pci"], "from_distro": true, "version": "3.17.7"}}}, "/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0": {"vendor": "Intel Corporation", "modalias": "pci:v00008086d00000085sv00008086sd00001311bc02sc80i00", "model": "Centrino Advanced-N 6205 [Taylor Peak]", "class": "network", "drivers": {"kmod-wl-3.17.4-301.fc21.x86_64": {"summary": "wl kernel module(s) for 3.17.4-301.fc21.x86_64", "free": false, "modules": ["wl"], "from_distro": false, "version": "6.30.223.248"}, "kernel-modules": {"summary": "kernel modules to match the core kernel", "free": true, "modules": ["iwlwifi"], "from_distro": true, "version": "3.17.7"}, "akmod-wl": {"summary": "Akmod package for wl kernel module(s)", "free": false, "modules": ["wl"], "from_distro": false, "version": "6.30.223.248"}}}, "/sys/devices/pci0000:00/0000:00:02.0": {"vendor": "Intel Corporation", "modalias": "pci:v00008086d00000126sv000017AAsd000021DAbc03sc00i00", "model": "2nd Generation Core Processor Family Integrated Graphics Controller", "class": "graphics", "drivers": {"kernel-core": {"summary": "The Linux kernel", "free": true, "modules": ["i915"], "from_distro": true, "version": "3.17.7"}}}, "/sys/devices/pci0000:00/0000:00:16.0": {"vendor": "Intel Corporation", "modalias": "pci:v00008086d00001C3Asv000017AAsd000021DAbc07sc80i00", "model": "6 Series/C200 Series Chipset Family MEI Controller #1", "class": "other", "drivers": {"kernel-core": {"summary": "The Linux kernel", "free": true, "modules": ["mei_me"], "from_distro": true, "version": "3.17.7"}}}}
csmart commented
Wait.. son of a gun!
v00008086d00000085sv00008086sd00001311bc02sc80i00
csmart commented
Well it matches so it's not a bug in pharlap.