Quote:
Originally Posted by xizzling
Upon going for help trying to update alsa drivers, the following rpm install cmd is not very simple:
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_11.0/
|
I think you copied that wrong. I just double checked
Alsa-update - openSUSE and it appears correct.
You should have copied:
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_11.0/ multimedia
ie that assigns the repository URL to the "label" multimedia, which simplifies removing the repository afterward, where afterward one will type:
Code:
zypper rr multimedia
I hope that explanation helps.