> I'll make a guess. With no input at the line, when you hit backspace, > the shell is probably generating a beep. Your kernel is not handling > that. I don't remember exactly where the "beep code" was but you can > probably find it pretty quickly. linux/drivers/char/vt.c. It is the functions kd_nosound and _kd_mksound.