LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-28-2024, 09:07 PM   #1
wjc
LQ Newbie
 
Registered: Jun 2022
Posts: 9

Rep: Reputation: 0
Sound not working on ASUS Eee PC 1000H on Q4OS (Debian derivative)


Hi there,

I'm pretty sure previously sound was working previously a while ago on ASUS Eee PC 1000H with Q4OS (based on debian bookworm). I've installed the 32 bit version of Q4OS and I reinstalled it.

I'm getting no sound apart from crackles occurring at both high load or when I press play

Based on this website, I have grabbed some info to aid troubleshooting...

https://forums.linuxmint.com/viewtopic.php?t=336087

curl https://gitlab.freedesktop.org/pulse...o?inline=false | bash | nc termbin.com 9999

https://termbin.com/3n6o

https://unix.stackexchange.com/quest...ways-suspended

Edited /etc/pulse/default.pa file based on above URL

https://termbin.com/u2k0

Thanks

Last edited by wjc; 04-28-2024 at 09:08 PM.
 
Old 04-28-2024, 09:11 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,357
Blog Entries: 28

Rep: Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148
What is the audio chipset?

You can find this information with the command lspci issued in a terminal. You may have to issue the command as root.
 
Old 04-28-2024, 09:40 PM   #3
wjc
LQ Newbie
 
Registered: Jun 2022
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by frankbell View Post
What is the audio chipset?

You can find this information with the command lspci issued in a terminal. You may have to issue the command as root.
https://termbin.com/g8fj

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
 
Old 04-28-2024, 09:47 PM   #4
wjc
LQ Newbie
 
Registered: Jun 2022
Posts: 9

Original Poster
Rep: Reputation: 0
Also just done
Code:
inxi -ACS
https://termbin.com/pjzq

After doing a search - I have found posts relating to bookworm installing 2 sound servers but I'm not sure this is what is happening.
 
Old 04-28-2024, 09:54 PM   #5
wjc
LQ Newbie
 
Registered: Jun 2022
Posts: 9

Original Poster
Rep: Reputation: 0
Looked at these forum posts https://forums.debian.net/viewtopic.php?t=157704

Have done
Code:
sudo inxi -Fxxxrz
https://termbin.com/uq8d

I'm sure I was using a program in WINE previously when the sound worked. (I think I didn't realise computer supported 64 bit but because it previously worked with WINE the 32 bit Q4OS - I reinstalled 32 bit Q4OS)
 
Old 04-29-2024, 03:24 AM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,143
Blog Entries: 21

Rep: Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481
Code:
Audio:
  Device-1: Intel NM10/ICH7 Family High Definition Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:27d8
    class-ID: 0403
  API: ALSA v: k6.1.0-13-686-pae status: kernel-api
  Server-1: PulseAudio v: 16.1 status: active (root, process)
Might type alsamixer in terminal. Change F6 choice of chip used from default to intel. Hit F5. Check to see what is muted first.
Might get lucky.
 
Old 04-29-2024, 08:15 PM   #7
wjc
LQ Newbie
 
Registered: Jun 2022
Posts: 9

Original Poster
Rep: Reputation: 0
Hi there, didn't work

I have done aplay -l

Here's the output https://termbin.com/qyzj

It's showing Subdevices: 0/1

Is this is why it is not working?
 
Old 04-29-2024, 09:26 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,143
Blog Entries: 21

Rep: Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
Aplay Just reinforces whay I cut and pasted from your inxi report, Showing intel as your audio chip.

I get sound using intel.
Code:
$ inxi -A
Audio:
  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio
    driver: snd_hda_intel
  Device-2: Intel 8 Series/C220 Series High Definition Audio
    driver: snd_hda_intel
  API: ALSA v: k6.3.0-2mx-ahs-amd64 status: kernel-api
  Server-1: PipeWire v: 1.0.0 status: active
I don't run your operating system though to tell you what might be turned off. Sound can be tough to trouble shoot. Took me weeks to get sound working on my
Dell ll chromebook antiX 23.1 install with all the choices of using pipewire or pulseaudio, Lot's of experimentation and setting changes.
That was why I said. "Might get Lucky"

 
  


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
Asus Eee 1000H Eeebuntu 3.0.1 won't authenticate/connect wifi network jybravo71 Linux - Laptop and Netbook 1 04-14-2011 11:40 AM
Asus Eee 1000H - Which Ubuntu, eeebuntu 3.01 or Ubuntu 9.1? jybravo71 Linux - Laptop and Netbook 1 04-07-2011 06:59 AM
Can't get bootable USB to work on Asus Eee 1000H (.img works, but not .iso) Zarniwoop79 Linux - Laptop and Netbook 1 09-30-2009 05:02 PM
LXer: Asus Eee PC 1000H finally lands down under. Cool! LXer Syndicated Linux News 0 07-19-2008 05:30 PM
LXer: New Asus Eee PC 901 with Atom due late June, but where is the Eee 1000H? LXer Syndicated Linux News 0 06-20-2008 04:20 AM

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

All times are GMT -5. The time now is 04:36 PM.

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