Re: make buildkernel hang with SCHED_ULE

2003-08-15 Thread Dr. Richard E. Hawkins
On Thu, Aug 14, 2003 at 10:49:42PM -0400, Adam Migus wrote:
 Andrew Gallatin wrote:

 WRT the mime thing.  My apologies.  It never occured to me as everyone I 
 know personally uses a real mail reader.  I'd attached them simply to 
 keep the scrolling down and allow order independant viewing.  Thanks for 
 the tip.  I'll just read them in as plain text in the future.

If it gives mail or mh problems, it doesn't work on *real* mail readers.

:)

hawk, ignobly usin mutt
-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


dell d800 hints?

2003-08-14 Thread Dr. Richard E. Hawkins
I thought I saw during my searching that a couple of other people have
dell Latitude D800 laptops.  Are there any compiled pages of hints?  or
is there a pile that I should toss together on a webpage?

I have it working, with X and network.  I don't have the modem working
(someone would need to write the glue for the linux kernel driver),
sound is erratic (sometimes works after cold boot, sometimes not), and I
don't have the acpi working (in fact, I don't even understand what the
posts are saying :)

Anyway, if people will send the bits and pieces of advice that should be
had for this model, I'll toss them into a page like the one I have for
the Thinkpad A21p.

(I'm assuming that this model still only works with -CURRENT due to the
network card).

hawk

-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bootstrapping network (bcm) on Dell D800

2003-08-14 Thread Dr. Richard E. Hawkins
On Wed, Aug 06, 2003 at 11:40:18AM -0400, Andre Guibert de Bruet wrote:

 On Wed, 6 Aug 2003, Dr. Richard E. Hawkins wrote:

  I finally figureed out that the removable floppy (which works both as an
  external usb and internall) is treated as a scsi device, not /dev/fd0.
  So I tried moving the drivers from the up to date machine.  No dice;
  they depend on another changed function.

  So I borrowed a usb zip drive, and found that a bzip2'd source tree is
  only 83M.  I've moved that, and have a new kernel compiling from a
  source tree updated this morning.  Am I going to have to do anything
  else to get the bge device detected, or will it just kernel installation
  and reboot take care of this?

 If you've compiled the driver into the kernel, all you'll have to do is
 configure the IP settings for the device. If you intend on using the
 kernel loadable module, you'll have to kldload it before you configure
 the network settings.

All is now well, and I have my regular programs building.  DHCP network
configuration even worked flawlessly.  I have a permanent IP for the
thing, but this (should) let me plug into the sockets at our main
library as well (and I assume it will give me less hassle with ppp,
too!)

thanks

hawk
 
 Regards,
 
  Andre Guibert de Bruet | Enterprise Software Consultant 
  Silicon Landmark, LLC. | http://siliconlandmark.com/

-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Dr. Richard E. Hawkins
On Tue, Aug 12, 2003 at 08:33:57PM -0500, Cagle, John (ISS-Houston) wrote:
 I think the valid settings are only 0 or 1, with the default being 1
 which will disable all logical CPUs.  If you want to enable the extra
 logical CPUS, then set it to 0 (zero).  They will come online
 immediately.

please don't top-post; it makes following threads difficult

That can't be right.  I've never done anything to configure the logical
cpus on mine; they just showed up unexpectedly when i switched from
stable to current.  Now I have:

slytherin ttyp1:hawksysctl -a |  grep cpu
kern.threads.virtual_cpu: 4
kern.ccpu: 1948
kern.smp.cpus: 4
hw.ncpu: 4
machdep.cpu_idle_hlt: 1
machdep.hlt_cpus: 10
machdep.hlt_logical_cpus: 1
machdep.logical_cpus_mask: 10


It launches four logical cpus all on it's own.  It did panic during
shutdown yesterday; If I read the messages right as it flashed by, it
was because cpu#2 got the shutdown order.

hawk

-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Dr. Richard E. Hawkins
On Wed, Aug 13, 2003 at 11:35:14AM -0400, John Baldwin wrote:

 On 13-Aug-2003 Dr. Richard E. Hawkins wrote:
  On Tue, Aug 12, 2003 at 08:33:57PM -0500, Cagle, John (ISS-Houston) wrote:
  I think the valid settings are only 0 or 1, with the default being 1
  which will disable all logical CPUs.  If you want to enable the extra
  logical CPUS, then set it to 0 (zero).  They will come online
  immediately.

  That can't be right.  I've never done anything to configure the logical
  cpus on mine; they just showed up unexpectedly when i switched from
  stable to current.  Now I have:

  slytherin ttyp1:hawksysctl -a |  grep cpu
  kern.threads.virtual_cpu: 4
  kern.ccpu: 1948
  kern.smp.cpus: 4
  hw.ncpu: 4
  machdep.cpu_idle_hlt: 1
  machdep.hlt_cpus: 10
  machdep.hlt_logical_cpus: 1
  machdep.logical_cpus_mask: 10

  It launches four logical cpus all on it's own.  It did panic during
  shutdown yesterday; If I read the messages right as it flashed by, it
  was because cpu#2 got the shutdown order.

 Your logical CPU's aren't doing anything though, even though they are
 started up.  John's explanation is correct.

I've also got the report in dmesg,

SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #3 Launched!


Doesn't this mean that they *are* active?

hawk
-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bootstrapping network (bcm) on Dell D800

2003-08-14 Thread Dr. Richard E. Hawkins
On Wed, Aug 06, 2003 at 08:48:20AM -0400, David Gilbert wrote:
  Andre == Andre Guibert de Bruet [EMAIL PROTECTED] writes:

 Andre On Tue, 5 Aug 2003, Dr. Richard E. Hawkins wrote:

getting the drivers onto the D800

 Andre Does this new toy have a 32-bit pci slot available? If so, pop
 Andre in a nic (temporarily), cvsup and/or grab the needed patches
 Andre and rebuild away!
 
 It has a mini-pci slot.  You'd have a hard time getting an ethernet
 card in there.  Having just had a look at the patch, it's a little
 large to be typing in by hand.

 Here's the options I see for you:

 1) the D800 has a serial port (rare on today's laptops).  Hook up a
 modem or a null serial cable and network thusly to cvsup.

 2) the D800 has a pccard slot.  Find someone with a wireless or
 ethernet card.

etc

I finally figureed out that the removable floppy (which works both as an
external usb and internall) is treated as a scsi device, not /dev/fd0.
So I tried moving the drivers from the up to date machine.  No dice;
they depend on another changed function.

So I borrowed a usb zip drive, and found that a bzip2'd source tree is
only 83M.  I've moved that, and have a new kernel compiling from a
source tree updated this morning.  Am I going to have to do anything
else to get the bge device detected, or will it just kernel installation
and reboot take care of this?

thanks

hawk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


bootstrapping network (bcm) on Dell D800

2003-08-07 Thread Dr. Richard E. Hawkins
If I'm reading the recent messages correctly, the bcm driver won't work
unless updated to approximately July 17.

I burned 5.1 iso's, and installed most of it successfully.  How do I
bootstrap the network.  I saw Bill Paul's references to testing a patch
prior to committing it.  Is this something I can apply singly to the
source that comes on the ISO (and if so, just where do I grab it?), and
then build a kernel, reboot, and update the rest of the source?

thanks

hawk, anxious to play with his new toy
-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]