I noticed the other day that even with all volume sliders at 100%, my tf701t is significantly quieter than it used to be. I've restored a nandroid, wiped data, even accidentally wiped EVERTHING including all of my files (turns out that the bootloader's wipe option kills your internal SD card contents, too... argh!). Nothing at all seems to increase the sound volume.
I have this feeling I might have caused this with a bit of (perhaps unwise) tinkering. I have ubuntu running in a chroot, and I was poking around and seeing if I could get sound working from the ubuntu side. I saw that with root (or with my user added to the right group) I can run alsamixer and get at all sorts of interesting little sliders. I experimented a fair bit, seeing if raising various sliders and unmuting various channels would let me get sound to play using alsa's aplay command. None of that panned out and I abandoned my effort.
Fast forward to yesterday, days and several reboots after I did the above tinkering, and I noticed that the speaker output was barely audible. I've poked around in alsamixer, and I can get it a BIT louder by unmuting a couple of the channels, but it's nowhere near actually useful volume. I'm not at all sure I caused this by tinkering with alsamixer, but I'm also not at all sure I didn't. I wouldn't have expected any changes I made to survive a reboot, but maybe the tegra chip does things weirdly.
Anyone have any ideas?
If anyone's feeling especially helpful, it would be incredibly useful to me if you could get me the normal alsa mixer channel values. Here's how you can do it with the least amount of fuss (root required of course):
I realize that's a lot of effort to ask of you folks -- just hoping someone will have pity on a poor amateur android tinkerer
Some linux knowledge would probably be useful, as I've glossed over a few of the setup details. Thanks in advance to any brave souls willing to give this a try.
I have this feeling I might have caused this with a bit of (perhaps unwise) tinkering. I have ubuntu running in a chroot, and I was poking around and seeing if I could get sound working from the ubuntu side. I saw that with root (or with my user added to the right group) I can run alsamixer and get at all sorts of interesting little sliders. I experimented a fair bit, seeing if raising various sliders and unmuting various channels would let me get sound to play using alsa's aplay command. None of that panned out and I abandoned my effort.
Fast forward to yesterday, days and several reboots after I did the above tinkering, and I noticed that the speaker output was barely audible. I've poked around in alsamixer, and I can get it a BIT louder by unmuting a couple of the channels, but it's nowhere near actually useful volume. I'm not at all sure I caused this by tinkering with alsamixer, but I'm also not at all sure I didn't. I wouldn't have expected any changes I made to survive a reboot, but maybe the tegra chip does things weirdly.
Anyone have any ideas?
If anyone's feeling especially helpful, it would be incredibly useful to me if you could get me the normal alsa mixer channel values. Here's how you can do it with the least amount of fuss (root required of course):
- grab "Complete Linux Installer" from the market -- I swear this isn't a plug
- Follow the tutorial to grab the "core" version of ubuntu 13.10.
- get it all set up and boot it up
- when it asks, don't run vnc or sshd
- open a second terminal, and run these commands:
- su
- umount /data/local/mnt/dev/pts
- mount -t bind /dev /data/local/mnt/dev
- mount -t devpts devpts /data/local/mnt/dev/pts
- Now, back in the first terminal, do this:
- apt-get install alsa-utils
- amixer contents > useful_data_for_lexelby.txt
- Grab that file and post it here
I realize that's a lot of effort to ask of you folks -- just hoping someone will have pity on a poor amateur android tinkerer