Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 533  / 3 Years ago, tue, july 6, 2021, 11:29:51

So I'm trying to update my sound card driver but I need to compile first.



After entering the sudo make command, I run into errors, missing files, etc.



See link.
Terminal_Lines



I've installed the build-essentials with the following command:



sudo apt-get install linux-headers-$(uname -r) build-essential



Apparently I'm missing something but don't know what. Suggestions?


More From » 11.10

 Answers
1

A few things to note:




  1. It seems you are tryimg to install a driver last updated in 2008, which would be written for Linux kernel version 2.6 on a Linux 3.0 system. This will very likely not work.

  2. Practically all source tarballs you download have a configure script you should run befire running make, was there one and did you?

  3. Some googling tells me that the card is supported in ALSA, so compiling and installing manually should not be needed.

  4. If you have working, but bad sound, some people seem to be happier after switching to OSS4 and doing away with PulseAudio.


[#40154] Wednesday, July 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowstonnequ

Total Points: 279
Total Questions: 125
Total Answers: 123

Location: Finland
Member since Sun, Dec 5, 2021
2 Years ago
lowstonnequ questions
Wed, Oct 26, 22, 14:40, 2 Years ago
Tue, Feb 28, 23, 01:39, 1 Year ago
Wed, Dec 1, 21, 23:44, 2 Years ago
Thu, Apr 21, 22, 13:13, 2 Years ago
;