USB mouse problems

2008-10-06 Thread Aniruddha
I have one Razer Lachesis USB mouse attached to the rear usb ports of my
pc. This mouse has never worked, however when I plug in another USB
mouse in the front of my pc it works?! I wonder; how do I get the Razer
Lachesis working without plugging it in the front?

Furthermore I wondered if there is a way to use both the mouse in a
terminal (gpm) and in xorg?


-- 
Regards,

Aniruddha




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


Re: USB mouse problems

2008-10-06 Thread Patrick Lamaizière
Le Mon, 06 Oct 2008 08:41:59 +0200,
Aniruddha [EMAIL PROTECTED] a écrit :

 I have one Razer Lachesis USB mouse attached to the rear usb ports of
 my pc. This mouse has never worked, however when I plug in another USB
 mouse in the front of my pc it works?! I wonder; how do I get the
 Razer Lachesis working without plugging it in the front?

I don't know.

 Furthermore I wondered if there is a way to use both the mouse in a
 terminal (gpm) and in xorg?
 
Yes, see moused(8) and vidcontrol(1). 

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


Re: USB mouse problems

2008-10-06 Thread Andrew D

Patrick Lamaizière wrote:

Le Mon, 06 Oct 2008 08:41:59 +0200,
Aniruddha [EMAIL PROTECTED] a écrit :


I have one Razer Lachesis USB mouse attached to the rear usb ports of
my pc. This mouse has never worked, however when I plug in another USB
mouse in the front of my pc it works?! I wonder; how do I get the
Razer Lachesis working without plugging it in the front?


I don't know.


Some motherboards have a jumper (or BIOS option) to that has to be set, 
so that the front connectors work at the expense of other ports.





Furthermore I wondered if there is a way to use both the mouse in a
terminal (gpm) and in xorg?
 
Yes, see moused(8) and vidcontrol(1). 


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


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


Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 13:09 +0200, Patrick Lamaizière wrote:
 Le Mon, 06 Oct 2008 08:41:59 +0200,
 Aniruddha [EMAIL PROTECTED] a écrit :
 
  I have one Razer Lachesis USB mouse attached to the rear usb ports of
  my pc. This mouse has never worked, however when I plug in another USB
  mouse in the front of my pc it works?! I wonder; how do I get the
  Razer Lachesis working without plugging it in the front?
 
 I don't know.
 
  Furthermore I wondered if there is a way to use both the mouse in a
  terminal (gpm) and in xorg?
  
 Yes, see moused(8) and vidcontrol(1). 
 
 Regards.
 ___

Thanks for your help! I'll look into moused and vidcontrol. 


-- 
Regards,

Aniruddha




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


Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 22:10 +1030, Andrew D wrote:
 Patrick Lamaizière wrote:
  Le Mon, 06 Oct 2008 08:41:59 +0200,
  Aniruddha [EMAIL PROTECTED] a écrit :
  
  I have one Razer Lachesis USB mouse attached to the rear usb ports of
  my pc. This mouse has never worked, however when I plug in another USB
  mouse in the front of my pc it works?! I wonder; how do I get the
  Razer Lachesis working without plugging it in the front?
  
  I don't know.
 
 Some motherboards have a jumper (or BIOS option) to that has to be set, 
 so that the front connectors work at the expense of other ports.

I don't think this has something  to with a bios setting/jumper. My
other USB ports are working fine ( I also have an USB keyboard plugged
in).

Furthermore in Linux nor Vista I've encountered this problem. Therefor I
suspect it must have something to do with FreeBSD. Maybe it's an bug? If
someone has an solution that would be great!


-- 
Regards,

Aniruddha




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


Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 06:52:22PM +0200, Aniruddha wrote:
 On Mon, 2008-10-06 at 22:10 +1030, Andrew D wrote:
  Patrick Lamaizière wrote:
   Le Mon, 06 Oct 2008 08:41:59 +0200,
   Aniruddha [EMAIL PROTECTED] a écrit :
   
   I have one Razer Lachesis USB mouse attached to the rear usb ports of
   my pc. This mouse has never worked, however when I plug in another USB
   mouse in the front of my pc it works?! I wonder; how do I get the
   Razer Lachesis working without plugging it in the front?
   
   I don't know.
  
  Some motherboards have a jumper (or BIOS option) to that has to be set, 
  so that the front connectors work at the expense of other ports.
 
 I don't think this has something  to with a bios setting/jumper. My
 other USB ports are working fine ( I also have an USB keyboard plugged
 in).
 
 Furthermore in Linux nor Vista I've encountered this problem. Therefor I
 suspect it must have something to do with FreeBSD. Maybe it's an bug? If
 someone has an solution that would be great!

FreeBSD's existing USB stack is known to be... shall we say, flaky.
It's well-established at this point.  The possibility of it being
related to FreeBSD's USB stack is very likely.

A new USB stack is available for CURRENT, but requires manual patching.
If you're willing to try this, you should get in contact with Alfred
Perlstein [EMAIL PROTECTED] to discuss/get the patch.  Keep in mind
that this patch, as I stated, only applies to CURRENT, and not to
FreeBSD 7 or earlier.

You can download a CURRENT ISO here:

ftp://ftp4.freebsd.org/pub/FreeBSD/snapshots/200809/

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote:
  I don't think this has something  to with a bios setting/jumper. My
  other USB ports are working fine ( I also have an USB keyboard plugged
  in).
  
  Furthermore in Linux nor Vista I've encountered this problem. Therefor I
  suspect it must have something to do with FreeBSD. Maybe it's an bug? If
  someone has an solution that would be great!
 
 FreeBSD's existing USB stack is known to be... shall we say, flaky.
 It's well-established at this point.  The possibility of it being
 related to FreeBSD's USB stack is very likely.
 
 A new USB stack is available for CURRENT, but requires manual patching.
 If you're willing to try this, you should get in contact with Alfred
 Perlstein [EMAIL PROTECTED] to discuss/get the patch.  Keep in mind
 that this patch, as I stated, only applies to CURRENT, and not to
 FreeBSD 7 or earlier.
 
 You can download a CURRENT ISO here:
 
 ftp://ftp4.freebsd.org/pub/FreeBSD/snapshots/200809/
 

Lol, during my search for a solution I did see numerous problems with
mice. Out of curiosity; is CURRENT the same as FreeBSD 7.1-BETA?


-- 
Regards,

Aniruddha




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


Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote:
 On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote:
   I don't think this has something  to with a bios setting/jumper. My
   other USB ports are working fine ( I also have an USB keyboard plugged
   in).
   
   Furthermore in Linux nor Vista I've encountered this problem. Therefor I
   suspect it must have something to do with FreeBSD. Maybe it's an bug? If
   someone has an solution that would be great!
  
  FreeBSD's existing USB stack is known to be... shall we say, flaky.
  It's well-established at this point.  The possibility of it being
  related to FreeBSD's USB stack is very likely.
  
  A new USB stack is available for CURRENT, but requires manual patching.
  If you're willing to try this, you should get in contact with Alfred
  Perlstein [EMAIL PROTECTED] to discuss/get the patch.  Keep in mind
  that this patch, as I stated, only applies to CURRENT, and not to
  FreeBSD 7 or earlier.
  
  You can download a CURRENT ISO here:
  
  ftp://ftp4.freebsd.org/pub/FreeBSD/snapshots/200809/
  
 
 Lol, during my search for a solution I did see numerous problems with
 mice. Out of curiosity; is CURRENT the same as FreeBSD 7.1-BETA?

No -- significantly different.  CURRENT is super alpha it's probably
going to break, while 7.1-BETA is simply the upcoming release of 7.1
which is slated to become -STABLE after a few months.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 11:00 -0700, Jeremy Chadwick wrote:
 On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote:
  On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote:
I don't think this has something  to with a bios setting/jumper. My
other USB ports are working fine ( I also have an USB keyboard plugged
in).

Furthermore in Linux nor Vista I've encountered this problem. Therefor I
suspect it must have something to do with FreeBSD. Maybe it's an bug? If
someone has an solution that would be great!
   
   FreeBSD's existing USB stack is known to be... shall we say, flaky.
   It's well-established at this point.  The possibility of it being
   related to FreeBSD's USB stack is very likely.

 No -- significantly different.  CURRENT is super alpha it's probably
 going to break, while 7.1-BETA is simply the upcoming release of 7.1
 which is slated to become -STABLE after a few months.

Ah I see. Unfortunately I think I have found the problem. My Razer
Lachesis doesn't work with FreeBSD. It doesn't matter which USB port I
use. I found  this patch though:
http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/118670

What does 3-20-2008: Fix merged to RELENG_7 mean? Is this fix
available in the FreeBSD 7 (stable) release I'm running? Thanks in
advance!


-- 
Regards,

Aniruddha




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


Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 08:53:30PM +0200, Aniruddha wrote:
 On Mon, 2008-10-06 at 11:00 -0700, Jeremy Chadwick wrote:
  On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote:
   On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote:
 I don't think this has something  to with a bios setting/jumper. My
 other USB ports are working fine ( I also have an USB keyboard plugged
 in).
 
 Furthermore in Linux nor Vista I've encountered this problem. 
 Therefor I
 suspect it must have something to do with FreeBSD. Maybe it's an bug? 
 If
 someone has an solution that would be great!

FreeBSD's existing USB stack is known to be... shall we say, flaky.
It's well-established at this point.  The possibility of it being
related to FreeBSD's USB stack is very likely.
 
  No -- significantly different.  CURRENT is super alpha it's probably
  going to break, while 7.1-BETA is simply the upcoming release of 7.1
  which is slated to become -STABLE after a few months.
 
 Ah I see. Unfortunately I think I have found the problem. My Razer
 Lachesis doesn't work with FreeBSD. It doesn't matter which USB port I
 use. I found  this patch though:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/118670
 
 What does 3-20-2008: Fix merged to RELENG_7 mean? Is this fix
 available in the FreeBSD 7 (stable) release I'm running? Thanks in
 advance!

It means the original fix was applied to CURRENT (what is also known as
HEAD), and then backported to RELENG_7 (what you would call FreeBSD
7.x-STABLE) on 2008/03/20.  MFC stands for Merge From CURRENT.

You can confirm this by looking at cvsweb for the file in question:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ums.c

The change for HEAD/CURRENT was made in Revision 1.98 (date = Mar 12)
The MFC to RELENG_7 was made in Revision 1.96.2.1 (date = Mar 20)

If you csup your src tree (use /usr/share/examples/cvsup/stable-supfile)
the patched code will be downloaded and used.  You'll have to rebuild
world to get the changes, of course.  See the FreeBSD Handbook for doing
a csup as well as for rebuilding world.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 12:03 -0700, Jeremy Chadwick wrote:
 It means the original fix was applied to CURRENT (what is also known as
 HEAD), and then backported to RELENG_7 (what you would call FreeBSD
 7.x-STABLE) on 2008/03/20.  MFC stands for Merge From CURRENT.
 
 You can confirm this by looking at cvsweb for the file in question:
 
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ums.c
 
 The change for HEAD/CURRENT was made in Revision 1.98 (date = Mar 12)
 The MFC to RELENG_7 was made in Revision 1.96.2.1 (date = Mar 20)
 
 If you csup your src tree (use /usr/share/examples/cvsup/stable-supfile)
 the patched code will be downloaded and used.  You'll have to rebuild
 world to get the changes, of course.  See the FreeBSD Handbook for doing
 a csup as well as for rebuilding world.
 

Thanks for your help and patience. If I'm not mistaken I can also
install 7.1 Beta. It would be logical to assume it contains the fix
right?


-- 
Regards,

Aniruddha




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


Re: USB mouse problems (SOLVED)

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 21:58 +0200, Aniruddha wrote:
 On Mon, 2008-10-06 at 12:03 -0700, Jeremy Chadwick wrote:
  It means the original fix was applied to CURRENT (what is also known as
  HEAD), and then backported to RELENG_7 (what you would call FreeBSD
  7.x-STABLE) on 2008/03/20.  MFC stands for Merge From CURRENT.
  
  You can confirm this by looking at cvsweb for the file in question:
  
  http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ums.c
  
  The change for HEAD/CURRENT was made in Revision 1.98 (date = Mar 12)
  The MFC to RELENG_7 was made in Revision 1.96.2.1 (date = Mar 20)
  
  If you csup your src tree (use /usr/share/examples/cvsup/stable-supfile)
  the patched code will be downloaded and used.  You'll have to rebuild
  world to get the changes, of course.  See the FreeBSD Handbook for doing
  a csup as well as for rebuilding world.
  
 
 Thanks for your help and patience. If I'm not mistaken I can also
 install 7.1 Beta. It would be logical to assume it contains the fix
 right?

I just installed 7.1 Beta and now my Razer Lachesis  works :D



-- 
Regards,

Aniruddha




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


Re: USB mouse problems.

2008-08-13 Thread Polytropon
On Tue, 12 Aug 2008 16:00:24 +0200, Bernt Hansson [EMAIL PROTECTED] wrote:
 So if I want to use the mouse I have to leave it unconnected until I get
 the login prompt and then connect the mouse.

Just out of curiosity, did you try to use another mouse to
ensure that it's not the mouse's problem?

I have a similar problem since updating to FreeBSD 7 with my
Sun Type 6 USB mouse which is recognized some time after the
system startup has finished. (Same for the Sun USB keyboard.)


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB mouse problems.

2008-08-13 Thread Martin Alejandro Paredes Sanchez
El Mar 12 Ago 2008, Bernt Hansson escribió:
 Yes but only if I connect the mouse after the boot process has finished.
 If I have it connected during boot it's not found.
 Moused is started but gives /dev/ums0 not found.

 So if I want to use the mouse I have to leave it unconnected until I get
 the login prompt and then connect the mouse.


leave it disconected and use the command

# usbdevs

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


Re: USB mouse problems.

2008-08-12 Thread Martin Alejandro Paredes Sanchez
El Sáb 09 Ago 2008, Bernt Hansson escribió:

 ums0: A4Tech PS/2+USB Mouse, class 0/0, rev 1.10/0.02, addr 2 on uhub1
 ums0: 8 buttons and Z dir


if you see those lines, means the kernel found your mouse, run the command

ps axw|grep -i mouse

to see if moused is running

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


Re: USB mouse problems.

2008-08-12 Thread Nikolaj Thygesen



Yes but only if I connect the mouse after the boot process has finished.
If I have it connected during boot it's not found.
Moused is started but gives /dev/ums0 not found.

So if I want to use the mouse I have to leave it unconnected until I get
the login prompt and then connect the mouse.

  


Try a different usb port. On my box, only the two in the front work right.

   br - N :o)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.2-rc1 Install and USB mouse problems

2003-12-23 Thread Lars Köller

In reply to Doug White who wrote:

 Hmm, I don't really understand that, cause the downloaded image burn to
 a cdrw don't boot. If I use the same cd and rerecord it with

 mkisofs  -b /cdrom/floppies/boot.flp /cdrom

Ah, so the controller isn't picking up non-emulated cds.  If its a
separate controller you might check for a firmware update, or if its
integrated check for a system BIOS update.  The systems I have with
embedded 2940s boot non-emulated discs fine.

It's an separate PCI card and it has the latest Adaptec BIOS 2.20.

 I've tracked it down. The problem was induced due to mess in the
 boot loader and BIOS disk order. The smart boot loader was not loaded
 from the first BIOS disk (ad0) but from the first SCSI disk. So it
 thinks the ad disk was BIOS HD3 ..

 After fixing that all runs well out of the box! Sorry!

Cool.

Yes thats really fine.

 I've just trying to migrate my config and scripts from 4.9 to 5.2 so
 I'm able to fix the xperfmon3 compile problem.

 However, the usb mouse didn't work. Booting in 4.9 all runs well. In
 5.2 the usbdev -v hangs about 5 seconds on the first hub. The mouse is
 recognized, but the cursor didn't move. (I've also cvsup to the latest
 sources and build my own kernel).

Not sure here; the USB mouse on my home system (VIA KT400 chipset) works
as expected. perhaps there are two mouseds running?

No, nothing in that area. At the moment I think it has to do with the 
usb code in the 5.2 kernel. The problem is I don't have an idea how to 
further debug.

Do you know an USB-coding-expert, who can debug this with me?
Would be nice to have a mouse even when changing to 5.2 ;-)

Best regards and merry christmas

Lars

-- 
Lars Köller
E-Mail: [EMAIL PROTECTED] ([EMAIL PROTECTED])
 FreeBSD, was sonst?  http://www.de.freebsd.org 


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


Re: 5.2-rc1 Install and USB mouse problems

2003-12-23 Thread Lars Köller

Hello!

In reply to Lars =?iso-8859-1?Q?K=F6ller?= who wrote:

Not sure here; the USB mouse on my home system (VIA KT400 chipset) works
as expected. perhaps there are two mouseds running?

No, nothing in that area. At the moment I think it has to do with the 
usb code in the 5.2 kernel. The problem is I don't have an idea how to 
further debug.

Do you know an USB-coding-expert, who can debug this with me?
Would be nice to have a mouse even when changing to 5.2 ;-)

I've further test the extra USB2+FW Combo card, and if I plug my mouse 
there it will run in under 4.9 and 5.2.

However something in 5.2 has changed, which avoids a working usb mouse 
with the onboard VIA usb port. The board is a Gigabyte GA6VXDC2 (SMP).
I've detached and reattached the mouse to the onboard usb bus, and see:

Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x), VIA(0x), 
rev 1.00
 port 1 addr 0 should never happen!
 port 2 powered

Attached are the dmesg.boot file for my 4.9 and 5.2 system and the 
usbdevs -v output under 5.2 and 4.9. Have a look at the shadow device 
in usbdev2-49.out after deconnecting the mouse from the PCI card usb 
device and reconnect it to the onboard usb slot.

Perhaps someone can have a look at it.

Again best regards and merry christmas ;-)

Lars

-- 
Lars Köller
E-Mail: [EMAIL PROTECTED] ([EMAIL PROTECTED])
 FreeBSD, was sonst?  http://www.de.freebsd.org 

Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x), VIA(0x), rev 1.00
 port 1 powered
 port 2 powered
Controller /dev/usb1:
addr 1: self powered, config 1, OHCI root hub(0x), NEC(0x), rev 1.00
 port 1 powered
 port 2 addr 2: low speed, power 100 mA, config 1, PS2/USB Browser Combo 
Mouse(0x0011), Cypress Sem(0x05fe), rev 0.10
Controller /dev/usb2:
addr 1: self powered, config 1, OHCI root hub(0x), NEC(0x), rev 1.00
 port 1 powered
 port 2 powered
Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x), VIA(0x), rev 1.00
 port 1 addr 2: low speed, power 100 mA, config 1, PS2/USB Browser Combo 
Mouse(0x0011), Cypress Sem(0x05fe), rev 0.10
 port 2 powered
Controller /dev/usb1:
addr 1: self powered, config 1, OHCI root hub(0x), NEC(0x), rev 1.00
 port 1 powered
 port 2 addr 2: low speed, power 100 mA, config 1, product 0x0011(0x0011), Chic 
Technology(0x05fe), rev 0.10
Controller /dev/usb2:
addr 1: self powered, config 1, OHCI root hub(0x), NEC(0x), rev 1.00
 port 1 powered
 port 2 powered
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.9-RELEASE #0: Tue Oct 28 23:58:41 CET 2003
[EMAIL PROTECTED]:/opt/temp/obj/usr/src/sys/ODIE
Timecounter i8254  frequency 1193182 Hz
CPU: Intel Pentium III (800.03-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x68a  Stepping = 10
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 536805376 (524224K bytes)
avail memory = 518049792 (505908K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 - irq 0
FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs
 cpu0 (BSP): apic id:  0, version: 0x00040011, at 0xfee0
 cpu1 (AP):  apic id:  1, version: 0x00040011, at 0xfee0
 io0 (APIC): apic id:  2, version: 0x00170011, at 0xfec0
Preloaded elf kernel kernel at 0xc0446000.
Preloaded elf module splash_pcx.ko at 0xc044609c.
Preloaded elf module vesa.ko at 0xc0446140.
Preloaded splash_image_data /boot/splash.pcx at 0xc04461dc.
Preloaded elf module procfs.ko at 0xc044622c.
Preloaded elf module vn.ko at 0xc04462cc.
Preloaded elf module if_tun.ko at 0xc0446368.
Preloaded elf module miibus.ko at 0xc0446408.
Preloaded elf module if_xl.ko at 0xc04464a8.
Preloaded elf module snd_sb16.ko at 0xc0446548.
Preloaded elf module snd_sbc.ko at 0xc04465e8.
Preloaded elf module snd_pcm.ko at 0xc0446688.
Preloaded elf module usb.ko at 0xc0446728.
Preloaded elf module ugen.ko at 0xc04467c4.
Preloaded elf module uhid.ko at 0xc0446860.
Preloaded elf module ukbd.ko at 0xc04468fc.
Preloaded elf module ums.ko at 0xc0446998.
Preloaded elf module umass.ko at 0xc0446a34.
Preloaded elf module uscanner.ko at 0xc0446ad4.
Preloaded elf module snp.ko at 0xc0446b74.
Preloaded elf module firewire.ko at 0xc0446c10.
Preloaded elf module sbp.ko at 0xc0446cb0.
VESA: v3.0, 65536k memory, flags:0x1, mode table:0xc0366282 (122)
VESA: NVidia
Pentium Pro MTRR support enabled
acpi0: AMIINT  on motherboard
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-fast  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
acpi_cpu0: CPU on acpi0
acpi_cpu1: CPU on acpi0
acpi_tz0: thermal zone on acpi0
acpi_button0: Power Button on acpi0
acpi_button1: Sleep Button on acpi0
npx0: math processor on motherboard
npx0: INT 16 interface