From: Aivils <ai...@un...> - 2004-12-24 10:53:50
|
On Friday 24 December 2004 01:04, Hugo Vanwoerkom wrote: > Hi! > > Since I started using bruby and 2.4.x the speaker > never worked. > > Then I switched to ruby and 2.6.9 and by turning on > pcspkr and loading the module, the speaker worked. > > Now with 2.4.29 I find the kernel code there to use > pcspkr as a module (probably was in earlier kernels > too) but loading pcspkr produces not a beep. > > Anybody has a pcspeaker working with 2.4.x? And how > did they do it? No. 2.4.XX ruby is totaly freezy. Someone should edit this lines decvte.c:1107: kd_mksound(vc->display_fg->keyboard, bell_pitch, bell_duration); vt_ioctl.c:697: kd_mksound(vc->display_fg->keyboard, arg, 0); vt_ioctl.c:714: kd_mksound(vc->display_fg->keyboard, count, ticks); Relace vc->display_fg->keyboard with vc->display_fg->beeper I cannot recall how correct works VGA under 2.4.XX, because it stay unused in my end. Aivils |