Search found 8 matches

by alexndr
Fri Nov 08, 2024 8:19 pm
Forum: Commodore OS and Linux Software
Topic: Getting Commodore OS to speak to you
Replies: 3
Views: 268

Re: Feedback, Booting and Screen Blanking.

I just added following command as "Startup application" ..

Code: Select all

espeak "Greetings professor Falken. Shall we play a game?"
Feels like it's a good fit.
by alexndr
Fri Nov 08, 2024 8:10 pm
Forum: Commodore OS and Linux Software
Topic: Getting Commodore OS to speak to you
Replies: 3
Views: 268

Re: Feedback, Booting and Screen Blanking.

There is a speech reader included in commodore OS likely from Amiga files. What is the program name and can it be used to read files/ebooks/pdfs? If you refer to the speech reader used by the menu option to update to latest linux kernel it seems to be called "espeak". espeak [options] [&q...
by alexndr
Thu Nov 07, 2024 2:32 pm
Forum: Commodore OS and Linux Software
Topic: Nvidia driver issues
Replies: 25
Views: 3126

Re: Nvidia driver issues

You're kidding. :shock: We have to downgrade the kernel for compatibility? :o I couldn't install the required Linux headers for 6.11.5 due to the already mentioned dependency issue. There may be other, more recent kernels available, or it might be possible to resolve the dependency issue in some wa...
by alexndr
Wed Nov 06, 2024 3:14 pm
Forum: Commodore OS and Linux Software
Topic: Nvidia driver issues
Replies: 25
Views: 3126

Re: Nvidia driver issues

Downgrading to kernel version 5.10.0-33-amd64 solved it for me. From what I can understand the issues with latest kernel is related to the missing linux-header dependency. I'm kind of new to the entire Linux package management thing though so I might be missing something here.
by alexndr
Mon Nov 04, 2024 4:36 pm
Forum: Commodore OS and Linux Software
Topic: Nvidia driver issues
Replies: 25
Views: 3126

Re: Commodore OS and Nvidia Geforce GTX 1060 Mobile / Drivers

Trying the obvious: sudo apt-get install linux-headers-6.11.5-amd64 gives me: Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the u...
by alexndr
Mon Nov 04, 2024 2:38 pm
Forum: Commodore OS and Linux Software
Topic: Nvidia driver issues
Replies: 25
Views: 3126

Re: Commodore OS and Nvidia Geforce GTX 1060 Mobile / Drivers

I noticed this message during the driver installation. I'm not sure if its related.
Loading new nvidia-current-470.256.02 DKMS files...
Building for 6.11.5-amd64
Module build for kernel 6.11.5-amd64 was skipped since the
kernel headers for this kernel does not seem to be installed.
by alexndr
Mon Nov 04, 2024 1:23 pm
Forum: Commodore OS and Linux Software
Topic: Nvidia driver issues
Replies: 25
Views: 3126

Re: Commodore OS and Nvidia Geforce GTX 1060 Mobile / Drivers

sudo modprobe nvidia gives me: modprobe: FATAL: Module nvidia-current not found in directory /lib/modules/6.11.5-amd64 mpdprobe: ERROR: ../libkmod/libkmod-module.c:980 command_do() Error running install command 'modprobe -n nvidia-current ' for module nvidia: retcode 1 modprobe: ERROR: could not in...
by alexndr
Mon Nov 04, 2024 10:18 am
Forum: Commodore OS and Linux Software
Topic: Nvidia driver issues
Replies: 25
Views: 3126

Commodore OS and Nvidia Geforce GTX 1060 Mobile / Drivers

I'm trying to install drivers for Nvidia GTX 1060 Mobile (Optimus mode) using "Nvidia driver installer". Installation seems to succeed but running nvidia-settings command after reboot I get: "ERROR: NVIDIA driver is not loaded ERROR: Unable to load info from any available system"...