I have no sound... Can I help you with a log?
Comment #1
Posted on Dec 7, 2007 by Massive MonkeyI got sound working. Don't know if it was an early version of script that broke it or if it's been broken in Ubuntu all along. Anyways, the problem was this: ramvi@ramvi-eee:~$ cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf7eb8000 irq 5 As you can see the sound device is listed as 1, which is after 0. The fix?
sudo gedit /etc/modprobe.d/alsa-base
Change "options snd-usb-audio index=-2" (if that's the default. That's what it said on my machine) to "options snd-usb-audio index=1". Reboot, and tada, you've got sound!
Comment #2
Posted on Dec 14, 2007 by Massive MonkeyI need confirmation from other users because I did not get that problem myself. Do you have any specific setup related to usb or your sound card?
Comment #3
Posted on Dec 14, 2007 by Massive Monkeyby the way, cat /proc/asound/cards outputs the same thing on my eee (and I have sound)
Comment #4
Posted on Dec 23, 2007 by Happy CatI've got no sound either - it was working before I ran the script. Trying the fix mentioned above makes no difference. Playing an audio file results in the player failing silently.
Also, the wifi doesn't work until I disable and re-enable it with Fn-F2. Until that point, the computer is unaware the adaptor is there...
Comment #5
Posted on Dec 24, 2007 by Massive MonkeyComment #6
Posted on Jan 31, 2008 by Massive Monkey(No comment was entered for this change.)
Status: Invalid
Labels:
Type-Defect
Priority-Medium