-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no sound in debian 10 on thinkpad t440p with pulseaudio #13
Comments
The output of On systems with integrated sound like e.g. laptops, the output of the PC speaker circuitry is usually internally mixed together with the PCM sound from the sound card part of the laptop (that is where pulseaudio works) so that both PC speaker and PCM sound come out of the same physical laptop speakers. In that case, you might need to use software like These days, there also might be PC motherboards which do not have the piezo speaker soldered onto or any speaker connected to it, or laptops where the PC speaker circuit is not connected to the audio mixer circuit. However, if you have any beeps during early boot in BIOS/Firmware, there should be a connection. In any case, However, beep should document this more clearly, which I will do (and use this issue ticket to track). |
It's laptop, thinkpad t440p. |
I |
Thank you very much for your description of the fix. I will use that as an example in the documentation. (All my thinkpads are much older and not in working order, so I cannot check on those.) Do your alsamixer settings survive a reboot? Reopening the issue as I still need to write that documentation. Other people will run into this and I want them to find help in the documentation. |
alsamixer settings saved after reboot :) |
I installed beep
and run it like that
not sound, no errors.
this is the output of
beep --debug
[user@deb beep] $ beep --debug beep: Verbose: beep_drivers_register 0x5583d70fa600 (console) beep: Verbose: beep_drivers_register 0x5583d70fa660 (evdev) beep: Verbose: evdev driver_detect 0x5583d70fa660 (nil) beep: Verbose: b-lib: opened /dev/input/by-path/platform-pcspkr-event-spkr as 3 beep: Verbose: beep: using driver 0x5583d70fa660 (name=evdev, fd=3, dev=/dev/input/by-path/platform-pcspkr-event-spkr) beep: Verbose: 1 times 200 ms beeps (100 ms delay between, 0 ms delay after) @ 440 Hz beep: Verbose: evdev driver_begin_tone 0x5583d70fa660 440 beep: Verbose: evdev driver_end_tone 0x5583d70fa660 beep: Verbose: evdev driver_end_tone 0x5583d70fa660 beep: Verbose: evdev driver_fini 0x5583d70fa660
that's what happening when i modprobe
pcspkr
The text was updated successfully, but these errors were encountered: