Updated for PCI, PLX, and USB.
This commit is contained in:
parent
4ee7010d31
commit
1655f4d838
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue