|
From: Peter K. <pk...@us...> - 2001-11-05 13:28:28
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- README 1.31 1.32=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Corrected the instruction for how to insmod the bt.o module. The diff of the modified file(s): --- README 2001/10/19 13:39:40 1.31 +++ README 2001/11/05 13:28:27 1.32 @@ -40,9 +40,9 @@ =20 # Insert the module into the kernel (must be done as root): =20 -insmod src/bt.o +insmod linux/drivers/char/bluetooth/bt.o =20 -# To get debug messages in kernel start another window and issue: +# To see debug messages from the kernel start another window and issue: =20 tail -f /var/log/messages=20 =20 |