You are not logged in.
Pages: 1
Updated to the latest kernel and sound has disappeared.
I have alsa and pulsaudio installed for firefox and it was working with the last kernel.
I have tried all the solutions I could find but none have worked.
Here is the link to my ALSA info:
http://www.alsa-project.org/db/?f=5a921c8c73b26c8c8c8bacdd9cfb845077e22c19
Offline
Hi,
You may only use Alsa and not Pulseaudio, because Alsa is default when you install SliTaz …
For Firefox you may use apulse (Pulseaudio emulation for Alsa).
http://forum.slitaz.org/topic/firefox-520-audio-requires-pulseaudio#post-44431
[c]tazpkg -gi apulse[/c]
[c]sed -i 's/Exec=firefox-official %u/Exec=\/usr\/bin\/apulse firefox-official %u/' /usr/share/applications/firefox-official.desktop[/c]
It simply worked from FF52 to 58.
But for FF59, we have to modify some strings in [c]about:config[/c] :
[c]security.sandbox.content.write_path[/c] add [c]/dev/snd/[/c] (don't forget / after snd)
and
[c]security.sandbox.content.syscall_whitelist[/c] add [c]54[/c] (for x86 or ARM) or [c]16[/c] (for x86-64)
as reconnanded here : https://github.com/i-rinat/apulse#access-errors-in-do_connect_pcm
Offline
Thanks for reply alex .... I tried what you have said and still no sound ... 
This has only happened since upgrading to 3.16.55.
Even though my Slitaz shows as up to date I checked for upgrades and there were 8 "new build" packages including sound:
[attachment=46055,2627]
So my hopes were up but then after installing the new packages I could not reboot so had to fall back to previous.gz
Any other suggestions would be well appreciated.
Offline
1) Check if Internal modem is enabled in BIOS : it looks stupid, but sometimes …
2) Two years ago, i had a HP zv5404EA with rolling : to get sound working, i had to replace [c]alsamixer[/c] by [c]pnmixer[/c] .
[c]tazpkg get-install pnmixer[/c]
remove [c]alsamixer[/c] from lxpanel
[c]nano /etc/xdg/autostart/pnmixer.desktop[/c]
[Desktop Entry]
Type=Application
Exec=pnmixer
Name[fr_FR@euro]=pnmixer.desktop
3) I saw it's Intel HDA sound card with Realtek chip "AD1984A" :
Try with [c]options snd-hda-intel model=mobile[/c] in [c]/etc/modprobe.d/alsa-base.conf[/c] .
4) You mentionned a reboot issue : maybe a problem with ACPI.
For info, in my LUG, I have two variants of HP Compaq 6730b with AMD Sempron / Turion64 x2 CPUs, with boot/halt issues and noisy CPU-fan : to get them working properly with Debian Jessie/Stretch (kernel 3.16.0.5 to 4.x), I had to add [c]nolapic[/c] at GRUB_CMDLINE_LINUX_DEFAULT= in [c]/etc/default/grub[/c] .
5) I advice you to update your BIOS, if it's not last version, and if if you are a bit familiar with that.
There are several variants of 6730b with diffrent motherboards : to get correct BIOS version, search with real model name "67xxb" or with part number p/n: on the Service Tag under laptop.
If BIOS doesn't have flashroom for update, you'll find a tool or smth. that create a FreeDOS USB bootdisk.
Offline
the update was quite big - please try with last rolling ios, if you have sound or not
Offline
@kultex ... by "last rolling ios" do you mean the latest weekly rolling iso?
Offline
yes
Offline
Latest iso didn't work ... and also noticed my usb3 hard drive doesn't work either with it.
So with the latest I have:
No sound
Restricted video resolution (noticed that the there was an error while booting and the i915 module would not load properly) I tried manually but could not do it.
Some of my usb3 devices are not recognised
Everything worked fine before the kernel change to 3.16.55
I still have the old kernel ... Is there somewhere I can download the old kernel modules from so I can easily get back to full functionality?
Offline
support for 3.2 will end soon - so this is not really an option
https://www.kernel.org/category/releases.html
did you try this?
http://forum.slitaz.org/topic/sound-hp-netbook-model-5103
Offline
@kultex ... just tried what you have suggested and it didn't work ... 
This latest "upgrade" has been a major downgrade for me ... I've spent ages trying to fix it now and don't seem to be getting anywhere ... 
Offline
sorry my time in spring is very limited...
maybe there are some problems with 3.16 kernel
can you try to boot
http://mirror1.slitaz.org/iso/next/slitaz-next-170930.iso
if your sound works, then
post the output of lsmod from next and from your system
and also post the output of lspci -nn
Offline
Ok kultex ... here are my outputs from the broken upgrade:
[c]root@slitaz:/home/tux# lsmod
Module Size Used by
ipv6 206675 21
snd_hda_codec_analog 6293 1
snd_hda_codec_generic 33605 1 snd_hda_codec_analog
ppdev 4114 0
mt7601Usta 593301 1
tg3 118076 0
ptp 7230 1 tg3
parport_pc 14445 0
pps_core 4849 1 ptp
libphy 16340 1 tg3
hwmon 1829 1 tg3
parport 21391 2 ppdev,parport_pc
wmi 5691 0
snd_hda_intel 14895 1
snd_hda_controller 11942 1 snd_hda_intel
snd_hda_codec 56018 4 snd_hda_codec_generic,snd_hda_intel,snd_hda_controller,snd_hda_codec_analog
snd_hwdep 4011 1 snd_hda_codec
snd_pcm 49568 3 snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer 14145 1 snd_pcm
snd 35730 8 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
soundcore 3150 2 snd,snd_hda_codec
intel_agp 7704 0
i915 561626 3
button 3249 1 i915
video 10711 1 i915
i2c_algo_bit 3651 1 i915
drm_kms_helper 23574 1 i915
drm 161333 5 i915,drm_kms_helper
intel_gtt 8282 2 i915,intel_agp
agpgart 17579 3 drm,intel_agp,intel_gtt
i2c_core 14604 4 drm,i915,drm_kms_helper,i2c_algo_bit[/c]
root@slitaz:/home/tux# lspci -nn
00:00.0 Class 0600: 8086:2a40
00:02.0 Class 0300: 8086:2a42
00:02.1 Class 0380: 8086:2a43
00:1a.0 Class 0c03: 8086:2937
00:1a.1 Class 0c03: 8086:2938
00:1a.2 Class 0c03: 8086:2939
00:1a.7 Class 0c03: 8086:293c
00:1b.0 Class 0403: 8086:293e
00:1c.0 Class 0604: 8086:2940
00:1c.2 Class 0604: 8086:2944
00:1c.4 Class 0604: 8086:2948
00:1c.5 Class 0604: 8086:294a
00:1d.0 Class 0c03: 8086:2934
00:1d.1 Class 0c03: 8086:2935
00:1d.2 Class 0c03: 8086:2936
00:1d.7 Class 0c03: 8086:293a
00:1e.0 Class 0604: 8086:2448
00:1f.0 Class 0601: 8086:2919
00:1f.2 Class 0101: 8086:2928
00:1f.5 Class 0101: 8086:292d
84:00.0 Class 0200: 14e4:1693
85:02.0 Class 0c00: 11c1:5811
Offline
Sound did not work in next
... here are the outputs from the commands:
root@slitaz:/home/tux# lsmod
Module Size Used by
ccm 6079 2
ipv6 228469 19
snd_hda_codec_analog 7099 1
snd_hda_codec_generic 38243 1 snd_hda_codec_analog
mt7601u 40768 0
hp_wmi 5025 0
sparse_keymap 2056 1 hp_wmi
ppdev 4868 0
mac80211 298723 1 mt7601u
snd_hda_intel 17224 1
snd_hda_codec 61479 3 snd_hda_intel,snd_hda_codec_analog,snd_hda_codec_generic
cfg80211 164240 2 mac80211,mt7601u
snd_hda_core 33386 4 snd_hda_intel,snd_hda_codec,snd_hda_codec_analog,snd_hda_codec_generic
i915 862359 2
tg3 117197 0
snd_hwdep 3925 1 snd_hda_codec
snd_pcm 50902 3 snd_hda_intel,snd_hda_codec,snd_hda_core
ptp 7810 1 tg3
pps_core 4674 1 ptp
libphy 21773 1 tg3
snd_timer 13140 1 snd_pcm
snd 36602 9 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_hda_codec_analog,snd_timer,snd_hda_codec_generic,snd_pcm
soundcore 3395 1 snd
i2c_algo_bit 3814 1 i915
drm_kms_helper 80539 1 i915
syscopyarea 2478 1 drm_kms_helper
sysfillrect 2554 1 drm_kms_helper
sysimgblt 1839 1 drm_kms_helper
fb_sys_fops 970 1 drm_kms_helper
drm 195521 4 i915,drm_kms_helper
i2c_core 19683 4 i2c_algo_bit,i915,drm_kms_helper,drm
fan 3138 0
intel_agp 7647 0
intel_gtt 8676 2 intel_agp,i915
thermal 6939 0
agpgart 17971 3 intel_agp,intel_gtt,drm
parport_pc 14890 0
hp_accel 15970 0
lis3lv02d 10139 1 hp_accel
fjes 15545 0
wmi 5352 1 hp_wmi
battery 5914 0
ac 2839 0
acpi_cpufreq 5932 1
root@slitaz:/home/tux# lspci -nn
00:1f.5 Class 0101: 8086:292d
00:1e.0 Class 0604: 8086:2448
00:00.0 Class 0600: 8086:2a40
00:1a.2 Class 0c03: 8086:2939
00:1d.2 Class 0c03: 8086:2936
00:1a.0 Class 0c03: 8086:2937
84:00.0 Class 0200: 14e4:1693
00:1d.0 Class 0c03: 8086:2934
00:1a.7 Class 0c03: 8086:293c
00:1c.4 Class 0604: 8086:2948
00:02.0 Class 0300: 8086:2a42
00:1d.7 Class 0c03: 8086:293a
85:02.0 Class 0c00: 11c1:5811
00:1c.2 Class 0604: 8086:2944
00:1f.2 Class 0101: 8086:2928
00:1c.0 Class 0604: 8086:2940
00:1a.1 Class 0c03: 8086:2938
00:1f.0 Class 0601: 8086:2919
00:1d.1 Class 0c03: 8086:2935
00:1c.5 Class 0604: 8086:294a
00:02.1 Class 0380: 8086:2a43
00:1b.0 Class 0403: 8086:293e
Offline
modules are looking ok in both - so here it seems no to be the problem
check alsamixer and amixer, if any values are switched off
http://forum.slitaz.org/topic/no-sound
Offline
Everything in alsamixer looks ok ... although I'm not sure what problems I should be looking for.
Here is the amixer contents:
tux@slitaz:~$ amixer contents
numid=31,iface=CARD,name='Front Headphone Jack'
; type=BOOLEAN,access=r-------,values=1
: values=off
numid=28,iface=CARD,name='Front Mic Jack'
; type=BOOLEAN,access=r-------,values=1
: values=off
numid=27,iface=CARD,name='Internal Mic Phantom Jack'
; type=BOOLEAN,access=r-------,values=1
: values=on
numid=29,iface=CARD,name='Line Jack'
; type=BOOLEAN,access=r-------,values=1
: values=off
numid=30,iface=CARD,name='Line Out Jack'
; type=BOOLEAN,access=r-------,values=1
: values=off
numid=32,iface=CARD,name='Speaker Phantom Jack'
; type=BOOLEAN,access=r-------,values=1
: values=on
numid=26,iface=MIXER,name='Master Playback Switch'
; type=BOOLEAN,access=rw------,values=1
: values=on
numid=25,iface=MIXER,name='Master Playback Volume'
; type=INTEGER,access=rw---R--,values=1,min=0,max=31,step=0
: values=23
| dBscale-min=-46.50dB,step=1.50dB,mute=0
numid=4,iface=MIXER,name='Headphone Playback Switch'
; type=BOOLEAN,access=rw------,values=2
: values=on,on
numid=3,iface=MIXER,name='Headphone Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=39,step=0
: values=31,31
| dBscale-min=-58.50dB,step=1.50dB,mute=0
numid=2,iface=MIXER,name='PCM Playback Switch'
; type=BOOLEAN,access=rw------,values=2
: values=on,on
numid=1,iface=MIXER,name='PCM Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=31,step=0
: values=31,31
| dBscale-min=-46.50dB,step=1.50dB,mute=0
numid=23,iface=MIXER,name='Front Mic Boost Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=3,step=0
: values=0,0
| dBscale-min=0.00dB,step=10.00dB,mute=0
numid=12,iface=MIXER,name='Front Mic Playback Switch'
; type=BOOLEAN,access=rw------,values=2
: values=off,off
numid=11,iface=MIXER,name='Front Mic Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=23,step=0
: values=0,0
| dBscale-min=-34.50dB,step=1.50dB,mute=0
numid=24,iface=MIXER,name='Line Boost Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=3,step=0
: values=0,0
| dBscale-min=0.00dB,step=10.00dB,mute=0
numid=14,iface=MIXER,name='Line Playback Switch'
; type=BOOLEAN,access=rw------,values=2
: values=off,off
numid=13,iface=MIXER,name='Line Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=23,step=0
: values=0,0
| dBscale-min=-34.50dB,step=1.50dB,mute=0
numid=19,iface=MIXER,name='Capture Switch'
; type=BOOLEAN,access=rw------,values=2
: values=on,on
numid=21,iface=MIXER,name='Capture Switch',index=1
; type=BOOLEAN,access=rw------,values=2
: values=off,off
numid=18,iface=MIXER,name='Capture Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=54,step=0
: values=47,47
| dBscale-min=-58.50dB,step=1.50dB,mute=0
numid=20,iface=MIXER,name='Capture Volume',index=1
; type=INTEGER,access=rw---R--,values=2,min=0,max=54,step=0
: values=0,0
| dBscale-min=-58.50dB,step=1.50dB,mute=0
numid=8,iface=MIXER,name='Loopback Mixing'
; type=ENUMERATED,access=rw------,values=1,items=2
; Item #0 'Disabled'
; Item #1 'Enabled'
: values=0
numid=15,iface=MIXER,name='Auto-Mute Mode'
; type=ENUMERATED,access=rw------,values=1,items=3
; Item #0 'Disabled'
; Item #1 'Speaker Only'
; Item #2 'Line Out+Speaker'
: values=2
numid=7,iface=MIXER,name='Independent HP'
; type=ENUMERATED,access=rw------,values=1,items=2
; Item #0 'Disabled'
; Item #1 'Enabled'
: values=0
numid=16,iface=MIXER,name='Input Source'
; type=ENUMERATED,access=rw------,values=1,items=4
; Item #0 'Internal Mic'
; Item #1 'Front Mic'
; Item #2 'Line'
; Item #3 'Stereo Mix'
: values=0
numid=17,iface=MIXER,name='Input Source',index=1
; type=ENUMERATED,access=rw------,values=1,items=4
; Item #0 'Internal Mic'
; Item #1 'Front Mic'
; Item #2 'Line'
; Item #3 'Stereo Mix'
: values=0
numid=22,iface=MIXER,name='Internal Mic Boost Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=3,step=0
: values=0,0
| dBscale-min=0.00dB,step=10.00dB,mute=0
numid=10,iface=MIXER,name='Internal Mic Playback Switch'
; type=BOOLEAN,access=rw------,values=2
: values=off,off
numid=9,iface=MIXER,name='Internal Mic Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=23,step=0
: values=0,0
| dBscale-min=-34.50dB,step=1.50dB,mute=0
numid=6,iface=MIXER,name='Speaker Playback Switch'
; type=BOOLEAN,access=rw------,values=2
: values=on,on
numid=5,iface=MIXER,name='Speaker Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=39,step=0
: values=39,39
| dBscale-min=-58.50dB,step=1.50dB,mute=0
numid=34,iface=PCM,name='Capture Channel Map'
; type=INTEGER,access=r----R--,values=2,min=0,max=36,step=0
: values=0,0
| container
| chmap-fixed=FL,FR
numid=33,iface=PCM,name='Playback Channel Map'
; type=INTEGER,access=r----R--,values=2,min=0,max=36,step=0
: values=0,0
| container
| chmap-fixed=FL,FR
numid=36,iface=PCM,name='Capture Channel Map',device=2
; type=INTEGER,access=r----R--,values=2,min=0,max=36,step=0
: values=0,0
| container
| chmap-fixed=FL,FR
numid=35,iface=PCM,name='Playback Channel Map',device=2
; type=INTEGER,access=r----R--,values=2,min=0,max=36,step=0
: values=0,0
| container
| chmap-fixed=FL,FR
Offline
you have quite a lot of numids on O or off
what I would suggest - boot some debian, arch or whatever distribution, check the amixer settings and correct them.....
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.59 MiB (Peak: 1.77 MiB) ]