Tiny Core Base > Corepure64

:( no sound ): "Realtek ALC887-VD" what should I do !?

<< < (2/9) > >>

labeas:
My elCheapo W10 laptop lacks an audio driver, although the manual
describes using sound.

-> aplay -l == no aplay
-> dmesg | grep udio == ACPI: Added _OSI(Linux-Lenovo--NV-HDMI-Audio)

How can I install sound under TC64 ?

==TIA.

Juanito:
To get hdmi sound on my laptop, I need to load the following extensions in this order:

graphics-KERNEL
Xorg-7.7
alsa-config
alsa

labeas:
>> How can I install sound under TC64 ?
Reply ==
To get hdmi sound on my laptop, I need to load the following extensions in this order:

graphics-KERNEL
Xorg-7.7
alsa-config
alsa
===================
I'm guessing the dependecy-chain is:-
 code to determine existing AudioHarware ==...
 code to determine existing or neded firmware ==...
Then perhaps:
 alsa-config , alsa

? where/why does Xorg* fit in ?
How to do this for TCpure64 Vers10 which has no own InetConnection yet?


xor:

--- Quote from: Juanito on May 09, 2019, 08:50:08 AM ---It looks like you have the same problem as I do - i.e. you'd like to use analogue sound, but hdmi comes up as the default.

There is a further problem that if the alsa extension is loaded before hdmi is enabled, then sound will not work.

To make things work, load the following extensions in the order they appear below:
--- Code: ---$ tce-load -i graphics-KERNEL Xorg-7.7 alsa-config alsa
$ speaker-test -Ddefault:1 -c2 -t wav -l1 [to test]
--- End code ---

--- End quote ---


--- Code: ---tc@box:~$ tce-load -wi graphics-4.19.10-tinycore64 Xorg-7.7 xf86-video-ati firmware-radeon flwm wbar aterm alsa alsa-config
graphics-4.19.10-tinycore64 is already installed!
Xorg-7.7 is already installed!
xf86-video-ati is already installed!
firmware-radeon is already installed!
flwm is already installed!
wbar is already installed!
aterm is already installed!
alsa is already installed!
alsa-config is already installed!

--- End code ---


--- Code: ---tc@box:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 0: ALC887-VD Analog [ALC887-VD Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 1: ALC887-VD Digital [ALC887-VD Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
--- End code ---

I still couldn't solve the problem!
the problem continues!
what should i do now
please write the commands that need to be entered!

I want to get sound from analog input

Juanito:
As stated, you need to load alsa-config before alsa, so your commands should be:
--- Code: ---$ tce-load -i graphics-KERNEL alsa-config Xorg-7.7 xf86-video-ati firmware-radeon flwm wbar aterm alsa
$ speaker-test -Ddefault:1 -c2 -t wav -l1
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version