Comment 5 for bug 1933790

Revision history for this message
Sujith Pandel (sujithpandel) wrote :

root@ubuntu:/home/ubuntu/hwdata# make install
mkdir -p -m 755 /usr/share/hwdata
for foo in pci.ids usb.ids oui.txt iab.txt pnp.ids ; do \
        install -m 644 $foo /usr/share/hwdata ;\
done
mkdir -p -m 755 /usr/lib/modprobe.d
install -m 644 -T blacklist.conf /usr/lib/modprobe.d/dist-blacklist.conf

Hi Michael,
The ids are to be added to 'pci.ids' file. I see you have added to 'pci.id' file which won't install during 'make install'.
Could you please correct the file reflecting changes.