![]() |
0.7.9 Linux release from ayufan - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: 0.7.9 Linux release from ayufan (/showthread.php?tid=6308) |
RE: 0.7.9 Linux release from ayufan - ameridroid - 08-07-2018 (08-07-2018, 04:45 PM)ab1jx Wrote: Here's what I see: Code: 0 [rockchipes8316c]: rockchip_es8316 - rockchip,es8316-codec Based on my config, I entered the following into /etc/asound.conf: Code: pcm.!default { At this point, alsamixer worked for me. RE: 0.7.9 Linux release from ayufan - ab1jx - 08-07-2018 (08-07-2018, 04:44 PM)ameridroid Wrote: I'm thinking that lightdm isn't looking in this directory (or perhaps it isn't functioning properly) because the desktop background specified in the same folder in 99_xxx_rock64.conf isn't loading either. My #1 reference is raspi-config (from a Raspberry Pi) which looks at /etc/lightdm/lightdm.conf But snoop around in /etc/pam.d too. Pam can prevent autologin, I see a /etc/pam.d/liightdm-autologin Pam can cause autologin to fail sliently, not sure if it gets logged anywhere. I'd like to rip all that crap out but you can't or it probably won't boot, you need to study how to dismantle it. Like defusing a bomb. RE: 0.7.9 Linux release from ayufan - ameridroid - 08-07-2018 (08-07-2018, 06:35 PM)ab1jx Wrote: But snoop around in /etc/pam.d too. Pam can prevent autologin, I see a /etc/pam.d/liightdm-autologin I don't have a lightdm-autologin there: Code: rock64@rockpro64:/etc/pam.d$ ls I'll have a look at the login file when I have a bit more time. Any other suggestions are welcome! RE: 0.7.9 Linux release from ayufan - ab1jx - 08-07-2018 (08-07-2018, 06:44 PM)ameridroid Wrote:(08-07-2018, 06:35 PM)ab1jx Wrote: But snoop around in /etc/pam.d too. Pam can prevent autologin, I see a /etc/pam.d/liightdm-autologin Wow, Ubuntu actually has less junk than Debian in this case? I see: Code: ls /etc/pam.d But wait, in your post I see you're also on a rockpro64, I'm on a rock64. Different image probably, well, yeah, Ubuntu vs Debian. RE: 0.7.9 Linux release from ayufan - ab1jx - 08-07-2018 (08-07-2018, 05:17 PM)ameridroid Wrote: At this point, alsamixer worked for me. OK, I updated the kernel so uname -a says Code: proc I'm using your asound.conf verbatim which seems to have changed my device numbers around. I didn't have one at all before, which can be normal Now cat /proc/asound/devices shows: Code: 0 [I2S ]: I2S - I2S And aplay -l says Code: **** List of PLAYBACK Hardware Devices **** Looks more like a device name in there now (the rk3328) but not on the HDMI. amixer info says Code: Card default 'HDMI'/'HDMI' It looks like what's not working now is the mixer. This is a Rock64, not RockPro64. lsmod now shows Code: Module Size Used by RE: 0.7.9 Linux release from ayufan - ameridroid - 08-08-2018 Quote:It looks like what's not working now is the mixer. This is a Rock64, not RockPro64. Oh, OK. This discussion should probably be moved to the Rock64 Linux group then as this is the RockPro64 Linux group. -Bo However, I still haven't figured out how to get Ubuntu on the RockPro64 to autologin. RE: 0.7.9 Linux release from ayufan - ab1jx - 08-08-2018 Oh, woops. But look at the source of raspi-config, the autologin parts. https://github.com/RPi-Distro/raspi-config Armbian has something similar, maybe derived from it. You might even be able to copy out the code and make it run, it's just a bash script. Or manually do what the script does. There are 2 different autologin scenarios for console and GUI. Checking for autologin: Code: get_autologin() { Setting autologin: Code: B4*) RE: 0.7.9 Linux release from ayufan - dukla2000 - 08-08-2018 rkmpv works great with 4.4.132-1075 kernel (standard in 0.7.9 release) rkmpv locks PC with 4.4.132-1083 kernel (I also note the ALSA cards move - the HDMI is no longer card 2 in -1083) RE: 0.7.9 Linux release from ayufan - ameridroid - 08-08-2018 (08-08-2018, 03:26 PM)dukla2000 Wrote: rkmpv works great with 4.4.132-1075 kernel (standard in 0.7.9 release) I also verify that the HDMI sound works fine. Anyone else having problems with video playback 2-4x too fast (youtube.com, vimeo.com, YouTube Browser for SMPlayer), and the audio is also high-pitched and fast, the same as the video? RE: 0.7.9 Linux release from ayufan - gabrielsr - 08-08-2018 (08-08-2018, 05:45 PM)ameridroid Wrote: Anyone else having problems with video playback 2-4x too fast (youtube.com, vimeo.com, YouTube Browser for SMPlayer), and the audio is also high-pitched and fast, the same as the video? The same here. |