Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Would like to get beep to work in Debian 10

Need help with peripherals or devices?
Post Reply
Message
Author
sandwich
Posts: 16
Joined: 2018-12-03 18:18

Re: Would like to get beep to work in Debian 10

#16 Post by sandwich »

For anyone who's followed this thread so far -

To determine whether the problem was with my hardware, I ran the lxde iso of Debian 9 live. In that environment, all different forms of beep work without any problems on my laptop. So it appears that the version of Debian 10 I had installed (debian-live-10.3.0-amd64-standard+nonfree.iso) is not configured to support beeping on my laptop.

Since I depend on that beep, I'll be reinstalling a different version of Debian 10. If it all works, I'll be marking this thread as solved.

peter_irich
Posts: 1406
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Would like to get beep to work in Debian 10

#17 Post by peter_irich »

There is output of the command

Code: Select all

grep BEEP /boot/config-5.3.0-28-generic 
on my PC:

Code: Select all

CONFIG_INPUT_GPIO_BEEPER=m
CONFIG_INPUT_PWM_BEEPER=m
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=0
sandwich, on your PC pcspkr is booted, if the speaker is really present, beep must be.
/dev/console must be open to writing in the program.

Peter.

peter_irich
Posts: 1406
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Would like to get beep to work in Debian 10

#18 Post by peter_irich »

For comparing, there is output of the command for kernel from Debian Buster:

Code: Select all

grep BEEP config-4.19.0-8-amd64

Code: Select all

# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_PWM_BEEPER is not set
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=1
This kernel is from deb-package, I have not Debian installed.

Post Reply