reboot frm ddb

2002-06-27 Thread Danny Braniss
hi, how can i reboot - from the serial console - once im in the kernel debugger? thanks, danny To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: reboot frm ddb

2002-06-27 Thread Alfred Perlstein
* Danny Braniss [EMAIL PROTECTED] [020627 09:21] wrote: hi, how can i reboot - from the serial console - once im in the kernel debugger? type 'panic' or 'sync' or 'boot' one of those should work. -- -Alfred Perlstein [[EMAIL PROTECTED]] 'Instead of asking why a piece of software is

Re: reboot frm ddb

2002-06-27 Thread Andrew R. Reiter
On Thu, 27 Jun 2002, Danny Braniss wrote: :hi, : how can i reboot - from the serial console - once im in the kernel :debugger? : :thanks, : : danny : If you're on a new enough version of FreeBSD (excuse my lack of knowing which exact version provide this feature), you can just type

Re: reboot frm ddb

2002-06-27 Thread Sergey Lyubka
On Thu, Jun 27, 2002 at 12:27:37PM -0400, Andrew R. Reiter wrote: On Thu, 27 Jun 2002, Danny Braniss wrote: :hi, : how can i reboot - from the serial console - once im in the kernel :debugger? : :thanks, : : danny : If you're on a new enough version of FreeBSD (excuse my

Re: reboot frm ddb

2002-06-27 Thread Andrew R. Reiter
On Thu, 27 Jun 2002, Sergey Lyubka wrote: :On Thu, Jun 27, 2002 at 12:27:37PM -0400, Andrew R. Reiter wrote: : On Thu, 27 Jun 2002, Danny Braniss wrote: : : :hi, : :how can i reboot - from the serial console - once im in the kernel : :debugger? : : : :thanks, : : : :danny : : : : If

Re: reboot frm ddb

2002-06-27 Thread Julian Elischer
try call boot 0 sometimes you need to do it more than once (?) On Thu, 27 Jun 2002, Danny Braniss wrote: hi, how can i reboot - from the serial console - once im in the kernel debugger? thanks, danny To Unsubscribe: send mail to [EMAIL PROTECTED] with

Using FreeBSD as a base station

2002-06-27 Thread Leo Bicknell
I have for some time using a Orinoco card as a base station at home. For those familiar with the wi driver, you know that it does not operate in AP mode with FreeBSD, but rather Ad Hoc. I believe progress is being made, but not done yet. I now have a need to set up a couple of systems as

Re: Using FreeBSD as a base station

2002-06-27 Thread Julian Elischer
there is code to do 'host-AP' mode for cards based on the Prism-II chip. disclamer: I have not used it. On Thu, 27 Jun 2002, Leo Bicknell wrote: I have for some time using a Orinoco card as a base station at home. For those familiar with the wi driver, you know that it does not operate

Re: Using FreeBSD as a base station

2002-06-27 Thread Andrew
On Thu, 27 Jun 2002, Julian Elischer wrote: there is code to do 'host-AP' mode for cards based on the Prism-II chip. disclamer: I have not used it. I have (with the Linksys WMP11) and it works well. ifconfig wi0 int 10.0.1.1 netmask 255.255.255.0 stationname `hostname -s` ssid UgH!

Re: Using FreeBSD as a base station

2002-06-27 Thread dirkx
On Thu, 27 Jun 2002, Julian Elischer wrote: there is code to do 'host-AP' mode for cards based on the Prism-II chip. disclamer: I have not used it. I have (with the Linksys WMP11) and it works well. ifconfig wi0 int 10.0.1.1 netmask 255.255.255.0 stationname `hostname -s` ssid

Re: PCI4800

2002-06-27 Thread Doug Ambrisko
Dmitry A. Bondareff writes: | Last 3 days I was trying to connect an Aironet card PCI4800 with Cisco | Aironet series 340. | No success! | | Does anybody do it ?? I have a PCI Cisco version that talks to various other cards without problem. Some more info would be helpfull like if your are

Re: Visor USB Problems

2002-06-27 Thread Anish Mistry
Yeah, I can get coldsync to work correctly on my machine. I sorta figured out the problem. If I launch pilot-link from the usbd.conf it will work for a few read/writes, but then it can't read anymore and the Visor times out. The output created by syslogd when I inserted output statements:

panic: vm_object_terminate: freeing busy page 0xc0fbcdc4

2002-06-27 Thread Dave Hayes
Subject says why a machine died. Anyone have any ideas what this panic from vm_object.c means? -- Dave Hayes - Consultant - Altadena CA, USA - [EMAIL PROTECTED] The opinions expressed above are entirely my own It is error alone which needs the support of government, truth can stand by

Problem on installing FreeBSD 4.5-RELEASE

2002-06-27 Thread
My computer's hardware are shown below: CPU: Celeron 400MHz Chipset: VIA VT82C691 + VT82C586B BIOS: Award (1998) Hard Disk: Maxtor 4D040H2 (40GB IDE) Memory:2*128MB SDRAM At first, the BIOS couldn't recognize the new Maxtor Disk. I upgraded it to 2001, and it

Re: panic: vm_object_terminate: freeing busy page 0xc0fbcdc4

2002-06-27 Thread Matthew Dillon
:Subject says why a machine died. Anyone have any ideas what this :panic from vm_object.c means? :-- :Dave Hayes - Consultant - Altadena CA, USA - [EMAIL PROTECTED] : The opinions expressed above are entirely my own : :It is error alone which needs the support of government, :truth can

Re: reboot frm ddb

2002-06-27 Thread Danny Braniss
thanks to all! what works for me is panic and then a CR danny To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message