On 23/05/07, norman <[EMAIL PROTECTED]> wrote: > Why sudo su - I thought that sudo by itself was root. The su puts you in a super user shell. You can execute that command first and then execute a several commands without the need to prefix the others with sudo.
I think sudo is more advisable for some reason though. > I did what I > thought was right and got this:- > > [EMAIL PROTECTED]:~$ sudo rmmod snd-hda-intel > Password: > ERROR: Module snd_hda_intel is in use That would be a problem There's probably a better way of doing this but could you type: lsmod | grep -i 'snd-hda-intel' should be able to see what is using it. Modprobe doesn't seem to want to let it be unloaded for some reason. Andy -- First they ignore you then they laugh at you then they fight you then you win. - Mohandas Gandhi -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.kubuntu.org/UKTeam/