You are not logged in.
Hi
As explained. Edit it with your favorite editor and try with
# Disable the HDMI card which shows up first, but enable PCH
options snd-hda-intel enable=0,1,0,0save and exit. As I told you I do not have this configuration myself. So try it out. If it is not working we look further.
Have a nice day
Lars H
Sorry, I should be clearer. When I said it's there what I meant was it's not visible. I enabled view hidden files but it still can't be seen.
Also, when you say, Disable the HDMI card which shows up first how do I get that list?
Thanks for your patience.
Hi
The file I think you wan to edit is /etc/modprbe.d/alsa-base.conf (or call it something else with *.conf in that directory)
No such file there so created one like this:
root@devuan:~# touch alsa-base.conf
But it wasn't visible, so
root@devuan:~# ls -l alsa-base.conf
-rw-r--r-- 1 root root 0 Aug 18 08:56 alsa-base.conf
So it's there but what now? Thanks
Hi
Do you have enabled Pulseaudio. See here https://dev1galaxy.org/viewtopic.php?id=3728 . Normally I am against using pulseaudio. But in this case it may be the easy way, to get things working. If yoy HAVE enabled pulseaudio try to disable it. It might as well solve your problem. https://dev1galaxy.org/viewtopic.php?id=3732
Have a nice day
Lars H
Hi.
If PA is enabled I didn't do it.
Opening /etc/pulse/client.conf.d/00-disable-autospawn.conf in a text editor just shows a blank page so nothing to comment out.
In your next link where it advises:
# Disable the HDMI card which shows up first, but enable PCH
options snd-hda-intel enable=0,1
Sorry if I missed it but how do I do that? Thanks.
Hi
Take a look here. https://dev1galaxy.org/viewtopic.php?id=3743 You have multiple sound cards.
Hi Lars. Following your advice to use alsamixer I get:
AlsaMixer v1.1.3
Card: PulseAudio F1: Help │
│ Chip: PulseAudio F2: System information │
│ View: F3:[Playback] F4: Capture F5: All F6: Select sound card │
│ Item: Master Esc: Exit
Selecting F6 I get:
┌───── Sound Card ──────┐ │
│ │- (default) │ │
│ │0 HDA Intel PCH │ │
│ │ enter device name...│ │
│ └───────────────────────┘
Then selecting HDA Intel PCH I get:
Card: HDA Intel PCH F1: Help │
│ Chip: Realtek ALC256 F2: System information │
│ View: F3:[Playback] F4: Capture F5: All F6: Select sound card │
│ Item: Master [dB gain: -6.00] Esc: Exit │
│ │
│
└──────────────────────────────────────────────────────────────────────────────┘
How do I save that? Esc didn't do it.
Also, following the advice in the archwiki I get:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC256 Analog [ALC256 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
I must be missing something. Thanks for your time.
Greetings.
I'm on ascii 2.1 and there is no sound with HDMI. Sound still comes from the laptop's speakers but nothing from the TV. No problem with the picture though.
Machine: Laptop System: ASUSTeK UEFI: American Megatrends
CPU: Dual Core model: Intel Celeron N3350 bits: 64
Graphics: Device-1: Intel vendor: ASUSTeK driver: i915
Audio: Device-1: Intel Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Audio Cluster
vendor: ASUSTeK driver: snd_hd intel v: kernel bus ID: 00:0e.0
Any ideas? Tia.
Thanks! Here's the new link:
https://git.devuan.org/devuan/documenta … aintainers(Fixed in first post, too.)
Thank you.
Link no longer working - 404
Archlinux (unfortunately) uses systemd.
Have you looked into using Artix?
https://artixlinux.org/
these two alternatives should be default in Devuan, and pulseaudio completely removed.
That will probably happen eventually. We just have to be patient. The team have a lot on their plate.
EDIT: Or maybe not... https://dev1galaxy.org/viewtopic.php?id=2934
Now I've confused myself
I'm guessing the present Opera is based on Chromium, which would explain the problem I had. I know they 'changed engine' after Opera 12, probably to Chromium by the looks of it.
I had the same problem with Opera on another distro. It's very frustrating. I didn't find a solution.
In fact, I've been put off installing Brave after seeing this:
sudo apt-key --keyring
https://brave-browser.readthedocs.io/en … html#linux
That term keyring in there makes me think it would be deja vu all over again.
What is with all the noise about this "brave" browser recently anyway? Is it demonstrably better than Firefox/Iceweasel or a degoogled chromium build?
Personally I'd be highly suspicious of a new browser that is advertised as heavily as this one appears to be...Head_on_a_Stick wrote:Interesting article about Brave linked on lobste.rs:
https://practicaltypography.com/the-cow … brave.htmlEd. Yup, that's pretty much what I expected. "Have our ads and tracking instead of theirs". Free cryptocurrency woo and virtue signalling included.
No thanks, I'll stick to my adblockers and javascript defangers.
Perhaps I'm missing something but if you don't opt in to those schemes then it seems to me there's not a lot of difference to Firefox etc.
LU344928 wrote:Do you still want that?
Yes please, just click on the "website" link underneath my avatar to check. Thanks!
Nah no ads, none at all.
Version 1.10.97 Chromium: 83.0.4103.116 (Official Build) (64-bit)
EDIT: if anybody is using Brave I would really appreciate if they could check my website and see if any adverts are plastered over it. TIA.
Do you still want that? I'm not using Brave on Linux but it's installed on my Windows machine.
Can we see your /boot/grub/grub.cfg? Or more specifically:
grep timeout /boot/grub/grub.cfg
root@devuan:~# grep timeout /boot/grub/grub.cfg
set timeout=30
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
set timeout=5
root@devuan:~#
That was before the last edit following Ralph's advice. I did that again after editing and got a much longer result which I can post if you wish.
Thanks for your help.
G'day Ralph, thanks for the reply. For the record the source I used for that was this.
It seems grub is one of those packages where it's stupidly hard to find documentation, with man pages that just say that "this is documented somewhere else and I'm not telling where"... it turns out that you need to have grub-legacy-doc installed, which provides the texinfo file with documentation using the info system.
That's interesting.
Anyhow, according to that you should also use
GRUB_TIMEOUT=0
Afaict GRUB_HIDDEN_TIMEOUT is the time to wait before showing the menu, and GRUB_TIMEOUT is the time to wait (in addition) before booting to the default choice.
If you also have
GRUB_TIMEOUT_STYLE=hidden
then the menu is not actually shown, but the time logic remains the same.
So I just changed it to GRUB_TIMEOUT=0 then rebooted and all was hunky dory. Now there's no need to add any hidden option as it booted straight away with no splash screen, just what I was looking for. Good onya mate!
Greetings. I'm on ascii 2.1 and I tried editing grub to a timeout of 0 as it always waits for me to hit enter. Despite there being a value of 5 it just waits for my input. Then, also as root, I ran update-grub and rebooted but no change. Here it is after the edit (I chose the hidden option as there's just the one OS on this machine):
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
Tia.
you probably need tor browser.
apt install torbrowser-launcher
That didn't work:
root@devuan:~# apt install torbrowser-launcher
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package torbrowser-launcher is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'torbrowser-launcher' has no installation candidate
root@devuan:~#
So I went back to the package manager but a search didn't find it either.
or download from official website. https://www.torproject.org/download/
Got it that time. I was surprised to see that I didn't have to install it. I just extracted the archive and it worked straight away. Thanks for that.
You might need to install torbrowser-launcher (or one of the other suggested packages)?
I've never used tor so that's just a guess based on it's name.
Chris
Thanks Chris.
Hello again good people and pundits. Since my last activity here I've installed ascii 2.1 on my Asus laptop. Things went well except it failed to install grub but a quick search fixed that. I'm impressed at the lightning speed with which it boots and now it's up and running I naturally want to install my favorite programs. Had no luck installing Tor thru the package manager so switched to a terminal. It seemed to install ok but went I went to the menu > internet the shortcut is not there. Nor is it in accessories. When I searched in run program nothing came up.
Here's what happened:
root@devuan:~# apt install tor
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libseccomp2 tor-geoipdb torsocks
Suggested packages:
mixmaster torbrowser-launcher socat tor-arm apparmor-utils obfsproxy
obfs4proxy
The following NEW packages will be installed:
libseccomp2 tor tor-geoipdb torsocks
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,797 kB of archives.
After this operation, 11.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.devuan.org/merged ascii/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
Get:2 http://deb.devuan.org/merged ascii/main amd64 tor amd64 0.2.9.16-1 [1,480 kB]
Get:3 http://deb.devuan.org/merged ascii/main amd64 torsocks amd64 2.2.0-1+deb9u1 [72.7 kB]
Get:4 http://deb.devuan.org/merged ascii/main amd64 tor-geoipdb all 0.2.9.16-1 [1,204 kB]
Fetched 2,797 kB in 17s (164 kB/s)
Selecting previously unselected package libseccomp2:amd64.
(Reading database ... 129544 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
Selecting previously unselected package tor.
Preparing to unpack .../tor_0.2.9.16-1_amd64.deb ...
Unpacking tor (0.2.9.16-1) ...
Selecting previously unselected package torsocks.
Preparing to unpack .../torsocks_2.2.0-1+deb9u1_amd64.deb ...
Unpacking torsocks (2.2.0-1+deb9u1) ...
Selecting previously unselected package tor-geoipdb.
Preparing to unpack .../tor-geoipdb_0.2.9.16-1_all.deb ...
Unpacking tor-geoipdb (0.2.9.16-1) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up torsocks (2.2.0-1+deb9u1) ...
Setting up tor (0.2.9.16-1) ...
Something or somebody made /var/lib/tor disappear.
Creating one for you again.
Something or somebody made /var/log/tor disappear.
Creating one for you again.
[ ok ] Starting tor daemon...done.
Setting up tor-geoipdb (0.2.9.16-1) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
root@devuan:~#
Your advice would be appreciated, thanks.
Very nice. Chimaera's my favorite. Thank you.
LU344928 wrote:Tried that and got 'command not found' so I guess those fonts are not installed?
They're not fonts, the package is for configuration of the fontconfig package.
So try
# apt install fontconfig fontconfig-config # dpkg-reconfigure fontconfig fontconfig-config
You may even find that the hinting options start making a difference afterwards.
Turned out the package was already installed:
root@devuan:~# apt install fontconfig fontconfig-config
Reading package lists... Done
Building dependency tree
Reading state information... Done
fontconfig is already the newest version (2.11.0-6.7+b1).
fontconfig set to manually installed.
fontconfig-config is already the newest version (2.11.0-6.7).
fontconfig-config set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
So:
root@devuan:~# dpkg-reconfigure fontconfig fontconfig-config
Regenerating fonts cache... done.
root@devuan:~#
That did the trick, much clearer now. Still not that impressed with the Sans one so will play around with the others. Many thanks.
Hi golinux, thanks for the reply.
In Xfce Jessie the option is "anti-aliasing". I also use "slight" hinting and find it helps to use a semibold font like Open Sans.
The default here is Sans but no Open Sans option, closest on the list is OpenSymbol, thanks.
Hi Head_on_a_Stick. Thanks for taking the time to reply.
If you use TrueType fonts then try
# dpkg-reconfigure fontconfig-config
And change the font tuning method to "Autohinter".
Tried that and got 'command not found' so I guess those fonts are not installed?
Otherwise navigate to Applications Menu → Settings → Appearance → Fonts and play with the hinting method. MX use "slight" hinting.
No discernible difference, even when set to full.
It's probably also worth noting that MX-19 is based on Debian buster and so has a newer version of fontconfig. Have you tried the Refracta beta image? That uses a beowulf base with the same fontconfig version as MX-19 (but it has hinting set to "none" in the stock desktop).
No, haven't tried it yet but will soon, thanks.
Hello, I'm new here. Thanks for providing this distro and forum. Hope this is the right place for this topic.
I just tried the recent live release - devuan_ascii_2.1_amd64_desktop-live.iso - no immediate plans to install to the hard drive yet. First thing I noticed was the blurry-like font on Firefox. The desktop font is better though not quite as clear as I've seen on Xfce releases of MX Linux and PCLinuxOS, There doesn't seem to be any problem with the display driver as videos play normally. It's just the font. It's like seeing it on an old CRT monitor past its prime. How to fix?
Thanks in advance.