A quick tutorial on having the image work its best - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: UBPorts on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=125) +---- Thread: A quick tutorial on having the image work its best (/showthread.php?tid=8923) |
RE: A quick tutorial on having the image work its best - PinePhoneCoder - 02-15-2020 (02-14-2020, 10:30 AM)pepo Wrote:(02-14-2020, 05:28 AM)PinePhoneCoder Wrote:(02-13-2020, 01:52 PM)pepo Wrote:(02-13-2020, 12:20 AM)ivanB1975 Wrote: I installed the system image of the 12th of February 2020 and now the commands: What does the command "amixer scontrols" say? re: amixer not working - curtvaughan - 02-15-2020 [quote pid='60334' dateline='1581772633'] What does the command "amixer scontrols" say? [/quote] I'll answer, as I have the same issues as the previous posters - sound enabling commands worked several days ago; now don't after latest updates. Here's my session: phablet@ubuntu-phablet:~$ amixer --help Usage: amixer <options> [command] Available options: -h,--help this help -c,--card N select the card -D,--device N select the device, default 'default' -d,--debug debug mode -n,--nocheck do not perform range checking -v,--version print version of this program -q,--quiet be quiet -i,--inactive show also inactive controls -a,--abstract L select abstraction level (none or basic) -s,--stdin Read and execute commands from stdin sequentially -R,--raw-volume Use the raw value (default) -M,--mapped-volume Use the mapped volume Available commands: scontrols show all mixer simple controls scontents show contents of all mixer simple controls (default command) sset sID P set contents for one mixer simple control sget sID get contents for one mixer simple control controls show all controls for given card contents show contents of all controls for given card cset cID P set control contents for one control cget cID get control contents for one control phablet@ubuntu-phablet:~$ sudo amixer scontrols phablet@ubuntu-phablet:~$ amixer scontrols phablet@ubuntu-phablet:~$ amixer scontents phablet@ubuntu-phablet:~$ amixer --version amixer version 1.1.0 phablet@ubuntu-phablet:~$ RE: A quick tutorial on having the image work its best - User 16094 - 02-15-2020 I can send texts, but cannot receive them. Wondering if anyone has found a solid fix, or even exerienced this. I'm on Tmobile, no other sims to test. On Ubuntu Touch if anyone can link to posts reguarding a fix, all is helpful. (I have not had time to read through posts, making time to do this later, asking incase no one else has asked previously, been absent from website for a bit, appologies if duplicate question, ignore if so.) RE: A quick tutorial on having the image work its best - blicken - 02-15-2020 well, doing apt-get install update, ends in: Errors were encountered while processing: bluez ubuntu-system-settings unity8 which could be why im having issues well, doing apt-get install update, ends in: Errors were encountered while processing: bluez ubuntu-system-settings unity8 which could be why im having issues... or thats what I thought. the first error generated was: insserv: can not stat(../rc3.d/): Structure needs cleaning which is from a dirty filesystem. I cloned the Ubuntu ports image directly, and did not then also run fack.etx4 /dev/mmcbk0p1 against the unmounted filesystem. I havent looked at the scripts for cloning, I just used ddrescue, but in either case, maybe the ports image should get filesystem checked prior to being distributed. IDK, is that a PinePhone image issue, or an Ubuntu Ports issue? anyway, fsck your boot disk prior to booting, the ubuntu ports image isnt clean. so then kernel updates break my system (ubuntu) every damn time I learned this command to block package updates, and not update the things that break my OS when updated: sudo apt-mark hold linux-image-generic linux-image-generic-lts-xenial linux-headers-generic linux-headers-generic-lts-xenial unity8 bluez ubuntu-system-settings RE: A quick tutorial on having the image work its best - qrsBRWN - 02-15-2020 (02-15-2020, 12:53 PM)blicken Wrote: well, doing apt-get install update, ends in: Seems more like a write error tbh. If the image was unclean in and of itself more people would have these issues. RE: A quick tutorial on having the image work its best - valentin - 02-16-2020 (02-15-2020, 11:37 AM)blicken Wrote: well, doing apt-get install update, ends in: Well, the correct command would be: Code: $ sudo apt update or Code: sudo apt-get update Either will work. Anyways, I have no issues in updating and upgrading the packages. RE: A quick tutorial on having the image work its best - thyrth - 02-19-2020 hey I've tried setting up sound could get it to work even have AlsaMixer installed and can't hear anything . thyrth RE: A quick tutorial on having the image work its best - j23 - 02-24-2020 (01-25-2020, 12:26 PM)Luke Wrote: 2) Enable Sound:In Ubuntu Touch CLI above bash instuctions will looks like: Code: sudo modprobe snd simple_amplifier P.S. I just reanimated my modem! It is living now RE: A quick tutorial on having the image work its best - DrewTechs - 02-24-2020 (01-25-2020, 12:26 PM)Luke Wrote: All of these things may, very well, be addressed by the time you receive your phone, but I am just posting this in the even X or Y doesn't work/ is broken: Oddly enough, when I got the modem to run, the Wifi doesn't seem to be detecting any networks like it did before. Speaking of modem, Text Messaging works but not Phone Calls from my experience. RE: A quick tutorial on having the image work its best - pepo - 02-26-2020 found this on https://gitlab.com/ubports/community-ports/pinephone/issues/16 (not tried yet): sudo nmcli radio all off sudo rmmod 8723cs sudo modprobe 8723cs sudo nmcli radio all on the entire post is interesting and to be read, though don't understand everything |