Richard Jonsson wrote: >> Please enter the command 'echo 1 > >> /sys/kernel/debug/bcm43xx/phyX/debug_xmitpower', where X is the correct >> value. It will start at 0 when just booted and increase by 1 each time the >> modules is reloaded. Send me the TX power output from dmesg. >> >> Larry > > Just for reference: > For me /sys/kernel/debug was empty, although I had all required settings in > the kernel. Turns out debugfs needs to be mounted, obvious to most, but not > to me. Maybe this is handled automatically for most distros. > > Run "mount debugfs -t debugfs /sys/kernel/debug" and it should work.
Or add the line 'debugfs /sys/kernel/debug debugfs noauto 0 0' to /etc/fstab, which is how my system does it. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
