LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-30-2023, 10:30 PM   #1
fpp
LQ Newbie
 
Registered: Apr 2023
Posts: 9

Rep: Reputation: 0
ALC861-VD modern GNU/Linux?


I have an HP Pavilion dv6847us that I plan to use with any kind of "recent" GNU/Linux. I say "recent" meaning not older than 5 or 6 years, since I dont want to be fiddling to much for programs to work out of the box.
Up until now, I've been able to get Wi-Fi and GPU working properly on Linux Mint 20.3 "Una" (xfce), with the propietary drivers and such. The only thing I'm having issues with, is audio. After some research, I've been able to find that this laptop has the Realtek ALC861-VD-GR audio chip. And this was because I found the Service manual, because nor
Code:
inxi -Axxx
or
Code:
aplay -l
showed any useful info:
Code:
fpp@FPP-dv6000:~$ inxi -Axxx
Audio:
  Message: No Device data found. 
fpp@FPP-dv6000:~$ aplay -l
aplay: device_list:276: no soundcards found...
Is there anything I can try to get my audio working?

Code:
fpp@FPP-dv6000:~$ inxi -Frzxxx
System:
  Kernel: 5.4.0-147-generic x86_64 bits: 64 compiler: gcc v: 9.4.0 
  Desktop: Xfce 4.16.0 tk: Gtk 3.24.20 info: xfce4-panel wm: xfwm4 
  dm: LightDM 1.30.0 Distro: Linux Mint 20.3 Una base: Ubuntu 20.04 focal 
Machine:
  Type: Laptop System: Hewlett-Packard 
  product: HP Pavilion dv6700 Notebook PC v: Rev 1 serial: <filter> 
  Chassis: Quanta type: 10 serial: <filter> 
  Mobo: Quanta model: 30CF v: 85.26 serial: <filter> BIOS: Hewlett-Packard 
  v: F.34 date: 03/22/2011 
Battery:
  ID-1: BAT0 charge: 29.7 Wh condition: 29.7/55.1 Wh (54%) volts: 12.5/10.8 
  model: Hewlett-Packard Primary type: Li-ion serial: <filter> status: Full 
CPU:
  Topology: Dual Core model: AMD Turion 64 X2 Mobile TL-60 bits: 64 
  type: MCP arch: K8 rev.F+ rev: 2 L2 cache: 1024 KiB 
  flags: lm nx pae sse sse2 sse3 svm bogomips: 8000 
  Speed: 800 MHz min/max: 800/2000 MHz Core speeds (MHz): 1: 800 2: 800 
Graphics:
  Device-1: NVIDIA C67 [GeForce 7150M / nForce 630M] vendor: Hewlett-Packard 
  driver: nvidia v: 304.137 bus ID: 00:12.0 chip ID: 10de:0531 
  Display: x11 server: X.Org 1.19.6 driver: nvidia compositor: compton 
  v: 0.1~beta2+20150922 resolution: 1280x800~60Hz 
  OpenGL: renderer: GeForce 7150M / nForce 630M/integrated/SSE2 
  v: 2.1.2 NVIDIA 304.137 direct render: Yes 
Audio:
  Message: No Device data found. 
Network:
  Device-1: NVIDIA MCP67 Ethernet vendor: Hewlett-Packard driver: forcedeth 
  v: kernel port: 30f8 bus ID: 00:0a.0 chip ID: 10de:054c 
  IF: enp0s10 state: down mac: <filter> 
  Device-2: Broadcom and subsidiaries BCM4321 802.11a/b/g/n 
  vendor: Hewlett-Packard driver: b43-pci-bridge v: N/A port: 30f8 
  bus ID: 03:00.0 chip ID: 14e4:4328 
  IF-ID-1: wlan0 state: up mac: <filter> 
Drives:
  Local Storage: total: 163.48 GiB used: 18.48 GiB (11.3%) 
  ID-1: /dev/sda vendor: Hitachi model: HTS542516K9SA00 size: 149.05 GiB 
  speed: 1.5 Gb/s serial: <filter> rev: C32P scheme: MBR 
  ID-2: /dev/sdb type: USB vendor: Verbatim model: STORE N GO 
  size: 14.43 GiB serial: <filter> rev: PMAP scheme: MBR 
Partition:
  ID-1: / size: 145.16 GiB used: 18.48 GiB (12.7%) fs: ext4 dev: /dev/sda5 
Sensors:
  System Temperatures: cpu: 51.0 C mobo: N/A gpu: nvidia temp: 64 C 
  Fan Speeds (RPM): N/A 
Repos:
  No active apt repos in: /etc/apt/sources.list 
  Active apt repos in: /etc/apt/sources.list.d/gezakovacs-ppa-focal.list 
  1: deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu focal main
  Active apt repos in: /etc/apt/sources.list.d/google-chrome.list 
  1: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
  Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
  1: deb https://mint.zero.com.ar/mintpackages una main upstream import backport
  2: deb http://ubuntu.unc.edu.ar/ubuntu focal main restricted universe multiverse
  3: deb http://ubuntu.unc.edu.ar/ubuntu focal-updates main restricted universe multiverse
  4: deb http://ubuntu.unc.edu.ar/ubuntu focal-backports main restricted universe multiverse
  5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
  6: deb http://archive.canonical.com/ubuntu/ focal partner
Info:
  Processes: 197 Uptime: 37m Memory: 2.79 GiB used: 1.25 GiB (44.8%) 
  Init: systemd v: 245 runlevel: 5 Compilers: gcc: 9.4.0 alt: 9 Shell: bash 
  v: 5.0.17 running in: xfce4-terminal inxi: 3.0.38
 
Old 05-01-2023, 10:35 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,987
Blog Entries: 33

Rep: Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470
fpp,

Welcome to LQ forums.

Linux driver for ALC861-VD available from:
https://www.hwdrivers.com/drivers/00...l=alc861-vd-gr


Open and extract RAR files in Linux:
https://www.tecmint.com/how-to-open-...iles-in-linux/
 
1 members found this post helpful.
Old 05-01-2023, 01:31 PM   #3
fpp
LQ Newbie
 
Registered: Apr 2023
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by beachboy2 View Post
fpp,

Welcome to LQ forums.

Linux driver for ALC861-VD available from:
https://www.hwdrivers.com/drivers/00...l=alc861-vd-gr


Open and extract RAR files in Linux:
https://www.tecmint.com/how-to-open-...iles-in-linux/
Cool, thanks!
Just downloaded driver and began to build it. I'm using the "latest"(?) version of the driver (5.17). I read through the PDF and readme.txt with the build instructions. I had some issues with the "version.h" file not being in the specified directory, so I ran this:
Code:
sudo ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/version.h
and it fixed the error:
https://pastebin.pl/view/004a2d2b
./configure ran with no errors.
Now, with make. I had to run sudo make, otherwise it would give me permission errors. Also, it seems that there is a missing file called "relocs_32.c", and that stops the build:
https://pastebin.pl/view/ff682265
After searching for a bit, I found that I had to modify the makefile. I had to look for a "SUBDIRS=$" and change it for "M=$". That seemd to work, until more errors appeared:
https://pastebin.pl/view/2c4f9380
These seem to be way to specific, so I dont know if searching will help me... Thats what I did so far. I will try with the previous driver release
 
Old 05-04-2023, 06:13 AM   #4
fpp
LQ Newbie
 
Registered: Apr 2023
Posts: 9

Original Poster
Rep: Reputation: 0
The issue magically got solved after installing windows and the audio drivers... weird
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI HDA Audio ALC861 codec and alsa on slackware ulukaj Linux - Laptop and Netbook 0 01-04-2008 03:17 AM
[SOLVED] No sound -- 2.6.21/2 and ALSA (ATI SB450 HD audio/ Realtek ALC861 on Toshiba) kaz2100 Debian 5 10-23-2007 06:48 PM
ALC861 sound problem, aplay device busy with ESD CSniper Debian 0 10-13-2007 08:38 AM
sound not working cm8738 or ALC861 leadsling Mandriva 3 07-18-2007 07:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration