From 1655f4d83810b8db0ab7da08aad28c6a3dc0f421 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 11 Dec 2001 19:41:57 +0000 Subject: [PATCH] Updated for PCI, PLX, and USB. --- doc/config.debug | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/config.debug b/doc/config.debug index 21e0dc0..d37c18b 100644 --- a/doc/config.debug +++ b/doc/config.debug @@ -58,15 +58,25 @@ The levels are additive. For example, level 3 includes level 3 messages plus levels 1 and 2. To configure p80211.o for debug output, put the following line (with -your own level number) in your /etc/conf.modules file: +your own level number) in your modutils configuration file (usually +/etc/conf.modules or /etc/modules.conf): - options p80211 wlan_debug=2 + options p80211 wlan_debug=2 -To configure the prism2 driver for debug output, put the following +To configure the prism2_cs driver for debug output, put the following line (with your own level number) in your /etc/pcmcia/config.opts file: - module "prism2_cs" opts "prism2_debug=2" + module "prism2_cs" opts "prism2_debug=2" + +To configure the PCI, PLX, or USB driver for debug output, put the following +line (with your own level number) in your modutils configuration file (usually +/etc/conf.modules or /etc/modules.conf): + + options prism2_pci prism2_debug=3 + options prism2_plx prism2_debug=3 + options prism2_usb prism2_debug=3 + Then configure the collection and display of your kernel output. This is usually done using syslog. Here are the relevant entries from the @@ -77,3 +87,4 @@ kern.* /dev/tty9 *.info;mail.none;news.none;authpriv.none /var/log/messages *.info;mail.none;news.none;authpriv.none /dev/tty10 +