Comment 16 for bug 82765

Revision history for this message
sneffers (unusual-way-out) wrote : Re: [Bug 82765] Re: Neomagic Corporation NM2200 - no sound

Daniel T Chen wrote:
> Please try the following commands (please copy and paste verbatim into a
> Terminal):
>
> kill $(lsof -t /dev/dsp* /dev/snd/*) ; sudo modprobe -r $(lsmod |grep
> ^snd |awk '{print $1}') && sudo modprobe snd-cs4231
>
> ** Changed in: alsa-driver (Ubuntu)
> Importance: Undecided => Low
> Status: Confirmed => Needs Info
>
>
this is the outcome of all of it, I just pasted everything in terminal:
  seth@seth-laptop:~$ kill $(lsof -t /dev/dsp* /dev/snd/*)
lsof: status error on /dev/dsp*: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ...
or kill -l [sigspec]
seth@seth-laptop:~$ sudo modprobe -r $(lsmod |grep
 > ^snd |awk '{print $1}') && sudo modprobe snd-cs4231
bash: :s^snd |awk '{print $1}') && sudo modprobe snd-cs4231:
substitution failed
 >
 >
I hope that's what you wanted.