
Originally Posted by
cgalpin
this stuff).
Bugbyte, if you can post the contents of /etc/apt/sources.list we'll have a better idea of what your apt config looks like. There are likely additional config files under /etc/apt/apt.conf.d as well
In sources.list there is only one:
There are three files in /etc/apt/apt.conf.d:
01autoremove 01ubuntu 05aptitude 70debconf
But first check if you have the modules. A quick way is to search for the shared library - something like
sudo updatedb
sudo locate eeprom_93cx6
In this case if you had it, you'd get a result like
/lib/modules/$(uname -r)/kernel/drivers/misc/eeprom_93cx6.ko
locate is an unknown command for my system. However, I found out how to use apt-get search [filename] and looked for eeprom_93cx6. But I'm confused. apt searches the repository -or it searches my computer?
Edit: Nevermind. It turns out I had to install mlocate. I did that and updatedb worked, then I was able to search for it:
/etc/updatedb.conf
/etc/alternatives/updatedb
/usr/bin/updatedb
/usr/bin/updatedb.mlocate
/usr/share/man/man5/updatedb.conf.5.gz
/usr/share/man/man8/updatedb.8.gz
Searching for eeprom_93cx6 returned nothing, however but I think that is what apt-get search does for me, yes?
Bookmarks