Disabling Trackpad.

2000-10-17 Thread Keun-woo Ryu
I'm using Both Trackpad and USB mouse with my ibook. and uses mouse_button_emulation on kernel 2.2.17pre10-ben3 does anyone knows how to disable trackpad? my dmesg says like this. ... mouse0: PS/2 mouse device for input0 event0: Event device for input0 input0: Macintosh mouse button emulation

Re: Disabling Trackpad.

2000-10-17 Thread Keun-woo Ryu
have all your /dev/input/* entries all i have in /dev/input is mice updong:/dev/input# ls mice have to make new device? mknod? MP Mike MP On Wed, Oct 18, 2000 at 12:59:36AM +0900, Keun-woo Ryu wrote: I'm using Both Trackpad and USB mouse with my ibook. and uses

Re: Disabling Trackpad.

2000-10-17 Thread Keun-woo Ryu
SP == Sam Powers [EMAIL PROTECTED] writes: SP On Tue, 17 Oct 2000 10:02:33 -0700 SP Mike Palczewski [EMAIL PROTECTED] wrote: You either need to recompile your kernel and disable adb mouse support SP Or, if you just feel like modifying the trackpad to be a little less

Re: Disabling Trackpad.

2000-10-17 Thread Keun-woo Ryu
KR == Keun-woo Ryu [EMAIL PROTECTED] writes: MP == Mike Palczewski [EMAIL PROTECTED] writes: KR MP You either need to recompile your kernel and disable adb mouse support KR MP or KR MP ln -fs /dev/input/mouse2 /dev/mouse KR MP or KR MP ln -fs /dev/input

Re: Sound on the ibook

2000-10-13 Thread Keun-woo Ryu
KD == Kelsey Damas [EMAIL PROTECTED] writes: KD Has anyone gotten it working? I'm using dma sound module from thispage http://students.washington.edu/mpalczew/ updong:~$ lsmod Module Size Used by dmasound 30176 0 (unused) edit modules file. updong:/etc$