The officially official Devuan Forum!

You are not logged in.

#101 Other Issues » [CLOSED] Logging into Cinnamon DE reports in software render mode! » 2020-10-31 00:22:38

swarfendor437
Replies: 22

Hi, Have used Cinnamon DE on other Distributions and never had this issue. Advice please!

Processor: AMD Ryzen 7 1700X Eight-Core Processor X 8
Memory: 15.6 GiB
Graphics Card: Nvidia Corporation GP108 - and never used Nvidia drivers on any other distro - always use Nouveau.

#102 Re: Other Issues » Accidentally caught close terminal whilst running gdebi-gtk » 2020-10-31 00:18:59

Update - reinstalled (ysvinit and lightdm) and managed to remove pulse audio again using Synaptic as on first install - Yay! ALSA firmly back in control. Had to blacklist snd_hda_intel and also added the Sound Blaster emu pkg in Synaptic Package Manager. My only issue now is Cinnamon - will start a separate post for that.

#103 Re: Other Issues » Accidentally caught close terminal whilst running gdebi-gtk » 2020-10-30 22:25:53

Hi guys, and apologies to blackhole, I don't mind reinstalling nor losing everything (as I did with my ZorinOS - perhaps it was meant to be so I could experience the joy of no systemd and no pulseaudio written by the same ignominious person and hopefully a great  escape from SNAP. So on this install I opted for sddm (previously lightdm) and openrc (previously sysvinit). Still had the same issue though that it defaults to English US and not my chosen en-GB at time of install but I can remedy that. Now need to # out the DVD as a source for updates. Thanks for your help guys. big_smile

Well made a mistake with ssdm and openrc - yesterday I could easily remove pulseaudio without detriment to the system - today removing it in xfce took out all the other DE's too! If I can't get rid of PulseAudio on 3rd attempt (reverting to lightdm and sysvinit) I will be taking a look at Arch or one of it's derivatives (Artix). sad

#104 Re: Other Issues » Accidentally caught close terminal whilst running gdebi-gtk » 2020-10-29 17:14:50

Hi PeroReina,

Thanks for replying but that does not work. 'chown'd the apt list so that the DVD (CD) is no longer looked at, then tried the update and fix but still have the same issue. I think I may have borked the system as I was 'second-guessing' that Beowulf might be using Buster over Jessie and probably should not have downloaded a .deb package in the first place. VB appears to put 'tilde'/s in the name of the .deb package which isn't liked. I may just reinstall. Here is what happens when I try to launch 'gdebi-gtk' from the terminal:

https://u.pcloud.link/publink/show?code … PsBpFy6OS7

Just to add that I have tried to rename the package without the ~ bits in to no avail.

#105 Re: Other Issues » Xsane Image doesn't detect my scanner » 2020-10-28 21:39:17

just a comment really, I've had similar issues with a Canon Pixma TS8151 - It works in ubuntu 20.04 and Fedora Workstation 31, but freakily started working in ZorinOS - I had tried installing the packages that Fedora uses from the Sane GitLab pages, removing Simple Scan and reinstalling Simple Scan (for some reason in other Distributions it has now got renamed as Document Scanner but virtually the same interface. The only Office Pro backend I cound find on the Sane site was for an 8610:

http://www.sane-project.org/sane-backends.html#SCANNERS

I use FerenOS whilst working from Home (Plasma DE) and can't get it to work in that OS either - I ended up purchasing hamrick's vue-scan. (I have the Canon Linux Scanner driver but the interface is pants compared to X-Sane and Simple (/Document) Scan (/ner)

#106 Documentation » How to get your SoundBlaster Audigy Rx working! » 2020-10-28 21:05:16

swarfendor437
Replies: 0

Hi I moved to Devuan as the more I learned about:

PulseAudio and the other rubbish software created by the same author, snap packaging I needed to find 'freedom, my way'!

I have to acknowledge that this is not my 'hack':

How to blacklist a sound card in Linux

Sometimes it may happen that you have a sound device that you do not use or then you are one of those people who dislike Pulseaudio and use Alsa instead. Especially with Alsa it gets very useful if you have only the sound device enabled which you actually use. Here are some notes about using Alsa instead of Pulseaudio in Linux.

    Start with the minimal installation. When you start with the bare minimum installation (installing only the basic system components during installation) you get the power to decide what comes into the system as it gets tweaked. Remember that in order to use Alsa you should only need the basic system package libasound2.

2. Do not install Gdm or Lightdm. They usually have some Pulseaudio dependencies in them. If you want to use a display manager use Slim instead (see here: https://www.techtimejourney.net/?p=561) or use startx: (https://www.techtimejourney.net/?p=622). Generally I would recommend towards the usage of startx.

3. Ubuntu users. Currently it seems that Ubuntu has some problems with Pulseaudio and startx combination. If you decide to go with Alsa I certainly recommend remembering this. If you are using Ubuntu I would recommend using the LTS edition since there is less strange bugs that might come to your way while trying to get rid of Pulseaudio.

If you however do not want to remove Pulseaudio and you just want to blacklist a no good sound device then keep on reading as well. The blacklisting is still useful even if you use Pulseaudio. If you are an Alsa user then the following is more or less a must.

Blacklisting a sound device

Type as a root or a sudo inside a terminal:

   

nano /proc/asound/modules

Note: I prefer to use a text editor here but you can of course list the entries inside the file by just using a program called less or any other you prefer.

The command will open a text file with entries which might look like this:

   

0 snd_hda_intel

    1 snd_ca106

    2 snd_usb_audio

What we have here is a list of available sound devices

0 snd_hda_intel 

being the default one. Also do note that if you have a webcam it will show up on this file (in the above example: 2 snd_usb_audio ). You do not need to worry about the webcam since it does not have speaker qualities which in turn makes sure that it plays nicely with other devices.

In the above example we see two sound devices ca106 and hda_intel. As we want to use ca106 as a default sound provider we will blacklist the hda_intel out of the way. In a terminal as a root or a sudo:

   

nano /etc/modprobe.d/sound.blacklist.conf

Add the following entry to the file and then save and close it:

   blacklist snd_hda_intel

The above entry tells your system to ignore snd_hda_intel module and thus prevent the loading of the Intel sound card which in turn makes the ca106 the default device.

Note: you can by all means choose a different name for you blacklist file than sound.blacklist.conf as long as it is formatted as something.blacklist.conf . When you remove the blacklist file or erase entries from it the system will return to its previous state. Remember to always reboot your computer after the blacklisting or erasing something from the blacklists in order to see the actual results.

Why would you want to use Alsa?

Alsa has (based on my experience) proven to be far less resource hungry than Pulseaudio when it is running. One reason of course is also the fact that Pulseaudio dependencies take a lot more hard drive space than Alsa’s. The previously mentioned might be significant if you are using an older computer and you need caution against resource over usage.

One thing that I have found to be very useful when using Alsa is that with Alsa you can actually get more control out from your sound devices. If you happen to use Skype, for example, you will get a standard device label without any adjustment chances on Skype sound setup when using Pulseaudio. With Alsa you can however adjust your devices, for example, in a way that your speaker system will give you the phone ringing sound when at the same time your headset might be working as a microphone.

This entry was posted in Tips and tricks and tagged blacklist a sound card linux, blacklist sound device linux, blacklist.conf example linux, how to use modprobe.d to blacklist a sound device linux, howto blacklist a sound device on linux, Linux: alsa vs pulseaudio, ubuntu and alsa, use alsa instead of pulseaudio linux, why choose alsa instead of pulseaudio, why choose alsa rather than pulseaudio linux on July 28, 2013.

https://www.techtimejourney.net/tag/bla … ard-linux/

[My QasMixer on Devuan (Plasma DE in use at time of screenshot):

https://ibb.co/tJrmHBc ]

[UPDATED 01.11.2020 (or 11.01.2020 if you prefer)]

Some of the packages shown were already present - I made sure I installed all the libasound packages and ALSA tools of my choice in the screenshot below - PLEASE NOTE you need to have the packages shown present before attempting to remove Pulse Audio - if you try to remove Pulse Audio first it takes the system down with it. Aaaaaaarrrrrrrrrggggggghhhhh!) One of the crucial packages is the SB Awe FX emulation package.

https://ibb.co/6PrWHg0

#107 Other Issues » Accidentally caught close terminal whilst running gdebi-gtk » 2020-10-28 20:29:49

swarfendor437
Replies: 26

and consequently got a half-baked install of Virtual Box so I get continuous reminders of:

"E: The package virtualbox-6.1 needs to be reinstalled, but I can't find an archive for it."

Done a search, tried the rm -rf of the virtualbox folder in /var/lib/dpkg/info to no avail.

(Running Devuan Beowulf)

[Glad to be rid of Pulse Audio at last!]

Board footer

Forum Software