The officially official Devuan Forum!

You are not logged in.

#126 Re: Desktop and Multimedia » [SOLVED] Can't figure out how to play DVDs » 2023-05-22 22:55:18

Ron

So I installed VLC but it still didn't work. I found this page, and ran the two commands below "Get libdvdcss." Now it works. Thanks everyone for pointing me in the right direction.

#127 Desktop and Multimedia » [SOLVED] Can't figure out how to play DVDs » 2023-05-21 20:28:54

Ron
Replies: 9

As the subject line states, I can't figure out how to play DVDs. I am trying it using SMPlayer (I don't want to install another app if I can help it). The first thing I did was try every option under SMPlayer Preferences >> Drives >> Select your DVD device. None of them worked. Then I read on another forum to download libdvd-pkg, but that didn't help either. Is it impossible to play commercial DVDs on a Linux machine? I'm pretty sure I've done it before (maybe).

#128 Re: Hardware & System Configuration » [SOLVED] HP Color LaserJet CM1312 Multifunction Printer drivers » 2023-04-21 08:51:11

Ron

Do you have hplip and cups from the repositories installed?

Since you're new to the forums, let me ask, how much experience do you have with Linux?

#129 Re: Off-topic » Error in VirtualBox, hoping for help » 2023-04-03 20:50:24

Ron

First let me say "thanks" to those who offered advice and solutions. With that said, I really should have held off a while before making this post. I decided, instead of dealing with this issue, to just simply buy a cheap refurbished second computer from Amazon so I can use that "other" OS for the two apps that for me have no equivalent in Linux.

#130 Re: Off-topic » Error in VirtualBox, hoping for help » 2023-04-03 02:23:13

Ron
Altoid wrote:

It does not get any more "layman's" than that ...
A.

Look above your post, I got it working. smile

But it looks like crap.

#131 Re: Off-topic » Error in VirtualBox, hoping for help » 2023-04-03 01:50:27

Ron

Well, I got it working, had to enable Vt in the bios. But it looks like crap. I don't know if it's because my machine is old (I think it's over 10 years old) or what.

#132 Off-topic » Error in VirtualBox, hoping for help » 2023-04-03 01:07:40

Ron
Replies: 13

I just installed VirtualBox. I never used it before (and don't really know what I'm doing) and I'm getting an error. The error is:

VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED).
Result Code: NS_ERROR_FAILURE (0X80004005)
Component: ConsoleWrap
Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}

Can anybody tell me what this means in layman's English, and does anybody know what I need to do to fix this? If it matters, I'm trying to run Windows 7 as the guest.

Thanks.

#133 Re: Off-topic » How to exclude words in DDG etc. searches » 2023-03-27 09:17:10

Ron

I don't know much about this but maybe what you want works in the search engine Mojeek?

https://www.mojeek.com/

#134 Re: Hardware & System Configuration » [SOLVED] Lost sound, not sure if latest updates caused it » 2023-03-22 23:25:24

Ron

A reboot seems to have fixed the volume button problem. Thanks again for the fix.

#135 Re: Hardware & System Configuration » [SOLVED] Lost sound, not sure if latest updates caused it » 2023-03-22 23:00:49

Ron
fanderal wrote:

Welcome back. A year or so ago I used this post to enable a USB headset.

It works as far as now hearing the sound, so thanks for that, but, neither the volume control on the speakers nor the main system volume button works. I have to use the app's volume control to adjust volume. Is there anything that can be done to get these volume controls to work?

#136 Hardware & System Configuration » [SOLVED] Lost sound, not sure if latest updates caused it » 2023-03-22 02:04:59

Ron
Replies: 4

Greetings everyone. So I've been out of my country for about 10 months, without use of my computer. After arriving back, I installed all the updates for the last 10 months, and also had to buy some new computer speakers. I got inexpensive logitech which connects via USB. My problem is that I'm getting no sound. The speakers are being powered, so that's not the problem. The volume of the speakers are up, so that's not the problem either. I poked around in Sound Preferences but nothing I do there fixes the problem. Under the tab Output, it says Choose a device for sound output, and I see an option that says USB Audio, I check that, but it doesn't stick neither does it fix the sound. Do I need to buy a USB to audio 3.5 adapter?

Not sure if this is pertinent, but with my last pair of speakers, which had a 3.5mm audio jack, I was getting a popping sound, so someone gave me this fix below. Can this somehow be causing this problem?

Okay...I may have found an answer for your popping sound.

1. Open your terminal, and enter the following command as root (su or sudo). I'm assuming that you use Pluma as your text editor. If not, substitute Pluma with whatever text editor you do use.

sudo pluma /etc/modprobe.d/alsa.conf

Here's all that is in that file on my system, and I don't get the popping noise...

options snd_hda_intel index=1,0

2. This is the fix that a lot of people said worked for them. Add the following line to the alsa.conf file...

options snd-hda-intel power_save=0 power_save_controller=N

3. If that doesn't work for some reason, create another file in /etc/modprobe.d/ and name it...

alsa-base.conf

...and add that line in step 2 to that file.
I don't know if you'll need to reboot or not, but I'm guessing you may have to.
Good luck!

#137 Re: Installation » Why is only main repo is active in sources.list? » 2022-05-03 23:30:32

Ron
MiyoLinux wrote:

They look good to me Ron...

Thanks MiyoLinux.

#138 Re: Installation » Why is only main repo is active in sources.list? » 2022-05-03 22:52:30

Ron

I'm confused by this post. This is what my sources.list looks like. Do I need to remove any of the " #'s "? I have been getting security updates (at least for some things).

deb http://deb.devuan.org/merged/ chimaera main non-free contrib 
# deb-src http://deb.devuan.org/merged/ chimaera main non-free contrib 

deb http://deb.devuan.org/merged/ chimaera-security non-free contrib main 
# deb-src http://deb.devuan.org/merged/ chimaera-security non-free contrib main 

# chimaera-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.devuan.org/merged/ chimaera-updates main contrib non-free 
# deb-src http://deb.devuan.org/merged/ chimaera-updates main contrib non-free 

# chimaera-backports, previously on backports.debian.org
deb http://deb.devuan.org/merged/ chimaera-backports main contrib non-free 
# deb-src http://deb.devuan.org/merged/ chimaera-backports main contrib non-free 

#139 Re: Off-topic » Anybody here use swisscows email service? » 2022-03-20 20:17:09

Ron
LU344928 wrote:

I wonder how it compares with Protonmail.

That's my biggest wonder as Protonmail is what I currently use.

#140 Re: Off-topic » Anybody here use swisscows email service? » 2022-03-20 13:10:04

Ron

Thanks for checking it out. You created a new account just to check it out? That is above and beyond the call of duty.  smile

#141 Off-topic » Anybody here use swisscows email service? » 2022-03-19 21:04:23

Ron
Replies: 16

I'm thinking about switching my email. Does anybody here use swisscows? Thoughts on it? Thanks.

#142 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-26 16:36:14

Ron
Head_on_a_Stick wrote:

I think so, yes.

Great. I will mark as solved. Thanks once again HoaS for your help. Thanks also to aitor; your way did stop Synaptic from updating it.

#143 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-26 16:24:13

Ron
Head_on_a_Stick wrote:

Check

While waiting for your reply, I went ahead and deleted the preferences folder I created with that file in it, and kept the file you recommend in preferences.d, then rebooted. Synaptic is still showing the old version of sudoku I use as the latest version. I also checked apt update and apt policy gnome-sudoku and that checked out good also. So I guess all is well??

#144 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-26 15:45:40

Ron
Head_on_a_Stick wrote:

Looks good to me :-)

Great. Just one more thing. Now this is what I get in Synaptic. It shows the old version that I use as the latest version. Does this mean I can undo the first thing I did earlier? Or should I just leave well enough alone?

3FqbeUG.jpg

#145 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-26 15:34:34

Ron

I added the file you said. I changed the version from what you wrote to this 1:3.22.2-1 because this is the version I'm using. I ran the commands and this is what happened:

ron@ron:~$ sudo apt update
[sudo] password for ron: 
Hit:1 http://deb.devuan.org/merged chimaera InRelease
Get:2 http://deb.devuan.org/merged chimaera-security InRelease [21.5 kB]
Hit:3 http://deb.devuan.org/merged chimaera-updates InRelease
Hit:4 http://deb.devuan.org/merged chimaera-backports InRelease
Fetched 21.5 kB in 3s (7,144 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
ron@ron:~$ apt policy gnome-sudoku
gnome-sudoku:
  Installed: 1:3.22.2-1
  Candidate: 1:3.22.2-1
  Version table:
     1:3.38.0-1 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages
 *** 1:3.22.2-1 501
        100 /var/lib/dpkg/statu

Is everything now correct?

#146 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-26 15:19:26

Ron
Head_on_a_Stick wrote:

There is no pinning for that package. If you run apt update followed by apt list --upgradable I think gnome-sudoku will still be marked for upgrade to the chimaera version.

I only update via Synaptic, and here's what happens in it. It doesn't get updated. But are you saying if I do an update via the terminal it will get updated?

t6RbZ8n.jpg

This is what I got from your commands:

ron@ron:~$ sudo apt update
[sudo] password for ron: 
Hit:1 http://deb.devuan.org/merged chimaera InRelease
Get:2 http://deb.devuan.org/merged chimaera-security InRelease [21.5 kB]
Hit:3 http://deb.devuan.org/merged chimaera-updates InRelease
Hit:4 http://deb.devuan.org/merged chimaera-backports InRelease
Fetched 21.5 kB in 2s (9,148 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
ron@ron:~$ apt list --upgradable
Listing... Done
gnome-sudoku/stable 1:3.38.0-1 amd64 [upgradable from: 1:3.22.2-1]
N: There is 1 additional version. Please use the '-a' switch to see it

#147 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-26 14:14:44

Ron
Head_on_a_Stick wrote:

Either location should work.

Check the pinning with

apt policy
apt policy gnome-sudoku

I would consider running the program from a chroot because pinning makes me nervous but that would take significantly more disk space.

Here's the output:

$ apt policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 100 http://deb.devuan.org/merged chimaera-backports/non-free amd64 Packages
     release v=4.0,o=Devuan Backports,a=stable-backports,n=chimaera-backports,l=Devuan Backports,c=non-free,b=amd64
     origin deb.devuan.org
 100 http://deb.devuan.org/merged chimaera-backports/contrib amd64 Packages
     release v=4.0,o=Devuan Backports,a=stable-backports,n=chimaera-backports,l=Devuan Backports,c=contrib,b=amd64
     origin deb.devuan.org
 100 http://deb.devuan.org/merged chimaera-backports/main amd64 Packages
     release v=4.0,o=Devuan Backports,a=stable-backports,n=chimaera-backports,l=Devuan Backports,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera-updates/main amd64 Packages
     release v=4.0.0,o=Devuan,a=stable-updates,n=chimaera-updates,l=Devuan,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera-security/main amd64 Packages
     release v=4.0,o=Devuan,a=stable-security,n=chimaera-security,l=Devuan-Security,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/contrib amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=contrib,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/non-free amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=non-free,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/main amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=main,b=amd64
     origin deb.devuan.org
Pinned packages:
     refractainstaller-base -> 9.5.6 with priority 1001
     refractainstaller-gui -> 9.5.6 with priority 1001

and

$ apt policy gnome-sudoku
gnome-sudoku:
  Installed: 1:3.22.2-1
  Candidate: 1:3.38.0-1
  Version table:
     1:3.38.0-1 500
        500 http://deb.devuan.org/merged chimaera/main amd64 Packages
 *** 1:3.22.2-1 100
        100 /var/lib/dpkg/status

Why does pinning make you nervous? My concern is just to be sure that nothing else gets blocked from updating.

#148 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-25 23:43:42

Ron
aitor wrote:

I forgot the extension. So, you don't need to create any additional folder, because /etc/apt/preferences.d is the right place to edit the file.

Well everything seems to be working right. I had some updates today, and sudoku was marked as not to be upgraded. Everything else updated okay. Should I just leave well enough alone, or put that file in preferences.d and delete the preferences folder I created?

#149 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-24 23:26:45

Ron

It appears to have worked. Thanks, to both of you.

BTW, there was no "preferences" folder in /etc/apt, so I created one. Is that normal? There is a "preferences.d" folder.

#150 Re: Other Issues » [SOLVED] Getting "Lock Version" in Synaptic to work » 2022-02-24 16:57:15

Ron

I update via Synaptic, never from the terminal, so I don't see how this applies to me? I want Synaptic to not update sudoku, which is what I thought Lock Version was supposed to do. In Synaptic is there a way to pick and choose from among the list of updates that are presented (when there are updates)?

Board footer

Forum Software