agnostos
Newbie level 4
- Joined
- May 14, 2008
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,318
I am trying to trigger the buzzer on the motherboard just for a single beep.
After trying various methods on Linux console and C programming, no one succeed.
a) echo -e '\a'
b) echo -e '\07'
c) ioctl for KDMKTONE access in C
d) printf "^G"
e) linux beep program
For your information the system beeps on systems start up but no in the above solutions.
The system is ARK 3360f Advantech PC with Ubuntu operating system.
Could you please provide any alternative solution ? (assembly/c/python e.t.c.)
After trying various methods on Linux console and C programming, no one succeed.
a) echo -e '\a'
b) echo -e '\07'
c) ioctl for KDMKTONE access in C
d) printf "^G"
e) linux beep program
For your information the system beeps on systems start up but no in the above solutions.
The system is ARK 3360f Advantech PC with Ubuntu operating system.
Could you please provide any alternative solution ? (assembly/c/python e.t.c.)