You can use the madwifi driver, resident in the standard 5.2.1 distribution.
kldload ath_hal
kldload if_ath
You will be able to tell if the madwifi driver "sees" your atheros-based
card by looking at the output of the second module load. If it does, you
can use ifconfig (man ifconfig) to configur
I am trying to remotely debug a FreeBSD kernel, and it appears that the
baud rate and other stty settings are being modified during system
boot. I have modified the /dev/ttyid0 device and the /dev/ttyld0
device, yet their settings are being reset somewhere during reboot as
well. I have looked
Here is a script I use to backup my linux system:
#!/bin/sh
MEDIUM=/mnt/dmzserv/share/mark/BACKUP/webserver
echo "Creating system backup on $MEDIUM as dmz2-sys-backup-.tar.gz..."
tar -zcvpf $MEDIUM/dmz2-sys-backup-`date '+%d-%B-%Y'`.tar.gz \
--directory / --exclude=mnt --exclude=proc --exclude=s
in linux.
How would I send a "BREAK", and how would one setup ddd to use that
instead of ^C? That should definitely be addressed in the developer's
handbook if it is non-standard for FreeBSD.
Thanks,
Mark
John E Hein wrote:
Mark Teel wrote at 19:48 -0500 on Jun 22, 2004:
>
Hello:
I have configured remote kernel debugging as prescribed in the
developer's handbook.
I am able to remotely connect to the target and step through code, but
once I enter "cont" in gdb on the debug machine, I cannot ever
"interrupt" or "break" the target kernel execution. It is as if the
Hello:
I have configured remote kernel debugging as prescribed in the
developer's handbook.
I am able to step through code, but once I enter "cont" in gdb on the
debug machine, I cannot ever "interrupt" or "break" the target kernel
execution. It is as if the Ctrl-C character is being ignored o
On a fresh install of FreeBSD 5.2, after I add a user via kuser, when I
logout I cannot log back in!
I get a message stating that the "accound" has expired, even for the
root user.
Please help as this has rendered my system unusable.
Thanks
___
[EMAIL