Updated for PCI, PLX, and USB.

This commit is contained in:
mark 2001-12-11 19:41:57 +00:00
parent 4ee7010d31
commit 1655f4d838
1 changed files with 15 additions and 4 deletions

View File

@ -58,15 +58,25 @@ The levels are additive. For example, level 3 includes level 3
messages plus levels 1 and 2. messages plus levels 1 and 2.
To configure p80211.o for debug output, put the following line (with 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 line (with your own level number) in your /etc/pcmcia/config.opts
file: 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 Then configure the collection and display of your kernel output. This
is usually done using syslog. Here are the relevant entries from the 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 /var/log/messages
*.info;mail.none;news.none;authpriv.none /dev/tty10 *.info;mail.none;news.none;authpriv.none /dev/tty10